 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

30th September 2011, 08:29 PM
|
|
Registered User
|
|
Join Date: Sep 2011
Posts: 5

|
|
|
Does Fedora 13 make the user account created during the install an administrator?
Hi everyone, I'm new to this forum and I'm installing Fedora 15.
While installing Fedora 15 on the "Create User" screen it gives me the option to "Add to Administrators group" which doesn't show up in the Fedora 13 install.
Does Fedora 13 add the user account created during the install to the administrators group?
Thanks,
Mark
Last edited by eindoofus; 30th September 2011 at 09:07 PM.
|

30th September 2011, 09:24 PM
|
|
Registered User
|
|
Join Date: Aug 2011
Posts: 697

|
|
|
Re: Does Fedora 13 add the user account created during the install to the administrat
Does the 'id"-command come up with a wheel group?
Then you should be an administrator just like on F15.
|

30th September 2011, 09:32 PM
|
|
Registered User
|
|
Join Date: Sep 2011
Posts: 5

|
|
|
Re: Does Fedora 13 add the user account created during the install to the administrat
For the "id" I get:
uid=500(jmark) gid=500(jmark) groups=500(jmark) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
Do I just change wheel in /etc/group to:
wheel:x:10:root,jmark
to make jmark an adminstrator. Right now it is:
wheel:x:10:root
Last edited by eindoofus; 30th September 2011 at 09:49 PM.
Reason: unnecessary info
|

30th September 2011, 09:47 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,128

|
|
|
Re: Does Fedora 13 add the user account created during the install to the administrat
If you add user jmark to the wheel group, then jmark get admin privileges using the sudo command. But first you would need to uncomment one of these two lines in the /etc/sudoers file:
Code:
# %wheel ALL=(ALL) ALL
# %wheel ALL=(ALL) NOPASSWD: ALL
Uncommenting the second line shown means jmark would not be required to enter his user password when using sudo to execute something that required admin privileges.
|

30th September 2011, 09:54 PM
|
|
Registered User
|
|
Join Date: Sep 2011
Posts: 5

|
|
|
Re: Does Fedora 13 add the user account created during the install to the administrat
Thanks, it appears that I broke my Fedora 13 VM since I made my posted change without uncommenting those two lines you showed me.
Now the system appears to freeze after the OS loading bar finishes it's animation on bootup.
Can that really break the system, and if so, is there an quick fix for this?
|

30th September 2011, 10:04 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,128

|
|
|
Re: Does Fedora 13 add the user account created during the install to the administrat
I don't think adding user jmark to the wheel group in itself would do anything to bork your system. And about uncommenting one or the other of those two lines mentioned, uncomment ONE or the OTHER, but not both.
You could probably undo your /etc/group edit (if you feel that's what's causing the problem) by booting into run level 1 (single user) mode. At the grub menu screen hit the A key and then type the number 1 to append that to the end of the kernel line and then hit ENTER. You'll be in console mode as root.
|

30th September 2011, 10:06 PM
|
|
Registered User
|
|
Join Date: Sep 2011
Posts: 5

|
|
|
Re: Does Fedora 13 add the user account created during the install to the administrat
Thanks, how can I bring up the grub menu when booting?
|

30th September 2011, 10:13 PM
|
 |
"Shells" (of a sub world)
|
|
Join Date: May 2011
Location: Helvetic Federation (Swissh)
Age: 33
Posts: 2,608

|
|
|
Re: Does Fedora 13 add the user account created during the install to the administrat
Code:
sudo gedit /boot/grub/grub.conf
timeout=5
If that file is empty, the ending would be .cfg
__________________
Fedora Manual: http://docs.fedoraproject.org
Script-Tools: https://sourceforge.net/projects/script-tools/
sudo st tweak repo toggle fedora-rawhide ; st iso dl-fed -respin && st iso usb
Last edited by sea; 30th September 2011 at 10:15 PM.
|

30th September 2011, 10:13 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,128

|
|
|
Re: Does Fedora 13 add the user account created during the install to the administrat
By default the grub menu is hidden. To bring it up, you have to hit <any key> just at the right moment after the bios POST. It can be tricky, since the timeout is also way too short. To correct this, once you do get booted into a usuable console, you can edit the /etc/grub/grub.conf file so that the line:
hiddenmenu
becomes...
#hiddenmenu
and the line:
timeout=some_number
becomes.....
timeout=5
The timeout is in seconds. With those two edits, the grub menu will always appear at boot up and hold for 5 seconds before continuing on it's own unless you press a key to do something.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 03:36 (Sunday, 26-05-2013)
|
|
 |
 |
 |
 |
|
|