[Bug 1124649] Re: autofs updates should do a ldconfig after restarting autofs

2013-04-18 Thread Francis Bacon
That is correct.

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

Title:
  autofs updates should do a ldconfig after restarting autofs

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

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


[Bug 1170489] [NEW] libvirt-bin postinst can try to add non-system group members to libvirtd group

2013-04-18 Thread Francis Bacon
Public bug reported:

In the postinst for libvirt-bin it tries to add members of the admin
group to libvirtd, but it uses a method that might get a NIS group of
the same name.

for u in $(getent group admin | sed -e "s/^.*://" -e "s/,/ /g"); do
adduser "$u" libvirtd >/dev/null || true
done

This is done correctly in the debian source package
(libvirt_0.9.8-2ubuntu17.debian.tar.gz)

for u in $(grep "^admin:" /etc/group | sed -e "s/^.*://" -e "s/,/ /g"); do
adduser "$u" libvirtd >/dev/null || true
done

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: libvirt-bin 0.9.8-2ubuntu17.8
ProcVersionSignature: Ubuntu 3.2.0-40.64-generic 3.2.40
Uname: Linux 3.2.0-40-generic x86_64
NonfreeKernelModules: openafs
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
Date: Thu Apr 18 14:26:59 2013
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 (20120206)
KernLog:
 
MarkForUpload: True
SourcePackage: libvirt
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.dnsmasq.d.libvirt.bin: [deleted]
upstart.libvirt-bin.override: manual

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


** Tags: amd64 apport-bug precise

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

Title:
  libvirt-bin postinst can try to add non-system group members to
  libvirtd group

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

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


[Bug 1124649] [NEW] autofs updates should do a ldconfig after restarting autofs

2013-02-13 Thread Francis Bacon
Public bug reported:

Since it is possible to have ldconfig paths that are controlled by autofs,
and since autofs turns itself off in the "Preparing to replace..." phase of an 
upgrade,
it is possible that other upgrad packages being run in the same upgrade as
autofs, may set the ld.so.cache to something that misses the desired
libs.

To make sure that all desired lib directories, even those controlled
by autofs, are entered into ld.so.config, ldconfig should be run 
after autofs is restarted at the end of the upgrade.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: autofs 5.0.6-0ubuntu5.1
ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
Uname: Linux 3.2.0-37-generic x86_64
NonfreeKernelModules: openafs nvidia
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
Date: Wed Feb 13 16:24:30 2013
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 (20120206)
MarkForUpload: True
SourcePackage: autofs5
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  autofs updates should do a ldconfig after restarting autofs

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

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


[Bug 569294] Re: Waltop Tablet works but it indicates the absolute point only holding the buttons

2010-08-05 Thread Francis Bacon
xserver-xorg-input-wizardpen works for me as well, quite jittery though.
compiled it myself since there's no maverick package in the owen ppa.
am using an aiptek media tablet 1u. removed the wacom and waltop package, 
calibrated with wizardpen-calibrate, added the lines to my xorg.conf.

⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ WizardPen Tablet  id=6[slave  pointer  (2)]
⎜   ↳ Logitech USB Gaming Mouse id=10   [slave  pointer  (2)]
⎜   ↳ WALTOP International Corp. Media Tablet   id=11   [slave  pointer  (2)]

Still need to get rid of the "WALTOP International Corp. Media Tablet" device, 
it doesn't have pressure sensitivity (evdev getting in the way?).
In GimP and Inkscape setting the input device to "WizardPen Tablet" worked just 
fine. Thanks for the info Takashi et al!
Also I still need to find out why there is an input-aiptek module in the 
repository as well (not installed).

-- 
Waltop Tablet works but it indicates the absolute point only holding the buttons
https://bugs.launchpad.net/bugs/569294
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 392690] Re: dvbscan error: "Unable to query frontend status"

2010-06-29 Thread Francis Bacon
dvbscan fails on maverick as well, compiling
http://www.linuxtv.org/downloads/legacy/linuxtv-dvb-apps-1.1.1.tar.bz2
myself and using that version works just fine.

-- 
dvbscan error: "Unable to query frontend status"
https://bugs.launchpad.net/bugs/392690
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 392825] Re: WALTOP tablets not supported anymore

2010-05-15 Thread Francis Bacon
It still doesn't work properly but the crashes are gone so this bug could be 
considered fixed.
Please see Bug #569294 for how it is still non-functional.

** Changed in: xf86-input-wacom (Ubuntu)
   Status: Incomplete => Fix Released

-- 
WALTOP tablets not supported anymore
https://bugs.launchpad.net/bugs/392825
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 392825] [NEW] [Koala] WALTOP tablets not supported anymore (with quickfix)

2009-06-27 Thread Francis Bacon
Public bug reported:

Binary package hint: wacom-tools

X crashes if a Aiptek Media Tablet 1U is plugged in. Ideally it should just 
work. Or fail gracefully.
WALTOP tablet support has been dropped upstream afaik. It still works on my  
tablet with a little patch of src/xdrv/wcmUSB.c:


529c529
<   if (sID[1] == 0x056A)
---
>   if (sID[1] == 0x056A || sID[1] == 0x172F)
905c905
<   else if (common->wcmLastToolSerial) /* serial number should never be 0 
*/
---
>   else
---

You were probably aware of this but i thought this quick fix could be 
interesting for people looking for a short term solution.
Of course I have no idea if this impedes wacom tablet functionality, looks 
innocent enough though

ProblemType: Bug
Architecture: amd64
Date: Sat Jun 27 10:01:35 2009
DistroRelease: Ubuntu 9.10
MachineType: System manufacturer P5K-E
NonfreeKernelModules: nvidia
Package: wacom-tools (not installed)
ProcCmdLine: root=UUID=f2e0d791-3f6e-46f5-8252-68bdbb279d41 ro quiet splash
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.30-10.12-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4~5ubuntu21
 libgl1-mesa-glx 7.4.1-1ubuntu6
 libdrm2 2.4.11-0ubuntu1
 xserver-xorg-video-intel 2:2.7.99.1+git20090602.ec2fde7c-0ubuntu2
 xserver-xorg-video-ati 1:6.12.2-2ubuntu2
SourcePackage: wacom-tools
Uname: Linux 2.6.30-10-generic x86_64
dmi.bios.date: 09/08/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1202
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5K-E
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1202:bd09/08/2008:svnSystemmanufacturer:pnP5K-E:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5K-E:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: P5K-E
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
fglrx: Not loaded
system:
 distro: Ubuntu
 architecture:   x86_64kernel: 2.6.30-10-generic

** Affects: wacom-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
[Koala] WALTOP tablets not supported anymore (with quickfix)
https://bugs.launchpad.net/bugs/392825
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 392825] Re: [Koala] WALTOP tablets not supported anymore (with quickfix)

2009-06-27 Thread Francis Bacon

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/28454296/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/28454297/CurrentDmesg.txt

** Attachment added: "GdmLog.txt"
   http://launchpadlibrarian.net/28454298/GdmLog.txt

** Attachment added: "GdmLogOld.txt"
   http://launchpadlibrarian.net/28454299/GdmLogOld.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/28454300/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/28454301/Lsusb.txt

** Attachment added: "PciDisplay.txt"
   http://launchpadlibrarian.net/28454302/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/28454303/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/28454304/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/28454305/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/28454306/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/28454307/UdevLog.txt

** Attachment added: "XorgConf.txt"
   http://launchpadlibrarian.net/28454308/XorgConf.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/28454309/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/28454310/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/28454312/Xrandr.txt

** Attachment added: "glxinfo.txt"
   http://launchpadlibrarian.net/28454313/glxinfo.txt

** Attachment added: "monitors.xml.txt"
   http://launchpadlibrarian.net/28454314/monitors.xml.txt

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/28454315/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/28454316/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/28454317/xkbcomp.txt

-- 
[Koala] WALTOP tablets not supported anymore (with quickfix)
https://bugs.launchpad.net/bugs/392825
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