[Bug 497637] [NEW] bash segfaults when TERM=eterm*

2009-12-16 Thread jpkotta
Public bug reported: Binary package hint: bash If the value of the environment variable TERM starts with eterm and the EMACS env var is unset, bash will segfault. The cause is not checking that getenv() is returning NULL when EMACS is unset. To reproduce: unset EMACS; TERM=eterm bash

[Bug 388506] Re: udev 60-persistent-storage.rules vol_id cancels hdd spin-down

2009-07-14 Thread jpkotta
Indeed, hdparm does not need to open the file RW. I have only tested RO hdparm with -t, -T, -y, -Y, -i, -I, and -C, and not very thoroughly. ** Attachment added: open_ro.patch http://launchpadlibrarian.net/29027667/open_ro.patch -- udev 60-persistent-storage.rules vol_id cancels hdd

[Bug 388506] Re: udev 60-persistent-storage.rules vol_id cancels hdd spin-down

2009-07-14 Thread jpkotta
hdparm-9.15 fixes this issue (it opens the file RO). -- udev 60-persistent-storage.rules vol_id cancels hdd spin-down https://bugs.launchpad.net/bugs/388506 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 156002] Re: Dolphin crashes (SIGSEGV) under certain drag'n'drop conditions

2009-02-21 Thread jpkotta
Running 8.10 amd64. This crash has been with me since I installed 8.10, completely reproducible. I just installed KDE 4.2 from http://ppa.launchpad.net/kubuntu-experimental/ubuntu. Crash happens just as before. Clearly a QT problem; it affects Konqueror and Krusader (my usual file manager).

[Bug 295536] Re: cups-pdf fails bad status reported and no pdf created

2008-12-14 Thread jpkotta
I got it to work. I changed the permissions on $HOME. Permissions on $HOME were 750. 755 works, 751 and 754 do not work. Permissions on ~/PDF are 700. -- cups-pdf fails bad status reported and no pdf created https://bugs.launchpad.net/bugs/295536 You received this bug notification because

[Bug 238745] [NEW] gusty-hardy cdromupgrade breaks

2008-06-09 Thread jpkotta
Public bug reported: I'm running Xubuntu 7.10 amd64. I tried to use the cdromupgrade script to upgrade from 7.10 to 8.04 (this is the way I usually upgrade). I followed the instructions in the wiki. I was installing from the Kubuntu alternate CD, because I decided I use more KDE things than

[Bug 238745] Re: gusty-hardy cdromupgrade breaks

2008-06-09 Thread jpkotta
** Attachment added: main.log from the cdromupgrade http://launchpadlibrarian.net/15165364/main.log.gz -- gusty-hardy cdromupgrade breaks https://bugs.launchpad.net/bugs/238745 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 157162] Re: Azureus crashes on icedtea-java7 on x86_64

2007-11-24 Thread jpkotta
*** This bug is a duplicate of bug 152362 *** https://bugs.launchpad.net/bugs/152362 I just installed an Azureus update from gutsy-updates, and the launch script is choosing icedtea by default. The bug in icedtea is apparently not fixed, so Azureus crashes. Works fine with sun-java-6. --

[Bug 92994] Re: Since update to feisty, CPU fan in laptop won't stop spinning

2007-04-19 Thread jpkotta
A similar thing happened to me. I went straight from Dapper to Feisty Beta. The cpu governor works properly out of the box, but the default behavior is different. From what I gather, Dapper used powernowd, but Feisty uses kernelmode governors. powernowd defaults to ignoring nice'd processes in

[Bug 32906] Re: sudo shouldn’t ABSOLUTEL Y NEED to look up the host it’s running on

2006-06-28 Thread jpkotta
Related bug: https://launchpad.net/bugs/19553 From what I understand, sudo can perform commands on several different hosts, hence it needs to know what host it's on. Personally, I keep the root account enabled, because I don't trust sudo. -- sudo shouldn’t ABSOLUTELY NEED to look up the host