[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] Internal Server Error



Henrik Stoerner schreef:
...

bb-network.log= 2008-01-11 09:55:26 Execution of '/usr/local/sbin/fping
-Ae' failed - program not suid root?

You need to make /usr/local/sbin/fping suid-root:
	chown root /usr/local/sbin/fping
	chmod 4755 /usr/local/sbin/fping

Or even better: install sudo and allow your hobbit-user to execute fping via sudo without password...

Paul