NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Failed on boot kde4



/var/log/kdm.log 
-----------------
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Error:            Couldn't lookup keysym
>                   Symbol interpretation ignored
> Error:            Couldn't lookup keysym
>                   Symbol interpretation ignored
Errors from xkbcomp are not fatal to the X server
klauncher(452) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
kdeinit4: Communication error with launcher. Exiting!
kdmgreet(45)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed:  "Not connected to D-Bus server"

kdmgreet(45)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
kded(614): KUniqueApplication: Cannot find the D-Bus session server:  "Address does not contain a colon"

kded(741): KUniqueApplication: Pipe closed unexpectedly.

kdmgreet(45)/kdeui (KIconLoader) KSharedDataCache::Private::mapSharedMemory: Failed to establish shared memory mapping, will fallback to private memory -- memory usage will increase

 --------------------

Martin Husemann <martin%duskware.de@localhost> 于2023年7月24日周一 00:22写道:
On Sun, Jul 23, 2023 at 09:05:22PM +0800, ykla wrote:
> I encountered a problem when installing netbsd+kde4. I can enter the kdm
> interface, but after entering the password and pressing enter, the screen
> goes black and I can only see the mouse cursor.

This means your session did not run and there are no X clients connected
to the (apparently working) X server.

I don't know about kdm, but usually there is a log file in your home
directory capturing the errors from the session startup script - you need
to find out how that is called and check its content.

E.g. for me (using xdm and xfce4) it is

        ~/.xsession

that is executed to start the session and

        ~/.xsession-errors

has the stderr output of it.

Martin


Home | Main Index | Thread Index | Old Index