[Logcheck-devel] Bug#249324: now the user is not created anymore, although it should be

Eric Evans eevans at sym-link.com
Tue May 18 20:27:29 UTC 2004


Hi kalsu,

I am unable to reproduce this here so I am hoping that you can help with
some additional information.

First, the package on debian.stro.at was apparently built from CVS and
depending on when, it is entirely possible this bug may no longer exist.
Can you please attach a copy of /var/lib/dpkg/info/logcheck.preinst?

The relevant bit of the preinst script should look like this ...

case "$1" in
    install|upgrade)
        if dpkg --compare-versions "$2" lt 1.2.19; then
          deluser logcheck &>/dev/null || true
          adduser --quiet --system --no-create-home --group \
              --home /var/lib/logcheck logcheck || true
          adduser --quiet logcheck adm || true
        fi
    [ ... ]

What happens if you run the adduser commands manually? Are there any
errors? Is the logcheck user created?

Regards,

-- 
Eric Evans
eevans at sym-link.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/logcheck-devel/attachments/20040518/25ab195e/attachment.pgp 


More information about the Logcheck-devel mailing list