[Bug 1914845] Re: usb-c ports Titan Ridge capped at 480 Mb/s

2021-12-18 Thread Harald Rudell
What is not working is hotplug of any device 5+ Gb/s on Apple computers with Intel cpu, 2016+ At boot time, devices are recognized by efi firmware. After that, any unplugged device is gone until again plugged in during boot https://bugzilla.kernel.org/show_bug.cgi?id=211681 https://apple.stackex

[Bug 1898293] [NEW] Boot partition too small for snapshotting

2020-10-02 Thread Harald Rudell
Public bug reported: RUnning the 20.04 desktop zfs install, the boot partition is 500 MiB I run 512 MiB without zfs because the default 234 MiB has been too small for a long time, like two years 500 MiB is too little because snapshotting is taking place. boot cannot hold even two kernels macOS

[Bug 1652469] Re: Boot partition too small, apt-get upgrade fails

2016-12-24 Thread Harald Rudell
GETAROUND Run the following script before any apt-upgrade It ensures only two kernels are installed #!/bin/bash -eu # ~/bin/auto-remove-kernels # Remove kernels except the currently running and the latest # © 2016 Harald Rudell (http://haraldrudell.com) Licence: ISC. MASTERSTART="$(date

[Bug 1652469] [NEW] Boot partition too small, apt-get upgrade fails

2016-12-24 Thread Harald Rudell
Public bug reported: PROBLEM: On install, the boot partition has the size 244.0 MiB or 499,712 sectors SYMPTOM: This causes apt-get upgrade to fail at a later time with messages like: apt-get --yes dist-upgrade … update-initramfs: Generating /boot/initrd.img-4.4.0-57-generic gzip: stdout: No spa

[Bug 1629620] Re: DNS resolver stops accepting queries

2016-11-19 Thread Harald Rudell
This is a dup of #1639776 A patched deb package is here: https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1639776/comments/7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1629620 Title: DNS r

[Bug 1639776] Re: dnsmasq fails to send queries out after suspend disconnects the interface

2016-11-19 Thread Harald Rudell
A package that fixes the problem Ubuntu 16.10 amd64 built like: mkdir --parents 161119-dnsmasq-base cd 161119-dnsmasq-base apt-get source dnsmasq-base sudo apt-get build-dep dnsmasq-base wget https://launchpadlibrarian.net/292578501/rebind-after-suspend.diff patch --strip=0 https://bugs.launchpad.

[Bug 1639776] Re: dnsmasq fails to send queries out after suspend disconnects the interface

2016-11-19 Thread Harald Rudell
Install like wget https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1639776/+attachment/4780245/+files /dnsmasq-base_2.76-4ubuntu1FIX1639776ubuntu1_amd64.deb sha256sum dnsmasq-base_2.76-4ubuntu1FIX1639776ubuntu1_amd64.deb 90816ff1e2dad6002576967b9ad02bfa3780fe4ea0419db0cedacf4b1dff5bc0 dnsm

[Bug 1228684] [NEW] Logitech Bluetooth Desktop MX5000 Not Working

2013-09-21 Thread Harald Rudell
Public bug reported: Symptom: Upgraded to 13.04, keyboard stopped working (Same as for 12.10, 12.04, 11.10...) Cause: Logitech Bluetooth Desktop MX5000 is not getting the hiddev* treatment Hardware: lsusb -d 046d:0b02 Bus 002 Device 017: ID 046d:0b02 Logitech, Inc. BT Mini-Receiver (HID proxy m

[Bug 1088271] Re: X startup fails with "failed to get resources" error after update to 3.5.0-18

2013-02-17 Thread Harald Rudell
I got it working with my card and 3.5.0-24. After re-enabling kms, I had forgot to run 'sudo update-initramfs -u' the boot somehow was in kms color mode either way, but the X driver would not work. Apparently 'intel(0): failed to get resources: Invalid argument' means to say: kernel-space modese

[Bug 1088147] Re: Intel 915GM/GMA900 upgrade fails 12.04-12.10

2013-02-16 Thread Harald Rudell
Your point is correct that kms was disabled (I guess it is in the kernel but i915 is configured to not use it) I have an /etc/modprobe.d/i915-kms.conf which had in it: options i915 modeset=0 If I do use kms, I have found no way to launch X since mid-2011. No matter what I do, the Intel X driver 2

[Bug 1088271] Re: X startup fails with "failed to get resources" error after update to 3.5.0-18

2013-02-16 Thread Harald Rudell
I have this problem, too, on 915GM/GMA900, and it is still a problem. It has not worked since the beginning of kms which was mid-2011. Symptom: X does not start, in /var/log/Xorg.0.log: (EE) intel(0): failed to get resources: Invalid argument I have the latest quantal-proposed kernel, dated 13020

[Bug 718635] Re: Error message "Your computer does not have enough free memory" when core dump or stacktrace failed to be created is misleading

2013-01-22 Thread Harald Rudell
12.10 has it apport 2.6.1-0ubuntu10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/718635 Title: Error message "Your computer does not have enough free memory" when core dump or stacktrace failed t

[Bug 1099562] Re: chromium-browser causes thousands of file descriptors to be consumed

2013-01-14 Thread Harald Rudell
So, this was in fact /proc/sys/fs/inotify/max_user_instances exceeded which did not use to be a problem... for f in /proc/sys/fs/inotify/*; do echo "$(cat $f) $f"; done 16384 /proc/sys/fs/inotify/max_queued_events 128 /proc/sys/fs/inotify/max_user_instances 65536 /proc/sys/fs/inotify/max_user_wat

[Bug 1099562] Re: chromium-browser causes thousands of file descriptors to be consumed

2013-01-14 Thread Harald Rudell
There does not seem to be a unique file, command or process that holds the high number of file descriptors. It seems to be regular files like standard libraries, so maybe the cause is that Chrome just causes a large amount of processes to run. The largest consumers are: 45 processes command chrom

[Bug 1099562] [NEW] chromium-browser causes thousands of file descriptors to be consumed

2013-01-14 Thread Harald Rudell
Public bug reported: SYMPTOM The computer runs out of 64K file descriptors within 26 hours GETAROUND Exiting Chrome gets about 35k file descriptors back CHROMIUM VERSION chromium-browser:amd64 20.0.1132.47~r144678-0ubuntu0.12.04.1 prior non-troubling version: 18.0.1025.168~r134367-0ubuntu0.12.04

[Bug 1097519] Re: Use brcmsmac driver for BCM4313

2013-01-10 Thread Harald Rudell
I would want for the kernel to pick brcmsmac over wl for BCM4313 and maybe other hardware, too. Today, wl has to be blacklisted. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1097519 Title: Use brc

[Bug 1097519] Re: Use brcmsmac driver for BCM4313

2013-01-10 Thread Harald Rudell
The problem is that on upgrade, Ubuntu picks a driver that hangs common commands like sudo, ifconfig etc. and prevents any networking. There are no questions on upgrade, and Ubuntu picks this driver even if brcmsmac was used previously. Most users that are subject to this bug won't be able to rec

[Bug 1097522] [NEW] bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu3: bcmwl kernel module failed to build

2013-01-08 Thread Harald Rudell
Public bug reported: ran upgrade ProblemType: Package DistroRelease: Ubuntu 13.04 Package: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu3 ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0 Uname: Linux 3.7.0-7-generic i686 ApportVersion: 2.8-0ubuntu1 Architecture: i386 DKMSKernelVersion: 3.7.0-

[Bug 1097519] [NEW] Use brcmsmac driver for BCM4313

2013-01-08 Thread Harald Rudell
Public bug reported: On upgrade to 13.04, the wl.ko, package bcmwl-kernel-source drier is selected. This driver does not allow the computer to boot and causes great pain in recovery for users, most of which will not be able to get the Ubuntu installation functional https://bugs.launchpad.net/ub

[Bug 1097509] Re: wl kernel module on BCM4313 causes kernel taint on boot

2013-01-08 Thread Harald Rudell
To use that other driver: echo brcmsmac | sudo tee -a /etc/modules reboot -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1097509 Title: wl kernel module on BCM4313 causes kernel taint on boot To ma

[Bug 1097509] [NEW] wl kernel module on BCM4313 causes kernel taint on boot

2013-01-08 Thread Harald Rudell
Public bug reported: Lenovo ideapad with BCM4313, upgrade to 13.04 12.10 used drivers bcma, brcmsmac 13.04 chooses kernel module wl, package bcmwl-kernel-source, 6.20.155.1+bdcom-0ubuntu2 This causes exception on boot Therefore network fails to launch Therefore many commands hang: sudo ifconfig

[Bug 1052360] Re: unattended-upgrade crashed with SystemError: E:Sub-process /usr/bin/dpkg returned an error code (2)

2013-01-07 Thread Harald Rudell
Ran software update -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1052360 Title: unattended-upgrade crashed with SystemError: E:Sub-process /usr/bin/dpkg returned an error code (2) To manage noti

[Bug 1097062] [NEW] package man-db 2.6.3-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-01-07 Thread Harald Rudell
Public bug reported: Ran software update ProblemType: Package DistroRelease: Ubuntu 12.10 Package: man-db 2.6.3-1 ProcVersionSignature: Ubuntu 3.5.0-15.22-generic 3.5.4 Uname: Linux 3.5.0-15-generic i686 NonfreeKernelModules: wl ApportVersion: 2.5.2-0ubuntu4 Architecture: i386 Date: Mon Jan 7 12

[Bug 1088147] [NEW] Intel 915GM/GMA900 upgrade fails 12.04-12.10

2012-12-09 Thread Harald Rudell
Public bug reported: A 915GM machine using GMA900 does not work with the intel X driver. After update, from kernel messages Ubuntu goes to black screen: end of Xorg.0.log: [ 361.903] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,... [ 361.911] (II) VESA: driver for VESA chip

[Bug 1005974] Re: No sound after upgrade to 12.04, Asus P5Q-EM DO, Realtek ALC1200

2012-05-29 Thread Harald Rudell
This was a hardware problem. Same day as the upgrade. ** Changed in: alsa-driver (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1005974 Title: No sound after u

[Bug 1005974] [NEW] No sound after upgrade to 12.04, Asus P5Q-EM DO, Realtek ALC1200

2012-05-29 Thread Harald Rudell
Public bug reported: Worked before upgrade Everything unmuted/max in alsa-mixer speaker-test playing but no sound ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: alsa-base 1.0.25+dfsg-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18 Uname: Linux 3.2.0-25-generic x86_64 Nonf

[Bug 1005974] Re: No sound after upgrade to 12.04, Asus P5Q-EM DO, Realtek ALC1200

2012-05-29 Thread Harald Rudell
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1005974 Title: No sound after upgrade to 12.04, Asus P5Q-EM DO, Realtek ALC1200 To manage notifications about this bug go to: https://bugs.launchpad.net

[Bug 913480] Re: gnome-shell crashes with nVidia Quadro NVS 450

2012-01-08 Thread Harald Rudell
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/913480 Title: gnome-shell crashes with nVidia Quadro NVS 450 To manage notifications about this bug go to: https://bug

[Bug 889538] Re: Disable noveau for nVidia Quadro NVS 450

2011-11-20 Thread Harald Rudell
** Description changed: - noveau does not work for nVidia Corporation G98 [Quadro NVS 450] [10de:06fa] (rev a1) - noveau never worked for this card in 10.10 11.04 or 11.10 + nouveau does not work for nVidia Corporation G98 [Quadro NVS 450] [10de:06fa] (rev a1) + nouveau never worked for this car

[Bug 889559] Re: unity does not work for multiple monitors

2011-11-12 Thread Harald Rudell
11.10 designed fallback: sudo apt-get install gnome-session-fallback nvidia-current set Xinerama above sudo service lightdm restart on login screen, use cog icon to select Gnome classic windows and cursor can move across dfps and gpus for some reason, no gnome panels on second dfp, but on both gp

[Bug 889559] Re: unity does not work for multiple monitors

2011-11-12 Thread Harald Rudell
get around is: make sure you have nVidia proprietary driver: sudo apt-get install nvidia-current in the whatever windowing environment you got running: run nvidia-settings (NVIDIA X Server Settings), configure the monitors they way you want, enable Xinerama save the preview of X Configuration Fi

[Bug 889559] Re: unity does not work for multiple monitors

2011-11-12 Thread Harald Rudell
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/889559 Title: unity does not work for multiple monitors To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity/+b

[Bug 889559] [NEW] unity does not work for multiple monitors

2011-11-12 Thread Harald Rudell
Public bug reported: for multiple display, no Xinerama: mouse cursor can move over all monitors, monitors other than main monitor are gray, windows can't be moved there with Xinerama: mouse cursor can move over all monitors, The dash is mirrored on all displays, only the leftmost dash is function

[Bug 889538] Re: Disable noveau for nVidia Quadro NVS 450

2011-11-12 Thread Harald Rudell
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/889538 Title: Disable noveau for nVidia Quadro NVS 450 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-met

[Bug 889538] [NEW] Disable noveau for nVidia Quadro NVS 450

2011-11-12 Thread Harald Rudell
Public bug reported: noveau does not work for nVidia Corporation G98 [Quadro NVS 450] [10de:06fa] (rev a1) noveau never worked for this card in 10.10 11.04 or 11.10 if noveau is enabled, ubuntu will not start less 1 hour worth of software engineering symptoms: keyboard unavailable mouse clicks

[Bug 869635] Re: long delay at shutdown/reboot - network-manager doesn't close correctly

2011-10-31 Thread Harald Rudell
If I insert "stop on runlevel [6]" into /etc/init/network-manager.conf on a Lenovo S10-3t, I get many error messages after Killing all remaining..: modem-manager[n]: Modem Manager (version 0.5) starting... modem-manager[n]: Could not get the system bus. Make sure the message bus daemon is runni

[Bug 875892] Re: Wi-Fi not working after 11.10 upgrade Lenovo S10-3t

2011-10-16 Thread Harald Rudell
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875892 Title: Wi-Fi not working after 11.10 upgrade Lenovo S10-3t To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+sourc

[Bug 875892] [NEW] Wi-Fi not working after 11.10 upgrade Lenovo S10-3t

2011-10-16 Thread Harald Rudell
Public bug reported: upgrade enters this state, which does not work (ifconfig -a lists no interface): foxyboy@s10t:~/Desktop$ lspci -k -nn -d 14e4:4727 07:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01) Subsystem: Broad

[Bug 872666] Re: Mouse pointer off on different-resolution external display

2011-10-16 Thread Harald Rudell
This worked after a full power off rather than reset, which I think is required for Quadro NVS to figure out new monitors. I run my 96 dpi monitors using gnome 132 dpi to get larger text I have since gone back to three identical monitors, so the problem is not longer affecting me -- You received

[Bug 869535] Re: A window dragged off to another Xinerama display disappears from Window List applet

2011-10-16 Thread Harald Rudell
This seemed to be caused by having multiple Window List. I had an extra one squeezed down so that it was no longer visible. When I removed second one, the visible WIndow List worked as expected -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 872666] Re: Mouse pointer off on different-resolution external display

2011-10-11 Thread Harald Rudell
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872666 Title: Mouse pointer off on different-resolution external display To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu

[Bug 872666] [NEW] Mouse pointer off on different-resolution external display

2011-10-11 Thread Harald Rudell
Public bug reported: After my update today the mouse pointer clicks 1" to the right of its displayed position on my left display. Currently center and right displays are 1920x1080 and the left display is 1280x1024 This worked 1 week ago. Ubuntu 11.04 has been a disaster for multiple display. M

[Bug 869535] Re: A window dragged off to another Xinerama display disappears from Window List applet

2011-10-06 Thread Harald Rudell
Window Selector still works as expected, with all windows -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/869535 Title: A window dragged off to another Xinerama display disappears from Window List a

[Bug 869535] Re: A window dragged off to another Xinerama display disappears from Window List applet

2011-10-06 Thread Harald Rudell
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/869535 Title: A window dragged off to another Xinerama display disappears from Window List applet To manage notifications about this bug go to: https:

[Bug 869535] [NEW] A window dragged off to another Xinerama display disappears from Window List applet

2011-10-06 Thread Harald Rudell
Public bug reported: I have nVidia, Ubuntu Classic/Gnome and 3 displays BUG: Today I noticed in gnome-panel 1:2.32.1-0ubuntu6.5 that a window that is dragged off my center screen disappears from the Window List applet of that screen. The Window List applet supposedly lists all windows as buttons

[Bug 738458] Re: Gnome won't show screen saver unlock, clock-applet high cpu

2011-09-02 Thread Harald Rudell
Every month or so it occurs (a system, that is never shut down) What I do is that I ssh in from another box and kill the high-load process. If I can't find out which one it is (happened once), I restart X. I think it is related to that I have an nVidia Quadro NVS 450 with three displays and Ubuntu

[Bug 738458] Re: Gnome won't show screen saver unlock, clock-applet high cpu

2011-09-02 Thread Harald Rudell
This still happens. Different gnome-panel apps that do frequent redraw lock sup their thread and Xorg with high cpu: xclock eyes sensors-applet ** Changed in: gnome-screensaver (Ubuntu) Status: Expired => New -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 738458] Re: Gnome won't show screen saver unlock, clock-applet high cpu

2011-09-02 Thread Harald Rudell
killall gnome-panel is also effective -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/738458 Title: Gnome won't show screen saver unlock, clock-applet high cpu To manage notifications about this bug

[Bug 778638] Re: evince-thunbnailer gets permission denied from apparmor (and hangs the system for long periods of time)

2011-05-19 Thread Harald Rudell
Have it, too: natty x64 box uses share from maverick x86 double-click a pdf in Nautilus on nfs-share file: hangs evince, Nautilus, and any Terminal trying to ls the nfs share get-around is (as mentioned): sudo apparmor_parser -R /etc/apparmor.d/usr.bin.evince -- You received this bug notificati

[Bug 675839] Re: Disk read corrupt on x64 exceeding 4 GiB RAM

2011-04-21 Thread Harald Rudell
This appears fixed in Natty beta 2, x64 desktop run from cdrom: (2x4 GiB ram) ubuntu@ubuntu:~$ cd /media/a1dbea37-c813-42a2-9e11-1968bf4b1a87/foxyboy/Desktop/md5/files $ ls -l asingle.avi asingleunzipped.avi anotsparse.avi asingle.zip -rw-r--r-- 1 1000 1000 733906944 2010-11-15 00:11 anotsparse.

[Bug 738458] Re: Gnome won't show screen saver unlock, clock-applet high cpu

2011-03-19 Thread Harald Rudell
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/738458 Title: Gnome won't show screen saver unlock, clock-applet high cpu -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu

[Bug 738458] [NEW] Gnome won't show screen saver unlock, clock-applet high cpu

2011-03-19 Thread Harald Rudell
Public bug reported: Binary package hint: gnome-panel On return to my computer, the screen saver unlock is not displayed instead, the screen is black with only a mouse cursor that can be moved ssh in to the machine and top shows: PID USR PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 1305 root 20 0

[Bug 678294] [NEW] Ubuntu 10.10 writes corrupted Blu-Ray BD-R

2010-11-21 Thread Harald Rudell
Public bug reported: Binary package hint: genisoimage BACKGROUND, NEED When writing a blu-ray disc, you need to assemble an image that is then written to the disc Ubuntu 10.10 can recognize and write to blu-ray, but data is corrupted along the way to do blu-ray portable with large files, you n

[Bug 675839] Re: Disk read corrupt on x64 exceeding 4 GiB RAM

2010-11-16 Thread Harald Rudell
I had a problem when upgrading to 10.10 b/c mysql upgrade hang due to some other bug. To fix: I upgraded in command window, then using update- manager, went through. Problem persist then Booted from 10.10 x64 desktop cd: ISSUE PRESENT (nVidia card wot work unless: when black screen with little man

[Bug 675839] Re: Disk read corrupt on x64 exceeding 4 GiB RAM

2010-11-15 Thread Harald Rudell
-- Disk read corrupt on x64 exceeding 4 GiB RAM https://bugs.launchpad.net/bugs/675839 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.com https://lists.ubuntu.com/mailman/listinfo/u

[Bug 675839] [NEW] Disk read corrupt on x64 exceeding 4 GiB RAM

2010-11-15 Thread Harald Rudell
Public bug reported: Since updating to 10.10 disk reading of large files is corrupt for high- memory 64-bit configurations 1. I had 16 GiB RAM organized as 4x4GIB simms, 4-core Intel CPU 2. It was noticed that when copying a 23 GiB folder on a usb-connected harddrive, diff would report differenc

[Bug 511274] Re: Fresh 9.10 install: wpa_supplicant[920]: Associate request to the driver failed.

2010-01-22 Thread Harald Rudell
This time access point D-Link DIR-855, previously access point was D-Link 802.11g -- Fresh 9.10 install: wpa_supplicant[920]: Associate request to the driver failed. https://bugs.launchpad.net/bugs/511274 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 511274] Re: Fresh 9.10 install: wpa_supplicant[920]: Associate request to the driver failed.

2010-01-22 Thread Harald Rudell
plugged in a USB 802.11n adapter, Trendnet TEW-644UB, same problem ** Attachment added: "syslog-usb device" http://launchpadlibrarian.net/38274804/usb-wifi.txt -- Fresh 9.10 install: wpa_supplicant[920]: Associate request to the driver failed. https://bugs.launchpad.net/bugs/511274 You receiv

[Bug 511274] Re: Fresh 9.10 install: wpa_supplicant[920]: Associate request to the driver failed.

2010-01-22 Thread Harald Rudell
lspci etc. Kernel driver in use: ipw2100 ** Attachment added: "some system information" http://launchpadlibrarian.net/38274640/systemdata.txt -- Fresh 9.10 install: wpa_supplicant[920]: Associate request to the driver failed. https://bugs.launchpad.net/bugs/511274 You received this bug notif

[Bug 511274] Re: Fresh 9.10 install: wpa_supplicant[920]: Associate request to the driver failed.

2010-01-22 Thread Harald Rudell
** Attachment added: "syslog when failing, fresh install" http://launchpadlibrarian.net/38274577/syslog-fresh-910.txt -- Fresh 9.10 install: wpa_supplicant[920]: Associate request to the driver failed. https://bugs.launchpad.net/bugs/511274 You received this bug notification because you are a

[Bug 511274] [NEW] Fresh 9.10 install: wpa_supplicant[920]: Associate request to the driver failed.

2010-01-22 Thread Harald Rudell
Public bug reported: Binary package hint: wpasupplicant my ipw2100 failed to associate since upgrade to 9.04 Now with fresh install to new partition, failks to associate with open access point failing message in syslog: wpa_supplicant[920]: Associate request to the driver failed. ** Affects: w

[Bug 401825] Re: Kerneloops likely Intel 4965 Wi-Fi - WARNING: at /build/buildd/linux-2.6.28/net/mac80211/scan.c:434 ieee80211_scan_completed+0x2b8/0x380 [mac80211]()

2009-10-16 Thread Harald Rudell
again -- Kerneloops likely Intel 4965 Wi-Fi - WARNING: at /build/buildd/linux-2.6.28/net/mac80211/scan.c:434 ieee80211_scan_completed+0x2b8/0x380 [mac80211]() https://bugs.launchpad.net/bugs/401825 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 401825] Re: Kerneloops likely Intel 4965 Wi-Fi - WARNING: at /build/buildd/linux-2.6.28/net/mac80211/scan.c:434 ieee80211_scan_completed+0x2b8/0x380 [mac80211]()

2009-10-14 Thread Harald Rudell
again -- Kerneloops likely Intel 4965 Wi-Fi - WARNING: at /build/buildd/linux-2.6.28/net/mac80211/scan.c:434 ieee80211_scan_completed+0x2b8/0x380 [mac80211]() https://bugs.launchpad.net/bugs/401825 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 449756] Re: [897374.941786] BUG: unable to handle kernel NULL pointer dereference at 00000000000000f0 - resume Lenovo

2009-10-13 Thread Harald Rudell
had it again, I think? -- [897374.941786] BUG: unable to handle kernel NULL pointer dereference at 00f0 - resume Lenovo https://bugs.launchpad.net/bugs/449756 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs m

[Bug 449756] [NEW] [897374.941786] BUG: unable to handle kernel NULL pointer dereference at 00000000000000f0 - resume Lenovo

2009-10-12 Thread Harald Rudell
Public bug reported: Lenovo has issue swith suspend-resume. Dockng station no longer used, still issues ProblemType: KernelOops Annotation: Your system might become unstable now and might need to be restarted. Architecture: amd64 DistroRelease: Ubuntu 9.04 Failure: oops HibernationDevice: RESUME

[Bug 449756] Re: [897374.941786] BUG: unable to handle kernel NULL pointer dereference at 00000000000000f0 - resume Lenovo

2009-10-12 Thread Harald Rudell
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/33553474/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/33553475/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/33553476/Dependencies.txt ** A

[Bug 401825] Re: Kerneloops likely Intel 4965 Wi-Fi - WARNING: at /build/buildd/linux-2.6.28/net/mac80211/scan.c:434 ieee80211_scan_completed+0x2b8/0x380 [mac80211]()

2009-09-21 Thread Harald Rudell
had it again, without docking station -- Kerneloops likely Intel 4965 Wi-Fi - WARNING: at /build/buildd/linux-2.6.28/net/mac80211/scan.c:434 ieee80211_scan_completed+0x2b8/0x380 [mac80211]() https://bugs.launchpad.net/bugs/401825 You received this bug notification because you are a member of Ub

[Bug 432781] Re: [431478.109859] general protection fault: 0000 [#1] SMP

2009-09-18 Thread Harald Rudell
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/32042641/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/32042642/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/32042643/Dependencies.txt ** A

[Bug 432781] [NEW] [431478.109859] general protection fault: 0000 [#1] SMP

2009-09-18 Thread Harald Rudell
Public bug reported: Nvidia can not handle if the video card has changing connector names, which happens hen docking/undocking the Lenovo T61 small docking station (DFP-0, VGA, DFP-1...) In this case, after clicking quick fix for a discrepancy in the configuration: kernel oops Other things you c

[Bug 430609] Re: [431478.109859] general protection fault: 0000 [#1] SMP

2009-09-16 Thread Harald Rudell
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/31893460/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/31893461/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/31893462/Dependencies.txt ** A

[Bug 430609] [NEW] [431478.109859] general protection fault: 0000 [#1] SMP

2009-09-16 Thread Harald Rudell
Public bug reported: Binary package hint: nfs-kernel-server My Lenovo laptop had a blinking caps lock crash. This has occasionally occured on suspend on docking station, but this time it was sitting idle on my desk serving edited source code over gigabit cable-nfs: like 100 of characters of text

[Bug 401825] Re: Kerneloops likely Intel 4965 Wi-Fi - WARNING: at /build/buildd/linux-2.6.28/net/mac80211/scan.c:434 ieee80211_scan_completed+0x2b8/0x380 [mac80211]()

2009-08-24 Thread Harald Rudell
could also be nVidia, since the dock DVI connector name LVDS.. is different from that of the machine's VGA port. nVidia can't handle that -- Kerneloops likely Intel 4965 Wi-Fi - WARNING: at /build/buildd/linux-2.6.28/net/mac80211/scan.c:434 ieee80211_scan_completed+0x2b8/0x380 [mac80211]() http

[Bug 401825] Re: Kerneloops likely Intel 4965 Wi-Fi - WARNING: at /build/buildd/linux-2.6.28/net/mac80211/scan.c:434 ieee80211_scan_completed+0x2b8/0x380 [mac80211]()

2009-08-20 Thread Harald Rudell
Still give kernelOops on resume in docking station 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 19:25:34 UTC 2009 x86_64 GNU/Linux Lenovo T61 light dock -- Kerneloops likely Intel 4965 Wi-Fi - WARNING: at /build/buildd/linux-2.6.28/net/mac80211/scan.c:434 ieee80211_scan_completed+0x2b8/0x380 [ma

[Bug 402638] Re: Lenovo T61 hangs on shutdown when docked

2009-07-21 Thread Harald Rudell
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/29346722/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/29346723/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/29346724/Dependencies.txt ** A

[Bug 402638] [NEW] Lenovo T61 hangs on shutdown when docked

2009-07-21 Thread Harald Rudell
Public bug reported: Updated to latest bios 2.26 Various Oops that appear to be caused by Wi-Fi 4965 driver ProblemType: KernelOops Annotation: Your system might become unstable now and might need to be restarted. Architecture: amd64 DistroRelease: Ubuntu 9.04 Failure: oops HibernationDevice: R

[Bug 401825] [NEW] Kerneloops likely Intel 4965 Wi-Fi - WARNING: at /build/buildd/linux-2.6.28/net/mac80211/scan.c:434 ieee80211_scan_completed+0x2b8/0x380 [mac80211]()

2009-07-20 Thread Harald Rudell
Public bug reported: Binary package hint: linux-image-2.6.28-14-generic three crashes in a week once with flashing caps lock other two just hang ProblemType: KernelOops Annotation: Your system might become unstable now and might need to be restarted. Architecture: amd64 DistroRelease: Ubuntu 9.

[Bug 401825] Re: Kerneloops likely Intel 4965 Wi-Fi - WARNING: at /build/buildd/linux-2.6.28/net/mac80211/scan.c:434 ieee80211_scan_completed+0x2b8/0x380 [mac80211]()

2009-07-20 Thread Harald Rudell
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/29291049/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/29291057/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/29291058/Dependencies.txt ** A

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

2009-04-19 Thread Harald Rudell
When the resident size of multiload-applet-2 reached 1.0 GiB on a 2 GiB memory system, all sorts of things started failing. This is on a desktop 8.10 lvm installation providing various services to other clients such as apache, svn etc. * hard drives where on 100% iowait (swapping) leading to froze

[Bug 319108] Re: Memory leak in libgtop

2009-04-19 Thread Harald Rudell
*** This bug is a duplicate of bug 307472 *** https://bugs.launchpad.net/bugs/307472 When the resident size of multiload-applet-2 reached 1.0 GiB on a 2 GiB memory system, all sorts of things started failing. This is on a desktop 8.10 lvm installation providing various services to other clien

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

2009-04-19 Thread Harald Rudell
** Changed in: libgtop2 (Ubuntu Intrepid) Status: New => Confirmed -- multiload-applet-2 leaks memory https://bugs.launchpad.net/bugs/307472 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 164320] timechecker utility

2007-11-21 Thread Harald Rudell
hat's fine, if I should assist that's fine too, though I don't have a Debian key nor know much beyond apt-get and cpp. Regards, Harald Rudell ** Affects: ubuntu Importance: Undecided Status: New ** Tags: needs-packaging -- timechecker utility https://bugs.launchpad

[Bug 162341] amule leaks 0.2 MiB memory per hour

2007-11-12 Thread Harald Rudell
Public bug reported: Binary package hint: amule in Ubuntu gutsy 7.10, amule from the package amule 2.1.3-3ubuntu1 leaks memory about 0.2 MiB per hour, limiting the uptime to something like 30 days Since it crashed my metal-hardware, I ran it in vmware with System monitor open, process tab, sorte

[Bug 157706] ATI crash with several graphics boards or other non-randr 1.2 drivers

2007-10-27 Thread Harald Rudell
Public bug reported: Binary package hint: xserver-xorg-video-ati An ati driver that is randr 1.2 aware was added to Ubuntu gutsy between August and October 2007. Ths current version is xserver-xorg-video-ati 1:6.7.195-1ubuntu2 Because this driver crashes in a number of situations, and some sett

[Bug 137624] fsck required on boot for raids-1 hangs

2007-09-05 Thread Harald Rudell
Public bug reported: I was trying to boot a raid-1 system with errors on the root partition. bootup process, right after the "mdadm error exit" message said something like "need to fsck, file system will be writeable during,... bla" However, fsck never starts. System hung and nothing happens. (m

[Bug 135031] Re: tribe 5 bootup: udevd-event[2647]: run_program: '/sbin/mdadm' abnormal exit

2007-08-27 Thread Harald Rudell
** Summary changed: - tribe 5 bottup: udevd-event[2647]: run_program: '/sbin/mdadm' abnormal exit + tribe 5 bootup: udevd-event[2647]: run_program: '/sbin/mdadm' abnormal exit -- tribe 5 bootup: udevd-event[2647]: run_program: '/sbin/mdadm' abnormal exit https://bugs.launchpad.net/bugs/135031 Yo

[Bug 135031] tribe 5 bottup: udevd-event[2647]: run_program: '/sbin/mdadm' abnormal exit

2007-08-27 Thread Harald Rudell
Public bug reported: Since the kernel upgrade to 2.6.22-10-generic, raid-1 now works again without patching, thanks for that there is a message though, originating after the udev daemon has been started: udevd-event[2647]: run_program: '/sbin/mdadm' abnormal exit this is right before /scripts/lo

[Bug 135030] bootup: /var/log/udev accessed prior to filesystem mount

2007-08-27 Thread Harald Rudell
Public bug reported: Bootup 7.10 tribe 5 fully updates as of 8/27/2007 Issue: in /etc/ there are many files containing the command "mv -f /dev/.udev.log /var/log/udev" if this statement is executed prior to /etc/rcS.d/S35mountall.sh, and /var/log resides on a mounted file system rather than the

[Bug 133419] installer sees only one drive

2007-08-18 Thread Harald Rudell
Public bug reported: I upgraded a good feisty raid-1 system using gutsy tribe 4 cd. The system failed to boot since the device md1 did not exist and no raid seems to be in the boot initrd. Therefore, I attempted a fresh install in vmware with two SCSI disks a. 7.04 sees and can partition both dis

[Bug 126934] Re: mdadm-RAID compromises bootup process

2007-07-25 Thread Harald Rudell
Comparing a fresh install with a alternate-desktop installed as single0drive, upgraded to raid, then 6.10-7.04: #1. Both systems suffer from bug Bug #108971. Message "mdadm : No devices listed in conf file were found" on boot-up right after "Loading, please wait..." This is fixed by adding "/sbin

[Bug 126934] mdadm-RAID compromises bootup process

2007-07-19 Thread Harald Rudell
Public bug reported: Binary package hint: mdadm If using a raid-1 the setup of md0: /boot md1: / md2: /var Benefits with this setup includes boot from dual or any single drive, and also protects / from a disk full condition on /var However, Ubuntu executes the bootup process incorrectly, wherea