[Bug 1079897] [NEW] walinuxagent mangles server identity and access on upgrade

2012-11-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

walinxuagent, as packaged will result in a server losing its identity at
agent installation or at agent start. Specifically, it will remove
/var/lib/waagent (containing provisioning meta-data),
/etc/ssh/{config,ssh_rsa*} and /etc/sudoers.d/waagent.  Because of the
way that Winodws Azure boots, this means that the identity of hosts will
be completely stripped out, the user who was provisioned with the system
will be locked out, and worst of all, a person who installs this package
on a non-Windows Azure system may be exposed to losing their host's SSH
identity.

** Affects: walinuxagent (Ubuntu)
 Importance: Critical
 Assignee: James Page (james-page)
 Status: Fix Released

** Affects: walinuxagent (Ubuntu Precise)
 Importance: Critical
 Status: Confirmed

** Affects: walinuxagent (Ubuntu Quantal)
 Importance: Critical
 Status: Confirmed

** Affects: walinuxagent (Ubuntu Raring)
 Importance: Critical
 Assignee: James Page (james-page)
 Status: Fix Released

-- 
walinuxagent mangles server identity and access on upgrade
https://bugs.launchpad.net/bugs/1079897
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to walinuxagent in Ubuntu.

-- 
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 1079897] Re: walinuxagent mangles server identity and access on upgrade

2012-11-27 Thread James Page
** Changed in: Ubuntu Raring
   Status: Fix Committed = Fix Released

** Package changed: Ubuntu Precise = walinuxagent (Ubuntu Precise)

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

Title:
  walinuxagent mangles server identity and access on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1079897/+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 1081692] Re: The value of 'next-server' in the dhcp config is wrong.

2012-11-27 Thread Julian Edwards
** Changed in: maas/trunk
   Status: In Progress = Fix Committed

** Changed in: maas/1.2
   Status: In Progress = Fix Committed

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

Title:
  The value of 'next-server' in the dhcp config is wrong.

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1081692/+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 1068843] Re: [SRU] maas-cluster-controller doesn't have images for provisioning

2012-11-27 Thread Julian Edwards
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  [SRU] maas-cluster-controller doesn't have images for provisioning

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1068843/+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 1081701] Re: The metadata address mentioned in the preseed is wrong.

2012-11-27 Thread Gavin Panella
** Changed in: maas/trunk
   Status: In Progress = Fix Committed

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

Title:
  The metadata address mentioned in the preseed is wrong.

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1081701/+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 876387] Re: fuser forking uncontrollably in cron job

2012-11-27 Thread Ondřej Surý
Ben,

could you try replacing the standard cron-job with this script:

-- cut here --
#!/bin/sh

# first find all used files and touch them (hope it's not massive
amount of files)
lsof -w -l +d /var/lib/php5 | awk -e '{ if (NR  1) { print  $9; } }'
| xargs -i touch -c {}

# find all files older then maxlifetime
find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f
-ignore_readdir_race -cmin +$(/usr/lib/php5/maxlifetime) -delete
-- cut here --

It takes other approach which should be lighter to the system, but I
need a confirmation from users before I apply it to Debian package (and
before it gets pulled to Ubuntu).

Ondřej

-- 
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/876387

Title:
  fuser forking uncontrollably in cron job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/876387/+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 1083513] [NEW] installation IDN on PECL at PHP 5.3 fails

2012-11-27 Thread svecpetr
Public bug reported:

when you use PHP 5.3 or newer is impossible to add PECL IDN package to
PHP

because it fails

try this

sudo pecl install -f idn

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: php-pear 5.3.10-1ubuntu3.4 [modified: usr/share/php/.filemap]
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
Uname: Linux 3.2.0-32-generic x86_64
ApportVersion: 2.0.1-0ubuntu15
Architecture: amd64
Date: Tue Nov 27 11:34:48 2012
InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release amd64 
(20120817.3)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=cs_CZ.UTF-8
 SHELL=/bin/bash
SourcePackage: php5
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise running-unity

-- 
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/1083513

Title:
  installation IDN on PECL at PHP  5.3 fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1083513/+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 967410] Re: Windows clients cannot connect to shared printers

2012-11-27 Thread alfalfa
Hi all,

I'm having trubles adding shared printer from Xp clients. 
I got the message Windows cannot connect to the printer. Either the printer 
name was typed incorrectly or the specified printer has lost its connection to 
the sever.
I tried solution @ #21 but when typing enumprinters i get

enumprinters
flags:[0x80]
name:[\\LOCALHOST\]
description:[\\LOCALHOST\,,Hewlett-Packard_HP_LaserJet_P1005]
comment:[Hewlett-Packard_HP_LaserJet_P1005]

as @ #28.

Why there is no printer name? How should i set it?

THX

-- 
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/967410

Title:
  Windows clients cannot connect to shared printers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/967410/+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 1083542] [NEW] sudo dpkg-reconfigure maas-cluster-controller breaks

2012-11-27 Thread Raphaël Badin
Public bug reported:

$ sudo dpkg-reconfigure maas-cluster-controller 
   
maas-cluster-celery stop/waiting
maas-pserv stop/waiting
sed: can't read /etc/maas/pserv.conf: No such file or directory

The problem is that the post inst script of the cluster controller tries
to update /etc/maas/pserv.conf (which does not exist) instead of
/etc/maas/pserv.yaml.

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

** Branch linked: lp:~rvb/maas/packaging.bug-1083542

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

Title:
  sudo dpkg-reconfigure maas-cluster-controller breaks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1083542/+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 974938] Re: Process gsettings prevents logging in

2012-11-27 Thread Klaus Steinberger
nslcd helps definitly

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

Title:
  Process gsettings prevents logging in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/974938/+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 1081212] Re: The address of the API in pserv.conf (tftp/generator) is http://localhost/MAAS/api/1.0/pxeconfig/

2012-11-27 Thread Raphaël Badin
The branch linked to this bug has broken 'sudo dpkg-reconfigure maas-
cluster-controller' but also, this does not seem to work at all… I think
this is because, by default, the 'generator' is on a line that is
commented out: http://paste.ubuntu.com/1391512/

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

Title:
  The address of the API in pserv.conf (tftp/generator) is
  http://localhost/MAAS/api/1.0/pxeconfig/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1081212/+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 1081212] Re: The address of the API in pserv.conf (tftp/generator) is http://localhost/MAAS/api/1.0/pxeconfig/

2012-11-27 Thread Gavin Panella
** Branch linked: lp:~allenap/maas/packaging.cluster-pserv-address-
bug-1081212-part-2-the-revenge

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

Title:
  The address of the API in pserv.conf (tftp/generator) is
  http://localhost/MAAS/api/1.0/pxeconfig/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1081212/+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 545739] Re: lucid - php not parsed in user directory

2012-11-27 Thread Clint Byrum
This was fixed a long, long time ago.

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

-- 
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/545739

Title:
  lucid - php not parsed in user directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/545739/+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 162082] Re: PHP fastcgi with PHP_FCGI_CHILDREN doesn't kill children when parent is killed

2012-11-27 Thread Clint Byrum
Fixed in Debian a long time ago.

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

-- 
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/162082

Title:
  PHP fastcgi with PHP_FCGI_CHILDREN doesn't kill children when parent
  is killed

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/162082/+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 120103] Re: PHP 5.2.3-ubuntu1 Broken - Problems with : /usr/lib/php5/20060613+lfs/

2012-11-27 Thread Clint Byrum
This was fixed a long time ago.

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

-- 
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/120103

Title:
  PHP 5.2.3-ubuntu1 Broken - Problems with : /usr/lib/php5/20060613+lfs/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/120103/+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 67811] Re: Takes all CPU time

2012-11-27 Thread Christopher K.
This symptom is not reproducible on fairly recent hardware.

Hmm. That's an interesting statement. First of all, BackupPC does not state 
that we need fairly recent hardware in it's requirements:
http://backuppc.sourceforge.net/faq/BackupPC.html#requirements

And I heard PCs from 2006 (when the bug was posted) are still used here or 
there ;-)
And I guess some of them need to be backed up.

And even if we have fairly recent hardware, some users might want to
work with the computer that is currently backed up while the backup is
running. When you backup a laptop, you might be able to avoid this.
Simply run the backup at night. But if you run a server 24/7, then you
can't tell your visitors from the other side of the earth not to visit
your website at night. So the backup should not affect the load
significantly.

So of course the backup should run with low priority. And (as Neal wrote), it 
is easy to achieve this.
I added nice  RsyncClientCmd like this:
$sshPath -q -x -l backuppc $host nice -n 19 /usr/bin/sudo $rsyncPath $argList+
Note: Here more things are changed from the default. The username is backuppc 
(not root) and sudo is used to run rsync (with user backuppc being allowed to 
run rsync in suoders). The adjusted default would look like this:
$sshPath -q -x -l root $host nice -n 19 $rsyncPath $argList+

As imho nice is pretty standard in unix, I guess it might be a good
idea to add this in the default settings.

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

Title:
  Takes all CPU time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/67811/+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 1083598] [NEW] package vsftpd 2.3.2-3ubuntu4.1 failed to install/upgrade: ErrorMessage: Package is in a very bad inconsistent state - you should reinstall it before attempting configuration.

2012-11-27 Thread Jerry Lin
Public bug reported:

I couldn't remove by apt-get remove vsfptd manually as well

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: vsftpd 2.3.2-3ubuntu4.1
ProcVersionSignature: Ubuntu 3.2.0-34.53-generic 3.2.33
Uname: Linux 3.2.0-34-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu15
Architecture: i386
Date: Tue Nov 27 21:50:50 2012
ErrorMessage: ErrorMessage: Package is in a very bad inconsistent state - you 
should  reinstall it before attempting configuration.
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
MarkForUpload: True
SourcePackage: vsftpd
Title: package vsftpd 2.3.2-3ubuntu4.1 failed to install/upgrade: ErrorMessage: 
Package is in a very bad inconsistent state - you should  reinstall it before 
attempting configuration.
UpgradeStatus: Upgraded to precise on 2012-11-27 (0 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  package vsftpd 2.3.2-3ubuntu4.1 failed to install/upgrade:
  ErrorMessage: Package is in a very bad inconsistent state - you should
  reinstall it before attempting configuration.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1083598/+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 1061244] Re: Fix net rpc share allowedusers to work with 2008r2

2012-11-27 Thread Dmitrijs Ledkovs
To get this SRUed into Precise, follow the procedure from 
https://wiki.ubuntu.com/StableReleaseUpdates
- adjust the bug description as per template on that page
- write an easy to follow test-case (i understand that it may require microsoft 
server)
- prepare debdiff with correct version number for precise-proposed bumping the 
dot revision
- resubscribe sponsors team

I am unsubscring sponsors team for now.

-- 
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/1061244

Title:
  Fix net rpc share allowedusers to work with 2008r2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1061244/+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 1061244] Re: Fix net rpc share allowedusers to work with 2008r2

2012-11-27 Thread Sebastien Bacher
** Changed in: samba (Ubuntu Precise)
   Status: New = Triaged

** Changed in: samba (Ubuntu Precise)
   Importance: Undecided = Low

** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

-- 
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/1061244

Title:
  Fix net rpc share allowedusers to work with 2008r2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1061244/+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 967410] Re: Windows clients cannot connect to shared printers

2012-11-27 Thread Vindicar
alfalfa, as quick solution, try adding printer using URL (there should be an 
option for that in Add pritner dialog box. URL of printer page is the same it 
has in CUPS webinterface (most likely it looks like 
http://printserver.addr:631/printers/Printer_Name ).
It worked for me.

-- 
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/967410

Title:
  Windows clients cannot connect to shared printers

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


[Blueprint servercloud-r-openstack-grizzly] Openstack next steps

2012-11-27 Thread Chuck Short
Blueprint changed by Chuck Short:

Work items changed:
  Work items:
- Release and package nova, glance, keystone, cinder, swift, horizon, quantum, 
and ceilometer for main: TODO
+ Release and package nova, glance, keystone, cinder, swift, horizon, quantum, 
and ceilometer for main: INPROGRESS
  MIR dependencies that need to be done for ceilometer: TODO
  SSL support openstack endpoints: TODO
  Apparmor profile for openstack projects: TODO
  Make sure that vmware esxi works on ubuntu: TODO
- Make sure libvirt-xen works on ubuntu openstack: TODO
+ Make sure libvirt-xen works on ubuntu openstack: INPROGRESS
  Make sure that XCP/Xenserver work on Ubuntu openstack: TODO
  Make sure that openstack works with postgresql (revisit db-common): TODO
  rabbitmq vs activemq vs zeromq vs qpid: TODO
  Convert ubuntu CI lab to cutover to Openstack++ when we start planning to 
test: TODO
  Adding HA to CI testing: TODO
  Look at packaging Synaps contributed by Samsung: TODO
  Look at packaging Red Dwarf: TODO
  Look at packaging DNS as a service: TODO
  Look at Load Balancing as a service: TODO
  Look at NRPE Plugins Package: TODO
  Convert ubuntu CI lab to cutover to Openstack++ when we start planning to 
test: TODO
  [zulcss] FTBFS from is missing binaries: DONE
  [zulcss] Remove nova-volume in Grizzly: DONE
  [ivoks] Test quantum on ARM: TODO
  (Folsom-Grizzly) (Grizzly-) for the Ubuntu Devel release + Precise: TODO

-- 
Openstack next steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-openstack-grizzly

-- 
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 1079897] Re: walinuxagent mangles server identity and access on upgrade

2012-11-27 Thread Louis Bouchard
** Description changed:

+ SRU justification
+ 
+ Impact : Users of Precise cloud image on Azure cloud loose sudoers
+ identity when upgrading or doing a reconfiguration of the waliuxagent
+ package
+ 
+ Fix : Comment #4 outlines the changes made to fix the problem
+ 
+ Test Case : 
+  - Create a 12.04 Precise instance on Azure
+  - run dpkg-reconfigure walinuxagent
+  - log out and log back int
+ User should be able to use 'sudo' to gain administrator's privileges from the 
user account defined when the instance was created.
+ 
+ Regression : None expected as no change in functionality only
+ packaging/installation modification were done.
+ 
+ Description of the problem :
+ 
  walinxuagent, as packaged will result in a server losing its identity at
  agent installation or at agent start. Specifically, it will remove
  /var/lib/waagent (containing provisioning meta-data),
  /etc/ssh/{config,ssh_rsa*} and /etc/sudoers.d/waagent.  Because of the
  way that Winodws Azure boots, this means that the identity of hosts will
  be completely stripped out, the user who was provisioned with the system
  will be locked out, and worst of all, a person who installs this package
  on a non-Windows Azure system may be exposed to losing their host's SSH
  identity.

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

Title:
  walinuxagent mangles server identity and access on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1079897/+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 1063177] Re: update MySQL 5.5.28

2012-11-27 Thread Clint Byrum
** Changed in: mysql-5.5 (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  update MySQL 5.5.28

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


[Blueprint servercloud-r-cloudarchive] Ubuntu Cloud Archive - Next Steps

2012-11-27 Thread Adam Gandelman
Blueprint changed by Adam Gandelman:

Work items changed:
  Work items:
  [davewalker] release folsom in the cloud-archive: TODO
  canary testing of cloud-archive pockets with 12.04 on a daily basis: TODO
- [gandelman-a] make version reporting part of the official cloud-archive 
toolset: TODO
+ [gandelman-a] make version reporting part of the official cloud-archive 
toolset: INPROGRESS
  bug reporting apport stuff for cloud-archive to ensure bugs get to the right 
location: TODO
  improve and document branch management approach around openstack packages in 
the main and cloud archives: TODO
  communication on what combinations of openstack and ubuntu are actually 
supported: TODO
  document sru process for updates into the cloud archive post review: TODO
  document cloud-archive opening process: TODO
  table review at TB to make cloud-archive an official part of Ubuntu: TODO
  review use of/setup a 'cloud-archive announce' mailing list: TODO
  reporting around NBS and toolsets to remove: TODO
  get hosting for reports: TODO
  Polishing tooling: TODO

-- 
Ubuntu Cloud Archive - Next Steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-cloudarchive

-- 
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 1079897] Re: walinuxagent mangles server identity and access on upgrade

2012-11-27 Thread Antonio Rosales
--- Status Update for Affected Users ---

The fix (described by @james-page above) is included in the current
development release of Ubuntu, 13.04 (Raring).  @utlemming has confirmed
the fix for 12.04 and 12.10.  @louis-bouchard is currently working on
getting this fix applied to 12.04 and 12.10 via the Ubuntu Stable
Release Update process[0] due to the critical nature of this bug.

-Thanks,
Antonio


[0] https://wiki.ubuntu.com/StableReleaseUpdates

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

Title:
  walinuxagent mangles server identity and access on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1079897/+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 1073289] Re: nova-common has an incorrect dep on python-nova (= 2012.1-0ubuntu2)

2012-11-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  nova-common has an incorrect dep on python-nova (= 2012.1-0ubuntu2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1073289/+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 1065785] Re: volume and snapshot IDs do not correctly map to UUIDs after folsom upgrade

2012-11-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  volume and snapshot IDs do not correctly map to UUIDs after folsom
  upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1065785/+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 1065702] Re: After folsom upgrade, instances can no longer access existing volumes.

2012-11-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  After folsom upgrade, instances can no longer access existing volumes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1065702/+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 1062314] Re: do_refresh_security_group_rules in nova.virt.firewall is very slow

2012-11-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  do_refresh_security_group_rules in nova.virt.firewall is very slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1062314/+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 1079897] Re: walinuxagent mangles server identity and access on upgrade

2012-11-27 Thread Chris J Arges
** Changed in: walinuxagent (Ubuntu Precise)
 Assignee: (unassigned) = Louis Bouchard (louis-bouchard)

** Changed in: walinuxagent (Ubuntu Quantal)
 Assignee: (unassigned) = Louis Bouchard (louis-bouchard)

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

Title:
  walinuxagent mangles server identity and access on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1079897/+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 1083719] [NEW] open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2012-11-27 Thread Carsten Schlote
Public bug reported:


Package ist really outdated for kernel 3.5.0 (lts backport to precise)

Modules not build: vmxnet vmhgfs vmblock

See build log.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: open-vm-dkms 2011.12.20-562307-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-33.52-generic 3.2.31
Uname: Linux 3.2.0-33-generic x86_64
ApportVersion: 2.0.1-0ubuntu15
Architecture: amd64
DKMSKernelVersion: 3.5.0-18-generic
Date: Tue Nov 27 18:53:46 2012
InstallationMedia: Kubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120817.2)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 2011.12.20-562307-0ubuntu1
SourcePackage: open-vm-tools
Title: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module 
failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

** Attachment added: Output of DKMS
   https://bugs.launchpad.net/bugs/1083719/+attachment/3445286/+files/make.log

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1083719/+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 1083719] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2012-11-27 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1083719/+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 945177] Re: not lintian clean

2012-11-27 Thread Yolanda Robla
** Changed in: nova (Ubuntu)
 Assignee: (unassigned) = Yolanda Robla (yolanda.robla)

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

Title:
  not lintian clean

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


[Blueprint servercloud-r-juju-charm-testing] Juju Charm Testing

2012-11-27 Thread Antonio Rosales
Blueprint changed by Antonio Rosales:

Whiteboard set to:
Discussion:
 *Bug submission on charm failure.
 *Define a process around how charm maintainers respond to test failures and 
subsequent bugs. Can a user run a manual test and submit the test back to the 
bug report to update testing status to green.
 *Enable Autocharm tester to be more resilient against provider failures, and 
Jenkins usage.

-- 
Juju Charm Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-juju-charm-testing

-- 
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


[Blueprint servercloud-r-juju-charm-testing] Juju Charm Testing

2012-11-27 Thread Antonio Rosales
Blueprint changed by Antonio Rosales:

Whiteboard changed:
  Discussion:
-  *Bug submission on charm failure.
-  *Define a process around how charm maintainers respond to test failures and 
subsequent bugs. Can a user run a manual test and submit the test back to the 
bug report to update testing status to green.
-  *Enable Autocharm tester to be more resilient against provider failures, and 
Jenkins usage.
+  *Bug submission on charm failure.
+  *Define a process around how charm maintainers respond to test failures and 
subsequent bugs. Can a user run a manual test and submit the test back to the 
bug report to update testing status to green.
+  *Enable Autocharm tester to be more resilient against provider failures, and 
Jenkins usage.
+  simulate provider failure, and be able to recover: $ juju ssh MACHINE 
sudo shutdown now

-- 
Juju Charm Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-juju-charm-testing

-- 
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


[Blueprint servercloud-r-libvirt] Libvirt work for R

2012-11-27 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Work items changed:
  Work items:
- [serge-hallyn] Have virbr0 not be set to autostart if it's network is in use: 
TODO
+ [serge-hallyn] Have virbr0 not be set to autostart if it's network is in use: 
DONE
  [stefan-bader-canonical] watch for libxl patches for xen 4.2: TODO
  [mdeslaur] make sure OVMF support in virt-manager is sufficient to easily 
test secureboot and non-secureboot UEFI boots: TODO
- [serge-hallyn] Implement a package to simplify hugepages support in 
libirt-qemu (LP: #1001584): TODO
+ [serge-hallyn] Simplify hugepages exploitation in libirt-qemu (LP: #1001584): 
INPROGRESS

-- 
Libvirt work for R
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-libvirt

-- 
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 1079212] Re: network slow when 2 VMs using virtio net bridged to same pyhs. network device on kvm host

2012-11-27 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  network slow when 2 VMs using virtio net bridged to same pyhs. network
  device on kvm host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iperf/+bug/1079212/+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 1083824] [NEW] php5 UTF-8 bug

2012-11-27 Thread Procion
Public bug reported:

Linux servername 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC
2012 x86_64 x86_64 x86_64 GNU/Linux

Bug found, when using pho5-fpm:

Package: php5-fpm
Status: install ok installed
Priority: optional
Section: php
Installed-Size: 8081
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: amd64
Source: php5
Version: 5.3.10-1ubuntu3.4
Provides: phpapi-20090626
Depends: libbz2-1.0, libc6 (= 2.15), libdb5.1, libpcre3 (= 8.10), libssl1.0.0 
(= 1.0.0), libxml2 (= 2.7.4), zlib1g (= 1:1.1.4), mime-support, php5-common 
(= 5.3.10-1ubuntu3.4), libmagic1, ucf, tzdata
Pre-Depends: dpkg (= 1.15.7.2~)
Suggests: php-pear


Php application receives registration form with two fields (Name,
Surname) in ru_RU UTF-8. I've checked content of $_REQUEST and $_POST,
and there array 'client', which contains fields with normal valid UTF-8
strings. But then developer of application getting 'client' array to
separate array variable:

$c = $_POST['client'];

and $c then contains invalid UTF-8 sequences.

for example in source was d180d0b8
but in $c it becomes f180d0b8
as you can see, it's invalid sequence and invalid behaviour of php.

and then database engine gives error about that.

I solved issue by getting values directly:

$data = array(
'name' = $_POST['client']['name'],
'sur_name' = $_POST['client']['surName'],
)

and it works. But the bug still remains and may cause lots of problems.

** Affects: php-fpm
 Importance: Undecided
 Status: New

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


** Tags: array php5-fpm utf-8

** Also affects: php-fpm
   Importance: Undecided
   Status: New

** No longer affects: nova

** Also affects: php5 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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/1083824

Title:
  php5 UTF-8 bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/php-fpm/+bug/1083824/+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 1071529] Re: Please merge libapache2-mod-perl2

2012-11-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/libapache2-mod-perl2

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

Title:
  Please merge libapache2-mod-perl2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-perl2/+bug/1071529/+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 1081212] Re: The address of the API in pserv.conf (tftp/generator) is http://localhost/MAAS/api/1.0/pxeconfig/

2012-11-27 Thread Julian Edwards
That's odd.  It was not commented out on my installation :/

** Also affects: maas
   Importance: Undecided
   Status: New

** Also affects: maas/1.2
   Importance: Undecided
   Status: New

** Also affects: maas/trunk
   Importance: Undecided
   Status: New

** Changed in: maas/1.2
Milestone: None = 12.10-stabilization

** Changed in: maas/1.2
   Importance: Undecided = Critical

** Changed in: maas/trunk
   Importance: Undecided = Critical

** Changed in: maas (Ubuntu Raring)
   Status: In Progress = Confirmed

** Changed in: maas (Ubuntu Raring)
 Assignee: Julian Edwards (julian-edwards) = (unassigned)

** Changed in: maas/trunk
   Status: New = In Progress

** Changed in: maas/1.2
   Status: New = In Progress

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

Title:
  The address of the API in pserv.conf (tftp/generator) is
  http://localhost/MAAS/api/1.0/pxeconfig/

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1081212/+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 1062716] Re: Regression in privileges of mysql debian-sys-maint user

2012-11-27 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.5 - 5.5.28-0ubuntu1

---
mysql-5.5 (5.5.28-0ubuntu1) raring; urgency=low

  [ Alex Bligh ]
  * debian/mysql-server-5.5.postinst: Add Create_tablespace_priv which
was missed in the 5.1 - 5.5 transition, and regressed GRANT
privileges for the debian-sys-maint user. (LP: #1062716)

  [ Clint Byrum ]
  * d/rules: Build with debug symbols (LP: #1014872)
 -- Clint Byrum cl...@ubuntu.com   Tue, 27 Nov 2012 03:50:57 -0800

** Changed in: mysql-5.5 (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Regression in privileges of mysql debian-sys-maint user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1062716/+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 1014872] Re: no debug symbols for mysql-server

2012-11-27 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.5 - 5.5.28-0ubuntu1

---
mysql-5.5 (5.5.28-0ubuntu1) raring; urgency=low

  [ Alex Bligh ]
  * debian/mysql-server-5.5.postinst: Add Create_tablespace_priv which
was missed in the 5.1 - 5.5 transition, and regressed GRANT
privileges for the debian-sys-maint user. (LP: #1062716)

  [ Clint Byrum ]
  * d/rules: Build with debug symbols (LP: #1014872)
 -- Clint Byrum cl...@ubuntu.com   Tue, 27 Nov 2012 03:50:57 -0800

** Changed in: mysql-5.5 (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  no debug symbols for mysql-server

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