[Bug 1851789] [NEW] Xorg freeze

2019-11-08 Thread Alexander Biehl
Public bug reported: While each window partly unresponsive, the system did not freeze up completely. I was still able to switch active windows or change to different desktops. But within each window, only the previously active part I was still able to interact with. For example in my browser, th

[Bug 356537] Re: pybootchartgui crashed with ValueError in _parse_proc_ps_log()

2009-04-13 Thread biehl
Woops, r116 is broken, r117 fixes this http://code.google.com/p/pybootchartgui/source/detail?r=117 -- pybootchartgui crashed with ValueError in _parse_proc_ps_log() https://bugs.launchpad.net/bugs/356537 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 356537] Re: pybootchartgui crashed with ValueError in _parse_proc_ps_log()

2009-04-13 Thread biehl
Fix committed as r116 http://code.google.com/p/pybootchartgui/source/detail?r=116 -- pybootchartgui crashed with ValueError in _parse_proc_ps_log() https://bugs.launchpad.net/bugs/356537 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -

[Bug 343215] Re: pybootchartgui crashed with ValueError in get_proc_state()

2009-04-12 Thread biehl
Hi Martin, Nice with the debdiff - can you update it to note that bugs https://bugs.launchpad.net/bugs/342593 https://bugs.launchpad.net/bugs/355954 would also be fixed? And if you add python-cairo and python-gtk2 as runtime dependencies then https://bugs.launchpad.net/ubuntu/+source/pybootcha

[Bug 356537] Re: pybootchartgui crashed with ValueError in _parse_proc_ps_log()

2009-04-10 Thread biehl
Yes. In all recent bootchart dumps I have there 44 tokens (or 45 like above). In the example files from 2005 in the original java bootchart project the lines have 41 tokens. Hmm, I should probably just count on the 44 token format and do something like your patch. Thanks, Anders -- pybootchart

[Bug 358364] Re: slider does not scale along when zooming in

2009-04-10 Thread biehl
Hi David, Thanks for the report. This is not fixed yet, so you are very welcome to file a bug at code.google.com (but this report is also fine - I will have a look at the code). A workaround is to use the "drag-ability" of the chart when zoomed. Simply leftclik, hold and drag. Best, Anders --

[Bug 356537] Re: pybootchartgui crashed with ValueError in _parse_proc_ps_log()

2009-04-07 Thread biehl
Thanks. It seems that process commands can have a space in them and that you have such processes sometimes. See (cx88 tvaudio) in 1573 (cx88 tvaudio) S 2 0 0 0 -1 2149589056 0 0 0 0 0 0 0 0 15 -5 1 0 1738 0 0 4294967295 0 0 0 0 0 0 0 2147483647 0 3222553813 0 0 17 0 0 0 0 0 0 This confuses the p

[Bug 356537] Re: pybootchartgui crashed with ValueError in _parse_proc_ps_log()

2009-04-06 Thread biehl
Hi, Can you upload your /var/log/bootchart.tgz file? Then I will try to reproduce the bug. Thanks Anders -- pybootchartgui crashed with ValueError in _parse_proc_ps_log() https://bugs.launchpad.net/bugs/356537 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 353699] Re: pybootchartgui lacks a dependency on python-gtk2

2009-04-02 Thread biehl
Thanks for the report. I agree that there should probably be a dependency on "python-gtk2". And there should definitely be a dependency on python-cairo. Actually pybootchartgui can generate file output (png, svg etc.) just using python-cairo, but to show the gui window python-gtk2 is required.

[Bug 342593] Re: Sloppy drawing, truncated text

2009-03-22 Thread biehl
Revisions 108 and 109 fix 108) "If the max-throughput text clashes with legend, move it down into the chart like the original bootcharts image renderer does" 109) "Have a minimum image width, like the original bootchart. To avoid truncating headers etc. for short boottimes" Since cairo seems to

[Bug 343215] Re: pybootchartgui crashed with ValueError in get_proc_state()

2009-03-16 Thread biehl
It seems that a new process state 'X' is possible in Jaunty (?). Henning committed a fix for this in revision 107 http://code.google.com/p/pybootchartgui/source/detail?r=107 Thanks for the report. Anders -- pybootchartgui crashed with ValueError in get_proc_state() https://bugs.launchpad.net/b

[Bug 342593] Re: Sloppy drawing, truncated text

2009-03-15 Thread biehl
Revisions 103-106 fix 1) The spikes 2) The scaling (95% vs 100%) on disk utilization 3) Task names outside the chart 4) Coloring of the process bars To not truncate the header I think I will just try to expand the bounding rect to keep the header inside. Thanks for the reports. Anders -- Slop

[Bug 343215] Re: pybootchartgui crashed with ValueError in get_proc_state()

2009-03-15 Thread biehl
Hi Martin, If you upload your bootchart.tgz file, then I'll have a look. Best Anders -- pybootchartgui crashed with ValueError in get_proc_state() https://bugs.launchpad.net/bugs/343215 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -

[Bug 342593] Re: Sloppy drawing, truncated text

2009-03-14 Thread biehl
Hi, > Chart and CPU/IO monitor drawing seems inaccurate, I think you are right. Can you upload your bootchart.tar.gz data and point out what seems wrong, then I'll try to fix it. > text from the header and the chart gets truncated Yup. Boottimes are getting too short :o) Do you have any sugges

[Bug 318233] Re: bootchart showing incorrect time but correct chart

2009-02-25 Thread biehl
I don't think there is anything wrong with the files in your bootchart.tgz - the output also looks right with my code http://code.google.com/p/pybootchartgui/ And Ubuntu doesn't seem to patch the actual bootchart java sources. So I don't know what else to look for. Do you have anything I could loo

[Bug 318233] Re: bootchart showing incorrect time but correct chart

2009-02-25 Thread biehl
I tried to reproduce the bug with a vanilla checkout of the bootchart sources. But with those I get the correct time. http://people.binf.ku.dk/biehl/penelope/vishal.bootchart.png (from the png renderer, but I get the same with the svg renderer) Strange. -- bootchart showing incorrect time but

[Bug 318233] Re: bootchart showing incorrect time but correct chart

2009-02-21 Thread biehl
Can you also upload the /var/log/bootchart.tgz files that match the charts? Then I'll have a look. Best Anders -- bootchart showing incorrect time but correct chart https://bugs.launchpad.net/bugs/318233 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 289581] Re: extremely large log files in /var/log

2008-10-31 Thread biehl
Just happened to me again. Here is the top of my syslog. (Seems to be corrupted at the end). My solution when this log-spamming happens, by the way, is to just "sudo kill -9 " Best, Anders Oct 31 13:40:02 salt /USR/SBIN/CRON[13885]: (root) CMD ([ -x /usr/sbin/update-motd ] && /usr/sbin/update-mo

[Bug 107807] Re: [3c900B] NETDEV WATCHDOG: transmit timed out/ Resetting the Tx ring pointer

2008-10-22 Thread biehl
And for me the problems seem to start with the wireless? Oct 22 18:38:03 salt kernel: [ 32.464250] firmware: requesting iwlwifi-4965-2.ucode Oct 22 18:38:03 salt kernel: [ 32.781690] Registered led device: iwl-phy0:radio Oct 22 18:38:03 salt kernel: [ 32.781728] Registered led device: iwl

[Bug 107807] Re: [3c900B] NETDEV WATCHDOG: transmit timed out/ Resetting the Tx ring pointer

2008-10-22 Thread biehl
I also see the same as Chun Cui, I think - I don't know why but suddenly my log files start filling up with something like Oct 22 18:44:33 salt kernel: [ 422.565241] Pid: 0, comm: swapper Not tainted 2.6.27-7-generic #1 Oct 22 18:44:33 salt kernel: [ 422.565243] [] ? printk+0x1d/0x1f Oct 22 18

[Bug 279669] Re: ipw2200 firmware moved to restricted

2008-10-07 Thread biehl
Are you sure that this is "medium" importance? Since I rely on Wireless for connection, this breaks my OS on upgrade to Intrepid... -- ipw2200 firmware moved to restricted https://bugs.launchpad.net/bugs/279669 You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 207064] Re: LiveConnect/javascript not yet implemented in icedtea-gcjwebplugin

2008-09-12 Thread biehl
Ah, yes. It's in Icedtea. But I presume that is where the Ubuntu OpenJDK builds come from, so that is not a problem? Does Fedora run with "–enable-liveconnect"? And wouldn't "alpha quality at best" be better than "not working"? But great news with the new Sun Java plugin. Thanks. -- LiveConnect

[Bug 207064] Re: LiveConnect/javascript not yet implemented in icedtea-gcjwebplugin

2008-09-12 Thread biehl
Should work in recent openJDK's http://fitzsim.org/blog/?p=28 http://fitzsim.org/blog/?p=23 Maybe the packages just need to be configured to use it? -- LiveConnect/javascript not yet implemented in icedtea-gcjwebplugin https://bugs.launchpad.net/bugs/207064 You received this bug notification be

[Bug 242263] Re: OpenJDK in Firefox cannot run applets over SSL

2008-09-12 Thread biehl
Seems to be a duplicate of https://bugs.launchpad.net/ubuntu/+source/icedtea- gcjwebplugin/+bug/199680 but with a more clear cut testcase. -- OpenJDK in Firefox cannot run applets over SSL https://bugs.launchpad.net/bugs/242263 You received this bug notification because you are a member of Ubun

[Bug 153169] Re: “device is busy” when trying to remove first CD when install a application in w ine that requires more then one CD.

2008-08-20 Thread biehl
And after a bit more googleing I was able to eject the disk with "wine eject d:" Problem solved for me. -- “device is busy” when trying to remove first CD when install a application in wine that requires more then one CD. https://bugs.launchpad.net/bugs/153169 You received this bug notification

[Bug 153169] Re: “device is busy” when trying to remove first CD when install a application in w ine that requires more then one CD.

2008-08-20 Thread biehl
This also happened for me when I started an install by clicking on setup.exe in nautilus. -- “device is busy” when trying to remove first CD when install a application in wine that requires more then one CD. https://bugs.launchpad.net/bugs/153169 You received this bug notification because you ar

[Bug 212733] Re: [hardy] [regression] LCD brightness control (Dell) no longer works

2008-05-01 Thread biehl
By the way. I see this also with the Fedora 9 preview live CD. -- [hardy] [regression] LCD brightness control (Dell) no longer works https://bugs.launchpad.net/bugs/212733 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs m

[Bug 212378] Re: external mic broken in hardy since kernels 2.24.11

2008-04-28 Thread biehl
** Attachment added: "amixer.ok.analog.out" http://launchpadlibrarian.net/13987779/amixer.ok.analog.out ** Summary changed: - external mic broken in hardy since kernels 2.24.11 + external mic broken in hardy since kernels 2.6.24.11 -- external mic broken in hardy since kernels 2.6.24.11 htt

[Bug 212378] Re: external mic broken in hardy since kernels 2.24.11

2008-04-28 Thread biehl
Maybe also the output of 'amixer' would be interesting. There is a diff between the two kernel versions [EMAIL PROTECTED]:~$ diff amixer.no.analog.out amixer.ok.analog.out 6,9d5 < Simple mixer control 'Headphone as Line Out',0 < Capabilities: pswitch pswitch-joined < Playback channels: Mono <

[Bug 212378] Re: external mic broken in hardy since kernels 2.24.11

2008-04-19 Thread biehl
** Attachment added: "lspci-vvnn.ok.analoginput.log" http://launchpadlibrarian.net/13577565/lspci-vvnn.ok.analoginput.log -- external mic broken in hardy since kernels 2.24.11 https://bugs.launchpad.net/bugs/212378 You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 212378] Re: external mic broken in hardy since kernels 2.24.11

2008-04-19 Thread biehl
** Attachment added: "dmesg.ok.analoginput.log" http://launchpadlibrarian.net/13577551/dmesg.ok.analoginput.log -- external mic broken in hardy since kernels 2.24.11 https://bugs.launchpad.net/bugs/212378 You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 212378] Re: external mic broken in hardy since kernels 2.24.11

2008-04-19 Thread biehl
And now the output for the kernel I use to successfully talk over Skype (Beta) 2.0.0.13 ** Attachment added: "version.ok.analoginput.log" http://launchpadlibrarian.net/13577544/version.ok.analoginput.log -- external mic broken in hardy since kernels 2.24.11 https://bugs.launchpad.net/bugs/21

[Bug 212378] Re: external mic broken in hardy since kernels 2.24.11

2008-04-19 Thread biehl
** Attachment added: "lspci-vvnn.log" http://launchpadlibrarian.net/13577114/lspci-vvnn.log -- external mic broken in hardy since kernels 2.24.11 https://bugs.launchpad.net/bugs/212378 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 212378] Re: external mic broken in hardy since kernels 2.24.11

2008-04-19 Thread biehl
** Attachment added: "dmesg.log" http://launchpadlibrarian.net/13577105/dmesg.log -- external mic broken in hardy since kernels 2.24.11 https://bugs.launchpad.net/bugs/212378 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu

[Bug 212378] Re: external mic broken in hardy since kernels 2.24.11

2008-04-19 Thread biehl
** Attachment added: "version.log" http://launchpadlibrarian.net/13577101/version.log -- external mic broken in hardy since kernels 2.24.11 https://bugs.launchpad.net/bugs/212378 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

[Bug 212378] Re: external mic broken in hardy since kernels 2.24.11

2008-04-15 Thread biehl
Woops. Sorry! The link was about analog OUTPUT. My problem is analog input. Sorry for the noise. -- external mic broken in hardy since kernels 2.24.11 https://bugs.launchpad.net/bugs/212378 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 212378] Re: external mic broken in hardy since kernels 2.24.11

2008-04-15 Thread biehl
Hi, I'll upload the logfiles soon. I assume you want them for the last good kernel 2.6.24.11 and for the latest bad kernel. Here is a bug that may be related http://bugzilla.kernel.org/show_bug.cgi?id=10302 Best, Anders -- external mic broken in hardy since kernels 2.24.11 https://bugs.launchp

[Bug 212733] Re: [hardy] [regression] LCD brightness control (Dell) no longer works

2008-04-09 Thread biehl
I see the same. lshal -m shows two keypresses when I only press once. These seems to be duplicates - describing the same problem https://bugs.launchpad.net/ubuntu/+bug/211880 https://bugs.launchpad.net/ubuntu/+bug/211270 -- [hardy] [regression] LCD brightness control (Dell) no longer works http

[Bug 212378] Re: external mic broken in hardy since kernels 2.24.11

2008-04-07 Thread biehl
** Changed in: linux (Ubuntu) Sourcepackagename: None => linux ** Description changed: Hi, - On upgrading to the 2.24.12 kernel (and 2.24.14) my external microphone - is not working. When I use skype the person I try to talk to simply cant - hear me. + On upgrading to the 2.6.24.12 kernel (a

[Bug 212378] [NEW] external mic broken in hardy since kernels 2.24.11

2008-04-05 Thread biehl
Public bug reported: Hi, On upgrading to the 2.24.12 kernel (and 2.24.14) my external microphone is not working. When I use skype the person I try to talk to simply cant hear me. If I boot with the 2.24.11 kernel everything is fine. Can I supply any additional data to help debug this? Best, An

[Bug 172575] Re: Scripting pymol is not supported in Gutsy

2008-02-04 Thread biehl
This is easily fixable, it is a typo in /var/lib/python- support/python2.5/pymol/__init__.py Do "sudo gedit /var/lib/python-support/python2.5/pymol/__init__.py" and change: while not _cmd.ready(_CObj): # wait for the C library to initialize to while not _cmd.ready(_COb): # wait for the C librar

[Bug 124023] Re: X server I830WaitLpRing crash with PyMOL and direct rendering on Intel 965Q

2007-12-12 Thread biehl
Hi Bryce, How is it fixed? Will there be an update to the driver? (or pymol?). And are you sure this issue is the same as "bug 119977"? the descriptions don't look similar at all. Thanks Anders PS Here is an extract from my log after a pymol induced crash Fatal server error: lockup (II) AIGLX: