ispCP Daemon doesn't works / starts! - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: ispCP Daemon doesn't works / starts! (/thread-2448.html) |
RE: ispCP Daemon doesn't works / starts! - joximu - 02-19-2008 08:11 AM ok - it is not noexec... :-( I think you have to use better debugging tools, maybe strace (I didn't use theem and have not much experience with theese) /J RE: ispCP Daemon doesn't works / starts! - gOOvER - 02-19-2008 03:52 PM Naradam Wrote:Hi Joximu! Did you copy the files to the correct Dir's after "make install" ? Quote:What should I look about in my debian? It was a fresh installed etch4... What kind of Debian 4? 32bit or 64bit? On 32bit it run's without any problems. Perhaps, some say now it will work with 64bit, but when i test it, it don't work probably. You have to check all packets, because not all will installed. RE: ispCP Daemon doesn't works / starts! - Naradam - 02-19-2008 09:21 PM gOOvER Wrote:Did you copy the files to the correct Dir's after "make install" ? yes, I did... same Quote:What kind of Debian 4? 32bit or 64bit? 64bit... so I have to check it with a 32bit debian... am I right? RE: ispCP Daemon doesn't works / starts! - gOOvER - 02-19-2008 09:25 PM If you want. Under Debian 4 32bit it works perfect. RE: ispCP Daemon doesn't works / starts! - joximu - 02-19-2008 09:26 PM Hi Naradam maybe on your server 32Bit is the solution. let's try this. can you send me your binary ispcp_daemon? (PM or Email). Maybe in a tar.gz or sth like that. *Maybe* this leads to some more informations... /J RE: ispCP Daemon doesn't works / starts! - pgeschke - 02-19-2008 11:28 PM I might be able to help, as I fixed the problem for me. looks like the daemon isn't really compiled, if it is debian and there is already a binary existing (which seems to be the case when downloading the RC3: -rwxr-xr-x 1 root root 11788 2008-02-07 23:49 ispcp_daemon ). This binary is compiled for 32bit. If you are running a 64bit system (for any reason, in my case it's a lot of memory), you need to delete the existing binary and re-run make install so: cd /path/to/extracted/ispcp rm -f tools/daemon/ispcp_daemon make install This works for me, daemon up and running. RE: ispCP Daemon doesn't works / starts! - joximu - 02-19-2008 11:43 PM Hi pgeschke I think this is it! I never used the official rc3 - always svn or daily snapshot. We need to put another rc3 to sourceforge. Thanx for analyzing this. I think also naradam will be happy. /J Upd: I sent a message to RatS RE: ispCP Daemon doesn't works / starts! - Naradam - 02-22-2008 03:05 AM Hm Thanks! Btw, I just deleted the old Vps So I have to install it again... nevermind, let others learn from this Thanks for this solution! RE: ispCP Daemon doesn't works / starts! - DaSilva - 02-25-2008 12:43 AM I had exactly the same problem. Thanks for your fix. It works! |