[Bug 541029] Re: netboot image fails to connect to the network

2010-03-25 Thread Jeremy Kerr
Tobin - how are you booting this image? directly from redboot via a HTTP load? -- netboot image fails to connect to the network https://bugs.launchpad.net/bugs/541029 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailin

[Bug 537083] Re: Suspend no longer works after updating to 2.6.31-605.9 kernel

2010-03-17 Thread Jeremy Kerr
** Changed in: linux-fsl-imx51 (Ubuntu Lucid) Status: Fix Released => In Progress -- Suspend no longer works after updating to 2.6.31-605.9 kernel https://bugs.launchpad.net/bugs/537083 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 537083] Re: Suspend no longer works after updating to 2.6.31-605.9 kernel

2010-03-17 Thread Jeremy Kerr
s being retrieved from the platform drvdata. This change updates the suspend and resume functions to use the struct mc13892_led type. Signed-off-by: Jeremy Kerr ** Patch added: "Fix for suspend & resume with imx51 mc13892 leds driver" http://launchpadlibrarian.net/41195366/

[Bug 537083] Re: Suspend no longer works after updating to 2.6.31-605.9 kernel

2010-03-17 Thread Jeremy Kerr
Working on a fix for the update leds driver. -- Suspend no longer works after updating to 2.6.31-605.9 kernel https://bugs.launchpad.net/bugs/537083 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs

[Bug 537083] Re: Suspend no longer works after updating to 2.6.31-605.9 kernel

2010-03-17 Thread Jeremy Kerr
** Changed in: linux-fsl-imx51 (Ubuntu Lucid) Assignee: Bryan Wu (cooloney) => Jeremy Kerr (jk-ozlabs) -- Suspend no longer works after updating to 2.6.31-605.9 kernel https://bugs.launchpad.net/bugs/537083 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 531696] Re: mc13892 LED driver oopses on trigger action

2010-03-03 Thread Jeremy Kerr
The attached patch does a bit of rework to enable the driver to use a workqueue. If we need a less intrusive (but more hacky) patch, let me know. -- mc13892 LED driver oopses on trigger action https://bugs.launchpad.net/bugs/531696 You received this bug notification because you are a member of Ub

[Bug 531696] Re: mc13892 LED driver oopses on trigger action

2010-03-03 Thread Jeremy Kerr
** Patch added: "Patch to use a workqueue for setting LED brightness" http://launchpadlibrarian.net/40124884/0001-leds-mc13892-Use-workqueue-for-setting-LED-brightnes.patch ** Changed in: linux-fsl-imx51 (Ubuntu) Assignee: (unassigned) => Bryan Wu (cooloney) -- mc13892 LED driver oopse

[Bug 531696] [NEW] mc13892 LED driver oopses on trigger action

2010-03-03 Thread Jeremy Kerr
Public bug reported: Setting a LED trigger event on a babbage board will cause an oops when that trigger occurs: echo mmc0 | sudo dd of=/sys/class/leds/pmic_ledsb/trigger sudo dd if=/dev/mmcblk0 of=/dev/null The led_classdev's brightness_set function is called from an atomic context, but the m

[Bug 456398] Re: plasma clock does not update with system timezone

2009-11-10 Thread Jeremy Kerr
Jonathan: just to clarify, you're not using launchpad to track any non- packaging bugs? ** Bug watch added: KDE Bug Tracking System #213962 http://bugs.kde.org/show_bug.cgi?id=213962 ** Also affects: kdebase via http://bugs.kde.org/show_bug.cgi?id=213962 Importance: Unknown Status

[Bug 402188] Re: gvim complains about "gtk_form_set_static_gravity: assertion `static_gravity_supported' failed" in the shell it's started from

2009-11-02 Thread Jeremy Kerr
I've done a test build with the patch listed above. PPA details are at: https://launchpad.net/~jk-ozlabs/+archive/vim Fixes the bug for me. -- gvim complains about "gtk_form_set_static_gravity: assertion `static_gravity_supported' failed" in the shell it's started from https://bugs.launchpad.

[Bug 319729] Re: ARM architecture lacks support for pselect() and ppoll()

2009-10-27 Thread Jeremy Kerr
Attached a new testcase. Rather than use the libc pselect() wrapper, the new testcase has its own wrapper for pselect. Compile with: gcc -o childspin -DUSE_PSELECT_WRAPPER -Wall childspin.c Running this on a patched kernel (from Amit's comment 16), the program does not show the blocking behavio

[Bug 442697] Re: Bug Posted In Error - Disregard

2009-10-22 Thread Jeremy Kerr
Marking as invalid according to title change ** Changed in: linux (Ubuntu) Status: New => Invalid -- Bug Posted In Error - Disregard https://bugs.launchpad.net/bugs/442697 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubunt

[Bug 456398] [NEW] plasma clock does not update with system timezone

2009-10-20 Thread Jeremy Kerr
Public bug reported: Binary package hint: kdebase-workspace If I update the system timezone with: sudo dpkg-reconfigure tzdata Then the time shown by the plasma clock widget does not update, but instead continues showing the previous system timezone. This used to work; the clock would detect t

[Bug 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-10-15 Thread Jeremy Kerr
Steve - Ronnie Sahlberg has just coded up a dissector for this (possibly broken) packet format, want me to put him in touch with you? -- 2.6.31 - Can't see files in CIFS-mounted directories https://bugs.launchpad.net/bugs/406466 You received this bug notification because you are a member of Ubunt

[Bug 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-10-15 Thread Jeremy Kerr
tridge, jkthat packet in the trace is infolevel 105BUT it is encoded exactly the same as info level 104 (BOTH DIRECTORY Info), i.e. there is no new field here. tridge, jk,this is either 0x104 and 0x105 are identicalor a bug in the implementation in the server in this trace.

[Bug 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-10-15 Thread Jeremy Kerr
Chasing up with some samba folks, will report back with any answers. Will also see if I can get a wireshark dissector that understands the SMB_FIND_FILE_ID_FULL_DIR_INFO responses. In the meantime, we have a small workaround. -- 2.6.31 - Can't see files in CIFS-mounted directories https://bugs.l

[Bug 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-10-15 Thread Jeremy Kerr
Just as an additional data point: could you try mounting with the "noserverino" option, and let us know if that fixes the problem? -- 2.6.31 - Can't see files in CIFS-mounted directories https://bugs.launchpad.net/bugs/406466 You received this bug notification because you are a member of Ubuntu B

[Bug 438687] Re: FEC driver does not set "DRIVER" property in udev which makes network-manager fail

2009-10-08 Thread Jeremy Kerr
** Changed in: linux-fsl-imx51 (Ubuntu Karmic) Status: In Progress => Won't Fix ** Changed in: linux-fsl-imx51 (Ubuntu Karmic) Status: Won't Fix => In Progress -- FEC driver does not set "DRIVER" property in udev which makes network-manager fail https://bugs.launchpad.net/bugs/438

[Bug 438687] Re: FEC driver does not set "DRIVER" property in udev which makes network-manager fail

2009-10-08 Thread Jeremy Kerr
#x27;t present in the system. However, this is no different from the existing driver. Signed-off-by: Jeremy Kerr ** Attachment added: "Patch to convert fec to a platform bus driver" http://launchpadlibrarian.net/33294649/0001-drivers-net-fec-Convert-to-a-platform-bus-driver.patc

[Bug 438687] Re: FEC driver does not set "DRIVER" property in udev which makes network-manager fail

2009-10-08 Thread Jeremy Kerr
OK, thanks for the testing. Patch coming. -- FEC driver does not set "DRIVER" property in udev which makes network-manager fail https://bugs.launchpad.net/bugs/438687 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs maili

[Bug 438687] Re: FEC driver does not set "DRIVER" property in udev which makes network-manager fail

2009-10-08 Thread Jeremy Kerr
Oliver: My changes should only affect the probe code, so I'd be surprised if we seen any difference with the rx/tx paths. However, I've been surprised before, so I've done a "baseline" build, version jk0: http://kernel.ubuntu.com/~jk/bugs/438687/linux- image-2.6.31-102-imx51_2.6.31-102.10.jk0_ar

[Bug 438687] Re: FEC driver does not set "DRIVER" property in udev which makes network-manager fail

2009-10-07 Thread Jeremy Kerr
Loïc: the updated driver uses the 'platform' bus rather than 'virtual', so the device has moved in sysfs. Is this going to be a problem? Also, could you see if NM works as it does for Paul? It's possible that the DRIVER property is being exposed through a different node in sysfs. Try a recursive q

[Bug 438687] Re: FEC driver does not set "DRIVER" property in udev which makes network-manager fail

2009-10-07 Thread Jeremy Kerr
New kernel is up (jk3). Let me know how that goes, and thanks for the continued testing. -- FEC driver does not set "DRIVER" property in udev which makes network-manager fail https://bugs.launchpad.net/bugs/438687 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 438687] Re: FEC driver does not set "DRIVER" property in udev which makes network-manager fail

2009-10-07 Thread Jeremy Kerr
New test kernel up at http://kernel.ubuntu.com/~jk/bugs/438687/ - the jk2 version is my most recent build. This has a minimal platform_device for the FEC driver. We may need to provide more details to the core driver code, but try this one to see how it goes. Loïc: try this and let me know how it

[Bug 438687] Re: FEC driver does not set "DRIVER" property in udev which makes network-manager fail

2009-10-06 Thread Jeremy Kerr
I'm in the process of adding some minimal platform_driver infrastructure to the fec code; this should give the appropriate entries in sysfs. Will report back with a patch tomorrow. -- FEC driver does not set "DRIVER" property in udev which makes network-manager fail https://bugs.launchpad.net/bu

[Bug 438687] Re: FEC driver does not set "DRIVER" property in udev which makes network-manager fail

2009-10-06 Thread Jeremy Kerr
Looks like the struct netdevice for the fec interfaces don't have a "parent", and hence no driver. I'm currently building a test kernel to add a parent device for the interface, will let you know how that goes. ** Changed in: linux-fsl-imx51 (Ubuntu Karmic) Status: Triaged => Won't Fix **

[Bug 438687] Re: FEC driver does not set "DRIVER" property in udev which makes network-manager fail

2009-10-05 Thread Jeremy Kerr
>From looking at the udev code, it would seem that this is due to a missing driver symlink in the sysfs directory for this device. Could you confirm by pasting the output of: ls -l /sys/class/net/eth0/device/ ? -- FEC driver does not set "DRIVER" property in udev which makes network-manager fa

[Bug 333041] Re: Kopete package is missing .desktop file for meanwhile protocol

2009-09-30 Thread Jeremy Kerr
Scott: seeing as we're almost at karmic now, I don't think this is really an issue any more. OK to close? -- Kopete package is missing .desktop file for meanwhile protocol https://bugs.launchpad.net/bugs/333041 You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 333041] Re: Kopete package is missing .desktop file for meanwhile protocol

2009-09-30 Thread Jeremy Kerr
Scott: seeing as we're almost at karmic now, I don't think this is really an issue any more. OK to close? -- Kopete package is missing .desktop file for meanwhile protocol https://bugs.launchpad.net/bugs/333041 You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 430011] Re: Oops randomly with Huawei E220 3G dongle (regression)

2009-09-30 Thread Jeremy Kerr
Paul: any update on this? how has the test kernel been going? -- Oops randomly with Huawei E220 3G dongle (regression) https://bugs.launchpad.net/bugs/430011 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ub

[Bug 434295] Re: Ipod won't mount in 9.04

2009-09-29 Thread Jeremy Kerr
EddieVedderIsKing - we'll probably need a little more information to see what's going wrong here. Could you reproduce the problem (by plugging in the iPod, and waiting for the device to appear and disappear), and then attach copies of /var/log/daemon.log, /var/log/messages and /var/log/syslog? The

[Bug 319729] Re: ARM architecture lacks support for pselect() and ppoll()

2009-09-28 Thread Jeremy Kerr
Looks like the glibc syscall wrapper is getting in the way here; the test run in my previous comment was still using select() even though pselect is available. Once I get hold of some hardware, will do some hacking with the wrapper components. -- ARM architecture lacks support for pselect() and p

[Bug 303755] Re: Web cam won't work in Intrepid, worked in previous Ubuntu versions

2009-09-28 Thread Jeremy Kerr
picolex: looks like you do have permissions to access the device. Are you seeing the exact same output as Craig Gilding (from comment #6) when you run gstreamer-properties? Craig: could you post your output from 'id' and 'ls -l /dev/video0' too? -- Web cam won't work in Intrepid, worked in previ

[Bug 303755] Re: Web cam won't work in Intrepid, worked in previous Ubuntu versions

2009-09-22 Thread Jeremy Kerr
pixolex: how about the output of 'id'? are you in the 'video' group? Cheers, Jeremy -- Web cam won't work in Intrepid, worked in previous Ubuntu versions https://bugs.launchpad.net/bugs/303755 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 319729] Re: ARM architecture lacks support for pselect() and ppoll()

2009-09-21 Thread Jeremy Kerr
Just tried the attached build, and the childspin example still hangs. However, it looks like it's waiting somewhere in do_exit, rather than the previous deadlock, which seems to be waiting in poll_schedule_timeout Will see if I can find more about what's happening here. -- ARM architecture lacks

[Bug 430483] Re: Display turned off during boot.

2009-09-21 Thread Jeremy Kerr
Does this problem still occur if you add 'nomodeset' to the kernel boot arguments? Could be related to #425165. -- Display turned off during boot. https://bugs.launchpad.net/bugs/430483 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 303755] Re: Web cam won't work in Intrepid, worked in previous Ubuntu versions

2009-09-16 Thread Jeremy Kerr
Looks like the video device is present, but you don't have permission to open it. Could you paste the output of: id ls -l /dev/video0 Cheers, Jeremy -- Web cam won't work in Intrepid, worked in previous Ubuntu versions https://bugs.launchpad.net/bugs/303755 You received this bug notification b

[Bug 427127] [NEW] broken symlink in qemu-kvm package

2009-09-09 Thread Jeremy Kerr
Public bug reported: Binary package hint: qemu-kvm The qemu-kvm pacakge contains a broken symlink: [...@b1 ~]$ ls -l /usr/share/kvm lrwxrwxrwx 1 root root 8 2009-09-10 10:49 /usr/share/kvm -> qemu-kvm The /usr/share/qemu-kvm directory does not exist. This means that packages

[Bug 407428] Re: sshd zombie processes and strange behavior after karmic upgrade

2009-09-07 Thread Jeremy Kerr
Patch is now in udev: http://git.kernel.org/?p=linux/hotplug/udev.git;a=commitdiff;h=d412a685736e3b3350b555f4d7d8ebfc80aa54c9 -- sshd zombie processes and strange behavior after karmic upgrade https://bugs.launchpad.net/bugs/407428 You received this bug notification because you are a member of U

[Bug 407428] Re: sshd zombie processes and strange behavior after karmic upgrade

2009-09-06 Thread Jeremy Kerr
Looks like this patch has been accepted to udev: http://www.spinics.net/lists/hotplug/msg02675.html The udev.git tree doesn't look like it has been updated though, I assume Kay hasn't pushed recent changes yet. -- sshd zombie processes and strange behavior after karmic upgrade https://bugs.laun

[Bug 407428] Re: sshd zombie processes and strange behavior after karmic upgrade

2009-09-05 Thread Jeremy Kerr
ly as SIGCHLD is blocked). This change saves the original sigmask when udev starts, and restores it just before we exec() the external command. Signed-off-by: Jeremy Kerr I'm not a udev hacker, so not sure if this is the proper fix. I've sent it to linux-hotplug for comment. ** Attachmen

[Bug 422457] Re: plasma-desktop crashes sometimes using ecryptfs home directory

2009-09-03 Thread Jeremy Kerr
*** This bug is a duplicate of bug 387073 *** https://bugs.launchpad.net/bugs/387073 ** This bug has been marked a duplicate of bug 387073 BUG: unable to handle kernel NULL pointer dereference at 0228 -- plasma-desktop crashes sometimes using ecryptfs home directory https://bu

[Bug 387073] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000228

2009-09-03 Thread Jeremy Kerr
Had a bit of time to look into this, hope this helps: BUG: unable to handle kernel NULL pointer dereference at 0220 IP: [] touch_atime+0x20/0x150 8102efb0 : 8112efb0: 55 push %rbp 8112efb1: 48 89 e5mov%rsp,

[Bug 387073] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000228

2009-09-01 Thread Jeremy Kerr
I get the same oops here, usually triggered by plasma-desktop (causes KDE4 desktop, panel & widgets to disappear). Workaround is to restart plasma desktop. Linux pororo 2.6.31-9-generic #29-Ubuntu SMP Sun Aug 30 17:39:26 UTC 2009 x86_64 GNU/Linux I have a dmesg log saved, happy to attach if it'll

[Bug 239889] Re: [needs-packaging] petitboot (for PS3)

2009-08-11 Thread Jeremy Kerr
Happy to help out from the petitboot side where possible here. One of the main issues with building petitboot is that it requires a minimal linux ramdisk for the first-stage boot, which isn't trivial to compile from scratch (we actually use openWRT as a base for the current builds on the PB site).

[Bug 340265] Re: pthread manpages missing

2009-06-23 Thread Jeremy Kerr
Makes sense, closing. ** Changed in: glibc (Ubuntu) Status: New => Invalid -- pthread manpages missing https://bugs.launchpad.net/bugs/340265 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bug

[Bug 283100] Re: powertop shows kwin generating lots of wakeups (intrepid, kde4)

2009-05-12 Thread Jeremy Kerr
I just did some experimentation to reduce kwin-induced wakeups. Initially, I was seeing around 50-60 wakeups per sec due to kwin. By turning off the 'Track Mouse' effect, I now see around 11 per sec. Using jaunty here, with uxa accelleration. -- powertop shows kwin generating lots of wakeups (in

[Bug 367689] [NEW] Python reference doesn't include standard library

2009-04-26 Thread Jeremy Kerr
Public bug reported: The python2.6-doc package seems to have not generated the "standard library" reference. This is the section of the doc that I tend to refer to the most. Compare: /usr/share/doc/python2.6/html/library/index.html with: http://docs.python.org/library/ Both have the text: "P

[Bug 330797] Re: [Jaunty] Amarok 2.0.1 will not resume playback after paused

2009-04-05 Thread Jeremy Kerr
I'm not too familiar with the phonon/pulseaudio infrastructure, but happy to help out with chasing this down. Catch me on IRC ('jk-' on freenode or oftc) if you need any tracing done. -- [Jaunty] Amarok 2.0.1 will not resume playback after paused https://bugs.launchpad.net/bugs/330797 You receive

[Bug 330797] Re: [Jaunty] Amarok 2.0.1 will not resume playback after paused

2009-04-05 Thread Jeremy Kerr
OK, I've gone through the same tests here: * Just commenting-out "autospawn = yes" is not enough, as it seems this is the default. I need to change it to " = no" for autospawn to actually be disabled. * After killing the pulseaudio daemon, Amarok is opening the sound device directly: [...@pingu

[Bug 330797] Re: [Jaunty] Amarok 2.0.1 will not resume playback after paused

2009-03-23 Thread Jeremy Kerr
Potential upstream bug no: 179388 -- [Jaunty] Amarok 2.0.1 will not resume playback after paused https://bugs.launchpad.net/bugs/330797 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu

[Bug 330797] Re: [Jaunty] Amarok 2.0.1 will not resume playback after paused

2009-03-23 Thread Jeremy Kerr
Same behaviour here - Amarok will not resume after pausing, and occasionally stops playing when changing to the next track. The UI indicates that Amarok is still in 'play' mode, but the track position bar does not progress. In this state, Amarok can not be quit, and needs to be manually killed.

[Bug 338205] Re: [jaunty] plasma crashes on start with SIGSEGV

2009-03-23 Thread Jeremy Kerr
After the updates to jaunty, all looks good here - no more crashing plasma. Thanks for all the work, you guys rock. -- [jaunty] plasma crashes on start with SIGSEGV https://bugs.launchpad.net/bugs/338205 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 340280] Re: Agenda views are completely blank

2009-03-10 Thread Jeremy Kerr
OK, Interesting. I had "0,0" as the config parameter for "Separator AgendaView", so looks like this change won't affect my setup here - sizes.count() would return 2, so we'd get the unpatched behaviour regardless. Workaround is simple though, I just put sensible values in there instead (in my case

[Bug 338205] Re: [jaunty] plasma crashes on start with SIGSEGV

2009-03-10 Thread Jeremy Kerr
Running krandrtray doesn't work for me - just tried this, and plasma still crashes. I still need to edit the geometry settings manually. I've shortened the process by keeping a 'clean' plasma-appletsrc file for each possible monitor configuration (3: work, home, and laptop-only modes). When the c

[Bug 338205] Re: [jaunty] plasma crashes on start with SIGSEGV

2009-03-09 Thread Jeremy Kerr
Is the status for this bug really fix commited/fix released? The fix may have been comitted/released upstream, but (from the above comments) it sounds like it's not going to be included in jaunty. Given that the kde 4.2.2 release is scheduled for after the jaunty release, we won't see the fix in k

[Bug 338628] Re: corrupted graphics, choppy scrolling

2009-03-09 Thread Jeremy Kerr
I'm seeing the same corrupted graphics and gui slowness, but am using the intel video driver. Perhaps this is a general kdeui or qt bug? [...@pingu ~]$ apt-cache policy xserver-xorg-video-intel kdelibs5 libqt4-core xorg

[Bug 340280] Re: Agenda views are completely blank

2009-03-09 Thread Jeremy Kerr
** Attachment added: "blank agenda view screenshot" http://launchpadlibrarian.net/23685656/korganizer-screenshot.png -- Agenda views are completely blank https://bugs.launchpad.net/bugs/340280 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 340280] [NEW] Agenda views are completely blank

2009-03-09 Thread Jeremy Kerr
Public bug reported: Binary package hint: korganizer Using jaunty packages here (version listed below) When I open an 'agenda view' in korganizer (ie, day view or week view), the area where the calendar should be is completely blank. Screenshot attached (however, there seems to be an additional

[Bug 340265] [NEW] pthread manpages missing

2009-03-09 Thread Jeremy Kerr
Public bug reported: Using jaunty alpha packages (version shown below), the pthread_create manpage appears to be missing: [...@pingu ~]$ man pthread_create No manual entry for pthread_create The glibc-doc package still contains some pthread manpages, but not all. The list of manpages that seem t

[Bug 338205] Re: [jaunty] plasma crashes on start with SIGSEGV

2009-03-07 Thread Jeremy Kerr
> Hopefully hotplugging a larger screen then removing it doesn't write > any larger values to this file, otherwise it'll keep crashing... Unfortunately, after adding an external monitor then removing it, the geometry settings in plasma-appletsrc are changed back to a crashing state. This means tha

[Bug 338205] Re: [jaunty] plasma crashes on start with SIGSEGV

2009-03-06 Thread Jeremy Kerr
ok, to work around this, I needed to find each geometry setting in my plasma-appletsrc, and manually clip each value to within the screen size. Hopefully hotplugging a larger screen then removing it doesn't write any larger values to this file, otherwise it'll keep crashing... -- [jaunty] plasma

[Bug 338205] Re: [jaunty] plasma crashes on start with SIGSEGV

2009-03-06 Thread Jeremy Kerr
> Workaround is to remove all 'geometry=' lines from /usr/share/kubuntu- > default-settings/kde4-profile/default/share/config/plasma-appletsrc, and > ~/.kde/share/config/plasma-appletsrc if present. Nope, doesn't work either. will try messing around with geometry settings until something works...

[Bug 338205] Re: [jaunty] plasma crashes on start with SIGSEGV

2009-03-06 Thread Jeremy Kerr
The workaround mentioned in the linked KDE bug does not work, even after removing ~/.kde/share/config/plasma-appletsrc, plasma still crashes. This is due to the global plasma-appletsrc file /usr/share/kubuntu- default-settings/kde4-profile/default/share/config/plasma-appletsrc, from the kubuntu-de

[Bug 336057] Re: Konqueror crashes on startup (when loading about page)

2009-03-06 Thread Jeremy Kerr
Looks good, all working here. Thanks! -- Konqueror crashes on startup (when loading about page) https://bugs.launchpad.net/bugs/336057 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kdebase in ubuntu. -- kubuntu-bugs mailing list kubuntu-b..

[Bug 338205] Re: [jaunty] plasma crashes on start with SIGSEGV

2009-03-06 Thread Jeremy Kerr
Will this fix be ported to jaunty? KDE is pretty much unusable without plasma (no system tray = no network manager = no network). -- [jaunty] plasma crashes on start with SIGSEGV https://bugs.launchpad.net/bugs/338205 You received this bug notification because you are a member of Kubuntu Bugs, wh

[Bug 338205] Re: [jaunty] plasma crashes on start with SIGSEGV

2009-03-05 Thread Jeremy Kerr
If I remove the plasma-appletsrc file, the crash still occurs - no widgets added. -- [jaunty] plasma crashes on start with SIGSEGV https://bugs.launchpad.net/bugs/338205 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kdebase-workspace in ubuntu

[Bug 338205] Re: [jaunty] plasma crashes on start with SIGSEGV

2009-03-05 Thread Jeremy Kerr
OK, got a backtrace: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb4c79710 (LWP 14855)] 0xb663ceba in QTimer::stop () from /usr/lib/libQtCore.so.4 (gdb) bt #0 0xb663ceba in QTimer::stop () from /usr/lib/libQt

[Bug 338205] Re: [jaunty] plasma crashes on start with SIGSEGV

2009-03-05 Thread Jeremy Kerr
Running under gdb doesn't seem to catch the SEGV, perhaps because plasma forks and detaches from the parent process and/or kcrash is catching the signal? (gdb) run [ lines omitted ] plasma(30010) NetworkManagerApplet::showVpn: SHOWING KCrash: Application 'plasma' crashi

[Bug 338205] [NEW] [jaunty] plasma crashes on start with SIGSEGV

2009-03-05 Thread Jeremy Kerr
Public bug reported: Binary package hint: kdebase-plasma When I log in via kdm, my KDE session does not have a panel or background. This has started happening since today's upgrades. Versions are listed below. If I try to manually run plasma from the shell, I get a lot of print output from plas

[Bug 270972] Re: gvim hangs on start with gtk-qt-engine-kde4 and qt4 style

2009-02-28 Thread Jeremy Kerr
Looks to be fixed in jaunty, gvim starts fine. vim-gtk: 2:7.2.079-1ubuntu1 gtk-qt-engine: 1:1.1+svn20080816-0ubuntu6 -- gvim hangs on start with gtk-qt-engine-kde4 and qt4 style https://bugs.launchpad.net/bugs/270972 You received this bug notification because you are a member of Kubuntu Bugs, wh

[Bug 336057] [NEW] Konqueror crashes on startup (when loading about page)

2009-02-28 Thread Jeremy Kerr
Public bug reported: Using konqueror 4:4.2.0-0ubuntu3 from the jaunty beta here. When I start konqueror from the KDE menu, a key shortcut, or form the command line, nothing happens. Running under gdb reports a SIGSEGV: (gdb) run

[Bug 333041] Re: Kopete package is missing .desktop file for meanwhile protocol

2009-02-22 Thread Jeremy Kerr
Found it at kopete/protocols/meanwhile/README. I'll update the info accordingly. -- Kopete package is missing .desktop file for meanwhile protocol https://bugs.launchpad.net/bugs/333041 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kopete in

[Bug 333041] Re: Kopete package is missing .desktop file for meanwhile protocol

2009-02-22 Thread Jeremy Kerr
OK, looks like I had the wrong package - this bug is only applicable to the kbuntu-experimental PPA, and not the main Januty repo. Feel free to close. Also, where is this embedded readme? Those instructions are way out of date (the icons and desktop file are installed during 'make install'), and S

[Bug 333041] [NEW] Kopete package is missing .desktop file for meanwhile protocol

2009-02-22 Thread Jeremy Kerr
Public bug reported: Binary package hint: kopete The kopete package in the Jaunty alpha is missing the following file: /usr/share/kde4/services/kopete_meanwhile.desktop This package is included in the upstream kopete install, but it looks like the deb build is missing the file. Without this .

[Bug 295329] Re: konqueror looses connection to klauncher

2008-12-16 Thread Jeremy Kerr
Looks to be fixed in 4:4.1.3-0ubuntu1~intrepid1 due to the new upstream version. -- konqueror looses connection to klauncher https://bugs.launchpad.net/bugs/295329 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kdebase in ubuntu. -- kubuntu-b

[Bug 308473] Re: konsole doesn't respect 'show menubar' setting

2008-12-16 Thread Jeremy Kerr
Upstream KDE bug 172142, looks like a stale settings problem. Opening the profile settings, enabling and disabling the 'Show menu bar on new windows' option, and hitting 'Apply' Fixed the problem for me. -- konsole doesn't respect 'show menubar' setting https://bugs.launchpad.net/bugs/308473 You

[Bug 308473] [NEW] konsole doesn't respect 'show menubar' setting

2008-12-16 Thread Jeremy Kerr
Public bug reported: After doing an upgrade today (bringing konsole to 4:4.1.3-0ubuntu1~intrepid1), my konsole sessions no longer respect the 'Show Menubar' setting on start. I have konsole configured to hide the menubar by default. When I start a new konsole session, the menubar is always shown.

[Bug 251218] Re: Kopete KDE4 doesn't support sametime (meanwhile) protocol

2008-11-17 Thread Jeremy Kerr
OK, all committed now, so kdenetwork SVN should have meanwhile support. Revisions r885903 to r885908 contain the meanwhile updates. Ubuntu packaging folks: feel free to get in touch if you need a hand with this. -- Kopete KDE4 doesn't support sametime (meanwhile) protocol https://bugs.launchpad.

[Bug 251218] Re: Kopete KDE4 doesn't support sametime (meanwhile) protocol

2008-11-17 Thread Jeremy Kerr
I have a series of patches to update the kopete meanwhile plugin in KDE4, which will be committed to KDE svn soon. Once these are in, the kubuntu folks will need to enable the meanwhile plugin for this to work. In the meantime, I've ported these over to the intrepid kopete source: http://ozlabs.

[Bug 295329] Re: konqueror looses connection to klauncher

2008-11-17 Thread Jeremy Kerr
Same problem here. Another sympton is that konqueror keeps prompting to restore a crash session. These problems have been reported in kde bugs 167667 and 164307. Looks like this has been fixed in KDE SVN, commit r870787. Could the kubuntu team backport this change to the kdebase package? Thanks,

[Bug 299270] [NEW] Can't build KDE apps due to incorrect cmake file

2008-11-17 Thread Jeremy Kerr
Public bug reported: I'm trying to build the kopete tree from the SVN tree, to do some general kopete development work. However due to an incorrect dependency in the cmake files from the kdelibs5 package, the build fails: make[2]: *** No rule to make target `/build/buildd/kde4libs-4.1.2/obj-i486

[Bug 251593] Re: unknown filesytem type: spufs

2008-09-16 Thread Jeremy Kerr
> But I couldn't create directories below it (as described in Arnd's > arcticle [1]) even as root. However I need to go back and revisit > this later as I may have made an error somewhere. You won't be able to mkdir in the spufs mount point - only the spu_create system call will be able to create

[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. -- ubu

[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
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 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_myuid: (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: pam_mount(mount.c

[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, whi

[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: User

[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 afte

[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 https://lists.ubuntu.com/mailman/listi

[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 th

[Bug 69173] Re: rpm -t* 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* don't work https://launchpad.net/bugs/69173 -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 69173] Re: rpm -t* 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) erro

[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 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 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 Wireles

[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-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 for

<    1   2   3   4   >