js

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • js
    Participant

    This is probably what is going on. I killed vncserver (which I forgot I was running). Now, the problem is that I can’t log in.

    After stopping vncserver, and restarting nxserver, I get warning: “Cannot find X servers running on this machine.” Now, when I try to login from the client, a window pops up for about half-a-second, then immediately crashes. That’s all that happens.

    To try and get around this, I tried starting lightdm (on Ubuntu 16.04) but I can’t login. What happens is that I when I try to login, I get a “system program problem detected” popup, then I get a screen with nothing but the background (can’t interact with the desktop when it is like this), and then, after a 3-4 seconds, a new login screen is presented.

    js
    Participant

    I’m an idiot. I just realized that I couldn’t have run in the remote session because I can’t type anything in the remote session. Even if I copy and paste text into the remote terminal, I can’t figure out which button corresponds to the “Enter” button.

    So I finally figured out to run: xev -event keyboard. I typed ‘qwerty’

    KeymapNotify event, serial 19, synthetic NO, window 0x0,
    keys: 4294967192 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0
    0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

    KeyPress event, serial 22, synthetic NO, window 0x6800001,
    root 0x25, subw 0x0, time 1717692215, (-71,-173), root:(352,126),
    state 0x0, keycode 24 (keysym 0x37, 7), same_screen YES,
    XLookupString gives 1 bytes: (37) “7”
    XmbLookupString gives 1 bytes: (37) “7”
    XFilterEvent returns: False

    KeyRelease event, serial 22, synthetic NO, window 0x6800001,
    root 0x25, subw 0x0, time 1717692367, (-71,-173), root:(352,126),
    state 0x0, keycode 24 (keysym 0x37, 7), same_screen YES,
    XLookupString gives 1 bytes: (37) “7”
    XFilterEvent returns: False

    KeyPress event, serial 22, synthetic NO, window 0x6800001,
    root 0x25, subw 0x0, time 1717694967, (-71,-173), root:(352,126),
    state 0x0, keycode 25 (keysym 0x38, 8), same_screen YES,
    XLookupString gives 1 bytes: (38) “8”
    XmbLookupString gives 1 bytes: (38) “8”
    XFilterEvent returns: False

    KeyRelease event, serial 22, synthetic NO, window 0x6800001,
    root 0x25, subw 0x0, time 1717695110, (-71,-173), root:(352,126),
    state 0x0, keycode 25 (keysym 0x38, 8), same_screen YES,
    XLookupString gives 1 bytes: (38) “8”
    XFilterEvent returns: False

    KeyPress event, serial 22, synthetic NO, window 0x6800001,
    root 0x25, subw 0x0, time 1717695315, (-71,-173), root:(352,126),
    state 0x0, keycode 26 (keysym 0x39, 9), same_screen YES,
    XLookupString gives 1 bytes: (39) “9”
    XmbLookupString gives 1 bytes: (39) “9”
    XFilterEvent returns: False

    KeyRelease event, serial 22, synthetic NO, window 0x6800001,
    root 0x25, subw 0x0, time 1717695429, (-71,-173), root:(352,126),
    state 0x0, keycode 26 (keysym 0x39, 9), same_screen YES,
    XLookupString gives 1 bytes: (39) “9”
    XFilterEvent returns: False

    KeyPress event, serial 22, synthetic NO, window 0x6800001,
    root 0x25, subw 0x0, time 1717695549, (-71,-173), root:(352,126),
    state 0x0, keycode 27 (keysym 0x2d, minus), same_screen YES,
    XLookupString gives 1 bytes: (2d) “-”
    XmbLookupString gives 1 bytes: (2d) “-”
    XFilterEvent returns: False

    KeyRelease event, serial 22, synthetic NO, window 0x6800001,
    root 0x25, subw 0x0, time 1717695681, (-71,-173), root:(352,126),
    state 0x0, keycode 27 (keysym 0x2d, minus), same_screen YES,
    XLookupString gives 1 bytes: (2d) “-”
    XFilterEvent returns: False

    KeyPress event, serial 22, synthetic NO, window 0x6800001,
    root 0x25, subw 0x0, time 1717695816, (-71,-173), root:(352,126),
    state 0x0, keycode 28 (keysym 0x3d, equal), same_screen YES,
    XLookupString gives 1 bytes: (3d) “=”
    XmbLookupString gives 1 bytes: (3d) “=”
    XFilterEvent returns: False

    KeyRelease event, serial 22, synthetic NO, window 0x6800001,
    root 0x25, subw 0x0, time 1717695918, (-71,-173), root:(352,126),
    state 0x0, keycode 28 (keysym 0x3d, equal), same_screen YES,
    XLookupString gives 1 bytes: (3d) “=”
    XFilterEvent returns: False

    KeyPress event, serial 22, synthetic NO, window 0x6800001,
    root 0x25, subw 0x0, time 1717696157, (-71,-173), root:(352,126),
    state 0x0, keycode 29 (keysym 0x5b, bracketleft), same_screen YES,
    XLookupString gives 1 bytes: (5b) “[”
    XmbLookupString gives 1 bytes: (5b) “[”
    XFilterEvent returns: False

    KeyRelease event, serial 22, synthetic NO, window 0x6800001,
    root 0x25, subw 0x0, time 1717696276, (-71,-173), root:(352,126),
    state 0x0, keycode 29 (keysym 0x5b, bracketleft), same_screen YES,
    XLookupString gives 1 bytes: (5b) “[”
    XFilterEvent returns: False

    New Question: How should I go about debugging this?

    Background info: this is my first time using NoMachine. It’s not like I had a working version and some update ruined my settings, etc. I’m using defaults. I checked on the keyboard settings, and it says I’m using system defaults. And when I uncheck the system defaults. I unclicked that and restarted the nxserver, but nothing changed.

Viewing 2 posts - 1 through 2 (of 2 total)