[Bug 123696] Re: dependency problem on Kubuntu

2008-07-04 Thread Jeremy Kerr
Just applied Bård's patch here, and it works great. Thanks! Bård - any chance at re-submitting this upsteam? -- dependency problem on Kubuntu https://bugs.launchpad.net/bugs/123696 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 77649] Re: kernel-package doesn't work if CONFIG_LOCALVERSION_AUTO is set

2008-05-04 Thread Jeremy Kerr
Confirmed on Hardy too. The problem is in /usr/share/kernel- package/ruleset/misc/version_vars.mk - we construct a version variable as follows: version = $(VERSION).$(PATCHLEVEL) $(SUBLEVEL)$(EXTRAVERSION)$(iatv)$(LOCALVERSION)$(GIT_VERSION) However, $(LOCALVERSION) already includes the contents

[Bug 117736] Re: pam_mount unable to unmount needs root priv

2008-04-26 Thread Jeremy Kerr
Also present in hardy. pam_mount can't unmount on logout: pam_mount(misc.c:285) command: /sbin/umount.crypt [/home/crypt/] pam_mount(misc.c:56) set_myuidpre: (uid=1001, euid=1001, gid=1001, egid=1001) pam_mount(misc.c:358) error setting uid to 0 pam_mount(mount.c:104) umount errors:

[Bug 117736] Re: pam_mount unable to unmount needs root priv

2008-04-26 Thread Jeremy Kerr
The login-count bug mentioned in comment 1 is also a symptom of the early-priv-dropping problem. When pam_mount decreases the login count to 0, it tries to remove the /var/run/pam_mount/$USER file, but can't as it doesn't have the privileges to do so. This results in a stale login count file. --

[Bug 210048] [NEW] mt-daapd server crashes when requesting a scan

2008-03-31 Thread Jeremy Kerr
Public bug reported: Binary package hint: mt-daapd By requesting a metadata scan through mt-daapd's web interface, I can crash the mt-daapd process. I see the following in the log output (using 'sudo mt-daapd -D webserver -d -f'): Thread 12: Request: POST /xml-rpc HTTP/1.1 Thread 12: Read:

[Bug 210048] Re: mt-daapd server crashes when requesting a scan

2008-03-31 Thread Jeremy Kerr
** Attachment added: Patch to fix return value in ws_addarg http://launchpadlibrarian.net/13010565/fix-crash-on-scan.patch -- mt-daapd server crashes when requesting a scan https://bugs.launchpad.net/bugs/210048 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 196600] Re: powerpc ibm pseries 620 stopping after kernel load

2008-03-18 Thread Jeremy Kerr
Hi Ulrich, How is your console connected on this machine? Are you using a management center console or a serial cable? Also, try adding 'debug' to the kernel command line, to override the default 'quiet' option. Let us know what output you get with that. -- powerpc ibm pseries 620 stopping

[Bug 72832] Re: no console started on cell machine

2006-11-25 Thread Jeremy Kerr
$ stty --file /dev/hvc0 speed 38400 However, the hvc devices ignore the speed parameter - no handler for ioctl() is registered. -- no console started on cell machine https://launchpad.net/bugs/72832 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 72832] Re: no console started on cell machine

2006-11-23 Thread Jeremy Kerr
Correct. There is no VT, only the console on /dev/hvc0 (in fact, my previous /etc/event.d/ example should do a getty on /dev/hvc0, not /dev/console). Rather than having to worry about every possible console configuration, can the installer set up a /etc/event.d/ file to point to the console where

[Bug 72832] no console started on cell machine

2006-11-22 Thread Jeremy Kerr
Public bug reported: The default setup of the system-services package doesn't start a login on an IBM cell machine. This is after doing a minimal netinstall with the edgy server initrd. Looking in /etc/event.d/, I see there are several files (tty[1-6]) to start consoles on the tty devices, but

[Bug 69173] Re: rpm -t* compressed file don't work

2006-11-16 Thread Jeremy Kerr
Also occurs in edgy. When trying to build a RPM: [EMAIL PROTECTED] ~]$ rpmbuild -v -ta (package).tar.gz error: Name field must be present in package: (main package) error: Version field must be present in package: (main package) error: Release field must be present in package: (main package)

[Bug 69173] Re: rpm -t* compressed file don't work

2006-11-16 Thread Jeremy Kerr
Looks like it's fixed upstream, but here's a patch in the interim. ** Attachment added: Add --wildcard to tarball build options http://librarian.launchpad.net/5093654/fix-tarball-build.patch -- rpm -t* compressed file don't work https://launchpad.net/bugs/69173 -- ubuntu-bugs mailing list

[Bug 71609] Can't unmount UUID= volume as a user

2006-11-13 Thread Jeremy Kerr
Public bug reported: I have the following entry in /etc/fstab: UUID=00a1665a-f7f1-48c6-8dff-65e77c98bd2f /media/extdisk ext3 user,noauto,exec0 0 - to allow a nonprivileged user (ie, me) to mount a firewire disk with the specified UUID. mounting works fine, but unmounting (as the same

[Bug 40359] Re: libgpod causes segfault on startup

2006-11-13 Thread Jeremy Kerr
Works fine on edgy - amarok can sync just fine now. -- libgpod causes segfault on startup https://launchpad.net/bugs/40359 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 69643] no wireless networks after upgrade to 0.1-0ubuntu1

2006-11-01 Thread Jeremy Kerr
Public bug reported: After upgrading from 0.1~svn-r533312-0ubuntu1 to 0.1-0ubuntu1, I can no longer access any wireless networks. 0.1~svn-r533312-0ubuntu1 works fine, and lists wireless networks in the context menu. The gnome network manager applet also works fine. Selecting the 'Enable

[Bug 52365] Re: Amarok xine backend can't play FLAC files (1.4.1).

2006-08-09 Thread Jeremy Kerr
The source package that I posted *is* a backport to dapper. Building the x86 binaries shouldn't be hard at all. Just extract the tar file, cd to the new directory, apply the (gzipped) diff and run 'dpkg- buildpackage -rfakeroot'. If it's really necessary, I can find an x86 box to build this on

[Bug 52365] Re: Amarok xine backend can't play FLAC files (1.4.1).

2006-08-09 Thread Jeremy Kerr
It's an update to libxine. -- Amarok xine backend can't play FLAC files (1.4.1). https://launchpad.net/bugs/52365 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 52365] Re: Amarok xine backend can't play FLAC files (1.4.1).

2006-07-31 Thread Jeremy Kerr
OK, the patch fixes the problem here. I've done a simple backport to the current libxine (ie, just adding the patch to the ubuntu diff), and amarok 1.4.1 will play flacs with no problem. Source packages are here: http://ozlabs.org/~jk/libxine-bugfix.tmp (there are some powerpc binaries too,

[Bug 52365] Re: Amarok xine backend can't play FLAC files (1.4.1).

2006-07-12 Thread Jeremy Kerr
Having the same problem here after upgrading to 1.4.1 from 1.4.0, using the kubuntu.org packages on Dapper. flac packages (libflac++5c2, libflac7, liboggflac3 and flac) are all at version 1.1.2-3ubuntu1. -- Amarok xine backend can't play FLAC files (1.4.1). https://launchpad.net/bugs/52365 --

<    1   2   3   4