Problems setting new user accounts on O2
#8
RE: Problems setting new user accounts on O2
Quote:Xsession: <user>: user "user": cannot chdir to home "/usr/people/<user>" (err 13), using "/"

Error 13 is Access Denied, see /usr/include/sys/errno.h

Code:
#define EACCES  13      /* Permission denied                    */

Quote:Access rights on /usr/people are:
700 root : sys

That can't be good. This is what i have:

Code:
oberon:/home/frank> ls -lartd /usr
drwxr-xr-x   50 root     sys         4096 Aug 18 11:19 /usr
oberon:/home/frank> ls -lartd /usr/people
drwxr-xr-x    3 root     sys           18 Jan  1  1996 /usr/people
oberon:/home/frank> ls -lartd /usr/people/*
drwxr-xr-x    2 guest    guest         47 Jan  1  1996 /usr/people/guest

So all these are permission 0755.
Your permissions for /usr/people seem to be wrong. Permissions of nested subdirs like /usr/people/<user> are affected by permission settings of higher directories, so try as root:

Code:
chmod go+rx /usr
chmod go+rx /usr/people
(This post was last modified: 08-18-2019, 01:42 PM by dexter1.)
dexter1
Administrator

Trade Count: (1)
Posts: 297
Threads: 17
Joined: May 2018
Location: The Netherlands
Find Reply
08-18-2019, 01:40 PM


Messages In This Thread
Problems setting new user accounts on O2 - by bjames - 04-16-2019, 02:48 PM
RE: Problems setting new user accounts on O2 - by Jacques - 04-16-2019, 04:20 PM
RE: Problems setting new user accounts on O2 - by eudatux23 - 04-16-2019, 09:51 PM
RE: Problems setting new user accounts on O2 - by bjames - 04-16-2019, 11:42 PM
RE: Problems setting new user accounts on O2 - by Jacques - 04-17-2019, 05:59 PM
RE: Problems setting new user accounts on O2 - by bjames - 04-17-2019, 08:16 PM
RE: Problems setting new user accounts on O2 - by lintweaker - 08-18-2019, 11:39 AM
RE: Problems setting new user accounts on O2 - by dexter1 - 08-18-2019, 01:40 PM
RE: Problems setting new user accounts on O2 - by lintweaker - 08-18-2019, 03:42 PM
RE: Problems setting new user accounts on O2 - by dexter1 - 08-18-2019, 05:30 PM
RE: Problems setting new user accounts on O2 - by lintweaker - 08-19-2019, 03:29 PM
RE: Problems setting new user accounts on O2 - by volkadav - 08-22-2019, 04:21 AM
RE: Problems setting new user accounts on O2 - by lintweaker - 08-23-2019, 08:47 AM
RE: Problems setting new user accounts on O2 - by dexter1 - 08-23-2019, 10:18 AM
RE: Problems setting new user accounts on O2 - by lintweaker - 08-23-2019, 11:39 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)