[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] 'hobbitping -Ae' failed - program not suid root?
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] 'hobbitping -Ae' failed - program not suid root?
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Mon, 18 Feb 2008 16:37:50 +0100
- References: <000c01c87211$5d4eb970$17ec2c50$ (at) com.au>
- User-agent: Mutt/1.5.15+20070412 (2007-04-11)
On Mon, Feb 18, 2008 at 08:33:47PM +1100, Graeme Shea wrote:
> Hi all,
> I have been trying to install the admin scripts (0.3) and now have an alarm
> for bbtest and a white dot for conn on the hobbit server itself. The conn
> test (Ping) to the other servers at the site are normal. Everything else
> seems normal. The error message is
>
> Error output:
> Execution of 'hobbitping -Ae' failed - program not suid root?
> 2008-02-18 20:28:13 Cannot get RAW socket: Operation not permitted
Like it says: Your ~hobbit/server/bin/hobbitping needs to be owned by
root, and with suid permissions.
chown root ~hobbit/server/bin/hobbitping
chmod u+s ~hobbit/server/bin/hobbitping
Henrik