halt:/# /var/lib/dpkg/info/amavisd-new.postinst configure
Creating/updating amavis user account...
(ctrl-C)
halt:/#
ok, first of all I must clarify that it is an UPDATE of Amavis. Even though I
got the error Amavis running.
ok, i view and edit /var/lib/dpkg/info/amavisd-new.postinst , iedit this
file and put echo in several parts to see where it failed and found the error.
if [ ! -d "${homedir}" ] ; then
echo "Broken amavis system user found. To insure data-safety," >&2
echo "it is up to you the local administrator to remove the broken"
>&2
echo "amavis user, or repair it so that it is sane" >&2
exit 1
fi
echo "antes umask">&2
umask 022
echo "antes for">2&
for i in /var/lib/amavis /var/lib/amavis/db /var/lib/amavis/tmp \
/var/lib/amavis/virusmails /var/run/amavis
do
execute:
--- El lun 27-jul-09, Stefan Förster <[email protected]> escribió:
De: Stefan Förster <[email protected]>
Asunto: Re: [AMaViS-user] update etch to lenny problems witch amavis
Para: [email protected]
Fecha: lunes, 27 de julio de 2009, 6:47 pm
* Diego Gil <[email protected]> wrote:
> hello, I was doing the upgrade debian etch to lenny. Everything went
> perfect under amavisd-new. It is hung on "Creating / updating user
> account Amavis ...", I think that this is an issue over which debian
> Amavis, but if anyone has any idea how to solve it I would appreciate
> that, thanks.
The update process calls
"/var/lib/dpkg/info/amavisd-new.postinst configure"
You might want to add a "set -x" to the beginning of that script and
then issue a "dpkg --configure --pending" and look at the debugging
output.
That said, those are some simple adduser/addgroup calls - if they
fail, there is something seriously wrong with your system.
Ciao
Stefan
--
Stefan Förster http://www.incertum.net/ Public Key: 0xBBE2A9E9
FdI #295: Garantierte Rechnersicherheit - Den roten Pilz in den gelben Grund
drücken. (Alexander Schreiber)
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/
____________________________________________________________________________________
¡Viví la mejor experiencia en la web!
Descargá gratis el nuevo Internet Explorer 8
http://downloads.yahoo.com/ieak8/?l=ar
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/