- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- traceroute and icmp socket
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2002 03:39 PM
тАО08-12-2002 03:39 PM
traceroute and icmp socket
traceroute: icmp socket: Not owner
I don't believe it is a permission problem since
-r-xr-xr-x 1 root bin 49152 Dec 5 2001 /usr/contrib/bin/traceroute
Does anyone know why this is happenning ?
Is it because of the Firewall ?
If it is how can I overcome this problem.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2002 04:22 PM
тАО08-12-2002 04:22 PM
Re: traceroute and icmp socket
(1) it's not the permission of "traceroute", it's the socket permissions.
(2) Firewall is NOT causing this error!
(3) check permissions of IP devices (sorry I'm not connected to check my machines).
Do you have this running on any other machine, which doesn't have this problem?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2002 04:28 PM
тАО08-12-2002 04:28 PM
Re: traceroute and icmp socket
It is a permission problem of some kind. Are you sure this is an HPUX? Looks like a VAX error message.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2002 08:13 PM
тАО08-12-2002 08:13 PM
Re: traceroute and icmp socket
Check the permission of /dev/udp should be
crw-rw-rw- 1 root root 72 0x00008e Jul 30 14:47 udp
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2002 08:28 PM
тАО08-12-2002 08:28 PM
Re: traceroute and icmp socket
chmod 4555 traceroute
i.e
-r-sr-xr-x 1 root bin 36864 Aug 25 1998 traceroute
check it out.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2002 09:18 PM
тАО08-12-2002 09:18 PM
Re: traceroute and icmp socket
Mani you are right.
Just do this as root it will work.
#chmod u+s /usr/contrib/bin/traceroute
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2002 04:02 AM
тАО08-13-2002 04:02 AM
Re: traceroute and icmp socket
and I don't think I have to change my
/usr/contrib/bin/traceroute permission which is -r-xr-xr-x for one reason,
I have the same permission running HP-UX 11.0 and I can run traceroute as a normal user !!
By the way the problem occurs on HP-UX11i
Any more ideas ??
Thanks a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2002 04:07 AM
тАО08-13-2002 04:07 AM
Re: traceroute and icmp socket
All my machines, both 11.0 and 11i, have traceroute permissions set thusly:
-r-sr-xr-x 1 root bin 32768 Nov 14 2000 /usr/contrib/bin/traceroute
At least try changing the permissions, you can always change them back if it doesn't fix the problem.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2002 05:43 AM
тАО08-13-2002 05:43 AM
Re: traceroute and icmp socket
But I can sware to you it works on another N class machine with the normal permission
-r-xr-xr-x
Thanks again