Hi all
I've got a Zonbu computer (
www.zonbu.com) which I want to use as a diskless MD. It boots off the network and everything looks great until it tries to run X and the AVwizard. The onboard graphics card driver (Via cx700) is not supported out of the box. I installed LinuxMCE 704 from the DVD.
I think I have found linux drivers to support my graphics chip but I'm unable to gain root priveleges to install.
I can log on to the diskless MD using linuxmce/linuxmce, but it seems like I'm getting logged on as sambahelper, and this user does not have sudo rights.
So, my questions: how do I gain sudo rights on the diskless MD? Anyone?
In advance, thanks!
-sveinh
At your core do the following;
chroot /usr/pluto/diskless/NN passwd (****where NN is the moon device ID of the MD you want to change***)
The use the following line to ssh into the MD... where NN is the device ID entered above;
ssh root@moonNN
Now you should be logged in as root ont eh MD and you can do whatever you need to :-)