Hi,
the log suggests that you have a clamav user of some sort that is conflicting.
That is odd as a normal install creates that user, but it is never removed
intentionally.
That is to keep e.g. file ownership intact.
Usually that causes no issues, I just installed clamav and got the user due to
that.
Uninstalled and still had the user.
And then reinstalled without issues.
Yet I see in your log:
adduser: The user `clamav' already exists. Exiting.
That warning should be suppressed by the "--quiet" which the adduser
call from the installl script has set.
If you could report the following (that is what the install is doing):
$ adduser --system --no-create-home --quiet --disabled-password
--disabled-login --shell /bin/false --group --home /var/lib/clamav clamav
$ echo $?
Then assuming that fails just as much as your install lets drop the quiet and
call it with debug.
$ adduser --system --no-create-home --debug --disabled-password
--disabled-login --shell /bin/false --group --home /var/lib/clamav clamav
$ echo $?
** Changed in: clamav (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1651023
Title:
package clamav-base 0.99.2+dfsg-0ubuntu0.16.04.1 failed to
install/upgrade: subprocess installed post-installation script
returned error exit status 1
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1651023/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs