Re: bypassing login pam.d

2010-11-16 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/15/2010 06:07 PM, Sam Varshavchik wrote: > msacks writes: > >> I have a FC13 system that has no GUI. >> I'd like to bypass the login screen altogether but I'm not sure where >> to start. >> I'm looking in /etc/pam.d but I'm not sure if this is d

Re: bypassing login pam.d

2010-11-16 Thread Tim
On Mon, 2010-11-15 at 14:48 -0800, msacks wrote: > I have a FC13 system that has no GUI. > I'd like to bypass the login screen altogether but I'm not sure where to > start. > I'm looking in /etc/pam.d but I'm not sure if this is doable this way? > > I am trying to avoid booting into single user m

Re: bypassing login pam.d

2010-11-15 Thread Tom H
On Mon, Nov 15, 2010 at 7:07 PM, Tom Horsley wrote: > On Mon, 15 Nov 2010 18:50:58 -0500 > Paul Morgan wrote: > >> I googled "auto login linux console"and see this promising article: >> http://linux.koolsolutions.com/2009/04/30/autologin-linux-console-mode/ > > The idea probably works, but you'll

Re: bypassing login pam.d

2010-11-15 Thread msacks
I think its /etc/init/tty.conf. Not sure where to drop it though, I see #tty stop on runlevel [016] respawn instance $TTY exec /sbin/mingetty $TTY On Mon, Nov 15, 2010 at 4:17 PM, Paul Morgan wrote: > /etc/init/tty.conf or /etc/init/serial.conf ? I'm not close to my machines > atm. > > top-pos

Re: bypassing login pam.d

2010-11-15 Thread Paul Morgan
/etc/init/tty.conf or /etc/init/serial.conf ? I'm not close to my machines atm. top-posted from gmail on android. apologies. On Nov 15, 2010 7:07 PM, "Tom Horsley" wrote: > On Mon, 15 Nov 2010 18:50:58 -0500 > Paul Morgan wrote: > >> I googled "auto login linux console"and see this promising arti

Re: bypassing login pam.d

2010-11-15 Thread Tom Horsley
On Mon, 15 Nov 2010 18:50:58 -0500 Paul Morgan wrote: > I googled "auto login linux console"and see this promising article: > http://linux.koolsolutions.com/2009/04/30/autologin-linux-console-mode/ The idea probably works, but you'll have to figure out where on earth the getty stuff moved since i

Re: bypassing login pam.d

2010-11-15 Thread Paul Morgan
I googled "auto login linux console"and see this promising article: http://linux.koolsolutions.com/2009/04/30/autologin-linux-console-mode/ hth, -paul top-posted from gmail on android. apologies. On Nov 15, 2010 6:28 PM, "msacks" wrote: > That is correct. This is a headless system, it has no run

Re: bypassing login pam.d

2010-11-15 Thread msacks
That is correct. This is a headless system, it has no runlevel 5, so the gdm configs don't apply. On Mon, Nov 15, 2010 at 3:25 PM, Hiisi wrote: > ma, 2010-11-15 kello 16:09 -0700, Phil Meyer kirjoitti: >> Most headless servers are set to run level 3 in /etc/inittab.  Most >> applications that yo

Re: bypassing login pam.d

2010-11-15 Thread Hiisi
ma, 2010-11-15 kello 16:09 -0700, Phil Meyer kirjoitti: > Most headless servers are set to run level 3 in /etc/inittab. Most > applications that you would want to run on servers will also start in > run level 3. > > Run level 3 in Linux is not defined as single user, but as 'headless' or > non

Re: bypassing login pam.d

2010-11-15 Thread Phil Meyer
On 11/15/2010 03:48 PM, msacks wrote: > I have a FC13 system that has no GUI. > I'd like to bypass the login screen altogether but I'm not sure where to > start. > I'm looking in /etc/pam.d but I'm not sure if this is doable this way? > > I am trying to avoid booting into single user mode by defau

Re: bypassing login pam.d

2010-11-15 Thread Sam Varshavchik
msacks writes: I have a FC13 system that has no GUI. I'd like to bypass the login screen altogether but I'm not sure where to start. I'm looking in /etc/pam.d but I'm not sure if this is doable this way? I am trying to avoid booting into single user mode by default as I'd rather not have to man

bypassing login pam.d

2010-11-15 Thread msacks
I have a FC13 system that has no GUI. I'd like to bypass the login screen altogether but I'm not sure where to start. I'm looking in /etc/pam.d but I'm not sure if this is doable this way? I am trying to avoid booting into single user mode by default as I'd rather not have to manually start servic