Gentoo Archives: gentoo-catalyst

From: Caleb Cushing <xenoterracide@×××××.com>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] xorg starting wrong user permissions.
Date: Thu, 07 Sep 2006 15:24:29
Message-Id: 81bfc67a0609070823p63934afeq4a9c083b18f99215@mail.gmail.com
In Reply to: Re: [gentoo-catalyst] xorg starting wrong user permissions. by Caleb Cushing
1 here is mys script.
2
3
4 chown -R bgkiosk:users /home/bgkiosk/
5 chown -R bgkiosk:users /home/bgkiosk/.*
6 echo "root:*" | chpasswd
7
8
9 see any reason that I should have permission problems? how is the use
10 created? that his home directory is owned by root?
11
12
13
14
15 On 9/1/06, Caleb Cushing <xenoterracide@×××××.com> wrote:
16 > hmm... well I can show you the fsscript on monday... but I know I had
17 > a chmod myuser:users in there... for the home directory... was
18 > probably chmod -R myuser:users /home/myuser
19 >
20 > On 8/31/06, Chris Gianelloni <wolf31o2@g.o> wrote:
21 > > Well, .dmrc should be created by livecdfs-update.sh, and the fsscript
22 > > runs after that script does...
23 > >
24 > > On Thu, 2006-08-31 at 01:48 -0400, Caleb Cushing wrote:
25 > > > yeah but what I don't understand is how is this going to work if these
26 > > > directories and files haven't been created yet?
27 > > >
28 > > > On 8/30/06, Chris Gianelloni <wolf31o2@g.o> wrote:
29 > > > > On Wed, 2006-08-30 at 16:22 -0400, Caleb Cushing wrote:
30 > > > > > the file in question is the .dmrc this is not in /etc/skel and I do
31 > > > > > not create it. but for some reason it and the home directory are
32 > > > > > created with root ownership. I tried putting it what was suggested
33 > > > > > into an fsscript. however that didn't work. would the only way to
34 > > > > > solve this problem would to be to create them in the overlay? or with
35 > > > > > the script before hand so that they are user writeable?
36 > > > >
37 > > > > No. Get more specific with your fsscript.
38 > > > >
39 > > > > If the file is /home/foo/.dmrc, then specify it.
40 > > > >
41 > > > > chown 1000:100 /home/foo/.dmrc
42 > > > >
43 > > > > --
44 > > > > Chris Gianelloni
45 > > > > Release Engineering - Strategic Lead
46 > > > > x86 Architecture Team
47 > > > > Games - Developer
48 > > > > Gentoo Linux
49 > > > >
50 > > > >
51 > > > >
52 > > --
53 > > Chris Gianelloni
54 > > Release Engineering - Strategic Lead
55 > > x86 Architecture Team
56 > > Games - Developer
57 > > Gentoo Linux
58 > >
59 > >
60 > >
61 >
62 --
63 gentoo-catalyst@g.o mailing list

Replies

Subject Author
Re: [gentoo-catalyst] xorg starting wrong user permissions. Andrew Gaffney <agaffney@g.o>