1836385 Members
3585 Online
110100 Solutions
New Discussion

Re: swagentd log

 
Macho_2
Frequent Advisor

swagentd log

I had received the following error from the swagentd log file during swinstall. Please advice how to solve this issue :-



======= 08/21/08 15:37:03 JST END swagentd (pid = 24203).


======= 08/21/08 15:37:15 JST BEGIN swagentd (pid = 25134).

* Registered RPC protocol "ncacn_ip_tcp" with endpoint "2121".
* Registered RPC protocol "ncadg_ip_udp" with endpoint "2121".
* Checking job queue at 1 minute intervals.
* Started install agent on "/" for root@malvin.ea.com,
pid=25150, 08/21/08 15:37:33 JST
ERROR: Cannot lock "/" because another command holds a conflicting
lock. The process id of that command is 351.
ERROR: The target "/" could not be opened. pid=25150 08/21/08
15:37:33 JST
* Agent pid=25150 completed. 08/21/08 15:37:33 JST
* Started install agent on "/" for root@malvin.ea.com,
pid=26084, 08/21/08 15:40:35 JST
ERROR: Cannot lock "/" because another command holds a conflicting
lock. The process id of that command is 351.
ERROR: The target "/" could not be opened. pid=26084 08/21/08
15:40:35 JST
* Agent pid=26084 completed. 08/21/08 15:40:35 JST
11 REPLIES 11
Torsten.
Acclaimed Contributor

Re: swagentd log

Looks like another install session is already running - check this.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Deepak Kr
Respected Contributor

Re: swagentd log

>>>ERROR: Cannot lock "/" because another command holds a conflicting
lock. The process id of that command is 351

answer is there in output:

check if another instance is active when you tried
check process id 351..if your session is still active..

regds...Deepak

"There is always some scope for improvement"
Macho_2
Frequent Advisor

Re: swagentd log

Hi;

Please refer to my attachment. Why my swinstall screeen is not readable properly.
Please advice.
Torsten.
Acclaimed Contributor

Re: swagentd log

You have a problem with the terminal emulation - what client are you using?

Try putty!

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Macho_2
Frequent Advisor

Re: swagentd log

I am using HyperTerminal with vt100 Emulation and even using telnet and putty, I have the same problem.
Torsten.
Acclaimed Contributor

Re: swagentd log

check your TERM variable:

# echo $TERM
and set accordingly
# export TERM=vt100
or
# export TERM=xterm
(for putty).

You can also try

# eval `ttytype -s -a`

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Macho_2
Frequent Advisor

Re: swagentd log

Hi;

I had change the term to vt100 and the problem still like that and even the putty have the same problem. Please advice.
Deepak Kr
Respected Contributor

Re: swagentd log

Macho,

Please run following

#/bin/X11/resize

Recycle swagent daemon

/sbin/init.d/swagentd -r

See the results.
"There is always some scope for improvement"
Macho_2
Frequent Advisor

Re: swagentd log

Dear;

I am still having the same issue. Cannot read the swinstall menu properly. What else can do ?
Torsten.
Acclaimed Contributor

Re: swagentd log

Even if I think you can make this working with putty, you can also try the GUI for swinstall.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Bob E Campbell
Honored Contributor

Re: swagentd log

I personally use Putty as others have mentioned (http://www.putty.org) but in either case your terminal and TERM settings must match.

In Hyperterminal under "File|Properties|Settings" set Emulation to VT100. Next, after logging in run the command "export TERM=vt100" before starting SD.