Show Services problem

existenz

Verified User
Joined
Jul 18, 2003
Messages
607
Location
/dev/null
The page that says Show Services says:

Process is stopped

for everything.

I know the services are NOT down but they show that they are. You can't do anything.

This happened after a reboot on my 5.1 box.
 
you probably need to have add a line like this to /etc/fstab so that it will mount the procfs during boot time:

procfs /proc procfs rw 0 0
 
Hello,

The /proc procfs partition isn't mounted by default for FreeBSD 5.1... not too sure why, but as of about a week ago, the new installer should 1) add it to your /etc/fstab and 2) mount it for you.

John
 
John,

I did a clean build and after rebooting the box that is what happened. I verfied that it was added to the procfs which it was.

Any other suggestions?
 
Hello,

I think I found the cause. The /proc/1234 directories are chmodded 710, which means that a non-root user can't see whats in them. DA runs the status checker as "nobody", hence it can't find any running programs. I've upgraded the checking privilege to root for the next release, so that it works.

For now, just set all programs to "OFF" in the /usr/local/directadmin/data/admin/services.status file, so the dataskq doesn't try to restart them all every minute.

John
 
Back
Top