[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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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)
https://bugs.launchpad.net/bugs/571057
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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 notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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
https://bugs.launchpad.net/bugs/564355
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-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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
Server Team, which is subscribed to tgt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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 libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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 can tell, in which case doing the bit shift causes
the problem. I am not sure why it was added, but it probably was needed
for something.

# Check if userspace uses this device
my $lsof_check = check_exe(lsof);
if ($lsof_check ne 1) {
system(lsof $backing_store /dev/null);
my $exit_value  = $?  8;
if ($exit_value eq 0) {
execute(# Device $backing_store is used (already tgtd 
target?).);
execute(# Run 'lsof $backing_store' to see the 
details.);
return 0;
}
}
return 1;
}

-- 
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
Server Team, which is subscribed to tgt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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 command (as printed in the log file) manually - and it works.
I believe qemu bails because openpty() fails - as a direct result of
chown() failing.

Both qemu and libvirtd is running as root - and apparmor is not active.

This could be a capabilies issue.

(from strace)
[pid  3058] getuid()= 0

[pid  3058] chown(/dev/pts/3, 0, 5)   = -1 EPERM (Operation not permitted)

(from /proc/[pid of libvirtd]/status)
Uid:0   0   0   0
Gid:0   0   0   0
CapPrm: 
CapEff: 
CapBnd: 

(from /proc/[pid of qemu]/status)
Uid:0   0   0   0
Gid:0   0   0   0
CapPrm: fffc
CapEff: fffc
CapBnd: fffc

(ls -la /dev/pts)
drwxr-xr-x  2 root  root  0 2010-04-19 09:30 .
c-  1 root  root   5, 2 2010-07-19 13:55 ptmx

(mount)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,mode=620,mode=620)

(qemu-log)
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin 
/usr/bin/kvm -S -M pc-0.12 -enable-kvm -m 512 -smp 1 -name ferret -uuid 
1e2e6382-904d-11df-9ea9-0040d0c0493e -nographic -chardev 
socket,id=monitor,path=/var/lib/libvirt/qemu/ferret.monitor,server,nowait 
-monitor chardev:monitor -boot c -drive 
file=/dev/mapper/vg0-lv3,if=virtio,index=0,boot=on -net 
nic,macaddr=52:54:00:43:4a:33,vlan=0,model=virtio,name=virtio.0 -net 
tap,ifname=tap0,script=/bin/true,vlan=0,name=tap.0 -chardev pty,id=serial0 
-serial chardev:serial0 -parallel none -usb

Any ideas?

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

-- 
chardev: opening backend pty failed
https://bugs.launchpad.net/bugs/607636
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tgt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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 member of Ubuntu
Server Team, which is subscribed to tgt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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 ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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 notification because you are a member of Ubuntu
Server Team, which is subscribed to tgt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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)

** Changed in: qemu-kvm (Ubuntu)
   Status: Confirmed = Incomplete

-- 
kvm images losing connectivity w/bridged network
https://bugs.launchpad.net/bugs/584048
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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 of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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 settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 various other initramfs-scripts.

This is not an libvirt bug.. never was ;)

So where does the bug belong now?

-- 
chardev: opening backend pty failed
https://bugs.launchpad.net/bugs/607636
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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)
   Status: New = Fix Committed

** Tags added: verification-needed

-- 
[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 mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 https://wiki.ubuntu.com/Bugs/FindRightPackage . Additionally,
in the report please include:

1) The release of Ubuntu you are using, via 'cat /etc/lsb-release' or System - 
About Ubuntu.
2) The version of the package you are using, via 'dpkg -l PKGNAME | cat' or by 
checking in Synaptic.
3) What happened and what you expected to happen.

The Ubuntu community has also created debugging procedures for a wide
variety of packages at https://wiki.ubuntu.com/DebuggingProcedures .
Following the debugging instructions for the affected package will make
your bug report much more complete. Thanks!


** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Changed in: freeradius (Ubuntu)
   Status: New = Invalid

-- 
package freeradius-mysql (not installed) failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/607648
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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 mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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: libvirt (Ubuntu)
   Status: New = Invalid

-- 
chardev: opening backend pty failed
https://bugs.launchpad.net/bugs/607636
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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 (Ubuntu)
   Status: In Progress = Fix Released

-- 
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 lead to stalled resync.
   Feature is being re-implemented differently
 * DRBD ocf resource agent now treats hostnames case insensitive

8.3.8 (api:88/proto:86-94)

 * Do not expose failed local READs to upper layers, regression introduced
   in 8.3.3
 * Fixed support for devices with 4k hard sector size (again)
 * Fixed a potential Oops in the disconnect code
 * Fixed a race condition that could cause DRBD to consider the peers disk
   as Inconstent after resync instead of UpToDate (Bugz 271)
 * Fixed a reace condition that could cause DRBD to consider the peers disk
   as Outdated instead of Inconsistent during resync (Bugz 277)
 * Disallow to start a resync with invalidate / invalidate-remote when the
   source disk is not UpToDate
 * Forcing primary works now also for Consistent, not only for Outdated and
   Inconsistent (Bugz 266)
 * Improved robustness against corrupt or malicous sector addresses when
   receiving data
 * Added the initial-split-brain, it gets called also if the split-brain gets
   automatically resolved
 * Added the --assume-clean option for the resize command, it causes drbd to
   not resync the new storage after an online grow operation
 * drbdadm: Do not segfault if stacked-on-top-of refers to an undefined res
 * drbdadm: Do not consider configs with invalid after statements as invalid
 * drbdadm: Do not segfault if the peer's proxy section is missing
 * drbdadm: Allow nullglob in include statement
 * drbdadm: Fixed the use of waitpid
 * init script: fix insserv headers (Debian 576901)
 * Gave the receiving code the ability to use multiple BIOs for writing a
   single data packet; now DRBD works with BIOs up to 32kByte also on LVM
   devices; from now on the use_bmbv config option does nothing
 * New command check-resize, that allows DRBD to detect offline resizing
   and to move internal meta-data accordingly
 * Added a control loop, that allows DRBD to find auto tune the resync
   speed, on connections with large queues (drbd-proxy)
 * --dry-run option for connect; disconnects after sync handshake
 * --overwrite-data-of-peer got an alias named --force
 * Improvements to crm-fence-peer
 * Fixed option parsing and stacking in snapshot-resync-target-lvm.sh
 * Compiles on 2.6.33 and 2.6.34

** Affects: drbd8 (Ubuntu)
 Importance: Medium
 Assignee: Andres Rodriguez (andreserl)
 Status: In Progress

** Changed in: drbd8 (Ubuntu)
   Status: New = In Progress

** Changed in: drbd8 (Ubuntu)
   Importance: Undecided = Medium

** Changed in: drbd8 (Ubuntu)
 Assignee: (unassigned) = Andres Rodriguez (andreserl)

-- 
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 Team, which is subscribed to drbd8 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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 to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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 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 to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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:
+ - debian/control:
+   + Comment out drbd8-source package.
+   + Drop Depends on drbd8-source for drbd8-utils package.
+ - debian/rules: Comment rules related to -source package installation.
+   * debian/patches/01_ubuntu_cn_idx.dpatch: Update CN_IDX to 0x8.
  
  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 lead to stalled resync.
-Feature is being re-implemented differently
-  * DRBD ocf resource agent now treats hostnames case insensitive
+  * Revert delay probes, they could potentially lead to stalled resync.
+    Feature is being re-implemented differently
+  * DRBD ocf resource agent now treats hostnames case insensitive
  
  8.3.8 (api:88/proto:86-94)
  
-  * Do not expose failed local READs to upper layers, regression introduced
-in 8.3.3
-  * Fixed support for devices with 4k hard sector size (again)
-  * Fixed a potential Oops in the disconnect code
-  * Fixed a race condition that could cause DRBD to consider the peers disk
-as Inconstent after resync instead of UpToDate (Bugz 271)
-  * Fixed a reace condition that could cause DRBD to consider the peers disk
-as Outdated instead of Inconsistent during resync (Bugz 277)
-  * Disallow to start a resync with invalidate / invalidate-remote when the
-source disk is not UpToDate
-  * Forcing primary works now also for Consistent, not only for Outdated and
-Inconsistent (Bugz 266)
-  * Improved robustness against corrupt or malicous sector addresses when
-receiving data
-  * Added the initial-split-brain, it gets called also if the split-brain gets
-automatically resolved
-  * Added the --assume-clean option for the resize command, it causes drbd to
-not resync the new storage after an online grow operation
-  * drbdadm: Do not segfault if stacked-on-top-of refers to an undefined res
-  * drbdadm: Do not consider configs with invalid after statements as invalid
-  * drbdadm: Do not segfault if the peer's proxy section is missing
-  * drbdadm: Allow nullglob in include statement
-  * drbdadm: Fixed the use of waitpid
-  * init script: fix insserv headers (Debian 576901)
-  * Gave the receiving code the ability to use multiple BIOs for writing a
-single data packet; now DRBD works with BIOs up to 32kByte also on LVM
-devices; from now on the use_bmbv config option does nothing
-  * New command check-resize, that allows DRBD to detect offline resizing
-and to move internal meta-data accordingly
-  * Added a control loop, that allows DRBD to find auto tune the resync
-speed, on connections with large queues (drbd-proxy)
-  * --dry-run option for connect; disconnects after sync handshake
-  * --overwrite-data-of-peer got an alias named --force
-  * Improvements to crm-fence-peer
-  * Fixed option parsing and stacking in snapshot-resync-target-lvm.sh
-  * Compiles on 2.6.33 and 2.6.34
+  * Do not expose failed local READs to upper layers, regression introduced
+    in 8.3.3
+  * Fixed support for devices with 4k hard sector size (again)
+  * Fixed a potential Oops in the disconnect code
+  * Fixed a race condition that could cause DRBD to consider the peers disk
+    as Inconstent after resync instead of UpToDate (Bugz 271)
+  * Fixed a reace condition that could cause DRBD to consider the peers disk
+    as Outdated instead of Inconsistent during resync (Bugz 277)
+  * Disallow to start a resync with invalidate / invalidate-remote when the
+    source disk is not UpToDate
+  * Forcing primary works now also for Consistent, not only for Outdated and
+    Inconsistent (Bugz 266)
+  * Improved robustness against corrupt or malicous sector addresses when
+    receiving data
+  * Added the initial-split-brain, it gets called also if the split-brain gets
+    automatically resolved
+  * Added the --assume-clean option for the resize command, it causes drbd to
+    not resync the new storage after an online grow operation
+  * drbdadm: Do not segfault if stacked-on-top-of refers to an undefined res
+  * drbdadm: Do not consider configs with invalid after statements as invalid
+  * drbdadm: Do not segfault if the peer's proxy section is missing
+  * drbdadm: Allow nullglob in include statement
+  * drbdadm: Fixed the use of waitpid
+  * init script: fix insserv headers (Debian 576901)
+  * Gave the receiving code the ability to use multiple BIOs for writing a
+    single data packet; now DRBD works with BIOs up to 32kByte also on LVM
+    devices; from now on the use_bmbv config option does nothing
+  * New command check-resize, that allows 

[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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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 Team, which is subscribed to drbd8 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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 two VMware ESXi servers, one is running quad-core
Xeon X5550s and the other is running hex-core Xeon X5650s (same
generation as the i7s).  I moved the VM that was working from the older
server to the new, and when using ssl, Apache started seg faulting,
having made no changes to the configuration.

Miroslav Zacek:  It sounds like you have found the issue in openssl.  Is
there any other troubleshooting I can do to help?

-- 
apache exit with signal Segmentation fault (11) on access to https:// if 
php5-curl enabled
https://bugs.launchpad.net/bugs/590639
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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
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 ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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   used   free sharedbuffers cached
Mem: 16082   1917  14164  0 58604
-/+ buffers/cache:   1255  14826
Swap: 1952  0   1952
m...@libvirt01:/$ cat /proc/cpuinfo 
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 15
model   : 4
model name  : Intel(R) Xeon(TM) CPU 3.20GHz
stepping: 1
cpu MHz : 3199.916
cache size  : 1024 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 1
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm 
constant_tsc pebs bts pni dtes64 monitor ds_cpl cid cx16 xtpr
bogomips: 6399.83
clflush size: 64
cache_alignment : 128
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 15
model   : 4
model name  : Intel(R) Xeon(TM) CPU 3.20GHz
stepping: 1
cpu MHz : 3199.916
cache size  : 1024 KB
physical id : 3
siblings: 2
core id : 0
cpu cores   : 1
apicid  : 6
initial apicid  : 6
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm 
constant_tsc pebs bts pni dtes64 monitor ds_cpl cid cx16 xtpr
bogomips: 6400.31
clflush size: 64
cache_alignment : 128
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 2
vendor_id   : GenuineIntel
cpu family  : 15
model   : 4
model name  : Intel(R) Xeon(TM) CPU 3.20GHz
stepping: 1
cpu MHz : 3199.916
cache size  : 1024 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 1
apicid  : 1
initial apicid  : 1
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm 
constant_tsc pebs bts pni dtes64 monitor ds_cpl cid cx16 xtpr
bogomips: 6400.27
clflush size: 64
cache_alignment : 128
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 3
vendor_id   : GenuineIntel
cpu family  : 15
model   : 4
model name  : Intel(R) Xeon(TM) CPU 3.20GHz
stepping: 1
cpu MHz : 3199.916
cache size  : 1024 KB
physical id : 3
siblings: 2
core id : 0
cpu cores   : 1
apicid  : 7
initial apicid  : 7
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm 
constant_tsc pebs bts pni dtes64 monitor ds_cpl cid cx16 xtpr
bogomips: 6400.30
clflush size: 64
cache_alignment : 128
address sizes   : 36 bits physical, 48 bits virtual
power management:

m...@libvirt01:/$

-- 
10.04 amd64 libvirt+qemu fails to install Win Server 08 x64 or Win7 x64
https://bugs.launchpad.net/bugs/607884
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 locally on the
host I attempt to install Windows Server 2008 R2 x64 from DVD .ISO. I
selected Windows and Windows 2008 from the drop-down list, set it 1
CPU, 4096 MB RAM, 40GB disk (I tried both thin and full provisioned
disk). It successfully creates the disk, but when it goes to create the
domain it fails with this message:

Unable to complete install 'class 'libvirt.libvirtError' operation failed: 
failed to retrieve chardev info in qemu with 'info chardev'
Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/create.py, line 1436, in do_install
dom = guest.start_install(False, meter = meter)
  File /usr/lib/pymodules/python2.6/virtinst/Guest.py, line 660, in 
start_install
return self._do_install(consolecb, meter, removeOld, wait)
  File /usr/lib/pymodules/python2.6/virtinst/Guest.py, line 758, in 
_do_install
self.domain = self.conn.createLinux(install_xml, 0)
  File /usr/lib/python2.6/dist-packages/libvirt.py, line 1097, in createLinux
if ret is None:raise libvirtError('virDomainCreateLinux() failed', 
conn=self)
libvirtError: operation failed: failed to retrieve chardev info in qemu with 
'info chardev'
'

I deleted the vm image, then attempted a Ubuntu server 10.04 i386
installation which worked fine. I then attempted a Windows 7 x64
installation. I didn't receive the same message, but it gave me the
blue screen of death with the message of:

STOP: 0x001E (0x, 0x,
0x, 0x)

Windows XP 32bit installs just fine.

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

-- 
10.04 amd64 libvirt+qemu fails to install Win Server 08 x64 or Win7 x64
https://bugs.launchpad.net/bugs/607884
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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: backtrace
   http://launchpadlibrarian.net/52220534/gdb-apache2_php_no_suhosin.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 ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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: logwatch
 Remote watch: None = SourceForge.net Tracker #3032299

** Tags added: patch-forwarded-upstream
** Tags removed: patch-needsforwarding-upstream

-- 
missing named filter/service patterns
https://bugs.launchpad.net/bugs/584229
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to logwatch in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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 with no real change in
output. Examining the output of strace more revealed that all 109
SIGCHLD actually returned 0.

The strace did reveal what appeared to be read off of stdout from child
processes and they were all of the form:

read(4, int \no (no ipmitool output)\\n\nd..., 4096) = 1107
read(4, no (cannot read /proc/acpi/therm..., 4096) = 55
read(4, no (Port 80: Forbidden)\n, 4096) = 24
...

or the positive:
read(4, yes\n, 4096)  = 4

During the run after the installation of Text::CSV_XS, I did not find
anything particularly suspicious in the output. Is there anything else I
could provide which might shine light on why --shell does not work?

-- 
munin-node-configure --shell fails on lucid
https://bugs.launchpad.net/bugs/604110
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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: Clint Byrum (clint-fewbar) = (unassigned)

-- 
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 added: GConfNonDefault.txt
   http://launchpadlibrarian.net/52194568/GConfNonDefault.txt

** Attachment added: GstreamerVersions.txt
   http://launchpadlibrarian.net/52194569/GstreamerVersions.txt

** Attachment added: LogAlsaMixer.txt
   http://launchpadlibrarian.net/52194570/LogAlsaMixer.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/52194571/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/52194572/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/52194573/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/52194574/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/52194575/ThreadStacktrace.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/52194576/XorgLog.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/52194577/XsessionErrors.txt

** Visibility changed to: Public

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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:
  'E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by 
held packages.'
  
  This error could be caused by required additional software packages
  which are missing or not installable. Furthermore there could be a
  conflict between software packages which are not allowed to be installed
  at the same time.
  
  libdrm-nouveau1
  
- E: Error, pkgProblemResolver::Resolve generated breaks, this may be
- caused by held packages.
+ E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by 
held packages.
+ --- 
+ Architecture: amd64
+ DistroRelease: Ubuntu 10.10
+ InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
+ NonfreeKernelModules: nvidia
+ Package: update-manager 1:0.142.4
+ PackageArchitecture: all
+ ProcEnviron:
+  PATH=(custom, no user)
+  LANG=en_US.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.35-8.13-generic 2.6.35-rc5
+ Tags: maverick
+ Uname: Linux 2.6.35-8-generic x86_64
+ UserGroups:

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/52194880/Dependencies.txt

-- 
E:Error, pkgProblemResolver::Resolve generated breaks
https://bugs.launchpad.net/bugs/606492
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 because we do not explicitly
mention that 4 out of 5 releases are usually not LTS but that 1 is LTS,
such as seen here: http://www.kubuntu.org/news/10.04-lts-release.

Additionally, say a heron got diagnosed with cancer a couple of days
before he died, since he got diagnosed before his end of life he will
have to die a second time (of cancer)?

EOL does not affect whatever happens to be happen after that, it also
affects every thing that was before, otherwise the whole end of support
thing would be completely bonkers because in 2020 we would still be
backporting fixes to bugs in a 6.06.

-- 
Yahoo! Admin says that kopete is a version of Yahoo! Messenger that is no 
longer supported
https://bugs.launchpad.net/bugs/430069
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://bugs.launchpad.net/bugs/430069
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
 Status: Confirmed

-- 
acovea ftbfs in maverick
https://bugs.launchpad.net/bugs/607587
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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()
https://bugs.launchpad.net/bugs/607584
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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: need-i386-retrace

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://wiki.ubuntu.com/Bugs/FindRightPackage.  I have classified this
bug as a bug in ardour.

When reporting bugs in the future please use apport, either via the
appropriate application's Help - Report a Problem menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = ardour (Ubuntu)

** Tags added: maverick

** Changed in: ardour (Ubuntu)
   Status: New = Confirmed

-- 
Can't install Ardour in Maverick
https://bugs.launchpad.net/bugs/607570
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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) = jack-audio-connection-kit (Ubuntu)

-- 
Can't install Ardour in Maverick
https://bugs.launchpad.net/bugs/607570
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://wiki.ubuntu.com/Bugs/FindRightPackage.  I have classified this
bug as a bug in nautilus.

When reporting bugs in the future please use apport, either via the
appropriate application's Help - Report a Problem menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = nautilus (Ubuntu)

-- 
the grid on desktop is much too fine
https://bugs.launchpad.net/bugs/607437
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 to install the python-launchpadlib package from the universe
repository.  Additionally, when prompted to give apport-collect
permissions for Launchpad you will need to give it at least the ability
to Change Non-Private data as it will be adding information to your
bug report.  Thanks in advance!

When reporting bugs in the future please use apport, either via the
appropriate application's Help - Report a Problem menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Changed in: nautilus (Ubuntu)
   Status: New = Incomplete

-- 
the grid on desktop is much too fine
https://bugs.launchpad.net/bugs/607437
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 ImportError(missingwx)
ImportError: Matplotlib backend_wx and backend_wxagg require wxPython =2.8


and then it doesn't open.


I have installed with Sinaptic wxPython (version 2.8), but the system only 
recognizes v2.6.
I have uninstalled the version 2.6 of matplotlib and the system gives the same 
error.


Description: Ubuntu 10.04 LTS (updated weekly)

-- 
this package seems to require python version 3, while 2.6 is installed
https://bugs.launchpad.net/bugs/574743
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic x86_64
AptOrdering:
 libecm0: Install
 gmp-ecm: Install
 libecm0: Configure
 gmp-ecm: Configure
Architecture: amd64
Date: Mon Jul 19 20:56:46 2010
ErrorMessage: trying to overwrite '/usr/bin/ecm', which is also in package ecm 
0:1.00-0ubuntu2
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100406)
SourcePackage: gmp-ecm
Title: 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

** Affects: gmp-ecm (Ubuntu)
 Importance: Undecided
 Status: 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
https://bugs.launchpad.net/bugs/607589
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/52175733/DpkgTerminalLog.gz

** Visibility changed to: Private

** Tags removed: amd64 apport-package lucid

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/52195073/Dependencies.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/52195074/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/52195075/ProcStatus.txt

** This bug has been marked a duplicate of bug 571190
   check-new-release crashed with IOError in print_usage()

** Visibility changed to: Public

-- 
check-new-release crashed with IOError in print_usage()
https://bugs.launchpad.net/bugs/607588
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 /build/buildd/linux-2.6.35/ubuntu/aufs/plink.c:332 au_plink_append 
0x1f1/0x2e0 [aufs]()
https://bugs.launchpad.net/bugs/602216
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 someone.  As a result of this bug, I am completely unable 
to work on my machine since replacing my openSUSE install with Ubuntu.
Anyone have any other ideas for workarounds or debugging info I can provide?

** Changed in: freenx-server
   Status: Confirmed = Invalid

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 installed or updated works fine, I always get this error whenever
there is a new install or update. I am really fed up finding the
solution to this problem.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-23-generic-pae 2.6.32-23.37
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic-pae 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic-pae i686
Architecture: i386
Date: Mon Jul 19 19:44:40 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: grub2
Title: 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

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

-- 
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
https://bugs.launchpad.net/bugs/607591
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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: Dmesg.txt
   http://launchpadlibrarian.net/52194800/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/52194801/DpkgTerminalLog.txt

-- 
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
https://bugs.launchpad.net/bugs/607591
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: firefox (Ubuntu)
   Status: Incomplete = Invalid

-- 
When I am loged into 2 websites (Juno and Tagged) my web browser shuts down.
https://bugs.launchpad.net/bugs/579107
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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)
 Assignee: (unassigned) = Devid Antonio Filoni (d.filoni)

** Changed in: editra (Ubuntu Lucid)
   Status: New = In Progress

** Changed in: editra (Ubuntu Lucid)
 Assignee: (unassigned) = Devid Antonio Filoni (d.filoni)

-- 
editra is provided by both the editra package and python-wxtools and conflicts
https://bugs.launchpad.net/bugs/559822
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Lucid)
 Assignee: (unassigned) = Devid Antonio Filoni (d.filoni)

** Changed in: wxwidgets2.8 (Ubuntu Lucid)
   Status: New = In Progress

** Changed in: wxwidgets2.8 (Ubuntu Lucid)
 Assignee: (unassigned) = Devid Antonio Filoni (d.filoni)

-- 
sudo update-alternatives does not configure the default python-wxgtk in Jaunty
https://bugs.launchpad.net/bugs/379573
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
and
do you have a fully upgraded/updated maverick-alfa2 installed
and what other PPA's are you using if any?

-- 
nvidia drivers not working
https://bugs.launchpad.net/bugs/607551
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 report.

No problem, I should have done it a while ago - it's
https://bugzilla.kernel.org/show_bug.cgi?id=16421 

Jiri isn't recognised by the kernel bugzilla, so I'm CCing him here,
as well as Sergei Kolzun.

Regards,

Stephen

** Bug watch added: Linux Kernel Bug Tracker #16421
   http://bugzilla.kernel.org/show_bug.cgi?id=16421

** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=16421
   Importance: Unknown
   Status: Unknown

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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)
https://bugs.launchpad.net/bugs/584092
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 already without noticing, and therefore my recipe just
worked by chance.

Here are the package versions that work for me after reinstalling the
packages as shown above:

LANG=C aptitude show eqonomize eqonomize-doc libqt4-xml libqtcore4 libqtgui4 | 
grep Version
Version: 0.6-4ubuntu2
Version: 0.6-4ubuntu2
Version: 4:4.6.2-0ubuntu5
Version: 4:4.6.2-0ubuntu5
Version: 4:4.6.2-0ubuntu5

-- 
Eqonomize crashes on startup
https://bugs.launchpad.net/bugs/519075
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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' instead of 'debian_bundle'
  from debian_bundle import deb822

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: software-center 2.1.5 [modified: 
usr/share/software-center/softwarecenter/apt/apthistory.py]
ProcVersionSignature: Ubuntu 2.6.35-9.14-generic-pae 2.6.35-rc5
Uname: Linux 2.6.35-9-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Tue Jul 20 08:48:45 2010
PackageArchitecture: all
ProcEnviron:
 LANG=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: software-center

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 breaks, this may be caused by 
held packages.'

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: yelp 2.30.1-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-7.11-generic 2.6.35-rc4
Uname: Linux 2.6.35-7-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Tue Jul 20 07:00:12 2010
ExecutablePath: /usr/bin/yelp
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: yelp

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


** Tags: apport-bug i386 maverick

-- 
Could not determine the upgrade
https://bugs.launchpad.net/bugs/607596
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 added: XsessionErrors.txt
   http://launchpadlibrarian.net/52196275/XsessionErrors.txt

-- 
Could not determine the upgrade
https://bugs.launchpad.net/bugs/607596
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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-
driven nogood learning, a technique that proved very successful for
satisfiability checking (SAT).

Unlike other learning ASP solvers, clasp does not rely on legacy
software, such as a SAT solver or any other existing ASP solver. Rather,
clasp has been genuinely developed for answer set solving based on
conflict-driven nogood learning. clasp can be applied as an ASP solver
(on SMODELS format, as output by Gringo), as a SAT solver (on a
simplified version of DIMACS/CNF format), or as a PB solver (on OPB
format).

URL: http://www.cs.uni-potsdam.de/clasp/
License: GPL-2
Notes: There are ready-to-install debs available at ppa:tkren/asp, see 
https://launchpad.net/~tkren/+archive/asp and 
http://www.kr.tuwien.ac.at/staff/tkren/deb.html

** Affects: ubuntu
 Importance: Undecided
 Assignee: Thomas Krennwallner (tkren)
 Status: In Progress


** Tags: needs-packaging

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
  Package: linux-image-2.6.35-6-generic 2.6.35-6.8
  Regression: Yes
  Reproducible: No
  ProcVersionSignature: Ubuntu 2.6.35-6.8-generic 2.6.35-rc3
  Uname: Linux 2.6.35-6-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Annotation: Your system might become unstable now and might need to be 
restarted.
  AplayDevices:
-   List of PLAYBACK Hardware Devices 
-  card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
-Subdevices: 1/1
-Subdevice #0: subdevice #0
+   List of PLAYBACK Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
+    Subdevices: 1/1
+    Subdevice #0: subdevice #0
  Architecture: amd64
  ArecordDevices:
-   List of CAPTURE Hardware Devices 
-  card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
-Subdevices: 1/1
-Subdevice #0: subdevice #0
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
+    Subdevices: 1/1
+    Subdevice #0: subdevice #0
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
-  Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 43'
-Mixer name : 'Realtek ALC662 rev1'
-Components : 'HDA:10ec0662,14627352,00100101'
-Controls  : 23
-Simple ctrls  : 14
+  Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 43'
+    Mixer name : 'Realtek ALC662 rev1'
+    Components : 'HDA:10ec0662,14627352,00100101'
+    Controls  : 23
+    Simple ctrls  : 14
  Date: Tue Jul  6 10:18:02 2010
  Failure: oops
  Frequency: I don't know.
  IwConfig:
-  lono wireless extensions.
-  
-  eth0  no wireless extensions.
+  lono wireless extensions.
+ 
+  eth0  no wireless extensions.
  LiveMediaBuild: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100630.2)
  MachineType: Hewlett-Packard HP Compaq dx7400 Microtower
  ProcCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/hostname.seed 
boot=casper initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
  RelatedPackageVersions: linux-firmware 1.37
  RfKill:
-  
+ 
  SourcePackage: linux
  Title: WARNING: at /build/buildd/linux-2.6.35/ubuntu/aufs/plink.c:332 
au_plink_append+0x1f1/0x2e0 [aufs]()
  dmi.bios.date: 10/25/2007
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: MS7352 1.08
  dmi.board.name: 0AB8
  dmi.board.vendor: MSI
  dmi.chassis.asset.tag: CZC7515HNN
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrMS73521.08:bd10/25/2007:svnHewlett-Packard:pnHPCompaqdx7400Microtower:pvr:rvnMSI:rn0AB8:rvr:cvnMSI:ct3:cvr:
  dmi.product.name: HP Compaq dx7400 Microtower
  dmi.sys.vendor: Hewlett-Packard

-- 
WARNING: at /build/buildd/linux-2.6.35/ubuntu/aufs/plink.c:332 au_plink_append 
0x1f1/0x2e0 [aufs]()
https://bugs.launchpad.net/bugs/602216
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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,
claspD, claspar, or claspfolio.

URL: http://potassco.sourceforge.net/#gringo
License: GPL-3
Notes: There are ready-to-install debs available at ppa:tkren/asp, see 
https://launchpad.net/~tkren/+archive/asp and 
http://www.kr.tuwien.ac.at/staff/tkren/deb.html

** Affects: ubuntu
 Importance: Undecided
 Assignee: Thomas Krennwallner (tkren)
 Status: In Progress


** Tags: needs-packaging

** Changed in: ubuntu
 Assignee: (unassigned) = Thomas Krennwallner (tkren)

** Changed in: ubuntu
   Status: New = In Progress

-- 
[needs-packaging] gringo
https://bugs.launchpad.net/bugs/607597
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 solved the issue and fixed tihs bug. This leads to
the assumption, that this might be a package-issue or something similar.

-- 
every OpenGL-program crashes on intel GMA X3100 (failed assertion 
region-tiling != 1)
https://bugs.launchpad.net/bugs/605825
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://bugs.launchpad.net/bugs/605105
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 without replacing gnome-terminal and it
could have the name RTL enabled terminal in program menu

I don't think the people will have a problem to figure it out.

-- 
[MIR] mlterm
https://bugs.launchpad.net/bugs/603022
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Package: software-center 1.0.3
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-22.60-generic
SourcePackage: software-center
Uname: Linux 2.6.31-22-generic i686

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
cant recive updates
https://bugs.launchpad.net/bugs/607599
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >