HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: device or address that does exit error with na...
Operating System - HP-UX
1830899
Members
3408
Online
110017
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
06-04-2003 07:51 AM
06-04-2003 07:51 AM
device or address that does exit error with name pipe
I have two process which use named pipe for their communication. Sometimes I get following message
/tmp/named_pipe: There is a request to a device or address that does not exist.
both process are running ( not crashed ), The process which writes data to named pipe fails.
The open() system call failing with errono=6
Any ideas?
/tmp/named_pipe: There is a request to a device or address that does not exist.
both process are running ( not crashed ), The process which writes data to named pipe fails.
The open() system call failing with errono=6
Any ideas?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 08:37 AM
06-04-2003 08:37 AM
Re: device or address that does exit error with name pipe
HI,
is the named pipe unique for the program ?
May be the two program cannot run concurrently.
Massimo
is the named pipe unique for the program ?
May be the two program cannot run concurrently.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 09:20 AM
06-04-2003 09:20 AM
Re: device or address that does exit error with name pipe
man page for errno says this.
[ENXIO] No such device or address. I/O on a special file refers
to a subdevice that does not exist, or is beyond the
limits of the device. It can also occur when, for
example, a tape drive is not on line or no disk pack is
loaded on a drive.
Can you post the snippet of the code?
-Umapathy
[ENXIO] No such device or address. I/O on a special file refers
to a subdevice that does not exist, or is beyond the
limits of the device. It can also occur when, for
example, a tape drive is not on line or no disk pack is
loaded on a drive.
Can you post the snippet of the code?
-Umapathy
Arise Awake and Stop NOT till the goal is Reached!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 09:57 AM
06-04-2003 09:57 AM
Re: device or address that does exit error with name pipe
Hi
Would it be a hint for you?
man 2 open
[...]
If O_NDELAY is set:
A read-only open() returns without delay.
A write-only open() returns an error if no process currently has the file open for reading.
[...]
Good luck
Adam
Would it be a hint for you?
man 2 open
[...]
If O_NDELAY is set:
A read-only open() returns without delay.
A write-only open() returns an error if no process currently has the file open for reading.
[...]
Good luck
Adam
I do everything perfectly, except from my mistakes
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