[Bug 2058328] [NEW] rasdaemon doesn't actually log anything

2024-03-18 Thread Jeffrey Baker
Public bug reported:

Release:23.10

% apt policy rasdaemon
rasdaemon:
  Installed: 0.6.8-1.1
  Candidate: 0.6.8-1.1
  Version table:
 *** 0.6.8-1.1 500
500 http://us.archive.ubuntu.com/ubuntu mantic/universe amd64 Packages
100 /var/lib/dpkg/status

% uname -r
6.5.0-26-generic

Machine check errors are noted in dmesg, but rasdaemon logs nothing.

[Mon Mar 18 21:56:36 2024] mce: [Hardware Error]: Machine check events logged
[Mon Mar 18 21:56:37 2024] mce: [Hardware Error]: Machine check events logged
[Mon Mar 18 22:07:29 2024] mce: [Hardware Error]: Machine check events logged
[Mon Mar 18 22:07:30 2024] mce: [Hardware Error]: Machine check events logged
[Mon Mar 18 22:15:20 2024] mce: [Hardware Error]: Machine check events logged
% sudo journalctl -f -u rasdaemon

Mar 18 21:52:41 fractal rasdaemon[988]: Family 6 Model b7 CPU: only decoding 
architectural errors
Mar 18 21:52:41 fractal rasdaemon[988]: mce:mce_record event enabled
Mar 18 21:52:41 fractal systemd[1]: Started rasdaemon.service - RAS daemon to 
log the RAS events.
Mar 18 21:52:41 fractal rasdaemon[988]: Enabled event mce:mce_record
Mar 18 21:52:41 fractal rasdaemon[988]: ras:extlog_mem_event event enabled
Mar 18 21:52:41 fractal rasdaemon[988]: Enabled event ras:extlog_mem_event
Mar 18 21:52:41 fractal rasdaemon[988]: rasdaemon: Recording mc_event events
Mar 18 21:52:41 fractal rasdaemon[988]: rasdaemon: Recording aer_event events
Mar 18 21:52:41 fractal rasdaemon[988]: rasdaemon: Recording extlog_event events
Mar 18 21:52:41 fractal rasdaemon[988]: rasdaemon: Recording mce_record events
% sudo ras-mc-ctl --errors
No Memory errors.

No PCIe AER errors.

No Extlog errors.

No MCE errors.

** Affects: rasdaemon (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/2058328

Title:
  rasdaemon doesn't actually log anything

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


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

[Bug 1956159] [NEW] XDMCP sessions show "Oh no!" screen instead of greeter

2022-01-01 Thread Jeffrey Baker
Public bug reported:

On both Impish and Jammy, gdm3 does not offer greeter to XDMCP sessions.
Instead, it shows the "Oh no! Something has gone wrong" image on the
root window. This indicates that the XDMCP part is working, but the
session is not.

Expected: remote sessions should work out of the box.

$ lsb_release -rd
Description:Ubuntu Jammy Jellyfish (development branch)
Release:22.04
$ apt policy gdm3
gdm3:
  Installed: 41.0-3ubuntu2
  Candidate: 41.0-3ubuntu2
  Version table:
 *** 41.0-3ubuntu2 500
500 http://mirrors.sonic.net/ubuntu jammy/main amd64 Packages
100 /var/lib/dpkg/status
$ apt policy gnome-session-bin
gnome-session-bin:
  Installed: 40.1.1-3ubuntu1
  Candidate: 40.1.1-3ubuntu1
  Version table:
 *** 40.1.1-3ubuntu1 500
500 http://mirrors.sonic.net/ubuntu jammy/main amd64 Packages
100 /var/lib/dpkg/status
$ diff -u gdm3/etc/gdm3/custom.conf /etc/gdm3/custom.conf 
--- gdm3/etc/gdm3/custom.conf   2021-12-08 08:06:05.0 -0800
+++ /etc/gdm3/custom.conf   2022-01-01 09:54:55.293144516 -0800
@@ -18,6 +18,9 @@
 [security]
 
 [xdmcp]
+Enable=true
+HonorIndirect=true
+ShowLocalGreeter=false
 
 [chooser]
 
@@ -25,5 +28,5 @@
 # Uncomment the line below to turn on debugging
 # More verbose logs
 # Additionally lets the X server dump core if it crashes
-#Enable=true
+Enable=true

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

** Attachment added: "syslog from remote session attempt"
   
https://bugs.launchpad.net/bugs/1956159/+attachment/5550576/+files/xdmcp-session-syslog.txt

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

Title:
  XDMCP sessions show "Oh no!" screen instead of greeter

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


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

[Bug 1810535] [NEW] go 1.10 fails to symlink misc into GOROOT

2019-01-04 Thread Jeffrey Baker
Public bug reported:

$ lsb_release -rd
Description:Ubuntu 16.04.5 LTS
Release:16.04

$ apt-cache policy golang-1.10
golang-1.10:
  Installed: 1.10.4-2ubuntu1~16.04.1
  Candidate: 1.10.4-2ubuntu1~16.04.1
  Version table:
 *** 1.10.4-2ubuntu1~16.04.1 500
500 http://apt-u16-sjc.vip.dbxnw.net/annex-apt-xenial/apt/xenial 
xenial-updates/universe amd64 Packages
100 /var/lib/dpkg/status
 1.10-1ubuntu1~16.04.1 100
100 http://apt-u16-sjc.vip.dbxnw.net/annex-apt-xenial/apt/xenial 
xenial-backports/universe amd64 Packages

Go 1.10 adds a "misc" directory to the distribution.  This directory
must exist in $GOROOT.  Among other things, "misc" is required to serve
the HTTP UI of `go tool trace`.  There should be a symlink such that
/usr/lib/go-1.10/misc -> /usr/share/go-1.10/misc.  Without this symlink,
`go tool trace` will serve 404 errors.

To reproduce, try using `go tool trace -http`.  Your browser will get a
404 error if you view the trace.  To resolve, add the symlink.

** Affects: golang-1.10 (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/1810535

Title:
  go 1.10 fails to symlink misc into GOROOT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.10/+bug/1810535/+subscriptions

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

[Bug 654523] Re: Warning produced by wrong string in /var/lib/dpkg/available

2010-10-04 Thread Jeffrey Baker
** Changed in: update-manager (Ubuntu)
   Status: New = Confirmed

-- 
Warning produced by wrong string in /var/lib/dpkg/available
https://bugs.launchpad.net/bugs/654523
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 312980] Re: Fn+F5 does not enable bluetooth

2010-09-24 Thread Jeffrey Baker
As far as I can tell this works fine in Lucid.

-- 
Fn+F5 does not enable bluetooth
https://bugs.launchpad.net/bugs/312980
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 609443] Re: Workrave Backround does not Match Ubuntu 10.04's

2010-09-20 Thread Jeffrey Baker
** Changed in: workrave (Ubuntu)
   Status: New = Confirmed

-- 
Workrave Backround does not Match Ubuntu 10.04's
https://bugs.launchpad.net/bugs/609443
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 11899] Re: Cannot recover unsaved email after system crash

2010-09-15 Thread Jeffrey Baker
This guy is going around and just changing all the open bugs from 2005
from Confirmed to Incomplete.  Is there some way we can roll back his
asshattery?

-- 
Cannot recover unsaved email after system crash
https://bugs.launchpad.net/bugs/11899
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 631162] Re: Switch off bluetooth command missing

2010-09-10 Thread Jeffrey Baker
*** This bug is a duplicate of bug 629452 ***
https://bugs.launchpad.net/bugs/629452

** This bug has been marked a duplicate of bug 629452
   can not disable bluetooth in applet menu
 * You can subscribe to bug 629452 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/629452/+subscribe

-- 
Switch off bluetooth command missing
https://bugs.launchpad.net/bugs/631162
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 630543] Re: bluetooth-applet no longer offers option to turn off bluetooth

2010-09-10 Thread Jeffrey Baker
*** This bug is a duplicate of bug 629452 ***
https://bugs.launchpad.net/bugs/629452

** This bug has been marked a duplicate of bug 629452
   can not disable bluetooth in applet menu
 * You can subscribe to bug 629452 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/629452/+subscribe

-- 
bluetooth-applet no longer offers option to turn off bluetooth
https://bugs.launchpad.net/bugs/630543
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 629452] Re: can not disable bluetooth in applet menu

2010-09-10 Thread Jeffrey Baker
Let us hope this is a bug and not a design decision.

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

-- 
can not disable bluetooth in applet menu
https://bugs.launchpad.net/bugs/629452
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620332] Re: Empathy leaks memory

2010-09-02 Thread Jeffrey Baker
Upstream claims to have a fix.  It would be nice to have this in 10.04.2

** Tags added: patch

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

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


[Bug 620332] Re: Empathy leaks memory

2010-08-23 Thread Jeffrey Baker
I guess it is now the policy that Incomplete means The reporter did
not personally fix the bug.  Log attached.

** Attachment added: Valgrind log
   
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/620332/+attachment/1512177/+files/valgrind.log

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

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

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


[Bug 622096] [NEW] computer failed to suspend with fn+f4 but suspends from menu

2010-08-22 Thread Jeffrey Baker
Public bug reported:

Binary package hint: gnome-power-manager

When two people are logged into my ThinkPad X61, sometimes Ubuntu
refuses to suspend using the keystroke fn+f4, which is the normal way.
The message is Your computer failed to suspend.  The failure was
reported as: Cannot suspend which by the way is also a rather pointless
and uninformative message.  However, if I use the mouse to select
suspend from the menu in the upper right corner of the panel, it works
fine.  So the problem is obviously with the handling of the function
key.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gnome-power-manager 2.30.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-24.41-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Sun Aug 22 08:36:18 2010
GnomeSessionIdleInhibited: No
GnomeSessionInhibitors: None
GnomeSessionSuspendInhibited: No
MachineType: LENOVO 76734NU
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=UUID=4f117e7c-78cb-490f-a7fd-e056f537edfb ro quiet splash
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: gnome-power-manager
dmi.bios.date: 07/01/2008
dmi.bios.vendor: LENOVO
dmi.bios.version: 7NETB6WW (2.16 )
dmi.board.name: 76734NU
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7NETB6WW(2.16):bd07/01/2008:svnLENOVO:pn76734NU:pvrThinkPadX61:rvnLENOVO:rn76734NU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 76734NU
dmi.product.version: ThinkPad X61
dmi.sys.vendor: LENOVO

** Affects: gnome-power-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
computer failed to suspend with fn+f4 but suspends from menu
https://bugs.launchpad.net/bugs/622096
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 622096] Re: computer failed to suspend with fn+f4 but suspends from menu

2010-08-22 Thread Jeffrey Baker

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/622096/+attachment/1509982/+files/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/622096/+attachment/1509983/+files/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/622096/+attachment/1509984/+files/Dependencies.txt

** Attachment added: DevkitPower.txt
   
https://bugs.launchpad.net/bugs/622096/+attachment/1509985/+files/DevkitPower.txt

** Attachment added: GConfNonDefault.txt
   
https://bugs.launchpad.net/bugs/622096/+attachment/1509986/+files/GConfNonDefault.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/622096/+attachment/1509987/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/622096/+attachment/1509988/+files/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/622096/+attachment/1509989/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/622096/+attachment/1509990/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/622096/+attachment/1509991/+files/ProcModules.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/622096/+attachment/1509992/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/622096/+attachment/1509993/+files/UdevLog.txt

** Attachment added: gnome-power-bugreport.txt
   
https://bugs.launchpad.net/bugs/622096/+attachment/1509994/+files/gnome-power-bugreport.txt

-- 
computer failed to suspend with fn+f4 but suspends from menu
https://bugs.launchpad.net/bugs/622096
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620332] [NEW] Empathy leaks memory

2010-08-19 Thread Jeffrey Baker
Public bug reported:

Binary package hint: empathy

Lucid/64 empathy 2.30.2-0ubuntu1.  It leaks like crazy.  According to
/proc:

VmPeak:  1265672 kB
VmSize:  1265652 kB
VmLck: 0 kB
VmHWM:812188 kB
VmRSS:812168 kB
VmData:   892920 kB
VmStk:   212 kB
VmExe:   920 kB
VmLib: 51344 kB
VmPTE:  2260 kB

I have it configured with one jabber account and one aim account, and I
have very little traffic.  It seems to just leak memory while it sits
there.

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

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

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


[Bug 554569] Re: [lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)

2010-06-23 Thread Jeffrey Baker
Yep, I've tried a number of the mainline versions and they have all had
this problem.

-- 
[lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)
https://bugs.launchpad.net/bugs/554569
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 27037] Re: mdadm cannot assemble array as cannot open drive with O_EXCL

2010-06-22 Thread Jeffrey Baker
HAHAHA fix released?  Two people just reproduced the bug in the most
recent and second most recent distro within the last 24 hours!

-- 
mdadm cannot assemble array as cannot open drive with O_EXCL
https://bugs.launchpad.net/bugs/27037
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 373456] Re: Missing gridengine MCA ras

2010-06-22 Thread Jeffrey Baker
** Changed in: openmpi (Ubuntu)
   Status: New = Confirmed

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

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


[Bug 27037] apport-collect data

2010-06-21 Thread Jeffrey Baker
AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 2: 
ls: cannot access /dev/snd/: No such file or directory
AplayDevices: Error: [Errno 2] No such file or directory
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory
DistroRelease: Ubuntu 9.10
Ec2AMI: ami-55739e3c
Ec2AMIManifest: 
ubuntu-images-us/ubuntu-karmic-9.10-amd64-server-20100121.manifest.xml
Ec2AvailabilityZone: us-east-1c
Ec2InstanceType: m1.xlarge
Ec2Kernel: aki-fd15f694
Ec2Ramdisk: ari-7b739e12
Lspci:
 
Lsusb: Error: command ['lsusb'] failed with exit code 1:
Package: linux (not installed)
ProcCmdLine: root=/dev/sda1 ro 4
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-302.7-ec2
Tags: ec2-images
Uname: Linux 2.6.31-302-ec2 x86_64
UserGroups:

-- 
mdadm cannot assemble array as cannot open drive with O_EXCL
https://bugs.launchpad.net/bugs/27037
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 27037] BootDmesg.txt

2010-06-21 Thread Jeffrey Baker

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/50689103/BootDmesg.txt

-- 
mdadm cannot assemble array as cannot open drive with O_EXCL
https://bugs.launchpad.net/bugs/27037
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 27037] CurrentDmesg.txt

2010-06-21 Thread Jeffrey Baker

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/50689104/CurrentDmesg.txt

-- 
mdadm cannot assemble array as cannot open drive with O_EXCL
https://bugs.launchpad.net/bugs/27037
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 27037] ProcCpuinfo.txt

2010-06-21 Thread Jeffrey Baker

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/50689105/ProcCpuinfo.txt

-- 
mdadm cannot assemble array as cannot open drive with O_EXCL
https://bugs.launchpad.net/bugs/27037
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 27037] ProcInterrupts.txt

2010-06-21 Thread Jeffrey Baker

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/50689106/ProcInterrupts.txt

-- 
mdadm cannot assemble array as cannot open drive with O_EXCL
https://bugs.launchpad.net/bugs/27037
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 27037] ProcModules.txt

2010-06-21 Thread Jeffrey Baker

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/50689111/ProcModules.txt

-- 
mdadm cannot assemble array as cannot open drive with O_EXCL
https://bugs.launchpad.net/bugs/27037
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 27037] UdevDb.txt

2010-06-21 Thread Jeffrey Baker

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/50689113/UdevDb.txt

-- 
mdadm cannot assemble array as cannot open drive with O_EXCL
https://bugs.launchpad.net/bugs/27037
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 27037] UdevLog.txt

2010-06-21 Thread Jeffrey Baker

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/50689122/UdevLog.txt

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

** Tags added: apport-collected

-- 
mdadm cannot assemble array as cannot open drive with O_EXCL
https://bugs.launchpad.net/bugs/27037
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 27037] Re: mdadm cannot assemble array as cannot open drive with O_EXCL

2010-06-21 Thread Jeffrey Baker
@Jeremy Foshee I ran my apport-collect on a Karmic server above.  I had
the same workaround as one of the above commenters.  I had a useless,
incomplete md_d0 listed in mdstat which had claimed three of the four
devices in my RAID.  I stopped md_d0 and assembled the RAID again with
success.


$ cat /proc/mdstat 
Personalities : [raid0] 
md_d0 : inactive sde[3](S) sdc[1](S) sdd[2](S)
  1321098048 blocks
  
unused devices: none
# mdadm --assemble /dev/md0 /dev/sdb /dev/sdc /dev/sdd /dev/sde
mdadm: /dev/md0 has been started with 4 drives.
# cat /proc/mdstat 
Personalities : [raid0] 
md0 : active raid0 sdb[0] sde[3] sdd[2] sdc[1]
  1761460224 blocks 1024k chunks
  
unused devices: none


** Tags added: karmic

-- 
mdadm cannot assemble array as cannot open drive with O_EXCL
https://bugs.launchpad.net/bugs/27037
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 27037] Re: mdadm cannot assemble array as cannot open drive with O_EXCL

2010-06-21 Thread Jeffrey Baker
There is really no reason to believe this bug does _not_ exist in the
current release, since it has existed for years in past releases and has
not been specifically addressed.  Setting this bug to incomplete
repeatedly is how we managed to have this longstanding bug for so long.
It's a form of institutionalized buck-passing that really shouldn't be
encouraged.

Please do not set this bug to incomplete unless you have a specific
reason to believe there is a fix that needs testing.  As we do not have
a specific means of reproducing this bug, which occurs randomly, asking
users to test Lucid or to test the upstream is not really a reasonable
request, and in any case the existence of the bug cannot be confirmed or
denied by a short test.

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

-- 
mdadm cannot assemble array as cannot open drive with O_EXCL
https://bugs.launchpad.net/bugs/27037
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 591475] Re: Spurious abort message after successful pvmove

2010-06-09 Thread Jeffrey Baker
Good to know the error is in fact harmless.

-- 
Spurious abort message after successful pvmove
https://bugs.launchpad.net/bugs/591475
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 321667] Re: memory usage pvmove / Refactor pvmove allocation code

2010-06-08 Thread Jeffrey Baker
I'm not seeing this on Lucid.  pvmove memory size holds steady during
the move.

-- 
memory usage pvmove / Refactor pvmove allocation code
https://bugs.launchpad.net/bugs/321667
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 119364] Re: dm-mirror is not auto loaded

2010-06-08 Thread Jeffrey Baker
Still there in Lucid.

** Tags added: lucid

-- 
dm-mirror is not auto loaded
https://bugs.launchpad.net/bugs/119364
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 591475] [NEW] Spurious abort message after successful pvmove

2010-06-08 Thread Jeffrey Baker
Public bug reported:

Binary package hint: lvm2

lvm2 2.02.39-0ubuntu11 on Karmic.  pvmove sometimes issues a spurious
error message at the end of a successful move.  To wit:

# pvmove -i 60 -v /dev/sde1
Finding volume group homedirs
Archiving volume group homedirs metadata (seqno 17).
Creating logical volume pvmove0
Moving 25599 extents of logical volume homedirs/homedirs_lv
Found volume group homedirs
Updating volume group metadata
Creating volume group backup /etc/lvm/backup/homedirs (seqno 18).
Found volume group homedirs
Found volume group homedirs
Suspending homedirs-homedirs_lv (254:1) with device flush
Found volume group homedirs
Creating homedirs-pvmove0
Loading homedirs-pvmove0 table
Resuming homedirs-pvmove0 (254:2)
Found volume group homedirs
Loading homedirs-pvmove0 table
Suppressed homedirs-pvmove0 identical table reload.
Loading homedirs-homedirs_lv table
Resuming homedirs-homedirs_lv (254:1)
Checking progress every 60 seconds
  /dev/sde1: Moved: 1.4%
[... time passes ...]
  /dev/sde1: Moved: 99.6%
  ABORTING: Can't find mirror LV in homedirs for /dev/sde1
# pvs
  PV VG   Fmt  Attr PSizePFree
  /dev/sdb1   lvm2 --100.00G 100.00G
  /dev/sdc1   lvm2 --100.00G 100.00G
  /dev/sdd1   lvm2 --100.00G 100.00G
  /dev/sde1  homedirs lvm2 a-100.00G 100.00G
  /dev/sdf1  homedirs lvm2 a-100.00G  0
  /dev/sdq1  homedirs lvm2 a-499.99G 100.01G
# vgreduce -a homedirs
  Removed /dev/sde1 from volume group homedirs
  Physical volume /dev/sdf1 still in use
  Physical volume /dev/sdq1 still in use

Despite the scary-looking abort message, the source PV is 100% free and
can be removed from the VG.

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


** Tags: apport-collected

-- 
Spurious abort message after successful pvmove
https://bugs.launchpad.net/bugs/591475
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 591475] apport-collect data

2010-06-08 Thread Jeffrey Baker
Architecture: i386
DistroRelease: Ubuntu 9.10
Ec2AMI: ami-bb709dd2
Ec2AMIManifest: 
ubuntu-images-us/ubuntu-karmic-9.10-i386-server-20100121.manifest.xml
Ec2AvailabilityZone: us-east-1c
Ec2InstanceType: m1.small
Ec2Kernel: aki-5f15f636
Ec2Ramdisk: ari-d5709dbc
Package: lvm2 2.02.39-0ubuntu11
PackageArchitecture: i386
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-302.7-ec2
Tags: ec2-images
Uname: Linux 2.6.31-302-ec2 i686
UserGroups:

-- 
Spurious abort message after successful pvmove
https://bugs.launchpad.net/bugs/591475
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 591475] Dependencies.txt

2010-06-08 Thread Jeffrey Baker

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/49975055/Dependencies.txt

** Tags added: apport-collected

** Description changed:

  Binary package hint: lvm2
  
- lvm2 2.02.39-0ubuntu11 on Lucid.  pvmove sometimes issues a spurious
+ lvm2 2.02.39-0ubuntu11 on Karmic.  pvmove sometimes issues a spurious
  error message at the end of a successful move.  To wit:
  
- 
  # pvmove -i 60 -v /dev/sde1
- Finding volume group homedirs
- Archiving volume group homedirs metadata (seqno 17).
- Creating logical volume pvmove0
- Moving 25599 extents of logical volume homedirs/homedirs_lv
- Found volume group homedirs
- Updating volume group metadata
- Creating volume group backup /etc/lvm/backup/homedirs (seqno 18).
- Found volume group homedirs
- Found volume group homedirs
- Suspending homedirs-homedirs_lv (254:1) with device flush
- Found volume group homedirs
- Creating homedirs-pvmove0
- Loading homedirs-pvmove0 table
- Resuming homedirs-pvmove0 (254:2)
- Found volume group homedirs
- Loading homedirs-pvmove0 table
- Suppressed homedirs-pvmove0 identical table reload.
- Loading homedirs-homedirs_lv table
- Resuming homedirs-homedirs_lv (254:1)
- Checking progress every 60 seconds
-   /dev/sde1: Moved: 1.4%
+ Finding volume group homedirs
+ Archiving volume group homedirs metadata (seqno 17).
+ Creating logical volume pvmove0
+ Moving 25599 extents of logical volume homedirs/homedirs_lv
+ Found volume group homedirs
+ Updating volume group metadata
+ Creating volume group backup /etc/lvm/backup/homedirs (seqno 18).
+ Found volume group homedirs
+ Found volume group homedirs
+ Suspending homedirs-homedirs_lv (254:1) with device flush
+ Found volume group homedirs
+ Creating homedirs-pvmove0
+ Loading homedirs-pvmove0 table
+ Resuming homedirs-pvmove0 (254:2)
+ Found volume group homedirs
+ Loading homedirs-pvmove0 table
+ Suppressed homedirs-pvmove0 identical table reload.
+ Loading homedirs-homedirs_lv table
+ Resuming homedirs-homedirs_lv (254:1)
+ Checking progress every 60 seconds
+   /dev/sde1: Moved: 1.4%
  [... time passes ...]
-   /dev/sde1: Moved: 99.6%
-   ABORTING: Can't find mirror LV in homedirs for /dev/sde1
+   /dev/sde1: Moved: 99.6%
+   ABORTING: Can't find mirror LV in homedirs for /dev/sde1
  # pvs
-   PV VG   Fmt  Attr PSizePFree  
-   /dev/sdb1   lvm2 --100.00G 100.00G
-   /dev/sdc1   lvm2 --100.00G 100.00G
-   /dev/sdd1   lvm2 --100.00G 100.00G
-   /dev/sde1  homedirs lvm2 a-100.00G 100.00G
-   /dev/sdf1  homedirs lvm2 a-100.00G  0 
-   /dev/sdq1  homedirs lvm2 a-499.99G 100.01G
+   PV VG   Fmt  Attr PSizePFree
+   /dev/sdb1   lvm2 --100.00G 100.00G
+   /dev/sdc1   lvm2 --100.00G 100.00G
+   /dev/sdd1   lvm2 --100.00G 100.00G
+   /dev/sde1  homedirs lvm2 a-100.00G 100.00G
+   /dev/sdf1  homedirs lvm2 a-100.00G  0
+   /dev/sdq1  homedirs lvm2 a-499.99G 100.01G
  # vgreduce -a homedirs
-   Removed /dev/sde1 from volume group homedirs
-   Physical volume /dev/sdf1 still in use
-   Physical volume /dev/sdq1 still in use
+   Removed /dev/sde1 from volume group homedirs
+   Physical volume /dev/sdf1 still in use
+   Physical volume /dev/sdq1 still in use
  
  Despite the scary-looking abort message, the source PV is 100% free and
  can be removed from the VG.

-- 
Spurious abort message after successful pvmove
https://bugs.launchpad.net/bugs/591475
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 588926] [NEW] gnome-power-statistics wrong by factor of 10 after resume from suspend

2010-06-02 Thread Jeffrey Baker
Public bug reported:

Binary package hint: gnome-power-manager

Using a ThinkPad X201, gnome-power-statistics begins to report power
consumption levels 10x higher than reality after a wake from suspend.  I
simply put the computer to sleep and resumed an hour later, and the
power estimates are extremely high (see screenshot).  Power estimates
are still correct in powertop.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gnome-power-manager 2.30.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32.11+drm33.2-x201 x86_64
Architecture: amd64
Date: Wed Jun  2 14:08:47 2010
EcryptfsInUse: Yes
GnomeSessionIdleInhibited: No
GnomeSessionInhibitors: None
GnomeSessionSuspendInhibited: No
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
Lsusb:
 Bus 002 Device 002: ID 8087:0020  
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 002: ID 8087:0020  
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: LENOVO 3249CTO
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32.11+drm33.2-x201 
root=UUID=c1805efe-b7d0-4360-9c56-1e3d0a60b8d2 ro quiet splash
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: gnome-power-manager
dmi.bios.date: 04/20/2010
dmi.bios.vendor: LENOVO
dmi.bios.version: 6QET44WW (1.14 )
dmi.board.name: 3249CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr6QET44WW(1.14):bd04/20/2010:svnLENOVO:pn3249CTO:pvrThinkPadX201:rvnLENOVO:rn3249CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 3249CTO
dmi.product.version: ThinkPad X201
dmi.sys.vendor: LENOVO

** Affects: gnome-power-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
gnome-power-statistics wrong by factor of 10 after resume from suspend
https://bugs.launchpad.net/bugs/588926
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 588926] Re: gnome-power-statistics wrong by factor of 10 after resume from suspend

2010-06-02 Thread Jeffrey Baker

** Attachment added: Screenshot
   http://launchpadlibrarian.net/49574663/powerwtf.png

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/49574535/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/49574536/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/49574537/Dependencies.txt

** Attachment added: DevkitPower.txt
   http://launchpadlibrarian.net/49574538/DevkitPower.txt

** Attachment added: GConfNonDefault.txt
   http://launchpadlibrarian.net/49574539/GConfNonDefault.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/49574540/Lspci.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/49574541/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/49574542/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/49574543/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/49574544/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/49574545/UdevLog.txt

** Attachment added: gnome-power-bugreport.txt
   http://launchpadlibrarian.net/49574546/gnome-power-bugreport.txt

-- 
gnome-power-statistics wrong by factor of 10 after resume from suspend
https://bugs.launchpad.net/bugs/588926
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 588970] [NEW] postgresql certificate files are in unexpected place

2010-06-02 Thread Jeffrey Baker
Public bug reported:

Binary package hint: postgresql-8.4

postgresql-8.4 8.4.3-0ubuntu9.10.1 on Karmic amd64.

The certificate files are in /var/lib/postgresql/8.4/main/ however the
config files are in /etc/postgresql/8.4/main.  In the mainstream
postgresql documentation seen at [1] and [2]

1: http://www.postgresql.org/docs/8.2/interactive/config-setting.html
2: http://www.postgresql.org/docs/8.2/interactive/ssl-tcp.html

... the upstream developers claim that both the config files and the SSL
data is stored in the data directory.  Therefore a user familiar with
postgresql operations would expect them to both be in the same place.
This departure from upstream practice seems maddening, and in fact I
just wasted half a day trying to figure out why the server wasn't using
my certificates in /etc/postgresql/8.4/main.

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

-- 
postgresql certificate files are in unexpected place
https://bugs.launchpad.net/bugs/588970
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519484] Re: Update manager complains about the battery even when it starts itself

2010-05-26 Thread Jeffrey Baker
This annoying bug is still present in lucid.

-- 
Update manager complains about the battery even when it starts itself
https://bugs.launchpad.net/bugs/519484
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 484249] Re: Running on Battery warning is very confusing with auto-open

2010-05-26 Thread Jeffrey Baker
Seems like this milestone is in the past.

-- 
Running on Battery warning is very confusing with auto-open
https://bugs.launchpad.net/bugs/484249
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554569] Re: [lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)

2010-05-25 Thread Jeffrey Baker
FYI there's yet another new BIOS for the X201 series.  Version 1.15 came
out on six days ago.  There's nothing in the changes that indicate it
might fix this error, but I'm going to load it up and find out.

-- 
[lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)
https://bugs.launchpad.net/bugs/554569
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554569] Re: [lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)

2010-05-25 Thread Jeffrey Baker
Maybe 28070 and 27471 should be merged upstream?

-- 
[lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)
https://bugs.launchpad.net/bugs/554569
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 437783] Re: package bind9 1:9.6.1.dfsg.P1-3 [modified: usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess installed post-installation script killed by signal (Interrupt)

2010-05-24 Thread Jeffrey Baker
Yeah, the problem here is that resolvconf and bind9 can't be installed
in the same dpkg run.  They install separately, but not together.
Resolvconf 1.45ubuntu1 and bind9 1:9.7.0.dfsg.P1-1 on lucid.

** Tags added: lucid

-- 
package bind9 1:9.6.1.dfsg.P1-3 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess 
installed post-installation script killed by signal (Interrupt)
https://bugs.launchpad.net/bugs/437783
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

-- 
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 457870] Re: empathy does not recognize ppp connections

2010-05-24 Thread Jeffrey Baker
This happens regardless of the state of the Enable Networking setting
in nm-applet.

** Tags added: amd64 lucid

** Changed in: empathy (Ubuntu)
   Status: Incomplete = Confirmed

** Tags added: workaround

-- 
empathy does not recognize ppp connections
https://bugs.launchpad.net/bugs/457870
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 437783] Re: package bind9 1:9.6.1.dfsg.P1-3 [modified: usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess installed post-installation script killed by signal (Interrupt)

2010-05-24 Thread Jeffrey Baker
Yeah, the problem here is that resolvconf and bind9 can't be installed
in the same dpkg run.  They install separately, but not together.
Resolvconf 1.45ubuntu1 and bind9 1:9.7.0.dfsg.P1-1 on lucid.

** Tags added: lucid

-- 
package bind9 1:9.6.1.dfsg.P1-3 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess 
installed post-installation script killed by signal (Interrupt)
https://bugs.launchpad.net/bugs/437783
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 554569] Re: [lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)

2010-05-24 Thread Jeffrey Baker
Mark, since you already have a custom kernel package with your local
changes, it stands to reason that you already have a patched kernel
tree on your system somewhere.  If that's the case, simply apply the
patch from this bug and rebuild your package.  I use make-kpkg but
I've been told there are more Ubuntu-like ways of building the kernel.

-- 
[lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)
https://bugs.launchpad.net/bugs/554569
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554569] Re: [lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)

2010-05-22 Thread Jeffrey Baker
Yep, fixed for me too.

** Attachment added: Kernel image with patch for ThinkPad X201
   
http://launchpadlibrarian.net/48933559/linux-image-2.6.32.11%2Bdrm33.2-x201_2.6.32.11%2Bdrm33.2-x201-10.00.Custom_amd64.deb

-- 
[lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)
https://bugs.launchpad.net/bugs/554569
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554569] Re: [lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)

2010-05-22 Thread Jeffrey Baker

** Patch added: Patch
   http://launchpadlibrarian.net/48933580/thinkpadx201.diff

-- 
[lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)
https://bugs.launchpad.net/bugs/554569
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554569] Re: [lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)

2010-05-22 Thread Jeffrey Baker
And here's the corresponding headers.  For whatever reason after I
installed this kernel I had to manually instruct update-initramfs to
make a new initrd, and then update-grub manually as well.

** Attachment added: 
linux-headers-2.6.32.11+drm33.2-x201_2.6.32.11+drm33.2-x201-10.00.Custom_amd64.deb
   
http://launchpadlibrarian.net/48933573/linux-headers-2.6.32.11%2Bdrm33.2-x201_2.6.32.11%2Bdrm33.2-x201-10.00.Custom_amd64.deb

-- 
[lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)
https://bugs.launchpad.net/bugs/554569
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 583542] Re: ssh server doesn't start when irrelevant filesystems are not available

2010-05-21 Thread Jeffrey Baker
This may be out of scope for a bug report, but why not change the way an
upstart job describes its start conditions?  ssh, for example, could
supply a script which checks if /usr is mounted.  The script(s) can be
run after every upstart job completes, and when all conditions are met
the new jobs are started.

In the meantime, I'll check out the nobootwait workaround.

-- 
ssh server doesn't start when irrelevant filesystems are not available
https://bugs.launchpad.net/bugs/583542
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
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 583542] Re: ssh server doesn't start when irrelevant filesystems are not available

2010-05-21 Thread Jeffrey Baker
This may be out of scope for a bug report, but why not change the way an
upstart job describes its start conditions?  ssh, for example, could
supply a script which checks if /usr is mounted.  The script(s) can be
run after every upstart job completes, and when all conditions are met
the new jobs are started.

In the meantime, I'll check out the nobootwait workaround.

-- 
ssh server doesn't start when irrelevant filesystems are not available
https://bugs.launchpad.net/bugs/583542
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 554569] Re: [lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)

2010-05-21 Thread Jeffrey Baker
I tried a 2.6.34 kernel from that repo and it didn't help at all.

On Fri, May 21, 2010 at 7:34 AM, aleij alejodu...@gmail.com wrote:
 anyone knows if the kernels from this PPA:
 http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=M;O=D
 will fix our video card problem?

 --
 [lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)
 https://bugs.launchpad.net/bugs/554569
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
[lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)
https://bugs.launchpad.net/bugs/554569
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554569] Re: [lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)

2010-05-21 Thread Jeffrey Baker
** Bug watch added: freedesktop.org Bugzilla #27471
   http://bugs.freedesktop.org/show_bug.cgi?id=27471

** Also affects: xserver-xorg-video-intel via
   http://bugs.freedesktop.org/show_bug.cgi?id=27471
   Importance: Unknown
   Status: Unknown

-- 
[lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)
https://bugs.launchpad.net/bugs/554569
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554569] Re: [lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)

2010-05-21 Thread Jeffrey Baker
In the Xorg bug I linked here, there is a proposed one-line patch that
some commenters report has worked for them on a X201, although others
say it doesn't.  Still others report that BIOS updates fix the problem
(didn't help me).

-- 
[lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)
https://bugs.launchpad.net/bugs/554569
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 583542] [NEW] ssh server doesn't start when irrelevant filesystems are not available

2010-05-20 Thread Jeffrey Baker
Public bug reported:

In Lucid, the SSH daemon won't start at boot unless all filesystems
listed in fstab can be mounted.  This is annoying to the administrator
because some fstab entries are irrelevant and/or could be expected to
have transient failures.  When SSH doesn't start, it's impossible for
the admin to do an in-band fix of these filesystems.

Examples of when filesystems might not mount:

Underlying device not attached
NFS server unavailable
iSCSI target unavailable
RAID without a quorum of member devices
Kernel package upgrade disabled certain filesystem modules

And so forth.  The line start on filesystem should probably be edited
to something a bit more robust.

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

-- 
ssh server doesn't start when irrelevant filesystems are not available
https://bugs.launchpad.net/bugs/583542
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
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 583542] [NEW] ssh server doesn't start when irrelevant filesystems are not available

2010-05-20 Thread Jeffrey Baker
Public bug reported:

In Lucid, the SSH daemon won't start at boot unless all filesystems
listed in fstab can be mounted.  This is annoying to the administrator
because some fstab entries are irrelevant and/or could be expected to
have transient failures.  When SSH doesn't start, it's impossible for
the admin to do an in-band fix of these filesystems.

Examples of when filesystems might not mount:

Underlying device not attached
NFS server unavailable
iSCSI target unavailable
RAID without a quorum of member devices
Kernel package upgrade disabled certain filesystem modules

And so forth.  The line start on filesystem should probably be edited
to something a bit more robust.

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

-- 
ssh server doesn't start when irrelevant filesystems are not available
https://bugs.launchpad.net/bugs/583542
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554569] Re: [lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)

2010-05-20 Thread Jeffrey Baker
The supposed workaround hard locks my laptop with a flashing caps lock
LED, with or without xforcevesa.

-- 
[lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)
https://bugs.launchpad.net/bugs/554569
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 567302] Re: Lucid critical performance regression for Apache and PostgreSQL

2010-05-17 Thread Jeffrey Baker
Sorry but that Moronix benchmark is worthless.  You can't get 784 tps
using pgbench on a single 7200RPM disk unless your write commit path is
broken.  The Lucid value of ~ 80 tps is much more reasonable and
probably means that something is finally forcing the Moronix test laptop
to commit writes to disk on fsync.  This is not a regression, it's an
improvement.

-- 
Lucid critical performance regression for Apache and PostgreSQL
https://bugs.launchpad.net/bugs/567302
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 423507] Re: [xorg-edgers] [RV710] Corruption of highlighted or editable text

2010-05-05 Thread Jeffrey Baker
Sorry but I don't have Radeon hardware any more.  Someone else will have
to confirm or deny.

-- 
[xorg-edgers] [RV710] Corruption of highlighted or editable text
https://bugs.launchpad.net/bugs/423507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 41389] Re: Hibernate when Suspend-to-RAM exceeds a predefined nr of minutes

2010-05-03 Thread Jeffrey Baker
NO THANKS.

-- 
Hibernate when Suspend-to-RAM exceeds a predefined nr of minutes
https://bugs.launchpad.net/bugs/41389
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 574640] [NEW] Machine sometimes hibernates during resume from suspend

2010-05-03 Thread Jeffrey Baker
Public bug reported:

Binary package hint: acpi-support

Intermittently my ThinkPad hibernates during wake from suspend.  I then
have to reboot the machine, wait through the wake from hibernate, and
continue.  Happily this actually works, but it adds 4-5 minutes to the
wake cycle.  Obviously it would be preferable if the machine simple
never hibernated except by user command.

I believe the underlying problem is that sometimes the system thinks the
battery is critically low during resume from suspend, when it really is
fine.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: acpi-support 0.136
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic i686
Architecture: i386
Date: Mon May  3 10:41:56 2010
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: acpi-support

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


** Tags: apport-bug i386 lucid

-- 
Machine sometimes hibernates during resume from suspend
https://bugs.launchpad.net/bugs/574640
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 574640] Re: Machine sometimes hibernates during resume from suspend

2010-05-03 Thread Jeffrey Baker

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/47609872/Dependencies.txt

-- 
Machine sometimes hibernates during resume from suspend
https://bugs.launchpad.net/bugs/574640
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 320693] Re: FTBFS on amd64/jaunty

2010-05-03 Thread Jeffrey Baker
This appears to work on Lucid x86_64.  apt-get -u install build-
essential  apt-get build-dep mesa  apt-get source mesa results in a
buildable mesa tree.

** Changed in: mesa (Ubuntu)
   Status: Incomplete = Fix Released

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

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


[Bug 546874] Re: passwd - can't login, change password (pam_winbind pam-auth-update profile)

2010-03-31 Thread Jeffrey Baker
If you simply remove winbind, it fails to update pam config.  You still
must run pam-auth-update to unfsck it.

-- 
passwd - can't login, change password (pam_winbind pam-auth-update profile)
https://bugs.launchpad.net/bugs/546874
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 546874] Re: passwd - can't login, change password (pam_winbind pam-auth-update profile)

2010-03-31 Thread Jeffrey Baker
If you simply remove winbind, it fails to update pam config.  You still
must run pam-auth-update to unfsck it.

-- 
passwd - can't login, change password (pam_winbind pam-auth-update profile)
https://bugs.launchpad.net/bugs/546874
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 520580] Re: KMS fails when switching user Failed to become the DRM master and Kernel modesetting setup failed

2010-03-26 Thread Jeffrey Baker
Yeah, can't reproduce this one any more.

-- 
KMS fails when switching user Failed to become the DRM master and Kernel 
modesetting setup failed
https://bugs.launchpad.net/bugs/520580
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 545170] [NEW] Sar adds together the block I/O of /dev/sda and /dev/sdaX

2010-03-23 Thread Jeffrey Baker
Public bug reported:

Binary package hint: sysstat

Upstream bug I suppose, but sysstat adds together the block I/O of a
partition and the disk it is on, double-counting all the I/O to or from
a disk.  WIth LVM, sar counts the I/O to the PV and the I/O to the LV.
This makes the figures reported by sar -b effectively useless.

Sar should take the topology into account, and not double-count.

ProblemType: Bug
Architecture: i386
Date: Tue Mar 23 06:01:45 2010
DistroRelease: Ubuntu 9.10
Ec2AMI: ami-bb709dd2
Ec2AMIManifest: 
ubuntu-images-us/ubuntu-karmic-9.10-i386-server-20100121.manifest.xml
Ec2AvailabilityZone: us-east-1c
Ec2InstanceType: m1.small
Ec2Kernel: aki-5f15f636
Ec2Ramdisk: ari-d5709dbc
Package: sysstat 9.0.3-2ubuntu1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-302.7-ec2
SourcePackage: sysstat
Tags: ec2-images
Uname: Linux 2.6.31-302-ec2 i686

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


** Tags: apport-bug ec2-images i386

-- 
Sar adds together the block I/O of /dev/sda and /dev/sdaX
https://bugs.launchpad.net/bugs/545170
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to sysstat in ubuntu.

-- 
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 545170] Re: Sar adds together the block I/O of /dev/sda and /dev/sdaX

2010-03-23 Thread Jeffrey Baker

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/41685878/Dependencies.txt

-- 
Sar adds together the block I/O of /dev/sda and /dev/sdaX
https://bugs.launchpad.net/bugs/545170
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to sysstat in ubuntu.

-- 
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 545170] [NEW] Sar adds together the block I/O of /dev/sda and /dev/sdaX

2010-03-23 Thread Jeffrey Baker
Public bug reported:

Binary package hint: sysstat

Upstream bug I suppose, but sysstat adds together the block I/O of a
partition and the disk it is on, double-counting all the I/O to or from
a disk.  WIth LVM, sar counts the I/O to the PV and the I/O to the LV.
This makes the figures reported by sar -b effectively useless.

Sar should take the topology into account, and not double-count.

ProblemType: Bug
Architecture: i386
Date: Tue Mar 23 06:01:45 2010
DistroRelease: Ubuntu 9.10
Ec2AMI: ami-bb709dd2
Ec2AMIManifest: 
ubuntu-images-us/ubuntu-karmic-9.10-i386-server-20100121.manifest.xml
Ec2AvailabilityZone: us-east-1c
Ec2InstanceType: m1.small
Ec2Kernel: aki-5f15f636
Ec2Ramdisk: ari-d5709dbc
Package: sysstat 9.0.3-2ubuntu1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-302.7-ec2
SourcePackage: sysstat
Tags: ec2-images
Uname: Linux 2.6.31-302-ec2 i686

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


** Tags: apport-bug ec2-images i386

-- 
Sar adds together the block I/O of /dev/sda and /dev/sdaX
https://bugs.launchpad.net/bugs/545170
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 545170] Re: Sar adds together the block I/O of /dev/sda and /dev/sdaX

2010-03-23 Thread Jeffrey Baker

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/41685878/Dependencies.txt

-- 
Sar adds together the block I/O of /dev/sda and /dev/sdaX
https://bugs.launchpad.net/bugs/545170
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 544642] [NEW] Thinkpad no longer sleeps on lid close, nor on Fn+F4

2010-03-22 Thread Jeffrey Baker
Public bug reported:

Binary package hint: acpi-support

In Lucid, my ThinkPad X61 no longer goes to sleep when I close the lid
or when I press the sleep button (Fn+F4).  it does sleep if I choose
Sleep/Suspend from the menu.  This worked fine in Karmic.

ProblemType: Bug
Architecture: i386
Date: Mon Mar 22 16:13:54 2010
DistroRelease: Ubuntu 10.04
Package: acpi-support 0.133
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: acpi-support
Uname: Linux 2.6.32-16-generic i686

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


** Tags: apport-bug i386 lucid regression thinkpad

-- 
Thinkpad no longer sleeps on lid close, nor on Fn+F4
https://bugs.launchpad.net/bugs/544642
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 544642] Re: Thinkpad no longer sleeps on lid close, nor on Fn+F4

2010-03-22 Thread Jeffrey Baker

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/41660696/Dependencies.txt

-- 
Thinkpad no longer sleeps on lid close, nor on Fn+F4
https://bugs.launchpad.net/bugs/544642
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 544655] [NEW] ubuntu-bug dies with FPE if no $DISPLAY

2010-03-22 Thread Jeffrey Baker
Public bug reported:

Binary package hint: apport

ubuntu-bug eats flaming death if it can't contact the X server.

# ubuntu-bug acpi-support
X11 connection rejected because of wrong authentication.
/usr/lib/pymodules/python2.6/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not 
open display
  warnings.warn(str(e), _gtk.Warning)
/usr/share/apport/apport-gtk:41: Warning: invalid (NULL) pointer instance
  'apport-gtk.ui'))
/usr/share/apport/apport-gtk:41: Warning: g_signal_connect_data: assertion 
`G_TYPE_CHECK_INSTANCE (instance)' failed
  'apport-gtk.ui'))
/usr/share/apport/apport-gtk:41: GtkWarning: gtk_settings_get_for_screen: 
assertion `GDK_IS_SCREEN (screen)' failed
  'apport-gtk.ui'))
/usr/share/apport/apport-gtk:41: Warning: g_object_get: assertion `G_IS_OBJECT 
(object)' failed
  'apport-gtk.ui'))
/usr/share/apport/apport-gtk:41: Warning: value TRUE of type `gboolean' is 
invalid or out of range for property `visible' of type `gboolean'
  'apport-gtk.ui'))
/usr/share/apport/apport-gtk:41: GtkWarning: gdk_screen_get_display: assertion 
`GDK_IS_SCREEN (screen)' failed
  'apport-gtk.ui'))
/usr/share/apport/apport-gtk:41: Warning: g_object_ref: assertion `G_IS_OBJECT 
(object)' failed
  'apport-gtk.ui'))
/usr/share/apport/apport-gtk:49: GtkWarning: gtk_settings_get_for_screen: 
assertion `GDK_IS_SCREEN (screen)' failed
  self.w('treeview_reportdetails').append_column(column)
/usr/share/apport/apport-gtk:49: Warning: g_object_get: assertion `G_IS_OBJECT 
(object)' failed
  self.w('treeview_reportdetails').append_column(column)
/usr/share/apport/apport-gtk:211: GtkWarning: Screen for GtkWindow not set; you 
must always set
a screen for a GtkWindow before using the window
  self.w('window_information_collection').show()
/usr/share/apport/apport-gtk:211: GtkWarning: gdk_pango_context_get_for_screen: 
assertion `GDK_IS_SCREEN (screen)' failed
  self.w('window_information_collection').show()
/usr/share/apport/apport-gtk:211: PangoWarning: 
pango_context_set_font_description: assertion `context != NULL' failed
  self.w('window_information_collection').show()
/usr/share/apport/apport-gtk:211: PangoWarning: pango_context_set_base_dir: 
assertion `context != NULL' failed
  self.w('window_information_collection').show()
/usr/share/apport/apport-gtk:211: PangoWarning: pango_context_set_language: 
assertion `context != NULL' failed
  self.w('window_information_collection').show()
/usr/share/apport/apport-gtk:211: PangoWarning: pango_layout_new: assertion 
`context != NULL' failed
  self.w('window_information_collection').show()
/usr/share/apport/apport-gtk:211: PangoWarning: pango_layout_set_text: 
assertion `layout != NULL' failed
  self.w('window_information_collection').show()
/usr/share/apport/apport-gtk:211: PangoWarning: pango_layout_set_attributes: 
assertion `layout != NULL' failed
  self.w('window_information_collection').show()
/usr/share/apport/apport-gtk:211: PangoWarning: pango_layout_set_alignment: 
assertion `layout != NULL' failed
  self.w('window_information_collection').show()
/usr/share/apport/apport-gtk:211: PangoWarning: pango_layout_set_ellipsize: 
assertion `PANGO_IS_LAYOUT (layout)' failed
  self.w('window_information_collection').show()
/usr/share/apport/apport-gtk:211: PangoWarning: 
pango_layout_set_single_paragraph_mode: assertion `PANGO_IS_LAYOUT (layout)' 
failed
  self.w('window_information_collection').show()
/usr/share/apport/apport-gtk:211: PangoWarning: pango_layout_set_wrap: 
assertion `PANGO_IS_LAYOUT (layout)' failed
  self.w('window_information_collection').show()
/usr/share/apport/apport-gtk:211: PangoWarning: pango_layout_set_width: 
assertion `layout != NULL' failed
  self.w('window_information_collection').show()
/usr/share/apport/apport-gtk:211: PangoWarning: pango_layout_get_extents: 
assertion `layout != NULL' failed
  self.w('window_information_collection').show()
/usr/share/apport/apport-gtk:211: Warning: g_object_unref: assertion 
`G_IS_OBJECT (object)' failed
  self.w('window_information_collection').show()
/usr/share/apport/apport-gtk:211: GtkWarning: gdk_screen_get_width: assertion 
`GDK_IS_SCREEN (screen)' failed
  self.w('window_information_collection').show()
/usr/share/apport/apport-gtk:211: PangoWarning: pango_layout_get_line_count: 
assertion `layout != NULL' failed
  self.w('window_information_collection').show()
Floating point exception (core dumped)

ProblemType: Bug
Architecture: i386
CrashReports:
 600:1001:1001:2960413:2010-03-21 14:23:24.0 -0700:2010-03-21 
14:23:39.0 -0700:/var/crash/_usr_bin_gnome-power-manager.1001.crash
 600:0:0:3993566:2010-03-22 16:13:01.0 -0700:2010-03-22 
16:12:57.0 -0700:/var/crash/_usr_share_apport_apport-gtk.0.crash
Date: Mon Mar 22 16:18:34 2010
DistroRelease: Ubuntu 10.04
Package: apport 1.13.1-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: apport
Uname: Linux 2.6.32-16-generic i686

** 

[Bug 544655] Re: ubuntu-bug dies with FPE if no $DISPLAY

2010-03-22 Thread Jeffrey Baker

** Attachment added: ApportLog.txt
   http://launchpadlibrarian.net/41661120/ApportLog.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/41661121/Dependencies.txt

-- 
ubuntu-bug dies with FPE if no $DISPLAY
https://bugs.launchpad.net/bugs/544655
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 544642] Re: Thinkpad no longer sleeps on lid close, nor on Fn+F4

2010-03-22 Thread Jeffrey Baker
*** This bug is a duplicate of bug 539734 ***
https://bugs.launchpad.net/bugs/539734

** This bug has been marked a duplicate of bug 539734
   Sleep button on Thinkpad T61 does not work with Lucid

-- 
Thinkpad no longer sleeps on lid close, nor on Fn+F4
https://bugs.launchpad.net/bugs/544642
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 539734] Re: Sleep button on Thinkpad T61 does not work with Lucid

2010-03-22 Thread Jeffrey Baker
Confirmed on ThinkPad X61 (from the duplicate #544642).  Also affects
i386.

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

** Tags added: thinkpad

-- 
Sleep button on Thinkpad T61 does not work with Lucid
https://bugs.launchpad.net/bugs/539734
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 448431] Re: [LENOVO 7762WMP] suspend/resume failure

2010-03-03 Thread Jeffrey Baker
I don't have this hardware any more, so I can't test it.

On Wed, Mar 3, 2010 at 3:45 AM, ^_Pepe_^
jose.angel.fernandez.fre...@gmail.com wrote:
 Hi all,


 Please, can you tell us whether this is still an issue for you? If not, 
 please, consider update this bug as 'Fix Released', else, can you please, 
 fill a little form, with questions contained in this wiki? 
 https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume


 It will definitely help developers to find the fix or help you to detect that 
 you don't really have real bug. Please, pay special attention to the 
 Encrypted Home-Swap issue and the flashing caps-lock.


 Information below, will also help you


 https://wiki.ubuntu.com/UnderstandingSuspend


 I'd also encourage you to try this tests 
 https://wiki.ubuntu.com/KernelTeam/SuspendResumeTesting to gather more 
 information to developers


 Thank you in advance.

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

 ** Tags added: karmic

 --
 [LENOVO 7762WMP] suspend/resume failure
 https://bugs.launchpad.net/bugs/448431
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
[LENOVO 7762WMP] suspend/resume failure
https://bugs.launchpad.net/bugs/448431
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 524281] Re: Tens of wakes per second in [kernel scheduler] Load balancing tick on Core 2 Duo with 1 core disabled in BIOS

2010-02-28 Thread Jeffrey Baker
Confirmed on a ThinkPad X61.  This is new in Lucid Alpha 3, wasn't there
in Alpha 2.

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

-- 
Tens of wakes per second in [kernel scheduler] Load balancing tick on Core 2 
Duo with 1 core disabled in BIOS
https://bugs.launchpad.net/bugs/524281
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 524281] Re: Tens of wakes per second in [kernel scheduler] Load balancing tick on Core 2 Duo with 1 core disabled in BIOS

2010-02-28 Thread Jeffrey Baker
I should also mention that I don't have a core disabled in the BIOS, I
am using both cores.  It shouldn't matter.

-- 
Tens of wakes per second in [kernel scheduler] Load balancing tick on Core 2 
Duo with 1 core disabled in BIOS
https://bugs.launchpad.net/bugs/524281
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 524281] Re: Tens of wakes per second in [kernel scheduler] Load balancing tick on Core 2 Duo with 1 core disabled in BIOS

2010-02-28 Thread Jeffrey Baker
# powertop -d
PowerTOP 1.12   (C) 2007, 2008 Intel Corporation 

Collecting data for 15 seconds


Your CPU supports the following C-states : C1 C2 C3 C4 
Your BIOS reports the following C-states : C1 C2 C3 
CnAvg residency
C0 (cpu running)(31.1%)
C00.0ms ( 0.0%)
C1 mwait  0.0ms ( 0.0%)
C2 mwait  0.1ms ( 0.0%)
C3 mwait  4.8ms (68.9%)
P-states (frequencies)
Turbo Mode15.7%
  2.00 Ghz 0.1%
  1.60 Ghz 0.1%
  1200 Mhz 0.2%
   800 Mhz84.0%
Disk accesses:
The application 'firefox-bin' is writing to file 'sessionstore-1.js' on 
/dev/sda1
The application 'firefox-bin' is writing to file 'sessionstore-1.js' on 
/dev/sda1
The application 'firefox-bin' is writing to file '_CACHE_001_' on /dev/sda1
The application 'firefox-bin' is writing to file '_CACHE_001_' on /dev/sda1
The application 'firefox-bin' is writing to file '_CACHE_001_' on /dev/sda1
Wakeups-from-idle per second : 145.1interval: 15.0s
no ACPI power usage estimate available
Top causes for wakeups:
  71.1% (296.3)   [kernel scheduler] Load balancing tick
   7.7% ( 32.2)   [Rescheduling interrupts] kernel IPI
   3.7% ( 15.3)D  firefox-bin
   3.9% ( 16.3)   [acpi] interrupt
   3.3% ( 13.9)   [iwlagn] interrupt
   2.5% ( 10.5)   [i...@pci::00:02.0] interrupt
   2.3% (  9.5)   PS/2 keyboard/mouse/touchpad interrupt
   1.0% (  4.3)   Xorg
   1.0% (  4.0)   [kernel core] usb_hcd_poll_rh_status (rh_timer_func)
   0.9% (  3.6)   [ahci] interrupt
   0.6% (  2.6)   [kernel core] hrtimer_start (tick_sched_timer)
   0.3% (  1.2)   gnome-terminal
   0.2% (  1.0)   gvfs-afc-volume
   0.2% (  0.7)   top
   0.2% (  0.7)   compiz
   0.1% (  0.5)   python
   0.1% (  0.4)   update-notifier
   0.1% (  0.3)   [eth1] interrupt
   0.1% (  0.3)   events/0
   0.1% (  0.3)   [kernel core] inc_rt_group (sched_rt_period_timer)
   0.1% (  0.3)   clock-applet
   0.0% (  0.2)   gnome-settings-
   0.0% (  0.2)   indicator-apple
   0.0% (  0.2)   gnome-panel
   0.0% (  0.2)   gnome-power-man
   0.0% (  0.2)   bdi-default
   0.0% (  0.2)   flush-8:0
   0.0% (  0.2)   rtkit-daemon
   0.0% (  0.1)   [kernel core] sk_reset_timer (tcp_delack_timer)
   0.0% (  0.1)   [kernel core] arm_supers_timer (sync_supers_timer_fn)
   0.0% (  0.1)   NetworkManager
   0.0% (  0.1)   rmmod
   0.0% (  0.1)   sshd
   0.0% (  0.1)   [kernel core] neigh_add_timer (neigh_timer_handler)
   0.0% (  0.1)   khungtaskd
   0.0% (  0.1)   [kernel core] add_timer (addrconf_verify)
   0.0% (  0.1)   events/1
   0.0% (  0.1)   ssh-agent
   0.0% (  0.1)   gnome-volume-ma
   0.0% (  0.1)   [kernel core] add_timer (sta_info_cleanup)
   0.0% (  0.1)   kerneloops
   0.0% (  0.1)   [kernel core] fib6_run_gc (fib6_gc_timer_cb)
   0.0% (  0.1)   rsyslogd

A USB device is active 100.0% of the time:
USB device  3-1 : BCM2045B (Broadcom Corp)

Suggestion: Enable USB autosuspend for non-input devices by pressing the
U key


Suggestion: increase the VM dirty writeback time from 5.00 to 15 seconds with:
  echo 1500  /proc/sys/vm/dirty_writeback_centisecs 
This wakes the disk up less frequently for background VM activity

Suggestion: Enable SATA ALPM link power management via: 
  echo min_power  /sys/class/scsi_host/host0/link_power_management_policy
or press the S key.

The program 'firefox-bin' is writing to file '_CACHE_001_' on /dev/sda1.
This prevents the disk from going to powersave mode.

The program 'firefox-bin' is writing to file '_CACHE_001_' on /dev/sda1.
This prevents the disk from going to powersave mode.

The program 'firefox-bin' is writing to file '_CACHE_001_' on /dev/sda1.
This prevents the disk from going to powersave mode.

The program 'firefox-bin' is writing to file 'sessionstore-1.js' on /dev/sda1.
This prevents the disk from going to powersave mode.

The program 'firefox-bin' is writing to file 'sessionstore-1.js' on /dev/sda1.
This prevents the disk from going to powersave mode.

Recent USB suspend statistics
Active  Device name
  0.0%  USB device  3-2 : Biometric Coprocessor (STMicroelectronics)
100.0%  USB device  3-1 : BCM2045B (Broadcom Corp)
  0.0%  USB device usb6 : UHCI Host Controller (Linux 2.6.32-14-generic 
uhci_hcd)
  0.0%  USB device usb5 : UHCI Host Controller (Linux 2.6.32-14-generic 
uhci_hcd)
  0.0%  USB device usb4 : UHCI Host Controller (Linux 2.6.32-14-generic 
uhci_hcd)
100.0%  USB device usb3 : UHCI Host Controller (Linux 2.6.32-14-generic 
uhci_hcd)
  0.0%  USB device usb2 : EHCI Host Controller (Linux 2.6.32-14-generic 
ehci_hcd)
  0.0%  USB device usb1 : EHCI Host Controller (Linux 2.6.32-14-generic 
ehci_hcd)

Recent audio activity statistics
Active  Device name
  0.0%  hwC0D0 Analog Devices AD1984 

Recent SATA AHCI link activity statistics
Active  Partial Slumber Device name

-- 
Tens of wakes per second in [kernel scheduler] Load balancing tick on Core 2 
Duo with 1 core disabled in BIOS
https://bugs.launchpad.net/bugs/524281
You received this bug notification because you are a member of 

[Bug 524281] Re: Tens of wakes per second in [kernel scheduler] Load balancing tick on Core 2 Duo with 1 core disabled in BIOS

2010-02-28 Thread Jeffrey Baker
Notably, events/0 and events/1 are getting tons of CPU time:

# ps -fe | grep events
root 9 2  5 20:58 ?00:04:46 [events/0]
root  1016 1  0 20:58 ?00:00:00 acpid -c /etc/acpi/events -s 
/var/run/acpid.socket
root  3473 2 49 22:19 ?00:05:16 [events/1]
root  4370  4289  0 22:29 pts/100:00:00 grep events

-- 
Tens of wakes per second in [kernel scheduler] Load balancing tick on Core 2 
Duo with 1 core disabled in BIOS
https://bugs.launchpad.net/bugs/524281
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 520580] [NEW] KMS fails when switching user

2010-02-11 Thread Jeffrey Baker
Public bug reported:

Binary package hint: xserver-xorg-video-intel

In Lucid, when the machine is locked and someone tries to switch user,
the display crashes and the user is left at VT7 with a blinking cursor
and system messages shown.  Oddly there is also a working mouse pointer.
The machine does not crash, and restarting gdm from another VT restores
the display.

The Xorg log indicates that we Failed to become the DRM master and
Kernel modesetting setup failed.  See Xorg.1.log attached.

ProblemType: Bug
Architecture: i386
Date: Thu Feb 11 09:34:03 2010
DistroRelease: Ubuntu 10.04
DkmsStatus: Error: [Errno 2] No such file or directory
MachineType: LENOVO 76734NU
Package: xserver-xorg-video-intel 2:2.9.1-1ubuntu4
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=UUID=4f117e7c-78cb-490f-a7fd-e056f537edfb ro quiet splash
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-12.17-generic
RelatedPackageVersions:
 xserver-xorg 1:7.5+1ubuntu2
 libgl1-mesa-glx 7.7-0ubuntu8
 libdrm2 2.4.17-0ubuntu2
 xserver-xorg-video-intel 2:2.9.1-1ubuntu4
SourcePackage: xserver-xorg-video-intel
Uname: Linux 2.6.32-12-generic i686
dmi.bios.date: 07/01/2008
dmi.bios.vendor: LENOVO
dmi.bios.version: 7NETB6WW (2.16 )
dmi.board.name: 76734NU
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7NETB6WW(2.16):bd07/01/2008:svnLENOVO:pn76734NU:pvrThinkPadX61:rvnLENOVO:rn76734NU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 76734NU
dmi.product.version: ThinkPad X61
dmi.sys.vendor: LENOVO
system:
 distro: Ubuntu
 architecture:   i686kernel: 2.6.32-12-generic

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
KMS fails when switching user
https://bugs.launchpad.net/bugs/520580
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 520580] Re: KMS fails when switching user

2010-02-11 Thread Jeffrey Baker

** Attachment added: Xorg.1.log
   http://launchpadlibrarian.net/39068913/Xorg.1.log

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/39068914/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/39068915/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/39068916/Dependencies.txt

** Attachment added: GdmLog.txt
   http://launchpadlibrarian.net/39068917/GdmLog.txt

** Attachment added: GdmLogOld.txt
   http://launchpadlibrarian.net/39068918/GdmLogOld.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/39068919/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/39068920/Lsusb.txt

** Attachment added: PciDisplay.txt
   http://launchpadlibrarian.net/39068921/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/39068922/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/39068923/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/39068924/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/39068925/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/39068926/UdevLog.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/39068927/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/39068928/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/39068929/XorgLogOld.txt

-- 
KMS fails when switching user
https://bugs.launchpad.net/bugs/520580
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519484] [NEW] Update manager complains about the battery even when it starts itself

2010-02-09 Thread Jeffrey Baker
Public bug reported:

Binary package hint: update-manager

update-manager gained in Karmic the fantastically annoying ability to
complain about your laptop being on battery.  That's OK, I can live with
that, there are probably people with oatmeal for brains who might try to
dist-upgrade without sufficient power supply.

However!

There is no excuse for update-manager complaining about the power supply
when update-manager *starts itself*.  Seriously that is really
infuriating.  If update-manager is so worried about my battery life, I
wish it would kindly stop itself from appearing in the first place, if
the machine is running on battery power.

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


** Tags: apport-collected

-- 
Update manager complains about the battery even when it starts itself
https://bugs.launchpad.net/bugs/519484
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519484] apport-collect data

2010-02-09 Thread Jeffrey Baker
Architecture: i386
DistroRelease: Ubuntu 9.10
Package: update-manager 1:0.126.9
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
Uname: Linux 2.6.31-19-generic i686
UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin plugdev video

-- 
Update manager complains about the battery even when it starts itself
https://bugs.launchpad.net/bugs/519484
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519484] XsessionErrors.txt

2010-02-09 Thread Jeffrey Baker

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/38941929/XsessionErrors.txt

** Tags added: apport-collected

-- 
Update manager complains about the battery even when it starts itself
https://bugs.launchpad.net/bugs/519484
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519484] Dependencies.txt

2010-02-09 Thread Jeffrey Baker

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/38941928/Dependencies.txt

-- 
Update manager complains about the battery even when it starts itself
https://bugs.launchpad.net/bugs/519484
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519033] Re: manual for rpc.idmapd offers arguments which do not exist

2010-02-08 Thread Jeffrey Baker

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/38904106/Dependencies.txt

-- 
manual for rpc.idmapd offers arguments which do not exist
https://bugs.launchpad.net/bugs/519033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519033] [NEW] manual for rpc.idmapd offers arguments which do not exist

2010-02-08 Thread Jeffrey Baker
Public bug reported:

From the manual page:

 -d domainSet domain to domain.  This is used internally by NFSv4 and
  is typically assigned by the system administrator.  By
  default, domain is set to be the FQDN of the host, minus the
  hostname.

 -U username  Specifies the NFSv4 nobody user to be username.  The default
  value is nobody.

 -G groupname
  Specifies the NFSv4 nobody group to be groupname.  The
  default value is nobody.

However:

# rpc.idmapd -d kinetic -f -vvv
rpc.idmapd: the -d, -U, and -G options have been removed; please use the 
configuration file instead.

The documentation should be edited to reflect reality.

ProblemType: Bug
Architecture: amd64
Date: Mon Feb  8 21:25:01 2010
DistroRelease: Ubuntu 9.10
Ec2AMI: ami-66f61b0f
Ec2AMIManifest: (unknown)
Ec2AvailabilityZone: us-east-1c
Ec2InstanceType: m1.large
Ec2Kernel: aki-fd15f694
Ec2Ramdisk: ari-c515f6ac
Package: nfs-common 1:1.2.0-2ubuntu8
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-302.7-ec2
SourcePackage: nfs-utils
Tags: ec2-images
Uname: Linux 2.6.31-302-ec2 x86_64

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


** Tags: amd64 apport-bug ec2-images

-- 
manual for rpc.idmapd offers arguments which do not exist
https://bugs.launchpad.net/bugs/519033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 429710] Re: [LENOVO 7762WMP] suspend/resume failure

2010-02-08 Thread Jeffrey Baker
It wasn't an issue for me to begin with.  I only reported it because
apport exhorted me to do so.

On Mon, Feb 8, 2010 at 2:05 PM, ^_Pepe_^
jose.angel.fernandez.fre...@gmail.com wrote:
 Hi all,

 We'd like to know whether this is still an issue for you. If so, please
 can you try with last kernel version, (Lucid upstream) which is located
 on http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.32/?

 Thanks in advance.

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

 ** Tags added: karmic

 --
 [LENOVO 7762WMP] suspend/resume failure
 https://bugs.launchpad.net/bugs/429710
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
[LENOVO 7762WMP] suspend/resume failure
https://bugs.launchpad.net/bugs/429710
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 369682] Re: AutoFS direct maps not working with NFSv4 exports

2010-01-21 Thread Jeffrey Baker
Hi there.  Isn't this caused by DISABLE_DIRECT=1 in /etc/default/autofs
?

-- 
AutoFS direct maps not working with NFSv4 exports
https://bugs.launchpad.net/bugs/369682
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs in ubuntu.

-- 
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 369682] Re: AutoFS direct maps not working with NFSv4 exports

2010-01-21 Thread Jeffrey Baker
Hi there.  Isn't this caused by DISABLE_DIRECT=1 in /etc/default/autofs
?

-- 
AutoFS direct maps not working with NFSv4 exports
https://bugs.launchpad.net/bugs/369682
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 505719] [NEW] -p argument to resize2fs doesn't actually do anything

2010-01-10 Thread Jeffrey Baker
Public bug reported:

Binary package hint: e2fsprogs

In e2fsprogs 1.41.9-1ubuntu3 (Karmic) the -p switch to resize2fs does
nothing.  According to the manual, -p:

Prints  out a percentage completion bars for each resize2fs operation, so that 
the user can
keep track of what the program is doing.

However when I used the switch I saw no such progress indication:

# resize2fs -p /dev/homedirs/homedirs_lv 
resize2fs 1.41.9 (22-Aug-2009)
Filesystem at /dev/homedirs/homedirs_lv is mounted on /users; on-line resizing 
required
old desc_blocks = 7, new_desc_blocks = 32
Performing an on-line resize of /dev/homedirs/homedirs_lv to 131066880 (4k) 
blocks.
The filesystem on /dev/homedirs/homedirs_lv is now 131066880 blocks long.

The switch should either have some effect or should be removed from the
documentation.

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


** Tags: apport-collected

-- 
-p argument to resize2fs doesn't actually do anything
https://bugs.launchpad.net/bugs/505719
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 505719] apport-collect data

2010-01-10 Thread Jeffrey Baker
Architecture: i386
DistroRelease: Ubuntu 9.10
Ec2AMI: ami-1515f67c
Ec2AMIManifest: 
ubuntu-images-us/ubuntu-karmic-9.10-i386-server-20091027.1.manifest.xml
Ec2AvailabilityZone: us-east-1c
Ec2InstanceType: m1.small
Ec2Kernel: aki-5f15f636
Ec2Ramdisk: ari-0915f660
Package: e2fsprogs 1.41.9-1ubuntu3
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-302.7-ec2
Tags: ec2-images
Uname: Linux 2.6.31-302-ec2 i686
UserGroups:

-- 
-p argument to resize2fs doesn't actually do anything
https://bugs.launchpad.net/bugs/505719
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 505719] Dependencies.txt

2010-01-10 Thread Jeffrey Baker

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/37703173/Dependencies.txt

** Tags added: apport-collected

-- 
-p argument to resize2fs doesn't actually do anything
https://bugs.launchpad.net/bugs/505719
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 501941] [NEW] [PPA] After installing pulseaudio PPA, laptop can no longer suspend

2009-12-31 Thread Jeffrey Baker
Public bug reported:

Binary package hint: pulseaudio

After installing pulseaudio 1:0.9.21-0ubuntu3~~karmic~ubuntuaudiodev1
from the PPA in order to get the fix for bug #483900, my laptop no
longer sleeps.  I can shut the lid and the screensaver locks, but the
laptop does not in fact suspend.  Since the fix for #483900 involves a
pm-utils script change, this seems like the natural culprit to blame.

ProblemType: Bug
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  kathy  1807 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf822 irq 17'
   Mixer name   : 'Analog Devices AD1984'
   Components   : 'HDA:11d41984,17aa20d6,00100400'
   Controls  : 29
   Simple ctrls  : 18
Date: Thu Dec 31 09:34:56 2009
DistroRelease: Ubuntu 9.10
Package: pulseaudio 1:0.9.19-0ubuntu4
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
SourcePackage: pulseaudio
Uname: Linux 2.6.31-16-generic i686

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


** Tags: apport-bug i386 ppa suspend thinkpad

-- 
[PPA] After installing pulseaudio PPA, laptop can no longer suspend
https://bugs.launchpad.net/bugs/501941
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 501941] Re: [PPA] After installing pulseaudio PPA, laptop can no longer suspend

2009-12-31 Thread Jeffrey Baker

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/37329133/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/37329134/AplayDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/37329135/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/37329136/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/37329137/Card0.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/37329138/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/37329139/Dependencies.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/37329140/PciMultimedia.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/37329141/XsessionErrors.txt

** Tags added: ppa suspend thinkpad

-- 
[PPA] After installing pulseaudio PPA, laptop can no longer suspend
https://bugs.launchpad.net/bugs/501941
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 483900] Re: sound is muted before suspend, but on resume is not muted

2009-12-31 Thread Jeffrey Baker
Regrettably, the PPA actually prevents the system from suspending.  So
it's quite difficult to tell if the fix for this bug really fixed
anything, or simply inhibits suspend.

-- 
sound is muted before suspend, but on resume is not muted
https://bugs.launchpad.net/bugs/483900
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 18864] Re: docking/undocking support isn't included

2009-12-07 Thread Jeffrey Baker
I am somewhat bemused that I posted a fix for this in the first post of
the bug that was duped to this one, but that fix is lost inside
Launchpad's tiny brain.

-- 
docking/undocking support isn't included
https://bugs.launchpad.net/bugs/18864
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 18864] Re: docking/undocking support isn't included

2009-12-07 Thread Jeffrey Baker
All I know is that script makes the Fn combination behave exactly the
same way as the button on the dock itself with my X61 Tablet.

-- 
docking/undocking support isn't included
https://bugs.launchpad.net/bugs/18864
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 469356] [NEW] evdev crashes xorg when bluetooth input device flaps

2009-11-01 Thread Jeffrey Baker
Public bug reported:

Binary package hint: xserver-xorg-input-evdev

The server crashes if a bluetooth keyboard comes and goes too many
times, for instance if the keyboard has failing batteries or is barely
in radio range.

Backtrace:
0: /usr/bin/X(xorg_backtrace+0x26) [0x4f00d6]
1: /usr/bin/X(xf86SigHandler+0x41) [0x498c01]
2: /lib/libc.so.6 [0x7febee689530]
3: /usr/lib/xorg/modules/input//evdev_drv.so [0x7febe7287d85]
4: /usr/bin/X [0x4862c7]
5: /usr/bin/X(NewInputDeviceRequest+0x1bb) [0x48667b]
6: /usr/bin/X [0x46c634]
7: /usr/lib/libhal.so.1 [0x7febef734de8]
8: /lib/libdbus-1.so.3(dbus_connection_dispatch+0x336) [0x7febef4fa396]
9: /lib/libdbus-1.so.3 [0x7febef4fa5bf]
10: /usr/bin/X [0x46b0cb]
11: /usr/bin/X(WakeupHandler+0x4b) [0x45233b]
12: /usr/bin/X(WaitForSomething+0x1d5) [0x4edc95]
13: /usr/bin/X(Dispatch+0xb2) [0x44de92]
14: /usr/bin/X(main+0x3b5) [0x434085]
15: /lib/libc.so.6(__libc_start_main+0xfd) [0x7febee674abd]
16: /usr/bin/X [0x433509]

** Affects: xserver-xorg-input-evdev (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-collected

-- 
evdev crashes xorg when bluetooth input device flaps
https://bugs.launchpad.net/bugs/469356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   3   4   5   >