[Bug 240314] Re: openjdk doesn’t trust SSL certificates configured with update-ca-certificates

2008-06-30 Thread Anders Kaseorg
Thanks, that looks like a step in the right direction. It has several issues which I’ll file as separate bugs. I would consider this bug resolved when ca-certificates-java is working, and becomes part of (or a dependency of) the ca-certificates or openjdk packages. ** Changed in: openjdk-6 (Ubun

[Bug 244408] [NEW] Can’t find keytool be cause $JAVA_HOME is misspelled $JAVE_HOME

2008-06-30 Thread Anders Kaseorg
Public bug reported: Binary package hint: ca-certificates-java A typo in /etc/ca-certificates/update.d/jks-keystore: KEYTOOL=$JAVE_HOME/bin/keytool results in this error: Running hooks in /etc/ca-certificates/update.d/etc/ca- certificates/update.d/jks-keystore: 29: /bin/keytool: not found

[Bug 244412] [NEW] Errors removing CAs that don ’t exist, or adding ones that do

2008-06-30 Thread Anders Kaseorg
Public bug reported: Binary package hint: ca-certificates-java Running ‘sudo dpkg-reconfigure ca-certificates’ and deleting a certificate gives me this error: Running hooks in /etc/ca-certificates/update.dkeytool error: java.lang.Exception: Alias does not exist Adding it back gives me this

[Bug 244410] [NEW] Keystore is not generated during package installation

2008-06-30 Thread Anders Kaseorg
Public bug reported: Binary package hint: ca-certificates-java Currently, the postinst script removes the CAs in the pregenerated keystore that are not marked as trusted by the user. However, it does not add any CAs not yet in the keystore that are marked as trusted. So a user of a local CA tha

[Bug 244408] Re: Can’t find keytool becaus e $JAVA_HOME is misspelled $JAVE_HOME

2008-06-30 Thread Anders Kaseorg
** Attachment added: "ca-certificates-java-typo.patch" http://launchpadlibrarian.net/15723424/ca-certificates-java-typo.patch -- Can’t find keytool because $JAVA_HOME is misspelled $JAVE_HOME https://bugs.launchpad.net/bugs/244408 You received this bug notification because you are a member of

[Bug 244412] Re: Errors removing CAs that don ’t exist, or adding ones that do

2008-06-30 Thread Anders Kaseorg
Actually, I also get an error adding any certificate, even if it doesn’t already exist. Running hooks in /etc/ca-certificates/update.dOwner: OU=MIT Certification Authority, O=Massachusetts Institute of Technology, ST=Massachusetts, C=US Issuer: OU=MIT Certification Authority, O=Massachusetts

[Bug 230016] Re: [intrepid] Rebuild with perl 5.10

2008-07-03 Thread Anders Kaseorg
** Changed in: gnumeric (Ubuntu) Status: New => Fix Released -- [intrepid] Rebuild with perl 5.10 https://bugs.launchpad.net/bugs/230016 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 252498] Re: [intrepid] gnome-keyring asks for SSH passphrase *every* time I use ssh

2008-07-28 Thread Anders Kaseorg
The problem goes away after downgrading to gnome-keyring 2.22.2-0ubuntu1. -- [intrepid] gnome-keyring asks for SSH passphrase *every* time I use ssh https://bugs.launchpad.net/bugs/252498 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -

[Bug 252498] [NEW] [intrepid] gnome-keyring asks for SSH passphrase *every* time I use ssh

2008-07-28 Thread Anders Kaseorg
Public bug reported: Binary package hint: gnome-keyring As of a few days ago in my intrepid amd64 install, every time I use SSH, I am prompted by a gnome-keyring dialog to unlock my SSH private key. Even upon entering the correct passphrase, I am asked for a password on the terminal asking me to

[Bug 241547] Re: [patch] Makefile race condition can lead to ndiswrapper build failure

2008-07-31 Thread Anders Kaseorg
This was committed to ndiswrapper Subversion on 2008-07-12. . -- [patch] Makefile race condition can lead to ndiswrapper build failure https://bugs.launchpad.net/bugs/241547 You received this bug notification becaus

[Bug 127075] Re: [feisty] login: su ends PAM session in subshell

2008-08-23 Thread Anders Kaseorg
This problem affects only Feisty, since it was fixed in the -7 Debian release immediately following Feisty’s. ** Changed in: shadow (Ubuntu) Status: Incomplete => New -- [feisty] login: su ends PAM session in subshell https://bugs.launchpad.net/bugs/127075 You received this bug notificati

[Bug 253831] Re: Should ship new kernel modules at same time as new kernel

2008-08-23 Thread Anders Kaseorg
> That won't work, since the old images still are available (and > therefore won't cause a conflict). I don’t understand your objection. Note that the goal is not to conflict with any kernel image packages, but only with new versions of the linux-image-generic _metapackage_, which is responsible

[Bug 256451] Re: Laptop keyboard and touchpad eventually stop working with kernel 2.6.26

2008-08-27 Thread Anders Kaseorg
Still seems to happen with 2.6.27-1-generic. Let me know if there’s any way I can help debug this. -- Laptop keyboard and touchpad eventually stop working with kernel 2.6.26 https://bugs.launchpad.net/bugs/256451 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 254745] Re: arrow keys undesirably change focus in virt-manager

2008-08-27 Thread Anders Kaseorg
Even after entering the VM window with Ctrl+Alt, pressing Tab or Up causes keyboard focus to be shifted to the toolbar, leaving the mouse still locked. In this state, Ctrl+Alt doesn’t even work to unlock the keyboard. -- arrow keys undesirably change focus in virt-manager https://bugs.launchpad.

[Bug 305047] Re: [patch] linux-restricted-modu les doesn’t build on Jaunty

2008-12-05 Thread Anders Kaseorg
Apparently this is fixed by getting rid of the -ub in linux instead. The git-log → git log patch is still useful, but only for development of the package, so I’m sure someone will notice eventually. Closing. linux (2.6.28-2.3) jaunty; urgency=low [ Andy Whitcroft ] * update the templates so

[Bug 277454] Re: libSDL_image.1.2.so.0 and libpython2.5.so.1.0 are missing in ia32-libs

2008-12-06 Thread Anders Kaseorg
No, libSDL_image and libpython2.5 are different libraries; bug #298611 is about libuuid. These problems will have to be dealt with separately. ** This bug is no longer a duplicate of bug 298611 ia32-libs 2.7ubuntu1 missing libuuid.so.1, breaks flash -- libSDL_image.1.2.so.0 and libpython2.5.

[Bug 305901] [NEW] Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-06 Thread Anders Kaseorg
Public bug reported: Binary package hint: gcc-4.3 In Hardy and previous releases, one could use statements such as sprintf(buf, "%s %s%d", buf, foo, bar); to append formatted text to a buffer buf. Intrepid’s gcc-4.3, which has fortify source turned on by default when compiling with -O2, break

[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-07 Thread Anders Kaseorg
C99 (at least the draft that’s available online) actually defines this code as invalid. #include int sprintf(char * restrict s, const char * restrict format, ...); “The sprintf function is equivalent to fprintf, except that the output is written into an array (specified by the argument s) ra

[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-07 Thread Anders Kaseorg
** Also affects: owl (Ubuntu) Importance: Undecided Status: New ** Also affects: barnowl (Ubuntu) Importance: Undecided Status: New ** Also affects: nagios-plugins (Ubuntu) Importance: Undecided Status: New ** Also affects: xmcd (Ubuntu) Importance: Undecided

[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-07 Thread Anders Kaseorg
** Also affects: ctn (Ubuntu) Importance: Undecided Status: New ** Also affects: hypermail (Ubuntu) Importance: Undecided Status: New ** Also affects: asterisk (Ubuntu) Importance: Undecided Status: New ** Also affects: atomicparsley (Ubuntu) Importance: Undecide

[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-07 Thread Anders Kaseorg
I’m about 8% of the way through my list, and it looks like there might indeed be a _lot_ of affected Ubuntu packages. I’ll stop filing bugs for now and see what happens with these ones. ** Also affects: billard-gl (Ubuntu) Importance: Undecided Status: New ** Also affects: binutils (Ub

[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-07 Thread Anders Kaseorg
** Also affects: 4g8 (Ubuntu) Importance: Undecided Status: New ** Description changed: Binary package hint: gcc-4.3 In Hardy and previous releases, one could use statements such as sprintf(buf, "%s %s%d", buf, foo, bar); to append formatted text to a buffer buf. Intrepid’

[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-07 Thread Anders Kaseorg
>> pcregrep -M 'sprintf\s*\(\s*([^,]*)\s*,\s*"%s[^"]*"\s*,\s*\1\s*,' > > the regexp doesn't search for snprintf, and doesn't look for functions > spanning more than one line. It does with pcregrep -M. For example, $ pcregrep -M 'sprintf\s*\(\s*([^,]*)\s*,\s*"%s[^"]*"\s*,\s*\1\s*,' \ linux-2.6

[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-07 Thread Anders Kaseorg
For snprintf, use pcregrep -M 'snprintf\s*\(\s*([^,]*)\s*,[^,]*,\s*"%s[^"]*"\s*,\s*\1\s*,' "$@" -- Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch https://bugs.launchpad.net/bugs/305901 You received this bug notification because you are a member of Ubuntu Bu

[Bug 303112] Re: Please upgrade to 1.4.8 for Jaunty kernel 2.6.28 support

2008-12-08 Thread Anders Kaseorg
That’s correct. From the OpenAFS 1.5.55 release announcement: http://www.openafs.org/pipermail/openafs-announce/2008/000269.html “1.5.55 is the recommended production-ready release of OpenAFS for Microsoft Windows users. … For UNIX, Linux, and MacOS X the recommended production-ready release of Op

[Bug 201179] Re: Contents.gz empty in dapper

2008-12-10 Thread Anders Kaseorg
** Description changed: - http://us.archive.ubuntu.com/ubuntu/dists/dapper/Contents-i386.gz + http://archive.ubuntu.com/ubuntu/dists/dapper/Contents-i386.gz and the analogues for other architectures contain no data. I think this changed within the last few months. -- archive.ubuntu.com Conte

[Bug 201179] Re: archive.ubuntu.com Contents.gz empty in dapper

2008-12-10 Thread Anders Kaseorg
** Also affects: soyuz Importance: Undecided Status: New -- archive.ubuntu.com Contents.gz empty in dapper https://bugs.launchpad.net/bugs/201179 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubun

[Bug 285241] Re: aptitude SIGABRT on attempting to play minesweeper

2008-11-09 Thread Anders Kaseorg
** Changed in: aptitude (Ubuntu) Status: New => Confirmed -- aptitude SIGABRT on attempting to play minesweeper https://bugs.launchpad.net/bugs/285241 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ub

[Bug 296925] Re: linux-image postinst script ignores warn_reboot in /etc/kernel-img.conf

2008-11-11 Thread Anders Kaseorg
** Changed in: linux (Ubuntu) Status: New => Confirmed -- linux-image postinst script ignores warn_reboot in /etc/kernel-img.conf https://bugs.launchpad.net/bugs/296925 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bu

[Bug 296915] Re: wrong URL for Ubuntu's linux kernel git repository

2008-11-11 Thread Anders Kaseorg
Or git://kernel.ubuntu.com/ubuntu/ubuntu-intrepid.git (according to https://wiki.ubuntu.com/KernelGitGuide). -- wrong URL for Ubuntu's linux kernel git repository https://bugs.launchpad.net/bugs/296915 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 291164] Re: Updated git to 1.6.0.3

2008-11-12 Thread Anders Kaseorg
** Changed in: git-core (Ubuntu) Status: New => Confirmed -- Updated git to 1.6.0.3 https://bugs.launchpad.net/bugs/291164 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 h

[Bug 298611] Re: ia32-libs 2.7ubuntu1 missing libuuid.so.1, breaks flash

2008-11-17 Thread Anders Kaseorg
** Changed in: ia32-libs (Ubuntu) Status: New => Confirmed -- ia32-libs 2.7ubuntu1 missing libuuid.so.1, breaks flash https://bugs.launchpad.net/bugs/298611 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing l

[Bug 298302] Re: flashplugin-nonfree fails to install correctly on amd64

2008-11-17 Thread Anders Kaseorg
*** This bug is a duplicate of bug 298611 *** https://bugs.launchpad.net/bugs/298611 ** This bug has been marked a duplicate of bug 298611 ia32-libs 2.7ubuntu1 missing libuuid.so.1, breaks flash -- flashplugin-nonfree fails to install correctly on amd64 https://bugs.launchpad.net/bugs/298

[Bug 129480] Re: OpenAFK kernel module won't build with linux-rt kernel

2008-11-30 Thread Anders Kaseorg
** Changed in: openafs (Ubuntu) Status: Fix Committed => Fix Released -- OpenAFK kernel module won't build with linux-rt kernel https://bugs.launchpad.net/bugs/129480 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 180788] Re: Please change: Don't build on "lpia" arch.

2008-11-30 Thread Anders Kaseorg
Closing because openafs works on lpia now. ** Changed in: openafs (Ubuntu) Status: New => Fix Released -- Please change: Don't build on "lpia" arch. https://bugs.launchpad.net/bugs/180788 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 295897] Re: installation of openafs with kernel 2.6.27-7-generic fails

2008-11-30 Thread Anders Kaseorg
The module-assistant instructions could be simplified to just apt-get install module-assistant module-assistant auto-install openafs (or `m-a a-i openafs`), because auto-install implies prepare, auto-build, and dpkg -i. -- installation of openafs with kernel 2.6.27-7-generic fails https://b

[Bug 305047] [NEW] [patch] linux-restricted- modules doesn’t build on Jaunty

2008-12-03 Thread Anders Kaseorg
patched l-r-m package to my PPA (with release 2.2~andersk1) for testing: https://launchpad.net/~anders-kaseorg/+archive I’m sending this report over the restricted wl driver on kernel 2.6.28-2-ub-generic, so it works. affects ubuntu/linux-restricted-modules ** Affects: linux-restricted-modules

[Bug 305047] Re: [patch] linux-restricted-modu lesdoesn’tbuild on Jaunty

2008-12-03 Thread Anders Kaseorg
** Attachment added: "0001-UBUNTU-Undashify-git-log.patch" http://launchpadlibrarian.net/20198467/0001-UBUNTU-Undashify-git-log.patch ** Attachment added: "0002-UBUNTU-Update-version-format-from-VERSION-FLAVOUR-t.patch" http://launchpadlibrarian.net/20198468/0002-UBUNTU-Update-version-form

[Bug 305399] [NEW] xft 2.1.13-2 sync dropped libXft-2.1.10-lcd-filter-3.patch

2008-12-04 Thread Anders Kaseorg
Public bug reported: Gutsy’s xft introduced the FreeType LCD filtering patch to Xft. This patch was just dropped with the sync of xft 2.1.13-2 into Jaunty from Debian experimental. I hope that this patch’s removal is temporary; but if not, consider this my request to reconsider. To explain my u

[Bug 301717] Re: package qemu 0.9.1-7ubuntu1 failed to install/upgrade: trying to overwrite `/usr/share/man/man8/qemu-nbd.8.gz', which is also in package kvm

2008-11-24 Thread Anders Kaseorg
** Changed in: qemu (Ubuntu) Status: New => Confirmed ** Changed in: kvm Status: New => Invalid ** Also affects: kvm (Ubuntu) Importance: Undecided Status: New -- package qemu 0.9.1-7ubuntu1 failed to install/upgrade: trying to overwrite `/usr/share/man/man8/qemu-nbd.8.

[Bug 301717] Re: package qemu 0.9.1-7ubuntu1 failed to install/upgrade: trying to overwrite `/usr/share/man/man8/qemu-nbd.8.gz', which is also in package kvm

2008-11-24 Thread Anders Kaseorg
I see. This was intended to be solved by kvm 1:79+dfsg-0ubuntu3, which FTBFS because of a typo (s/man1/man8/): mv /build/buildd/kvm-79+dfsg/debian/tmp/usr/share/man/man1/qemu-nbd.8 /build/buildd/kvm-79+dfsg/debian/tmp/usr/share/man/man8/kvm-nbd.8 mv: cannot stat `/build/buildd/kvm-79+dfsg/debia

[Bug 298611] [NEW] ia32-libs 2.7ubuntu1 missing libuuid.so.1, breaks flash

2008-11-15 Thread Anders Kaseorg
Public bug reported: Binary package hint: ia32-libs The ia32-libs upgrade from 2.2ubuntu18 (intrepid) to 2.7ubuntu1 (jaunty) breaks the flash plugin again: /usr/lib/nspluginwrapper/i386/linux/npviewer.bin: error while loading shared libraries: libuuid.so.1: cannot open shared object file: No suc

[Bug 303107] [NEW] nvidia needs a small patch for Jaunty kernel 2.6.28

2008-11-28 Thread Anders Kaseorg
Public bug reported: The nvidia driver is broken by some kernel API changes in 2.6.28: * Some headers moved from include to arch/x86/include * acpi_driver_data(device) changed from a macro to a function and no longer yields an lvalue Attached is a patch extracted from the Mandriva SRPM: http://r

[Bug 303107] Re: nvidia needs a small patch for Jaunty kernel 2.6.28

2008-11-28 Thread Anders Kaseorg
** Attachment added: "Patch for nvidia on kernel 2.6.28" http://launchpadlibrarian.net/20021768/nvidia-current-linux-2.6.28.patch -- nvidia needs a small patch for Jaunty kernel 2.6.28 https://bugs.launchpad.net/bugs/303107 You received this bug notification because you are a member of Ubuntu

[Bug 303112] [NEW] Please upgrade to 1.4.8 for Jaunty kernel 2.6.28 support

2008-11-28 Thread Anders Kaseorg
Public bug reported: Another kernel release, another broken OpenAFS build. Fortunately, this one’s easy! The upstream 1.4.8 release already works on kernel 2.6.28, so the package just needs to be upgraded to 1.4.8. ** Affects: openafs (Ubuntu) Importance: Undecided Status: New --

[Bug 303107] Re: nvidia needs a small patch for Jaunty kernel 2.6.28

2008-11-29 Thread Anders Kaseorg
Dean: Are you running kernel 2.6.28? It is not currently installed by default in Jaunty; you need to install the linux-image-2.6.28-1-ub- generic package yourself. Anyway, it turns out that the nvidia 180.08 beta driver already works on kernel 2.6.28, so a patch won’t be necessary if that gets in

[Bug 303107] Re: nvidia needs a small patch for Jaunty kernel 2.6.28

2008-11-29 Thread Anders Kaseorg
I now have 180.08 packages in my PPA, if you want to try them. I also ported linux-restricted-modules to 2.6.28. <https://launchpad.net/~anders-kaseorg/+archive> -- nvidia needs a small patch for Jaunty kernel 2.6.28 https://bugs.launchpad.net/bugs/303107 You received this bug notifi

[Bug 298611] Re: ia32-libs 2.7ubuntu1 missing libuuid.so.1, breaks flash

2008-11-29 Thread Anders Kaseorg
Stephen, yes, the purpose of ia32-libs is to provide a collection of 32-bit libraries in /lib32 for use on an x86-64 system (which has 64-bit libraries in /lib). The bug is that the new version of /usr/lib32/libSM.so.6 in ia32-libs 2.7ubuntu1 introduces a new dependency on libuuid.so.1, but no 32-

[Bug 303112] Re: Please upgrade to 1.4.8 for Jaunty kernel 2.6.28 support

2008-11-29 Thread Anders Kaseorg
Okay. I’ve created and tested an openafs 1.4.8 package for Ubuntu, and uploaded it to my PPA: http://ppa.launchpad.net/anders-kaseorg/ubuntu/pool/main/o/openafs/openafs_1.4.8.dfsg1.orig.tar.gz http://ppa.launchpad.net/anders-kaseorg/ubuntu/pool/main/o/openafs/openafs_1.4.8.dfsg1-0ubuntu1.diff.gz

[Bug 301905] Re: git-core in Jaunty does not include git-* commands

2008-11-30 Thread Anders Kaseorg
This is an upstream change in Git 1.6.0. Commands like `git-clone` have been deprecated since 2006 in favor of `git clone`, and have now been removed from the default path. The dashed forms are still available in the directory returned by `git --exec-path`. See:

[Bug 291164] Re: Updated git to 1.6.0.4

2008-11-30 Thread Anders Kaseorg
Thank you for taking the time to report this bug and helping to make Ubuntu better. I am closing it because the bug has been fixed in the latest development version of Ubuntu—the Jaunty Jackalope. If you need a fix for the bug in previous versions of Ubuntu, please follow the instructions for “Ho

[Bug 369875] Re: openafs-client does not recognize openafs-modules-dkms as satisfying dependency

2009-05-13 Thread Anders Kaseorg
openafs-modules-dkms depending dkms is bug 368471, fixed in karmic. -- openafs-client does not recognize openafs-modules-dkms as satisfying dependency https://bugs.launchpad.net/bugs/369875 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 368471] Re: openafs-modules-dkms should depend on dkms

2009-05-15 Thread Anders Kaseorg
** Description changed: Impact: openafs-modules-dkms fails to install because the postinst scripts cannot complete without dkms being installed How the bug is addressed: Add dkms to the dependency list for the openafs-modules-dkms package Patch: - There's a debdiff on here that ju

[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2009-01-28 Thread Anders Kaseorg
I can confirm that the intrepid-proposed libc6 fixes both my test program and the Intrepid barnowl package. -- Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch https://bugs.launchpad.net/bugs/305901 You received this bug notification because you are a member o

[Bug 295127] Re: libpar-perl won't install on intrepid due to libfile-temp-perl (>= 0.05) dependency

2009-01-28 Thread Anders Kaseorg
I have confirmed that the attached debdiff allows libpar-perl to install and work correctly. Please upload this as an Intrepid SRU update. This fixed package is also available in my PPA <https://launchpad.net /~anders-kaseorg/+archive>. ** Attachment added: "libpar-perl_0.980-1ubun

[Bug 261495] Re: crontab -e: nano word wrap causes errors in crontab file

2009-01-28 Thread Anders Kaseorg
Yeah, this is really irritating. Debian (hence Ubuntu) already configures nano with --disable-wrapping-as-root, because wrapping is known to corrupt files you might commonly edit as root. But those same arguments apply to many files you might commonly edit as a normal user. This is especially tru

[Bug 261495] Re: crontab -e: nano word wrap causes errors in crontab file

2009-01-28 Thread Anders Kaseorg
** Bug watch added: Debian Bug tracker #513443 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513443 ** Also affects: nano (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513443 Importance: Unknown Status: Unknown -- crontab -e: nano word wrap causes errors in cro

[Bug 72995] Re: Need better way of handling permissions with nano and sudo mix

2009-01-29 Thread Anders Kaseorg
Using “sudo -e” rather than “sudo nano” gets around this problem by invoking your editor as yourself on a temporary buffer rather than as root. See the description of -e in the sudo(8) manpage. -- Need better way of handling permissions with nano and sudo mix https://bugs.launchpad.net/bugs/7299

[Bug 39866] Re: Breaks config files by adding hard line breaks

2009-01-29 Thread Anders Kaseorg
This is still a bug in 8.10 and 9.04 alpha. ** Changed in: nano (Ubuntu) Status: Incomplete => Confirmed ** Bug watch added: Debian Bug tracker #513443 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513443 ** Also affects: nano (Debian) via http://bugs.debian.org/cgi-bin/bugreport

[Bug 39866] Re: Breaks config files by adding hard line breaks

2009-01-29 Thread Anders Kaseorg
The problem is that sudoedit invokes nano as a normal user, rather than as root. So it is not good enough for nano to disable wrapping only when running as root. That was kind of a braindead distinction anyway, because there are plenty of files you might want to edit as a normal user that are jus

[Bug 322416] Re: update request: nVidia ver 180.27, pre-release

2009-01-29 Thread Anders Kaseorg
180.27 is still a pre-release, not a stable release . Still a worthwhile upgrade if it no longer requires IgnoreABI. ** Summary changed: - update request: nVidia ver 180.27, stable + update request: nVidia ver 180.27, pre-release -- upda

[Bug 322416] Re: update request: nVidia ver 180.27, pre-release

2009-01-29 Thread Anders Kaseorg
I am now using the 180.27 drivers, and they don’t require IgnoreABI. If anyone else is interested, packages are available in my PPA: https://launchpad.net/~anders-kaseorg/+archive/ppa -- update request: nVidia ver 180.27, pre-release https://bugs.launchpad.net/bugs/322416 You received this bug

[Bug 322416] Re: update request: nVidia ver 180.27, pre-release

2009-01-30 Thread Anders Kaseorg
Noel, sure. It’s now compiled for both Jaunty and Intrepid. https://launchpad.net/~anders-kaseorg/+archive/ppa -- update request: nVidia ver 180.27, pre-release https://bugs.launchpad.net/bugs/322416 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 295127] Re: libpar-perl won't install on intrepid due to libfile-temp-perl (>= 0.05) dependency

2009-01-30 Thread Anders Kaseorg
Marking Confirmed again. Since the bug specifies Intrepid in the subject, it is not fair to say that it is Fix Released, and I think that status is causing this open Intrepid SRU request to not be noticed. I don’t have the bits to split the status into Intrepid and Jaunty and mark Fix Released fo

[Bug 369875] Re: openafs-client does not recognize openafs-modules-dkms as satisfying dependency

2009-06-20 Thread Anders Kaseorg
Karmic doesn’t need any change; this was already fixed in Karmic by the sync from Debian (bug 382608). The Jaunty diff looks reasonable. ** Changed in: openafs (Ubuntu Karmic) Assignee: Mackenzie Morgan (maco.m) => (unassigned) -- openafs-client does not recognize openafs-modules-dkms as s

[Bug 382048] Re: Backport subversion 1.6.1dfsg-1ubuntu2

2009-06-24 Thread Anders Kaseorg
> Am I correct in noting that 1.6 adds three new build dependencies? That’s right: libsqlite3-dev (>= 3.4), libgnome-keyring-dev, libdbus-1-dev. -- Backport subversion 1.6.1dfsg-1ubuntu2 https://bugs.launchpad.net/bugs/382048 You received this bug notification because you are a member of Ubuntu

[Bug 376067] Re: [karmic] Please upgrade nvidia-glx-185 to 185.18.14 version

2009-06-05 Thread Anders Kaseorg
** Changed in: nvidia-graphics-drivers-180 (Ubuntu) Status: New => Confirmed -- [karmic] Please upgrade nvidia-glx-185 to 185.18.14 version https://bugs.launchpad.net/bugs/376067 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 114212] Re: REGRESSION: fusermount: failed to open /dev/fuse: Permission denied

2009-06-07 Thread Anders Kaseorg
Nikolaus, firstly, your comment describes a different issue than this bug, as /etc/fuse.conf is very different from /dev/fuse, so it should be filed as a new report. Secondly, you should not mark your own reports as Confirmed. Thirdly, did you forget to add yourself to the fuse group? ** Changed

[Bug 381151] Re: git-reset man page is mangled

2009-06-13 Thread Anders Kaseorg
** Changed in: git-core (Ubuntu) Status: New => Confirmed ** Bug watch added: Debian Bug tracker #530693 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530693 ** Also affects: git-core (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530693 Importance: Unknown

[Bug 382048] Re: Backport subversion 1.6.1dfsg-1ubuntu2

2009-06-16 Thread Anders Kaseorg
Yeah, the Debian maintainer has mentioned that problem . A workaround is to disable gnome- keyring support in the [auth] section of ~/.subversion/config: ### Set password stores used by Subversion. They should be ### delimited by spaces or commas. The order of va

[Bug 392714] [NEW] gdebi ignores Pre-Depends

2009-06-26 Thread Anders Kaseorg
: gdebi (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435577 Importance: Unknown Status: Unknown ** Branch linked: lp:~anders-kaseorg/gdebi/pre-depends ** Also affects: gdebi Importance: Undecided Status: New -- gdebi ignores Pre-Depends https

[Bug 393517] Re: [PATCH] `make clean` fails in karmic kernels because ubuntu/gfs is missing

2009-06-29 Thread Anders Kaseorg
** Attachment added: "linux-comment-gfs.patch" http://launchpadlibrarian.net/28518509/linux-comment-gfs.patch -- [PATCH] `make clean` fails in karmic kernels because ubuntu/gfs is missing https://bugs.launchpad.net/bugs/393517 You received this bug notification because you are a member of Ubu

[Bug 393517] [NEW] [PATCH] `make clean` fails in karmic kernels because ubuntu/gfs is missing

2009-06-29 Thread Anders Kaseorg
Public bug reported: The patch “UBUNTU: [Config] Dropped gfs” deleted the ubuntu/gfs directory without removing obj-$(CONFIG_GFS_FS) += gfs/ from ubuntu/Makefile. This causes `make clean` (which descends into obj-y, obj-m, obj-n, and obj-) to fail as follows: $ make clean scripts/M

[Bug 382002] [NEW] Merge subversion 1.5.6dfsg-1 from Debian testing/unstable

2009-05-30 Thread Anders Kaseorg
Public bug reported: Binary package hint: subversion The subversion that ships with Ubuntu is over five months out of date. Although I would very much like to see 1.6.x in Karmic (bug 317564), I haven’t yet succeeded in getting the package from Debian experimental to build. Meanwhile, I have a s

[Bug 382002] Re: Merge subversion 1.5.6dfsg-1 from Debian testing/unstable

2009-05-30 Thread Anders Kaseorg
Here is a debdiff against 1.5.6dfsg-1 that should be ready for upload to Karmic. I have built and tested it in my PPA <https://launchpad.net /~anders-kaseorg/+archive/ppa>. ** Attachment added: "subversion_1.5.6dfsg-1ubuntu1.debdiff" http://launchpadlibrarian.net/27312085/subv

[Bug 382048] Re: Backport Subversion 1.6.x to hardy

2009-05-31 Thread Anders Kaseorg
I have been working on Subversion 1.6 packages for Ubuntu. Can you test my packages here? https://launchpad.net/~anders-kaseorg/+archive/subversion-1.6 -- Backport Subversion 1.6.x to hardy https://bugs.launchpad.net/bugs/382048 You received this bug notification because you are a member of

[Bug 317564] Re: Upgrade to Subversion 1.6.x for Karmic

2009-05-31 Thread Anders Kaseorg
, as well as backports to Jaunty, Intrepid, and Hardy, in my PPA: https://launchpad.net/~anders-kaseorg/+archive/subversion-1.6 ** Attachment added: "subversion_1.6.1dfsg-1ubuntu1.debdiff" http://launchpadlibrarian.net/27347958/subversion_1.6.1dfsg-1ubuntu1.debdiff ** Changed in:

[Bug 317564] Re: Upgrade to Subversion 1.6.x for Karmic

2009-05-31 Thread Anders Kaseorg
Just as a note, I’ve filed these two bugs with Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531366 Upgrade to Subversion 1.6.2 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531369 subversion 1.6.1dfsg-1 fails to build with DEB_OPT_PARALLEL ** Bug watch added: Debian Bug tracker #5

[Bug 317564] Re: Upgrade to Subversion 1.6.x for Karmic

2009-05-31 Thread Anders Kaseorg
I asked the Debian maintainer in http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=531366 why 1.6.x hasn’t moved out of Debian experimental yet, and got a detailed response. The three issues he mentioned look relatively minor, and the second isn’t an issue for Ubuntu (we already disable serf becau

[Bug 382002] Re: Merge subversion 1.5.6dfsg-1 from Debian testing/unstable

2009-06-01 Thread Anders Kaseorg
*shrug* That is unchanged from Debian and doesn’t seem to cause any problems. If I missed something, feel free to remove it. -- Merge subversion 1.5.6dfsg-1 from Debian testing/unstable https://bugs.launchpad.net/bugs/382002 You received this bug notification because you are a member of Ubuntu

[Bug 382002] Re: Merge subversion 1.5.6dfsg-1 from Debian testing/unstable

2009-06-01 Thread Anders Kaseorg
(Where by “remove”, I probably mean “change”, since it’s a required field.) -- Merge subversion 1.5.6dfsg-1 from Debian testing/unstable https://bugs.launchpad.net/bugs/382002 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bu

[Bug 382642] [NEW] ~/.screenrc is sourced twice with profile NONE

2009-06-02 Thread Anders Kaseorg
Public bug reported: Binary package hint: byobu byobu uses the configuration file /usr/share/byobu/profiles/byoburc, which sources ~/.byobu/profile and ~/.screenrc. Selecting the NONE profile makes ~/.byobu/profile a symlink to /usr/share/byobu/profiles/NONE, which also sources ~/.screenrc. The

[Bug 382643] [NEW] select-screen-profile says to run “screen” instead of “byobu”

2009-06-02 Thread Anders Kaseorg
Public bug reported: Binary package hint: byobu select-screen-profile currently outputs: Run "screen" to activate Since screen is no longer diverted to run byobu, this message should suggest running byobu instead of screen. ** Affects: byobu (Ubuntu) Importance: Undecided Status:

[Bug 329165] Re: CVE-2009-0363: multiple remote buffer overflows

2009-05-23 Thread Anders Kaseorg
** Changed in: barnowl (Ubuntu Jaunty) Status: New => Fix Released -- CVE-2009-0363: multiple remote buffer overflows https://bugs.launchpad.net/bugs/329165 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing l

[Bug 368471] Re: openafs-modules-dkms should depend on dkms

2009-05-23 Thread Anders Kaseorg
Works for me. -- openafs-modules-dkms should depend on dkms https://bugs.launchpad.net/bugs/368471 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

[Bug 369875] Re: openafs-client does not recognize openafs-modules-dkms as satisfying dependency

2009-05-23 Thread Anders Kaseorg
-Recommends: openafs-modules-source (>= 1.2.9) | openafs-modules2, lsof +Recommends: openafs-modules-dkms (>= ${source:Version}) | openafs-modules-source (>= ${source:Version}), lsof Wait, why are you dropping openafs-modules2 as a satisfying dependency? That makes it impossible to get binary Ope

[Bug 324646] Re: [karmic] Please update alsa to 1.0.20 version

2009-05-25 Thread Anders Kaseorg
alsa-base.preinst has a leading backslash before the shebang (\#!/bin/sh), as well as some merge conflict markers (<<) in the middle of the file, leading to bug 380426. The backslash was just fixed in bzr, but not the conflict markers. -- [karmic] Please update alsa to 1.0.20 version https:/

[Bug 394279] Re: bcmwl-kernel-source: dkms module won't compile

2009-07-01 Thread Anders Kaseorg
CC [M] /var/lib/dkms/bcmwl/5.10.91.9+bdcom/build/src/wl/sys/wl_iw.o /var/lib/dkms/bcmwl/5.10.91.9+bdcom/build/src/wl/sys/wl_iw.c: In function ‘dev_wlc_ioctl’: /var/lib/dkms/bcmwl/5.10.91.9+bdcom/build/src/wl/sys/wl_iw.c:127: error: ‘struct net_device’ has no member named ‘net_do_ioctl’ make[1]

[Bug 394279] Re: bcmwl-kernel-source: dkms module won't compile

2009-07-01 Thread Anders Kaseorg
The problem is that 0005-NET_DEVICE_OPS.patch, which was added to fix the build on 2.6.31, also breaks it on <= 2.6.30 due to a typo. Here is a one-line fix. ** Attachment added: "debdiff for Karmic" http://launchpadlibrarian.net/28600209/bcmwl_5.10.91.9%2Bbdcom-0ubuntu4_lp394279.debdiff --

[Bug 394343] Re: [karmic] Nvidia DKMS installation fails during boot

2009-07-01 Thread Anders Kaseorg
*** This bug is a duplicate of bug 394262 *** https://bugs.launchpad.net/bugs/394262 ** This bug has been marked a duplicate of bug 394262 [Karmic] nvidia DKMS building and installation for kernel 2.6.31-1-generic fails with exit status 10 -- [karmic] Nvidia DKMS installation fails durin

[Bug 393924] Re: Does not build on 2.6.31, o s-agp.c:296: error: ‘agp_memory’ has n o member named ‘memory’

2009-07-01 Thread Anders Kaseorg
*** This bug is a duplicate of bug 394262 *** https://bugs.launchpad.net/bugs/394262 ** This bug is no longer a duplicate of bug 394343 [karmic] Nvidia DKMS installation fails during boot ** This bug has been marked a duplicate of bug 394262 [Karmic] nvidia DKMS building and installation

[Bug 394437] [NEW] Sync git-core 1:1.6.3.3-2 (main) from Debian unstable (main).

2009-07-01 Thread Anders Kaseorg
Public bug reported: Please sync git-core 1:1.6.3.3-2 (main) from Debian unstable (main). This fixes LP bug #381151. Changelog since current karmic version 1:1.6.3.3-1: git-core (1:1.6.3.3-2) unstable; urgency=low [ Anders Kaseorg ] * Fix manpage formatting: set ASCIIDOC_NO_ROFF instead

[Bug 381151] Re: git-reset man page is mangled

2009-07-01 Thread Anders Kaseorg
Fixed in Debian. Sync request filed as LP bug #394437. -- git-reset man page is mangled https://bugs.launchpad.net/bugs/381151 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 htt

[Bug 320639] Re: Touchpad movement problems in 0.99.3

2009-07-01 Thread Anders Kaseorg
I just tried version 1.1.2-1ubuntu1 with no extra configuration, and my comment 18 still applies: > However, the pointer is still very hard to control, because the > speed varies wildly between its minimum and maximum. > > Here is some documentation from the Xorg wiki which confirms my > suspici

[Bug 394477] Re: Can't use native resolution on 2.6.31

2009-07-01 Thread Anders Kaseorg
*** This bug is a duplicate of bug 394476 *** https://bugs.launchpad.net/bugs/394476 ** This bug has been marked a duplicate of bug 394476 Can't use native resolution on 2.6.31 -- Can't use native resolution on 2.6.31 https://bugs.launchpad.net/bugs/394477 You received this bug notificati

[Bug 394262] Re: [Karmic] nvidia DKMS building and installation for kernel 2.6.31-1-generic fails with exit status 10

2009-07-02 Thread Anders Kaseorg
> PATCH_MATCH[1]="^2.6.3[1]" Why are there brackets in "^2.6.3[1]"? I’ve seen that pattern in many dkms.confs, but it doesn’t do anything; "^2.6.3[1]" is the same regex as "^2.6.31". Perhaps this idea came from a corruption of "^2.6.3[1-9]", which at least matches kernels 2.6.31 through 2.6.39?

[Bug 395218] Re: first reboot after ksplice install and my kernel was completly trashed

2009-07-03 Thread Anders Kaseorg
** Bug watch added: Email to de...@ksplice # mailto:de...@ksplice.com ** Also affects: ksplice-uptrack via mailto:de...@ksplice.com Importance: Undecided Status: New -- first reboot after ksplice install and my kernel was completly trashed https://bugs.launchpad.net/bugs/395218 Y

[Bug 395088] Re: Unresponsive gdm greeter displayed during full-upgrade

2009-07-03 Thread Anders Kaseorg
I also saw a gdm greeter spawned during an upgrade, and I can reproduce this with `sudo dpkg-reconfigure gdm`. It is not unresponsive for me, though; I can log in as myself to return to my session. ** Changed in: gdm (Ubuntu) Status: New => Confirmed -- Unresponsive gdm greeter displayed

[Bug 395913] [NEW] Sync openafs 1.4.11~pre3+dfsg-1 (universe) from Debian unstable (main).

2009-07-05 Thread Anders Kaseorg
Public bug reported: Please sync openafs 1.4.11~pre3+dfsg-1 (universe) from Debian unstable (main). Changelog since current karmic version 1.4.11~pre1+dfsg1-1: openafs (1.4.11~pre3+dfsg-1) unstable; urgency=low * New upstream release candidate. - Further fixes for rcu_read_lock dependenci

[Bug 395913] Re: Sync openafs 1.4.11~pre3+dfsg-1 (universe) from Debian unstable (main).

2009-07-05 Thread Anders Kaseorg
I fixed the changelog because requestsync picked up the wrong one. This sync is mostly important because Karmic’s current openafs 1.4.11~pre1 does not compile on Karmic’s kernel 2.6.31, while 1.4.11~pre3 works (I’ve been using it since yesterday). ** Description changed: Please sync openafs 1.

  1   2   3   4   5   6   7   8   9   10   >