Bugzilla – Bug 1221175
On installation of vsftpd, installation of system-user-ftp-20170617-25.3.noarch.rpm fails with error on newly installed tumbleweed
Last modified: 2024-03-09 10:11:28 UTC
NAME="openSUSE Tumbleweed" # VERSION="20240303" from /var/log/zypp: 2024-03-08 14:30:46|command|root@nico.schweizerbart.de|'zypper' 'in' 'vsftpd'| # 2024-03-08 14:30:47 system-user-ftp-20170617-25.3.noarch.rpm install failed # rpm output: # /usr/bin/systemd-sysusers --replace=/usr/lib/sysusers.d/system-user-ftp.conf - # Creating group 'ftp' with GID 461. # Creating user 'ftp' (FTP Account) with UID 461 and GID 461. # Failed to add existing group "vboxusers" to temporary group file: Invalid argument # error: %prein(system-user-ftp-20170617-25.3.noarch) scriptlet failed, exit status 1 # error: system-user-ftp-20170617-25.3.noarch: install failed # # 2024-03-08 14:30:50 system-user-ftp-20170617-25.3.noarch.rpm install failed # rpm output: # /usr/bin/systemd-sysusers --replace=/usr/lib/sysusers.d/system-user-ftp.conf - # Creating group 'ftp' with GID 461. # Creating user 'ftp' (FTP Account) with UID 461 and GID 461. # Failed to add existing group "vboxusers" to temporary group file: Invalid argument # error: %prein(system-user-ftp-20170617-25.3.noarch) scriptlet failed, exit status 1 # error: system-user-ftp-20170617-25.3.noarch: install failed # # Commit was aborted. grep vboxusers /etc/group: vboxusers:x:462:walter: Any suggestion to fix this appreciated.
(In reply to w. Obermiller from comment #0) > grep vboxusers /etc/group: > vboxusers:x:462:walter: > > Any suggestion to fix this appreciated. Please fix the syntax error in your /etc/group for the vboxusers entry. This syntax error is not coming from our tools.
@Walter GROUP(5) says "group_name:password:GID:user_list", so no trailing ':'.
(In reply to Thorsten Kukuk from comment #1) > (In reply to w. Obermiller from comment #0) > > > grep vboxusers /etc/group: > > vboxusers:x:462:walter: > > > > Any suggestion to fix this appreciated. > > Please fix the syntax error in your /etc/group for the vboxusers entry. This > syntax error is not coming from our tools. Thanks a lot. I apologize for missing this, as it is so obvious ;-(