cluther wrote:
> On Sep 7, 2007, at 4:20 AM, johnson wrote:
> 
> 
> > Command: ping -c2 ${device/manageIp}
> > Description:
> > Output:
> > 
> > ==== xjcrc01 ====
> > ping -c2 222.60.110.35
> > 
> > ping: icmp open socket: Operation not permitted
> > 
> > DONE in 0 seconds on 1 targets
> > 
> 
> If you're running under SuSE, this is probably related to paranoid  
> permissions being setup on the system. Take a look at this thread on  
> another message board related to the issue
> 
> http://www.webservertalk.com/message151339.html
> 
> 
> > Command: host ${device/manageIp}
> > Description:
> > Output:
> > 
> > ==== xjcrc01 ====
> > host 222.60.110.35
> > 
> > Host 35.110.60.222.in-addr.arpa not found: 3(NXDOMAIN)
> > 
> > DONE in 0 seconds on 1 targets
> > 
> 
> This is simply saying that there is no PTR record for 222.60.110.35.  
> PTR records are resolved by reversing the order of the IP address  
> octets and sticking in-addr.arpa on the end, so the response is  
> completely normal.
> _______________________________________________
> zenoss-users mailing list
> [email protected]
> http://lists.zenoss.org/mailman/listinfo/zenoss-users



Hi

I have deal with the ping problem. I have let zenoss user as root ,then I 
configure "UID" .

1.
[EMAIL PROTECTED] test]# chmod 711 /bin/ping
[EMAIL PROTECTED] test]# ls -l /bin/ping
-rwx—x--x 1 root root 30860 7月 29 2003 /bin/ping*
-bash-2.05b$ ping localhost
ping: icmp open socket: Operation not permitted

2.
[EMAIL PROTECTED] test]# chmod 4700 /bin/ping
[EMAIL PROTECTED] test]# ls -l /bin/ping
-rws------ 1 root root 30860 7月 29 2003 /bin/ping*
-bash-2.05b$ ping localhost
-bash: /bin/ping: Permission denied

3.
[EMAIL PROTECTED] test]# chmod 4711 /bin/ping
[EMAIL PROTECTED] test]# ls -l /bin/ping
-rws--x--x 1 root root 30860 7月 29 2003 /bin/ping*
-bash-2.05b$ ping localhost
PING localhost (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.078 ms

------------------------
 Johnson Lu




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=10543#10543

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to