Gentoo Archives: gentoo-embedded

From: "René Rhéaume" <rene.rheaume@×××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] naim closes
Date: Fri, 17 Jun 2005 00:05:43
Message-Id: 35572ca805061617054f52217b@mail.gmail.com
In Reply to: Re: [gentoo-embedded] naim closes by "S. Draconis"
1 Hmm, the n in naim stands for ncurses and ncurses seems unstable with
2 some USE and CFLAGS combinations these days. I had to reformat my root
3 partitition to reinstall from a stage3 to remove get rid of the
4 breakage. Segfaulting nano and less are very bad things.
5
6 > 1.) My regular user gets a response of not having the authority to su
7 > root even though the user is a member of the wheel group, but that may
8 > have more to do with the fact that I removed the pam use flag.
9 Effectively, it is related to the absence of the pam USE flag.
10 Fortunately, the is a workaround:
11 perl -pi -e 's/SU_WHEEL_ONLY.*yes/SU_WHEEL_ONLY no/' /etc/login.defs
12 echo 'root:ALL EXCEPT GROUP wheel:DENY' > /etc/suauth
13
14 > 2.) I don't appear to have ping, which I thought was a standard
15 > networking tool.
16 emerge net-tools
17
18 > 3.) I don't appear to have SSH, which I thought was standard for a
19 > gentoo installation.
20 The uclibc+hardened stage3 contains dropbear, a small SSH2 daemon. I
21 never tried it, so I cannot say more about it.
22
23 --
24 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] naim closes Mike Frysinger <vapier@g.o>