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
Quote from: sveinh on August 21, 2007, 11:38:04 PM
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 :-)
On my machines at least, going to a different tty screen and logging on with root does not prompt for password. (ie: ctrl-alt-F1). Not very secure but that may serve your need.
Quote from: darrenmason on August 22, 2007, 05:21:04 AM
On my machines at least, going to a different tty screen and logging on with root does not prompt for password. (ie: ctrl-alt-F1). Not very secure but that may serve your need.
If you do that from the Core though you will just get another console session on the Core. We need to ssh into one of the moons (ie MD's) as root to install some drivers etc.
Thanks all.
This worked fine for me :-)
-sveinh
Quote from: totallymaxed on August 22, 2007, 08:10:35 AM
If you do that from the Core though you will just get another console session on the Core. We need to ssh into one of the moons (ie MD's) as root to install some drivers etc.
If I do an 'rlogin moonXX' from my core it has never prompted me for a passwd and puts me in as root.