- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- creat(/var/tmp/aaaa01454, 0755) failed (errno = 22...
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
Forums
Discussions
Discussions
Discussions
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
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
05-21-2002 07:20 AM
05-21-2002 07:20 AM
creat(/var/tmp/aaaa01454, 0755) failed (errno = 22)
creat(/var/tmp/aaaa01454, 0755) failed (errno = 22)
.
Looking to the errno.h file , i found that 22 means invalid argument (EINVAL).
Man creat show the EINVAL but doesn't help to understand what it is happening on these 2 machines .
(i compare with other machine
and didn't find anything which can help to solve this problem).
Any idea ??
Thanks for your help
Jo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 10:38 AM
05-21-2002 10:38 AM
Re: creat(/var/tmp/aaaa01454, 0755) failed (errno = 22)
It look s that the application is try to create this file without the correct arguments or parameters. May be you can try cleaning /var/tmp and running the app again.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 09:23 PM
05-21-2002 09:23 PM
Re: creat(/var/tmp/aaaa01454, 0755) failed (errno = 22)
directory.
It should be
drwxrwxrwxt bin bin /var/tmp
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 11:27 PM
05-21-2002 11:27 PM
Re: creat(/var/tmp/aaaa01454, 0755) failed (errno = 22)
permissions and clean /var/tmp .
Any other idea ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 11:50 PM
05-21-2002 11:50 PM
Re: creat(/var/tmp/aaaa01454, 0755) failed (errno = 22)
What is your umask ?.
Also try this as the user you run that script.
#touch /var/tmp/aaaa01454
#ll /var/tmp/aaa*
is the file created ?
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 05:02 AM
05-22-2002 05:02 AM
Re: creat(/var/tmp/aaaa01454, 0755) failed (errno = 22)
I already check that (comparing with other machines).
The umask is 022
The file is correctly created with 644 permissions
Many thanks for any other suggestion.
Jose