- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Permission denied (errno = 13)
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
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
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-13-2004 03:43 AM
тАО05-13-2004 03:43 AM
ERROR: copy_file: Cannot open "/var/opt/ignite/clients/0xblahblah/install.log": Permission denied (errno = 13).
then: ERROR: could not move file: /tmp/install.log to /var/opt/ignite/clients/0xblahblah/install.log: Perm denied (errno = 13).
These are followed by 6 other error messages, all saying the same type of thing.
The perms on this new server for all of the above directories match the perms on the previous server that does not have this problem.
And, probably very relevant: When the installation switched to interactive mode on the client, and offered "Run a Recovery Shell", I chose that, and immediately received a "ERROR: Cannot open file: /tmp/env.vars: Permission denied (errno = 13) on the new client.
Suggestions?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2004 05:20 AM
тАО05-13-2004 05:20 AM
Re: Permission denied (errno = 13)
ll /var/opt/ignite/clients/0xblahblah
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2004 05:50 AM
тАО05-13-2004 05:50 AM
Re: Permission denied (errno = 13)
drwxrwxrwx 4 bin bin 8192 May 12 16:52 clients
# ll clients
total 16
drwxr-xr-x 2 root sys 96 May 13 08:20 0x00306E2CA651
# ll clients/0x*
total 16
-rw-r--r-- 1 root sys 3201 May 12 14:24 config
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2004 05:56 AM
тАО05-13-2004 05:56 AM
Solutiontotal 16
drwxr-xr-x 2 root sys 96 May 13 08:20 0x00306E2CA651
# ll clients/0x*
total 16
-rw-r--r-- 1 root sys 3201 May 12 14:24 config
----
ok I think that is where the problem is. The ownership should be bin:bin not root:sys
chmod all the root:sys to bin:bin.
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2004 05:59 AM
тАО05-13-2004 05:59 AM
Re: Permission denied (errno = 13)
/var/opt/ignite/recovery/*/* the files here too should have bin:bin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2004 06:06 AM
тАО05-13-2004 06:06 AM