[Bug 1128744] Re: usb-modswitch segfaults (due to libc version conflict?)

2013-02-24 Thread Dan O'Huiginn
I'm getting what looks like the same segfault, with an Alcatel onetouch
mobile internet usb stick. syslog:

Feb 24 16:08:49 rosa kernel: [15070.829329] usb 1-1.1: new high-speed USB 
device number 13 using ehci_hcd
Feb 24 16:08:49 rosa kernel: [15070.925938] usb 1-1.1: New USB device found, 
idVendor=1bbb, idProduct=0017
Feb 24 16:08:49 rosa kernel: [15070.925947] usb 1-1.1: New USB device strings: 
Mfr=3, Product=2, SerialNumber=4
Feb 24 16:08:49 rosa kernel: [15070.925953] usb 1-1.1: Product: HSPA Data Card
Feb 24 16:08:49 rosa kernel: [15070.925957] usb 1-1.1: Manufacturer: USBModem
Feb 24 16:08:49 rosa kernel: [15070.925961] usb 1-1.1: SerialNumber: 
1234567890ABCDEF
Feb 24 16:08:49 rosa mtp-probe: checking bus 1, device 13: 
/sys/devices/pci:00/:00:1a.0/usb1/1-1/1-1.1
Feb 24 16:08:49 rosa mtp-probe: bus: 1, device: 13 was not an MTP device
Feb 24 16:08:49 rosa kernel: [15070.933564] scsi16 : usb-storage 1-1.1:1.4
Feb 24 16:08:50 rosa usb_modeswitch: switched to 1bbb:0017 on 001/012
Feb 24 16:08:50 rosa kernel: [15071.932206] scsi 16:0:0:0: Direct-Access 
ALCATEL  Mass Storage 2.31 PQ: 0 ANSI: 2
Feb 24 16:08:50 rosa kernel: [15071.935074] sd 16:0:0:0: Attached scsi generic 
sg2 type 0
Feb 24 16:08:50 rosa kernel: [15071.937273] sd 16:0:0:0: [sdb] Attached SCSI 
removable disk
Feb 24 16:08:51 rosa usb_modeswitch[11392]: usb_modeswitch: switched to 
1bbb:0017 on 1/13
Feb 24 16:08:52 rosa kernel: [15073.692207] usb_modeswitch_[11392]: segfault at 
0 ip 7f5308859101 sp 7fff75161228 error 4 in 
libc-2.15.so[7f53087d+1b5000]

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

Title:
  usb-modswitch segfaults (due to libc version conflict?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1128744/+subscriptions

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


[Bug 594551] [NEW] FTBFS: failed to remove `debian/python-paver/usr/local/bin'

2010-06-15 Thread Dan O'Huiginn
Public bug reported:

Build log at http://launchpadlibrarian.net/49104510/buildlog_ubuntu-
maverick-i386.python-paver_1.0.2-1_FAILEDTOBUILD.txt.gz

Seems to be debhelper trying to clean up the wrong directory.

** Affects: python-paver (Ubuntu)
 Importance: Undecided
 Assignee: Dan O'Huiginn (daniel-ohuiginn)
 Status: In Progress

** Changed in: python-paver (Ubuntu)
 Assignee: (unassigned) = Dan O'Huiginn (daniel-ohuiginn)

** Changed in: python-paver (Ubuntu)
   Status: New = In Progress

-- 
FTBFS: failed to remove `debian/python-paver/usr/local/bin'
https://bugs.launchpad.net/bugs/594551
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 589443] Re: pdfshuffler fails to install to a usable state on maverick

2010-06-14 Thread Dan O'Huiginn
sorry about that.
Turns out it was missing a build-dep on python; patch attached

** Patch added: add build-dep on python
   http://launchpadlibrarian.net/50341645/pdfshuffler_pythondepend.diff

** Changed in: pdfshuffler (Ubuntu)
 Assignee: Dan O'Huiginn (daniel-ohuiginn) = (unassigned)

-- 
pdfshuffler fails to install to a usable state on maverick
https://bugs.launchpad.net/bugs/589443
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 591730] Re: Image.crop(.) does not work as documented

2010-06-10 Thread Dan O'Huiginn
according to
http://www.pythonware.com/library/pil/handbook/introduction.htm:

Copying a subrectangle from an image

box = (100, 100, 400, 400)
region = im.crop(box)

The region is defined by a 4-tuple, where coordinates are (left, upper,
right, lower). The Python Imaging Library uses a coordinate system with
(0, 0) in the upper left corner. Also note that coordinates refer to
positions between the pixels, so the region in the above example is
exactly 300x300 pixels.

This says to me that coordinates are *exclusive*, so I believe PIL is
behaving correctly in accordance with its docs.

What documentation were you looking at, exactly? It might be helpful to
copy in there explanation that coordinates refer to positions between
the pixels

-- 
Image.crop(.) does not work as documented
https://bugs.launchpad.net/bugs/591730
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 589443] Re: pdfshuffler fails to install to a usable state on maverick

2010-06-10 Thread Dan O'Huiginn
Seems to be solved by rebuilding

** Changed in: pdfshuffler (Ubuntu)
   Status: New = In Progress

** Changed in: pdfshuffler (Ubuntu)
 Assignee: (unassigned) = Dan O'Huiginn (daniel-ohuiginn)

-- 
pdfshuffler fails to install to a usable state on maverick
https://bugs.launchpad.net/bugs/589443
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 219956] Re: hwdb-send crashed with IOError in connect()

2009-11-18 Thread Dan O'Huiginn
etali, my understanding is that hwdb was removed from ubuntu in 8.10.
I've no idea what the policy is on closing bugs which don't affect new
releases, but I'd say in practice any bugs with hwdb can probably be
ignored. The only people who will still be affected are the few people
still using Hardy.

-- 
hwdb-send crashed with IOError in connect()
https://bugs.launchpad.net/bugs/219956
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 327993] [NEW] ATI IXP AC97: sound regression between 2.6.24-16 and 2.6.27-11 kernels

2009-02-11 Thread Dan O'Huiginn
Public bug reported:


Using kernel 2.6.27-7 on 8.10, sound is output in a stuttering, choppy, way, as 
if each moment of sound is followed by about an equal moment of silence. 
Sometimes the login sound is played correctly on first boot, but the problem 
begins if I try to play any sound. Happens with every sound source - mp3, ogg, 
audio CDs.

This doesn't happen with kernel 2.6.24-16-generic (i.e. I can boot with
the old kernel and sound works correctly)

The machine is a Toshiba Equium. This install began at Gutsy, and was
upgraded to Hardy and then Intrepid. Previously (separate install on the
same machine), I had a slightly similar problem in the distant past
(maybe broken in Dapper, fixed in Edgy or Feisty?).

The only possibly-relevant change I can recall making is setting up
ath5k drivers (as suggested in the 8.10 release notes).

attaching output, for both versions, of:
 lscpci -vv
 cat /proc/asound/cards
 cat /proc/interrupts (note the new rad...@pci entry on 17)

With old kernel (working):
http://www.alsa-project.org/db/?f=238a19b43625de535ee64d25cb9698079f47c1e6

With new kernel (not working):
http://www.alsa-project.org/db/?f=ad1c361ddee7b0e4f33803390e1122512d6325e9

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
ATI IXP AC97: sound regression between 2.6.24-16 and 2.6.27-11 kernels
https://bugs.launchpad.net/bugs/327993
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 327993] Re: ATI IXP AC97: sound regression between 2.6.24-16 and 2.6.27-11 kernels

2009-02-11 Thread Dan O'Huiginn

** Attachment added: output of lspci -vv; cat /proc/asound/cards; cat 
/proc/interrupts
   http://launchpadlibrarian.net/22495701/sound.zip

-- 
ATI IXP AC97: sound regression between 2.6.24-16 and 2.6.27-11 kernels
https://bugs.launchpad.net/bugs/327993
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 56212] Re: privoxy rotated logs 7.gz have mode 644, others have 540

2008-05-08 Thread Dan O'Huiginn
** Changed in: privoxy (Ubuntu)
 Assignee: Dan O'Huiginn (daniel-ohuiginn) = (unassigned)

-- 
privoxy rotated logs 7.gz have mode 644, others have 540
https://bugs.launchpad.net/bugs/56212
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 73919] Re: io module is not generally useful

2008-05-08 Thread Dan O'Huiginn
** Changed in: python-stats (Ubuntu)
 Assignee: Dan O'Huiginn (daniel-ohuiginn) = (unassigned)

-- 
io module is not generally useful
https://bugs.launchpad.net/bugs/73919
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 83639] Re: unable to run pootle, possible p roblem with python 2.4 → 2.5 upgrade

2008-05-08 Thread Dan O'Huiginn
** Changed in: pootle (Ubuntu)
 Assignee: Dan O'Huiginn (daniel-ohuiginn) = (unassigned)

-- 
unable to run pootle, possible problem with python 2.4 → 2.5 upgrade
https://bugs.launchpad.net/bugs/83639
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 90405] Re: Lost key combinations in KDE

2008-05-08 Thread Dan O'Huiginn
** Changed in: meta-kde (Ubuntu)
 Assignee: Dan O'Huiginn (daniel-ohuiginn) = (unassigned)

-- 
Lost key combinations in KDE
https://bugs.launchpad.net/bugs/90405
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 107822] Re: unsermake requires python2.4 which is not listed as dependency

2008-05-08 Thread Dan O'Huiginn
** Changed in: unsermake (Ubuntu)
 Assignee: Dan O'Huiginn (daniel-ohuiginn) = (unassigned)

-- 
unsermake requires python2.4 which is not listed as dependency
https://bugs.launchpad.net/bugs/107822
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 84774] Re: Crackling sound during MP3 podcast playback in Amarok 1.4.5

2008-05-08 Thread Dan O'Huiginn
** Changed in: xine-lib (Ubuntu)
 Assignee: Dan O'Huiginn (daniel-ohuiginn) = (unassigned)

-- 
Crackling sound during MP3 podcast playback in Amarok 1.4.5
https://bugs.launchpad.net/bugs/84774
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 120882] Re: [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

2008-05-08 Thread Dan O'Huiginn
Closing this, since we believe it was fixed some time ago. Please re-
open if you are still experiencing the problem.

** Changed in: hwdb-client (Ubuntu)
 Assignee: Dan O'Huiginn (daniel-ohuiginn) = (unassigned)
   Status: Incomplete = Invalid

-- 
[apport] hwdb-kde crashed with UnicodeEncodeError in assemble()
https://bugs.launchpad.net/bugs/120882
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 61956] Re: Pathological: No instructions provided, but some are hidden in /usr/share/doc

2008-05-08 Thread Dan O'Huiginn
** Changed in: pathological (Ubuntu)
 Assignee: Dan O'Huiginn (daniel-ohuiginn) = (unassigned)

-- 
Pathological: No instructions provided, but some are hidden in /usr/share/doc 
https://bugs.launchpad.net/bugs/61956
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 91559] Re: prelude-manager install script

2008-05-08 Thread Dan O'Huiginn
** Changed in: prelude-manager (Ubuntu)
 Assignee: Dan O'Huiginn (daniel-ohuiginn) = (unassigned)

-- 
prelude-manager install script
https://bugs.launchpad.net/bugs/91559
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 62975] Re: Uninstalling privoxy doesn't uninstall it!

2008-05-08 Thread Dan O'Huiginn
as noted above, is working since 7.04. sorry for the delay in closing

** Changed in: privoxy (Ubuntu)
   Status: Incomplete = Invalid

-- 
Uninstalling privoxy doesn't uninstall it!
https://bugs.launchpad.net/bugs/62975
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 89799] Re: Crashes on launch in Edgy: cannot stat mail file

2008-05-08 Thread Dan O'Huiginn
** Changed in: procmeter3 (Ubuntu)
 Assignee: Dan O'Huiginn (daniel-ohuiginn) = (unassigned)

-- 
Crashes on launch in Edgy: cannot stat mail file
https://bugs.launchpad.net/bugs/89799
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 103278] Re: Crash when starting the game

2008-05-08 Thread Dan O'Huiginn
** Changed in: neverball (Ubuntu)
 Assignee: Dan O'Huiginn (daniel-ohuiginn) = (unassigned)

-- 
Crash when starting the game
https://bugs.launchpad.net/bugs/103278
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 108343] Re: Radio Station stops between songs, displays Buffering but does nothing

2008-05-08 Thread Dan O'Huiginn
** Changed in: gstreamer0.10 (Ubuntu)
 Assignee: Dan O'Huiginn (daniel-ohuiginn) = (unassigned)

-- 
Radio Station stops between songs, displays Buffering but does nothing
https://bugs.launchpad.net/bugs/108343
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 95834] Re: sox crashed on system startup

2008-05-08 Thread Dan O'Huiginn
** Changed in: sox (Ubuntu)
 Assignee: Dan O'Huiginn (daniel-ohuiginn) = (unassigned)

-- 
sox crashed on system startup
https://bugs.launchpad.net/bugs/95834
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 83931] Re: Device Database crashed

2008-05-08 Thread Dan O'Huiginn
** Changed in: hwdb-client (Ubuntu)
 Assignee: Dan O'Huiginn (daniel-ohuiginn) = (unassigned)

-- 
Device Database crashed
https://bugs.launchpad.net/bugs/83931
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 81975] Re: alsamixer : function snd_mixer_load failed

2008-05-08 Thread Dan O'Huiginn
** Changed in: alsa-utils (Ubuntu)
 Assignee: Dan O'Huiginn (daniel-ohuiginn) = (unassigned)

-- 
alsamixer : function snd_mixer_load failed
https://bugs.launchpad.net/bugs/81975
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 71206] Re: x2vnc crashes at random times

2008-05-08 Thread Dan O'Huiginn
** Changed in: x2vnc (Ubuntu)
 Assignee: Dan O'Huiginn (daniel-ohuiginn) = (unassigned)

-- 
x2vnc crashes at random times
https://bugs.launchpad.net/bugs/71206
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 80470] Re: Qtstalker exits immediately when I try to display a graph.

2008-05-08 Thread Dan O'Huiginn
** Changed in: qtstalker (Ubuntu)
 Assignee: Dan O'Huiginn (daniel-ohuiginn) = (unassigned)

-- 
Qtstalker exits immediately when I try to display a graph.
https://bugs.launchpad.net/bugs/80470
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 78742] Re: /usr/bin/timeout doesn't reflect exit code of launched commandline

2008-05-08 Thread Dan O'Huiginn
** Changed in: tct (Ubuntu)
 Assignee: Dan O'Huiginn (daniel-ohuiginn) = (unassigned)

-- 
/usr/bin/timeout doesn't reflect exit code of launched commandline
https://bugs.launchpad.net/bugs/78742
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 107798] Re: IDE Drive is Listed as SATA with Feisty Live CD and install causes GRUB to be improperly configured (Error 15 on boot)

2008-04-27 Thread Dan O'Huiginn
Oops! looks like I forgot to unassign myself from this bug after getting
details from Jonathan last year (!). I'm so sorry.

** Changed in: grub (Ubuntu)
 Assignee: Dan O'Huiginn (daniel-ohuiginn) = (unassigned)

-- 
IDE Drive is Listed as SATA with Feisty Live CD and install causes GRUB to be 
improperly configured (Error 15 on boot)
https://bugs.launchpad.net/bugs/107798
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 137789] Re: autopkgtest gutsy pychecker: erroneous package!

2007-12-31 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 156953 ***
https://bugs.launchpad.net/bugs/156953

** This bug has been marked a duplicate of bug 156953
   autopkgtest gutsy pychecker: erroneous package!

-- 
autopkgtest gutsy pychecker: erroneous package!
https://bugs.launchpad.net/bugs/137789
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 128016] Re: gutsy/amd64: ftbfs / autopkgtest failure

2007-12-31 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 156953 ***
https://bugs.launchpad.net/bugs/156953

** This bug has been marked a duplicate of bug 156953
   autopkgtest gutsy pychecker: erroneous package!

-- 
gutsy/amd64: ftbfs / autopkgtest failure
https://bugs.launchpad.net/bugs/128016
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 175230] Re: __init__.py missing

2007-12-10 Thread Dan O'Huiginn
Thanks for that report. What version of Ubuntu and of python-django do you have 
installed?
Gutsy with python-django0.96-1 seems to have those files (although I've not 
tested the examples):

$ find /usr/share/doc/python-django -name __init__.py 
/usr/share/doc/python-django/examples/hello/__init__.py
/usr/share/doc/python-django/examples/__init__.py

-- 
__init__.py missing
https://bugs.launchpad.net/bugs/175230
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 175230] Re: __init__.py missing

2007-12-10 Thread Dan O'Huiginn
Ah, just installed the hardy package, and you're exactly right. This is
something that has broken between gutsy and hardy. Just creating those
two files makes the examples run fine.

** Changed in: python-django (Ubuntu)
   Importance: Undecided = Low
   Status: New = Confirmed

-- 
__init__.py missing
https://bugs.launchpad.net/bugs/175230
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 118670] Re: [apport] wifi-radar crashed with AttributeError in module()

2007-09-08 Thread Dan O'Huiginn
I have experienced the same problem. It seems that if wifi-radar does
not close properly, it can wipe the configuration file. When this file
(/etc/wifi-radar.conf) exists but is empty, starting wifi-radar will
trigger the bug.

A workaround is purging and reinstalling the package, or manually
recreating the file /etc/wifi-radar.conf

-- 
[apport] wifi-radar crashed with AttributeError in module()
https://bugs.launchpad.net/bugs/118670
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131843] rebuilding solved the problem for me

2007-09-05 Thread Dan O'Huiginn
I was getting the same errors, i.e:
invoke-rc.d: initscript acpid, action start failed.
dpkg: error processing acpid (--configure):
 subprocess post-installation script returned error exit status 1

Then I rebuilt acpid from the source package, and it installed without
difficulties. After that, I cannot recreate this bug at all, even if I
downgrade to acpid_1.0.4-5ubuntu6 or acpid_1.0.4-5ubuntu7 and try to
upgrade again.

-- 
package acpid 1.0.4-5ubuntu7 failed to install/upgrade: underprocess 
post-installation script gav felkod 1
https://bugs.launchpad.net/bugs/131843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 135885] Re: package acpid 1.0.4-5ubuntu8 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2007-09-05 Thread Dan O'Huiginn
To me, this looks like a duplicate of bug #131843

[Not marking it as such simply because I know nothing about acpid]

-- 
package acpid 1.0.4-5ubuntu8 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/135885
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 57661] Re: Does not start

2007-08-08 Thread Dan O'Huiginn
** Changed in: resapplet (Ubuntu)
   Status: Incomplete = Invalid

-- 
Does not start
https://bugs.launchpad.net/bugs/57661
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 129452] Re: /usr/bin/tg-admin should specify python2.4 in the shebang line

2007-07-31 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 84145 ***
https://bugs.launchpad.net/bugs/84145

Thanks for your report. Your description of the problem is accurate.
This has been fixed in Gutsy (i.e. we have a newer version of turbogears
there, which works with python 2.5). In the meantime, specifying
python2.4 on the command line should work.

** This bug has been marked a duplicate of bug 84145
   tg-admin doesn't work with python 2.5

-- 
/usr/bin/tg-admin should specify python2.4 in the shebang line
https://bugs.launchpad.net/bugs/129452
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 46125] Re: phppgadmin apache2 setup

2007-07-04 Thread Dan O'Huiginn
This bug is still present in Gutsy - and the fix mentioned here still
works.

-- 
phppgadmin apache2 setup
https://bugs.launchpad.net/bugs/46125
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 121991] Re: Data Bases of Kubuntu devices crashes

2007-06-24 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 91948 ***
https://bugs.launchpad.net/bugs/91948

Thanks for your report. This looks like a duplicate of bug 91948, which
was fixed with a Stable Release Update a few weeks back. Please update
to the latest version of hwdb ( 0.6.10.1), and the problem should go
away.

** This bug has been marked a duplicate of bug 91948
   [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

-- 
Data Bases of Kubuntu devices crashes
https://bugs.launchpad.net/bugs/121991
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 79352] Re: 'firefox -install-global-extension extension_location' does not work

2007-06-23 Thread Dan O'Huiginn
This problem seems partially resolved on gutsy (firefox
2.0.0.4+2-0ubuntu1), although it's pretty hard to understand what's
going on.

Installing the latest greasemonkey extension:

$ firefox -install-global-extension /tmp/greasemonkey-0.7.20070523.0.xpi 
 - this fails without any useful output (just the unrelated  'GSlice: 
g_thread_init()' warning)

$ sudo firefox -install-global-extension /tmp/greasemonkey-0.7.20070523.0.xpi 
 - this succeeds, but again without any useful output.

-- 
'firefox -install-global-extension extension_location' does not work
https://bugs.launchpad.net/bugs/79352
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 120882] Re: [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

2007-06-18 Thread Dan O'Huiginn
Thanks for your report.

There was an update to hwdb a couple of weeks ago, which should have
fixed this issue -see bug 91948 for details. Please could you make sure
you have the latest hwdb package installed (see
https://help.ubuntu.com/7.04/keeping-safe/C/updates.html for help on
updating)? Then tell us whether you can reproduce the bug with the
latest package.

** Changed in: hwdb-client (Ubuntu)
 Assignee: (unassigned) = Dan O'Huiginn
   Status: Unconfirmed = Needs Info

-- 
[apport] hwdb-kde crashed with UnicodeEncodeError in assemble()
https://bugs.launchpad.net/bugs/120882
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 119316] Re: hwdb-kde crashed with UnboundLocalError in get_xorgdata()

2007-06-08 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 102172 ***
https://bugs.launchpad.net/bugs/102172

Thanks for your report.

It seems that the crash information here is for a different crash than
the one you described. I'm not sure why this happens, but but the apport
crash reporting system seems to sometimes report a crash that has
happened some time ago. So, we have two bugs:

1) The crash in glChess. We don't have any crash information on this, so
we probably can't do much about it. If you can reproduce the crash, you
might want to try submitting another bug report. Alternatively, there
might be a file called something like
/var/crash/_usr_games_glchess.crash with the crash infomation - you
could send us that in a new bug report

2) The crash in hwdb (the program that collects information on your
computer for the ubuntu hardware database). This seems to be a duplicate
of bug 102172

For now I've marked this as a duplicate of bug 102172. If you can
provide any more information about the glchess crash, please file
another bug.

-- 
hwdb-kde crashed with UnboundLocalError in get_xorgdata()
https://bugs.launchpad.net/bugs/119316
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 119316] Re: hwdb-kde crashed with UnboundLocalError in get_xorgdata()

2007-06-08 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 102172 ***
https://bugs.launchpad.net/bugs/102172

** This bug has been marked a duplicate of bug 102172
   [apport] hwdb-gui crashed with UnboundLocalError in get_xorgdata()

-- 
hwdb-kde crashed with UnboundLocalError in get_xorgdata()
https://bugs.launchpad.net/bugs/119316
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 117127] Re: [apport] tg-admin crashed with OverflowError in __new__()

2007-05-27 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 84145 ***
https://bugs.launchpad.net/bugs/84145

Thanks for your report. This bug has been fixed in gutsy.

** This bug has been marked a duplicate of bug 84145
   tg-admin doesn't work with python 2.5

-- 
[apport] tg-admin crashed with OverflowError in __new__()
https://bugs.launchpad.net/bugs/117127
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 116800] php5-mcrypt has vanished from the repositories

2007-05-25 Thread Dan O'Huiginn
Public bug reported:

The php5-mcrypt source packages has been removed from ubuntu. The reason
given at http://people.ubuntu.com/~ubuntu-archive/removals.txt is:

(From Debian) [auto-cruft] obsolete source package

This applies to Debian, because they build php5-mcrypt from the php5
source. We don't;  the changelog for the latest php5 merge states:

   - debian/control, debian/rules: Disable a few build dependencies and
 accompanying binary packages which we do not want to support in main:
 ...
 + libmcrypt-dev/php5-mcrypt (separate php-mcrypt source)


The result is that we don't have a php5-mcrypt package, either from separate 
source or from the php5 source. We need to either adjust php5 so it builds 
php5-mcrypt, or restore the separate php5-mcrypt source package.

This bug currently makes phpmyadmin (and likely other packages)
uninstallable

** Affects: php-mcrypt (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

** Affects: php5 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

** Also affects: php5 (Ubuntu)
   Importance: Undecided
   Status: Unconfirmed

-- 
php5-mcrypt has vanished from the repositories
https://bugs.launchpad.net/bugs/116800
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 98817] Re: phpmyadmin cookie authentication broken

2007-05-25 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 114044 ***
https://bugs.launchpad.net/bugs/114044

This seems identical to bug 114044. That bug has been fixed in gutsy
(although there is a separate problem with php5-mcrypt in gutsy, which
actually makes the situation worse for now)

** This bug has been marked a duplicate of bug 114044
   PHPMyAdmin will not run on 64bit without php5-mcrypt, forgotten requirement?

-- 
phpmyadmin cookie authentication broken
https://bugs.launchpad.net/bugs/98817
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 116663] Re: base de données Kubuntu cras ches

2007-05-24 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 106331 ***
https://bugs.launchpad.net/bugs/106331

Thanks for your report

** This bug has been marked a duplicate of bug 106331
   [apport] hwdb-kde crashed with IndexError in sendData()

-- 
base de données Kubuntu crasches
https://bugs.launchpad.net/bugs/116663
You received this bug notification because you are a member of Kubuntu
Team, which is a bug assignee (via bug 106331).

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 116401] Re: [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

2007-05-23 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 91948 ***
https://bugs.launchpad.net/bugs/91948

Thanks for your report. A fix for this solution has been prepared, and
is currently being tested - see bug 91948 for details. Please continue
to report any other problems you find with ubuntu.

** This bug has been marked a duplicate of bug 91948
   [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

-- 
[apport] hwdb-kde crashed with UnicodeEncodeError in assemble()
https://bugs.launchpad.net/bugs/116401
You received this bug notification because you are a member of Kubuntu
Team, which is a bug assignee (via bug 91948).

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 116249] Re: [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

2007-05-22 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 91948 ***
https://bugs.launchpad.net/bugs/91948

Thanks for your report. A solution to this bug is currently being tested
- see bug 91948 for details of this particular bug, and
https://wiki.ubuntu.com/StableReleaseUpdates for an explanation of the
update process.

** This bug has been marked a duplicate of bug 91948
   [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

-- 
[apport] hwdb-kde crashed with UnicodeEncodeError in assemble()
https://bugs.launchpad.net/bugs/116249
You received this bug notification because you are a member of Kubuntu
Team, which is a bug assignee (via bug 91948).

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 115486] Re: [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

2007-05-21 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 91948 ***
https://bugs.launchpad.net/bugs/91948

Thanks for your report,  Helge. This bug is already in the process of
being fixed - see bug 91948 for details. Please do continue to report
any other problems you find with Ubuntu.

** This bug has been marked a duplicate of bug 91948
   [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

-- 
[apport] hwdb-kde crashed with UnicodeEncodeError in assemble()
https://bugs.launchpad.net/bugs/115486
You received this bug notification because you are a member of Kubuntu
Team, which is a bug assignee (via bug 91948).

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 116012] Re: [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

2007-05-21 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 91948 ***
https://bugs.launchpad.net/bugs/91948

Thanks for your report. This bug is already in the process of being
fixed - see bug 91948 for details. Please do continue to report any
other problems you find with Ubuntu.


** This bug has been marked a duplicate of bug 91948
   [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

-- 
[apport] hwdb-kde crashed with UnicodeEncodeError in assemble()
https://bugs.launchpad.net/bugs/116012
You received this bug notification because you are a member of Kubuntu
Team, which is a bug assignee (via bug 91948).

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 116087] pidgin-extprefs should replace gaim-extendedprefs, to ease upgrades

2007-05-21 Thread Dan O'Huiginn
Public bug reported:

Binary package hint: pidgin-extprefs

This package isn't marked (in debian/control) as replacing gaim-
extendedprefs, even though that is what it does. So if a user has gaim
and gaim-extendedprefs installed, and then upgrades (e.g. feisty-gutsy)
gaim will be replaced by pidgin, but gaim-extendedprefs won't be
replaced by pidgin-extprefs.

 I'm not sure if there is a reason why it can't 'replace' it (not
breaking installations of the old gaim, maybe). But it would be nice to
not have users losing functionality when they upgrade.

** Affects: pidgin-extprefs (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
pidgin-extprefs should replace gaim-extendedprefs, to ease upgrades
https://bugs.launchpad.net/bugs/116087
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115790] Re: [apport] hwdb-kde crashed with IndexError in sendData()

2007-05-20 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 106331 ***
https://bugs.launchpad.net/bugs/106331

Thanks for your report. We are aware of this problem, which is being
tracked as bug 106331. The most common cause seems to be clicking the
'next' button before the hardware data has been fully assembled.

** This bug has been marked a duplicate of bug 106331
   [apport] hwdb-kde crashed with IndexError in sendData()

-- 
[apport] hwdb-kde crashed with IndexError in sendData()
https://bugs.launchpad.net/bugs/115790
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115589] Re: inkscape pyxml missing python-xml

2007-05-20 Thread Dan O'Huiginn
Thanks for your report.

There has been some discussion of this in Debian - see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=389540 and the bugs
linked in comments there.

The problem would be fixed by moving python-xml from a 'suggests' back
to a 'recommends' dependency. However, this would apparently violate
Debian policy. The ideal solution would probably be something suggested
in the Debian report:

Maybe you might want to apply the following idea: patch (debian-side)
the warning/information messages to display that the user is required to
install the `python-xml' (or other...) package(s) to have this extension
working, that's why it was put as a `Suggests:' dependency. This way,
the user is told exactly what to do (e.g. `Please install the
python-xml package to have this extension working')

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

** Also affects: inkscape (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=389540
   Importance: Unknown
   Status: Unknown

** Changed in: inkscape (Ubuntu)
   Status: Unconfirmed = Confirmed

** Changed in: inkscape (Ubuntu)
   Importance: Undecided = Low

-- 
inkscape pyxml missing python-xml 
https://bugs.launchpad.net/bugs/115589
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115408] feisty turbogears does not work with python2.5

2007-05-18 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 84145 ***
https://bugs.launchpad.net/bugs/84145

Public bug reported:

The version of turbogears in feisty (1.0-1) will not work with python
2.5 (e.g. running the tg-admin script will generate OverflowError: long
int too large to convert to int). It seems to work fine if I just run
everything via python 2.4

Gutsy's version of turbogears should work with python 2.5 (see
http://docs.turbogears.org/1.0/Python2.5Support)

I imagine this would be a reasonable candidate for a backport (i.e.
fixing the dependencies) - except that I seem to be the only one who's
run into the problem so far.

** Affects: turbogears (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

** This bug has been marked a duplicate of bug 84145
   tg-admin doesn't work with python 2.5

-- 
feisty turbogears does not work with python2.5
https://bugs.launchpad.net/bugs/115408
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 91357] Re: [feisty herd 5] qalculate has duplicate entries in kde menu

2007-05-18 Thread Dan O'Huiginn
Thanks for the reminder, William. I'll get back onto it.

-- 
[feisty herd 5] qalculate has duplicate entries in kde menu
https://bugs.launchpad.net/bugs/91357
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 94777] Re: emacs-snapshot-gtk segfaults on startup

2007-05-18 Thread Dan O'Huiginn
I can confirm that my problem vanishes on Gutsy; afraid I didn't think
to try the gutsy packages on Feisty before upgrading.Thanks, Sergio!

-- 
emacs-snapshot-gtk segfaults on startup
https://bugs.launchpad.net/bugs/94777
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 64032] Re: rpmstrap using /bin/sh when it should use /bin/bash

2007-05-18 Thread Dan O'Huiginn
Steve: there's a debdiff in comment 6. Is there something else you need
before it is ready for upload?

-- 
rpmstrap using /bin/sh when it should use /bin/bash
https://bugs.launchpad.net/bugs/64032
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115480] Re: hardware detection don't sent report...

2007-05-18 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 91948 ***
https://bugs.launchpad.net/bugs/91948

Thanks for your report. This bug happens if you use non-ascii characters
in the comments field (e.g. accented letters). A solution has been
prepared - see bug 91948

** This bug has been marked a duplicate of bug 91948
   [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

-- 
hardware detection don't sent report...
https://bugs.launchpad.net/bugs/115480
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 113288] Re: Problem with adept when launch packet

2007-05-17 Thread Dan O'Huiginn
Stephane, Richard:
From the traceback, this looks like a duplicate of bug 106331. I won't mark it 
as such just yet - as Richard says, it sounds as though you are describing a 
different problem from the one shown in the crash report.

[I think this is a common problem with apport. When, as with this hwdb-
kde bug, the program 'crashes' in a way that isn't obvious at the time,
apport will confuse the report with other, later crashes]

-- 
Problem with adept when launch packet
https://bugs.launchpad.net/bugs/113288
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 114974] Re: [apport] hwdb-kde crashed with IndexError in sendData()

2007-05-16 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 106331 ***
https://bugs.launchpad.net/bugs/106331

Thanks for your report. This looks very similar to the problems reported at bug 
106331, so I'm going to mark your report as a duplicate of that bug.
However, we aren't sure exactly what is causing it - if you have any ideas, 
we'd be glad to hear them!

** This bug has been marked a duplicate of bug 106331
   [apport] hwdb-kde crashed with IndexError in sendData()

-- 
[apport] hwdb-kde crashed with IndexError in sendData()
https://bugs.launchpad.net/bugs/114974
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106331] Re: [apport] hwdb-kde crashed with IndexError in sendData()

2007-05-16 Thread Dan O'Huiginn
Attached is a patch to fix this. It could do with checking by somebody
more familiar with hwdb than I am.

As far as I can tell, the bug is caused by:
1) clicking the next button during data assembly (as in comment 2)
2) anything else that stops /tmp/hwdb_data.xml being created (e.g. you can 
manually delete the file)

So the patch:
1) disables the next button during data assembly 
2) catches errors in creating the md5 checksum

The patch *doesn't*:
 - fix the similar problem in gnome hwdb (bug #83267)
 - do anything about other causes and results of the data file not being 
created (e.g. bug #108337)

Also, it uses hashlib, which is new in python 2.5. I don't imagine
that'll be an issue at all with gutsy, but the dependencies will need
changing. [or I could rewrite to work with older pythons, of course]

If the patch seems OK, let me know and I'll do the same to the gnome
version.

** Attachment added: error-checking for md5sum creation
   http://librarian.launchpad.net/7670141/md5sum.patch

** Tags added: patch

-- 
[apport] hwdb-kde crashed with IndexError in sendData()
https://bugs.launchpad.net/bugs/106331
You received this bug notification because you are a member of Kubuntu
Team, which is a bug assignee.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 83267] Re: [apport] hwdb-send crashed with IndexError in connect()

2007-05-16 Thread Dan O'Huiginn
** Tags added: patch

** Tags removed: patch

-- 
[apport] hwdb-send crashed with IndexError in connect()
https://bugs.launchpad.net/bugs/83267
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 114557] Re: [apport] hwdb-kde crashed with IndexError in sendData()

2007-05-14 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 106331 ***
https://bugs.launchpad.net/bugs/106331

Thanks for your report. This looks like a duplicate of bug 106331.
However, we still aren't sure what is causing that bug. If you can
provide any more information (e.g. what you were doing at the time of
the crash), please do so over on that bug report.

** This bug has been marked a duplicate of bug 106331
   [apport] hwdb-kde crashed with IndexError in sendData()

-- 
[apport] hwdb-kde crashed with IndexError in sendData()
https://bugs.launchpad.net/bugs/114557
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 113421] Re: [apport] hwdb-kde crashed with IndexError in sendData()

2007-05-08 Thread Dan O'Huiginn
Thanks for your report. The traceback is identical to bug 106331, but
I've no idea what is causing the bug.

Were you even using the hardware database program at the time of the
crash?

-- 
[apport] hwdb-kde crashed with IndexError in sendData()
https://bugs.launchpad.net/bugs/113421
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 112627] Re: [apport] hwdb-kde crashed with IndexError in sendData()

2007-05-08 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 106331 ***
https://bugs.launchpad.net/bugs/106331

Merci  de votre report

** This bug has been marked a duplicate of bug 106331
   [apport] hwdb-kde crashed with IndexError in sendData()

-- 
[apport] hwdb-kde crashed with IndexError in sendData()
https://bugs.launchpad.net/bugs/112627
You received this bug notification because you are a member of Kubuntu
Team, which is a bug assignee (via bug 106331).

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 112753] Re: [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

2007-05-06 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 91948 ***
https://bugs.launchpad.net/bugs/91948

Thanks for your report. This is a known problem, and a solution for it
is currently being prepared. See bug 91948 for the full details.

** This bug has been marked a duplicate of bug 91948
   [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

-- 
[apport] hwdb-kde crashed with UnicodeEncodeError in assemble()
https://bugs.launchpad.net/bugs/112753
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 79128] Re: Amarok doesn't output to 2nd soundcard consistently

2007-05-05 Thread Dan O'Huiginn
Thanks, Reuben.

** Changed in: amarok (Ubuntu)
   Importance: Undecided = Low
 Assignee: Dan O'Huiginn = Ubuntu Audio Team
   Status: Needs Info = Confirmed

-- 
Amarok doesn't output to 2nd soundcard consistently
https://bugs.launchpad.net/bugs/79128
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 111095] Re: apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

2007-04-29 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 91948 ***
https://bugs.launchpad.net/bugs/91948

Thanks for this report. We are aware of the problem, and a fix is being
prepared. See bug 91948 for more information.

** This bug has been marked a duplicate of bug 91948
   [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

-- 
apport] hwdb-kde crashed with UnicodeEncodeError in assemble()
https://bugs.launchpad.net/bugs/111095
You received this bug notification because you are a member of Kubuntu
Team, which is a bug assignee (via bug 91948).

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 95834] Re: sox crashed on system startup

2007-04-28 Thread Dan O'Huiginn
** Changed in: sox (Ubuntu)
   Status: Rejected = Needs Info

** Tags added: need-i386-retrace

-- 
sox crashed on system startup
https://bugs.launchpad.net/bugs/95834
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110868] Re: Kubuntu device database crashes when is collecting HW information in order to be sent

2007-04-28 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 91948 ***
https://bugs.launchpad.net/bugs/91948

Thanks for your report. We are aware of this issue, and tracking it as
bug 91948. A fix has been prepared, and so the problem should be removed
quite soon.

** This bug has been marked a duplicate of bug 91948
   [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

-- 
Kubuntu device database crashes when is collecting HW information in order to 
be sent
https://bugs.launchpad.net/bugs/110868
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110541] Re: [apport] hwdb-kde crashed with IndexError in sendData()

2007-04-27 Thread Dan O'Huiginn
Thanks for your report.

The traceback here is a duplicate of bug 106331. However, this seems
totally separate from the crash caused by Lives.

-- 
[apport] hwdb-kde crashed with IndexError in sendData()
https://bugs.launchpad.net/bugs/110541
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110651] Re: [apport] hwdb-kde crashed with IndexError in sendData()

2007-04-27 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 106331 ***
https://bugs.launchpad.net/bugs/106331

Thanks for your report. We're tracking this issue as bug 106331; if you
can add any further information about this bug please do so there.

** This bug has been marked a duplicate of bug 106331
   [apport] hwdb-kde crashed with IndexError in sendData()

-- 
[apport] hwdb-kde crashed with IndexError in sendData()
https://bugs.launchpad.net/bugs/110651
You received this bug notification because you are a member of Kubuntu
Team, which is a bug assignee (via bug 106331).

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 110130] Re: [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

2007-04-26 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 91948 ***
https://bugs.launchpad.net/bugs/91948

Thanks for your report. This is a known problem, and a fix will be
released soon.

** This bug has been marked a duplicate of bug 91948
   [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

-- 
[apport] hwdb-kde crashed with UnicodeEncodeError in assemble()
https://bugs.launchpad.net/bugs/110130
You received this bug notification because you are a member of Kubuntu
Team, which is a bug assignee (via bug 91948).

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 110176] Re: [apport] hwdb-kde crashed with IndexError in sendData()

2007-04-26 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 106331 ***
https://bugs.launchpad.net/bugs/106331

Thanks for the report. To me, this looks very similar to bug #106331
If you can trigger this bug again, please could you provide us with the file 
/tmp/hwdb_data.xml, which is created by the hwdb program?

** This bug has been marked a duplicate of bug 106331
   [apport] hwdb-kde crashed with IndexError in sendData()

-- 
[apport] hwdb-kde crashed with IndexError in sendData()
https://bugs.launchpad.net/bugs/110176
You received this bug notification because you are a member of Kubuntu
Team, which is a bug assignee (via bug 106331).

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 102172] Re: [apport] hwdb-gui crashed with UnboundLocalError in get_xorgdata()

2007-04-26 Thread Dan O'Huiginn
All these look quite similar to bug 17595: applying the patch there
would likely fix the bugs here.

-- 
[apport] hwdb-gui crashed with UnboundLocalError in get_xorgdata()
https://bugs.launchpad.net/bugs/102172
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 17595] Re: failure to parse xorg output leads to a hung gui.

2007-04-26 Thread Dan O'Huiginn
Was this patch ever reviewed?  It seems the problem is still present:
Bug #102172 and its four duplicates seem to be the same bug as this one
(in the broad sense of 'xorg data parsing fails', not necessarily of it
failing in the same way)

-- 
failure to parse xorg output leads to a hung gui.
https://bugs.launchpad.net/bugs/17595
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 110227] Re: epson scaner

2007-04-26 Thread Dan O'Huiginn
The bug in the traceback here is a duplicate of bug 91948. I'm not sure
how this connects to the problem with the scanner; perhaps a German-
speaker could help here?

-- 
epson scaner
https://bugs.launchpad.net/bugs/110227
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 53036] Re: Graveman isn't placed in the same menu as other burning applications

2007-04-26 Thread Dan O'Huiginn
Dimitris:
yes, I think you've got that right. And yes, wishlist would probably be more 
appropriate; I'll change that.
Thanks for taking on this bug; if you do run into any problems, feel free to 
contact me; or ask for help in IRC on #ubuntu-motu.

** Changed in: graveman (Ubuntu)
   Importance: Low = Wishlist

-- 
Graveman isn't placed in the same menu as other burning applications
https://bugs.launchpad.net/bugs/53036
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 88838] Re: [apport] hwdb-gui crashed with ImportError in module()

2007-04-25 Thread Dan O'Huiginn
OK, I'm closing this bug. Thanks for your report, and please do pass on
any other problems you find in Ubuntu.

** Changed in: hwdb-client (Ubuntu)
   Status: Needs Info = Rejected

-- 
[apport] hwdb-gui crashed with ImportError in module()
https://bugs.launchpad.net/bugs/88838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 107863] Re: no sound: Audigy card, SigmaTel STAC9721 mixer

2007-04-24 Thread Dan O'Huiginn
** Summary changed:

- No Sound
+ no sound: Audigy card, SigmaTel STAC9721 mixer

** Changed in: Ubuntu
   Importance: Undecided = Medium

-- 
no sound: Audigy card, SigmaTel STAC9721 mixer
https://bugs.launchpad.net/bugs/107863
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109558] Re: [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

2007-04-24 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 91948 ***
https://bugs.launchpad.net/bugs/91948

Thanks for your report. We are aware of this issue, and are tracking it
as Bug #91948. If you can give any insight into the problem (e.g. was
there any non-ASCII text in your comments?), please so so over there.

Thanks again.

** This bug has been marked a duplicate of bug 91948
   [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

-- 
[apport] hwdb-kde crashed with UnicodeEncodeError in assemble()
https://bugs.launchpad.net/bugs/109558
You received this bug notification because you are a member of Kubuntu
Team, which is a bug assignee (via bug 91948).

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 107795] Re: System doesn't boot after upgrade to feisty

2007-04-24 Thread Dan O'Huiginn
Thanks for that information - glad you got it working!

** Changed in: linux-source-2.6.20 (Ubuntu)
   Importance: Undecided = Medium
 Assignee: Dan O'Huiginn = Ubuntu Kernel Team
   Status: Needs Info = Confirmed

-- 
System doesn't boot after upgrade to feisty
https://bugs.launchpad.net/bugs/107795
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109350] Re: [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

2007-04-23 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 91948 ***
https://bugs.launchpad.net/bugs/91948

Thanks for your report. We are aware of this issue, and tracking it as
bug #91948. If you can add any more insight into what is causing the
bug, please so so over there.

Thanks again, and please do report any other problems you find with
Ubuntu.

** This bug has been marked a duplicate of bug 91948
   [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

-- 
[apport] hwdb-kde crashed with UnicodeEncodeError in assemble()
https://bugs.launchpad.net/bugs/109350
You received this bug notification because you are a member of Kubuntu
Team, which is a bug assignee (via bug 91948).

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 84287] Re: [apport] hwdb-send crashed with HTTPError in http_error_default()

2007-04-23 Thread Dan O'Huiginn
Although these two bugs are very similar, note that one is in hwdb-kde
and the other in hwdb-send (i.e. the gnome version). I think it's fine
to leave them as duplicates, so long as somebody remembers to apply the
fix in both places.

-- 
[apport] hwdb-send crashed with HTTPError in http_error_default()
https://bugs.launchpad.net/bugs/84287
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 107863] Re: No Sound

2007-04-23 Thread Dan O'Huiginn
 importance medium
 summary no sound: Audigy card, SigmaTel STAC9721 mixer

Dave,
There isn't anything you need to do right now.  I've assigned this bug to
the audio team. They will look at this as soon as they have time, and work
out what's going on. They'll comment on this bug, which will automatically
send you an email.

Obviously a lot of people have reported bugs just after the Feisty launch,
so it might take a while for them to reach this. You can see the list of
bugs they're working on at
http://www.launchpad.net/~ubuntu-audio/+assignedbugs

-- 
no sound: Audigy card, SigmaTel STAC9721 mixer
https://bugs.launchpad.net/bugs/107863
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109112] Re: hwdb-client

2007-04-23 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 91948 ***
https://bugs.launchpad.net/bugs/91948

Thanks for your report. This issue is already being tracked as bug
91948; if you can provide any additional input there it would be very
welcome.

** This bug has been marked a duplicate of bug 91948
   [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

-- 
hwdb-client
https://bugs.launchpad.net/bugs/109112
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 107859] Re: ThinkPad R40e Keyboard/Mouse/Trackpoint regularly unresponsive on Feisty Release

2007-04-23 Thread Dan O'Huiginn
Thanks for providing that information.

** Changed in: Ubuntu
 Assignee: (unassigned) = Ubuntu Laptop Team
   Status: Unconfirmed = Confirmed

-- 
ThinkPad R40e Keyboard/Mouse/Trackpoint regularly unresponsive on Feisty Release
https://bugs.launchpad.net/bugs/107859
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 108306] Re: hardware data collection crashes on preparing data

2007-04-23 Thread Dan O'Huiginn
*** This bug is a duplicate of bug 91948 ***
https://bugs.launchpad.net/bugs/91948

Thanks for your report. This problem seems to be caused by entering non-
ascii text (e.g. accented characters) into the comment boxes. We're
tracking it as bug 91948; if you can provide any additional information,
please do so there.

** This bug has been marked a duplicate of bug 91948
   [apport] hwdb-kde crashed with UnicodeEncodeError in assemble()

-- 
hardware data collection crashes on preparing data
https://bugs.launchpad.net/bugs/108306
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 83267] Re: [apport] hwdb-send crashed with IndexError in connect()

2007-04-23 Thread Dan O'Huiginn
This seems similar (not identical) to the hwdb-kde bug 106331

-- 
[apport] hwdb-send crashed with IndexError in connect()
https://bugs.launchpad.net/bugs/83267
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106842] Re: [apport] hwdb-gui crashed with UnboundLocalError in getroute()

2007-04-23 Thread Dan O'Huiginn
Thanks for your report.
This is related to bug 18125 c  - but see comments there for discussion of 
what is and isn't a duplicate.

-- 
[apport] hwdb-gui crashed with UnboundLocalError in getroute()
https://bugs.launchpad.net/bugs/106842
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103799] Re: Crash during nework test

2007-04-23 Thread Dan O'Huiginn
Thanks for your report. This is related to bug 18125

-- 
Crash during nework test
https://bugs.launchpad.net/bugs/103799
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 108647] Re: kernel 2.6.20-15-generic oops in ext3

2007-04-23 Thread Dan O'Huiginn
Thanks for all this, Ruben. I'm assigning this to the Kernel team; I
believe there is now enough information for them to start pinning down
the bug.

** Changed in: linux-source-2.6.20 (Ubuntu)
   Importance: Undecided = Medium
 Assignee: Dan O'Huiginn = Ubuntu Kernel Team
   Status: Needs Info = Confirmed

-- 
kernel 2.6.20-15-generic oops in ext3
https://bugs.launchpad.net/bugs/108647
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 85452] Re: hwdb-send man page arguments are not valid

2007-04-22 Thread Dan O'Huiginn
I asked ogra about this bug in irc, and he said:
(06:30:42 PM) ogra: hwdb-send should probably just move out of /usr/bin so it 
doesnt need a manpage

-- 
hwdb-send man page arguments are not valid
https://bugs.launchpad.net/bugs/85452
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 97372] Please sync python-django 0.96-1 from Debian unstable (main)

2007-04-22 Thread Dan O'Huiginn

Please sync python-django 0.96-1 from Debian unstable (main)

Debian Changelog:
   * New upstream release - introduces some backwards incompatible changes, see
 README.Debian or the backwards incompatible changes page at
 http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
   * Add documentation from upstream to /usr/share/doc/python-django
 Closes: #411249
   * Install the bash completion file from extras in to
 /etc/bash_completion.d/django_bash_completion
 Closes: #414399
   * Egg support dropped as it's been dropped by upstream.

Ubuntu changes:

Bash completion (LP: #87107)
 The same patch was sent to Debian (#414399), and applied (see changelog)
 with improvements:
 A modified version of the patch (only needed the install file,
 debhelper.mk sorts out the dh_install), and a patch to the
 django_bash_completion file to take in to account the renaming of
 django-admin.py - django-admin are now in svn, along with a new
 upstream version (0.96). [debian #414399]

Change of maintainer field - 
 There will be no outstanding Ubuntu changes, so no need for the maintainer 
field change

Ubuntu changes should be overridden

-- 
Please sync python-django 0.96-1 from Debian unstable (main)
https://bugs.launchpad.net/bugs/97372
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 97372] Re: Django 0.96 released, need upgrade

2007-04-22 Thread Dan O'Huiginn

Please sync python-django 0.96-1 from Debian unstable (main)

Debian Changelog:
   * New upstream release - introduces some backwards incompatible changes, see
 README.Debian or the backwards incompatible changes page at
 http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
   * Add documentation from upstream to /usr/share/doc/python-django
 Closes: #411249
   * Install the bash completion file from extras in to
 /etc/bash_completion.d/django_bash_completion
 Closes: #414399
   * Egg support dropped as it's been dropped by upstream.

Ubuntu changes:

Bash completion (LP: #87107)
 The same patch was sent to Debian (#414399), and applied (see changelog)
 with improvements:
 A modified version of the patch (only needed the install file,
 debhelper.mk sorts out the dh_install), and a patch to the
 django_bash_completion file to take in to account the renaming of
 django-admin.py - django-admin are now in svn, along with a new
 upstream version (0.96). [debian #414399]

Change of maintainer field - 
 There will be no outstanding Ubuntu changes, so no need for the maintainer 
field change

Ubuntu changes should be overridden

-- 
Please sync python-django 0.96-1 from Debian unstable (main)
https://bugs.launchpad.net/bugs/97372
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 97372] Re: Django 0.96 released, need upgrade

2007-04-22 Thread Dan O'Huiginn
sorry for the duplicate. Here's the Ubuntu changelog:

python-django (0.95.1-1ubuntu1) feisty; urgency=low

  * adding bash completion (Closes LP: #87107)
  * debian/control: Change Maintainer/XSBC-Original-Maintainer field

 -- Lionel Porcheron [EMAIL PROTECTED]  Sun, 11 Mar 2007 15:18:04
+0100


** Summary changed:

- Django 0.96 released, need upgrade
+ Please sync python-django 0.96-1 from Debian unstable (main)

-- 
Please sync python-django 0.96-1 from Debian unstable (main)
https://bugs.launchpad.net/bugs/97372
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 108440] Re: Suspend kills sound on IBM T21

2007-04-21 Thread Dan O'Huiginn
Thanks for taking the time to report this bug. Please include the
information requested from [WWW]
https://help.ubuntu.com/community/DebuggingSoundProblems as separate
attachments.

** Changed in: Ubuntu
 Assignee: (unassigned) = Dan O'Huiginn
   Status: Unconfirmed = Needs Info

-- 
Suspend kills sound on IBM T21
https://bugs.launchpad.net/bugs/108440
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 108445] Re: alsa audio output error: write failed (broken pipe)

2007-04-21 Thread Dan O'Huiginn
Thanks for taking the time to report this bug.  Please include the
information requested from [WWW]
https://help.ubuntu.com/community/DebuggingSoundProblems as separate
attachments.

** Changed in: Ubuntu
 Assignee: (unassigned) = Dan O'Huiginn
   Status: Unconfirmed = Needs Info

-- 
alsa audio output error: write failed (broken pipe)
https://bugs.launchpad.net/bugs/108445
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 108436] Re: Konqueror works only when run as root

2007-04-21 Thread Dan O'Huiginn
** Summary changed:

- after upgrade fron edgy to feisty konqueror doesn't open http links anymore
+ Konqueror works only when run as root

-- 
Konqueror works only when run as root
https://bugs.launchpad.net/bugs/108436
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


  1   2   3   4   5   >