~alpine/users

2 2

desktop freeze after upgrade

Details
Message ID
<20210212161406.106d0576e310ca1dff6eafba@gmail.com>
DKIM signature
missing
Download raw message
Hello,

I have just installed Alpine and everything worked fine until I ugraded my system
to edge.
Now I can use the desktop as root, but it freezes if I lanuch startx as user.
I get the desktop, but the mouse is frozen and I cannot use any command.
the xorg error log shows errors like this:

[    53.446] (EE) xf86OpenSerial: Cannot open device /dev/input/event4
	Permission denied.
[    53.446] (II) event4: opening input device '/dev/input/event4' failed (Permission denied).
[    53.446] (II) event4  - failed to create input device '/dev/input/event4'.
[    53.446] (EE) libinput: Power Button: Failed to create a device for /dev/input/event4
[    53.446] (EE) PreInit returned 2 for "Power Button"
[    53.446] (II) UnloadModule: "libinput"
[    53.447] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[    53.447] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    53.447] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    53.447] (II) Using input driver 'libinput' for 'Video Bus'
[    53.447] (**) Video Bus: always reports core events
[    53.447] (**) Option "Device" "/dev/input/event8"
[    53.447] (**) Option "_source" "server/udev"

the entire xorg.0.log can be seen at:
https://pastebin.com/tYCJeGdU

I'm fairly new at Linux, can anyone help me troubleshoot the problem?
Paul Bredbury <brebs@sent.com>
Details
Message ID
<af1449ca69f40731d04e3d9435275b8ced34679a.camel@sent.com>
In-Reply-To
<20210212161406.106d0576e310ca1dff6eafba@gmail.com> (view parent)
DKIM signature
missing
Download raw message
On Fri, 2021-02-12 at 16:14 -0800, luciphercode wrote:
> [    53.446] (II) event4: opening input device '/dev/input/event4' failed (Permission denied).

$ ls -l /dev/input
crw-rw---- 1 root input 13, 68 Feb 13 12:12 event4

Are you in the "input" group?
Details
Message ID
<20210213140951.68c571fe346e39e107867b8d@gmail.com>
In-Reply-To
<af1449ca69f40731d04e3d9435275b8ced34679a.camel@sent.com> (view parent)
DKIM signature
missing
Download raw message
Paul Bredbury

> Are you in the "input" group?

Indeed I was not. I added my username to the "input" group and now it works (posting this from my Alpine).
I assume upgrading the system to edge modified something, since I wasn't in the "input" group before.
Thanks a lot for the prompt answer, I'm learning the ropes.
Reply to thread Export thread (mbox)