[Bug 350936] Re: Should shut down domains on system shutdown

2010-08-16 Thread Andy
Update** In my comment #38 above step (2) I replaced the following modification in /etc/init.d/sendsigs from. while /bin/ls /var/run/libvirt/qemu/*.pid/dev/null 21 [ $kvm_shutdown_timeout -gt 0 ] with: while /usr/bin/pgrep -cx kvm /dev/null 21 [ $kvm_shutdown_timeout -gt 0 ] I have

[Bug 617428] Re: winbind_cache.tdb corrupt

2010-08-16 Thread Antony
How can i make it writable? -- winbind_cache.tdb corrupt https://bugs.launchpad.net/bugs/617428 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com

[Bug 517086] Re: euca-create-volume fails at times with Error communicating with Storage Controller

2010-08-16 Thread Torsten Spindler
Here we go, the problem is fixed: $ for i in $(seq 1 32); do euca-create-volume -s 1 -z TorstenCloud; done $ euca-describe-volumes | grep avail | wc -l 30 $ euca-describe-volumes | grep creat | wc -l 0 $ euca-describe-volumes | grep fail | wc -l 2 $ for i in $(euca-describe-volumes | cut -c8-20

[Bug 617678] Re: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-08-16 Thread Kayode Odusote
Tried forcing InnoDB recovery by adding innodb_force_recovery = 4 to my.cnf file under the section [mysqld] as suggested in http://dev.mysql.com/doc/refman/5.1/en/forcing-recovery.html but it did not help. No change in the grep mysql /var/log/syslog output: Aug 16 03:26:46 ubuntu

Re: [Bug 350936] Re: Should shut down domains on system shutdown

2010-08-16 Thread Reinhard Tartler
Andy, I didn't try your suggestion (yet), but is it really necessary to create the kvmguests init script? Can't you just place the script inside the pre-stop script section of /etc/init/libvirt-bin.conf? Moreover, I've noticed that your kvmguests script uses upstart's 'start' command to ensure

[Bug 454566] Re: False positive for SucKit

2010-08-16 Thread Matt Eskes
I've got a reproduction here on a Lucid install. Linux Neptune 2.6.32-24-generic #39-Ubuntu SMP Wed Jul 28 06:07:29 UTC 2010 i686 GNU/Linux mes...@neptune:/sbin$ sudo chkrootkit -V chkrootkit version 0.49 Searching for Suckit rootkit... Warning: /sbin/init INFECTED

[Bug 618633] [NEW] package samba-common 2:3.4.7~dfsg-1ubuntu3.1 failed to remove: subprocess installed post-removal script returned error exit status 1

2010-08-16 Thread Andrew Gilbertson
Public bug reported: Binary package hint: samba sudo apt-get remove samba resulted in post-removal script returning error exit status 1. Terminal log included below. I think that installing samba never completed successfully - service samba stop returned stop: Unknown instance despite service

[Bug 618633] Re: package samba-common 2:3.4.7~dfsg-1ubuntu3.1 failed to remove: subprocess installed post-removal script returned error exit status 1

2010-08-16 Thread Andrew Gilbertson
** Attachment added: AptOrdering.txt https://bugs.launchpad.net/bugs/618633/+attachment/1493146/+files/AptOrdering.txt ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/618633/+attachment/1493147/+files/Dependencies.txt ** Attachment added: Df.txt

[Bug 618632] Re: package samba-common 2:3.4.7~dfsg-1ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-08-16 Thread Ronaldo Nascimento
** Attachment added: AptOrdering.txt https://bugs.launchpad.net/bugs/618632/+attachment/1493140/+files/AptOrdering.txt ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/618632/+attachment/1493141/+files/Dependencies.txt ** Attachment added: Df.txt

[Bug 618632] [NEW] package samba-common 2:3.4.7~dfsg-1ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-08-16 Thread Ronaldo Nascimento
Public bug reported: Binary package hint: samba trying to update mono-xsp2 ProblemType: Package DistroRelease: Ubuntu 10.04 Package: samba-common 2:3.4.7~dfsg-1ubuntu3.1 ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-24-generic i686 Architecture: i386

[Bug 618640] [NEW] samba doesn't share subfolders

2010-08-16 Thread Glen
Public bug reported: Binary package hint: samba When I share a folder with samba such as my music folder, I have over 150 subfolders that I also want to share. That is not an option currently. It seems that would be far more efficient that making me create 150 different shares. I am using

[Bug 618640] Re: samba doesn't share subfolders

2010-08-16 Thread Glen
** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/618640/+attachment/1493170/+files/Dependencies.txt ** Attachment added: XsessionErrors.txt https://bugs.launchpad.net/bugs/618640/+attachment/1493171/+files/XsessionErrors.txt -- samba doesn't share subfolders

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

2010-08-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~csurbhi/ubuntu/maverick/samba/samba-fix.276472 -- cp -p on CIFS mount does not preserve permissions and returns a permission denied error https://bugs.launchpad.net/bugs/276472 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 618080] Re: spamassassin crashes regularly

2010-08-16 Thread Chris Vanden Berghe
Hi Scott, Thanks, I have checked and I'm now convinced that the server indeed ran out of memory. It has no swap (never been necessary). I have reduced the number of spamd (and apache) processes and everything looks ok now. Thanks for your help, Chris. ** Changed in: spamassassin (Ubuntu)

[Bug 578922] Re: mysql configuration should be adjusted to help prevent against chained attacks against LAMP stack

2010-08-16 Thread Jamie Strandboge
I talked to our server team about this, and they said that changing the temp directory for MySQL is actually bug #375371. I am going to mark the MySQL task as Invalid here (for lack of a better category) and encourage discussion of moving the temporary directory be moved to bug #375371. If that

[Bug 375371] Re: MySQL must not use /tmp

2010-08-16 Thread Jamie Strandboge
** This bug has been flagged as a security vulnerability -- MySQL must not use /tmp https://bugs.launchpad.net/bugs/375371 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 617814] Re: it registering as outdated

2010-08-16 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately, we can't fix it because your description didn't include enough information. You may find it helpful to read How to report bugs effectively http://www.chiark.greenend.org.uk/~sgtatham/bugs.html.

[Bug 617778] Re: virtio breaks qcow encryption

2010-08-16 Thread Chuck Short
Please attach your xml files for your machine that has qcow encryption. thanks chuck ** Changed in: qemu-kvm (Ubuntu) Importance: Undecided = Low ** Changed in: qemu-kvm (Ubuntu) Status: New = Incomplete -- virtio breaks qcow encryption https://bugs.launchpad.net/bugs/617778 You

[Bug 617466] Re: package samba 2:3.3.2-1ubun tu3.5 failed to install/upgrade: el subproceso post-re moval script devolvió el código de salida de err or 1

2010-08-16 Thread Chuck Short
** Package changed: samba (Ubuntu) = dpkg (Ubuntu) -- package samba 2:3.3.2-1ubuntu3.5 failed to install/upgrade: el subproceso post-removal script devolvió el código de salida de error 1 https://bugs.launchpad.net/bugs/617466 You received this bug notification because you are a member of

[Bug 617265] Re: Deamon not starting due to XML errors

2010-08-16 Thread Chuck Short
Do you still have the offending xml file? chuck ** Changed in: libvirt (Ubuntu) Importance: Undecided = Low ** Changed in: libvirt (Ubuntu) Status: New = Incomplete -- Deamon not starting due to XML errors https://bugs.launchpad.net/bugs/617265 You received this bug notification

[Bug 618640] Re: samba doesn't share subfolders

2010-08-16 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately, we can't fix it because your description didn't include enough information. You may find it helpful to read How to report bugs effectively http://www.chiark.greenend.org.uk/~sgtatham/bugs.html.

[Bug 618632] Re: package samba-common 2:3.4.7~dfsg-1ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-08-16 Thread Chuck Short
Setting up samba-common (2:3.4.7~dfsg-1ubuntu3.1) ... Not replacing deleted config file /etc/samba/smb.conf Install/upgrade will fail. To recover, please try: sudo cp /usr/share/samba/smb.conf /etc/samba/smb.conf sudo dpkg --configure -a ** Changed in: samba (Ubuntu) Status: New =

[Bug 618417] Re: package samba 2:3.4.0-3ubun tu5.6 failed to install/upgrade: el subproceso script post-installation instalado devolvió el código d e salida de error 1

2010-08-16 Thread Chuck Short
Not a samba problem. chuck ** Package changed: samba (Ubuntu) = ubuntu -- package samba 2:3.4.0-3ubuntu5.6 failed to install/upgrade: el subproceso script post-installation instalado devolvió el código de salida de error 1 https://bugs.launchpad.net/bugs/618417 You received this bug

[Bug 618633] Re: package samba-common 2:3.4.7~dfsg-1ubuntu3.1 failed to remove: subprocess installed post-removal script returned error exit status 1

2010-08-16 Thread Chuck Short
Try apt-get remove --purge samba-common and then try again. chuck ** Changed in: samba (Ubuntu) Status: New = Invalid -- package samba-common 2:3.4.7~dfsg-1ubuntu3.1 failed to remove: subprocess installed post-removal script returned error exit status 1

[Bug 618263] Re: package mysql-server-5.1 5.1 .41-3ubuntu12.3 failed to install/upgrade: el subpro ceso script pre-installation nuevo devolvió el c ódigo de salida de error 1

2010-08-16 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately, we can't fix it because your description didn't include enough information. You may find it helpful to read How to report bugs effectively http://www.chiark.greenend.org.uk/~sgtatham/bugs.html.

[Bug 618127] Re: package smbclient 2:3.4.7 ~dfsg-1ubuntu3 failed to install/upgrade: ErrorMessage : pakken smbclient er installert og satt opp fra fø r

2010-08-16 Thread Chuck Short
Are you still having this problem? chuck ** Changed in: samba (Ubuntu) Importance: Undecided = Low ** Changed in: samba (Ubuntu) Status: New = Incomplete -- package smbclient 2:3.4.7~dfsg-1ubuntu3 failed to install/upgrade: ErrorMessage: pakken smbclient er installert og satt opp

[Bug 350936] Re: Should shut down domains on system shutdown

2010-08-16 Thread Andy
Reinhard, to answer you questions. I created the init script first before I ran into this problem The reason being was 1) to minimize modification of system files and 2) to be able to shutdown guests on non-upstart versions of Linux. and 3) to enable stopping all guests manually without

[Bug 617982] Re: package eucalyptus-cloud 1.6. 2-0ubuntu30.3 failed to install/upgrade: le sous-proce ssus script post-installation installé a retourn é une erreur de sortie d'état 1

2010-08-16 Thread C de-Avillez
From the DpkgTerminalLog.txt: Paramétrage de eucalyptus-common (1.6.2-0ubuntu30.3) ... Attention : le répertoire personnel « /var/lib/eucalyptus » que vous avez indiqué existe déjà. Adding system user `eucalyptus' (UID 121) ... Adding new group `eucalyptus' (GID 129) ... Adding new user

[Bug 617982] Re: package eucalyptus-cloud 1.6. 2-0ubuntu30.3 failed to install/upgrade: le sous-proce ssus script post-installation installé a retourn é une erreur de sortie d'état 1

2010-08-16 Thread C de-Avillez
Oh. Just for completeness, please list here the Eucalyptus userId: grep eucalyptus /etc/passwd. Thank you. -- package eucalyptus-cloud 1.6.2-0ubuntu30.3 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

[Bug 591423] Re: qemu -drive boot=on flag causes boot to hang.

2010-08-16 Thread Serge Hallyn
It looks like this fix should be in v0.12.5 which is now packaged in maverick. ** Changed in: qemu-kvm Status: Confirmed = Fix Committed ** Changed in: libvirt (Ubuntu) Status: Triaged = Fix Committed ** Changed in: libvirt Status: New = Fix Committed -- qemu -drive

[Bug 591423] Re: qemu -drive boot=on flag causes boot to hang.

2010-08-16 Thread Serge Hallyn
(Marked as invalid against libvirt since it was purely a qemu bug) ** Changed in: libvirt (Ubuntu) Status: Fix Committed = Invalid ** Changed in: libvirt Status: Fix Committed = Invalid -- qemu -drive boot=on flag causes boot to hang. https://bugs.launchpad.net/bugs/591423 You

[Bug 618715] [NEW] ldapsearch ignores TLS_CACERT from /etc/ldap/ldap.conf but gladly reads ~/.ldapcert.pem

2010-08-16 Thread Anders Bruun Olsen
Public bug reported: Binary package hint: ldap-utils I have setup an OpenLDAP server with TLS support using the guide at https://help.ubuntu.com/10.04/serverguide/C/openldap-server.html. When I tried to do an ldapsearch over ldaps:// or using start-tls (-Z) it would refuse and give the error

[Bug 618715] Re: ldapsearch ignores TLS_CACERT from /etc/ldap/ldap.conf but gladly reads ~/.ldapcert.pem

2010-08-16 Thread Anders Bruun Olsen
** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/618715/+attachment/1493447/+files/Dependencies.txt -- ldapsearch ignores TLS_CACERT from /etc/ldap/ldap.conf but gladly reads ~/.ldapcert.pem https://bugs.launchpad.net/bugs/618715 You received this bug notification

[Bug 618722] [NEW] package mysql-server-core-5 .1 5.1.41-3ubuntu12.6 failed to install/upgrade: s'ha produït un error en escriure a «stand ard output»: No such file or directory

2010-08-16 Thread frandj
Public bug reported: When I try to install the package from a console window using aptitude. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: mysql-server-core-5.1 5.1.41-3ubuntu12.6 ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-24-generic

[Bug 617778] Re: virtio breaks qcow encryption

2010-08-16 Thread Mike Ponomarenko
working setup that used IDE bus and encryption. If you set vda/virtio in this file - it will break. Also, i am not using virtio currently due to restoration bug #555981 secret for this domain is as follows: secret ephemeral='no' private='yes' uuid7c66cccf-8e30-2f33-6f1f-aafebc29e749/uuid

[Bug 618722] Re: package mysql-server-core-5.1 5 .1.41-3ubuntu12.6 failed to install/upgrade: s'h a produït un error en escriure a «standard ou tput»: No such file or directory

2010-08-16 Thread frandj
** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/618722/+attachment/1493468/+files/Dependencies.txt ** Attachment added: Df.txt https://bugs.launchpad.net/bugs/618722/+attachment/1493469/+files/Df.txt ** Attachment added: Dmesg.txt

[Bug 617778] Re: virtio breaks qcow encryption

2010-08-16 Thread Mike Ponomarenko
Also, qemu-img info for disk volume: image: /var/lib/libvirt/images/vm-m1-enc.img file format: qcow2 virtual size: 8.0G (8589934592 bytes) disk size: 3.1G encrypted: yes cluster_size: 65536 -- virtio breaks qcow encryption https://bugs.launchpad.net/bugs/617778 You received this bug

[Bug 375371] Re: MySQL must not use /tmp

2010-08-16 Thread Jamie Strandboge
Bug #578922 discusses security implications of having MySQL use /tmp as its temporary directory, and I have redirected that part of the discussion of that bug here. Basically, if MySQL can write to a world- readable directory, then an SQL injection in a web application could write out a file to

Re: [Bug 578922] Re: mysql configuration should be adjusted to help prevent against chained attacks against LAMP stack

2010-08-16 Thread Michael Brooks
I talked to 2 developers that are on the AppArmor team after my Defcon talk and they have a fix in the Linux Mainline. Channing the MySQL's temp directory is probably unnecessary due to AppArmor improvements, although I haven't gotten around to testing it. I plan on doing an extensive test very

[Bug 616936] Re: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-08-16 Thread Krillins World
The Solution: For me, databases and custom configurations were still intact with uninstalling and reinstalling the mysql packages. But to be on the safe side open a terminal window typed 'sudo nautilus' [enter] Copy my mysql databases from /var/mysql/mysql Backup your configuration file from

[Bug 618127] Re: package smbclient 2:3.4.7 ~dfsg-1ubuntu3 failed to install/upgrade: ErrorMessage : pakken smbclient er installert og satt opp fra fø r

2010-08-16 Thread Børge Johannessen
I was just making this bug invalid, cause I understand the bugs are related to corrupted files when downloading and everything worket out after a cuple of minutes in synaptic and terminal. I reported it cause I was unsure at the time what bug it was, so I reported it in best intensions,

[Bug 375371] Re: MySQL must not use /tmp

2010-08-16 Thread Clint Byrum
I like it. The FILE permission has caused me quite a bit of pain in the past, and quite a few shops just run mysql with 'ALL PRIVILEGES ON *.*' for their app users because they don't want to deal with grants or don't understand. The only issue would be that if users actually depend on the ability

[Bug 618127] Re: package smbclient 2:3.4.7 ~dfsg-1ubuntu3 failed to install/upgrade: ErrorMessage : pakken smbclient er installert og satt opp fra fø r

2010-08-16 Thread Børge Johannessen
OFFTOPIC: ...and suddenly I pictured before myself an updatemanager with pacage- check something like torrent, who automatically deleted corrupted packages and downloaded them again before installing all updates, with no errors every time. -- package smbclient 2:3.4.7~dfsg-1ubuntu3 failed to

[Bug 618772] [NEW] package apache2.2-common 2 .2.14-5ubuntu8 failed to install/upgrade: el subproc eso script post-installation instalado devolvió el c ódigo de salida de error 1

2010-08-16 Thread Willy Mendez
Public bug reported: Binary package hint: apache2 no puedo reinstalar apache. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: apache2.2-common 2.2.14-5ubuntu8 ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-24-generic i686 Architecture: i386

[Bug 618772] Re: package apache2.2-common 2.2 .14-5ubuntu8 failed to install/upgrade: el subproceso script post-installation instalado devolvió el c ódigo de salida de error 1

2010-08-16 Thread Willy Mendez
** Attachment added: AptOrdering.txt https://bugs.launchpad.net/bugs/618772/+attachment/1493669/+files/AptOrdering.txt ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/618772/+attachment/1493670/+files/Dependencies.txt ** Attachment added: Df.txt

[Bug 618775] [NEW] package openssh-server (not installed) failed to install/upgrade: subprocess new pre-installation script killed by signal (Aborted)

2010-08-16 Thread Randall Whitman
Public bug reported: package openssh-server (not installed) failed to install/upgrade: subprocess new pre-installation script killed by signal (Aborted) ProblemType: Package DistroRelease: Ubuntu 10.04 Package: openssh-server (not installed) ProcVersionSignature: Ubuntu 2.6.32-24.39-generic

[Bug 618775] Re: package openssh-server (not installed) failed to install/upgrade: subprocess new pre-installation script killed by signal (Aborted)

2010-08-16 Thread Randall Whitman
** Attachment added: AptOrdering.txt https://bugs.launchpad.net/bugs/618775/+attachment/1493677/+files/AptOrdering.txt ** Attachment added: Df.txt https://bugs.launchpad.net/bugs/618775/+attachment/1493678/+files/Df.txt ** Attachment added: Dmesg.txt

[Bug 618640] Re: samba doesn't share subfolders

2010-08-16 Thread Glen
Please see attached file for a detailed description of my request for improvement(not really a bug, but a major inconvenience) ** Attachment added: new sharing option for samba https://bugs.launchpad.net/ubuntu/+source/samba/+bug/618640/+attachment/1493691/+files/Untitled%201.doc -- samba

[Bug 618819] [NEW] package samba-common 2:3.4.7~dfsg-1ubuntu3.1 failed to install/upgrade: aliprosessi installed post-installation script palautti virhetilakoodin 1

2010-08-16 Thread Aleksi
Public bug reported: Binary package hint: samba during normal update. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: samba-common 2:3.4.7~dfsg-1ubuntu3.1 ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-24-generic i686 NonfreeKernelModules:

[Bug 618819] Re: package samba-common 2:3.4.7~dfsg-1ubuntu3.1 failed to install/upgrade: aliprosessi installed post-installation script palautti virhetilakoodin 1

2010-08-16 Thread Aleksi
** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/618819/+attachment/1493847/+files/Dependencies.txt ** Attachment added: Df.txt https://bugs.launchpad.net/bugs/618819/+attachment/1493848/+files/Df.txt ** Attachment added: Dmesg.txt

[Bug 564920] Re: PHP5 under Apache2 on 64 bit system is not completely 64 bit

2010-08-16 Thread Chuck Short
** Also affects: php5 (Ubuntu Lucid) Importance: Undecided Status: New -- PHP5 under Apache2 on 64 bit system is not completely 64 bit https://bugs.launchpad.net/bugs/564920 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5

[Bug 564920] Re: PHP5 under Apache2 on 64 bit system is not completely 64 bit

2010-08-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~clint-fewbar/ubuntu/lucid/php5/lucid-sru-lp564920 -- PHP5 under Apache2 on 64 bit system is not completely 64 bit https://bugs.launchpad.net/bugs/564920 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in

[Bug 564920] Re: PHP5 under Apache2 on 64 bit system is not completely 64 bit

2010-08-16 Thread Clint Byrum
** Changed in: php5 (Ubuntu Lucid) Status: New = Confirmed -- PHP5 under Apache2 on 64 bit system is not completely 64 bit https://bugs.launchpad.net/bugs/564920 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. --

[Bug 617952] Re: package libmysqlclient16 5.1.41-3ubuntu12.6 failed to install/upgrade: subprocess installed post-installation script killed by signal (Killed)

2010-08-16 Thread Clint Byrum
Hi Toby, thanks for pasting that. The apt-get -f install seems to have been able to complete configuring all packages, so I think this was a transient problem, possibly a symptom of something happening on the system while updates were running. Marking as Invalid. Toby, if you have any further

[Bug 617678] Re: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-08-16 Thread Clint Byrum
Kayode, thanks for the updates. The hard innodb crash that you pasted in comment #4 is particularly concerning. You may want to try backing up your system, and doing *** THIS STEP WILL DELETE ALL OF YOUR DATA FILES *** apt-get purge mysql-server-5.1 apt-get install mysql-server-5.1 And then

[Bug 618876] [NEW] package samba-common 2:3.4.7~dfsg-1ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-08-16 Thread Konstantin Tchernov
Public bug reported: Binary package hint: samba On log in, I got the error report coming up. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: samba-common 2:3.4.7~dfsg-1ubuntu3.1 ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-24-generic i686

[Bug 618876] Re: package samba-common 2:3.4.7~dfsg-1ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-08-16 Thread Konstantin Tchernov
** Attachment added: AptOrdering.txt https://bugs.launchpad.net/bugs/618876/+attachment/1494140/+files/AptOrdering.txt ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/618876/+attachment/1494141/+files/Dependencies.txt ** Attachment added: Df.txt

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

2010-08-16 Thread Steve Langasek
This package is present on the ubuntu-server CDs, so we need to get the SRU verified /immediately/ in order to not hold up the 10.04.1 point release. Can someone please test this package today and verify that the fix is correct? -- [SRU] multipath + libvirtd eats away more memory over time

[Bug 618916] [NEW] attach-interface only works every other time

2010-08-16 Thread Jamie Strandboge
Public bug reported: After starting a VM, attach-interface does not work the first time, but does the second. Notice the following set of commands: $ virsh -c qemu:///system attach-interface qatest-i386 network default --mac 52:00:00:00:00:00 error: Failed to attach interface error: operation

[Bug 618916] Re: attach-interface only works every other time

2010-08-16 Thread Jamie Strandboge
** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/618916/+attachment/1494223/+files/Dependencies.txt -- attach-interface only works every other time https://bugs.launchpad.net/bugs/618916 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 618916] Re: attach-interface only works every other time

2010-08-16 Thread Jamie Strandboge
** Tags added: regression-potential -- attach-interface only works every other time https://bugs.launchpad.net/bugs/618916 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 618935] [NEW] geoip dependency is large; load dynamically?

2010-08-16 Thread Colin Watson
Public bug reported: Binary package hint: bind9 libdns66 is in ubuntu-standard, via bind9-host and dnsutils, and is therefore on every Ubuntu system except for those created using a bare debootstrap. It depends on libgeoip1 which in turn recommends geoip- database. Since we install recommends

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

2010-08-16 Thread Nigel Jones
Steve, Looks like the latest version of the patch was not applied (libvirt maintainers applied a modified patch to upstream that fixed a couple more memory leaks. This version does work, but I know others still had some lingering problems that I couldn't reproduce. The patch they are now using

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

2010-08-16 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 0.7.5-5ubuntu27.2 --- libvirt (0.7.5-5ubuntu27.2) lucid-proposed; urgency=low [ Nigel Jones ] * debian/patches/9024-free-memory-for-invalid-devices.patch: clean up a memory leak affecting multipath+libvirt, LP: #571093 -- Dustin

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

2010-08-16 Thread Steve Langasek
Discussed further with Nigel on IRC; he confirmed that this appears to be a partial fix which is regression-free. So we can promote this to lucid-updates for 10.04.1, then reopen this for tracking the remaining memory leaks. -- [SRU] multipath + libvirtd eats away more memory over time

[Bug 618775] Re: package openssh-server (not installed) failed to install/upgrade: subprocess new pre-installation script killed by signal (Aborted)

2010-08-16 Thread Clint Byrum
Hi Randall, thank you for reporting this bug and working with us to make Ubuntu better! I notice these lines in the Dmesg.txt: [1.890131] EXT3-fs: INFO: recovery required on readonly filesystem. [1.890137] EXT3-fs: write access will be enabled during recovery. [3.777970] kjournald

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

2010-08-16 Thread Steve Langasek
** Changed in: libvirt (Ubuntu Lucid) Status: Fix Released = Triaged -- [SRU] multipath + libvirtd eats away more memory over time https://bugs.launchpad.net/bugs/571093 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in

[Bug 609177] Re: Apport Hook

2010-08-16 Thread Benjamin Drung
The .bug-script file is for collecting bug data for Debian. I am not sure if it can be integrated into the apport hook without huge work. Now to the patch: 1) Please update it against the latest package version 2) Close this bug in debian/changelog 3) install needs to be called with '-D' to

[Bug 619004] [NEW] package clamav-daemon (not installed) failed to install/upgrade: sub-processo scr ipt post-installation instalado retornou estado de sa ída de erro 1

2010-08-16 Thread ricardo alves costa
Public bug reported: Binary package hint: clamav package clamav-daemon; Ubuntu 10.04 LTS - Lucid Lynx; Instalado: (nenhum) Candidato: 0.96.1+dfsg-0ubuntu0.10.04.1 Tabela de versão: 0.96.1+dfsg-0ubuntu0.10.04.1 0 500 http://br.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages

[Bug 619004] Re: package clamav-daemon (not inst alled) failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2010-08-16 Thread ricardo alves costa
** Attachment added: Df.txt https://bugs.launchpad.net/bugs/619004/+attachment/1494493/+files/Df.txt ** Attachment added: Dmesg.txt https://bugs.launchpad.net/bugs/619004/+attachment/1494494/+files/Dmesg.txt ** Attachment added: DpkgTerminalLog.txt

[Bug 618519] [NEW] package update-cluster 0.41.5-5 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2010-08-16 Thread Clint
Public bug reported: Binary package hint: update-cluster failed to install from Synaptic Package Manager in Monomaxos 4.0 (built on Ubuntu 9.04 Jaunty Jackalope) . ProblemType: Package Architecture: i386 DistroRelease: Ubuntu 9.04 ErrorMessage: subprocess post-installation script returned error

[Bug 618519] Re: package update-cluster 0.41.5-5 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2010-08-16 Thread Clint
** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/618519/+attachment/1492864/+files/Dependencies.txt ** Attachment added: DpkgTerminalLog.gz https://bugs.launchpad.net/bugs/618519/+attachment/1492865/+files/DpkgTerminalLog.gz -- package update-cluster 0.41.5-5

[Bug 566631] Re: Mouse and keyboard stop working after selecting user

2010-08-16 Thread FrenchNux
Same issue without nvidia driver i am using kernel 2.6.35-15 and nouveau driver and mesa 7.9 *...@***-desktop:~$ lspci | grep VGA 01:00.0 VGA compatible controller: nVidia Corporation G94 [GeForce 9600 GT] (rev a1) ** Description changed: Symptom System freeze at gdm login when i

[Bug 566631] Dependencies.txt

2010-08-16 Thread FrenchNux
apport information ** Attachment added: Dependencies.txt https://bugs.edge.launchpad.net/bugs/566631/+attachment/1492866/+files/Dependencies.txt -- Mouse and keyboard stop working after selecting user https://bugs.launchpad.net/bugs/566631 You received this bug notification because you are

[Bug 618521] [NEW] package libgnome2.24-cil 2.24.1-6ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-08-16 Thread harymulyadi
Public bug reported: Binary package hint: gnome-sharp2 - ProblemType: Package DistroRelease: Ubuntu 10.04 Package: libgnome2.24-cil 2.24.1-6ubuntu1 ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-24-generic i686 NonfreeKernelModules: nvidia Architecture:

[Bug 618521] Re: package libgnome2.24-cil 2.24.1-6ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-08-16 Thread harymulyadi
** Attachment added: AptOrdering.txt https://bugs.launchpad.net/bugs/618521/+attachment/1492873/+files/AptOrdering.txt ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/618521/+attachment/1492874/+files/Dependencies.txt ** Attachment added: Df.txt

[Bug 618520] [NEW] package evolution-exchange 2.28.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-08-16 Thread harymulyadi
Public bug reported: Binary package hint: evolution-exchange - ProblemType: Package DistroRelease: Ubuntu 10.04 Package: evolution-exchange 2.28.3-0ubuntu1 ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-24-generic i686 NonfreeKernelModules: nvidia

[Bug 618520] Re: package evolution-exchange 2.28.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-08-16 Thread harymulyadi
** Attachment added: AptOrdering.txt https://bugs.launchpad.net/bugs/618520/+attachment/1492867/+files/AptOrdering.txt ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/618520/+attachment/1492868/+files/Dependencies.txt ** Attachment added: Df.txt

[Bug 616115] Re: sawfish is missing depencency on rep

2010-08-16 Thread Daniel T Chen
** Description changed: + -- StableReleaseUpdate information follows -- + + Impact statement: Attempting to invoke the sawfish-ui command in a + pristine Lucid or lucid-proposed install fails (also stated below in the + original defect report). + + Bug fix: Uploaded and available in Maverick as

[Bug 601536] Re: KDE 4.5 RC: Login Manager forgets user name

2010-08-16 Thread David Nemeskey
Reinhard: thanks, that (almost) solved it. Apparently you need to execute both commands recursively, so sudo chgrp -R kdm kdm sudo chmod -R g=rwx kdm Now it works, but still it would be nicer to have a regular (automatic) fix for it. -- KDE 4.5 RC: Login Manager forgets user name

[Bug 576089] Re: openoffice.base crash adding a field to a table

2010-08-16 Thread Rudi
Same problem with the openjdk-6 packages from deb http://ppa.launchpad.net/openjdk/ppa/ubuntu lucid main Attaching the database: - open template.odb in openoffice - edit table incident_db - insert a row anywhere ** Attachment added: database file to reproduce the bug

[Bug 541620] Re: Ralink RT3090 Wireless Not Supported in Lucid

2010-08-16 Thread Andriy Tsykholyas
2 Tech2010: I had the same problem. I fixed it by removing the driver and installing it again. -- Ralink RT3090 Wireless Not Supported in Lucid https://bugs.launchpad.net/bugs/541620 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 618524] [NEW] debug.js stopped to response

2010-08-16 Thread Yongli Zhang
Public bug reported: Binary package hint: firefox while I bookmarked http://glaros.dtc.umn.edu/gkhome/publications/cf; and created a new folder named collaborative filtering in bookmarks, /usr/lib/firefox-3.6.8/modules/debug.js froze. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package:

[Bug 618524] Re: debug.js stopped to response

2010-08-16 Thread Yongli Zhang
** Attachment added: screenshort https://bugs.launchpad.net/bugs/618524/+attachment/1492886/+files/Screenshot-1.png ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/618524/+attachment/1492887/+files/Dependencies.txt ** Attachment added: ExtensionSummary.txt

[Bug 618518] Re: Maverick meerkat Alpha 3 for i686

2010-08-16 Thread Alexander Lancey
Your processor is a 32bit (i686) and therefore cannot run 64bit. Of course, 32 but will work just fine for you. -- Maverick meerkat Alpha 3 for i686 https://bugs.launchpad.net/bugs/618518 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 618512] Re: gdm allows shutdown when other accounts open

2010-08-16 Thread Alexander Lancey
*** This bug is a duplicate of bug 618513 *** https://bugs.launchpad.net/bugs/618513 You seem to have filed two bugs by mistake. I'm marking this one as a dupe. ** This bug has been marked a duplicate of bug 618513 gdm allows shutdown when other accounts open -- gdm allows shutdown when

[Bug 614039] Re: gnome-power-manager crashed with signal 5 in _XError()

2010-08-16 Thread Rob Candee
I got this when the machine was idle. lsb_release -rd Description:Ubuntu maverick (development branch) Release:10.10 apt-cache policy gnome-power-manager gnome-power-manager: Installed: 2.31.6-0ubuntu1 Candidate: 2.31.6-0ubuntu1 Version table: *** 2.31.6-0ubuntu1 0 500

[Bug 591207] Re: Casper's USB update-initramfs shim should look for initrd.img in /boot

2010-08-16 Thread Martin Pitt
Interesting, I recreated my USB stick with the current 10.04.1 candidate iso now (which already has the lucid-proposed version), and now I get: $ sudo update-initramfs -u update-initramfs: Generating /boot/initrd.img-2.6.32-24-generic lzma: Encoder error: -2147467259 I'll attach the complete log

[Bug 591051] Re: Bad Traditional Chinese rendering in Evince

2010-08-16 Thread Kevin Huang
The poppler-utils version is 0.14.2.real-0ubuntu1. I installed poppler-data (0.4.2-1), then tested the pdf file attached in the bug, it still does not work. -- Bad Traditional Chinese rendering in Evince https://bugs.launchpad.net/bugs/591051 You received this bug notification because you are a

[Bug 566631] Re: Mouse and keyboard stop working after selecting user

2010-08-16 Thread FrenchNux
** Attachment added: :0.log https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/566631/+attachment/1492891/+files/%3A0.log -- Mouse and keyboard stop working after selecting user https://bugs.launchpad.net/bugs/566631 You received this bug notification because you are a member of Ubuntu

[Bug 566631] Re: Mouse and keyboard stop working after selecting user

2010-08-16 Thread FrenchNux
** Attachment added: :0-greeter.log https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/566631/+attachment/1492892/+files/%3A0-greeter.log -- Mouse and keyboard stop working after selecting user https://bugs.launchpad.net/bugs/566631 You received this bug notification because you are a

[Bug 618525] [NEW] Please sync libisofs 0.6.32-2 (main) from Debian unstable (main).

2010-08-16 Thread Bhavani Shankar
Public bug reported: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 affects ubuntu/libisofs status new importance wishlist subscribe ubuntu-sponsors Please sync libisofs 0.6.32-2 (main) from Debian unstable (main). Please sync this package as it fixes build problems with newer doxygen

[Bug 603111] Re: [ibus-anthy] typing cya does not give ちゃ

2010-08-16 Thread Martin Pitt
using the test case from the description I can reproduce the bug with the lucid-final version and confirm that the lucid-proposed version fixes this. ** Tags added: verification-done ** Tags removed: verification-needed -- [ibus-anthy] typing cya does not give ちゃ

[Bug 603111] Re: [ibus-anthy] typing cya does not give ちゃ

2010-08-16 Thread Launchpad Bug Tracker
This bug was fixed in the package ibus-anthy - 1.2.0.20100115-1ubuntu0.1 --- ibus-anthy (1.2.0.20100115-1ubuntu0.1) lucid-proposed; urgency=low * fix typing cya does not give ちゃ (LP: #603111) - patch from upstream. -- LI Daobing lidaob...@debian.org Thu, 15 Jul 2010 10:14:14

[Bug 584243] Re: IPv4 addresses come sorted before IPv6 ones if you ask libc in teredo environment.

2010-08-16 Thread Kalle Valo
I did some research and found bug #555210 which changed to the behaviour reported here. Here's a workaround: https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/555210/comments/10 -- IPv4 addresses come sorted before IPv6 ones if you ask libc in teredo environment.

[Bug 181912] Re: [needs-packaging] Sweet Home 3d

2010-08-16 Thread Timmy Shih Jun Yee
A package for this program is available for Maverick (which was synced from Debian Unstable). For those who want to install this on Lucid, you can go to this PPA: https://launchpad.net/~someone561/+archive/sweethome3d ** Changed in: ubuntu Status: In Progress = Fix Released --

[Bug 618377] Re: sponsoring of merging of bluez_4.69-1ubuntu1

2010-08-16 Thread Baptiste Mille-Mathias
** Attachment added: bluez_4.69-1ubuntu1.debdiff.gz https://bugs.edge.launchpad.net/ubuntu/+source/bluez/+bug/618377/+attachment/1492893/+files/bluez_4.69-1ubuntu1.debdiff.gz ** Patch removed: bluez_4.69-1ubuntu1.debdiff.gz

[Bug 618377] Re: sponsoring of merging of bluez_4.69-1ubuntu1

2010-08-16 Thread Baptiste Mille-Mathias
** Attachment added: bluez_4.69-1ubuntu1.debdiff.gz https://bugs.edge.launchpad.net/ubuntu/+source/bluez/+bug/618377/+attachment/1492894/+files/bluez_4.69-1ubuntu1.debdiff.gz -- sponsoring of merging of bluez_4.69-1ubuntu1 https://bugs.launchpad.net/bugs/618377 You received this bug

[Bug 591207] Re: Casper's USB update-initramfs shim should look for initrd.img in /boot

2010-08-16 Thread Martin Pitt
Looking at the USB stick, I see that the original intent of this patch seems to have worked, it indeed tries to update the USB stick now, but fails in the middle due to that lzma failure: $ ls -l /media/035E-3183/casper/init* -rw-r--r-- 1 martin martin 9837789 2010-08-16 07:47

[Bug 485358] Re: Spellchecker keeps reverting to default language

2010-08-16 Thread ThiloPfennig
I can confirm this bug on Ubuntu 10.04. No matter what I set as the documents language - or on spell checking the language always gets reset to English (USA). -- Spellchecker keeps reverting to default language https://bugs.launchpad.net/bugs/485358 You received this bug notification because you

  1   2   3   4   5   6   7   8   9   10   >