[Bug 638565] Re: php5 crashed with SIGSEGV in strcasecmp()

2010-09-16 Thread Thierry Carrez
Thanks for keeping us posted. I'll mark this bug Invalid for now, please set it back to "New" if you can reproduce the issue. ** Changed in: php5 (Ubuntu) Status: Incomplete => Invalid -- php5 crashed with SIGSEGV in strcasecmp() https://bugs.launchpad.net/bugs/638565 You received this bu

[Bug 640511] Re: squid in lucid adds bogus port number to Host: line if one isn't provided (in original or via vport=)

2010-09-16 Thread Henrik Nordström
Wasn't arbitraty. But it incorrectly considered a Host: header without port as no port specified and then fell back on vport or socket port in order. -- squid in lucid adds bogus port number to Host: line if one isn't provided (in original or via vport=) https://bugs.launchpad.net/bugs/640511 Yo

[Bug 640993] Re: passing a usb device in maverick with apparmor enabled fails

2010-09-16 Thread Jamie Strandboge
Actually, I see this here too. ** Changed in: libvirt (Ubuntu) Status: Incomplete => Confirmed -- passing a usb device in maverick with apparmor enabled fails https://bugs.launchpad.net/bugs/640993 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 640993] Re: passing a usb device in maverick with apparmor enabled fails

2010-09-16 Thread Jamie Strandboge
Does it work properly if you disable the apparmor driver? This can be done by adjusting /etc/libvirt/qemu.conf to have: security_driver = "none" Then restarting libvirt with: $ sudo stop libvirt-bin $ sudo start libvirt-bin Then verifying with 'virsh capabilities' that the following is not prese

Re: [Bug 640511] Re: squid in lucid adds bogus port number to Host: line if one isn't provided (in original or via vport=)

2010-09-16 Thread Robert Collins
@Amos defaulting the port is one thing; setting it rather arbitrarily in the forwarded header is another thing altogether. @Henrik - thanks for finding that, I'll have a poke shortly at it. -- squid in lucid adds bogus port number to Host: line if one isn't provided (in original or via vport=)

[Bug 641001] [NEW] cacrl should be use instead of hostcrl when generating apache2 passenger configuration

2010-09-16 Thread Mathias Gug
Public bug reported: Binary package hint: puppet The cacrl is the actual file updated when a certificate is revoked. Thus it should also be used as the CRL file by apache2. ** Affects: puppet (Ubuntu) Importance: Medium Status: Triaged ** Changed in: puppet (Ubuntu) Importance:

[Bug 640993] Re: passing a usb device in maverick with apparmor enabled fails

2010-09-16 Thread Serge Hallyn
The profile just reads: r...@sergelap:~# cat /etc/apparmor.d/libvirt/libvirt-27f9f30c-5632-2504-5006-e329fcf24d32 # # This profile is for the domain whose UUID matches this file. # #include profile libvirt-27f9f30c-5632-2504-5006-e329fcf24d32 { #include #include } -- passing a usb dev

[Bug 640993] Re: passing a usb device in maverick with apparmor enabled fails

2010-09-16 Thread Serge Hallyn
Actually, the first time that i run virsh atach-device, i get r...@sergelap:~# sudo virsh attach-device maverick2 /tmp/a.xml error: Failed to attach device from /tmp/a.xml error: operation failed: adding usb-host,hostbus=002,hostaddr=016,id=hostdev0 device failed: husb: using sys file-system with

[Bug 640993] Re: passing a usb device in maverick with apparmor enabled fails

2010-09-16 Thread Serge Hallyn
I see a lot of messages in syslog looking like: Sep 16 19:14:46 sergelap kernel: [41633.228810] type=1400 audit(1284682486.737:309): apparmor="DENIED" operation="open" parent=1 profile="libvirt-27f9f30c-5632-2504-5006-e329fcf24d32" name="/dev/bus/ usb/002/009" pid=20410 comm="kvm" requested_mask

[Bug 640993] [NEW] passing a usb device in maverick with apparmor enabled fails

2010-09-16 Thread Serge Hallyn
Public bug reported: 1. fired up a pre-existing vm virsh start mav-serv1 2. plugged in a usb drive 3. found the usb address using lsusb, which gave me Bus 002 Device 006: ID 1058:1023 Western Digital Technologies, Inc. 4. defined a xml file with the device info:

[Bug 640988] Re: package qemu-kvm-extras-static 0 .12.3 noroms-0ubuntu9.3 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2010-09-16 Thread Pierre Louis Parent
** Attachment added: "AptOrdering.txt" https://bugs.launchpad.net/bugs/640988/+attachment/1596549/+files/AptOrdering.txt ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/640988/+attachment/1596550/+files/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" https:

[Bug 640988] [NEW] package qemu-kvm-extras-stati c 0.12.3 noroms-0ubuntu9.3 failed to install/upgrade : le sous-processus script post-installation install é a retourné une erreur de sortie d'état 1

2010-09-16 Thread Pierre Louis Parent
Public bug reported: Binary package hint: qemu-kvm installation « amd athlon 1700+ 1.4mhz 1 go ram memories » ProblemType: Package DistroRelease: Ubuntu 10.04 Package: qemu-kvm-extras-static 0.12.3+noroms-0ubuntu9.3 ProcVersionSignature: Ubuntu 2.6.32-25.43-generic 2.6.32.21+drm33.7 Uname: Linux

[Bug 509562] Re: euca-bundle-image returns Odd-length string error

2010-09-16 Thread Scott Moser
I found the what is at fault here, the following program demonstrates the error: #!/usr/bin/python from M2Crypto import BN, EVP, RSA, util, Rand, m2, X509 from binascii import hexlify, unhexlify i=0 while True: i=i+1 try: iv = (hex(BN.rand(16 * 8))[2:34]).replace('L', 'c') uh = u

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

2010-09-16 Thread Marc Deslauriers
Thanks for testing it! The packages that will get pushed to -proposed on monday will contain the same bug fix, on top of the security updates. Once the one week waiting period is up, they will get pushed to -updates. Since it's the same fix you've already tested, I don't think the SRU team will re

[Bug 638565] Re: php5 crashed with SIGSEGV in strcasecmp()

2010-09-16 Thread siucdude
well as we see this is a test server I use before it hits the production server. I ran updates this afternoon and noticed later that PHP had few updates. it seems that i do not get this error right now and can't reproduce this error. I'm currently trying to work with code in PHP for Zend. But

[Bug 640926] Re: qemu-kvm-extras-static postinst should be version guarded

2010-09-16 Thread Emmet Hikory
** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/640926/+attachment/1596127/+files/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/640926/+attachment/1596128/+files/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http

[Bug 640926] [NEW] qemu-kvm-extras-static postinst should be version guarded

2010-09-16 Thread Emmet Hikory
Public bug reported: Binary package hint: qemu-kvm When recently upgrading qemu-kvm-extras-static, I received the following output: Setting up qemu-kvm-extras-static (0.12.5+noroms-0ubuntu6) ... update-binfmts: warning: /var/lib/binfmts/arm does not exist; nothing to do! Ideally the postinst sh

[Bug 640511] Re: squid in lucid adds bogus port number to Host: line if one isn't provided (in original or via vport=)

2010-09-16 Thread Henrik Nordström
It is not clear to me which Squid versions this relates to. Looked over the vport logics one more time, and squid-2 did behave a bit odd and unexpected there. Squid-2 HEAD/trunk patch which should fix this at http://www.squid-cache.org/Versions/v2/2.HEAD/changesets/12698.patch and probably backpor

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

2010-09-16 Thread R. Jones
The proposed fix (in lucid-proposed as 5.3.2-1ubuntu4.3.) corrects this bug. I have now tested version 5.3.2-1ubuntu4.3 and successfully downloaded a large file (> 2^32 bytes) via a dynamic PHP script on a 64 bit Ubuntu 10.04.1 based system. Just to add details: Test was with the PHP script ( htt

[Bug 640880] Re: package samba 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-16 Thread Stephen Cradock
** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/640880/+attachment/1595766/+files/Dependencies.txt ** Attachment added: "Df.txt" https://bugs.launchpad.net/bugs/640880/+attachment/1595767/+files/Df.txt ** Attachment added: "Dmesg.txt" https://bugs.launchpad.net/

[Bug 640880] [NEW] package samba 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-16 Thread Stephen Cradock
Public bug reported: Binary package hint: samba Trying to install offered upgrade, install process hangs in Update Manager. After Stopping U-M (in System Monitor|Processes) running "sudo apt-get install -f" or "sudo dpkg --configure -a" fails to complete install of samba and winbind (and checkbox

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

2010-09-16 Thread R. Jones
The proposed fix (in lucid-proposed as 5.3.2-1ubuntu4.3.) corrects this bug. I have now tested version 5.3.2-1ubuntu4.3 and successfully downloaded a large file (> 2^32 bytes) via a dynamic PHP script on a 64 bit Ubuntu 10.04.1 based system. -- PHP5 under Apache2 on 64 bit system is not complete

[Bug 640856] Re: package samba 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script killed by signal (Terminated)

2010-09-16 Thread Volkodav
** Attachment added: "AptOrdering.txt" https://bugs.launchpad.net/bugs/640856/+attachment/1595616/+files/AptOrdering.txt ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/640856/+attachment/1595617/+files/Dependencies.txt ** Attachment added: "Df.txt" https://bug

[Bug 640856] [NEW] package samba 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script killed by signal (Terminated)

2010-09-16 Thread Volkodav
Public bug reported: Binary package hint: samba Will not install after recent upgrade ProblemType: Package DistroRelease: Ubuntu 10.10 Package: samba 2:3.5.4~dfsg-1ubuntu6 Uname: Linux 2.6.36-020636rc4-generic x86_64 NonfreeKernelModules: nvidia Architecture: amd64 Date: Thu Sep 16 17:47:39 2010

[Bug 615077] Re: [Maverick] SDL local window broken in last update

2010-09-16 Thread Marc Deslauriers
** Also affects: virtinst (Ubuntu) Importance: Undecided Status: New ** Also affects: libvirt (Ubuntu) Importance: Undecided Status: New ** Also affects: libvirt Importance: Undecided Status: New ** Also affects: virtinst Importance: Undecided Status: New

[Bug 640829] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-16 Thread Daniel Scully
** Attachment added: "AptOrdering.txt" https://bugs.launchpad.net/bugs/640829/+attachment/1595447/+files/AptOrdering.txt ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/640829/+attachment/1595448/+files/Dependencies.txt ** Attachment added: "Df.txt" https://bug

[Bug 640829] [NEW] package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-16 Thread Daniel Scully
Public bug reported: Binary package hint: bacula package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 "Told mysql root password was incorrect although password was created as part of setup on fresh ub

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

2010-09-16 Thread Marc Deslauriers
The security update coming out monday will not. Monday, a new package that does contain the fix will be uploaded to -proposed for the required testing waiting period. -- PHP5 under Apache2 on 64 bit system is not completely 64 bit https://bugs.launchpad.net/bugs/564920 You received this bug noti

[Bug 615077] Re: [Maverick] SDL local window broken in last update

2010-09-16 Thread Marc Deslauriers
There are two issues here: 1- virtinst creates the libvirt xml file with a hardcoded Xauthority file set to ~/.Xauthority. The version of gdm that comes with Maverick now sets the xauthority file to a dynamic directory in /var/run/gdm. Every time you log in, your Xauthority file will be in a diffe

[Bug 638238] Re: Error mounting CIFS shares

2010-09-16 Thread Iwan Mota
And for completeness: ls .smbcredentials -l -rw--- 1 root root 54 2010-09-14 16:09 .smbcredentials -- Error mounting CIFS shares https://bugs.launchpad.net/bugs/638238 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu.

[Bug 638238] Re: Error mounting CIFS shares

2010-09-16 Thread Iwan Mota
Hi Thierry, Without touching anything my credentials errors went away... I am stumped to be honest... Result of my boot.log today: fsck from util-linux-ng 2.17.2 fsck from util-linux-ng 2.17.2 fsck from util-linux-ng 2.17.2 /dev/sdb1: clean, 182412/644640 files, 1259328/2578424 blocks (check in

RE: [Bug 640634] Re: package samba 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2010-09-16 Thread JoeBlack
*** This bug is a duplicate of bug 639768 *** https://bugs.launchpad.net/bugs/639768 Nope...stopped at the same place jblac...@mobile:~$ sudo su [sudo] password for jblack24: r...@mobile:/home/jblack24# apt-get install --reinstall samba Reading package lists... Done Building dependency tree

[Bug 382117] Re: Renaming a file through Samba overwrites existing one

2010-09-16 Thread Bug Watch Updater
** Changed in: samba Importance: Unknown => High -- Renaming a file through Samba overwrites existing one https://bugs.launchpad.net/bugs/382117 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. -- Ubuntu-server-bugs ma

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

2010-09-16 Thread R. Jones
Marc: Will the next version have the proper support for handling large files (> 2^32 bytes) in it? Test case for this is listed above. -- 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 mem

[Bug 632696] Re: libvirt won't start a VM with serial or console when apparmor is enabled

2010-09-16 Thread Jamie Strandboge
I have never been able to reproduce. I've certainly known libvirt to right itself after a full reboot, so maybe something weird was going on. Feel free to re-open if you can reproduce. ** Changed in: libvirt (Ubuntu Maverick) Status: New => Invalid ** Changed in: libvirt (Ubuntu Maverick)

[Bug 640634] Re: package samba 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2010-09-16 Thread Mathias Gug
*** This bug is a duplicate of bug 639768 *** https://bugs.launchpad.net/bugs/639768 ** This bug has been marked a duplicate of bug 639768 [Maverick] Samba process gets hung on maverick update - waiting on cups to start * You can subscribe to bug 639768 by following this link: https://bu

[Bug 5608] Re: SWAT expects to authenticate as root

2010-09-16 Thread Take Life Easy
Still a problem with 10.10 beta. Ane-Pieter Wieringa's work around works though. -- SWAT expects to authenticate as root https://bugs.launchpad.net/bugs/5608 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. -- Ubuntu-serv

[Bug 628055] Re: Instances don't start correctly: Security Labeling error running aa_change_profile()

2010-09-16 Thread Andrea Corbellini
Hi. Sorry but currently I'm not able to provide my domain.xml (however will do as soon as I find the time). But I would like to say that I'm not using eucalyptus and all my VMs work fine without apparmor. -- Instances don't start correctly: Security Labeling error running aa_change_profile() htt

[Bug 640634] Re: package samba 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2010-09-16 Thread Scott Moser
did you try 'apt-get install --reinstall samba' ? Does that fix your problem? ** Changed in: samba (Ubuntu) Importance: Undecided => Medium ** Changed in: samba (Ubuntu) Status: New => Incomplete -- package samba 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: Package is in a very b

[Bug 640654] Re: package samba-common 2:3.4.0-3ubuntu5.6 failed to install/upgrade: there is no script in the new version of the package - giving up

2010-09-16 Thread Scott Moser
As seen in bug 526418 Looks like something/someone broke the nmblookup alternatives setting. I'd recommend purging the samba (including samba-common) packages, clearing /var/lib/dpkg/alternatives/nmblookup and try to reinstall samba. ** Changed in: samba (Ubuntu) Importance: Undecided => Low

[Bug 640709] Re: package samba 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-16 Thread Scott Moser
*** This bug is a duplicate of bug 349469 *** https://bugs.launchpad.net/bugs/349469 ** This bug has been marked a duplicate of bug 349469 debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable * You can subscribe to bug 34

[Bug 632696] Re: libvirt won't start a VM with serial or console when apparmor is enabled

2010-09-16 Thread Serge Hallyn
I've not been able to reproduce this since the ninth, so I'd like to mark it invalid. Jamie, is that ok with you? -- libvirt won't start a VM with serial or console when apparmor is enabled https://bugs.launchpad.net/bugs/632696 You received this bug notification because you are a member of Ubun

[Bug 640441] Re: package tomcat6 6.0.24-2ubuntu1.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-16 Thread Scott Moser
from terminallog: Setting up tomcat6 (6.0.24-2ubuntu1.3) ... chmod: cannot access `/etc/tomcat6/tomcat-users.xml': No such file or directory dpkg: error processing tomcat6 (--configure): subprocess installed post-installation script returned error exit status 1 This looks similar to bug 4172

[Bug 488285] Re: multipathd segfault

2010-09-16 Thread Adam Guthrie
marking as patch-accepted-upstream as cherry-picked from debian which was itself cherry-picked from upstream. ** Tags added: patch-accepted-upstream -- multipathd segfault https://bugs.launchpad.net/bugs/488285 You received this bug notification because you are a member of Ubuntu Server Team, wh

[Bug 640626] Re: package winbind 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-16 Thread Scott Moser
*** This bug is a duplicate of bug 349469 *** https://bugs.launchpad.net/bugs/349469 >From the dpkgterminallog.gz: Setting up checkbox-gtk (0.10.3) ... debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable dpkg: error process

[Bug 640121] Re: package dovecot-imapd 1:1.2.9-1ubuntu6.1 failed to install/upgrade: dependency problems - leaving unconfigured

2010-09-16 Thread Scott Moser
Its my guess that this install failed because of the following line in dovecot's post install: MAILNAME=`cat /etc/mailname 2> /dev/null || hostname -f` as seen in the dpkg log, 'hostname` failed. Do you have any idea why that would have occurred ? does running 'hostname' succeed for you now

[Bug 640553] Re: package samba-common 2:3.3. 2-1ubuntu3.6 failed to install/upgrade: le sous-proces sus post-installation script a retourné une erreur de sortie d'état 3

2010-09-16 Thread Scott Moser
>From the terminal log: Merging changes into the new version Conflicts found! Please edit `/etc/samba/smb.conf' and sort them out manually. The file `/etc/samba/smb.conf.ucf-new' has a record of the failed merge of the configuration file. See https://bugs.launchpad.net/ubuntu/+source/ucf/+bu

[Bug 640709] Re: package samba 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-16 Thread mdale
** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/640709/+attachment/1594711/+files/Dependencies.txt ** Attachment added: "Df.txt" https://bugs.launchpad.net/bugs/640709/+attachment/1594712/+files/Df.txt ** Attachment added: "Dmesg.txt" https://bugs.launchpad.net/

[Bug 640709] [NEW] package samba 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-16 Thread mdale
Public bug reported: Binary package hint: samba no additional info ProblemType: Package DistroRelease: Ubuntu 10.10 Package: samba 2:3.5.4~dfsg-1ubuntu6 ProcVersionSignature: Ubuntu 2.6.35-19.28-generic 2.6.35.3 Uname: Linux 2.6.35-19-generic x86_64 NonfreeKernelModules: nvidia AptOrdering: sam

[Bug 640121] Re: package dovecot-imapd 1:1.2.9-1ubuntu6.1 failed to install/upgrade: dependency problems - leaving unconfigured

2010-09-16 Thread Scott Moser
I'm fairly sure that dpkgTerminalLog.txt shows that this is not a dependency issue, but rather failure of dovecot-common post-install script: Setting up dovecot-common (1:1.2.9-1ubuntu6.1) ... Installing new version of config file /etc/init.d/dovecot ... Replacing config file /etc/dovecot/dovecot.

[Bug 640472] Re: mysqld causes 2-3 wakeups per second on idle

2010-09-16 Thread Scott Moser
** Changed in: mysql-5.1 (Ubuntu) Importance: Undecided => Wishlist ** Changed in: mysql-5.1 (Ubuntu) Status: New => Confirmed -- mysqld causes 2-3 wakeups per second on idle https://bugs.launchpad.net/bugs/640472 You received this bug notification because you are a member of Ubuntu Se

[Bug 639712] Re: PCI Pass Through via libvirt cannot remap IRQ's

2010-09-16 Thread Scott Moser
I'm marking this 'Linux' (upstream) task as based on the bug info. Additionally, Even for Ubuntu project 'linux' changes would be covered under bug 552311 ** Also affects: qemu-kvm (Ubuntu) Importance: Undecided Status: New ** Changed in: linux Status: New => Invalid ** Changed

[Bug 639781] Re: [AbstractSystemAddressManager:New I/O client worker #2-10] Found 2 vms with the same address: ClusterAddressInfo 10.55.55.101 172.19.7.131 orphanCount=0 -> i-363305B7(PENDING) i-3DE70

2010-09-16 Thread Scott Moser
** Changed in: eucalyptus (Ubuntu) Importance: Undecided => Medium ** Changed in: eucalyptus (Ubuntu) Status: New => Confirmed -- [AbstractSystemAddressManager:New I/O client worker #2-10] Found 2 vms with the same address: ClusterAddressInfo 10.55.55.101 172.19.7.131 orphanCount=0 -

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

2010-09-16 Thread Marc Deslauriers
FYI, on monday we will be releasing security updates for php that will have versioning newer than the package currently in -proposed. I will upload an updated package to -proposed once the security updates come out. -- PHP5 under Apache2 on 64 bit system is not completely 64 bit https://bugs.lau

[Bug 639595] Re: updating kvm overwrites /etc/qemu-if{up, down} scripts

2010-09-16 Thread a_ok
Never knew they where symlinks. This will suffice many thanks! -- updating kvm overwrites /etc/qemu-if{up,down} scripts https://bugs.launchpad.net/bugs/639595 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in ubuntu. -- Ubuntu-serve

[Bug 637659] Re: metadata service returns 500 error

2010-09-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/eucalyptus -- metadata service returns 500 error https://bugs.launchpad.net/bugs/637659 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bu

[Bug 639639] Re: euca-* commands stopped responding

2010-09-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/eucalyptus -- euca-* commands stopped responding https://bugs.launchpad.net/bugs/639639 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bu

[Bug 639595] Re: updating kvm overwrites /etc/qemu-if{up, down} scripts

2010-09-16 Thread Dustin Kirkland
** Changed in: kvm (Ubuntu) Status: Confirmed => Invalid -- updating kvm overwrites /etc/qemu-if{up,down} scripts https://bugs.launchpad.net/bugs/639595 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in ubuntu. -- Ubuntu-serv

[Bug 640654] Re: package samba-common 2:3.4.0-3ubuntu5.6 failed to install/upgrade: there is no script in the new version of the package - giving up

2010-09-16 Thread Terry Anderson
** Attachment added: "AptOrdering.txt" https://bugs.launchpad.net/bugs/640654/+attachment/1594432/+files/AptOrdering.txt ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/640654/+attachment/1594433/+files/Dependencies.txt ** Attachment added: "Df.txt" https://bug

[Bug 640654] [NEW] package samba-common 2:3.4.0-3ubuntu5.6 failed to install/upgrade: there is no script in the new version of the package - giving up

2010-09-16 Thread Terry Anderson
Public bug reported: Binary package hint: samba It appears that during an upgrade from version 9 to 10 the samba-common install script was lost. I am a neophyte and have no idea as to how I can correct this error - system still works despite the error. ProblemType: Package DistroRelease: Ubuntu

[Bug 488285] Re: multipathd segfault

2010-09-16 Thread Brian Murray
** Tags added: patch -- multipathd segfault https://bugs.launchpad.net/bugs/488285 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to multipath-tools in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify s

[Bug 590929] Re: [SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-16 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2-0ubuntu30.4 --- eucalyptus (1.6.2-0ubuntu30.4) lucid-proposed; urgency=low * debian/patches/590929.diff: cherry pick upstream bzr r1235..1236 to fix LP: #590929; volume creation/deletion issues; add newly used LVM commands

[Bug 637659] Re: metadata service returns 500 error

2010-09-16 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 2.0+bzr1241-0ubuntu1 --- eucalyptus (2.0+bzr1241-0ubuntu1) maverick; urgency=low * New upstream bug fix snapshot, -r1241 - Fixes euca-* commands stop responding. (LP: #639639 - Fixes metadata service returning 500 error. (LP: #6

[Bug 639595] Re: updating kvm overwrites /etc/qemu-if{up, down} scripts

2010-09-16 Thread Serge Hallyn
** Changed in: kvm (Ubuntu) Status: Incomplete => Confirmed ** Changed in: kvm (Ubuntu) Assignee: (unassigned) => Serge Hallyn (serge-hallyn) -- updating kvm overwrites /etc/qemu-if{up,down} scripts https://bugs.launchpad.net/bugs/639595 You received this bug notification because you

[Bug 639639] Re: euca-* commands stopped responding

2010-09-16 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 2.0+bzr1241-0ubuntu1 --- eucalyptus (2.0+bzr1241-0ubuntu1) maverick; urgency=low * New upstream bug fix snapshot, -r1241 - Fixes euca-* commands stop responding. (LP: #639639 - Fixes metadata service returning 500 error. (LP: #6

[Bug 639768] Re: [Maverick] Samba process gets hung on maverick update - waiting on cups to start

2010-09-16 Thread Mathias Gug
samba (2:3.5.4~dfsg-1ubuntu7) maverick; urgency=low * debian/control: Add cups breaks to push the package manager to also upgrade cups (LP: #639768). -- Mathias Gug Thu, 16 Sep 2010 12:19:11 -0400 ** Changed in: samba (Ubuntu Maverick) Status: In Progress => Fix Released -- [

[Bug 640626] [NEW] package winbind 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-16 Thread James Clemence
Public bug reported: Binary package hint: samba Crash report and aptitude upgrade failed. J ProblemType: Package DistroRelease: Ubuntu 10.10 Package: winbind 2:3.5.4~dfsg-1ubuntu6 ProcVersionSignature: Ubuntu 2.6.35-20.29-generic 2.6.35.4 Uname: Linux 2.6.35-20-generic x86_64 AptOrdering: chec

[Bug 640626] Re: package winbind 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-16 Thread James Clemence
** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/640626/+attachment/1594310/+files/Dependencies.txt ** Attachment added: "Df.txt" https://bugs.launchpad.net/bugs/640626/+attachment/1594311/+files/Df.txt ** Attachment added: "Dmesg.txt" https://bugs.launchpad.net/

[Bug 640634] Re: package samba 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2010-09-16 Thread JoeBlack
** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/640634/+attachment/1594347/+files/Dependencies.txt ** Attachment added: "Df.txt" https://bugs.launchpad.net/bugs/640634/+attachment/1594348/+files/Df.txt ** Attachment added: "Dmesg.txt" https://bugs.launchpad.net/

[Bug 640634] [NEW] package samba 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2010-09-16 Thread JoeBlack
Public bug reported: Binary package hint: samba samba failed to install from upgrade to 10.10 and hung with install manually from terminal jblac...@mobile:~$ sudo su r...@mobile:/home/jblack24# apt-get remove samba Reading package lists... Done Building dependency tree Reading state infor

[Bug 56235] Re: Postfix fails to start at boot time

2010-09-16 Thread rusivi1
Thank you for taking the time to report this bug and helping to make Ubuntu better. I noticed that the package version your bugging is updated in Maverick. Please update via www.ubuntu.com repost a detailed error report, and update the bug status. Thanks! -- Postfix fails to start at boot time ht

[Bug 628291] Re: wrappers.conf is missing vgscan, seemgly new addtion to 2.0

2010-09-16 Thread Colin Watson
eucalyptus (2.0+bzr1239-0ubuntu1) maverick; urgency=low [Dave Walker (Daviey)] * New upstream stable release, -r1239 Fixes: - euca_conf --register-cluster is not idempotent. (LP: #628328) - unexpected errors after a sequence of tests (LP: #622818) * debian/control: - Recommend bi

[Bug 628328] Re: euca_conf --register-cluster is not idempotent

2010-09-16 Thread Colin Watson
eucalyptus (2.0+bzr1239-0ubuntu1) maverick; urgency=low [Dave Walker (Daviey)] * New upstream stable release, -r1239 Fixes: - euca_conf --register-cluster is not idempotent. (LP: #628328) - unexpected errors after a sequence of tests (LP: #622818) * debian/control: - Recommend bi

[Bug 631451] Re: [UIFe] UEC Web Portal has old logo, and css needs tweaking.

2010-09-16 Thread Colin Watson
eucalyptus (2.0+bzr1239-0ubuntu1) maverick; urgency=low [Dave Walker (Daviey)] * New upstream stable release, -r1239 Fixes: - euca_conf --register-cluster is not idempotent. (LP: #628328) - unexpected errors after a sequence of tests (LP: #622818) * debian/control: - Recommend bi

[Bug 637659] Re: metadata service returns 500 error

2010-09-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-virt/ubuntu/maverick/eucalyptus/2.0 -- metadata service returns 500 error https://bugs.launchpad.net/bugs/637659 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. -- Ubuntu-server-bugs mai

[Bug 639639] Re: euca-* commands stopped responding

2010-09-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-virt/ubuntu/maverick/eucalyptus/2.0 -- euca-* commands stopped responding https://bugs.launchpad.net/bugs/639639 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. -- Ubuntu-server-bugs mai

[Bug 639768] Re: [Maverick] Samba process gets hung on maverick update - waiting on cups to start

2010-09-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/cups -- [Maverick] Samba process gets hung on maverick update - waiting on cups to start https://bugs.launchpad.net/bugs/639768 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. -- Ubuntu-server

[Bug 639768] Re: [Maverick] Samba process gets hung on maverick update - waiting on cups to start

2010-09-16 Thread Mathias Gug
** Changed in: samba (Ubuntu Maverick) Status: Invalid => In Progress ** Changed in: samba (Ubuntu Maverick) Assignee: (unassigned) => Mathias Gug (mathiaz) ** Changed in: samba (Ubuntu Maverick) Milestone: None => ubuntu-10.10 -- [Maverick] Samba process gets hung on maverick u

[Bug 639768] Re: [Maverick] Samba process gets hung on maverick update - waiting on cups to start

2010-09-16 Thread Martin Pitt
cups (1.4.4-4ubuntu1) maverick; urgency=low * ubuntu-upstart.dpatch: Drop the dependency "on starting smbd", it causes samba to hang on package upgrades or manual restarts. There doesn't seem to be a good way to express this dependency right now. (LP: #639768) -- Martin Pitt Thu, 16

[Bug 199014] Re: python-xml removal: please drop/replace (build) dependencies

2010-09-16 Thread Bug Watch Updater
** Changed in: gstreamer Importance: Unknown => Medium -- python-xml removal: please drop/replace (build) dependencies https://bugs.launchpad.net/bugs/199014 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to genshi in ubuntu. -- Ubuntu-

[Bug 628055] Re: Instances don't start correctly: Security Labeling error running aa_change_profile()

2010-09-16 Thread Jamie Strandboge
That is what I thought might be the case. If the VM dies a horrible death then apparmor has no process to attach to when changing profile. I am going to unassign this from me until is is determined the AppArmor security driver is the problem. ** Changed in: libvirt (Ubuntu Maverick) Assignee:

[Bug 639768] Re: [Maverick] Samba process gets hung on maverick update - waiting on cups to start

2010-09-16 Thread Thierry Carrez
** Tags added: server-mro ** Tags removed: server-mrs -- [Maverick] Samba process gets hung on maverick update - waiting on cups to start https://bugs.launchpad.net/bugs/639768 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubunt

[Bug 639768] Re: [Maverick] Samba process gets hung on maverick update - waiting on cups to start

2010-09-16 Thread Martin Pitt
** Changed in: cups (Ubuntu Maverick) Assignee: (unassigned) => Martin Pitt (pitti) ** Changed in: cups (Ubuntu Maverick) Status: Triaged => In Progress ** Changed in: samba (Ubuntu Maverick) Milestone: ubuntu-10.10 => None ** Changed in: samba (Ubuntu Maverick) Status: Tr

[Bug 640588] Re: package winbind 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-16 Thread Mathias Gug
*** This bug is a duplicate of bug 639768 *** https://bugs.launchpad.net/bugs/639768 ** This bug has been marked a duplicate of bug 639768 [Maverick] Samba process gets hung on maverick update - waiting on cups to start * You can subscribe to bug 639768 by following this link: https://bu

[Bug 640595] Re: package libpam-smbpass (not ins talled) failed to install/upgrade: sub-processo script pre-removal instalado retornou estado de saída de er ro 1

2010-09-16 Thread Mathias Gug
*** This bug is a duplicate of bug 639768 *** https://bugs.launchpad.net/bugs/639768 ** This bug has been marked a duplicate of bug 639768 [Maverick] Samba process gets hung on maverick update - waiting on cups to start * You can subscribe to bug 639768 by following this link: https://bu

[Bug 638479] Re: package samba 2:3.5.4~dfs g-1ubuntu5 failed to install/upgrade: sous-processus scr ipt post-installation installé tué par le signal (Complété)

2010-09-16 Thread Mathias Gug
*** This bug is a duplicate of bug 639768 *** https://bugs.launchpad.net/bugs/639768 ** This bug has been marked a duplicate of bug 639768 [Maverick] Samba process gets hung on maverick update * You can subscribe to bug 639768 by following this link: https://bugs.launchpad.net/ubuntu/+sou

[Bug 639768] Re: [Maverick] Samba process gets hung on maverick update

2010-09-16 Thread Mathias Gug
Seems to be related to cups: < cjwatson> there was that recent change to cups < cjwatson> which made it 'start on starting smbd' or similar, I believe < soren> Ah, so it's cups, maybe? < cjwatson> misuse of 'and' in a way that's known to break upstart < cjwatson> ++start on ((starting smbd or file

[Bug 639768] Re: Samba process gets hung on maverick update

2010-09-16 Thread Robbie Williamson
Attaching my log.smbd file that contains a lot of cups related errors. ** Attachment added: "log.smbd" https://bugs.launchpad.net/ubuntu/+source/samba/+bug/639768/+attachment/1594154/+files/log.smbd -- [Maverick] Samba process gets hung on maverick update - waiting on cups to start https://b

[Bug 639768] Re: [Maverick] Samba process gets hung on maverick update

2010-09-16 Thread Mathias Gug
** Summary changed: - Samba process gets hung on maverick update + [Maverick] Samba process gets hung on maverick update -- [Maverick] Samba process gets hung on maverick update - waiting on cups to start https://bugs.launchpad.net/bugs/639768 You received this bug notification because you are a

[Bug 640408] Re: package samba 2:3.5.4~dfsg-1ubuntu5 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2010-09-16 Thread Mathias Gug
*** This bug is a duplicate of bug 639768 *** https://bugs.launchpad.net/bugs/639768 ** This bug has been marked a duplicate of bug 639768 [Maverick] Samba process gets hung on maverick update * You can subscribe to bug 639768 by following this link: https://bugs.launchpad.net/ubuntu/+sou

[Bug 640511] Re: squid in lucid adds bogus port number to Host: line if one isn't provided (in original or via vport=)

2010-09-16 Thread Amos Jeffries
This is a feature designed for maximum compatibility with other software. >From squid developer discussions: " hno: default port in accel mode is the listening port unless told otherwise by the host header or vport. If you run Squid on port 3128 but it's actually processing port 80 requests the

[Bug 640547] Re: package samba 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-16 Thread Mathias Gug
*** This bug is a duplicate of bug 639768 *** https://bugs.launchpad.net/bugs/639768 ** This bug has been marked a duplicate of bug 639768 [Maverick] Samba process gets hung on maverick update * You can subscribe to bug 639768 by following this link: https://bugs.launchpad.net/ubuntu/+sou

[Bug 640588] Re: package winbind 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-16 Thread Laurent Schwarzenberger
*** This bug is a duplicate of bug 639768 *** https://bugs.launchpad.net/bugs/639768 ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/640588/+attachment/1594139/+files/Dependencies.txt ** Attachment added: "Df.txt" https://bugs.launchpad.net/bugs/640588/+attachm

[Bug 640588] [NEW] package winbind 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-16 Thread Laurent Schwarzenberger
*** This bug is a duplicate of bug 639768 *** https://bugs.launchpad.net/bugs/639768 Public bug reported: Binary package hint: samba I'm not sure what happened here. I did an upgrade and something in samba errored. The terminal froze and I restarted it. I was then told that I couldn't get a

[Bug 640595] Re: package libpam-smbpass (not ins talled) failed to install/upgrade: sub-processo script pre-removal instalado retornou estado de saída de er ro 1

2010-09-16 Thread PresuntoRJ
*** This bug is a duplicate of bug 639768 *** https://bugs.launchpad.net/bugs/639768 ** Attachment added: "Df.txt" https://bugs.launchpad.net/bugs/640595/+attachment/1594157/+files/Df.txt ** Attachment added: "Dmesg.txt" https://bugs.launchpad.net/bugs/640595/+attachment/1594158/+files

[Bug 640595] [NEW] package libpam-smbpass (not installed) failed to install/upgrade: sub-processo sc ript pre-removal instalado retornou estado de saída d e erro 1

2010-09-16 Thread PresuntoRJ
*** This bug is a duplicate of bug 639768 *** https://bugs.launchpad.net/bugs/639768 Public bug reported: Binary package hint: samba I had to remove libpam-smbpass and samba to complete my sudo apt-get upgrade today. ProblemType: Package DistroRelease: Ubuntu 10.10 Package: libpam-smbpass (

[Bug 488285] Re: multipathd segfault

2010-09-16 Thread Serge Hallyn
Adam: thanks much for the patch! -- multipathd segfault https://bugs.launchpad.net/bugs/488285 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to multipath-tools in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.

[Bug 488285] Re: multipathd segfault

2010-09-16 Thread Serge Hallyn
Proposed a bzr tree for merging. The lucid tree is identical to the maverick one, so if we can get it into maverick i assume we can get a trivial SRU. -- multipathd segfault https://bugs.launchpad.net/bugs/488285 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 617053] Re: on upgrade from 1.6.2, euca_upgrade should preserve DISABLE_ISCSI="Y"

2010-09-16 Thread Dave Walker
Based on Dmitrii's comment, this is fix released. Thanks for wrapping that up. ** Changed in: eucalyptus (Ubuntu Maverick) Status: Triaged => Fix Released -- on upgrade from 1.6.2, euca_upgrade should preserve DISABLE_ISCSI="Y" https://bugs.launchpad.net/bugs/617053 You received this bug

Re: [Bug 639595] Re: updating kvm overwrites /etc/qemu-if{up, down} scripts

2010-09-16 Thread Dustin Kirkland
True on both counts. I agree with you, Serge. Document that these are symlinks, and that you can specify custom scripts with -net (which is what I do). -- updating kvm overwrites /etc/qemu-if{up,down} scripts https://bugs.launchpad.net/bugs/639595 You received this bug notification because you

  1   2   >