[Bug 247190] Re: /lib/security/pam_otpw.so: undefined symbol: __stack_chk_fail_local

2010-09-07 Thread Charlie Dyson
Still doesn't seem to be fixed unfortunately! 10.04.1

-- 
/lib/security/pam_otpw.so: undefined symbol: __stack_chk_fail_local
https://bugs.launchpad.net/bugs/247190
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 181065] Re: Unable to unlock the screensaver

2010-04-16 Thread Charlie Dyson
I've noticed whenever this happens that 'ps ax' lists _two_ instances of
gnome-screensaver-dialog. If I kill both and let the dialog respawn,
then only one is listed and I'm able to log in again.

-- 
Unable to unlock the screensaver
https://bugs.launchpad.net/bugs/181065
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 59867] Re: Synaptics touchpad ceases functioning after suspend and resume.

2009-12-12 Thread Charlie Dyson
I'm having this problem with Karmic on an old Toshiba Tecra. I started
having a similar but less serious problem with Intrepid. Now when I
resume from suspend, the touchpad often locks up completely - even the
button's don't work. I found this in Xorg.0.log

(EE) PS/2 Mouse: Failed to reopen device after 10 attempts.
(II) config/hal: removing device PS/2 Mouse
(II) PS/2 Mouse: Close
(II) UnloadModule: evdev
(II) config/hal: removing device AlpsPS/2 ALPS GlidePoint
(II) UnloadModule: synaptics
(II) config/hal: Adding input device PS/2 Mouse
(**) PS/2 Mouse: always reports core events
(**) PS/2 Mouse: Device: /dev/input/event7
(EE) Unable to open evdev device /dev/input/event7.
(II) UnloadModule: evdev
(EE) PreInit returned NULL for PS/2 Mouse
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device AlpsPS/2 ALPS GlidePoint
(II) Synaptics touchpad driver version 1.1.2
(**) Option Device /dev/input/event8
(EE) xf86OpenSerial: Cannot open device /dev/input/event8
No such file or directory.
(EE) Synaptics driver unable to open device
(EE) PreInit failed for input device AlpsPS/2 ALPS GlidePoint
(II) UnloadModule: synaptics
(EE) config/hal: NewInputDeviceRequest failed (8)

Solution that worked for me:
$ sudo rmmod psmouse
$ sudo modprbe psmouse

...and the touchpad springs back to life!

-- 
Synaptics touchpad ceases functioning after suspend and resume.
https://bugs.launchpad.net/bugs/59867
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 59867] Re: Synaptics touchpad ceases functioning after suspend and resume.

2009-12-12 Thread Charlie Dyson
Correction: substitute Intrepid for Jaunty in my previous comment. I
had no problems with Intrepid.

-- 
Synaptics touchpad ceases functioning after suspend and resume.
https://bugs.launchpad.net/bugs/59867
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 98564] Re: Crash on startup with SystemError in getGamma()

2007-03-29 Thread Charlie Dyson

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/7041221/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/7041222/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/7041223/ProcStatus.txt

** Attachment added: Traceback.txt
   http://librarian.launchpad.net/7041224/Traceback.txt

-- 
Crash on startup with SystemError in getGamma()
https://launchpad.net/bugs/98564

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


[Bug 98564] Crash on startup with SystemError in getGamma()

2007-03-29 Thread Charlie Dyson
Public bug reported:

Binary package hint: displayconfig-gtk

Crashes on startup in Ubuntu Feisty. I have a heavily modified xorg.conf
which may be causing this.

# displayconfig-gtk 
Xlib:  extension XFree86-VidModeExtension missing on display :0.0.
Traceback (most recent call last):
  File /usr/bin/displayconfig-gtk, line 11, in module
app = DisplayConfig(/usr/share/displayconfig-gtk/displayconfig.glade)
  File /usr/lib/python2.5/site-packages/displayconfiggtk/DisplayConfig.py, 
line 116, in __init__
self.xsetup = XSetup(self.xconfigpath)
  File 
/usr/lib/python2.5/site-packages/displayconfig/displayconfigabstraction.py, 
line 387, in __init__
self._finalizeInit()
  File 
/usr/lib/python2.5/site-packages/displayconfig/displayconfigabstraction.py, 
line 392, in _finalizeInit
gfxcard._finalizeInit()
  File 
/usr/lib/python2.5/site-packages/displayconfig/displayconfigabstraction.py, 
line 1103, in _finalizeInit
screen._finalizeInit()
  File 
/usr/lib/python2.5/site-packages/displayconfig/displayconfigabstraction.py, 
line 1620, in _finalizeInit
(self.redgamma, self.greengamma, self.bluegamma) = 
self.x_live_screen.getGamma()
  File /usr/lib/python2.5/site-packages/displayconfig/xf86misc.py, line 55, 
in getGamma
return ixf86misc.GetGamma(self.display,self.screenid)
SystemError: error return without exception set

ProblemType: Crash
Architecture: i386
Date: Thu Mar 29 12:35:57 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/displayconfig-gtk
InterpreterPath: /usr/bin/python2.5
Package: displayconfig-gtk 0.2ubuntu2
PackageArchitecture: i386
ProcCmdline: /usr/bin/python /usr/bin/displayconfig-gtk
ProcCwd: /home/charlie
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
PythonArgs: ['/usr/bin/displayconfig-gtk']
SourcePackage: displayconfig-gtk
Uname: Linux soyo 2.6.20-13-386 #2 Sun Mar 25 00:18:53 UTC 2007 i686 GNU/Linux

** Affects: displayconfig-gtk (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Crash on startup with SystemError in getGamma()
https://launchpad.net/bugs/98564

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


[Bug 98564] Re: Crash on startup with SystemError in getGamma()

2007-03-29 Thread Charlie Dyson
Adding Load extmod to xorg.conf seems to fix it (had it disabled
before when trying to isolate an unrelated problem).

-- 
Crash on startup with SystemError in getGamma()
https://launchpad.net/bugs/98564

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