HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- chk_dup_ipaddr error: No such file or directory
Operating System - HP-UX
1837930
Members
3784
Online
110124
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
10-17-2005 03:01 AM
10-17-2005 03:01 AM
chk_dup_ipaddr error: No such file or directory
I tried running the following command
# ifconfig lo0 127.0.0.1 up
On one system (with lo0 already up) no problem. On another system (with lo0 already up) I get chk_dup_ipaddr error: No such file or directory.
Both systems 11.11. any clues what the problem is? I've included a tusc output, but it doesn't make a whole lot of sense as it seems to be doing an ioctl() call on a socket with a hex number that tusc can't map.
e.g.
getuid() ................................................. = 0 (0)
socket(AF_INET, SOCK_DGRAM, 0) ........................... = 4
socket(AF_INET, SOCK_DGRAM, 0) ........................... = 5
ioctl(5, SIOCGIFINDEX, 0x7f7f03a8) ....................... = 0
ioctl(5, 0xc0046946, 0x7f7f039c) ......................... ERR#2 ENOENT
close(5) ................................................. = 0
open("/usr/lib/nls/msg/C/strerror.cat", O_RDONLY, 0177777) ERR#2 ENOENT
open("/usr/lib/nls/C///strerror.cat", O_RDONLY, 0177777) . = 5
fstat(5, 0x7f7f18a0) ..................................... = 0
fcntl(5, F_SETFD, 1) ..................................... = 0
lseek(5, 0, SEEK_SET) .................................... = 0
read(5, "m s g c a t 0 1 \0\0\0f9\001\001".., 1212) ...... = 1212
lseek(5, 3016, SEEK_SET) ................................. = 3016
read(5, "N o s u c h f i l e o r ".., 25) ........ = 25
close(5) ................................................. = 0
chk_dup_ipaddr error: No such file or directory
Note this is the tusc from the one that doesn't work!
# ifconfig lo0 127.0.0.1 up
On one system (with lo0 already up) no problem. On another system (with lo0 already up) I get chk_dup_ipaddr error: No such file or directory.
Both systems 11.11. any clues what the problem is? I've included a tusc output, but it doesn't make a whole lot of sense as it seems to be doing an ioctl() call on a socket with a hex number that tusc can't map.
e.g.
getuid() ................................................. = 0 (0)
socket(AF_INET, SOCK_DGRAM, 0) ........................... = 4
socket(AF_INET, SOCK_DGRAM, 0) ........................... = 5
ioctl(5, SIOCGIFINDEX, 0x7f7f03a8) ....................... = 0
ioctl(5, 0xc0046946, 0x7f7f039c) ......................... ERR#2 ENOENT
close(5) ................................................. = 0
open("/usr/lib/nls/msg/C/strerror.cat", O_RDONLY, 0177777) ERR#2 ENOENT
open("/usr/lib/nls/C///strerror.cat", O_RDONLY, 0177777) . = 5
fstat(5, 0x7f7f18a0) ..................................... = 0
fcntl(5, F_SETFD, 1) ..................................... = 0
lseek(5, 0, SEEK_SET) .................................... = 0
read(5, "m s g c a t 0 1 \0\0\0f9\001\001".., 1212) ...... = 1212
lseek(5, 3016, SEEK_SET) ................................. = 3016
read(5, "N o s u c h f i l e o r ".., 25) ........ = 25
close(5) ................................................. = 0
chk_dup_ipaddr error: No such file or directory
Note this is the tusc from the one that doesn't work!
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2005 03:25 AM
10-17-2005 03:25 AM
Re: chk_dup_ipaddr error: No such file or directory
I can run
# ifconfig lo0
OK, but I can't ping 127.0.0.1
I can run
# ifconfig lan0 A.B.C.D
OK and can ping it.
I can run
# ifconfig lan0 A.B.C.D up
OK.
Any clues?
# ifconfig lo0
OK, but I can't ping 127.0.0.1
I can run
# ifconfig lan0 A.B.C.D
OK and can ping it.
I can run
# ifconfig lan0 A.B.C.D up
OK.
Any clues?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2006 03:08 AM
01-20-2006 03:08 AM
Re: chk_dup_ipaddr error: No such file or directory
Did you solve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 01:06 AM
02-03-2006 01:06 AM
Re: chk_dup_ipaddr error: No such file or directory
Yes, the problem was fixed. It was some time ago now, but (from memory) I believe the problem was fixed by running autopush -f /etc/stcp.conf (probably)
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP