|
Daemon not running (Architecture issue?)
|
| Author |
Message |
joximu
Moderator
    
Posts: 3,815
Joined: Jan 2007
Reputation: 47
|
RE: Daemon not running (Architecture issue?)
Hi pgeschke
please go through this thread - maybe you two have the same problem?
http://www.isp-control.net/forum/ispcp-d...-2448.html
I only can repeat: I never had problems with amd64 (neither with the version hetzner is offering for their root server nor with the official cd version (network install)).
/J
and: ispcp_daemon is compiled during "make install"...
2008-08-05 ispCP RC6 released!!!
(This post was last modified: 02-19-2008 10:19 PM by joximu.)
|
|
| 02-19-2008 10:19 PM |
|
pgeschke
Newbie

Posts: 8
Joined: Sep 2007
Reputation: 1
|
RE: Daemon not running (Architecture issue?)
gOOvER Wrote:You are the second guy in the last past Day's, where have Such Problems. We should analyse why.
Try Debian 32bit, then it works.
Running 32bit is not an option, as I'm not a fan of bigmem kernels.
I have a 64bit system with a lot of memory, so I am running 64bit ;-)
Anyway, I was able to fix the problem for me, see the thread joximu posted.
Thank you guys!
|
|
| 02-19-2008 11:31 PM |
|
pgeschke
Newbie

Posts: 8
Joined: Sep 2007
Reputation: 1
|
RE: Daemon not running (Architecture issue?)
RatS Wrote:
Code:
make clean
make install
# make clean
make: *** No rule to make target `clean'. Stop.
(This post was last modified: 02-19-2008 11:58 PM by pgeschke.)
|
|
| 02-19-2008 11:58 PM |
|
DaSilva
Junior Member

Posts: 187
Joined: Dec 2007
Reputation: 0
|
RE: Daemon not running (Architecture issue?)
After a reboot the ispCP Daemon is not loaded.
I always have to do it manually with "/etc/init.d/ispcp_daemon start".
Is this a bug or a feature?
If it is a bug how can I change it (start at the system starts)?
Thanks.
|
|
| 02-29-2008 03:45 AM |
|
dr-who
Newbie

Posts: 7
Joined: Feb 2008
Reputation: 0
|
RE: Daemon not running (Architecture issue?)
DaSilva Wrote:After a reboot the ispCP Daemon is not loaded.
I always have to do it manually with "/etc/init.d/ispcp_daemon start".
Is this a bug or a feature?
If it is a bug how can I change it (start at the system starts)?
Thanks.
update-rc.d ispcp_daemon defaults
|
|
| 02-29-2008 03:55 AM |
|
pgeschke
Newbie

Posts: 8
Joined: Sep 2007
Reputation: 1
|
RE: Daemon not running (Architecture issue?)
DaSilva Wrote:After a reboot the ispCP Daemon is not loaded.
I always have to do it manually with "/etc/init.d/ispcp_daemon start".
Is this a bug or a feature?
If it is a bug how can I change it (start at the system starts)?
Thanks.
As I don't know what operating system you are using, I can't really help you.
But if the start-stop script is working, you could try update-rc.d.
Code:
update-rc.d ispcp_daemon defaults 99
|
|
| 02-29-2008 03:55 AM |
|
DaSilva
Junior Member

Posts: 187
Joined: Dec 2007
Reputation: 0
|
RE: Daemon not running (Architecture issue?)
Thanks.
I will try it.
I am using Debian Etch r3 AMD64.
|
|
| 02-29-2008 04:28 AM |
|