[Bug 568720] Re: Error scanning for fd0 on boot

2012-10-23 Thread Belfry
Same thing on Precise with Grub2 1.99-21ubuntu3.4. This appears to be
due to Grub2 searching an lvm partition for unicode.pf2. Here's a
workaround for those using a separate, non-lvm /boot partition. Note: I
am not sure if this will work with other distributions or Grub2
versions.

1) sudo cp /usr/share/grub/unicode.pf2 /boot
2) cp /etc/grub.d/00_header ~/00_header_backup
3) gksudo gedit /etc/grub.d/00_header: replace all ${GRUB_FONT_PATH} with 
/boot/unicode.pf2
4) sudo update-grub

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

Title:
  Error scanning for fd0 on boot

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

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


[Bug 995543] Re: [precise] .gvfs fuse mount is not functional after logout and subsequent login

2012-10-12 Thread Belfry
A workaround:
1) sudo -i
2) echo 
session-cleanup-script=/etc/scripts/lightdm-logout.sh>>/etc/lightdm/lightdm.conf
3) mkdir /etc/scripts
4) echo -e '#!/bin/sh\numount $HOME/.gvfs 2>/dev/null\nexit 
0'>/etc/scripts/lightdm-logout.sh
5) chmod 755 /etc/scripts/lightdm-logout.sh
6) exit

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

Title:
  [precise] .gvfs fuse mount is not functional after logout and
  subsequent login

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

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


[Bug 995543] Re: [precise] .gvfs fuse mount is not functional after logout and subsequent login

2012-10-08 Thread Belfry
Only happens with encrypted homes. My machine is 12.04, amd64.

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

Title:
  [precise] .gvfs fuse mount is not functional after logout and
  subsequent login

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

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


[Bug 664627] Re: auto-hide broken on unmounting of external device

2012-09-13 Thread Belfry
Same issue in Ubuntu 12.04.

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

Title:
  auto-hide broken on unmounting of external device

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-places-plugin/+bug/664627/+subscriptions

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


[Bug 607820] Re: Can only suspend once

2010-08-01 Thread Belfry
Sorry for the delay.  The pm-suspend command produces the same result. I
can suspend only once and on the second try the screen blanks, the moon
led blinks and the hard drive spins down, then the hard drive
immediately spins back up and then the desktop appears.  One difference
I notice is the screen backlight never goes out like it does with a
successful suspend.

** Attachment added: "pm-suspend.log"
   http://launchpadlibrarian.net/52838186/pm-suspend.log

-- 
Can only suspend once
https://bugs.launchpad.net/bugs/607820
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 607820] Re: Can only suspend once

2010-07-20 Thread Belfry

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/52213692/Dependencies.txt

-- 
Can only suspend once
https://bugs.launchpad.net/bugs/607820
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 607820] [NEW] Can only suspend once

2010-07-20 Thread Belfry
Public bug reported:

Binary package hint: pm-utils

This is similar to #587148, but instead of hanging it returns to
xscreensaver password prompt.  That bug was apparently solved by
downgrading gnome-screensaver, so maybe this bug belongs to
xscreensaver.

Ubuntu 9.04 (Xubuntu), pm-utils: 1.3.0-1ubuntu2

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: pm-utils 1.3.0-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic i686
Architecture: i386
Date: Tue Jul 20 10:51:34 2010
EcryptfsInUse: Yes
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: pm-utils

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


** Tags: apport-bug i386 lucid

-- 
Can only suspend once
https://bugs.launchpad.net/bugs/607820
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 591727] Re: Lucid: sleep / resume / alsa error causes system damage

2010-06-10 Thread Belfry
As a workaround you may want to try this script in /usr/lib/pm-
utils/sleep.d/02Alsa and chmod 755 it.  The second version is for a
Xubuntu installation to restore the volume panel icon--maybe it can be
modified for Kubuntu if you lose your panel icon.

#!/bin/sh
[ -f /sbin/alsa ] || exit $NA
case "$1" in
hibernate|suspend)
;;
thaw|resume)
/sbin/alsa force-reload
;;
*) exit $NA
;;
esac


#! /bin/sh
[ -f /sbin/alsa ] || exit $NA
XUSER=`finger| grep -m1 ":0" | awk '{print $1}'`
export DISPLAY=:0.0
export XAUTHORITY=$(find /var/run/gdm -type d -name auth-for-$XUSER-*)/database
case "$1" in
hibernate|suspend)
su ${XUSER} -l -c 'xfce4-panel -x' &
;;
thaw|resume)
/sbin/alsa force-reload
su ${XUSER} -l -c xfce4-panel &
;;
*) exit $NA
;;
esac

-- 
Lucid: sleep / resume / alsa error causes system damage
https://bugs.launchpad.net/bugs/591727
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 580189] Re: No speedstep on IBM Thinkpad A21m (P3 Coppermine) with lucid and 2.6.32

2010-06-06 Thread Belfry
I have the same processor and chipset in my Thinkpad A20m.  The
userspace governor + Powernowd worked well in Hardy, but was locked at
700MHz upon a clean install to Lucid.  (Note: the "too long transition
latency of HW" always meant the ondemand governor wasn't available for
this laptop.)  I noticed the /sys/devices/system/cpu/cpu0/cpufreq
directory was absent with my Lucid installation, yet present with if I
booted the Live CD.  After some trial and error I was able to get this
directory to appear by removing Grub 2 and falling back to Grub legacy,
and now my userspace + Powernowd works (it steps between 550Mhz and
700Mhz, depending on load.)

-- 
No speedstep on IBM Thinkpad A21m (P3 Coppermine) with lucid and 2.6.32
https://bugs.launchpad.net/bugs/580189
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 587148] Re: Suspend only works once after update

2010-06-06 Thread Belfry
My problem is very similar:  I can successfully once, but on subsequent
tries I am returned to the Xscreensaver password prompt, instead of a
hang.  My laptop is a few years older, a Thinkpad A20, 700MHz Pentium
III.

-- 
Suspend only works once after update
https://bugs.launchpad.net/bugs/587148
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 204578] Re: 2.6.24.12 won't boot with em28xx device

2009-05-14 Thread Belfry
# Ubuntu Hardy Users please have a look at
# https://bugs.launchpad.net/ubuntu/+bug/204578
# There are precompiled packages available for Hardy, see the installation 
instruction
# at the bottom of that bugreport!

There are no instructions at the bottom.

-- 
2.6.24.12 won't boot with em28xx device
https://bugs.launchpad.net/bugs/204578
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 204578] Re: 2.6.24.12 won't boot with em28xx device

2009-05-14 Thread Belfry
Could someone kindly compile em28xx for Hardy, kernel 2.6.24-23-gerneric
(32bit)?  Thanks in advance.

http://mcentral.de/wiki/index.php5/Installation_Guide

-- 
2.6.24.12 won't boot with em28xx device
https://bugs.launchpad.net/bugs/204578
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