Re: MediaCenter auto-login

2004-10-16 Thread Jacobo221
It worked for me fine but, since rungetty doesn't set the USER variable, HOME variable etc, bash, when run as "bash -l" will fail to rad ~/.profile ~/.bashrc, etc... There must be a way to have rungetty to set this variables or some app which logins into some user without prompting for pass :-/ Ple

Re: MediaCenter auto-login

2004-10-12 Thread James Vahn
{in response to linux.debian.user} "Jacob221" wrote: > Hi, > I'm working on my computer to do a Linux MediaCenter (to play videos, DVS, > music, maybe games, and such). Since this computer will not have internet > nor LAN access, i'd like it to auto-login, so that by insterting a CD and > booting

Re: MediaCenter auto-login

2004-10-12 Thread Greg Folkert
Info Below: On Mon, 2004-10-11 at 12:16 -0400, Greg Folkert wrote: > On Mon, 2004-10-11 at 17:32 +0200, Jacobo221 wrote: > > BTW, I'm still here, so if someone knows about a way to acomplish my > > desire... ;-) > > [EMAIL PROTECTED]:~]$ apt-cache show rungetty > Package: rungetty > Priority: opt

Re: MediaCenter auto-login

2004-10-11 Thread Osamu Aoki
Hi, On Mon, Oct 11, 2004 at 02:37:08PM +0200, Jacobo221 wrote: > > > If you use GDM as your Display Manager, it has a feature to do > > Auto-Login. > > hmm... "How can I auto-login as a _user_ (still, not as root, since i wouldn't > like any ap to corupt my system) in the Command Lie Interface?

Re: MediaCenter auto-login

2004-10-11 Thread Greg Folkert
On Mon, 2004-10-11 at 17:32 +0200, Jacobo221 wrote: > BTW, I'm still here, so if someone knows about a way to acomplish my > desire... ;-) [EMAIL PROTECTED]:~]$ apt-cache show rungetty Package: rungetty Priority: optional Section: admin Installed-Size: 76 Maintainer: Gerfried Fuchs <[EMAIL PROTECT

Re: MediaCenter auto-login

2004-10-11 Thread Jacobo221
Hi again, > Those two things associated with setting the username in PAM should make > it so that anyone putting anyname in using any password that is unknown > should work. Yeah, I knew about that, but, as posted on my first message... "i'd like it to auto-login, so that by insterting a CD and

Re: MediaCenter auto-login

2004-10-11 Thread Greg Folkert
On Mon, 2004-10-11 at 14:37 +0200, Jacobo221 wrote: > > If you use GDM as your Display Manager, it has a feature to do > > Auto-Login. > > hmm... "How can I auto-login as a _user_ (still, not as root, since i wouldn't > like any ap to corupt my system) in the Command Lie Interface? (the idea > is

Re: MediaCenter auto-login

2004-10-11 Thread Jacobo221
> If you use GDM as your Display Manager, it has a feature to do > Auto-Login. hmm... "How can I auto-login as a _user_ (still, not as root, since i wouldn't like any ap to corupt my system) in the Command Lie Interface? (the idea is not to use X)" <- so, no X ;-) > Okay. hope this helps Not re

Re: MediaCenter auto-login

2004-10-11 Thread Greg Folkert
On Mon, 2004-10-11 at 12:13 +0200, Jacobo221 wrote: > > 1:2345:respawn:/usr/bin/setuid username /bin/bash --login > > > > (As always, call back if it doesn't work) > > Thanks a lot. In fact, I had already tried this, but the problem is that > setuid doesn't set the environment. if there was some

Re: MediaCenter auto-login

2004-10-11 Thread Jacobo221
> 1:2345:respawn:/usr/bin/setuid username /bin/bash --login > > (As always, call back if it doesn't work) Thanks a lot. In fact, I had already tried this, but the problem is that setuid doesn't set the environment. if there was some way to run 'su' instead of 'setuid' but without asking for pass

Re: MediaCenter auto-login

2004-10-10 Thread Stefan O'Rear
On Mon, Oct 11, 2004 at 04:41:37AM +0200, Jacobo221 wrote: > Hi, > I'm working on my computer to do a Linux MediaCenter (to play videos, DVS, > music, maybe games, and such). Since this computer will not have internet > nor LAN access, i'd like it to auto-login, so that by insterting a CD and > boo

MediaCenter auto-login

2004-10-10 Thread Jacobo221
Hi, I'm working on my computer to do a Linux MediaCenter (to play videos, DVS, music, maybe games, and such). Since this computer will not have internet nor LAN access, i'd like it to auto-login, so that by insterting a CD and booting up, everything is done and not a single key has to be pressed. H