[Bug 930116] Re: lxc slow start unexpectedly disconnected from boot status daemon

2012-02-11 Thread Andy Igoshin
yes you are right. delay was due to dhcp request.


i saw incorrect path in the log :

Feb 11 06:36:44 localhost dhclient: can't create
/var/lib/dhcp3/dhclient.eth0.leases: No such file or directory

real path is /var/lib/dhcp

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

Title:
  lxc slow start  unexpectedly disconnected from boot status daemon

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930231] Re: smbd crashed with SIGABRT in store_inheritance_attributes()

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

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

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

Title:
  smbd crashed with SIGABRT in store_inheritance_attributes()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930652] [NEW] lxc swapoff: Not superuser

2012-02-11 Thread Andy Igoshin
Public bug reported:

inside the container during poweroff process i get such error:

 * Deactivating swap...
swapoff: Not superuser.[fail]

---
root@relay1:~# lsb_release -rd
Description: Ubuntu 11.10
Release: 11.10

root@relay1:~# apt-cache policy lxc
lxc:
  Installed: 0.7.5-0ubuntu8.3
  Candidate: 0.7.5-0ubuntu8.3
  Version table:
 *** 0.7.5-0ubuntu8.3 0
500 http://ru.archive.ubuntu.com/ubuntu/ oneiric-updates/universe amd64 
Packages
100 /var/lib/dpkg/status
 0.7.5-0ubuntu8 0
500 http://ru.archive.ubuntu.com/ubuntu/ oneiric/universe amd64 Packages

---
root@relay1:~# lxc-start -n sbc

Ubuntu 11.10 sbc /dev/console

sbc login: root
Password:
Last login: Sat Feb 11 10:52:03 UTC 2012 on tty1
Welcome to Ubuntu 11.10 (GNU/Linux 3.0.0-15-server x86_64)

 * Documentation:  https://help.ubuntu.com/11.10/serverguide/C
root@sbc:~# poweroff

Broadcast message from root@sbc
(/dev/console) at 14:05 ...

The system is going down for power off NOW!
root@sbc:~#  * Asking all remaining processes to terminate...[ OK ]
 * All processes ended within 1 seconds  [ OK ]
 * Deconfiguring network interfaces...   [ OK ]
 * Deactivating swap... 
swapoff: Not superuser.
 [fail]
 * Unmounting weak filesystems...[ OK ]
umount: /var/run: not mounted
mount: / is busy
 * Will now halt

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

** Description changed:

  inside the container during poweroff process i get such error:
  
-  * Deactivating swap...   
  swapoff: Not superuser.
-  
[fail]
+  * Deactivating swap...
+ swapoff: Not superuser.[fail]
  
- 
- 
--
+ ---
  root@relay1:~# lsb_release -rd
  Description: Ubuntu 11.10
  Release: 11.10
  
  root@relay1:~# apt-cache policy lxc
  lxc:
-   Installed: 0.7.5-0ubuntu8.3
-   Candidate: 0.7.5-0ubuntu8.3
-   Version table:
-  *** 0.7.5-0ubuntu8.3 0
- 500 http://ru.archive.ubuntu.com/ubuntu/ oneiric-updates/universe 
amd64 Packages
- 100 /var/lib/dpkg/status
-  0.7.5-0ubuntu8 0
- 500 http://ru.archive.ubuntu.com/ubuntu/ oneiric/universe amd64 
Packages
+   Installed: 0.7.5-0ubuntu8.3
+   Candidate: 0.7.5-0ubuntu8.3
+   Version table:
+  *** 0.7.5-0ubuntu8.3 0
+ 500 http://ru.archive.ubuntu.com/ubuntu/ oneiric-updates/universe 
amd64 Packages
+ 100 /var/lib/dpkg/status
+  0.7.5-0ubuntu8 0
+ 500 http://ru.archive.ubuntu.com/ubuntu/ oneiric/universe amd64 
Packages
  
- 
--
+ ---
  root@relay1:~# lxc-start -n sbc
  
  Ubuntu 11.10 sbc /dev/console
  
  sbc login: root
- Password: 
+ Password:
  Last login: Sat Feb 11 10:52:03 UTC 2012 on tty1
  Welcome to Ubuntu 11.10 (GNU/Linux 3.0.0-15-server x86_64)
  
-  * Documentation:  https://help.ubuntu.com/11.10/serverguide/C
+  * Documentation:  https://help.ubuntu.com/11.10/serverguide/C
  root@sbc:~# poweroff
  
  Broadcast message from root@sbc
- (/dev/console) at 14:05 ...
+ (/dev/console) at 14:05 ...
  
  The system is going down for power off NOW!
- root@sbc:~#  * Asking all remaining processes to terminate...[ OK 
] 
-  * All processes ended within 1 seconds  [ OK 
] 
-  * Deconfiguring network interfaces...   [ OK 
] 
-  * Deactivating swap...   
  swapoff: Not superuser.
-  
[fail]
-  * Unmounting weak filesystems...[ OK 
] 
+ root@sbc:~#  * Asking all remaining processes to terminate...[ OK 
]
+  * All processes ended within 1 seconds  [ OK 
]
+  * Deconfiguring network interfaces...   [ OK 
]
+  * Deactivating swap...   
  swapoff: Not superuser.
+  
[fail]
+  * Unmounting weak filesystems...[ OK 
]
  umount: /var/run: not mounted
  mount: / is busy
-  * Will now halt
+  * Will now halt


[Bug 930652] Re: lxc swapoff: Not superuser

2012-02-11 Thread Serge Hallyn
Thanks for reporting this bug.

I see the message too.  Of course the failure to unmount swap is a good
thing :)  I'll assume the real bug, as perceived, is that the container
thinks it has something to swapoff.  Fixing that will require /proc
contents filtering.

We can use the apparmor policy to deny read access to /proc/swaps, which
replaces the error with

/etc/rc0.d/S35networking: 61: /etc/rc0.d/S35networking: cannot open 
/proc/swaps: Permission denied
 * Deactivating swap...  [ OK ] 

Another possibility of course is for /etc/rc0.d/S35networking to detect
it is in a container and not try to swapoff.

However, as no harm is being done to the container or the host, Im
going to mark this wishlist for now.

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

** Changed in: lxc (Ubuntu)
   Importance: Undecided = Low

** Changed in: lxc (Ubuntu)
   Importance: Low = Wishlist

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

Title:
  lxc  swapoff: Not superuser

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930285] Re: lxc hpsa driver

2012-02-11 Thread Andy Igoshin
i still get this error in the new container. see attached files.

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

Title:
  lxc  hpsa driver

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930652] Re: lxc swapoff: Not superuser

2012-02-11 Thread Andy Igoshin
ok, thanks!

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

Title:
  lxc  swapoff: Not superuser

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 929523] Re: bacula-director does not start, dummy libbaccats

2012-02-11 Thread Sandy Mackenzie
A reboot took care of the following. 
bacula-dir JobId 0: Fatal error: Please replace this dummy libbaccats library 
with a proper one.

Then
#/usr/share/bacula-director/update_mysql_tables

took care the error opening the database.

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

Title:
  bacula-director does not start, dummy libbaccats

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930881] [NEW] smbd crashed with SIGABRT in rep_strlcpy()

2012-02-11 Thread Joe Liau
Public bug reported:

Precise alpah 2
Connecting to shared folder with virtualbox virtual machine

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: samba 2:3.6.1-3ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-15.24-generic-pae 3.2.5
Uname: Linux 3.2.0-15-generic-pae i686
NonfreeKernelModules: nvidia
ApportVersion: 1.91-0ubuntu1
Architecture: i386
Date: Sat Feb 11 23:24:03 2012
ExecutablePath: /usr/sbin/smbd
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (20120201.2)
ProcCmdline: smbd -F
ProcEnviron: PATH=(custom, no user)
Signal: 6
SourcePackage: samba
StacktraceTop:
 ?? () from /lib/i386-linux-gnu/libc.so.6
 rep_strlcpy ()
 connections_fetch_entry ()
 yield_connection ()
 close_cnum ()
Title: smbd crashed with SIGABRT in rep_strlcpy()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:

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


** Tags: apport-crash i386 precise

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

Title:
  smbd crashed with SIGABRT in rep_strlcpy()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930881] Re: smbd crashed with SIGABRT in rep_strlcpy()

2012-02-11 Thread Joe Liau
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/930881

Title:
  smbd crashed with SIGABRT in rep_strlcpy()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 850145] Re: Huge CPU usage of alsaplayer and Xorg even if not playing

2012-02-11 Thread Eric Shattow
This bug #850145 is most evident in the alsaplayer-gtk interface. If I run 
alsaplayer-text then there is no problem with cpu usage. The high cpu usage of 
alsaplayer-gtk is a real problem and not a perceived problem, as the high cpu 
usage affects system usability and the windowing manager slows to a crawl.
$ dpkg -l | grep alsaplayer
ii  alsaplayer-alsa  0.99.80-5build1
 PCM player designed for ALSA (ALSA output module)
ii  alsaplayer-common0.99.80-5build1
 PCM player designed for ALSA (common files)
ii  alsaplayer-gtk   0.99.80-5build1
 PCM player designed for ALSA (GTK+ version)
ii  alsaplayer-text  0.99.80-5build1
 PCM player designed for ALSA (text version)
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 11.10
Release:11.10
Codename:   oneiric
$ uname -a
Linux hostname 3.0.0-15-generic #25-Ubuntu SMP Mon Jan 2 17:45:26 UTC 2012 i686 
i686 i386 GNU/Linux

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

Title:
  Huge CPU usage of alsaplayer and Xorg even if not playing

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

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


[Bug 930552] Re: produce broken scan image with snapscan S300 scanner

2012-02-11 Thread Jeffrey Ratcliffe
Thanks for all your work on this. Can you reproduce the problem with the
test backend?

I really like to introduce add regression tests when fixing bugs, and it
would be good to have one for this.

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

Title:
  produce broken scan image with snapscan S300 scanner

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsane-perl/+bug/930552/+subscriptions

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


[Bug 930562] [NEW] Problem report window can not be resized

2012-02-11 Thread Thomas Bechtold
Public bug reported:

When i create a bug report with ubuntu-bug package-name and apport displays 
the collected information, i can not resize the window so i can not read the 
information which will be sent to launchpad.
Maybe this is a duplicate of #865754 but #865754 is already closed and i still 
have this problem.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: apport 1.91-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-15.24-generic-pae 3.2.5
Uname: Linux 3.2.0-15-generic-pae i686
ApportLog:
 
ApportVersion: 1.91-0ubuntu1
Architecture: i386
Date: Sat Feb 11 08:59:32 2012
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110426)
PackageArchitecture: all
SourcePackage: apport
UpgradeStatus: Upgraded to precise on 2012-02-03 (8 days ago)

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


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

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

Title:
  Problem report window can not be resized

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

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


[Bug 930562] Re: Problem report window can not be resized

2012-02-11 Thread Thomas Bechtold
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/930562

Title:
  Problem report window can not be resized

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

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


[Bug 930561] [NEW] System Resume faliure from Sleep on SSD

2012-02-11 Thread Crack.Mech
Public bug reported:

I am runnin ubuntu 11.10 on my Asus F6A notebook. I recently installed a
crucial M4 SSD. Before I was ruuning it on a regular hard drive. On
regular hard drive, the sleep mode worked great, but on the SSD, sleep
mode is not working.

Hibernate works as expected, i.e. hibernation works fine on SSD, just as
it worked on the hard drive.

But,  when I try to resume from sleep mode, the notebook with SSD does
nothing. After a while 10-15 seconds after resuming, a blanck screen
(with the desktop background) and a mouse pointer pops up.

I tired booting my laptop with a live version of ubuntu 11.10, installed
on a USB drive, It works perfect. Even with a SSD installed, booting
from the USB works fine. But, when I boot from a USB stick and resume
from sleep, the SSD disappears from the disk utility. Even if it is
mounted before putting the laptop to sleep, the SSD disappears when
system is resumed.

I hope this issue gets resolved.

Thanks!

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: linux-image-3.0.0-15-generic 3.0.0-15.26
ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
Uname: Linux 3.0.0-15-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  aman   1475 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfdef4000 irq 48'
   Mixer name   : 'Intel Cantiga HDMI'
   Components   : 'HDA:10ec0662,104319c3,00100101 
HDA:80862802,80860101,0010'
   Controls  : 24
   Simple ctrls  : 12
Date: Sat Feb 11 03:00:55 2012
HibernationDevice: RESUME=UUID=bdc946ec-85ea-4461-bb7a-c53f3337f267
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
MachineType: ASUSTeK Computer Inc. F6A
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-15-generic 
root=UUID=5e11825f-3b73-4b9c-b202-ce241c8b2246 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.0.0-15-generic N/A
 linux-backports-modules-3.0.0-15-generic  N/A
 linux-firmware1.60
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/22/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 206
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: F6A
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: ATN12345678901234567
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr206:bd08/22/2008:svnASUSTeKComputerInc.:pnF6A:pvr1.0:rvnASUSTeKComputerInc.:rnF6A:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: F6A
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

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


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

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

Title:
  System Resume faliure from Sleep on SSD

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

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


[Bug 930561] Re: System Resume faliure from Sleep on SSD

2012-02-11 Thread Crack.Mech
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/930561

Title:
  System Resume faliure from Sleep on SSD

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

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


[Bug 930560] [NEW] package nvidia-173 (not installed) failed to install/upgrade: nvidia-173 kernel module failed to build

2012-02-11 Thread Bartosz Kosiorek
Public bug reported:

This crash appear after the upgrading og the kernel to the latest one.
I do not have Nvidia graphic card anymore (I started using the integrated 
graphic adapter VIA - openchrome driver)

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: nvidia-173 (not installed)
ProcVersionSignature: Ubuntu 2.6.38-13.54~lucid1-generic 2.6.38.8
Uname: Linux 2.6.38-13-generic i686
Architecture: i386
Date: Thu Feb  9 23:21:45 2012
DkmsStatus:

ErrorMessage: nvidia-173 kernel module failed to build
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
MachineType: System manufacturer System Product Name
PackageVersion: 173.14.22-0ubuntu11
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-13-generic 
root=UUID=54a7a583-368f-4137-8ba0-fc61e85c1dff ro splash
SourcePackage: nvidia-graphics-drivers-173
Title: package nvidia-173 (not installed) failed to install/upgrade: nvidia-173 
kernel module failed to build
dmi.bios.date: 01/05/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 080012
dmi.board.name: A8V-VM
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080012:bd01/05/2007:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnA8V-VM:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
glxinfo: Error: [Errno 2] Nie ma takiego pliku ani katalogu
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.38-13-generic

** Affects: nvidia-graphics-drivers-173 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package nvidia-173 (not installed) failed to install/upgrade:
  nvidia-173 kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-173/+bug/930560/+subscriptions

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

[Bug 930560] Re: package nvidia-173 (not installed) failed to install/upgrade: nvidia-173 kernel module failed to build

2012-02-11 Thread Bartosz Kosiorek
** Description changed:

  This crash appear after the upgrading og the kernel to the latest one.
- I do not have Nvidia graphic card anymore (I started using the integrated 
graphic adapter)
+ I do not have Nvidia graphic card anymore (I started using the integrated 
graphic adapter VIA - openchrome driver)
  
  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: nvidia-173 (not installed)
  ProcVersionSignature: Ubuntu 2.6.38-13.54~lucid1-generic 2.6.38.8
  Uname: Linux 2.6.38-13-generic i686
  Architecture: i386
  Date: Thu Feb  9 23:21:45 2012
  DkmsStatus:
-  
+ 
  ErrorMessage: nvidia-173 kernel module failed to build
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  MachineType: System manufacturer System Product Name
  PackageVersion: 173.14.22-0ubuntu11
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-13-generic 
root=UUID=54a7a583-368f-4137-8ba0-fc61e85c1dff ro splash
  SourcePackage: nvidia-graphics-drivers-173
  Title: package nvidia-173 (not installed) failed to install/upgrade: 
nvidia-173 kernel module failed to build
  dmi.bios.date: 01/05/2007
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080012
  dmi.board.name: A8V-VM
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080012:bd01/05/2007:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnA8V-VM:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  glxinfo: Error: [Errno 2] Nie ma takiego pliku ani katalogu
  system:
-  distro: Ubuntu
-  codename:   lucid
-  architecture:   i686
-  kernel: 2.6.38-13-generic
+  distro: Ubuntu
+  codename:   lucid
+  architecture:   i686
+  kernel: 2.6.38-13-generic

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

Title:
  package nvidia-173 (not installed) failed to install/upgrade:
  nvidia-173 kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-173/+bug/930560/+subscriptions

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

[Bug 930563] [NEW] NM Applet menu entries not responding

2012-02-11 Thread Thomas Bechtold
Public bug reported:

When i click on the NM applet, the menu appears correct but when i click eg on 
disconnect or edit connection, nothing happens.
This is the behavior for all menu entries.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: network-manager-gnome 0.9.2.0+git.20120126t000800.5151959-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-15.24-generic-pae 3.2.5
Uname: Linux 3.2.0-15-generic-pae i686
ApportVersion: 1.91-0ubuntu1
Architecture: i386
Date: Sat Feb 11 09:04:44 2012
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110426)
IpRoute:
 default via 192.168.178.1 dev wlan0  proto static 
 10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
 192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.20  
metric 2
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
SourcePackage: network-manager-applet
UpgradeStatus: Upgraded to precise on 2012-02-03 (8 days ago)
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
 eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.3.0connected   enabled   enabled 
enabledenabled disabled

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


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

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

Title:
  NM Applet menu entries not responding

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

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


[Bug 930563] Re: NM Applet menu entries not responding

2012-02-11 Thread Thomas Bechtold
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/930563

Title:
  NM Applet menu entries not responding

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

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


[Bug 930555] Re: Launcher reveal sensitivity can not be set to a high enough level

2012-02-11 Thread Chris
** Description changed:

  Background:
  -
  Now that the launcher dodge feature has been removed and the launcher default 
set to never hide the launcher will overlay full screen applications.  Most 
new and experienced users will want to change the behaviour to always hide 
when they discover this.  On the same tab in gnome-control-center (Appearance 
-- Behaviour) they will see the slider setting for reveal sensitivity.  It 
would be expected that the user would try changing this to find the setting 
that works best for them.
  
  Expected behaviour:
  
- Setting the slider from extreme left to right should vary the sensitivity 
from almost dead to a hair trigger.  This might be considered reasonable since 
some users will want the launcher to stay hidden at all costs when they don't 
want it, and others will want it to show up as soon as the pointer touches the 
left edge of the screen. 
+ Setting the slider from extreme left to right should vary the sensitivity 
from almost dead to a hair trigger.  This might be considered reasonable since 
some users will want the launcher to stay hidden at all costs when they don't 
want it, and others will want it to show up as soon as the pointer touches the 
left edge of the screen.
  
  An example of someone who does not want the launcher to reveal easily
  would be someone editing photographs.  They may spend a lot of time
  working on the left edge of a photograph or have a tool bar on the left,
  and may want the sensitivity set very low so that the launcher does not
  appear when it's not wanted.
  
  An example of someone who wants the launcher to appear very easily would
  be a person using a netbook with a touchpad.  They may want the launcher
  to appear as soon as they move the pointer to the left, minimising the
  effort required to switch to or launch other applications.
  
  Actual behaviour:
  
- Currently setting the slider fully to the left causes the launcher to not 
appear at all.  Even if the mouse is moved rapidly and for some distance across 
the table the launcher does not reveal.  This is not too objectionable, since 
some users may actaully want to disable the launcher except for keyboard 
controls.
+ Currently setting the slider fully to the left causes the launcher to not 
appear at all.  Even if the mouse is moved rapidly and for some distance across 
the table the launcher does not reveal.  This is not too objectionable, since 
some users may actually want to disable the launcher except for keyboard 
controls.
  
- Setting the the slider a big further to the right causes the launcher to
+ Setting the slider a bit further to the right causes the launcher to
  reveal after the mouse has been moved a further 20mm against the edge.
  this is also reasonable since it takes a deliberate effort to do this.
  
  Setting the slider to the 'default' position gives a reasonable
  sensitivity requiring the mouse to be moved about 10mm for the launcher
  to reveal.
  
  Moving the slider even further to the right however does not appear to
- increase the sensivity by any appreciable degree.  Even putting the
+ increase the sensitivity by any appreciable degree.  Even putting the
  slider on the far right position requires a movement of the mouse (or
  touchpad) of 10mm or very close to this amount.
  
  Suggested improvement to the reveal sensitivity:
  -
- Change the degree of maximum sensitivity so that the launcher can be made to 
appear very easily when the pointer is moved to the left edge of the screen.  
The default behavour of the launcher reveal when the dodge feature was enabled 
was almost ideal in as much as the launcher hardly ever showed up when it was 
not needed, and yet it appeared very quickly when the pointer was moved to the 
left edge of the screen.  This made using the Launcher on a netbook with only a 
touchpad very easy and a pleasant experience.  With the current maximum setting 
there is a noticable delay when trying to get to the launcher to reveal itself.
- 
+ Change the degree of maximum sensitivity so that the launcher can be made to 
appear very easily when the pointer is moved to the left edge of the screen.  
The default behaviour of the launcher reveal when the dodge feature was enabled 
was almost ideal in as much as the launcher hardly ever showed up when it was 
not needed, and yet it appeared very quickly when the pointer was moved to the 
left edge of the screen.  This made using the Launcher on a netbook with only a 
touchpad very easy and a pleasant experience.  With the current maximum setting 
there is a noticeable delay when trying to get to the launcher to reveal itself.
  
  Chris
+ (edited to fix typos)
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.2.2-2ubuntu7
  ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
  Uname: Linux 

[Bug 930289] Re: Sound Settings crashes with segmentation fault

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

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

Title:
  Sound Settings crashes with segmentation fault

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

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


[Bug 930552] Re: produce broken scan image with snapscan S300 scanner

2012-02-11 Thread Ubuntu Foundation's Bug Bot
The attachment libsane-perl-0.03-sane_read-length-0-fix.patch of this
bug report has been identified as being a patch.  The ubuntu-reviewers
team has been subscribed to the bug report so that they can review the
patch.  In the event that this is in fact not a patch you can resolve
this situation by removing the tag 'patch' from the bug report and
editing the attachment so that it is not flagged as a patch.
Additionally, if you are member of the ubuntu-reviewers team please also
unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  produce broken scan image with snapscan S300 scanner

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsane-perl/+bug/930552/+subscriptions

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


[Bug 928596] Re: Flurries condition is marked as 'Unknown'

2012-02-11 Thread Ubuntu Foundation's Bug Bot
The attachment fix_flurries.patch of this bug report has been
identified as being a patch.  The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch.  In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' from the bug report and editing the attachment
so that it is not flagged as a patch.  Additionally, if you are member
of the ubuntu-reviewers team please also unsubscribe the team from this
bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  Flurries condition is marked as 'Unknown'

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

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


[Bug 638749] Re: enters infinite loop on entering certain date formats

2012-02-11 Thread Vadim Rutkovsky
Confirmed in gedit 3.3.3 - now it crashes in settings dialog, however
apport cannot process this crash

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

** Changed in: gedit (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/638749

Title:
  enters infinite loop on entering certain date formats

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

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


[Bug 773302] Re: Language selection menu in gedit/External Tools configuration is not scrollable

2012-02-11 Thread Vadim Rutkovsky
** Also affects: ayatana-scrollbar
   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/773302

Title:
  Language selection menu in gedit/External Tools configuration is not
  scrollable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-scrollbar/+bug/773302/+subscriptions

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


[Bug 732364] Re: Can't open Software Sources or Synaptic

2012-02-11 Thread Robert Roth
Can anyone reproduce this on a machine with Oneiric? Please note, that this bug 
is about a crash caused by an uninializabel Gtk, about section with no package 
header and MergeList related problems, see bug #346386.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** Changed in: software-properties (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/732364

Title:
  Can't open Software Sources or Synaptic

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

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


[Bug 930565] [NEW] LO Calc (Oneiric) localized in french: Name of function in english

2012-02-11 Thread Serged
Public bug reported:

In LO Calc, localized in french, name of function are in english. The
option Utiliser les noms de fonction en anglais (use name of funtion
in english) is NOT activate.

The problem is that in the help, name of fun ctions are in french!

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


** Tags: calc localization

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

Title:
  LO Calc (Oneiric) localized in french: Name of function in english

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

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


[Bug 929270] Re: can't install or launch ubuntu hud

2012-02-11 Thread Pedro Bessa
** Summary changed:

- can't install or launch ubuntu hud if it installed
+ can't install or launch ubuntu hud

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

Title:
  can't install or launch ubuntu hud

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

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


[Bug 883390] Re: add-apt-repository crash when adding a ppa repository

2012-02-11 Thread Robert Roth
Do you still experience this problem? I have tried, and I receive 
signing_key_fingerprints for all of the above PPAs, thus the application does 
not crash. So maybe it was just a Launchpad-bug, which got fixed. Just ignoring 
that there is no signing_key_fingerprint information associated with the PPA to 
add is not the best thing, as later on apt-get update may fail because there's 
no GPG key.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** Changed in: software-properties (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/883390

Title:
  add-apt-repository crash when adding a ppa repository

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

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


[Bug 773302] Re: Language selection menu in gedit/External Tools configuration is not scrollable

2012-02-11 Thread Vadim Rutkovsky
Reproduced in gedit 3.3.3 and overlay-scrollbar 0.2.11 in Oneiric - see
attached screencast

** Attachment added: out.ogv
   
https://bugs.launchpad.net/ayatana-scrollbar/+bug/773302/+attachment/2731136/+files/out.ogv

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

Title:
  Language selection menu in gedit/External Tools configuration is not
  scrollable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-scrollbar/+bug/773302/+subscriptions

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


[Bug 930568] Re: gedit crashed with signal 5 in g_object_newv()

2012-02-11 Thread Akshar Patel
** Visibility changed to: Public

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

Title:
  gedit crashed with signal 5 in g_object_newv()

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

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


[Bug 930568]

2012-02-11 Thread Apport retracing service
StacktraceTop:
 g_settings_set_property (object=0x9bdc600, prop_id=2, value=0xbf9371dc, 
pspec=0x9515ac8) at /build/buildd/glib2.0-2.31.16/./gio/gsettings.c:472
 object_set_property (nqueue=0xa2015b8, value=0x9fe577c, pspec=0x9515ac8, 
object=0x9bdc600) at /build/buildd/glib2.0-2.31.16/./gobject/gobject.c:1342
 g_object_constructor (type=155930096, n_construct_properties=optimized out, 
construct_params=0xa1f1350) at 
/build/buildd/glib2.0-2.31.16/./gobject/gobject.c:1853
 g_object_newv (object_type=155930096, n_parameters=1, parameters=0x9fe5778) at 
/build/buildd/glib2.0-2.31.16/./gobject/gobject.c:1703
 g_object_new_valist (object_type=155930096, first_property_name=0xb6e57f33 
schema-id, var_args=0xbf937390 \364\377\234\262\364\377\234\262\030\022 
\n\266\312\230\262\370\233\233\262) at 
/build/buildd/glib2.0-2.31.16/./gobject/gobject.c:1820

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

Title:
  gedit crashed with signal 5 in g_object_newv()

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

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


[Bug 930568] Stacktrace.txt

2012-02-11 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/930568/+attachment/2731146/+files/Stacktrace.txt

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

Title:
  gedit crashed with signal 5 in g_object_newv()

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

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


[Bug 930568] ThreadStacktrace.txt

2012-02-11 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/930568/+attachment/2731147/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/930568/+attachment/2731137/+files/CoreDump.gz

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

** Tags removed: need-i386-retrace

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

Title:
  gedit crashed with signal 5 in g_object_newv()

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

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


[Bug 930561] Re: System Resume faliure from Sleep on SSD

2012-02-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/930561

Title:
  System Resume faliure from Sleep on SSD

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

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


[Bug 926433] Re: indicator-weather leaves .pid file in /tmp and will not restart

2012-02-11 Thread Vadim Rutkovsky
This is not actual for 3.0 series, as we use DBus there, so no pids are
created

** Changed in: weather-indicator/3.0
   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/926433

Title:
  indicator-weather leaves .pid file in /tmp and will not restart

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

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


[Bug 926433] Re: indicator-weather leaves .pid file in /tmp and will not restart

2012-02-11 Thread Vadim Rutkovsky
Thanks, Paul! Commited this as rev. 305

** Also affects: weather-indicator
   Importance: Undecided
   Status: New

** Also affects: weather-indicator/2.0
   Importance: Undecided
   Status: New

** Also affects: weather-indicator/3.0
   Importance: Undecided
   Status: New

** Changed in: weather-indicator/2.0
   Importance: Undecided = Medium

** Changed in: weather-indicator/2.0
   Status: New = Triaged

** Changed in: weather-indicator/2.0
Milestone: None = 12.03.15

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

** Changed in: weather-indicator/2.0
   Status: Triaged = 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/926433

Title:
  indicator-weather leaves .pid file in /tmp and will not restart

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

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


[Bug 926519] Re: Bluetooth teethering leaves OS in a strange state after disconnect

2012-02-11 Thread Omar E.
All fixed for me after upgrading to linux kernel 3.2.0-15

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

Title:
  Bluetooth teethering leaves OS in a strange state after disconnect

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

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


[Bug 874134] Re: snippets delete selected text with non-ascii characters

2012-02-11 Thread Vadim Rutkovsky
This package is released in Ubuntu Precise, which will be released in the end 
of April.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

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

Title:
  snippets delete selected text with non-ascii characters

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

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


[Bug 855862] Re: right key doesn't select file in next row

2012-02-11 Thread Miklos Juhasz
The proposed version resolves this bug. Navigation beyond the end of row
continues at the beginning of the next row.

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

Title:
  right key doesn't select file in next row

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

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


[Bug 157883] Re: cancelling after changing mirrors in software-properties behaves strangely

2012-02-11 Thread Robert Roth
Thank you for reporting this bug to Ubuntu. Gutsy reached EOL on April 18th, 
2009.
Please see this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases

I've tried recreating this bug with Oneiric and was unable to, given the
information you've provided. Please either a) upgrade and test or b)
increase the verbosity of the steps to recreate it so we can try again.

Please feel free to report any other bugs you may find.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** Changed in: software-properties (Ubuntu)
   Status: Triaged = Incomplete

** Changed in: software-properties (Ubuntu)
 Assignee: Michael Vogt (mvo) = (unassigned)

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

Title:
  cancelling after changing mirrors in software-properties behaves
  strangely

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

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


[Bug 75151] Re: Refuses to open files where the character encoding is not recognised

2012-02-11 Thread Vadim Rutkovsky
Marking as Fix Released

** Changed in: gedit (Ubuntu)
   Status: Triaged = 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/75151

Title:
  Refuses to open files where the character encoding is not recognised

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

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


[Bug 768422] Re: Sort mirrors by base domain name

2012-02-11 Thread Robert Roth
** Changed in: software-properties (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: software-properties (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/768422

Title:
  Sort mirrors by base domain name

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

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


[Bug 212681] Re: Add Telstra Bigpond Australian repo

2012-02-11 Thread Robert Roth
The bigpond links from this report don't seem to work for me, none of them is 
available, and the Launchpad Mirrors page [1] doesn't show anything mirrored 
either. Does this mirror still exist? If the URL has been changed, could you 
let us know the new URL?
[1] https://launchpad.net/ubuntu/+mirror/mirror.files.bigpond.com-archive
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** Changed in: software-properties (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/212681

Title:
  Add Telstra Bigpond Australian repo

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

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


[Bug 430142] Re: minor: unchecking listbox items in Software Sources looses focus every time

2012-02-11 Thread Robert Roth
*** This bug is a duplicate of bug 309754 ***
https://bugs.launchpad.net/bugs/309754

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

** This bug has been marked a duplicate of bug 309754
   Select next item in list after deletion in Other Software tab

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

Title:
  minor: unchecking listbox items in Software Sources looses focus every
  time

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

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


[Bug 752061] Re: [MASTER] gwibber-service crashed with DBusException in __new__(): org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /tmp/dbus-0ZC7xQ8Eu0: Connection refused

2012-02-11 Thread Adam Niedling
Bilal: why did you change the status first to Invalid then to
Incomplete? If the bug is fixed why not change it to Fix commited or
released?

** Changed in: gwibber (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/752061

Title:
  [MASTER] gwibber-service crashed with DBusException in __new__():
  org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /tmp
  /dbus-0ZC7xQ8Eu0: Connection refused

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

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


[Bug 930569] [NEW] Please update to 0.6.15

2012-02-11 Thread Nick Barcet
Public bug reported:

Recent changes to index site causes 0.6.14 to be obsolete.  Please
update to 0.6.15

** Affects: sabnzbdplus (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/930569

Title:
  Please update to 0.6.15

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

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


[Bug 930570] [NEW] Merge libffado 2.0.99+svn2019-1 (main) from Debian unstable (main)

2012-02-11 Thread Artem Popov
Public bug reported:

Debian changes:

libffado (2.0.99+svn2019-1) unstable; urgency=low

  * Imported Upstream version 2.0.99+svn2019
  * Really fix segfault upon termination

 -- Adrian Knoth a...@drcomp.erfurt.thur.de  Thu, 19 Jan 2012 19:06:44
+0100

libffado (2.0.99+svn1995-3) unstable; urgency=low

  * Drop binutils-golds dependency (Closes: #644529)
  * Add armel and armhf to architecture list

 -- Adrian Knoth a...@drcomp.erfurt.thur.de  Thu, 06 Oct 2011 21:31:58
+0200

libffado (2.0.99+svn1995-2) unstable; urgency=low

  * Experimental fix for segfault upon termination (Closes: #643024)

 -- Adrian Knoth a...@drcomp.erfurt.thur.de  Wed, 05 Oct 2011 20:25:52
+0200

libffado (2.0.99+svn1995-1) unstable; urgency=low

  * Imported Upstream version 2.0.99+svn1995
  * Fix shutdown segfault (due to race condition) on Juju stack

 -- Adrian Knoth a...@drcomp.erfurt.thur.de  Sat, 24 Sep 2011 18:47:56
+0200

** Affects: libffado (Ubuntu)
 Importance: Undecided
 Assignee: Artem Popov (artfwo)
 Status: In Progress

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

** Changed in: libffado (Ubuntu)
 Assignee: (unassigned) = Artem Popov (artfwo)

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

Title:
  Merge libffado 2.0.99+svn2019-1 (main) from Debian unstable (main)

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

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


[Bug 930574] [NEW] Sync sensors-applet 3.0.0-0.1 (universe) from Debian testing (main)

2012-02-11 Thread steubens
Public bug reported:

Please sync sensors-applet 3.0.0-0.1 (universe) from Debian testing
(main)

All changelog entries:

sensors-applet (3.0.0-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * New upstream release, with support for GNOME3 Panel (closes: #638099).
  * Drop link-to-libdl and libnotify_0.7_api_change patches, applied
upstream.
  * Drop dh_autoreconf and all bootstrap friends from Build-Depends and
Build-Conflicts, not needed anymore.
  * Update Build-Depends for the GTK+3 port, as per configure.ac.
  * Drop .a and .la files (closes: #633257).
  * Build-Depend on libsensors4 for kfreebsd again, as the package is now
  * available on that architecture.
  * Avoid hardcoding architecture names for libatamart-dev, and drop it
entirely for libsensors4, as all architectures should be supported,
even if the Hurd isn't available yet (closes: #634515).
  * As libsensors-applet-plugin hasn't bumped its sonames but has at least
got an ABI break (due to the switch to GTK+3), and given there are no
external rdepends, avoid a library rename by bumping its shlibs and
adding Breaks: sensor-applets ( 3.0.0).
  * Change install path for the applet binary, and remove obsolete dirs.
  * Tighten sensors-applet dependency on libsensors-applet-plugin to
(= ${binary:Version}), just in case.

 -- Jordi Mallach jo...@debian.org  Sat, 05 Nov 2011 14:53:12 +0100

sensors-applet (2.2.7-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix compatibility with libnotify0.7. Patch courtesy of Steve Langasek.
(Closes: #630301)

 -- Jérémy Bobbio lu...@debian.org  Wed, 03 Aug 2011 14:16:58 +0200

sensors-applet (2.2.7-3) unstable; urgency=low

  * Use dh-autoreconf to regenerate build system at build time. 
  * Update to debhelper compat level 8; bump build-dependency accordingly.
  * debian/*.install: remove debian/tmp prefix that has not been necessary
since debhelper 7.

 -- Sam Morris s...@robots.org.uk  Sat, 26 Mar 2011 14:08:11 +

sensors-applet (2.2.7-2) unstable; urgency=low

  * Again, don't build-depend on libatasmart-dev for kfreebsd architectures.
Closes: #592489.

 -- Sam Morris s...@robots.org.uk  Tue, 10 Aug 2010 22:20:53 +0100

sensors-applet (2.2.7-1) unstable; urgency=low

  * New upstream release

 -- Sam Morris s...@robots.org.uk  Sat, 17 Jul 2010 12:42:19 +0100

sensors-applet (2.2.5-4) unstable; urgency=low

  * Don't build-depend on libatasmart-dev on kfreebsd-{i386,amd64},
which is not yet available on those platforms.

 -- Sam Morris s...@robots.org.uk  Fri, 02 Apr 2010 11:55:43 +0100

sensors-applet (2.2.5-3) unstable; urgency=low

  * Build-depend on docbook-xml and rarian-compat. Closes: #564397. 
  * Rebuild build system with gnome-autogen.sh rather than autoreconf. 

 -- Sam Morris s...@robots.org.uk  Sat, 09 Jan 2010 13:35:47 +

sensors-applet (2.2.5-2) unstable; urgency=low

  * Switch from CDBS to debhelper 7. 
  * Regenerate autotools-generated build system at build time. New
build deps:
 - autoconf
 - automake
 - libtool
 - gnome-common (for GNOME_COMPILE_WARNINGS macro)
Also conflict with old versions of autoconf/automake.

 -- Sam Morris s...@robots.org.uk  Wed, 30 Dec 2009 14:41:15 +

** Affects: 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/930574

Title:
  Sync sensors-applet 3.0.0-0.1 (universe) from Debian testing (main)

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

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

[Bug 923464] Re: Twinham 1034 hangs , dose not install completely - Terra Tec dose not install, Haupage NOVA-S2

2012-02-11 Thread Joni-Pekka Kurronen
Is kernel matis driver difrent than s2liplianin,... in susch way it dose not 
suppport cards?
If so, how to install and override kernel driver's to get old workin???

Below listing say's to very litle,...

Here about adapter1 device:

joni@kurrola:~$ dmesg | grep mantis
[   21.894120] Modules linked in: mb86a16 snd_hda_codec_realtek lnbp21 stb6100 
stb0899 cx22702 cx88_dvb cx88_vp3054_i2c rc_hauppauge tuner_simple tuner_types 
tda9887 tda8290 tuner joydev snd_usb_audio snd_usbmidi_lib snd_rawmidi 
snd_seq_device uvcvideo psmouse nvidia(P) k10temp serio_raw edac_core 
edac_mce_amd ir_lirc_codec lirc_dev ir_sony_decoder cx88_alsa(+) wmi 
ir_jvc_decoder mantis(+) mantis_core ir_rc6_decoder cx8800 snd_hda_intel 
ir_rc5_decoder snd_hda_codec snd_hwdep ir_nec_decoder snd_pcm cx8802 
videobuf_dvb cx88xx rc_core i2c_algo_bit videobuf_dma_sg videobuf_core 
btcx_risc tveeprom shpchp v4l2_common videodev v4l2_compat_ioctl32 dvb_core 
snd_timer snd soundcore snd_page_alloc i2c_nforce2 lp parport raid10 raid456 
async_pq async_xor xor async_memcpy async_raid6_recov raid6_pq async_tx raid0 
multipath linear btrfs zlib_deflate libcrc32c vesafb raid1 hid_logitech 
ff_memless firewire_ohci firewire_core ahci usbhid hid video crc_itu_t 
forcedeth libahci pata_amd
[   21.894199]  [a031d86c] ? vp1034_frontend_init+0xec/0x190 [mantis]
[   21.894204]  [a0300a38] mantis_dvb_init+0x3bf/0x414 [mantis_core]
[   21.894207]  [a031ec9b] mantis_pci_probe+0x19f/0x2ad [mantis]

joni@kurrola:~$ ls /dev/dvb/a*
/dev/dvb/adapter0:
demux0  dvr0  frontend0  net0

/dev/dvb/adapter1:
demux0  dvr0


Here adapter 0, it works,... hau:
joni@kurrola:~$ dmesg | grep -i dvb
[   20.540387] cx88[0]: subsystem: 0070:9402, board: Hauppauge WinTV-HVR1100 
DVB-T/Hybrid [card=40,insmod option], frontend(s): 1
[   20.735320] cx88[0]: i2c scan: found device @ 0xc2  [tuner (analog/dvb)]
[   20.806608] tveeprom 2-0050: TV standards PAL(B/G) PAL(I) SECAM(L/L') 
PAL(D/D1/K) ATSC/DVB Digital (eeprom 0xf4)
[   20.841053] cx88/2: cx2388x dvb driver version 0.0.8 loaded
[   20.841056] cx88/2: registering cx8802 driver, type: dvb access: shared
[   20.841059] cx88[0]/2: subsystem: 0070:9402, board: Hauppauge WinTV-HVR1100 
DVB-T/Hybrid [card=40]
[   20.841061] cx88[0]/2: cx2388x based DVB/ATSC card
[   20.937759] DVB: registering new adapter (cx88[0])
[   20.937762] DVB: registering adapter 0 frontend 0 (Conexant CX22702 DVB-T)...
[   20.944653] DVB: registering new adapter (Mantis DVB adapter)
[   21.894102] IP: [a0205726] dvb_unregister_frontend+0x16/0x110 
[dvb_core]
[   21.894120] Modules linked in: mb86a16 snd_hda_codec_realtek lnbp21 stb6100 
stb0899 cx22702 cx88_dvb cx88_vp3054_i2c rc_hauppauge tuner_simple tuner_types 
tda9887 tda8290 tuner joydev snd_usb_audio snd_usbmidi_lib snd_rawmidi 
snd_seq_device uvcvideo psmouse nvidia(P) k10temp serio_raw edac_core 
edac_mce_amd ir_lirc_codec lirc_dev ir_sony_decoder cx88_alsa(+) wmi 
ir_jvc_decoder mantis(+) mantis_core ir_rc6_decoder cx8800 snd_hda_intel 
ir_rc5_decoder snd_hda_codec snd_hwdep ir_nec_decoder snd_pcm cx8802 
videobuf_dvb cx88xx rc_core i2c_algo_bit videobuf_dma_sg videobuf_core 
btcx_risc tveeprom shpchp v4l2_common videodev v4l2_compat_ioctl32 dvb_core 
snd_timer snd soundcore snd_page_alloc i2c_nforce2 lp parport raid10 raid456 
async_pq async_xor xor async_memcpy async_raid6_recov raid6_pq async_tx raid0 
multipath linear btrfs zlib_deflate libcrc32c vesafb raid1 hid_logitech 
ff_memless firewire_ohci firewire_core ahci usbhid hid video crc_itu_t 
forcedeth libahci pata_amd
[   21.894158] RIP: 0010:[a0205726]  [a0205726] 
dvb_unregister_frontend+0x16/0x110 [dvb_core]
[   21.894204]  [a0300a38] mantis_dvb_init+0x3bf/0x414 [mantis_core]
[   21.894247] RIP  [a0205726] dvb_unregister_frontend+0x16/0x110 
[dvb_core]

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

Title:
  Twinham 1034 hangs , dose not install completely - Terra Tec dose not
  install, Haupage NOVA-S2

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

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


[Bug 930576] [NEW] Can't suspend to ram while exaile with nfs share are running

2012-02-11 Thread draco
Public bug reported:

I'm enable to put the computer in sleep mode (suspend-to-ram) while exaile is 
running (even if not listening music).
Exaile access the music collection on a NFS share.
dmesg complain about python task that refusing to sleep with 'nfs' appearing in 
the stack trace (see attachment).

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: exaile 0.3.2.2-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
Uname: Linux 3.0.0-15-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sat Feb 11 10:02:20 2012
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: exaile
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug nfs oneiric pm-utils python sleep suspend-on-ram

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

Title:
  Can't suspend to ram while exaile with nfs share are running

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

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


[Bug 930576] Re: Can't suspend to ram while exaile with nfs share are running

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

Title:
  Can't suspend to ram while exaile with nfs share are running

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

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


[Bug 930429] Re: Segmentation Fault on shared-mime-info during apt-get install -f

2012-02-11 Thread Raphaël Hertzog
The segmentation fault happens in the shared-mime-info package (in its
postinst script). It's not a bug in dpkg.

** Package changed: dpkg (Ubuntu) = shared-mime-info (Ubuntu)

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

Title:
  Segmentation Fault on shared-mime-info during apt-get install -f

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shared-mime-info/+bug/930429/+subscriptions

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


[Bug 855438] Re: [Oneiric] Need to upgrade package with revision 1995 to fix jackd shutdown problem

2012-02-11 Thread Artem Popov
Debian already has rev 2019, so I've opened a merge request under bug
930570. Building that on my system made the bug disappear.

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

Title:
  [Oneiric] Need to upgrade package with revision 1995 to fix jackd
  shutdown problem

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

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


[Bug 930570] Re: Merge libffado 2.0.99+svn2019-1 (main) from Debian unstable (main)

2012-02-11 Thread Artem Popov
Bug 855438 doesn't seem to occur with this version of FFADO on my
system, so it can probably be marked as a dupe of this one or closed,
when this is uploaded.

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

** Changed in: libffado (Ubuntu)
 Assignee: Artem Popov (artfwo) = (unassigned)

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

Title:
  Merge libffado 2.0.99+svn2019-1 (main) from Debian unstable (main)

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

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


[Bug 930570] Re: Merge libffado 2.0.99+svn2019-1 (main) from Debian unstable (main)

2012-02-11 Thread Artem Popov
** Branch linked: lp:~artfwo/ubuntu/precise/libffado/bug-930570

** Patch added: libffado_2.0.99+svn2019-1ubuntu1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/libffado/+bug/930570/+attachment/2731160/+files/libffado_2.0.99%2Bsvn2019-1ubuntu1.debdiff

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

Title:
  Merge libffado 2.0.99+svn2019-1 (main) from Debian unstable (main)

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

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


[Bug 929702] Re: Update-manager doesn't display Package operation failed details correctly

2012-02-11 Thread thib
Full details of the message in the file attached.

** Attachment added: Package_operation_failed_details.txt
   
https://bugs.launchpad.net/ubuntu/+source/aptdaemon/+bug/929702/+attachment/2731198/+files/Package_operation_failed_details.txt

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

Title:
  Update-manager doesn't display Package operation failed details
  correctly

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

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


[Bug 928880] Re: wrong display of draw ole object in writer

2012-02-11 Thread Fritz Heinrichmeyer
The document showing this effect was created in windows.

Later i saved the ole object in a drawing file for further use,
completed the drawing and copied part of it again in the writer
document.  Unfortunately  all errors vanished after importing the
drawing under linux  and after stopping to fill the frame of the ole
object straight up to the corners. Sorry, but i forgot about my bug
report.

The error did not depend on different graphics cards like bug #850872.

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

Title:
  wrong display of draw ole object in writer

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

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


[Bug 384307] Re: package foomatic-db-engine 4.0.0-0ubuntu6 failed to install/upgrade: sous-processus rm cleanup tu? par le signal (Erreur de segmentation)

2012-02-11 Thread Raphaël Hertzog
dpkg is just reporting that rm failed. Somehow I doubt it's a bug in
rm, it's more likely an underlying hardware problem (memory corrupted?).
Reassigning to coreutils but changing it to incomplete because I doubt
anyone can reproduce it...

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

** Changed in: coreutils (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/384307

Title:
  package foomatic-db-engine 4.0.0-0ubuntu6 failed to install/upgrade:
  sous-processus rm cleanup tu? par le signal (Erreur de segmentation)

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

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


[Bug 930579] [NEW] Can't install ubuntu 11.10 on thinkpad with ssd

2012-02-11 Thread Daniel A.
Public bug reported:

Since 10.10 (the last version I could install) i haven't been able to get 
ubuntu working on my laptop whenever I put in an ssd. 11.04 and 11.10 do not 
work. I always get the same message: grub-install /dev/hda failed
This time around I tried giving the system a separate /boot partition in the 
hopes that it would smooth things out. It didn't.

My system is a Thinkpad t520 with a 64GB Kingston SSDNow+

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: ubiquity 2.8.7
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
CasperVersion: 1.287
Date: Sat Feb 11 10:13:06 2012
LiveMediaBuild: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric ubiquity-2.8.7

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

Title:
  Can't install ubuntu 11.10 on thinkpad with ssd

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

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


[Bug 930579] Re: Can't install ubuntu 11.10 on thinkpad with ssd

2012-02-11 Thread Daniel A.
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/930579

Title:
  Can't install ubuntu 11.10 on thinkpad with ssd

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

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


[Bug 930579] Re: Can't install ubuntu 11.10 on thinkpad with ssd

2012-02-11 Thread Daniel A.
Worth to elaborate: I can still get 10.10 to work.

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

Title:
  Can't install ubuntu 11.10 on thinkpad with ssd

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

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


[Bug 928596] Re: Flurries condition is marked as 'Unknown'

2012-02-11 Thread Vadim Rutkovsky
Yay, thanks!

** Changed in: weather-indicator
   Status: Triaged = Fix Committed

** Changed in: weather-indicator
Milestone: None = 12.03.15

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

Title:
  Flurries condition is marked as 'Unknown'

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

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


[Bug 930576] Re: Can't suspend to ram while exaile with nfs share are running

2012-02-11 Thread draco
apport information

** Tags added: apport-collected

** Description changed:

  I'm enable to put the computer in sleep mode (suspend-to-ram) while exaile is 
running (even if not listening music).
  Exaile access the music collection on a NFS share.
  dmesg complain about python task that refusing to sleep with 'nfs' appearing 
in the stack trace (see attachment).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: exaile 0.3.2.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
  Uname: Linux 3.0.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Feb 11 10:02:20 2012
  InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: exaile
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 1.23-0ubuntu4
+ Architecture: amd64
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: VT2020 Analog [VT2020 Analog]
+Subdevices: 2/2
+Subdevice #0: subdevice #0
+Subdevice #1: subdevice #1
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  draco  2044 F xfce4-volumed
+  /dev/snd/controlC0:  draco  2044 F xfce4-volumed
+   draco  2066 F pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0xf3ff8000 irq 47'
+Mixer name : 'VIA VT2020'
+Components : 'HDA:11060441,104383d1,00100100'
+Controls  : 37
+Simple ctrls  : 21
+ Card1.Amixer.info:
+  Card hw:1 'NVidia'/'HDA NVidia at 0xf7cfc000 irq 17'
+Mixer name : 'Nvidia GPU 16 HDMI/DP'
+Components : 'HDA:10de0016,10de0101,00100100'
+Controls  : 16
+Simple ctrls  : 4
+ DistroRelease: Ubuntu 11.10
+ InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
+ IwConfig:
+  lono wireless extensions.
+  
+  eth0  no wireless extensions.
+  
+  eth1  no wireless extensions.
+ MachineType: System manufacturer System Product Name
+ NonfreeKernelModules: nvidia
+ Package: linux (not installed)
+ ProcEnviron:
+  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANG=fr_FR.UTF-8
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-15-generic 
root=UUID=2ce3caf2-ec57-4bcd-a56f-d8bba692c7fa ro quiet splash nomodeset 
vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
+ RelatedPackageVersions:
+  linux-restricted-modules-3.0.0-15-generic N/A
+  linux-backports-modules-3.0.0-15-generic  N/A
+  linux-firmware1.60
+ RfKill:
+  0: hci0: Bluetooth
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  oneiric
+ Uname: Linux 3.0.0-15-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm admin audio bluetooth cdrom dialout disk fuse lp lpadmin 
netdev nopasswdlogin plugdev powerdev pulse pulse-access sambashare saned 
scanner ssh ssl-cert video
+ dmi.bios.date: 12/14/2010
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 2003
+ dmi.board.asset.tag: To Be Filled By O.E.M.
+ dmi.board.name: P7P55D DELUXE
+ dmi.board.vendor: ASUSTeK Computer INC.
+ dmi.board.version: Rev 1.xx
+ dmi.chassis.asset.tag: Asset-1234567890
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Chassis Manufacture
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2003:bd12/14/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP7P55DDELUXE:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
+ dmi.product.name: System Product Name
+ dmi.product.version: System Version
+ dmi.sys.vendor: System manufacturer

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/930576/+attachment/2731207/+files/AcpiTables.txt

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

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 930576] AplayDevices.txt

2012-02-11 Thread draco
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/930576/+attachment/2731209/+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/930576

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 930576] AlsaDevices.txt

2012-02-11 Thread draco
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/930576/+attachment/2731208/+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/930576

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 930576] BootDmesg.txt

2012-02-11 Thread draco
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/930576/+attachment/2731210/+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/930576

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 930576] Card0.Amixer.values.txt

2012-02-11 Thread draco
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/930576/+attachment/2731211/+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/930576

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


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

2012-02-11 Thread draco
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/930576/+attachment/2731212/+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/930576

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 930576] Card1.Amixer.values.txt

2012-02-11 Thread draco
apport information

** Attachment added: Card1.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/930576/+attachment/2731213/+files/Card1.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/930576

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 930576] Card1.Codecs.codec.1.txt

2012-02-11 Thread draco
apport information

** Attachment added: Card1.Codecs.codec.1.txt
   
https://bugs.launchpad.net/bugs/930576/+attachment/2731215/+files/Card1.Codecs.codec.1.txt

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

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 930576] Card1.Codecs.codec.2.txt

2012-02-11 Thread draco
apport information

** Attachment added: Card1.Codecs.codec.2.txt
   
https://bugs.launchpad.net/bugs/930576/+attachment/2731216/+files/Card1.Codecs.codec.2.txt

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

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 930576] CurrentDmesg.txt

2012-02-11 Thread draco
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/930576/+attachment/2731218/+files/CurrentDmesg.txt

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

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 930576] Card1.Codecs.codec.3.txt

2012-02-11 Thread draco
apport information

** Attachment added: Card1.Codecs.codec.3.txt
   
https://bugs.launchpad.net/bugs/930576/+attachment/2731217/+files/Card1.Codecs.codec.3.txt

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

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 930576] Lsusb.txt

2012-02-11 Thread draco
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/930576/+attachment/2731220/+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/930576

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 930576] PciMultimedia.txt

2012-02-11 Thread draco
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/930576/+attachment/2731221/+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/930576

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 930576] ProcCpuinfo.txt

2012-02-11 Thread draco
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/930576/+attachment/2731222/+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/930576

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 930576] ProcModules.txt

2012-02-11 Thread draco
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/930576/+attachment/2731224/+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/930576

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 930576] PulseSinks.txt

2012-02-11 Thread draco
apport information

** Attachment added: PulseSinks.txt
   
https://bugs.launchpad.net/bugs/930576/+attachment/2731225/+files/PulseSinks.txt

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

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 930576] ProcInterrupts.txt

2012-02-11 Thread draco
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/930576/+attachment/2731223/+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/930576

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 930576] PulseSources.txt

2012-02-11 Thread draco
apport information

** Attachment added: PulseSources.txt
   
https://bugs.launchpad.net/bugs/930576/+attachment/2731226/+files/PulseSources.txt

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

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 930576] UdevLog.txt

2012-02-11 Thread draco
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/930576/+attachment/2731228/+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/930576

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 930576] WifiSyslog.txt

2012-02-11 Thread draco
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/930576/+attachment/2731229/+files/WifiSyslog.txt

** Summary changed:

- Can't suspend to ram while exaile with nfs share are running
+ Can't suspend to ram while exaile with NFS share is running

** Description changed:

  I'm enable to put the computer in sleep mode (suspend-to-ram) while exaile is 
running (even if not listening music).
  Exaile access the music collection on a NFS share.
- dmesg complain about python task that refusing to sleep with 'nfs' appearing 
in the stack trace (see attachment).
+ dmesg complain about python task that refusing to sleep with 'nfs' appearing 
in the stack trace.
+ See Currentdmesg attachment : 
+ - first suspend-to-ram before launching exaile, but with thunar accessing a 
NFS directory
+ - second try (at 475') after launching Exaile and stop playing music
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: exaile 0.3.2.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
  Uname: Linux 3.0.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Feb 11 10:02:20 2012
  InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  PackageArchitecture: all
  ProcEnviron:
-  PATH=(custom, user)
-  LANG=fr_FR.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANG=fr_FR.UTF-8
+  SHELL=/bin/bash
  SourcePackage: exaile
  UpgradeStatus: No upgrade log present (probably fresh install)
- --- 
+ ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  ArecordDevices:
-   List of CAPTURE Hardware Devices 
-  card 0: Intel [HDA Intel], device 0: VT2020 Analog [VT2020 Analog]
-Subdevices: 2/2
-Subdevice #0: subdevice #0
-Subdevice #1: subdevice #1
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: VT2020 Analog [VT2020 Analog]
+    Subdevices: 2/2
+    Subdevice #0: subdevice #0
+    Subdevice #1: subdevice #1
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  draco  2044 F xfce4-volumed
-  /dev/snd/controlC0:  draco  2044 F xfce4-volumed
-   draco  2066 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  draco  2044 F xfce4-volumed
+  /dev/snd/controlC0:  draco  2044 F xfce4-volumed
+   draco  2066 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
-  Card hw:0 'Intel'/'HDA Intel at 0xf3ff8000 irq 47'
-Mixer name : 'VIA VT2020'
-Components : 'HDA:11060441,104383d1,00100100'
-Controls  : 37
-Simple ctrls  : 21
+  Card hw:0 'Intel'/'HDA Intel at 0xf3ff8000 irq 47'
+    Mixer name : 'VIA VT2020'
+    Components : 'HDA:11060441,104383d1,00100100'
+    Controls  : 37
+    Simple ctrls  : 21
  Card1.Amixer.info:
-  Card hw:1 'NVidia'/'HDA NVidia at 0xf7cfc000 irq 17'
-Mixer name : 'Nvidia GPU 16 HDMI/DP'
-Components : 'HDA:10de0016,10de0101,00100100'
-Controls  : 16
-Simple ctrls  : 4
+  Card hw:1 'NVidia'/'HDA NVidia at 0xf7cfc000 irq 17'
+    Mixer name : 'Nvidia GPU 16 HDMI/DP'
+    Components : 'HDA:10de0016,10de0101,00100100'
+    Controls  : 16
+    Simple ctrls  : 4
  DistroRelease: Ubuntu 11.10
  InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  IwConfig:
-  lono wireless extensions.
-  
-  eth0  no wireless extensions.
-  
-  eth1  no wireless extensions.
+  lono wireless extensions.
+ 
+  eth0  no wireless extensions.
+ 
+  eth1  no wireless extensions.
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
-  SHELL=/bin/bash
-  PATH=(custom, user)
-  LANG=fr_FR.UTF-8
+  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANG=fr_FR.UTF-8
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-15-generic 
root=UUID=2ce3caf2-ec57-4bcd-a56f-d8bba692c7fa ro quiet splash nomodeset 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
  RelatedPackageVersions:
-  linux-restricted-modules-3.0.0-15-generic N/A
-  linux-backports-modules-3.0.0-15-generic  N/A
-  linux-firmware1.60
+  linux-restricted-modules-3.0.0-15-generic N/A
+  linux-backports-modules-3.0.0-15-generic  N/A
+  linux-firmware1.60
  RfKill:
-  0: hci0: Bluetooth
-   Soft blocked: no
-   Hard blocked: no
+  0: hci0: Bluetooth
+   Soft blocked: no
+   Hard blocked: no
  Tags:  oneiric
  Uname: Linux 3.0.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin audio bluetooth cdrom dialout disk fuse lp lpadmin 
netdev nopasswdlogin plugdev powerdev pulse pulse-access sambashare saned 
scanner ssh ssl-cert video
  dmi.bios.date: 

[Bug 930576] UdevDb.txt

2012-02-11 Thread draco
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/930576/+attachment/2731227/+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/930576

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 930576] Re: Can't suspend to ram while exaile with NFS share is running

2012-02-11 Thread draco
assigning to pm-utils from exaile regarding recommandation on
https://wiki.ubuntu.com/Bugs/FindRightPackage

** Package changed: exaile (Ubuntu) = pm-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/930576

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 920181] Re: Program closes when I select settings from menu

2012-02-11 Thread Terry Martz
backtrace info

Application: Konversation (konversation), signal: Aborted
[Current thread is 1 (Thread 0xb781f710 (LWP 3556))]

Thread 3 (Thread 0xb6bffb70 (LWP 3558)):
#0  0x03e210ac in ?? () from /lib/i386-linux-gnu/libc.so.6
#1  0x03e043f7 in poll () from /lib/i386-linux-gnu/libc.so.6
#2  0x0171134b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0x01702896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4  0x01702f9b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
#5  0x06f80cea in ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
#6  0x017295f4 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#7  0x00f31d31 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#8  0x03e130ce in clone () from /lib/i386-linux-gnu/libc.so.6
Backtrace stopped: Not enough registers or memory available to unwind further

Thread 2 (Thread 0xb0f8db70 (LWP 3694)):
#0  0x016b9d10 in clock_gettime () from /lib/i386-linux-gnu/librt.so.1
#1  0x064007d5 in ?? () from /usr/lib/i386-linux-gnu/libQtCore.so.4
#2  0x064d34b6 in ?? () from /usr/lib/i386-linux-gnu/libQtCore.so.4
#3  0x064d380a in ?? () from /usr/lib/i386-linux-gnu/libQtCore.so.4
#4  0x064d2053 in ?? () from /usr/lib/i386-linux-gnu/libQtCore.so.4
#5  0x064d20ed in ?? () from /usr/lib/i386-linux-gnu/libQtCore.so.4
#6  0x0170188c in g_main_context_prepare () from 
/lib/i386-linux-gnu/libglib-2.0.so.0
#7  0x01702637 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#8  0x01702c2a in g_main_context_iteration () from 
/lib/i386-linux-gnu/libglib-2.0.so.0
#9  0x064d2b37 in 
QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () 
from /usr/lib/i386-linux-gnu/libQtCore.so.4
#10 0x064a31dd in 
QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () from 
/usr/lib/i386-linux-gnu/libQtCore.so.4
#11 0x064a3421 in QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) () 
from /usr/lib/i386-linux-gnu/libQtCore.so.4
#12 0x063a690b in QThread::exec() () from /usr/lib/i386-linux-gnu/libQtCore.so.4
#13 0x06483e2d in ?? () from /usr/lib/i386-linux-gnu/libQtCore.so.4
#14 0x063a97b3 in ?? () from /usr/lib/i386-linux-gnu/libQtCore.so.4
#15 0x00f31d31 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#16 0x03e130ce in clone () from /lib/i386-linux-gnu/libc.so.6
Backtrace stopped: Not enough registers or memory available to unwind further

Thread 1 (Thread 0xb781f710 (LWP 3556)):
[KCrash Handler]
#7  0x0064f416 in __kernel_vsyscall ()
#8  0x03d6ec8f in raise () from /lib/i386-linux-gnu/libc.so.6
#9  0x03d722b5 in abort () from /lib/i386-linux-gnu/libc.so.6
#10 0x0639f4a6 in qt_message_output(QtMsgType, char const*) () from 
/usr/lib/i386-linux-gnu/libQtCore.so.4
#11 0x0639f8db in ?? () from /usr/lib/i386-linux-gnu/libQtCore.so.4
#12 0x0639f9f8 in qFatal(char const*, ...) () from 
/usr/lib/i386-linux-gnu/libQtCore.so.4
#13 0x0639fa85 in qt_assert(char const*, char const*, int) () from 
/usr/lib/i386-linux-gnu/libQtCore.so.4
#14 0x029c95c8 in 
QSpiAccessibleBridge::interfaceToAccessible(QAccessibleInterface*, int, bool) 
() from /usr/lib/qt4/plugins/accessiblebridge/libqspiaccessiblebridge.so
#15 0x029ca027 in QSpiAccessibleBridge::notifyAboutCreation(QSpiAdaptor*) () 
from /usr/lib/qt4/plugins/accessiblebridge/libqspiaccessiblebridge.so
#16 0x029c957a in 
QSpiAccessibleBridge::interfaceToAccessible(QAccessibleInterface*, int, bool) 
() from /usr/lib/qt4/plugins/accessiblebridge/libqspiaccessiblebridge.so
#17 0x029cab7d in QSpiAccessibleBridge::notifyAccessibilityUpdate(int, 
QAccessibleInterface*, int) () from 
/usr/lib/qt4/plugins/accessiblebridge/libqspiaccessiblebridge.so
#18 0x04ffb3ee in QAccessible::updateAccessibility(QObject*, int, 
QAccessible::Event) () from /usr/lib/i386-linux-gnu/libQtGui.so.4
#19 0x04ab9038 in QWidget::changeEvent(QEvent*) () from 
/usr/lib/i386-linux-gnu/libQtGui.so.4
#20 0x04ac64d8 in QWidget::event(QEvent*) () from 
/usr/lib/i386-linux-gnu/libQtGui.so.4
#21 0x04a6bd84 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from 
/usr/lib/i386-linux-gnu/libQtGui.so.4
#22 0x04a711d8 in QApplication::notify(QObject*, QEvent*) () from 
/usr/lib/i386-linux-gnu/libQtGui.so.4
#23 0x01174971 in KApplication::notify(QObject*, QEvent*) () from 
/usr/lib/libkdeui.so.5
#24 0x064a419e in QCoreApplication::notifyInternal(QObject*, QEvent*) () from 
/usr/lib/i386-linux-gnu/libQtCore.so.4
#25 0x04ac7e87 in QWidgetPrivate::setEnabled_helper(bool) () from 
/usr/lib/i386-linux-gnu/libQtGui.so.4
#26 0x04ac9ef6 in QWidget::setParent(QWidget*, QFlagsQt::WindowType) () from 
/usr/lib/i386-linux-gnu/libQtGui.so.4
#27 0x04acafd3 in QWidgetPrivate::init(QWidget*, QFlagsQt::WindowType) () 
from /usr/lib/i386-linux-gnu/libQtGui.so.4
#28 0x04acb603 in QWidget::QWidget(QWidget*, QFlagsQt::WindowType) () from 
/usr/lib/i386-linux-gnu/libQtGui.so.4
#29 0x04f5e843 in QAbstractScrollAreaPrivate::init() () from 
/usr/lib/i386-linux-gnu/libQtGui.so.4
#30 0x04f5ecc4 in 

[Bug 930299] Re: [12.04] Error while burning a ISO CD

2012-02-11 Thread RIVIERE Aurélien
Using Nautilus :

ubuntu@precise:~$ gdb nautilus
GNU gdb (Ubuntu/Linaro 7.4-0ubuntu1) 7.4
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/nautilus...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/nautilus 
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[New Thread 0x7fffeaf16700 (LWP 18541)]
[New Thread 0x7fffea715700 (LWP 18542)]
[New Thread 0x7fffe9f14700 (LWP 18543)]
[New Thread 0x7fffe950b700 (LWP 18544)]
Initializing nautilus-open-terminal extension
Initializing nautilus-gdu extension
Nautilus-Share-Message: Called net usershare info but it failed: 'net 
usershare' returned error 255: net usershare: cannot open usershare directory 
/var/lib/samba/usershares. Error No such file or directory
Please ask your system administrator to enable user sharing.

[Thread 0x7fffea715700 (LWP 18542) exited]
[New Thread 0x7fffea715700 (LWP 18549)]
[New Thread 0x7fffcabad700 (LWP 18550)]
[Thread 0x7fffea715700 (LWP 18549) exited]
[Thread 0x7fffcabad700 (LWP 18550) exited]
[New Thread 0x7fffcabad700 (LWP 18557)]

Program received signal SIGSEGV, Segmentation fault.
0x7fffd73cb2c2 in ?? () from /usr/lib/libbrasero-utils3.so.1

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

Title:
  [12.04] Error while burning a ISO CD

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

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


[Bug 930580] Re: package wine1.3 1.3.28-0ubuntu1 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

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

Title:
  package wine1.3 1.3.28-0ubuntu1 failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.3/+bug/930580/+subscriptions

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


[Bug 930580] [NEW] package wine1.3 1.3.28-0ubuntu1 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2012-02-11 Thread NamelessOne
Public bug reported:

package wine1.3 1.3.28-0ubuntu1 failed to install/upgrade: subprocess
installed post-removal script returned error exit status 1

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: wine1.3 1.3.28-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-12.21-generic 3.2.2
Uname: Linux 3.2.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Sat Feb 11 13:22:54 2012
DpkgTerminalLog:
 Removing wine1.3 ...
 debconf: DbDriver config: could not open /var/cache/debconf/config.dat
 dpkg: error processing wine1.3 (--remove):
  subprocess installed post-removal script returned error exit status 1
ErrorMessage: subprocess installed post-removal script returned error exit 
status 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427)
SourcePackage: wine1.3
Title: package wine1.3 1.3.28-0ubuntu1 failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 1
UpgradeStatus: Upgraded to precise on 2012-02-11 (0 days ago)

** Affects: wine1.3 (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/930580

Title:
  package wine1.3 1.3.28-0ubuntu1 failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.3/+bug/930580/+subscriptions

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


[Bug 930289] Re: Sound Settings crashes with segmentation fault

2012-02-11 Thread zzecool
Running Precise 64 bit here with latest updates.


This is my console output


gnome-control-center 

 2 profiles supported on port Speakers

 2 profiles supported on port Headphones

 2 profiles supported on port Analog Input / Microphone

 1 profiles supported on port Analog Input / Line In

 3 profiles supported on port Microphone

 2 profiles supported on port Analog Input / Line In

 1 profiles supported on port Analog Input / Microphone

 0 profiles supported on port Analog Input / Microphone

 0 profiles supported on port Analog Input / Line In

 device-priv-disable_profile_swapping = 1 
Segmentation fault (core dumped)

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

Title:
  Sound Settings crashes with segmentation fault

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

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


[Bug 924660] Re: 12.04 Installer stuck on 'Removing conflicting operating system files'

2012-02-11 Thread Marco Chiappetta
I confirm this happens also on i386 version and not only on the x86_64.
I tried to install Alpha 2 on an Asus Eee 1201N.

May I suggest to set the importance to High since it prevents the user
from installing the distribution using a separate home directory? Thank
you in advance.

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

Title:
  12.04 Installer stuck on 'Removing conflicting operating system files'

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

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


[Bug 930576] Lspci.txt

2012-02-11 Thread draco
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/930576/+attachment/2731219/+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/930576

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


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

2012-02-11 Thread draco
apport information

** Attachment added: Card1.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/930576/+attachment/2731214/+files/Card1.Codecs.codec.0.txt

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

Title:
  Can't suspend to ram while exaile with NFS share is running

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

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


[Bug 930552] Re: produce broken scan image with snapscan S300 scanner

2012-02-11 Thread Hiroshi Miura
It is not possile to reproduce the problem without modifing test
backend.

I attach my suggestion for sane-backend.

I'm not sure it is good for sane standard...


** Patch added: test-zero-length.patch
   
https://bugs.launchpad.net/ubuntu/+source/libsane-perl/+bug/930552/+attachment/2731243/+files/test-zero-length.patch

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

Title:
  produce broken scan image with snapscan S300 scanner

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsane-perl/+bug/930552/+subscriptions

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


[Bug 897271] Re: descriptive text in gschema files are wrong

2012-02-11 Thread Fritz Heinrichmeyer
i meant there are no descriptions shown in the dconf-editor for
toplevels, i e animation-speed, despide of this texts are there in the
mentioned file.

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

Title:
  descriptive text in gschema files are wrong

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

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


[Bug 741887] Re: virsh snapshot-create too slow (kvm, qcow2, savevm)

2012-02-11 Thread Cinquero
Cool. Writes about 9 times the data of the actual snapshot size.

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

Title:
  virsh snapshot-create too slow (kvm, qcow2, savevm)

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

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


[Bug 930583] Re: session-installer crashed with RuntimeError in /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py: Gtk couldn't be initialized

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

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

** Tags removed: need-duplicate-check

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/930583/+attachment/2731245/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/930583/+attachment/2731246/+files/ProcStatus.txt

** Visibility changed to: Public

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

** Visibility changed to: Public

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

Title:
  session-installer crashed with RuntimeError in /usr/lib/python2.7
  /dist-packages/gi/overrides/Gtk.py: Gtk couldn't be initialized

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

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


[Bug 930582] Re: gnome-settings-daemon crashed with SIGSEGV in g_cclosure_marshal_VOID__STRING()

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

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/930582/+attachment/2731235/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/930582/+attachment/2731237/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/930582/+attachment/2731238/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/930582/+attachment/2731239/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/930582/+attachment/2731240/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/930582/+attachment/2731241/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/930582/+attachment/2731242/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 834025
   gnome-settings-daemon crashed with SIGSEGV in cond_setting_changed()

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  gnome-settings-daemon crashed with SIGSEGV in
  g_cclosure_marshal_VOID__STRING()

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

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


[Bug 930534] Re: precise desktop amd64 failed to upgrade: gwibber: Depends: gwibber-service (= 3.3.3-0ubuntu2) but 3.3.3-0ubuntu1 is installed.

2012-02-11 Thread Bilal Shahid
** Changed in: gwibber
   Importance: Undecided = High

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

** Changed in: gwibber
   Importance: High = Medium

** Changed in: gwibber (Ubuntu)
   Importance: Medium = Low

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

Title:
  precise desktop amd64 failed to upgrade: gwibber: Depends: gwibber-
  service (= 3.3.3-0ubuntu2) but 3.3.3-0ubuntu1 is installed.

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

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


[Bug 930116] Re: lxc slow start unexpectedly disconnected from boot status daemon

2012-02-11 Thread Andy Igoshin
yes you are right. delay was due to dhcp request.


i saw incorrect path in the log :

Feb 11 06:36:44 localhost dhclient: can't create
/var/lib/dhcp3/dhclient.eth0.leases: No such file or directory

real path is /var/lib/dhcp

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

Title:
  lxc slow start  unexpectedly disconnected from boot status daemon

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

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


  1   2   3   4   5   6   7   8   9   10   >