[Bug 1274643] Re: gpg-agent still running after session logout

2014-11-30 Thread Gregor Larson
Between xfce4-session 4.8.3 and 4.10.1 the logic wrt ssh-agent and gpg-
agent was moved from a shell script in /etc/xdg/xfce4/xinitrc to
xfce4-session-4.10.1/xfce4-session/xfsm-startup.c

I see this issue in debian jessie.

Looking at xfsm-startup.c there is a logic error when there is a pre-
existing ssh-agent so gpg-agent is started without ssh-agent support and
without an SSH_AGENT_PID environment variable. On shutdown, the
SSH_AGENT_PID environment variable does not contain the PID of the gpg-
agent, so the gpg-agent is not killed.

I see an up-stream change which probably fixes this. If I get time, I
will try and test this fix in debian jessie.

http://git.xfce.org/xfce/xfce4-session/commit/xfce4-session/xfsm-
startup.c?id=7892794fbf029a3b15d9e1320cf701bf0d31fd83

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

Title:
  gpg-agent still running after session logout

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-session/+bug/1274643/+subscriptions

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


[Bug 1274643] Re: gpg-agent still running after session logout

2014-11-30 Thread Gregor Larson
Rebuilt the package (for testing on debian jessie) with the newer version of 
xfsm-startup.c (see upstream link above).
The gpg-agent was gone immediately after logout and the (separate ) ssh-agent 
also exited a few seconds after logout.

I suspect this fix will also work for Ubuntu for versions of
xfce4-session = 4.9.0, i.e. Trusty, Utopic, Vivid.

For older versions the shell script /etc/xdg/xfce4/xinitrc  likely has
the same logic error. It looks like the the code in xfsm-startup.c was
loosely based on the previous logic in that script, which was in
xfce4-utils package, until that package was merged into xfce4-session.

- Greg

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

Title:
  gpg-agent still running after session logout

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-session/+bug/1274643/+subscriptions

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


[Bug 1301086] Re: cryptdisks_start modifies echo setting of invoking stty

2014-04-13 Thread Gregor Larson
I see this exact problem with /lib/cryptsetup/askpass in Debian jessie

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

Title:
  cryptdisks_start modifies echo setting of invoking stty

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

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


[Bug 924278] Re: xscreensaver doesn't enable DPMS

2013-10-24 Thread Gregor Larson
I think the root of the problem is that if  xscreensaver is built with
DPMS support, there doesn't seem to be any setting to make it just leave
DPMS alone. Also, we probably need the DPMS support because it allows
xscreensaver to conserve resources when DPMS turns off the monitor.

So as it stands now, if you are using xscreensaver you must use the DPMS
settings provided within xscreensaver. Any attempt to use other tools
(xset) will fail because xscreensaver will override the other tool.

Within xscreensaver preferences under the Advanced tab you can change
DPMS settings.

Works for me on Saucy, xscreensaver Version: 5.15-3ubuntu1

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

Title:
  xscreensaver doesn't enable DPMS

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

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


[Bug 1073433] Re: Ext4 corruption associated with shutdown of Ubuntu 12.10

2013-10-23 Thread Gregor Larson
Sorry, forgot to added version info to #146
Ubuntu Saucy 32-bit, package version: upstart 1.10-0ubuntu7  i386

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

Title:
  Ext4 corruption associated with shutdown of Ubuntu 12.10

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

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


[Bug 1073433] Re: Ext4 corruption associated with shutdown of Ubuntu 12.10

2013-10-23 Thread Gregor Larson
I did a bit of hacking on init.d/umountroot, adding lsof and ps -ef after the 
remount fails. 
I could see that dhclient was still running, so I added before the remount: 
pkill -9 dhclient

After this change, dhclient was gone, but the remount still failed. In
lsof output I can see:

init 1 root   15w  REG   8,24 1134 438383
/var/log/upstart/mountall.log

It seems like there is a problem in the upstart init where it is not
closing files, besides the problem with dhclient.

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

Title:
  Ext4 corruption associated with shutdown of Ubuntu 12.10

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

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


[Bug 1066119] Re: Xsession not loading

2013-01-15 Thread Gregor Larson
On Quantal, tried the recommended work-around from: 
https://wiki.ubuntu.com/CustomXSession
that is:

Create a new file /usr/share/xsessions/custom.desktop with:

[Desktop Entry]
Name=Xsession
Exec=/etc/X11/Xsession

This did allow me to select a different login session, which did, in fact run 
my ~/.xsession
but, there is still something a bit off. It appears the lightdm is invoking:
 /bin/sh /usr/sbin/lightdm-session /etc/X11/Xsession

Which means arg1 in the Xsession script is: /etc/X11/Xsession
This results in some parts of Xsession.d/ being run twice (probably not what we 
want).

Also, it seemed like the lightdm / pam integration started: 
gnome-keyring-daemon --daemonize --login
but nothing did the: eval `gnome-keyring-daemon --start`
 - I can add this to my ~/.xsession

Also, Xsession started an ssh-agent (even though we have gnome-keyring-
daemon which does similar things).

If you don't put the gnome-keyring-daemon --start in your .xsession, the 
gnome-keyring-daemon started earlier by pam will exit, leaving your environment 
a bit messed up.
ref: https://live.gnome.org/GnomeKeyring/Pam

There are a number of  bugs out there on the pam/gnome-keyring-daemon issues 
with non gnome desktops:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653011
https://bugs.launchpad.net/fedora/+source/gnome-keyring/+bug/932177

S, I ended up hacking in several more work-arounds to actually make things 
work.
The work-around are a bit ugly and more involved than I want to capture here 
and certainly well beyond what an average non-admin user could manage.

It seems a bit of design needed to integrate  lightdm / Xsession. Perhaps this 
bug should be split to indicate:
  - custom.desktop file is missing
  - bad arg1 on Xsession
  - gnome-keyring-daemon not initialized (refer to other bugs)

I may try and capture some of my work around at
https://sites.google.com/site/i3windowmanager/ (let me know if you are
interested).

** Bug watch added: Debian Bug tracker #653011
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653011

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

Title:
  Xsession not loading

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

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


[Bug 738297] Re: update-grub sets root= non-deterministic device

2012-12-31 Thread Gregor Larson
not seeing this problem any more. I suspect it is fixed by:
grub2 (1.99~rc1-6ubuntu1) natty; urgency=low

  * Resynchronise with Debian.  Remaining changes:
...
- Apply Ubuntu GRUB Legacy changes to legacy update-grub script: title,
  recovery mode, quiet option, tweak how memtest86+ is displayed, and
  use UUIDs where appropriate.
...
 -- Colin Watson cjwat...@ubuntu.com  Fri, 25 Mar 2011 23:44:33 +


** Changed in: grub2 (Ubuntu)
   Status: New = Fix Released

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

Title:
  update-grub sets root= non-deterministic device

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

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


[Bug 883319]

2012-07-06 Thread Gregor Larson
Tried Chris's patch on an Acer netbook (Intel video), Debian Wheezy, and
it fixed panning (xrandr) for gnome3 and xfce4. Thanks!

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

Title:
  xrandr --scale restricts area in which mouse moves

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/883319/+subscriptions

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


[Bug 881046]

2012-07-06 Thread Gregor Larson
Tried Chris's patch on an Acer netbook (Intel video), Debian Wheezy, and
it fixed panning (xrandr) for gnome3 and xfce4. Thanks!

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

Title:
  Panning in a virtual monitor is not possible after upgrade to Ubuntu
  11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/881046/+subscriptions

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


[Bug 883319]

2012-07-06 Thread Gregor Larson
In previous comment for for Wheezy, the debian xorg-server source
package was version: 2:1.12.1.902-1

I was also able to test the patch on Ubuntu Precise, source package
version: 2:1.11.4-0ubuntu10.3. On the same Acer netbook (Intel video),
it fixed xrandr panning with Unity 3D.

ps. The patch file did not apply (with patch program) to the Ubuntu
source version. I applied the patch manually, with a text editor.

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

Title:
  xrandr --scale restricts area in which mouse moves

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/883319/+subscriptions

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


[Bug 881046]

2012-07-06 Thread Gregor Larson
In previous comment for for Wheezy, the debian xorg-server source
package was version: 2:1.12.1.902-1

I was also able to test the patch on Ubuntu Precise, source package
version: 2:1.11.4-0ubuntu10.3. On the same Acer netbook (Intel video),
it fixed xrandr panning with Unity 3D.

ps. The patch file did not apply (with patch program) to the Ubuntu
source version. I applied the patch manually, with a text editor.

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

Title:
  Panning in a virtual monitor is not possible after upgrade to Ubuntu
  11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/881046/+subscriptions

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


[Bug 796325] Re: USB HD used as pointer input dev

2011-08-06 Thread Gregor Larson
** Changed in: udev (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  USB HD used as pointer input dev

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

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


[Bug 796325] Re: USB HD used as pointer input dev

2011-08-06 Thread Gregor Larson
Still broken with Western Digital 2.5 inch portable drive.
With a 3.5 inch NexStar USB enclosure, the problem does not occur.

Pointer (trackball):
Bus 004 Device 003: ID 046d:c404 Logitech, Inc. TrackMan Wheel

Western Digital Drive (problem occurs):
Bus 001 Device 005: ID 1058:0705 Western Digital Technologies, Inc. 

NexStar Enclosure (bug does not occur):
Bus 001 Device 002: ID 13fd:1e40 Initio Corporation

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

Title:
  USB HD used as pointer input dev

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

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


[Bug 796325] Re: USB HD used as pointer input dev

2011-06-30 Thread Gregor Larson
apport information

** Tags added: apport-collected natty

** Description changed:

  Binary package hint: xserver-xorg-input-evdev
  
  Natty, 2.6.38-8-generic-pae #42-Ubuntu SMP Mon Apr 11 05:17:09 UTC 2011 i686 
athlon i386 GNU/Linux
  udev 167-0ubuntu3
  xserver-xorg-input-evdev  1:2.6.0-1ubuntu12
  
  After starting system, with USB HD plugged in, then I log in and type startx.
  X-windows starts, but mouse (trackball) is not working.
  
  Note that GPM mouse tracking works fine with or without the USB HD.
  
  From Xorg.log (working case, without HD plugged in):
  
  
  [87.153] (II) config/udev: Adding input device Logitech Trackball 
(/dev/input/event3)
  [87.153] (**) Logitech Trackball: Applying InputClass evdev pointer 
catchall
  [87.153] (II) Using input driver 'evdev' for 'Logitech Trackball'
  [87.153] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
  [87.153] (**) Logitech Trackball: always reports core events
  [87.153] (**) Logitech Trackball: Device: /dev/input/event3
  [87.168] (--) Logitech Trackball: Found 3 mouse buttons
  [87.168] (--) Logitech Trackball: Found scroll wheel(s)
  [87.168] (--) Logitech Trackball: Found relative axes
  [87.168] (--) Logitech Trackball: Found x and y relative axes
  [87.168] (II) Logitech Trackball: Configuring as mouse
  [87.168] (II) Logitech Trackball: Adding scrollwheel support
  [87.168] (**) Logitech Trackball: YAxisMapping: buttons 4 and 5
  [87.168] (**) Logitech Trackball: EmulateWheelButton: 4, 
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
  [87.168] (**) Option config_info 
udev:/sys/devices/pci:00/:00:12.1/usb4/4-3/4-3:1.0/input/input3/event3
  [87.168] (II) XINPUT: Adding extended input device Logitech Trackball 
(type: MOUSE)
  [87.168] (II) Logitech Trackball: initialized for relative axes.
  [87.168] (**) Logitech Trackball: (accel) keeping acceleration scheme 1
  [87.168] (**) Logitech Trackball: (accel) acceleration profile 0
  [87.168] (**) Logitech Trackball: (accel) acceleration factor: 2.000
  [87.168] (**) Logitech Trackball: (accel) acceleration threshold: 4
  [87.170] (II) config/udev: Adding input device Logitech Trackball 
(/dev/input/mouse0)
  [87.170] (II) No input driver/identifier specified (ignoring)
  
  
  Failure case, with USB HD plugged in:
  
  [41.855] (II) config/udev: Adding input device Logitech Trackball 
(/dev/input/mouse0)
  [41.855] (II) No input driver/identifier specified (ignoring)
  [41.864] (II) config/udev: Adding input device Western Digital  External 
HDD (/dev/input/event2)
  [41.864] (**) Western Digital  External HDD: Applying InputClass 
evdev keyboard catchall
  [41.864] (II) Using input driver 'evdev' for 'Western Digital  External 
HDD'
  [41.864] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
  [41.864] (**) Western Digital  External HDD: always reports core 
events
  [41.864] (**) Western Digital  External HDD: Device: 
/dev/input/event2
  [41.880] (--) Western Digital  External HDD: Found 12 mouse buttons
  [41.880] (II) Western Digital  External HDD: Configuring as mouse
  [41.880] (**) Western Digital  External HDD: YAxisMapping: buttons 4 
and 5
  [41.880] (**) Western Digital  External HDD: EmulateWheelButton: 4, 
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
  [41.880] (**) Option config_info 
udev:/sys/devices/pci:00/:00:12.2/usb1/1-2/1-2:1.1/input/input2/event2
  [41.880] (II) XINPUT: Adding extended input device Western Digital  
External HDD (type: MOUSE)
+ --- 
+ Architecture: i386
+ CurrentDmesg: [   26.632021] eth0: no IPv6 routers present
+ CustomUdevRuleFiles: 10-vboxdrv.rules
+ DistroRelease: Ubuntu 11.04
+ MachineType: System manufacturer System Product Name
+ Package: udev 167-0ubuntu3
+ PackageArchitecture: i386
+ ProcEnviron:
+  PATH=(custom, no user)
+  LANG=en_CA.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-8-generic-pae 
root=UUID=739a6fe9-da5d-409f-95ca-f1734eedf5b1 ro text bogus
+ ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
+ Tags:  natty
+ Uname: Linux 2.6.38-8-generic-pae i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm admin audio cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 09/28/2009
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 0401
+ dmi.board.asset.tag: To Be Filled By O.E.M.
+ dmi.board.name: M4A78L-M
+ dmi.board.vendor: ASUSTeK Computer INC.
+ dmi.board.version: Rev X.0x
+ dmi.chassis.asset.tag: Asset-1234567890
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Chassis Manufacture
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 

[Bug 796325] Dependencies.txt

2011-06-30 Thread Gregor Larson
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/796325/+attachment/2185961/+files/Dependencies.txt

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

Title:
  USB HD used as pointer input dev

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

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


[Bug 796325] Lspci.txt

2011-06-30 Thread Gregor Larson
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/796325/+attachment/2185962/+files/Lspci.txt

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

Title:
  USB HD used as pointer input dev

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

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


[Bug 796325] Lsusb.txt

2011-06-30 Thread Gregor Larson
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/796325/+attachment/2185963/+files/Lsusb.txt

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

Title:
  USB HD used as pointer input dev

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

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


[Bug 796325] ProcCpuinfo.txt

2011-06-30 Thread Gregor Larson
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/796325/+attachment/2185964/+files/ProcCpuinfo.txt

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

Title:
  USB HD used as pointer input dev

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

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


[Bug 796325] ProcInterrupts.txt

2011-06-30 Thread Gregor Larson
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/796325/+attachment/2185965/+files/ProcInterrupts.txt

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

Title:
  USB HD used as pointer input dev

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

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


[Bug 796325] UdevLog.txt

2011-06-30 Thread Gregor Larson
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/796325/+attachment/2185968/+files/UdevLog.txt

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

Title:
  USB HD used as pointer input dev

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

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


[Bug 796325] ProcModules.txt

2011-06-30 Thread Gregor Larson
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/796325/+attachment/2185966/+files/ProcModules.txt

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

Title:
  USB HD used as pointer input dev

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

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


[Bug 796325] UdevDb.txt

2011-06-30 Thread Gregor Larson
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/796325/+attachment/2185967/+files/UdevDb.txt

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

Title:
  USB HD used as pointer input dev

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

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


[Bug 796325] Re: USB HD used as pointer input dev

2011-06-30 Thread Gregor Larson
apport information

** Description changed:

  Binary package hint: xserver-xorg-input-evdev
  
  Natty, 2.6.38-8-generic-pae #42-Ubuntu SMP Mon Apr 11 05:17:09 UTC 2011 i686 
athlon i386 GNU/Linux
  udev 167-0ubuntu3
  xserver-xorg-input-evdev  1:2.6.0-1ubuntu12
  
  After starting system, with USB HD plugged in, then I log in and type startx.
  X-windows starts, but mouse (trackball) is not working.
  
  Note that GPM mouse tracking works fine with or without the USB HD.
  
  From Xorg.log (working case, without HD plugged in):
  
  
  [87.153] (II) config/udev: Adding input device Logitech Trackball 
(/dev/input/event3)
  [87.153] (**) Logitech Trackball: Applying InputClass evdev pointer 
catchall
  [87.153] (II) Using input driver 'evdev' for 'Logitech Trackball'
  [87.153] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
  [87.153] (**) Logitech Trackball: always reports core events
  [87.153] (**) Logitech Trackball: Device: /dev/input/event3
  [87.168] (--) Logitech Trackball: Found 3 mouse buttons
  [87.168] (--) Logitech Trackball: Found scroll wheel(s)
  [87.168] (--) Logitech Trackball: Found relative axes
  [87.168] (--) Logitech Trackball: Found x and y relative axes
  [87.168] (II) Logitech Trackball: Configuring as mouse
  [87.168] (II) Logitech Trackball: Adding scrollwheel support
  [87.168] (**) Logitech Trackball: YAxisMapping: buttons 4 and 5
  [87.168] (**) Logitech Trackball: EmulateWheelButton: 4, 
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
  [87.168] (**) Option config_info 
udev:/sys/devices/pci:00/:00:12.1/usb4/4-3/4-3:1.0/input/input3/event3
  [87.168] (II) XINPUT: Adding extended input device Logitech Trackball 
(type: MOUSE)
  [87.168] (II) Logitech Trackball: initialized for relative axes.
  [87.168] (**) Logitech Trackball: (accel) keeping acceleration scheme 1
  [87.168] (**) Logitech Trackball: (accel) acceleration profile 0
  [87.168] (**) Logitech Trackball: (accel) acceleration factor: 2.000
  [87.168] (**) Logitech Trackball: (accel) acceleration threshold: 4
  [87.170] (II) config/udev: Adding input device Logitech Trackball 
(/dev/input/mouse0)
  [87.170] (II) No input driver/identifier specified (ignoring)
  
  
  Failure case, with USB HD plugged in:
  
  [41.855] (II) config/udev: Adding input device Logitech Trackball 
(/dev/input/mouse0)
  [41.855] (II) No input driver/identifier specified (ignoring)
  [41.864] (II) config/udev: Adding input device Western Digital  External 
HDD (/dev/input/event2)
  [41.864] (**) Western Digital  External HDD: Applying InputClass 
evdev keyboard catchall
  [41.864] (II) Using input driver 'evdev' for 'Western Digital  External 
HDD'
  [41.864] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
  [41.864] (**) Western Digital  External HDD: always reports core 
events
  [41.864] (**) Western Digital  External HDD: Device: 
/dev/input/event2
  [41.880] (--) Western Digital  External HDD: Found 12 mouse buttons
  [41.880] (II) Western Digital  External HDD: Configuring as mouse
  [41.880] (**) Western Digital  External HDD: YAxisMapping: buttons 4 
and 5
  [41.880] (**) Western Digital  External HDD: EmulateWheelButton: 4, 
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
  [41.880] (**) Option config_info 
udev:/sys/devices/pci:00/:00:12.2/usb1/1-2/1-2:1.1/input/input2/event2
  [41.880] (II) XINPUT: Adding extended input device Western Digital  
External HDD (type: MOUSE)
  --- 
  Architecture: i386
  CurrentDmesg: [   26.632021] eth0: no IPv6 routers present
  CustomUdevRuleFiles: 10-vboxdrv.rules
  DistroRelease: Ubuntu 11.04
  MachineType: System manufacturer System Product Name
  Package: udev 167-0ubuntu3
  PackageArchitecture: i386
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-8-generic-pae 
root=UUID=739a6fe9-da5d-409f-95ca-f1734eedf5b1 ro text bogus
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
  Tags:  natty
  Uname: Linux 2.6.38-8-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin audio cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 09/28/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0401
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4A78L-M
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Bug 796325] Dependencies.txt

2011-06-30 Thread Gregor Larson
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/796325/+attachment/2185976/+files/Dependencies.txt

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

Title:
  USB HD used as pointer input dev

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

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


[Bug 796325] Lsusb.txt

2011-06-30 Thread Gregor Larson
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/796325/+attachment/2185978/+files/Lsusb.txt

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

Title:
  USB HD used as pointer input dev

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

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


[Bug 796325] Lspci.txt

2011-06-30 Thread Gregor Larson
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/796325/+attachment/2185977/+files/Lspci.txt

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

Title:
  USB HD used as pointer input dev

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

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


[Bug 796325] ProcCpuinfo.txt

2011-06-30 Thread Gregor Larson
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/796325/+attachment/2185979/+files/ProcCpuinfo.txt

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

Title:
  USB HD used as pointer input dev

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

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


[Bug 796325] ProcInterrupts.txt

2011-06-30 Thread Gregor Larson
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/796325/+attachment/2185980/+files/ProcInterrupts.txt

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

Title:
  USB HD used as pointer input dev

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

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


[Bug 796325] ProcModules.txt

2011-06-30 Thread Gregor Larson
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/796325/+attachment/2185981/+files/ProcModules.txt

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

Title:
  USB HD used as pointer input dev

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

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


[Bug 796325] UdevDb.txt

2011-06-30 Thread Gregor Larson
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/796325/+attachment/2185982/+files/UdevDb.txt

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

Title:
  USB HD used as pointer input dev

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

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


[Bug 796325] UdevLog.txt

2011-06-30 Thread Gregor Larson
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/796325/+attachment/2185983/+files/UdevLog.txt

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

Title:
  USB HD used as pointer input dev

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

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


[Bug 796325] Re: USB HD used as pointer input dev

2011-06-30 Thread Gregor Larson
The first apport is a fresh reboot without the usb hd (pointer works in 
x-windows).
The second apport is a fresh reboot with the usb hd (pointer not working in 
x-windows).
In both cases, I collected the information from a non-root user (admin1) 
without starting X.

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

Title:
  USB HD used as pointer input dev

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

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


[Bug 796325] [NEW] USB HD used as pointer input dev

2011-06-12 Thread Gregor Larson
Public bug reported:

Binary package hint: xserver-xorg-input-evdev

Natty, 2.6.38-8-generic-pae #42-Ubuntu SMP Mon Apr 11 05:17:09 UTC 2011 i686 
athlon i386 GNU/Linux
udev 167-0ubuntu3
xserver-xorg-input-evdev  1:2.6.0-1ubuntu12

After starting system, with USB HD plugged in, then I log in and type startx.
X-windows starts, but mouse (trackball) is not working.

Note that GPM mouse tracking works fine with or without the USB HD.

From Xorg.log (working case, without HD plugged in):


[87.153] (II) config/udev: Adding input device Logitech Trackball 
(/dev/input/event3)
[87.153] (**) Logitech Trackball: Applying InputClass evdev pointer 
catchall
[87.153] (II) Using input driver 'evdev' for 'Logitech Trackball'
[87.153] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[87.153] (**) Logitech Trackball: always reports core events
[87.153] (**) Logitech Trackball: Device: /dev/input/event3
[87.168] (--) Logitech Trackball: Found 3 mouse buttons
[87.168] (--) Logitech Trackball: Found scroll wheel(s)
[87.168] (--) Logitech Trackball: Found relative axes
[87.168] (--) Logitech Trackball: Found x and y relative axes
[87.168] (II) Logitech Trackball: Configuring as mouse
[87.168] (II) Logitech Trackball: Adding scrollwheel support
[87.168] (**) Logitech Trackball: YAxisMapping: buttons 4 and 5
[87.168] (**) Logitech Trackball: EmulateWheelButton: 4, 
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[87.168] (**) Option config_info 
udev:/sys/devices/pci:00/:00:12.1/usb4/4-3/4-3:1.0/input/input3/event3
[87.168] (II) XINPUT: Adding extended input device Logitech Trackball 
(type: MOUSE)
[87.168] (II) Logitech Trackball: initialized for relative axes.
[87.168] (**) Logitech Trackball: (accel) keeping acceleration scheme 1
[87.168] (**) Logitech Trackball: (accel) acceleration profile 0
[87.168] (**) Logitech Trackball: (accel) acceleration factor: 2.000
[87.168] (**) Logitech Trackball: (accel) acceleration threshold: 4
[87.170] (II) config/udev: Adding input device Logitech Trackball 
(/dev/input/mouse0)
[87.170] (II) No input driver/identifier specified (ignoring)


Failure case, with USB HD plugged in:

[41.855] (II) config/udev: Adding input device Logitech Trackball 
(/dev/input/mouse0)
[41.855] (II) No input driver/identifier specified (ignoring)
[41.864] (II) config/udev: Adding input device Western Digital  External 
HDD (/dev/input/event2)
[41.864] (**) Western Digital  External HDD: Applying InputClass evdev 
keyboard catchall
[41.864] (II) Using input driver 'evdev' for 'Western Digital  External HDD 
   '
[41.864] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[41.864] (**) Western Digital  External HDD: always reports core events
[41.864] (**) Western Digital  External HDD: Device: /dev/input/event2
[41.880] (--) Western Digital  External HDD: Found 12 mouse buttons
[41.880] (II) Western Digital  External HDD: Configuring as mouse
[41.880] (**) Western Digital  External HDD: YAxisMapping: buttons 4 
and 5
[41.880] (**) Western Digital  External HDD: EmulateWheelButton: 4, 
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[41.880] (**) Option config_info 
udev:/sys/devices/pci:00/:00:12.2/usb1/1-2/1-2:1.1/input/input2/event2
[41.880] (II) XINPUT: Adding extended input device Western Digital  
External HDD (type: MOUSE)

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


** Tags: mouse udev usb xorg

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

Title:
  USB HD used as pointer input dev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/796325/+subscriptions

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


[Bug 738297] Re: hard disk device name ordering non-deterministic

2011-03-21 Thread Gregor Larson
I can see this problem, or something similar is present in natty grub 
1.99~rc1-4ubuntu1 
update-grub put:

 linux   /vmlinuz-2.6.38-7-generic-pae root=/dev/md123 ro  ...

as the entry in grub.cfg

It should never do this, because /dev/md123 is correct only at that
time, and may very well be incorrect on the next boot. My fstab has:

LABEL=natty3_md /   ext3noatime,errors=remount-ro 0 1
LABEL=boot1t /boot auto noatime 0 0

fyi, if I change fstab LABEL=natty3_md to UUID=, and re-run update-
grub, the problem is still there.

In my example, my boot partition was non-raid, regular ext3 partition
and the other partitions, except swap, are mdraid (raid1). In my
mdadm.conf if have:

ARRAY /dev/md/amy:natty3 metadata=1.2 UUID=b1211dcb-67a1-4032-364a-
12057c183e9a name=amy:natty3

To work-around this problem, I added the following line to
/etc/default/grub:

GRUB_DEVICE=LABEL=natty3_md

which created the correct root=LABEL=natty3_md in the grub.cfg

This worked for me, but I don't think it is a good solution for the
average user. Really, update-grub should use root=LABEL= or root=UUID=
in grub.cfg whenever possible, rather than /dev/md... or /dev/sd...


** Summary changed:

- hard disk device name ordering non-deterministic
+ update-grub sets root= non-deterministic device

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

Title:
  update-grub sets root= non-deterministic device

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