Re: [Bug 330573] Re: madfuload doesn't work on Jaunty

2009-06-27 Thread Neil Wilson
ps://bugs.launchpad.net/bugs/330573 > You received this bug notification because you are a direct subscriber > of the bug. > -- Neil Wilson -- madfuload doesn't work on Jaunty https://bugs.launchpad.net/bugs/330573 You received this bug notification because you are a member of

[Bug 127390] Re: [needs-packaging] rails-toolkit

2009-06-23 Thread Neil Wilson
** Changed in: ubuntu Assignee: Neil Wilson (neil-aldur) => (unassigned) ** Changed in: ubuntu Status: Confirmed => Incomplete -- [needs-packaging] rails-toolkit https://bugs.launchpad.net/bugs/127390 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 241326] Re: Upgrade to vim-rails 0.4

2009-06-23 Thread Neil Wilson
** Changed in: vim-rails (Ubuntu) Assignee: Neil Wilson (neil-aldur) => (unassigned) -- Upgrade to vim-rails 0.4 https://bugs.launchpad.net/bugs/241326 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing l

[Bug 330573] Re: madfuload doesn't work on Jaunty

2009-06-21 Thread Neil Wilson
Probably worth keeping it here. Try running a series of tests udevadm test $(udevadm info --name="/bus/usb/002/006" --query=path) udevadm info --name="/bus/usb/002/006" --query=all udevadm info --name="/bus/usb/002/006" --attribute-walk (Change the entry in the --name parameter to match the name

[Bug 390198] [NEW] M-Audio Transit - firmware out of date

2009-06-21 Thread Neil Wilson
Public bug reported: Binary package hint: madfuload Jaunty 9.04 The firmware for the Transit device in this package is out of date. There is an updated firmware within the Windows EXE here: http://www.m-audio.com/index.php?do=support.drivers&f=994 ** Affects: madfuload (Ubuntu) Importance

[Bug 330573] Re: madfuload doesn't work on Jaunty

2009-06-21 Thread Neil Wilson
That cut at an awkward point and there is an = missing. ACTION=="add", SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="0763", ATTRS{idProduct}=="2806", RUN+="/usr/sbin/madfuload -l -3 -f /usr/share/usb/maudio/ma006100.bin -D $ENV{DEVNAME}" full file attached ** Attachment added

[Bug 330573] Re: madfuload doesn't work on Jaunty

2009-06-21 Thread Neil Wilson
OK, I've done a bit more work on this today with various combinations of udev selectors and I think I might have cracked it. Can you put ACTION=="add", SUBSYSTEM=="usb", ENV{DEVTYPE}="usb_device", ATTRS{idVendor}=="0763", ATTRS{idProduct}=="2806", RUN+="/usr/sbin/madfuload -l -3 -f /usr/share/usb

Re: [Bug 330573] Re: madfuload doesn't work on Jaunty

2009-06-20 Thread Neil Wilson
;m on Jaunty 32-bit. Running madfuload manually works, even though it > generates an error: > cannot reset device: (19) No such device > > ** Attachment added: "Udev debug output when plugging in my Transit" >   http://launchpadlibrarian.net/28138111/syslog > > -- > madfuload d

[Bug 371897] Re: Occasional sound drops in Wine via PulseAudio

2009-06-13 Thread Neil Wilson
There seems to be an ongoing debate as to whether to add a direct Pulseaudio driver to wine, or improve the ALSA conversion layer in Pulseaudio. I think we need to get a consensus on which direction to take first - and that will determine which package gets this bug. ** Changed in: wine (Ubuntu)

[Bug 355480] Re: [LENOVO 0768BXG] Brightness does not increase properly

2009-06-12 Thread Neil Wilson
*** This bug is a duplicate of bug 376924 *** https://bugs.launchpad.net/bugs/376924 Yup, I'd say that's the same bug. On the Lenovo you get levels: 0 14 28 43 57 71 86 100 current: 43 And the brightness leaps between the bottom four values on that list. Marking as duplicate ** This bug

[Bug 379809] Re: Gstreamer wavparse Could not demultiplex stream

2009-06-05 Thread Neil Wilson
Done ** Bug watch added: GNOME Bug Tracker #584981 http://bugzilla.gnome.org/show_bug.cgi?id=584981 ** Also affects: gst-plugins-good via http://bugzilla.gnome.org/show_bug.cgi?id=584981 Importance: Unknown Status: Unknown -- Gstreamer wavparse Could not demultiplex stream https

[Bug 379809] [NEW] Gstreamer wavparse Could not demultiplex stream

2009-05-23 Thread Neil Wilson
Public bug reported: Binary package hint: gstreamer0.10-plugins-good Description:Ubuntu 9.04 Release:9.04 gstreamer0.10-plugins-good: Installed: 0.10.14-1 Candidate: 0.10.14-1 Version table: *** 0.10.14-1 0 500 http://gb.archive.ubuntu.com jaunty/main Packages

[Bug 330573] Re: madfuload doesn't work on Jaunty

2009-05-17 Thread Neil Wilson
Just to eliminate the madfuload program, I did a test with good old 'stat' and 'head'. You can 'stat' the device, but you can't 'head' it. STAT trace May 17 07:51:01 neil-laptop udevd-event[7886]: '/usr/bin/stat /dev/bus/usb/002/004' May 17 07:51:01 neil-laptop kernel: [ 1290.888798] usb 2-1: co

[Bug 246719] Re: [needs-packaging] Phusion Passenger

2009-05-16 Thread Neil Wilson
** Changed in: ubuntu Assignee: Neil Wilson (neil-aldur) => (unassigned) -- [needs-packaging] Phusion Passenger https://bugs.launchpad.net/bugs/246719 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing l

[Bug 330573] Re: madfuload doesn't work on Jaunty

2009-05-16 Thread Neil Wilson
Unfortunately this isn't the end of the matter. Udev doesn't appear to wait for the device to be created before it forks the RUN command and so you get random 'no such file or directory' errors. Does somebody who understands udev better than me know if there is a way to get udev to serialise prope

[Bug 330573] Re: madfuload doesn't work on Jaunty

2009-05-16 Thread Neil Wilson
The problem here is whether udev will select the usb_interface or usb_device when trying to load the firmware. The simple patch attached ensures that udev will only select the usb_device where $name is set correctly. ** Attachment added: "Force selection of usb_device in udev rules" http://l

[Bug 330573] Re: madfuload doesn't work on Jaunty

2009-05-16 Thread Neil Wilson
I can confirm this fault. ** Changed in: madfuload (Ubuntu) Status: New => Confirmed ** Changed in: madfuload (Ubuntu) Assignee: (unassigned) => Neil Wilson (neil-aldur) -- madfuload doesn't work on Jaunty https://bugs.launchpad.net/bugs/330573 You received this bug n

[Bug 301771] Re: madfuload crashes with 'segmentation fault' on amd64

2009-05-16 Thread Neil Wilson
h or would you like me to repackage? ** Attachment added: "Add headers to eliminate compiler warnings." http://launchpadlibrarian.net/26814059/madfuload.c.patch ** Changed in: madfuload (Ubuntu) Assignee: (unassigned) => Neil Wilson (neil-aldur) -- madfuload crashes with

[Bug 301771] Re: madfuload crashes with 'segmentation fault' on amd64

2009-05-16 Thread Neil Wilson
I can confirm this bug madfuload[3839]: segfault at b4432dc2 ip 7f10b437ac40 sp 7fffbc889aa8 error 4 in libc-2.9.so[7f10b42fa000+168000] ** Changed in: madfuload (Ubuntu) Status: New => Confirmed -- madfuload crashes with 'segmentation fault' on amd64 https://bugs.launchpad.net/

[Bug 371897] Re: Occasional sound drops in Wine via PulseAudio

2009-05-06 Thread Neil Wilson
** Also affects: pulseaudio (Ubuntu) Importance: Undecided Status: New -- Occasional sound drops in Wine via PulseAudio https://bugs.launchpad.net/bugs/371897 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mail

Re: [Bug 371897] Re: Occasional sound drops in Wine

2009-05-06 Thread Neil Wilson
-- > Occasional sound drops in Wine > https://bugs.launchpad.net/bugs/371897 > You received this bug notification because you are a direct subscriber > of the bug. > -- Neil Wilson ** Summary changed: - Occasional sound drops in Wine + Occasional sound drops in Wine via PulseA

Re: [Bug 371897] Re: Occasional sound drops in Wine

2009-05-05 Thread Neil Wilson
.net/bugs/371897 > You received this bug notification because you are a direct subscriber > of the bug. > -- Neil Wilson -- Occasional sound drops in Wine https://bugs.launchpad.net/bugs/371897 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

Re: [Bug 371897] Re: Occasional sound drops in Wine

2009-05-05 Thread Neil Wilson
art Wine, or the music stops for a few seconds and then runs > again ? > > ** Changed in: wine (Ubuntu) >       Status: New => Incomplete > > -- > Occasional sound drops in Wine > https://bugs.launchpad.net/bugs/371897 > You received this bug notification because you are a

Re: [Bug 267764] Re: LACP regression - fails to create tunnel with HP 1800 8G

2009-05-05 Thread Neil Wilson
LACP regression - fails to create tunnel with HP 1800 8G > https://bugs.launchpad.net/bugs/267764 > You received this bug notification because you are a direct subscriber > of the bug. > -- Neil Wilson -- LACP regression - fails to create tunnel with HP 1800 8G https://bugs.l

[Bug 371897] [NEW] Occasional sound drops in Wine

2009-05-04 Thread Neil Wilson
Public bug reported: Binary package hint: wine I'm running the Spotify Windows application on two laptops under Wine with both internal and external USB sound card. With both cards you get the occasional pop and click in the sound suggesting some data loss somewhere. I've selected the alsa drive

[Bug 368831] [NEW] UNR - Restart text incorrect

2009-04-28 Thread Neil Wilson
Public bug reported: In the Netbook remix interface, the text associated with the Restart option on the Quit screen is incorrect (it's actually the text for suspend). Jaunty 9.04 ** Affects: ubuntu Importance: Undecided Status: New -- UNR - Restart text incorrect https://bugs.lau

[Bug 355480] Re: [LENOVO 0768BXG] Brightness does not increase properly

2009-04-12 Thread Neil Wilson
Same issue with the latest updates. gnome-power-manager: Installed: 2.24.2-2ubuntu8 Candidate: 2.24.2-2ubuntu8 Version table: *** 2.24.2-2ubuntu8 0 500 http://gb.archive.ubuntu.com jaunty/main Packages 100 /var/lib/dpkg/status -- [LENOVO 0768BXG] Brightness does not incre

[Bug 344701] Re: radio hotkey doesn't work on Thinkpad X61

2009-04-05 Thread Neil Wilson
I get a similar error on a Lenovo 3000 N100 768BXG. the Fn+F5 key doesn't do what it is supposed to. The key press is detected in the event scanners but is simply not handled by the system. r...@neil-laptop:~# lsinput /dev/input/event0 bustype : BUS_HOST vendor : 0x0 product : 0x2 ver

[Bug 355613] Re: wireshark/libpcap does not support sniffing USB streams

2009-04-05 Thread Neil Wilson
** Description changed: - Binary package hint: libpcap0.8 - The libpcap installed on Jaunty doesn't appear to support sniffing USB - buses via the usbmon module. - - The package needs upgrading to an upstream > 1.0 version to support the - facility. (Not actually sure why this package is still

[Bug 355613] Re: wireshark/libpcap does not support sniffing USB streams

2009-04-05 Thread Neil Wilson
Actually it looks like it is an enumeration problem stopping wireshark getting the interfaces. tcpdump -D shows: r...@neil-laptop:/var/log# tcpdump -D 1.eth0 2.wmaster0 3.wlan0 4.any (Pseudo-device that captures on all interfaces) 5.lo tcpdump -i usb3 shows: r...@neil-laptop:/var/log# tcpdump -

[Bug 355613] [NEW] wireshark/libpcap does not support sniffing USB streams

2009-04-05 Thread Neil Wilson
Public bug reported: Binary package hint: libpcap0.8 The libpcap installed on Jaunty doesn't appear to support sniffing USB buses via the usbmon module. The package needs upgrading to an upstream > 1.0 version to support the facility. (Not actually sure why this package is still called 'libpcap0

[Bug 355480] Re: [LENOVO 0768BXG] Brightness does not increase properly

2009-04-05 Thread Neil Wilson
The 'Brightness down' key seems to send the brightness to minimum in a couple of presses - and then of course I can't go back up again. -- [LENOVO 0768BXG] Brightness does not increase properly https://bugs.launchpad.net/bugs/355480 You received this bug notification because you are a member of

[Bug 355480] Re: [LENOVO 0768BXG] Brightness does not increase properly

2009-04-05 Thread Neil Wilson
gnome-power-manager: Installed: 2.24.2-2ubuntu7 Candidate: 2.24.2-2ubuntu7 Version table: *** 2.24.2-2ubuntu7 0 500 http://gb.archive.ubuntu.com jaunty/main Packages 100 /var/lib/dpkg/status -- [LENOVO 0768BXG] Brightness does not increase properly https://bugs.launchpad.n

[Bug 355480] [NEW] [LENOVO 0768BXG] Brightness does not increase properly

2009-04-05 Thread Neil Wilson
Public bug reported: Binary package hint: gnome-power-manager Jaunty Beta. The laptop system is receiving input from the Brightness controls on this laptop (Fn + F10 and Fn + F11), but the power manager moves the brightness slider up and down fairly randomly and the screen merely flickers. This

[Bug 355284] Re: [LENOVO 0768BXG] suspend/resume failure

2009-04-04 Thread Neil Wilson
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/24815601/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/24815602/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/24815603/Dependencies.txt ** A

[Bug 355284] [NEW] [LENOVO 0768BXG] suspend/resume failure

2009-04-04 Thread Neil Wilson
Public bug reported: Computer suspends and resumes, but will only resume manually - thus failing the stress test by a default I suppose! ProblemType: KernelOops Annotation: This occured during a previous suspend and prevented it from resuming properly. Architecture: amd64 DistroRelease: Ubuntu 9

[Bug 342673] [NEW] Regression: ALC861VD snd_hda_intel no longer working

2009-03-14 Thread Neil Wilson
Public bug reported: Binary package hint: linux-image-2.6.27-11-generic The latest security updates to Intrepid have stopped the drums on my Lenovo 3000 N100 768 laptop. ALSA sound no longer works (fizzes a little), although OSS sound still does. I'm getting funny permissions on GVFS so I don't k

[Bug 226410] Re: Intel 3945: please disable_hw_scan=1 by default --- struggling to connect to AP that worked fine in Gutsy

2009-01-10 Thread Neil Wilson
I've upgraded to Intrepid now. Is there a way of doing that without mashing my disk? -- Intel 3945: please disable_hw_scan=1 by default --- struggling to connect to AP that worked fine in Gutsy https://bugs.launchpad.net/bugs/226410 You received this bug notification because you are a member of

Re: [Bug 226410] Re: Intel 3945: please disable_hw_scan=1 by default --- struggling to connect to AP that worked fine in Gutsy

2009-01-08 Thread Neil Wilson
bugs.launchpad.net/bugs/226410 > You received this bug notification because you are a direct subscriber > of the bug. > -- Neil Wilson -- Intel 3945: please disable_hw_scan=1 by default --- struggling to connect to AP that worked fine in Gutsy https://bugs.launchpad.net/bugs/226410 Y

[Bug 282299] Re: [Intrepid Beta] WUBI Installation doesn't power off on shutdown

2008-10-12 Thread Neil Wilson
** Attachment added: "kern.log.gz" http://launchpadlibrarian.net/18466987/kern.log.gz -- [Intrepid Beta] WUBI Installation doesn't power off on shutdown https://bugs.launchpad.net/bugs/282299 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 282299] Re: [Intrepid Beta] WUBI Installation doesn't power off on shutdown

2008-10-12 Thread Neil Wilson
CTRL-ALT-DEL on hung machine generates 'device loop0' errors similar to those in Bug #273173. Suspend does not work either - computer immediately resumes. -- [Intrepid Beta] WUBI Installation doesn't power off on shutdown https://bugs.launchpad.net/bugs/282299 You received this bug notification

[Bug 282299] Re: [Intrepid Beta] WUBI Installation doesn't power off on shutdown

2008-10-12 Thread Neil Wilson
** Attachment added: "dmidecode.txt" http://launchpadlibrarian.net/18466557/dmidecode.txt -- [Intrepid Beta] WUBI Installation doesn't power off on shutdown https://bugs.launchpad.net/bugs/282299 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 282299] Re: [Intrepid Beta] WUBI Installation doesn't power off on shutdown

2008-10-12 Thread Neil Wilson
** Attachment added: "lspci.txt" http://launchpadlibrarian.net/18466554/lspci.txt -- [Intrepid Beta] WUBI Installation doesn't power off on shutdown https://bugs.launchpad.net/bugs/282299 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 282299] Re: [Intrepid Beta] WUBI Installation doesn't power off on shutdown

2008-10-12 Thread Neil Wilson
** Attachment added: "uname.txt" http://launchpadlibrarian.net/18466548/uname.txt -- [Intrepid Beta] WUBI Installation doesn't power off on shutdown https://bugs.launchpad.net/bugs/282299 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 282299] Re: [Intrepid Beta] WUBI Installation doesn't power off on shutdown

2008-10-12 Thread Neil Wilson
** Attachment added: "acpi.tar.bz" http://launchpadlibrarian.net/18466544/acpi.tar.bz -- [Intrepid Beta] WUBI Installation doesn't power off on shutdown https://bugs.launchpad.net/bugs/282299 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 282299] Re: [Intrepid Beta] WUBI Installation doesn't power off on shutdown

2008-10-12 Thread Neil Wilson
** Summary changed: - WUBI Installation doesn't power off on shutdown + [Intrepid Beta] WUBI Installation doesn't power off on shutdown -- [Intrepid Beta] WUBI Installation doesn't power off on shutdown https://bugs.launchpad.net/bugs/282299 You received this bug notification because you are a m

[Bug 282299] [NEW] [Intrepid Beta] WUBI Installation doesn't power off on shutdown

2008-10-12 Thread Neil Wilson
Public bug reported: Fresh installation of 8.10 Wubi on a machine that worked fine with 8.04. Machine goes through shutdown procedure but hangs on shutdown and does not power off. ** Affects: ubuntu Importance: Undecided Status: New ** Summary changed: - WUBI Installation doesn't

[Bug 90863] Re: ck804xrom ck804xrom_init_one(): Unable to register resource ... kernel bug?

2008-10-03 Thread Neil Wilson
I should note that this message doesn't appear to be affecting my servers operations in any way, but then I'm not using the graphics card. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- ck804xrom ck804xrom_init_one(): Unable to register resource ... kernel bug? https://b

[Bug 90863] Re: ck804xrom ck804xrom_init_one(): Unable to register resource ... kernel bug?

2008-10-03 Thread Neil Wilson
** Attachment added: "2.6.27-5 lspci-vvnn.log" http://launchpadlibrarian.net/18179231/2.6.27-5-lspci-vvnn.log -- ck804xrom ck804xrom_init_one(): Unable to register resource ... kernel bug? https://bugs.launchpad.net/bugs/90863 You received this bug notification because you are a member of Ubu

[Bug 90863] Re: ck804xrom ck804xrom_init_one(): Unable to register resource ... kernel bug?

2008-10-03 Thread Neil Wilson
I get the same error ck804xrom ck804xrom_init_one(): Unable to register resource 0xff00-0x - kernel bug? This is on 2.6.27-5 Linux test1 2.6.27-5-server #1 SMP Fri Oct 3 01:16:59 UTC 2008 x86_64 GNU/Linux ** Attachment added: "Dmesg log 2.6.27-5" http://launchp

[Bug 267764] Re: LACP regression - fails to create tunnel with HP 1800 8G

2008-10-03 Thread Neil Wilson
This is the output from the bond0 description when the bond has been brought back up. The link is now unusable for TCP. SSH does not work into the server even after restarting the daemon. You get exactly the same problem if you do /etc/init.d/networking restart ** Attachment added: "bond0 des

[Bug 267764] Re: LACP regression - fails to create tunnel with HP 1800 8G

2008-10-03 Thread Neil Wilson
This is the dmesg diff when I do a ifdown bond0 ifup bond0 ** Attachment added: "dmesg-diff.log" http://launchpadlibrarian.net/18179613/dmesg-diff.log -- LACP regression - fails to create tunnel with HP 1800 8G https://bugs.launchpad.net/bugs/267764 You received this bug notification becaus

[Bug 267764] Re: LACP regression - fails to create tunnel with HP 1800 8G

2008-10-03 Thread Neil Wilson
** Attachment added: "2.6.27 bond0 desc - successful bond after boot" http://launchpadlibrarian.net/18179514/boot-bond0.log -- LACP regression - fails to create tunnel with HP 1800 8G https://bugs.launchpad.net/bugs/267764 You received this bug notification because you are a member of Ubuntu

[Bug 267764] Re: LACP regression - fails to create tunnel with HP 1800 8G

2008-10-03 Thread Neil Wilson
** Attachment added: "lspci-vvnn.log" http://launchpadlibrarian.net/18179475/lspci-vvnn.log -- LACP regression - fails to create tunnel with HP 1800 8G https://bugs.launchpad.net/bugs/267764 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 267764] Re: LACP regression - fails to create tunnel with HP 1800 8G

2008-10-03 Thread Neil Wilson
Now on: Linux test1 2.6.27-5-server #1 SMP Fri Oct 3 01:16:59 UTC 2008 x86_64 GNU/Linux so I can use my e1000 again! It appears that the bonding driver will create an LACP bonding pair on boot up without problem. However if I do ifdown bond0 ifup bond0 then the bonding fails to recover. ** A

[Bug 267764] Re: LACP regression - fails to create tunnel with HP 1800 8G

2008-09-08 Thread Neil Wilson
** Attachment added: "Output of /proc/net/bonding/bond0 on Hardy kernel" http://launchpadlibrarian.net/17411377/hardy-bonding-lacp.txt -- LACP regression - fails to create tunnel with HP 1800 8G https://bugs.launchpad.net/bugs/267764 You received this bug notification because you are a member

[Bug 267764] Re: LACP regression - fails to create tunnel with HP 1800 8G

2008-09-08 Thread Neil Wilson
LACP appears to work fine in Hardy (2.6.24-19-server) using bonding driver v3.2.3 (December 6, 2007) -- LACP regression - fails to create tunnel with HP 1800 8G https://bugs.launchpad.net/bugs/267764 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 267764] Re: LACP regression - fails to create tunnel with HP 1800 8G

2008-09-08 Thread Neil Wilson
Fedora 9 is using Bonding Driver v3.2.5 (March 21, 2008). Intrepid is using v3.3.0 (June 10, 2008) -- LACP regression - fails to create tunnel with HP 1800 8G https://bugs.launchpad.net/bugs/267764 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 267764] Re: LACP regression - fails to create tunnel with HP 1800 8G

2008-09-08 Thread Neil Wilson
Similarly on Intrepid alpha 5 (2.6.27-2-server) -- LACP regression - fails to create tunnel with HP 1800 8G https://bugs.launchpad.net/bugs/267764 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@l

[Bug 267764] [NEW] LACP regression - fails to create tunnel with HP 1800 8G

2008-09-08 Thread Neil Wilson
Public bug reported: Running Alpha-4 Intrepid with ifenslave package installed. Operating bonding module in mode=4 with miimon=100 with two gigabit ethernet interfaces. If you enslave eth0 and eth1 to bond0 then the LACP protocol appears to run, but the two interfaces do not aggregate. (One is es

[Bug 262063] Re: rubygems bin in PATH potentially breaks other applications and violates all sense of decency in packaging.

2008-08-30 Thread Neil Wilson
Michael, I appreciate your viewpoint, but unfortunately it comes from one of inexperience. The only one here with experience of managing rubygems on an Ubuntu server is me. I have knocking on for 200 of them at Brightbox and 125 paying customers who disagree with your notion that they don't need R

[Bug 145267] Re: Add rubygems bin to PATH

2008-08-30 Thread Neil Wilson
bgems-ruby (Ubuntu) Assignee: Neil Wilson (neil-aldur) => (unassigned) Status: Confirmed => Invalid -- Add rubygems bin to PATH https://bugs.launchpad.net/bugs/145267 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 262063] Re: rubygems bin in PATH potentially breaks other applications and violates all sense of decency in packaging.

2008-08-29 Thread Neil Wilson
I hear a lot of complaints, but I hear no solutions. If a user installs a gem they expect it to work. If it doesn't then they will remove the package and install gems from source. That is what is happening. Users don't care about Ubuntu developers prejudices. They just want their software installe

[Bug 260022] [NEW] IOV_MAX patch not required - causes redefinition warnings

2008-08-21 Thread Neil Wilson
Public bug reported: Binary package hint: nginx The problems previously reported and patched in #247745 (Fix for FTBFS on i386/amd64 and other archs) are no longer an issue. IOV_MAX is again correctly defined when you include as it should be according to the Unix specification. ** Affects: ngin

[Bug 260005] Re: Add fair-balancer module to standard nginx

2008-08-21 Thread Neil Wilson
** Attachment added: "Add fair balancer module to standard nginx" http://launchpadlibrarian.net/16976701/1ubuntu2_add_fair_balancer_module.diff -- Add fair-balancer module to standard nginx https://bugs.launchpad.net/bugs/260005 You received this bug notification because you are a member of U

[Bug 260005] [NEW] Add fair-balancer module to standard nginx

2008-08-21 Thread Neil Wilson
Public bug reported: Binary package hint: nginx I appreciate that we can't compile every nginx module into the standard package. However this module is heavily used in the field and adds a facility that is part of the standard apache package - to skip busy backends in the proxy balancer. The mod

[Bug 256821] Re: Please sync glusterfs 1.3.10-1 (universe) from Debian unstable (main).

2008-08-19 Thread Neil Wilson
Helpfully GlusterFS upstream have released version 1.3.11 fixing a load of other bugs. Debdiff to version 1.3.11-0ubuntu1 attached. ** Attachment added: "glusterfs:1.3.10-1ubuntu1_to_glusterfs:1.3.11-0ubuntu1.diff" http://launchpadlibrarian.net/16940976/glusterfs%3A1.3.10-1ubuntu1_to_gluste

[Bug 145267] Re: Add rubygems bin to PATH

2008-08-17 Thread Neil Wilson
New revision with latest upstream fixes and updated copyright detauls in https://launchpad.net/~ubuntu-ruby/+archive -- Add rubygems bin to PATH https://bugs.launchpad.net/bugs/145267 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 246719] Re: Phusion Passenger [needs packaging]

2008-08-17 Thread Neil Wilson
Updated version in REVU, now with added CDBS and separate documentation package. Please test and comment. -- Phusion Passenger [needs packaging] https://bugs.launchpad.net/bugs/246719 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

Re: [Bug 256821] Re: Please sync glusterfs 1.3.10-1 (universe) from Debian unstable (main).

2008-08-15 Thread Neil Wilson
Bug forwarded to Debian: Bug#495312 2008/8/14 Daniel Holbach <[EMAIL PROTECTED]>: > Neil: do you think you can forward the fix to Debian? -- Neil Wilson -- Please sync glusterfs 1.3.10-1 (universe) from Debian unstable (main). https://bugs.launchpad.net/bugs/256821 You received

Re: [Bug 145267] Re: Add rubygems bin to PATH

2008-08-14 Thread Neil Wilson
e access to 'gem', but not 'ruby'. '/usr/bin/ruby' is controlled by the ruby package. If I've installed rubygems without a suffix I sort of expect to be able to use ruby without a suffix. Similarly if I've install rubygems1.8 I'd sort of expect ruby to

Re: [Bug 145267] Re: Add rubygems bin to PATH

2008-08-14 Thread Neil Wilson
> That doesn't sound right. Yes I suppose you probably see it that way. I can't help you with that and I don't understand why you would want to adopt such a viewpoint. I'll let the rubygems commit logs, bug tracker and mailing list speak for whether I work with upstream

[Bug 256821] Re: Please sync glusterfs 1.3.10-1 (universe) from Debian unstable (main).

2008-08-13 Thread Neil Wilson
I'll forward to debian just as soon as I can get reportbug to talk to my smtp forwarder. -- Please sync glusterfs 1.3.10-1 (universe) from Debian unstable (main). https://bugs.launchpad.net/bugs/256821 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 145267] Re: Add rubygems bin to PATH

2008-08-13 Thread Neil Wilson
New version with latest upstream fixes in https://edge.launchpad.net /~ubuntu-ruby/+archive -- Add rubygems bin to PATH https://bugs.launchpad.net/bugs/145267 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list u

[Bug 256821] Re: Please sync glusterfs 1.3.10-1 (universe) from Debian unstable (main).

2008-08-13 Thread Neil Wilson
ubuntu1 micro patch attached, derived from upstreams VCS. Is that it, or do I need to do something else? ** Attachment added: "Merge to correct FTBFS" http://launchpadlibrarian.net/16748687/ubuntu1.debdiff -- Please sync glusterfs 1.3.10-1 (universe) from Debian unstable (main). https://bugs

Re: [Bug 145267] Re: Add rubygems bin to PATH

2008-08-13 Thread Neil Wilson
does get itself in a mess if you do anything wildly unorthodox - like uninstall or reinstall things :-). For this cycle I'd be happy if gem puts its binaries on the system path and doesn't leave junk lying around or break things when uninstalling stuff. Do you consider this a show stopper

Re: [Bug 256821] Re: Please sync glusterfs 1.3.10-1 (universe) from Debian unstable (main).

2008-08-13 Thread Neil Wilson
2008/8/13 Daniel Holbach <[EMAIL PROTECTED]>: > FTBFS in amd64 intrepid pbuilder. What have they changed now. Thanks Daniel. -- Neil Wilson -- Please sync glusterfs 1.3.10-1 (universe) from Debian unstable (main). https://bugs.launchpad.net/bugs/256821 You received this bug not

[Bug 246719] Re: Phusion Passenger [needs packaging]

2008-08-12 Thread Neil Wilson
Upstream update to 2.0.3. Updated version in REVU. Please comment. -- Phusion Passenger [needs packaging] https://bugs.launchpad.net/bugs/246719 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 246715] Re: glusterfs [needs packaging]

2008-08-11 Thread Neil Wilson
*** This bug is a duplicate of bug 256821 *** https://bugs.launchpad.net/bugs/256821 ** This bug has been marked a duplicate of bug 256821 Please sync glusterfs 1.3.10-1 (universe) from Debian unstable (main). -- glusterfs [needs packaging] https://bugs.launchpad.net/bugs/246715 You recei

[Bug 256821] [NEW] Please sync glusterfs 1.3.10-1 (universe) from Debian unstable (main).

2008-08-11 Thread Neil Wilson
) unstable; urgency=low * first upload to Debian archive, thanks to the hard work of Leonardo Rodrigues de Mello, Matthias Albert, Li Daobing and Neil Wilson, closes: #419924 * extend init script with status function, remove boilerplate do_reload function and fix whitespace typo * remove

Re: [Bug 145267] Re: Add rubygems bin to PATH

2008-08-05 Thread Neil Wilson
7; and 'ruby' with the default 1.8 versions of each. The user gem mechanism is broken by the Debian packaging and that stops Rails 2.1 using it as it expects. -- Neil Wilson -- Add rubygems bin to PATH https://bugs.launchpad.net/bugs/145267 You received this bug notification because yo

Re: [Bug 145267] Re: Add rubygems bin to PATH

2008-08-04 Thread Neil Wilson
the new 'operating_system.rb' override facility simplifies the package immensely by getting all the policy defaults in one place as well as allowing the user home area gems facility to work that is currently crippled by the Debian packaging. The user home area gem system is used by the '

[Bug 145267] Re: Add rubygems bin to PATH

2008-08-04 Thread Neil Wilson
** Changed in: libgems-ruby (Ubuntu) Status: Confirmed => In Progress -- Add rubygems bin to PATH https://bugs.launchpad.net/bugs/145267 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@list

[Bug 246719] Re: Phusion Passenger [needs packaging]

2008-08-04 Thread Neil Wilson
Updated version in Revu -- Phusion Passenger [needs packaging] https://bugs.launchpad.net/bugs/246719 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/mail

[Bug 145267] Re: Add rubygems bin to PATH

2008-08-04 Thread Neil Wilson
New version in https://edge.launchpad.net/~ubuntu-ruby/+archive This version uses alternatives in the background to handle the links in /usr/local/bin using the separate admin dirs suggested earlier (although I use /var/lib/gems/alternatives rather than /usr/local/lib/gems/alternatives to keep thi

[Bug 145267] Re: Add rubygems bin to PATH

2008-08-04 Thread Neil Wilson
** Changed in: libgems-ruby (Ubuntu) Assignee: (unassigned) => Neil Wilson (neil-aldur) -- Add rubygems bin to PATH https://bugs.launchpad.net/bugs/145267 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing l

[Bug 254414] [NEW] QEMU virtual machine will not terminate on shutdown.

2008-08-03 Thread Neil Wilson
Public bug reported: Binary package hint: virt-manager Description:Ubuntu 8.04.1 Release:8.04 virt-manager: Installed: 0.5.3-0ubuntu10 Standard QEMU (not KVM) does not respond to shutdown button or menu item, nor does the instance terminate once the operating system has halted. Yo

[Bug 254382] [NEW] update-alternatives does not remove link when last alternative is removed if set to manual

2008-08-03 Thread Neil Wilson
Public bug reported: Binary package hint: dpkg Ubuntu: 8.10 dpkg: Installed: 1.14.20ubuntu4 /usr/sbin/update-alternatives --remove does not clear up the primary link if you remove the last item in an alternatives set if the alternatives set is set to manual mode. It does however clean up any s

[Bug 254374] [NEW] virtual console uses incorrect keyboard map

2008-08-03 Thread Neil Wilson
Public bug reported: Binary package hint: virt-manager Description:Ubuntu 8.04.1 Release:8.04 virt-manager: Installed: 0.5.3-0ubuntu10 The virtual console for QEMU machines fails to recognise my UK keyboard, reverting to a slightly unusual variant of a US keyboard (# key generat

Re: [Bug 145267] Re: Add rubygems bin to PATH

2008-08-01 Thread Neil Wilson
rary after you have done: gem1.8 install gem1.8 uninstall So after a while your system ends up with a load of garbage wrappers on the disk. -- Neil Wilson -- Add rubygems bin to PATH https://bugs.launchpad.net/bugs/145267 You received this bug notification because you are a member of Ubun

[Bug 145267] Re: Add rubygems bin to PATH

2008-08-01 Thread Neil Wilson
Linking to /usr/local/bin sounds appealling until you do the following rather reasonable sequence of events. Install 1.8 Gem Install 1.9 Gem Uninstall 1.8 Gem. Result is no link in /usr/local/bin and the user installing gem from source again 'cos those packages don't work properly'. The choice t

[Bug 246719] Re: Phusion Passenger [needs packaging]

2008-07-29 Thread Neil Wilson
Updated version in Revu. - Default vhost doc alias seems to work fine for me, as long as you remember to ask for http://localhost/doc/ (note trailing slash). Its the same with or without the module enabled. - Updated to use mpm-worker rather than prefork. -- Phusion Passenger [needs packaging]

[Bug 145267] Re: Add rubygems bin to PATH

2008-07-20 Thread Neil Wilson
OK We now have code for a proposed fix for rubygems. I've implemented an 'update-alternatives' system that creates a link to gem binaries in /usr/local/bin. It arbitrates correctly between ruby1.8 and ruby1.9 gem installations. At the moment the first gem installed wins, ie if you install capistr

Re: [Bug 145267] Re: Add rubygems bin to PATH

2008-07-12 Thread Neil Wilson
upload the current work to github and we can take it from there. -- Neil Wilson -- Add rubygems bin to PATH https://bugs.launchpad.net/bugs/145267 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-b

[Bug 190329] Re: DAC permissions not correctly enforced

2008-07-11 Thread Neil Wilson
The current version of the hardy kernel (2.6.24-19.34) still does not enforce the 'default permissions' mount option for fuse mounted filesystems. I'm using glusterfs which relies upon the 'default permissions' option to do file mode checking, and at the moment any user can write in any directory,

[Bug 246719] Re: Phusion Passenger [needs packaging]

2008-07-08 Thread Neil Wilson
Uploaded to REVU http://revu.ubuntuwire.com/details.py?package=passenger -- Phusion Passenger [needs packaging] https://bugs.launchpad.net/bugs/246719 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-b

[Bug 246719] Re: Phusion Passenger [needs packaging]

2008-07-08 Thread Neil Wilson
** Changed in: ubuntu Assignee: (unassigned) => Neil Wilson (neil-aldur) Status: New => In Progress -- Phusion Passenger [needs packaging] https://bugs.launchpad.net/bugs/246719 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 246715] Re: glusterfs [needs packaging]

2008-07-08 Thread Neil Wilson
Package on REVU. http://revu.ubuntuwire.com/details.py?upid=2755 -- glusterfs [needs packaging] https://bugs.launchpad.net/bugs/246715 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

[Bug 246715] Re: glusterfs [needs packaging]

2008-07-08 Thread Neil Wilson
** Changed in: ubuntu Assignee: (unassigned) => Neil Wilson (neil-aldur) Status: New => In Progress -- glusterfs [needs packaging] https://bugs.launchpad.net/bugs/246715 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 246715] [NEW] glusterfs [needs packaging]

2008-07-08 Thread Neil Wilson
Public bug reported: GlusterFS is a cluster file-system capable of scaling to several peta- bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is based on a stackable user space design without compromising

<    6   7   8   9   10   11   12   13   >