[Bug 218434] Re: gnome-keyring-daemon crashed with SIGSEGV

2008-04-22 Thread Paul Albrecht
Same problem with all updates applied to hardy heron 8.04rc: [ 79.911924] [drm] Initialized i915 1.6.0 20060119 on minor 0 [ 79.912922] PCI: Enabling device :00:02.1 ( - 0002) [ 79.912936] PCI: Setting latency timer of device :00:02.1 to 64 [ 79.915050] [drm] Initialized i915

[Bug 218434] Re: gnome-keyring-daemon crashed with SIGSEGV

2008-04-22 Thread Paul Albrecht
I don't know if this helps, but here's my .xsession-errors: /etc/gdm/Xsession: Beginning session setup... Setting IM through im-switch for locale=en_US. Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to /etc/X11/xinit/xinput.d/default. SESSION_MANAGER=local/ubuntu:/tmp/.ICE-unix/5313

[Bug 152028] Re: gutsy gibbon livecd boot hangs during X setup

2008-04-11 Thread Paul Albrecht
Yes, the ubuntu live cd boots without problems on my hardware since I moved to hardy beta. -- gutsy gibbon livecd boot hangs during X setup https://bugs.launchpad.net/bugs/152028 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 151579] Re: umountfs must check whether a mountpoint contains a loopmounted root file

2008-03-31 Thread Paul Albrecht
Which entries are you trying to skip over with $PROTECTED_MOUNTS? If I do sed -n '0,/^\/[^ ]* \/ /p' /proc/mounts, I get this: rootfs / rootfs rw 0 0 none /sys sysfs rw,nosuid,nodev,noexec 0 0 none /proc proc rw,nosuid,nodev,noexec 0 0 udev /dev tmpfs rw,relatime 0 0 fusectl

[Bug 151579] Re: umountfs must check whether a mountpoint contains a loopmounted root file

2008-03-31 Thread Paul Albrecht
I understand you can't umount the loop device when it's root, but wouldn't it be simpler to get the loop device from /proc/cmdline and skip it specifically in do_stop? -- umountfs must check whether a mountpoint contains a loopmounted root file https://bugs.launchpad.net/bugs/151579 You received

[Bug 151579] Re: umountfs must check whether a mountpoint contains a loopmounted root file

2008-03-31 Thread Paul Albrecht
Actually, it would be simpler still to add the /host directory to the set of excluded mount points at the start of the do loop because it's hardcoded in initrd as the mount point for the original root filesystem in the loopback file system whenever you specify the loop install boot option. It

[Bug 151579] Re: umountfs must check whether a mountpoint contains a loopmounted root file

2008-03-28 Thread Paul Albrecht
OK, Thanks, I get that, but I'm questioning the way do_stop is coded. It looks to me like the the loop in do_stop skips over *all* entries in /proc/mounts, but that doesn't make sense because it's iterating over entries in /proc/mounts. So what's the point of the loop? -- umountfs must check

[Bug 151579] Re: umountfs must check whether a mountpoint contains a loopmounted root file

2008-03-27 Thread Paul Albrecht
Did the fix make it into beta? I have the following line at the start of the do loop: echo $PROTECTED_MOUNTS | grep -qs ^$DEV $MTPT continue This obviously doesn't work because the subsequent case statements that construct TMPFS_MTPTS and REG_MTPTS aren't executed when the loop is

[Bug 137276] Re: gdmthemetester : eval: 1: Syntax error: ( unexpected

2008-03-18 Thread Paul Albrecht
Still broken as of alpha6 ... will this be fixed in beta or release? -- gdmthemetester : eval: 1: Syntax error: ( unexpected https://bugs.launchpad.net/bugs/137276 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 137276] Re: gdmthemetester : eval: 1: Syntax error: ( unexpected

2008-03-18 Thread Paul Albrecht
Actually, I can't tell if it's broken or not in alpha6 because I get this error: ERROR: Xnest not found. I couldn't find Xnest using either apt-get or the synaptic package manager. Where do I get Xnest? -- gdmthemetester : eval: 1: Syntax error: ( unexpected

[Bug 137276] Re: gdmthemetester : eval: 1: Syntax error: ( unexpected

2008-03-18 Thread Paul Albrecht
Works for me thanks! -- gdmthemetester : eval: 1: Syntax error: ( unexpected https://bugs.launchpad.net/bugs/137276 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

[Bug 152028] gutsy gibbon livecd boot hangs during X setup

2007-10-12 Thread Paul Albrecht
Public bug reported: I have previously installed feisty fawn (7.04) on my system without problems, but when I tried gutsy gibbon (7.10rc) it hung during X setup. The video card is an Intel 82852/855GM and the monitor is generic. I can't get the xorg config or log because the liveboot hangs

[Bug 152028] Re: gutsy gibbon livecd boot hangs during X setup

2007-10-12 Thread Paul Albrecht
** Attachment added: feisty xorg.conf http://launchpadlibrarian.net/9956448/xorg.conf -- gutsy gibbon livecd boot hangs during X setup https://bugs.launchpad.net/bugs/152028 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 152028] Re: gutsy gibbon livecd boot hangs during X setup

2007-10-12 Thread Paul Albrecht
** Attachment added: gutsy xorg.log http://launchpadlibrarian.net/9956425/Xorg.0.log -- gutsy gibbon livecd boot hangs during X setup https://bugs.launchpad.net/bugs/152028 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 152028] Re: gutsy gibbon livecd boot hangs during X setup

2007-10-12 Thread Paul Albrecht
** Attachment added: feisty xorg.log http://launchpadlibrarian.net/9956441/Xorg.0.log -- gutsy gibbon livecd boot hangs during X setup https://bugs.launchpad.net/bugs/152028 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 152028] Re: gutsy gibbon livecd boot hangs during X setup

2007-10-12 Thread Paul Albrecht
** Attachment added: gutsy xorg.conf http://launchpadlibrarian.net/9956432/xorg.conf -- gutsy gibbon livecd boot hangs during X setup https://bugs.launchpad.net/bugs/152028 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 152028] Re: gutsy gibbon livecd boot hangs during X setup

2007-10-12 Thread Paul Albrecht
Figured out how to get the X log and conf for gutsy and attached the output to this bug report. -- gutsy gibbon livecd boot hangs during X setup https://bugs.launchpad.net/bugs/152028 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for