- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Limitation in path/filename with tar extraction?
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
тАО02-02-2006 03:05 AM
тАО02-02-2006 03:05 AM
Limitation in path/filename with tar extraction?
I downloaded Trolltech's Qt4.10 cross-platform development tool and extracted the .tar.gz with gzip then tar. It appears when extracting from the tar (xvf), there is a limitation in character length of path + filename. When doing a tar tvf, the filenames look fine and I can rename the file(s) to their original name.
To get around this, I extracted it with winzip on a PC and then ftped everything over the top of the original hp extraction.
Is there a patch that is available to resolve this?
HP-UX B.11.11
C3000
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2006 01:08 AM
тАО02-06-2006 01:08 AM
Re: Limitation in path/filename with tar extraction?
what error do you get if you try to extract with tar?
I always thought path length was 256, but I have never had a longer path name, so never tested it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2006 01:34 AM
тАО02-06-2006 01:34 AM
Re: Limitation in path/filename with tar extraction?
Yes, its an OS limit. Anything over 256 will make the untar cough up fur balls.
You may be able to repackage the tar with gnu tar.
I like your workaround. It works doesn't it?
Sounds like you are done.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2006 01:41 AM
тАО02-06-2006 01:41 AM
Re: Limitation in path/filename with tar extraction?
255 char is OS limit, If you want to patch your tar, PHCO_28992 is available. I suspect you have this patch on your system .. It gives support for 8GB files.
http://www2.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHCO_28992&context=hpux:800:11:11
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2006 02:16 AM
тАО02-06-2006 02:16 AM
Re: Limitation in path/filename with tar extraction?
That's what I thought also, but the path length is only around 78. I'm not receiving any errors, however when I tried compiling the program(s), it couldn't find the files. Here is an example of one of the paths, along with the filenames:
/qt/qt-x11-commercial-src-4.1.0/tools/designer/src/components/signalsloteditor
signalsloteditor_instanc
should be: signalsloteditor_instance.cpp
signalsloteditor_instanc
should be: signalsloteditor_instance.cpp
Yes I get it to compile by copying the extracted files over from a PC, but it seemed weird that the filenames are getting cropped during the the un-taring process.
Craig.