Gentoo Archives: gentoo-user

From: Frank Schafer <frank.schafer@×××××××××.cz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] 2005.1 "el nino" simple user restricts
Date: Tue, 16 Aug 2005 06:18:45
Message-Id: 1124172742.5903.2.camel@localhost.localdomain
In Reply to: Re: [gentoo-user] 2005.1 "el nino" simple user restricts by Gyuri
1 Hmmm, If I'm reading this and if I'm seeing that this is not the problem
2 of just one user ... I'll be very glad to install with 2005.0 8-|
3
4 ... if this appears right after installation with 2005.1, of course.
5
6 Just a thought
7 Frank
8
9
10 On Tue, 2005-08-16 at 07:28 +0000, Gyuri wrote:
11 > Bastian Balthazar Bux wrote:
12 >
13 > >Gyuri wrote:
14 > >
15 > >
16 > >>Hi guys,
17 > >>I've just downloaded, and installed Gentoo 2005.1 El Nino. I have some
18 > >>experiences with former Gentoo releases. But there is a little "bug"
19 > >>(maybe?) in "el nino". A simple user cannot read the contets of the root
20 > >>( / ) partition, she/he can only read and write in his/her own home
21 > >>directory. Is it a bug? Or is it done for some security reasons?
22 > >>Thanks in advance. Sorry for my bad English.
23 > >>
24 > >>
25 > >
26 > >what does output "ls -ld /" ?
27 > >mine is
28 > >
29 > >drwxr-xr-x 20 root root 496 Aug 15 01:01 /
30 > >
31 > >maybe there is something wrong with mount options in etc/fstab ?
32 > >
33 > >About reemerge the whole system you can use "emerge -ea world", seldom
34 > >this doesn't go good so the procedure I follow is something like this:
35 > >
36 > >create a bash script like this (it can be done better, but it's fast to
37 > >write it this way ;):
38 > >
39 > >====
40 > >#! /bin/bash
41 > >
42 > >emerge -epv world
43 > >emerge -e world \
44 > >|| emerge --resume --skipfirst \
45 > >|| emerge --resume --skipfirst \
46 > >|| emerge --resume --skipfirst \
47 > >|| emerge --resume --skipfirst \
48 > >|| emerge --resume --skipfirst \
49 > >|| emerge --resume --skipfirst \
50 > >|| emerge --resume --skipfirst \
51 > >|| emerge --resume --skipfirst \
52 > >|| emerge --resume --skipfirst \
53 > >|| emerge --resume --skipfirst
54 > >=====
55 > >
56 > >chmod +x eworld
57 > >
58 > >nohup ./eworld & tail -f nohup.out
59 > >
60 > >at the end
61 > >
62 > >grep "ERROR.*fail" nohup.out
63 > >
64 > >to see if something is gone wrong.
65 > >
66 > >this seem to be your first post, welcome here Gyuri
67 > >
68 > >
69 > >
70 > Thanks four your answers, "ls -ld /" says the same as yours, but with
71 > much less rights (my user "manowar" even dont have read, enter (folders)
72 > and write access).
73 > My fstab is correct. I mount /dev/hda6 (ext3) to "/" with the option
74 > noatime and with "0 1" at the end of the line. Should I mount it with
75 > "defaults" option?
76 >
77 --
78 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] 2005.1 "el nino" simple user restricts Gyuri <hangcsapda@××××××××.hu>