- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- "getting the following error while using the gnu t...
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
09-25-2003 07:04 AM
09-25-2003 07:04 AM
I download and swinstall the tar package from the archive site.
Yes the permission of the /usr/local/bin/tar is 755.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2003 07:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2003 07:11 AM
09-25-2003 07:11 AM
Re: "getting the following error while using the gnu tar"
Check 'file /usr/local/bin/tar' output and see if you have the right version for your OS (11.00, 10.20)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2003 07:11 AM
09-25-2003 07:11 AM
Re: "getting the following error while using the gnu tar"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2003 07:19 AM
09-25-2003 07:19 AM
Re: "getting the following error while using the gnu tar"
What is the output of :
file /usr/local/bin/tar
If it's not PA/Elf executable, then the file is corrupted.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2003 07:21 AM
09-25-2003 07:21 AM
Re: "getting the following error while using the gnu tar"
Simple question:
What are the perms on the dir /usr/local/bin?
Does it have execute permission?
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2003 07:25 AM
09-25-2003 07:25 AM
Re: "getting the following error while using the gnu tar"
tar: ELF-32 executable object file
drwxrwxrwx 10 root bin 9216 Sep 25 15:16 bin
-rwxr-xr-x 1 root sys 420204 Jun 5 2002 tar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2003 07:32 AM
09-25-2003 07:32 AM
Re: "getting the following error while using the gnu tar"
Did you install the dependencies - gettext & libiconv?
Also, note the following from the gtar README...
Installation hints
------------------
Here are a few hints which might help installing `tar' on some systems.
* gzip and bzip2.
GNU tar uses the gzip and bzip2 programs to read and write compressed
archives. If you don't have these programs already, you need to
install them. Their sources can be found at:
ftp://ftp.gnu.org/gnu/gzip/
http://sourceware.cygnus.com/bzip2/
So, is gzip in your search path & is it's perms set OK?
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2003 07:33 AM
09-25-2003 07:33 AM
Re: "getting the following error while using the gnu tar"
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2003 07:33 AM
09-25-2003 07:33 AM
Re: "getting the following error while using the gnu tar"
Thanks for all the help