LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 01-15-2012, 05:45 AM   #1
rbixler1957
Member
 
Registered: Jul 2008
Location: Indianapolis, IN USA
Distribution: Mandriva 2010.1
Posts: 52

Rep: Reputation: 16
cannot login to home directory. using /.


Hello I hope someone can help me I am runnung Mandriva Free 2010.2 on a Inspiron 1525 laptop with a dual boot with Windows Vista. I was using my windows partition and when I rebooted to Mandriva I now get these errors.

1. Cannot enter home Directory. Using /.
2. when I click ok I get the following message.
Kstartupconfig4 does not exist or fails. The error code is 3 check your installation.

Note I can boot to the xguest account ok. I have tried to boot with a different shell by logging into the xguest account and changing the shell using MCC. I have tried updating the OS with my Mandriva 2010.2 disc and still cannot get it to boot to my user. Thanks for any help.
rbixler1957
 
Old 01-15-2012, 05:50 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Try
Code:
sudo chown -R username.username /home/username/.kde
Kind regards
 
Old 01-15-2012, 05:57 AM   #3
rbixler1957
Member
 
Registered: Jul 2008
Location: Indianapolis, IN USA
Distribution: Mandriva 2010.1
Posts: 52

Original Poster
Rep: Reputation: 16
Thanks repo I have never used sudo I normally login to the root account using su in a terminal. also when you talk about using username do you mean using my users name or entering username into the terminal. I will have to reboot to Mandriva and login with the xguest account to try this because I am using my Windows partition to get here.
Thanks
 
Old 01-15-2012, 06:00 AM   #4
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
As root is ok.
Replace "username" with the actual name of the user owning the home directory.

Kind regards
 
Old 01-15-2012, 06:02 AM   #5
rbixler1957
Member
 
Registered: Jul 2008
Location: Indianapolis, IN USA
Distribution: Mandriva 2010.1
Posts: 52

Original Poster
Rep: Reputation: 16
Thanks I will try that.
 
Old 01-15-2012, 06:15 AM   #6
rbixler1957
Member
 
Registered: Jul 2008
Location: Indianapolis, IN USA
Distribution: Mandriva 2010.1
Posts: 52

Original Poster
Rep: Reputation: 16
Ok I have rebooted to the Mandriva xguest account logged in to su on the terminal and tried that and I get /home/my username/.kde does not exist yet when I go to MCC manage user accounts my user account is there.
 
Old 01-15-2012, 06:19 AM   #7
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Try
Code:
chown -R username.username /home/username/.kde4
or
Code:
chown -R username.username /home/username/
Kind regards
 
Old 01-15-2012, 06:27 AM   #8
rbixler1957
Member
 
Registered: Jul 2008
Location: Indianapolis, IN USA
Distribution: Mandriva 2010.1
Posts: 52

Original Poster
Rep: Reputation: 16
I tried entering it both ways and when I used /home/my username/.kde4 i still get no file or directory and when I used /home/my username/ I get chown missing operand after /home/my username/. What I do not understand is what happened my user account worked fine and all I did was use my windows partition to test a website design with windows.
 
Old 01-15-2012, 06:31 AM   #9
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Please post the command and output you are using.

Kind regads
 
Old 01-15-2012, 06:37 AM   #10
rbixler1957
Member
 
Registered: Jul 2008
Location: Indianapolis, IN USA
Distribution: Mandriva 2010.1
Posts: 52

Original Poster
Rep: Reputation: 16
the command I enter is chown -R robin.robin /home/robin/.kde I get chown: cannot access `/home/robin/.kde': No such file or directory

When I try chown -R robin.robin /home/robin/.kde4 I get chown: cannot access `/home/robin/.kde4': No such file or directory

When I try chown -R robin.robin /home/robin/ I get chown: missing operand after `/home/robin/'
Try `chown --help' for more information.
 
Old 01-15-2012, 06:43 AM   #11
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Try
Code:
chown -R robin.robin /home/robin/*
Kind regards
 
Old 01-15-2012, 06:46 AM   #12
rbixler1957
Member
 
Registered: Jul 2008
Location: Indianapolis, IN USA
Distribution: Mandriva 2010.1
Posts: 52

Original Poster
Rep: Reputation: 16
Repo when I tried that i get [root@localhost xguest]# chown -R robin.robin /home/robin/*
chown: cannot access `/home/robin/*': No such file or directory
 
Old 01-15-2012, 06:48 AM   #13
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Please post the output from
Code:
ls -l /home
Kind regards
 
Old 01-15-2012, 06:52 AM   #14
rbixler1957
Member
 
Registered: Jul 2008
Location: Indianapolis, IN USA
Distribution: Mandriva 2010.1
Posts: 52

Original Poster
Rep: Reputation: 16
When I tried that it only shows xguest
It looks like my users home has been deleted or moved
 
Old 01-15-2012, 06:56 AM   #15
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
It looks like my users home has been deleted or moved
Is your home directory on a separate partition, and if yes is that partition mounted?
You could try to recreate the user.

Kind regards
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How does one change login passphrase (to unlock encrypted home directory) tonyfreeman Linux - Security 4 11-22-2010 08:12 PM
contents of 'home' directory found at sda5: mounted as /home, and also on sda6:/home leswatson Linux - Newbie 4 04-18-2008 04:02 PM
How to protect a file/directory in your home login directory (RH Linux) jitsenho Linux - Security 9 07-03-2006 11:08 PM
How to get home directory of a login user lucky6969b Programming 5 02-20-2006 01:46 AM
login error: home directory supposedly doesn't exist jmelton Linux - General 3 11-30-2003 12:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 07:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration