[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
DUMP_MODULES will do it.

I'm going to leave this bug open and make it public, as I've received
another report via email of a lucid user claiming that the update didn't
help their system, either, and if possible, I'd like them to chime in
here, too.


** Visibility changed to: Public

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

Title:
  Apache2 is still Range header DoS vulnerable if gzip compression is
  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/839569/+subscriptions

-- 
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 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.
https://bugs.launchpad.net/bugs/763467

Title:
  SIOCGMIIREG errors on e1000e interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/763467/+subscriptions

-- 
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 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 notification because you are a member of Ubuntu
Server Team, which is subscribed to asterisk in Ubuntu.
https://bugs.launchpad.net/bugs/665347

Title:
  Asterisk crashes in res_odbc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/665347/+subscriptions

-- 
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 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 nova in Ubuntu.
https://bugs.launchpad.net/bugs/833499

Title:
  virt/disk.py unconditionally inserts  public_keys into
  /root/.ssh/authorized_keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/833499/+subscriptions

-- 
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 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
Set-Cookie: FSESSIONID=m; path=/; domain=my.server.pl; expires=Wed, 07-Sep-2011 
09:06:43 GMT
X-Powered-By: PHP/5.3.2-1ubuntu4.9
Set-Cookie: e9231db0fb41e22cabb573ecb7ba8b90=br5glf7jvticj4gs4kiglb5d13; path=/
P3P: CP=NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM
Set-Cookie: lang=deleted; expires=Tue, 07-Sep-2010 08:51:43 GMT; path=/
Set-Cookie: jfcookie=deleted; expires=Tue, 07-Sep-2010 08:51:43 GMT; path=/
Set-Cookie: jfcookie[lang]=deleted; expires=Tue, 07-Sep-2010 08:51:43 GMT; 
path=/
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 07 Sep 2011 08:51:45 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 20
Connection: close
Content-Type: text/html; charset=utf-8

root@server:~#

but it still returns 206 Partial Content for non overlapping byte
range:

root@server:~# nc localhost 80
HEAD / HTTP/1.1
Host: localhost
Range:bytes=0-100
Accept-Encoding: gzip
Connection: close

HTTP/1.1 206 Partial Content
Date: Wed, 07 Sep 2011 08:58:34 GMT
Server: Apache
Set-Cookie: FSESSIONID=m; path=/; domain=my.server.pl; expires=Wed, 07-Sep-2011 
09:13:34 GMT
X-Powered-By: PHP/5.3.2-1ubuntu4.9
Set-Cookie: e9231db0fb41e22cabb573ecb7ba8b90=3pv0n50sf008la91se85acne22; path=/
P3P: CP=NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM
Set-Cookie: lang=deleted; expires=Tue, 07-Sep-2010 08:58:34 GMT; path=/
Set-Cookie: jfcookie=deleted; expires=Tue, 07-Sep-2010 08:58:34 GMT; path=/
Set-Cookie: jfcookie[lang]=deleted; expires=Tue, 07-Sep-2010 08:58:34 GMT; 
path=/
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 07 Sep 2011 08:58:35 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Range: bytes 0-19/20
Content-Length: 20
Connection: close
Content-Type: text/html; charset=utf-8

root@server:~#

And here you can see my enabled Apache's modules:

root@server:~# apache2ctl -t -D DUMP_MODULES
Loaded Modules:
 core_module (static)
 log_config_module (static)
 logio_module (static)
 mpm_prefork_module (static)
 http_module (static)
 so_module (static)
 alias_module (shared)
 auth_basic_module (shared)
 authn_file_module (shared)
 authnz_ldap_module (shared)
 authz_default_module (shared)
 authz_groupfile_module (shared)
 authz_host_module (shared)
 authz_user_module (shared)
 autoindex_module (shared)
 cgi_module (shared)
 deflate_module (shared)
 dir_module (shared)
 env_module (shared)
 expires_module (shared)
 headers_module (shared)
 ldap_module (shared)
 mime_module (shared)
 negotiation_module (shared)
 pagespeed_module (shared)
 php5_module (shared)
 proxy_module (shared)
 proxy_connect_module (shared)
 proxy_html_module (shared)
 proxy_http_module (shared)
 reqtimeout_module (shared)
 rewrite_module (shared)
 setenvif_module (shared)
 ssl_module (shared)
 status_module (shared)
 substitute_module (shared)
Syntax OK
root@server:~#

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

Title:
  Apache2 is still Range header DoS vulnerable if gzip compression is
  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/839569/+subscriptions

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


[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 identifying the issue
+ with JamVM on ARM and resolving so quickly.
  
  
  
  UDS Session Notes
  
  Discussion:
    - Approach to plugins;
  - packaging recipe?
  Documentation to be polished
  - disable Jenkins upstream plugin manager?
  Not by default but ensure can be disabled and that this is documented 
well.
  - build from source?
  where possible - look at most popular plugins and assess top 5.
  
    - Delivery approach:
  - Debian or Ubuntu first?
  Ubuntu then Debian - will get better testing coverage if it hits 
Oneiric earlier.
  - Sponsorship burden - large number of packages.
  Target universe, spread the burden as wide as possible in Ubuntu.
  
    - Jenkins Nuances:
   - Package variants - OK
   - Hudson polutiom - OK
  
  Target 1.400.1 when delivered by upstream.
  
  
  
  Work Items (oneiric-alpha-3):
  [james-page] upgrade to latest stable branch (1.409.1) from Jenkins + upgrade 
dependencies: DONE
  [james-page] Resolve outstanding build-from-source issues in dependency 
chain: DONE
  [james-page] Prepare library packaging for upload to Ubuntu: DONE
  upload of jenkins plus dependencies to Ubuntu Universe: DONE
- [james-page] look at JVM compatibility with xstream on ARM (for example): 
INPROGRESS
+ [james-page] look at JVM compatibility with xstream on ARM (for example): DONE
  
  Work Items:
- [james-page] feedback libraries to Debian through debian-java team: INPROGRESS
+ [james-page] feedback libraries to Debian through debian-java team: BLOCKED
  [james-page] Update documentation for disabling plugin management through web 
ui: TODO
- [james-page] re-sync libraries from Debian as a when required: INPROGRESS
+ [james-page] re-sync libraries from Debian as a when required: DONE
  [serge-hallyn] ensemble formula for deploying Jenkins: DONE

-- 
Get Jenkins into the Ubuntu Archive
https://blueprints.launchpad.net/ubuntu/+spec/server-o-jenkins

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


[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 Items for oneiric-alpha-3:
  Investigate sane defaults for central rsyslog server: DONE
- [james-page] Package octopussy for Ubuntu: INPROGRESS
- [james-page] Upload octopussy for Ubuntu: TODO
+ [james-page] Package octopussy for Ubuntu: DONE
+ [james-page] Upload octopussy for Ubuntu: DONE
  
  Work Items:
  [james-page] Upload octopussy for Debian: TODO

-- 
Thoughts about controlling the syslog firehose for Ubuntu Server
https://blueprints.launchpad.net/ubuntu/+spec/server-o-syslog-information

-- 
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 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 tftp-hpa 5.1-2 from debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/842585/+subscriptions

-- 
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 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 low.
- debian/rules, debain/tftpd-hpa.upstart: Convert to usptart (LP: #522509)
- debian/patches/04-use-memcpy-for-header.patch: fix FORTIFY-detected
  potential memory corruption (LP: #691345)

tftp-hpa (5.1-2) unstable; urgency=low

  * Applying patch from Chris Lamb la...@debian.org to correct wrong
variable used in tftpd-hpa postrm that lead to not removing the tftp
server directory on purge (Closes: #636152).
 -- Mahyuddin Susanto udi...@ubuntu.com   Tue, 06 Sep 2011 18:55:40 +0700

** Changed in: tftp-hpa (Ubuntu)
   Status: In Progress = Fix Released

-- 
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 tftp-hpa 5.1-2 from debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/842585/+subscriptions

-- 
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 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 this bug go to:
https://bugs.launchpad.net/nova/+bug/833519/+subscriptions

-- 
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 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 complains about missing nova-compute.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/839796/+subscriptions

-- 
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 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.
https://bugs.launchpad.net/bugs/651049

Title:
  php5: FILTER_VALIDATE_URL will invalidate a hostname that includes '-'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/651049/+subscriptions

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

http://nagiosplug.git.sourceforge.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=summary

-- 
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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/837085/+subscriptions

-- 
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 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 world-accessible in 45-qemu-kvm.rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/840925/+subscriptions

-- 
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 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 memory allocation, it's no more dangerous than giving
people access to run malloc. :)

You're also giving them access to execute certain cpu instructions they
otherwise wouldn't be able to, but -- modulo whatever security bugs
there might be, of course -- these aren't sensitive instructions (in the
way they're exposed through the kvm interface, that is). KVM was
designed to be safe to run this way.

-- 
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 world-accessible in 45-qemu-kvm.rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/840925/+subscriptions

-- 
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 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.
https://bugs.launchpad.net/bugs/840925

Title:
  Please make /dev/kvm world-accessible in 45-qemu-kvm.rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/840925/+subscriptions

-- 
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 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 the
VM?  With the 'Force off' button in virt-manager?  By typing 'halt' in
the VM console?

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

Title:
  libvirtd crashed with SIGSEGV in malloc()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/839772/+subscriptions

-- 
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 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 happy here:
 
 http://nagiosplug.git.sourceforge.net/git/gitweb.cgi?p=nagiosplug/nagiosplu
 g;a=summary

I also pushed 1.4.15-5 into unstable some minutes ago which have this fix 
incorporated. Feel free to catch that for 11.10.

-- 
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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/837085/+subscriptions

-- 
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 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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/843296/+subscriptions

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

  apport-collect 839772

and attaching a description of what appeared to initiate it that time?

** This bug has been marked a duplicate of bug 839772
   libvirtd crashed with SIGSEGV in malloc()

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

Title:
  virsh crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/839773/+subscriptions

-- 
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 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 has command_names option = 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/836329/+subscriptions

-- 
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 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 1.1.0~pre2.g2.ea763e0e-1ubuntu2 failed
  to install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/822142/+subscriptions

-- 
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 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 i686
  NonfreeKernelModules: fglrx wl
  AptOrdering:
-  youtube-dl: Install
-  openvswitch-controller: Configure
-  youtube-dl: Configure
+  youtube-dl: Install
+  openvswitch-controller: Configure
+  youtube-dl: Configure
  Architecture: i386
  Date: Sun Aug  7 08:24:11 2011
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  SourcePackage: openvswitch
  Title: package openvswitch-controller 1.1.0~pre2.g2.ea763e0e-1ubuntu2 failed 
to install/upgrade: subprocess installed post-installation script returned 
error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
+ 
+ === SRU ===
+ IMPACT: In some situations, openvswitch-controller will fail to start due to 
the lack of a directory with correct permissions under /var/run
+ 
+ RESOLUTION: Modify the init script in order to
+ 
+ PATCH:
+ 
http://bazaar.launchpad.net/~lynxman/ubuntu/natty/openvswitch/lp_822142/revision/15
+ 
+ TEST CASE:
+ Make sure the directory /var/run/openvswitch does not exist.
+ Install package openvswitch-controller.
+ Witness SERVFAIL fail to start.
+ 
+ DISCUSSION:

** 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 i686
  NonfreeKernelModules: fglrx wl
  AptOrdering:
   youtube-dl: Install
   openvswitch-controller: Configure
   youtube-dl: Configure
  Architecture: i386
  Date: Sun Aug  7 08:24:11 2011
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  SourcePackage: openvswitch
  Title: package openvswitch-controller 1.1.0~pre2.g2.ea763e0e-1ubuntu2 failed 
to install/upgrade: subprocess installed post-installation script returned 
error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  
  === SRU ===
  IMPACT: In some situations, openvswitch-controller will fail to start due to 
the lack of a directory with correct permissions under /var/run
  
  RESOLUTION: Modify the init script in order to
  
  PATCH:
  
http://bazaar.launchpad.net/~lynxman/ubuntu/natty/openvswitch/lp_822142/revision/15
  
  TEST CASE:
  Make sure the directory /var/run/openvswitch does not exist.
  Install package openvswitch-controller.
  Witness SERVFAIL fail to start.
  
  DISCUSSION:
+ This case was reported upstream and patched as noted in this mail 
http://openvswitch.org/pipermail/dev/2011-August/010336.html

-- 
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 1.1.0~pre2.g2.ea763e0e-1ubuntu2 failed
  to install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/822142/+subscriptions

-- 
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 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 1.1.0~pre2.g2.ea763e0e-1ubuntu2 failed
  to install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/822142/+subscriptions

-- 
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 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 notifications about this bug go to:
https://bugs.launchpad.net/openssh/+bug/156636/+subscriptions

-- 
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 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  : Intel(R) Core(TM)2 Duo CPU E6550  @ 2.33GHz

nc www.server.name 80
HEAD / HTTP/1.1
Host: www.server.name
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 15:05:30 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Mon, 02 Aug 2010 21:42:40 GMT
ETag: e51e-b1-48cde146fd1b1
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 146
Connection: close
Content-Type: text/html

apache2ctl -t -D DUMP_MODULES
Loaded Modules:
 core_module (static)
 log_config_module (static)
 logio_module (static)
 mpm_prefork_module (static)
 http_module (static)
 so_module (static)
 actions_module (shared)
 alias_module (shared)
 auth_basic_module (shared)
 authn_file_module (shared)
 authz_default_module (shared)
 authz_groupfile_module (shared)
 authz_host_module (shared)
 authz_user_module (shared)
 autoindex_module (shared)
 cgi_module (shared)
 deflate_module (shared)
 dir_module (shared)
 env_module (shared)
 headers_module (shared)
 mime_module (shared)
 security2_module (shared)
 negotiation_module (shared)
 php5_module (shared)
 reqtimeout_module (shared)
 setenvif_module (shared)
 status_module (shared)
 unique_id_module (shared)
Syntax OK

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

Title:
  Apache2 is still Range header DoS vulnerable if gzip compression is
  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/839569/+subscriptions

-- 
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 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 (Ubuntu)
   Status: New = Confirmed

** Changed in: lvm2 (Ubuntu)
   Status: New = Won't Fix

-- 
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 has command_names option = 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/836329/+subscriptions

-- 
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 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 option exists because LVM1 output used to look like that and this
option was to try to ease the transition to LVM2.

Alasdair

-- 
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 has command_names option = 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/836329/+subscriptions

-- 
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 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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/837085/+subscriptions

-- 
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 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 Team, which is subscribed to python-novaclient in Ubuntu.
https://bugs.launchpad.net/bugs/733553

Title:
  pyc files in source tarball

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-novaclient/+bug/733553/+subscriptions

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

-- 
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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/837085/+subscriptions

-- 
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 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 squid to a specific interface, you won't get squid
to automatically start for you, but thats ok, I think this is a corner
case, and just complicates what should be much simpler.

Also runlevel [2345] implies 'filesystem', meaning all fsck's / mounts
are done. So really just this:

start on runlevel [2345]

Also the fix, recently uploaded, regresses bug #561779

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/831628/+subscriptions

-- 
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 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:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/831628/+subscriptions

-- 
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 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
vulnerability caused an increase by 70-90MB per process/thread. On 64bit
machines, the increase was even larger.

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

Title:
  Apache2 is still Range header DoS vulnerable if gzip compression is
  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/839569/+subscriptions

-- 
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 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 Ubuntu.
https://bugs.launchpad.net/bugs/831628

Title:
  squid upstart script doesn't check for filesystems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/831628/+subscriptions

-- 
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 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 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 phpmyadmin on natty/lucid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbconfig-common/+bug/807038/+subscriptions

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/50385/+subscriptions

-- 
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 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  2011-08-29 22:42:44 +
+++ build-lb-ec2-image  2011-09-07 19:41:55 +
@@ -336,9 +336,9 @@
rsync -a ${lb_config_src_loc}/${arch}/ ${conf_d} || fail failed to 
copy ${live_path}
 
# write build.info
-   debug build_name: ${build_type}  
${conf_d}/cloud_local-includes/etc/cloud/build.info 
-   debug serial: ${serial}   
${conf_d}/cloud_local-includes/etc/cloud/build.info || 
- fail Unable to write ${conf_d}/etc/cloud/build.info
+   echo build_name: ${build_type}  
${conf_d}/cloud_local-includes/etc/cloud/build.info 
+   echo serial: ${serial}   
${conf_d}/cloud_local-includes/etc/cloud/build.info || 
+   fail Unable to write ${conf_d}/etc/cloud/build.info
 
# make the live-build dir
rsync -a ${live_path}/ ${work_d}/live-build ||


Regression for /etc/cloud/build.info was introduced at r355.

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/827372/+subscriptions

-- 
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 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 phpmyadmin on natty/lucid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbconfig-common/+bug/807038/+subscriptions

-- 
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 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.
https://bugs.launchpad.net/bugs/829064

Title:
  glance/common/utils.py creates dangerous execute function that uses
  the shell to run commands without filtering meta characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/829064/+subscriptions

-- 
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 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:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/844336/+subscriptions

-- 
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 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 daemon
launches before networking is fully up (DHCP has not yet received an IP
address from the DHCP server).

We see the following in /var/log/daemon.log:

Sep  7 15:31:08 dragon9 snmpd[1130]: /etc/snmp/snmpd.conf: line 4: Error: bad 
source address
Sep  7 15:31:08 dragon9 snmpd[1130]: /etc/snmp/snmpd.conf: line 5: Error: bad 
source address
Sep  7 15:31:08 dragon9 snmpd[1130]: /etc/snmp/snmpd.conf: line 13: Error: bad 
prefix match parameter 0, should be: exact or prefix - installing anyway
Sep  7 15:31:08 dragon9 snmpd[1130]: net-snmp: 3 error(s) in config file(s)
Sep  7 15:31:08 dragon9 snmpd[1130]: NET-SNMP version 5.4.2.1
Sep  7 15:31:11 dragon9 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 
67 interval 16
Sep  7 15:31:11 dragon9 dhclient: DHCPOFFER of 130.127.48.130 from 130.127.48.1
Sep  7 15:31:11 dragon9 dhclient: DHCPREQUEST of 130.127.48.130 on eth0 to 
255.255.255.255 port 67
Sep  7 15:31:11 dragon9 dhclient: DHCPACK of 130.127.48.130 from 130.127.48.1

/etc/init.d/snmpd defines Required-Start to depend on the $network
virtual facility, but LSB 3.1 defines $network to be basic networking
support is available. Example: a server program could listen on a
socket. which does not imply that things such as DNS name resolution
will be available.

Other daemons such as ntpd have the same issue, but they seem to begin
to work properly once the system has acquired an IP address via DHCP.
snmpd should exhibit this same behavior or it should wait until DNS name
resolution is available.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: snmpd 5.4.2.1~dfsg0ubuntu1-0ubuntu2.1
ProcVersionSignature: Ubuntu 2.6.32-28.55-generic 2.6.32.27+drm33.12
Uname: Linux 2.6.32-28-generic x86_64
NonfreeKernelModules: btrfs zlib_deflate crc32c libcrc32c ufs qnx4 hfsplus hfs 
minix ntfs vfat msdos fat jfs xfs reiserfs vmblock vsock vmci vmmemctl vmhgfs 
isofs autofs4 binfmt_misc acpiphp nfsd exportfs nfs lockd nfs_acl auth_rpcgss 
sunrpc snd_ens1371 gameport snd_ac97_codec ac97_bus snd_pcm_oss snd_mixer_oss 
snd_pcm snd_seq_dummy snd_seq_oss snd_seq_midi fbcon tileblit font bitblit 
ppdev softcursor snd_rawmidi psmouse serio_raw snd_seq_midi_event snd_seq 
parport_pc snd_timer snd_seq_device snd vga16fb vgastate soundcore 
snd_page_alloc i2c_piix4 shpchp intel_agp lp parport floppy mptspi e1000 
mptscsih mptbase scsi_transport_spi vmxnet
Architecture: amd64
Date: Wed Sep  7 18:16:51 2011
InstallationMedia: Ubuntu 10.04.2 LTS Lucid Lynx - Release amd64 (20110211.3)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US
 SHELL=/bin/bash
SNMPVersion:
 NET-SNMP version:  5.4.2.1
 Web:   http://www.net-snmp.org/
 Email: net-snmp-cod...@lists.sourceforge.net
SourcePackage: net-snmp
mtime.conffile..etc.default.snmpd: 2011-08-11T09:38:53.228531
mtime.conffile..etc.snmp.snmpd.conf: 2011-08-15T14:44:10.762401

** Affects: net-snmp (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/844336/+subscriptions

-- 
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 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 build on armel

To manage notifications about this bug go to:
https://bugs.launchpad.net/binutils-linaro/+bug/823711/+subscriptions

-- 
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 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 used.
Do you want to continue? [Y/n/?] 
Writing extended state information... Done
Extracting templates from packages: 100%
Preconfiguring packages ...
Unknown value for slapd/dump_database: when needed  
Please report!
slapd failed to preconfigure, with exit status 1
(Reading database ... 119566 files and directories currently installed.)
Preparing to replace slapd 2.4.21-0ubuntu5.3 (using 
.../slapd_2.4.21-0ubuntu5.5_amd64.deb) ...
Unknown value for slapd/dump_database: when needed  
Please report!
dpkg: error processing 
/var/cache/apt/archives/slapd_2.4.21-0ubuntu5.5_amd64.deb (--unpack):
 subprocess new pre-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/slapd_2.4.21-0ubuntu5.5_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: dependency problems prevent configuration of slapd:
 slapd depends on libldap-2.4-2 (= 2.4.21-0ubuntu5.3); however:
  Version of libldap-2.4-2 on system is 2.4.21-0ubuntu5.5.
dpkg: error processing slapd (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 slapd
Reading package lists... Done 
Building dependency tree   
Reading extended state information  
Initializing package states... Done
Writing extended state information... Done

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

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

Title:
  apt upgrade exits on error with slapd_2.4.21-0ubuntu5.5_amd64.deb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/844478/+subscriptions

-- 
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 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 you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/828366

Title:
  Caps lock state of VM (Windows XP using KVM) gets reversed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/828366/+subscriptions

-- 
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 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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/50385/+subscriptions

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


[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 and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/843838

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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 the audio, but I
- can see by the timer that the audio files are playing too fast as well.
- I've read a few forums on the subject but I have not found a solution.
- Any help would be appreciated. Thanks.
+ 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 files are playing too fast as well. I've read a few forums 
on the subject but I have not found a solution. Any help would be appreciated. 
Thanks.
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
+ Architecture: amd64
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  owner  1330 F pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0xd640 irq 48'
+Mixer name : 'Realtek ALC268'
+Components : 'HDA:10ec0268,1179ff1e,0013 
HDA:11c11040,11790001,00100200'
+Controls  : 18
+Simple ctrls  : 10
+ Card1.Amixer.info:
+  Card hw:1 'HDMI'/'HDA ATI HDMI at 0xd631 irq 49'
+Mixer name : 'ATI R6xx HDMI'
+Components : 'HDA:1002aa01,00aa0100,0010'
+Controls  : 4
+Simple ctrls  : 1
+ Card1.Amixer.values:
+  Simple mixer control 'IEC958',0
+Capabilities: pswitch pswitch-joined penum
+Playback channels: Mono
+Mono: Playback [on]
+ DistroRelease: Ubuntu 11.04
+ HibernationDevice: RESUME=UUID=451c91c5-460d-4171-8d1c-1dd825bc846f
+ InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
+ MachineType: TOSHIBA Satellite A305
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=en_US:en
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-11-generic 
root=UUID=1595c26e-21f1-4b49-94e3-3339da03a127 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 2.6.38-11.48-generic 2.6.38.8
+ RelatedPackageVersions:
+  linux-restricted-modules-2.6.38-11-generic N/A
+  linux-backports-modules-2.6.38-11-generic  N/A
+  linux-firmware 1.52
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  natty running-unity
+ Uname: Linux 2.6.38-11-generic x86_64
+ UpgradeStatus: Upgraded to natty on 2011-09-04 (3 days ago)
+ UserGroups: adm admin cdrom dialout dip fax floppy fuse lpadmin plugdev 
sambashare tape video
+ dmi.bios.date: 02/13/2009
+ dmi.bios.vendor: INSYDE
+ dmi.bios.version: 1.80
+ dmi.board.asset.tag: Base Board Asset Tag
+ dmi.board.name: Portable PC
+ dmi.board.vendor: TOSHIBA
+ dmi.board.version: Base Board Version
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Chassis Manufacturer
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 
dmi:bvnINSYDE:bvr1.80:bd02/13/2009:svnTOSHIBA:pnSatelliteA305:pvrPSAGCU-09S01S:rvnTOSHIBA:rnPortablePC:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
+ dmi.product.name: Satellite A305
+ dmi.product.version: PSAGCU-09S01S
+ dmi.sys.vendor: TOSHIBA

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/843838/+attachment/2368808/+files/AcpiTables.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 and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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 and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/843838

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/843838

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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
  open applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/844119/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/843838

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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 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/844203/+attachment/2368831/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/844203/+attachment/2368833/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/844203/+attachment/2368834/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/844203/+attachment/2368844/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/844203/+attachment/2368846/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/844203/+attachment/2368847/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/844203/+attachment/2368848/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/844203/+attachment/2368849/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 843369
   unity_support_test crashed with SIGSEGV in fclose()

** Tags removed: need-amd64-retrace

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

Title:
  unity_support_test crashed with SIGSEGV in _IO_new_fclose()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nux/+bug/844203/+subscriptions

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


[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 files are playing too fast as well. I've read a few forums 
on the subject but I have not found a solution. Any help would be appreciated. 
Thanks.
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  owner  1330 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xd640 irq 48'
 Mixer name : 'Realtek ALC268'
 Components : 'HDA:10ec0268,1179ff1e,0013 
HDA:11c11040,11790001,00100200'
 Controls  : 18
 Simple ctrls  : 10
  Card1.Amixer.info:
   Card hw:1 'HDMI'/'HDA ATI HDMI at 0xd631 irq 49'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,0010'
 Controls  : 4
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  DistroRelease: Ubuntu 11.04
  HibernationDevice: RESUME=UUID=451c91c5-460d-4171-8d1c-1dd825bc846f
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  MachineType: TOSHIBA Satellite A305
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-11-generic 
root=UUID=1595c26e-21f1-4b49-94e3-3339da03a127 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 2.6.38-11.48-generic 2.6.38.8
  RelatedPackageVersions:
   linux-restricted-modules-2.6.38-11-generic N/A
   linux-backports-modules-2.6.38-11-generic  N/A
   linux-firmware 1.52
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  natty running-unity
  Uname: Linux 2.6.38-11-generic x86_64
  UpgradeStatus: Upgraded to natty on 2011-09-04 (3 days ago)
  UserGroups: adm admin cdrom dialout dip fax floppy fuse lpadmin plugdev 
sambashare tape video
  dmi.bios.date: 02/13/2009
  dmi.bios.vendor: INSYDE
  dmi.bios.version: 1.80
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Portable PC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Base Board Version
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvr1.80:bd02/13/2009:svnTOSHIBA:pnSatelliteA305:pvrPSAGCU-09S01S:rvnTOSHIBA:rnPortablePC:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Satellite A305
  dmi.product.version: PSAGCU-09S01S
  dmi.sys.vendor: TOSHIBA
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
+ Architecture: amd64
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  owner  1330 F pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0xd640 irq 48'
+Mixer name : 'Realtek ALC268'
+Components : 'HDA:10ec0268,1179ff1e,0013 
HDA:11c11040,11790001,00100200'
+Controls  : 18
+Simple ctrls  : 10
+ Card1.Amixer.info:
+  Card hw:1 'HDMI'/'HDA ATI HDMI at 0xd631 irq 49'
+Mixer name : 'ATI R6xx HDMI'
+Components : 'HDA:1002aa01,00aa0100,0010'
+Controls  : 4
+Simple ctrls  : 1
+ Card1.Amixer.values:
+  Simple mixer control 'IEC958',0
+Capabilities: pswitch pswitch-joined penum
+Playback channels: Mono
+Mono: Playback [on]
+ DistroRelease: Ubuntu 11.04
+ HibernationDevice: RESUME=UUID=451c91c5-460d-4171-8d1c-1dd825bc846f
+ InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
+ MachineType: TOSHIBA Satellite A305
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=en_US:en
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-11-generic 
root=UUID=1595c26e-21f1-4b49-94e3-3339da03a127 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 2.6.38-11.48-generic 2.6.38.8
+ RelatedPackageVersions:
+  linux-restricted-modules-2.6.38-11-generic N/A
+  linux-backports-modules-2.6.38-11-generic  N/A
+  linux-firmware 1.52
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+ 

[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

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/843838

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/843838

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/843838

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/837401/+subscriptions

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


[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/581370/+subscriptions

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


[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 to build in oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dammit/+bug/831128/+subscriptions

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


[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/581370/+subscriptions

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


[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

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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



[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

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/843838

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/843838

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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 and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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 and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/834425/+subscriptions

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


[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

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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 and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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

Title:
  Audio and video playing almost 3x too fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843838/+subscriptions

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


[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 11.04 the Guest Account does not have
sufficient privileges to access /home.  I expected this same behavior
with the Guest Account in 11.10.

4) What happened instead:  In 11.10 the Guest Account has read access to
/home and the home directories within.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: lightdm 0.9.5-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
Uname: Linux 3.0.0-10-generic i686
Architecture: i386
Date: Wed Sep  7 12:29:50 2011
ExecutablePath: /usr/sbin/lightdm
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110901)
ProcEnviron: PATH=(custom, no user)
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: account apport-bug guest i386 oneiric

-- 
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:
https://bugs.launchpad.net/ubuntu/+bug/844219/+subscriptions

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


[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:
https://bugs.launchpad.net/ubuntu/+bug/844219/+subscriptions

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


[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
ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
Uname: Linux 3.0.0-10-generic i686
NonfreeKernelModules: wl
Architecture: i386
BootLog:
 fsck from util-linux-ng 2.17.2
 /dev/sda1: clean, 1918298/4702208 files, 15702258/18792448 blocks
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Wed Sep  7 12:42:13 2011
DistUpgraded: Log time: 2011-08-05 16:49:31.270875
DistroCodename: oneiric
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 5.100.82.38+bdcom, 3.0.0-10-generic, i686: installed
 bcmwl, 5.100.82.38+bdcom, 3.0.0-7-generic, i686: installed
 bcmwl, 5.100.82.38+bdcom, 3.0.0-8-generic, i686: installed
 bcmwl, 5.100.82.38+bdcom, 3.0.0-9-generic, i686: installed
EcryptfsInUse: Yes
GraphicsCard:
 Intel Corporation N10 Family Integrated Graphics Controller [8086:a011] 
(prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] Device [1025:0349]
   Subsystem: Acer Incorporated [ALI] Device [1025:0349]
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
MachineType: Acer AO533
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-10-generic 
root=UUID=10dbafb4-5a21-4665-88d4-2924132ca353 ro quiet splash vt.handoff=7
SourcePackage: compiz
UpgradeStatus: Upgraded to oneiric on 2011-08-05 (33 days ago)
dmi.bios.date: 06/07/2010
dmi.bios.vendor: Acer
dmi.bios.version: V1.05
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: AO533
dmi.board.vendor: Acer
dmi.board.version: V1.05
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.05
dmi.modalias: 
dmi:bvnAcer:bvrV1.05:bd06/07/2010:svnAcer:pnAO533:pvrV1.05:rvnAcer:rnAO533:rvrV1.05:cvnAcer:ct10:cvrV1.05:
dmi.product.name: AO533
dmi.product.version: V1.05
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.5.92+bzr2791-0ubuntu2
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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


** Tags: apport-bug i386 oneiric running-unity single-occurrence ubuntu

-- 
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 go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/844218/+subscriptions

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


[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 go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/844218/+subscriptions

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


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

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/844215/+attachment/2368928/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/844215/+attachment/2368930/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/844215/+attachment/2368931/+files/ProcStatus.txt

** This bug has been marked a duplicate of bug 832745
   TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

** Visibility changed to: Public

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

Title:
  update-manager crashed with TypeError in confirmChanges():
  glib.markup_escape_text() takes at most 1 argument (2 given)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/844215/+subscriptions

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


[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

** Affects: unity
 Importance: Undecided
 Assignee: Marco Trevisan (Treviño) (3v1n0)
 Status: New

** Affects: libunity (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

** Also affects: libunity
   Importance: Undecided
   Status: New

** Changed in: libunity
   Status: New = Confirmed

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

** Changed in: libunity
 Assignee: (unassigned) = Marco Trevisan (Treviño) (3v1n0)

** Also affects: unity
   Importance: Undecided
   Status: New

** Also affects: unity (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: unity
 Assignee: (unassigned) = Marco Trevisan (Treviño) (3v1n0)

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

Title:
  It should be possible to check the visiliby of a LauncherEntry

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity/+bug/844211/+subscriptions

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

[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 checking the contents of the launcher, 
this is a planned feature we feel desperately needs fixing :)
DBO and yes Trevinho, this is certainly something you could do :)

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

Title:
  It should be possible to check the visiliby of a LauncherEntry

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity/+bug/844211/+subscriptions

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


[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
ProcVersionSignature: Ubuntu 3.0.0-9.15-generic 3.0.3
Uname: Linux 3.0.0-9-generic i686
Architecture: i386
CasperVersion: 1.280
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,gnomecompat,grid,imgpng,mousepoll,move,place,regex,resize,session,unitymtgrabhandles,vpswitch,wall,wobbly,widget,animation,expo,ezoom,fade,scale,unityshell,workarounds,animationaddon]
Date: Wed Sep  7 21:39:51 2011
LiveMediaBuild: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110903)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 oneiric running-unity

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/844210/+subscriptions

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


[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, 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:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/844210/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/844210/+subscriptions

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


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

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/844206/+attachment/2368896/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/844206/+attachment/2368897/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/844206/+attachment/2368898/+files/ProcStatus.txt

** This bug has been marked a duplicate of bug 829635
   apport-gtk crashed with TypeError in function(): markup_escape_text() takes 
at most 1 argument (2 given)

** Visibility changed to: Public

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

Title:
  apport-gtk crashed with TypeError in ui_present_crash():
  glib.markup_escape_text() takes at most 1 argument (2 given)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/844206/+subscriptions

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


[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 purple_conversation_destroy()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-haze/+bug/844161/+subscriptions

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


[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 = Invalid

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

Title:
  Cannot restore session after locking screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/841109/+subscriptions

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


[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 with the daemons ignoring the null search (they were all
doing this apart from Gwibber). In my tests (with the workarounds in
Unity removed), they all display results initially, so I hope this fixes
the issue for 2D too.

** Branch linked: lp:~njpatel/unity-lens-files/fix-initial-results

** Branch linked: lp:~njpatel/unity-lens-music/fix-initial-results

** Changed in: unity
   Status: Triaged = In Progress

** Changed in: libunity
   Status: Confirmed = Invalid

** Also affects: unity-lens-applications
   Importance: Undecided
   Status: New

** Changed in: unity-lens-applications
   Status: New = In Progress

** Also affects: unity-lens-music
   Importance: Undecided
   Status: New

** Changed in: unity-lens-music
   Status: New = In Progress

** Also affects: unity-lens-files
   Importance: Undecided
   Status: New

** Changed in: unity-lens-files
   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/834571

Title:
  [dash] Apps lens shows no result by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity/+bug/834571/+subscriptions

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