Your message dated Sun, 30 May 2021 15:48:30 +0000
with message-id <e1lnnfy-0006ot...@fasolo.debian.org>
and subject line Bug#947086: fixed in spamassassin 3.4.6-1
has caused the Debian Bug report #947086,
regarding spamassassin doesn't start at boot under sysvinit-core after update
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
947086: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947086
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: spamassassin
Version: 3.4.2-1+deb10u1
Severity: important

It seems that updating spamassassin will remove sysv start links:

    root@mail /etc # ls -l rc**/*spam*
    lrwxrwxrwx 1 root root 22 Dez 20 18:45 rc0.d/K02spamassassin -> 
../init.d/spamassassin
    lrwxrwxrwx 1 root root 22 Dez 20 18:45 rc1.d/K02spamassassin -> 
../init.d/spamassassin
    lrwxrwxrwx 1 root root 22 Dez 20 18:45 rc2.d/K03spamassassin -> 
../init.d/spamassassin
    lrwxrwxrwx 1 root root 22 Dez 20 18:45 rc3.d/K03spamassassin -> 
../init.d/spamassassin
    lrwxrwxrwx 1 root root 22 Dez 20 18:45 rc4.d/K03spamassassin -> 
../init.d/spamassassin
    lrwxrwxrwx 1 root root 22 Dez 20 18:45 rc5.d/K03spamassassin -> 
../init.d/spamassassin
    lrwxrwxrwx 1 root root 22 Dez 20 18:45 rc6.d/K02spamassassin -> 
../init.d/spamassassin

    root@mail ~ # update-rc.d spamassassin enable

    root@mail /etc # ls -l rc**/*spam*
    lrwxrwxrwx 1 root root 22 Dez 20 18:45 rc0.d/K02spamassassin -> 
../init.d/spamassassin
    lrwxrwxrwx 1 root root 22 Dez 20 18:45 rc1.d/K02spamassassin -> 
../init.d/spamassassin
    lrwxrwxrwx 1 root root 22 Dez 20 18:45 rc2.d/S03spamassassin -> 
../init.d/spamassassin
    lrwxrwxrwx 1 root root 22 Dez 20 18:45 rc3.d/S03spamassassin -> 
../init.d/spamassassin
    lrwxrwxrwx 1 root root 22 Dez 20 18:45 rc4.d/S03spamassassin -> 
../init.d/spamassassin
    lrwxrwxrwx 1 root root 22 Dez 20 18:45 rc5.d/S03spamassassin -> 
../init.d/spamassassin
    lrwxrwxrwx 1 root root 22 Dez 20 18:45 rc6.d/K02spamassassin -> 
../init.d/spamassassin

Notice the S* links.

    root@mail /etc # LC_ALL=C apt reinstall spamassassin
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not 
upgraded.
    Need to get 0 B/1126 kB of archives.
    After this operation, 0 B of additional disk space will be used.
    [master 6e2d3db] saving uncommitted changes in /etc prior to apt run
     Author: Tomas Pospisek
     5 files changed, 1 insertion(+)
     rename rc2.d/{K03spamassassin => S03spamassassin} (100%)
     rename rc3.d/{K03spamassassin => S03spamassassin} (100%)
     rename rc4.d/{K03spamassassin => S03spamassassin} (100%)
     rename rc5.d/{K03spamassassin => S03spamassassin} (100%)
     create mode 120000 
systemd/system/multi-user.target.wants/spamassassin.service
    (Reading database ... 38518 files and directories currently installed.)
    Preparing to unpack .../spamassassin_3.4.2-1+deb10u1_all.deb ...
    Unpacking spamassassin (3.4.2-1+deb10u1) over (3.4.2-1+deb10u1) ...
    Setting up spamassassin (3.4.2-1+deb10u1) ...
    Processing triggers for man-db (2.8.5-2) ...
    [master 26b1b46] committing changes in /etc made by "apt reinstall 
spamassassin"
     Author: Tomas Pospisek
     5 files changed, 1 deletion(-)
     rename rc2.d/{S03spamassassin => K03spamassassin} (100%)
     rename rc3.d/{S03spamassassin => K03spamassassin} (100%)
     rename rc4.d/{S03spamassassin => K03spamassassin} (100%)
     rename rc5.d/{S03spamassassin => K03spamassassin} (100%)
     delete mode 120000 
systemd/system/multi-user.target.wants/spamassassin.service
    Scanning processes...                                                       
                                                                                
           
    Scanning candidates...                                                      
                                                                                
           
    
    Restarting services...
     invoke-rc.d dovecot restart
     invoke-rc.d spamassassin restart

    No containers need to be restarted.

    No user sessions are running outdated binaries.


    root@mail /etc # ls -l rc**/*spam* 
    lrwxrwxrwx 1 root root 22 Dez 20 19:02 rc0.d/K02spamassassin -> 
../init.d/spamassassin
    lrwxrwxrwx 1 root root 22 Dez 20 19:02 rc1.d/K02spamassassin -> 
../init.d/spamassassin
    lrwxrwxrwx 1 root root 22 Dez 20 19:02 rc2.d/K03spamassassin -> 
../init.d/spamassassin
    lrwxrwxrwx 1 root root 22 Dez 20 19:02 rc3.d/K03spamassassin -> 
../init.d/spamassassin
    lrwxrwxrwx 1 root root 22 Dez 20 19:02 rc4.d/K03spamassassin -> 
../init.d/spamassassin
    lrwxrwxrwx 1 root root 22 Dez 20 19:02 rc5.d/K03spamassassin -> 
../init.d/spamassassin
    lrwxrwxrwx 1 root root 22 Dez 20 19:02 rc6.d/K02spamassassin -> 
../init.d/spamassassin

The start links are gone.
*t

-- System Information:
Debian Release: 10.2
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates')
Architecture: i386 (x86_64)

Kernel: Linux 4.9.0-11-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_CH.UTF-8), LANGUAGE=de_CH.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to de_CH.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages spamassassin depends on:
ii  adduser                     3.118
ii  curl                        7.64.0-4
ii  init-system-helpers         1.56+nmu1
ii  libhtml-parser-perl         3.72-3+b3
ii  libhttp-date-perl           6.02-1
ii  libmail-dkim-perl           0.54-1
ii  libnet-dns-perl             1.19-1
ii  libnetaddr-ip-perl          4.079+dfsg-1+b3
ii  libsocket6-perl             0.29-1+b1
ii  libsys-hostname-long-perl   1.5-1
ii  libwww-perl                 6.36-2
ii  lsb-base                    10.2019051400
ii  perl [libarchive-tar-perl]  5.28.1-6

Versions of packages spamassassin recommends:
ii  gnupg                      2.2.12-1+deb10u1
ii  libio-socket-inet6-perl    2.72-2
ii  libmail-spf-perl           2.9.0-4
ii  perl [libsys-syslog-perl]  5.28.1-6
ii  sa-compile                 3.4.2-1+deb10u1
ii  spamc                      3.4.2-1+deb10u1

Versions of packages spamassassin suggests:
ii  libdbi-perl                   1.642-1+b1
pn  libencode-detect-perl         <none>
pn  libgeo-ip-perl                <none>
ii  libio-socket-ssl-perl         2.060-3
pn  libnet-patricia-perl          <none>
ii  perl [libcompress-zlib-perl]  5.28.1-6
ii  pyzor                         1:1.0.0-3
ii  razor                         1:2.85-4.2+b5

-- Configuration Files:
/etc/cron.daily/spamassassin changed [not included]
/etc/default/spamassassin changed [not included]
/etc/spamassassin/local.cf changed [not included]
/etc/spamassassin/v310.pre changed [not included]
/etc/spamassassin/v320.pre changed [not included]

-- debconf information excluded

--- End Message ---
--- Begin Message ---
Source: spamassassin
Source-Version: 3.4.6-1
Done: Noah Meyerhans <no...@debian.org>

We believe that the bug you reported is fixed in the latest version of
spamassassin, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 947...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Noah Meyerhans <no...@debian.org> (supplier of updated spamassassin package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 29 May 2021 21:26:45 -0700
Source: spamassassin
Architecture: source
Version: 3.4.6-1
Distribution: unstable
Urgency: medium
Maintainer: Noah Meyerhans <no...@debian.org>
Changed-By: Noah Meyerhans <no...@debian.org>
Closes: 947086
Changes:
 spamassassin (3.4.6-1) unstable; urgency=medium
 .
   [ Noah Meyerhans ]
   * New upstream release
   * Import fix for upstream bug 7848
 .
   [ Guillem Jover ]
   * Finish partial removal of ENABLED handling (Closes: #947086)
Checksums-Sha1:
 2a94f80719411d298d818ea94c0ab3b16d0a7142 2204 spamassassin_3.4.6-1.dsc
 19f8aa938ab2aafb183011f953ade4b1af49b26e 5447760 spamassassin_3.4.6.orig.tar.xz
 9988eb34527db98305c2ea66c9eeb8ce8042861d 42776 
spamassassin_3.4.6-1.debian.tar.xz
 db5233e8e903d71340924f3d49654fbecdea6de5 5666 
spamassassin_3.4.6-1_source.buildinfo
Checksums-Sha256:
 13296025c69946918ab2e9b42cf13a37c790bfe14233e9e9449e66d8ffba8e15 2204 
spamassassin_3.4.6-1.dsc
 2fd161bdbb003ee397fe7c779b9675eabf5cdfb73c74750a96ddeda45b5116cb 5447760 
spamassassin_3.4.6.orig.tar.xz
 a1aeea20bc70bbf740517ce3977655d757f0c92384e5183b5362a73d35878855 42776 
spamassassin_3.4.6-1.debian.tar.xz
 d0ae9fcad85da9dea99f8fe91bde6c8ba38eb9b39079aa602dce3f490cad1203 5666 
spamassassin_3.4.6-1_source.buildinfo
Files:
 e5a4a4ee1a7d1f60340bcf234ed507a6 2204 mail optional spamassassin_3.4.6-1.dsc
 d4bdf5c6c912a5fec0c0384656f42b28 5447760 mail optional 
spamassassin_3.4.6.orig.tar.xz
 a90ad7325cbaa64afc50230c73d466c4 42776 mail optional 
spamassassin_3.4.6-1.debian.tar.xz
 9122a7c6dfe91605431fa5f2fa985f49 5666 mail optional 
spamassassin_3.4.6-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEE65xaF5r2LDCTz+zyV68+Bn2yWDMFAmCzJ8oRHG5vYWhtQGRl
Ymlhbi5vcmcACgkQV68+Bn2yWDOGqxAAptLwqVZdem9fX34diYYFw1DdFNXh+/v2
J+DfTu6WetLD9O8U87Ifi6v6dAurfbrf7ZZAN4eSuquaSUNH5DBAoglinfBCOtqB
68HB99toa05+AdLMT8A7Yf/KyJObE2oplWOptHcHZjzq6trzcdS1M2IbCx7DE/Lk
zUuM2y9U0e/uCtoTjuDtIAsMeqvrPm4UAy5Tq7HWmLs/R+lMrKsBp8+Q7zOhY8ml
PSz7vnz4kCLlohftqy5UytIsMCQQ+2yc+Q0YnyjtVrrOxXRgYOjOZA/K4QXz/r7N
XKldBkrnPA/ZceRsGtNC6vG/o4fNhKzNHbI8ku/BTL0rqjRwpJJv/we+mkKTdMi1
gnQXtCwGbDpoUJ8egkr1EStEBjFt3lxMzK5wCp6Zm4ffrAHJBN9aUm+fEkcokwq+
pRneIADJx1D6BXhXSSae0j3Y9LPSgkZLX7XVxPVzCXW2rD7/O5wZS5qFYPH0GWl/
Hzu8BOr6mhK56Bmr4EeCeAXdlvQWyG9qQhbv9OkeT0sKS3PMfdYJ/H5tVtugpGSy
IDgXdUCDuB2j8HlKFgvt1ozgs4ejgpdtpNkXgfhKRdwcVS3BeMmrWjdrhikOBniU
Gqu7UDjukiJGuTv/J2+4DrjQ9+wm09H0Oxr+yDnvR7I83rDhClf5wvt1SR9nCC9N
pjtF5IYMOK4=
=vJxp
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to