- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: samba
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-27-2006 07:58 PM
05-27-2006 07:58 PM
samba
I have downloaded the new samba, and I need to install it on one of the systems that I have, the downloaded file name is samba_version.depot.gz, however when I tried to decompress it I always get the following message:
"gunzip: samba.depot.gz: not in gzip format"
please help.
Regards;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 08:25 PM
05-27-2006 08:25 PM
Re: samba
If you want "SAMBA" on HP-UX, better download HP's modified version of it, called CIFS-Server and Client.
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8724AA
More information about CIFS server at, http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=CIFSTP3
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 09:59 PM
05-27-2006 09:59 PM
Re: samba
What happens if you do the following:
swinstall -s $PWD/samba_version.depot.gz
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 10:05 PM
05-27-2006 10:05 PM
Re: samba
What your original message means is that the file is incomplete or not in gzip format, which means it may be the victim of a partial download or incomplete transfer.
You are better off getting the depots from Arun's link.
The install command provided in response 2 will not work.
Files must be uncompressed prior to running the swinstall command.
swinstall -s /tmp/samba.depot \*
Will install the entire thing.
The CIFS/Samba client requires a reboot, therefore the command line code:
swinstall -x autoreboot=true -s /tmp/sambaclient.depot \*
The names I give must match the actual file location for correct installation.
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
05-27-2006 10:23 PM
05-27-2006 10:23 PM
Re: samba
What if the file is not compressed and just having the .gz extension.
Where did you download the file?
You can also get the latest samba version at
http://us2.samba.org/samba/ftp/Binary_Packages/hp/
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 05:47 AM
05-28-2006 05:47 AM
Re: samba
Bill Hassell, sysadmin