LinHES Forums
http://forum.linhes.org/

Creating user account during R6.02 install
http://forum.linhes.org/viewtopic.php?f=22&t=20915
Page 1 of 1

Author:  winnpeny [ Sat Mar 13, 2010 10:19 am ]
Post subject:  Creating user account during R6.02 install

How do you create a non-root and non-mythtv user if you installed from the R6.02 CD? I believe the R6.01 CD had an input screen for that functionality; I can't find it now.

Under the Service Menu>LinHES Configuration menu there is an entry for User Accounts, but when selected, it tells me I do not have access to this screen. If I look under the Access Control menu, there is no checkbox to enable access to user accounts.

For now, I've had to assign a password to root and allow root logins over ssh in order to remotely log in to my LinHES box.

Thanks for you help.

Author:  snaproll [ Sat Mar 13, 2010 12:29 pm ]
Post subject: 

As root 'adduser'
Answer the questions.

Author:  cecil [ Sat Mar 13, 2010 1:34 pm ]
Post subject:  Re: Creating user account during R6.02 install

winnpeny wrote:
How do you create a non-root and non-mythtv user if you installed from the R6.02 CD?
Oversight on my part... It is being corrected.

Author:  MMD [ Thu Apr 01, 2010 1:55 am ]
Post subject:  ssh

Hi,
I just did a fresh install of 6.02. Is there any fix i can do to get into ssh as of late?

How can i set root password?

Author:  winnpeny [ Thu Apr 01, 2010 6:42 pm ]
Post subject: 

I'm going from memory here, but I think it goes like this:

As root, type
Code:
passwd


and it will prompt you for the root password.

As root, use the adduser command to create a non-root, non-mythtv user. You will be able to use that account to ssh into the system.

Author:  mattbatt [ Tue Apr 13, 2010 12:07 am ]
Post subject: 

If you want to assign a password to Mythtv user, as root type
Code:
passwd mythtv

it will ask you for a new password and to confirm the password.

BTW I thought my install went weird when I missed the password page.

Author:  Ryan555 [ Fri Apr 23, 2010 1:41 am ]
Post subject: 

Hi,

I have installed r6.02, I have manually added Webmin as per the Wiki
http://www.knoppmythwiki.org/index.php?page=webminhowto

I can open Webmin in a web browser on another computer but if I use the name root and enter a password as per this thread to fails to log in. I also created a new user and tried to log in as the new user and that does not work as well.
Can someone tell me what going wrong?

thanks

Author:  Ryan555 [ Fri Apr 23, 2010 2:03 am ]
Post subject: 

Just figured it out......

did this part in the Wiki

If your root password does not work when logging in to webmin, open a terminal on the mythbox with Alt-x and type:

su
/opt/webmin/changepass.pl /etc/webmin root your_desired_password

Author:  Golffies [ Tue May 11, 2010 4:01 pm ]
Post subject:  adduser -m -G {groups} -s

Hi,

More details about non-root and non-mythtv user creation may be found within the thread adduser -m -G {groups} -s.
For instance regarding group membership:

christ wrote:
I just did a quick check and my regular user is a member of its own group. ie. user=myuser and group=myuser.

It is also members of the following groups:
root video audio optical storage users

Just to make it easier for readers, here is the command that creates a user:
Code:
useradd -m -G root,video,audio,optical,storage,users -s /bin/bash yourusername

We should take note also of that helpful comment (see the thread User creation page not accessible):

tjc wrote:
You need to enable that screen. It's disabled after the install for security reasons. Enabling the modules is under another screen of the service menus so it's not terribly secure. See Flyspray ticket #564.

BTW, Flyspray has been superseded by redmine. Here is ticket #564. See also ticket #643 and ticket #196.

winnpeny wrote:
If I look under the Access Control menu, there is no checkbox to enable access to user accounts.

If I understand Cecil's answer in the right way, the check-box is missing under R6.02.00, and the bug is going to be fixed in one of the coming updates.

Bye.

Author:  mattbatt [ Sun Aug 15, 2010 10:35 pm ]
Post subject: 

thank you

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/