[Bug 2060311] Re: Setting "optional: true" to overcome he timeout "Job systemd-networkd-wait-online" does no longer work with latest noble image

2024-05-20 Thread Avery-yates
This also happens when an interface is only used for vlans and nothing else. I don't mind systemd-networkd-wait-online blocking the vlans that are supposed to be on but it always block s when trying the trunk even if it's up. .. network: version: 2 ethernets: enp3s0: {} vlans: vlan

[Bug 2058179] Re: Kernel 6.8 + zfs-2.2.2: copy_file_range Operation Not Supported

2024-04-22 Thread Avery-yates
with 6.8-31 I was able to install 24.04 ubuntu-server-minimal with zfs boot & root using the OpenZFS tutorial for 22.04 with minimal change. Since there's no ZFS root install script in subiquity yet the OpenZFS instructions are going to be the go-to for many people again. https://github.com/openz

[Bug 1861936] Re: Raspberry Pi 3 network dies shortly after a burst of IPv6 tunnel network load ((lan78xx): transmit queue 0 timed out)

2021-01-21 Thread Christopher Yates
+1 -- I'm stuck on an ancient version of the Pi OS because of this issue... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861936 Title: Raspberry Pi 3 network dies shortly after a burst of IPv6 tun

[Bug 1906881] [NEW] mdadm --export --detail format incorrect

2020-12-04 Thread Chad Yates
Public bug reported: The mdadm --export --detail command creates environment variable name/value pairs suitable to import into a scripts environment. The format of these has changed, and the change looks to be a bug. Previously (prior to mdadm V4.1) the command would output in the following for

[Bug 1861936] Re: Raspberry Pi 3 network dies shortly after a burst of IPv6 tunnel network load ((lan78xx): transmit queue 0 timed out)

2020-10-22 Thread Christopher Yates
Ahhh. I do have 3 tunnels up as well. Good find! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861936 Title: Raspberry Pi 3 network dies shortly after a burst of IPv6 tunnel network load ((lan7

[Bug 1861936] Re: Raspberry Pi 3 network dies shortly after a burst of IPv6 tunnel network load ((lan78xx): transmit queue 0 timed out)

2020-10-15 Thread Christopher Yates
@mlx -- dunno. What I do know is reverting to prior firmware solves the issue for me and at least @Tim. I had the same issue in May as there was another release. I reverted and it became stable. This summer, I tried to sudo apt upgrade and hit the problem again. So I reverted and am stable. W

[Bug 1861936] Re: Raspberry Pi 3 network dies shortly after a burst of IPv6 tunnel network load ((lan78xx): transmit queue 0 timed out)

2020-10-15 Thread Christopher Yates
@Juerg: My config for my network setup, which is an AP via wlan0, not bridged and station via USB Wifi dongle: - #!/bin/bash # Error management set -o pipefail set -o nounset set -x apt install -y hostapd dnsmasq systemctl unmask hostapd systemctl

[Bug 1861936] Re: Raspberry Pi 3 network dies shortly after a burst of IPv6 tunnel network load ((lan78xx): transmit queue 0 timed out)

2020-10-06 Thread Christopher Yates
Bummers. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861936 Title: Raspberry Pi 3 network dies shortly after a burst of IPv6 tunnel network load ((lan78xx): transmit queue 0 timed out) To mana

[Bug 1861936] Re: Raspberry Pi 3 network dies shortly after a burst of IPv6 tunnel network load ((lan78xx): transmit queue 0 timed out)

2020-09-12 Thread Christopher Yates
No idea. I didn't march forward on the commits until it breaks, and I don't know when the bug occurs or I'd scream about it. What I do know is this old version is stable and I've had demonstrably no problems with it. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1861936] Re: Raspberry Pi 3 network dies shortly after a burst of IPv6 tunnel network load ((lan78xx): transmit queue 0 timed out)

2020-09-11 Thread Christopher Yates
4.19.75, https://github.com/Hexxeh/rpi- firmware/commit/86b202d127ca3d413d0779d870cce2169afaacd7 Ancient. And functional. ;) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861936 Title: Raspberry

[Bug 1861936] Re: Raspberry Pi 3 network dies shortly after a burst of IPv6 tunnel network load ((lan78xx): transmit queue 0 timed out)

2020-09-09 Thread Christopher Yates
@hamishbm -- I solved this by reverting to a prior fw release: sudo rpi-update 86b202d127ca3d413d0779d870cce2169afaacd7 Zero issues since. JFYI -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861936

[Bug 1861936] Re: Raspberry Pi 3 network dies shortly after a burst of IPv6 tunnel network load ((lan78xx): transmit queue 0 timed out)

2020-08-22 Thread Christopher Yates
RPI 3B+. My configuration is as follows: Raspian (buster) 5.4.51-v7+#1333 SMP Mon Aug 10 16:45:19 BST 2020 wlan0 AP, no bridge, fixed IP. wlan1 USB Wifi adapter ppp0 Hologram Nova Modem My application is in the field, so Wifi HotSpots can be unreliable (I can get an IP but can't connect). So I

[Bug 1858285] Re: SSH not honoring use of ~/.ssh/authorized_keys

2020-01-04 Thread Timothy Yates
Update, possible workaround. Still a bug that needs permanently fixed as other distros honor ~/.ssh/authorized_keys properly with settings in /etc/ssh/sshd_config use a directive within the ~/.ssh/config file but seems it requires both private and public keys to be present/exchanged for the requi

[Bug 1858285] Re: SSH not honoring use of ~/.ssh/authorized_keys

2020-01-04 Thread Timothy Yates
mistyped, it's a problem in 17.10 as well so the same problem has persisted for a few releases. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1858285 Title: SSH not honoring use of ~/.ssh/authorized

[Bug 1858285] Re: SSH not honoring use of ~/.ssh/authorized_keys

2020-01-04 Thread Timothy Yates
Also, i just tested this on Ubuntu 17.10 "Artful" as well so it seems to not be a problem for 19.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1858285 Title: SSH not honoring use of ~/.ssh/autho

[Bug 1858285] [NEW] SSH not honoring use of ~/.ssh/authorized_keys

2020-01-04 Thread Timothy Yates
Public bug reported: Have tested this successfully on other distros, used the same steps to updating /etc/ssh/sshd_config but SSH will not honor the use of ~/.ssh/authorized_keys. Simple test mkdir -m 700 ~/.ssh cd ~/.ssh ssh-keygen -t rsa -b 4096 press enter to accept the defaults and empty pas

Re: [Bug 1798608] Re: 18.04.1 No icon in panels in Tradional layout

2018-10-18 Thread Fred Yates
I am sorry, I am sooo new at this and have only tried to report one bug before and was told it was not a bug. I promise I am not trying to be hard to get along with. I flat don't understand what I am doing. I checked the forum and yes one other person saw it and that is the link I submitted in my

[Bug 1775812] [NEW] instal error

2018-06-08 Thread shaun yates
Public bug reported: coudn insyall due to hdd ProblemType: Bug DistroRelease: Ubuntu 17.04 Package: ubiquity 17.04.9 ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8 Uname: Linux 4.10.0-19-generic x86_64 ApportVersion: 2.20.4-0ubuntu4 Architecture: amd64 CasperVersion: 1.380 Date: Fri Jun

[Bug 1590590] Re: Touchpad not recognized on Dell Latitude E7470 Ultrabook

2017-03-23 Thread Oliver Yates
Hello, I have the same bug on my E7470 (Xubuntu 16 LTS). Kai-Heng Feng, how can I import the latest configuration you talk about? Btw, even though the pointingstick is clearly the main issue, it seems like the touchpad has a really abnormal behavior, I hope an update will be released soon... --

[Bug 1621555] Re: Brother HL-L2340DW not printing either USB or WiFi MATE 16.04.1 LTSE 16.04 LTS

2016-09-10 Thread Fred Yates
It had nothing to do with the cupsd.conf file. It was all about Brothers incorrect instructions. In their instructions it stated: * The tool will be downloaded into the default "Download" directory. (The directory location varies depending on your Linux distribution.) e.g. /ho

[Bug 1621555] [NEW] Brother HL-L2340DW not printing either USB or WiFi MATE 16.04.1 LTSE 16.04 LTS

2016-09-08 Thread Fred Yates
Public bug reported: The system recognizes the printer, it prints the file, shows the job has been sent, logs it to the spooler, shows it as completed, but nothing is printed. This happens for both USB and WiFi I have tried through launchpad to get help https://answers.launchpad.net/ubuntu/+quest

[Bug 1405232] Re: ping reports wrong IP responding under certain conditions

2016-09-02 Thread Avery-yates
Was about to file a report for this. Can confirm, tested in 16.04 http://pastebin.com/JzexVR0D -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1405232 Title: ping reports wrong IP responding under ce

[Bug 1464917] Re: reboot hangs at 'Reached target Shutdown'

2016-06-13 Thread Danny Yates
Since there hasn't been an answer for a month, I'll ask the question again... Is there any chance that this will be backported for Xenial? At the moment, folks on an LTS release are struggling to cleanly shut their machines down. -- You received this bug notification because you are a member of

[Bug 1174763] Re: Tinc VPN security issue (CVE-2013-1428)

2014-09-02 Thread Avery-yates
This is still an issue. LTS needs a backport. Some of us are in this boat until 2017. ** Changed in: tinc (Ubuntu) Status: Expired => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/

[Bug 1358596] Re: The new keyboard detection routine when installing ubuntu server 14.04 does not find a Belgian keyboard any more. the previous one did.

2014-08-19 Thread Avery-yates
I have no idea which package contains the program to determine keyboard layout during ubuntu-server install. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1358596 Title: The new keyboard detection r

[Bug 1358596] [NEW] The new keyboard detection routine when installing ubuntu server 14.04 does not find a Belgian keyboard any more. the previous one did.

2014-08-18 Thread Avery-yates
Public bug reported: The routine that detects which keyboard is used by having the user press certain keys during install does not work properly anymore for belgian keyboards. The previous version worked great. (the ones that had ?) as the first character to be pressed . This latest one ends

[Bug 1313830] Re: [Lenovo ThinkPad X230] LCD Backlight dims completely when disconnecting external monitor

2014-08-06 Thread Danny Yates
Hi Christopher. Sorry for the delay, but it turned out I wasn't subscribed to this bug. I have created a new bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1353429 to track my hardware and subscribed you to it as requested. Thanks. -- You received this bug notification because you are

[Bug 1353429] [NEW] Lenovo X1 Carbon 2nd Gen internal display dims when disconnecting external display

2014-08-06 Thread Danny Yates
Public bug reported: I was asked to file this report by penalvch in https://bugs.launchpad.net/ubuntu/trusty/+source/linux/+bug/1313830 to track my hardware ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-32-generic 3.13.0-32.57 ProcVersionSignature: Ubuntu 3.13.0-32.57-g

[Bug 1313830] Re: [Lenovo ThinkPad X230] LCD Backlight dims completely when disconnecting external monitor

2014-07-22 Thread Danny Yates
This also affects 2nd generation (Haswell) X1 Carbons when unplugging a DisplayPort monitor. Kernel version 3.13.0-32-generic. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1313830 Title: [Lenovo Th

[Bug 1268319] Re: upgrade to 4.3.0

2014-07-18 Thread Sam Yates
Version 4.1.3 does not handle hdf5 files that the current (4.3.2) version does, which is forcing us to use a netcdf compiled from source. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1268319 Title:

[Bug 790183] Re: [138a:0011] Fingerprint reader Validity Sensors not recognized

2014-06-26 Thread Danny Yates
** Tags added: lenovo x1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/790183 Title: [138a:0011] Fingerprint reader Validity Sensors not recognized To manage notifications about this bug go to: ht

[Bug 790183] Re: [138a:0011] Fingerprint reader Validity Sensors not recognized

2014-06-26 Thread Danny Yates
Any idea when this fix will be released for Ubuntu? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/790183 Title: [138a:0011] Fingerprint reader Validity Sensors not recognized To manage notificatio

[Bug 1091464] Re: Unable to chainload Windows 8 with Secure Boot enabled

2014-06-26 Thread Danny Yates
Any chance of an update on this? Like the previous poster, I too have 14.04 x64 and Windows 8.1 on an X1 Carbon. And like other posters, without booting via the UEFI menu, the only way of getting into Windows is to disable secure boot. -- You received this bug notification because you are a membe

[Bug 986805] Re: WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_generic.c:255 dev_watchdog+0x25a/0x270()

2013-12-28 Thread Avery-yates
** Changed in: linux (Ubuntu) Status: Invalid => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/986805 Title: WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_generic.c:255 dev

[Bug 986805] Re: WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_generic.c:255 dev_watchdog+0x25a/0x270()

2013-12-28 Thread Avery-yates
It still happened and both cases are related. I don't see why this has to be closed. Other people reported the same issue, they didn't have the same hardware. There is no reason to close this because it happened on more than one of my computers. This bug not being hardware specific is a potentia

[Bug 986805] Re: WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_generic.c:255 dev_watchdog+0x25a/0x270()

2013-12-28 Thread Avery-yates
And this is where I fall flat on my ass. 3days ago when my nic gave out , I googled the error. This part : "/build/buildd/linux-3.2.0/net/sched/sch_generic.c:255 dev_watchdog+0x25a/0x270()" To see if I found anything on what happened. I was somewhat surprised I ended up at a bug report I filed

[Bug 986805] Re: WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_generic.c:255 dev_watchdog+0x25a/0x270()

2013-12-27 Thread Avery-yates
Well , it happened to me again today. More than a year later but this time it didn't recover the nic gave out. To the OS however on IP level everything was hunky doori. I was able to issue ping commands over the interface , no replies of course. anyway , here is the entry in the log. I had to r

[Bug 1200519] Re: "service openvpn restart" broken. Stop returns before finishing.

2013-09-07 Thread Avery-yates
Still "Upload pending" on debian. making an 2.3.2-4ubuntu2 with the fix included would not be a bad idea at this point imo. The version that would eventually trickle down from debian would be the same anyway. Regards. -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 1200519] Re: "service openvpn restart" broken. Stop returns before finishing.

2013-08-18 Thread Avery-yates
The fix has a "upload pending" flag attached to it on debian. It seems to have been accepted but is stuck in the queue. Adding this comment to make sure it gets added to saucy before final beta, and definitely upon release. Friendly regards. -- You received this bug notification because you are

[Bug 1200519] Re: "service openvpn restart" broken. Stop returns before finishing.

2013-07-12 Thread Avery-yates
Works like a charm . Hoping it gets put in release. Thank you for the speedy replies. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1200519 Title: "service openvpn restart" broken. Stop returns be

[Bug 1200519] Re: "service openvpn restart" broken. Stop returns before finishing.

2013-07-12 Thread Avery-yates
@ simon Also , about changing the number of sleep seconds in a restart, that would not fix scripts that stop and start the openvpn service. If as a temporary measure a delay is chosen the delay should be put somewhere in "stop" not in "restart" Regards. -- You received this bug notification

[Bug 1200519] Re: "service openvpn restart" broken. Stop returns before finishing.

2013-07-12 Thread Avery-yates
Simon, thank you for taking the time to comment. I have just now tested this on another identical machine running 12.04. As you said , the issue exists there as well. I must not have encountered it before today. Still , this caused a part of my network to do down this morning when openvpn had re

[Bug 1200519] Re: "service openvpn restart" broken. Stop returns before finishing.

2013-07-12 Thread Avery-yates
** Description changed: When restarting openvpn with "service openvpn restart" this occurs: Jul 12 09:37:03 Muur2 ovpn-client[3831]: TCP/UDP: Socket bind failed on local address [undef]: Address already in use Jul 12 09:37:04 Muur2 ovpn-client[3743]: WARNING: Failed running command (--

[Bug 1200519] Re: "service openvpn restart" broken. Stop returns before finishing.

2013-07-12 Thread Avery-yates
Edit: This bug started with the move to openvpn 2.3.2-4ubuntu1 a few hours ago from now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1200519 Title: "service openvpn restart" broken. Stop returns

[Bug 1200519] Re: "service openvpn restart" broken. Stop returns before finishing.

2013-07-12 Thread Avery-yates
Added Mr Stéphane Grabber to subscriber list since he seems to be involved with most OpenVpn packages on ubuntu so far. Regards. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1200519 Title: "servic

[Bug 1200519] [NEW] "service openvpn restart" broken. Stop returns before finishing.

2013-07-12 Thread Avery-yates
Public bug reported: When restarting openvpn with "service openvpn restart" this occurs: Jul 12 09:37:03 Muur2 ovpn-client[3831]: TCP/UDP: Socket bind failed on local address [undef]: Address already in use Jul 12 09:37:04 Muur2 ovpn-client[3743]: WARNING: Failed running command (--up/--down):

[Bug 1195607] Re: iscsitarget-dkms broken since kernel 3.10.0

2013-06-30 Thread Avery-yates
On 2013-02 Mr James Paige patched this so it would work for newer kernels. It did worked up to 3.9. (https://launchpad.net/ubuntu/+source/iscsitarget/1.4.20.2-5ubuntu3.2) Added him to the notification list for this issue. -- You received this bug notification because you are a member of Ubuntu B

[Bug 1195607] Re: iscsitarget-dkms broken since kernel 3.10.0

2013-06-30 Thread Avery-yates
updated to 3.10.0-1 iscsitarget-dkms is still broken. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1195607 Title: iscsitarget-dkms broken since kernel 3.10.0 To manage notifications about this bu

[Bug 1195607] Re: iscsitarget-dkms broken since kernel 3.10.0

2013-06-28 Thread Avery-yates
Someone please duplicate this already so it can be tagged bagged and fixed asap. This isn't one that can be left out there for too long. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1195607 Title:

[Bug 1195607] [NEW] iscsitarget-dkms broken since kernel 3.10.0

2013-06-28 Thread Avery-yates
Public bug reported: !! URGENT !! When trying to instal or reinstall the dkms on the current saucy kernel : Error! Bad return status for module build on kernel: 3.10.0-0-generic (x86_64) Consult /var/lib/dkms/iscsitarget/1.4.20.2/build/make.log for more information. content of make.log DKMS

[Bug 1166659] Re: xtables-addons issues are being systematically avoided . Bug reports fall on deaf ears.

2013-06-19 Thread Avery-yates
There is hope... for 13.10 xtables-addons and with it geo-ip compatibility for iptables works in saucy dev out of the box. This does nothing for current stable , but still , it's worth a mention. If the person who fixed it for saucy would be so kind as to fix it for 13.04 as well ... -- You re

[Bug 1010909] Re: permission denied: /usr/bin/{mktexpk,mktextfm}

2013-06-17 Thread Sam Yates
Just got bitten by this! My workaround/possible fix: applied the following diff to /etc/apparmor.d/abstractions/ubuntu-helpers === RCS file: ubuntu-helpers,v retrieving revision 1.1 diff -u -r1.1 ubuntu-helpers --- ubuntu-helpers

[Bug 1186306] Re: Kubuntu 1210 to 1304 upgrade failures - grub2 affected

2013-06-03 Thread Mike Yates
As there are rather a lot (32 files, 19,781,649 bytes) I attach a tarball here. ** Attachment added: "Files from /var/log/distribution-upgrade" https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1186306/+attachment/3693448/+files/dist-up.tgz -- You received this bug notif

[Bug 1186306] Re: Kubuntu 1210 to 1304 upgrade failures

2013-05-31 Thread Mike Yates
Grub not set up - see screenshot ** Attachment added: "Screenshot of grub failure (Virtualbox)" https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1186306/+attachment/3691327/+files/Kubuntu64.png -- You received this bug notification because you are a member of Ubuntu Bug

[Bug 1186306] [NEW] Kubuntu 1210 to 1304 upgrade failures

2013-05-31 Thread Mike Yates
Public bug reported: Many - hope attached data from one, at least ** Affects: ubuntu-release-upgrader (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 1104476] Re: Network manager cannot connect to WPA2/PEAP/MSCHAPv2 network without CA_Certificate

2013-04-16 Thread Ryan Yates
Hey, my laptop can't even find eduroam or setup-wifi to even attempt connecting since upgrading to 13.04. How can I go about fixing this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1104476 Title:

[Bug 1166659] Re: xtables-addons issues are being systematically avoided . Bug reports fall on deaf ears.

2013-04-09 Thread Avery-yates
** Summary changed: - xtables-addons issues are being systematically avoided . Bub reports fall on deaf ears. + xtables-addons issues are being systematically avoided . Bug reports fall on deaf ears. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 1166659] [NEW] xtables-addons issues are being systematically avoided . Bub reports fall on deaf ears.

2013-04-09 Thread Avery-yates
*** This bug is a security vulnerability *** Public security bug reported: This is not me reporting an issue I have with an install of something wanting some help. Let's be clear about that first. I am reporting a constant denial and covering up of an issue that is key to a lot of server install

[Bug 996782] Re: ACPI Errors

2013-01-28 Thread Robert Yates
The issue still occurs but there is much more logging, for instance, Jan 28 23:43:51 home kernel: [7.914428] ACPI Error: Could not disable RealTimeClock events (20121018/evxfevnt-255) ** Attachment added: "latest kernel test" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/996782/+at

[Bug 996782] Re: ACPI Errors

2013-01-26 Thread Robert Yates
Hi, The issue occurs even on the old LTS version 10.04 /Rob. ** Attachment added: "syslog" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/996782/+attachment/3502045/+files/syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 996782] Re: ACPI Errors

2013-01-24 Thread Robert Yates
Hi, sorry i can not remember that, however i have a feeling it always occurred. /R. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996782 Title: ACPI Errors To manage notifications about this bug

[Bug 969359] Re: [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking numlock)

2012-09-13 Thread Seth Yates
I've had this issue repeatedly. Here are the apps I typically have open when this occurs: Firefox 14, Gnome Terminal, GEdit. This is running in VirtualBox. Looking at strace and .xsession-errors, I see that gnome- settings-daemon appears to be getting into some sort of infinite loop. Hopefully t

[Bug 996782] Re: ACPI Errors

2012-08-28 Thread Robert Yates
Hi Christopher, The model is Toshiba Satellite L550D-11N part no. PSLXSE-005002GR regards, Rob. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996782 Title: ACPI Errors To manage notificati

[Bug 996782] Re: ACPI Errors

2012-08-28 Thread Robert Yates
hope thats correct, https://bugzilla.kernel.org/show_bug.cgi?id=46521 regards, Rob. ** Bug watch added: Linux Kernel Bug Tracker #46521 http://bugzilla.kernel.org/show_bug.cgi?id=46521 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 797190] Re: Ubuntu 11.04 Natty upgrade underclocks and disables CPU scaling

2012-08-19 Thread Danny Yates
Changing to new to try and increase visibility ** Changed in: linux (Ubuntu) Status: Expired => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/797190 Title: Ubuntu 11.04 Natty upgrade und

[Bug 797190] Re: Ubuntu 11.04 Natty upgrade underclocks and disables CPU scaling

2012-08-19 Thread Danny Yates
This is still happening for me on: Linux xxx.xxx.org 3.0.0-24-generic #40-Ubuntu SMP Tue Jul 24 15:38:25 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux # service loadcpufreq start * Loading cpufreq kernel modules... FATAL: Error inserting p4_clockmod (/l

[Bug 996782] Re: ACPI Errors

2012-08-06 Thread Robert Yates
Hi, i tested with v3.6-rc1-quantal Linux home 3.6.0-030600rc1-generic #201208022056 SMP Fri Aug 3 00:57:36 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux The following appears +10 times every minute still, Aug 6 19:52:59 home kernel: [ 825.983093] ACPI Error: No installed handler for fixed event [

[Bug 996782] Re: ACPI Errors

2012-05-18 Thread Robert Yates
Thank you Joseph for your detailed information and help. Currently there is no rc7 image so i tested rc6 and it failed the tests. Linux home 3.4.0-030400rc6-generic #201205061835 SMP Sun May 6 22:36:08 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux May 18 20:51:01 home kernel: [ 513.883742] ACPI Er

[Bug 996782] Re: ACPI Errors

2012-05-08 Thread Robert Yates
** Tags added: acpi linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996782 Title: ACPI Errors To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/

[Bug 996782] Re: ACPI Errors

2012-05-08 Thread Robert Yates
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996782 Title: ACPI Errors To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/996782/+subscriptions --

[Bug 996782] [NEW] ACPI Errors

2012-05-08 Thread Robert Yates
Public bug reported: 1000s of ACPI Error: No installed handler for fixed event [0x] (20110623/evevent-272) messages ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: linux-image-3.2.0-24-generic 3.2.0-24.37 ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14 Uname: Linux 3.2.0-24-

[Bug 986805] Re: WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_generic.c:255 dev_watchdog+0x25a/0x270()

2012-04-28 Thread Avery-yates
I tested kernel 3.2.0-24 , that's an update from 3.2.0-23 where it originally happened , wasn't that the aim? I read over the reply asking for me to test a later kernel too quickly . reverted tags. If I find time this week , and detailed install info , I'll clone it's system drive and install an

[Bug 986805] Re: WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_generic.c:255 dev_watchdog+0x25a/0x270()

2012-04-28 Thread Avery-yates
** Tags removed: kernel-bug-exists-upstream ** Tags added: needs-upstream-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/986805 Title: WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_gene

[Bug 944981] Re: Hot corner in Compiz does not work after reboot in 12.04

2012-04-28 Thread James Fellows Yates
This work around worked for me: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/858845 "Diego Cortassa (diego-cortassa) wrote on 2011-10-16:#3 It happens to me too... It seems like unityshell plugin is rewriting the expo plugin configuration. You can work around the bug by setting expo

[Bug 986805] Re: WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_generic.c:255 dev_watchdog+0x25a/0x270()

2012-04-27 Thread Avery-yates
** Tags removed: needs-upstream-testing ** Tags added: kernel-bug-exists-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/986805 Title: WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_gene

[Bug 986805] Re: WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_generic.c:255 dev_watchdog+0x25a/0x270()

2012-04-27 Thread Avery-yates
updated to -24 error occured again : Apr 27 16:09:47 Ambroise kernel: [ 123.714766] atl1c :01:00.0: atl1c: eth1 NIC Link is Down Apr 27 16:09:50 Ambroise kernel: [ 126.778746] atl1c :01:00.0: atl1c: eth1 NIC Link is Up<1000 Mbps Full Duplex> Apr 27 16:09:55 Ambroise kernel: [ 131.824

[Bug 986805] Re: WARNING: at /build/buildd/linux-3.2.0/net/sched/sch_generic.c:255 dev_watchdog+0x25a/0x270()

2012-04-27 Thread Avery-yates
This time though , it happened 13 X in a little less than 3 hours .. It used to be once every 24 hours approx. http://pastebin.com/E0BW3AHz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/986805 Title:

[Bug 986805] Re: atl1c crashes.

2012-04-22 Thread Avery-yates
After running the apport command I also found this in my syslog: Apr 22 13:46:45 Ambroise kernel: [ 8540.924011] atl1c :01:00.0: vpd r/w failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update.ACPI Warning: Incorrect checksum in table [GSCI] - 0

[Bug 986805] Re: atl1c crashes.

2012-04-22 Thread Avery-yates
[quote] please run: apport-collect 986805 and then change the status of the bug to 'Confirmed'. [/quote] Ran command , changed status to confirmed. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 986805] WifiSyslog.txt

2012-04-22 Thread Avery-yates
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/986805/+attachment/3098420/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/986805 Titl

[Bug 986805] UdevLog.txt

2012-04-22 Thread Avery-yates
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/986805/+attachment/3098419/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/986805 Title: at

[Bug 986805] UdevDb.txt

2012-04-22 Thread Avery-yates
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/986805/+attachment/3098418/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/986805 Title: atl1

[Bug 986805] ProcModules.txt

2012-04-22 Thread Avery-yates
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/986805/+attachment/3098417/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/986805 Ti

[Bug 986805] ProcInterrupts.txt

2012-04-22 Thread Avery-yates
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/986805/+attachment/3098416/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/9868

[Bug 986805] ProcCpuinfo.txt

2012-04-22 Thread Avery-yates
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/986805/+attachment/3098414/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/986805 Ti

[Bug 986805] Lspci.txt

2012-04-22 Thread Avery-yates
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/986805/+attachment/3098413/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/986805 Title: atl1c

[Bug 986805] CurrentDmesg.txt

2012-04-22 Thread Avery-yates
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/986805/+attachment/3098412/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/986805

[Bug 986805] BootDmesg.txt

2012-04-22 Thread Avery-yates
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/986805/+attachment/3098411/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/986805 Title:

[Bug 986805] Re: atl1c crashes.

2012-04-22 Thread Avery-yates
apport information ** Tags added: apport-collected precise ** Description changed: Since I upgraded ubuntu server , precise pangolin this morning to kernel .23 Atheros integrated nic on asus P5G41TM_LX crashes , then seems to recover afterwards. syslog cut of crash : http://

[Bug 986805] [NEW] atl1c crashes.

2012-04-22 Thread Avery-yates
Public bug reported: Since I upgraded ubuntu server , precise pangolin this morning to kernel .23 Atheros integrated nic on asus P5G41TM_LX crashes , then seems to recover afterwards. syslog cut of crash : http://pastebin.com/z20DrWN4 ** Affects: linux (Ubuntu) Importance: Undecided

[Bug 969576] Re: BUG: unable to handle kernel NULL pointer dereference at (null) [asus_wmi_rfkill_init]

2012-03-31 Thread Avery-yates
Please change priority to high . Please remove this whole asus cosmetic fix Aleksi Hankalahti mentioned in his first and second link until the author can be sure it doesn't break anything somewhat more important , like a filesystem. -- You received this bug notification because you are a member

[Bug 961880] Re: [ET2012] Press Fn+F7 could not turn on/off display

2012-03-30 Thread Avery-yates
This , together with brightness control break ZFS for linux. P9 and P8 motherboards have ben confirmed to be affacted. Please fix or revert. Part of dump: (linked in mopdules -> ZFS) Mar 31 00:41:33 Pollux kernel: [ 14.827281] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/in

[Bug 969576] Re: BUG: unable to handle kernel NULL pointer dereference at (null) [asus_wmi_rfkill_init]

2012-03-30 Thread Avery-yates
My motherboard however is an asus P9X79-Pro -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/969576 Title: BUG: unable to handle kernel NULL pointer dereference at (null) [asus_wmi_rfkill_init] To m

[Bug 969576] Re: BUG: unable to handle kernel NULL pointer dereference at (null) [asus_wmi_rfkill_init]

2012-03-30 Thread Avery-yates
For me this broke my ZFS , my zpools are gone , everything is ok again when I start up with .20 Pastebin of trace , as not to clutter this thread. http://pastebin.com/73d54Zpp For me this is quite fatal , happens every boot. -- You received this bug notification because you are a member of Ubu

[Bug 802626] Re: vgchange may deadlock in initramfs when VG present that's not used for rootfs

2012-03-27 Thread Danny Yates
Can anyone give me an idea of when I can expect this fix to be available for Oneiric without using proposed? Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/802626 Title: vgchange may deadloc

[Bug 584668] Re: iscsi_trgt: scsi_cmnd_start(1035) Unsupported 85

2012-03-18 Thread Avery-yates
Just stumbled into this on Precise. Both client and server are precise. It always pops up on reboot then at random during usage. No ill effects have been observed however. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 938286] [NEW] [needs-packaging] LessFS

2012-02-21 Thread Danny Yates
Public bug reported: LessFS is a de-duplicating FUSE filesystem URL: http://www.lessfs.com/wordpress/ Licence: GPLv3 ** Affects: ubuntu Importance: Wishlist Status: New ** Tags: needs-packaging -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 762964] Re: Bluetooth doesn't work in Ubuntu 11.04

2011-07-27 Thread Mike Yates
Works perfectly for me again (as 10.10) since the new kernel arrived in the regular updates in June. No-bluetooth was intermittent with the advance-realease of that kernel, though. Ensure you have reverted your update-sources to normal, Nick. -- You received this bug notification because you are

[Bug 762964] Re: Bluetooth doesn't work in Ubuntu 11.04

2011-06-11 Thread Mike Yates
Strangely, though, after installing 2.6.38-10, if I select 2.6.38-8 (11.04 original) in GRUB, the mouse works OK ! mike@mynetbook:~$ uname -a Linux mynetbook 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 i686 i386 GNU/Linux Surely the modules etc. linked to the older kernel s

[Bug 762964] Re: Bluetooth doesn't work in Ubuntu 11.04

2011-06-11 Thread Mike Yates
My bluetooth mouse also works consistently with natty-proposed, too, in my Packard Bell DOT_S2 netbook (Atom N450) Linux mynetbook 2.6.38-10-generic #44-Ubuntu SMP Thu Jun 2 21:32:54 UTC 2011 i686 i686 i386 GNU/Linux -- You received this bug notification because you are a member of Ubuntu Bugs,

  1   2   3   >