root password
Please Log in or Create an account to join the conversation.
The answer is none.
Ubuntu are a complete PITA when it comes to root logins etc. They want to deny use of root for everything.
Fortunately there are ways around it.
Easiest way, from a terminal:-
$ sudo passwd root
When prompted for a password, give your user password
When prompted for the root password, give something suitable
Now enter
$ sudo passwd -u root
You will get a reply like 'password expiry info updated' or similar
Now enter
$ su root
Enter the root password when prompted
You should now have a root prompt '#' and you are ready to go.
If you use gdm, you will probably have to edit gdm.conf to allow a root login.
You may also want to go into user manager and make sure that root is a member of all groups etc.
Seem to recall not everything was ticked.
regards
Please Log in or Create an account to join the conversation.
John
Please Log in or Create an account to join the conversation.
I need root to change rtapi.conf to shut down the smi interupt that delays the real time system. Is there a better way to do that?
Please Log in or Create an account to join the conversation.
John
Please Log in or Create an account to join the conversation.
Thanks to ArcEye for the route to the root. I will try that.
I need root to change rtapi.conf to shut down the smi interupt that delays the real time system. Is there a better way to do that?
gksudo gedit will open gedit with the power to edit everything.
Note that on a 2.5 LiveCD there is an /etc/emc2/rtapi.conf file, but editing that won't help.
You need to edit /etc/linuxcnc/rtapi.conf.
(Which reminds me, I ought to fix the Wiki)
Please Log in or Create an account to join the conversation.
I tested sudo gedit and it works so the root password is not needed.
The lathe is running great now. Thanks for all your help.
Please Log in or Create an account to join the conversation.
John
Please Log in or Create an account to join the conversation.
Thanks and sorry for butting in!
John
Please Log in or Create an account to join the conversation.
Wheezy asks if you want to set up a root password and then very often does nothing
These instructions will allow you to set one
www.linuxcnc.org/index.php/english/forum...rrect-password#52203
regards
Please Log in or Create an account to join the conversation.