- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- untaring problem
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-14-2007 10:40 PM
05-14-2007 10:40 PM
untaring problem
When I am trying to untar a file I got below error please help me to resolve this issue
" 1500_CP/omg/webapps/maia/src/com/logica/omg/oam/services/actions/applicationprofiles/SubmitAppProfil, 4554 bytes, 9 tape blocks
x ././@LongLink, 136 bytes, 1 tape blocks
directory checksum error "
thanks
josin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 10:50 PM
05-14-2007 10:50 PM
Re: untaring problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 11:13 PM
05-14-2007 11:13 PM
Re: untaring problem
You may need GNU "tar" to deal with this. As
usual, it might help if you provided a little
information, like how the "tar" archive was
made, and what you're using to try to expand
the archive.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1123442
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 11:13 PM
05-14-2007 11:13 PM
Re: untaring problem
please see this earlier thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=893355
Please read:
http://66.34.90.71/ITRCForumsEtiquette/after.html
Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
on how to reward any useful answers given to your questions.
So far you have not awarded any points !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 11:52 PM
05-14-2007 11:52 PM
Re: untaring problem
try via
tar xif file.tar
This option ignores directory checksum errors, which maybe okay in your case - just watch if the files you expect really get unpacked (create a content listing first via 'tar tf').
mfG Peter