HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- mkfifo System call is failing
Operating System - Linux
1828217
Members
1863
Online
109975
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-23-2006 09:41 AM
06-23-2006 09:41 AM
mkfifo System call is failing
I'm porting our app to Itanium and the mkfifo call is failing even though the parms look OK and worked on our older HP-UX systems. We first call pipe(...), which succeeds, then later:
mkfifo(./work/pipe.a29154, _S_IFIFO | S_IRWXG | S_IRWXU)
which fails with errno 6
/usr/include/sys/errno.h
#define ENXIO 6
/* No such device or address */
As mentioned above, this code works on our older HP systems.
Any suggestions appreciated much!
Thanks in advance,
Tom
mkfifo(./work/pipe.a29154, _S_IFIFO | S_IRWXG | S_IRWXU)
which fails with errno 6
/usr/include/sys/errno.h
#define ENXIO 6
/* No such device or address */
As mentioned above, this code works on our older HP systems.
Any suggestions appreciated much!
Thanks in advance,
Tom
- Tags:
- mkfifo
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 07:10 AM
06-26-2006 07:10 AM
Re: mkfifo System call is failing
You shouldn't be passing in _S_IFIFO. That flag is used by by stat() and mknod(), but is not appropriate for mkfifo(). Perhaps the mkfifo function is actually checking for valid mode bits now.
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP