ispCP - Board - Support
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)

Pages: 1 2 3


ispCP Daemon doesn't works / starts! - Naradam - 02-15-2008 12:25 PM

Hi All!

I have a fresh install of RC3 (followed the tutorial) on a fresh Debian etch4_64 (on a xen machine).
GUI is up, Server status shows everything is OK, except the ispCP daemon.
I tried to start it manually, and I get the following error:

netoriginal:/etc/init.d# ./ispcp_daemon start
Starting ispCP GUI-Backend communication Daemon: ispcp_daemon/sbin/start-stop-daemon: Unable to start /var/www/ispcp/daemon/ispcp_daemon: No such file or directory (No such file or directory)
failed!

Any suggestions?!

Thanks!


RE: ispCP Daemon doesn't works / starts! - gOOvER - 02-15-2008 03:55 PM

Did you follow point for point the installguide?


RE: ispCP Daemon doesn't works / starts! - Naradam - 02-15-2008 09:12 PM

Yes, I followed the Install Guide, but somehow I missed to do the 3.1 step, with the Cpan.

May this caused the probleme :S

(I forgot to post in my thread that the "missing" ispcp_daemon is there on its place, but can't run.

netoriginal:/var/www/ispcp/daemon# ll
total 12
-rwxr-xr-x 1 root root 11788 Feb 15 00:02 ispcp_daemon

netoriginal:/var/www/ispcp/daemon# ./ispcp_daemon
-su: ./ispcp_daemon: No such file or directory


Btw, I did the Cpan step, I configured it (except the ncftpget line, becouse apt-get couldn't find that), and when I try to install "FindBin" it shows error:

cpan> install FindBin
Running install for module FindBin
Running make for R/RG/RGARCIA/perl-5.10.0.tar.gz

The most recent version "1.49" of the module "FindBin"
comes with the current version of perl (5.10.0).
I'll build that only if you ask for something like
force install FindBin
or
install R/RG/RGARCIA/perl-5.10.0.tar.gz
Running make test
Make had some problems, maybe interrupted? Won't test
Has no own directory
Running make install
Has no own directory
Make had some problems, maybe interrupted? Won't install


Adam


RE: ispCP Daemon doesn't works / starts! - joximu - 02-15-2008 09:28 PM

The cpan step is AFAIK not needed with debian etch - we're discussing why this was added...
And since ispcp_daemon is a binary, the perl modules are not the problem here.

-su: ./ispcp_daemon: No such file or directory

Is maybe a XEN problem?
The file is there, the permissions seem ok...


RE: ispCP Daemon doesn't works / starts! - FeG - 02-15-2008 09:48 PM

Hi,

I've had a similar error (with a completely other program, so nothing to do with ispCP) and it was due to the 64bit system, which wasn't supported by the program.

So maybe this is a 64bit-32bit-problem? ... Just an idea...

Greetings
FeG

Edit: With 'similar error' I mean this:

Quote:netoriginal:/var/www/ispcp/daemon# ll
total 12
-rwxr-xr-x 1 root root 11788 Feb 15 00:02 ispcp_daemon

netoriginal:/var/www/ispcp/daemon# ./ispcp_daemon
-su: ./ispcp_daemon: No such file or directory



RE: ispCP Daemon doesn't works / starts! - Naradam - 02-15-2008 09:53 PM

Maybe...

So do you have any idea to solve, or better to install a 32bit edition of etch?

I have now on an other machine a etch_64bit with RC2 or RC3 trunk or I dont remember, but that's running well...


RE: ispCP Daemon doesn't works / starts! - joximu - 02-15-2008 09:58 PM

I recently installed several ispcp on etch/64Bit and never had problems.
(mostly from the debian offered by hetzner, but also a install from cd was ok)

/J

upd: but theese were all old-fashioned real-server-style installations - no vServer things Smile


RE: ispCP Daemon doesn't works / starts! - Naradam - 02-15-2008 10:32 PM

Yes, my 64bit machine running with Rc2/3 is a real-server-style install Smile

So it is a Xen probleme... :S
Sad...

So I have to try with a "single 32bit" install... hope it will work...

Btw, if anyone has idea to solve, please share with me, with us Smile

Thanks


RE: ispCP Daemon doesn't works / starts! - rbtux - 02-15-2008 11:00 PM

hi adam

you could try to install the util-linux package... It magically solves some problems with 64-Bit from time to time ;-)

Good luck


RE: ispCP Daemon doesn't works / starts! - Naradam - 02-15-2008 11:13 PM

hi rbtux Smile

netoriginal:/var/www/ispcp/daemon# apt-get install util-linux
Reading package lists... Done
Building dependency tree... Done
util-linux is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

idea?