What is OS commands error ?

112 views
Skip to first unread message

Rajesh Daggupati

unread,
May 9, 2013, 2:22:31 PM5/9/13
to confd-us...@googlegroups.com
When i am trying to execute some os related commands I am seeing the following message on developer logs.
confd[2128]: confd osCommand error: /usr/lib/confd/priv/confd/cmdptywrapper -I 127.0.0.1 -p 4565 -i 12 -H "/var/lib/config" -N "admin" -m 2478 -t xterm -U 119 -w 200 -h 25 -c "/var/lib/config" -g 0 -u 0 ping LWMgMTAgLXcgMjAgLUkgOS4xNy4yMi4yNCA5LjE3LjIyLjIz:


Nick

unread,
May 10, 2013, 4:05:12 AM5/10/13
to confd-us...@googlegroups.com
Hi!

The command string is base64 encoded. Hence, do the following:

 shell> echo LWMgMTAgLXcgMjAgLUkgOS4xNy4yMi4yNCA5LjE3LjIyLjIz | base64 --decode

And you'll get:

-c 10 -w 20 -I 9.17.22.24 9.17.22.23

Would running the following in a shell fail, then ConfD will report an error:

 shell> ping -c 10 -w 20 -I 9.17.22.24 9.17.22.23

Best regards,

Nick
Reply all
Reply to author
Forward
0 new messages