Re: [Bug 690042] Re: libvirtd tries to disable ipv6's accept_ra even when ipv6 is disabled outright in the kernel

2011-06-30 Thread Anomaly256
Simply compile a kernel without ipv6 support.

Libvirt blindly assumes the /proc/sys/net/ipv6/* entries exist and fails
to gracefully continue when they are not writable.


- Original message -
 Can you please add more steps to reproduce this bug? It's not clear to
 me when this happens although I have found the problem in the source
 code. It is hardly to test it even when I make change to code.
 
 -- 
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/690042
 
 Title:
     libvirtd tries to disable ipv6's accept_ra even when ipv6 is disabled
     outright in the kernel
 
 Status in “libvirt” package in Ubuntu:
     Confirmed
 
 Bug description:
     When the system has ipv6 disabled outright, /usr/sbin/libvirtd still
     tries to blindly disable accept_ra despite it's destined failure to
     open /proc/sys/net/ipv6/conf/virbr1/accept_ra.   It does not continue
     past this failure.
 
     Expected behavior is that it should either attempt to stat this
     file/path first, then continue without disabling accept_ra should it
     not exist, or at a minimum continue to start the network in spite of
     the failure to open the file.
 
     Note: At the moment, this issue is a complete BLOCKER for me.   Not
     simply a mere inconvenience.   The current immaturity of ipv6 support
     is some applications has forced the need for me to disable it outright
     to prevent some 3rd party services from trying to bind to ipv6
     interfaces.
 
     virsh # net-start Virtual_Cloud
     error: Failed to start network Virtual_Cloud
     error: cannot disable /proc/sys/net/ipv6/conf/virbr1/accept_ra: No
 such file or directory
 
     Using version:
     # dpkg --list | grep libvirt
     ii   libvirt-bin                                                          
                       
 0.7.5-5ubuntu27.7                                                             
 the programs for the
 libvirt library   ii   libvirt0                                               
                                       
   0.7.5-5ubuntu27.7                                                           
  library for interfacing
 with different virtu   ii   python-libvirt                                    
                            
             0.7.5-5ubuntu27.7                                                 
            libvirt Python
 bindings
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/690042/+subscriptions

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

Title:
  libvirtd tries to disable ipv6's accept_ra even when ipv6 is disabled
  outright in the kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/690042/+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 690042] Re: libvirtd tries to disable ipv6's accept_ra even when ipv6 is disabled outright in the kernel

2011-06-30 Thread Anomaly256
To be more specific in order to reproduce:

Compile/switch to a kernel without ipv6 support (don't worry about the
specifics as to why someone would do this, it's come up a few times
where I've had to ie buggy application support, administration of
machines also acting as firewalls, etc)
Then use virsh, virt-manager, or whatever other libvirt mechanism to
provision a new virtual machine.

Libvirt will try to change some interface/protocol settings by echoing
values to /proc/sys/net/ipv6 entries during the provisioning/launch
process when activating the virtual network configs but will fail as
these entries don't exist on such a kernel.

At this stage the provisioning/launching of the new virtual machine
died out of hand where it should instead detect that there is no ipv6
support and continue without attempting to make these changes.

There are actually probably a few areas where libvirt tries to alter
procfs or sysfs entries blindly where it should be testing for it's
ability to do so first and at worst gracefully ignoring the errors in
doing so as they aren't critical for actually launching the virtual
machines or the virtual network configurations


On Thu, Jun 30, 2011 at 6:23 PM, Wes anomaly...@gmail.com wrote:
 Simply compile a kernel without ipv6 support.

 Libvirt blindly assumes the /proc/sys/net/ipv6/* entries exist and fails to
 gracefully continue when they are not writable.


 - Original message -
 Can you please add more steps to reproduce this bug? It's not clear to
 me when this happens although I have found the problem in the source
 code. It is hardly to test it even when I make change to code.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/690042

 Title:
    libvirtd tries to disable ipv6's accept_ra even when ipv6 is disabled
    outright in the kernel

 Status in “libvirt” package in Ubuntu:
    Confirmed

 Bug description:
    When the system has ipv6 disabled outright, /usr/sbin/libvirtd still
    tries to blindly disable accept_ra despite it's destined failure to
    open /proc/sys/net/ipv6/conf/virbr1/accept_ra.  It does not continue
    past this failure.

    Expected behavior is that it should either attempt to stat this
    file/path first, then continue without disabling accept_ra should it
    not exist, or at a minimum continue to start the network in spite of
    the failure to open the file.

    Note: At the moment, this issue is a complete BLOCKER for me.  Not
    simply a mere inconvenience.  The current immaturity of ipv6 support
    is some applications has forced the need for me to disable it outright
    to prevent some 3rd party services from trying to bind to ipv6
    interfaces.

    virsh # net-start Virtual_Cloud
    error: Failed to start network Virtual_Cloud
    error: cannot disable /proc/sys/net/ipv6/conf/virbr1/accept_ra: No
 such file or directory

    Using version:
    # dpkg --list | grep libvirt
    ii  libvirt-bin

 0.7.5-5ubuntu27.7
   the programs for the
 libvirt library  ii  libvirt0

  0.7.5-5ubuntu27.7
     library for interfacing
 with different virtu  ii  python-libvirt

            0.7.5-5ubuntu27.7
               libvirt Python
 bindings

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/690042/+subscriptions



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

Title:
  libvirtd tries to disable ipv6's accept_ra even when ipv6 is disabled
  outright in the kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/690042/+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 644489] Re: constantly changes /dev/disk/by-id/{scsi, wwn}-* LUN symlinks with multipathing

2011-06-30 Thread John Morrissey
On Fri, Jun 17, 2011 at 08:17:11PM -, Peter Petrakis wrote:
 - stop multipathd: service multipath-tools stop
 - monitor udev events as root: udevadm monitor
 
 There should be no new change events.

Yup.

 then in a separate terminal, as root run:
 /sbin/mpath_prio_netapp  /dev/sdb (or any netapp device)
 
 do you see a change event each time you run the cmd above?

Yes, dozens of them.

[j...@pxe-237.roch.ny:pts/1 ~ ps aux | grep [m]ulti
[j...@pxe-237.roch.ny:pts/1 ~ sudo mpath_prio_netapp /dev/sdb
1
[j...@pxe-237.roch.ny:pts/1 ~ echo $?
0

udevadm monitor emits:

KERNEL[1308405712.424857] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.0/host2/rport-2:0-3/target2:0:3/2:0:3:0/block/sdb
 (block)
KERNEL[1308405712.435407] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.0/host2/rport-2:0-2/target2:0:2/2:0:2:0/block/sda
 (block)
KERNEL[1308405712.440011] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.1/host3/rport-3:0-2/target3:0:2/3:0:2:0/block/sdc
 (block)
KERNEL[1308405712.440338] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.1/host3/rport-3:0-2/target3:0:2/3:0:2:0/block/sdc
 (block)
KERNEL[1308405712.443511] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.1/host3/rport-3:0-3/target3:0:3/3:0:3:0/block/sdd
 (block)
KERNEL[1308405712.443877] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.1/host3/rport-3:0-3/target3:0:3/3:0:3:0/block/sdd
 (block)
UDEV  [1308405712.446513] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.0/host2/rport-2:0-3/target2:0:3/2:0:3:0/block/sdb
 (block)
KERNEL[1308405712.448729] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.0/host2/rport-2:0-3/target2:0:3/2:0:3:0/block/sdb
 (block)
UDEV  [1308405712.458619] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.0/host2/rport-2:0-2/target2:0:2/2:0:2:0/block/sda
 (block)
KERNEL[1308405712.459048] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.0/host2/rport-2:0-2/target2:0:2/2:0:2:0/block/sda
 (block)
UDEV  [1308405712.463894] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.1/host3/rport-3:0-2/target3:0:2/3:0:2:0/block/sdc
 (block)
UDEV  [1308405712.465825] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.1/host3/rport-3:0-3/target3:0:3/3:0:3:0/block/sdd
 (block)
UDEV  [1308405712.472381] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.0/host2/rport-2:0-3/target2:0:3/2:0:3:0/block/sdb
 (block)
KERNEL[1308405712.483274] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.0/host2/rport-2:0-3/target2:0:3/2:0:3:0/block/sdb
 (block)
UDEV  [1308405712.488120] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.0/host2/rport-2:0-2/target2:0:2/2:0:2:0/block/sda
 (block)
UDEV  [1308405712.491261] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.1/host3/rport-3:0-2/target3:0:2/3:0:2:0/block/sdc
 (block)
UDEV  [1308405712.493597] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.1/host3/rport-3:0-3/target3:0:3/3:0:3:0/block/sdd
 (block)
KERNEL[1308405712.494358] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.0/host2/rport-2:0-2/target2:0:2/2:0:2:0/block/sda
 (block)
KERNEL[1308405712.499012] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.1/host3/rport-3:0-2/target3:0:2/3:0:2:0/block/sdc
 (block)
KERNEL[1308405712.502421] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.1/host3/rport-3:0-3/target3:0:3/3:0:3:0/block/sdd
 (block)
KERNEL[1308405712.502598] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.1/host3/rport-3:0-3/target3:0:3/3:0:3:0/block/sdd
 (block)
UDEV  [1308405712.505446] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.0/host2/rport-2:0-3/target2:0:3/2:0:3:0/block/sdb
 (block)
KERNEL[1308405712.506535] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.0/host2/rport-2:0-3/target2:0:3/2:0:3:0/block/sdb
 (block)
UDEV  [1308405712.516564] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.0/host2/rport-2:0-2/target2:0:2/2:0:2:0/block/sda
 (block)
UDEV  [1308405712.522055] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.1/host3/rport-3:0-2/target3:0:2/3:0:2:0/block/sdc
 (block)
UDEV  [1308405712.525342] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.1/host3/rport-3:0-3/target3:0:3/3:0:3:0/block/sdd
 (block)
UDEV  [1308405712.527596] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.0/host2/rport-2:0-3/target2:0:3/2:0:3:0/block/sdb
 (block)
KERNEL[1308405712.535884] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.0/host2/rport-2:0-2/target2:0:2/2:0:2:0/block/sda
 (block)
KERNEL[1308405712.538903] change   
/devices/pci:00/:00:02.0/:07:00.3/:08:01.0/host2/rport-2:0-3/target2:0:3/2:0:3:0/block/sdb
 (block)

[Blueprint server-o-ensemble-conference-talks] Ensemble Conference Talks

2011-06-30 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Whiteboard changed:
  Work Items:
  [bcsaller] Cloud Camp - May 26, 2011 in San Francisco, CA, USA {1}: DONE
  DevOps Day Australia (Taking talk submissions now) - July 22-23rd in 
Melbourne, Australia{2}: POSTPONED
  HotCloud (Poster submissions are due by Monday, May 30, 2011, at 3:00 p.m. 
PDT) - June 14–15 in Portland, OR, USA{3}: POSTPONED
  [bcsaller] DevOps Day Mountain View (Proposal Deadline is 1st of June 2011) - 
June 17-18th in Mountain View{4}: TODO
  Cloud Camp - June 2, 2011 in Boston (Waltham, MA), USA{5}: POSTPONED
  [kirkland] Cloud Camp - June 7, 2011 in New York, USA{6}: DONE
  Velocity BoF Session  (Call closes 11:59pm 06/09/2011 PDT) - June 14th-16th 
in Santa Clara, CA{7}: POSTPONED
  Large Installation System Administration Conference  - (Call closes June 9, 
2011, 11:59 p.m. PDT) - December 4–9, 2011, Boston, MA{8}: POSTPONED
- Ops Camp - June 13, 2011 in Portland, OR, USA{10}: TODO
+ Ops Camp - June 13, 2011 in Portland, OR, USA{10}: POSTPONED
  [clint-fewbar] Cloud Camp - June 14, 2011 in San Diego, CA, USA{11}: DONE
  Cloud Camp - June 16, 2011 in Seattle, USA{12}: POSTPONED
  CloudCamp - June 20, 2011 in Cincinnati, OH, USA{13}: POSTPONED
+ Cloud Computing Expo (Call closes June 30, 2011) - Nov 7-10 in Santa Clara, 
CA {15}: POSTPONED
  [robbie.w] CloudCamp - July 20, 2011 in Austin, TX, USA{18}: TODO
  [clint-fewbar] OSCON BoF Session  (Call closes 11:59pm 07/22/2011 PDT) - July 
25-29th in Portland, OR{14}: TODO
- Cloud Computing Expo (Call closes June 30, 2011) - Nov 7-10 in Santa Clara, 
CA {15}: TODO
  Cloud Connect 2012 - (Call closes August 5th, 2011) - February 13-16, 2012, 
Silicon Valley, CA{9}: TODO
  CloudCamp - September 10, 2011 in Munich, Germany{16}: TODO
  CloudCamp - October 9, 2011 in Cloud Track @ Silicon Valley Code Camp, 
USA{17}: TODO
  
  Links:
  {1} http://www.cloudcamp.org/sf/2011-05-26
  {2} http://devopsdownunder.org/
  {3} http://www.usenix.org/events/hotcloud11/
  {4} http://www.devopsdays.org/events/2011-mountainview/proposals/
  {5} http://www.cloudcamp.org/boston/2011-06-02
  {6} http://www.cloudcamp.org/ny/2011-06-07
  {7} http://velocityconf.com/velocity2011/public/cfp/157
  {8} http://www.usenix.org/events/lisa11/
  {9} http://www.cloudconnectevent.com/santaclara/call-for-papers/
  {10} http://www.opscamp.org/
  {11} http://www.cloudcamp.org/sandiego/2011-06-14
  {12} http://www.cloudcamp.org/seattle/2011-06-16
  {13} http://www.cloudcamp.org/cincinnati/2011-06-20
  {14} http://www.oscon.com/oscon2011/public/cfp/164
  {15} http://cloudcomputingexpo2011west.sys-con.com/general/papers2011w.htm
  {16} http://www.cloudcamp.org/munich/2011-09-10
  {17} http://www.cloudcamp.org/siliconvalley/2011-10-09
  {18} http://cloudcamp-austin-2011-estw.eventbrite.com/

-- 
Ensemble Conference Talks
https://blueprints.launchpad.net/ubuntu/+spec/server-o-ensemble-conference-talks

-- 
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 803554] Re: upgrading to multipath 0.4.9 presents incompatible config file changes

2011-06-30 Thread Serge Hallyn
** Changed in: multipath-tools (Ubuntu)
   Importance: Undecided = High

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

Title:
  upgrading to multipath 0.4.9 presents incompatible config file changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/803554/+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 791454] [NEW] Oneiric Alpha1 Server x86 and x86_64 RAID1 Test Failed: Device need to be readded manually

2011-06-30 Thread Launchpad Bug Tracker
Kate Stewart (kate.stewart) has assigned this bug to you for mdadm in Ubuntu:

When testing RAID1 on x86 during step 16 'i', after reattaching the
second disk not all arrays came back.  Two devices needed to be readded
manually.  Reporting this bug as mentioned in step i.  I was testing
using a KVM VM with two qcow2 disk images and virtio.

If there is any further details I can provide please let me know.

Same setup failed for x86_64.

** Affects: mdadm (Ubuntu)
 Importance: High
 Assignee: Ubuntu Server Team (ubuntu-server)
 Status: New


** Tags: iso-testing oneiric server-ors
-- 
Oneiric Alpha1 Server x86 and x86_64 RAID1 Test Failed: Device need to be 
readded manually
https://bugs.launchpad.net/bugs/791454
You received this bug notification because you are a member of Ubuntu Server 
Team, which is a bug assignee.

-- 
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 799858] Re: package qemu-kvm-extras-static 0.12.3+noroms-0ubuntu9.9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-06-30 Thread jepuzon
Hi Serge,

Sorry for the late reply.  Here they are:


john@localhost:~$ cat /etc/sysctl.conf
#
# /etc/sysctl.conf - Configuration file for setting system variables
# See /etc/sysctl.d/ for additional system variables.
# See sysctl.conf (5) for information.
#

#kernel.domainname = example.com

# Uncomment the following to stop low-level messages on console
#kernel.printk = 4 4 1 7

##3
# Functions previously found in netbase
#

# Uncomment the next two lines to enable Spoof protection (reverse-path filter)
# Turn on Source Address Verification in all interfaces to
# prevent some spoofing attacks
#net.ipv4.conf.default.rp_filter=1
#net.ipv4.conf.all.rp_filter=1

# Uncomment the next line to enable TCP/IP SYN cookies
#net.ipv4.tcp_syncookies=1

# Uncomment the next line to enable packet forwarding for IPv4
#net.ipv4.ip_forward=1

# Uncomment the next line to enable packet forwarding for IPv6
#net.ipv6.conf.all.forwarding=1


###
# Additional settings - these settings can improve the network
# security of the host and prevent against some network attacks
# including spoofing attacks and man in the middle attacks through
# redirection. Some network environments, however, require that these
# settings are disabled so review and enable them as needed.
#
# Ignore ICMP broadcasts
#net.ipv4.icmp_echo_ignore_broadcasts = 1
#
# Ignore bogus ICMP errors
#net.ipv4.icmp_ignore_bogus_error_responses = 1
# 
# Do not accept ICMP redirects (prevent MITM attacks)
#net.ipv4.conf.all.accept_redirects = 0
#net.ipv6.conf.all.accept_redirects = 0
# _or_
# Accept ICMP redirects only for gateways listed in our default
# gateway list (enabled by default)
# net.ipv4.conf.all.secure_redirects = 1
#
# Do not send ICMP redirects (we are not a router)
#net.ipv4.conf.all.send_redirects = 0
#
# Do not accept IP source route packets (we are not a router)
#net.ipv4.conf.all.accept_source_route = 0
#net.ipv6.conf.all.accept_source_route = 0
#
# Log Martian Packets
#net.ipv4.conf.all.log_martians = 1
sched_compat_yield = 1



john@localhost:/etc/sysctl.d$ for conf in $(ls /etc/sysctl.d/*.conf); do
echo -e \n$conf:\n; cat $conf; done; echo -e \n

/etc/sysctl.d/10-console-messages.conf:


# the following stops low-level messages on console
kernel.printk = 4 4 1 7

/etc/sysctl.d/10-network-security.conf:


# Turn on Source Address Verification in all interfaces to
# prevent some spoofing attacks.
net.ipv4.conf.default.rp_filter=1
net.ipv4.conf.all.rp_filter=1

# Turn on SYN-flood protections.  Starting with 2.6.26, there is no loss
# of TCP functionality/features under normal conditions.  When flood
# protections kick in under high unanswered-SYN load, the system
# should remain more stable, with a trade off of some loss of TCP
# functionality/features (e.g. TCP Window scaling).
net.ipv4.tcp_syncookies=1

/etc/sysctl.d/10-zeropage.conf:

# Protect the zero page of memory from userspace mmap to prevent kernel
# NULL-dereference attacks against potential future kernel security
# vulnerabilities.  (Added in kernel 2.6.23.)
#
# While this default is built into the Ubuntu kernel, there is no way to
# restore the kernel default if the value is changed during runtime; for
# example via package removal (e.g. wine, dosemu).  Therefore, this value
# is reset to the secure default each time the sysctl values are loaded.
vm.mmap_min_addr = 65536

/etc/sysctl.d/30-qemu-kvm-extras-static.conf:

vm.mmap_min_addr = 4097



Thanks;
jepuzon

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

Title:
  package qemu-kvm-extras-static 0.12.3+noroms-0ubuntu9.9 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/qemu-kvm/+bug/799858/+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 804105] [NEW] package qemu-kvm-extras-static 0.12.3 noroms-0ubuntu9.9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-06-30 Thread indymaynard
Public bug reported:

Attempted to clean (apt-get clean) and uninstall then reinstall package.
The error shows everytime I update or install/uninstall a package.
/var/log/apt/term.log shows:

Setting up qemu-kvm-extras-static (0.12.3+noroms-0ubuntu9.9) ...
update-binfmts: warning: /var/lib/binfmts/arm does not exist; nothing to do!
start: Job failed to start
invoke-rc.d: initscript procps, action start failed.
dpkg: error processing qemu-kvm-extras-static (--configure):
 subprocess installed post-installation script returned error exit status 1

Not a show-stopper, but certainly annoying.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: qemu-kvm-extras-static 0.12.3+noroms-0ubuntu9.9
ProcVersionSignature: Ubuntu 2.6.32-32.62-generic 2.6.32.38+drm33.16
Uname: Linux 2.6.32-32-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Wed Jun 29 22:07:13 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027.1)
KvmCmdLine: Error: command ['ps', '-C', 'kvm', '-F'] failed with exit code 1: 
UIDPID  PPID  CSZ   RSS PSR STIME TTY  TIME CMD
Lsusb:
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 002: ID 147e:2016 Upek Biometric Touchchip/Touchstrip 
Fingerprint Sensor
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: CLEVO M980NU
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-32-generic 
root=UUID=24e14b14-058a-4896-a76c-ae2d676daf6a ro quiet splash
SourcePackage: qemu-kvm
Title: package qemu-kvm-extras-static 0.12.3+noroms-0ubuntu9.9 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
dmi.bios.date: 10/16/2009
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: 2006Q4
dmi.board.name: M980NU
dmi.board.vendor: CLEVO
dmi.board.version: REFERENCE
dmi.chassis.type: 3
dmi.chassis.vendor: CLEVO
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr2006Q4:bd10/16/2009:svnCLEVO:pnM980NU:pvrREFERENCE:rvnCLEVO:rnM980NU:rvrREFERENCE:cvnCLEVO:ct3:cvr:
dmi.product.name: M980NU
dmi.product.version: REFERENCE
dmi.sys.vendor: CLEVO

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package lucid

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

Title:
  package qemu-kvm-extras-static 0.12.3 noroms-0ubuntu9.9 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/qemu-kvm/+bug/804105/+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 803715] Re: makeself

2011-06-30 Thread Felix Geyer
makeself actually is in the build-deps.

** Changed in: virtualbox-ose (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/803715

Title:
  makeself

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ose/+bug/803715/+subscriptions

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


[Bug 803745] [NEW] missing dependency on debootstrap

2011-06-30 Thread Robert Collins
Public bug reported:

lxc-create -t lucid wants to call debootstrap, but doesn't depend on it.

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

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

Title:
  missing dependency on debootstrap

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

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


[Bug 733270] Re: ATI Technologies Inc M52 [Mobility Radeon X1300] TV out show grey or green screen.

2011-06-30 Thread tolostoi
Expired, but problem still exist :(

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

Title:
  ATI Technologies Inc M52 [Mobility Radeon X1300] TV out show grey or
  green screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/733270/+subscriptions

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


[Bug 803748] [NEW] Always error message while sending a mail

2011-06-30 Thread Gorgonilla
Public bug reported:

It cames with a fresh installation of ubuntu natty 64bit.
Fresh evolution profile.
Every time I send an email I get the following error message:

Error while Sending message.

Failed to append to 
maildir:/home/lviggiani/.local/share/evolution/mail/local;need-summary-check=no#Sent:
 Cannot get folder '/home/lviggiani/.local/share/evolution/mail/local/Sent': 
not a maildir directory.
Appending to local 'Sent' folder instead.

BTW the mail is actually sent and saved in Sent evolution folder.
However this error is annoying as you always have to check whether you
have this (fake) error or something else.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: evolution 2.32.2-0ubuntu7
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Thu Jun 30 08:34:09 2011
ExecutablePath: /usr/bin/evolution
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug apport-lpi natty 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/803748

Title:
  Always error message while sending a mail

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

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


[Bug 803748] Re: Always error message while sending a mail

2011-06-30 Thread Gorgonilla
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/803748

Title:
  Always error message while sending a mail

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

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


[Bug 803749] [NEW] grub-install fails during d-i installation when /boot/grub is located on md raid device

2011-06-30 Thread Max Bowsher
Public bug reported:

I have experienced a failure to install Ubuntu natty, using the d-i
(alternate, not ubiquity) installer.

The actual failure occurs when the installer executes grub-install.
Debugging a bit shows that the actual failing command is grub-probe -t
fs /boot/grub. Debugging a bit more shows that /boot/grub is in my
situation, located on /dev/md0, and the failure involves grub-probe
attempting to execute /dev/md/0 (note: md/0, not md0) which does not
exist during the installer run.

A further point of interest found by looking into the grub code is that
grub only ends up looking for md/0 rather than md0 if the array is using
a version 1 md superblock - i.e. my problem is worked around by using a
version 0.90 md superblock.

But, there seems to be some other wrinkle involved that I have not yet
diagnosed, as the above problems were experienced on real hardware,
using a partman-auto-raid recipe, whilst attempting a kvm test install
without the preseed resulted in the md/0 symlink being created. More
info to come...

Other notes - the following bugs may be related to some degree:
bug 713874
bug 789226
bug 701351

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

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

Title:
  grub-install fails during d-i installation when /boot/grub is located
  on md raid device

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

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


[Bug 803723] Re: package grub-pc 1.98-1ubuntu12 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2011-06-30 Thread Raphaël Hertzog
The error message is:
Setting up grub-pc (1.98-1ubuntu12) ...
/etc/default/grub: 9: acpi=linux: not found
dpkg: error processing grub-pc (--configure):
 subprocess installed post-installation script returned error exit status 127

It looks like you have bad data in /etc/default/grub. I don't where it
comes from so I reassign to grub2 but it might well be a mistake of your
part. In that case, please mark the bug as invalid.

** Package changed: dpkg (Ubuntu) = grub2 (Ubuntu)

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

Title:
  package grub-pc 1.98-1ubuntu12 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 127

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

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


[Bug 803752] [NEW] jasper needs to support preseed files

2011-06-30 Thread Oliver Grawert
Public bug reported:

currently jasper only takes preseed options from the commandline, on
some images we actually need preseed files instead.

** Affects: jasper-initramfs (Ubuntu)
 Importance: High
 Assignee: Oliver Grawert (ogra)
 Status: Triaged

** Affects: jasper-initramfs (Ubuntu Oneiric)
 Importance: High
 Assignee: Oliver Grawert (ogra)
 Status: Triaged

** Changed in: jasper-initramfs (Ubuntu)
 Assignee: (unassigned) = Oliver Grawert (ogra)

** Also affects: jasper-initramfs (Ubuntu Oneiric)
   Importance: Undecided
 Assignee: Oliver Grawert (ogra)
   Status: New

** Changed in: jasper-initramfs (Ubuntu Oneiric)
Milestone: None = oneiric-alpha-3

** Changed in: jasper-initramfs (Ubuntu Oneiric)
   Importance: Undecided = High

** Changed in: jasper-initramfs (Ubuntu Oneiric)
   Status: New = Triaged

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

Title:
  jasper needs to support preseed files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jasper-initramfs/+bug/803752/+subscriptions

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


[Bug 803751] [NEW] apt crashes when preferences refers to an inexistent package

2011-06-30 Thread Jani Monoses
Public bug reported:

Having this content in /etc/apt/preferences.d/xchat
results in apt-get cangelog crashing and other commands not working.
If xchata is replaced with xchat (or another valid package name) all works fine.

Package: xchata
Pin: release a=natty
Pin-Priority: 800

Oneiric, x86. Seen since yesterday.

** Affects: apt (Ubuntu)
 Importance: High
 Status: New

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

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

Title:
  apt crashes when preferences refers to an inexistent package

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

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


[Bug 803732] Re: tracker-miner-fs crawls ~/.gvfs subdirs when it should not

2011-06-30 Thread Bug Watch Updater
** Changed in: tracker
   Status: Unknown = New

** Changed in: tracker
   Importance: Unknown = Medium

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

Title:
  tracker-miner-fs crawls ~/.gvfs subdirs when it should not

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

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


[Bug 702119] Re: Clicking install omap4 addons fails to launch

2011-06-30 Thread Oliver Grawert
hmm, i havent seen that anymore in natty release or oneiric. 
tobin, do you still see it or can we close this one ?

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

Title:
  Clicking install omap4 addons fails to launch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jasper-initramfs/+bug/702119/+subscriptions

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


[Bug 803755] [NEW] Unity does not display clock, meme_button, email_notification, and much more buttons on the right corner

2011-06-30 Thread Leo Iannacone
Public bug reported:

Hi all...

I've the right_top corner completely clean. No email/logout/clock/ and
other buttons are displayed.


Please, see attachment right_top_panel.png.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.0.1-0ubuntu2
ProcVersionSignature: Ubuntu 3.0-2.3-generic 3.0.0-rc4
Uname: Linux 3.0-2-generic i686
Architecture: i386
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,move,place,compiztoolbox,mousepoll,session,wall,gnomecompat,snap,resize,regex,vpswitch,animation,expo,ezoom,workarounds,staticswitcher,fade,scale,unityshell]
CompositorRunning: compiz
Date: Thu Jun 30 09:03:09 2011
DistUpgraded: Log time: 2010-12-06 16:42:52.125146
DistroCodename: oneiric
DistroVariant: ubuntu
GraphicsCard:
 ATI Technologies Inc Cedar PRO [Radeon HD 5450] [1002:68f9] (prog-if 00 [VGA 
controller])
   Subsystem: PC Partner Limited Device [174b:e164]
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
MachineType: System manufacturer System Product Name
ProcEnviron:
 LANGUAGE=it_IT:en_GB:en
 PATH=(custom, user)
 LANG=
 LC_MESSAGES=it_IT.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.0-2-generic 
root=UUID=5e36e11e-890a-4e10-a17e-0319aa70da9a ro quiet splash vt.handoff=7
Renderer: Unknown
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2010-12-06 (205 days ago)
dmi.bios.date: 08/18/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1101
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P7H55-M
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1101:bd08/18/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP7H55-M:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.4+bzr20110606-0ubuntu4
version.libdrm2: libdrm2 2.4.25-2ubuntu2
version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.3-0ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.3-0ubuntu4
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu5
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.0-3ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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


** Tags: apport-bug compiz-0.9 i386 oneiric running-unity ubuntu unity-2d

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

Title:
  Unity does not display clock, meme_button, email_notification, and
  much more buttons on the right corner

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

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


[Bug 803755] Re: Unity does not display clock, meme_button, email_notification, and much more buttons on the right corner

2011-06-30 Thread Leo Iannacone
** Attachment added: right_top_panel.png
   
https://bugs.launchpad.net/bugs/803755/+attachment/2185104/+files/right_top_panel.png

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

Title:
  Unity does not display clock, meme_button, email_notification, and
  much more buttons on the right corner

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

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


[Bug 803540] Re: Sync kolabadmin 0.0.20080222-4 (universe) from Debian unstable (main)

2011-06-30 Thread Felix Geyer
MOTU ack.

** Summary changed:

- [Needs Packaging] Sync kolabadmin 0.0.20080222-4 (universe) from Debian 
unstable (main)
+ Sync kolabadmin 0.0.20080222-4 (universe) from Debian unstable (main)

** Changed in: kolabadmin (Ubuntu)
   Status: New = Triaged

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

Title:
  Sync kolabadmin 0.0.20080222-4 (universe) from Debian unstable (main)

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

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


[Bug 803751] Re: apt crashes when preferences refers to an inexistent package

2011-06-30 Thread Michael Bienia
*** This bug is a duplicate of bug 803688 ***
https://bugs.launchpad.net/bugs/803688

** This bug has been marked a duplicate of bug 803688
   'apt-get update' segfaults

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

Title:
  apt crashes when preferences refers to an inexistent package

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

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


[Bug 771788] Re: nVidia driver activated and apparently being used but reported as not being used by jockey-gtk

2011-06-30 Thread Ben McCann
I tried to install the driver from NVidia's site as Emilio suggested,
but found it would not work.  The 256.53 driver available on their site
is incompatible with 2.6.38 kernel used by Natty.  I get the message
error: unknown field ‘ioctl’ specified in initializer and then
nvidia.ko failed to build when compiling.  It might be possible to
downgrade the kernel to get it to work, but I don't particularly want to
do that.

/usr/lib/nux/unity_support_test -p now says Not software rendered: no
but it said yes before I started messing around with stuff.  Any idea
how I can get it changed back to yes?

This bug really needs to get fixed.  Can we change the importance to
high?  The bugs with high importance affect far, far fewer people than
this bug, so I think the prioritization is out of whack.

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

Title:
  nVidia driver activated and apparently being used but reported as not
  being used by jockey-gtk

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

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

Re: [Bug 790145] Re: kvm husb: ctrl buffer too small

2011-06-30 Thread Clint Byrum
Excerpts from Attb2's message of Wed Jun 29 07:01:04 UTC 2011:
 I'm not familiar with bug statuses:
 
 What Fix Released means? Latest release (0.12.3+noroms-0ubuntu9.9) contains 
 my bugfix or not?
 May I update my local qemu-kvm package to 0.12.3+noroms-0ubuntu9.9? (Lucid 
 10.04 LTS)

Fix Released in ubuntu just means in the current dev release or later
it has been fixed.

The other statuses are for Lucid and Maverick, and indicate that the
fix has been uploaded to their Proposed updates sections.

If you'd like to test the fix so it can moved to lucid updates, the
process is outlined here:

https://wiki.ubuntu.com/QATeam/PerformingSRUVerification

Following that process will get you the proposed fix on lucid, but be
aware that we don't know if it has been tested.

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

Title:
  kvm husb: ctrl buffer too small

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

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


[Bug 803760] [NEW] Unity notification icon always the same, even when Liferea has new items

2011-06-30 Thread Nicolas_Raoul
Public bug reported:

As you can see on the attached screenshot, the icon circled in red is
always the same, whether Liferea has zero new items (left side), or has
new items (right side).

There should be different icons depending on whether there are new unread items 
or not.
It might be that the Messaging Indicator only changes when the software has 
support for it, and liferea might not have it yet.

See also: http://askubuntu.com/questions/51235

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


** Tags: unity

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

Title:
  Unity notification icon always the same, even when Liferea has new
  items

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

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


[Bug 803760] Re: Unity notification icon always the same, even when Liferea has new items

2011-06-30 Thread Nicolas_Raoul
** Attachment added: QqNbv.png
   https://bugs.launchpad.net/bugs/803760/+attachment/2185123/+files/QqNbv.png

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

Title:
  Unity notification icon always the same, even when Liferea has new
  items

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

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


[Bug 803528] Re: Please sync gmpc 0.20.0-2 (universe) from Debian unstable (main)

2011-06-30 Thread Angel Abad
** Changed in: gmpc (Ubuntu)
   Status: New = In Progress

** Changed in: gmpc (Ubuntu)
 Assignee: (unassigned) = Angel Abad (angelabad)

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

Title:
  Please sync gmpc 0.20.0-2 (universe) from Debian unstable (main)

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

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


[Bug 803765] [NEW] virsh -c qemu://127.0.0.1/session list --all give a wrong error prompt CA certificate '/etc/pki/CA/cacert.pem

2011-06-30 Thread Qiao Liyong
Public bug reported:

virsh -c qemu://127.0.0.1/session list --all  (no '+ssh')

virsh give a error prompt :
CA certificate '/etc/pki/CA/cacert.pem' no such file ..

look at code:

we could find that:

transport_str = get_transport_from_scheme
(conn-uri-scheme);

if (!transport_str) {
if (conn-uri-server)
transport = trans_tls;
else
transport = trans_unix;
   }
at here : transport  = trans_tls;

so it gives a CA certificate  error prompt . 
I think it should  give a prompt like that : use +ssh | tcp .

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

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

Title:
  virsh -c qemu://127.0.0.1/session list --all give a wrong error prompt
  CA certificate '/etc/pki/CA/cacert.pem

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

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


[Bug 803762] Re: polkit-gnome-authentication-agent-1 crashed (SIGABRT) soon after login

2011-06-30 Thread Alan Jenkins
** 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/803762

Title:
  polkit-gnome-authentication-agent-1 crashed (SIGABRT) soon after login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/policykit-1-gnome/+bug/803762/+subscriptions

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


[Bug 803761] [NEW] package flashplugin-installer not installed failed to install/upgrade: conflicting packages - not installing flashplugin-installer

2011-06-30 Thread Ilya Konyakhin
Public bug reported:

ubuntu partnet repo has current fresh adobe-flash version, but packages index 
show only old flash version.
flashplugin-installer tried to download old adobe flash version , instead of 
brand-new, published in ubuntu partner repo.
old 10.3.181.26ubuntu0.10.04.1 instead latest 
adobe-flashplugin_10.3.181.34-0lucid1_i386.deb.
Therefore I got error: package didn't find.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: flashplugin-installer (not installed)
ProcVersionSignature: Ubuntu 2.6.35-22.35~lucid1-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: fglrx
AptOrdering:
 flashplugin-installer: Install
 flashplugin-nonfree: Install
 flashplugin-installer: Configure
 flashplugin-nonfree: Configure
Architecture: amd64
Date: Thu Jun 30 11:27:06 2011
ErrorMessage: conflicting packages - not installing flashplugin-installer
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
SourcePackage: flashplugin-nonfree
Title: package flashplugin-installer (not installed) failed to install/upgrade: 
conflicting packages - not installing flashplugin-installer

** Affects: flashplugin-nonfree (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package lucid

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

Title:
  package flashplugin-installer  not installed  failed to
  install/upgrade: conflicting packages - not installing flashplugin-
  installer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/803761/+subscriptions

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

[Bug 803761] Re: package flashplugin-installer not installed failed to install/upgrade: conflicting packages - not installing flashplugin-installer

2011-06-30 Thread Ilya Konyakhin
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/803761

Title:
  package flashplugin-installer  not installed  failed to
  install/upgrade: conflicting packages - not installing flashplugin-
  installer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/803761/+subscriptions

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


[Bug 803473] Re: the scroll bar resets to top

2011-06-30 Thread Robert Roth
** Changed in: tipptrainer (Ubuntu)
   Status: New = Confirmed

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

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

Title:
  the scroll bar resets to top

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

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


[Bug 690042] Re: libvirtd tries to disable ipv6's accept_ra even when ipv6 is disabled outright in the kernel

2011-06-30 Thread lei
Can you please add more steps to reproduce this bug? It's not clear to
me when this happens although I have found the problem in the source
code. It is hardly to test it even when I make change to code.

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

Title:
  libvirtd tries to disable ipv6's accept_ra even when ipv6 is disabled
  outright in the kernel

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

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


[Bug 331369] Re: regression vs. notification-daemon: positioning when multiple screens are available

2011-06-30 Thread Vitali Kulikou
What do you think when will be fixed this bug?

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

Title:
  regression vs. notification-daemon: positioning when multiple screens
  are available

To manage notifications about this bug go to:
https://bugs.launchpad.net/notify-osd/+bug/331369/+subscriptions

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


[Bug 803761] Re: package flashplugin-installer not installed failed to install/upgrade: conflicting packages - not installing flashplugin-installer

2011-06-30 Thread Ilya Konyakhin
** Description changed:

- ubuntu partnet repo have current fresh adobe-flash version, but packages
- index show only old flash version.
+ ubuntu partnet repo has current fresh adobe-flash version, but packages index 
show only old flash version.
+ flashplugin-installer tried to download old adobe flash version , instead of 
brand-new, published in ubuntu partner repo.
+ old 10.3.181.26ubuntu0.10.04.1 instead latest 
adobe-flashplugin_10.3.181.34-0lucid1_i386.deb.
+ Therefore I got error: package didn't find.
  
  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: flashplugin-installer (not installed)
  ProcVersionSignature: Ubuntu 2.6.35-22.35~lucid1-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  NonfreeKernelModules: fglrx
  AptOrdering:
-  flashplugin-installer: Install
-  flashplugin-nonfree: Install
-  flashplugin-installer: Configure
-  flashplugin-nonfree: Configure
+  flashplugin-installer: Install
+  flashplugin-nonfree: Install
+  flashplugin-installer: Configure
+  flashplugin-nonfree: Configure
  Architecture: amd64
  Date: Thu Jun 30 11:27:06 2011
  ErrorMessage: conflicting packages - not installing flashplugin-installer
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  SourcePackage: flashplugin-nonfree
  Title: package flashplugin-installer (not installed) failed to 
install/upgrade: conflicting packages - not installing flashplugin-installer

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

Title:
  package flashplugin-installer  not installed  failed to
  install/upgrade: conflicting packages - not installing flashplugin-
  installer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/803761/+subscriptions

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

[Bug 803528] Re: Please sync gmpc 0.20.0-2 (universe) from Debian unstable (main)

2011-06-30 Thread Angel Abad
Hi Mahyuddin! I try to build this package in my pbuilder chroot and I
get a ftbfs:

/usr/bin/valac --pkg=gmodule-2.0 --pkg=config --pkg=gtk+-2.0 --pkg=gmpc 
--pkg=libmpd --vapidir=../src/vapi/ --basedir=../src/ -H gmpc-extras.h 
--library=gmpc-extras --use-header  -C Widgets/pixbuf-cache.c 
vala/gmpc-connection.vala Widgets/gmpc-progress.vala 
vala/gmpc-easy-command.vala vala/gmpc-favorites.vala 
Widgets/gmpc-image-async.vala Widgets/mpd-async-request.c 
vala/gmpc-liststore-sort.vala Widgets/gmpc-menu-item-rating.vala 
browsers/gmpc-metadata-browser2.vala vala/gmpc-metadata-prefetcher.vala 
vala/gmpc-mpddata-treeview-tooltip.vala browsers/gmpc-nowplaying2.vala 
vala/gmpc-plugin.vala vala/gmpc-rating.vala vala/gmpc-song-links.vala 
vala/gmpc-url-fetching-gui.vala vala/gmpc-database-update-tracker.vala 
vala/gmpc-test-plugin.vala vala/gmpc-paned-size-group.vala 
Providers/music-tree.vala main.c plugin.c mpdinteraction.c preferences.c 
tray-icon2.c misc.c playlist3.c playlist3-messages.c mm-keys.c config1.c 
MetaData/metadata.c MetaData/metadata-cache.c gmpc_easy_download.c 
setup-assistant.c url-fetcher.c advanced-search.c bug-information.c 
bacon/bacon-message-connection.c egg/eggcolumnchooserdialog.c 
egg/eggcolumnmodel.c browsers/playlist3-tag2-browser.c 
browsers/playlist3-file-browser.c browsers/playlist3-current-playlist-browser.c 
browsers/playlist3-find2-browser.c browsers/server-information.c 
browsers/playlist3-playlist-editor.c
gmpc.vapi:1.7-1.25: error: The namespace name `Gmpc.PanedSizeGroup' could not 
be found
using Gmpc.PanedSizeGroup;
  ^^^
Widgets/gmpc-menu-item-rating.vala:28.7-28.17: error: The namespace name 
`Gmpc.Rating' could not be found
using Gmpc.Rating;
  ^^^
browsers/gmpc-metadata-browser2.vala:33.7-33.35: error: The namespace name 
`Gmpc.MpdData.Treeview.Tooltip' could not be found
using Gmpc.MpdData.Treeview.Tooltip;
  ^
browsers/gmpc-nowplaying2.vala:23.7-23.17: error: The namespace name 
`Gmpc.Rating' could not be found
using Gmpc.Rating;
  ^^^
vala/gmpc-url-fetching-gui.vala:23.7-23.12: error: The namespace name `Module' 
could not be found
using Module;
  ^^
Compilation failed: 5 error(s), 0 warning(s)

Please solve this problem

Regards,

** Changed in: gmpc (Ubuntu)
   Status: In Progress = Incomplete

** Changed in: gmpc (Ubuntu)
 Assignee: Angel Abad (angelabad) = Mahyuddin Susanto (udienz)

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

Title:
  Please sync gmpc 0.20.0-2 (universe) from Debian unstable (main)

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

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


[Bug 803528] Re: Please sync gmpc 0.20.0-2 (universe) from Debian unstable (main)

2011-06-30 Thread Angel Abad
Unsubscribing sponsors for the moment.

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

Title:
  Please sync gmpc 0.20.0-2 (universe) from Debian unstable (main)

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

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


[Bug 803423] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-06-30 Thread Robert Roth
*** This bug is a duplicate of bug 728840 ***
https://bugs.launchpad.net/bugs/728840

Thank you for taking the time to report this bug and helping to make Ubuntu 
better. This particular bug has already been reported and is a duplicate of bug 
#728840, so it is being marked as such. Please look at the other bug report to 
see if there is any missing information that you can provide, or to see if 
there is a workaround for the bug. Additionally, any further discussion 
regarding the bug should occur in the other report. Feel free to continue to 
report any other bugs you may find.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** This bug has been marked a duplicate of bug 728840
   upgradeprovision crashed with LdbError in connect(): (80, 'Failed to load 
modules from: /usr/lib/samba/ldb\n')

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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

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


[Bug 803610] Re: synaptics touchpad upgrade freezes X directly after login

2011-06-30 Thread Edvard
I can confirm that I was affected by this exact same issue. Installing
gsynaptics solved it though. Interesting part is that it only affected
one of my three laptops, all running Ubuntu 11.04 with Gnome Shell and
the latest xorg ppa.

Thanks!

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

Title:
  synaptics touchpad upgrade freezes X directly after login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/803610/+subscriptions

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


[Bug 803770] [NEW] Writter crashes when saving in .doc

2011-06-30 Thread Ignacio Varela
Public bug reported:

When I open a .doc document with special fields (blocked fields or references 
introduced by endnote) generated by Microsoft Word and I try to save it keeping 
the .doc extension, the LibreOffice writter crashes and I have to recover my 
file each time.
I would appreciate any advice or help.
LibreOffice 3.3.2 
Ubuntu 11.04 Natty Narwhal
Thank you very much in advance.
Best
Nacho

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

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

Title:
  Writter crashes when saving in .doc

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

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


[Bug 803477] Re: type 'exceptions.OSError': [Errno 2] No such file or directory: '/tmp/aptdaemon-frozen-statusSXwGFV'

2011-06-30 Thread Robert Roth
*** This bug is a duplicate of bug 776184 ***
https://bugs.launchpad.net/bugs/776184

Thank you for taking the time to report this bug and helping to make Ubuntu 
better. This particular bug has already been reported and is a duplicate of bug 
#776184, so it is being marked as such. Please look at the other bug report to 
see if there is any missing information that you can provide, or to see if 
there is a workaround for the bug. Additionally, any further discussion 
regarding the bug should occur in the other report. Feel free to continue to 
report any other bugs you may find.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** This bug has been marked a duplicate of bug 776184
   type 'exceptions.OSError': [Errno 2] No such file or directory: 
'/tmp/aptdaemon-frozen-statusIx7qPE'

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

Title:
  type 'exceptions.OSError': [Errno 2] No such file or directory:
  '/tmp/aptdaemon-frozen-statusSXwGFV'

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

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


[Bug 802926] Re: firefox starts out inaccessible! (assuming default home page)

2011-06-30 Thread Alan Jenkins
** Bug watch added: Mozilla Bugzilla #639835
   https://bugzilla.mozilla.org/show_bug.cgi?id=639835

** Also affects: firefox via
   https://bugzilla.mozilla.org/show_bug.cgi?id=639835
   Importance: Unknown
   Status: Unknown

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

Title:
  firefox starts out inaccessible! (assuming default home page)

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

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


[Bug 798350] Re: package redmine 1.0.5-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-06-30 Thread William Van Hevelingen
*** This bug is a duplicate of bug 791628 ***
https://bugs.launchpad.net/bugs/791628

** This bug has been marked a duplicate of bug 791628
   package redmine 1.0.5-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1

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

Title:
  package redmine 1.0.5-1 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/redmine/+bug/798350/+subscriptions

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


[Bug 793631] Re: type 'exceptions.OverflowError': Python int too large to convert to C long

2011-06-30 Thread Robert Roth
*** This bug is a duplicate of bug 771678 ***
https://bugs.launchpad.net/bugs/771678

Thank you for taking the time to report this bug and helping to make Ubuntu 
better. This particular bug has already been reported and is a duplicate of bug 
#771678, so it is being marked as such. Please look at the other bug report to 
see if there is any missing information that you can provide, or to see if 
there is a workaround for the bug. Additionally, any further discussion 
regarding the bug should occur in the other report. Feel free to continue to 
report any other bugs you may find.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** This bug has been marked a duplicate of bug 771678
   type 'exceptions.OverflowError': Value -1608156160 out of range for Int32 
while installing

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

Title:
  type 'exceptions.OverflowError': Python int too large to convert to
  C long

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

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


[Bug 790006] Re: type 'exceptions.OSError': [Errno 9] Bad file descriptor

2011-06-30 Thread Robert Roth
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. This particular bug has already been reported and is a duplicate of bug 
#755600, so it is being marked as such. Please look at the other bug report to 
see if there is any missing information that you can provide, or to see if 
there is a workaround for the bug. Additionally, any further discussion 
regarding the bug should occur in the other report. Feel free to continue to 
report any other bugs you may find.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

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

Title:
  type 'exceptions.OSError': [Errno 9] Bad file descriptor

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

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


[Bug 582809] Re: Synaptics Clickpad touchpad buttons are not working

2011-06-30 Thread carlosv
Hi guys,
I have a Clickpad synaptics in my HP touchsmart tm2, Ubuntu 11.04-64bits. I 
tried the comment 190 and 208. My clickpad is usable but the disable button 
(and the led as well) doesn’t work at all. And the weird thing is that 
two-finger scrolling goes on the inverted direction, instead of scrolling down 
it goes up. Any ideas for that? my the output of the synaptic parameter are:
Parameter settings:
LeftEdge= 1751
RightEdge   = 5187
TopEdge = 1626
BottomEdge  = 4306
FingerLow   = 24
FingerHigh  = 29
FingerPress = 255
MaxTapTime  = 180
MaxTapMove  = 222
MaxDoubleTapTime= 180
SingleTapTimeout= 180
ClickTime   = 100
FastTaps= 0
EmulateMidButtonTime= 75
EmulateTwoFingerMinZ= 280
EmulateTwoFingerMinW= 6
VertScrollDelta = 101
HorizScrollDelta= 0
VertEdgeScroll  = 1
HorizEdgeScroll = 1
CornerCoasting  = 0
VertTwoFingerScroll = 0
HorizTwoFingerScroll= 0
MinSpeed= 1
MaxSpeed= 1.75
AccelFactor = 0.0394867
TrackstickSpeed = 40
EdgeMotionMinZ  = 29
EdgeMotionMaxZ  = 159
EdgeMotionMinSpeed  = 1
EdgeMotionMaxSpeed  = 405
EdgeMotionUseAlways = 0
TouchpadOff = 0
LockedDrags = 0
LockedDragTimeout   = 5000
RTCornerButton  = 2
RBCornerButton  = 3
LTCornerButton  = 0
LBCornerButton  = 0
TapButton1  = 1
TapButton2  = 3
TapButton3  = 2
ClickFinger1= 1
ClickFinger2= 1
ClickFinger3= 1
CircularScrolling   = 0
CircScrollDelta = 0.1
CircScrollTrigger   = 0
CircularPad = 0
PalmDetect  = 0
PalmMinWidth= 9
PalmMinZ= 199
CoastingSpeed   = 20
CoastingFriction= 50
PressureMotionMinZ  = 29
PressureMotionMaxZ  = 159
PressureMotionMinFactor = 1
PressureMotionMaxFactor = 1
GrabEventDevice = 1
TapAndDragGesture   = 1
AreaLeftEdge= 0
AreaRightEdge   = 0
AreaTopEdge = 0
AreaBottomEdge  = 0
TouchButtonArea = 20
TouchButtonSticky   = 64
LEDStatus   = 0
LEDDoubleTap= 1
JumpyCursorThreshold= 0
Thanks!

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

Title:
  Synaptics Clickpad touchpad buttons are not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/582809/+subscriptions

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

[Bug 803775] [NEW] 10.10 cant seem to use -fmudflap with gcc 4.4

2011-06-30 Thread Harish Badrinath
Public bug reported:

Hello,
Description:when trying to to compile C programs using the GNU C compiler, 
-fmudflap seems to stop legal c programs from turning into binaries.


1) Release :
ravi@psg-xl-buildd:~/harish/bug$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.10
Release:10.10
Codename:   maverick
ravi@psg-xl-buildd:~/harish/bug$ cat /proc/version
Linux version 2.6.35-22-generic-pae (buildd@rothera) (gcc version 4.4.5 
(Ubuntu/Linaro 4.4.4-14ubuntu4) ) #33-Ubuntu SMP Sun Sep 19 22:14:14 UTC 2010

2) Version of software running:
ravi@psg-xl-buildd:~/harish/bug$ dpkg -l | grep mudflap 
ii  libmudflap0 4.5.1-7ubuntu2GCC 
mudflap shared support libraries
ii  libmudflap0-4.4-dev 4.4.4-14ubuntu5   GCC 
mudflap support libraries (development files)
ii  libmudflap0-4.5-dev 4.5.1-7ubuntu2GCC 
mudflap support libraries (development files)
ravi@psg-xl-buildd:~/harish/bug$ gcc -v
Using built-in specs.
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 
4.4.4-14ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs 
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-4.4 --enable-shared --enable-multiarch 
--enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix 
--with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls 
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc 
--enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic 
--enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu 
--target=i686-linux-gnu
Thread model: posix
gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) 

3)What should happen:
Successful compilation of legal programs

4)What is happening:
A screen full of linker errors 

5)Log 
ravi@psg-xl-buildd:~/harish/bug$ cat test.c 
#include stdio.h
int main()
{
return 0;
}
ravi@psg-xl-buildd:~/harish/bug$ gcc test.c 
ravi@psg-xl-buildd:~/harish/bug$ echo $?
0
ravi@psg-xl-buildd:~/harish/bug$ gcc test.c -fmudflap -lmudflap 
/usr/lib/gcc/i686-linux-gnu/4.4.5/libmudflap.a(mf-runtime.o): In function 
`__mf_object_tree':
(.text.__mf_object_tree+0x4b): undefined reference to `__real_malloc'
/usr/lib/gcc/i686-linux-gnu/4.4.5/libmudflap.a(mf-runtime.o): In function 
`mfsplay_tree_foreach':
(.text.mfsplay_tree_foreach+0x27): undefined reference to `__real_malloc'
/usr/lib/gcc/i686-linux-gnu/4.4.5/libmudflap.a(mf-runtime.o): In function 
`mfsplay_tree_foreach':
(.text.mfsplay_tree_foreach+0x34): undefined reference to `__real_malloc'
/usr/lib/gcc/i686-linux-gnu/4.4.5/libmudflap.a(mf-runtime.o): In function 
`mfsplay_tree_foreach':
(.text.mfsplay_tree_foreach+0xe9): undefined reference to `__real_free'
/usr/lib/gcc/i686-linux-gnu/4.4.5/libmudflap.a(mf-runtime.o): In function 
`mfsplay_tree_foreach':
(.text.mfsplay_tree_foreach+0xf1): undefined reference to `__real_free'
/usr/lib/gcc/i686-linux-gnu/4.4.5/libmudflap.a(mf-runtime.o): In function 
`mfsplay_tree_splay':
(.text.mfsplay_tree_splay+0xb7): undefined reference to `__real_malloc'
/usr/lib/gcc/i686-linux-gnu/4.4.5/libmudflap.a(mf-runtime.o): In function 
`mfsplay_tree_splay':
(.text.mfsplay_tree_splay+0xe4): undefined reference to `__real_free'
/usr/lib/gcc/i686-linux-gnu/4.4.5/libmudflap.a(mf-runtime.o): In function 
`__mf_watch_or_not':
(.text.__mf_watch_or_not+0x74): undefined reference to `__real_malloc'
/usr/lib/gcc/i686-linux-gnu/4.4.5/libmudflap.a(mf-runtime.o): In function 
`__mf_watch_or_not':
(.text.__mf_watch_or_not+0xfa): undefined reference to `__real_free'
/usr/lib/gcc/i686-linux-gnu/4.4.5/libmudflap.a(mf-runtime.o): In function 
`__mf_backtrace':
(.text.__mf_backtrace+0x26): undefined reference to `__real_calloc'
/usr/lib/gcc/i686-linux-gnu/4.4.5/libmudflap.a(mf-runtime.o): In function 
`__mf_backtrace':
(.text.__mf_backtrace+0x7c): undefined reference to `__real_free'
/usr/lib/gcc/i686-linux-gnu/4.4.5/libmudflap.a(mf-runtime.o): In function 
`__mf_violation':
(.text.__mf_violation+0x68f): undefined reference to `__real_free'
/usr/lib/gcc/i686-linux-gnu/4.4.5/libmudflap.a(mf-runtime.o): In function 
`__mfu_unregister':
(.text.__mfu_unregister+0x1dd): undefined reference to `__real_free'
/usr/lib/gcc/i686-linux-gnu/4.4.5/libmudflap.a(mf-runtime.o): In function 
`__mfu_unregister':
(.text.__mfu_unregister+0x287): undefined reference to `__real_free'
/usr/lib/gcc/i686-linux-gnu/4.4.5/libmudflap.a(mf-runtime.o): In function 
`__mfu_unregister':
(.text.__mfu_unregister+0x2a0): undefined reference to `__real_free'
/usr/lib/gcc/i686-linux-gnu/4.4.5/libmudflap.a(mf-runtime.o):(.text.__mfu_unregister+0x2c0):
 more undefined references to `__real_free' follow
/usr/lib/gcc/i686-linux-gnu/4.4.5/libmudflap.a(mf-runtime.o): In function 
`__mfu_register':

[Bug 803773] [NEW] package nfs-kernel-server 1:1.2.2-4ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 22

2011-06-30 Thread radekv
Public bug reported:

I was installing nfs server package in Synaptic with negative result.
After it I've tried aptitude and it was problem less.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: nfs-kernel-server 1:1.2.2-4ubuntu5
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
AptOrdering:
 nfs-kernel-server: Install
 nfs-kernel-server: Configure
Architecture: i386
Date: Thu Jun 30 00:14:28 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 22
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta i386 (20110413)
SourcePackage: nfs-utils
Title: package nfs-kernel-server 1:1.2.2-4ubuntu5 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 22
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nfs-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 natty

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

Title:
  package nfs-kernel-server 1:1.2.2-4ubuntu5 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 22

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/803773/+subscriptions

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


[Bug 803773] Re: package nfs-kernel-server 1:1.2.2-4ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 22

2011-06-30 Thread radekv
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/803773

Title:
  package nfs-kernel-server 1:1.2.2-4ubuntu5 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 22

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/803773/+subscriptions

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


[Bug 803434] Re: weather indicator does not add some cities with cyrillic names

2011-06-30 Thread Vadim Rutkovsky
Please, attach logs from ~/.cache/indicator-weather.log

** Changed in: indicator-weather (Ubuntu)
   Status: New = Incomplete

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

Title:
  weather indicator does not add some cities with cyrillic names

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/803434/+subscriptions

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


[Bug 803776] [NEW] wireless netwrok connection drop out often

2011-06-30 Thread ab hamed
Public bug reported:

The WN dropped out 3 times while trying to send this report...did not do this 
with 10.04 or 10.1 same machine router etc.  It takes many attempts to connect 
before  doing so. No changes except upgrade 11.04
thanks
ab

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: network-manager-gnome 0.8.4~git.20110318t152954.9c4c9a0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-10.44-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic x86_64
Architecture: amd64
CRDA: Error: [Errno 2] No such file or directory
Date: Thu Jun 30 08:31:47 2011
ExecutablePath: /usr/bin/nm-connection-editor
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
IpRoute:
 192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.66  metric 2 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 default via 192.168.1.254 dev wlan0  proto static
Keyfiles: Error: [Errno 2] No such file or directory
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 LANGUAGE=en_GB:en
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: network-manager-applet
UpgradeStatus: Upgraded to natty on 2011-06-29 (0 days ago)

** Affects: network-manager-applet (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug natty

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

Title:
  wireless netwrok connection drop  out often

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

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


[Bug 803776] Re: wireless netwrok connection drop out often

2011-06-30 Thread ab hamed
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/803776

Title:
  wireless netwrok connection drop  out often

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

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


[Bug 802050] Re: indicator-weather crashed with KeyError in save_location_details(): 'yahoo id'

2011-06-30 Thread Vadim Rutkovsky
*** This bug is a duplicate of bug 733760 ***
https://bugs.launchpad.net/bugs/733760

** This bug is no longer a duplicate of bug 760576
   weather applet crashes when trying to add cities that have diacritics (or 
not) in the name, works ok with london, alba iulia but crashes onTimişoara and 
baia mar (dublin fails)
** This bug has been marked a duplicate of bug 733760
   indicator-weather crashed with KeyError in save_location_details(): 'yahoo 
id'

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

Title:
  indicator-weather crashed with KeyError in save_location_details():
  'yahoo id'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/802050/+subscriptions

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

[Bug 767626] Re: indicator-weather crashed with KeyError in save_location_details(): 'yahoo id'

2011-06-30 Thread Vadim Rutkovsky
*** This bug is a duplicate of bug 733760 ***
https://bugs.launchpad.net/bugs/733760

** This bug is no longer a duplicate of bug 760576
   weather applet crashes when trying to add cities that have diacritics (or 
not) in the name, works ok with london, alba iulia but crashes onTimişoara and 
baia mar (dublin fails)
** This bug has been marked a duplicate of bug 733760
   indicator-weather crashed with KeyError in save_location_details(): 'yahoo 
id'

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

Title:
  indicator-weather crashed with KeyError in save_location_details():
  'yahoo id'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/767626/+subscriptions

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

[Bug 766456] Re: indicator-weather crashed with KeyError in save_location_details(): 'yahoo id'

2011-06-30 Thread Vadim Rutkovsky
*** This bug is a duplicate of bug 733760 ***
https://bugs.launchpad.net/bugs/733760

** This bug is no longer a duplicate of bug 760576
   weather applet crashes when trying to add cities that have diacritics (or 
not) in the name, works ok with london, alba iulia but crashes onTimişoara and 
baia mar (dublin fails)
** This bug has been marked a duplicate of bug 733760
   indicator-weather crashed with KeyError in save_location_details(): 'yahoo 
id'

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

Title:
  indicator-weather crashed with KeyError in save_location_details():
  'yahoo id'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/766456/+subscriptions

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

[Bug 762880] Re: indicator-weather crashed with KeyError in save_location_details(): 'yahoo id'

2011-06-30 Thread Vadim Rutkovsky
*** This bug is a duplicate of bug 733760 ***
https://bugs.launchpad.net/bugs/733760

** This bug is no longer a duplicate of bug 760576
   weather applet crashes when trying to add cities that have diacritics (or 
not) in the name, works ok with london, alba iulia but crashes onTimişoara and 
baia mar (dublin fails)
** This bug has been marked a duplicate of bug 733760
   indicator-weather crashed with KeyError in save_location_details(): 'yahoo 
id'

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

Title:
  indicator-weather crashed with KeyError in save_location_details():
  'yahoo id'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/762880/+subscriptions

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

[Bug 762205] Re: indicator-weather crashed with KeyError in save_location_details(): 'yahoo id'

2011-06-30 Thread Vadim Rutkovsky
*** This bug is a duplicate of bug 733760 ***
https://bugs.launchpad.net/bugs/733760

** This bug is no longer a duplicate of bug 760576
   weather applet crashes when trying to add cities that have diacritics (or 
not) in the name, works ok with london, alba iulia but crashes onTimişoara and 
baia mar (dublin fails)
** This bug has been marked a duplicate of bug 733760
   indicator-weather crashed with KeyError in save_location_details(): 'yahoo 
id'

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

Title:
  indicator-weather crashed with KeyError in save_location_details():
  'yahoo id'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/762205/+subscriptions

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

[Bug 760576] Re: weather applet crashes when trying to add cities that have diacritics (or not) in the name, works ok with london, alba iulia but crashes onTimişoara and baia mar (dublin fails)

2011-06-30 Thread Vadim Rutkovsky
*** This bug is a duplicate of bug 733760 ***
https://bugs.launchpad.net/bugs/733760

** This bug has been marked a duplicate of bug 733760
   indicator-weather crashed with KeyError in save_location_details(): 'yahoo 
id'

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

Title:
  weather applet crashes when trying to add cities that have diacritics
  (or not) in the name, works ok with london, alba iulia but crashes
  onTimişoara and baia mar (dublin fails)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/760576/+subscriptions

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

[Bug 803780] [NEW] can't install totem development headers

2011-06-30 Thread Nicolas Delvaux
Public bug reported:

Please add a libtotem-dev package which contains the package-config file
(totem.pc)and the totem headers.

This package will be a dependency of the totem-plugin-arte package (the
current one still depends on totem  2.90 and has to ship totem headers
in it's sources).

This is already fixed in Debian experimental with totem 3.0.1-1
(see this bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561934 )

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

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

Title:
  can't install totem development headers

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

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


[Bug 803395] Re: [cleanup] get rid of VFAT reformatting hack

2011-06-30 Thread Oliver Grawert
** Also affects: jasper-initramfs (Ubuntu Oneiric)
   Importance: Undecided
 Assignee: Oliver Grawert (ogra)
   Status: New

** Changed in: jasper-initramfs (Ubuntu Oneiric)
Milestone: None = oneiric-alpha-3

** Changed in: jasper-initramfs (Ubuntu Oneiric)
   Importance: Undecided = High

** Changed in: jasper-initramfs (Ubuntu Oneiric)
   Status: New = Triaged

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

Title:
  [cleanup] get rid of VFAT reformatting hack

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jasper-initramfs/+bug/803395/+subscriptions

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


[Bug 738277] Re: GUI: Focus stealing

2011-06-30 Thread IKT
The status is set to incomplete when there isn't enough information to
investigate the issue and this will automatically expire the bug report
after a certain period when there is no activity, this helps ensure we
are always working on the latest bugs.

The problem is that I can't duplicate your GUI focus stealing issue,
which suggests it might be a hardware problem or something else that I
don't know about. Do you still have the issue if you install ubuntu on
another computer?


** Changed in: ubuntu
   Status: New = Incomplete

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

Title:
  GUI: Focus stealing

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

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


[Bug 691380]

2011-06-30 Thread Bugzilla2007
because of changes in firefox: Remote XUL (XUL through HTTP) has been removed
from Firefox 4 (see bug 546857 for more information). But there's still a 
whitelist that allows remote XUL access on a per-domain level

To allow the xul demos from bugzilla's attachments directly, you need
https://addons.mozilla.org/en-US/firefox/addon/remote-xul-manager/
then add https://bugzilla.mozilla.org/ to that xul-whitelist.

to allow local file://xul in current FF, goto about:config and set
dom.allow_XUL_XBL_for_file - true

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

Title:
  Quick Search  Filter should be moveable

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

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


[Bug 803773] Re: package nfs-kernel-server 1:1.2.2-4ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 22

2011-06-30 Thread Steve Langasek
The error in your log is:

exportfs: No host name given with /var (ro,sync);, suggest *(ro,sync); to avoid 
warning
exportfs: /etc/exports:1: syntax error: bad option list

This looks like a syntax error in your /etc/exports file.  If you
believe it's a correct file and that the server is parsing it
incorrectly, please attach this file to the bug report for review.

** Changed in: nfs-utils (Ubuntu)
   Status: New = Incomplete

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

Title:
  package nfs-kernel-server 1:1.2.2-4ubuntu5 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 22

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/803773/+subscriptions

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


[Bug 803782] Re: yelp crashed with SIGSEGV in WebCore::Document::view()

2011-06-30 Thread Alan Jenkins
*** This bug is a duplicate of bug 802520 ***
https://bugs.launchpad.net/bugs/802520

** 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/803782

Title:
  yelp crashed with SIGSEGV in WebCore::Document::view()

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

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


[Bug 803688] Re: 'apt-get update' segfaults

2011-06-30 Thread William Van Hevelingen
Marking as in progress based on David's comments

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

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

Title:
  'apt-get update' segfaults

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

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


[Bug 803468] Re: [Need Packaging] New upstream release 0.143

2011-06-30 Thread Robert Roth
** Changed in: mame (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  [Need Packaging] New upstream release 0.143

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

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


[Bug 802520] Re: yelp + orca screen reader + missing doc package = yelp crash

2011-06-30 Thread Alan Jenkins
Ah yes, that would have been easier :-).

See #803782.  Marked as duplicate, which was probably a mistake, but
never mind.

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

Title:
  yelp + orca screen reader + missing doc package = yelp crash

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

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


[Bug 664115] Re: parted calls 'udevadm settle' after every change causing it to hang for 180s if no udevd with matching magic key is running.

2011-06-30 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid/parted

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

Title:
  parted calls 'udevadm settle' after every change causing it to hang
  for 180s if no udevd with matching magic key is running.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/664115/+subscriptions

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


[Bug 664115] Re: parted calls 'udevadm settle' after every change causing it to hang for 180s if no udevd with matching magic key is running.

2011-06-30 Thread Colin Watson
** Changed in: parted (Ubuntu Lucid)
   Status: Triaged = 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/664115

Title:
  parted calls 'udevadm settle' after every change causing it to hang
  for 180s if no udevd with matching magic key is running.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/664115/+subscriptions

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


[Bug 803784] [NEW] DSDT: syntaxcheck error 4123: Min/Max/Length/Gran are all zero, but no resource tag

2011-06-30 Thread dino99
Public bug reported:

have ran fwts on Oneiric i386, and get DSDT syntax errors logged into
attached results.log

00168 syntaxcheck  | error 4123: Min/Max/Length/Gran are all zero, but 
no resource tag
00169 syntaxcheck 02898| 0x, // 
Range Minimum
00170 syntaxcheck 02899| 0x, // 
Range Maximum
00171 syntaxcheck 02900| 0x00,   // 
Alignment
00172 syntaxcheck 
=

ADVICE: (for error #4123): A 'null descriptor' (where most fields
are set to zero) has been found. Usually, these are updated or completed
at run time using BufferFields, but to do so one requires a resource tag
and this descriptor does not have one, hence it cannot be referenced to
allow it to be updated. This is most probably a bug and needs to be
fixed.

 FAILED [HIGH]: Test 1, Table DSDT (0) reassembly: Found 1 errors, 0
warnings.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: acpi (not installed)
ProcVersionSignature: Ubuntu 3.0-2.3-generic-pae 3.0.0-rc4
Uname: Linux 3.0-2-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Thu Jun 30 10:02:59 2011
ProcEnviron:
 LANGUAGE=fr_FR:fr:en_GB:en
 PATH=(custom, no user)
 LANG=fr_FR.utf8
 LC_MESSAGES=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: acpi
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 oneiric unity-2d

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

Title:
  DSDT:syntaxcheck error 4123: Min/Max/Length/Gran are all zero,
  but no resource tag

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

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

[Bug 803784] Re: DSDT: syntaxcheck error 4123: Min/Max/Length/Gran are all zero, but no resource tag

2011-06-30 Thread dino99
** Attachment added: results.log
   https://bugs.launchpad.net/bugs/803784/+attachment/2185165/+files/results.log

** Description changed:

  have ran fwts on Oneiric i386, and get DSDT syntax errors logged into
  attached results.log
  
  00168 syntaxcheck  | error 4123: Min/Max/Length/Gran are all zero, 
but no resource tag
  00169 syntaxcheck 02898| 0x, 
// Range Minimum
  00170 syntaxcheck 02899| 0x, 
// Range Maximum
  00171 syntaxcheck 02900| 0x00,   
// Alignment
  00172 syntaxcheck 
=
- 00173 syntaxcheck 
- 00174 syntaxcheck ADVICE: (for error #4123): A 'null descriptor' (where 
most fields are set to
- 00175 syntaxcheck zero) has been found. Usually, these are updated or 
completed at run time
- 00176 syntaxcheck using BufferFields, but to do so one requires a 
resource tag and this
- 00177 syntaxcheck descriptor does not have one, hence it cannot be 
referenced to allow it to be
- 00178 syntaxcheck updated. This is most probably a bug and needs to be 
fixed.
- 00179 syntaxcheck 
- 00180 syntaxcheck FAILED [HIGH]: Test 1, Table DSDT (0) reassembly: Found 
1 errors, 0 warnings.
+  
+ ADVICE: (for error #4123): A 'null descriptor' (where most fields are set 
to
+  zero) has been found. Usually, these are updated or completed at 
run time
+  using BufferFields, but to do so one requires a resource tag and 
this
+  descriptor does not have one, hence it cannot be referenced to 
allow it to be
+  updated. This is most probably a bug and needs to be fixed.
+ 
+  FAILED [HIGH]: Test 1, Table DSDT (0) reassembly: Found 1 errors, 0
+ warnings.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: acpi (not installed)
  ProcVersionSignature: Ubuntu 3.0-2.3-generic-pae 3.0.0-rc4
  Uname: Linux 3.0-2-generic-pae i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Thu Jun 30 10:02:59 2011
  ProcEnviron:
-  LANGUAGE=fr_FR:fr:en_GB:en
-  PATH=(custom, no user)
-  LANG=fr_FR.utf8
-  LC_MESSAGES=fr_FR.utf8
-  SHELL=/bin/bash
+  LANGUAGE=fr_FR:fr:en_GB:en
+  PATH=(custom, no user)
+  LANG=fr_FR.utf8
+  LC_MESSAGES=fr_FR.utf8
+  SHELL=/bin/bash
  SourcePackage: acpi
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  have ran fwts on Oneiric i386, and get DSDT syntax errors logged into
  attached results.log
  
  00168 syntaxcheck  | error 4123: Min/Max/Length/Gran are all zero, 
but no resource tag
  00169 syntaxcheck 02898| 0x, 
// Range Minimum
  00170 syntaxcheck 02899| 0x, 
// Range Maximum
  00171 syntaxcheck 02900| 0x00,   
// Alignment
  00172 syntaxcheck 
=
-  
- ADVICE: (for error #4123): A 'null descriptor' (where most fields are set 
to
-  zero) has been found. Usually, these are updated or completed at 
run time
-  using BufferFields, but to do so one requires a resource tag and 
this
-  descriptor does not have one, hence it cannot be referenced to 
allow it to be
-  updated. This is most probably a bug and needs to be fixed.
  
-  FAILED [HIGH]: Test 1, Table DSDT (0) reassembly: Found 1 errors, 0
+ ADVICE: (for error #4123): A 'null descriptor' (where most fields
+ are set to zero) has been found. Usually, these are updated or completed
+ at run time using BufferFields, but to do so one requires a resource tag
+ and this descriptor does not have one, hence it cannot be referenced to
+ allow it to be updated. This is most probably a bug and needs to be
+ fixed.
+ 
+  FAILED [HIGH]: Test 1, Table DSDT (0) reassembly: Found 1 errors, 0
  warnings.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: acpi (not installed)
  ProcVersionSignature: Ubuntu 3.0-2.3-generic-pae 3.0.0-rc4
  Uname: Linux 3.0-2-generic-pae i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Thu Jun 30 10:02:59 2011
  ProcEnviron:
   LANGUAGE=fr_FR:fr:en_GB:en
   PATH=(custom, no user)
   LANG=fr_FR.utf8
   LC_MESSAGES=fr_FR.utf8
   SHELL=/bin/bash
  SourcePackage: acpi
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  DSDT:syntaxcheck error 4123: Min/Max/Length/Gran are all zero,
  but no resource tag

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

-- 
ubuntu-bugs mailing list

[Bug 803727] Re: Disable touchpad while typing is set as default enabled

2011-06-30 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 801763 ***
https://bugs.launchpad.net/bugs/801763

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 801763, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Changed in: gnome-control-center (Ubuntu)
   Status: New = Confirmed

** This bug has been marked a duplicate of bug 801763
   Typing causes cursor to stick

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

Title:
  Disable touchpad while typing is set as default enabled

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

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


[Bug 793796] Re: 2.6.38-10 panic after ejecting drive

2011-06-30 Thread Herton R. Krzesinski
Sorry about that, I picked the wrong fix to be tested.

@steubens: can you try the kernel I put at
http://people.canonical.com/~herton/lp793796/r2/ ? I expect it to fix
the issue, please report the results here.

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

Title:
  2.6.38-10 panic after ejecting drive

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

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


[Bug 708382] Re: cannot create custom preferred applications

2011-06-30 Thread Sebastien Bacher
you should fix eudora to ship a .desktop with the correct mimetype

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

Title:
  cannot create custom preferred applications

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

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


[Bug 803782] Re: yelp crashed with SIGSEGV in WebCore::Document::view()

2011-06-30 Thread Alan Jenkins
*** This bug is a duplicate of bug 802520 ***
https://bugs.launchpad.net/bugs/802520

Or maybe not :-(.  I think my backtrace actually has slightly more
information than this one.  (I built yelp debugging symbols from
source).

Anyway, this really isn't hard to reproduce.  So if you know how to make
a better backtrace, you should be able to do it yourself.

Just

1) uninstall gnome-user-guide,
2) enable system-preferences-assistive technology,
3) then enable Orca under system-preferences-assistive technology-preferred 
applications-accessibility-visual,
4) log out  back in again,
5) start yelp, go view-all, click orca, click universal access help.  
(If it doesn't crash straight away, then click back, and then click 
universal access help again.

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

Title:
  yelp crashed with SIGSEGV in WebCore::Document::view()

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

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


[Bug 803721] Re: emacs23-x crashed with SIGSEGV in os_pager_hide()

2011-06-30 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 800387 ***
https://bugs.launchpad.net/bugs/800387

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 800387, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

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

** This bug has been marked a duplicate of bug 800387
   emacs23-x crashing in liboverlay-scrollbar-0.2.so.0

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

Title:
  emacs23-x crashed with SIGSEGV in os_pager_hide()

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

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


[Bug 803689] Re: unity panel on live CD contains no indicators

2011-06-30 Thread Sebastien Bacher
the issue is that the indicatior-...-gtk2 are not installed and that
unity is still on gtk2, that should be fixed today

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

** Changed in: unity (Ubuntu)
   Status: New = Fix Committed

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

Title:
  unity panel on live CD contains no indicators

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

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


[Bug 803555] Re: Sync libmtp 1.1.0-2 (main) from Debian experimental (main)

2011-06-30 Thread Alessio Treglia
** Summary changed:

- [Need Packaging] Sync libmtp 1.1.0-2 (main) from Debian experimental (main)
+ Sync libmtp 1.1.0-2 (main) from Debian experimental (main)

** Tags removed: upgrade-software-version

** Tags added: sync

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

Title:
  Sync libmtp 1.1.0-2 (main) from Debian experimental (main)

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

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


[Bug 802926] Re: firefox starts out inaccessible! (assuming default home page)

2011-06-30 Thread Bug Watch Updater
Launchpad has imported 35 comments from the remote bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=639835.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2011-03-08T16:05:03+00:00 Fernando Herrera wrote:

As reported on this thread:

https://mail.gnome.org/archives/orca-list/2011-March/msg00033.html

Sometimes orca cannot navigate for the google webpage when firefox has
been just launched with google.com as its homepage. Next pages or
reloads work fine.

That may happen because orca is not getting the document:load-complete
event (our EVENT_DOCUMENT_LOAD_COMPLETE).

I cannot reproduce it here, but I'm investagating it

Reply at: https://bugs.launchpad.net/firefox/+bug/802926/comments/0


On 2011-03-08T23:00:15+00:00 Fernando Herrera wrote:

I finally found a way to reproduce it.

It happens when firefox window is not focused when launched. I can do
this under GNOME for example having a terminal window with the always
on top activated and launching firefox from a panel launcher or Alt+F2
dialog. In that case firefox opens, requests the focus to the window
manager (metacity won't give it because of the focus stealing
prevention) and no document:load-complete is fired.

Doing the same with firefox 3.6 and it fires the document:load-complete

Reply at: https://bugs.launchpad.net/firefox/+bug/802926/comments/1


On 2011-03-08T23:03:30+00:00 Fernando Herrera wrote:

However this happens to me with any home page.

Reply at: https://bugs.launchpad.net/firefox/+bug/802926/comments/2


On 2011-03-08T23:18:52+00:00 Fernando Herrera wrote:

Actually we are not firing _any_ event until the window is focused.

Reply at: https://bugs.launchpad.net/firefox/+bug/802926/comments/3


On 2011-03-09T08:27:43+00:00 Alexander Surkov wrote:

(In reply to comment #3)
 Actually we are not firing _any_ event until the window is focused.

on atk I guess? We should change that, correct?

Reply at: https://bugs.launchpad.net/firefox/+bug/802926/comments/4


On 2011-03-09T09:43:02+00:00 Fernando Herrera wrote:

Humm, not sure. What happens is that we do not create the accessible
tree until the window gets activated. In gtk that happens after:

nsWindow::OnContainerFocusInEvent -- DispatchActivateEventAccessible
--
DispatchEventToRootAccessible(nsIAccessibleEvent::EVENT_WINDOW_ACTIVATE)

Reply at: https://bugs.launchpad.net/firefox/+bug/802926/comments/5


On 2011-03-09T12:20:41+00:00 Alexander Surkov wrote:

On the another hand if we handle notification then document accessible
should be created and we shouldn't miss any event. Do we or atk ignores
events until window active event isn't handled?

Reply at: https://bugs.launchpad.net/firefox/+bug/802926/comments/6


On 2011-03-09T12:52:24+00:00 Fernando Herrera wrote:

We are not even creating nsApplicationAccessibleWrap.

Reply at: https://bugs.launchpad.net/firefox/+bug/802926/comments/7


On 2011-03-09T12:56:04+00:00 Alexander Surkov wrote:

(In reply to comment #7)
 We are not even creating nsApplicationAccessibleWrap.

nsAccplicationAccessible is created on demand (for example, when root
accessible is created), but why do you say even?

Reply at: https://bugs.launchpad.net/firefox/+bug/802926/comments/8


On 2011-03-09T13:15:14+00:00 Fernando Herrera wrote:

Because in gtk/atk we are not creating _any_ accessible element until we get 
the first 
DispatchEventToRootAccessible(nsIAccessibleEvent::EVENT_WINDOW_ACTIVATE)
that triggers:

accService-GetRootDocumentAccessible
  nsAccessNode::GetApplicationAccessible
nsApplicationAccessibleWrap
  nsApplicationAccessible
...

Reply at: https://bugs.launchpad.net/firefox/+bug/802926/comments/9


On 2011-03-09T13:21:50+00:00 Alexander Surkov wrote:

(In reply to comment #9)
 Because in gtk/atk we are not creating _any_ accessible element until we get
 the first
 DispatchEventToRootAccessible(nsIAccessibleEvent::EVENT_WINDOW_ACTIVATE)
 that triggers:

do you mean nobody request for accessibility service before this,
correct?

Reply at: 

[Bug 802318] Re: Unsupported utsname.release: 3.0-1-generic

2011-06-30 Thread Brian Murray
** Tags added: kernel-3.0

** Changed in: kexec-tools (Ubuntu)
   Status: New = Confirmed

** Changed in: kexec-tools (Ubuntu)
   Importance: Undecided = High

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

Title:
  Unsupported utsname.release: 3.0-1-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kexec-tools/+bug/802318/+subscriptions

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


[Bug 791019] Re: yama_ptracer_del lockdep warning

2011-06-30 Thread Kees Cook
Thanks for catching this! Is this perhaps a problem at a higher level?
(I.e. should security_task_free be called in a different way so that its
hooks (like yama_ptracer_del) do not need to use the _bh locking
mechanisms?

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

Title:
  yama_ptracer_del lockdep warning

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

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


[Bug 756154] Re: opencv version 2.1.0-3ubuntu1 failed to build on i386

2011-06-30 Thread Gal Shalif
Verify that latest OpenCV-2.3.0rc.tar.bz2 (released on 2011-06-21) do
also have compilation errors when compiled against Ffmpeg0.7 from Ubuntu
11.10 oneiric (OpenCV-2.3.0rc.tar.bz2 is available from
http://sourceforge.net/projects/opencvlibrary/)

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

Title:
  opencv version 2.1.0-3ubuntu1 failed to build on i386

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

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


[Bug 703254] Re: About-dialog feezes when fired from AppIndicator (systray icon).

2011-06-30 Thread Robert Roth
Based on the reporter's comment (comment 4) I am marking this as Invalid, as 
it's not reproducible anymore. If you are able to reproduce it, please set the 
status back to New and describe the steps you've taken to reproduce it.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** Changed in: indicator-application (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: indicator-application
   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/703254

Title:
  About-dialog feezes when fired from AppIndicator (systray icon).

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-application/+bug/703254/+subscriptions

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


Re: [Bug 690042] Re: libvirtd tries to disable ipv6's accept_ra even when ipv6 is disabled outright in the kernel

2011-06-30 Thread Anomaly256
Simply compile a kernel without ipv6 support.

Libvirt blindly assumes the /proc/sys/net/ipv6/* entries exist and fails
to gracefully continue when they are not writable.


- Original message -
 Can you please add more steps to reproduce this bug? It's not clear to
 me when this happens although I have found the problem in the source
 code. It is hardly to test it even when I make change to code.
 
 -- 
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/690042
 
 Title:
     libvirtd tries to disable ipv6's accept_ra even when ipv6 is disabled
     outright in the kernel
 
 Status in “libvirt” package in Ubuntu:
     Confirmed
 
 Bug description:
     When the system has ipv6 disabled outright, /usr/sbin/libvirtd still
     tries to blindly disable accept_ra despite it's destined failure to
     open /proc/sys/net/ipv6/conf/virbr1/accept_ra.   It does not continue
     past this failure.
 
     Expected behavior is that it should either attempt to stat this
     file/path first, then continue without disabling accept_ra should it
     not exist, or at a minimum continue to start the network in spite of
     the failure to open the file.
 
     Note: At the moment, this issue is a complete BLOCKER for me.   Not
     simply a mere inconvenience.   The current immaturity of ipv6 support
     is some applications has forced the need for me to disable it outright
     to prevent some 3rd party services from trying to bind to ipv6
     interfaces.
 
     virsh # net-start Virtual_Cloud
     error: Failed to start network Virtual_Cloud
     error: cannot disable /proc/sys/net/ipv6/conf/virbr1/accept_ra: No
 such file or directory
 
     Using version:
     # dpkg --list | grep libvirt
     ii   libvirt-bin                                                          
                       
 0.7.5-5ubuntu27.7                                                             
 the programs for the
 libvirt library   ii   libvirt0                                               
                                       
   0.7.5-5ubuntu27.7                                                           
  library for interfacing
 with different virtu   ii   python-libvirt                                    
                            
             0.7.5-5ubuntu27.7                                                 
            libvirt Python
 bindings
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/690042/+subscriptions

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

Title:
  libvirtd tries to disable ipv6's accept_ra even when ipv6 is disabled
  outright in the kernel

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

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

[Bug 656508] Re: Build current 1.0 package for Lucid

2011-06-30 Thread William Van Hevelingen
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, I am closing it because we don't support PPA
Requests

Please follow the instructions for How to request new packages at
https://help.ubuntu.com/community/UbuntuBackports#request-new-packages
and submit a new task in the lucid-backports project.

** Changed in: redmine (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/656508

Title:
  Build current 1.0 package for Lucid

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

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


[Bug 211631] Re: Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)

2011-06-30 Thread c0l2e
I got a desperate workaround, it's in this link:
(http://hardc0l2e.wordpress.com/2011/06/30/ubuntu-11-04-shutdown-and-
restart-problem-with-cifs/). It works, but not the best way to deal with
this bug.

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

Title:
  Network is brought down before network filesystems are unmounted (CIFS
  timeout at shutdown)

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/211631/+subscriptions

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


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

2011-06-30 Thread BigSerpent
Public bug reported:

occured during updating

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: blcr-dkms 0.8.2-15ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-10.44-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic i686
Architecture: i386
Date: Thu Jun 30 11:23:53 2011
ErrorMessage: blcr kernel module failed to build
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
PackageArchitecture: all
PackageVersion: 0.8.2-15ubuntu1
SourcePackage: blcr
Title: package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel 
module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 natty

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

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

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

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


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

2011-06-30 Thread BigSerpent
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/803786

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

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

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


[Bug 792450] Re: Shutdown hangs for several minutes

2011-06-30 Thread Brian Murray
Thanks for taking the time to report this bug and helping to make Ubuntu
better.  Could you please add the line from /etc/fstab for your samba
mount?  Thanks in advance.

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

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

** Summary changed:

- Shutdown hangs for several minutes
+ Shutdown hangs for several minutes with smb mount

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

Title:
  Shutdown hangs for several minutes with smb mount

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

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


[Bug 559008] Re: UnicodeDecodeError when adding a ppa with add-apt-repository

2011-06-30 Thread LE DISEZ Erwan
Same problem on Ubuntu 11.04, when adding a repo :

# add-apt-repository ppa:am-monkeyd/nautilus-elementary-ppa
Exception in thread Thread-1:
Traceback (most recent call last):
  File /usr/lib/python2.7/threading.py, line 552, in __bootstrap_inner
self.run()
  File /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py, line 63, 
in run
self.add_ppa_signing_key(self.ppa_path)
  File /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py, line 93, 
in add_ppa_signing_key
print Error reading %s: %s % (lp_url, e)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 42: 
ordinal not in range(128)

I'am behind a proxy :

# cat /etc/apt/apt.conf
ACQUIRE {
http::proxy http://172.16.0.63:8080;
}

The locales are :
# locale
LANG=fr_FR.UTF-8
LANGUAGE=fr:en
LC_CTYPE=fr_FR.UTF-8
LC_NUMERIC=fr_FR.UTF-8
LC_TIME=fr_FR.UTF-8
LC_COLLATE=fr_FR.UTF-8
LC_MONETARY=fr_FR.UTF-8
LC_MESSAGES=fr_FR.UTF-8
LC_PAPER=fr_FR.UTF-8
LC_NAME=fr_FR.UTF-8
LC_ADDRESS=fr_FR.UTF-8
LC_TELEPHONE=fr_FR.UTF-8
LC_MEASUREMENT=fr_FR.UTF-8
LC_IDENTIFICATION=fr_FR.UTF-8
LC_ALL=

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

Title:
  UnicodeDecodeError when adding a ppa with add-apt-repository

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/559008/+subscriptions

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


[Bug 803790] [NEW] lessson titles are missing

2011-06-30 Thread Sudheer Satyanarayana
Public bug reported:

Click Mode
Click Lesson...

A popup window appears with list of lesson names. Many of the lessons
don't have a title. ??? appears in the place of lesson titles.

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

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

Title:
  lessson titles are missing

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

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


[Bug 803789] [NEW] cannot load lesson 13

2011-06-30 Thread Sudheer Satyanarayana
Public bug reported:

Click Mode-Lesson-. In the built-in lessons tab, click Lesson 13
???. Click Start Lesson.

The message Cannot load file lektion.a13 appears on the popup dialog.
Clicking OK, yields another popup with no message at all. And then
another popup appears with message, Cannot load file lektion. 13

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

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

Title:
  cannot load lesson 13

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

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


[Bug 786790] Re: Xerces is not linked in GDAL-Util-Package

2011-06-30 Thread Anita Graser
This bug affect QGIS nightly builds for Natty:
http://hub.qgis.org/issues/4036

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

Title:
  Xerces is not linked in GDAL-Util-Package

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

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


[Bug 556670] Re: Can't click on UI elements in gimp (intermittent)

2011-06-30 Thread Fyodor Ananiev
Funny thing - when  Compiz settings in Unity are set like these of
Classic-no-effects, the rate of bug occurrence decreases. Now brush
freezes after 9-10 strokes.

Namely, I checked these ones in Utility section of Compiz (others should be 
unset): Bailer, Detection, Regex Matching, Session Management, Compiz Library 
Toolbox, Mouse position polling.
... in Windows Management section: Place Windows, Grid, Move Window, Resize 
Window.
... in General, OpenGL unchecked all flags and set Texture Filter to Best.

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

Title:
  Can't click on UI elements in gimp (intermittent)

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

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


[Bug 803576] Re: package udev 171-0ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2011-06-30 Thread Brian Murray
*** This bug is a duplicate of bug 790794 ***
https://bugs.launchpad.net/bugs/790794

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 790794, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

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

** This bug has been marked a duplicate of bug 790794
   package initramfs-tools 0.98.8ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 127 - 
/usr/sbin/update-initramfs: 20: lzma: not found

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

Title:
  package udev 171-0ubuntu4 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 127

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

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


[Bug 710733] Re: LKCD Not Executing kexec Properly

2011-06-30 Thread Brad Figg
** Package changed: linux-meta (Ubuntu) = linux (Ubuntu)

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

Title:
  LKCD Not Executing kexec Properly

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

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


[Bug 683806] Re: kernel upgrade fails with dependancy problems on 10.0.4

2011-06-30 Thread Brad Figg
** Package changed: linux-meta (Ubuntu) = linux (Ubuntu)

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

Title:
  kernel upgrade fails with dependancy problems on 10.0.4

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

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


[Bug 668018] Re: package linux-image-2.6.32-25-generic (not installed) failed to install/upgrade: uszkodzone archiwum tar - uszkodzone archiwum pakietu

2011-06-30 Thread Brad Figg
** Package changed: linux-meta (Ubuntu) = linux (Ubuntu)

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

Title:
  package linux-image-2.6.32-25-generic (not installed) failed to
  install/upgrade: uszkodzone archiwum tar - uszkodzone archiwum pakietu

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

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


[Bug 667478] Re: SIOCSIFFLAGS: Cannot allocate memory

2011-06-30 Thread Brad Figg
** Package changed: linux-meta (Ubuntu) = linux (Ubuntu)

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

Title:
  SIOCSIFFLAGS: Cannot allocate memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/667478/+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   >