Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Redhat / Fedora Linux Help > Can't install fedora

Forgot Password?
 Redhat / Fedora Linux Help   Help and discussion related to Redhat and Fedora Linux.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 11-07-2007   #11 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
oops ! it was typo. Type all-generic-ide only. Did you hit enter key after typing parameters?
e -- select kernel line -- e -- type parameters -- hit enter key -- b
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline  


Reply With Quote
Old 11-07-2007   #12 (permalink)
Linux Newbie
 
Join Date: Jul 2007
Location: Greece
Posts: 207
Send a message via MSN to goude
Hooaaraaaayyy!!!!!

It works casper!

What can I say? Once more you've been very helpful!!!!!

Thank you very much!!!

P.S: Do I have to do that every time I boot up or it is permanent? Also at the SELINUX which option do I choose enforcing, permissive or disabled?
goude is offline   Reply With Quote
Old 11-07-2007   #13 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
Boot up Fedora and Log in as root. Open /boot/grub/grub.conf file. Add parameters at the end of kernel line. Save file and reboot. You wont have to write those again.
Quote:
Also at the SELINUX which option do I choose enforcing, permissive or disabled?
Select Permissive but I have disabled it in my machine.

Glad to help you.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 11-08-2007   #14 (permalink)
Linux Newbie
 
Join Date: Jul 2007
Location: Greece
Posts: 207
Send a message via MSN to goude
Hey capser, I changed the grub.conf file and fedora boots up nicely no problems.
However, when I try to log in with my user account it gives me the following error:

Your home directory is listed as: "/home/goude" but it does not appear to exist. Do you want to log in with the /(root) directory as your home directory?

It is unlikely anything will work unless you use a failsafe session.


Can you please tell me what to do, next? I can log in as root but not as a normal user.

Thank you Casper!!!!
goude is offline   Reply With Quote
Old 11-08-2007   #15 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
Log in as root and check if /home/goude folder exists.
Code:
ls /home
In case it doesn't list goude folder create new.
Code:
mkdir /home/goude
chown goude:users /home/goude
Try to login as user 'goude'.
In case nothing works, create new regular user with adduser command.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 11-08-2007   #16 (permalink)
Linux Newbie
 
Join Date: Jul 2007
Location: Greece
Posts: 207
Send a message via MSN to goude
I run the commands you wrote and I can log in now but this created a new account.

I already have an account which is on the network. I can log in to any other machine with my existing account but not on the computer I have just installed fedora.

How can I make my existing account work on a newly installed fedora machine?
Is it possible to delete the account I just created with the commands in the previous post?


Thank you casper!!!
goude is offline   Reply With Quote
Old 11-09-2007   #17 (permalink)
Linux Newbie
 
Join Date: Jul 2007
Location: Greece
Posts: 207
Send a message via MSN to goude
Thumbs up

Hey Casper,

Problem solved.
I just had to mount the server (mount -a) where my account was created to my machine and add it to my fstab file.
It works fine now!

Thank you!!!
goude is offline   Reply With Quote
Old 11-09-2007   #18 (permalink)
Linux Newbie
 
Join Date: Jul 2007
Location: Greece
Posts: 207
Send a message via MSN to goude
Dear Casper,

I have a problem again!
Whenever I log in with my user account, the following message pops out:

User's HOME/. dmrc. file is being ignored. File should be owned by user and have 644 permissions. User's home directory must be owned by user and not be writable by other users.

I click ok and x starts without problems.
I changed the permissions of my home directory then rebooted but the error didn't go away.
First, I typed: chown 644 home, rebooted the machine but no luck.
Then I typed: chmod 644 home, rebooted the machine but error still there.

I don't understand.
It just tells me to change the permissions of my home directory. Although I did that, it doesn't seem to fix the problem.

Any kind of advice would be highly appreciatted!!

Thank you casper!!!
goude is offline   Reply With Quote
Old 11-09-2007   #19 (permalink)
Linux Engineer
 
RobinVossen's Avatar
 
Join Date: Aug 2007
Location: The Netherlands
Posts: 1,319
Send a message via ICQ to RobinVossen Send a message via MSN to RobinVossen
it said that you dont have access to the dmrc file
So you should do
chmod 644 ~/.dmrc

and chown changes the owner.
So chown 644 home makes the owner of the folder home into the user 644

To fix this all do the following..
Code:
chown root /home
chown goude /home/goude/.dmrc
chmod 644 /home/.dmrc
__________________
My webpage: codeinject.org
New Users, please read this..
Google first, then ask..
RobinVossen is offline   Reply With Quote
Old 11-12-2007   #20 (permalink)
Linux Newbie
 
Join Date: Jul 2007
Location: Greece
Posts: 207
Send a message via MSN to goude
Hey Robin, thanks for your reply,

I run the commands you told me but didn't make any difference.
The first two:
chown root /home
chown goude /home/goude/.dmrc

didn't give any error but the last one:
chmod 644 /home/.dmrc
gave me the error: chmod: cannot access `/home/.dmrc': No such file or directory

That's weird because it can change the ownership of the file dmrc but it can't change the mode of that file. At least this is how I understand it.
goude is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 06:36 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2