webdawg

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: NoMachine stops accepting mouse and keyboard input #54770
    webdawg
    Participant

    I completed the request and now it works everytime I connect.

    in reply to: NoMachine stops accepting mouse and keyboard input #54766
    webdawg
    Participant

    I cannot xdotool my way to success.  Can you give me any more information to collect.  I may have to restart this system soon.

    in reply to: NoMachine stops accepting mouse and keyboard input #54763
    webdawg
    Participant

    I can get logs.  I am close to being able to replicate this:

    I remote in, input does not work.

    I tried this:
    PID=$(ps -o pid= -C nxnode.bin | tail -n1 | tr -d ' ')
    echo "Tracing nxnode PID: $PID"
    sudo timeout 6s strace -tt -e trace=openat -p "$PID" -o /tmp/nxnode.open || true
    grep -F '/dev/uinput' /tmp/nxnode.open || echo "no /dev/uinput open() attempts recorded"

    This stopped working in the erroring session.

    This unstuck it:
    DISPLAY=:0 xdotool mousemove 200 200 click 3

    That stopped working.

    Today I tried this:

    DISPLAY=:0 xdotool mousemove 200 200 click 3

    PID=$(ps -o pid= -C nxnode.bin | tail -n1 | tr -d ' ')

    echo "Tracing nxnode PID: $PID"

    sudo timeout 6s strace -tt -e trace=openat -p "$PID" -o /tmp/nxnode.open || true

    DISPLAY=:0 xdotool mousemove 200 200 click 3

    DISPLAY=:0 xdotool key ctrl+alt+t

    DISPLAY=:0 xdotool type "da"

    DISPLAY=:0 xdotool type "da"

    DISPLAY=:0 xdotool type "da"

    DISPLAY=:0 xdotool key ctrl+alt+t

    DISPLAY=:0 xdotool type "da"

    DISPLAY=:0 xdotool type "da"

    DISPLAY=:0 xdotool type "da"

    That worked twice.

    What does fix it everytime is me coming to the physical ps/2 keyboard and typing.  Session unsticks everytime.

    I sent the server logs to the email address.

    in reply to: Behavior of install updates in background #40021
    webdawg
    Participant

    Is there a way (besides out of band software management) to make it auto install?

    The one thing I see going against this is the prompt for install of device drivers.

    No big deal.  Just was looking at this because every time I get prompted to update a server, I am logging in to do something important, so updates get delayed often.

    Thanks for the answer!!!!

    webdawg
    Participant

    Okay,

    What you said makes sense.

    I have the free edition installed.

    So I need to install an ED trial key…test, and then roll out license purchases across the board if I like?

    So the physical session disconnecting is because I have the ‘free’ edition right?

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