Re: How to log in automatically to GUI?

2014-09-01 Thread Clint Pachl
Clint Pachl wrote, On 08/25/14 16:36: It seems one should be able to get getty(8) to do this using /etc/ttys. I tried: console /usr/bin/su -l USER -c /usr/X11R6/bin/startx xterm on secure which automatically launched X, but I didn't have access to the console (i.e., no write permission

Re: How to log in automatically to GUI?

2014-09-01 Thread Clint Pachl
Andy Bradford wrote, On 08/27/14 08:35: Thus said Clint Pachl on Mon, 25 Aug 2014 16:36:26 -0700: If someone knows how to do this properly via getty(8), I would be very interested. I've used this successfully (not sure how proper it is): /etc/ttys: ttyC0 /usr/libexec/getty console.nopw

Re: How to log in automatically to GUI?

2014-09-01 Thread Andy Bradford
Thus said Clint Pachl on Mon, 01 Sep 2014 05:24:02 -0700: FYI: $@ equals -p -- USER where USER is the username entered at the login prompt. I never would have guessed that the -p option was included. Yes, it does allow any USER to login without a password by just typing the username

Re: How to log in automatically to GUI?

2014-08-27 Thread Andy Bradford
Thus said Clint Pachl on Mon, 25 Aug 2014 16:36:26 -0700: If someone knows how to do this properly via getty(8), I would be very interested. I've used this successfully (not sure how proper it is): /etc/ttys: ttyC0 /usr/libexec/getty console.nopw vt220 on secure /etc/gettytab:

Re: How to log in automatically to GUI?

2014-08-26 Thread somelooser3524
yes, slim won.. Thanks! On 2014. 08. 25. at 10:51 PM, Todd wrote:I think the port x11 /slim can do auto logins On Mon, Aug 25, 2014 at 2:54 PM, wrote: I installed an OpenBSD desktop and in the /etc: rc.conf.local:xdm_flags=# enabled during install How can I set the

How to log in automatically to GUI?

2014-08-25 Thread somelooser3524
I installed an OpenBSD desktop and in the /etc: rc.conf.local:xdm_flags=# enabled during install How can I set the automatic login for a user without prompting for password? Many thanks!

Re: How to log in automatically to GUI?

2014-08-25 Thread Todd
I think the port x11 http://openports.se/x11/slim can do auto logins On Mon, Aug 25, 2014 at 2:54 PM, somelooser3...@hushmail.com wrote: I installed an OpenBSD desktop and in the /etc: rc.conf.local:xdm_flags=# enabled during install How can I set the automatic login

Re: How to log in automatically to GUI?

2014-08-25 Thread Clint Pachl
somelooser3...@hushmail.com wrote, On 08/25/14 12:54: I installed an OpenBSD desktop and in the /etc: rc.conf.local:xdm_flags=# enabled during install How can I set the automatic login for a user without prompting for password? It seems one should be able to get