Re: (no subject)
Lauri Watts <[email protected]>
| Newsgroups | gmane.comp.kde.non-linux |
|---|---|
| Message-ID | <[email protected]> |
On Tuesday 09 April 2002 00.18, jehova villa martinez wrote: > <html><div style='background-color:'> > <DIV> > <P>hi,</P> > <P>any body runs kde 2.2 on freebsd? how to configure kdm? i have 2 error > mesages, one about ttyv8, and anotheronelike this: </P> <P>no modules > loaded for 'kde' service </P> > <P>this happens when i try to loggin, starts "startkde", and i > recive this error on console.</P> <P>and kde tellme that can't conect to > DCOP server. this is not true because i first remove files on > /tmp/.ICE-unix/*, and starting kde from console with startx works > fine and well.</P> <P>any sugestions or pointers?</P> > <P>thanks</P> > <P>jehova<BR><BR></P></DIV></div><br clear=all><hr>Con MSN Hotmail súmese > al servicio de correo electrónico más grande del mundo. <a > href='http://g.msn.com/1HM507001/k'>http://www.hotmail.com/ES</a><br></html ^^^ Please don't use HTML mail for lists, most of us can't read it very easily. For the "no modules loaded for 'kde' service, try adding this into /etc/pam.conf: kde auth sufficient pam_skey.so kde auth requisite pam_cleartext_pass_ok.so kde auth required pam_unix.so try_first_pass kde account required pam_unix.so kde password required pam_permit.so kde session required pam_permit.so The error message about ttyv8, I'm not sure about. Could you send the exact error message? In the meantime, check in /etc/ttys for the line about ttyv8 The default is something like this: ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure if the "off" says "on" already, then probably you have xdm running on that tty, so you need to turn it off, kdm can't run on the same one. to have KDM start up automatically on ttyv8 instead of xdm, you would do something like: ttyv8 "/usr/local/bin/kdm -nodaemon" xterm on secure but I strongly suggest you get it to the point you can run KDM as root from a console, and log in as a user, before you do this. Regards, -- Lauri Watts