[Bug 1516451] Re: check_disk plugin broken after upgrade to 15.10

2015-11-24 Thread Ben Coleman
Also note that while 15.10 does change the permissions on
/sys/kernel/debug/tracing (from drwxr-xr-x in 15.04 to drwx-- in
15.10), the permissions on /sys/kernel/debug are drwx-- on both
15.10 and 15.04 - which means that /sys/kernel/debug shouldn't be
readable from a non-root account on either release, so this looks like a
code change in check_disk.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1516451

Title:
  check_disk plugin broken after upgrade to 15.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/1516451/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1194960] Re: unmatched entries for dovecot sieve deliveries when mailbox name contains whitespace

2015-07-28 Thread Ben Coleman
Just checked this on 14.04 and 15.10, and this fix is present.  I
presume it was added upstream?

** Changed in: logwatch (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to logwatch in Ubuntu.
https://bugs.launchpad.net/bugs/1194960

Title:
  unmatched entries for dovecot sieve deliveries when mailbox name
  contains whitespace

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1418636] Re: /usr/share/man/man1/gem.1.gz is a dangling symlink

2015-02-25 Thread Ben Coleman
In utopic, /usr/share/man/man1/gem.1.gz points to gem2.1.1.gz, and comes
from the ruby package.

Note that in trusty, /usr/share/man/man1/gem.1.gz pointed to
gem1.9.1.1.gz (also from the  ruby package), and gem1.9.1.1.gz comes
from the ruby1.9.1 package.  Looks like gem2.1.1.gz was left out of the
utopic ruby2.1 package.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ruby-defaults in Ubuntu.
https://bugs.launchpad.net/bugs/1418636

Title:
  /usr/share/man/man1/gem.1.gz is a dangling symlink

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby-defaults/+bug/1418636/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1194960] [NEW] unmatched entries for dovecot sieve deliveries when mailbox name contains whitespace

2013-06-26 Thread Ben Coleman
Public bug reported:

On Ubuntu 13.04, using the stock dovecot and logwatch, I get unmatched
entries for dovecot when sieve delivers into a mailbox that has
whitespace in its name.  The line which detects sieve deliveries (line
157) assumes that the mailbox name will not have whitespace:

} elsif ( ($User, $Mailbox) = ( $ThisLine =~ /^$dovecottag
(?:lda\(|deliver\(|lmtp\(\d+, )(.*)\): (?:[^:]+: )?sieve: msgid=.*:
stored mail into mailbox '(\S+)'/ ) ) {

It's quite possible to have whitespace in mailbox names.  In my case,
using a Thunderbird client with Dovecot IMAP will allow mailboxes with
whitespace in the name to be created quite easily.

This can be fixed by instead accepting non-single-quote characters in
the mailbox name :

} elsif ( ($User, $Mailbox) = ( $ThisLine =~ /^$dovecottag
(?:lda\(|deliver\(|lmtp\(\d+, )(.*)\): (?:[^:]+: )?sieve: msgid=.*:
stored mail into mailbox '([^']+)'/ ) ) {

I've got this fix running on my mail server, and it clears up the
unmatched sieve delivery entries I had been getting.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to logwatch in Ubuntu.
https://bugs.launchpad.net/bugs/1194960

Title:
  unmatched entries for dovecot sieve deliveries when mailbox name
  contains whitespace

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1061154] [NEW] pgsql.cfg includes a check_pgsql_4 command, but check_pgsql does not actually take the -4 argument

2012-10-03 Thread Ben Coleman
Public bug reported:

The /etc/nagios-plugins/config/pgsql.cfg configuration file includes a
check_pgsql_4 command, which should force the connection to use IPv4.
However, the program called, /usr/lib/nagios/plugins/check_pgsql, does
not actually accept the  -4 parameter.  I'd rather see this fixed by
adding the -4 parameter to check_pgsql than by deleting the command from
pgsql.cfg, as this is actully a useful function.

** Affects: nagios-plugins (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1061154

Title:
  pgsql.cfg includes a check_pgsql_4 command, but check_pgsql does not
  actually take the -4 argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/1061154/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 807153] Re: DNSSEC-enabled named sometimes does not die on service bind9 stop

2012-05-02 Thread Ben Coleman
The problem with the init script in the debian bug was that bind9 itself
wasn't dying, and the init script was set up to wait until bind9 died.
It was made moot by by upstream release of bind 9.8.1, which fixed the
problem of bind9 not dying.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/807153

Title:
  DNSSEC-enabled named sometimes does not die on service bind9 stop

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 807153] Re: DNSSEC-enabled named sometimes does not die on service bind9 stop

2012-05-01 Thread Ben Coleman
I'm also seeing this problem on 2 of the machines under my  control.
Two others running bind9 do notpo have this problem.  The two that have
this problem do have DNSSEC enabled (though only one of them is actually
serving a DNSSEC-using zone).

This seems to be related to Debian bug #570852 (http://bugs.debian.org
/cgi-bin/bugreport.cgi?bug=570852), which is fixed by the upstream 9.8.1
release, which is included in Precise.  I'll try to upgrade one of the
affected servers this weekend and see if that fixes it.


** Bug watch added: Debian Bug tracker #570852
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570852

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/807153

Title:
  DNSSEC-enabled named sometimes does not die on service bind9 stop

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs