[Solved]No root login on xterm
Posted: 30 Aug 2013, 14:28
Hi,
Coming back here in case anyone feels inspired
So I installed necessary packages for xterm, all placed in modules/ . Then I created a shortcut to be able to start it by modifying rc.xml from xdg/openbox/rc.xml which I placed in rootcopy/.
My shortcut works like a charm, starting as guest, but I just can't su - root. Tells me my password is wrong. But I can still log in through ctlr-alt-F1.
Just in case, I placed my shadow file into 003-settings, but no luck.
Maybe I got rights problem? I don't have a clue.
Thanks!
Coming back here in case anyone feels inspired
So I installed necessary packages for xterm, all placed in modules/ . Then I created a shortcut to be able to start it by modifying rc.xml from xdg/openbox/rc.xml which I placed in rootcopy/.
Code: Select all
<keybind key="S-space">
<keybind key="Tab">
<action name="Execute">
<command>/usr/bin/xterm -e su - guest</command>
</action>
</keybind>
</keybind>
Just in case, I placed my shadow file into 003-settings, but no luck.
Maybe I got rights problem? I don't have a clue.
Thanks!