[Bug 1440851] Re: `--foreign` flag broken

2018-05-13 Thread Derek Chen-Becker
This was fixed in Debian back in 2015: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709864 What will it take to get this fix into Ubuntu? It's still broken in Trusty. ** Bug watch added: Debian Bug tracker #709864 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709864 -- You

[Bug 1214379] Re: pinger crashed with SIGSEGV in malloc_consolidate()

2015-08-10 Thread Derek Chen-Becker
I see the same crash from time to time as well. Ubuntu 14.04.3, with squid3 3.3.8-1ubuntu6.2. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1214379 Title: pinger crashed with SIGSEGV in

[Bug 1214379] Re: pinger crashed with SIGSEGV in malloc_consolidate()

2015-08-10 Thread Derek Chen-Becker
I see the same crash from time to time as well. Ubuntu 14.04.3, with squid3 3.3.8-1ubuntu6.2. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid3 in Ubuntu. https://bugs.launchpad.net/bugs/1214379 Title: pinger crashed with

[Bug 927303] Re: multiload indicator icons are too small on gnome classic shell

2013-01-04 Thread Derek Chen-Becker
OK, this is a little odd (and may not be reproducible). I just upgraded my video card and during configuration accidentally enabled xinerama, which resulted in a weird issue with gnome-panel containing multiples of each item. The issue (and fix, see answer 1) is described here:

[Bug 927303] Re: multiload indicator icons are too small on gnome classic shell

2013-01-04 Thread Derek Chen-Becker
Fredrik, sorry to hear it didn't work. This is a machine that's been upgraded from 10.04 through intermediary releases, and I use gnome- classic as my shell, so it's possible I have some fortuitous combination of cruft that gets it going. -- You received this bug notification because you are a

[Bug 96676] Re: function keys don't work in gnome-terminal

2012-10-20 Thread Derek Chen-Becker
I've read through all of the comments, related bugs, etc, but I'm wondering: is there any way to fix this via termcap or without changing code for gnome-terminal? Otherwise xterm seems to be the only option for me to run emacs in a tmux session because many of my bindings are Ctrl- Fx. -- You

[Bug 969860] Re: fglrx uses 100% CPU when screen turns off (spinning in glXWaitVideoSyncSGI or glXSwapBuffers)

2012-07-12 Thread Derek Chen-Becker
Here's my stack trace. dstack kept hanging, so I just ran gdb manually. This appears to be the same bug, but the workarounds don't help. This is a: 01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Manhattan [Mobility Radeon HD 5430 Series] And the ioctl that loops is

[Bug 1000367] Re: Incorrect workspace after moving a window by ctrl+shift+alt+arrow in a multimonitor setup

2012-07-08 Thread Derek Chen-Becker
Same here. If I put a window in a workspace other than the first one and then switch between workspaces, the window will always move back to the first workspace. This is on a custom desktop with Ubuntu 12.04 x86_64, ATI Radeon HD 5430 +fglrx 8.960. This worked fine in 11.10 which I just upgraded

[Bug 771905] Re: No logo at boot on nvidia card

2011-05-15 Thread Derek Chen-Becker
I'll see the no logo and raise you a will not boot under 2.6.38-8. If I boot into 2.6.38-8 I get he behavior described here: purple screen, and it sits there. I have an encrypted root (LUKS), so I have to wait a minute and then blind-type my password in. Under 2.6.38-8 I see a brief amount of hard

[Bug 388483] Re: smbd panic action with yield_connection name=0x0

2011-04-15 Thread Derek Chen-Becker
I haven't seen it anymore. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/388483 Title: smbd panic action with yield_connection name=0x0 -- Ubuntu-server-bugs mailing list

[Bug 388483] Re: smbd panic action with yield_connection name=0x0

2011-04-15 Thread Derek Chen-Becker
I haven't seen it anymore. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/388483 Title: smbd panic action with yield_connection name=0x0 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 663135] Re: gdm broken after update to 10.10 - instant session end - signal 15 - after login

2011-02-17 Thread Derek Chen-Becker
Well, I don't know if this is the same for everyone, but I found the culprit on my machine. I added some debug statements inside of /etc/gdm/Xsession to figure out how the session was loaded and that led me to the directory /etc/X11/Xsession.d/70fglrx_32bit_dri When the file inside got sourced

[Bug 663135] Re: gdm broken after update to 10.10 - instant session end - signal 15 - after login

2011-02-17 Thread Derek Chen-Becker
Here's the diff on /etc/gdm/Xsession (not /etc/X11/Xsession!). ** Patch added: Diff on Xsession to add some logging https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/663135/+attachment/1856640/+files/Xsession.debug.diff -- You received this bug notification because you are a member of

[Bug 663135] Re: gdm broken after update to 10.10 - instant session end - signal 15 - after login

2011-02-16 Thread Derek Chen-Becker
I'm getting the signal 15 in gnome-session. Is there any log or means to debug gnome-session startup to figure out what is crashing? I can log in fine on the terminal and then run startx. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 654311] [NEW] POSTROUTING NAT doesn't operate on ISAKMP traffic

2010-10-03 Thread Derek Chen-Becker
Public bug reported: I have a Juniper firewall (SSG-5) that does ISAKMP with NAT behind my linux server. This works with the following iptables rule under linux-2.6.32.-24: iptables -t nat -A POSTROUTING -s my private network -o eth1 -j SNAT --to my public static IP Under linux-2.6.32-25, the

[Bug 654311] Re: POSTROUTING NAT doesn't operate on ISAKMP traffic

2010-10-03 Thread Derek Chen-Becker
** Attachment added: AlsaDevices.txt https://bugs.launchpad.net/bugs/654311/+attachment/1670214/+files/AlsaDevices.txt ** Attachment added: AplayDevices.txt https://bugs.launchpad.net/bugs/654311/+attachment/1670215/+files/AplayDevices.txt ** Attachment added: ArecordDevices.txt

[Bug 654311] Re: POSTROUTING NAT doesn't operate on ISAKMP traffic

2010-10-03 Thread Derek Chen-Becker
Just FYI, I ran apport after I had rebooted back to 2.6.32-24, so I just realized that some of the debug dumps are probably invalid. -- POSTROUTING NAT doesn't operate on ISAKMP traffic https://bugs.launchpad.net/bugs/654311 You received this bug notification because you are a member of Ubuntu

[Bug 654311] Re: POSTROUTING NAT doesn't operate on ISAKMP traffic

2010-10-03 Thread Derek Chen-Becker
Also, other (non-ISAKMP) traffic, such as HTTP, SSH, etc, gets NATed just fine. It only seems to be the ISAKMP traffic. -- POSTROUTING NAT doesn't operate on ISAKMP traffic https://bugs.launchpad.net/bugs/654311 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 595489] Re: lvm snapshot causes deadlock in 2.6.35

2010-07-31 Thread Derek Chen-Becker
I can confirm that the bug starts with 2.6.32-24 in Lucid. I get a hard lock every night on that kernel when my incremental backup runs and snapshots /var. If I switch back to 2.6.32-23, everything works great. I also tried the latest nightly (vmlinuz-2.6.35-999-generic) and I get the same issue

[Bug 475845] Re: delay on printing dialog in evince

2010-05-18 Thread Derek Chen-Becker
I had the same issue with a network-attached HP 3052 MFP. Disabling the Listen on the cups.sock worked for me. -- delay on printing dialog in evince https://bugs.launchpad.net/bugs/475845 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 553739] Re: [gm45] Mouse Cursor changes from white to black

2010-05-06 Thread Derek Chen-Becker
I'm actually seeing the same thing and I'm using the custom binary NVidia drivers. The custom pointer was working fine in 9.10 but now I get the described behavior in 10.04 after the upgrade. -- [gm45] Mouse Cursor changes from white to black https://bugs.launchpad.net/bugs/553739 You received

[Bug 379761] Re: MASTER - FF 3.5 font hinting does not honour gnome-settings

2010-04-30 Thread Derek Chen-Becker
I just upgraded to 10.04 this morning and I'm seeing broken hinting until I use the .fonts.conf workaround. -- MASTER - FF 3.5 font hinting does not honour gnome-settings https://bugs.launchpad.net/bugs/379761 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 498130] Re: Emerald crashes when selecting themes. Ubuntu 10.04 (Alpha1)

2010-04-30 Thread Derek Chen-Becker
Seeing something very similar here in Lucid final: $ emerald-theme-manager ** Gtk:ERROR:/build/buildd/gtk+2.0-2.20.0/gtk/gtkfilesystemmodel.c:330:node_set_visible: assertion failed: (row model-files-len) Aborted (after clicking on any theme) -- Emerald crashes when selecting themes. Ubuntu

[Bug 482425] Re: Sound input stopped working after upgrade from Jaunty to Karmic

2010-03-29 Thread Derek Chen-Becker
It's working now, thanks! -- Sound input stopped working after upgrade from Jaunty to Karmic https://bugs.launchpad.net/bugs/482425 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 516182] [NEW] Tracker isn't watching directories for new/changed files

2010-02-02 Thread Derek Chen-Becker
Public bug reported: Binary package hint: tracker I have tracker configured to watch my home directory and a couple of other directories, as shown by the log: 02 Feb 2010, 09:45:12: Tracker: State change from 'Initializing' -- 'Watching' 02 Feb 2010, 09:45:12: Tracker: User ignored crawls

[Bug 516182] Re: Tracker isn't watching directories for new/changed files

2010-02-02 Thread Derek Chen-Becker
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/38671093/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/38671094/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/38671095/ProcStatus.txt ** Attachment

[Bug 516182] Re: Tracker isn't watching directories for new/changed files

2010-02-02 Thread Derek Chen-Becker
Argh. I was poking around and found that the EnableWatching parameter was set to false. I've never edited tracker.cfg, so is there some way that this gets set from the UI? -- Tracker isn't watching directories for new/changed files https://bugs.launchpad.net/bugs/516182 You received this bug

[Bug 482425] Re: Sound input stopped working after upgrade from Jaunty to Karmic

2009-11-24 Thread Derek Chen-Becker
Well, the latest upgrade on the Karmic ALSA backports seems to have fixed it. -- Sound input stopped working after upgrade from Jaunty to Karmic https://bugs.launchpad.net/bugs/482425 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 482425] Re: Sound input stopped working after upgrade from Jaunty to Karmic

2009-11-14 Thread Derek Chen-Becker
OK, I had already installed the karmic alsa backports, so I'm running 1.0.21: de...@rocky:~$ cat /proc/asound/version Advanced Linux Sound Architecture Driver Version 1.0.21. Compiled on Oct 15 2009 for kernel 2.6.31-14-generic (SMP). The .asoundrc was from setting up skype in Jaunty. I've

[Bug 458995] Re: [karmic] Trackerd goes into infinite loop indexing .xsession-errors

2009-11-14 Thread Derek Chen-Becker
Well, this is bad news. Even with the manual ignore on .xsession-errors, tracker decided some time last night to start tracking it anyways. I woke up this morning to a home drive that had gone from 156GB free to 10MB (!) free. I've completely disabled tracker at this point. -- [karmic] Trackerd

[Bug 482425] [NEW] Sound input stopped working after upgrade from Jaunty to Karmic

2009-11-13 Thread Derek Chen-Becker
Public bug reported: Sound output works fine after the upgrade, and I can hear sound from the mic via the monitor, but the input level is zero no matter which input I select in sound preferences (Line In, Mic 1, Mic 2). I tried running the following command: arecord -D front -r 48k -c 2 -f

[Bug 482425] Re: Sound input stopped working after upgrade from Jaunty to Karmic

2009-11-13 Thread Derek Chen-Becker
** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/35668401/AlsaDevices.txt ** Attachment added: AplayDevices.txt http://launchpadlibrarian.net/35668402/AplayDevices.txt ** Attachment added: ArecordDevices.txt http://launchpadlibrarian.net/35668403/ArecordDevices.txt

[Bug 482425] Re: Sound input stopped working after upgrade from Jaunty to Karmic

2009-11-13 Thread Derek Chen-Becker
Also, I want to note that I went into Alsamixer and checked all settings. As far a I can tell they're correct. -- Sound input stopped working after upgrade from Jaunty to Karmic https://bugs.launchpad.net/bugs/482425 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 458995] Re: [karmic] Trackerd goes into infinite loop indexing .xsession-errors

2009-11-03 Thread Derek Chen-Becker
I can confirm the same behavior on an upgrade from jaunty to karmic. Manually adding .xsession-errors to the ignore patterns in the search preferences stops the behavior. -- [karmic] Trackerd goes into infinite loop indexing .xsession-errors https://bugs.launchpad.net/bugs/458995 You received

[Bug 385373] Re: Segfault in smbd

2009-06-24 Thread Derek Chen-Becker
Just got another panic. Looks like the same stack trace: [Thread debugging using libthread_db enabled] [New Thread 0x7f176d176710 (LWP 24480)] 0x7f1769d298f5 in waitpid () from /lib/libc.so.6 #0 0x7f1769d298f5 in waitpid () from /lib/libc.so.6 #1 0x7f1769cc12d1 in ?? () from

[Bug 385373] Re: Segfault in smbd

2009-06-24 Thread Derek Chen-Becker
Just got another panic. Looks like the same stack trace: [Thread debugging using libthread_db enabled] [New Thread 0x7f176d176710 (LWP 24480)] 0x7f1769d298f5 in waitpid () from /lib/libc.so.6 #0 0x7f1769d298f5 in waitpid () from /lib/libc.so.6 #1 0x7f1769cc12d1 in ?? () from

[Bug 385373] Re: Segfault in smbd

2009-06-12 Thread Derek Chen-Becker
Here they are. I'm pretty sure there's nothing in there related to Samba, but let me know. ** Attachment added: audit-entries.txt http://launchpadlibrarian.net/27833606/audit-entries.txt -- Segfault in smbd https://bugs.launchpad.net/bugs/385373 You received this bug notification because you

[Bug 385373] Re: Segfault in smbd

2009-06-12 Thread Derek Chen-Becker
Here they are. I'm pretty sure there's nothing in there related to Samba, but let me know. ** Attachment added: audit-entries.txt http://launchpadlibrarian.net/27833606/audit-entries.txt -- Segfault in smbd https://bugs.launchpad.net/bugs/385373 You received this bug notification because you

[Bug 385373] Re: Segfault in smbd

2009-06-11 Thread Derek Chen-Becker
There are some audit lines, but none for smb or samba. Anything in particular I should be looking for? -- Segfault in smbd https://bugs.launchpad.net/bugs/385373 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. --

[Bug 385373] Re: Segfault in smbd

2009-06-11 Thread Derek Chen-Becker
There are some audit lines, but none for smb or samba. Anything in particular I should be looking for? -- Segfault in smbd https://bugs.launchpad.net/bugs/385373 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 385373] [NEW] Segfault in smbd

2009-06-09 Thread Derek Chen-Becker
Public bug reported: Binary package hint: samba Ubuntu: 9.04 (Jaunty) Samba: 3.3.2-1ubuntu3 I'm getting emails periodically that smbd is having a panic. I installed the debug symbols and here's the stack trace: [Thread debugging using libthread_db enabled] [New Thread 0x7fbc9b551710 (LWP

[Bug 385373] [NEW] Segfault in smbd

2009-06-09 Thread Derek Chen-Becker
Public bug reported: Binary package hint: samba Ubuntu: 9.04 (Jaunty) Samba: 3.3.2-1ubuntu3 I'm getting emails periodically that smbd is having a panic. I installed the debug symbols and here's the stack trace: [Thread debugging using libthread_db enabled] [New Thread 0x7fbc9b551710 (LWP

[Bug 281188] Re: Panic or segfault in Samba

2009-06-04 Thread Derek Chen-Becker
I'm on intrepid and I get this maybe once a week. I'm not sure if this is the same issue, since the stack trace looks slightly different: [Thread debugging using libthread_db enabled] [New Thread 0x7fbc9b551710 (LWP 20441)] 0x7fbc981058f5 in waitpid () from /lib/libc.so.6 #0

[Bug 281188] Re: Panic or segfault in Samba

2009-06-04 Thread Derek Chen-Becker
I'm on intrepid and I get this maybe once a week. I'm not sure if this is the same issue, since the stack trace looks slightly different: [Thread debugging using libthread_db enabled] [New Thread 0x7fbc9b551710 (LWP 20441)] 0x7fbc981058f5 in waitpid () from /lib/libc.so.6 #0

[Bug 307472] Re: multiload-applet-2 leaks memory

2009-01-13 Thread Derek Chen-Becker
I believe I already have those packages installed and I'm definitely seeing a memory leak: Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/

[Bug 307472] Re: multiload-applet-2 leaks memory

2009-01-10 Thread Derek Chen-Becker
I second Brian's request. I leave my Intrepid box running for a lng time and right now the multiload applet is consuming 800MB (!) of resident memory: PID USER PR NI VIRT SWAP RES SHR S %CPU %MEM TIME P COMMAND 19855 derek 20 0 685m 197m 488m

[Bug 305602] [NEW] Sound not working in Intrepid on Dell M4300 with HDA Intel, STAC92X, 2.6.27-9-generic

2008-12-05 Thread Derek Chen-Becker
Public bug reported: This is a very strange bug. After the upgrade from Hardy (where sound worked fine) to Intrepid sound stopped working. I tried all of the tips in https://wiki.ubuntu.com/DebuggingSoundProblems but nothing worked. I downloaded the latest alsa drivers (1.0.18a) and compiled and

[Bug 277339] Re: No sound (HDA Intel Sigmatel STAC9200) Intrepid Beta

2008-11-18 Thread Derek Chen-Becker
Same thing here with a Dell M4200. This worked great in Hardy, so I'm not sure what changed. My alsa-info is here: http://www.alsa- project.org/db/?f=378414334829aca25d2431dad329630e02871256 I've tried stopping pulseaudio and using aplay directly. The command runs, and strace indicates that it's

[Bug 224453] [NEW] size calculation wrong

2008-04-29 Thread Derek Chen-Becker
Public bug reported: Binary package hint: brasero This is more funny than annoying. I set up a data disk project that ended up being almost exactly 2048MB in size. The graph/display at the bottom shows the size of the image as 1.10GB instead of 2GB as I would expect. I'll attach a screen shot.

[Bug 224453] Re: size calculation wrong

2008-04-29 Thread Derek Chen-Becker
** Attachment added: brasero-bug.png http://launchpadlibrarian.net/14027782/brasero-bug.png -- size calculation wrong https://bugs.launchpad.net/bugs/224453 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 162230] Re: text wrap in terminal stops working

2007-11-16 Thread Derek Chen-Becker
*** This bug is a duplicate of bug 88504 *** https://bugs.launchpad.net/bugs/88504 ** This bug has been marked a duplicate of bug 88504 Screen corruption. -- text wrap in terminal stops working https://bugs.launchpad.net/bugs/162230 You received this bug notification because you are a

[Bug 162230] Re: text wrap in terminal stops working

2007-11-13 Thread Derek Chen-Becker
Attachment showing line wrapping it back over itself. ** Attachment added: Line wraps back over itself http://launchpadlibrarian.net/10351698/bad%20wrap.png -- text wrap in terminal stops working https://bugs.launchpad.net/bugs/162230 You received this bug notification because you are a

[Bug 162230] Re: text wrap in terminal stops working

2007-11-13 Thread Derek Chen-Becker
Long line gets truncated when using cat on a big file. The first line should be the entire first paragraph from A Tale of Two Cities. ** Attachment added: Truncated long line http://launchpadlibrarian.net/10351707/Truncate%20wrap.png -- text wrap in terminal stops working

[Bug 162230] text wrap in terminal stops working

2007-11-12 Thread Derek Chen-Becker
Public bug reported: Binary package hint: gnome-terminal After some amount of time, text starts wrapping back over itself (same line). If I cat a file, any text over the width of the terminal is simply truncated. It seems I'm not the only person to have this issue:

[Bug 154912] Re: Keyboard stops working for some apps

2007-10-22 Thread Derek Chen-Becker
Well, I cursed myself. Now it won't work in terminal sometimes. When it happens I can still use hotkeys (alt-f1, f2, etc) to switch desktops. Also, sometimes if I use alt-tab to switch between windows the window will catch up on the keyboard events and suddenly everything I typed shows up, but

[Bug 117329] Re: Mouse and keyboard stops working suddenly

2007-10-22 Thread Derek Chen-Becker
I wonder if my bug (154912) is related. I'm on a PS/2 KVM and while my mouse works fine, my keyboard stops working for some apps. Of course, the keyboard still works for getting to a console, or for switch desktops so I'm not having the exact same problem. -- Mouse and keyboard stops working

[Bug 150471] Re: [Gutsy] high processor activity after logging out and then logging in again

2007-10-22 Thread Derek Chen-Becker
Same as Nick B. This is on a laptop that worked fine with Feisty and then did an upgrade manager upgrade to Gutsy -- [Gutsy] high processor activity after logging out and then logging in again https://bugs.launchpad.net/bugs/150471 You received this bug notification because you are a member of

[Bug 154912] Re: Keyboard stops working for some apps

2007-10-22 Thread Derek Chen-Becker
OK, this might be a bug in xlib or higher. I ran thunderbird through xmon and capture the keypress/keyrelease events. I've attached the output. The first four events are me hitting Ctl-L to forward a message (all of the detail keycodes appear to be off by one). The forward dialog comes up and I

[Bug 104125] Re: PATA drive no longer works with transition to ata_piix

2007-10-22 Thread Derek Chen-Becker
I can't reproduce this on Gutsy. In fact, in Feisty I upgraded the kernel and it stopped doing it as well. Thanks, Derek -- PATA drive no longer works with transition to ata_piix https://bugs.launchpad.net/bugs/104125 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 154912] Keyboard stops working for some apps

2007-10-20 Thread Derek Chen-Becker
Public bug reported: Binary package hint: xorg Everything was working fine in Feisty. I upgraded to Gutsy and now when I'm typing in Eclipse or Thunderbird the app will stop responding to keyboard. IT hasn't happened in terminal, although I type a lot more in that one. In particular, it seems to

[Bug 154912] Re: Keyboard stops working for some apps

2007-10-20 Thread Derek Chen-Becker
I forgot to mention, but mouse continues to work fine for the apps. -- Keyboard stops working for some apps https://bugs.launchpad.net/bugs/154912 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 154912] Re: Keyboard stops working for some apps

2007-10-20 Thread Derek Chen-Becker
I fired up xev and attached it to my (non-responsive) thunderbird window. I've attached a file of the output. As you can see, there are no key press or release events. The only thing I can see is some KeyMapEvents, but I don't know enough about X to know if that means anything. Thanks, Derek **

[Bug 140000] Re: [compiz] - Can't unconfigure ALT-F2 in Gusty

2007-10-19 Thread Derek Chen-Becker
Well, it looks like I have the fixed version (0.5.2+git20071010-0ubuntu1), but for some reason Alt-F3 continues to open the desktop search bar no matter what I do. Alt-F1, F2 and F4 correctly switch to workspaces 1, 2 and 4 respectively, but Alt-F3 just seems stubborn. I checked in the deskbard

[Bug 53966] Re: transcode and tccat segfault with a glibc double free or corruption

2007-09-05 Thread Derek Chen-Becker
I haven't tried it in a long time. I'd say close it and I can always re- open and refer to this bug if it happens again. Thanks, Derek -- transcode and tccat segfault with a glibc double free or corruption https://bugs.launchpad.net/bugs/53966 You received this bug notification because you are

[Bug 104125] Kernel things PATA drive is SCSI

2007-04-07 Thread Derek Chen-Becker
Public bug reported: Upgraded to 7.04 and kernel 2.6.20-9-386. Everything works fine. I got some package updates last night that upgraded the kernel to 2.6.20-14 and instead of having /dev/hda3 I get /dev/sda3. The drive starts showing tons of errors, mounts read-only, etc. If I select

[Bug 104125] Re: Kernel things PATA drive is SCSI

2007-04-07 Thread Derek Chen-Becker
Here's the section for IDE init in 2.6.20-9: Apr 7 07:42:23 evans kernel: [ 12.186851] ICH5: IDE controller at PCI slot :00:1f.1 Apr 7 07:42:23 evans kernel: [ 12.186863] ACPI: PCI Interrupt :00:1f.1[A] - GSI 18 (level, low) - IRQ 18 Apr 7 07:42:23 evans kernel: [ 12.186875]

[Bug 104125] Re: PATA drive no longer works with transition to ata_piix

2007-04-07 Thread Derek Chen-Becker
** Summary changed: - Kernel thinks PATA drive is SCSI + PATA drive no longer works with transition to ata_piix ** Description changed: Upgraded to 7.04 and kernel 2.6.20-9-386. Everything works fine. I got some package updates last night that upgraded the kernel to 2.6.20-14 - and instead

[Bug 52111] Re: Video corruption with Xorg radeon driver

2007-01-05 Thread Derek Chen-Becker
I thought the fglrx driver was the binary only one you had to get from ATI directly. Here's my xdpyinfo output: name of display::0.0 version number:11.0 vendor string:The X.Org Foundation vendor release number:70101000 X.Org version: 7.1.1 maximum request size: 16777212 bytes

[Bug 52111] Re: Video corruption with Xorg radeon driver

2007-01-04 Thread Derek Chen-Becker
Well, I actually just upgraded to Edgy and it seems to have fixed it. I have yet to see any video corruption. -- Video corruption with Xorg radeon driver https://launchpad.net/bugs/52111 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 53966] transcode and tccat segfault with a glibc double free or corruption

2006-07-24 Thread Derek Chen-Becker
Public bug reported: Binary package hint: transcode It looks like this is a known bug to the transcode team: http://www.transcoding.org/cgi-bin/transcode?Bug_Showcase Check the entry titled 20051119 - tccat segfaults when input is a directory containing multiple VOB files. This occurs under

[Bug 52100] Re: Doesn't not have the Centeral standard time zone

2006-07-06 Thread Derek Chen-Becker
To select Central Time Zone, use America/Chicago on the map. At least on the timezone GUI map, it would be difficult to display every city possible. If you use tzselect/tzconfig from the shell, it would say essentially the same thing: The following information has been given: United

[Bug 52100] Re: Doesn't not have the Centeral standard time zone

2006-07-06 Thread Derek Chen-Becker
I wasn't sure if this should be rejected as a non-bug ** Changed in: Ubuntu Sourcepackagename: None = gnome-system-tools Status: Unconfirmed = In Progress -- Doesn't not have the Centeral standard time zone https://launchpad.net/bugs/52100 -- ubuntu-bugs mailing list

[Bug 52111] Video corruption with Xorg radeon driver

2006-07-06 Thread Derek Chen-Becker
Public bug reported: I'm not sure if this is a duplicate of #38198 or #34435, since both of those bug reports only mention buttons and scrollbars. In my case, it's the whole screen that gets covered in offset rows of colored dots. I tried to take a screenshot of it, but the screenshot was

[Bug 52111] Re: Video corruption with Xorg radeon driver

2006-07-06 Thread Derek Chen-Becker
I spoke too soon. I'm still getting corruption with RenderAccel == off -- Video corruption with Xorg radeon driver https://launchpad.net/bugs/52111 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs