[Bug 1426893] Re: qemu-kvm virtual machines crash with some but not all ubuntu flavors when vmvga video is selected

2015-06-17 Thread Stefan Bader
Initially it sounded a bit like some part of the graphics causes issues. But then this would hang or drop to a textual mode and not shut off the VM. If this is still happening, is the shut down immediate (like ripping out power) or slightly delayed (doing a shutdown sequence like if the power

[Bug 1425619] Please test proposed package

2015-06-17 Thread Chris J Arges
Hello Mathieu, or anyone else affected, Accepted qemu into trusty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/qemu/2.0.0+dfsg- 2ubuntu1.14 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1449742] Re: InvalidUUID exception after vifs plug failed

2015-06-17 Thread Alan Pevec
** Also affects: nova/icehouse Importance: Undecided Status: New -- 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/1449742 Title: InvalidUUID exception after vifs plug failed

[Bug 1429327] Re: Boot from an unique, stable, multipath-dependent symlink

2015-06-17 Thread Scott Moser
well, i lied. I've seen it on hwe-u also now. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to multipath-tools in Ubuntu. https://bugs.launchpad.net/bugs/1429327 Title: Boot from an unique, stable, multipath-dependent symlink To

[Bug 1429327] Re: Boot from an unique, stable, multipath-dependent symlink

2015-06-17 Thread Scott Moser
I'm working on curtin support for multipath, and after a very long set of things, I believe I'm down to this bug, and are seeing it reproducibly using trusty+hwe-v on ppc64el (note, I've never seen it in trusty+hwe-u). I believe that your re-setting of ROOT= guarantees failure of boot if you

[Bug 1449742] Re: InvalidUUID exception after vifs plug failed

2015-06-17 Thread Alan Pevec
** Changed in: nova/icehouse Status: New = Fix Committed ** Changed in: nova/icehouse Milestone: None = 2014.1.5 -- 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/1449742

[Bug 270899] Re: /etc/init.d/apache2 restart fails on busy webservers

2015-06-17 Thread pc_sec
** Changed in: apache2 (Ubuntu) Status: Triaged = New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in Ubuntu. https://bugs.launchpad.net/bugs/270899 Title: /etc/init.d/apache2 restart fails on busy webservers To

[Bug 1463172] Re: destination arm board hangs after migration from x86 source

2015-06-17 Thread Chang
Sorry, I forgot the include in the ram size parameter. I normally set it to 512m so qemu-system-i386 -hda arch.img -boot d -m 512m. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1463172

[Bug 1463172] Re: destination arm board hangs after migration from x86 source

2015-06-17 Thread Chang
I am migrating qemu-system-i386 on a x86 to an other qemu-system-i386 on an arm. The exact command line is qemu-system-i386 -hda arch.img -boot d. The arm board is the APM883208 X-C1. The hard drive image is stored in a share nsf system. -- You received this bug notification because you are a

[Bug 1304333] Re: [SRU] Instance left stuck in transitional POWERING state

2015-06-17 Thread Alan Pevec
** Also affects: nova/icehouse Importance: Undecided Status: New -- 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/1304333 Title: [SRU] Instance left stuck in transitional

[Bug 1429327] Re: Boot from an unique, stable, multipath-dependent symlink

2015-06-17 Thread Scott Moser
It seems there is a grub component of this bug also, to make grub correctly identify the 'abstraction' of multipath and auomatically set GRUB_DEVICE=/dev/disk/by-uuid/multipath-UUID rather than UUID= -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1304333] Re: [SRU] Instance left stuck in transitional POWERING state

2015-06-17 Thread Alan Pevec
** Changed in: nova/icehouse Status: New = Fix Committed ** Changed in: nova/icehouse Milestone: None = 2014.1.5 -- 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/1304333

[Bug 1447944] Re: Migration of custom configuration to my.cnf.migrated is not explicit enough

2015-06-17 Thread Tobias Frei
This happened to me after installing mariadb, deciding to go back to mysqld and installing mysqld again. The fix by Markus (maier-m) (#29, 2015-04-30) solved the problem for me. Thank you very much! :) -- You received this bug notification because you are a member of Ubuntu Server Team, which is

Re: [Bug 1239008] Re: qemu fails to scroll screen on ^Vidmem output

2015-06-17 Thread rjasmin
It is hosted on google code, a dying service. FreePascal(coffee) OS.A more basic version is posted there.I assume it works as the version that I last built did not for some reason. Sources should be there via subversion checkout.Thats what I tested with. https://code.google.com/p/coffee-os/

[Bug 1448985] Re: Ubuntu 14.04 LTS, 14.10, 15.04 guests do not boot to Unity from QEMU-KVM Ubuntu 14.04 LTS, 14.10, 15.04 hosts

2015-06-17 Thread Stefan Bader
I can reproduce this on a Trusty/14.04 host when using the i386 isos. The amd64 isos work. Also the i386 isos seem to work when not using kvm directly, but through libvirt. The main difference would be that this uses a VNX display instead of direct graphics using SDL (I believe). -- You received

[Bug 1460389] Re: Version number mismatches: 2.0 beta but actually 1.8.6

2015-06-17 Thread Paul Tagliamonte
After looking further, this likely came from experimental - it's since been pulled. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to groovy in Ubuntu. https://bugs.launchpad.net/bugs/1460389 Title: Version number mismatches: 2.0 beta

[Bug 1460389] Re: Version number mismatches: 2.0 beta but actually 1.8.6

2015-06-17 Thread Paul Tagliamonte
Groovy = 2.0 is packaged as src:groovy2 - this package will never be = 2.0. Looks like we need an epoch (perhaps even in Debian) to unbreak this. Triaging. ** Changed in: groovy (Ubuntu) Status: New = Triaged ** Changed in: groovy (Ubuntu) Importance: Undecided = Medium -- You

[Bug 1463172] Re: destination arm board hangs after migration from x86 source

2015-06-17 Thread Serge Hallyn
Thanks for the information. I'm suspect that this sort of migration is not expected to work, but I've marked the bug as affecting upstream in case someone there can comment. ** Changed in: qemu (Ubuntu) Status: Incomplete = New -- You received this bug notification because you are a

[Bug 1423631] Re: tap interface drops many packets on highload systems

2015-06-17 Thread Chris J Arges
Can you explain more about your setup? Which version of openstack are you running? How have you setup your instance? Which operating system / kernel version are you running in your instance? How are you generating outbound traffic from the instance? Is the outbound traffic going through other

[Bug 1381537] Re: Dovecot version in precise too old to switch off SSLv3 protocol for poodle fix

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: dovecot (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 1312855] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build [error: implicit declaration of function 'create_proc_entry']

2015-06-17 Thread Daniel van Vugt
** Summary changed: - no symptom - open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build [error: implicit declaration of function 'create_proc_entry'] + open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build [error: implicit

[Bug 1447944] Re: Migration of custom configuration to my.cnf.migrated is not explicit enough

2015-06-17 Thread Tobias Frei
Sorry for the double-post, but I have to correct my previous statement. #29 did not help. What helped was logging in via the mysql console as debian-sys-maint and doing the following: use mysql; update user set plugin='' where User='root'; \q After restarting the service using service mysql

[Bug 1397706] Re: Argument perl_version isn't numeric in numeric

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: spamassassin (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1466102] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1.1: open-vm-tools kernel module failed to build

2015-06-17 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1312855 *** https://bugs.launchpad.net/bugs/1312855 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 1312855, so it is being marked as such. Please

[Bug 1444057] Re: gdb remote target of a guest VM fails to continue

2015-06-17 Thread Chris J Arges
** Changed in: qemu (Ubuntu) Importance: High = Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1444057 Title: gdb remote target of a guest VM fails to continue To manage

[Bug 1239008] Re: qemu fails to scroll screen on ^Vidmem output

2015-06-17 Thread Chris J Arges
Can you test with the latest version to see if this still affects you? If this still is a problem, any information on how to obtain the Guest OS in question that would also be helpful. ** Changed in: qemu (Ubuntu) Status: New = Incomplete -- You received this bug notification because

[Bug 276472] Re: cp -p on CIFS mount does not preserve permissions and returns a permission denied error

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: samba (Ubuntu Lucid) Status: In Progress = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 596758] Re: KeyError in module 'threading' with Python 2.6.5 and mod-wsgi 2.8

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: mod-wsgi (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 921499] Re: CRC mismatch in debug symbols

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: krb5 (Ubuntu Lucid) Status: New = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 820432] Re: using name in register causes internal server error

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: eucalyptus (Ubuntu Lucid) Status: New = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1153638] Re: nrpe allows the passing of $() as command arguments to execute shell commands

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: nagios-nrpe (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1098654] Re: nginx vulnerable to MITM Attack [CVE-2011-4968]

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: nginx (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 721801] Re: llseek bug in amd64 host

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: qemu-kvm (Ubuntu Lucid) Status: New = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 727837] Re: dhcp3-server fails to drop privileges properly

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: dhcp3 (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 705509] Re: /dev/kvm is owned by root:root after install on natty

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: qemu-kvm (Ubuntu Lucid) Status: New = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 869553] Re: Apparmor prevents KVM tunnelled migration

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: libvirt (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 892332] Re: ntp apparmor profile insufficient ipv6 rights

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: ntp (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 876959] Re: no mysql-server-5.1-dbgsym for -updates repositories

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: mysql-dfsg-5.1 (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 821077] Re: Apache2 segfault with SSLProxyMachineCertificateFile (upstream patch not applied in ubuntu)

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: apache2 (Ubuntu Lucid) Status: New = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 623144] Re: chkutmp assert failure: *** stack smashing detected ***: ./chkutmp terminated

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: chkrootkit (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 651049] Re: php5: FILTER_VALIDATE_URL will invalidate a hostname that includes '-'

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: php5 (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 831628] Re: squid upstart script doesn't check for filesystems

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: squid (Ubuntu Lucid) Status: New = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 735267] Re: wrong libicu library version

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: source-highlight (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 602540] Re: ldapadduser adds the user and hangs

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: ldapscripts (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 561750] Re: squid starts and stops immediately (after upgrade from karmic to lucid)

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: squid3 (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 598385] Re: [SRU] munin plugin exim_mailqueue has incorrect graph configuration

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: munin (Ubuntu Lucid) Status: Incomplete = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 1317587] Re: ClamAV 0.98.1 is Outdated

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: clamav (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 562907] Re: Lots of DNS and DNSSEC related bugs in this version

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: ldns (Ubuntu Lucid) Status: New = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 517067] Re: Using virtio for block devices makes disks and partitions disappear in KVM/QEMU (using vmbuilder and libvirt)

2015-06-17 Thread Tinco Andringa
What has Ubuntu Lucid to do with this bug? Isn't it in any version of Ubuntu that ships with this software? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vm-builder in Ubuntu. https://bugs.launchpad.net/bugs/517067 Title: Using

[Bug 1311433] Re: REGRESSION: AttributeError: 'functools.partial' object has no attribute '__module__'

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: maas (Ubuntu Lucid) Status: New = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 566793] Re: [SRU] euca-get-console-output gives first 64k of output, not most recent

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: eucalyptus (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 545795] Re: apparmor driver blocks access to some hostdev and pcidev devices

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: libvirt (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 540446] Re: vmbuilder doesn't clean up temporary files when interrupted

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: vm-builder (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 517067] Re: Using virtio for block devices makes disks and partitions disappear in KVM/QEMU (using vmbuilder and libvirt)

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: vm-builder (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 623798] Re: hook /usr/share/apport/package-hooks//source_samba.py crashed

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: samba (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 594544] Re: get prompt about modified config file on upgrade from hardy to lucid

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: dhcp3 (Ubuntu Lucid) Status: Incomplete = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 650446] Re: Cloud exhausting Permanent Generation space

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: eucalyptus (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 650473] Re: contrib.auth tests fail if the app provides templates

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: python-django (Ubuntu Lucid) Status: Fix Committed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server

[Bug 830564] Re: munin_stats plugin does not work

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: munin (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 578536] Re: when stopped, automount orphans some mounts

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: autofs5 (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 644481] Re: 95-kpartx.rules uses invalid -Q argument to modprobe(8)

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: multipath-tools (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 695556] Re: Asterisk locks up the system when an external process is called from the 'h' extension with a lower priority than Asterisk

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: asterisk (Ubuntu Lucid) Status: Incomplete = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 848844] Re: application PickupChan failure

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: asterisk (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 879560] Re: Logrotate conf file for mysql-server and my.cnf disagree

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: mysql-dfsg-5.1 (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 802565] Re: Arbitrary file limit in garbage-collection cron script causes loss of service

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: php5 (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 815865] Re: Cookie variable in Apache LogFormat outputs incorrect value

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: apache2 (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 786939] Re: system_powerdown not working for qemu-kvm

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: qemu-kvm (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 787496] Re: tomcat6-user 6.0.24 with confluence deadlocks

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: tomcat6 (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 571093] Re: [SRU] multipath + libvirtd eats away more memory over time

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: multipath-tools (Ubuntu Lucid) Status: Incomplete = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server

[Bug 741729] Re: Blacklist fraudulent UTN-USERFirst-Hardware certificates

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: firefox (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 728047] Re: smbd + ldap hangs at startup after update

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: openldap (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 747756] Re: sshd is not started on transition from single to multi user

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: openssh (Ubuntu Lucid) Status: New = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 748834] Re: libvirt segfaults on networkIsActive or networkIsPersistent

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: libvirt (Ubuntu Lucid) Status: Fix Committed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 680476] Re: System freeze when going to suspend while an SD-Card is mounted

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: pm-utils (Ubuntu Lucid) Status: New = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1465860] Re: Cannnot access samba share

2015-06-17 Thread Jaka
** Description changed: - I really like Lubuntu, but this really pissed me off... also every now + I really like Lubuntu, but this totaly pissed me off... also every now and then I go to some place like this and complain about samba, so here is me this time: I create a share on one

[Bug 1392018] Re: apparmor stops /var/run/ldapi from being read causing ldap to fail

2015-06-17 Thread Moritz
I try to apply the vivid patch, but don't seem to have openldap installed, only slapd – is that the same? apt-get install openldap - Unable to locate package If slapd is correct, what is the proper patch location? slapd is located as follows: /etc/init.d/slapd /etc/ufw/applications.d/slapd

[Bug 922650] Re: Lucid needs the fix for PHP Bug #33210

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: php5 (Ubuntu Lucid) Status: In Progress = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 979808] Re: PIDL based autogenerated code allows overwriting beyond of allocated array

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: samba4 (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 817187] Re: change in readlink() errno in 2.6.39 and later kernels causes FTBFS for packages with older gnulib

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: libvirt (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 963696] Re: ubuntu template should enable security pocket

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: lxc (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 807324] Re: BIND 9.7.0 (ie., lucid) is overly strict on authoritative responses missing the aa flag

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: bind9 (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 594932] Re: MySQL cannot access it's plugin directory (AppArmor rule)

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: mysql-dfsg-5.1 (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 574343] Re: mknod fails for /var/log/ntpstats/sysstats.2010w17

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: ntp (Ubuntu Lucid) Status: In Progress = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 800543] Re: Installing zabbix-frontend-php fails in noninteractive mode

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: dbconfig-common (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 608154] Re: MySQL bug(s) crash akonadiserver

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: mysql-dfsg-5.1 (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 596064] Re: nmbd fails to start on boot - problem with upstart

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: samba (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 605172] Re: virt-manager fails if target system uses tcsh as root shell

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: libvirt (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 585911] Re: minicom scripts never exit

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: minicom (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 605172] Re: virt-manager fails if target system uses tcsh as root shell

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: virt-manager (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 602539] Re: qemu-system-x86_64 segfaults if using -no-kvm with -m 4096 or greater

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: qemu-kvm (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 596993] Re: hostname handling needs improvement for elastic-ip and ebs start-stop

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: cloud-init (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1212059] Re: Possible XSS via is_safe_url

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: python-django (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 686832] Re: multipath-tools-boot, root mount failed - Device or resource busy

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: multipath-tools (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 814569] Re: Segmentation fault in augtool and augeas.rb

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: augeas (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 790572] Re: mysqld randomly crashes on SHOW ENGINE INNODB STATUS

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: mysql-dfsg-5.1 (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 789229] Re: using a blacklist and a blacklist_exception section results in multipathd filtering out paths it shouldn't

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: multipath-tools (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 641151] Re: multipath flush always returns 1

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: multipath-tools (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 578613] Re: asterisk seg faults in masq_park_call

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: asterisk (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 386463] Re: vm-builder images and configuration files should not be world readable

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: vm-builder (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 497258] Re: vmbuilder fails when adding package 'ubuntu-desktop'

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: vm-builder (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

  1   2   >