[Bug 432287] Re: Xorg eats 100% CPU

2009-09-18 Thread Miek Gieben
A proper reboot with todays updates seems to have made this problem vanish. Xorg is back to 4-8% CPU time even with composer enabled. -- Xorg eats 100% CPU https://bugs.launchpad.net/bugs/432287 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 428872] Re: cups-included is empty

2009-09-14 Thread Miek Gieben
Yes, I have the cups-common package and the sample.drv is also installed. -- cups-included is empty https://bugs.launchpad.net/bugs/428872 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 428872] Re: cups-included is empty

2009-09-14 Thread Miek Gieben
Well, I will be damned... Now it works. Dymo is listed in the gui and: % lpinfo -m |grep dymp drv:///sample.drv/dymo.ppd Dymo Label Printer No idea why this is. Well, thanks for your help. -- cups-included is empty https://bugs.launchpad.net/bugs/428872 You received this bug notification

[Bug 428872] [NEW] cups-included is empty

2009-09-13 Thread Miek Gieben
Public bug reported: In Jaunty /usr/share/ppd/cups-included/ is full of ppd drivers for cups. In karmic this directory is almost empty. The net result is that I cannot use my Dymo label writer because the ppd file is not there. % lsb_release -a No LSB modules are available. Distributor ID:

[Bug 428872] Re: cups-included is empty

2009-09-13 Thread Miek Gieben
Just saw these debug messages from 'system-config-printer' % system-config-printer No ID match for device usb://DYMO/LabelWriter%20400?serial=08091919352987: manufacturerDYMO/manufacturer modelLabelWriter 400/model description/description commandset /commandset Using

[Bug 428872] Re: cups-included is empty

2009-09-13 Thread Miek Gieben
Thanks for your comments, but nor system-config-printer nor lpinfo seem to work: % lpinfo -m | fgrep -i dymo gives no result. system-config-printer finds the print just fine, but then fails to provide the correct ppd. Even the vendor Dymo is not in the list. Do need some extra package (this is

[Bug 428872] Re: cups-included is empty

2009-09-13 Thread Miek Gieben
Well, I'm getting more confused by the minute. Basicly (I think) it boils down to the following question: why does 'lpinfo -m |grep -i dymo' gives a result on your system and not on mine? (lpinfo -m generates a large amount of printer ppd files, just not for any dymo printers). --

[Bug 396257] Re: firefox 3.5 does not play sound with flash

2009-07-07 Thread Miek Gieben
Hmm, it looks SOLVED... when using pavucontrol, firefox-3.5 show up as an application playing audio. I can then use move-stream and select the correct output device. This solves my problem -- firefox 3.5 does not play sound with flash https://bugs.launchpad.net/bugs/396257 You received this bug

[Bug 396257] [NEW] firefox 3.5 does not play sound with flash

2009-07-06 Thread Miek Gieben
Public bug reported: Binary package hint: firefox-3.5 The new firefox-3.5 was installed with a system update. After that I tried to watch some videos on youtube.com. In firefox 3.1 audio was working, in firefox-3.5 is it not. Audio is working with a pulseaudio setup - I can play mp3 with

[Bug 172775] Re: /var/run/zabbix-server deleted after reboot

2009-06-10 Thread Miek Gieben
Why not use the following code: if test ! -d $(dirname $PID); then mkdir $(dirname $PID) chown -R zabbix:zabbix $(dirname $PID) fi safes a variable, not a big deal, but still. -- /var/run/zabbix-server deleted after reboot https://bugs.launchpad.net/bugs/172775 You received this bug

[Bug 367211] Re: sed -i destroys symlink

2009-04-27 Thread Miek Gieben
This is due to using rename(), in the file lib/utils.c (is sed's source) at line 324 in the function: ck_rename (from, to, unlink_if_fail): int rd = rename (from, to); from is now a tmp-file and to is the original file. According to the manpage of rename(2): If oldpath refers

[Bug 367211] Re: sed -i destroys symlink

2009-04-27 Thread Miek Gieben
The following patch fixed the problem. It does so by looking at the target. If it is an symlink the tmp file will be copied to the target of the symlink. Patch also included as attachment. elektron.m% diff -ur sed-4.1.5/lib/utils.c sed-4.1.5-modified/lib/utils.c --- sed-4.1.5/lib/utils.c

[Bug 367211] [NEW] sed -i destroys symlink

2009-04-26 Thread Miek Gieben
Public bug reported: When using 'sed -i' on a symlink the symlink gets destroyed. Observe: % ls -l myfile symlink -rw-rw-r-- 1 miekg miekg 12 Apr 26 10:53 myfile lrwxrwxrwx 1 miekg miekg 6 Apr 26 10:53 symlink - myfile # do an edit % sed -i 's/hello//' symlink % ls -l myfile symlink

[Bug 364720] [NEW] CONFIG_BASE_SMALL=0 is set?

2009-04-21 Thread Miek Gieben
Public bug reported: I was playing with /proc/sys/kernel/pid_max and found that I could't raise it above 32768. I've filled this bug about it in the kernel's bug tracker: http://bugzilla.kernel.org/show_bug.cgi?id=13090 Turns out this is due to CONFIG_BASE_SMALL is being set to 0. Is this on

[Bug 356256] [NEW] dist-upgrade stops slapd

2009-04-06 Thread Miek Gieben
Public bug reported: Not sure if this is an openldap bug... BUT I decided to upgrade to jaunty - this also includes and openldap upgrade. When openldap is upgraded, it is first stopped, then some other packages are installed and later it is restarted. If you have the user information stored in

[Bug 356256] [NEW] dist-upgrade stops slapd

2009-04-06 Thread Miek Gieben
Public bug reported: Not sure if this is an openldap bug... BUT I decided to upgrade to jaunty - this also includes and openldap upgrade. When openldap is upgraded, it is first stopped, then some other packages are installed and later it is restarted. If you have the user information stored in

[Bug 295103] Re: very slow boot after upgrade to 8.10

2009-03-18 Thread Miek Gieben
I've made a bootchart of my (looong) startup, maybe that can help track down the slow starts? See http://miek.nl/files/intrepid-20090315-2.png -- very slow boot after upgrade to 8.10 https://bugs.launchpad.net/bugs/295103 You received this bug notification because you are a member of Ubuntu

Re: [Bug 291373] Re: vim: hang after ^Z / fg

2009-02-22 Thread Miek Gieben
[ Quoting David Hoeffer in [Bug 291373] Re: vim: hang after ^Z... ] Thanks dominiko! I've rebuilt the package with your patch (wrapping it being /very/ lazy here... :) But do you have a deb source package somewhere for download? Regards, Miek -- vim: hang after ^Z / fg

Re: [Bug 291373] Re: vim: hang after ^Z / fg

2009-02-22 Thread Miek Gieben
[ Quoting dominiko in [Bug 291373] Re: vim: hang after ^Z... ] This is the message in vim_dev where I posted the patch: ** Attachment added: fixed race condition in suspend resume with CTRL-Z fg http://launchpadlibrarian.net/22983879/fix-race-condition-suspend-os_unix.c.patch ok ok :)

[Bug 291373] Re: vim: hang after ^Z / fg

2009-02-18 Thread Miek Gieben
Strace of when vim hangs: After the SIGINT (control-C) is of course resumes. foton.m% strace -p 8439 Process 8439 attached - interrupt to quit pause() = ? ERESTARTNOHAND (To be restarted) ---

[Bug 291373] Re: vim: hang after ^Z / fg

2009-02-18 Thread Miek Gieben
Same problem here. With zsh and Package: vim-full Status: install ok installed Priority: extra Section: editors Installed-Size: 120 Maintainer: Ubuntu Core Developers ubuntu-devel-disc...@lists.ubuntu.com Architecture: all Source: vim Version: 1:7.1.314-3ubuntu3.1 -- vim: hang after ^Z / fg

[Bug 329375] [NEW] groff version is too old

2009-02-14 Thread Miek Gieben
Public bug reported: Binary package hint: groff The version of groff included in Ubuntu is from: % groff -v GNU groff version 1.18.1 Copyright (C) 2002 Free Software Foundation, Inc. GNU groff is currently at 1.20. I would like to see this package upgrade. I've build a quick 'n dirty deb for

[Bug 329375] Re: groff version is too old

2009-02-14 Thread Miek Gieben
Yes, we were running to trouble with psbb macro (I'm no export in groff), but upgrading groff made this problem(*) go away. (*) the bounding box of an included eps figure wasn't detected properly, which meant the figure didn't fit on the page. -- groff version is too old

[Bug 239480] [NEW] there should be a putpwnam()

2008-06-12 Thread Miek Gieben
Public bug reported: glibc support nss with all kind of read functions, like for instance getpwnam(). These function can either read from /etc/passwd or a NIS/LDAP backend. There is however only one write function: putpwent(): int putpwent(const struct passwd *p, FILE *stream); which requires

[Bug 238790] [NEW] adduser should be extended to allow ldap/nis

2008-06-10 Thread Miek Gieben
Public bug reported: Binary package hint: adduser The current adduser pkg (and also the passwd) pkg do not transparantly handle a ldap setup. It would be nice if ubuntu would add this functionality. http://www.thkukuk.de/pam/pwdutils/ is a package which includes all utilities which would allow

Re: [Bug 213444] Re: Hardy Heron nfs (client) reports internal error when I attempt to mount with NFS

2008-05-25 Thread Miek Gieben
[ Quoting DaveAbrahams in [Bug 213444] Re: Hardy Heron nfs (c... ] Me too. Please apply the patch, Ubuntu! I tried that patch. It removed the 'internal error', but I still couldn't mount the remote NFS directory. -- grtz, - Miek GPG Key ID: 3880 D0F6

[Bug 213444] Re: Hardy Heron nfs (client) reports internal error when I attempt to mount with NFS

2008-05-23 Thread Miek Gieben
This: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477503 seems related. And it supposedly provides a fix. -- Hardy Heron nfs (client) reports internal error when I attempt to mount with NFS https://bugs.launchpad.net/bugs/213444 You received this bug notification because you are a member

[Bug 213444] Re: Hardy Heron nfs (client) reports internal error when I attempt to mount with NFS

2008-05-18 Thread Miek Gieben
tracing the mount call gives: This is only the last part: port=htons(53), sin_addr=inet_addr(127.0.0.1)}, [16]) = 259 close(3)= 0 gettimeofday({1211135677, 873940}, NULL) = 0 mount(toaster.xx.yy:/vol/music, /nfs/toaster.x.yy, nfs, 0, addr=2xx.1xx.2xx.2x)

Re: [Bug 81242] Re: postfix-ldap is linked against gnuTLS

2008-04-15 Thread Miek Gieben
[15 Apr, @01:00 CEST, Steve Langasek wrote in [Bug 81242] Re: postfix-ldap i ...] Marking as 'incomplete' and unmilestoning. We still need the stderr output of a process that's failing in this way to diagnose whether it's a postfix or gnutls bug. It will not be possible for me to provide

Re: [Bug 81242] Re: postfix-ldap is linked against gnuTLS

2008-04-15 Thread Miek Gieben
[15 Apr, @01:00 CEST, Steve Langasek wrote in [Bug 81242] Re: postfix-ldap i ...] Marking as 'incomplete' and unmilestoning. We still need the stderr output of a process that's failing in this way to diagnose whether it's a postfix or gnutls bug. It will not be possible for me to provide

[Bug 191355] Re: cron complains /etc/cron.daily/find exited with return code 127

2008-04-11 Thread Miek Gieben
findutils in hardy only contains find and xargs. It should not ship an cron.daily script anymore. Therefore I can confirm this bug. -- cron complains /etc/cron.daily/find exited with return code 127 https://bugs.launchpad.net/bugs/191355 You received this bug notification because you are a

[Bug 216049] [NEW] window list restore to current workspace does not work

2008-04-11 Thread Miek Gieben
Public bug reported: Binary package hint: gnome-panel In the window list applet I can observe the following behavior: (this is on hardy with AMD64) - set the preference to: 'restore to current workspace' - minimize a window - try to restore the window in a different workspace It will not work,

[Bug 118974] Re: No sane error message when downloading from invalid certificate SSL connection

2008-04-06 Thread Miek Gieben
The bug is bigger than this. Going to any page with a self signed certificate fails. This is on Hardy with an AMD64 processer. When doing the same in firefox (3), it asks if you want to create an exception for the self-signed certificate for this site. Epiphany otoh does no such thing and just

[Bug 185671] Re: [Hardy] gnome-terminal current locale ANSI_X3.4-1968 not unicode using en-gb

2008-04-01 Thread Miek Gieben
Same problem here. Fresh upgrade from feisty to hardy. My shell is zsh. My locale settings: % locale -a C POSIX en_AU.utf8 en_BW.utf8 en_CA.utf8 en_DK.utf8 en_GB.utf8 en_HK.utf8 en_IE.utf8 en_IN en_NZ.utf8 en_PH.utf8 en_SG.utf8 en_US.utf8 en_ZA.utf8 en_ZW.utf8 nl_BE.utf8 nl_NL.utf8 % cat

[Bug 185671] Re: [Hardy] gnome-terminal current locale ANSI_X3.4-1968 not unicode using en-gb

2008-04-01 Thread Miek Gieben
For some (unknown) reason /etc/environment isn't sourced. Btw the reason that gnome-terminal falls back to ANSI_X3.4-1968, is because: % locale charmap Returns it, if LANG=C. % LANG=en_US.UTF-8 locale charmap UTF-8 -- [Hardy] gnome-terminal current locale ANSI_X3.4-1968 not unicode using

[Bug 36690] Re: daylight saving time messes up cron

2008-03-30 Thread Miek Gieben
Sadly, this bug is *still* there. It's 30 March 2008 and DST was enabled last night. Any crons I had scheduled between 2 and 3 haven't run. (I was expecting this ofcourse, but still) -- daylight saving time messes up cron https://bugs.launchpad.net/bugs/36690 You received this bug notification

[Bug 202332] Re: mailman broken after security upgrade on gutsy

2008-03-15 Thread Miek Gieben
I'm using the debian etch package, which seems to work fine under Gutsy. See packages.debian.org. -- mailman broken after security upgrade on gutsy https://bugs.launchpad.net/bugs/202332 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 116415] Re: puppet and puppetd have no man pages

2008-01-23 Thread Miek Gieben
[21 Jan, @16:27 CET, Francisco Calderón wrote in Re: [Bug 116415] Re: puppet an ...] Hi Miek, im trying to download the man page but that trac is having a problem and i dont see the svn address, do you have the svn address to download the original man page? I don't have the original svn, but

[Bug 116415] Re: puppet and puppetd have no man pages

2008-01-20 Thread Miek Gieben
Reduction labs does include a manual page, but only for puppet. This can be found at: http://reductivelabs.com/trac/puppet/browser/man/man8/puppet.8 It would be nice to have some kind of manual pages of puppetd, puppetmasterd too, so that one can write a sane /etc/default/puppetmaster. --

[Bug 90319] Re: cursor redraw lingers

2007-10-28 Thread Miek Gieben
Haven't seen it again, neither with the oss nv driver, nor the closed source one. -- cursor redraw lingers https://bugs.launchpad.net/bugs/90319 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 152889] using a LDAP database source

2007-10-15 Thread Miek Gieben
Public bug reported: Binary package hint: openoffice.org2 Using OO 2.3 I cannot add an LDAP datasource for use as address book. File-New-Database-Connect to New database Does not list LDAP as a connection. I cannot find a way to enable this. OTOH evolution does work with the LDAP setup. **

[Bug 110956] Re: feisty not supported in rkhunter

2007-10-02 Thread Miek Gieben
Thanks, I noticed that :) -- feisty not supported in rkhunter https://bugs.launchpad.net/bugs/110956 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 124641] Re: device-mapper: ioctl: error adding target to table

2007-09-22 Thread Miek Gieben
Experienced this too (AMD64, gutsy 22 sept). Indeed removing emvs and rebooting fixed this. -- device-mapper: ioctl: error adding target to table https://bugs.launchpad.net/bugs/124641 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 110956] Re: feisty not supported in rkhunter

2007-09-22 Thread Miek Gieben
NIce and thanks. But I've now upgraded to gusty :) -- feisty not supported in rkhunter https://bugs.launchpad.net/bugs/110956 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 71078] Re: buttons stays pressed down

2007-09-22 Thread Miek Gieben
Running gnome 2.20 (gutsy) right now. The problem isn't gone. I've got a new screenshot, but that wouldn't add any new information. -- buttons stays pressed down https://bugs.launchpad.net/bugs/71078 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 139756] sound applet mute inconsistency

2007-09-15 Thread Miek Gieben
Public bug reported: Binary package hint: gnome-applets When using the mouse-wheel you can mute the sound when doing over the sound-applet icon. Moving down you mute, moving up the sound is enabled again. Now open the sound-properties by double-clicking the sound-applet icon. You can now still

[Bug 83180] Re: apt-listchanges conflicts with software updates

2007-08-12 Thread Miek Gieben
This looks to be fixed in feist now. -- apt-listchanges conflicts with software updates https://bugs.launchpad.net/bugs/83180 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 23532] Re: vim-gnome uses old openFileWidget

2007-08-12 Thread Miek Gieben
Can be closed, vim7 is using the correct widget -- vim-gnome uses old openFileWidget https://bugs.launchpad.net/bugs/23532 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 128735] Re: Notification Area on second screen's panel doesn't work

2007-08-11 Thread Miek Gieben
Exactly the same problem here, also running in a dual head setup. Gnome 2.18.1 Ubuntu Feisty. Notification area only works on display :0.0 and not in :0.1. -- Notification Area on second screen's panel doesn't work https://bugs.launchpad.net/bugs/128735 You received this bug notification because

[Bug 106957] Re: Systemtap should require kernel debug information

2007-08-04 Thread Miek Gieben
Okay, I was typing this when systemtap decided to issue a illegal opcode and crash my server :( Anyhow. Looks like I got it working by: apt-get install linux-source-2.6.20 compiling a kernel in /usr/src setting /lib/modules/`uname -r`/build - /usr/src/linux-source-2.6.20 and then running

[Bug 106957] Re: Systemtap should require kernel debug information

2007-06-25 Thread Miek Gieben
This is on powerpc - to get systemtap working I followed the instruction from the previous post, but I still get errors: ./keyhack.stp -v Pass 1: parsed user script and 52 library script(s) in 1010usr/20sys/1120real ms. WARNING: cannot find module kernel debuginfo: No DWARF information found

[Bug 106957] Re: Systemtap should require kernel debug information

2007-06-25 Thread Miek Gieben
I did all that, I've installed the debug-* package and fixed the symlink - but still no go. I might try to run this on my AMD64 system. But on power-pc it looks like a no-go. -- Systemtap should require kernel debug information https://bugs.launchpad.net/bugs/106957 You received this bug

[Bug 56402] Re: wishlist - ship vmlinux in a -dbg package for oprofile use

2007-06-09 Thread Miek Gieben
Just to add my vote too. I would be very nice to have Systemtap on Ubuntu systems. -- wishlist - ship vmlinux in a -dbg package for oprofile use https://bugs.launchpad.net/bugs/56402 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 110956] feisty not supported in rkhunter

2007-04-29 Thread Miek Gieben
Public bug reported: Binary package hint: rkhunter rkhunter does not detect that it is running on feisty: Determining OS... Warning: This operating system is not fully supported! - Found warnings: [07:35:28] Warning: This

[Bug 71078] Re: buttons stays pressed down

2007-04-18 Thread Miek Gieben
How to trigger: 1. Click on a bookmark menu. 2. Middle click on a item to open it in a new tab 3. Repeat this multiple times When a previous selected bookmark is still loading, I get the greatest change of getting this hanging button -- buttons stays pressed down

[Bug 47762] Re: [Radeon 9200] [Mac Mini (powerpc)] drm fails to initialize the radeon module, consequently direct rendering is disabled.

2007-03-27 Thread Miek Gieben
Slightly simular setup: powermac G4, also with ATI, I get: drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenByBusid: Searching for BusID pci::00:10.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenByBusid:

[Bug 47762] Re: [Radeon 9200] [Mac Mini (powerpc)] drm fails to initialize the radeon module, consequently direct rendering is disabled.

2007-03-27 Thread Miek Gieben
never mind, installing: libgl1-mesa-dri fixes this. -- [Radeon 9200] [Mac Mini (powerpc)] drm fails to initialize the radeon module, consequently direct rendering is disabled. https://launchpad.net/bugs/47762 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 85437] Re: terminal stays blank/black

2007-03-16 Thread Miek Gieben
Bug is back... I've left a commit upstream. This is with gnome 2.18 on Feisty -- terminal stays blank/black https://launchpad.net/bugs/85437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 85437] Re: terminal stays blank/black

2007-03-16 Thread Miek Gieben
Even with: Package: libvte9 Status: install ok installed Priority: optional Section: libs Installed-Size: 2396 Maintainer: Ubuntu Core developers ubuntu-devel-discuss@lists.ubuntu.com Architecture: amd64 Source: vte Version: 1:0.16.0-0ubuntu3 still there :( -- terminal stays blank/black

[Bug 90319] Re: cursor redraw lingers

2007-03-15 Thread Miek Gieben
Even with a blinking cursor enabled, the problem persists. In firefox the cursor redraw in the entire application is as weird (also in the address bar). Could this be an X issue? -- cursor redraw lingers https://launchpad.net/bugs/90319 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 90319] Re: cursor redraw lingers

2007-03-15 Thread Miek Gieben
Hmmm, I've changed my X setup to use the closed source nvidia module and that makes the issue disappear. -- cursor redraw lingers https://launchpad.net/bugs/90319 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 84059] Re: latest feisty kernel does not boot

2007-03-14 Thread Miek Gieben
[On 14 Mar, @19:25, Phillip Lougher wrote in [Bug 84059] Re: latest feisty ...] Hi Miek Can you confirm that you have not experienced this bug since upgrading to 2.6.20-8? If so, we can close this bug. I think this is a duplicate of: 75681 regards, -- latest feisty kernel does not boot

[Bug 90319] cursor redraw lingers

2007-03-07 Thread Miek Gieben
Public bug reported: Binary package hint: epiphany-browser With epiphany 2.17.92 on AMD64 the cursor re-drawing is faulty. When typing some text and then going back on the line with Left the cursor pipe symbol isn't properly removed. In ascii art this yields: a|b|B|B|C|C which is quite

[Bug 90319] Re: cursor redraw lingers

2007-03-07 Thread Miek Gieben
Cursor theme? The mouse cursor theme is human - I've never touched any other settings. I'm attaching a screencast, where I type something in google and them move the cursor to the left and right. This is in ogg. ** Attachment added: screencast of cursor problem.

[Bug 85437] Re: terminal stays blank/black

2007-02-20 Thread Miek Gieben
** Bug watch added: GNOME Bug Tracker #409055 http://bugzilla.gnome.org/show_bug.cgi?id=409055 ** Also affects: gnome-terminal (upstream) via http://bugzilla.gnome.org/show_bug.cgi?id=409055 Importance: Unknown Status: Unknown -- terminal stays blank/black

[Bug 75555] Re: Software Raid Setup with feisty herd1 alternate on amd64

2007-02-16 Thread Miek Gieben
*** This bug is a duplicate of bug 75681 *** ** This bug has been marked a duplicate of bug 75681 initramfs script: race condition between sata and md -- Software Raid Setup with feisty herd1 alternate on amd64 https://launchpad.net/bugs/7 -- ubuntu-bugs mailing list

[Bug 85437] terminal stays blank/black

2007-02-15 Thread Miek Gieben
Public bug reported: Binary package hint: gnome-terminal When switching workspaces the gnome-terminal screen sometimes stays complete black. The supplied screenshot shows what I mean. I'm using a black background and a white foreground. gnome-terminal: Version: 2.17.91-0ubuntu1 Architecture:

[Bug 85437] Re: terminal stays blank/black

2007-02-15 Thread Miek Gieben
** Attachment added: screenshot of the terminal http://librarian.launchpad.net/6442278/gnome-bug.jpg -- terminal stays blank/black https://launchpad.net/bugs/85437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 84059] Re: latest feisty kernel does not boot

2007-02-14 Thread Miek Gieben
The latest kernel upgrade, 2.6.20-8.x seems to fix to issue. -- latest feisty kernel does not boot https://launchpad.net/bugs/84059 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 84059] Re: latest feisty kernel does not boot

2007-02-10 Thread Miek Gieben
It is kernel version 2.6.20-6.11. I've did a apt-get install --reinstall of the kernel and this helped. I can now boot the laptop... I'm still suspecting a bad block on the disk or something. Can I run some tests? -- latest feisty kernel does not boot https://launchpad.net/bugs/84059 --

[Bug 84059] Re: latest feisty kernel does not boot

2007-02-10 Thread Miek Gieben
Did a badblocks /dev/hda3 which didn't report any errors. Kernel crashes again...with the same backtrace as above. -- latest feisty kernel does not boot https://launchpad.net/bugs/84059 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 84059] Re: latest feisty kernel does not boot

2007-02-09 Thread Miek Gieben
The crashing kernel does not write any dmesg/boot logging, so I cannot give that in this bugreport :( -- latest feisty kernel does not boot https://launchpad.net/bugs/84059 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 84059] latest feisty kernel does not boot

2007-02-08 Thread Miek Gieben
Public bug reported: Binary package hint: linux-image-2.6-power4 I've upgraded to the latest kernel (generic-6 I *think*). And now my laptop doesn't boot anymore... It's extremely hard to get any debug data, because the usplash starts. Then it just hangs at about 5%. If I wait long enough the

[Bug 84059] Re: latest feisty kernel does not boot

2007-02-08 Thread Miek Gieben
Note: this is on powerpc so there is no grub, only yaboot - using 'nosplash' on the boot prompt doesn't make any difference. And I'm using only 1 filesystem, /dev/hda3 is / and /dev/hda4 is swap (hda1/hda2 are used by yaboot - I think). -- latest feisty kernel does not boot

[Bug 84059] Re: latest feisty kernel does not boot

2007-02-08 Thread Miek Gieben
Ah, found /etc/yaboot.conf via the rescue cd - its a kernel crash...: Faulting instruction address: 0xc0084a0c Oops: kernel access of bad area: sig: 11 [#1] And a lot of other numbers Is this a kernel bug or a bad disk? I might be able to make a picture of the dump if that is really

[Bug 84059] Re: latest feisty kernel does not boot

2007-02-08 Thread Miek Gieben
Sorry for the bad quality, I only have a mobile laying around here. Tomorrow I will type the backtrace of the screen. ** Attachment added: loosy backtrace picture 1 http://librarian.launchpad.net/6360667/Afb271.jpg -- latest feisty kernel does not boot https://launchpad.net/bugs/84059 --

[Bug 84059] Re: latest feisty kernel does not boot

2007-02-08 Thread Miek Gieben
Backtrace: init-bottom Done Unable to handle kernel paging request for data at address 0x004 Faulting instructing address: 0xc0084a0c Oops: kernel access of bad area: sig: 11 [#1] Call Trace: DFFC3E40 C0084AAB free_block+0x160/0x16c (unreliable) DFFC3E60 C00845B8

[Bug 84059] Re: latest feisty kernel does not boot

2007-02-08 Thread Miek Gieben
On booting the old kernel: I can select 'old' in the yaboot prompt, but this kernel isn't configured... No vmlinuz.old nor an initramfs.old is there in the /boot directory. I can only boot from a rescue CD and then chroot to the root partition. I should be able to retrieve the boot.log that way.

[Bug 83180] apt-listchanges conflicts with software updates

2007-02-04 Thread Miek Gieben
Public bug reported: Binary package hint: apt-listchanges When you install apt-listchanges, you previously got a pop-up with the changes before you went ahead with the software updates. Now (feisty) the software update waits for you to click on 'Details' and look at the changes inside the

[Bug 75555] Re: Software Raid Setup with feisty herd1 alternate on amd64

2007-01-28 Thread Miek Gieben
Same with herd2. Create the arrays, installed grub on the 2 disks and tried to boot. Grub all goes okay, but then it doesn't detect the arrays properly and ubunut fails to boot. You get dropped in the busybox shell which is ran from the initrd image! Now I have a boot partition without raid1 and

[Bug 81808] powerpc and gnome-power-manager

2007-01-27 Thread Miek Gieben
Public bug reported: Binary package hint: gnome-power-manager gnome-power-manager refuses to start. This is on feisty. gnome-power-manager --no-daemon This program cannot start until you start the dbus session service. ps aux|grep dbus show that dbus is running nm-applet and NetworkManager

[Bug 81242] postfix-ldap is linked against gnuTLS

2007-01-24 Thread Miek Gieben
Public bug reported: Binary package hint: postfix When trying to get SSL and postfix and ldap going I stumbled accross the following: postfix-ldap is linked against gnu TLS and this breaks SSL and LDAP. postfix itself /is/ linked against openSSL. postmap works, but postfix will complain about

Re: [Bug 80878] Re: gnome-applets on amd64 problems

2007-01-22 Thread Miek Gieben
[On 22 Jan, @18:33, Sebastien Bacher wrote in [Bug 80878] Re: gnome-applets ...] Thank you for your bug. Does it work fine if you reinstall the feisty package? What mirror are you using? You are the only one who opened a bug about that, it makes likely that was a local problem on your

[Bug 80878] gnome-applets on amd64 problems

2007-01-21 Thread Miek Gieben
Public bug reported: Binary package hint: gnome-applets This is on feisty. When I upgraded some gnome-applets failed. See: http://bugzilla.gnome.org/show_bug.cgi?id=399052 Looking further I see this: % dpkg -L gnome-applets Package `gnome-applets' does not contain any files (!) So I rebuild

[Bug 79255] Re: whitescreen issue

2007-01-17 Thread Miek Gieben
Updated today - desktop-effects allows me to try out compiz - the whitescreen issue is gone :-) But compiz only manages 3/4 of the screen, the right side isn't managed somehow. -- whitescreen issue https://launchpad.net/bugs/79255 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 79255] whitescreen issue

2007-01-14 Thread Miek Gieben
Public bug reported: Binary package hint: compiz I've upgraded to feisty on January the 13th, as I wanted to try the new 3d features I've installed compiz(-gnome). This sadly does not work. I think I've got AIGLX working, but enabling compiz gives me a whitescreen. This is on apple G4

[Bug 78563] Order of package names in argument list shouldn't be relevant

2007-01-09 Thread Miek Gieben
Public bug reported: Binary package hint: apt See bugs reported in debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=196021 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=122304 They don't seem to be applied in Ubuntu either, this means the order of packages in apt-get is still

[Bug 78572] view-source open abiword and gives error

2007-01-09 Thread Miek Gieben
Public bug reported: Binary package hint: epiphany-browser I've installed abiword and since then epiphany-browser will use abiword to view the source of a page (^U). I cannot find any way to tell epiphany to use gvim (for instance) to view the source. The only remedy seems to be to deinstall

[Bug 78572] Re: view-source open abiword and gives error

2007-01-09 Thread Miek Gieben
If I do that I get a list with the following: 0 abiword 0 epiphany * firefox 0 gvim 0 text editor Where firefox is the default - I cannot change the order of the list. -- view-source open abiword and gives error https://launchpad.net/bugs/78572 -- ubuntu-bugs mailing list

[Bug 78572] Re: view-source open abiword and gives error

2007-01-09 Thread Miek Gieben
Not consciously. Looking via nautilus at .txt files I indeed see abiword listed as the preferred entry. Clicking gvim and then checking in epiphany indeed gives the desired result: gvim opens the source of the page. Hmm, not very intuitative, esp. considering epiphany is so user friendly it

Re: [Bug 71078] Re: buttons stays pressed down

2006-12-12 Thread Miek Gieben
[On 12 Dec, @13:13, Sebastien Bacher wrote in [Bug 71078] Re: buttons stays ...] Thank you for your bug. What version of Ubuntu do you use? How do you This is on Edgy (but I had the same problem in Dapper). This is on AMD46 close the menu? By clicking on an item? By using the keyboard? By

[Bug 15424] Re: Error while burning DVD-RWs: Input/output error

2006-12-07 Thread Miek Gieben
I have the same problem. This is on amd64/Edgy. After SUCCESSFULLY writing a CD, nautilus complains about it and produces an error. dmesg contains: [229239.339649] usb 2-6.7: USB disconnect, address 7 [470357.737282] cdrom: This disc doesn't have any tracks I recognize! [470403.956490] scsi:

[Bug 71078] buttons stays pressed down

2006-11-09 Thread Miek Gieben
Public bug reported: When I click on a subject-bookmark in the toolbar of epiphany is sometimes stays pressed. I've attached a screenshot to tell what I mean. So the submenu is gone, but the button isn't unpressed. ** Affects: epiphany-browser (Ubuntu) Importance: Undecided

[Bug 71078] Re: buttons stays pressed down

2006-11-09 Thread Miek Gieben
** Attachment added: screenshot of the problem http://librarian.launchpad.net/5021592/epip.jpg -- buttons stays pressed down https://launchpad.net/bugs/71078 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 53448] Re: [Dapper] Sound Recorder doesn't respect input selection on second record

2006-11-08 Thread Miek Gieben
This bug is still there in Edgy, but somewhat different. When I do the second record gnome-sound-recorder disables CAPTURE on the capture device of my sound blaster live. So I can only record once, close sound recorder, enable CAPURE again and start gnome-sound-recorder again. I've now upgraded

[Bug 70051] Re: amd64 (edgy): save image as... crashes browser

2006-11-04 Thread Miek Gieben
Cannot reproduce it anymore. It may be connect to 'nut' (the package nut-usb) usb driver, which wasn't too stable. -- amd64 (edgy): save image as... crashes browser https://launchpad.net/bugs/70051 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 70051] Re: amd64 (edgy): save image as... crashes browser

2006-11-03 Thread Miek Gieben
Done that, but epiphany-browser-dbgsym didn't crash when I tried to save-as. And now, epiphany (non debug) also doesn't crash any more Very strange. I'll keep an eye on it - if it doesn't crash this week I'll close this bug. Thanks. -- amd64 (edgy): save image as... crashes browser

<    1   2