Tiny Core Linux
Tiny Core Base => TCB Talk => Topic started by: heiheshang on March 16, 2010, 02:47:45 AM
-
At system loading starts rdesktop. Autostart has placed in./.xsession.
rdesktop-f-uddd-p123 192.168.6.57
pid = $ (ps-a |grep rdesktop |awk ' {print $3} ')
wait $pid
/etc/init.d/rc.shutdown
rdesktop successfully starts, but at end of session deenergizing does not occur. Prompt as to be?
-
Try using "sudo poweroff" instead of rc.shutdown
-
Has not helped