[Bug 263306] Re: CX23418 "cx18" driver fails to load

2012-06-11 Thread James P. Carter
5 years old... disregard... I marked as invalid as I obviously never re-
touched this issue.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  CX23418 "cx18" driver fails to load

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

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


[Bug 1011658] Re: nvidia networking not working

2012-06-11 Thread Joseph Salisbury
There is a newer version of the kernel than the one you tested when this
issue was found. Please test again with the newer kernel and indicate in
the bug if this issue still exists or not.  You can upgrade just your
kernel by running the following in a terminal:

sudo apt-get update
sudo apt-get install linux

** Changed in: linux (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/1011658

Title:
  nvidia networking not working

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

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


[Bug 1011658] Re: nvidia networking not working

2012-06-11 Thread Joseph Salisbury
Also, did this issue start happening after an update/upgrade?  Was there
a kernel version where you were not having this particular problem?
This will help determine if the problem you are seeing is the result of
the introduction of a regression, and when this regression was
introduced.

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  nvidia networking not working

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

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


[Bug 1011640] Re: network configuration is not restored after host reboot

2012-06-11 Thread Yoann Dubreuil
Ok,

** Description changed:

  After rebooting a host, nova-compute fails to restart guests VM because
- the network is not configured correctly. I have
- resume_guests_state_on_host_boot=true  and
- start_guests_on_host_boot=true flags in /etc/nova/nova.conf
+ the interface used to create vlan is not UP. In our case, this interface
+ is not connected to a physical network and doesn't have an IP address,
+ so it's not configured on boot.
  
- nova-network crashs because it lacks brXXX and vlanXXX interfaces.
+ It could be good to start nova-network even if vlan interfaces cannot be
+ set up. Here, it crashes while trying to put a vlan interface UP, as you
+ can see in the attached log file
  
- To restart the guest, i wrote this script to configure the network as
- nova did when creating the guest :
+ For other people eventually affected by the problem, i initially wrote
+ this script to manually configure network so nova-network can start
+ successfully
  
  #!/bin/sh
  
  add_network() {
- BR=br$1
- VLAN=vlan$1
- LAN=$2
- BCAST=$3
- vconfig add eth1 $1
- brctl addbr $BR
- brctl setfd $BR 0
- brctl stp $BR off
- ip link set $BR up
- ip link show dev $BR
- brctl addif $BR $VLAN
- ip addr show dev $BR scope global
- ip addr add "$LAN" brd "$BCAST" dev $BR
+ BR=br$1
+ VLAN=vlan$1
+ LAN=$2
+ BCAST=$3
+ vconfig add eth1 $1
+ brctl addbr $BR
+ brctl setfd $BR 0
+ brctl stp $BR off
+ ip link set $BR up
+ ip link show dev $BR
+ brctl addif $BR $VLAN
+ ip addr show dev $BR scope global
+ ip addr add "$LAN" brd "$BCAST" dev $BR
  }
  
  vconfig set_name_type VLAN_PLUS_VID_NO_PAD
  
  add_network 100 "172.16.0.4/24" "172.16.0.255"
  add_network 101 "172.16.1.4/24" "172.16.1.255"
  add_network 102 "172.16.2.4/24" "172.16.2.255"
  add_network 103 "172.16.3.4/24" "172.16.3.255"
  add_network 104 "172.16.4.4/24" "172.16.4.255"
- 
- I think nova-network should recreate lacking interfaces (brXXX and
- vlanXXX) upon reboot to allow nova-compute to start guests

** Attachment added: "nova-network crash log"
   
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1011640/+attachment/3185031/+files/nova-network-error.log

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

Title:
  network configuration is not restored after host reboot

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

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

[Bug 980180] Re: Apache RA doesn't create /var/run/apache2 [SRU]

2012-06-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/resource-agents

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

Title:
  Apache RA doesn't create /var/run/apache2 [SRU]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cluster-agents/+bug/980180/+subscriptions

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


[Bug 960649] Re: vino-server SIGABRT, "buffer overflow detected"

2012-06-11 Thread Sebastien Bacher
** Summary changed:

- vino-server crashed with SIGABRT in __libc_message()
+ vino-server SIGABRT, "buffer overflow detected"

** Summary changed:

- vino-server SIGABRT, "buffer overflow detected"
+ vino-server SIGABRT, "buffer overflow detected" in clipboard handling code

** Changed in: vino (Ubuntu Precise)
Milestone: None => ubuntu-12.04.1

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

Title:
  vino-server SIGABRT, "buffer overflow detected" in clipboard handling
  code

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

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


[Bug 930526] Re: after Firefox upgrade the "safe bookmarks" dialog doesn't open

2012-06-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: firefox (Ubuntu)
   Status: New => Confirmed

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

Title:
  after Firefox upgrade the "safe bookmarks" dialog doesn't open

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

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


[Bug 576137] Re: nss-pam-ldapd should not depend on nslcd

2012-06-11 Thread Ryan Steele
Turns out it just required a little common sense - omitting nslcd
entirely from debian/rules (and removing it from the Depends line for
the other two packages) fixes the issue.  Still have yet to test the
resulting libpam-ldapd & libnss-ldapd packages.

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

Title:
  nss-pam-ldapd should not depend on nslcd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nss-pam-ldapd/+bug/576137/+subscriptions

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


[Bug 870042] Re: Memory leak in compiz (and maybe Xorg)

2012-06-11 Thread Stephen A. Goss
I'm on Ubuntu 12.04 64 bit. With 7 days of uptime, Compiz is using about
800 MB of memory. It's not enough of a leak to crash the desktop over
the weekend, but still annoying.

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

Title:
  Memory leak in compiz (and maybe Xorg)

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

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


[Bug 1011301] Re: gnome-sound-applet disappeared, not starting, no errors in output

2012-06-11 Thread Sebastien Bacher
Thank you for your bug report, what desktop environment do you use? The
applets are supposed to "hang" this way, it's waiting to be added to a
gnome-panel through the add to panel dialog

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided => Low

** Changed in: gnome-control-center (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/1011301

Title:
  gnome-sound-applet disappeared, not starting, no errors in output

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

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


[Bug 1010964] Re: Precise on Intel N10 Graphics detects two displays when there is only one

2012-06-11 Thread Mark Ellse
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Precise on Intel N10 Graphics detects two displays when there is only
  one

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

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


[Bug 1010800] Re: alacarte crashed with AttributeError in getItems(): 'TreeIter' object has no attribute 'get_separator'

2012-06-11 Thread Iain Lane
Seems to be a bug in gnome-menus, see the linked upstream bug. I'm
testing a fix now.

** Visibility changed to: Public

** Changed in: alacarte (Ubuntu)
   Status: New => Triaged

** Changed in: alacarte (Ubuntu)
   Importance: Undecided => High

** Package changed: alacarte (Ubuntu) => gnome-menus (Ubuntu)

** Bug watch added: GNOME Bug Tracker #677344
   https://bugzilla.gnome.org/show_bug.cgi?id=677344

** Also affects: gnome-menus via
   https://bugzilla.gnome.org/show_bug.cgi?id=677344
   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/1010800

Title:
  alacarte crashed with AttributeError in getItems(): 'TreeIter' object
  has no attribute 'get_separator'

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-menus/+bug/1010800/+subscriptions

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


[Bug 994995] Re: Synaptics touchpad ignores "mouse clicks with touchpad" setting

2012-06-11 Thread Sebastien Bacher
** Package changed: gnome-settings-daemon (Ubuntu) => xserver-xorg-
input-synaptics (Ubuntu)

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

Title:
  Synaptics touchpad ignores "mouse clicks with touchpad" setting

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

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


[Bug 955505] Re: evince crashed with SIGABRT in __libc_message()

2012-06-11 Thread Sebastien Bacher
Seems like a gtk fileselector issue

** Package changed: evince (Ubuntu) => gtk+3.0 (Ubuntu)

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

Title:
  evince crashed with SIGABRT in __libc_message()

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

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


[Bug 862873] Re: No setting exists to run Dash with a black background in Oneiric

2012-06-11 Thread Manuel Tondeur
This seriously needs to be fixed, I'll try to find a hack for this cause 
neither compiz, myunity or appearance settings have anything that will get this 
fixed.
So far the only thing I found is increasing transparency settings in 
ccsm>unity>experimental that will turn the launcher black, the dash exactly as 
I want it and the notifications with chameleon.

As the only alternative to being annoyed and hate unity is to have a dark grey 
wallpaper and hate unity.
I'll try to edit/post my findings here cause there has to be some hack I can do 
so I don't have to hate unity.

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

Title:
  No setting exists to run Dash with a black background in Oneiric

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

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


[Bug 862873] Re: No setting exists to run Dash with a black background in Oneiric

2012-06-11 Thread Manuel Tondeur
would help unity developers find this easily

** Package changed: ubuntu => unity

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

Title:
  No setting exists to run Dash with a black background in Oneiric

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

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


[Bug 1011670] [NEW] package postgresql-9.1 9.1.4-0ubuntu12.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-11 Thread Rik Goldman
*** This bug is a duplicate of bug 1011147 ***
https://bugs.launchpad.net/bugs/1011147

Public bug reported:

Happening across computers.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: postgresql-9.1 9.1.4-0ubuntu12.04
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Wed Jun  6 08:48:17 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
SourcePackage: postgresql-9.1
Title: package postgresql-9.1 9.1.4-0ubuntu12.04 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to precise on 2012-03-22 (81 days ago)

** Affects: postgresql-9.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

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

Title:
  package postgresql-9.1 9.1.4-0ubuntu12.04 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/postgresql-9.1/+bug/1011670/+subscriptions

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


[Bug 1007588] Re: [mouse]: gnome-settings-daemon SIGSEGV in gdk_device_manager_list_devices@plt()

2012-06-11 Thread Michael Terry
It's interesting that the stack is crashing in the @plt version of the
function.  See http://stackoverflow.com/questions/5469274/what-does-plt-
mean-here for an explanation of the plt (procedure linkage table).

So it's not even hitting libgdk.  And neither gtk/gdk or gnome-settings-
daemon changed (AFAIK) since this bug started appearing in quantal.  So
it seems likely to be a toolchain issue?

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

Title:
  [mouse]: gnome-settings-daemon SIGSEGV in
  gdk_device_manager_list_devices@plt()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1007588/+subscriptions

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


[Bug 1011670] Re: package postgresql-9.1 9.1.4-0ubuntu12.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-11 Thread Rik Goldman
*** This bug is a duplicate of bug 1011147 ***
https://bugs.launchpad.net/bugs/1011147

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

Title:
  package postgresql-9.1 9.1.4-0ubuntu12.04 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/postgresql-9.1/+bug/1011670/+subscriptions

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


[Bug 1011670] Re: package postgresql-9.1 9.1.4-0ubuntu12.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-11 Thread Apport retracing service
*** This bug is a duplicate of bug 1011147 ***
https://bugs.launchpad.net/bugs/1011147

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

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1011147
   package postgresql-9.1 9.1.4-0ubuntu12.04 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/1011670

Title:
  package postgresql-9.1 9.1.4-0ubuntu12.04 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/postgresql-9.1/+bug/1011670/+subscriptions

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


[Bug 1011669] Re: PCIe ExpressCards are not automatically detected upon insertion on FSC Esprimo Mobile U9200

2012-06-11 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel?  Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.5kernel[0] (Not a kernel in the daily directory) and install both the
linux-image and linux-image-extra .deb packages.

Once you've tested the upstream kernel, please remove the 'needs-
upstream-testing' tag(Only that one tag, please leave the other tags).
This can be done by clicking on the yellow pencil icon next to the tag
located at the bottom of the bug description and deleting the 'needs-
upstream-testing' text.

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.  
Once testing of the upstream kernel is complete, please mark this bug as 
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.5-rc2-quantal/

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Tags added: needs-upstream-testing

** Changed in: linux (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/1011669

Title:
  PCIe ExpressCards are not automatically detected upon insertion on FSC
  Esprimo Mobile U9200

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

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


[Bug 1011354] Re: VLC X Error: BadDrawable (invalid Pixmap or Window parameter)

2012-06-11 Thread Nicholas Skaggs
Because this happened on startup, I had trouble getting a backtrace.
However, I was able to generate a crash by going to
Tools->Preferences->Hotkeys. I attached the backtrace from that crash,
and I hope the full gdb session is helpful.

** Attachment added: "gdb-vlc.txt"
   
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1011354/+attachment/3185048/+files/gdb-vlc.txt

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

Title:
  VLC X Error: BadDrawable (invalid Pixmap or Window parameter)

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

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


[Bug 1011147] Re: package postgresql-9.1 9.1.4-0ubuntu12.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: postgresql-9.1 (Ubuntu)
   Status: New => Confirmed

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

Title:
  package postgresql-9.1 9.1.4-0ubuntu12.04 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/postgresql-9.1/+bug/1011147/+subscriptions

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


[Bug 1006358] Re: Spring RTS does not maximize properly and crashes.

2012-06-11 Thread varikonniemi
How is the status of this bug? The crash is essentially down to the
particular hw setup, but the failure to maximize is either an unity bug,
or compatibility introduced in gnome-shell to workaround spring rts bug?
IT would be nice to have an official stance on this.

It is after all we are talking about the most populas OS operating
system and the most popular OS RTS exhibiting this severe
incompatibility problems...

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

Title:
  Spring RTS does not maximize properly and crashes.

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

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


[Bug 1005062] Re: dhcpd cannot READ /var/run/dhcpd.pid because of bad apparmor config

2012-06-11 Thread Launchpad Bug Tracker
This bug was fixed in the package isc-dhcp - 4.1.ESV-R4-0ubuntu5.1

---
isc-dhcp (4.1.ESV-R4-0ubuntu5.1) precise-proposed; urgency=low

  * Set -pf option for both isc-dhcp-server and isc-dhcp-server6 so they
create their pid files in a path that's actually writable. (LP: #985417)
  * Also allow read access to the pid file in the apparmor profile,
otherwise only the initial start succeeds. (LP: #1005062)
  * On upgrade from dhcp3-server, move /etc/default/dhcp3-server to
/etc/default/isc-dhcp-server. (LP: #1003971)
  * On upgrade from dhcp3-relay, remove /etc/default/dhcp3-relay.
(LP: #1005547)
  * Try to preseed isc-dhcp-relay with the values from
/etc/default/dhcp3-relay. (LP: #1005547)
 -- Stephane GraberSun, 27 May 2012 20:41:13 -0400

** Changed in: isc-dhcp (Ubuntu Precise)
   Status: Fix Committed => Fix Released

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

Title:
  dhcpd cannot READ /var/run/dhcpd.pid because of bad apparmor config

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1005062/+subscriptions

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


[Bug 1005547] Re: on upgrade lucid -> precise /etc/default/isc-dhcp-relay is not migrated

2012-06-11 Thread Launchpad Bug Tracker
This bug was fixed in the package isc-dhcp - 4.1.ESV-R4-0ubuntu5.1

---
isc-dhcp (4.1.ESV-R4-0ubuntu5.1) precise-proposed; urgency=low

  * Set -pf option for both isc-dhcp-server and isc-dhcp-server6 so they
create their pid files in a path that's actually writable. (LP: #985417)
  * Also allow read access to the pid file in the apparmor profile,
otherwise only the initial start succeeds. (LP: #1005062)
  * On upgrade from dhcp3-server, move /etc/default/dhcp3-server to
/etc/default/isc-dhcp-server. (LP: #1003971)
  * On upgrade from dhcp3-relay, remove /etc/default/dhcp3-relay.
(LP: #1005547)
  * Try to preseed isc-dhcp-relay with the values from
/etc/default/dhcp3-relay. (LP: #1005547)
 -- Stephane GraberSun, 27 May 2012 20:41:13 -0400

** Changed in: isc-dhcp (Ubuntu Precise)
   Status: Fix Committed => Fix Released

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

Title:
  on upgrade lucid -> precise /etc/default/isc-dhcp-relay is not
  migrated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1005547/+subscriptions

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


[Bug 1000098] Re: [HP EliteBook 8440p, IDT 92HD75B3X5, Speaker, Internal] No sound at all

2012-06-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: alsa-driver (Ubuntu)
   Status: New => Confirmed

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

Title:
  [HP EliteBook 8440p, IDT 92HD75B3X5, Speaker, Internal] No sound at
  all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/198/+subscriptions

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


[Bug 985417] Re: dhcpd cannot write /var/run/dhcpd.pid

2012-06-11 Thread Launchpad Bug Tracker
This bug was fixed in the package isc-dhcp - 4.1.ESV-R4-0ubuntu5.1

---
isc-dhcp (4.1.ESV-R4-0ubuntu5.1) precise-proposed; urgency=low

  * Set -pf option for both isc-dhcp-server and isc-dhcp-server6 so they
create their pid files in a path that's actually writable. (LP: #985417)
  * Also allow read access to the pid file in the apparmor profile,
otherwise only the initial start succeeds. (LP: #1005062)
  * On upgrade from dhcp3-server, move /etc/default/dhcp3-server to
/etc/default/isc-dhcp-server. (LP: #1003971)
  * On upgrade from dhcp3-relay, remove /etc/default/dhcp3-relay.
(LP: #1005547)
  * Try to preseed isc-dhcp-relay with the values from
/etc/default/dhcp3-relay. (LP: #1005547)
 -- Stephane GraberSun, 27 May 2012 20:41:13 -0400

** Changed in: isc-dhcp (Ubuntu Precise)
   Status: Fix Committed => Fix Released

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

Title:
  dhcpd cannot write  /var/run/dhcpd.pid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/985417/+subscriptions

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


[Bug 1003971] Re: on upgrade lucid -> precise /etc/default/isc-dhcp-server is not migrated

2012-06-11 Thread Launchpad Bug Tracker
This bug was fixed in the package isc-dhcp - 4.1.ESV-R4-0ubuntu5.1

---
isc-dhcp (4.1.ESV-R4-0ubuntu5.1) precise-proposed; urgency=low

  * Set -pf option for both isc-dhcp-server and isc-dhcp-server6 so they
create their pid files in a path that's actually writable. (LP: #985417)
  * Also allow read access to the pid file in the apparmor profile,
otherwise only the initial start succeeds. (LP: #1005062)
  * On upgrade from dhcp3-server, move /etc/default/dhcp3-server to
/etc/default/isc-dhcp-server. (LP: #1003971)
  * On upgrade from dhcp3-relay, remove /etc/default/dhcp3-relay.
(LP: #1005547)
  * Try to preseed isc-dhcp-relay with the values from
/etc/default/dhcp3-relay. (LP: #1005547)
 -- Stephane GraberSun, 27 May 2012 20:41:13 -0400

** Changed in: isc-dhcp (Ubuntu Precise)
   Status: Fix Committed => Fix Released

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

Title:
  on upgrade lucid -> precise /etc/default/isc-dhcp-server is not
  migrated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1003971/+subscriptions

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


[Bug 1011675] [NEW] Bitcoin package is totally outdated

2012-06-11 Thread xor
Public bug reported:

Version 0.3.24 is almost a year old.
As bitcoin deals with money, it should always be updated to the current 
version, for security reasons.

** Affects: bitcoin (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/1011675

Title:
  Bitcoin package is totally outdated

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

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


[Bug 1011623] Re: Unstable wifi connection when connect to 802.11n AP with iwlwifi driver

2012-06-11 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel?  Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.5kernel[0] (Not a kernel in the daily directory) and install both the
linux-image and linux-image-extra .deb packages.

Once you've tested the upstream kernel, please remove the 'needs-
upstream-testing' tag(Only that one tag, please leave the other tags).
This can be done by clicking on the yellow pencil icon next to the tag
located at the bottom of the bug description and deleting the 'needs-
upstream-testing' text.

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.  
Once testing of the upstream kernel is complete, please mark this bug as 
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.5-rc2-quantal/

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

** Tags added: needs-upstream-testing

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

Title:
  Unstable wifi connection when connect to 802.11n AP with iwlwifi
  driver

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

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


[Bug 1011161] Re: Turning wifi OFF increases the battery discharge rate

2012-06-11 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel?  Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.5kernel[0] (Not a kernel in the daily directory) and install both the
linux-image and linux-image-extra .deb packages.

Once you've tested the upstream kernel, please remove the 'needs-
upstream-testing' tag(Only that one tag, please leave the other tags).
This can be done by clicking on the yellow pencil icon next to the tag
located at the bottom of the bug description and deleting the 'needs-
upstream-testing' text.

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.  
Once testing of the upstream kernel is complete, please mark this bug as 
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.5-rc2-quantal/

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Tags added: needs-upstream-testing

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Turning wifi OFF increases the battery discharge rate

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

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


[Bug 1010709] Re: Centrino Ultimate-N 6300 wireless quality/range regression in 3.4

2012-06-11 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

** Changed in: linux (Ubuntu)
   Status: Incomplete => Triaged

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

Title:
  Centrino Ultimate-N 6300 wireless quality/range regression in 3.4

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

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


[Bug 1010473] Re: [SRU] Tracker for 12.04 Openstack Updates

2012-06-11 Thread Chuck Short
** Description changed:

  This bug is used to keep track of SRU bugs that have been fixed in the
  SRU releases Openstack on 12.04, the packages affected are: nova,
  glance, and keystone.
  
  nova
  --
  
- *  Report memory correctly on Xen. (LP: #997014) 
+ * Create a utf8 version of the dns_domains table. (LP: #993663)
+ *  Report memory correctly on Xen. (LP: #997014)
  * Add libvirt get_console_output tests: pty and file. (LP: #990237)
  * Fix Multi_Scheduler to process host capabilities. (LP: #1000403)
  * Nail pep8 dependencies to 1.0.1
  * handle updated qemu-img info output. (LP: #1000261)
  * Fix type of snapshot_id column to match db. (LP: #962615)
  * Generate a Changelog for Nova
  * e5e890f Fix nova.tests.test_nova_rootwrap on Fedora 17. (LP: #992916)
  * Ec2 handle strings with "0x" (LP: #983206)
  * QuantumManager will start dnsmasq during startup. Fixes (LP: #977759)
  * Introduced flag base_dir_name. (LP: #973194)
  * Get unit tests functional in OS X.
- *  Update KillFilter to handle 'deleted' exe's. (LP: #967931) 
+ *  Update KillFilter to handle 'deleted' exe's. (LP: #967931)
  * Checks if value is string or not before decode. (LP: #952176)
  * Fix timeout in EC2 CloudController.create_image(). (LP: #989764)
  * Re-add console_log from console_console_output(). (LP: #987335)
  *  Don't leak RPC connections on timeouts or other exceptions. (LP: #968843)
  * Cloudpipe tap vpn not always working. (LP: #975043)
  * add libvirt_inject_key flag fix (LP: #971640)
  * Xen: Pass session to destroy_vdi. (LP: #988615)
  * Delete fixed_ips when network is deleted. (LP: #754900)
  
- Glance 
+ Glance
  
  
  * Fix i18n in glance.notifier.notify_kombu. (LP: #983829)
  * Omit Content-Length on chunked transfer. (LP: #981332)
  * Fix content type for qpid notifier. (LP: #980872)
  * search for logger in PATH. Fixes (LP: #978907)
  * Ensure swift auth URL includes trailing slash. Fixes (LP: #979745)
- 
  
  Keystone
  -
  
  * Make import_nova_auth only create roles which don't already exist (LP:
  #959294)
  
  The testing that was done for this release can be found at:
  
  
https://jenkins.qa.ubuntu.com/view/Openstack%20Testing/view/Openstack%20Precise/view/Overview/job
- /precise-openstack-essex-test/561/console
+ /precise-openstack-essex-deploy/18347/console
  
  I will attach the debdiff to the bug report and build logs to this bug
  report shortly.

** Changed in: nova (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/1010473

Title:
  [SRU] Tracker for 12.04 Openstack Updates

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

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


[Bug 1007493] Re: Broken logic in lxc-ubuntu causes lxc.devttydir to be set to 'lxc' only on releases that do NOT support it

2012-06-11 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu58

---
lxc (0.7.5-3ubuntu58) precise-proposed; urgency=low

  * Fix broken logic in lxc-ubuntu template where lxc.devttydir would be
set to 'lxc' only for releases that don't support it. (LP: #1007493)

lxc (0.7.5-3ubuntu57) precise-proposed; urgency=low

  [ Serge Hallyn ]
  * 0083-always-close-all-fds.patch: Have lxc-start always run with
--close-all-fds.  There is no advantage to having lxc-start fail with
inherited fds.  (LP: #1003583)
  * debian/lxc-net.upstart: don't put '()' after call to cleanup.
(LP: #1000174)

  [ Stéphane Graber ]
  * Sync lxc-ubuntu with the one in Quantal:
- Bugfixes:
  + Update list of extra packages for debootstrap to only include vim
and ssh. The others were only relevant when we were still using the
minbase variant. (LP: #996839)
  + Update default /etc/hosts to match that of a regular Ubuntu system.
(adds missing ipv6 aliases) (LP: #1004108)
  + Make sure /etc/resolv.conf is valid before running any apt command.
Fixes a potential race condition (no report of it at this time).

- Improvements we get by pulling the whole patch from Quantal.
  These don't contain any user behaviour change but will make
  cherry-picking any further change much easier.
  + Drop any hardcoded Ubuntu version check and replace by feature
checks instead. This removes the need for SRUs whenever we release
a new Ubuntu.
  + Format lxc-ubuntu to consistently use 4-spaces indent instead
of mixed spaces/tabs.
  + Update default /etc/network/interfaces to include the header.
  + Drop support for never supported releases (gutsy on sparc).
  + Update template help message for release and arch parameters.
Old string was only listing i386 and amd64, which is no longer
accurate (as of 12.04).
(This string isn't translated)
  + Switch default Ubuntu version from lucid to precise for systems
that don't have lsb_release (won't affect Ubuntu)

  * Sync lxc-start-ephemeral with the one in Quantal:
- Switch lxc-start-ephemeral from unreliable parsing of DHCP lease files
  to using "ip netns" to retrieve the IP from the container's network
  namespace. (LP: #994752)
- Fix a race in lxc-start-ephemeral where the container isn't yet
  running when trying to get its IPs.
- Update a few calls so that lxc-start-ephemeral can be called as a
  user (ensure consistent usage of sudo across the script). (LP: #1004069)
 -- Stephane GraberFri, 01 Jun 2012 11:46:50 -0400

** Changed in: lxc (Ubuntu Precise)
   Status: Fix Committed => Fix Released

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

Title:
  Broken logic in lxc-ubuntu causes lxc.devttydir to be set to 'lxc'
  only on releases that do NOT support it

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

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

[Bug 1004069] Re: lxc-start-ephemeral doesn't fully work when started as non-root

2012-06-11 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu58

---
lxc (0.7.5-3ubuntu58) precise-proposed; urgency=low

  * Fix broken logic in lxc-ubuntu template where lxc.devttydir would be
set to 'lxc' only for releases that don't support it. (LP: #1007493)

lxc (0.7.5-3ubuntu57) precise-proposed; urgency=low

  [ Serge Hallyn ]
  * 0083-always-close-all-fds.patch: Have lxc-start always run with
--close-all-fds.  There is no advantage to having lxc-start fail with
inherited fds.  (LP: #1003583)
  * debian/lxc-net.upstart: don't put '()' after call to cleanup.
(LP: #1000174)

  [ Stéphane Graber ]
  * Sync lxc-ubuntu with the one in Quantal:
- Bugfixes:
  + Update list of extra packages for debootstrap to only include vim
and ssh. The others were only relevant when we were still using the
minbase variant. (LP: #996839)
  + Update default /etc/hosts to match that of a regular Ubuntu system.
(adds missing ipv6 aliases) (LP: #1004108)
  + Make sure /etc/resolv.conf is valid before running any apt command.
Fixes a potential race condition (no report of it at this time).

- Improvements we get by pulling the whole patch from Quantal.
  These don't contain any user behaviour change but will make
  cherry-picking any further change much easier.
  + Drop any hardcoded Ubuntu version check and replace by feature
checks instead. This removes the need for SRUs whenever we release
a new Ubuntu.
  + Format lxc-ubuntu to consistently use 4-spaces indent instead
of mixed spaces/tabs.
  + Update default /etc/network/interfaces to include the header.
  + Drop support for never supported releases (gutsy on sparc).
  + Update template help message for release and arch parameters.
Old string was only listing i386 and amd64, which is no longer
accurate (as of 12.04).
(This string isn't translated)
  + Switch default Ubuntu version from lucid to precise for systems
that don't have lsb_release (won't affect Ubuntu)

  * Sync lxc-start-ephemeral with the one in Quantal:
- Switch lxc-start-ephemeral from unreliable parsing of DHCP lease files
  to using "ip netns" to retrieve the IP from the container's network
  namespace. (LP: #994752)
- Fix a race in lxc-start-ephemeral where the container isn't yet
  running when trying to get its IPs.
- Update a few calls so that lxc-start-ephemeral can be called as a
  user (ensure consistent usage of sudo across the script). (LP: #1004069)
 -- Stephane GraberFri, 01 Jun 2012 11:46:50 -0400

** Changed in: lxc (Ubuntu Precise)
   Status: Fix Committed => Fix Released

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

Title:
  lxc-start-ephemeral doesn't fully work when started as non-root

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

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

[Bug 1003583] Re: make the "--close-all-fds" option in lxc-start on by default

2012-06-11 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu58

---
lxc (0.7.5-3ubuntu58) precise-proposed; urgency=low

  * Fix broken logic in lxc-ubuntu template where lxc.devttydir would be
set to 'lxc' only for releases that don't support it. (LP: #1007493)

lxc (0.7.5-3ubuntu57) precise-proposed; urgency=low

  [ Serge Hallyn ]
  * 0083-always-close-all-fds.patch: Have lxc-start always run with
--close-all-fds.  There is no advantage to having lxc-start fail with
inherited fds.  (LP: #1003583)
  * debian/lxc-net.upstart: don't put '()' after call to cleanup.
(LP: #1000174)

  [ Stéphane Graber ]
  * Sync lxc-ubuntu with the one in Quantal:
- Bugfixes:
  + Update list of extra packages for debootstrap to only include vim
and ssh. The others were only relevant when we were still using the
minbase variant. (LP: #996839)
  + Update default /etc/hosts to match that of a regular Ubuntu system.
(adds missing ipv6 aliases) (LP: #1004108)
  + Make sure /etc/resolv.conf is valid before running any apt command.
Fixes a potential race condition (no report of it at this time).

- Improvements we get by pulling the whole patch from Quantal.
  These don't contain any user behaviour change but will make
  cherry-picking any further change much easier.
  + Drop any hardcoded Ubuntu version check and replace by feature
checks instead. This removes the need for SRUs whenever we release
a new Ubuntu.
  + Format lxc-ubuntu to consistently use 4-spaces indent instead
of mixed spaces/tabs.
  + Update default /etc/network/interfaces to include the header.
  + Drop support for never supported releases (gutsy on sparc).
  + Update template help message for release and arch parameters.
Old string was only listing i386 and amd64, which is no longer
accurate (as of 12.04).
(This string isn't translated)
  + Switch default Ubuntu version from lucid to precise for systems
that don't have lsb_release (won't affect Ubuntu)

  * Sync lxc-start-ephemeral with the one in Quantal:
- Switch lxc-start-ephemeral from unreliable parsing of DHCP lease files
  to using "ip netns" to retrieve the IP from the container's network
  namespace. (LP: #994752)
- Fix a race in lxc-start-ephemeral where the container isn't yet
  running when trying to get its IPs.
- Update a few calls so that lxc-start-ephemeral can be called as a
  user (ensure consistent usage of sudo across the script). (LP: #1004069)
 -- Stephane GraberFri, 01 Jun 2012 11:46:50 -0400

** Changed in: lxc (Ubuntu Precise)
   Status: Fix Committed => Fix Released

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

Title:
  make the "--close-all-fds" option in lxc-start on by default

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

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

[Bug 1000174] Re: lxc-net fails to start with bash

2012-06-11 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu58

---
lxc (0.7.5-3ubuntu58) precise-proposed; urgency=low

  * Fix broken logic in lxc-ubuntu template where lxc.devttydir would be
set to 'lxc' only for releases that don't support it. (LP: #1007493)

lxc (0.7.5-3ubuntu57) precise-proposed; urgency=low

  [ Serge Hallyn ]
  * 0083-always-close-all-fds.patch: Have lxc-start always run with
--close-all-fds.  There is no advantage to having lxc-start fail with
inherited fds.  (LP: #1003583)
  * debian/lxc-net.upstart: don't put '()' after call to cleanup.
(LP: #1000174)

  [ Stéphane Graber ]
  * Sync lxc-ubuntu with the one in Quantal:
- Bugfixes:
  + Update list of extra packages for debootstrap to only include vim
and ssh. The others were only relevant when we were still using the
minbase variant. (LP: #996839)
  + Update default /etc/hosts to match that of a regular Ubuntu system.
(adds missing ipv6 aliases) (LP: #1004108)
  + Make sure /etc/resolv.conf is valid before running any apt command.
Fixes a potential race condition (no report of it at this time).

- Improvements we get by pulling the whole patch from Quantal.
  These don't contain any user behaviour change but will make
  cherry-picking any further change much easier.
  + Drop any hardcoded Ubuntu version check and replace by feature
checks instead. This removes the need for SRUs whenever we release
a new Ubuntu.
  + Format lxc-ubuntu to consistently use 4-spaces indent instead
of mixed spaces/tabs.
  + Update default /etc/network/interfaces to include the header.
  + Drop support for never supported releases (gutsy on sparc).
  + Update template help message for release and arch parameters.
Old string was only listing i386 and amd64, which is no longer
accurate (as of 12.04).
(This string isn't translated)
  + Switch default Ubuntu version from lucid to precise for systems
that don't have lsb_release (won't affect Ubuntu)

  * Sync lxc-start-ephemeral with the one in Quantal:
- Switch lxc-start-ephemeral from unreliable parsing of DHCP lease files
  to using "ip netns" to retrieve the IP from the container's network
  namespace. (LP: #994752)
- Fix a race in lxc-start-ephemeral where the container isn't yet
  running when trying to get its IPs.
- Update a few calls so that lxc-start-ephemeral can be called as a
  user (ensure consistent usage of sudo across the script). (LP: #1004069)
 -- Stephane GraberFri, 01 Jun 2012 11:46:50 -0400

** Changed in: lxc (Ubuntu Precise)
   Status: Fix Committed => Fix Released

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

Title:
  lxc-net fails to start with bash

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

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

[Bug 996839] Re: conflict between inetutils-ping and iputils-ping during bootstrapping phase

2012-06-11 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu58

---
lxc (0.7.5-3ubuntu58) precise-proposed; urgency=low

  * Fix broken logic in lxc-ubuntu template where lxc.devttydir would be
set to 'lxc' only for releases that don't support it. (LP: #1007493)

lxc (0.7.5-3ubuntu57) precise-proposed; urgency=low

  [ Serge Hallyn ]
  * 0083-always-close-all-fds.patch: Have lxc-start always run with
--close-all-fds.  There is no advantage to having lxc-start fail with
inherited fds.  (LP: #1003583)
  * debian/lxc-net.upstart: don't put '()' after call to cleanup.
(LP: #1000174)

  [ Stéphane Graber ]
  * Sync lxc-ubuntu with the one in Quantal:
- Bugfixes:
  + Update list of extra packages for debootstrap to only include vim
and ssh. The others were only relevant when we were still using the
minbase variant. (LP: #996839)
  + Update default /etc/hosts to match that of a regular Ubuntu system.
(adds missing ipv6 aliases) (LP: #1004108)
  + Make sure /etc/resolv.conf is valid before running any apt command.
Fixes a potential race condition (no report of it at this time).

- Improvements we get by pulling the whole patch from Quantal.
  These don't contain any user behaviour change but will make
  cherry-picking any further change much easier.
  + Drop any hardcoded Ubuntu version check and replace by feature
checks instead. This removes the need for SRUs whenever we release
a new Ubuntu.
  + Format lxc-ubuntu to consistently use 4-spaces indent instead
of mixed spaces/tabs.
  + Update default /etc/network/interfaces to include the header.
  + Drop support for never supported releases (gutsy on sparc).
  + Update template help message for release and arch parameters.
Old string was only listing i386 and amd64, which is no longer
accurate (as of 12.04).
(This string isn't translated)
  + Switch default Ubuntu version from lucid to precise for systems
that don't have lsb_release (won't affect Ubuntu)

  * Sync lxc-start-ephemeral with the one in Quantal:
- Switch lxc-start-ephemeral from unreliable parsing of DHCP lease files
  to using "ip netns" to retrieve the IP from the container's network
  namespace. (LP: #994752)
- Fix a race in lxc-start-ephemeral where the container isn't yet
  running when trying to get its IPs.
- Update a few calls so that lxc-start-ephemeral can be called as a
  user (ensure consistent usage of sudo across the script). (LP: #1004069)
 -- Stephane GraberFri, 01 Jun 2012 11:46:50 -0400

** Changed in: lxc (Ubuntu Precise)
   Status: Fix Committed => Fix Released

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

Title:
  conflict between inetutils-ping and iputils-ping during bootstrapping
  phase

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

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

[Bug 996388] Re: Battery indicator lost when setting to not show left time

2012-06-11 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 951664 ***
https://bugs.launchpad.net/bugs/951664

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: indicator-applet (Ubuntu)
   Status: New => Confirmed

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

Title:
  Battery indicator lost when setting to not show left time

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

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


[Bug 994752] Re: lxc-start-ephemeral's use of dhcp lease table is fragile

2012-06-11 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu58

---
lxc (0.7.5-3ubuntu58) precise-proposed; urgency=low

  * Fix broken logic in lxc-ubuntu template where lxc.devttydir would be
set to 'lxc' only for releases that don't support it. (LP: #1007493)

lxc (0.7.5-3ubuntu57) precise-proposed; urgency=low

  [ Serge Hallyn ]
  * 0083-always-close-all-fds.patch: Have lxc-start always run with
--close-all-fds.  There is no advantage to having lxc-start fail with
inherited fds.  (LP: #1003583)
  * debian/lxc-net.upstart: don't put '()' after call to cleanup.
(LP: #1000174)

  [ Stéphane Graber ]
  * Sync lxc-ubuntu with the one in Quantal:
- Bugfixes:
  + Update list of extra packages for debootstrap to only include vim
and ssh. The others were only relevant when we were still using the
minbase variant. (LP: #996839)
  + Update default /etc/hosts to match that of a regular Ubuntu system.
(adds missing ipv6 aliases) (LP: #1004108)
  + Make sure /etc/resolv.conf is valid before running any apt command.
Fixes a potential race condition (no report of it at this time).

- Improvements we get by pulling the whole patch from Quantal.
  These don't contain any user behaviour change but will make
  cherry-picking any further change much easier.
  + Drop any hardcoded Ubuntu version check and replace by feature
checks instead. This removes the need for SRUs whenever we release
a new Ubuntu.
  + Format lxc-ubuntu to consistently use 4-spaces indent instead
of mixed spaces/tabs.
  + Update default /etc/network/interfaces to include the header.
  + Drop support for never supported releases (gutsy on sparc).
  + Update template help message for release and arch parameters.
Old string was only listing i386 and amd64, which is no longer
accurate (as of 12.04).
(This string isn't translated)
  + Switch default Ubuntu version from lucid to precise for systems
that don't have lsb_release (won't affect Ubuntu)

  * Sync lxc-start-ephemeral with the one in Quantal:
- Switch lxc-start-ephemeral from unreliable parsing of DHCP lease files
  to using "ip netns" to retrieve the IP from the container's network
  namespace. (LP: #994752)
- Fix a race in lxc-start-ephemeral where the container isn't yet
  running when trying to get its IPs.
- Update a few calls so that lxc-start-ephemeral can be called as a
  user (ensure consistent usage of sudo across the script). (LP: #1004069)
 -- Stephane GraberFri, 01 Jun 2012 11:46:50 -0400

** Changed in: lxc (Ubuntu Precise)
   Status: Fix Committed => Fix Released

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

Title:
  lxc-start-ephemeral's use of dhcp lease table is fragile

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

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

Re: [Bug 973297] Re: Xorg recognizes Logitech Headset USB dongle as input device then segfaults in XIChangeDeviceProperty

2012-06-11 Thread François Coulier
It is not clear to me how to apply this patch, though. ...

François

- Mail original -

> De: "Niko Berger" <973...@bugs.launchpad.net>
> À: "f coulier" 
> Envoyé: Vendredi 8 Juin 2012 08:50:27
> Objet: [Bug 973297] Re: Xorg recognizes Logitech Headset USB dongle
> as input device then segfaults in XIChangeDeviceProperty

> I can confirm that the patch in http://lists.x.org/archives/xorg-
> devel/2012-June/031541.html works fine. Once applied xorg starts and
> the
> logitech headset works

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

> Title:
> Xorg recognizes Logitech Headset USB dongle as input device then
> segfaults in XIChangeDeviceProperty

> Status in “xserver-xorg-input-evdev” package in Ubuntu:
> Fix Released
> Status in “xserver-xorg-input-evdev” source package in Precise:
> Fix Committed

> Bug description:
> SRU Justification
> =
> [Impact]
> On i386 machines, plugging a Logitech headset with buttons in will
> crash an existing X session or prevent an X session from starting.

> The crash is due to a stack buffer overrun write that corrupts the
> stack. This occurs because the buffer is not allocated with enough
> room to hold records for all input device valuators when multitouch
> valuators are present.

> [Test Case]
> Plug in the headset and see if X crashes. Alternatively, use
> utouch-evemu to create a virtual headset using the attached
> Logitech_Wireless_Headset.prop file:

> $ sudo utouch-evemu device Logitech_Wireless_Headset.prop

> [Regression Potential]
> The fix touches code that affects how input device axes are labelled.
> These labels are used primarily for the GIMP and a few other drawing
> tools when using a tablet drawing device. It is possible that a
> regression could occur, causing the axes to not be labeled
> correctly.

> Original bug report
> ===
> On Precise, when I plug in the USB dongle that comes with a Logitech
> H800 headset, xorg segfaults.

> The following trace is captured in Xorg.log (see attachment
> XorgOldLog.txt)

> 45.488] (II) config/udev: Adding input device Logitech Logitech
> Wireless Headset (/dev/input/event7)
> [ 45.488] (**) Logitech Logitech Wireless Headset: Applying
> InputClass "evdev keyboard catchall"
> [ 45.488] (II) Using input driver 'evdev' for 'Logitech Logitech
> Wireless Headset'
> [ 45.488] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
> [ 45.488] (**) Logitech Logitech Wireless Headset: always reports
> core events
> [ 45.488] (**) evdev: Logitech Logitech Wireless Headset: Device:
> "/dev/input/event7"
> [ 45.488] (--) evdev: Logitech Logitech Wireless Headset: Vendor
> 0x46d Product 0xa29
> [ 45.488] (--) evdev: Logitech Logitech Wireless Headset: Found
> absolute axes
> [ 45.488] (--) evdev: Logitech Logitech Wireless Headset: Found
> absolute multitouch axes
> [ 45.488] (--) evdev: Logitech Logitech Wireless Headset: Found keys
> [ 45.488] (II) evdev: Logitech Logitech Wireless Headset: Configuring
> as mouse
> [ 45.488] (II) evdev: Logitech Logitech Wireless Headset: Configuring
> as keyboard
> [ 45.488] (**) Option "config_info"
> "udev:/sys/devices/pci:00/:00:1d.0/usb5/5-2/5-2:1.3/input/input7/event7"
> [ 45.488] (II) XINPUT: Adding extended input device "Logitech
> Logitech Wireless Headset" (type: KEYBOARD, id 9)
> [ 45.488] (**) Option "xkb_rules" "evdev"
> [ 45.488] (**) Option "xkb_model" "pc105"
> [ 45.488] (**) Option "xkb_layout" "fr"
> [ 45.488] (**) Option "xkb_variant" "oss"
> [ 45.489] (II) evdev: Logitech Logitech Wireless Headset: initialized
> for absolute axes.
> [ 45.489]
> Backtrace:
> [ 45.489] 0: /usr/bin/X (xorg_backtrace+0x37) [0x983037]
> [ 45.489] 1: /usr/bin/X (0x7fb000+0x18bdba) [0x986dba]
> [ 45.489] 2: /lib/i386-linux-gnu/libpthread.so.0 (0x11b000+0xef30)
> [0x129f30]
> [ 45.489] 3: /lib/i386-linux-gnu/libc.so.6 (0x4fe000+0x1324ba)
> [0x6304ba]
> [ 45.489] 4: /usr/bin/X (XIChangeDeviceProperty+0x16c) [0x91b50c]
> [ 45.489] 5: /usr/lib/xorg/modules/input/evdev_drv.so
> (0x2b2000+0x634e) [0x2b834e]
> [ 45.489] 6: /usr/lib/xorg/modules/input/evdev_drv.so
> (0x2b2000+0x6595) [0x2b8595]
> [ 45.489] 7: /usr/bin/X (ActivateDevice+0x66) [0x8272d6]
> [ 45.489] 8: /usr/bin/X (0x7fb000+0x8cad5) [0x887ad5]
> [ 45.489] 9: /usr/bin/X (0x7fb000+0x9b012) [0x896012]
> [ 45.489] 10: /usr/bin/X (0x7fb000+0x9b883) [0x896883]
> [ 45.489] 11: /usr/bin/X (config_init+0x14) [0x8958e4]
> [ 45.489] 12: /usr/bin/X (InitInput+0xba) [0x875daa]
> [ 45.490] 13: /usr/bin/X (0x7fb000+0x2523e) [0x82023e]
> [ 45.490] 14: /lib/i386-linux-gnu/libc.so.6 (__libc_start_main+0xf3)
> [0x5174d3]
> [ 45.490] 15: /usr/bin/X (0x7fb000+0x255d9) [0x8205d9]
> [ 45.490] Segmentation fault at address 0x120
> [ 45.490]
> Caught signal 11 (Segmentation fault). Server aborting

> ProblemType: Bug
> DistroRelease: Ubuntu 12.04
> Package: xorg 1:7.6+12ubuntu1
> ProcVersionSignature: Ubuntu 3.2.0-21.34-generic

[Bug 1011676] [NEW] empathy-chat crashed with SIGILL in JSC::Interpreter::executeCall()

2012-06-11 Thread Norbs
Public bug reported:

1. Start Empathy;
2. Try to initiate a conversation with one of your friends;

The chat window hangs for a few seconds than crashes. The crash can't be
reported through Bug report due to an error.

I'm using Ubuntu 12.04. Empathy 3.4.2. Empathy is connected to my yahoo!
account through port 80. Other ports are blocked.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: crash empathy hang

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

Title:
  empathy-chat crashed with SIGILL in JSC::Interpreter::executeCall()

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

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


[Bug 1011240] Re: package linux-image-3.2.0-24-generic 3.2.0-24.39 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2012-06-11 Thread Joseph Salisbury
You may need to run the following:

sudo apt-get install -f
sudo apt-get clean
sudo apt-get update

Then re-install the package.

If that does not resolve your issue, please mark the bug as "Confirmed"


** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  package linux-image-3.2.0-24-generic 3.2.0-24.39 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

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

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


[Bug 1011225] Re: Again limited to UDMA/33 due to 40-wire cable

2012-06-11 Thread Joseph Salisbury
** Changed in: linux (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/1011225

Title:
  Again limited to UDMA/33 due to 40-wire cable

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

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


[Bug 1011116] Re: package linux-tools-common (not installed) failed to install/upgrade: Versuch, »/usr/share/man/man1/perf.1.gz« zu überschreiben, welches auch in Paket linux-base 3.4ubuntu2 ist

2012-06-11 Thread Joseph Salisbury
** Changed in: linux (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/106

Title:
  package linux-tools-common (not installed) failed to install/upgrade:
  Versuch, »/usr/share/man/man1/perf.1.gz« zu überschreiben, welches
  auch in Paket linux-base 3.4ubuntu2 ist

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

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

[Bug 1010964] Re: Precise on Intel N10 Graphics detects two displays when there is only one

2012-06-11 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel?  Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.5kernel[0] (Not a kernel in the daily directory) and install both the
linux-image and linux-image-extra .deb packages.

Once you've tested the upstream kernel, please remove the 'needs-
upstream-testing' tag(Only that one tag, please leave the other tags).
This can be done by clicking on the yellow pencil icon next to the tag
located at the bottom of the bug description and deleting the 'needs-
upstream-testing' text.

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.  
Once testing of the upstream kernel is complete, please mark this bug as 
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.5-rc2-quantal/

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

** Tags added: needs-upstream-testing

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

Title:
  Precise on Intel N10 Graphics detects two displays when there is only
  one

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

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


[Bug 1010571] Re: package bind9 1:9.8.1.dfsg.P1-4ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-11 Thread Blackhawke
Or the lack of having sendmail, perhaps. I run procmail, not sendmail.
So if it's demanding something of sendmail that isn't duplicated in
procmail, that could indeed be the problem.

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

Title:
  package bind9 1:9.8.1.dfsg.P1-4ubuntu0.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/sendmail/+bug/1010571/+subscriptions

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


[Bug 1010676] Re: atl1c freezes system on lubuntu 12. If rmmod, wireless works fine.

2012-06-11 Thread Joseph Salisbury
** Changed in: linux (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/1010676

Title:
  atl1c freezes system on lubuntu 12. If rmmod, wireless works fine.

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

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


[Bug 1000469] Re: Wont start maximised

2012-06-11 Thread Edwin Lee
I have a similar problem, but not just update-manager.  TeXMaker also
starts in a "maximized size", but offset to account for the unity
launcher and top bar.  It may also be some other programs, but that's
the one I use the most so I can't confirm if thats an exhaustive list.

In 11.10, the programs opened maximized everytime, no problems.

(12.04 64-bit, Dell XPS17, nvidia x/swat)

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

Title:
  Wont start maximised

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

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


[Bug 1007371] Re: Precise - bonding without link aggregation

2012-06-11 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel?  Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.5kernel[0] (Not a kernel in the daily directory) and install both the
linux-image and linux-image-extra .deb packages.

Once you've tested the upstream kernel, please remove the 'needs-
upstream-testing' tag(Only that one tag, please leave the other tags).
This can be done by clicking on the yellow pencil icon next to the tag
located at the bottom of the bug description and deleting the 'needs-
upstream-testing' text.

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.  
Once testing of the upstream kernel is complete, please mark this bug as 
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.5-rc2-quantal/

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Tags added: needs-upstream-testing

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

Title:
  Precise - bonding without link aggregation

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

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


[Bug 591005] Re: Removing AC adapter creates battery spikes

2012-06-11 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 531190 ***
https://bugs.launchpad.net/bugs/531190

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-power-manager (Ubuntu)
   Status: New => Confirmed

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

Title:
  Removing AC adapter creates battery spikes

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

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


[Bug 1011678] [NEW] This site is being blocked have been watching for months without a problem, think is adobe update that caused it. http://www.ustream.tv/channel-popup/decorah-eagles

2012-06-11 Thread Donald Charbonneau
Public bug reported:

Not very knowlagable with Linux ,  This eagle cam has been watched for
months without problems,   Now is blocked as a dangerous site.  Have
been having suspicious problems with www.xat.com also.   Might be
attempts at hacking from there.  The latest adobe update seems to have
been responsible.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: firefox 13.0+build1-0ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: nvidia
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: NVidia [HDA NVidia], device 0: ALC888 Analog [ALC888 Analog]
   Subdevices: 0/1
   Subdevice #0: subdevice #0
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  donald 1900 F pulseaudio
 /dev/snd/pcmC0D0p:   donald 1900 F...m pulseaudio
 /dev/snd/controlC1:  donald 1900 F pulseaudio
BuildID: 20120601175215
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xfce78000 irq 21'
   Mixer name   : 'Realtek ALC888'
   Components   : 'HDA:10ec0888,10250461,00100202'
   Controls  : 39
   Simple ctrls  : 19
Card1.Amixer.info:
 Card hw:1 'CNFA257'/'Chicony Electronics Co., Ltd. CNFA257 at 
usb-:00:02.1-3, high speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB04f2:b28b'
   Controls  : 2
   Simple ctrls  : 1
Channel: release
Date: Mon Jun 11 10:27:23 2012
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
IpRoute:
 default via 172.16.0.1 dev wlan1  proto static 
 169.254.0.0/16 dev wlan1  scope link  metric 1000 
 172.16.0.0/24 dev wlan1  proto kernel  scope link  src 172.16.0.4  metric 2
MostRecentCrashID: bp-68c64105-0452-4b62-b14a-bae3f2120611
PrefErrors: Unexpected character before comma @ 
[Profile]/extensions/fire...@ghostery.com/defaults/preferences/defaults.js:26
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=13.0/20120601175215 (In use)
RelatedPackageVersions:
 rhythmbox-mozilla 2.96-0ubuntu4
 totem-mozilla 3.0.1-0ubuntu21
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/29/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P01-B1
dmi.board.name: Aspire Z5101
dmi.board.vendor: Acer
dmi.chassis.type: 13
dmi.chassis.vendor: Acer
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP01-B1:bd03/29/2011:svnAcer:pnAspireZ5101:pvr:rvnAcer:rnAspireZ5101:rvr:cvnAcer:ct13:cvr:
dmi.product.name: Aspire Z5101
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-bug precise release-channel

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

Title:
  This site is being blocked have been watching for months without a
  problem,  think is adobe update that caused it.  http://www.ustream.tv
  /channel-popup/decorah-eagles

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

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


[Bug 1010473] Re: [SRU] Tracker for 12.04 Openstack Updates

2012-06-11 Thread Chuck Short
** Attachment removed: "Build log for nova"
   
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1010473/+attachment/3180934/+files/buildlog

** Attachment added: "Build log for nova"
   
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1010473/+attachment/3185077/+files/buildlog

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

Title:
  [SRU] Tracker for 12.04 Openstack Updates

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

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


[Bug 1009433] Re: 12.04: Copying large files to external fat32 and ntfs usb drives fails

2012-06-11 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel?  Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.5kernel[0] (Not a kernel in the daily directory) and install both the
linux-image and linux-image-extra .deb packages.

Once you've tested the upstream kernel, please remove the 'needs-
upstream-testing' tag(Only that one tag, please leave the other tags).
This can be done by clicking on the yellow pencil icon next to the tag
located at the bottom of the bug description and deleting the 'needs-
upstream-testing' text.

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.  
Once testing of the upstream kernel is complete, please mark this bug as 
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.5-rc2-quantal/

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Tags added: needs-upstream-testing

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  12.04: Copying large files to external fat32 and ntfs usb drives fails

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

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


[Bug 1011678] Re: This site is being blocked have been watching for months without a problem, think is adobe update that caused it. http://www.ustream.tv/channel-popup/decorah-eagles

2012-06-11 Thread Donald Charbonneau
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011678

Title:
  This site is being blocked have been watching for months without a
  problem,  think is adobe update that caused it.  http://www.ustream.tv
  /channel-popup/decorah-eagles

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

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


[Bug 1010708] Re: create armadaxp netboot directory and move files into it

2012-06-11 Thread ROCHE
sorry but in fench !  This THE problem of no sound after updated ubuntu 32 bits 
 3 2 024 in 3 2 025 :  Alsa inot "compilé" in the kernel 3 2 025. Must people 
have this pb.  Q?  How to "compile" kernel 3 2 025 with ALSA?  It 's too th 
same problem with ubuntu 12.10 alfa1 3.4... Version in 64 bits
 It's an exemple of french forum
" tape dans la console cette ligne :

cat /proc/asound/version

Si cela te donne un truc de ce genre, alors le problème vient d'ailleurs
:

Advanced Linux Sound Architecture Driver Version 1.0.25.
Compiled on Mar  9 2012 for kernel 2.6.38-13-generic (SMP).

Si la ligne ne e renvoie que la ligne :

Advanced Linux Sound Architecture Driver Version 1.0.24.

Alors pas besoin de cherche midi à 14 heures, ton son ne pourra fonctionné vu 
qu'Alsa n'est pas compilé avec le kernel que tu utilise à ce moment là. """
I use  a HP portable DV7 2220 SF  dual core 4GB ram, T 6600

Thanks !

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

Title:
  create armadaxp netboot directory and move files into it

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

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

[Bug 1008400] Re: Ubuntu server uses CFQ scheduler instead of deadline

2012-06-11 Thread Stefan Bader
Thanks for the detailed info. I agree that disk starvation should not happen. 
Though it could be that deadline just about covers some other problem. There 
are a few pieces that add to slow down the host io, the RAID1 and the qcow2 
file image. Using the IDE emulation would actually slow down the guest. But, 
and I am speculating here a bit, having the rsync going on while the guest 
writes to the virtual disk may just get delayed a bit over the timeout that the 
IDE driver expects some answer from the emulated drive. And if that is the case 
then there could be some potential of this to happen regardless of the 
scheduler choice. It just happens to help in your case.
I did not see the same problems on a local setup with cfq, but then I had a raw 
image and were using virtio. I will try to adapt this setup to at least having 
qcow2 and emulated disks to see whether that reproduces the problems. If 
possible I would like to keep my RAID5 the way it is. ;)

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

Title:
  Ubuntu server uses CFQ scheduler instead of deadline

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

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


[Bug 999975] Re: Nautilus freezes when opening partition

2012-06-11 Thread Gosset Inofensiu
It also hangs when opening the NTFS partition for the first time in my
case by the way.

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

Title:
  Nautilus freezes when opening partition

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

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


[Bug 873104] Re: Sorting the list of previous purchases returns zero items

2012-06-11 Thread Gary Lasker
** Changed in: software-center (Ubuntu)
   Status: In Progress => 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/873104

Title:
  Sorting the list of previous purchases returns zero items

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

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


[Bug 992031] Re: Display sleeps despite settings

2012-06-11 Thread Kris Willis
I, too, am experiencing this problem. Under "System Settings" ->
"Brightness and Lock", I have "Turn screen off when inactive for;" set
to "Never", and yet my screens go into stand-by after approximately 10
minutes of "inactivity"; I put that in quotes, as I could be sitting
there watching a video for example.

This is on a fresh install of 12.04 (64), with three monitors connected
to two Nvidia cards, using the proprietary Nvidia driver and Xinerama.

** Attachment added: "bug.apport"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/992031/+attachment/3185052/+files/bug.apport

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

Title:
  Display sleeps despite settings

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

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


[Bug 969273] Re: Searching for a purchased app results in 3 results for it

2012-06-11 Thread Gary Lasker
** Changed in: software-center (Ubuntu)
   Status: In Progress => 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/969273

Title:
  Searching for a purchased app results in 3 results for it

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

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


[Bug 1011681] [NEW] Should move to tray icon when closed while installing

2012-06-11 Thread jr
Public bug reported:

A few times now I have closed the software center while installing a
couple new toys.  What happens is that it leaves the "waiting to
install" icon on the unity bar.. and re-opening software center to
finish the installs doesn't resolve the problem.

I think that if you are installing software, it should be indicated in
the dock / notification area..  with a tray icon to manage some basic
options.

So the bug is "waiting to install" sits around until you reboot (I
think) and other icons from software that was installed after you closed
the software-center does not get a unity icon at all.  It really messes
up the flow...

** Affects: software-center (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/1011681

Title:
  Should move to tray icon when closed while installing

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

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


[Bug 1011658] Re: nvidia networking not working

2012-06-11 Thread Michal Suchanek
This is fresh install on this PC.

does not work with the latest kernel either:

Linux ms-System-Product-Name 3.5.0-030500rc2-generic #201206082235 SMP
Sat Jun 9 02:43:17 UTC 2012 i686 i686 i386 GNU/Linux


** Tags added: apport-collected

** Description changed:

  PXE boot works but when Ubuntu is booted the network is not available
  through built-in ethernet (USB dongle added)
  
  The network lights on the built-in ethernet are lit but IP address is
  not obtained.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-23-generic-pae 3.2.0-23.36
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
  Uname: Linux 3.2.0-23-generic-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 3501 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xefff4000 irq 21'
 Mixer name : 'Analog Devices AD1988B'
 Components : 'HDA:11d4198b,104381f2,00100300'
 Controls  : 46
 Simple ctrls  : 26
  CasperVersion: 1.315
  Date: Mon Jun 11 14:46:11 2012
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  LiveMediaBuild: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 (20120423)
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-23-generic-pae N/A
   linux-backports-modules-3.2.0-23-generic-pae  N/A
   linux-firmware1.79
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/05/2007
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: ASUS StrikerExtreme ACPI BIOS Revision 1004
  dmi.board.name: StrikerExtreme
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: 1.XX
  dmi.chassis.asset.tag: 123456789000
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSStrikerExtremeACPIBIOSRevision1004:bd03/05/2007:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnStrikerExtreme:rvr1.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
+ --- 
+ ApportVersion: 2.0.1-0ubuntu5
+ Architecture: i386
+ DistroRelease: Ubuntu 12.04
+ InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ SourcePackage: linux-meta
+ Tags:  precise precise
+ Uname: Linux 3.5.0-030500rc2-generic i686
+ UnreportableReason: The running kernel is not an Ubuntu kernel
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Also affects: debian
   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/1011658

Title:
  nvidia networking not working

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

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


[Bug 1011005] Re: MMC/SD memory card reader stops working after hibernate and resume

2012-06-11 Thread Joseph Salisbury
Would it be possible for you to test the latest 12.10(Quantal) kernel?  It can 
be downloaded from:
https://launchpad.net/ubuntu/+source/linux-meta/3.4.0.5.6

Look for the link to your specific arch under "Builds".  The .deb can
then be downloaded from the next page.


** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Tags added: kernel-bug-exists-upstream quantal

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

Title:
  MMC/SD memory card reader stops working after hibernate and resume

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

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


[Bug 1010978] Re: unable to install proprietary video driver

2012-06-11 Thread Joseph Salisbury
** Changed in: jockey (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/1010978

Title:
  unable to install proprietary video driver

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

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


[Bug 1009894] Re: Screen blanker does not activate while vlc is running

2012-06-11 Thread Rémi Denis-Courmont
** Package changed: vlc (Ubuntu) => xdg-utils (Ubuntu)

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

Title:
  Screen blanker does not activate while vlc is running

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

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


[Bug 1009801] Re: vlc flashes, does not display properly

2012-06-11 Thread Rémi Denis-Courmont
Either display driver or UI toolkit issue. Please reassign.

** Changed in: vlc (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/1009801

Title:
  vlc flashes, does not display properly

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

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


[Bug 1008621] Re: vlc crash when playing audio cd offline

2012-06-11 Thread Rémi Denis-Courmont
Crashes should be reported with the crash reporter. This bug report
cannot be exploited without a proper stack trace of the crash.

** Changed in: vlc (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/1008621

Title:
  vlc crash when playing audio cd offline

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

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


[Bug 995653] Re: unicode problem

2012-06-11 Thread Martin Pitt
Just discovered that myself.

** Changed in: python-distutils-extra (Ubuntu)
   Importance: Undecided => High

** Changed in: python-distutils-extra (Ubuntu)
   Status: New => In Progress

** Changed in: python-distutils-extra (Ubuntu)
 Assignee: (unassigned) => Martin Pitt (pitti)

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

Title:
  unicode problem

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

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


[Bug 989163] Re: vlc crashed with SIGSEGV in CloseAmdDisplay()

2012-06-11 Thread Rémi Denis-Courmont
** Package changed: vlc (Ubuntu) => fglrx-installer (Ubuntu)

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

Title:
  vlc crashed with SIGSEGV in CloseAmdDisplay()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/989163/+subscriptions

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


[Bug 1011684] [NEW] Different launch screen for deb package clickers

2012-06-11 Thread jr
Public bug reported:

If the software center is launched because the user clicked to install a
deb package, it is not needed to load the welcome screen for the
software-center.  It takes extra time, and is confusing - (where is my
deb package?)

Then after the front page loads, the deb page appears and the install
option is there...

What I would propose is that software-center detects if it is launched
with the deb option, and if so..  don't load the front screen, load a
template of the view that will appear to install the deb.  That will
give the application a snappy response and wont be confusing.

** Affects: software-center (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/1011684

Title:
  Different launch screen for deb package clickers

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

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


[Bug 1011683] [NEW] Nepomuk File Indexer, Service unable to start.

2012-06-11 Thread John C
Public bug reported:

Kubuntu 12.10 Daily Builds, 64 bit, 11/06/2012 after upgrade to KDE
4:4.4.80

Nepomuk File Indexer, Service unable to start.
 
/usr/bin/nepomukserver: error while loading shared libraries: 
libkdeinit4_nepomukserver.so: cannot open shared object file: No such file or 
directory

John C

** Affects: kde-workspace (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/1011683

Title:
  Nepomuk File Indexer, Service unable to start.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1011683/+subscriptions

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


[Bug 1011274] Re: VLC crash when he open a file on a FTP Server

2012-06-11 Thread Rémi Denis-Courmont
Please use the crash reporter to report crashes. This bug report is not
exploitable as it lacks a stack trace of the claimed crash.

** Changed in: vlc (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/1011274

Title:
  VLC crash when he open a file on a FTP Server

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

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


[Bug 1011194] Re: vlc stops playing video, ui reacts but closing not possible

2012-06-11 Thread Rémi Denis-Courmont
Unfortunately, that stack trace is rather helpless. If you think VLC is
deadlocked, you really need a symbol stack trace of ALL threads. The
main thread does pretty much nothing.

** Changed in: vlc (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/1011194

Title:
  vlc stops playing video, ui reacts but closing not possible

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

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


[Bug 1010981] Re: Computer does not power off when attempting to shut down by any route.

2012-06-11 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel?  Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.5kernel[0] (Not a kernel in the daily directory) and install both the
linux-image and linux-image-extra .deb packages.

Once you've tested the upstream kernel, please remove the 'needs-
upstream-testing' tag(Only that one tag, please leave the other tags).
This can be done by clicking on the yellow pencil icon next to the tag
located at the bottom of the bug description and deleting the 'needs-
upstream-testing' text.

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.  
Once testing of the upstream kernel is complete, please mark this bug as 
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.5-rc2-quantal/

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Tags added: needs-upstream-testing

** Tags added: quantal

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Computer does not power off when attempting to shut down by any route.

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

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


[Bug 1007815] Re: Terminator has missing items in the template for translation on launchpad

2012-06-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: terminator (Ubuntu)
   Status: New => Confirmed

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

Title:
  Terminator has missing items in the template for translation on
  launchpad

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

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


[Bug 986785] Re: vlc keeps inhibiting the screensaver

2012-06-11 Thread Rémi Denis-Courmont
We need to know if this is due to the D-Bus/GNOME inhibit plugin, the
xdg-screensaver plugin or something else...

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

Title:
  vlc keeps inhibiting the screensaver

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

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


[Bug 1011690] [NEW] Minecraft-server (CraftBukkit based) crashes often

2012-06-11 Thread dataviruset
Public bug reported:

Using Java 7 on Ubuntu 12.04 LTS x64. This also happened on Java 6 with
Ubuntu 10.04 LTS x64. I've tried running the exact same server on
Windows and there are no crashes.

$ lsb_release -rd
Description:Ubuntu 12.04 LTS
Release:12.04

** Affects: openjdk-7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bukkit craftbukkit minecraft

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

Title:
  Minecraft-server (CraftBukkit based) crashes often

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1011690/+subscriptions

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


[Bug 1011690] Re: Minecraft-server (CraftBukkit based) crashes often

2012-06-11 Thread dataviruset
** Attachment added: "crashes.zip"
   
https://bugs.launchpad.net/bugs/1011690/+attachment/3185114/+files/crashes.zip

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

Title:
  Minecraft-server (CraftBukkit based) crashes often

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1011690/+subscriptions

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


[Bug 1011658] Re: nvidia networking not working

2012-06-11 Thread Michal Suchanek
apport information

** Description changed:

  PXE boot works but when Ubuntu is booted the network is not available
  through built-in ethernet (USB dongle added)
  
  The network lights on the built-in ethernet are lit but IP address is
  not obtained.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-23-generic-pae 3.2.0-23.36
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
  Uname: Linux 3.2.0-23-generic-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 3501 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xefff4000 irq 21'
 Mixer name : 'Analog Devices AD1988B'
 Components : 'HDA:11d4198b,104381f2,00100300'
 Controls  : 46
 Simple ctrls  : 26
  CasperVersion: 1.315
  Date: Mon Jun 11 14:46:11 2012
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  LiveMediaBuild: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 (20120423)
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-23-generic-pae N/A
   linux-backports-modules-3.2.0-23-generic-pae  N/A
   linux-firmware1.79
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/05/2007
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: ASUS StrikerExtreme ACPI BIOS Revision 1004
  dmi.board.name: StrikerExtreme
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: 1.XX
  dmi.chassis.asset.tag: 123456789000
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSStrikerExtremeACPIBIOSRevision1004:bd03/05/2007:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnStrikerExtreme:rvr1.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  --- 
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: i386
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-meta
  Tags:  precise precise
  Uname: Linux 3.5.0-030500rc2-generic i686
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 2.0.1-0ubuntu8
+ Architecture: i386
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ms 1752 F pulseaudio
+ CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
+ Card0.Amixer.info:
+  Card hw:0 'NVidia'/'HDA NVidia at 0xefff4000 irq 21'
+Mixer name : 'Analog Devices AD1988B'
+Components : 'HDA:11d4198b,104381f2,00100300'
+Controls  : 46
+Simple ctrls  : 26
+ CurrentDmesg:
+  
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=ed5a4374-33f1-4d99-9447-6543792e0b09
+ InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
+ IwConfig:
+  lono wireless extensions.
+  
+  eth1  no wireless extensions.
+  
+  eth0  no wireless extensions.
+ MachineType: System manufacturer System Product Name
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 nouveaufb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic-pae 
root=UUID=dd0d0e1e-f271-499d-91c3-8405d8d243b1 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.2.0-24.39-generic-pae 3.2.16
+ RelatedPackageVersions:
+  linux-restricted-modules-3.2.0-24-generic-pae N/A
+  linux-backports-modules-3.2.0-24-generic-pae  N/A
+  linux-firmware1.79
+ RfKill:
+  
+ SourcePackage: linux
+ Tags:  precise precise
+ Uname: Linux 3.2.0-24-generic-pae i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ dmi.bios.date: 03/05/2007
+ dmi.bios.vendor: Phoenix Technologies, LTD
+ dmi.bios.versi

[Bug 1011658] AlsaDevices.txt

2012-06-11 Thread Michal Suchanek
apport information

** Attachment added: "AlsaDevices.txt"
   
https://bugs.launchpad.net/bugs/1011658/+attachment/3185084/+files/AlsaDevices.txt

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

Title:
  nvidia networking not working

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

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


[Bug 1011658] AplayDevices.txt

2012-06-11 Thread Michal Suchanek
apport information

** Attachment added: "AplayDevices.txt"
   
https://bugs.launchpad.net/bugs/1011658/+attachment/3185085/+files/AplayDevices.txt

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

Title:
  nvidia networking not working

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

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


[Bug 1011658] ArecordDevices.txt

2012-06-11 Thread Michal Suchanek
apport information

** Attachment added: "ArecordDevices.txt"
   
https://bugs.launchpad.net/bugs/1011658/+attachment/3185086/+files/ArecordDevices.txt

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

Title:
  nvidia networking not working

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

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


[Bug 1011658] BootDmesg.txt

2012-06-11 Thread Michal Suchanek
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1011658/+attachment/3185087/+files/BootDmesg.txt

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

Title:
  nvidia networking not working

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

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


[Bug 1011658] Card0.Amixer.values.txt

2012-06-11 Thread Michal Suchanek
apport information

** Attachment added: "Card0.Amixer.values.txt"
   
https://bugs.launchpad.net/bugs/1011658/+attachment/3185088/+files/Card0.Amixer.values.txt

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

Title:
  nvidia networking not working

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

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


[Bug 1011658] Lspci.txt

2012-06-11 Thread Michal Suchanek
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1011658/+attachment/3185090/+files/Lspci.txt

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

Title:
  nvidia networking not working

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

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


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

2012-06-11 Thread Michal Suchanek
apport information

** Attachment added: "Card0.Codecs.codec.0.txt"
   
https://bugs.launchpad.net/bugs/1011658/+attachment/3185089/+files/Card0.Codecs.codec.0.txt

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

Title:
  nvidia networking not working

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

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


[Bug 1011658] Lsusb.txt

2012-06-11 Thread Michal Suchanek
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1011658/+attachment/3185091/+files/Lsusb.txt

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

Title:
  nvidia networking not working

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

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


[Bug 1011658] PciMultimedia.txt

2012-06-11 Thread Michal Suchanek
apport information

** Attachment added: "PciMultimedia.txt"
   
https://bugs.launchpad.net/bugs/1011658/+attachment/3185092/+files/PciMultimedia.txt

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

Title:
  nvidia networking not working

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

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


[Bug 1011658] ProcCpuinfo.txt

2012-06-11 Thread Michal Suchanek
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1011658/+attachment/3185093/+files/ProcCpuinfo.txt

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

Title:
  nvidia networking not working

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

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


[Bug 1011658] ProcInterrupts.txt

2012-06-11 Thread Michal Suchanek
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1011658/+attachment/3185094/+files/ProcInterrupts.txt

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

Title:
  nvidia networking not working

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

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


[Bug 1011658] ProcModules.txt

2012-06-11 Thread Michal Suchanek
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1011658/+attachment/3185095/+files/ProcModules.txt

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

Title:
  nvidia networking not working

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

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


[Bug 1011658] PulseList.txt

2012-06-11 Thread Michal Suchanek
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1011658/+attachment/3185096/+files/PulseList.txt

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

Title:
  nvidia networking not working

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

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


[Bug 1011658] UdevDb.txt

2012-06-11 Thread Michal Suchanek
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1011658/+attachment/3185097/+files/UdevDb.txt

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

Title:
  nvidia networking not working

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

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


[Bug 1011658] UdevLog.txt

2012-06-11 Thread Michal Suchanek
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1011658/+attachment/3185098/+files/UdevLog.txt

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

Title:
  nvidia networking not working

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

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


[Bug 1011658] WifiSyslog.txt

2012-06-11 Thread Michal Suchanek
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1011658/+attachment/3185099/+files/WifiSyslog.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

** Changed in: linux (Ubuntu)
   Status: Confirmed => New

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

Title:
  nvidia networking not working

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

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


[Bug 1011658] Re: nvidia networking not working

2012-06-11 Thread dino99
Get the same issue with nvidia 302.11 on Precise/Quantal i386

each time after booting i dont have network, even if eth0 is active. So i need 
to edit /etc/resolv.conf to add a nameserver, then restart the service network.
I've tested with 3.4 & 3.5 kernels

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

Title:
  nvidia networking not working

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

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


[Bug 1011658] Re: nvidia networking not working

2012-06-11 Thread Brad Figg
** Changed in: linux (Ubuntu)
   Status: New => Confirmed

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

Title:
  nvidia networking not working

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

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


[Bug 1010800] Re: alacarte crashed with AttributeError in getItems(): 'TreeIter' object has no attribute 'get_separator'

2012-06-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~laney/gnome-menus/add-forgotten-symbol

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

Title:
  alacarte crashed with AttributeError in getItems(): 'TreeIter' object
  has no attribute 'get_separator'

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-menus/+bug/1010800/+subscriptions

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


<    2   3   4   5   6   7   8   9   10   11   >