[Bug 851625] Re: snmp__if plugin does not work if server only supports 32 bit counters

2012-03-01 Thread Stefan Leitner
There is a second bug, if the snmp server doesn't support the alias name
entry (1.3.6.1.2.1.31.1.1.1.18.x) of the SNMPv2 , the function returns
noSuchObject

# from line 162
my $alias = $session-get_single($ifEntryAlias) ||
$session-get_single($ifEntryDescr) ||
Interface $iface;


# a possible fix:
my $alias = $session-get_single($ifEntryAlias);
if ($alias eq 'noSuchObject'){
$alias = $session-get_single($ifEntryDescr) || 
Interface $iface;
}

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

Title:
  snmp__if plugin does not work if server only supports 32 bit counters

To manage notifications about this bug go to:
https://bugs.launchpad.net/munin/+bug/851625/+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 851625] Re: snmp__if plugin does not work if server only supports 32 bit counters

2012-03-01 Thread Stefan Leitner
I have to correct myself, the fix should be:

my $alias = $session-get_single($ifEntryAlias);
if ((!(defined ($alias))) or ($alias eq 'noSuchObject')){
$alias = $session-get_single($ifEntryDescr) || Interface $iface;
}

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

Title:
  snmp__if plugin does not work if server only supports 32 bit counters

To manage notifications about this bug go to:
https://bugs.launchpad.net/munin/+bug/851625/+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 941922] Re: do-release-upgrade races puppet for file contents

2012-03-01 Thread Robie Basak
What will happen when puppet runs apt-get install because a manifest
requires certain packages to be present?

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

Title:
  do-release-upgrade races puppet for file contents

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/941922/+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 813400] Re: lxc-create -t ubuntu complains about /dev/pts

2012-03-01 Thread Torsten Spindler
** Changed in: apt (Ubuntu)
   Status: New = Confirmed

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

Title:
  lxc-create -t ubuntu complains about /dev/pts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/813400/+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 941905] Re: keystone user should not have a primary group of nogroup

2012-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/keystone/essex

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

Title:
  keystone user should not have a primary group of nogroup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/941905/+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


Re: [Bug 851625] Re: snmp__if plugin does not work if server only supports 32 bit counters

2012-03-01 Thread Clint Byrum
Excerpts from Stefan Leitner's message of Thu Mar 01 11:28:55 UTC 2012:
 There is a second bug, if the snmp server doesn't support the alias name
 entry (1.3.6.1.2.1.31.1.1.1.18.x) of the SNMPv2 , the function returns
 noSuchObject
 

Stefan, perhaps you should report this bug separately?

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

Title:
  snmp__if plugin does not work if server only supports 32 bit counters

To manage notifications about this bug go to:
https://bugs.launchpad.net/munin/+bug/851625/+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 937869] Re: MySQL security update tracking bug

2012-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/mysql-dfsg-5.1

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

Title:
  MySQL security update tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/937869/+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 541747] Re: undefined modules in loaded-by-default modules

2012-03-01 Thread Mohamed Alaa
** Changed in: asterisk (Ubuntu)
   Status: New = Invalid

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

Title:
  undefined modules in loaded-by-default modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/gemeinschaft-amooma/+bug/541747/+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 937869] Re: MySQL security update tracking bug

2012-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/natty-proposed/mysql-5.1

** Branch linked: lp:ubuntu/oneiric-proposed/mysql-5.1

** Branch linked: lp:ubuntu/maverick-proposed/mysql-5.1

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

Title:
  MySQL security update tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/937869/+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 937869] Re: MySQL security update tracking bug

2012-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/hardy-proposed/mysql-dfsg-5.0

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

Title:
  MySQL security update tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/937869/+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 829880] Re: object store doesn't like key with '/'

2012-03-01 Thread Ewan Mellor
nova-objectstore is deprecated, and this ticket has been untouched for 6
months.  Resolving as Won't Fix.


** Changed in: nova
   Status: Confirmed = Won't Fix

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

Title:
  object store doesn't like key with '/'

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/829880/+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


Re: [Bug 633725] Re: mysql thread_stack parameter too low, causing usage problems.

2012-03-01 Thread Rob Larson
I pretty much gave up on this bug. You can close it. I am now running
11.10

On Mon, Feb 27, 2012 at 2:20 PM, rhpot1991 rhpot1...@ubuntu.com wrote:
 ** Changed in: mythexport (Ubuntu)
       Status: Incomplete = Opinion

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/633725

 Title:
  mysql thread_stack parameter too low, causing usage problems.

 Status in “mysql-dfsg-5.1” package in Ubuntu:
  Opinion
 Status in “mythexport” package in Ubuntu:
  Opinion
 Status in “mysql-dfsg-5.1” source package in Natty:
  Opinion
 Status in “mythexport” source package in Natty:
  Incomplete

 Bug description:
  Binary package hint: mythexport

  I had selected the mythexport from the control centre for mythbuntu,
  it got about 98% complete then crashed. Any other details that you
  need?

  thanks
  Rob Larson

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: mythexport 2.1.5-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-24.41-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic i686
  Architecture: i386
  Date: Wed Sep  8 22:05:49 2010
  ErrorMessage: subprocess installed post-installation script returned error 
 exit status 1
  InstallationMedia: Mythbuntu 9.10 Karmic Koala - Release i386 (20091028.4)
  SourcePackage: mythexport
  Title: package mythexport 2.1.5-0ubuntu1 failed to install/upgrade: 
 subprocess installed post-installation script returned error exit status 1

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/633725/+subscriptions


-- 
insert witty comment here

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

Title:
  mysql thread_stack parameter too low, causing usage problems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/633725/+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 633725] Re: mysql thread_stack parameter too low, causing usage problems.

2012-03-01 Thread rhpot1991
Did the issue go away when you upgraded to 11.10?

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

Title:
  mysql thread_stack parameter too low, causing usage problems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/633725/+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 922600] Re: [FFe] Upgrade rabbitmq-server to 2.7.1

2012-03-01 Thread Launchpad Bug Tracker
This bug was fixed in the package rabbitmq-server - 2.7.1-0ubuntu1

---
rabbitmq-server (2.7.1-0ubuntu1) precise; urgency=low

  * New upstream release. (LP: #922600)
  * Apply patch to include inets from the appropriate place. Fixes
FTBFS.
  * d/control: adding necessary build-deps for 2.7.1
 -- Clint Byrum cl...@ubuntu.com   Tue, 28 Feb 2012 09:55:49 -0800

** Changed in: rabbitmq-server (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  [FFe] Upgrade rabbitmq-server to 2.7.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/922600/+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 907828] Re: tun-based VPNs using the subnet topology are wrongly sending ICMP redirects

2012-03-01 Thread Launchpad Bug Tracker
This bug was fixed in the package openvpn - 2.2.1-5ubuntu1

---
openvpn (2.2.1-5ubuntu1) precise; urgency=low

  * Merge from Debian unstable. Remaining changes: (LP: #907828)
+ debian/openvpn.init.d:
  - Do not use start-stop-daemon and /dev/null to avoid blocking boot.
  - Show per-VPN result messages.
  - Add --script-security 2 by default for backwards compatabliity.
+ debian/control: Add lsb-base = 3.2-14 to allow status_of_proc()

openvpn (2.2.1-5) unstable; urgency=low

  * Avoid sending ICMP redirects when using tun devices and subnet
topology. Thanks Simon Deziel for testing and the patch.
(Closes: #656241)
The init.d script will set all.send_redirects=0 when using dev tun
and topology subnet. More info in README.Debian.
  * Several manpage fixes

openvpn (2.2.1-4) unstable; urgency=low

  * Use dpkg-buildflags to fill CFLAGS in ./configure. (Closes: #655130)
  * debian/rules: Moved to dh.
  * debian/rules: Changed DEB_BUILD_ARCH_OS with DEB_HOST_ARCH_OS.
  * Removed quilt Build-Depends.
  * debian/openvpn.default: Clarify what vpn name refers to.
(Closes: #657610)
 -- Stephane Graber stgra...@ubuntu.com   Sat, 25 Feb 2012 21:08:48 -0500

** Changed in: openvpn (Ubuntu Precise)
   Status: New = Fix Released

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

Title:
  tun-based VPNs using the subnet topology are wrongly sending ICMP
  redirects

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/907828/+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 907828] Re: tun-based VPNs using the subnet topology are wrongly sending ICMP redirects

2012-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/openvpn

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

Title:
  tun-based VPNs using the subnet topology are wrongly sending ICMP
  redirects

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/907828/+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 541747] Re: undefined modules in loaded-by-default modules

2012-03-01 Thread James Troup
** Changed in: asterisk (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  undefined modules in loaded-by-default modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/gemeinschaft-amooma/+bug/541747/+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 944546] [NEW] StringIndexOutOfBoundsException in HelpFormatter.findWrapPos

2012-03-01 Thread Andrew
Public bug reported:

This bug has been fixed upstream in version 1.3 Could you look at
backporting this fix or updating to the latest version?

https://issues.apache.org/jira/browse/CLI-193

You should be able to get it to throw with a call like this:

findWrapPos( hello, 3, 0 ); // should return -1

The exception gets thrown whenever the passed-in string does not contain
any spaces, tabs, or newlines. It looks like line 914 was also expecting
line 908 to have a .

Also, I think there are other bugs. In this call:

findWrapPos( hell\noo\ngoodbye, 6, 7 ); // should return 8

we want it to short circuit and return the first newline if there is one
in the substring starting at 7 with width 6 (o\noo\ng), and so it
should return the index of the first '\n', which is 8. However, on lines
876 and 877, it's doing pos = width, instead of pos =
startPos+width, so it won't return, and it will end up (incorrectly, I
think) returning the index of the second newline's position. And once
you fix lines 876 and 877, it's going to return 9 instead of 8, which I
think is incorrect. The other return statements return pos, not pos+1,
and I think line 879 should do the same.

** Affects: libcommons-cli-java (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  StringIndexOutOfBoundsException in HelpFormatter.findWrapPos

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcommons-cli-java/+bug/944546/+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 944586] Re: smbd crashed with SIGABRT in rep_strlcpy()

2012-03-01 Thread Apport retracing service
*** This bug is a duplicate of bug 944179 ***
https://bugs.launchpad.net/bugs/944179

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #944179, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/944586/+attachment/2800033/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/944586/+attachment/2800035/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/944586/+attachment/2800036/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/944586/+attachment/2800037/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/944586/+attachment/2800038/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/944586/+attachment/2800039/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/944586/+attachment/2800040/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 944179

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  smbd crashed with SIGABRT in rep_strlcpy()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/944586/+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 935516] Re: genshi version 0.6-2 FTBFS on i386 in precise

2012-03-01 Thread Martin Pitt
** Changed in: genshi (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

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

Title:
  genshi version 0.6-2 FTBFS on i386 in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/genshi/+bug/935516/+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 925028] Re: apparmor breaks lxc-start-ephemeral (apparmor+overlayfs returns -EINVAL)

2012-03-01 Thread Martin Pitt
** Changed in: linux (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

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

Title:
  apparmor breaks lxc-start-ephemeral (apparmor+overlayfs returns
  -EINVAL)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/925028/+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 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2012-03-01 Thread Martin Pitt
** Changed in: php5 (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

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

Title:
  PHP Startup: Unable to load dynamic library
  '/usr/lib/php5/20090626+lfs/sqlite.so'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/875262/+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 901638] Re: Remove iodbc2 (causes upgrade failure from Oneiric to Precise)

2012-03-01 Thread Martin Pitt
** Changed in: unixodbc (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

** Changed in: soprano (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

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

Title:
  Remove iodbc2 (causes upgrade failure from Oneiric to Precise)

To manage notifications about this bug go to:
https://bugs.launchpad.net/soprano/+bug/901638/+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 829221] Re: lightdm crashed with SIGSEGV in initialize_password_db()

2012-03-01 Thread Martin Pitt
** Changed in: samba (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

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

Title:
  lightdm crashed with SIGSEGV in initialize_password_db()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/829221/+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 858867] Re: XMLRPC allows unauthed users access to various methods (which it shouldn't)

2012-03-01 Thread Martin Pitt
** Changed in: cobbler (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/858867

Title:
  XMLRPC  allows unauthed users access to various methods (which it
  shouldn't)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/858867/+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 881464] Re: [MIR] keystone

2012-03-01 Thread Martin Pitt
** Changed in: keystone (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

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

Title:
  [MIR] keystone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/881464/+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 900391] Re: IE9 on Windows 7 cannot download files to samba 3.5.11 share

2012-03-01 Thread Martin Pitt
** Changed in: samba (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/900391

Title:
  IE9 on Windows 7 cannot download files to samba 3.5.11 share

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/900391/+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 899918] Re: Samba upstream bug 7509 prevents being a target for Windows Vista backup client

2012-03-01 Thread Martin Pitt
** Changed in: samba (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/899918

Title:
  Samba upstream bug 7509 prevents being a target for Windows Vista
  backup client

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/899918/+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 872217] Re: diskstats plugin: error Byte order is not compatible

2012-03-01 Thread Martin Pitt
** Changed in: munin (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

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

Title:
  diskstats plugin: error Byte order is not compatible

To manage notifications about this bug go to:
https://bugs.launchpad.net/munin/+bug/872217/+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 880339] Re: AppArmor profile needs update

2012-03-01 Thread Martin Pitt
** Changed in: mysql-5.1 (Ubuntu)
Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2

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

Title:
  AppArmor profile needs update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/880339/+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