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

2010-07-20 Thread Andy
will this be fixed in lucid? -- virt-manager fails if target system uses tcsh as root shell https://bugs.launchpad.net/bugs/605172 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 571057] Re: slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate olcAccess lines (again)

2010-07-20 Thread Thierry Carrez
** Changed in: openldap (Ubuntu Lucid) Milestone: lucid-updates = ubuntu-10.04.1 ** Changed in: openldap (Ubuntu) Milestone: lucid-updates = None -- slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate olcAccess lines (again)

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

2010-07-20 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu) Milestone: lucid-updates = None ** Changed in: eucalyptus (Ubuntu Lucid) Milestone: lucid-updates = None -- [SRU] euca-get-console-output gives first 64k of output, not most recent https://bugs.launchpad.net/bugs/566793 You received this bug

[Bug 564355] Re: Second euca-run-instance request in same security group causes eucalyptus to remove network assoicated with security group

2010-07-20 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu) Milestone: lucid-updates = None ** Changed in: eucalyptus (Ubuntu Lucid) Milestone: lucid-updates = None -- Second euca-run-instance request in same security group causes eucalyptus to remove network assoicated with security group

[Bug 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-07-20 Thread Thierry Carrez
** Changed in: qemu-kvm (Ubuntu Lucid) Milestone: lucid-updates = None ** Changed in: qemu-kvm (Ubuntu) Milestone: lucid-updates = None -- apt/dpkg in qemu-system-arm hangs if a big task is installed https://bugs.launchpad.net/bugs/532733 You received this bug notification because you

[Bug 605721] Re: tgtd target will not start unless it's configured with allow-in-use yes

2010-07-20 Thread Chris Cheney
I see you ran it in your comment above, but was it immediately after the error happened or some time later? -- tgtd target will not start unless it's configured with allow-in-use yes https://bugs.launchpad.net/bugs/605721 You received this bug notification because you are a member of Ubuntu

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

2010-07-20 Thread Martin Pitt
** Changed in: libvirt (Ubuntu Lucid) Milestone: ubuntu-10.04.1 = ubuntu-10.04.2 -- apparmor driver blocks access to hostdev and pcidev devices https://bugs.launchpad.net/bugs/545795 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 605721] Re: tgtd target will not start unless it's configured with allow-in-use yes

2010-07-20 Thread Chris Cheney
Hmm looking at the code I think its buggy. I'm not sure what it is actually trying to do but it doesn't seem to be doing it right in any case. It appears to be 8 bit shifting left, and then checking for 0. If the device is in use lsof returns 0 if it is not then it returns 1, at least as best as I

[Bug 607636] [NEW] chardev: opening backend pty failed

2010-07-20 Thread Daniel Adolfsson
Public bug reported: I'm unable to start qemu virtual machine because of the following error: error: Failed to start domain test error: internal error unable to start guest: chardev: opening backend pty failed The reason I'm posting this on libvirtd, is because I'm able to run the exact same

[Bug 605721] Re: tgtd target will not start unless it's configured with allow-in-use yes

2010-07-20 Thread Chris Cheney
It appears to be a bug caused by using this: system(lsof $backing_store /dev/null); instead of: system(lsof $backing_store /dev/null 21); -- tgtd target will not start unless it's configured with allow-in-use yes https://bugs.launchpad.net/bugs/605721 You

[Bug 605721] Re: tgtd target will not start unless it's configured with allow-in-use yes

2010-07-20 Thread Chris Cheney
I was confused earlier about the direction of bitshift since the wrong calling convention was causing it to always return 0. -- tgtd target will not start unless it's configured with allow-in-use yes https://bugs.launchpad.net/bugs/605721 You received this bug notification because you are a

[Bug 607646] Re: Segmentation fault in PHP5 with pgsql module

2010-07-20 Thread Miroslav Zacek
** Attachment added: backtrace http://launchpadlibrarian.net/52202146/gdb-apache2_php.txt -- Segmentation fault in PHP5 with pgsql module https://bugs.launchpad.net/bugs/607646 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in

[Bug 605721] Re: tgtd target will not start unless it's configured with allow-in-use yes

2010-07-20 Thread Chris Cheney
Forgot the # in the closes line in the upload. It was fixed in tgt 1:1.0.4-1ubuntu3 ** Changed in: tgt (Ubuntu Maverick) Status: Triaged = Fix Released -- tgtd target will not start unless it's configured with allow-in-use yes https://bugs.launchpad.net/bugs/605721 You received this bug

[Bug 584048] Re: kvm images losing connectivity w/bridged network

2010-07-20 Thread Dustin Kirkland
Can anyone reproduce this on Maverick at this point? We'd need to reproduce and fix it there before getting a fix out to Lucid. And if it is fixed there, then we can try to zero into a fix for Lucid. ** Changed in: qemu-kvm (Ubuntu) Assignee: (unassigned) = Serge Hallyn (serge-hallyn) **

[Bug 584048] Re: kvm images losing connectivity w/bridged network

2010-07-20 Thread Dustin Kirkland
Also, we don't really have access to Windows guests. Can anyone reproduce this bug with a Linux guest, or is it affecting Windows guests only? -- kvm images losing connectivity w/bridged network https://bugs.launchpad.net/bugs/584048 You received this bug notification because you are a member

[Bug 413894] Re: [Karmic] Typo in vm.py

2010-07-20 Thread David Stansby
** Tags added: bitesize -- [Karmic] Typo in vm.py https://bugs.launchpad.net/bugs/413894 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vm-builder in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify

[Bug 607636] Re: chardev: opening backend pty failed

2010-07-20 Thread Daniel Adolfsson
Problem solved, I think. /dev/pts was wrongly mounted as: none on /dev/pts type devpts (rw,mode=620,mode=620) ... when it should be: none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620) This could now be an initramfs issue - I installed dropbear recently and it starts up udev and

[Bug 579737] Re: [SRU] OpenVPN client connect hangs on PUSH_REQUEST

2010-07-20 Thread Jonathan Riddell
Accepted into lucid-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: openvpn (Ubuntu Lucid)

[Bug 607648] Re: package freeradius-mysql (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-07-20 Thread Marc Deslauriers
Thank you for using Ubuntu and taking the time to report a bug. Your report should contain, at a minimum, the following information so we can better find the source of the bug and work to resolve it. Submitting the bug about the proper source package is essential. For help see

[Bug 579737] Re: [SRU] OpenVPN client connect hangs on PUSH_REQUEST

2010-07-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/openvpn -- [SRU] OpenVPN client connect hangs on PUSH_REQUEST https://bugs.launchpad.net/bugs/579737 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvpn in ubuntu. -- Ubuntu-server-bugs

[Bug 54918] Re: DNS-lookup to AAAA (IPv6) doesn't seem to work

2010-07-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~greg-franklin-wmrdc/+junk/backuppc-ipv6-fixes -- DNS-lookup to (IPv6) doesn't seem to work https://bugs.launchpad.net/bugs/54918 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to backuppc in ubuntu. --

[Bug 607636] Re: chardev: opening backend pty failed

2010-07-20 Thread Jamie Strandboge
I'm not sure where the bug is. If you can determine what file caused it to be mounted this way, you can use 'dpkg -S file' to determine what package did this. Marking Invalid for now. Feel free to reopen and change to the package causing the error when you determine the cause. ** Changed in:

[Bug 589830] Re: Please ship a ufw application profile for squid

2010-07-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~clint-fewbar/ubuntu/maverick/squid/lp589830 -- Please ship a ufw application profile for squid https://bugs.launchpad.net/bugs/589830 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid in ubuntu. --

[Bug 589830] Re: Please ship a ufw application profile for squid

2010-07-20 Thread Launchpad Bug Tracker
This bug was fixed in the package squid - 2.7.STABLE9-2ubuntu2 --- squid (2.7.STABLE9-2ubuntu2) maverick; urgency=low * Adding ufw file (LP: #589830) * Recovering postinst file lost in merge. -- Clint Byrum cl...@ubuntu.com Tue, 20 Jul 2010 07:49:08 -0700 ** Changed in: squid

[Bug 607835] [NEW] New Upstream Release DRBD 8.3.8.1

2010-07-20 Thread Andres Rodriguez
Public bug reported: The DRBD Kernel module has been included to mainline starting from kernel 2.6.33. The Module included in the Maverick kernel (2.6.35) is DRBD 8.3.8. The new upstream changes are detailed as follows: 8.3.8.1 (api:88/proto:86-94) * Revert delay probes, they could potentially

[Bug 520386] Re: libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge

2010-07-20 Thread Jay
+1 for importance -- libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge https://bugs.launchpad.net/bugs/520386 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 520386] Re: libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge

2010-07-20 Thread Jay
quote : This means that a user will be unable to create a new domain using virt-manager if they are using a network bridge. And this mean that you can't install easily using pxe!!! -- libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager

[Bug 607835] Re: New Upstream Release DRBD 8.3.8.1

2010-07-20 Thread Andres Rodriguez
** Description changed: The DRBD Kernel module has been included to mainline starting from - kernel 2.6.33. + kernel 2.6.33. Related changes: + + rbd8 (2:8.3.8.1-0ubuntu1) maverick; urgency=low + + * New upstream release + * DRBD Kernel Module is now in mainline Kernel. Related changes: +

[Bug 589830] Re: Please ship a ufw application profile for squid

2010-07-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/squid -- Please ship a ufw application profile for squid https://bugs.launchpad.net/bugs/589830 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 584497] Re: The EC2 endpoint should be HTTPS by default

2010-07-20 Thread Dustin Kirkland
Dan, What are the chances we can change the EC2 endpoint to be https? What about the rest as well? ** Also affects: eucalyptus Importance: Undecided Status: New -- The EC2 endpoint should be HTTPS by default https://bugs.launchpad.net/bugs/584497 You received this bug notification

[Bug 607835] Re: New Upstream Release DRBD 8.3.8.1

2010-07-20 Thread Andres Rodriguez
Attaching .orig.tar.gz ** Attachment added: drbd8_8.3.8.1.orig.tar.gz http://launchpadlibrarian.net/52217199/drbd8_8.3.8.1.orig.tar.gz -- New Upstream Release DRBD 8.3.8.1 https://bugs.launchpad.net/bugs/607835 You received this bug notification because you are a member of Ubuntu Server

[Bug 590639] Re: apache exit with signal Segmentation fault (11) on access to https:// if php5-curl enabled

2010-07-20 Thread Greg Hanley
After reading through the comments on the openssl bug report ( http://rt.openssl.org/index.html?q=2305 ) the part about having a Core i7 caught my attention. I am having the same problem but only on one of my servers and not the other; both running 10.04_64 and updated to the same kernel. I have

[Bug 607646] Re: Segmentation fault in PHP5 with pgsql module

2010-07-20 Thread Miroslav Zacek
It looks like something similar was already here one year ago... http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542514 ** Bug watch added: Debian Bug tracker #542514 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542514 -- Segmentation fault in PHP5 with pgsql module

[Bug 607884] Re: 10.04 amd64 libvirt+qemu fails to install Win Server 08 x64 or Win7 x64

2010-07-20 Thread Matt Keys
If it matters the hardware I'm using is a Dell PowerEdge 1855 chassis with ten 1855 blades. They're all configured the same: m...@libvirt01:/$ uname -a Linux libvirt01 2.6.32-23-server #37-Ubuntu SMP Fri Jun 11 09:11:11 UTC 2010 x86_64 GNU/Linux m...@libvirt01:/$ free -m total

[Bug 607884] [NEW] 10.04 amd64 libvirt+qemu fails to install Win Server 08 x64 or Win7 x64

2010-07-20 Thread Matt Keys
Public bug reported: This is on a fresh install of server 10.04 amd64. I selected VM host and SSH upon install, added virt-manager, virt-viewer, xterm, and ubuntu-vm- builder afterwards. I have changed networking to bridge eth0, and set libvirtxml.tmpl to use br0 by default. Using virt-manager

[Bug 579737] Re: [SRU] OpenVPN client connect hangs on PUSH_REQUEST

2010-07-20 Thread Waldo2k2
The version in lucid-proposed fixes this bug. Everything seems stable so far, if I find any problems with the proposed version where is the best place to report them? -- [SRU] OpenVPN client connect hangs on PUSH_REQUEST https://bugs.launchpad.net/bugs/579737 You received this bug notification

[Bug 607646] Re: Segmentation fault in PHP5 with pgsql module

2010-07-20 Thread Miroslav Zacek
I tried recompile php without the suhosin patch and it is still segfaulting. See the *notice in frame #2 address is out of bounds (in function _php_pgsql_notice_ptr_dtor) This bug look very similar to php5 bug #542514 which was found in 5.2.10 and fixed in 5.2.11. ** Attachment added:

[Bug 584229] Re: missing named filter/service patterns

2010-07-20 Thread Kamus
I have sent this issue to upstream tracker for you. ** Bug watch added: SourceForge.net Tracker #3032299 http://sourceforge.net/support/tracker.php?aid=3032299 ** Changed in: logwatch Importance: Undecided = Unknown ** Changed in: logwatch Status: New = Unknown ** Changed in:

[Bug 604110] Re: munin-node-configure --shell fails on lucid

2010-07-20 Thread Aaron Brashears
I dug into this a little today by running strace on the call: sudo strace munin-node-configure --shell strace.output Examining that led to the suspicious discover that somebody was attempting to use the Text::CSV_XS library and not finding it so I installed libtext-csv-xs-perl and tried again

[Bug 589830] Re: Please ship a ufw application profile for squid

2010-07-20 Thread Clint Byrum
Sponsors, squid is already uploaded. Please see the associated merge request for squid3. ** Changed in: squid3 (Ubuntu) Status: In Progress = Confirmed ** Changed in: squid3 (Ubuntu) Assignee: Clint Byrum (clint-fewbar) = (unassigned) ** Changed in: squid (Ubuntu) Assignee:

[Bug 607584] Re: rhythmbox crashed with SIGSEGV in dl_iterate_phdr()

2010-07-20 Thread Bratmaxe
** Attachment added: CoreDump.gz http://launchpadlibrarian.net/52194565/CoreDump.gz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/52194566/Dependencies.txt ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/52194567/Disassembly.txt ** Attachment

[Bug 374283] Re: drscheme doesn't appear it the Applications/Programming menu

2010-07-20 Thread Bug Watch Updater
** Changed in: plt-scheme (Debian) Status: Unknown = New -- drscheme doesn't appear it the Applications/Programming menu https://bugs.launchpad.net/bugs/374283 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 606492] Re: E:Error, pkgProblemResolver::Resolve generated breaks

2010-07-20 Thread cyberb764
apport information ** Tags added: apport-collected ** Description changed: Could not calculate the upgrade An unresolvable problem occurred while calculating the upgrade. Please report this bug against the 'update-manager' package and include the following error message:

[Bug 559603] Re: [10.04 regression] user switch leaves original session unusable

2010-07-20 Thread Anatol
I cannot reproduce this problem neither. -- [10.04 regression] user switch leaves original session unusable https://bugs.launchpad.net/bugs/559603 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 430069] Re: Yahoo! Admin says that kopete is a version of Yahoo! Messenger that is no longer supported

2010-07-20 Thread Harald Sitter
https://wiki.ubuntu.com/HardyReleaseNotes The official release notes clearly state [...] Ubuntu 8.04 LTS and version 8.04 of Kubuntu and Xubuntu.. Also the fact that this is not noted on the release page http://www.kubuntu.org/news/8.04-release is because it does not mention that it is LTS

[Bug 430069] Re: Yahoo! Admin says that kopete is a version of Yahoo! Messenger that is no longer supported

2010-07-20 Thread Harald Sitter
That said. If it is so important for you to stay on 8.04 (which is very scarey btw), then you can gladly create a fix yourself, we can then see that it gets into the Ubuntu archive. -- Yahoo! Admin says that kopete is a version of Yahoo! Messenger that is no longer supported

[Bug 607587] [NEW] acovea ftbfs in maverick

2010-07-20 Thread Bhavani Shankar
Public bug reported: Binary package hint: acovea Buildlog: http://people.ubuntuwire.org/~lucas/ubuntu- nbs/32/acovea_5.1.1-2_lubuntu32.buildlog http://people.ubuntuwire.org/~lucas/ubuntu- nbs/64/acovea_5.1.1-2_lubuntu64.buildlog ** Affects: acovea (Ubuntu) Importance: Undecided

[Bug 607584]

2010-07-20 Thread Apport retracing service
StacktraceTop: _Unwind_IteratePhdrCallback (info=0xb3f92d78, size=40, ptr=0xb3f92dbc) *__GI___dl_iterate_phdr ( _Unwind_Find_FDE (pc=0x155a8d, bases=0xb3f92fc8) ?? () from /lib/libgcc_s.so.1 ?? () from /lib/libgcc_s.so.1 -- rhythmbox crashed with SIGSEGV in dl_iterate_phdr()

[Bug 607584] Stacktrace.txt

2010-07-20 Thread Apport retracing service
** Attachment added: Stacktrace.txt http://launchpadlibrarian.net/52195069/Stacktrace.txt -- rhythmbox crashed with SIGSEGV in dl_iterate_phdr() https://bugs.launchpad.net/bugs/607584 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 607584] ThreadStacktrace.txt

2010-07-20 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt http://launchpadlibrarian.net/52195072/ThreadStacktrace.txt ** Attachment removed: CoreDump.gz http://launchpadlibrarian.net/52194565/CoreDump.gz ** Changed in: rhythmbox (Ubuntu) Importance: Undecided = Medium ** Tags removed:

[Bug 607587] Re: acovea ftbfs in maverick

2010-07-20 Thread Bhavani Shankar
** Patch added: the patch diff http://launchpadlibrarian.net/52195185/acovea.diff ** Changed in: acovea (Ubuntu) Status: New = Confirmed ** Branch linked: lp:ubuntu/acovea -- acovea ftbfs in maverick https://bugs.launchpad.net/bugs/607587 You received this bug notification because

[Bug 607570] Re: Can't install Ardour in Maverick

2010-07-20 Thread Philip Muškovac
Thank you for taking the time to report this bug and helping to make Ubuntu better. This bug did not have a package associated with it, which is important for ensuring that it gets looked at by the proper developers. You can learn more about finding the right package at

[Bug 607570] Re: Can't install Ardour in Maverick

2010-07-20 Thread Philip Muškovac
Actually, wrong package, it's libjack0 that's failing to install.. libjack0: Conflicts: jackd ( 1.9.5~dfsg-13ubuntu1) but 5 is to be installed. jackd: Depends: jackd2 but it is not installable. or jackd1 but it is not installable. ** Package changed: ardour (Ubuntu) =

[Bug 607437] Re: the grid on desktop is much too fine

2010-07-20 Thread Philip Muškovac
Thank you for taking the time to report this bug and helping to make Ubuntu better. This bug did not have a package associated with it, which is important for ensuring that it gets looked at by the proper developers. You can learn more about finding the right package at

[Bug 607437] Re: the grid on desktop is much too fine

2010-07-20 Thread Philip Muškovac
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please execute the following command, as it will automatically gather debugging information, in a terminal: apport-collect 607437 This will help us to find and resolve the problem. Bear in mind that you may need

[Bug 605363] Re: Please sync ucimf-openvanilla (2.10.11-1) from Debian Sid

2010-07-20 Thread Fabrice Coutadeur
Hi, Is there a bug report for this sync? If so, please reference it here, as it will make possible doing the follow-up. Thanks, Fabrice -- Please sync ucimf-openvanilla (2.10.11-1) from Debian Sid https://bugs.launchpad.net/bugs/605363 You received this bug notification because you are a

[Bug 574743] Re: this package seems to require python version 3, while 2.6 is installed

2010-07-20 Thread inigo
I have the same problem :-( File /usr/lib/pymodules/python2.6/matplotlib/backends/backend_wxagg.py, line 23, in module import backend_wx # already uses wxversion.ensureMinimal('2.8') File /usr/lib/pymodules/python2.6/matplotlib/backends/backend_wx.py, line 145, in module raise

[Bug 571190] Re: check-new-release crashed with IOError in print_usage()

2010-07-20 Thread Apport retracing service
** Tags added: bugpattern-needed -- check-new-release crashed with IOError in print_usage() https://bugs.launchpad.net/bugs/571190 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 607589] [NEW] package gmp-ecm 6.2-1 failed to install/upgrade: trying to overwrite '/usr/bin/ecm', which is also in package ecm 0:1.00-0ubuntu2

2010-07-20 Thread Sturle Sunde
Private bug reported: Binary package hint: gmp-ecm /usr/bin/ecm is in both gmp-ecm and in ecm, which I installed in error while looking for gmp-ecm. apt-get install didn't report any conflict. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: gmp-ecm 6.2-1 ProcVersionSignature: Ubuntu

[Bug 607589] Re: package gmp-ecm 6.2-1 failed to install/upgrade: trying to overwrite '/usr/bin/ecm', which is also in package ecm 0:1.00-0ubuntu2

2010-07-20 Thread Sturle Sunde
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/52175730/Dependencies.txt ** Attachment added: Df.txt http://launchpadlibrarian.net/52175731/Df.txt ** Attachment added: Dmesg.txt http://launchpadlibrarian.net/52175732/Dmesg.txt ** Attachment added:

[Bug 607589] Re: package gmp-ecm 6.2-1 failed to install/upgrade: trying to overwrite '/usr/bin/ecm', which is also in package ecm 0:1.00-0ubuntu2

2010-07-20 Thread Sturle Sunde
How can I delete this? -- package gmp-ecm 6.2-1 failed to install/upgrade: trying to overwrite '/usr/bin/ecm', which is also in package ecm 0:1.00-0ubuntu2 https://bugs.launchpad.net/bugs/607589 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct

[Bug 607588] Re: check-new-release crashed with IOError in print_usage()

2010-07-20 Thread Apport retracing service
*** This bug is a duplicate of bug 571190 *** https://bugs.launchpad.net/bugs/571190 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #571190, so is being marked as such. Please

[Bug 606989] Re: /var/run /var/lock mounts prevent umount of /var at shutdown

2010-07-20 Thread Philip Muškovac
** Tags added: lucid -- /var/run /var/lock mounts prevent umount of /var at shutdown https://bugs.launchpad.net/bugs/606989 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

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

2010-07-20 Thread Andy
will this be fixed in lucid? -- virt-manager fails if target system uses tcsh as root shell https://bugs.launchpad.net/bugs/605172 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 605363] Re: Please sync ucimf-openvanilla (2.10.11-1) from Debian Sid

2010-07-20 Thread Aron Xu
Hi Fabrice, It is LP #605359 . Regards, Aron Xu -- Please sync ucimf-openvanilla (2.10.11-1) from Debian Sid https://bugs.launchpad.net/bugs/605363 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 602216] Re: WARNING: at /build/buildd/linux-2.6.35/ubuntu/aufs/plink.c:332 au_plink_append 0x1f1/0x2e0 [aufs]()

2010-07-20 Thread James Holland
I got this bug while installing updates on the LiveCD. I was using the 32 bit daily build for July 19th. I'm not sure which update was installing at the time, but I'm fairly sure it was a kernel one. The updates installed successfully. -- WARNING: at

[Bug 289918] Re: Regression: Connecting to FreeNX breaks keyboard layout in Intrepid

2010-07-20 Thread Ben McCann
This is broken for me and none of the workarounds have helped. My client and server machines are both running Lucid. I am running the official NX client and server so the bug is not in freenx. I'd be nice if we could get the importance bumped up from low and hopefully get the bug assigned to

[Bug 607591] [NEW] package linux-image-2.6.32-23-generic-pae 2.6.32-23.37 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-07-20 Thread Venkatesha T R
Public bug reported: Whenever I upgrade or install any components or applications, the installation succeeds and it tries to configure the linux- image-2.6.32-23-generic-pae since it is unconfigured (it says so). But the configure fails with some problems. Even though the applications that I

[Bug 607591] Re: package linux-image-2.6.32-23-generic-pae 2.6.32-23.37 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-07-20 Thread Venkatesha T R
** Attachment added: AptOrdering.txt http://launchpadlibrarian.net/52194797/AptOrdering.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/52194798/Dependencies.txt ** Attachment added: Df.txt http://launchpadlibrarian.net/52194799/Df.txt ** Attachment added:

[Bug 607192] Re: Evolution crash ** (evolution:31513): CRITICAL **: categories_icon_theme_hack: assertion

2010-07-20 Thread Nadav
Evolution isn't crash now ** Changed in: evolution (Ubuntu) Status: Incomplete = Invalid -- Evolution crash ** (evolution:31513): CRITICAL **: categories_icon_theme_hack: assertion https://bugs.launchpad.net/bugs/607192 You received this bug notification because you are a member of

[Bug 579107] Re: When I am loged into 2 websites (Juno and Tagged) my web browser shuts down.

2010-07-20 Thread drew212
This bug report is being closed due to your last comment regarding this being fixed with an update. For future reference you can manage the status of your own bugs by clicking on the current status in the yellow line and then choosing a new status in the revealed drop down box. You can learn more

[Bug 559822] Re: editra is provided by both the editra package and python-wxtools and conflicts

2010-07-20 Thread Devid Antonio Filoni
** Also affects: editra (Ubuntu Lucid) Importance: Undecided Status: New ** Also affects: wxwidgets2.8 (Ubuntu Lucid) Importance: Undecided Status: New ** Changed in: wxwidgets2.8 (Ubuntu Lucid) Status: New = In Progress ** Changed in: wxwidgets2.8 (Ubuntu Lucid)

[Bug 536699] Re: hda-intel spurious response messages and intermittent GDM startup with Intel D945GCLF Motherboard

2010-07-20 Thread chrone
thanks Allen, set the IGD aperture size back to 256 fixed my no audio problem too! :D it's funny how VGA could affect Audio nowadays.. -- hda-intel spurious response messages and intermittent GDM startup with Intel D945GCLF Motherboard https://bugs.launchpad.net/bugs/536699 You received this

[Bug 379573] Re: sudo update-alternatives does not configure the default python-wxgtk in Jaunty

2010-07-20 Thread Devid Antonio Filoni
** Also affects: wxwidgets2.6 (Ubuntu Lucid) Importance: Undecided Status: New ** Also affects: wxwidgets2.8 (Ubuntu Lucid) Importance: Undecided Status: New ** Changed in: wxwidgets2.6 (Ubuntu Lucid) Status: New = In Progress ** Changed in: wxwidgets2.6 (Ubuntu

[Bug 607551] Re: nvidia drivers not working

2010-07-20 Thread Harry
Hi José, You may have already done this, but this may help 1) do not use xorg-server 1.9 (1.8.99...), NVidia proprietary dirvers do not support it yet 2) reinstall nvidia-current_256.35_0ubuntu2 3) run in terminal: sudo nvidia-xconfig Otherwise, does your graphics card support new nvidia drivers

Re: [Bug 605363] Re: Please sync ucimf-openvanilla (2.10.11-1) from Debian Sid

2010-07-20 Thread Aron Xu
Hi, Bug #605361 is also a required dependency. libucimf and openvanilla-moudules should be synced before ucimf-openvanilla and fbterm-ucimf packages to satisfy the following packages' build time dependency. Regards, Aron Xu -- Please sync ucimf-openvanilla (2.10.11-1) from Debian Sid

[Bug 540390] Re: gvfsd-archive incorrectly mounts bluray/udf iso

2010-07-20 Thread Mantas Kriaučiūnas
** Also affects: baltix Importance: Undecided Status: New -- gvfsd-archive incorrectly mounts bluray/udf iso https://bugs.launchpad.net/bugs/540390 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-07-20 Thread Stephen Kitt
On Mon, Jul 19, 2010 at 11:23:23PM -, Dmitry Torokhov wrote: Would you kindly remove the jskeepalive from your distribution and instead raise a proper bugreport on bugzilla.kernel.org so that automatic PM is disabled or fixed for that device? Please CC Jiri Kosina and Oliver Neikum on the

[Bug 584092] Re: Won't burn bluray (BD-R)

2010-07-20 Thread Mantas Kriaučiūnas
** Bug watch added: KDE Bug Tracking System #236069 http://bugs.kde.org/show_bug.cgi?id=236069 ** Changed in: k3b Status: Invalid = Unknown ** Changed in: k3b Remote watch: KDE Bug Tracking System #237324 = KDE Bug Tracking System #236069 -- Won't burn bluray (BD-R)

[Bug 519075] Re: Eqonomize crashes on startup

2010-07-20 Thread Thomas Neumann
Have you tried cleaning your package cache before running these commands? (sudo aptitude clean). There is definitively something funny happening here, I think some package is lying about its version number. Of course it could be that I had accidentally replaced the offending package earlier

[Bug 289918] Re: Regression: Connecting to FreeNX breaks keyboard layout in Intrepid

2010-07-20 Thread Ben McCann
** Changed in: freenx-server Status: Invalid = Confirmed -- Regression: Connecting to FreeNX breaks keyboard layout in Intrepid https://bugs.launchpad.net/bugs/289918 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 607594] [NEW] apthistory.py : deprecated 'debian_bundle'

2010-07-20 Thread dino99
Public bug reported: Binary package hint: software-center logged into /var/log/apt/term.log on updated maverick: Paramétrage de gtk2-engines-sapwood (3.1.1.debian.10+0m5-1ubuntu1) ... /usr/share/software-center/softwarecenter/apt/apthistory.py:32: DeprecationWarning: please use 'debian'

[Bug 607594] Re: apthistory.py : deprecated 'debian_bundle'

2010-07-20 Thread dino99
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/52196030/Dependencies.txt -- apthistory.py : deprecated 'debian_bundle' https://bugs.launchpad.net/bugs/607594 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 607596] [NEW] Could not determine the upgrade

2010-07-20 Thread AndyRobbo
Public bug reported: Binary package hint: yelp Could not determine the upgrade An unresolvable problem occurred while calculating the upgrade. Please report this bug in the 'update-manager' package and try to include the following error message: 'E:Error, pkgProblemResolver::Resolve generated

[Bug 607596] Re: Could not determine the upgrade

2010-07-20 Thread AndyRobbo
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/52196272/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/52196273/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/52196274/ProcStatus.txt ** Attachment

[Bug 607595] [NEW] clasp

2010-07-20 Thread Thomas Krennwallner
Public bug reported: clasp is an answer set solver for (extended) normal logic programs. It combines the high-level modeling capacities of answer set programming (ASP) with state-of-the-art techniques from the area of Boolean constraint solving. The primary clasp algorithm relies on conflict-

[Bug 602216] Re: WARNING: at /build/buildd/linux-2.6.35/ubuntu/aufs/plink.c:332 au_plink_append 0x1f1/0x2e0 [aufs]()

2010-07-20 Thread Sergey Shnatsel Davidoff
** Description changed: - I got this bug when testing Lucid alpha 2. I was listening to a flac + I got this bug when testing Maverick alpha 2. I was listening to a flac track in Rhythmbox, then closed it and got this kernel oops. ProblemType: KernelOops DistroRelease: Ubuntu 10.10

[Bug 289918] Re: Regression: Connecting to FreeNX breaks keyboard layout in Intrepid

2010-07-20 Thread Ben McCann
** Changed in: metacity (Ubuntu) Status: Incomplete = Confirmed -- Regression: Connecting to FreeNX breaks keyboard layout in Intrepid https://bugs.launchpad.net/bugs/289918 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 607597] [NEW] [needs-packaging] gringo

2010-07-20 Thread Thomas Krennwallner
Public bug reported: Current answer set solvers work on variable-free programs. Hence, a grounder is needed that, given an input program with first-order variables, computes an equivalent ground (variable-free) program. Gringo is such a grounder. Its output can be processed further with clasp,

[Bug 607595] Re: clasp

2010-07-20 Thread Thomas Krennwallner
** Changed in: ubuntu Assignee: (unassigned) = Thomas Krennwallner (tkren) ** Changed in: ubuntu Status: New = In Progress -- clasp https://bugs.launchpad.net/bugs/607595 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 605825] Re: every OpenGL-program crashes on intel GMA X3100 (failed assertion region-tiling != 1)

2010-07-20 Thread Mirco Müller
Here's an interesting observation. On 19.7.2010 I pulled updates via synaptic in the hope it would pull in a fix for this that might have happened. But that wasn't the case. Then I pulled the live-cd image of the same day, put it on a usb-stick and did a fresh install from that one. This actually

[Bug 601133] Re: Applications place remains focused after starting an application

2010-07-20 Thread Omer Akram
this has been fixed before the previous release ** Changed in: unity (Ubuntu) Status: Confirmed = Fix Released ** Changed in: unity Status: Fix Committed = Fix Released -- Applications place remains focused after starting an application https://bugs.launchpad.net/bugs/601133 You

[Bug 533638] Re: Failed upgrade from hardy-lucid

2010-07-20 Thread Michael Vogt
This problem should be indeed fixed with the findutils (4.4.2-1ubuntu1) upload. ** Changed in: update-manager (Ubuntu) Status: New = Fix Released -- Failed upgrade from hardy-lucid https://bugs.launchpad.net/bugs/533638 You received this bug notification because you are a member of

[Bug 605105] Re: Mutter uses excessive amounts of CPU when playing a video

2010-07-20 Thread Omer Akram
** Also affects: unity (Ubuntu) Importance: Undecided Status: New ** Changed in: unity (Ubuntu) Importance: Undecided = Medium ** Changed in: unity (Ubuntu) Status: New = Triaged -- Mutter uses excessive amounts of CPU when playing a video

[Bug 604777] Re: Unity causing massive memory leak when hovering over the quicklists

2010-07-20 Thread Omer Akram
happens on Nvidia too but in that case instead of virtual memory, ram usage keeps on increasing. -- Unity causing massive memory leak when hovering over the quicklists https://bugs.launchpad.net/bugs/604777 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 603022] Re: [MIR] mlterm

2010-07-20 Thread Usama Akkad
it could be an additional choice in Language Selector next to Translation Additional fonts input methods and spell checkers it could be RTL enabled terminal (Mlterm) but this is just an idea. many RTL user will already know that Mlterm is better for RTL text, and it could be the default terminal

[Bug 562948] Re: Upgrade 8.04 LTS - 10.04 LTS fails at circular dependency with openoffice.org extensions

2010-07-20 Thread Michael Vogt
** Changed in: update-manager (Ubuntu) Importance: Undecided = High -- Upgrade 8.04 LTS - 10.04 LTS fails at circular dependency with openoffice.org extensions https://bugs.launchpad.net/bugs/562948 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 447892] Re: [i855gm] Freeze shortly after X startup on Intel i855

2010-07-20 Thread Olie
I have also removed the raof packages, and I am now using the glasen PPA using the potential solution and workaround A from the wiki link in comment #97. This seems to be working without problems. -- [i855gm] Freeze shortly after X startup on Intel i855 https://bugs.launchpad.net/bugs/447892 You

[Bug 607599] [NEW] cant recive updates

2010-07-20 Thread maurizio
Public bug reported: Binary package hint: software-center E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. E: _cache-open() failed, please report. ProblemType: Bug Architecture: i386 Date: Tue Jul 20 01:13:42 2010 DistroRelease: Ubuntu 9.10

[Bug 607599] Re: cant recive updates

2010-07-20 Thread maurizio
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/52196523/Dependencies.txt ** Attachment added: XsessionErrors.txt http://launchpadlibrarian.net/52196524/XsessionErrors.txt -- cant recive updates https://bugs.launchpad.net/bugs/607599 You received this bug notification

  1   2   3   4   5   6   7   8   9   10   >