- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Cannot change ownership to uid 673, gid 100: Opera...
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
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
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
тАО11-13-2008 06:07 AM
тАО11-13-2008 06:07 AM
Cannot change ownership to uid 673, gid 100: Operation not permitted
#ex:backup.yogesh_rip-2008-11-13-18-05-37.tgz(in /net/tps-bcd/backup)
I use "tar zxf yogesh_rip-2008-11-13-18-05-37.tgz" to extract the .tgz file.It is working fine.
But,The script i copied to the root user and i scheduled the script it was working fine.The backup taken over in /net/tps-bcd/backup.Then i tried to extract the .tgz file.But its showing below error
#tar: ae/yogesh_rip/Graphics/vectorPack.c: Cannot change ownership to uid 673, gid 100: Operation not permitted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2008 11:53 AM
тАО11-13-2008 11:53 AM
Re: Cannot change ownership to uid 673, gid 100: Operation not permitted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2008 07:44 PM
тАО11-13-2008 07:44 PM
Re: Cannot change ownership to uid 673, gid 100: Operation not permitted
see after copying to /net/tps-bcd/backup(as a root user) its showing file owner and group owner for the .tgz file is "nfsnobody".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2008 12:28 AM
тАО11-14-2008 12:28 AM
Re: Cannot change ownership to uid 673, gid 100: Operation not permitted
If you want that the nfs client root user is also root on the NFS share too, you have to export the NFS share on the nfs server with the flag no_root_squash .
regards
markus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2008 10:56 AM
тАО11-14-2008 10:56 AM
Re: Cannot change ownership to uid 673, gid 100: Operation not permitted
The ownership of the tar file itself is not an issue here.