Operating System - HP-UX
1836412 Members
2379 Online
110100 Solutions
New Discussion

swinstall error - Wont install depot

 
Craig A. Sharp
Super Advisor

swinstall error - Wont install depot

I am getting the following error when trying to install a software depot. Does anyone have any ideas????

"lw1tsfe2:/tmp/sudo-1.6.8p12-ia64-11.23.depot": You do not have
permission for this operation. The depot owner, system
administrator, or alternate root owner may need to use the "swreg" or "swacl" command to give you permission. Or, to manage applications designed and packaged for nonprivileged mode, see the "run_as_superuser" option in the "sd" man page.
3 REPLIES 3
Jon M Zellhoefer
Valued Contributor

Re: swinstall error - Wont install depot

easiest way around that problem is:

edit /var/adm/sw/security/_ACL so the any_other:r---- line reads any_other:crwit

save the file, and restart swagentd.

Then you can do your swinstall as normal.
Calandrello
Trusted Contributor

Re: swinstall error - Wont install depot

Friend
you to effect the installation you must be connected in the server as root and execute the command: swinstall - s /tmp/xxxx.depot anger to open the installer menu. if it does not forget to twirl preview before the installation.
Pete Randall
Outstanding Contributor

Re: swinstall error - Wont install depot

It might also be worth stopping and restarting the swagentd:

/sbin/init.d/swagent stop
/sbin/init.d/swagent start


Pete

Pete