[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-21 Thread mlx
I only have the 3B+ board - the issue was encountered, and is still reproducible on that board. OS has always been Ubuntu. I'll try to reduce the repro steps/conditions when I have time; my setup is the v6 tunnel +v6 router + ip6tables + bridge reproduces the issue immediately, so hopefully

[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 mlx
@Chrostopher: if it's a driver problem, wouldn't your issue with WLAN be distinct from mine, where I'm seeing the wired Ethernet break? -- 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:

[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 mlx
FWIW, I tried the dwc2 overlay again with kernel 5.4.0-1021-raspi - as before in #21 this changes nothing - network still dies during first major (>100MB) download, while other USB ports continue working. On the plus side, the Pi can now actually boot with an external NIC plugged in. I'm not sure

[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-20 Thread mlx
@Matt I didn't find any special way to easily select between kernels on raspberry - installing the linux-{headers,image}--raspi2 would overwrite whatever was on the FAT partition, making it the kernel loaded on next boot. To revert to previous kernel, its package would need to be reinstalled (apt

[Bug 1890883] Re: [ICH9M] (e)SATA hotplug doesn't work

2020-08-18 Thread mlx
@Kai - if I change the policy after startup (the default value is med_power_with_dipm), I still have to issue a manual scan once (doesn't matter if a device is attached or not), but subsequent attach/detach changes are noticed as expected. I found that kernel-cmdline equivalent of this setting

[Bug 1890883] Re: [ICH9M] (e)SATA hotplug doesn't work

2020-08-08 Thread mlx
Indeed - as reported in that bug, eSATA hotplug does work on Ubuntu 16.04 (just tried the live image of 16.04.6, kernel 4.15.0-45-generic), so this is actually a regression. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1890883] Re: [ICH9M] (e)SATA hotplug doesn't work

2020-08-08 Thread mlx
Possibly related bug #1879276 ** Tags added: esata hotplug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1890883 Title: [ICH9M] (e)SATA hotplug doesn't work To manage notifications about this bug

[Bug 1890883] [NEW] [ICH9M] (e)SATA hotplug doesn't work

2020-08-08 Thread mlx
Public bug reported: Hardware is a laptop - DELL Latitude E6400, SATA controller Intel ICH9M with 4 ports, at least 2 of which should be hotplug-enabled - the optical drive bay which has an push-to-eject mechanism, and a combo eSATA+USB port on the side. Trying various eSATA and plain SATA

[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-01 Thread mlx
Thanks. I hope the installation worked - I only have Focal now, and the headers package in that folder was asking for a dependency from Eoan which I don't have. Still, I managed to boot the system, and unfortunately the behaviour is the same. Aug 1 12:04:56 rpi3 kernel: [ 117.985005]

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

2020-07-31 Thread mlx
@Hui, is there a guide/checklist how to test the Pi OS kernel on Ubuntu? I trie replacing the contents of the FAT partition, and the kernel did boot, but that's still missing the modules, possibly something else..? -- 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-07-29 Thread mlx
** Attachment added: "kernel_5.4.0-1015.log" https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1861936/+attachment/5397093/+files/kernel_5.4.0-1015.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

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

2020-07-29 Thread mlx
I got myself the Ruideng TC66 USB tester and played a bit with it - it appears that after the network dies on Raspberry, the system's stable power consumption ends up higher than when it's functional and idling. Some stray endless loop, perhaps? ** Attachment added: "RPi3B+ power consumption

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

2020-07-28 Thread mlx
@hui.wang - yes, I have seen this a few times in Focal since upgrading about a month ago. I didn't look at the logs closely, but the message that appears repeatedly after the interface fails is "eth0: kevent 0 may have been dropped" I think, and bug #1647397 may be related/identical. User from

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

2020-05-19 Thread mlx
Still observed with 5.3.0-1023 on eoan. Will be switching to focal, seeing as it should now boot. -- 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

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

2020-03-16 Thread mlx
Minor update - tried to check what's going on with 5.4 kernel by listening on the UART - there's no output. Setting standard priority on the focal-proposed repo, and reinstalling the linux-raspi2 package (along with its dependencies) from focal-proposed makes no difference. -- You received this

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

2020-03-16 Thread mlx
For reference, recovered the installation with: cd <1st partition, FAT> for FILE in *.bak ;do mv -i ${FILE%%.bak} ${FILE%%.bak}.broken; mv -i ${FILE} ${FILE%%.bak}; done So yeah, kernel 5.4.0.1004.4 is unbootable. -- You received this bug notification because you are a member of Ubuntu

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

2020-03-11 Thread mlx
@juergh - I'm using origin/priority/pinning, so I installed that kernel with apt install linux-raspi2=5.4.0.1004.4 linux-image-raspi2=5.4.0.1004.4 linux-headers=5.4.0.1004.4 # (or something like that) Now my RPi is stuck at the color palette screen. As there is no grub2 AFAICT, what do I need to

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

2020-03-10 Thread mlx
** Description changed: - Raspberry Pi 3 network dies shortly after a burst of SD card IO (writes) and network load. Happened a few times (every time) when I tried to download a gparted zip release (~350 MiB) directly to the SD card, and then finally when I tried to scp the finished download

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

2020-03-10 Thread mlx
Well, I only managed to replicate it on Ubuntu, and it requires many conditions to be met: - 6in4 tunnel to HE.net - ipv6 rules applied - ipv6 forwarding enabled Removing/replacing any one of these made downloading (wget -O /dev/null) reliable for at least 3 repeats of a large (~1GB+) downloads.

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

2020-03-07 Thread mlx
Never mind the LAN7515 heatsink. The issue was avoided by some combination of other missing configuration (I have since managed to trigger the issue): - iptables-rules not loaded - dnsmasq not running Sometimes (in the full HE.net tunnel + v6 gateway configuration), the problem is triggered by

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

2020-03-07 Thread mlx
Huh... even downloading over HE.net's tunnel doesn't kill it (within the 3 attempts I've tried) now. I have previously added a passive cooler to the USB/NIC chip as the RPi3 was down for this test. I'll keep the RPi3 up as a caching DNS + IPv6 gateway (ie. as before, minus DHCPv4), point DNS

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

2020-03-07 Thread mlx
I made a pair of scripts - one sets up the tunnel, addresses on dummy interfaces, and routing. The other one cleans up. Testing with iperf does NOT replicate the issue, however. Maybe someone else can find a test case that reliably triggers the bug. I have some ideas which I'll try soon.

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

2020-03-05 Thread mlx
Sorry for the delayed response. I moved my network back to RPi1 so I can do experiments on the affected RPi3. I'm thinking, if this is indeed caused by the usage of a 6in4 tunnel, and you're unable to set up one with HE.net because of unavailability/ISP restrictions, it should be possible to set

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

2020-02-25 Thread mlx
Oh, I had the URL wrong (archive.ubuntu instead of ports...). Installed .1019 kernel, headers, etc... issue persists with the new kernel - dmesg attached. ** Attachment added: "dmesg-1019.txt"

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

2020-02-24 Thread mlx
re: dnsmasq - whoops, private repo. Here's another link: https://paste.ubuntu.com/p/TCwQBkg9vS/ -- 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

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

2020-02-24 Thread mlx
@hui.wang: Only the RPi is acting as the IPv6 gateway for the network (it sends router advertisements to internal LAN on br0, issued by dnsmasq - the relevant dnsmasq config is here: https://github.com/myxal/DigitalHome/blob/master/configurations/dnsmasq/dnsmasq.d/Echolife6.conf The mac is

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

2020-02-24 Thread mlx
Not quite. - for downloads, as the issue happens when using IPv6 tunnel, so I'd use wget -6 ... - for youtube - this is playing on another machine (Mac running Chromium browser). I mentioned it because it's significant amount of traffic which, in presence of IPv6 connectivity, will (mostly) go

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

2020-02-24 Thread mlx
How to set up bridge - is github gist link OK? https://gist.github.com/myxal/6554bd370658a11621a30cd2e6e7d7a8 Testing without IPv6 tunnel - I'm not sure what you mean. If eth0 is the WAN side, and only wlan0 is for the LAN side, then there's no bridge needed... This would introduce another NAT

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

2020-02-23 Thread mlx
Sorry, got kinda stuck trying to test with a USB NIC: https://askubuntu.com/q/1212529/325336 After disabling systemd-resolved (+ putting a public DNS IPv4 address in resolv.conf), v6 download over the external USB NIC (Apple USB Ethernet, 05ac:1402) works fine. After switching the cable back to

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

2020-02-23 Thread mlx
> Looks like to setup a 6in4 tunnel, I need a static public IP first I don't think that static IP is needed to make it work at least temporarily, I don't have a static one either, just public. You only need to have public IP on the device you can manage - e.g. router at home, and make sure that

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

2020-02-23 Thread mlx
Hi. The USB ports still work fine - I use a USB keyboard to correctly reboot the machine when it gets stuck. My most recent replication was with ~1017 kernel, will try the newer ones. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

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

2020-02-23 Thread mlx
Where can I find the ~1019 kernel? The repositories are still at ~1018. -- 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 SD card IO

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

2020-02-19 Thread mlx
@hui.wang Is there anything else needed from me? The issue still happens (intermittently under my normal use as an IPv6 gateway). -- 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:

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

2020-02-08 Thread mlx
** Attachment added: "10rpi3-bridge-static.yaml" https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1861936/+attachment/5326547/+files/10rpi3-bridge-static.yaml -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

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

2020-02-08 Thread mlx
** Attachment added: "99-ipv6-home.conf" https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1861936/+attachment/5326537/+files/99-ipv6-home.conf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

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

2020-02-08 Thread mlx
** Attachment added: "rules.v4" https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1861936/+attachment/5326548/+files/rules.v4 -- 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 SD card IO and network load ((lan78xx): transmit queue 0 timed out)

2020-02-08 Thread mlx
** Attachment added: "rules.v6" https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1861936/+attachment/5326549/+files/rules.v6 -- 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 SD card IO and network load ((lan78xx): transmit queue 0 timed out)

2020-02-08 Thread mlx
(This is still with full setup, ie, jool and iptunnel, traffic using the tunnel): The first time I tried I also managed to download gparted without issues, but next time the issue appeared again. No jool and no tunnel: wget 2x 900MB (ubuntu iso), no issue. scp the same iso from local machine to

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

2020-02-08 Thread mlx
** Attachment added: "15rpi3-HEnet-Prague.yaml" https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1861936/+attachment/5326546/+files/15rpi3-HEnet-Prague.yaml -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

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

2020-02-07 Thread mlx
Hmm, will look into this again. I'm using a feature-rich networking setup (6in4 tunnel, jool NAT64, LAN + WLAN bridge, ip(6)tables), maybe some of it is also required). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

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

2020-02-04 Thread mlx
** Description changed: - Raspberry Pi 3 network dies shortly after a burst of SD card IO (writes) and network load. Happened a few times when I tried to download a gparted zip release (~350 MiB) directly to the SD card, and then finally when I tried to scp the finished download from a desktop

[Bug 1861936] [NEW] Raspberry Pi 3 network dies shortly after a burst of SD card IO and network load ((lan78xx): transmit queue 0 timed out)

2020-02-04 Thread mlx
Public bug reported: Raspberry Pi 3 network dies shortly after a burst of SD card IO (writes) and network load. Happened a few times (every time) when I tried to download a gparted zip release (~350 MiB) directly to the SD card, and then finally when I tried to scp the finished download from a

[Bug 1858210] [NEW] timedatectl doesn't list all timezones

2020-01-03 Thread mlx
Public bug reported: Is there some filter determining which timezones are displayed by `timedatectl list-timezones`? My zone, Europe/Bratislava, is missing. Even stranger, it can successfully be set by timedatectl. ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: systemd 242-7ubuntu3.2

[Bug 1750392] Re: nplan cannot enable IPv6 privacy extensions

2018-12-16 Thread mlx
Ran into this issue today and found out why the privacy settings in /etc/sysctl.d/10-ipv6-privacy.conf are getting ignored - they're being overwritten by /etc/sysctl.d/99-cloudimg-ipv6.conf. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1758507] Re: sky2 gigabit ethernet driver sometimes stops working after lid-open resume from sleep (88E8055)

2018-05-18 Thread mlx
@kleber-souza, I should get to it early next week. Which ubuntu releases do you need? artful and xenial? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758507 Title: sky2 gigabit ethernet driver

[Bug 1758507] Re: sky2 gigabit ethernet driver sometimes stops working after lid-open resume from sleep (88E8055)

2018-03-30 Thread mlx
Yes, the 200 variant also works (3 boots with 3 resumes). The first boot produced this new warning, but subsequent were OK: [ 64.072147] [ cut here ] [ 64.072149] Delta way too big! 18446743987613365433 ts=18446744047041339774 write stamp = 59427974341

[Bug 1758507] Re: sky2 gigabit ethernet driver sometimes stops working after lid-open resume from sleep (88E8055)

2018-03-30 Thread mlx
Thanks, that appears to have fixed the issue. The lid device non- compliance message persists, but subsequent resumes by lid (tried 4) don't kill the NIC anymore. ** Attachment added: "dmesg-4.15.0-14-15-khfeng.txt"

[Bug 1758507] Re: sky2 gigabit ethernet driver sometimes stops working after lid-open resume from sleep (88E8055)

2018-03-29 Thread mlx
Well this is odd... I tried following the instructions on PM tracing from https://wiki.ubuntu.com/DebuggingKernelSuspend (using systemctl suspend instead of pm-suspend), but the system hangs on resume when tracing is enabled - and this happens also when pm_test is set to "devices" (doesn't happen

[Bug 1758507] Re: sky2 gigabit ethernet driver sometimes stops working after lid-open resume from sleep (88E8055)

2018-03-29 Thread mlx
** Description changed: - After resuming from sleep, OCCASIONALLY the NIC is not functional, and - reloading the sky2 module does not work. Relevant parts from dmesg: + After resuming from sleep using the lid-open event, OFTEN (60% + replicable, usually after 2nd or later resume) the NIC is not +

[Bug 1758507] Re: sky2 gigabit ethernet driver sometimes stops working after lid-open resume from sleep (88E8055)

2018-03-29 Thread mlx
** Description changed: - After resuming from sleep using the lid-open event, OFTEN (60% - replicable, usually after 2nd or later resume) the NIC is not - functional, and reloading the sky2 module does not help. Relevant parts - from dmesg: + After resuming from sleep, OCCASIONALLY the NIC is not

[Bug 1758507] Re: sky2 gigabit ethernet driver sometimes stops working after resume from sleep (88E8055)

2018-03-29 Thread mlx
Hi, I have not been keeping up with ubuntu - before 18.04, I've been using only 16.10 to the extent where this issue would show up, and it didn't appear in that release (I would suspend and resume the machine at least twice a week). I would also point out, that I've seen identical symptoms

[Bug 1758507] Re: sky2 gigabit ethernet driver sometimes stops working after resume from sleep (88E8055)

2018-03-24 Thread mlx
** Summary changed: - sky2 gigabit ethernet driver stops working after resume from sleep (88E8055) + sky2 gigabit ethernet driver sometimes stops working after resume from sleep (88E8055) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1758507] Re: sky2 gigabit ethernet driver stops working after resume from sleep (88E8055)

2018-03-24 Thread mlx
** Description changed: - After resuming from sleep, the NIC is not functional, and reloading the - sky2 module does not work. Relevant parts from dmesg: + After resuming from sleep, OCCASIONALLY the NIC is not functional, and + reloading the sky2 module does not work. Relevant parts from dmesg:

[Bug 1758507] [NEW] sky2 gigabit ethernet driver stops working after resume from sleep (88E8055)

2018-03-24 Thread mlx
Public bug reported: After resuming from sleep, the NIC is not functional, and reloading the sky2 module does not work. Relevant parts from dmesg: [ 582.852065] sky2 :04:00.0: Refused to change power state, currently in D3 ... [ 827.613729] sky2 :04:00.0: ignoring stuck error report

[Bug 1685442] Re: Errors: flip_done timed out during boot-up; slow boot

2018-03-22 Thread mlx
Related: https://bugs.freedesktop.org/show_bug.cgi?id=93782 Some patches are available there. ** Bug watch added: freedesktop.org Bugzilla #93782 https://bugs.freedesktop.org/show_bug.cgi?id=93782 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1685442] Re: Errors: flip_done timed out during boot-up; slow boot

2018-03-21 Thread mlx
** Attachment added: "4.8.0-040800rc1-generic-dmesg.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1685442/+attachment/5086299/+files/4.8.0-040800rc1-generic-dmesg.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1685442] Re: Errors: flip_done timed out during boot-up; slow boot

2018-03-21 Thread mlx
** Attachment added: "4.7.0-040700rc1-generic-dmesg.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1685442/+attachment/5086298/+files/4.7.0-040700rc1-generic-dmesg.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1685442] Re: Errors: flip_done timed out during boot-up; slow boot

2018-03-21 Thread mlx
** Attachment added: "4.6.0-040600rc1-generic-dmesg.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1685442/+attachment/5086297/+files/4.6.0-040600rc1-generic-dmesg.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1685442] Re: Errors: flip_done timed out during boot-up; slow boot

2018-03-21 Thread mlx
** Attachment added: "4.5.0-040500rc7-generic-dmesg.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1685442/+attachment/5086296/+files/4.5.0-040500rc7-generic-dmesg.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1685442] Re: Errors: flip_done timed out during boot-up; slow boot

2018-03-21 Thread mlx
Strange observation - to save my eyes from the strain of looking at the old laptop's screen, I hooked up a monitor over VGA - and the stalls stopped (on both the tested 16.04 and on 18.04!! The message is still there in dmesg, so this had the positive effect of cutting down the time to find "first

[Bug 1685442] Re: Errors: flip_done timed out during boot-up; slow boot

2018-03-21 Thread mlx
Tested yesterday's bionic daily server build, issue is still present on my FSC Esprimo Mobile U9200 (Intel GM965). Hopefully, I'll find time to track down which -rc release introduced the bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1363654] Re: Upgrade netatalk to version 3.x

2015-09-22 Thread mlx
>From what I've read in the debian bug, the issue there is that some parts of the code have unspecified license and authors could not be reached to clarify the situation. Unless Canonical decide to update the package themselves, the answer for Debian is probably never - the relevant file

[Bug 1363654] [NEW] Upgrade netatalk to version 3.x

2014-08-31 Thread mlx
Public bug reported: All ubuntu versions up to and including utopic, use the legacy 2.x release. Netatalk 3.0.0 was released as stable in 2012, the latest version as of time of reporting is 3.1.6. http://netatalk.sourceforge.net/ ** Affects: netatalk (Ubuntu) Importance: Undecided

[Bug 1270453] Re: Clonezilla is incompatible with partclone

2014-04-18 Thread mlx
I'm also affected by this :( Out of curiosity, I checked out Clonezilla live system and debian testing, both are updated to partclone v 0.2.70. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1270453

[Bug 656675] Re: Two saned processes and bind failed: Address already in use

2014-04-08 Thread mlx
Has this changed in the 4 years since? I just tried saned on 12.04, then 14.04, and the same problem occurs on both of them. Indeed, ps listing reveals 2 saned processes running, with only 1 of them being bound to only tcp6. -- You received this bug notification because you are a member of

[Bug 1011669] Re: PCIe ExpressCards are not automatically detected upon insertion on FSC Esprimo Mobile U9200

2014-01-02 Thread mlx
Well this is nice surprise - today's daily (liveCD session) detects the card (inserted after booting with an empty slot) without issues and without any extra kernel parameters. There seem to be no logs on card insert/eject (only the first time, when the card's driver is loaded), but the relevant

[Bug 1011669] Re: PCIe ExpressCards are not automatically detected upon insertion on FSC Esprimo Mobile U9200

2014-01-02 Thread mlx
Verfied - no problems when booting with the card inserted, the relevant device are correctly removed from the system. Consider this bug fixed as of 3.12.0-7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1007841] Re: 11ab:4363 sky2 driver (Marvell Ethernet devices) problem after resume

2014-01-02 Thread mlx
Tested with today's daily (kernel 3.12.0-7), no issues on 2 susped/resume cycles. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1007841 Title: 11ab:4363 sky2 driver (Marvell Ethernet devices)

[Bug 1011669] Re: PCIe ExpressCards are not automatically detected upon insertion on FSC Esprimo Mobile U9200

2014-01-02 Thread mlx
Backport - no, I don't think it's worth the trouble. Linux is my secondary system, as there are many issues in KDE keeping me from making it my primary OS. I'll try it again when trusty's released. Feel free to close the bug. -- You received this bug notification because you are a member of

[Bug 1250618] Re: ogg123 can't play flac files with ID3 tags

2013-11-15 Thread mlx
** Summary changed: - ogg123 can't play some flac files + ogg123 can't play flac files with ID3 tags -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250618 Title: ogg123 can't play flac files with

[Bug 1250618] Re: ogg123 can't play flac files with ID3 tags

2013-11-15 Thread mlx
** Description changed: 1) Kubuntu saucy (13.10) amd64 2) 1.4.0-1ubuntu3 - ogg123 command from vorbis-tools refuses to play some flac files. mplayer2 has no issue with the same file: - $ ogg123 /tmp/02.The\ Lioness.flac + ogg123 command from vorbis-tools refuses flac files with id3 tags.

[Bug 1250618] Re: ogg123 can't play flac files with ID3 tags

2013-11-15 Thread mlx
Filed ticket upstream: https://trac.xiph.org/ticket/1988 ** Bug watch added: Xiph.org Trac #1988 http://trac.xiph.org/ticket/1988 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250618 Title:

[Bug 1250618] [NEW] ogg123 can't play some flac files

2013-11-12 Thread mlx
Public bug reported: 1) Kubuntu saucy (13.10) amd64 2) 1.4.0-1ubuntu3 ogg123 command from vorbis-tools refuses to play some flac files. mplayer2 has no issue with the same file: $ ogg123 /tmp/02.The\ Lioness.flac Audio Device: Advanced Linux Sound Architecture (ALSA) output Error opening

[Bug 1250618] Re: ogg123 can't play some flac files

2013-11-12 Thread mlx
You can get the flac file in question here: https://mega.co.nz/#!5U5VmSiY!BV6QekSpym-_USdutnWtHHCT45VGEd- _i0KxPO7Axxs (~35MiB) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250618 Title: ogg123

[Bug 1233898] [NEW] kio-mtp misbehaves after opening a photo with Gwenview, the device disconnects

2013-10-01 Thread mlx
Public bug reported: Trying this on the latest 13.10 Kubuntu: 1. Connect MTP device (Nexus 4 with CyanogenMod 10.1.3) with some jpg photos on it 2. Navigate to the photos in Dolphin, and open one - Gwenview will open Problem: Gwenview will never finish opening the photo - the device is

[Bug 1233898] Re: kio-mtp misbehaves after opening a photo with Gwenview, the device disconnects

2013-10-01 Thread mlx
Well, bummer. Literally minutes after I posted this, update do KDE 4.11.2 appears and seems to fix the problem. The syslog messages about not claiming the interface still appear though, but now it produces a device reset without losing the connection: Oct 2 01:48:35 esprimo kernel: [

[Bug 1007841] Re: 11ab:4363 sky2 driver (Marvell Ethernet devices) problem after resume

2013-09-25 Thread mlx
Aye, right - turns out I did: http://marc.info/?l=linux-pmm=134229404527442w=2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1007841 Title: 11ab:4363 sky2 driver (Marvell Ethernet devices) problem

[Bug 1007841] Re: 11ab:4363 sky2 driver (Marvell Ethernet devices) problem after resume

2013-09-25 Thread mlx
Actually, that's the same link that's already posted in the summary since a year ago. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1007841 Title: 11ab:4363 sky2 driver (Marvell Ethernet devices)

[Bug 1007841] Re: 11ab:4363 sky2 driver (Marvell Ethernet devices) problem after resume

2013-09-22 Thread mlx
Hello Chris. Regarding bug progress - sorry, no. I'm not that experienced with kernel code and building modules. With that said, I have installed Arch some 2 months ago (kernel 3.10, now it's at 3.11), and a month ago a daily build of Kubuntu 13.10 (kernel 3.11-rc-something, now updated to

[Bug 1007841] Re: 11ab:4363 sky2 driver (Marvell Ethernet devices) problem after resume

2013-09-22 Thread mlx
** Description changed: After resuming from suspend, a Marvel 88E8055 (wired NIC) will fail to detect carrier (link is permanently down). Reloading the sky2 module does not help - the module will fail to initialize the hardware and the eth0 interfaces is gone until reboot. The

[Bug 761730] Re: zabbix-server-pgsql should depend on php5-pgsql

2013-08-09 Thread mlx
Sorry if I'm musguided it this, but zabbix-server does not, and should not depend on php-pgsql, it's the zabbix-frontend-php, that should, and does depend on php5-pgsql OR php5-mysql. The whole problem here is that apt installs the mysql variant, when it should use the pgsql version. -- You

[Bug 1074033] Re: Menu from menu button in titlebar opens in wrong position/direction on multiscreen setup

2012-11-04 Thread mlx
Yes, occurs with Oxygen theme as well ** Attachment added: screenshot - oxygen https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1074033/+attachment/3423455/+files/menu-fail-Oxygen.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 629358] Re: [Fujitsu ESPRIMO Mobile U9200] Incorrect response to Brightness Up/Down keys

2012-11-02 Thread mlx
** Attachment added: dmidecode.log https://bugs.launchpad.net/ubuntu/+source/linux/+bug/629358/+attachment/3421469/+files/dmidecode.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/629358 Title:

[Bug 629358] Re: [Fujitsu ESPRIMO Mobile U9200] Incorrect response to Brightness Up/Down keys

2012-11-02 Thread mlx
** Attachment added: DSDT.dsl https://bugs.launchpad.net/ubuntu/+source/linux/+bug/629358/+attachment/3421466/+files/DSDT.dsl -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/629358 Title:

[Bug 629358] Re: [Fujitsu ESPRIMO Mobile U9200] Incorrect response to Brightness Up/Down keys

2012-11-02 Thread mlx
** Attachment added: video https://bugs.launchpad.net/ubuntu/+source/linux/+bug/629358/+attachment/3421468/+files/video -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/629358 Title: [Fujitsu

[Bug 629358] Re: [Fujitsu ESPRIMO Mobile U9200] Incorrect response to Brightness Up/Down keys

2012-11-02 Thread mlx
** Attachment added: acpi https://bugs.launchpad.net/ubuntu/+source/linux/+bug/629358/+attachment/3421465/+files/acpi -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/629358 Title: [Fujitsu

[Bug 629358] Re: [Fujitsu ESPRIMO Mobile U9200] Incorrect response to Brightness Up/Down keys

2012-11-02 Thread mlx
** Attachment added: backlight https://bugs.launchpad.net/ubuntu/+source/linux/+bug/629358/+attachment/3421464/+files/backlight -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/629358 Title:

[Bug 629358] Re: [Fujitsu ESPRIMO Mobile U9200] Incorrect response to Brightness Up/Down keys

2012-11-02 Thread mlx
** Attachment added: fwts results https://bugs.launchpad.net/ubuntu/+source/linux/+bug/629358/+attachment/3421467/+files/results.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/629358 Title:

[Bug 629358] Re: [Fujitsu ESPRIMO Mobile U9200] Incorrect response to Brightness Up/Down keys

2012-11-02 Thread mlx
I'll reboot to try the acpi=vendor trick and report on that in a while. ** Attachment added: version https://bugs.launchpad.net/ubuntu/+source/linux/+bug/629358/+attachment/3421500/+files/version -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 629358] Re: [Fujitsu ESPRIMO Mobile U9200] Incorrect response to Brightness Up/Down keys

2012-11-02 Thread mlx
Using the acpi_backlight=vendor boot option fixes the button behaviour ** Attachment added: vendorbacklight https://bugs.launchpad.net/ubuntu/+source/linux/+bug/629358/+attachment/3421586/+files/vendorbacklight -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 629358] Re: [Fujitsu ESPRIMO Mobile U9200] Incorrect response to Brightness Up/Down keys

2012-11-02 Thread mlx
Oh, btw - with the vendor boot option, I can no longer change the brightness using KDE's power management widget. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/629358 Title: [Fujitsu ESPRIMO Mobile

[Bug 629358] Re: [Fujitsu ESPRIMO Mobile U9200] Incorrect response to Brightness Up/Down keys

2012-11-02 Thread mlx
Writing 8 to the brightness file errors out with Invalid argument. According to max_brightness, highest value is 1. Writing either 0 or 1 into the brightness file does not change the physical backlight brightness level. ** Attachment added: lslabacklight

[Bug 629358] Re: [Fujitsu ESPRIMO Mobile U9200] Incorrect response to Brightness Up/Down keys

2012-11-02 Thread mlx
With the video.use_bios... parameter set to 0, the backlight keys are as broken as with stock configuration. Chris, should I boot the kernel with only atkbd.softraw=0 option, or with both atkbd.. and video.use_bios..? -- You received this bug notification because you are a member of Ubuntu

[Bug 629358] Re: [Fujitsu ESPRIMO Mobile U9200] Incorrect response to Brightness Up/Down keys

2012-11-02 Thread mlx
The key codes with atkbd.softraw=0 are the same as posted in the summary: # single brightness-down 0xe0 0x4c 0xe0 0xcc #single brighness-up 0xe0 0x54 0xe0 0xd4 0xe0 0x4c 0xe0 0xcc When the brightness level is at either extreme, the key, which can no longer change the brightness does not produce

[Bug 629358] Re: Incorrect response to Brightness Up/Down keys

2012-11-01 Thread mlx
apport information ** Tags added: quantal ** Description changed: 1) Kubuntu maverick beta 2) 2.6.35.19.20 0 3) Pressing the brightness keys should increase/decrease the brightness by 1 step 4) Pressing brightness-down decreases brightness by two steps, pressing brightness-up

[Bug 629358] BootDmesg.txt

2012-11-01 Thread mlx
apport information ** Attachment added: BootDmesg.txt https://bugs.launchpad.net/bugs/629358/+attachment/3420578/+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/629358 Title:

[Bug 629358] CRDA.txt

2012-11-01 Thread mlx
apport information ** Attachment added: CRDA.txt https://bugs.launchpad.net/bugs/629358/+attachment/3420579/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/629358 Title: Incorrect

[Bug 629358] CurrentDmesg.txt

2012-11-01 Thread mlx
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/629358/+attachment/3420580/+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/629358

[Bug 629358] IwConfig.txt

2012-11-01 Thread mlx
apport information ** Attachment added: IwConfig.txt https://bugs.launchpad.net/bugs/629358/+attachment/3420581/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/629358 Title:

[Bug 629358] Lspci.txt

2012-11-01 Thread mlx
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/629358/+attachment/3420582/+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/629358 Title:

  1   2   3   >