[Bug 1726879] Re: Unescaped left brace in regex is deprecated

2017-11-30 Thread Jon Ribbens
Any news on when this bugfix will be applied to Ubuntu? It is presumably
affecting all Ubuntu users of SpamAssassin.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1726879

Title:
  Unescaped left brace in regex is deprecated

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1674761] [NEW] The /etc/init.d files do not work

2017-03-21 Thread Jon Ribbens
Public bug reported:

The /etc/init.d/celeryd and /etc/init.d/celerybeat scripts try to start
the celery programs like this:

su "$CELERYBEAT_USER" -c "$CELERYBEAT $*"

(in the _chuid() function)

The 'celery' user which is automatically created by the package,
however, has its shell set to /bin/false, so this command does nothing
except immediately fail.

Either the celery user needs to have a proper shell set on creation, or
the _chuid() function needs to be amended as follows:

su "$CELERYBEAT_USER" -s /bin/bash -c "$CELERYBEAT $*"

(or change the scripts to use celery's --uid option instead of using
'su')

** Affects: celery (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1674761

Title:
  The /etc/init.d files do not work

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1673041] [NEW] The dependencies for this package appear to be wrong

2017-03-15 Thread Jon Ribbens
Public bug reported:

Description:Ubuntu 16.04.2 LTS
celeryd:
  Installed: 3.1.20-1
  Candidate: 3.1.20-1
  Version table:
 *** 3.1.20-1 500
500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
100 /var/lib/dpkg/status

The package 'celeryd' (which this bug reporting system claims not to
exist even though it does) seems to have an undeclared dependency on
python-celery-common, in that if you don't install that package then it
won't run (because that package contains the actual program
/usr/bin/celery that the init.d script installed by celeryd is trying to
run).

The package has a declared dependency on python-celery when I think in
fact it should depend on python-celery *OR* python3-celery - meaning if
you want to use celery with python3 then the package insists on you
installing celery under python2 even though it's not going to be used,
and also that it's very non-obvious how you use celery with python3.

** Affects: celery (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673041

Title:
  The dependencies for this package appear to be wrong

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1630516] Re: Logrotate fails repeatedly with /etc/cron.daily/logrotate: error: error creating output file /var/log/... File exists run-parts: /etc/cron.daily/logrotate exited with return code 1

2017-03-15 Thread Jon Ribbens
I'll just point out that this can perhaps be considered a security bug,
because if log rotations stop happening, the disk will inevitably fill
up sooner or later, which means security patches will stop being
applied, which means the machine will become insecure. You might say
that that is a bit tenuous, but it is the actual real effect and a
genuine problem I have been having with Ubuntu servers.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1630516

Title:
  Logrotate fails repeatedly with /etc/cron.daily/logrotate: error:
  error creating output file /var/log/... File exists run-parts:
  /etc/cron.daily/logrotate exited with return code 1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1646818] Re: logrotate randomly fails with 'File exists'

2016-12-02 Thread Jon Ribbens
Oh, also forgot to mention that openntpd is installed. (As is 'vim' but
I don't see how that could make any difference...)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1646818

Title:
  logrotate randomly fails with 'File exists'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1646818] [NEW] logrotate randomly fails with 'File exists'

2016-12-02 Thread Jon Ribbens
Public bug reported:

I have a bunch of Ubuntu 14.04 cloud-based servers and they randomly and
intermittently fail during logrotate (3.8.7-1ubuntu1) with the following
email being returned via cron:

/etc/cron.daily/logrotate:  

error: error creating output file /var/log/syslog.1.gz: File exists 

run-parts: /etc/cron.daily/logrotate exited with return code 1  


Once in this state, it appears that the affected log(s) never get
rotated from then on, resulting in the disk gradually filling up:

$ ls -l /var/log/syslog*
-rw-r- 1 syslog adm 728263740 Dec  2 12:41 /var/log/syslog
-rw-r- 1 syslog adm  16794619 Oct 19 05:17 /var/log/syslog.1
-rw-r- 1 syslog adm704512 Oct 20 05:16 /var/log/syslog.1.gz
-rw-r- 1 syslog adm   1361774 Oct 18 05:05 /var/log/syslog.2.gz
-rw-r- 1 syslog adm   1367745 Oct 17 05:01 /var/log/syslog.3.gz
-rw-r- 1 syslog adm   1347087 Oct 16 04:50 /var/log/syslog.4.gz
-rw-r- 1 syslog adm   1331506 Oct 15 04:50 /var/log/syslog.5.gz
-rw-r- 1 syslog adm   1349794 Oct 14 05:10 /var/log/syslog.6.gz
-rw-r- 1 syslog adm   1359010 Oct 13 05:10 /var/log/syslog.7.gz

Note that I also sometimes get an error report "gzip: stdin: file size
changed while zipping" which may or may not be related.

These servers are not related and have very minimal changes from an out-
of-the-box Ubuntu server 14.04 bare install (basically: bind9, postfix,
python3 and unattended-upgrades are installed and configured), so this
is presumably affecting all Ubuntu users and would seem quite serious.
Disks filling up can prevent services running of course, but also
prevent security patches being applied so this is effectively a security
issue.

** Affects: logrotate (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: munin (Ubuntu) => logrotate (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1646818

Title:
  logrotate randomly fails with 'File exists'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1646818] Re: logrotate randomly fails with 'File exists'

2016-12-02 Thread Jon Ribbens
(Sorry, I don't know why the bug reporting system randomly assigned it
to 'munin', I didn't select that.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1646818

Title:
  logrotate randomly fails with 'File exists'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1381939] Re: Error in cron logrotate 'gzip: stdin: file size changed while zipping'

2016-12-02 Thread Jon Ribbens
It would be nice if this bug were fixed some day. It's presumably
affecting all Ubuntu users.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1381939

Title:
  Error in cron logrotate 'gzip: stdin: file size changed while zipping'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1267059] Re: "Unattended-Upgrade::Remove-Unused-Dependencies" does not work

2015-11-15 Thread Jon Ribbens
Is there any news on this being added as a security update to trusty?
I'm beginning to wonder what "LTS" means if a bug that results in every
installation of Ubuntu sooner or later ceasing to receive security
updates does not get pushed out as part of the security updates.

(As someone else mentioned, "APT::Periodic::AutocleanInterval" does not
fix this, that is something completely different.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1267059

Title:
  "Unattended-Upgrade::Remove-Unused-Dependencies" does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1267059/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs