- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Webmin + install modules + updates
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
10-02-2005 08:44 PM
10-02-2005 08:44 PM
Webmin + install modules + updates
Gunzip is installed on the system and into /etc/PATH. Is there something else to change?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2005 09:00 PM
10-02-2005 09:00 PM
Re: Webmin + install modules + updates
Can't update a depot/sd-ux installtion with a tar.gz
If you have a depot.gz
whence gzip
gunzip
swinstall -s /full_path/filename.depot \*
Note that some depot installations need the previous verion uninstalled prior to installing the new version. I don't know if this is the case with webmin.
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
10-02-2005 09:01 PM
10-02-2005 09:01 PM
Re: Webmin + install modules + updates
/usr/contrib/bin/gzip
Try to do as,
export PATH=$PATH:/usr/contrib/bin
and try now.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2005 09:03 PM
10-02-2005 09:03 PM
Re: Webmin + install modules + updates
find / -name "gzip"
and update the location with /etc/PATH file or PATH environment variable for that current shell.
Do you have this package of,
# swlist SW-DIST.GZIP
If so then gzip is installed. Add that path.
hth,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2005 09:08 PM
10-02-2005 09:08 PM
Re: Webmin + install modules + updates
Undefined subroutine &proc::safe_process_exec called at /opt/hpws/webmin/webmin/upgrade.cgi line 342.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2005 09:09 PM
10-02-2005 09:09 PM
Re: Webmin + install modules + updates
# which gunzip
/usr/contrib/bin/gunzip
#export PATH=$PATH:/usr/contrib/bin
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2005 09:20 PM
10-02-2005 09:20 PM
Re: Webmin + install modules + updates
Same problem with debian + webmin as,
http://lists.swelltech.com/pipermail/webmin-l-archive/2003-November/016641.html
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2005 09:38 PM
10-02-2005 09:38 PM
Re: Webmin + install modules + updates
# swlist |grep -i webmin
Try installing latest package,
http://h20293.www2.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=HPUXWSSUITE
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2005 09:41 PM
10-02-2005 09:41 PM
Re: Webmin + install modules + updates
Downloading http://www.webmin.com/download/webmin-1.230.tar.gz ..
Downloading http://osdn.dl.sourceforge.net/sourceforge/webadmin/webmin-1.230.tar.gz (8705548 bytes) ..
Received 1024 bytes (0 %)
Received 871424 bytes (10 %)
Received 1741824 bytes (20 %)
Received 2612224 bytes (30 %)
Received 3482624 bytes (40 %)
Received 4353024 bytes (50 %)
Received 5223424 bytes (60 %)
Received 6094848 bytes (70 %)
Received 6965248 bytes (80 %)
Received 7835648 bytes (90 %)
Received 8705548 bytes (100 %)
.. Download complete.
No package signature verification done.
Running setup.sh script to upgrade Webmin .. Please wait a minute until it is complete before continuing.
HTTP/1.0 500 Perl execution failed
Server: MiniServ/0.01
Date: Mon, 3 Oct 2005 09:39:41 GMT
Content-type: text/html
Connection: close
Error - Perl execution failed
Undefined subroutine &proc::safe_process_exec called at /opt/hpws/webmin/webmin/upgrade.cgi line 342.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2005 09:46 PM
10-02-2005 09:46 PM
Re: Webmin + install modules + updates
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2005 10:07 PM
10-02-2005 10:07 PM
Re: Webmin + install modules + updates
hth.