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


RE: ispCP Daemon doesn't works / starts! - Naradam - 02-17-2008 08:05 AM

so noone can help?!


RE: ispCP Daemon doesn't works / starts! - rbtux - 02-17-2008 08:29 AM

what does which start-stop-daemon say? is it possibly that in your installation this app is installed in another location than /sbin? I assume it is installed because it comes with dpkg...


RE: ispCP Daemon doesn't works / starts! - Naradam - 02-17-2008 09:56 AM

Its there....

netoriginal@netoriginal:~$ locate start-stop-daemon
/sbin/start-stop-daemon
...


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

hmmm I can't help you then sorry :-(


RE: ispCP Daemon doesn't works / starts! - joximu - 02-17-2008 08:31 PM

Hi Naradam

strange problem. It's not the start-stop daemon because the ispcp_daemon itself cannot be startet by debian.
So, maybe you can do a second "make install" of ispcp (only this step) then you'll have a new binary of the daemon in /tmp/ispcp-1.0.0/var/www/ispcp/daemon and maybe this works. Have a good look on the "make" process - maybe there are compiling errors...

The daemon is compiled during make and then it should be ready to run. If your linux cannot find it then maybe you should have a deeper look into you debian... but 64Bit should be ok.


RE: ispCP Daemon doesn't works / starts! - Naradam - 02-19-2008 07:47 AM

Hi Joximu!

I did a new "make install" and nothing new :S The same probleme...
No errors were during the compiling...

What should I look about in my debian? It was a fresh installed etch4...

Thanks!


RE: ispCP Daemon doesn't works / starts! - joximu - 02-19-2008 07:51 AM

Is /var on a separate partition?
maybe mounted with "noexec"?

/J


RE: ispCP Daemon doesn't works / starts! - Naradam - 02-19-2008 07:56 AM

It has not been sliced, everything is on one partition (except the swap)...
How can I see if it is mounted with noexec? :$


RE: ispCP Daemon doesn't works / starts! - joximu - 02-19-2008 08:00 AM

"mount"


RE: ispCP Daemon doesn't works / starts! - Naradam - 02-19-2008 08:01 AM

khm khm :$ Smile

so:

netoriginal:~/ispcp-omega-1.0.0-rc3# mount
/dev/sda1 on / type ext3 (rw)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)