Operating System - HP-UX
1834498 Members
2888 Online
110067 Solutions
New Discussion

Re: problem installing software depot

 
SOLVED
Go to solution
Ionut Grigorescu_2
Super Advisor

problem installing software depot

Hi all,

the depot is Ignite UX B and I try to install it from sam - Software Management. When selecting the software source a window pops up and tells me that I do not have the required privilleges to run the task and I have to check swacl or run sd with run_as_superuser option (which I have tried, but the result was the same).
I am root on the system, the depot is in /tmp, owner root:sys, access 666.

Thanks in advance,
ionut
If it weren't for STRESS I'd have no energy at all
5 REPLIES 5
Fabio Ettore
Honored Contributor

Re: problem installing software depot

Hi ionut,

try to stop/start swagentd:

# /sbin/init.d/swagentd stop
# /sbin/init.d/swagentd start

Few days ago it solved a my similar problem with swinstall.

I hope this helps you.

Best regards,
Ettore
WISH? IMPROVEMENT!
Karthik S S
Honored Contributor
Solution

Re: problem installing software depot

Try installing it using the command line,

swinstall -s /tmp/depot_name \*

If this doesn't work kill and restart swagentd and try again.

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
Robert-Jan Goossens
Honored Contributor

Re: problem installing software depot

Ionut,

Try to restart the swagentd

# swagentd -k
# swagentd -r

Robert-Jan
T G Manikandan
Honored Contributor

Re: problem installing software depot

#/usr/sbin/swagentd -r
Ionut Grigorescu_2
Super Advisor

Re: problem installing software depot

thank all!

case closed
If it weren't for STRESS I'd have no energy at all