* [gentoo-user] No direcotry, logging in with HOME=/?
@ 2009-09-03 20:41 Nick Khamis
2009-09-03 20:56 ` Volker Armin Hemmann
` (2 more replies)
0 siblings, 3 replies; 11+ messages in thread
From: Nick Khamis @ 2009-09-03 20:41 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 210 bytes --]
No direcotry, logging in with HOME=/ is this a mount issue. Ican start
gentoo but nothing works, cannot start firefox, console etc... I get the no
direcotry message when I log in using console.
Regards,
Ninus
[-- Attachment #2: Type: text/html, Size: 259 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] No direcotry, logging in with HOME=/?
2009-09-03 20:41 [gentoo-user] No direcotry, logging in with HOME=/? Nick Khamis
@ 2009-09-03 20:56 ` Volker Armin Hemmann
2009-09-03 21:01 ` Alan McKinnon
2009-09-03 21:02 ` Allan Gottlieb
2 siblings, 0 replies; 11+ messages in thread
From: Volker Armin Hemmann @ 2009-09-03 20:56 UTC (permalink / raw
To: gentoo-user
On Donnerstag 03 September 2009, Nick Khamis wrote:
> No direcotry, logging in with HOME=/ is this a mount issue. Ican start
> gentoo but nothing works, cannot start firefox, console etc... I get the no
> direcotry message when I log in using console.
>
> Regards,
> Ninus
>
well, do you have /home in fstab? was /home/$USER created when you created
your user?
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] No direcotry, logging in with HOME=/?
2009-09-03 20:41 [gentoo-user] No direcotry, logging in with HOME=/? Nick Khamis
2009-09-03 20:56 ` Volker Armin Hemmann
@ 2009-09-03 21:01 ` Alan McKinnon
2009-09-03 21:14 ` Nick Khamis
2009-09-03 21:02 ` Allan Gottlieb
2 siblings, 1 reply; 11+ messages in thread
From: Alan McKinnon @ 2009-09-03 21:01 UTC (permalink / raw
To: gentoo-user
On Thursday 03 September 2009 22:41:29 Nick Khamis wrote:
> No direcotry, logging in with HOME=/ is this a mount issue. Ican start
> gentoo but nothing works, cannot start firefox, console etc... I get the no
> direcotry message when I log in using console.
Three options:
The file system containing /home is not mounted when you log in
Your home directory was never created (useradd needs -m to do that)
Your home directory as per fstab does not agree with what it's actually called
(perhaps you renamed your home directory)
Either way, what the system thinks is your home directory isn't there.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] No direcotry, logging in with HOME=/?
2009-09-03 21:01 ` Alan McKinnon
@ 2009-09-03 21:14 ` Nick Khamis
2009-09-03 21:19 ` Volker Armin Hemmann
0 siblings, 1 reply; 11+ messages in thread
From: Nick Khamis @ 2009-09-03 21:14 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 299 bytes --]
I just created a new user and the home firecotry is fine. However my root
user has no home. I did not rename it and /dev/sda3 is mounted. I tries
useradd -m root, I am getting useradd:user root exists.
fstab - dev/sda3 / ext3 noatime
Thanks in Advnaced,
Ninus
[-- Attachment #2: Type: text/html, Size: 354 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] No direcotry, logging in with HOME=/?
2009-09-03 21:14 ` Nick Khamis
@ 2009-09-03 21:19 ` Volker Armin Hemmann
2009-09-03 21:29 ` Nick Khamis
0 siblings, 1 reply; 11+ messages in thread
From: Volker Armin Hemmann @ 2009-09-03 21:19 UTC (permalink / raw
To: gentoo-user
On Donnerstag 03 September 2009, Nick Khamis wrote:
> I just created a new user and the home firecotry is fine. However my root
> user has no home. I did not rename it and /dev/sda3 is mounted. I tries
> useradd -m root, I am getting useradd:user root exists.
>
> fstab - dev/sda3 / ext3 noatime
>
> Thanks in Advnaced,
> Ninus
>
root does not have a home in /home.
root's home is /root
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] No direcotry, logging in with HOME=/?
2009-09-03 20:41 [gentoo-user] No direcotry, logging in with HOME=/? Nick Khamis
2009-09-03 20:56 ` Volker Armin Hemmann
2009-09-03 21:01 ` Alan McKinnon
@ 2009-09-03 21:02 ` Allan Gottlieb
2 siblings, 0 replies; 11+ messages in thread
From: Allan Gottlieb @ 2009-09-03 21:02 UTC (permalink / raw
To: gentoo-user
At Thu, 03 Sep 2009 16:41:29 -0400 Nick Khamis <symack@gmail.com> wrote:
> No direcotry, logging in with HOME=/ is this a mount issue. Ican start
> gentoo but nothing works, cannot start firefox, console etc... I get the no
> direcotry message when I log in using console.
Well does the user have an accessible home directory?
What does /etc/passwd contain and then, starting from root,
does the user have access to the entire path leading to the home
directory?
allan
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2009-09-03 16:43 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-03 20:41 [gentoo-user] No direcotry, logging in with HOME=/? Nick Khamis
2009-09-03 20:56 ` Volker Armin Hemmann
2009-09-03 21:01 ` Alan McKinnon
2009-09-03 21:14 ` Nick Khamis
2009-09-03 21:19 ` Volker Armin Hemmann
2009-09-03 21:29 ` Nick Khamis
2009-09-03 21:40 ` Nick Khamis
2009-09-03 21:45 ` Volker Armin Hemmann
2009-09-03 21:49 ` Nick Khamis
2009-09-03 21:52 ` Nick Khamis
2009-09-03 21:02 ` Allan Gottlieb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox