Re: [Pacemaker] ]: WARN: ping_write: Wrote -1 of 39 chars: Operation not permitted

2010-05-26 Thread Andrew Beekhof
On Wed, May 26, 2010 at 10:33 AM, Lars Ellenberg wrote: > On Wed, May 26, 2010 at 08:33:53AM +0200, Andrew Beekhof wrote: >> On Thu, May 20, 2010 at 4:58 PM, Koch, Sebastian >> wrote: >> > Hi, >> > >> > >> > >> > if i enable a IPTABLES Rule >> > >> > >> > >> > iptables -A OUTPUT -p icmp -d 10.1.1

Re: [Pacemaker] ]: WARN: ping_write: Wrote -1 of 39 chars: Operation not permitted

2010-05-26 Thread Lars Ellenberg
On Wed, May 26, 2010 at 08:33:53AM +0200, Andrew Beekhof wrote: > On Thu, May 20, 2010 at 4:58 PM, Koch, Sebastian > wrote: > > Hi, > > > > > > > > if i enable a IPTABLES Rule > > > > > > > > iptables -A OUTPUT -p icmp -d 10.1.1.162 -j DROP > > > > > > > >  to block access to my Gateway 10.1.162 t

Re: [Pacemaker] ]: WARN: ping_write: Wrote -1 of 39 chars: Operation not permitted

2010-05-25 Thread Andrew Beekhof
On Thu, May 20, 2010 at 4:58 PM, Koch, Sebastian wrote: > Hi, > > > > if i enable a IPTABLES Rule > > > > iptables -A OUTPUT -p icmp -d 10.1.1.162 -j DROP > > > >  to block access to my Gateway 10.1.162 to test my pingd resource, i am > getting that error. I googled around as this looks for me lik

[Pacemaker] ]: WARN: ping_write: Wrote -1 of 39 chars: Operation not permitted

2010-05-20 Thread Koch, Sebastian
Hi, if i enable a IPTABLES Rule iptables -A OUTPUT -p icmp -d 10.1.1.162 -j DROP to block access to my Gateway 10.1.162 to test my pingd resource, i am getting that error. I googled around as this looks for me like pingd aint got the permission to write down the result of the ping te