[Bug 1015414] Re: package clamav-base 0.97.3+dfsg-2.1ubuntu1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2012-06-30 Thread Scott Kitterman
The triaging is not correct here.  The problem is that on this system
someone has manually created a clamav user as a non-system user.  That
(correctly) causes the postinst to fail because it can't correct the
situation.  The user needs to do so.

The call in the postinst is:

adduser --system --no-create-home --quiet --disabled-password
--disabled-login --shell /bin/false --group --home /var/lib/clamav
clamav

Because it has --quiet, if the clamav user exists as a system user there
(correctly) won't be an error, but if it's a non-system user it
(correctly) errors out.

The solution here is to delete the non-system clamav user and then
reinstall ($ sudo userdel clamav).

** Changed in: clamav (Ubuntu)
   Status: Triaged = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in Ubuntu.
https://bugs.launchpad.net/bugs/1015414

Title:
  package clamav-base 0.97.3+dfsg-2.1ubuntu1 failed to install/upgrade:
  sub-processo script post-installation instalado retornou estado de
  saída de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1015414/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1015414] Re: package clamav-base 0.97.3+dfsg-2.1ubuntu1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2012-06-21 Thread Scott Moser
DpkgTerminalLog.txt shows:
 Configurando samba4 (4.0.0~alpha18.dfsg1-4ubuntu2) ...
 Unknown parameter encountered: max log size
 Ignoring unknown parameter max log size
 ...
 Unknown parameter encountered: guest ok
 Ignoring unknown parameter guest ok
 /var/lib/dpkg/info/samba4.postinst: 14: /var/lib/dpkg/info/samba4.postinst: 
/usr/share/samba/setoption.pl: Permission denied
 dpkg: erro processando samba4 (--configure):
  sub-processo script post-installation instalado retornou estado de saída de 
erro 126
 Configurando libtommath0 (0.42.0-1) ...
 Configurando libclamav6 (0.97.3+dfsg-2.1ubuntu1) ...
 Configurando clamav-base (0.97.3+dfsg-2.1ubuntu1) ...
 adduser: O usuário 'clamav' já existe. Saindo.
 dpkg: erro processando clamav-base (--configure):

So, it appears that samba4 failed to configure, and then clamav did
also.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in Ubuntu.
https://bugs.launchpad.net/bugs/1015414

Title:
  package clamav-base 0.97.3+dfsg-2.1ubuntu1 failed to install/upgrade:
  sub-processo script post-installation instalado retornou estado de
  saída de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1015414/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1015414] Re: package clamav-base 0.97.3+dfsg-2.1ubuntu1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2012-06-21 Thread Scott Moser
reading clamav-base.postinst, it seems that on new install, it tries to add 
user.
It does not check if the user exists first.

So this is either expected failure, in order to avoid re-using an unexpected 
ID, or clamav should not create the user if it already exists.
http://www.debian.org/doc/manuals/securing-debian-howto/ch9.en.html#s-bpp-lower-privs
 has information on that.

** Changed in: clamav (Ubuntu)
   Importance: Undecided = Medium

** Changed in: clamav (Ubuntu)
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in Ubuntu.
https://bugs.launchpad.net/bugs/1015414

Title:
  package clamav-base 0.97.3+dfsg-2.1ubuntu1 failed to install/upgrade:
  sub-processo script post-installation instalado retornou estado de
  saída de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1015414/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1015414] Re: package clamav-base 0.97.3+dfsg-2.1ubuntu1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2012-06-21 Thread Scott Kitterman
I think it should not create the user if it already exists.  I'll look
at improving this in the next upload to Debian.

** Changed in: clamav (Ubuntu)
 Assignee: (unassigned) = Scott Kitterman (kitterman)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in Ubuntu.
https://bugs.launchpad.net/bugs/1015414

Title:
  package clamav-base 0.97.3+dfsg-2.1ubuntu1 failed to install/upgrade:
  sub-processo script post-installation instalado retornou estado de
  saída de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1015414/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1015414] Re: package clamav-base 0.97.3+dfsg-2.1ubuntu1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2012-06-20 Thread Ricardo Pires
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in Ubuntu.
https://bugs.launchpad.net/bugs/1015414

Title:
  package clamav-base 0.97.3+dfsg-2.1ubuntu1 failed to install/upgrade:
  sub-processo script post-installation instalado retornou estado de
  saída de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1015414/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs