- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_sys_image pax bug error
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
04-16-2002 11:57 PM
04-16-2002 11:57 PM
make_sys_image pax bug error
I am facing problem with the make_sys_image of HP-ignite. On giving the command
make_sys_image -p -l 1 -s local /dev/rmt/0m
I get error saying:
There were files that were not successfully archived because of a pax bug. Check /tmp/pax_bug_files for the list.
And pax_bug_files states that a particular directory is greater than 100 characters.
Previously I use to get the warning of pax for that I replaced the /sbin/pax file with the patched_pax file after using the SYSCMDS to create the patched_pax file. But I still got this error. Later on I installed the patch PHCO_20388. But I still I have the pax bug error.
Does anyone know why am I getting this error? and what is solution for this.
I even want to learn more about the making a system with this make_sys_image, please let me know where do I get this information.
Thanks to the everhelping people of this forum!
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 12:07 AM
04-17-2002 12:07 AM
Re: make_sys_image pax bug error
For details on the tar format see the tar(4) ( i.e. "man 4 tar") manual page, especially the parts on "name", "linkname", and "prefix".
Just out of interest: What is the directory/file name and what software is it part of?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 01:14 AM
04-17-2002 01:14 AM
Re: make_sys_image pax bug error
It could be that this is a limitation but the patch PHCO_16877 says:
1. Pax does not handle soft/hard links properly
in ustar format if the file/link names have a length >= 100 characters.
2. Pax cannot restore soft links with a length
> 100 characters in cpio format.
3. Pax does not restore hard links in cpio format.
and I have installed this patch also.
thanks
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 01:22 AM
04-17-2002 01:22 AM
Re: make_sys_image pax bug error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 04:03 AM
04-19-2002 04:03 AM
Re: make_sys_image pax bug error
However, in my opinion, the patch introduces somewhat of another bug, because the error which now *is* generated says "exposes pax bug, directory longer than 100 chars", but, as I explained, that is *not* a *bug*, but a standards *limitation*. Sigh!
Probably the author of the error message fell in the old-boys-UNIX trap of calling something a bug, which was actually a limitation, i.e. the "BUGS" section which used to be in some UNIX manual pages.