[Bug 740777] [NEW] smbd.conf needs to wait for network up event

2011-03-23 Thread Egon A. Rath
Public bug reported:

Binary package hint: samba

The upstart script smb.conf should not only wait for the local-
filesystems event, but also for the network up event (like its done for
the nmbd.conf file which is also part of the samba package).

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/740777

Title:
  smbd.conf needs to wait for network up event

-- 
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 740777] Re: smbd.conf needs to wait for network up event

2011-03-23 Thread Egon A. Rath
File in question is /etc/init/smbd.conf.

Original:

description SMB/CIFS File Server
author  Steve Langasek steve.langa...@ubuntu.com

start on local-filesystems
stop on runlevel [!2345]

respawn

pre-start script
RUN_MODE=daemons

[ -r /etc/default/samba ]  . /etc/default/samba

[ $RUN_MODE = inetd ]  { stop; exit 0; }

install -o root -g root -m 755 -d /var/run/samba
end script

exec smbd -F


Modified as it should be:

description SMB/CIFS File Server
author  Steve Langasek steve.langa...@ubuntu.com

start on (local-filesystems and net-device-up IFACE!=lo)
stop on runlevel [!2345]

respawn

pre-start script
RUN_MODE=daemons

[ -r /etc/default/samba ]  . /etc/default/samba

[ $RUN_MODE = inetd ]  { stop; exit 0; }

install -o root -g root -m 755 -d /var/run/samba
end script

exec smbd -F


-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/740777

Title:
  smbd.conf needs to wait for network up event

-- 
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 561750] Re: squid starts and stops immediately (after upgrade from karmic to lucid)

2011-03-23 Thread Dominik
It seems, that this is not fixed in 10.04. We need this fixed in LTS.

# dpkg -l |grep squid
ii  squid   
2.7.STABLE7-1ubuntu12.2 Internet object cache (WWW 
proxy cache)
ii  squid-common
2.7.STABLE7-1ubuntu12.2 Internet object cache (WWW 
proxy cache) - comm
ii  squid-langpack  20100111-1  
Localized error pages for Squid

# cat /etc/resolvconf/update-libc.d/squid 
#!/bin/sh

PATH=/usr/sbin:/usr/bin:/sbin:/bin

# Make squid aware of changes to resolv.conf
if status squid | grep start/running  /dev/null; then
restart squid
fi

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid in Ubuntu.
https://bugs.launchpad.net/bugs/561750

Title:
  squid starts and stops immediately (after upgrade from karmic to
  lucid)

-- 
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 627973] Re: Assertion failed at socket.c:629

2011-03-23 Thread Bug Watch Updater
** Changed in: openvpn (Debian)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/627973

Title:
  Assertion failed at socket.c:629

-- 
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 545302] Re: allow seabios in libvirt apparmor

2011-03-23 Thread rowez
On 23 mrt 2011 the next happend:

It is in qemu-kvm: 0.12.5+noroms-0ubuntu7.1

/usr/share/qemu/@bios.bin is symlinked to /usr/share/seabios/bios.bin

Using seabios version 0.6.0-0ubuntu1

Log in /var/log/libvirt/qemu/ give me:

LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin 
HOME=/home/user USER=root LOGNAME=root /usr/bin/kvm -S -M pc-0.12 -cpu qemu32 
-m 256 -smp 1 -name a -uuid 6e83fecc-97a9-5118-525a-43d5af0b58b7 -monitor 
unix:/var/run/libvirt/qemu/a.monitor,server,nowait -boot c -drive 
file=/home/user/Bureaublad/Cloud/test/1.img,if=ide,index=0,boot=on -net none 
-serial none -parallel none -usb -vga cirrus 
qemu: could not load PC BIOS 'bios.bin'

In /var/log/syslog:

Mar 23 18:42:31 node kernel: [10186.888201] type=1400 audit(1300902151.431:36): 
apparmor=STATUS operation=profile_load 
name=libvirt-6e83fecc-97a9-5118-525a-43d5af0b58b7 pid=24558 
comm=apparmor_parser
Mar 23 18:42:31 node kernel: [10187.015990] type=1400 audit(1300902151.561:37): 
apparmor=DENIED operation=open parent=1 
profile=libvirt-6e83fecc-97a9-5118-525a-43d5af0b58b7 
name=/usr/share/seabios/bios.bin pid=24562 comm=kvm requested_mask=r 
denied_mask=r fsuid=0 ouid=0
Mar 23 18:43:01 node libvirtd: 18:43:01.488: error : qemudOpenMonitorUnix:934 : 
monitor socket did not show up.: Connection refused
Mar 23 18:43:01 node kernel: [10217.292118] type=1400 audit(1300902181.841:38): 
apparmor=STATUS operation=profile_remove 
name=libvirt-6e83fecc-97a9-5118-525a-43d5af0b58b7 pid=24626 
comm=apparmor_parser

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/545302

Title:
  allow seabios in libvirt apparmor

-- 
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 545302] Re: allow seabios in libvirt apparmor

2011-03-23 Thread rowez
In /etc/apparmor.d/abstractions:

Using libvirt-qemu and add /usr/share/seabios/** r, on row 59 (after
/usr/share/vgabios/** r,)

Restart apparmor and virsh!

In /var/log/syslog:

With /usr/share/seabios/** r, in /etc/appamor.d/abstractions/libvirt-
qemu:

Mar 23 19:36:24 node kernel: [13419.727042] type=1400 audit(1300905384.271:76): 
apparmor=STATUS operation=profile_load 
name=libvirt-5872b474-ad53-8708-db86-928a9d6655b6 pid=31215 
comm=apparmor_parser
Mar 23 19:36:24 node kernel: [13419.834767] type=1400 audit(1300905384.381:77): 
apparmor=DENIED operation=open parent=1 
profile=libvirt-5872b474-ad53-8708-db86-928a9d6655b6 name=/dev/fb0 
pid=31218 comm=kvm requested_mask=rw denied_mask=rw fsuid=0 ouid=0
Mar 23 19:36:54 node libvirtd: 19:36:54.326: error : qemudOpenMonitorUnix:934 : 
monitor socket did not show up.: Connection refused
Mar 23 19:36:54 node kernel: [13450.036528] type=1400 audit(1300905414.581:78): 
apparmor=STATUS operation=profile_remove 
name=libvirt-5872b474-ad53-8708-db86-928a9d6655b6 pid=31294 
comm=apparmor_parser

Ubuntu default:

Mar 23 19:39:14 node kernel: [13589.524010] type=1400 audit(1300905554.071:94): 
apparmor=STATUS operation=profile_load 
name=libvirt-5872b474-ad53-8708-db86-928a9d6655b6 pid=31662 
comm=apparmor_parser
Mar 23 19:39:14 node kernel: [13589.629753] type=1400 audit(1300905554.171:95): 
apparmor=DENIED operation=open parent=1 
profile=libvirt-5872b474-ad53-8708-db86-928a9d6655b6 
name=/usr/share/seabios/bios.bin pid=31665 comm=kvm requested_mask=r 
denied_mask=r fsuid=0 ouid=0
Mar 23 19:39:44 node libvirtd: 19:39:44.121: error : qemudOpenMonitorUnix:934 : 
monitor socket did not show up.: Connection refused
Mar 23 19:39:44 node kernel: [13619.797636] type=1400 audit(1300905584.341:96): 
apparmor=STATUS operation=profile_remove 
name=libvirt-5872b474-ad53-8708-db86-928a9d6655b6 pid=31731 
comm=apparmor_parser

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/545302

Title:
  allow seabios in libvirt apparmor

-- 
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 736844] Re: kvm default install throws Unable to open a connection to the libvirt management daemon requires logout + login

2011-03-23 Thread Fabián Rodríguez
As I wrote in my initial report:
The message should at least propose to logout / login to complete the 
installation, or the installation post-install scripts should warn / force 
this. Ideally this should not be necessary so we have the best user experience.

Right after installation is when I would expect a more useful message to
pop-up in notifications / power-menu (forgot what it's called), much
like updates that require a reboot.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/736844

Title:
  kvm default install throws Unable to open a connection to the libvirt
  management daemon requires logout + login

-- 
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 731976] Re: SAMBA - Can't access Windows 7 computer via SAMBA

2011-03-23 Thread André Madureira
PROBLEM SOLVED:

Problem Solved... I recovered my Windows 7 Ultimate image (with Norton
Ghost 15) to the problematic Windows 7 Ultimate PC and now I can connect
it... Surprisingly I could access it via my Windows 7 Ultimate before
this recovery, but I couldn't in my Linux.. This was probably caused by
any problem in the share of the Problematic PC that could not occur in
the port requested by Linux or something related to Linux-Windows SAMBA
access protocol...

SUGGESTION TO SOLVE THE PROBLEM:

 Anyway, I suggest for the ones that have the same problem I had to
recover your local PC Windows image (please be sure that there aren't
any share problems in your Windows OS) via any IMAGE CREATOR software
(Norton Ghost and Acronis are very good for this type of work - You
could try CLONEZILLA too (I don't know if it works as well as it does
with LINUX when used to create Windows images because I only use it for
LINUX imaging))

I hope I could help you,

André M.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/731976

Title:
  SAMBA - Can't access Windows 7 computer via SAMBA

-- 
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 731976] Re: SAMBA - Can't access Windows 7 computer via SAMBA

2011-03-23 Thread André Madureira
Please see the last comment for a WORKAROUND to this issue...

** Changed in: samba (Ubuntu)
   Status: Incomplete = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/731976

Title:
  SAMBA - Can't access Windows 7 computer via SAMBA

-- 
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 423252] Re: NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2 suexec, and atd

2011-03-23 Thread Peter Matulis
Building the openldap source with openssl instead of gnutls libraries
and installing the resulting libldap package works here.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap in Ubuntu.
https://bugs.launchpad.net/bugs/423252

Title:
  NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2
  suexec, and atd

-- 
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 731976] Re: SAMBA - Can't access Windows 7 computer via SAMBA

2011-03-23 Thread kwagga
Hi Andrè,

Thank you for your comment, however, I do not agree that recovering a
whole system image, is a solution, nor a workaround.

In my case, the Windows 7 clients never changed, the ubuntu
machine/SAMBA installation did. The problem is also not isolated to one
or two clients, but all of them, which leads me to think the the
problem, lies with the ubuntu machine.

Also, the Windows XP machine in my network, is also having difficulties
connecting to the new ubuntu/samba machine.

** Changed in: samba (Ubuntu)
   Status: Fix Committed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/731976

Title:
  SAMBA - Can't access Windows 7 computer via SAMBA

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


Re: [Bug 423252] Re: NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2 suexec, and atd

2011-03-23 Thread Steve Langasek
On Wed, Mar 23, 2011 at 08:35:56PM -, Peter Matulis wrote:
 Building the openldap source with openssl instead of gnutls libraries
 and installing the resulting libldap package works here.

Yes, but that results in combinations of software that are not
redistributable in the archive because there's GPL software that uses
libldap.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap in Ubuntu.
https://bugs.launchpad.net/bugs/423252

Title:
  NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2
  suexec, and atd

-- 
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 731976] Re: SAMBA - Can't access Windows 7 computer via SAMBA

2011-03-23 Thread André Madureira
Hi kwagga,

Is this a recent problem or does it happens since you have been using
Ubuntu 10.10?

If this problem is recent, so I suggest you yo recover your LINUX with
any IMAGE RECOVERY program (dd or CLONEZILLA or anything related) if you
have an image of it...

MORE INFO: I also use Ubuntu 10.10 (also, I've installed Kubuntu 10.10
from repositories meta package kubuntu-desktop) and both of them are
DESKTOP editions... So, this problem can or not be Ubuntu specific
because, in my case, the problem was solved with a recover of my Windows
OS image to the problematic PC... You can try removing SAMBA packages
(SAMBA, libsmbclient, etc...) and it's configurations with SYNAPTIC and
try installing them with NAUTILUS (Select a path and try to configure it
to be shared via SAMBA, so that NAUTILUS can install the proper packages
and configurations again)...

PS: I don't know if with purge option of apt-get or SYNAPTIC can
remove all configuration files from your PC because I had some programs
that I purged with apt-get command and via SYNAPTIC either and some
configuration files remained in my PC after the uninstall... Try to
search your LINUX partition for samba configuration files (smb.conf ;
etc) and remove them...

PS²: You also did the comment:

The one strange thing I have noticed, that by default, connecting to
the linux box, or any other machine for that matter, would normall allow
you to see all the shares first, such as printers, etc. Then only when
you go into the folders, it would ask you for your credentials. What's
happening now, is that it asked for credentials immediately, the only
credentials that seem to work was root, but then to access the folders,
no credentials worked, even after I added root to those directory
permissions.

The comment above leads me to think that this is a configuration problem
because, like you said, the normal procedure when a remote PC accesses a
UBUNTU SAMBA SERVER is to open it immediately without any authentication
request and when the user try to access a path or printer, it asks for
the authentication...

I hope I could help you,

André M.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/731976

Title:
  SAMBA - Can't access Windows 7 computer via SAMBA

-- 
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 737027] Re: kpartx udev rule is broken

2011-03-23 Thread Serge Hallyn
Thanks for reporting this bug and helping to make Ubuntu better.

Debian has actually never had this rule.  It was added in Ubuntu to
avoid the need for the multipath-tools-boot script.

The '-Q' option has been fixed some time ago.  What release are you on?

** Changed in: multipath-tools (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/737027

Title:
  kpartx udev rule is broken

-- 
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 738219] Re: autofs should always start before at and cron

2011-03-23 Thread Serge Hallyn
** Changed in: autofs (Ubuntu)
   Importance: Undecided = Medium

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

** Changed in: autofs (Ubuntu)
 Assignee: (unassigned) = Clint Byrum (clint-fewbar)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs in Ubuntu.
https://bugs.launchpad.net/bugs/738219

Title:
  autofs should always start before at and cron

-- 
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 738209] Re: autofs appears to be started before it is truly functional

2011-03-23 Thread Serge Hallyn
** Changed in: autofs (Ubuntu)
   Importance: Undecided = Medium

** Changed in: autofs (Ubuntu)
 Assignee: (unassigned) = Clint Byrum (clint-fewbar)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs in Ubuntu.
https://bugs.launchpad.net/bugs/738209

Title:
  autofs appears to be started before it is truly functional

-- 
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 740815] Re: [FFe] Updates to enable us to drop xulrunner from main

2011-03-23 Thread Launchpad Bug Tracker
This bug was fixed in the package swt-gtk - 3.6.2-0ubuntu1

---
swt-gtk (3.6.2-0ubuntu1) natty; urgency=low

  * New upstream release v3.6.2 (LP: #740815)
- mass rename 3.5 = 3.6
  * Refresh patches:
- update debian/patches/64/arch64.diff
- update debian/patches/common/01-make_linux.patch
- remove debian/patches/common/02-bp-accessible-object.diff (fixed
  upstream)
  * Disable xulrunner support and enable webkit
- update debian/control
- update debian/Makefile
- update debian/rules
- add debian/patches/common/03-force_webkit.patch
  * Add patch to fix webkit linkage
- add debian/patches/common/02-webkit_linkage.patch
  * Ensure that dpkg-shlibdeps can find libgcj_bc.so.1
- update debian/rules
  * Fix a missing include for the webkit JNI
- add debian/patches/common/04-fix-webkit-includes.patch
 -- Chris Coulson chris.coul...@canonical.com   Wed, 23 Mar 2011 10:58:39 
+

** Changed in: swt-gtk (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to gwt in ubuntu.
https://bugs.launchpad.net/bugs/740815

Title:
  [FFe] Updates to enable us to drop xulrunner from main

-- 
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 717166] Re: Broken with v4 isc-dhcp-server in Natty

2011-03-23 Thread C de-Avillez
Here you go:

ubuntu@cempedak:/var/log$ ~/getifaddrs 
INTERFACE=lo SCRUBBEDINTERFACE=lo ADDR=127.0.0.1
INTERFACE=eth0:metadata SCRUBBEDINTERFACE=eth0 ADDR=169.254.169.254
INTERFACE=eth0 SCRUBBEDINTERFACE=eth0 ADDR=10.55.55.2
INTERFACE=eth0:priv SCRUBBEDINTERFACE=eth0 ADDR=172.19.1.1
INTERFACE=eth0:pub SCRUBBEDINTERFACE=eth0 ADDR=10.55.55.100

This specific test rig has been running for a few days now. Today the
CLC/CC/SC/Walrus had a dist-upgrade done, and rebooted some times, due
to a different test. After This other test, I went in to run the
getifaddrs as you asked. I got the output above, and -- to my surprise
-- it seems now we do get an IP address on the instances.

BUT the log entries still show that Euca's DHCPD startup failed. Since I
do not believe in magic, I and re-checking this all.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/717166

Title:
  Broken with v4 isc-dhcp-server in Natty

-- 
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 740815] Re: [FFe] Updates to enable us to drop xulrunner from main

2011-03-23 Thread Chris Coulson
There's nothing keeping xulrunner-1.9.2 in main now

** Changed in: xulrunner-1.9.2 (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: gwt (Ubuntu)
   Status: New = Fix Released

** Changed in: gwt (Ubuntu)
 Assignee: (unassigned) = Chris Coulson (chrisccoulson)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to gwt in Ubuntu.
https://bugs.launchpad.net/bugs/740815

Title:
  [FFe] Updates to enable us to drop xulrunner from main

-- 
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 740815] Re: [FFe] Updates to enable us to drop xulrunner from main

2011-03-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/swt-gtk

** Branch linked: lp:ubuntu/gwt

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to gwt in Ubuntu.
https://bugs.launchpad.net/bugs/740815

Title:
  [FFe] Updates to enable us to drop xulrunner from main

-- 
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 740815] Re: [FFe] Updates to enable us to drop xulrunner from main

2011-03-23 Thread Martin Pitt
g-p-e demoted to universe.

** Changed in: gnome-python-extras (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to gwt in Ubuntu.
https://bugs.launchpad.net/bugs/740815

Title:
  [FFe] Updates to enable us to drop xulrunner from main

-- 
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 740815] Re: [FFe] Updates to enable us to drop xulrunner from main

2011-03-23 Thread Launchpad Bug Tracker
This bug was fixed in the package gtk-vnc - 0.4.3-0ubuntu3

---
gtk-vnc (0.4.3-0ubuntu3) natty; urgency=low

  * Actually update to 0.4.3, the previous version forgot --merge-upstream and
thus the debian diff reverted all upstream changes.
  * debian/control: Build against firefox-dev instead of xulrunner-dev, as the
latter should go away. (LP: #740815)
 -- Martin Pitt martin.p...@ubuntu.com   Wed, 23 Mar 2011 23:44:11 +0100

** Changed in: gtk-vnc (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to gwt in ubuntu.
https://bugs.launchpad.net/bugs/740815

Title:
  [FFe] Updates to enable us to drop xulrunner from main

-- 
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 590537] Re: lo: Disabled Privacy Extensions keeps showing up in the system log

2011-03-23 Thread Steve Roberts
I also just saw it for the first time when starting chromium, kernel
2.6.35-280generic 64bit.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in Ubuntu.
https://bugs.launchpad.net/bugs/590537

Title:
  lo: Disabled Privacy Extensions keeps showing up in the system log

-- 
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 740815] Re: [FFe] Updates to enable us to drop xulrunner from main

2011-03-23 Thread Martin Pitt
Taking mozvoikko

** Changed in: mozvoikko (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: mozvoikko (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to gwt in Ubuntu.
https://bugs.launchpad.net/bugs/740815

Title:
  [FFe] Updates to enable us to drop xulrunner from main

-- 
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 737027] Re: kpartx udev rule is broken

2011-03-23 Thread Phillip Susi
The modprobe was added in Ubuntu, but the dmraid- is also there in
debian.  It looks like it has been changed to a lower case -q in Natty,
but I'm still running Maverick.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/737027

Title:
  kpartx udev rule is broken

-- 
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 712840] Re: local-top should pass -p part, not -p p

2011-03-23 Thread Phillip Susi
I believe this change is incorrect and should be reversed.  The -p
switch should not be used at all and kpartx should use its usual rule of
adding 'p' when the previous character is a digit, as this has been the
rule always used on Linux for forming partition names.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/712840

Title:
  local-top should pass -p part, not -p p

-- 
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 740815] Re: [FFe] Updates to enable us to drop xulrunner from main

2011-03-23 Thread Launchpad Bug Tracker
This bug was fixed in the package mozvoikko -
1.9.0~svn20101114r3591-0ubuntu3

---
mozvoikko (1.9.0~svn20101114r3591-0ubuntu3) natty; urgency=low

  * debian/control: Drop hopelessly outdated Vcs-Bzr, using
lp:ubuntu/mozvoikko now.
  * debian/control: Move from xulrunner-dev to firefox-dev, as the former will
go away. (LP: #740815)
  * debian/rules: Update path to firefox SDK, using pkg-config.
  * fix_sdk_build.patch: Update path to xpidl.
  * port_to_xulrunner-192.patch: Use firefox-plugin pkg-config, not libxul.
  * port_to_xulrunner-192.patch: Add -fshort-char to fix the error: size of
array ‘arg’ is negative error. libxul's pkg-config did that for us in the
past. Also define the linked libraries manually, as firefox-plugin.pc does
not currently give that to us.
 -- Martin Pitt martin.p...@ubuntu.com   Thu, 24 Mar 2011 01:08:25 +0100

** Branch linked: lp:ubuntu/mozvoikko

** Changed in: mozvoikko (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to gwt in ubuntu.
https://bugs.launchpad.net/bugs/740815

Title:
  [FFe] Updates to enable us to drop xulrunner from main

-- 
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 712840] Re: local-top should pass -p part, not -p p

2011-03-23 Thread Serge Hallyn
@Phillip,

thanks for your input.  The point of this bug was to stay closer to what
Debian does.  Please feel free to open a bug with Debian and, if they
change their policy, we will follow suit.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/712840

Title:
  local-top should pass -p part, not -p p

-- 
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 740777] Re: smbd.conf needs to wait for network up event

2011-03-23 Thread Serge Hallyn
** Changed in: samba (Ubuntu)
 Assignee: (unassigned) = Clint Byrum (clint-fewbar)

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/740777

Title:
  smbd.conf needs to wait for network up event

-- 
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 737027] Re: kpartx udev rule is broken

2011-03-23 Thread Serge Hallyn
*** This bug is a duplicate of bug 644481 ***
https://bugs.launchpad.net/bugs/644481

Ah, I see.  We didn't SRU because it did not seem to cause any
regression.  Is this really preventing it from working for you?  If so,
we should SRU bug 644481.  I will mark this bug a dup of that one.
Please comment there if you find it needs to be SRUd to maverick and
lucid.

Please open a separate bug for the DMRAID issue you raised, explaining
why and how it breaks.

Thanks again.

** This bug has been marked a duplicate of bug 644481
   95-kpartx.rules uses invalid -Q argument to modprobe(8)
 * You can subscribe to bug 644481 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/644481/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/737027

Title:
  kpartx udev rule is broken

-- 
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 644481] Re: 95-kpartx.rules uses invalid -Q argument to modprobe(8)

2011-03-23 Thread Serge Hallyn
** Changed in: multipath-tools (Ubuntu)
 Assignee: Serge Hallyn (serge-hallyn) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/644481

Title:
  95-kpartx.rules uses invalid -Q argument to modprobe(8)

-- 
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 712840] Re: local-top should pass -p part, not -p p

2011-03-23 Thread Phillip Susi
I agree that deviating from upstream should be avoided without good
cause, but by using this switch, Debian is deviating from upstream.  Are
you aware of a good reason for this?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/712840

Title:
  local-top should pass -p part, not -p p

-- 
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 712840] Re: local-top should pass -p part, not -p p

2011-03-23 Thread Phillip Susi
Also as I mentioned in bug #737027, the dmraid part of this rule is
broken due to case mismatch.  I don't have a multipath installation to
check, but I suspect it suffers from the same problem and so the rule
isn't run at all anyway.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/712840

Title:
  local-top should pass -p part, not -p p

-- 
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 740666] Re: package python-beautifulsoup 3.1.0.1-2build1 failed to install/upgrade: error writing to 'standard output': Success

2011-03-23 Thread Serge Hallyn
Thanks for reporting this bug and helping to make Ubuntu better.

This is interesting because the DpkgTerminalLog.gz doesn't give
indication of any such failure.  Can you please explain exactly how you
installed this?  (Did you use apt-get on the command line, or synaptic,
or software center?)

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to beautifulsoup in Ubuntu.
https://bugs.launchpad.net/bugs/740666

Title:
  package python-beautifulsoup 3.1.0.1-2build1 failed to
  install/upgrade: error writing to 'standard output': Success

-- 
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 737027] Re: kpartx udev rule is broken

2011-03-23 Thread Phillip Susi
I'll just drop the part about the -Q then, rather than file a new bug
about the other parts, especially since I already have it linked to the
debian bug about the rest.

Still the rules trying to match multipath and dmraid and run kpartx are
broken.  The one for dmraid should not be there at all, and the one for
kpartx I bet also has the wrong case, and as I mentioned in bug #712840,
should not be using -p anyhow.

** This bug is no longer a duplicate of bug 644481
   95-kpartx.rules uses invalid -Q argument to modprobe(8)

** Changed in: multipath-tools (Ubuntu)
   Status: Incomplete = New

** Description changed:

  Binary package hint: multipath-tools
  
- The kpartx udev rule runs modprobe -Qba dm-multipath every time a
- device mapper device is added or changed.  Not only is this a waste of
- resources, but it fails because modprobe has no -Q switch.
- 
- It also has this rule:
- 
+ The kpartx udev rule looks like this:
  
  ENV{DM_STATE}==ACTIVE, ENV{DM_UUID}==dmraid-*, \
- RUN+=/sbin/kpartx -a -p -part /dev/$kernel
+ RUN+=/sbin/kpartx -a -p -part /dev/$kernel
  
  This kpartx command should not be run because dmraid already creates the
  partition device, but it isn't run anyhow because the rule matches on
  dmraid-* but dmraid devices have an id of the form DMRAID-*.  Note
  the difference in case.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/737027

Title:
  kpartx udev rule is broken

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


Re: [Bug 712840] Re: local-top should pass -p part, not -p p

2011-03-23 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 03/23/2011 09:18 PM, Phillip Susi wrote:
 Also as I mentioned in bug #737027, the dmraid part of this rule is
 broken due to case mismatch.  I don't have a multipath installation to
 check, but I suspect it suffers from the same problem and so the rule
 isn't run at all anyway.

I just checked the source code and it seems that multipath-tools does
use lower case, while lvm and dmraid both use upper case.  Odd.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk2KpKIACgkQJ4UciIs+XuLApgCgoIae8oeqHjH5tZ0eA+i8Ak0i
d6wAnRqjFiVUlw6owT2zfpcsb5o8hSTI
=AGdJ
-END PGP SIGNATURE-

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/712840

Title:
  local-top should pass -p part, not -p p

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


Re: [Bug 737027] Re: kpartx udev rule is broken

2011-03-23 Thread Serge Hallyn
Quoting Phillip Susi (ps...@cfl.rr.com):
 I'll just drop the part about the -Q then, rather than file a new bug
 about the other parts, especially since I already have it linked to the
 debian bug about the rest.

That works :)

 Still the rules trying to match multipath and dmraid and run kpartx are
 broken.  The one for dmraid should not be there at all, and the one for
 kpartx I bet also has the wrong case, and as I mentioned in bug #712840,
 should not be using -p anyhow.

In /lib/activate/devmapper.c?  Definately looks true.

So one or the other should change.  Let's see which way Debian goes.

Thanks again.  I really do appreciate what you're doing with trying
to commonize the conventions.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/737027

Title:
  kpartx udev rule is broken

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


Re: [Bug 712840] Re: local-top should pass -p part, not -p p

2011-03-23 Thread Serge Hallyn
Quoting Phillip Susi (ps...@cfl.rr.com):
 I agree that deviating from upstream should be avoided without good
 cause, but by using this switch, Debian is deviating from upstream.  Are
 you aware of a good reason for this?

No, I'm not.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/712840

Title:
  local-top should pass -p part, not -p p

-- 
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 423252] Re: NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2 suexec, and atd

2011-03-23 Thread Peter Matulis
Yeah it was more as confirmation.  I'm going to test a patched libgcrypt
(comment #73) next.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap in Ubuntu.
https://bugs.launchpad.net/bugs/423252

Title:
  NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2
  suexec, and atd

-- 
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 658610] Re: Check whether images have write permissions

2011-03-23 Thread Vinit Agrawal
I think what it means that, if the file permission for the disk image in
host OS is read only for the user running qemu, then it is not saying
that clearly. May be qemu should just exit as soon as it sees that image
is read only. I am not sure if in some kind of mode it is possible to
run a VM without the need of writing anything on the image. If that is
the case then probably it should give an option or default to run in
that mode under such circumstances.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/658610

Title:
  Check whether images have write permissions

-- 
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 740666] Re: package python-beautifulsoup 3.1.0.1-2build1 failed to install/upgrade: error writing to 'standard output': Success

2011-03-23 Thread Dolugen
It was apt-get. It hung for a while so I cancelled it with ctrl+c I
think. I'm not sure that triggered the crash.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to beautifulsoup in Ubuntu.
https://bugs.launchpad.net/bugs/740666

Title:
  package python-beautifulsoup 3.1.0.1-2build1 failed to
  install/upgrade: error writing to 'standard output': Success

-- 
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 418112] Re: qemu-img should give reasons for failing

2011-03-23 Thread Vinit Agrawal
** Description changed:

  Binary package hint: qemu
  
-   $ kvm-img create -f qcow2 disks/t.img 4000M
-   Formatting 'disks/t.img', fmt=qcow2, size=4096000 kB
-   qemu-img: Error while formatting
+   $ kvm-img create -f qcow2 disks/t.img 4000M
+   Formatting 'disks/t.img', fmt=qcow2, size=4096000 kB
+   qemu-img: Error while formatting
  
  strace shows that the real error was Permission denied. It should say
  so, using strerror.
  
  ProblemType: Bug
  Architecture: i386
  Date: Mon Aug 24 13:31:45 2009
  DistroRelease: Ubuntu 9.10
  Package: qemu 0.10.6-1ubuntu1
  ProcEnviron:
-  LANGUAGE=en_GB.UTF-8
-  LC_COLLATE=C
-  PATH=(custom, user)
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_GB.UTF-8
+  LC_COLLATE=C
+  PATH=(custom, user)
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
  SourcePackage: qemu
  Uname: Linux 2.6.31-5-generic i686

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/418112

Title:
  qemu-img should give reasons for failing

-- 
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 658610] Re: Check whether images have write permissions

2011-03-23 Thread Anthony Liguori
This is a legacy behavior in QEMU.  There are a number of legitimate use
cases where a user may only have read access to an image and as long as
that image is mounted read-only, everything will work okay.

Virtio and SCSI will expose the read-only attribute to the guest so it
should be very obvious what's happening.  Unfortunately, IDE does not
support the concept of read-only.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/658610

Title:
  Check whether images have write permissions

-- 
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 579924] Re: Upgrading Ubuntu LTS skips database version - Fatal error: Version error for database bacula. Wanted 12, got 10

2011-03-23 Thread PeterNSteinmetz
Also just affected me on upgrade from karmic to lucid, using mysql. This
just cost me a couple of hours, so I definitely vote in favor of having
this handled properly during upgrade, especially as it affects LTS-LTS
upgrades.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in Ubuntu.
https://bugs.launchpad.net/bugs/579924

Title:
  Upgrading Ubuntu LTS skips database version - Fatal error: Version
  error for database bacula. Wanted 12, got 10

-- 
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 740815] Re: [FFe] Updates to enable us to drop xulrunner from main

2011-03-23 Thread Chris Coulson
couchdb + libmozjs is in my PPA now

** Changed in: couchdb (Ubuntu)
   Status: In Progress = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to gwt in Ubuntu.
https://bugs.launchpad.net/bugs/740815

Title:
  [FFe] Updates to enable us to drop xulrunner from main

-- 
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 674660] Re: rkhunter should check for ac power

2011-03-23 Thread Julien Valroff
** Changed in: rkhunter (Ubuntu)
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/674660

Title:
  rkhunter should check for ac power

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


[Bug 589889] Re: rkhunter raise a warning on chkconfig

2011-03-23 Thread Julien Valroff
** Changed in: rkhunter (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/589889

Title:
  rkhunter raise a warning on chkconfig

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


[Bug 514079] Re: rsyslog-gnutls can't validate V1 CA certificates

2011-03-23 Thread Bug Watch Updater
** Changed in: rsyslog
   Status: In Progress = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/514079

Title:
  rsyslog-gnutls can't validate V1 CA certificates

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


[Bug 721771] Re: natty: systemtap incompatible with kernel

2011-03-23 Thread Launchpad Bug Tracker
This bug was fixed in the package systemtap - 1.3-2ubuntu2

---
systemtap (1.3-2ubuntu2) natty; urgency=low

  * Added upstream patches for kernels 2.6.37/2.6.38, identified after
running testsuite (LP: #721771)
 -- Frederic Turgis f-tur...@ti.com   Thu, 17 Mar 2011 12:25:48 +

** Changed in: systemtap (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721771

Title:
  natty: systemtap incompatible with kernel

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


[Bug 617702] Re: backlight keyboard doesn't work in Toshiba M640

2011-03-23 Thread Marcelo Ruiz
I would like to know if anyone read this bug report. Many people are
having problems with this:

http://ubuntuforums.org/archive/index.php/t-1533744.html

Fn+Z enables switch works only when ACPI is disabled, but that is not a 
solution at all.
Does anyone know what else I can try?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/617702

Title:
  backlight keyboard doesn't work in Toshiba M640

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


[Bug 606048] Re: All PDF Viewers/Editors aren't in the same category.

2011-03-23 Thread IKT
** Changed in: ubuntu
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/606048

Title:
  All PDF Viewers/Editors aren't in the same category.

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


[Bug 493607] Re: rkhunter reports openssl and sshd versions out of date

2011-03-23 Thread Julien Valroff
** Changed in: rkhunter (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/493607

Title:
  rkhunter reports openssl and sshd versions out of date

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


[Bug 362927] Re: rkhunter pulls in exim and a whole bunch of stuff I do not need installed

2011-03-23 Thread Julien Valroff
** Changed in: rkhunter (Ubuntu)
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/362927

Title:
  rkhunter pulls in exim and a whole bunch of stuff I do not need
  installed

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


[Bug 615330] Re: when i start the computer a screen come and say screen found but no usable configuration. Nvidia failed to load.

2011-03-23 Thread IKT
** Package changed: ubuntu = xorg-server (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/615330

Title:
  when i start the computer a screen come and say screen found but no
  usable configuration. Nvidia failed to load.

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


[Bug 740740] Re: wayland-compositor crashed with SIGSEGV in eglMakeCurrent()

2011-03-23 Thread Apport retracing service
*** This bug is a duplicate of bug 733889 ***
https://bugs.launchpad.net/bugs/733889

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 #733889, 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.

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/740740/+attachment/1932230/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/740740/+attachment/1932231/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/740740/+attachment/1932232/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/740740/+attachment/1932233/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/740740/+attachment/1932234/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/740740/+attachment/1932235/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/740740/+attachment/1932236/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/740740/+attachment/1932237/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 733889

** Visibility changed to: Public

** Tags removed: need-i386-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740740

Title:
  wayland-compositor crashed with SIGSEGV in eglMakeCurrent()

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


[Bug 574250] Re: SAMSUNG N150 Laptop : Brightness issue

2011-03-23 Thread Filipp
Samsung N150

GNU/Linux i686 2.6.35-28-generic

setpci changes backlight, Fn + (up | down) with installed packages from
voria and slider in battery settings don't.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/574250

Title:
  SAMSUNG N150 Laptop : Brightness issue

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


[Bug 574250] Re: SAMSUNG N150 Laptop : Brightness issue

2011-03-23 Thread Filipp
Oh and Ubuntu Maverick (10.10)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/574250

Title:
  SAMSUNG N150 Laptop : Brightness issue

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


[Bug 740748] [NEW] package linux-image-2.6.32-30-generic (not installed) failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive

2011-03-23 Thread David Kent Jackson
Public bug reported:

Just installed Ultimate Linux 2.6.1 on this Toshiba laptop.  Updates
didn't finish.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-30-generic (not installed)
Regression: No
Reproducible: No
ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
Uname: Linux 2.6.32-27-generic i686
Architecture: i386
Date: Tue Mar 22 20:25:34 2011
ErrorMessage: corrupted filesystem tarfile - corrupted package archive
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
SourcePackage: linux
Title: package linux-image-2.6.32-30-generic (not installed) failed to 
install/upgrade: corrupted filesystem tarfile - corrupted package archive

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


** Tags: apport-package i386 lucid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740748

Title:
  package linux-image-2.6.32-30-generic (not installed) failed to
  install/upgrade: corrupted filesystem tarfile - corrupted package
  archive

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


[Bug 740748] Re: package linux-image-2.6.32-30-generic (not installed) failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive

2011-03-23 Thread David Kent Jackson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740748

Title:
  package linux-image-2.6.32-30-generic (not installed) failed to
  install/upgrade: corrupted filesystem tarfile - corrupted package
  archive

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


[Bug 268434] Re: Screen Resolution is not being restored after relogin

2011-03-23 Thread Murz
I have use Maverick and KDE 4.6.1 with two monitors. I do the
configuration, apply, and after pressing Save as default and reboot,
settings go back to default.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in Ubuntu.
https://bugs.launchpad.net/bugs/268434

Title:
  Screen Resolution is not being restored after relogin

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


[Bug 682338] Re: GTK programs in Ubuntu 10.10 are sluggish over NX

2011-03-23 Thread Zoide
Thanks Ryan for finding the guilty library!  I have posted instructions
for a workaround in the Ubuntu forum thread.  I'm sure you already
figured that out for yourself, but please let me know if there's
anything I missed or can be improved ;)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/682338

Title:
  GTK programs in Ubuntu 10.10 are sluggish over NX

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


[Bug 682338] Re: GTK programs in Ubuntu 10.10 are sluggish over NX

2011-03-23 Thread Zoide
Here is the link to the workaround I posted:
http://ubuntuforums.org/showpost.php?p=10590940postcount=5

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/682338

Title:
  GTK programs in Ubuntu 10.10 are sluggish over NX

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


[Bug 733501] Re: FFe: transitioning libraries to multiarch paths

2011-03-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/libxcomposite

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/733501

Title:
  FFe: transitioning libraries to multiarch paths

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


[Bug 727011] Re: apt-mirror will not automatically create directories if base_path is non-default

2011-03-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/apt-mirror

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/727011

Title:
  apt-mirror will not automatically create directories if base_path is
  non-default

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


[Bug 740658] Re: kernels compiled withCONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y lead to weird clock drifts on some CPUs. This may up ending in DOS

2011-03-23 Thread Eric Hammond
** Also affects: linux-ec2 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740658

Title:
  kernels  compiled withCONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y lead to
  weird clock drifts on some CPUs. This may up ending in DOS

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


[Bug 740754] [NEW] Language selection for newly created user confusing

2011-03-23 Thread Gunnar Hjalmarsson
Public bug reported:

Binary package hint: gdm

When a user is about to log in for the first time, and if only LANG is
set in /etc/default/locale, GDM's language picker suggests the language
corresponding to the LANG locale. The user may stick to that suggestion,
or pick some other language, and the user language will be set
accordingly.

If also LANGUAGE is set in /etc/default/locale, there are two problems:

1. The language suggested by the language picker is still grabbed from
   LANG.

2. Because of the no surprise code in Xsession, the user language
   will be set based on LANGUAGE whether the user picks some other
   language or not.

I would suggest two things to make GDM behave as expected. One of the
ideas is described in the failed-attempt.txt attachment. In addition to
that, Xsession should test whether it's a new user, and skip the no
surprise code if it is. Don't know how to test that, though.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740754

Title:
  Language selection for newly created user confusing

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


[Bug 740754] Re: Language selection for newly created user confusing

2011-03-23 Thread Gunnar Hjalmarsson
** Attachment added: failed-attempt.txt
   
https://bugs.launchpad.net/bugs/740754/+attachment/1932314/+files/failed-attempt.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740754

Title:
  Language selection for newly created user confusing

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


[Bug 720853] Re: bzr crashed with RuntimeError in normpath(): maximum recursion depth exceeded while calling a Python object

2011-03-23 Thread Martin Pool
** Description changed:

  Binary package hint: bzr
  
  bzr index always fails on lp:ubiquity.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: bzr 2.3.0-2
  ProcVersionSignature: Ubuntu 2.6.38-3.30-generic 2.6.38-rc4
  Uname: Linux 2.6.38-3-generic x86_64
  Architecture: amd64
  BzrDebugFlags: set()
  BzrVersion: 2.3.0
  CommandLine: ['/usr/bin/bzr', 'index']
  CrashDb: bzr
  Date: Thu Feb 17 11:12:31 2011
  ExecutablePath: /usr/bin/bzr
  FileSystemEncoding: UTF-8
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha amd64 (20100109)
  InterpreterPath: /usr/bin/python2.7
  Locale: en_GB.UTF-8
  PackageArchitecture: all
  Platform: Linux-2.6.38-3-generic-x86_64-with-Ubuntu-11.04-natty
  ProcCmdline: /usr/bin/python /usr/bin/bzr index
  PythonVersion: 2.7.1
  SourcePackage: bzr
  Title: bzr crashed with RuntimeError in normpath(): maximum recursion depth 
exceeded while calling a Python object
  UserEncoding: UTF-8
  UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare
+ 
+ Traceback (most recent call last):
+   File /usr/lib/pymodules/python2.7/bzrlib/commands.py, line 923, in 
exception_to_return_code
+ return the_callable(*args, **kwargs)
+   File /usr/lib/pymodules/python2.7/bzrlib/commands.py, line 1123, in 
run_bzr
+ ret = run(*run_argv)
+   File /usr/lib/pymodules/python2.7/bzrlib/commands.py, line 691, in 
run_argv_aliases
+ return self.run(**all_cmd_args)
+   File /usr/lib/pymodules/python2.7/bzrlib/commands.py, line 710, in run
+ return self._operation.run_simple(*args, **kwargs)
+   File /usr/lib/pymodules/python2.7/bzrlib/cleanup.py, line 135, in 
run_simple
+ self.cleanups, self.func, *args, **kwargs)
+   File /usr/lib/pymodules/python2.7/bzrlib/cleanup.py, line 165, in 
_do_with_cleanups
+ result = func(*args, **kwargs)
+   File /usr/lib/python2.7/dist-packages/bzrlib/plugins/search/commands.py, 
line 41, in run
+ _mod_index.index_url(trans.base)
+   File /usr/lib/python2.7/dist-packages/bzrlib/plugins/search/index.py, 
line 169, in index_url
+ index.index_revisions(branch, revs_to_index)
+   File /usr/lib/python2.7/dist-packages/bzrlib/plugins/search/index.py, 
line 341, in index_revisions
+ outer_bar)
+   File /usr/lib/python2.7/dist-packages/bzrlib/plugins/search/index.py, 
line 389, in _index_revisions
+ self._add_index(builder)
+   File /usr/lib/python2.7/dist-packages/bzrlib/plugins/search/index.py, 
line 402, in _add_index
+ self._upload_transport)
+   File /usr/lib/python2.7/dist-packages/bzrlib/plugins/search/index.py, 
line 1128, in upload_index
+ term_indices[len(term)].add_node(term, term_value, ())
+   File /usr/lib/pymodules/python2.7/bzrlib/btree_index.py, line 174, in 
add_node
+ self._spill_mem_keys_to_disk()
+   File /usr/lib/pymodules/python2.7/bzrlib/btree_index.py, line 191, in 
_spill_mem_keys_to_disk
+ backing_pos) = self._spill_mem_keys_and_combine()
+   File /usr/lib/pymodules/python2.7/bzrlib/btree_index.py, line 225, in 
_spill_mem_keys_and_combine
+ allow_optimize=False)
+   File /usr/lib/pymodules/python2.7/bzrlib/btree_index.py, line 385, in 
_write_nodes
+ self._add_key(string_key, line, rows, allow_optimize=allow_optimize)
+   File /usr/lib/pymodules/python2.7/bzrlib/btree_index.py, line 351, in 
_add_key
+ self._add_key(string_key, line, rows, allow_optimize=allow_optimize)
+ .
+  File /usr/lib/pymodules/python2.7/bzrlib/btree_index.py, line 351, in 
_add_key
+ self._add_key(string_key, line, rows, allow_optimize=allow_optimize)
+   File /usr/lib/pymodules/python2.7/bzrlib/btree_index.py, line 351, in 
_add_key
+ self._add_key(string_key, line, rows, allow_optimize=allow_optimize)
+   File /usr/lib/pymodules/python2.7/bzrlib/btree_index.py, line 328, in 
_add_key
+ row.finish_node()
+   File /usr/lib/pymodules/python2.7/bzrlib/btree_index.py, line 98, in 
finish_node
+ _BuilderRow.finish_node(self)
+   File /usr/lib/pymodules/python2.7/bzrlib/btree_index.py, line 76, in 
finish_node
+ spool = tempfile.TemporaryFile(prefix='bzr-index-row-')
+   File /usr/lib/python2.7/tempfile.py, line 478, in TemporaryFile
+ (fd, name) = _mkstemp_inner(dir, prefix, suffix, flags)
+   File /usr/lib/python2.7/tempfile.py, line 230, in _mkstemp_inner
+ return (fd, _os.path.abspath(file))
+   File /usr/lib/python2.7/posixpath.py, line 349, in abspath
+ return normpath(path)
+   File /usr/lib/python2.7/posixpath.py, line 315, in normpath
+ slash, dot = (u'/', u'.') if isinstance(path, unicode) else ('/', '.')
+ RuntimeError: maximum recursion depth exceeded while calling a Python object

** Changed in: bzr
   Importance: Undecided = Medium

** Changed in: bzr
   Status: New = Confirmed

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

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

** Changed in: bzr-search
   Status: New = Confirmed

** Changed in: bzr-search
   Importance: Undecided = High

-- 
You 

[Bug 740406] Re: softwarecenter db update fails because the gnome-do file cannot be read

2011-03-23 Thread Gary M
*** This bug is a duplicate of bug 731002 ***
https://bugs.launchpad.net/bugs/731002

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #731002, so it 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 731002
   softwarecenter.db.update - WARNING - The file: 
'/usr/share/app-install/desktop/gnome-do.desktop' could not be read correctly.
 * You can subscribe to bug 731002 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/gnome-do/+bug/731002/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740406

Title:
  softwarecenter db update fails because the gnome-do file cannot be
  read

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


[Bug 740756] [NEW] dragging files/folders onto launcher icons, or over taskbar buttons no longer works

2011-03-23 Thread steubens
Public bug reported:

Binary package hint: gnome-panel

you used to be able to drop files/folders on launcher icons to invoke
the application with them as parameters, this no longer works in natty;
it adds a launcher instead

related, and as equally, excruciatingly annoying, dragging over a
taskbar button will not bring that app to the foreground for a drop
anymore, and if you drop it on top of the switcher it creates a launcher
to the right of it.

i can understand why this might be desirable, but i've used launchers in
this manner, and dropping on apps for as long as i've used gnome ...

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: gnome-panel 1:2.32.1-0ubuntu6
ProcVersionSignature: Ubuntu 2.6.38-7.37-generic 2.6.38
Uname: Linux 2.6.38-7-generic x86_64
Architecture: amd64
Date: Tue Mar 22 23:40:55 2011
GConfNonDefault:
 
/apps/panel/general/applet_id_list=[applet_6,applet_1,applet_0,clock_screen0,show_desktop_button_screen0,window_list_screen0,workspace_switcher_screen0,trashapplet_screen0,applet_4,applet_12,applet_13,applet_11,applet_14,applet_17]
 
/apps/panel/general/object_id_list=[object_0,menu_bar_screen0,object_1,object_3,object_2]
 /apps/panel/general/toplevel_id_list=[bottom_panel_screen0,top_panel_screen0]
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-panel
UpgradeStatus: Upgraded to natty on 2011-03-17 (5 days ago)

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug natty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740756

Title:
  dragging files/folders onto launcher icons, or over taskbar buttons no
  longer works

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


[Bug 740756] Re: dragging files/folders onto launcher icons, or taskbar buttons no longer works

2011-03-23 Thread steubens
** Summary changed:

- dragging files/folders onto launcher icons, or taskbar buttons no longer works
+ dragging files/folders onto launcher icons, or over taskbar buttons no longer 
works

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740756

Title:
  dragging files/folders onto launcher icons, or over taskbar buttons no
  longer works

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



[Bug 737414] Re: upgrade from 10.04 to 10.10 Could not calculate the upgrade

2011-03-23 Thread Manfred Hampl
Please try again with the following commands

sudo apt-get update
sudo apt-get dist-upgrade

and copy/paste the output.

If there are no more error messages try

sudo do-release-upgrade

and again copy/paste the output.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/737414

Title:
  upgrade from 10.04 to 10.10 Could not calculate the upgrade

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


[Bug 740387] Re: graphical corruption with multiple drivers and classic desktop

2011-03-23 Thread Michael Vogt
Here is the releveant changelog entry:

  [ Ugo Riboni ]
  * debian/patches/16-capture-before-unmap: add an option to capture a
pixmap of each window before it's unmapped (e.g. minimized or moved
to another workspace. This is saved in a property of the window and
can be retrieved by clients that want to display previews of these
windows.


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

** Changed in: metacity (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740387

Title:
  graphical corruption with multiple drivers and classic desktop

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


[Bug 733501] Re: FFe: transitioning libraries to multiarch paths

2011-03-23 Thread Dmitry Divius Tantsur
Hell, you're mad if you give a FFE for such a HUGE change. Count broken
things: Python build for source is the first (bug 738213). What a
childish decision...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/733501

Title:
  FFe: transitioning libraries to multiarch paths

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


[Bug 733501] Re: FFe: transitioning libraries to multiarch paths

2011-03-23 Thread Dmitry Divius Tantsur
 build FROM source
obvious fix.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/733501

Title:
  FFe: transitioning libraries to multiarch paths

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


[Bug 726833] Re: Headphones do not work/mute internal mic

2011-03-23 Thread David Henningsson
A quirk for this machine has been committed upstream recently - it is
also cc:ed to stable, but there hasn't been any upstream stable release
since. It should work in Natty.

commit ca6cd851d7d22767d68b674590d836f468d1913a
Author: Daniel T Chen crim...@ubuntu.com
Date:   Sat Jan 8 18:25:27 2011 -0500

ALSA: hda: Use vostro model quirk for Dell Vostro 1014


** Changed in: alsa-driver (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/726833

Title:
  Headphones do not work/mute internal mic

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


[Bug 740761] [NEW] automatic background download never start

2011-03-23 Thread dino99
Public bug reported:

Binary package hint: synaptic

on natty i386 updated

i've set synaptic download opt-in choice to: automatic download updates
in the background once a day, but it never start to download available
updates, i've tested several times, waited several hours but nothing, i
need to click on the upload icon button.

sidenote: for testing propose it might be usefull to have choice to
download every hour or so instead of only once a day.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: synaptic 0.75.1ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-7.37-generic-pae 2.6.38
Uname: Linux 2.6.38-7-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Mar 23 08:11:36 2011
ProcEnviron:
 LANGUAGE=fr_FR:fr:en_GB:en
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: synaptic
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 natty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740761

Title:
  automatic background download never start

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


[Bug 740761] Re: automatic background download never start

2011-03-23 Thread dino99
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740761

Title:
  automatic background download never start

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


[Bug 740760] [NEW] type 'exceptions.UnicodeDecodeError': 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)

2011-03-23 Thread Sergey Vlasov
Public bug reported:

Binary package hint: aptdaemon

1

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: aptdaemon 0.41+bzr597-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-7.37-generic 2.6.38
Uname: Linux 2.6.38-7-generic i686
Annotation: Applying software changes failed
Architecture: i386
Date: Wed Mar 23 10:15:06 2011
DesktopFile: /usr/share/aptdaemon/aptdaemon.desktop
ExecutablePath: /usr/sbin/aptd
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20110302)
SourcePackage: aptdaemon
Title: type 'exceptions.UnicodeDecodeError': 'ascii' codec can't decode byte 
0xd0 in position 0: ordinal not in range(128)
TransactionDepends: [['libva-x11-1=1.0.8-3', 'libxcb-keysyms1=0.3.6-1build1', 
'libx264-106=2:0.106.1741-3', 'libxcb-xv0=1.7-2ubuntu1', 
'libcddb2=1.3.2-2fakesync1', 'libdvbpsi6=0.1.7-1', 'libvlc5=1.1.7-3ubuntu1', 
'vlc-nox=1.1.7-3ubuntu1', 'libupnp3=1:1.6.6-5', 'libxcb-randr0=1.7-2ubuntu1', 
'libiso9660-7=0.81-4build1', 'vlc-plugin-notify=1.1.7-3ubuntu1', 
'vlc-plugin-pulse=1.1.7-3ubuntu1', 'vlc-data=1.1.7-3ubuntu1', 
'libtar=1.2.11-6', 'libvlccore4=1.1.7-3ubuntu1', 'libvcdinfo0=0.7.23-4ubuntu2', 
'libebml3=1.2.0+dfsg-0ubuntu1', 'libmatroska3=1.1.0+dfsg-0ubuntu2'], [], [], 
[], [], [], []]
TransactionErrorCode: error-unknown
TransactionKwargs: {}
TransactionLocale: ru_RU.UTF8
TransactionOutput:
 
TransactionPackages: [[dbus.String(u'vlc')], [], [], [], [], []]
TransactionRole: role-commit-packages
UpgradeStatus: Upgraded to natty on 2011-03-23 (0 days ago)

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


** Tags: apport-crash i386 natty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740760

Title:
  type 'exceptions.UnicodeDecodeError': 'ascii' codec can't decode
  byte 0xd0 in position 0: ordinal not in range(128)

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


[Bug 740760] Re: type 'exceptions.UnicodeDecodeError': 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)

2011-03-23 Thread Sergey Vlasov
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740760

Title:
  type 'exceptions.UnicodeDecodeError': 'ascii' codec can't decode
  byte 0xd0 in position 0: ordinal not in range(128)

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


[Bug 724831] Re: N-trig DuoSense digitizer not detected on Fujitsu Lifebook T580 on Ubuntu 10.10, amd64

2011-03-23 Thread Bayle Shanks
ok i tried it on 2.6.38, but it didnt work and i got this in the syslog:


Mar 23 00:10:00 bshanks kernel: [3.173909] ntrig 0003:1B96:0008.0001: 
hiddev0,hidraw0: USB HID v1.10 Device [N-trig DuoSense] on u
sb-:00:1d.0-1.3/input0
Mar 23 00:10:00 bshanks kernel: [3.174121] ntrig 0003:1B96:0008.0001: 
Firmware version: 0.1.6.36.0 (0410 90c4)
Mar 23 00:10:00 bshanks kernel: [3.175493] ntrig 0003:1B96:0008.0002: parse 
failed
Mar 23 00:10:00 bshanks kernel: [3.175501] ntrig: probe of 
0003:1B96:0008.0002 failed with error -22

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/724831

Title:
  N-trig DuoSense digitizer not detected on Fujitsu Lifebook T580 on
  Ubuntu 10.10, amd64

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


[Bug 740764] [NEW] package fglrx 2:8.801-0ubuntu3 failed to install/upgrade: fglrx kernel module failed to build

2011-03-23 Thread Byron Hale
Public bug reported:

Ubuntu 11.04 alpha 20110322.1 - AMD 6a architecture - ATI 6850 3d
aceleration chip

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: fglrx 2:8.801-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-7.38-generic 2.6.38
Uname: Linux 2.6.38-7-generic x86_64
Architecture: amd64
Date: Wed Mar 23 00:14:19 2011
DistUpgraded: Fresh install
DistroCodename: natty
DistroVariant: ubuntu
ErrorMessage: fglrx kernel module failed to build
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110322.1)
PackageVersion: 2:8.801-0ubuntu3
SourcePackage: fglrx-installer
Title: package fglrx 2:8.801-0ubuntu3 failed to install/upgrade: fglrx kernel 
module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)
version.compiz: compiz 1:0.9.4git20110322-0ubuntu1
version.libdrm2: libdrm2 2.4.23-1ubuntu5
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu11
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu6

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package natty ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740764

Title:
  package fglrx 2:8.801-0ubuntu3 failed to install/upgrade: fglrx kernel
  module failed to build

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


[Bug 740764] Re: package fglrx 2:8.801-0ubuntu3 failed to install/upgrade: fglrx kernel module failed to build

2011-03-23 Thread Byron Hale
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740764

Title:
  package fglrx 2:8.801-0ubuntu3 failed to install/upgrade: fglrx kernel
  module failed to build

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


[Bug 740763] Re: package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel module failed to build

2011-03-23 Thread Unkn0qn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740763

Title:
  package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr
  kernel module failed to build

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


[Bug 740763] [NEW] package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel module failed to build

2011-03-23 Thread Unkn0qn
Public bug reported:

Description:Ubuntu Natty (development branch)
Release:11.04

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: blcr-dkms 0.8.2-15ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-7.37-generic 2.6.38
Uname: Linux 2.6.38-7-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Mar 23 09:00:27 2011
ErrorMessage: blcr kernel module failed to build
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007.1)
PackageVersion: 0.8.2-15ubuntu1
SourcePackage: blcr
Title: package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel 
module failed to build
UpgradeStatus: Upgraded to natty on 2011-03-22 (0 days ago)

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


** Tags: apport-package i386 natty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740763

Title:
  package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr
  kernel module failed to build

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


[Bug 716462] Re: Unity is not restored on unity/compiz crash: compiz doesn't register properly with gnome-session

2011-03-23 Thread Didier Roche
Sam told he tested it with the make dist. I can't reproduce and make it
works:

1. Start a session with the new compiz
2. killall compiz
- not autorespawn.

** Changed in: unity
   Status: Fix Released = Triaged

** Changed in: compiz (Ubuntu)
   Status: Fix Released = Triaged

** Changed in: unity (Ubuntu)
   Status: Fix Released = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/716462

Title:
  Unity is not restored on unity/compiz crash: compiz doesn't register
  properly with gnome-session

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


[Bug 740760] Re: type 'exceptions.UnicodeDecodeError': 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)

2011-03-23 Thread Robert Roth
*** This bug is a duplicate of bug 724735 ***
https://bugs.launchpad.net/bugs/724735

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #724735, so it 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 724735
   aptd crashed with UnicodeDecodeError in _set_status_details(): 'ascii' codec 
can't decode byte 0xd0 in position 0: ordinal not in range(128)
 * You can subscribe to bug 724735 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/aptdaemon/+bug/724735/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740760

Title:
  type 'exceptions.UnicodeDecodeError': 'ascii' codec can't decode
  byte 0xd0 in position 0: ordinal not in range(128)

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


[Bug 738730] Re: type 'exceptions.UnicodeDecodeError': 'ascii' codec can't decode byte 0xc4 in position 21: ordinal not in range(128)

2011-03-23 Thread Robert Roth
*** This bug is a duplicate of bug 724735 ***
https://bugs.launchpad.net/bugs/724735

** This bug is no longer a duplicate of bug 737742
   type 'exceptions.UnicodeDecodeError': 'ascii' codec can't decode byte 0xd0 
in position 0: ordinal not in range(128)
** This bug has been marked a duplicate of bug 724735
   aptd crashed with UnicodeDecodeError in _set_status_details(): 'ascii' codec 
can't decode byte 0xd0 in position 0: ordinal not in range(128)
 * You can subscribe to bug 724735 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/aptdaemon/+bug/724735/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/738730

Title:
  type 'exceptions.UnicodeDecodeError': 'ascii' codec can't decode
  byte 0xc4 in position 21: ordinal not in range(128)

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


[Bug 737742] Re: type 'exceptions.UnicodeDecodeError': 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)

2011-03-23 Thread Robert Roth
*** This bug is a duplicate of bug 724735 ***
https://bugs.launchpad.net/bugs/724735

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #724735, so it 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 724735
   aptd crashed with UnicodeDecodeError in _set_status_details(): 'ascii' codec 
can't decode byte 0xd0 in position 0: ordinal not in range(128)
 * You can subscribe to bug 724735 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/aptdaemon/+bug/724735/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/737742

Title:
  type 'exceptions.UnicodeDecodeError': 'ascii' codec can't decode
  byte 0xd0 in position 0: ordinal not in range(128)

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


[Bug 706814] Re: several logs not populated

2011-03-23 Thread Bremm
@dino99

Please attach a copy of your /etc/rsyslog.d/50-default.conf

Don't worry about the xconsole either.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/706814

Title:
  several logs not populated

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


[Bug 740630] Re: [needs-packaging] GNU parallel

2011-03-23 Thread Robert Roth
** Changed in: ubuntu
   Importance: Undecided = Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740630

Title:
  [needs-packaging] GNU parallel

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


[Bug 726058] Re: wireless disconnects randomly

2011-03-23 Thread raggar
Same problem here. I have a AR9285 Wireless Network Adapter. On a up-to-
date Natty 64 bit system.

The problem o cures most at startup and at wakeup from suspension. For
the first 15 minutes it is connecting and disconnecting again and again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/726058

Title:
  wireless disconnects randomly

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


[Bug 740671] Re: compiz fails to launch and is not fully installable

2011-03-23 Thread Didier Roche
Hey Mathieu,

Have you made a partial upgrade to get this state? The packaging doesn't
allow that case to happen normally.

Can you please:
apt-cache policy compiz-core
apt-cache policy libcompizconfig0

and the, apt-cache show on them as well please.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740671

Title:
  compiz fails to launch and is not fully installable

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


[Bug 740538] Re: type 'exceptions.OSError': [Errno 2] No such file or directory: '/dev/pts/1'

2011-03-23 Thread Robert Roth
*** This bug is a duplicate of bug 693290 ***
https://bugs.launchpad.net/bugs/693290

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #693290, so it 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. Feel free to continue to report any other bugs you may
find.

** Package changed: ubuntu = aptdaemon (Ubuntu)

** This bug has been marked a duplicate of bug 693290
   type 'exceptions.OSError': [Errno 2] No such file or directory: 
'/dev/pts/1'
 * You can subscribe to bug 693290 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/aptdaemon/+bug/693290/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740538

Title:
  type 'exceptions.OSError': [Errno 2] No such file or directory:
  '/dev/pts/1'

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


[Bug 740534] Re: package kplayer-data (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/icons/hicolor/16x16/apps/kplayer.png », qui appartient aussi au paquet kplaye

2011-03-23 Thread Robert Roth
*** This bug is a duplicate of bug 740535 ***
https://bugs.launchpad.net/bugs/740535

** This bug has been marked a duplicate of bug 740535
   package kplayer-data (not installed) failed to install/upgrade: tentative de 
remplacement de « /usr/share/icons/hicolor/16x16/apps/kplayer.png », qui 
appartient aussi au paquet kplayer 1:0.7-2ubuntu2
 * You can subscribe to bug 740535 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/kplayer/+bug/740535/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740534

Title:
  package kplayer-data (not installed) failed to install/upgrade:
  tentative de remplacement de «
  /usr/share/icons/hicolor/16x16/apps/kplayer.png », qui appartient
  aussi au paquet kplayer 1:0.7-2ubuntu2

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

[Bug 740527] Re: I can not block user taorulz!!! I don`t want to receve any messages from him. Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

2011-03-23 Thread Robert Roth
*** This bug is a duplicate of bug 557521 ***
https://bugs.launchpad.net/bugs/557521

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #557521, so it 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. Feel free to continue to report any other bugs you may
find.

** Package changed: ubuntu = empathy (Ubuntu)

** This bug has been marked a duplicate of bug 557521
   Provide ability to block a contact
 * You can subscribe to bug 557521 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/557521/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740527

Title:
  I can not block user taorulz!!! I don`t want to receve any messages
  from him. Help!

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


[Bug 739147] Re: crashes when loading

2011-03-23 Thread Brandon Parsons
The alternate disc worked without a hitch. With the normal disc, I
couldn't get far enough to even attempt to install since it would always
crash when loading.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/739147

Title:
  crashes when loading

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


[Bug 718223] Re: transmission-gtk crashed with SIGSEGV in g_atomic_int_exchange_and_add()

2011-03-23 Thread gunbladeiv
fixed. no longer produce crash when saving files into NTFS filesystem.
Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/718223

Title:
  transmission-gtk crashed with SIGSEGV in
  g_atomic_int_exchange_and_add()

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


[Bug 595265] Re: Can not add Facebook account as add button not displayed after authorisation.

2011-03-23 Thread jeremy-list
who was the idiot that marked this is fix-released? In the latest
version: the only thing that's different is that none of the workarounds
work!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/595265

Title:
  Can not add Facebook account as add button not displayed after
  authorisation.

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


[Bug 740357] Re: WARNING: at /build/buildd/linux-2.6.38/kernel/power/suspend_test.c:53 suspend_test_finish+0x86/0x90()

2011-03-23 Thread Robert Roth
*** This bug is a duplicate of bug 740327 ***
https://bugs.launchpad.net/bugs/740327

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #740327, so it 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. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 740327
   WARNING: at /build/buildd/linux-2.6.38/kernel/power/suspend_test.c:53 
suspend_test_finish+0x86/0x90()
 * You can subscribe to bug 740327 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/740327/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740357

Title:
  WARNING: at /build/buildd/linux-2.6.38/kernel/power/suspend_test.c:53
  suspend_test_finish+0x86/0x90()

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