Re: autologin KDE, 8-1-RELEASE-amd64 not working

2010-07-27 Thread Thiago Rodrigues Santos
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-unsubscr...@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
accountrequired pam_nologin.so
accountrequired pam_unix.so
sessionrequired pam_permit.so

-- 
Thiago Rodrigues Santos trsant...@gmail.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Gnome and KDE?

2008-03-22 Thread Thiago Rodrigues Santos
Em Saturday 22 March 2008 20:38:41 Gary Kline escreveu:
   People,

   What's the magic command to ger hald running while I'm running
   KDE?  The audio/multimedia app, Sound-Juicer can't find my
   /dev/cdrom because the hal daemon isn't running.  Exec'ing hald
   by hand didn't work.

   Anybody?

   gary

Hi. You should add the following line to your /etc/rc.conf:
hald_enable=YES

-- 
Thiago Rodrigues Santos [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]