Gentoo Archives: gentoo-user

From: Daniel Iliev <danny@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dektop issues
Date: Sun, 11 Jun 2006 07:33:17
Message-Id: 52927.10.0.1.11.1149971458.squirrel@ilievnet.com
In Reply to: [gentoo-user] dektop issues by ionut cristian cucu
1 On Sat, Þíè 10, 2006 10:23 am, ionut cristian cucu wrote:
2 > Hi I have a nice working amd64 gentoo desktop & i ran into the following
3 > issues:
4 > 1. I dont no how to issue the "su" command in /etc/init.d/local so that my
5 > user gets automagicly loged in{it was somewhere on f.g.o but i've lost the
6 > link
7 > 2.i have a nice h10 iriver {utp mode} that gets automounted by ivman with no
8 > ptoblems but ifp-gnome complains that I'm not in plugdev group{sudo groups
9 > user sais something else} or that it's not connected{wich is{sais so right
10 > on the player screen}} and can't figure this one
11 > 3. I don't know how to configure fetchyahoo to download my mail to be read
12 > with sylpheed and have not found any good links about it
13 >
14 > Thanks. Pardon my english
15 >
16
17 1) You didn't specify where you want your user to auto login .
18 1.1) If you mean to auto log into console mode, then there is a way with mingetty.
19 You have to add a line into your "/etc/inittab" file:
20 --------
21 1:12345:respawn:/sbin/mingetty --noclear --autologin USERNAME tty1
22 --------
23 Of course you have to do "emerge mingetty" before that.
24 1.2.) If you meant to auto login into your Desktop (KDE, Gnome,...etc.) the easiest
25 way is to log into Gnome or KDE as root and to change the "login manager"
26 preferences.
27
28 2) As root execute the command: "gpasswd -a USERNAME plugdev".
29
30 3) I have no idea.
31
32 --
33 Best regards,
34 Daniel
35
36 --
37 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] dektop issues Daniel Iliev <danny@××××××××.com>