Date: Tue, 27 Jul 2010 21:18:41 -0500 From: Antonio Olivares <olivares14031@gmail.com> To: Thiago Rodrigues Santos <trsantos1@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: autologin KDE, 8-1-RELEASE-amd64 not working Message-ID: <AANLkTikxsaqUBXFkqHiJa2vmji=3%2BzUScHFfmDgAt5t6@mail.gmail.com> In-Reply-To: <201007271531.12641.trsantos1@gmail.com> References: <AANLkTinQHb-v6J9j57973oeyCexQ_cZcqui4t=TOQi0V@mail.gmail.com> <201007271531.12641.trsantos1@gmail.com>
index | next in thread | previous in thread | raw e-mail
On Tue, Jul 27, 2010 at 1:31 PM, Thiago Rodrigues Santos
<trsantos1@gmail.com> wrote:
> Em Terça-feira 27 Julho 2010, às 14:58:33, Antonio Olivares escreveu:
>> Dear folks,
>>
>> I am not sure why, but autologin is not working, I get authentication
>> errors :(
>>
>> I setup KDE as the desktop using
>>
>> echo 'exec /usr/local/kde4/bin/startkde4' > ~/.xinitrc
>>
>> echo 'local_startup="${local_startup} /usr/local/kde4/etc/rc.d"' >>
>> /etc/rc.conf echo 'kdm4_enable="YES"' >> /etc/rc.conf
>>
>> and logging in as root and using the System Settings, I chose
>> autologin as myself(regular user, member of wheel/operator groups(if
>> it is important)) but I get authentication error :(
>>
>> I try to login as root, but root is not allowed exept if I start in
>> console mode, i,e, comment out the lines in /etc/rc.conf and I make
>> changes, but cannot get autologin to work.
>>
>> I know that autologin is discouraged, but this is a home computer and
>> no other person uses it execpt me, how should I fix it?
>>
>> Thank you for advice/suggestions/comments.
>>
>> Regards,
>>
>> Antonio
>> _______________________________________________
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to
>> "freebsd-questions-unsubscribe@freebsd.org"
>
> Hello. If you don't have the /etc/pam.d/kde-np file, you need to create it
> with the following content:
>
> auth required pam_permit.so
> account required pam_nologin.so
> account required pam_unix.so
> session required pam_permit.so
>
> --
> Thiago Rodrigues Santos <trsantos1@gmail.com>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>
Thank you very much Thiago. Creating the file and restarting worked :)
Now, I will try to compile some programs like mplayer.
Regards,
Antonio
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTikxsaqUBXFkqHiJa2vmji=3%2BzUScHFfmDgAt5t6>
