Yast2 users crashes in new installation

Has anyone installed TW recently? The users-module crashes on startup.

I’ve got a notebook with an integrated webcam, which refused to work. The main user wasn’t member of the group video. The users wasn’t even member of the users group, as “groups” on the cmd revealed.

Thing is, during installation I choose that yast should reuse the already existing users on /home. But before reinstallation I had a fully updated TW installation as well.

When I type “sudo yast2 users” the module crashes.

journalctl -f output:

Mär 25 13:01:45 linux.fritz.box sudo[12559]: pam_kwallet5(sudo:auth): pam_kwallet5: pam_sm_authenticate
Mär 25 13:01:45 linux.fritz.box sudo[12559]: pam_kwallet5(sudo:auth): pam_kwallet5: Refusing to do anything for the root user
Mär 25 13:01:49 linux.fritz.box sudo[12559]:       AW : TTY=pts/3 ; PWD=/home/AW ; USER=root ; COMMAND=/usr/sbin/yast2 users
Mär 25 13:01:49 linux.fritz.box sudo[12559]: pam_kwallet5(sudo:setcred): pam_kwallet5: pam_sm_setcred
Mär 25 13:01:49 linux.fritz.box sudo[12559]: pam_unix(sudo:session): session opened for user root(uid=0) by AW(uid=1000)
Mär 25 13:01:49 linux.fritz.box sudo[12559]: pam_kwallet5(sudo:session): pam_kwallet5: pam_sm_open_session
Mär 25 13:01:49 linux.fritz.box sudo[12559]: pam_kwallet5(sudo:session): pam_kwallet5: we were already executed
Mär 25 13:01:54 linux.fritz.box sudo[12559]: pam_unix(sudo:session): session closed for user root
Mär 25 13:01:54 linux.fritz.box sudo[12559]: pam_kwallet5(sudo:session): pam_kwallet5: pam_sm_close_session
Mär 25 13:01:54 linux.fritz.box sudo[12559]: pam_kwallet5(sudo:setcred): pam_kwallet5: pam_sm_setcred

Any ideas?

@cookie170 YaST is on it’s way out, use the command line usermod -a -G video <username> or Cockpit?

Tumbleweed doesn’t use users group anymore it’s username:username.

1 Like

Thank you. I added the user to the video group and got a camera stream. But it seems the installation process is borked if the users can’t get access to a build in webcam out of the box.

I googled without success. Do you know where I can read a bit about the new concept without a users group? Before opening a bug report?

@cookie170 Hi, this happened over two years ago… This Tumbleweed install was on 111824 and it was in place then AFAICR…

Additonal groups is always a post-install thing, I just add my user to libvirt rtlsdr video render dialout and systemd-journal.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.