Daemon not running (Architecture issue?) - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Daemon not running (Architecture issue?) (/thread-2493.html) Pages: 1 2 |
Daemon not running (Architecture issue?) - pgeschke - 02-19-2008 09:57 PM This might be completely noob, but: I can't add any Domains. All Domains are stuck in "toadd" state, until I manually run /var/www/ispcp/engine/ispcp-rqst-mngr . The reason why is pretty obvious... ispcp Daemon ain't running. It's a fresh Debian etch amd64 setup, completely up to date. It's a fresh R3 setup. When I try to start the daemon, I get the message, that the binary doesn't exist: # /var/www/ispcp/daemon/ispcp_daemon -bash: /var/www/ispcp/daemon/ispcp_daemon: No such file or directory The file definitly exists. # ls -la /var/www/ispcp/daemon/ispcp_daemon -rwxr-xr-x 1 root root 11788 2008-02-18 13:18 /var/www/ispcp/daemon/ispcp_daemon I've seen a bunch of programs react as if they are not there if they were compiled for another architecture (e.g. i686 and not amd64). Could this be the problem? Can I recompile ispcp before running make install? Or do I have to download the source from somewhere? I'm sorry if this is completely noob, but I followed guide that brought me to this point, so I'm clueless. Thanks! RE: Daemon not running (Architecture issue?) - gOOvER - 02-19-2008 10:17 PM 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. RE: Daemon not running (Architecture issue?) - joximu - 02-19-2008 10:19 PM Hi pgeschke please go through this thread - maybe you two have the same problem? http://www.isp-control.net/forum/ispcp-daemon-doesnt-works-starts-t-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"... RE: Daemon not running (Architecture issue?) - pgeschke - 02-19-2008 11:31 PM gOOvER Wrote:You are the second guy in the last past Day's, where have Such Problems. We should analyse why. 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! RE: Daemon not running (Architecture issue?) - RatS - 02-19-2008 11:55 PM Code: make clean RE: Daemon not running (Architecture issue?) - pgeschke - 02-19-2008 11:58 PM RatS Wrote:# make clean make: *** No rule to make target `clean'. Stop. RE: Daemon not running (Architecture issue?) - DaSilva - 02-29-2008 03:45 AM 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. RE: Daemon not running (Architecture issue?) - dr-who - 02-29-2008 03:55 AM DaSilva Wrote:After a reboot the ispCP Daemon is not loaded. update-rc.d ispcp_daemon defaults RE: Daemon not running (Architecture issue?) - pgeschke - 02-29-2008 03:55 AM DaSilva Wrote:After a reboot the ispCP Daemon is not loaded. 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 RE: Daemon not running (Architecture issue?) - DaSilva - 02-29-2008 04:28 AM Thanks. I will try it. I am using Debian Etch r3 AMD64. |