Re: [Bug 254453] Re: Ubuntu 8.10 Alpha-3 Intrepid Ibex - Via C3 CPU not Supported
Hi, On Sat, Aug 23, 2008 at 05:40:50PM -, MG wrote: > According to Forest Bond at 2008-08-21 it also appears that the real > problem may be a bug in the installer which also affects other > processors besides the C3. If so, then the problem may get fixed in a > new release. I will be looking forward to testing for this. The issue I mentioned was with the alternate installer, and only would have been an issue with the Server Edition CD (since that CD tries to install the -server kernel if it can). The originally reported issue is not likely due to a problem with the installer. The -generic kernel should not cause this issue, and (as far as I am aware) the desktop CD should ship with the -generic kernel. In short: this is a problem with the -generic kernel, as far as I am aware. -Forest -- Forest Bond http://www.alittletooquiet.net http://www.pytagsfs.org -- Ubuntu 8.10 Alpha-3 Intrepid Ibex - Via C3 CPU not Supported https://bugs.launchpad.net/bugs/254453 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 299178] Re: xserver-xorg-input-evtouch should depend on ttf-freefont, x-ttcidfont-conf
Hi Bryce, Sorry, it's neither convenient (I don't have access to the system in question right now) nor appropriate (given the nature of the bug) for me to attach the requested information. Thanks, Forest ** Changed in: xf86-input-evtouch (Ubuntu) Status: Incomplete => New -- xserver-xorg-input-evtouch should depend on ttf-freefont, x-ttcidfont-conf https://bugs.launchpad.net/bugs/299178 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 299178] [NEW] xserver-xorg-input-evtouch should depend on ttf-freefont, x-ttcidfont-conf
Public bug reported: The calibration utility is patched to use font freemono, but this package does not depend on ttf-freefont or x-ttcidfont-conf, and the calibration utility fails to run when these packages are not installed. I'm using version 0.8.7-4build1. ** Affects: xf86-input-evtouch (Ubuntu) Importance: Undecided Status: New -- xserver-xorg-input-evtouch should depend on ttf-freefont, x-ttcidfont-conf https://bugs.launchpad.net/bugs/299178 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 300742] [NEW] mkinitramfs handles errors very badly due to use of /usr/share/initramfs-tools/scripts/functions
Public bug reported: Binary package hint: initramfs-tools mkinitramfs uses /usr/share/initramfs-tools/scripts/functions for handling certain tasks. Errors that occur in those functions cause the panic function to be called. This launches an interactive shell that steals /dev/console. If this occurs when the user is running X, the keyboard stops working. This is rather unpleasant. To trigger the bug, try adding a hook with a hyphen in the filename (i.e. /etc/initramfs-tools/hooks/foo-bar-baz). ** Affects: initramfs-tools (Ubuntu) Importance: Undecided Status: New -- mkinitramfs handles errors very badly due to use of /usr/share/initramfs-tools/scripts/functions https://bugs.launchpad.net/bugs/300742 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 72227] Re: should avoid loading modules from working directory
Actually, Python's default search path always includes the current directory (up until 2.6 or so, I think). It was a long time ago that I suggested the above fix. I think that the reasoning was that I was trying to avoid removing the standard library, but the whole thing looks a bit half-baked to me now. -- should avoid loading modules from working directory https://bugs.launchpad.net/bugs/72227 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 72227] Re: should avoid loading modules from working directory
I think sys.path.remove('') would probably be sufficient... -- should avoid loading modules from working directory https://bugs.launchpad.net/bugs/72227 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
Re: [Bug 162671] Re: VT6656 wireless chipset is unsupported
Hi, On Fri, Apr 24, 2009 at 03:44:03PM -, raulmuaddib wrote: > I'm having a problem too, I thought this was going to be driver that > would be integrated into the kernel. My wireless did not work with the > RC. Will it work with the Final Release? A new driver with a proper license was released. I am working with kernel developers to get it into the staging area, however, it will most certainly not be in Ubuntu 9.04. Thanks, Forest -- Forest Bond http://www.alittletooquiet.net http://www.pytagsfs.org -- VT6656 wireless chipset is unsupported https://bugs.launchpad.net/bugs/162671 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 264019] Re: unable to visit some websites and ftpsites with 2.6.27
Indeed, this looks very similar: https://qa.mandriva.com/show_bug.cgi?id=43372 I will try the fix in a few and report back. -- unable to visit some websites and ftpsites with 2.6.27 https://bugs.launchpad.net/bugs/264019 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 264019] Re: unable to visit some websites and ftpsites with 2.6.27
I *think* that `sysctl -w net.ipv4.tcp_timestamps=0` resolves this issue for me. -- unable to visit some websites and ftpsites with 2.6.27 https://bugs.launchpad.net/bugs/264019 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 264019] Re: unable to visit some websites and ftpsites with 2.6.27
bobbyjean58, The standard place for this kind of setting is in /etc/sysctl.conf. Add the following line to that file: net.ipv4.tcp_timestamps=0 This is preferred over /etc/init.d/rc.local (actually, you may want to change /etc/rc.local instead of that file, too). I agree, though. Ubuntu is supposed to be easy to use, and editing /etc/sysctl.conf is outside of the what many users ought to be reasonably considered to do. I understand that this is ultimately a router bug, but why aren't other OS's affected? Do they also fail to set the timestamp header? -- unable to visit some websites and ftpsites with 2.6.27 https://bugs.launchpad.net/bugs/264019 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 274340] Re: Xorg freezes on start. Black screen with waiting cursor. Unichrome video, worked on hardy.
XaaNoImageWriteRect fixes things for me. -- Xorg freezes on start. Black screen with waiting cursor. Unichrome video, worked on hardy. https://bugs.launchpad.net/bugs/274340 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 264019] Re: unable to visit some websites and ftpsites with 2.6.27
Adam, * What makes TCP timestamps desired? What do they get us? * Why don't other OS's (OS X, Windows) experience the same problem? I agree that Linux shouldn't be buggy to work around router issues, however, the fact that other OS's have no issues suggests that there may be some compliant behavior that does not trigger the router issue. It would be advantageous to ship a reasonable work-around. Thanks, Forest -- unable to visit some websites and ftpsites with 2.6.27 https://bugs.launchpad.net/bugs/264019 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 274340] Re: Xorg freezes on start. Black screen with waiting cursor. Unichrome video, worked on hardy.
** Bug watch added: Red Hat Bugzilla #465199 https://bugzilla.redhat.com/show_bug.cgi?id=465199 ** Also affects: fedora via https://bugzilla.redhat.com/show_bug.cgi?id=465199 Importance: Unknown Status: Unknown -- Xorg freezes on start. Black screen with waiting cursor. Unichrome video, worked on hardy. https://bugs.launchpad.net/bugs/274340 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 274340] Re: Xorg freezes on start. Black screen with waiting cursor. Unichrome video, worked on hardy.
I added the upstream and Fedora bug reports. Try: Option "AccelMethod" "EXA" This was suggested in the upstream bug report. ** Bug watch added: OpenChrome Trac #258 http://www.openchrome.org/trac/ticket/258 ** Also affects: openchrome via http://www.openchrome.org/trac/ticket/258 Importance: Unknown Status: Unknown -- Xorg freezes on start. Black screen with waiting cursor. Unichrome video, worked on hardy. https://bugs.launchpad.net/bugs/274340 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 264019] Re: unable to visit some websites and ftpsites with 2.6.27
I'm experiencing the same issue on my HP Mini Note 2133, both on the wireless interface (b43) and the wired interface (tg3). I did some tracing with wireshark and found that a response packet was being dropped and not resent. It was followed by a duplicate ACK. I don't know TCP well enough to provide any further insight, but I do have the wireshark capture file. Please ask for it if it would be useful. -- unable to visit some websites and ftpsites with 2.6.27 https://bugs.launchpad.net/bugs/264019 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 264019] Re: unable to visit some websites and ftpsites with 2.6.27
One more thing: I don't think it is the site that causes the problem. It's just that larger HTTP downloads are more likely to fail due to increased likelihood of dropped packets. -- unable to visit some websites and ftpsites with 2.6.27 https://bugs.launchpad.net/bugs/264019 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 264019] Re: unable to visit some websites and ftpsites with 2.6.27
BTW, firestarter doesn't seem to help here. I suspect that if it appears to work for anyone, it's probably coincidental. Please feel free to correct me if I'm wrong. What's confusing about this bug is that it certainly appears to be in the TCP stack somewhere, but it obviously isn't affecting a lot of people or there would be more reports. It's not limited to a particular driver, though, because I see it with both my wired and wireless connections. This is a real show-stopper for me, though. TCP becomes totally unreliable. -- unable to visit some websites and ftpsites with 2.6.27 https://bugs.launchpad.net/bugs/264019 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 264019] Re: unable to visit some websites and ftpsites with 2.6.27
Text export of wireshark trace is attached. BTW, I'm wondering if this is related to https://bugs.launchpad.net/ubuntu/+source/linux/+bug/230456. I don't really know anything about this, though, so I could be way off... ** Attachment added: "wireshark trace" http://launchpadlibrarian.net/18474030/wireshark.txt -- unable to visit some websites and ftpsites with 2.6.27 https://bugs.launchpad.net/bugs/264019 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 264019] Re: unable to visit some websites and ftpsites with 2.6.27
Yeah, can't be #230456 because that patch is already applied. I have another wireshark trace attached. The basic problem is "TCP Previous segment lost" followed by a series of "TCP Dup Ack". ** Attachment added: "wireshark trace" http://launchpadlibrarian.net/18474227/wireshark2.txt -- unable to visit some websites and ftpsites with 2.6.27 https://bugs.launchpad.net/bugs/264019 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 264019] Re: unable to visit some websites and ftpsites with 2.6.27
One more wireshark capture. This one shows multiple duplicate ACKs. ** Attachment added: "wireshark trace" http://launchpadlibrarian.net/18474436/wireshark3.txt -- unable to visit some websites and ftpsites with 2.6.27 https://bugs.launchpad.net/bugs/264019 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 264019] Re: unable to visit some websites and ftpsites with 2.6.27
I'm also on Verizon (well, Earthlink via Fairpoint, previously Verizon) DSL. -- unable to visit some websites and ftpsites with 2.6.27 https://bugs.launchpad.net/bugs/264019 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 264019] Re: unable to visit some websites and ftpsites with 2.6.27
Attached PCAP files as requested by slangasek. ** Attachment added: "PCAP file" http://launchpadlibrarian.net/18548193/wireshark.pcap -- unable to visit some websites and ftpsites with 2.6.27 https://bugs.launchpad.net/bugs/264019 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 264019] Re: unable to visit some websites and ftpsites with 2.6.27
Attached PCAP files as requested by slangasek. ** Attachment added: "PCAP file" http://launchpadlibrarian.net/18548200/wireshark2.pcap -- unable to visit some websites and ftpsites with 2.6.27 https://bugs.launchpad.net/bugs/264019 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 264019] Re: unable to visit some websites and ftpsites with 2.6.27
Attached PCAP files as requested by slangasek. ** Attachment added: "PCAP file" http://launchpadlibrarian.net/18548206/wireshark3.pcap -- unable to visit some websites and ftpsites with 2.6.27 https://bugs.launchpad.net/bugs/264019 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 264019] Re: unable to visit some websites and ftpsites with 2.6.27
The complicating factor is that the problem does not exist at all on 2.6.24 (running intrepid userland), but is very easy to reproduce with 2.6.27. I agree that our network environments are related, but the kernel version seems to be a factor, as well. I have a Westell WireSpeed Data Gateway. I can get the exact model if it's important. -- unable to visit some websites and ftpsites with 2.6.27 https://bugs.launchpad.net/bugs/264019 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 264019] Re: unable to visit some websites and ftpsites with 2.6.27
This is the right decision. Thanks! -- unable to visit some websites and ftpsites with 2.6.27 https://bugs.launchpad.net/bugs/264019 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 205990] Re: [hardy] splash screen disappears after a few seconds
My /etc/initramfs-tools/conf.d/resume contained "RESUME=/dev/sdb5", but my swap partition was /dev/sda5. I changed the file to /dev/disk/by- uuid/{correct UUID} and things are now working correctly. -- [hardy] splash screen disappears after a few seconds https://bugs.launchpad.net/bugs/205990 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 205990] Re: [hardy] splash screen disappears after a few seconds
Let me add that I am on Intrepid, to which I upgraded from Hardy. I upgraded prior to final release, though. It might be nice if update-initramfs made some effort to correct the contents of /etc/initramfs-tools/conf.d/resume. I know that update- initramfs is probably not the ultimate cause if the incorrect value, but that would at least fix it after the fact. Would this be a policy violation? -- [hardy] splash screen disappears after a few seconds https://bugs.launchpad.net/bugs/205990 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 290715] [NEW] resolver broken in initramfs environment
Public bug reported: Binary package hint: busybox The busybox resolver is broken in the initramfs environment unless you include the following in an initramfs hook somewhere: copy_exec /lib/libnss_files.so.2 /lib copy_exec /lib/libnss_dns.so.2 /lib copy_exec /lib/libresolv.so.2 /lib This may be a useful reference: http://www.uclibc.org/lists/busybox/2001-November/005103.html One significant consequence of this deficiency is that wget can't do name lookups. ** Affects: busybox (Ubuntu) Importance: Undecided Status: New -- resolver broken in initramfs environment https://bugs.launchpad.net/bugs/290715 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 198782] Re: karm: copy history to clipboard misses items
Hi, I have Ubuntu 8.04 and 8.10 on two different machines. I'll test for the bug in both versions when I have time. Thanks, Forest -- karm: copy history to clipboard misses items https://bugs.launchpad.net/bugs/198782 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
Re: [Bug 274340] Re: Xorg freezes on start. Black screen with waiting cursor. Unichrome video, worked on hardy.
Hi Kai, On Fri, Oct 31, 2008 at 08:18:13AM -, Kai Springer wrote: > I now did a new install of 8.04 as I couldn't use my webcam properly > anymore (blurry picture in skype, cheese crashing...) and gnome was > really slow with the openchrome driver in 8.10. Does anybody know > whether there is any progress regarding this problem? What about re- > releasing the via driver again? Is it worth it downloading the 8.10 > live-cd now or does it still hang on boot? Have you tried this in your xorg.conf? Option "XaaNoImageWriteRect" "True" Thanks, Forest -- Forest Bond http://www.alittletooquiet.net http://www.pytagsfs.org -- Xorg freezes on start. Black screen with waiting cursor. Unichrome video, worked on hardy. https://bugs.launchpad.net/bugs/274340 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 222804] Re: fail2ban fails to start after reboot
David, Matt: It looks like this fix has been released in Debian unstable. It doesn't look like this is going to make it into hardy, unless someone manages to get it through the SRU process: https://wiki.ubuntu.com/StableReleaseUpdates In the meantime, I've simply downloaded the Debian package and installed it: http://packages.debian.org/sid/fail2ban -Forest -- fail2ban fails to start after reboot https://bugs.launchpad.net/bugs/222804 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
Re: [Bug 174539] Re: bzr-builddeb requires debian/dirs exist
Hi, On Mon, Jun 02, 2008 at 02:14:47PM -, James Westby wrote: > I saw this the other day, it's in no way specific to debian/dirs. That's correct. > The problem is when a versioned file goes missing from the working > tree. I'm not sure exactly what is at fault here, but the problem > is the the working tree still reports it as present, but then refuses > to provide the contents of the file. It's possibly a bug in bzrlib, > but I want to do some more investigation first. > > I think the way that I worked around this problem was > > bzr commit -m 'dummy' && bzr uncommit `bzr rm foo' fixes the situation. This has to do with bzr's noticing that the file was removed, and considering that a removal from the working tree, rather than a missing file. Thanks, Forest -- Forest Bond http://www.alittletooquiet.net http://www.pytagsfs.org -- export doesn't handle files going missing from working tree https://bugs.launchpad.net/bugs/174539 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 241700] Re: requires user interaction on installation
This is a result of the following line in the postinst script: lpadmin -h localhost -p $queue -E -v cups-pdf:/ -m lsb/usr/cups- pdf/PostscriptColor.ppd -o printer-is-shared=no -o PageSize=$size 2>/dev/null || : >From the lpadmin manpage: COMPATIBILITY Unlike the System V printing system, CUPS allows printer names to contain any printable character except SPACE, TAB, "/", or "#". Also, printer and class names are not case-sensitive. Finally, the CUPS version of lpadmin may ask the user for an access password depending on the printing system configuration. This differs from the System V version which requires the root user to execute this command. What a bummer. If lpadmin requires interaction under certain circumstances, we either need to avoid those circumstances in maintainer scripts, or not use it in maintainer scripts. -- requires user interaction on installation https://bugs.launchpad.net/bugs/241700 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 222653] Re: Compose key forgotten between sessions.
As noted in #190934, I have seen similar symptoms. -- Compose key forgotten between sessions. https://bugs.launchpad.net/bugs/222653 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 190934] Re: [hardy] keyboard modifiers randomly forgotten
*** This bug is a duplicate of bug 195982 *** https://bugs.launchpad.net/bugs/195982 Well, it looks like there are two bugs here. The original was not related to VMWare, but it looks like VMWare people have kind of taken this one over. FWIW I see issues with the compose key setting similar to what was originally described here, but also similar to what is in bug #222653. I have to re-set my compose key regularly because it stops acting like a compose key. -- [hardy] keyboard modifiers randomly forgotten https://bugs.launchpad.net/bugs/190934 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 228810] Re: no dialects are packaged for libhtml-wikiconverter-perl
** Bug watch added: Debian Bug tracker #473304 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473304 ** Also affects: libhtml-wikiconverter-perl (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473304 Importance: Unknown Status: Unknown -- no dialects are packaged for libhtml-wikiconverter-perl https://bugs.launchpad.net/bugs/228810 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
Re: [Bug 137993] Re: mozilla-mplayer unnecessarily depends on gecko browsers
Hi Saša, On Thu, May 15, 2008 at 09:14:58PM -, Saša Bodiroža wrote: > I'm thinking on any browser that can make use of mozilla-mplayer. But, > as I said before, that situation is very rare. There are not that many > browsers out there, which would be added, so the previous example is > not that important. You keep saying this, but it's already happened *twice*. Once with xulrunner, and again now. Why can't we just make it "Recommends" so we don't have to revisit it again? Thanks, Forest -- Forest Bond http://www.alittletooquiet.net http://www.pytagsfs.org -- mozilla-mplayer unnecessarily depends on gecko browsers https://bugs.launchpad.net/bugs/137993 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 152193] Re: jack: curses.error: cbreak() returned ERR
This bug still exists in Hardy. -- jack: curses.error: cbreak() returned ERR https://bugs.launchpad.net/bugs/152193 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 174539] Re: bzr-builddeb requires debian/dirs exist
** Also affects: bzr-builddeb Importance: Undecided Status: New ** Also affects: bzr Importance: Undecided Status: New -- bzr-builddeb requires debian/dirs exist https://bugs.launchpad.net/bugs/174539 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 174539] Re: bzr-builddeb requires debian/dirs exist
Now I'm on bzr 1.3.1, with the following plugins: builddeb 0.92.0dev0 bzrtools 1.3.0 launchpad rebase 0.3.0 svn 0.4.9 This is the same issue (it's back). I added debian/dirs, never committed, rm'd it, and now bzr bd -w is looking for it: $ bzr bd -w Running in native mode Building using working tree Preparing the build area: ../build-area Exporting to ../build-area/ls-admin-utils-0.0.0dev01 bzr: ERROR: [Errno 2] No such file or directory: '/home/forest.bond/work/software/ls-admin-utils/ls-admin-utils/debian/dirs' Of course, bzr rm complains that it doesn't exist, but executing that fixes the problem: $ bzr rm debian/dirs debian/dirs does not exist. $ bzr bd -w Running in native mode Building using working tree Preparing the build area: ../build-area Exporting to ../build-area/ls-admin-utils-0.0.0dev01 Building the package in ../build-area/ls-admin-utils-0.0.0dev01, using dpkg-buildpackage -uc -us -rfakeroot ... -- bzr-builddeb requires debian/dirs exist https://bugs.launchpad.net/bugs/174539 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 174539] Re: bzr-builddeb requires debian/dirs exist
Re-opening, or so... ** Changed in: bzr-builddeb (Ubuntu) Status: Invalid => New -- bzr-builddeb requires debian/dirs exist https://bugs.launchpad.net/bugs/174539 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 254453] Re: Ubuntu 8.10 Alpha-3 Intrepid Ibex - Via C3 CPU not Supported
My understanding of this issue is that it is really a GCC bug, since GCC uses CMOV when compiling for 686, even though it is an optional instruction. The traditional work-around is to compile for 586. I believe kernel option CONFIG_M586=y should fix this. Note that current Ubuntu Server kernels already don't boot on C3 and other CPUs since they have CONFIG_M686=y. ** Also affects: gcc-defaults (Ubuntu) Importance: Undecided Status: New -- Ubuntu 8.10 Alpha-3 Intrepid Ibex - Via C3 CPU not Supported https://bugs.launchpad.net/bugs/254453 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 254453] Re: Ubuntu 8.10 Alpha-3 Intrepid Ibex - Via C3 CPU not Supported
Mike Rooney: > Is this the same issue as bug #59338? Yep, same problem. -- Ubuntu 8.10 Alpha-3 Intrepid Ibex - Via C3 CPU not Supported https://bugs.launchpad.net/bugs/254453 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
Re: [Bug 254453] Re: Ubuntu 8.10 Alpha-3 Intrepid Ibex - Via C3 CPU not Supported
Hi, On Wed, Aug 20, 2008 at 10:15:53PM -, MG wrote: > That is rather interesting, as I just installed > ubuntu-8.04-server-i386.iso on the PD6000E board with VIA C3 Eden. It > installed, rebooted, and I logged in. I then installed openssh-server, > and did an apt-get update. If something isn't working in that version, > it wasn't obvious to me. Hm. Dunno what to say; I've heard the opposite. Of course, you can install Ubuntu Server edition and then use a -386 or -generic kernel, and that would work just fine. Perhaps there is an installation option to do that? Note that I've not actually installed Server Edition myself, so this is mostly hearsay for me. -Forest -- Ubuntu 8.10 Alpha-3 Intrepid Ibex - Via C3 CPU not Supported https://bugs.launchpad.net/bugs/254453 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
Re: [Bug 254453] Re: Ubuntu 8.10 Alpha-3 Intrepid Ibex - Via C3 CPU not Supported
Hi, On Thu, Aug 21, 2008 at 04:22:39AM -, MG wrote: > I installed both the desktop and server editions of 8.04 just by > accepting the defaults (except for doing manual disk partitioning). In > other words, I didn't have to do anything special to get it to work. I > don't recall seeing any questions about what kernel version to use. I think what's going on is this: It's far from unheard of for VIA to use a slightly different processor on the same model mainboard without marking the mainboard any differently. To make things more complicated, a C3 processor can have any of a variety of different cores, including the Samual 2 (C5B), Ezra (C5C), Ezra-T (C5N), and Nehemiah (both the C5XL and the C5P are marketed as Nehemiah cores). The Nehemiah cores implement CMOV, while the Samuel 2, Ezra, and Ezra-T cores do not. I'm betting you actually have a Nehemiah core. What does /proc/cpuinfo contain for you? Perhaps there was a software change, too, but I was just dealing with someone yesterday that was unable to boot his Ubuntu Server Edition system on a C3. Thanks, Forest -- Ubuntu 8.10 Alpha-3 Intrepid Ibex - Via C3 CPU not Supported https://bugs.launchpad.net/bugs/254453 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 254453] Re: Ubuntu 8.10 Alpha-3 Intrepid Ibex - Via C3 CPU not Supported
MG: Are you sure your ISO is a Server Edition ISO? Thanks, Forest -- Ubuntu 8.10 Alpha-3 Intrepid Ibex - Via C3 CPU not Supported https://bugs.launchpad.net/bugs/254453 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
Re: [Bug 254453] Re: Ubuntu 8.10 Alpha-3 Intrepid Ibex - Via C3 CPU not Supported
Hi, On Thu, Aug 21, 2008 at 07:49:36PM -, MG wrote: > I downloaded ubuntu-8.04.1-server-i386.iso (the latest release) today > and installed it on the Via PD6000E with C3. It installed and restarted > without any noticeable problems. /proc/version reports the following > version: > > Linux version 2.6.24-19-generic ([EMAIL PROTECTED]) (gcc version 4.2.3 > (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Wed Jun 18 14:43:41 UTC 2008 > > The 8.04 server version will boot on a VIA C3 Samuel 2. Therefore if > there is a problem, it appears to originate in Intrepid Ibex. Well, for what it's worth, I have one case where a user installed Ubuntu 8.04 server edition on an EPIA EK board and the machine failed to boot for the first time after installation. I'm unable to provide much more information, unfortunately. -Forest -- Forest Bond http://www.alittletooquiet.net http://www.pytagsfs.org -- Ubuntu 8.10 Alpha-3 Intrepid Ibex - Via C3 CPU not Supported https://bugs.launchpad.net/bugs/254453 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
Re: [Bug 254453] Re: Ubuntu 8.10 Alpha-3 Intrepid Ibex - Via C3 CPU not Supported
Okay, here's the story: In package base-installer, there is a script "kernel/i386.sh" that detects which kernel should be used based on a variety of factors, including CPU attributes. This detection is imperfect, and (while it worked in your case, MG), it does not override the -server kernel choice on some boards that do not support PAE (like the Luke CoreFusion CPU on the EK, apparently). That is how the same software version results in a non-booting system on an EK, but works fine on some other boards with CPUs that do not support PAE and/or CMOV. I've been told that PAE detection will likely be implemented for Intrepid. That should resolve most of the remaining CPU compatibility issues. -Forest -- Ubuntu 8.10 Alpha-3 Intrepid Ibex - Via C3 CPU not Supported https://bugs.launchpad.net/bugs/254453 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 299178] Re: xserver-xorg-input-evtouch should depend on ttf-freefont, x-ttcidfont-conf
Requested information is irrelevant. ** Changed in: xf86-input-evtouch (Ubuntu) Status: Incomplete => Confirmed -- xserver-xorg-input-evtouch should depend on ttf-freefont, x-ttcidfont-conf https://bugs.launchpad.net/bugs/299178 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 88746] Re: ehci_hcd module causes I/O errors in USB 2.0 devices
David, I can't determine from your rather lengthy comment what makes you think that hal is related to the bug. Care to explain? Thanks, Forest -- ehci_hcd module causes I/O errors in USB 2.0 devices https://bugs.launchpad.net/bugs/88746 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 88746] Re: ehci_hcd module causes I/O errors in USB 2.0 devices
Hi David, If the device is rapidly connecting and disconnecting in a way that isn't contained by the USB subsystem, isn't that going to cause problems for the block device driver and, consequently, the filesystem driver? If you have problems in kernel space, who cares if hal is confused? Aren't things going to head south anyway? Anyway, I've seen this issue many times running in nothing more than an initramfs environment, without hal. I don't believe it's accurate to say that "Kernel developers apparently don't believe it has anything to do with the kernel". The kernel bug report that is linked to appears like it may have actually been caused by defective hardware in that particular case. We're probably not seeing a good response from kernel developers because we are trying to piggy-back real bugs on top of a report caused by a hardware defect. We're just not communicating with kernel developers well. Regards, Forest -- ehci_hcd module causes I/O errors in USB 2.0 devices https://bugs.launchpad.net/bugs/88746 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
Re: [Bug 88746] Re: ehci_hcd module causes I/O errors in USB 2.0 devices
Hi Daniel, On Sun, Dec 21, 2008 at 11:15:40PM -, Daniel T Chen wrote: > For those of you with USB 2.0 controllers still experiencing this bug, > try building ehci_hcd into your initramfs, i.e., echo ehci_hcd|sudo tee > -a /etc/initramfs-tools/modules && sudo update-initramfs -u . > > (To note, for 9.04, the usb controller drivers may be built with =Y > instead of =M, which works around an embarrassingly high number of > symptoms.) It sounds like this defect is understood. Can you provide a link to some kind of reading material characterizing the bug? I've been seeing this on a lot of hardware for quite a while, and I'd really like to understand it myself. Thanks, Forest -- Forest Bond http://www.alittletooquiet.net http://www.pytagsfs.org -- ehci_hcd module causes I/O errors in USB 2.0 devices https://bugs.launchpad.net/bugs/88746 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 43987] Re: ssl-cert (1.0.11.0ubuntu1) postinst is broken
James, It was stated above that the cause appears to be HOME missing from the environment. I believe this is the case, although I haven't tested thoroughly. Thanks, Forest -- ssl-cert (1.0.11.0ubuntu1) postinst is broken https://bugs.launchpad.net/bugs/43987 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 162671] Re: VT6656 wireless chipset is unsupported
Thanks for noticing this Ra'id. Both the VT6656 and the VT6655 drivers have now been released with GPL licenses. I'm working with kernel developers to get these drivers integrated. Thanks, Forest -- VT6656 wireless chipset is unsupported https://bugs.launchpad.net/bugs/162671 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 283489] Re: MP-BIOS bug: 8254 timer not connected to IO-APIC
FWIW, this seems to be relevant and suggests a fix: http://linux.derkeiler.com/Mailing-Lists/Kernel/2009-04/msg10563.html Personally, I'd love to see this fixed in Jaunty. -Forest -- MP-BIOS bug: 8254 timer not connected to IO-APIC https://bugs.launchpad.net/bugs/283489 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 162671] Re: VT6656 wireless chipset is unsupported
Jim, Take note, this driver has been merged into drivers/staging on linux- next. If you are going to do any work on it, please do so there. Greg KH has been handling my patches there. Thanks, Forest -- VT6656 wireless chipset is unsupported https://bugs.launchpad.net/bugs/162671 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 162671] Re: VT6656 wireless chipset is unsupported
Jim, BTW, the versions in staging do compile, no need to forward port. Thanks, Forest -- VT6656 wireless chipset is unsupported https://bugs.launchpad.net/bugs/162671 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
Re: [Bug 162671] Re: VT6656 wireless chipset is unsupported
Hi Jim, On Tue, Jul 14, 2009 at 06:27:18PM -, Jim Lieb wrote: > I got it to compile in staging in our ubuntu-karmic git. It would not compile > for 64 bit .31rc2 because the code fell into the sizeof(int) == sizeof(void *) > trap. I fixed these by using the support fctns and macros. I have attached > the diff of what I have done so far. This builds on amd64 now which is > crucial for moving from staging to mainline. Great, thanks for doing this. > In looking at the driver style, it would appear that there is an attempt > to have a common code base for a number of O/S platforms. Is this true? > Is there a VIA business reason for this? I don't know. I don't think there's any value to the community in maintaining this. VIA apparently does not have resources to assist with development or maintenance of VT6655 or VT6656 in-tree drivers. I don't think they have any interest in what we do here. > I ran checkpatch.pl against this driver and it generated ~ 20-30k > errors/warnings. I've coded C for a very long time and have seen lots of > "styles" come and go so I am reluctant to dictate to someone else where the > curly brackets *must* go but I suggest that it would be easier on inclusion if > the author or maintainer gets this more in line with the Linux coding > standard. Agreed that coding style issues should be addressed. Your other comments regarding typedefs, etc., sound reasonable to me. I do hope that they can be addressed. > I also fixed a potential suspend bug where the error return was not > being propagated back. I have a FIXME comment in the resume to flag a > similar problem. Noted, thanks. > As for carrying this in Karmic, we prefer that the driver at least be > "on its way" out of staging before we consider it for inclusion. This > keeps the not-inconsiderable maintenance cost of an non-mainstream patch > and its churn to a minimum. Drivers/modules that come into the kernel > this way also don't get lost as we rebase the kernel at each release > cycle. I think the best way forward is for the developer to take this > input, generate patches to staging to get it moving forward into a > mainline merge. We can help with that effort by providing input/review. > I do not have this device so I can't really test it myself. We will > obviously help shepherd the patch into Ubuntu at the appropriate time. > Keep me posted on progress through this bug. I can continue helping > with integration at this end. I would also encourage the developer to > get a Launchpad account and be part of the conversation. The original author(s) are not likely to participate on this end of things. My intent has been to get these drivers into staging with hopes that: * They may see some distributions pick them up, despite the problems with them, since this is the only avenue by which users with this hardware will see support (apart from compiling the drivers themselves). * There will be some interest from kernel developers in helping to clean them up. I've heard from a few interested parties. If you/Canonical are interested in helping with any of this, I think the best thing to do is coordinate and get patches directly upstream, for now. As I understand things, these chips are not incredibly popular currently, but that may change over the coming year or two (I suspect the VT6656 might get put into a netbook or two). If Ubuntu can distribute the drivers from staging, that seems like it would be handy, but I understand the reasons for not doing that. Unfortunately, my time is beginning to grow quite short. I'll point out your notes here to a few other developers that have shown some interest. I'm happy to be a coordinator, but probably won't be able to do a lot more with the code itself for a little while. Thanks, Forest -- Forest Bond http://www.alittletooquiet.net http://www.pytagsfs.org -- VT6656 wireless chipset is unsupported https://bugs.launchpad.net/bugs/162671 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 72227] Re: should avoid loading modules from working directory
Some of the earlier comments rather confuse the point. As the bug title says, bzr "should avoid loading modules from working directory," whether that is the result of '' being in sys.path or otherwise. -- should avoid loading modules from working directory https://bugs.launchpad.net/bugs/72227 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 72227] Re: should avoid loading modules from working directory
[~] 06:45 for...@w038$ touch logging.py [~] 06:46 for...@w038$ bzr stat Traceback (most recent call last): File "/usr/bin/bzr", line 125, in import bzrlib.trace File "/usr/lib/python2.6/dist-packages/bzrlib/trace.py", line 106, in _bzr_logger = logging.getLogger('bzr') AttributeError: 'module' object has no attribute 'getLogger' -- should avoid loading modules from working directory https://bugs.launchpad.net/bugs/72227 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 72227] Re: should avoid loading modules from working directory
Harald, I'm afraid what you're saying isn't adding up. I can see from your test script that the CWD is in your sys.path. That clearly indicates that modules in your CWD should get imported. Why don't you tell me what you're doing to reproduce, and I'll see if I can help you figure out what the problem is. Thanks, Forest -- should avoid loading modules from working directory https://bugs.launchpad.net/bugs/72227 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
Re: [Bug 72227] Re: should avoid loading modules from working directory
Howdie, On Thu, Jul 16, 2009 at 01:30:42PM -, Harald Meland wrote: > On Thu, Jul 16, 2009 at 2:36 PM, Forest Bond > wrote: > > Harald, > > > > I'm afraid what you're saying isn't adding up. I can see from your test > > script that the CWD is in your sys.path. That clearly indicates that > > modules in your CWD should get imported. > > The _script directory_ is in my sys.path. When I run my test script > as "./test.py", the script directory and the CWD coincide. However, > as my bzr typically isn't run as "./bzr" when I'm in danger of > triggering this bug, the CWD will not be in my sys.path. ... then ./test.py isn't very helpful in diagnosing the problem. [~] 09:54 for...@w038$ mkdir /tmp/foo [~] 09:54 for...@w038$ echo 'import sys; print sys.path' >/tmp/foo/test.py [~] 09:54 for...@w038$ mkdir /tmp/bar [~] 09:54 for...@w038$ cd /tmp/bar [/tmp/bar] 09:54 for...@w038$ python /tmp/foo/test.py ['/tmp/foo', '/home/forest/usr/lib/python2.5/site-packages/setuptools-0.6c9-py2.5.egg', '/home/forest/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg', '/home/forest/lib/python', '/home/forest/usr/lib/python2.6/site-packages', '/home/forest/usr/lib/python2.5/site-packages', '/home/forest/usr/lib/python2.4/site-packages', '/home/forest/usr/lib/python2.3/site-packages', '/tmp/bar', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages/PIL', '/usr/lib/python2.6/dist-packages/gst-0.10', '/var/lib/python-support/python2.6', '/usr/lib/python2.6/dist-packages/gtk-2.0', '/var/lib/python-support/python2.6/gtk-2.0', '/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode', '/usr/local/lib/python2.6/dist-packages', '/home/forest/usr/lib/python2.4/site-packages', '/home/forest/usr/lib/python2.3/site-packages'] [/tmp/bar] 09:54 for...@w038$ python -S /tmp/foo/test.py ['/tmp/foo', '/home/forest/lib/python', '/home/forest/usr/lib/python2.6/site-packages', '/home/forest/usr/lib/python2.5/site-packages', '/home/forest/usr/lib/python2.4/site-packages', '/home/forest/usr/lib/python2.3/site-packages', '', '/usr/lib/python2.6/', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload'] > My thinking is that if the fix for this issue is as simple as removing > any empty-string elements from sys.path (on Python installations that > somehow isn't conforming to the sys.path documentation I linked to), > then that should be easy to fix. > > If, on the other hand, your python somehow includes one or more > absolute path to directories that we don't really want to import > modules from, the fix might have to be more involved (one possible > remedy in this case might be to run Python with the -S command-line > option). -S isn't great. What if I have bzr plugins installed paths set up by the site module (likely)? Thanks, Forest -- Forest Bond http://www.alittletooquiet.net http://www.pytagsfs.org -- should avoid loading modules from working directory https://bugs.launchpad.net/bugs/72227 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
Re: [Bug 72227] Re: should avoid loading modules from working directory
Hi, status invalid On Thu, Jul 16, 2009 at 02:24:24PM -, John A Meinel wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > ... > > > 09:54 for...@w038$ python /tmp/foo/test.py > > ['/tmp/foo', > > '/home/forest/usr/lib/python2.5/site-packages/setuptools-0.6c9-py2.5.egg', > > '/home/forest/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg', > > '/home/forest/lib/python', '/home/forest/usr/lib/python2.6/site-packages', > > '/home/forest/usr/lib/python2.5/site-packages', > > '/home/forest/usr/lib/python2.4/site-packages', > > '/home/forest/usr/lib/python2.3/site-packages', > > '/tmp/bar', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', > > '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', > > '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages', > > '/usr/lib/python2.6/dist-packages/PIL', > > '/usr/lib/python2.6/dist-packages/gst-0.10', > > '/var/lib/python-support/python2.6', > > '/usr/lib/python2.6/dist-packages/gtk-2.0', > > '/var/lib/python-support/python2.6/gtk-2.0', > > '/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode', > > '/usr/local/lib/python2.6/dist-packages', > > '/home/forest/usr/lib/python2.4/site-packages', > > '/home/forest/usr/lib/python2.3/site-packages'] > > > [/tmp/bar] > > ^- So indeed, /tmp/bar is in your path. Correct. > What I've seen in the past, is that if you insert debug statements into > *site.py* it gets a '' in sys.path, and then it calls a function to turn > all paths in 'sys.path' into absolute paths (and thus '' => $PWD). Indeed, this is what is happening. Here's why: My .bashrc does export PYTHONPATH="foo:$PYTHONPATH". Given that PYTHONPATH is empty before it executes, I end up with PYTHONPATH "foo:". The trailing : results in '' being in sys.path. Python then translates this to $PWD. So this is my fault, more-or-less. My apologies. I'll go make my .bashrc more complicated. -Forest -- Forest Bond http://www.alittletooquiet.net http://www.pytagsfs.org -- should avoid loading modules from working directory https://bugs.launchpad.net/bugs/72227 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
Re: [Bug 72227] Re: should avoid loading modules from working directory
Hi, affects bzr status invalid affects ubuntu/bzr status invalid On Thu, Jul 16, 2009 at 02:24:24PM -, John A Meinel wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > ... > > > 09:54 for...@w038$ python /tmp/foo/test.py > > ['/tmp/foo', > > '/home/forest/usr/lib/python2.5/site-packages/setuptools-0.6c9-py2.5.egg', > > '/home/forest/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg', > > '/home/forest/lib/python', '/home/forest/usr/lib/python2.6/site-packages', > > '/home/forest/usr/lib/python2.5/site-packages', > > '/home/forest/usr/lib/python2.4/site-packages', > > '/home/forest/usr/lib/python2.3/site-packages', > > '/tmp/bar', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', > > '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', > > '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages', > > '/usr/lib/python2.6/dist-packages/PIL', > > '/usr/lib/python2.6/dist-packages/gst-0.10', > > '/var/lib/python-support/python2.6', > > '/usr/lib/python2.6/dist-packages/gtk-2.0', > > '/var/lib/python-support/python2.6/gtk-2.0', > > '/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode', > > '/usr/local/lib/python2.6/dist-packages', > > '/home/forest/usr/lib/python2.4/site-packages', > > '/home/forest/usr/lib/python2.3/site-packages'] > > > [/tmp/bar] > > ^- So indeed, /tmp/bar is in your path. Correct. > What I've seen in the past, is that if you insert debug statements into > *site.py* it gets a '' in sys.path, and then it calls a function to turn > all paths in 'sys.path' into absolute paths (and thus '' => $PWD). Indeed, this is what is happening. Here's why: My .bashrc does export PYTHONPATH="foo:$PYTHONPATH". Given that PYTHONPATH is empty before it executes, I end up with PYTHONPATH "foo:". The trailing : results in '' being in sys.path. Python then translates this to $PWD. So this is my fault, more-or-less. My apologies. I'll go make my .bashrc more complicated. -Forest -- Forest Bond http://www.alittletooquiet.net http://www.pytagsfs.org ** Changed in: bzr Status: Confirmed => Invalid ** Changed in: bzr (Ubuntu) Status: Confirmed => Invalid -- should avoid loading modules from working directory https://bugs.launchpad.net/bugs/72227 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
Re: [Bug 162671] Re: VT6656 wireless chipset is unsupported
@hal2k1 > The hardware that I have is a netbook. It uses an Intel Atom CPU, and > although the VT6656 chip is a USB device, it is not removable from the > interior of the netbook. I'd imagine that this is not an unusual usage > of this chip. Can you tell me which model the netbook is? Thanks, Forest -- Forest Bond http://www.alittletooquiet.net http://www.pytagsfs.org -- VT6656 wireless chipset is unsupported https://bugs.launchpad.net/bugs/162671 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
Re: [Bug 88746] Re: ehci_hcd module causes I/O errors in USB 2.0 devices
Hi Jirka, On Fri, Jul 31, 2009 at 09:49:38AM -, Jirka Vilim wrote: > ** Changed in: linux (Ubuntu Jaunty) >Status: In Progress => Fix Committed Fix committed? Can you provide any information about the fix? Thanks, Forest -- Forest Bond http://www.alittletooquiet.net http://www.pytagsfs.org -- ehci_hcd module causes I/O errors in USB 2.0 devices https://bugs.launchpad.net/bugs/88746 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 57515] default system-wide configuration should use "default", not "black"
Public bug reported: The default system-wide configuration file (/etc/Muttrc) specifies a color scheme that uses "black" for the background. It would be nicer to use "default" for the background, since using "black" breaks gnome- terminal's transparency features. To fix, simply s/black/default ** Affects: mutt (Ubuntu) Importance: Untriaged Status: Unconfirmed -- default system-wide configuration should use "default", not "black" https://launchpad.net/bugs/57515 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 57515] Re: default system-wide configuration should use "default", not "black"
Correction: fix should not change line: color indicator black cyan If this line is changed, currently selected items become more difficult to read. -Forest -- default system-wide configuration should use "default", not "black" https://launchpad.net/bugs/57515 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 57890] editing entries: cursor does not reflect current insert position
Public bug reported: The cursor sits at the end of the line when editing a previously existing entry. Using arrow keys causes insertion point to change (i.e. typing has an effect at the appropriate location in the text), but the cursor appears to stay at the end of the line (where it started). ** Affects: hnb (Ubuntu) Importance: Untriaged Status: Unconfirmed -- editing entries: cursor does not reflect current insert position https://launchpad.net/bugs/57890 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 54555] Re: wishlist: popWindow with no refresh
Sorry, small bug in patch. Fixed patch is attached. -Forest -- wishlist: popWindow with no refresh https://launchpad.net/bugs/54555 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 54555] wishlist: popWindow with no refresh
Public bug reported: Hi, It is quite possible, although slightly awkward to display multiple windows using newt/snack, and update an arbitrary window. To do so, one must pop windows until the window needing updating is the "current" window, redraw it, and push the popped windows back on the display. Using this technique, it is desirable to hold off a refresh until the entire process has been completed, especially when the user is viewing the UI over a slow-ish network connected shell. Unfortunately, newt automatically refreshes the screen every time a call to newtPopWindow is made. This is inconsistent with, e.g., newtShowWindow, for which an explicit refresh must be performed. I have a patch to go into debian/patches that allows windows to be popped without forcing a refresh. This patch will not break current programs using newt/snack, but allows new programs to make use of the refresh-less popWindow function. Please save the patch as _pop_window_no_refresh.patch . diff -Naur newt-0.51.6-old/newt.c newt-0.51.6/newt.c --- newt-0.51.6-old/newt.c 2006-07-30 11:20:03.0 -0400 +++ newt-0.51.6/newt.c 2006-07-30 11:20:36.0 -0400 @@ -1180,6 +1180,11 @@ * @brief Remove the top window */ void newtPopWindow(void) { +newtPopWindowNoRefresh(); +newtRefresh(); +} + +void newtPopWindowNoRefresh(void) { int j, row, col; int n = 0; @@ -1209,8 +1214,6 @@ SLsmg_set_char_set(0); newtTrashScreen(); - -newtRefresh(); } void newtGetWindowPos(int * x, int * y) { diff -Naur newt-0.51.6-old/newt.h newt-0.51.6/newt.h --- newt-0.51.6-old/newt.h 2006-07-30 11:20:02.0 -0400 +++ newt-0.51.6/newt.h 2006-07-30 11:20:36.0 -0400 @@ -120,6 +120,7 @@ const char * title); int newtCenteredWindow(unsigned int width,unsigned int height, const char * title); void newtPopWindow(void); +void newtPopWindowNoRefresh(void); void newtSetColors(struct newtColors colors); void newtRefresh(void); void newtSuspend(void); diff -Naur newt-0.51.6-old/snack.py newt-0.51.6/snack.py --- newt-0.51.6-old/snack.py2006-07-30 11:20:02.0 -0400 +++ newt-0.51.6/snack.py2006-07-30 11:20:36.0 -0400 @@ -460,8 +460,10 @@ return _snack.gridwrappedwindow(grid.g, title) -def popWindow(self): +def popWindow(self, refresh = True): +if refresh: return _snack.popwindow() +return _snack.popwindownorefresh() def refresh(self): return _snack.refresh() diff -Naur newt-0.51.6-old/snackmodule.c newt-0.51.6/snackmodule.c --- newt-0.51.6-old/snackmodule.c 2006-07-30 11:20:02.0 -0400 +++ newt-0.51.6/snackmodule.c 2006-07-30 11:19:29.0 -0400 @@ -53,6 +53,7 @@ static PyObject * openWindow(PyObject * s, PyObject * args); static PyObject * popHelpLine(PyObject * s, PyObject * args); static PyObject * popWindow(PyObject * s, PyObject * args); +static PyObject * popWindowNoRefresh(PyObject * s, PyObject * args); static PyObject * pushHelpLine(PyObject * s, PyObject * args); static snackWidget * radioButtonWidget(PyObject * s, PyObject * args); static PyObject * refreshScreen(PyObject * s, PyObject * args); @@ -87,6 +88,7 @@ { "openwindow", openWindow, METH_VARARGS, NULL }, { "pophelpline", popHelpLine, METH_VARARGS, NULL }, { "popwindow", popWindow, METH_VARARGS, NULL }, +{ "popwindownorefresh", popWindowNoRefresh, METH_VARARGS, NULL }, { "pushhelpline", pushHelpLine, METH_VARARGS, NULL }, { "radiobutton", (PyCFunction) radioButtonWidget, METH_VARARGS, NULL }, { "reflow", (PyCFunction) reflowText, METH_VARARGS, NULL }, @@ -530,6 +532,12 @@ return Py_None; } +static PyObject * popWindowNoRefresh(PyObject * s, PyObject * args) { +newtPopWindowNoRefresh(); +Py_INCREF(Py_None); +return Py_None; +} + static PyObject * messageWindow(PyObject * s, PyObject * args) { char * title, * text; char * okbutton = "Ok"; ** Affects: newt (upstream) Importance: Untriaged Status: Unconfirmed ** Affects: newt (Ubuntu) Importance: Untriaged Status: Unconfirmed ** Also affects: newt (upstream) Importance: Untriaged Status: Unconfirmed -- wishlist: popWindow with no refresh https://launchpad.net/bugs/54555 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 58062] Re: python2.3 not installable
Similar result here, but I can't uninstall python2.3. I see virtually the same error message. -- python2.3 not installable https://launchpad.net/bugs/58062 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 58753] display: fixed elements displayed improperly when scrolling up
Public bug reported: Using firefox 2.0b1, a div with display: fixed is drawn in a "trail" as page is scrolled up. This worked fine on Firefox 1.5+ . I am running AIGLX; not sure if that is related. ** Affects: firefox (Ubuntu) Importance: Untriaged Status: Unconfirmed -- display: fixed elements displayed improperly when scrolling up https://launchpad.net/bugs/58753 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 58753] Re: display: fixed elements displayed improperly when scrolling up
http://demo.taskfreak.com/ very clearly illustrates this. Resize the window so that a vertical scroll bar can is available, scroll down, then scroll back up. -- display: fixed elements displayed improperly when scrolling up https://launchpad.net/bugs/58753 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 54508] Re: Edgy | Right clicking on a link will make the scrollbar move from right to left
I think that you are perhaps accidentally selecting the "Switch Page Direction" on the context menu that comes up when you right click anywhere in the page area? -- Edgy | Right clicking on a link will make the scrollbar move from right to left https://launchpad.net/bugs/54508 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 27833] Re: Add support for MidiSport USB midi interfaces
I have already uploaded a midisport-firmware package to revu. Please see http://revu.tauware.de . This will probably be in edgy. -- Add support for MidiSport USB midi interfaces https://launchpad.net/bugs/27833 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 63819] xutils-dev provides imake|xmkmf, which is needed by non-dev packages
Public bug reported: xutils-dev provides imake|xmkmf, which is needed by xutils. xutils is a non-dev package. These dependencies result in non-development systems requiring cpp,xutils-dev to be installed. The easiest solution is to break imake out into a separate binary package ("imake"). ** Affects: xutils-dev (Ubuntu) Importance: Undecided Status: Unconfirmed -- xutils-dev provides imake|xmkmf, which is needed by non-dev packages https://launchpad.net/bugs/63819 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 70098] mkisofs doesn't properly convert lower case filenames to upper case
Public bug reported: The end result is that DOS is unable to fully utilize the file system. (Using "dir" gives me a listing, but I am unable to switch to any directories). If I rename files prior to running mkisofs, everything goes according to plan. I am using the same exact options that still work fine under Dapper / Sarge: mkisofs -r -b boot/win98sec.img -c boot/boot.catalog -o build/bootcd.iso src I tried using -input-charset and -output-charset to fix the problem, but that did not seem to help. ** Affects: cdrtools (Ubuntu) Importance: Undecided Status: Unconfirmed -- mkisofs doesn't properly convert lower case filenames to upper case https://launchpad.net/bugs/70098 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 70968] Ubuntu Should Automatically Mount usbfs At Boot Time
Public bug reported: In particular, midisport-firmware (and some other packages as well, I assume), depend on usbfs having been mounted. I am not aware of any disadvantage to doing this. -Forest ** Affects: Ubuntu Importance: Undecided Status: Unconfirmed -- Ubuntu Should Automatically Mount usbfs At Boot Time https://launchpad.net/bugs/70968 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 70968] Re: Ubuntu Should Automatically Mount usbfs At Boot Time
On Thu, Nov 09, 2006 at 01:29:08AM -, Andrew Ash wrote: > What release are you using, Forest? edgy I believe this worked fine in dapper. I am the maintainer of midisport-firmware, and am happy to make changes to it if it needs it; upstream is not extraordinarilly friendly, but I don't mind managing a delta of some kind. Otherwise, I wasn't sure what package this bug should be filed against. -Forest -- Ubuntu Should Automatically Mount usbfs At Boot Time https://launchpad.net/bugs/70968 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 70968] Re: Ubuntu Should Automatically Mount usbfs At Boot Time
On Thu, Nov 09, 2006 at 08:42:56AM -, Daniel T Chen wrote: > Will need to consult Scott regarding whether this feature request is > feasible for Feisty. In the meantime, I see no hitches with adding a > section to README.Debian informing the user that > > none/dev/bus/usbusbfs defaults0 0 > > needs to be added to fstab(5). Sounds good, I will attach a debdiff shortly. -Forest -- Ubuntu Should Automatically Mount usbfs At Boot Time https://launchpad.net/bugs/70968 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 70968] Re: Ubuntu Should Automatically Mount usbfs At Boot Time
On Thu, Nov 09, 2006 at 08:42:56AM -, Daniel T Chen wrote: > Will need to consult Scott regarding whether this feature request is > feasible for Feisty. Should I subscribe Scott to this bug, then? -Forest -- Ubuntu Should Automatically Mount usbfs At Boot Time https://launchpad.net/bugs/70968 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 27833] Re: Add support for MidiSport USB midi interfaces
This didn't make it in time for edgy; look for it in feisty. Temporarily, a package for edgy can be downloaded from here: http://apt.alittletooquiet.net/fab/pool/main/m/midisport-firmware /midisport-firmware_1.2-0ubuntu2_all.deb Ignore the text in /usr/share/doc/midisport-firmware/README.Debian regarding /etc/fstab. You may need to restart udev after booting in order for the device to be detected; I have not yet figured out why. To restart udev: $ sudo /etc/init.d/udev restart -Forest -- Add support for MidiSport USB midi interfaces https://launchpad.net/bugs/27833 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 27833] Re: Add support for MidiSport USB midi interfaces
Correction: the instructions in /usr/share/doc/midisport- firmware/README.Debian are, in fact, correct. Restarting udev shouldn't be necessary. -Forest -- Add support for MidiSport USB midi interfaces https://launchpad.net/bugs/27833 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 54555] Re: wishlist: popWindow with no refresh
** Changed in: newt (upstream) Importance: Undecided => Unknown Bugwatch: None => Debian Bug tracker #398010 Status: Unconfirmed => Unknown -- wishlist: popWindow with no refresh https://launchpad.net/bugs/54555 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 70144] Re: Loading of ipy_user_conf failed
This bug should not be closed unless IPython has been fixed to catch this exception and print an understandable warning message indicating the source of the problem. -Forest -- Loading of ipy_user_conf failed https://launchpad.net/bugs/70144 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 27833] Re: Add support for MidiSport USB midi interfaces
> I see in your attached debdiff something like... > > # MidiSport 2x2 > -ACTION=="add", SUBSYSTEM=="usb_device", ATTRS{idVendor}=="0763", > ATTRS{idProduct}=="1001", RUN+="@fxload@ -s @firmwaredir@/MidiSportLoader.ihx > -I @firmwaredir@/MidiSport2x2.ihx" > +ACTION=="add", SUBSYSTEM=="usb_device", ATTRS{idVendor}=="0763", > ATTRS{idProduct}=="1001", RUN+="@fxload@ -s @firmwaredir@/MidiSportLoader.ihx > -I @firmwaredir@/MidiSport2x2.ihx" -d $env{DEVNAME} > > PLEASE, PLEASE, it is not correct!!! > > the '-d $env{DEVNAME}' MUST be inside the quote commas. And the '-d' should > be an upper case. Right, sorry about that. Fixed version attached. > It is interesting to know also that I have compiled from the source available > on the sourceforge.net on an official Debian Etch and the original > '42-midisport-firmware.rules.in' as ALSO the proposed modified one both work. > But on Ubuntu (both Feisty and Gutsy) the only way to make it work is with > the above code, whether with -D $env{DEVNAME} or -D $tempnode. Yes, I think this is due to some Ubuntu-specific udev/kerenl stuff, although I don't really know enough about that to be sure. Thanks, Forest ** Attachment added: "midisport-firmware-1.2+dsfg1-0ubuntu2.debdiff" http://launchpadlibrarian.net/10131524/midisport-firmware-1.2%2Bdsfg1-0ubuntu2.debdiff -- Add support for MidiSport USB midi interfaces https://bugs.launchpad.net/bugs/27833 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 27833] Re: Add support for MidiSport USB midi interfaces
To be clear, silicium, you could've gotten your Midisport working by simply changing the udev rules file, as Paddlaren himself described a few posts after he posted his tarball. -Forest -- Add support for MidiSport USB midi interfaces https://bugs.launchpad.net/bugs/27833 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
Re: [Bug 137993] Re: mozilla-mplayer unnecessarily depends on gecko browsers
Hi, On Mon, Oct 29, 2007 at 11:47:24AM -, Cesare Tirabassi wrote: > Personally, I don't think that www browsers should be made recommendations and > not dependencies. > Let me quote the debian policy: > > The Depends field should be used if the depended-on package is required > for the depending package to provide a significant amount of > functionality. > > While: > > The Recommends field should list packages that would be found together > with this one in all but unusual installations. > > Now, I hope you agree that to provide a significant amount of > functionality for this plugin a www browser is needed? > > Whether it makes sense or not to add xulrunner to the list of dependancies > (or-ed!) its a matter of testing it. > For instance, I have not added it to gecko-mediaplayer yet (from the same > upstream author) simply because I don't have any evidence that it will work. > Just the fact that it makes sense that it works is not enough (for instance > gecko-mediaplayer should work with Opera and Konqueror, but it doesn't). > Can you perhaps test it and confirm if the mozilla-mplayer works with xul > based applications (via xulrunner)? I've tested it. It works. Why should plugin-browser combinations have to be tested by package maintainers? That just doesn't seem very fair to users that want to use a less popular browser. They'll end up waiting a release or two before the dependencies will be in their favor. I guess it'd be nice if it could Depend: gecko-browser ... -Forest -- Forest Bond http://www.alittletooquiet.net -- mozilla-mplayer unnecessarily depends on gecko browsers https://bugs.launchpad.net/bugs/137993 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 137993] Re: mozilla-mplayer unnecessarily depends on gecko browsers
Hi, On Mon, Oct 29, 2007 at 03:33:12PM -, Cesare Tirabassi wrote: > I still would like to see some evidence. > If you can't do it yourself, you can also ask upstream, he is usually very > responsive. Evidence of xulrunner/mozilla-mplayer compatibility? As I said, I have a working application that does utilize the mplayer plugin. Were you looking for further support of this claim? -Forest -- Forest Bond http://www.alittletooquiet.net -- mozilla-mplayer unnecessarily depends on gecko browsers https://bugs.launchpad.net/bugs/137993 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 27833] Re: Add support for MidiSport USB midi interfaces
Ok, sorry for the delay. I'm not getting a response from The People That Would Know. It's a busy time for them. I see two confirmations that Paddlaren's changes fix this issue: * Paddlaren * Juan Carlos Inostroza Add one or two more to that list and I'm convinced; I'll see if I can upload the changes for Hardy. James Gregory? Lev Terman? -- Add support for MidiSport USB midi interfaces https://bugs.launchpad.net/bugs/27833 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 88923] Re: Package 'midisport-firmware': firmware is not loaded automatically
*** This bug is a duplicate of bug 27833 *** https://bugs.launchpad.net/bugs/27833 ** This bug has been marked a duplicate of bug 27833 Add support for MidiSport USB midi interfaces -- Package 'midisport-firmware': firmware is not loaded automatically https://bugs.launchpad.net/bugs/88923 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 27833] Re: Add support for MidiSport USB midi interfaces
I see further confirmation of this fix in #88923 (marked as duplicate of this bug now). Debdiff with fix attached. ** Attachment added: "debdiff with fix" http://launchpadlibrarian.net/10108517/midisport-firmware-1.2%2Bdsfg1-0ubuntu2.debdiff -- Add support for MidiSport USB midi interfaces https://bugs.launchpad.net/bugs/27833 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 54555] Re: wishlist: popWindow with no refresh
Upstream newt has merged this patch. It is present in release version 0.52.6-1 and later. ** Also affects: newt (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=398010 Importance: Unknown Status: Unknown ** Changed in: newt Importance: Unknown => Undecided Bugwatch: Debian Bug tracker #398010 => None Status: Confirmed => New ** Changed in: newt Status: New => Fix Released -- wishlist: popWindow with no refresh https://bugs.launchpad.net/bugs/54555 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 54555] Re: wishlist: popWindow with no refresh
This bug will be fixed when the Ubuntu package is updated to version 0.52.6-1 or later. ** Changed in: newt (Ubuntu) Status: Fix Committed => Confirmed -- wishlist: popWindow with no refresh https://bugs.launchpad.net/bugs/54555 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 54555] Re: wishlist: popWindow with no refresh
That should read "Neither Debian nor Ubuntu should be marked fix released or fix committed until a fix is at least in the appropriate repository somewhere..." -- wishlist: popWindow with no refresh https://bugs.launchpad.net/bugs/54555 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 54555] Re: wishlist: popWindow with no refresh
Jérôme, Both upstream and Debian's package are here now. I marked upstream as fix released. Neither Debian nor Ubuntu should be marked fix released or fix committed until a fix is at least in an Ubuntu repository somewhere (I would think). Otherwise, how are we to keep track of whether something is actually fixed in Ubuntu or not? -Forest -- wishlist: popWindow with no refresh https://bugs.launchpad.net/bugs/54555 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 79063] Re: libxul-dev not installable without major collateral damage
Couldn't firefox-dev provide libxul-dev? -- libxul-dev not installable without major collateral damage https://bugs.launchpad.net/bugs/79063 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 182851] Re: Sox (lack of) supported formats in hardy
Yes, installing those packages does restore support, but an upgrade should not remove such support. Would making sox recommend these packages, rather than suggest them, fix this? ** Changed in: sox (Ubuntu) Status: Invalid => Confirmed -- Sox (lack of) supported formats in hardy https://bugs.launchpad.net/bugs/182851 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