| Fedora This forum is for the discussion of the Fedora Project. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
11-27-2008, 10:02 PM
|
#16
|
|
Member
Registered: Oct 2006
Location: Ohio
Distribution: Fedora 13/14/15KDE/PclinuxOS
Posts: 95
Rep:
|
You can go to /etc/pam.d/gdm and remove "user !=root quite" than you can login as root.
|
|
|
|
11-28-2008, 08:55 AM
|
#17
|
|
Member
Registered: Jun 2007
Posts: 85
Original Poster
Rep:
|
ahhh...ok i will give that a go ......i tried that and it says i dont have permissions to save the file.
Last edited by andy1974; 11-28-2008 at 08:57 AM.
|
|
|
|
11-28-2008, 05:40 PM
|
#18
|
|
Member
Registered: Nov 2006
Location: Chicago, IL
Distribution: CentOS 6
Posts: 41
Rep:
|
Quote:
Originally Posted by andy1974
ahhh...ok i will give that a go ......i tried that and it says i dont have permissions to save the file.
|
You need to make sure you are editing as root. I tried this and it worked fine (I'm glad something is working).
All the usual warnings about running as root go here...
|
|
|
|
11-28-2008, 07:01 PM
|
#19
|
|
Member
Registered: May 2007
Posts: 61
Rep:
|
I upgraded F9 to F10 (not a fresh install), and yes, I can log in as root, both graphically and in a console. Root is explicitly allowed in the "system - system settings - login manager" config gui.
|
|
|
|
11-28-2008, 10:25 PM
|
#20
|
|
Member
Registered: Nov 2006
Location: Chicago, IL
Distribution: CentOS 6
Posts: 41
Rep:
|
Quote:
Originally Posted by drchuck
I upgraded F9 to F10 (not a fresh install), and yes, I can log in as root, both graphically and in a console. Root is explicitly allowed in the "system - system settings - login manager" config gui.
|
Are you selecting this from the desktop/ What desktop are you using? Gnome (mine anyway) doesn't have a system->system settings->login manager selection.
|
|
|
|
11-28-2008, 10:28 PM
|
#21
|
|
Senior Member
Registered: Jan 2006
Posts: 4,362
Rep: 
|
I suspect that this is leftover parts from F9 as nobody that has done a fresh install sees this. If that is true it would make me very nervous(about updated systems vs fresh installs).
|
|
|
|
11-29-2008, 08:58 AM
|
#22
|
|
Member
Registered: Jun 2007
Posts: 85
Original Poster
Rep:
|
I suspect that this is leftover parts from F9 as nobody that has done a fresh install sees this.
Quote:
Originally Posted by lazlow
If that is true it would make me very nervous(about updated systems vs fresh installs).
|
I Agree.
|
|
|
|
11-29-2008, 09:22 AM
|
#23
|
|
Member
Registered: Jun 2007
Posts: 85
Original Poster
Rep:
|
Quote:
Originally Posted by PreacherBill
You need to make sure you are editing as root. I tried this and it worked fine (I'm glad something is working)....
|
how do i edit it if i cant log in as root?
|
|
|
|
11-29-2008, 09:48 AM
|
#24
|
|
LQ Newbie
Registered: Nov 2008
Location: Tabora-Alhaji,Accra, Ghana
Distribution: Red Flag
Posts: 2
Rep:
|
How do i burn F10.iso to my cd
I have just got an iso of F10. But there is certainly no burner for to burn to the cd.
Can someone help me with that.
|
|
|
|
11-29-2008, 10:14 AM
|
#25
|
|
Member
Registered: Jun 2007
Posts: 85
Original Poster
Rep:
|
Can you please watch topics when starting new threads within existing threads it causes us to lose focus on current problem or situation. thanks
|
|
|
|
11-29-2008, 11:46 AM
|
#26
|
|
Senior Member
Registered: Jan 2006
Posts: 4,362
Rep: 
|
Andy
You should be able to open a terminal, su - (su space dash), give root password, and type gedit. This will open a session of gedit as root, so you can edit and save config files.
|
|
|
|
11-29-2008, 12:14 PM
|
#27
|
|
Member
Registered: Jun 2007
Posts: 85
Original Poster
Rep:
|
indeed that worked.
|
|
|
|
12-02-2008, 01:34 PM
|
#28
|
|
Member
Registered: Oct 2003
Location: North London, UK
Distribution: Fedora 14
Posts: 54
Rep:
|
I too can't logon as root via the gui - Never blocked on FC9 etc
Just installed Fedora 10 from DVD and then updated all package via yumex; went smoothly and all seems ok except that I can no longer log in as root. I can su from my own user. The command login just gives "login incorrect" after the password is entered.
I have never had a problem logging in via gui with any previous version of FC. Yes, you might say that I shouldn't log in as root but unless one is a commnd line genius it is very hard work.
|
|
|
|
12-03-2008, 12:34 AM
|
#29
|
|
Member
Registered: May 2002
Location: New Hampshire
Distribution: Fedora Core 6 X86-64
Posts: 82
Rep:
|
You can't log on as root. To move files and modify permissions do this.
open a terminal
su
enter root's password
sudo dolphin
Now you have file manager superuser access.
|
|
|
|
12-09-2008, 11:24 AM
|
#30
|
|
LQ Newbie
Registered: Apr 2008
Posts: 6
Rep:
|
su - work fine
Yup... can use shell as root using "su -"
But to log in on graphical mode... something need to edit
Quote:
Originally Posted by DCOH
You can go to /etc/pam.d/gdm and remove "user !=root quite" than you can login as root.
|
example:
http://www.labtestproject.com/using_...n_on_fedora_10
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
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
|
|
|
All times are GMT -5. The time now is 02:54 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|