Re: [gentoo-user] dektop issues

2006-06-11 Thread Daniel Iliev

On Sat, Юни 10, 2006 10:23 am, ionut cristian cucu wrote:
 Hi I have a nice working amd64 gentoo desktop  i ran into the following
 issues:
 1. I dont no how to issue the su command in /etc/init.d/local so that my
 user gets automagicly loged in{it was somewhere on f.g.o but i've lost the
 link
 2.i have a nice h10 iriver {utp mode} that gets automounted by ivman with no
 ptoblems but ifp-gnome complains that I'm not in plugdev group{sudo groups
 user sais something else} or that it's not connected{wich is{sais so right
 on the player screen}} and can't figure this one
 3. I don't know how to configure fetchyahoo to download my mail to be read
 with sylpheed and have not found any good links about it

 Thanks. Pardon my english


1) You didn't specify where you want your user to auto login .
1.1) If you mean to auto log into console mode, then there is a way with 
mingetty.
You have to add a line into your /etc/inittab file:

1:12345:respawn:/sbin/mingetty --noclear --autologin USERNAME tty1

Of course you have to do emerge mingetty before that.
1.2.) If you meant to auto login into your Desktop (KDE, Gnome,...etc.) the 
easiest
way is to log into Gnome or KDE as root and to change the login manager
preferences.

2) As root execute the command: gpasswd -a USERNAME plugdev.

3) I have no idea.

-- 
Best regards,
Daniel

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] dektop issues

2006-06-11 Thread ionut cristian cucu
On Sat, 10 Jun 2006 23:30:58 +0300 (EEST)Daniel Iliev [EMAIL PROTECTED] wrote: 1) You didn't specify where you want your user to auto login .
In its default home directory. 1.1) If you mean to auto log into console mode, then there is a way with mingetty. You have to add a line into your /etc/inittab file:  1:12345:respawn:/sbin/mingetty --noclear --autologin USERNAME tty1
  Of course you have to do emerge mingetty before that.mingetty solution seams redundant as i can get this done with avaiable packages installed already on my system. 1.2.) If you meant to auto login into your Desktop (KDE, Gnome,...etc.) the easiest
 way is to log into Gnome or KDE as root and to change the login manager preferences.This also does not seem to be the best solution to have a login manager since I have only a user 2) As root execute the command: gpasswd -a USERNAME plugdev.
My user is listed in plugdev already, that is why I'm puzzeled by that error 3) I have no idea.  --  Best regards, Daniel  --  
gentoo-user@gentoo.org mailing list 


Re: [gentoo-user] dektop issues

2006-06-11 Thread Daniel Iliev
Well, then I am not sure what exactly you want to do.


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] dektop issues

2006-06-10 Thread ionut cristian cucu
Hi I have a nice working amd64 gentoo desktop  i ran into the following issues:1. I dont no how to issue the su command in /etc/init.d/local so that my user gets automagicly loged in{it was somewhere on 
f.g.o but i've lost the link2.i have a nice h10 iriver {utp mode} that gets automounted by ivman with no ptoblems but ifp-gnome complains that I'm not in plugdev group{sudo groups user sais something else} or that it's not connected{wich is{sais so right on the player screen}} and can't figure this one 
3. I don't know how to configure fetchyahoo to download my mail to be read with sylpheed and have not found any good links about itThanks. Pardon my english