HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- in_pcbsetaddr error in syslog.log
Operating System - HP-UX
1836451
Members
2676
Online
110101
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
Go to solution
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-24-2001 08:22 AM
10-24-2001 08:22 AM
Hello,
Anyone know what this error means ..
error of in_pcbsetaddr 227
It's in the /var/adm/syslog/syslog.log file
Thanks in advance !
Anyone know what this error means ..
error of in_pcbsetaddr 227
It's in the /var/adm/syslog/syslog.log file
Thanks in advance !
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 08:32 AM
10-24-2001 08:32 AM
Solution
From the TKB:
What is the meaning of: "vmunix: error of in_pcbsetaddr 227"?
DocId: KBRC00004392
Updated: 10/30/00 9:26:00 AM
PROBLEM
The following error message displays in /var/adm/syslog/syslog.log:
Oct 12 17:06:02 mims2 vmunix: error of in_pcbsetaddr 227 What does it mean?
RESOLUTION
This message indicates that /tmp or /var/tmp directory is missing.
Check for the directories, the correct owner, group and permissions:
# ll -d /tmp /var/tmp
drwxrwxrwx 30 bin bin 4096 Oct 17 20:45 /tmp
drwxrwxrwx 11 bin bin 5120 Oct 18 08:56 /var/tmp
If /tmp or /var/tmp is missing, recreate the directory:
# mkdir /tmp
OR
# mkdir /var/tmp
Reboot the system as soon as possible to complete the process.
# shutdown -r
The message can also indicate a problem with a LAN controller/interface.
Explanation: Packets sent over UDP sockets, such as used by routed(8), get stamped with the wrong "from" address. This is because in_pcbsetaddr() is calling ifa_ifwithdstaddr() with the socket address it is looking for, instead of a socket address with a zero port number.
If the LAN controller/interface has a problem, these addresses will be incorrect, which produces the error messages in syslog.
What is the meaning of: "vmunix: error of in_pcbsetaddr 227"?
DocId: KBRC00004392
Updated: 10/30/00 9:26:00 AM
PROBLEM
The following error message displays in /var/adm/syslog/syslog.log:
Oct 12 17:06:02 mims2 vmunix: error of in_pcbsetaddr 227 What does it mean?
RESOLUTION
This message indicates that /tmp or /var/tmp directory is missing.
Check for the directories, the correct owner, group and permissions:
# ll -d /tmp /var/tmp
drwxrwxrwx 30 bin bin 4096 Oct 17 20:45 /tmp
drwxrwxrwx 11 bin bin 5120 Oct 18 08:56 /var/tmp
If /tmp or /var/tmp is missing, recreate the directory:
# mkdir /tmp
OR
# mkdir /var/tmp
Reboot the system as soon as possible to complete the process.
# shutdown -r
The message can also indicate a problem with a LAN controller/interface.
Explanation: Packets sent over UDP sockets, such as used by routed(8), get stamped with the wrong "from" address. This is because in_pcbsetaddr() is calling ifa_ifwithdstaddr() with the socket address it is looking for, instead of a socket address with a zero port number.
If the LAN controller/interface has a problem, these addresses will be incorrect, which produces the error messages in syslog.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 10:27 AM
10-24-2001 10:27 AM
Re: in_pcbsetaddr error in syslog.log
Just wanted to add another thing,
its always better to have the sticky bit on for /var/tmp and /tmp rather than plain 777 permissions
chmod 1777 /tmp
chmod 1777 /var/tmp
-Regards
Ramesh
its always better to have the sticky bit on for /var/tmp and /tmp rather than plain 777 permissions
chmod 1777 /tmp
chmod 1777 /var/tmp
-Regards
Ramesh
They think they know but don't. At least I know I don't know - Socrates
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