[Bug 231060] Re: packages dnsmasq and libvirt-bin conflict with each other

2012-06-01 Thread Emmet Hikory
** Changed in: dnsmasq (Ubuntu) Assignee: Emmet Hikory (persia) = (unassigned) ** Changed in: libvirt (Ubuntu) Assignee: Emmet Hikory (persia) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dnsmasq in Ubuntu

[Bug 231060] Re: packages dnsmasq and libvirt-bin conflict with each other

2012-06-01 Thread Emmet Hikory
@Thomas, 959037 means that this issue potentially exists for everyone, rather than just those few folk with specialised needs (mine having been running both a virtualisation host and a tftp server on the same machine). The main issue being the racy nature of running multiple greedy

[Bug 1048093] Re: Outstanding security fixes in asterisk

2012-09-09 Thread Emmet Hikory
** Also affects: asterisk (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: asterisk (Ubuntu Quantal) Importance: Undecided Status: New ** Changed in: asterisk (Ubuntu Quantal) Status: New = Fix Released -- You received this bug notification because

[Bug 534155] Re: qemu-debootstrap uses qemu for lpia hosts and targets when not required

2010-08-03 Thread Emmet Hikory
This remains an issue as long as lpia is a supported architecture on a supported release. As lpia was included in hardy, this means that it remains interesting until 2013 or so, for those who may want to investigate or resolve any outstanding architecture-specific bugs that may exist. The

[Bug 625798] Re: Don't use int constants with a long data type.

2010-08-28 Thread Emmet Hikory
I test-built with the upstream patch (but a slightly different debdiff) against maverick on i386, amd64, armel, and powerpc. In all cases, the package built successfully, including passing all tests. ** Changed in: tickcount (Ubuntu) Status: New = Triaged ** Changed in: tickcount

[Bug 640926] [NEW] qemu-kvm-extras-static postinst should be version guarded

2010-09-16 Thread Emmet Hikory
Public bug reported: Binary package hint: qemu-kvm When recently upgrading qemu-kvm-extras-static, I received the following output: Setting up qemu-kvm-extras-static (0.12.5+noroms-0ubuntu6) ... update-binfmts: warning: /var/lib/binfmts/arm does not exist; nothing to do! Ideally the postinst

[Bug 640926] Re: qemu-kvm-extras-static postinst should be version guarded

2010-09-16 Thread Emmet Hikory
** Attachment added: BootDmesg.txt https://bugs.launchpad.net/bugs/640926/+attachment/1596127/+files/BootDmesg.txt ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/640926/+attachment/1596128/+files/CurrentDmesg.txt ** Attachment added: Dependencies.txt

[Bug 643394] [NEW] libvirt 0.8.x FTBFS on powerpc

2010-09-20 Thread Emmet Hikory
Public bug reported: libvirt FTBFS on powerpc : the nxfilterxml2xmltest tests fail, due to endian assumptions in the code. ** Affects: libvirt (Ubuntu) Importance: Undecided Status: New -- libvirt 0.8.x FTBFS on powerpc https://bugs.launchpad.net/bugs/643394 You received this bug

[Bug 643394] Re: libvirt 0.8.x FTBFS on powerpc

2010-09-20 Thread Emmet Hikory
** Changed in: libvirt (Ubuntu) Assignee: (unassigned) = Emmet Hikory (persia) ** Changed in: libvirt (Ubuntu) Status: New = Triaged -- libvirt 0.8.x FTBFS on powerpc https://bugs.launchpad.net/bugs/643394 You received this bug notification because you are a member of Ubuntu Server

[Bug 643394] Re: libvirt 0.8.x FTBFS on powerpc

2010-09-20 Thread Emmet Hikory
patch https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/643394/+attachment/1612721/+files/libvirt_0.8.3-1ubuntu12.debdiff ** Changed in: libvirt (Ubuntu) Assignee: Emmet Hikory (persia) = (unassigned) -- libvirt 0.8.x FTBFS on powerpc https://bugs.launchpad.net/bugs/643394 You

[Bug 500484] Re: libvirt conflicts with existing dnsmasq installation

2010-02-22 Thread Emmet Hikory
*** This bug is a duplicate of bug 231060 *** https://bugs.launchpad.net/bugs/231060 ** This bug has been marked a duplicate of bug 231060 packages dnsmasq and libvirt-bin conflict with each other -- libvirt conflicts with existing dnsmasq installation

[Bug 231060] Re: packages dnsmasq and libvirt-bin conflict with each other

2010-02-22 Thread Emmet Hikory
Implementation of this in libvirt is blocked by a race condition that prevents the use of the --interface argument in libvirt. There is a race condition when using --listen-address that dnsmasq will immediately exit if the interface is not yet visible to userspace, which can often happen with how

[Bug 231060] Re: packages dnsmasq and libvirt-bin conflict with each other

2010-02-23 Thread Emmet Hikory
(of either libvirt or dnsmasq), but it seems the least impact path to enable simultaneous operation without crippling either tool or needing extensive coding. ** Changed in: libvirt (Ubuntu) Assignee: (unassigned) = Emmet Hikory (persia) ** Changed in: dnsmasq (Ubuntu) Assignee

[Bug 526386] [NEW] dnsmasq exits using --interface if the interface does not exist yet

2010-02-23 Thread Emmet Hikory
Public bug reported: Binary package hint: dnsmasq When dnsmasq is used with the --interface argument, and the selected interface is not yet available dnsmasq exits immediately. This prevents some use cases, including: 1) managed virtual environments bringing up virbr0 interfaces (libvirt has

[Bug 526386] Re: dnsmasq exits using --interface if the interface does not exist yet

2010-02-23 Thread Emmet Hikory
From a brief look at the code, it appears that the relevant section is in src/dnsmasq.c : 169-189. In this mode, if unable to access an interface because it doesn't exist, dnsmasq should poll the interface for a configurable timeout to see if it becomes available before quitting. As there may be

[Bug 526386] Re: dnsmasq exits using --interface if the interface does not exist yet

2010-02-23 Thread Emmet Hikory
Actually, I filed this bug more as a result of the comments in the libvirt code, which indicate that at least one user of dnsmasq found it unable to accomplish an operation that seemed to make sense based on the documentation with a particular corner-case configuration. I consider it

[Bug 534155] [NEW] qemu-debootstrap uses qemu for lpia hosts and targets when not required

2010-03-07 Thread Emmet Hikory
Public bug reported: Binary package hint: qemu-kvm qemu-deboostrap will use qemu to build lpia targets on i386 or amd64, and to build i386 targets on lpia. This is entirely not required, as lpia *is* i386 for all intents and purposes. ProblemType: Bug Architecture: amd64 Date: Mon Mar 8

[Bug 534155] Re: qemu-debootstrap uses qemu for lpia hosts and targets when not required

2010-03-07 Thread Emmet Hikory
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/40462552/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/40462553/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/40462554/Dependencies.txt **

[Bug 534155] Re: qemu-debootstrap uses qemu for lpia hosts and targets when not required

2010-03-07 Thread Emmet Hikory
The attached debdiff generates a candidate with increased filtering of host/target combinations to not use qemu for lpia. ** Attachment added: Debdiff with more filtering http://launchpadlibrarian.net/40462740/qemu-kvm_0.12.3-0ubuntu11.debdiff -- qemu-debootstrap uses qemu for lpia hosts and

[Bug 281882] Re: ssh hangs in initial handshaking when using IPv6

2010-03-10 Thread Emmet Hikory
** Tags added: ipv6 -- ssh hangs in initial handshaking when using IPv6 https://bugs.launchpad.net/bugs/281882 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 434799] Re: X11 forwarding via SSH does not work after upgrade to karmic

2010-03-10 Thread Emmet Hikory
** Tags added: ipv6 -- X11 forwarding via SSH does not work after upgrade to karmic https://bugs.launchpad.net/bugs/434799 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 458910] Re: try to disable ipv6 support than allready disabled on kernel option

2010-03-10 Thread Emmet Hikory
** Tags added: ipv6 -- try to disable ipv6 support than allready disabled on kernel option https://bugs.launchpad.net/bugs/458910 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 309339] Re: kadmind will not listen on IPv6 ports

2010-03-10 Thread Emmet Hikory
** Tags added: ipv6 -- kadmind will not listen on IPv6 ports https://bugs.launchpad.net/bugs/309339 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to krb5 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com

[Bug 377555] Re: MySQL lacks IPv6 support

2010-03-10 Thread Emmet Hikory
** Tags added: ipv6 -- MySQL lacks IPv6 support https://bugs.launchpad.net/bugs/377555 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com

[Bug 325111] Re: ntpq output truncates IPv6 addresses

2010-03-10 Thread Emmet Hikory
** Tags added: ipv6 -- ntpq output truncates IPv6 addresses https://bugs.launchpad.net/bugs/325111 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ntp in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com

[Bug 517871] Re: euca-describe-volumes fails in lucid

2010-03-19 Thread Emmet Hikory
** Tags added: patch-acccepted-upstream -- euca-describe-volumes fails in lucid https://bugs.launchpad.net/bugs/517871 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 520707] Re: euca-describe-snapshots invalid literal for int() with base 10

2010-03-19 Thread Emmet Hikory
** Tags added: patch-submitted-upstream -- euca-describe-snapshots invalid literal for int() with base 10 https://bugs.launchpad.net/bugs/520707 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. -- Ubuntu-server-bugs

[Bug 520707] Re: euca-describe-snapshots invalid literal for int() with base 10

2010-03-19 Thread Emmet Hikory
** Tags added: patch-forwarded-upstream ** Tags removed: patch-submitted-upstream -- euca-describe-snapshots invalid literal for int() with base 10 https://bugs.launchpad.net/bugs/520707 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 526591] Re: euca2ools parsing of config file is severely limited

2010-03-20 Thread Emmet Hikory
** Tags added: patch-accepted-upstream -- euca2ools parsing of config file is severely limited https://bugs.launchpad.net/bugs/526591 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in ubuntu. -- Ubuntu-server-bugs mailing

[Bug 544545] Re: rngd doesn't start automatically

2010-04-21 Thread Emmet Hikory
** Changed in: rng-tools (Ubuntu) Status: New = Confirmed ** Changed in: rng-tools (Ubuntu) Importance: Undecided = Low ** Description changed: Binary package hint: rng-tools rngd doesn't start automatically on lucid using tpm device + + trousers would need to start first, but

[Bug 568904] [NEW] qemu-kvm FTBFS on powerpc and ia64

2010-04-23 Thread Emmet Hikory
Public bug reported: Binary package hint: qemu-kvm qemu-kvm FTBFS on powerpc and ia64 in lucid. This is a combination of issues, as follows: 1: kvm support for newer powerpc is *very* new in the kernel, and the lucid kernels don't have the necessary patches (which would be too invasive to

[Bug 568904] Re: qemu-kvm FTBFS on powerpc and ia64

2010-04-23 Thread Emmet Hikory
qemu-kvm (0.12.3+noroms-0ubuntu9) lucid; urgency=low . * Architecture-specific fixes (LP: #568904) - debian/rules: configure with --disable-kvm on powerpc to fix FTBFS - debian/control: Disable arch:any stuff on ia64: no qemu/kvm support anyway ** Attachment added:

[Bug 50179] Re: No .desktop

2006-07-21 Thread Emmet Hikory
The attached icon was cropped from the left side of doc/mgm-small.gif. -- No .desktop https://launchpad.net/bugs/50179 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 50179] Re: No .desktop

2006-07-21 Thread Emmet Hikory
The attached debdiff adds the provided .xpm and .desktop files to the package. ** Changed in: mgm (Ubuntu) Assignee: (unassigned) = MOTU Reviewers Team Status: Unconfirmed = Confirmed -- No .desktop https://launchpad.net/bugs/50179 -- ubuntu-bugs mailing list

[Bug 50183] Re: No .desktop file

2006-07-22 Thread Emmet Hikory
The attached debdiff includes and installs the provided .desktop ** Changed in: nvtv (Ubuntu) Assignee: (unassigned) = MOTU Reviewers Team Status: Unconfirmed = Confirmed -- No .desktop file https://launchpad.net/bugs/50183 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 21855] Re: CF flash /boot does not mount using initramfs (0.25)

2006-10-13 Thread Emmet Hikory
I disagree with the rejection. After the initial investigation, there has been no support for this issue. I'd be happy to install the hardware and demonstrate the failure (takes about 2 hours) if anyone would be interested in troubleshooting it. ** Changed in: Ubuntu Status: Rejected =

[Bug 21855] Re: CF flash /boot does not mount using initramfs (0.25)

2006-10-13 Thread Emmet Hikory
Actually, it always worked fine with initrd-tools. The regression occurred with the upgrade of initramfs-tools from 0.24 to 0.25. Looking at the changelog again, it appears that a possible temporary workaround was included in 0.40ubuntu5: I'll test again this evening and attach previously

[Bug 13530] Re: nvidia-glx crashes/lockups

2006-10-14 Thread Emmet Hikory
I can still replicate the issue with Edgy prerelease, but I haven't been able to collect enough information to identify it. From looking at the nvnews forums, it appears that the issue remains unsolved. For those investigating, please note that this did not occur with Warty or Hoary. --

[Bug 131993] Re: w3m crashed with SIGSEGV

2007-10-24 Thread Emmet Hikory
** Visibility changed to: Public -- w3m crashed with SIGSEGV https://bugs.launchpad.net/bugs/131993 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

[Bug 145074] Re: xgalaga-hyperspace crashed with SIGSEGV

2007-10-24 Thread Emmet Hikory
** Visibility changed to: Public -- xgalaga-hyperspace crashed with SIGSEGV https://bugs.launchpad.net/bugs/145074 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

[Bug 106032] Re: hydrogen crashes after closing intro box

2007-10-25 Thread Emmet Hikory
Thanks for investigating this in more depth. Based on the stacktrace, I believe it may be the same issue as for bug #147476. Were you by any chance using the Millo_MultiLayered2 drumkit in the last song? Without the debug symbols, it's hard to be sure, but it appears to be the same type of

[Bug 133888] Re: upgrade wxwidgets2.8 to the 2.8.4.2 release

2007-10-25 Thread Emmet Hikory
Reopening as valid for hardy ** Changed in: wxwidgets2.8 (Ubuntu) Status: Invalid = Confirmed -- upgrade wxwidgets2.8 to the 2.8.4.2 release https://bugs.launchpad.net/bugs/133888 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 106032] Re: hydrogen crashes after closing intro box

2007-10-25 Thread Emmet Hikory
My apologies for the lack of information. Instructions for installing the debugging symbols are available from https://wiki.ubuntu.com/DebuggingProgramCrash. If you're running gutsy, it's definitely a different problem. Also, please try removing the ~/.hydrogen directory to see if this

[Bug 106032] Re: hydrogen crashes after closing intro box

2007-10-25 Thread Emmet Hikory
Thanks for the confirmation that the issue is not related to the ~/.hydrogen folder. You will need to enable the debugging repositories in order to install the -dbgsym packages. Instructions for doing so are available from https://wiki.ubuntu.com/DebuggingProgramCrash. Alternately, if you

[Bug 157398] GNOME default DPI doesn't match X default DPI

2007-10-26 Thread Emmet Hikory
Public bug reported: Binary package hint: gnome-control-center I suspect that the problem doesn't actually lie in gnome-appearance- properties, but as that was the interface for a workaround, it seems a good place for the report. Please reassign as appropriate. The GNOME default API, as

[Bug 157425] Re: Using dd to dupliate an entire drive with bs=128K gives read error at 137GB

2007-10-26 Thread Emmet Hikory
Interesting.. I wouldn't have expected an issue until block 33554432 (32 bits of 1k chunks taken 128 at a time). Just to confirm, the two blocksizes tried are 128 kilobytes and 512 bytes, rather than 512 kilobytes, correct? -- Using dd to dupliate an entire drive with bs=128K gives read error

[Bug 157457] Re: Cannot trim or export a selection in Audacity 1.3.3.-1build1, Ubuntu Gutsy Gibbon 7.10 64-bit

2007-10-26 Thread Emmet Hikory
Thanks for the bug report. I'm having trouble reproducing this with 1.3.3-1build1, running 64-bit on an AMD Athlon 64 X2 CPU. I recorded a 5 second sample with the ALSA backend, and was able to select a portion of the recording and export. Is your system a fresh install, or an upgrade from

[Bug 119241] Re: dh_desktop should only call update-desktop-database if MimeType field exists

2007-10-26 Thread Emmet Hikory
Fix included with merge of debhelper 5.0.58 ** Changed in: debhelper (Ubuntu) Status: New = Fix Released -- dh_desktop should only call update-desktop-database if MimeType field exists https://bugs.launchpad.net/bugs/119241 You received this bug notification because you are a member of

[Bug 145175] Re: pidgin crashed with SIGSEGV in gtk_image_get_pixbuf()

2007-10-26 Thread Emmet Hikory
** Visibility changed to: Public -- pidgin crashed with SIGSEGV in gtk_image_get_pixbuf() https://bugs.launchpad.net/bugs/145175 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 157647] Please sync traceroute-nanog 6.4.2-1 (universe) from Debian unstable (main)

2007-10-27 Thread Emmet Hikory
Public bug reported: Binary package hint: traceroute-nanog Please sync traceroute-nanog 6.4.2-1 (universe) from Debian unstable (main) Rationale: New Upstream version contains many bugfixes New Debian revision contains all outstanding Ubuntu variations New Debian revision builds and

[Bug 49508] Re: init script does not create requirred /var/run/sympa directory

2007-10-27 Thread Emmet Hikory
PROTECTED] for the report) * recognize database parameters anywhere in sympa.conf * avoid restart of webserver if neither WWSympa nor SympaSOAP is enabled * cleaned up postinst a bit, get rid of fake soap_configured Debconf template * removed Apache 1 webservers from selection -- Emmet

[Bug 157653] Please sync qtiplot 0.9-2 (universe) from Debian unstable (main)

2007-10-27 Thread Emmet Hikory
Public bug reported: Binary package hint: qtiplot Please sync qtiplot 0.9-2 (universe) from Debian unstable (main) Rationale: Debian ships released upstream version New Debian reivision closes LP Bug #153992 Debian revision includes all Ubuntu variations New Debian revision

[Bug 157653] Re: Please sync qtiplot 0.9-2 (universe) from Debian unstable (main)

2007-10-27 Thread Emmet Hikory
** Description changed: Binary package hint: qtiplot Please sync qtiplot 0.9-2 (universe) from Debian unstable (main) Rationale: Debian ships released upstream version New Debian reivision closes LP Bug #153992 Debian revision includes all Ubuntu variations - New

[Bug 157716] Please sync gaphas 0.3.3-2 (universe) from Debian unstable (main)

2007-10-27 Thread Emmet Hikory
Public bug reported: Please sync gaphas 0.3.3-2 (universe) from Debian unstable (main) Rationale: Debian has new upstream version Debian revision now works with python2.5 Debian revision compiles and installs successfully for Hardy Additional Debian Changelog: gaphas (0.3.3-2)

[Bug 157761] Re: Swedish translation in audacity is mangled

2007-10-27 Thread Emmet Hikory
*** This bug is a duplicate of bug 156774 *** https://bugs.launchpad.net/bugs/156774 ** This bug has been marked a duplicate of bug 156774 Wrong codepage for Scandinavian translations -- Swedish translation in audacity is mangled https://bugs.launchpad.net/bugs/157761 You received this

[Bug 99202] Re: [apport] critter crashed with SIGSEGV

2007-10-28 Thread Emmet Hikory
From the provided information, it's hard to understand the cause of the crash. Would you mind crashing it again, and opening a new bug? There have been significant improvements to the stack trace handler, which should provide more information froma new crash. I've marked this bug Invalid only

[Bug 158001] merge hydrogen 0.9.3-5 from Debian unstable

2007-10-28 Thread Emmet Hikory
samples - Added docbook to build-depends - Updated docbook DTD to 4.4 (with 00_docbook.patch)to fix FTBFS - Updated FSF address in debian/copyright - Modify Maintainer value to match Debian-Maintainer-Field Spec -- Emmet Hikory [EMAIL PROTECTED] Sun, 28 Oct 2007 18:20:25 +0900

[Bug 294815] Re: recite crashed with SIGSEGV

2008-11-06 Thread Emmet Hikory
There's no point to this bug. I only filed it to see if apport could get a better retrace than I could locally, but it couldn't. Anyway, a workaround has been uploaded to Debian, and autosync will close this in Ubuntu, and I don't want to pay attention to when that happens. If someone else

[Bug 294914] Re: Intrepid has no GUI method to configure network interfaces

2008-11-06 Thread Emmet Hikory
Actually fixing this in Jaunty waits on update to debootstrap to be able to run ./update. ** Changed in: ubuntustudio-meta (Ubuntu Intrepid) Importance: Undecided = High Assignee: (unassigned) = Emmet Hikory (persia) Status: New = Confirmed ** Changed in: ubuntustudio-meta (Ubuntu

[Bug 291670] Re: LPIA installer missing kernel

2008-11-01 Thread Emmet Hikory
** Changed in: base-installer (Ubuntu) Sourcepackagename: debian-installer = base-installer Importance: Undecided = Low Status: New = Triaged -- LPIA installer missing kernel https://bugs.launchpad.net/bugs/291670 You received this bug notification because you are a member of Ubuntu

[Bug 287838] Re: msynctool of nokia 6120 crashes with 0x43 permission denied libwbxml

2008-11-06 Thread Emmet Hikory
Oops. This was fixed by the 0.9.2-4ubuntu1 upload. ** Changed in: wbxml2 (Ubuntu) Status: New = Fix Released -- msynctool of nokia 6120 crashes with 0x43 permission denied libwbxml https://bugs.launchpad.net/bugs/287838 You received this bug notification because you are a member of

[Bug 258902] Re: wbxml2 bugs reported in debian

2008-11-06 Thread Emmet Hikory
Michael Bell's patch was included in 0.9.2-4ubuntu1 ** Changed in: wbxml2 (Ubuntu) Status: New = Fix Released -- wbxml2 bugs reported in debian https://bugs.launchpad.net/bugs/258902 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 294589] [NEW] Please sync wbxml2 0.9.2-6 (universe) from Debian unstable (main)

2008-11-06 Thread Emmet Hikory
Public bug reported: Please sync wbxml2 0.9.2-6 (universe) from Debian unstable (main) Rationale: The only Ubuntu variation was a backport of a patch from 0.9.2-5 0.9.2-6 builds in jaunty The Debian Maintainer is actively watching this package in Ubuntu, and syncing means that

[Bug 294593] [NEW] Please sync lash 0.5.4-1 (universe) from Debian unstable (main)

2008-11-06 Thread Emmet Hikory
Public bug reported: Please sync lash 0.5.4-1 (universe) from Debian unstable (main) Rationale: Debian maintainer has incorporated most Ubuntu changes Remaining addition of Suggests is not sufficiently useful to maintain delta Debian packaging builds in jaunty Additional Debian

[Bug 284768] [NEW] Please remove gtklookat from Intrepid

2008-10-16 Thread Emmet Hikory
Public bug reported: Binary package hint: gtklookat Please remove gtklookat from intrepid and blacklist from future imports. gtklookat FTBFS, is unsupported upstream, is redundant to other VRML viewers in the archive, has several RC bugs in Debian, has not been updated in Debian in 383 days,

[Bug 284775] [NEW] Please remove openvrml from intrepid

2008-10-16 Thread Emmet Hikory
Public bug reported: Please remove openvrml from intrepid. The current package FTBFS on intrepid, has no rdepends, and is well out of sync with current upstream practices (despite the versioning, the packaging is more well suited to 0.15.x than 0.17.x). Please do not blacklist this, as the

[Bug 285141] Re: logout box + no way to kill computer = data corruption

2008-10-17 Thread Emmet Hikory
** Changed in: ubuntu Importance: Undecided = Wishlist Status: New = Confirmed -- logout box + no way to kill computer = data corruption https://bugs.launchpad.net/bugs/285141 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 286146] Re: Please sync docvert 3.4-6 (universe) from Debian unstable (main).

2008-10-19 Thread Emmet Hikory
ACK as 502322 seems fairly important, and nothing else looks invasive. ** Changed in: docvert (Ubuntu) Importance: Undecided = Wishlist Status: New = Confirmed -- Please sync docvert 3.4-6 (universe) from Debian unstable (main). https://bugs.launchpad.net/bugs/286146 You received this

[Bug 210776] Re: no fallback language selection possible

2008-10-19 Thread Emmet Hikory
** Changed in: language-selector (Ubuntu) Importance: Undecided = Wishlist -- no fallback language selection possible https://bugs.launchpad.net/bugs/210776 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 286213] [NEW] pavucontrol doesn't honor volume up/down keys

2008-10-19 Thread Emmet Hikory
Public bug reported: Binary package hint: pavucontrol I have a USB audio device with volume up, volume down, and mute buttons. When using these buttons in GNOME in intrepid, there is onscreen notification that they are recognised, and accepted. However, the volume of the audio stream does not

[Bug 285508] Re: User ubuntu must be present for MID install to work

2008-10-20 Thread Emmet Hikory
There are a few reasons for this. It won't be fixed for intrepid, but it's high on the list of things to be resolved for the next cycle. ** Changed in: ubuntu-mid-default-settings (Ubuntu) Sourcepackagename: None = ubuntu-mid-default-settings Importance: Undecided = High Status: New =

[Bug 286095] Re: Please sync statcvs 1:0.4.0.dfsg-3 (universe) from Debian unstable (main)

2008-10-20 Thread Emmet Hikory
Compiles, installs, works, and drops the obsolete dependency for me. ACK. ** Changed in: statcvs (Ubuntu) Importance: Undecided = Wishlist Status: New = Confirmed -- Please sync statcvs 1:0.4.0.dfsg-3 (universe) from Debian unstable (main) https://bugs.launchpad.net/bugs/286095 You

[Bug 280788] Re: Please add Japanese translation

2008-10-14 Thread Emmet Hikory
Please also submit this patch to http://sourceforge.net/tracker/?atid=761642group_id=145360func=browse so that users of other distributions may also benefit. -- Please add Japanese translation https://bugs.launchpad.net/bugs/280788 You received this bug notification because you are a member of

[Bug 272080] Re: timidity breaks updates if it can't start

2008-10-14 Thread Emmet Hikory
*** This bug is a duplicate of bug 120810 *** https://bugs.launchpad.net/bugs/120810 ** This bug has been marked a duplicate of bug 120810 [Gutsy] timidity install fails when timidity is already running -- timidity breaks updates if it can't start https://bugs.launchpad.net/bugs/272080

[Bug 270582] Re: Timidity fails to connect to PulseAudio

2008-10-14 Thread Emmet Hikory
*** This bug is a duplicate of bug 210472 *** https://bugs.launchpad.net/bugs/210472 ** This bug has been marked a duplicate of bug 210472 Timidity daemon doesn't play nice with pulse audio -- Timidity fails to connect to PulseAudio https://bugs.launchpad.net/bugs/270582 You received

[Bug 196135] Re: Timidity shouldn't depend on freepats

2008-10-14 Thread Emmet Hikory
Adding a fluid-soundfont task because fluid-soundfont needs to ship fluid.cfg if timidity is going to use it. ** Also affects: fluid-soundfont (Ubuntu) Importance: Undecided Status: New ** Changed in: fluid-soundfont (Ubuntu) Importance: Undecided = Low Status: New = Triaged

[Bug 163727] Re: soundfont does not seem to get automatically installed

2008-10-14 Thread Emmet Hikory
I've thought about this bug a lot over the past while, and I'm not going to fix it. With the fix in bug #196135, it's about as close as is sensible as long as size matters, especially as timidity is now more widely integrated into gstreamer through wildmidi. freepats does most of the job for the

[Bug 210472] Re: Timidity daemon doesn't play nice with pulse audio

2008-10-14 Thread Emmet Hikory
** Summary changed: - [Hardy] Timidity daemon doesn't play nice with pulse audio + Timidity daemon doesn't play nice with pulse audio -- Timidity daemon doesn't play nice with pulse audio https://bugs.launchpad.net/bugs/210472 You received this bug notification because you are a member of

[Bug 196135] Re: Timidity shouldn't depend on freepats

2008-10-15 Thread Emmet Hikory
While I agree that timidity currently has no means to autodetect the configuration, I'd think that dropping the configuration file in /etc/timidity/fluidr3_g[ms].cfg would make it easier for the user to select an alternate configuration by manual editing of timidity.cfg. -- Timidity shouldn't

[Bug 276036] Re: X BadImplementation error when starting

2008-10-16 Thread Emmet Hikory
I can reproduce this without desktop effects (using metacity). -- X BadImplementation error when starting https://bugs.launchpad.net/bugs/276036 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 179447] Re: Installation of tomcat5.5 fails if sun-java-jdk is not installed

2008-10-10 Thread Emmet Hikory
** Changed in: tomcat5.5 (Ubuntu Hardy) Assignee: (unassigned) = Thierry Carrez (tcarrez) -- Installation of tomcat5.5 fails if sun-java-jdk is not installed https://bugs.launchpad.net/bugs/179447 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 281135] [NEW] Please remove bluez-libs from Intrepid

2008-10-10 Thread Emmet Hikory
Public bug reported: The libraries previously provided by bluez-libs are now provided by the bluez source package. Please also add this package to the sync blacklist until the packaging arrangements for bluetooth can be brought again into alignment with Debian. Existing rdepends on

[Bug 234202] Re: Hibernate under Hardy make bluetooth services unvailable when wakeup

2008-10-10 Thread Emmet Hikory
This wont be fixed in bluez-libs in intrepid due to package transition. ** Changed in: bluez (Ubuntu) Sourcepackagename: bluez-libs = bluez ** Changed in: bluez-libs (Ubuntu) Sourcepackagename: bluez = bluez-libs ** Changed in: bluez-libs (Ubuntu Intrepid) Status: New = Won't Fix **

[Bug 219057] Re: Bluetooth does not coexist with WiFi

2008-10-10 Thread Emmet Hikory
** Changed in: bluez (Ubuntu) Sourcepackagename: bluez-libs = bluez -- Bluetooth does not coexist with WiFi https://bugs.launchpad.net/bugs/219057 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 206579] Re: Bluetooth CUPS backend takes infinite time on device discovery

2008-10-10 Thread Emmet Hikory
** Changed in: bluez (Ubuntu) Sourcepackagename: bluez-utils = bluez -- Bluetooth CUPS backend takes infinite time on device discovery https://bugs.launchpad.net/bugs/206579 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 23802] Re: cant pair a bt-device

2008-10-10 Thread Emmet Hikory
** Summary changed: - breezy: cant pair a bt-device + cant pair a bt-device ** Changed in: bluez (Ubuntu) Sourcepackagename: bluez-utils = bluez -- cant pair a bt-device https://bugs.launchpad.net/bugs/23802 You received this bug notification because you are a member of Ubuntu Bugs, which is a

[Bug 22812] Re: Bluetooth mouse device changes.

2008-10-10 Thread Emmet Hikory
** Changed in: bluez (Ubuntu) Sourcepackagename: bluez-utils = bluez -- Bluetooth mouse device changes. https://bugs.launchpad.net/bugs/22812 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list

[Bug 124743] Re: Sony Sixaxis Controller does not work over bluetooth in Feisty

2008-10-10 Thread Emmet Hikory
** Changed in: bluez (Ubuntu) Sourcepackagename: bluez-utils = bluez -- Sony Sixaxis Controller does not work over bluetooth in Feisty https://bugs.launchpad.net/bugs/124743 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 42358] Re: MS IntelliMouse Explorer for Bluetooth reports two Buttons for Wheel up (same for Wheel down)

2008-10-10 Thread Emmet Hikory
** Changed in: bluez (Ubuntu) Sourcepackagename: bluez-utils = bluez -- MS IntelliMouse Explorer for Bluetooth reports two Buttons for Wheel up (same for Wheel down) https://bugs.launchpad.net/bugs/42358 You received this bug notification because you are a member of Ubuntu Bugs, which is a

[Bug 33338] Re: bluez-utils can't start in dbus mode

2008-10-10 Thread Emmet Hikory
** Changed in: bluez (Ubuntu) Sourcepackagename: bluez-utils = bluez -- bluez-utils can't start in dbus mode https://bugs.launchpad.net/bugs/8 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list

[Bug 32415] Re: Apple Bluetooth Mouse and Keyboard pairing broken in Dapper/Edgy/Feisty

2008-10-10 Thread Emmet Hikory
** Changed in: bluez (Ubuntu) Sourcepackagename: bluez-utils = bluez Assignee: Bluetooth (bluetooth) = (unassigned) -- Apple Bluetooth Mouse and Keyboard pairing broken in Dapper/Edgy/Feisty https://bugs.launchpad.net/bugs/32415 You received this bug notification because you are a member of

[Bug 281127] Re: bluetooth mouse no longer pairs in Intrepid

2008-10-10 Thread Emmet Hikory
** Changed in: bluez (Ubuntu) Sourcepackagename: bluez-utils = bluez -- bluetooth mouse no longer pairs in Intrepid https://bugs.launchpad.net/bugs/281127 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 272352] Re: bluez-utils does not put logitech mx 5500 bluetooth into hci mode

2008-10-10 Thread Emmet Hikory
** Changed in: bluez (Ubuntu) Sourcepackagename: bluez-utils = bluez -- bluez-utils does not put logitech mx 5500 bluetooth into hci mode https://bugs.launchpad.net/bugs/272352 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 96056] Re: feature request: integrate mx5000tools

2008-10-10 Thread Emmet Hikory
** Changed in: bluez (Ubuntu) Sourcepackagename: bluez-utils = bluez -- feature request: integrate mx5000tools https://bugs.launchpad.net/bugs/96056 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 61413] Re: Logitech DiNovo MediaPad should not toggle Numlock

2008-10-10 Thread Emmet Hikory
** Changed in: bluez (Ubuntu) Sourcepackagename: bluez-utils = bluez Importance: Undecided = Wishlist -- Logitech DiNovo MediaPad should not toggle Numlock https://bugs.launchpad.net/bugs/61413 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 43573] Re: Needs better Ubuntu-style init script

2008-10-10 Thread Emmet Hikory
** Changed in: bluez (Ubuntu) Sourcepackagename: bluez-utils = bluez -- Needs better Ubuntu-style init script https://bugs.launchpad.net/bugs/43573 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list

[Bug 15183] Re: Please make bluetooth headset Just Work

2008-10-10 Thread Emmet Hikory
** Changed in: bluez (Ubuntu) Sourcepackagename: bluez-utils = bluez -- Please make bluetooth headset Just Work https://bugs.launchpad.net/bugs/15183 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list

[Bug 270235] Re: Bluetooth receive phone filename 'unknown' in Intrepid 2.6.27-3

2008-10-10 Thread Emmet Hikory
The bluetooth stack in intrepid recently underwent a signfiicant change: could you retest with the updated stack, and confirm this problem still exists? ** Changed in: bluez (Ubuntu) Sourcepackagename: bluez-utils = bluez ** Changed in: bluez (Ubuntu) Status: New = Incomplete --

[Bug 268877] Re: bluetooth service does not restart after a suspend to ram

2008-10-10 Thread Emmet Hikory
The bluetooth stack in intrepid recently underwent significant change. Could you retest and confirm is this is still an issue? ** Changed in: bluez (Ubuntu) Sourcepackagename: bluez-utils = bluez ** Changed in: bluez (Ubuntu) Status: New = Incomplete -- bluetooth service does not

[Bug 268244] Re: [ubuntu, intrepid ibex] Cant copy files from my phone

2008-10-10 Thread Emmet Hikory
** Changed in: bluez (Ubuntu) Sourcepackagename: bluez-utils = bluez -- [ubuntu,intrepid ibex] Cant copy files from my phone https://bugs.launchpad.net/bugs/268244 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

  1   2   3   4   5   6   7   8   9   10   >