- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swinstall failed
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
06-10-2003 02:20 AM
06-10-2003 02:20 AM
when I did a swinstall, the system complained the following errors:
"WWW:/var/spool/sw/libiconv-1.9-sd-100.depot": You do not have the required permissions to perform this operation.
Check permissions using the "swacl" command or see your system administrator for assistance. Or, to manage applications designed and packaged for nonprivileged mode, see the
"run_as_superuser" option in the "sd" man page.
what should I do?
Thanks in advance
David
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 02:36 AM
06-10-2003 02:36 AM
Re: swinstall failed
Verify you can list the source first;
swlist -s WWW:/var/spool/sw/libiconv-1.9-sd-100.depot
If it didnt work then your source doesnt exist.
If it did work then your swinstall command should be something like;
swinstall -s WWW:/var/spool/sw/libiconv-1.9-sd-100.depot \*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 02:41 AM
06-10-2003 02:41 AM
Re: swinstall failed
Installation:
As usual for GNU packages:
$ ./configure --prefix=/usr/local
$ make
$ make install
http://hpux.petech.ac.za/hppd/hpux/Development/Libraries/libiconv-1.9/readme.html
http://hpux.petech.ac.za/hppd/hpux/Development/Libraries/libiconv-1.9/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 02:46 AM
06-10-2003 02:46 AM
Re: swinstall failed
I guess you are trying to install the S/W from a remote machine ( WWW ). On the remote system run
swacl -l host
and check for the permissions.
Regards,
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 02:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 02:56 AM
06-10-2003 02:56 AM
Re: swinstall failed
# ps -ef|grep swagentd
# kill -9
# swagentd -r
That should fix the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 02:56 AM
06-10-2003 02:56 AM
Re: swinstall failed
Sometimes this error is encountered due to missig files & corupted file system also.