Bug 1221175 - On installation of vsftpd, installation of system-user-ftp-20170617-25.3.noarch.rpm fails with error on newly installed tumbleweed
Summary: On installation of vsftpd, installation of system-user-ftp-20170617-25.3.noar...
Status: RESOLVED INVALID
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: libzypp (show other bugs)
Version: Current
Hardware: 64bit openSUSE Tumbleweed
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-08 13:46 UTC by w. Obermiller
Modified: 2024-03-09 10:11 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description w. Obermiller 2024-03-08 13:46:57 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.
Comment 1 Thorsten Kukuk 2024-03-08 14:59:50 UTC
(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.
Comment 2 Michael Andres 2024-03-09 08:35:27 UTC
@Walter GROUP(5) says "group_name:password:GID:user_list", so no trailing ':'.
Comment 3 w. Obermiller 2024-03-09 10:11:28 UTC
(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 ;-(