Linux-Hams archive - January 1998: Re: operation not permitted

Re: operation not permitted

Terry Dawson (rdpz.oyjqlk@elmira.edu)
Thu, 08 Jan 1998 09:31:58 +1100


Tim wrote:

> gate:~# ping 44.69.196.1
> PING 44.69.196.1 (44.69.196.1): 56 data bytes
> ping: sendto: Operation not permitted
> ping: wrote 44.69.196.1 64 chars, ret=-1
>
> --- 44.69.196.1 ping statistics ---
> 1 packets transmitted, 0 packets received, 100% packet loss

Tim,
That's got me stumped.

Try this:

strace ping 44.69.196.1

let it run for a while, and send the last 10 lines or so.

Terry