[Bug 839569] Re: Apache2 is still Range header DoS vulnerable if gzip compression is enabled

2011-09-07 Thread Steve Beattie
Paweł, Can you confirm that sending a request with an overlapping byte range e.g.: HEAD / HTTP/1.1 Host: localhost Range:bytes=1-15,10-35,8-9,14-22,0-5,23- Accept-Encoding: gzip Connection: close returns 200 OK? Perhaps you could report what modules you have loaded? apache2ctl -t -D

[Bug 763467] Re: SIOCGMIIREG errors on e1000e interface

2011-09-07 Thread Dave Walker
Someone wanting to fix this, who also has suitable hardware could bisect: http://git.formilux.org/?p=people/alex/keepalived.git;a=shortlog -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to keepalived in Ubuntu.

[Bug 665347] Re: Asterisk crashes in res_odbc

2011-09-07 Thread Dave Walker
@lexx We do not currently have enough information on how to reproduce this. Please can you provide more information on how to reproduce this, the more detail you are able to provide the better. Thanks. ** Changed in: asterisk (Ubuntu) Status: New = Incomplete -- You received this bug

[Bug 833499] Re: virt/disk.py unconditionally inserts public_keys into /root/.ssh/authorized_keys

2011-09-07 Thread Dave Walker
Dropping Ubuntu bug task to Low as we have a work-around. Thanks. ** Changed in: nova (Ubuntu) Importance: High = Low ** Changed in: nova (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 839569] Re: Apache2 is still Range header DoS vulnerable if gzip compression is enabled

2011-09-07 Thread Paweł Tęcza
Hi Steve, Yes, I can confirm that my Apache returns 200 OK for that request: root@server:~# nc localhost 80 HEAD / HTTP/1.1 Host: localhost Range:bytes=1-15,10-35,8-9,14-22,0-5,23- Accept-Encoding: gzip Connection: close HTTP/1.1 200 OK Date: Wed, 07 Sep 2011 08:51:43 GMT Server: Apache

[Blueprint server-o-jenkins] Get Jenkins into the Ubuntu Archive

2011-09-07 Thread James Page
Blueprint changed by James Page: Whiteboard changed: - Current Status: Jenkins in Oneiric! + Jenkins works just fine on both ARM and x86 platforms - Jenkins NEW binary packages have been accepted and jenkins is now - installable in Oneiric! + Thanks to Xerxes Ranby and Kohuske Kawaguchi to

[Blueprint server-o-syslog-information] Thoughts about controlling the syslog firehose for Ubuntu Server

2011-09-07 Thread James Page
Blueprint changed by James Page: Whiteboard changed: Work Items for oneiric-alpha-2: [james-page] File an ITP for octopussy in Debian: DONE [gandelman-a] Write puppet module for central rsyslog server: INPROGRESS [gandelman-a] Write puppet module for rsyslog client: INPROGRESS Work

[Bug 842585] Re: Please merge tftp-hpa 5.1-2 from debian unstable (main)

2011-09-07 Thread Colin Watson
Thanks! Looks fine; I'll upload this. ** Changed in: tftp-hpa (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tftp-hpa in Ubuntu. https://bugs.launchpad.net/bugs/842585 Title: Please merge

[Bug 842585] Re: Please merge tftp-hpa 5.1-2 from debian unstable (main)

2011-09-07 Thread Launchpad Bug Tracker
This bug was fixed in the package tftp-hpa - 5.1-2ubuntu1 --- tftp-hpa (5.1-2ubuntu1) oneiric; urgency=low * Merge from debian unstable (LP: #842585). Remaining changes: - Set /var/lib/tftpboot by default instead of /srv/tftp. - Decrease priority of tftp path from high to

[Bug 833519] Re: lxc in nova will happily attempt to run x86_64 container on i686 arch

2011-09-07 Thread Thierry Carrez
** Tags added: lxc -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/833519 Title: lxc in nova will happily attempt to run x86_64 container on i686 arch To manage notifications about

[Bug 839796] Re: nova-manage complains about missing nova-compute.conf

2011-09-07 Thread Thierry Carrez
** Changed in: nova Importance: Undecided = Low ** Changed in: nova Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/839796 Title: nova-manage

[Bug 651049] Re: php5: FILTER_VALIDATE_URL will invalidate a hostname that includes '-'

2011-09-07 Thread Olivier Dobberkau
FYI: I have created a ppa with the patch from Jordan here: https://launchpad.net/~olivier-dobberkau/+archive/ppa/+packages Patch works. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu.

[Bug 837085] Re: hardened build option lost in debian/control

2011-09-07 Thread Thomas Guyot-Sionnest
The code wasn't actually vulnerable; GCC couldn't check whenever it was. I've fixed this in both master and maint-1.4.15. The fix is so trivial it can be safely applied to any version of the Nagios-Plugins too. See commit entitled Make GCC happy here:

[Bug 840925] Re: Please make /dev/kvm world-accessible in 45-qemu-kvm.rules

2011-09-07 Thread Jamie Strandboge
What specifically were these reasons? When did they no longer become a concern and why? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in Ubuntu. https://bugs.launchpad.net/bugs/840925 Title: Please make /dev/kvm

[Bug 840925] Re: Please make /dev/kvm world-accessible in 45-qemu-kvm.rules

2011-09-07 Thread Soren Hansen
The problem back then was that anyone with access to /dev/kvm could allocate an arbitrary amount of memory that could not be swapped out. Dead-easy DoS. Since... I don't remember when, years ago at least, memory used by kvm can be swapped out like all other memory, so it's in terms of DoS by

[Bug 840925] Re: Please make /dev/kvm world-accessible in 45-qemu-kvm.rules

2011-09-07 Thread Jamie Strandboge
** Changed in: kvm (Ubuntu) Status: New = Incomplete ** Changed in: kvm (Ubuntu) Assignee: (unassigned) = Jamie Strandboge (jdstrand) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in Ubuntu.

[Bug 839772] Re: libvirtd crashed with SIGSEGV in malloc()

2011-09-07 Thread Serge Hallyn
Thanks for reporting this bug. It looks like it could be a toolchain bug, though the fingerprint also looks very similar to that which we got when libvirt was not properly papering over libpciaccess' lack of concurrency support. Can you reproduce this at will? How exactly are you shutting down

Re: [Bug 837085] Re: hardened build option lost in debian/control

2011-09-07 Thread cyco
On Wednesday 07 September 2011 14:52:29 you wrote: The code wasn't actually vulnerable; GCC couldn't check whenever it was. I've fixed this in both master and maint-1.4.15. The fix is so trivial it can be safely applied to any version of the Nagios-Plugins too. See commit entitled Make GCC

[Bug 843296] Re: cannot install snmp-mibs-downloader - does not exist

2011-09-07 Thread Leonardo Borda
It works on Lucid and Maverick btw. Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to net-snmp in Ubuntu. https://bugs.launchpad.net/bugs/843296 Title: cannot install snmp-mibs-downloader - does not exist To manage

[Bug 839773] Re: virsh crashed with SIGABRT in raise()

2011-09-07 Thread Serge Hallyn
*** This bug is a duplicate of bug 839772 *** https://bugs.launchpad.net/bugs/839772 Could you attach the .xml for and append a description of the guest? I will try to reproduce this after updating a maverick host. If you have any more bugs, rather than creating a new bug, would you mind

[Bug 836329] Re: lvm volumes not listed if lvm has command_names option = 1

2011-09-07 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu) Assignee: (unassigned) = Serge Hallyn (serge-hallyn) -- 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/836329 Title: lvm volumes not listed if lvm

[Bug 822142] Re: package openvswitch-controller 1.1.0~pre2.g2.ea763e0e-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~lynxman/ubuntu/natty/openvswitch/lp_822142 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvswitch in Ubuntu. https://bugs.launchpad.net/bugs/822142 Title: package openvswitch-controller

[Bug 822142] Re: package openvswitch-controller 1.1.0~pre2.g2.ea763e0e-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-07 Thread Marc Cluet
** Description changed: Currently I can't install any more softwares ProblemType: Package DistroRelease: Ubuntu 11.04 Package: openvswitch-controller 1.1.0~pre2.g2.ea763e0e-1ubuntu2 ProcVersionSignature: Ubuntu 2.6.38-10.46-generic-pae 2.6.38.7 Uname: Linux 2.6.38-10-generic-pae

[Bug 822142] Re: package openvswitch-controller 1.1.0~pre2.g2.ea763e0e-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-07 Thread Marc Cluet
Added SRU description, attached bzr diff and subscribed SRU and Sponsors team -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvswitch in Ubuntu. https://bugs.launchpad.net/bugs/822142 Title: package openvswitch-controller

[Bug 156636]

2011-09-07 Thread Djm
close resolved bugs now that openssh-5.9 has been released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/156636 Title: Please package openssh with LPK patch To manage

[Bug 839569] Re: Apache2 is still Range header DoS vulnerable if gzip compression is enabled

2011-09-07 Thread Upen
Hi, I am the other user who reported that even after fully patching 10.04 LTS, I see that my virtual Lucid is still vulnerable. I am not sure where exactly is the problem, system resources or apache bug or my configuration. OS: Ubuntu 10.04.3 LTS Memory = 512 MB 1 CPU : model name :

[Bug 836329] Re: lvm volumes not listed if lvm has command_names option = 1

2011-09-07 Thread Serge Hallyn
I think this would be legitimate as a bug against lvm for spitting out the command_name prefix when --noheadings is specified. However, changing existing behavior is always bad, and this should be easy enough to work around in libvirt, so I'll work on a patch for that. ** Changed in: libvirt

Re: [Bug 836329] Re: lvm volumes not listed if lvm has command_names option = 1

2011-09-07 Thread Alasdair G. Kergon
On Wed, Sep 07, 2011 at 03:28:45PM -, Serge Hallyn wrote: I think this would be legitimate as a bug against lvm for spitting out the command_name prefix when --noheadings is specified. --noheadings only refers only to the headings line. command_names applies to all output lines. The

[Bug 837085] Re: hardened build option lost in debian/control

2011-09-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/nagios-plugins -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nagios-plugins in Ubuntu. https://bugs.launchpad.net/bugs/837085 Title: hardened build option lost in debian/control To manage notifications

[Bug 733553] Re: pyc files in source tarball

2011-09-07 Thread Colin Watson
Yes, this was true in python-novaclient_2.4.orig.tar.gz but was fixed in python-novaclient_2.6.1~bzr78.orig.tar.gz, if not earlier. ** Changed in: python-novaclient (Ubuntu) Status: Incomplete = Fix Released -- You received this bug notification because you are a member of Ubuntu Server

[Bug 837085] Re: hardened build option lost in debian/control

2011-09-07 Thread Launchpad Bug Tracker
This bug was fixed in the package nagios-plugins - 1.4.15-4ubuntu2 --- nagios-plugins (1.4.15-4ubuntu2) oneiric; urgency=low * re-enable hardened builds (LP: #837085) -- Scott Moser smo...@ubuntu.com Tue, 06 Sep 2011 16:08:53 -0400 ** Changed in: nagios-plugins (Ubuntu)

[Bug 831628] Re: squid upstart script doesn't check for filesystems

2011-09-07 Thread Clint Byrum
Right, I think the start on needs to be simplified even further. runlevel [2345] in oneiric and later implies that all network interfaces listed in /etc/network/interfaces are up. So we can just take any mention of networking out. This does mean that if you have a desktop and you try to bind your

[Bug 831628] Re: squid upstart script doesn't check for filesystems

2011-09-07 Thread Ben Howard
Merge request deleted. -- 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/831628 Title: squid upstart script doesn't check for filesystems To manage notifications about this bug go to:

[Bug 839569] Re: Apache2 is still Range header DoS vulnerable if gzip compression is enabled

2011-09-07 Thread Stefan Fritsch
Note that it is impossible to determine from apache's response alone if apache is vulnerable or not. The only way to check it is to do a request with lots of overlapping ranges (like killapache does) and check if the process size increases a lot or not. On 32bit machines, the original

Re: [Bug 831628] Re: squid upstart script doesn't check for filesystems

2011-09-07 Thread Clint Byrum
Excerpts from Ben Howard's message of Wed Sep 07 16:54:54 UTC 2011: Merge request deleted. Ben, your change was already uploaded.. can you submit a new one with the fix? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid in

[Bug 807038] Re: dbconfig-common fails to preseed phpmyadmin on natty/lucid

2011-09-07 Thread Dave Walker
** Bug watch added: Debian Bug tracker #476946 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476946 ** Also affects: dbconfig-common (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476946 Importance: Unknown Status: Unknown -- You received this bug notification

[Bug 50385] Re: samba does not support private dir option (qemu related)

2011-09-07 Thread Bug Watch Updater
** Changed in: qemu (Debian) Status: Fix Released = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in Ubuntu. https://bugs.launchpad.net/bugs/50385 Title: samba does not support private dir option (qemu

[Bug 827372] Re: package apache2.2-common (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-07 Thread Ben Howard
revno: 372 committer: Ben Howard ben.how...@canonical.com branch nick: automated-ec2-builds timestamp: Wed 2011-09-07 13:41:55 -0600 message: Fixed missing build.info diff: === modified file 'build-lb-ec2-image' --- build-lb-ec2-image

[Bug 807038] Re: dbconfig-common fails to preseed phpmyadmin on natty/lucid

2011-09-07 Thread Bug Watch Updater
** Changed in: dbconfig-common (Debian) Status: Unknown = New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dbconfig-common in Ubuntu. https://bugs.launchpad.net/bugs/807038 Title: dbconfig-common fails to preseed

[Bug 829064] Re: glance/common/utils.py creates dangerous execute function that uses the shell to run commands without filtering meta characters

2011-09-07 Thread Adam Gandelman
This has been fixed upstream, released in d4 and uploaded in glance-2011.3~d4-0ubuntu1 ** Changed in: glance (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to glance in Ubuntu.

[Bug 844336] Re: snmpd launched before network is fully up

2011-09-07 Thread Scott Duckworth
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to net-snmp in Ubuntu. https://bugs.launchpad.net/bugs/844336 Title: snmpd launched before network is fully up To manage notifications about this bug go to:

[Bug 844336] [NEW] snmpd launched before network is fully up

2011-09-07 Thread Scott Duckworth
Public bug reported: If /etc/snmp/snmpd.conf contains hostnames which must be resolved using DNS, snmpd will not be able to resolve those hostnames and seems to ignore those entries. In most cases, DNS is available and this would not be an issue. However, when the system is booted, the snmpd

[Bug 823711] Re: libvirt version 0.9.2-4ubuntu8 failed to build on armel

2011-09-07 Thread Michael Hope
** Branch linked: lp:~ams-codesourcery/gcc-linaro/merge-from- fsf-20110906-4.6 -- 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/823711 Title: libvirt version 0.9.2-4ubuntu8 failed to

[Bug 844478] [NEW] apt upgrade exits on error with slapd_2.4.21-0ubuntu5.5_amd64.deb

2011-09-07 Thread datakid
Public bug reported: When I do either apt-get update; apt-get upgrade or aptitude upgrade, the process exits on error without completing fully. The error is: 72 packages upgraded, 1 newly installed, 2 to remove and 0 not upgraded. Need to get 0B/116MB of archives. After unpacking 42.2MB will be

[Bug 828366] Re: Caps lock state of VM (Windows XP using KVM) gets reversed

2011-09-07 Thread Serge Hallyn
Not the exact same sequence as the bug reporter, but just qemu-kvm -vnc : 1 and gvncviewer can muck with capslock (when capslock is disabled) on my maverick victim. Marking confirmed. ** Changed in: qemu-kvm (Ubuntu) Status: New = Confirmed -- You received this bug notification because

[Bug 50385] Re: samba does not support private dir option (qemu related)

2011-09-07 Thread Bug Watch Updater
** Changed in: qemu (Debian) Status: Fix Released = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/50385 Title: samba does not support private dir option (qemu related) To manage

[Bug 843838] Lspci.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368818/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838 Title: Audio

[Bug 843838] Card0.Amixer.values.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: Card0.Amixer.values.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368812/+files/Card0.Amixer.values.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 843838] CurrentDmesg.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368816/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838

[Bug 843838] Re: Audio and video playing almost 3x too fast

2011-09-07 Thread Hunter Trahan
apport information ** Tags added: apport-collected natty running-unity ** Description changed: - I have had Ubuntu for about three or four days now and I my audio and - video have worked just fine. This morning I started it up and my video - and audio files play way too fast, and I cannot hear

[Bug 843838] AlsaDevices.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: AlsaDevices.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368809/+files/AlsaDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838

[Bug 843838] Lsusb.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: Lsusb.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368819/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838 Title: Audio

[Bug 843838] BootDmesg.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: BootDmesg.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368811/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838 Title:

[Bug 843838] PciMultimedia.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: PciMultimedia.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368820/+files/PciMultimedia.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838

[Bug 843838] Card1.Codecs.codec.0.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: Card1.Codecs.codec.0.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368815/+files/Card1.Codecs.codec.0.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 843838] Card0.Codecs.codec.0.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: Card0.Codecs.codec.0.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368813/+files/Card0.Codecs.codec.0.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 844119] Re: Hitting Alt-Tab does not display Libre Office in list of switchable open applications

2011-09-07 Thread Sean Sosik-Hamor
** Also affects: unity 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/844119 Title: Hitting Alt-Tab does not display Libre Office in list of switchable

[Bug 843838] Card0.Codecs.codec.1.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: Card0.Codecs.codec.1.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368814/+files/Card0.Codecs.codec.1.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 843838] AplayDevices.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: AplayDevices.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368810/+files/AplayDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838

[Bug 843838] IwConfig.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: IwConfig.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368817/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838 Title:

[Bug 844203] Re: unity_support_test crashed with SIGSEGV in _IO_new_fclose()

2011-09-07 Thread Apport retracing service
*** This bug is a duplicate of bug 843369 *** https://bugs.launchpad.net/bugs/843369 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 #843369, so is being marked as such. Please

[Bug 843838] Re: Audio and video playing almost 3x too fast

2011-09-07 Thread Hunter Trahan
apport information ** Description changed: I have had Ubuntu for about three or four days now and I my audio and video have worked just fine. This morning I started it up and my video and audio files play way too fast, and I cannot hear the audio, but I can see by the timer that the audio

[Bug 843838] AlsaDevices.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: AlsaDevices.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368867/+files/AlsaDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838

[Bug 843838] AplayDevices.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: AplayDevices.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368868/+files/AplayDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838

[Bug 843838] BootDmesg.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: BootDmesg.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368869/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838 Title:

[Bug 843838] Card0.Amixer.values.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: Card0.Amixer.values.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368870/+files/Card0.Amixer.values.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 843838] Card0.Codecs.codec.0.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: Card0.Codecs.codec.0.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368871/+files/Card0.Codecs.codec.0.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 843838] Card0.Codecs.codec.1.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: Card0.Codecs.codec.1.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368872/+files/Card0.Codecs.codec.1.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 837401] Re: Dash: No blur option should use an opaque or translucent lens

2011-09-07 Thread Launchpad Bug Tracker
** Changed in: unity (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/837401 Title: Dash: No blur option should use an opaque or translucent lens To manage

[Bug 581370] Re: airport express chops sound when streaming from the net

2011-09-07 Thread Tomodachi
in ubuntu natty its actually 200 kb/s when playing from banshee -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/581370 Title: airport express chops sound when streaming from the net To manage

[Bug 831128] Re: dammit version 0~preview1-3build1 failed to build in oneiric

2011-09-07 Thread Scott Kitterman
** Changed in: dammit (Ubuntu Oneiric) Assignee: (unassigned) = Scott Kitterman (kitterman) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/831128 Title: dammit version 0~preview1-3build1 failed

[Bug 581370] Re: airport express chops sound when streaming from the net

2011-09-07 Thread Launchpad Bug Tracker
** Changed in: pulseaudio (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/581370 Title: airport express chops sound when streaming from the net To manage

[Bug 843838] WifiSyslog.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: WifiSyslog.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368885/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838

[Bug 843838] ProcCpuinfo.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368879/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838

[Bug 843838] ProcInterrupts.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368881/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 843838] IwConfig.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: IwConfig.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368875/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838 Title:

[Bug 843838] Card1.Codecs.codec.0.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: Card1.Codecs.codec.0.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368873/+files/Card1.Codecs.codec.0.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 843838] Lsusb.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: Lsusb.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368877/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838 Title: Audio

[Bug 843838] UdevDb.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368883/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838 Title: Audio

[Bug 843838] UdevLog.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368884/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838 Title:

[Bug 843838] ProcCpuinfo_.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: ProcCpuinfo_.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368880/+files/ProcCpuinfo_.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838

[Bug 834425] Re: software-center-gtk3 crashed with KeyError in get_view_widget(): None

2011-09-07 Thread marcin baranowski
error appeared while software upgrading -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/834425 Title: software-center-gtk3 crashed with KeyError in get_view_widget(): None To manage notifications

[Bug 843838] CurrentDmesg.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368874/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838

[Bug 843838] Lspci.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368876/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838 Title: Audio

[Bug 843838] ProcModules.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368882/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838

[Bug 843838] PciMultimedia.txt

2011-09-07 Thread Hunter Trahan
apport information ** Attachment added: PciMultimedia.txt https://bugs.launchpad.net/bugs/843838/+attachment/2368878/+files/PciMultimedia.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843838

[Bug 844219] [NEW] Guest Account has read access to /home

2011-09-07 Thread Matthew Eaton
Public bug reported: I am uncertain as to which package to file this bug against. Please be gentle. This is my first bug report. :) 1) matt@matt-ubuntu-beta:~$ lsb_release -rd Description:Ubuntu oneiric (development branch) Release:11.10 2) Lightdm? 3) Expected behavior: In

[Bug 844219] Re: Guest Account has read access to /home

2011-09-07 Thread Matthew Eaton
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844219 Title: Guest Account has read access to /home To manage notifications about this bug go to:

[Bug 844218] [NEW] compiz Suggests: nvidia-glx which is a really really bad idea on anything but an nvidia system

2011-09-07 Thread Andy Whitcroft
Public bug reported: When installing compiz the package Suggest: nvidia-glx. This if installed on a non-nvidia system will either 1) break the system entirely, or 2) render all pixmaps upside down. Bad. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: compiz 1:0.9.5.92+bzr2791-0ubuntu2

[Bug 844218] Re: compiz Suggests: nvidia-glx which is a really really bad idea on anything but an nvidia system

2011-09-07 Thread Andy Whitcroft
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844218 Title: compiz Suggests: nvidia-glx which is a really really bad idea on anything but an nvidia system To manage notifications about this bug

[Bug 844215] Re: update-manager crashed with TypeError in confirmChanges(): glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-07 Thread Apport retracing service
*** This bug is a duplicate of bug 832745 *** https://bugs.launchpad.net/bugs/832745 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 #842392, so is being marked as such. Please

[Bug 844211] [NEW] It should be possible to check the visiliby of a LauncherEntry

2011-09-07 Thread Treviño
Public bug reported: An Unity.LauncherEntry should provide a method to get if the entry is actually shown on the panel and a signal to be notified about visbility changes. ** Affects: libunity Importance: Undecided Assignee: Marco Trevisan (Treviño) (3v1n0) Status: Confirmed

[Bug 844211] Re: It should be possible to check the visiliby of a LauncherEntry

2011-09-07 Thread Treviño
Confirmed according to this log of #ubuntu-classroom: ClassBot Trevinho asked: is actually impossible to check if a launcher entry is actually shown in the unity bar and maybe notified when it is there... Is this something planned (or that I can do :) )? DBO Currently there is no method for

[Bug 844210] [NEW] newly installed apps sometimes don't show up in the Dashboard search

2011-09-07 Thread zsolt . ruszinyák
Public bug reported: on the screenshot you can see that I was searching for qbittorrent, which had already been installed and is also running in the background of the Dashboard, but the search returned no results ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: unity 4.12.0-0ubuntu2

[Bug 844210] Re: newly installed apps sometimes don't show up in the Dashboard search

2011-09-07 Thread zsolt . ruszinyák
** Attachment added: Screenshot%20at%202011-09-07%2021%3A34%3A56.png https://bugs.launchpad.net/ubuntu/+source/unity/+bug/844210/+attachment/2368920/+files/Screenshot%2520at%25202011-09-07%252021%253A34%253A56.png -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 844210] Re: newly installed apps sometimes don't show up in the Dashboard search

2011-09-07 Thread zsolt . ruszinyák
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844210 Title: newly installed apps sometimes don't show up in the Dashboard search To manage notifications about this bug go to:

[Bug 844206] Re: apport-gtk crashed with TypeError in ui_present_crash(): glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-07 Thread Apport retracing service
*** This bug is a duplicate of bug 829635 *** https://bugs.launchpad.net/bugs/829635 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 #833592, so is being marked as such. Please

[Bug 844161] Re: telepathy-haze crashed with SIGSEGV in purple_conversation_destroy()

2011-09-07 Thread Jamie Strandboge
** Visibility changed to: Public ** This bug is no longer flagged as a security vulnerability -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844161 Title: telepathy-haze crashed with SIGSEGV in

[Bug 841109] Re: Cannot restore session after locking screen

2011-09-07 Thread Alessio Spinus Moscatello
Closing...I've just noticed that this issue is caused by the backlight that is not restored when I move the mouse or press the keyboard, so I must restore the backlight using the keyboard button; so I'm opening another bug... ** Changed in: gnome-control-center (Ubuntu) Status: New =

[Bug 834571] Re: [dash] Apps lens shows no result by default

2011-09-07 Thread Neil J. Patel
I've linked branches for the lenses. I think Gwibber is not displaying initial results for different reasons, will investigate separately. I do not think anything needs to be fixed in libunity, unity-lens-search makes the initial search_string = NULL from my tests, so I think the main issue was

  1   2   3   4   5   6   7   8   9   10   >