Bug#892724: marked as done (cron: warning from postinst script)

2018-03-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Mar 2018 23:49:37 +
with message-id 
and subject line Bug#892720: fixed in cron 3.0pl1-130
has caused the Debian Bug report #892720,
regarding cron: warning from postinst script
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.)


-- 
892720: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892720
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cron
Version: 3.0pl1-129
Severity: minor

Dear Maintainer,

in case the directory /var/spool/cron/crontabs is empty, the postinst
script prints

stat: cannot stat '*': No such file or directory
stat: cannot stat '*': No such file or directory
stat: cannot stat '*': No such file or directory
Warning: * is not a regular file!

maybe, in line 68 of the postinst script something like

 [ "$tab_name" = "*" ] && continue

should be added.

Regards,
Jörg.

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (5, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.15.5 (SMP w/8 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages cron depends on:
ii  adduser 3.117
ii  debianutils 4.8.4
ii  dpkg1.19.0.5
ii  libc6   2.27-1
ii  libpam-runtime  1.1.8-3.7
ii  libpam0g1.1.8-3.7
ii  libselinux1 2.7-2+b1
ii  lsb-base9.20170808
--- End Message ---
--- Begin Message ---
Source: cron
Source-Version: 3.0pl1-130

We believe that the bug you reported is fixed in the latest version of
cron, 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 892...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Javier Fernández-Sanguino Peña  (supplier of updated cron 
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: SHA256

Format: 1.8
Date: Mon, 12 Mar 2018 22:00:01 +0100
Source: cron
Binary: cron
Architecture: source i386
Version: 3.0pl1-130
Distribution: unstable
Urgency: medium
Maintainer: Javier Fernández-Sanguino Peña 
Changed-By: Javier Fernández-Sanguino Peña 
Description:
 cron   - process scheduling daemon
Closes: 705570 757191 767016 783665 792572 801384 834728 840601 892720 892721 
892724
Changes:
 cron (3.0pl1-130) unstable; urgency=medium
 .
   * debian/postinst: Do not do check if /var/spool/cron/crontabs if empty
 (Closes: 892720, 892721, 892724)
   * debian/cron.service:
   - Add dependency on nss-user-lookup.target in the definition which
 properly fixes the issues when cron is started before centralised user
 repositories are available (e.g. LDAP or Active Directory). This
 should avoid errors in syslog similar to the following:
 "crond[PID]: (CRON) bad username (/etc/cron.d/JOBNAME)"
 (Closes: #767016, #801384, #783665) (LP: #1593317)
   - Also remove Type=idle change added in previous upload, which was not
 the correct fix to apply.
   - Add automatic restart on failure (Closes: #834728)
   * debian/cron.init: Revert previous change - instead of adding $all, add sssd
 to the services that should be started/stopped before/after cron.
   * crontab.5:
  - Add improvements and fixes to manpage provided by Philip Hands
   (Closes: #792572)
  - Document that system wide defaults run from 6 am to 7 am.
   (Closes: #757191)
  - Document how asterisks are processed in dom and dow fields using
patch provided by Christian Pekeler (Closes: #840601)
Also see https://treats.wdt.io/cron-bug.html
   * debian/crontab.main, crontab.5: Add documentation comments similarly as to
 how Fedora / Red Hat Enterprise Linux documents (crontab package). This
 comments more descriptive and provides inexperienced users with a better
 understanding of the syntax.  (Closes: #705570)
Checksums-Sha1:
 83bb41c481079ab385f1e84754df3bc81c3668a2 1926 cron_3.0pl1-130.dsc
 06140002dc756895725c8796d3ed111f1c1d4890 101197 

Bug#892724: marked as done (cron: warning from postinst script)

2018-03-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Mar 2018 23:49:37 +
with message-id 
and subject line Bug#892724: fixed in cron 3.0pl1-130
has caused the Debian Bug report #892724,
regarding cron: warning from postinst script
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.)


-- 
892724: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892724
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cron
Version: 3.0pl1-129
Severity: minor

Dear Maintainer,

in case the directory /var/spool/cron/crontabs is empty, the postinst
script prints

stat: cannot stat '*': No such file or directory
stat: cannot stat '*': No such file or directory
stat: cannot stat '*': No such file or directory
Warning: * is not a regular file!

maybe, in line 68 of the postinst script something like

 [ "$tab_name" = "*" ] && continue

should be added.

Regards,
Jörg.

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (5, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.15.5 (SMP w/8 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages cron depends on:
ii  adduser 3.117
ii  debianutils 4.8.4
ii  dpkg1.19.0.5
ii  libc6   2.27-1
ii  libpam-runtime  1.1.8-3.7
ii  libpam0g1.1.8-3.7
ii  libselinux1 2.7-2+b1
ii  lsb-base9.20170808
--- End Message ---
--- Begin Message ---
Source: cron
Source-Version: 3.0pl1-130

We believe that the bug you reported is fixed in the latest version of
cron, 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 892...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Javier Fernández-Sanguino Peña  (supplier of updated cron 
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: SHA256

Format: 1.8
Date: Mon, 12 Mar 2018 22:00:01 +0100
Source: cron
Binary: cron
Architecture: source i386
Version: 3.0pl1-130
Distribution: unstable
Urgency: medium
Maintainer: Javier Fernández-Sanguino Peña 
Changed-By: Javier Fernández-Sanguino Peña 
Description:
 cron   - process scheduling daemon
Closes: 705570 757191 767016 783665 792572 801384 834728 840601 892720 892721 
892724
Changes:
 cron (3.0pl1-130) unstable; urgency=medium
 .
   * debian/postinst: Do not do check if /var/spool/cron/crontabs if empty
 (Closes: 892720, 892721, 892724)
   * debian/cron.service:
   - Add dependency on nss-user-lookup.target in the definition which
 properly fixes the issues when cron is started before centralised user
 repositories are available (e.g. LDAP or Active Directory). This
 should avoid errors in syslog similar to the following:
 "crond[PID]: (CRON) bad username (/etc/cron.d/JOBNAME)"
 (Closes: #767016, #801384, #783665) (LP: #1593317)
   - Also remove Type=idle change added in previous upload, which was not
 the correct fix to apply.
   - Add automatic restart on failure (Closes: #834728)
   * debian/cron.init: Revert previous change - instead of adding $all, add sssd
 to the services that should be started/stopped before/after cron.
   * crontab.5:
  - Add improvements and fixes to manpage provided by Philip Hands
   (Closes: #792572)
  - Document that system wide defaults run from 6 am to 7 am.
   (Closes: #757191)
  - Document how asterisks are processed in dom and dow fields using
patch provided by Christian Pekeler (Closes: #840601)
Also see https://treats.wdt.io/cron-bug.html
   * debian/crontab.main, crontab.5: Add documentation comments similarly as to
 how Fedora / Red Hat Enterprise Linux documents (crontab package). This
 comments more descriptive and provides inexperienced users with a better
 understanding of the syntax.  (Closes: #705570)
Checksums-Sha1:
 83bb41c481079ab385f1e84754df3bc81c3668a2 1926 cron_3.0pl1-130.dsc
 06140002dc756895725c8796d3ed111f1c1d4890 101197 

Bug#892724: marked as done (cron: warning from postinst script)

2018-03-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Mar 2018 23:49:37 +
with message-id 
and subject line Bug#892721: fixed in cron 3.0pl1-130
has caused the Debian Bug report #892721,
regarding cron: warning from postinst script
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.)


-- 
892721: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892721
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cron
Version: 3.0pl1-129
Severity: minor

Dear Maintainer,

in case the directory /var/spool/cron/crontabs is empty, the postinst
script prints

stat: cannot stat '*': No such file or directory
stat: cannot stat '*': No such file or directory
stat: cannot stat '*': No such file or directory
Warning: * is not a regular file!

maybe, in line 68 of the postinst script something like

 [ "$tab_name" = "*" ] && continue

should be added.

Regards,
Jörg.

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (5, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.15.5 (SMP w/8 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages cron depends on:
ii  adduser 3.117
ii  debianutils 4.8.4
ii  dpkg1.19.0.5
ii  libc6   2.27-1
ii  libpam-runtime  1.1.8-3.7
ii  libpam0g1.1.8-3.7
ii  libselinux1 2.7-2+b1
ii  lsb-base9.20170808
--- End Message ---
--- Begin Message ---
Source: cron
Source-Version: 3.0pl1-130

We believe that the bug you reported is fixed in the latest version of
cron, 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 892...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Javier Fernández-Sanguino Peña  (supplier of updated cron 
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: SHA256

Format: 1.8
Date: Mon, 12 Mar 2018 22:00:01 +0100
Source: cron
Binary: cron
Architecture: source i386
Version: 3.0pl1-130
Distribution: unstable
Urgency: medium
Maintainer: Javier Fernández-Sanguino Peña 
Changed-By: Javier Fernández-Sanguino Peña 
Description:
 cron   - process scheduling daemon
Closes: 705570 757191 767016 783665 792572 801384 834728 840601 892720 892721 
892724
Changes:
 cron (3.0pl1-130) unstable; urgency=medium
 .
   * debian/postinst: Do not do check if /var/spool/cron/crontabs if empty
 (Closes: 892720, 892721, 892724)
   * debian/cron.service:
   - Add dependency on nss-user-lookup.target in the definition which
 properly fixes the issues when cron is started before centralised user
 repositories are available (e.g. LDAP or Active Directory). This
 should avoid errors in syslog similar to the following:
 "crond[PID]: (CRON) bad username (/etc/cron.d/JOBNAME)"
 (Closes: #767016, #801384, #783665) (LP: #1593317)
   - Also remove Type=idle change added in previous upload, which was not
 the correct fix to apply.
   - Add automatic restart on failure (Closes: #834728)
   * debian/cron.init: Revert previous change - instead of adding $all, add sssd
 to the services that should be started/stopped before/after cron.
   * crontab.5:
  - Add improvements and fixes to manpage provided by Philip Hands
   (Closes: #792572)
  - Document that system wide defaults run from 6 am to 7 am.
   (Closes: #757191)
  - Document how asterisks are processed in dom and dow fields using
patch provided by Christian Pekeler (Closes: #840601)
Also see https://treats.wdt.io/cron-bug.html
   * debian/crontab.main, crontab.5: Add documentation comments similarly as to
 how Fedora / Red Hat Enterprise Linux documents (crontab package). This
 comments more descriptive and provides inexperienced users with a better
 understanding of the syntax.  (Closes: #705570)
Checksums-Sha1:
 83bb41c481079ab385f1e84754df3bc81c3668a2 1926 cron_3.0pl1-130.dsc
 06140002dc756895725c8796d3ed111f1c1d4890 101197