[Bug 2063052] [NEW] Starting a guest often brings the NAT-network unavailable

2024-04-21 Thread Patrik Nilsson
Public bug reported: Starting a guest from Virtualbox GUI often brings the NAT-network unavailable. To get the NAT-network working when this happens: stop the guest-VM and start it again or save the guest-VM state and start it again. When the NAT-network is working it will never stop working

[Bug 1872476] Re: Shared files are shown as folders

2021-03-10 Thread Patrik Nilsson
A work-a-round is to pack a zip packages with gz. The following works with the file tested. $ find . -mindepth 1 -maxdepth 1 ./Marlin-src_1.1.9.34_5f9c029d1.zip This zip file can't be transferred. But doing $ gzip Marlin-src_1.1.9.34_5f9c029d1.zip $ find . -mindepth 1 -maxdepth 1

[Bug 1918422] [NEW] At startup cryptsetup passwords are sometimes forgotten

2021-03-10 Thread Patrik Nilsson
Public bug reported: At startup of the Ubuntu system, encrypted disks are unlocked. The saved passwords are forgotten in a very reproducible way. This happens if you have three or more disks to be unlocked and mounted. 1) At first startup you enter the password and saves it for future use. The

[Bug 1893241] Re: attack alias sudo with nasty payload

2020-08-29 Thread Patrik Nilsson
@seth-arnold I agree with you that there are other things to address as well. In the art of hacking you most probably get into a system via some kind of service. You maybe have the privileges of a daemon. You then get an access to the first user account. You want to escalate privilege and you

[Bug 1886172] Re: high speed data to usb disk makes the kernel think that is has been unmounted

2020-07-21 Thread Patrik Nilsson
Repeated the test with Ugreen connected directly to the computer's USB with "usb-storage.quirks=174c:55aa:u". It took 15 minutes and 2 seconds to fail. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1886172] Re: high speed data to usb disk makes the kernel think that is has been unmounted

2020-07-21 Thread Patrik Nilsson
Ugreen is the adapter interface between USB and SATA, drive enclosure for the 2.5" drive. It is the same device. During my tests I have connected Ugreen directly to the computer or via an external powered HUB. All tests give the same failing result. No difference. -- You received this bug

[Bug 1886172] Re: high speed data to usb disk makes the kernel think that is has been unmounted

2020-07-21 Thread Patrik Nilsson
Kernel parameter does not change the behavior. $ lsusb Bus 002 Device 008: ID 174c:55aa ASMedia Technology Inc. ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge [...] Bus 002 Device 002: ID 090c:1000 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology

[Bug 1886172] Re: high speed data to usb disk makes the kernel think that is has been unmounted

2020-07-20 Thread Patrik Nilsson
Log of udev event, when the bug happens. # udevadm monitor | grep -v power_supply monitor will print the received events for: UDEV - the event which udev sends out after rule processing KERNEL - the kernel uevent KERNEL[259892.454355] remove

[Bug 1886172] Re: high speed data to usb disk makes the kernel think that is has been unmounted

2020-07-20 Thread Patrik Nilsson
Log of udev event, when the bug happens. # udevadm monitor | grep -v power_supply monitor will print the received events for: UDEV - the event which udev sends out after rule processing KERNEL - the kernel uevent KERNEL[258304.180050] remove

[Bug 1886172] Re: high speed data to usb disk makes the kernel think that is has been unmounted

2020-07-20 Thread Patrik Nilsson
Log of udev event, when the bug happens. # udevadm monitor | grep -v power_supply monitor will print the received events for: UDEV - the event which udev sends out after rule processing KERNEL - the kernel uevent KERNEL[255114.318220] remove

[Bug 1886172] Re: high speed data to usb disk makes the kernel think that is has been unmounted

2020-07-20 Thread Patrik Nilsson
Log of udev event, when the bug happens. # udevadm monitor | grep -v power_supply monitor will print the received events for: UDEV - the event which udev sends out after rule processing KERNEL - the kernel uevent KERNEL[10316.148582] remove

[Bug 1886172] Re: high speed data to usb disk makes the kernel think that is has been unmounted

2020-07-20 Thread Patrik Nilsson
Log of udev event, when the bug happens. # udevadm monitor | grep -v power_supply monitor will print the received events for: UDEV - the event which udev sends out after rule processing KERNEL - the kernel uevent KERNEL[25.226057] remove

[Bug 1886172] Re: high speed data to usb disk makes the kernel think that is has been unmounted

2020-07-20 Thread Patrik Nilsson
Log of udev event, when the bug happens. # udevadm monitor | grep -v power_supply monitor will print the received events for: UDEV - the event which udev sends out after rule processing KERNEL - the kernel uevent KERNEL[4837.212964] remove

[Bug 1886172] Re: high speed data to usb disk makes the kernel think that is has been unmounted

2020-07-20 Thread Patrik Nilsson
Log of udev event, when the bug happens. # udevadm monitor | grep -v power_supply monitor will print the received events for: UDEV - the event which udev sends out after rule processing KERNEL - the kernel uevent KERNEL[255114.318220] remove

[Bug 1886172] Re: high speed data to usb disk makes the kernel think that is has been unmounted

2020-07-20 Thread Patrik Nilsson
This bug is present in all kernels tested from 4.15. Tested kernels are at the end of this comment. The bug appears to depend heavily on the speed of data. For example it works erasing a disk with all kernels with dd if=/dev/urandom, but not with faster if=/dev/zero or if="openssl" (exact syntax

[Bug 1886172] Re: high speed data to usb disk makes the kernel think that is has been unmounted

2020-07-20 Thread Patrik Nilsson
** Description changed: Description: When the speed of data with a usb disk device is too high, the probes that check if the disk still exists is missed. This makes the disk to be unmounted and is remounted with an other drive letter (/dev/sdX). If this disk is the root ("/"), the

[Bug 1886172] Re: high speed data to usb disk makes the kernel think that is has been unmounted

2020-07-12 Thread Patrik Nilsson
(Yes, I have started it.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886172 Title: high speed data to usb disk makes the kernel think that is has been unmounted To manage notifications about

[Bug 1886172] Re: high speed data to usb disk makes the kernel think that is has been unmounted

2020-07-09 Thread Patrik Nilsson
Can you mount a device with a rate limiting option? How? ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886172 Title: high

[Bug 1886172] Re: high speed data to usb disk makes the kernel think that is has been unmounted

2020-07-09 Thread Patrik Nilsson
I have tested it 1) directly connected to two different computers and and with 2) a external hub with both these computers. All works in 4.15, but not now. The external hub has an extra power supply and can give up to 4 A for the charging only port. Hopefully it is limited to 2 A per port by

[Bug 1886172] RfKill.txt

2020-07-03 Thread Patrik Nilsson
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1886172/+attachment/5389379/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886172 Title:

[Bug 1886172] ProcCpuinfoMinimal.txt

2020-07-03 Thread Patrik Nilsson
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1886172/+attachment/5389374/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1886172] ProcEnviron.txt

2020-07-03 Thread Patrik Nilsson
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1886172/+attachment/5389375/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886172

[Bug 1886172] PulseList.txt

2020-07-03 Thread Patrik Nilsson
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1886172/+attachment/5389378/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886172

[Bug 1886172] ProcModules.txt

2020-07-03 Thread Patrik Nilsson
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1886172/+attachment/5389377/+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/1886172

[Bug 1886172] ProcInterrupts.txt

2020-07-03 Thread Patrik Nilsson
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1886172/+attachment/5389376/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1886172] UdevDb.txt

2020-07-03 Thread Patrik Nilsson
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1886172/+attachment/5389380/+files/UdevDb.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1886172] Lspci.txt

2020-07-03 Thread Patrik Nilsson
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1886172/+attachment/5389369/+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/1886172 Title:

[Bug 1886172] Lsusb-v.txt

2020-07-03 Thread Patrik Nilsson
apport information ** Attachment added: "Lsusb-v.txt" https://bugs.launchpad.net/bugs/1886172/+attachment/5389373/+files/Lsusb-v.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886172 Title:

[Bug 1886172] Lsusb-t.txt

2020-07-03 Thread Patrik Nilsson
apport information ** Attachment added: "Lsusb-t.txt" https://bugs.launchpad.net/bugs/1886172/+attachment/5389372/+files/Lsusb-t.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886172 Title:

[Bug 1886172] IwConfig.txt

2020-07-03 Thread Patrik Nilsson
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1886172/+attachment/5389368/+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/1886172

[Bug 1886172] Re: high speed data to usb disk makes the kernel think that is has been unmounted

2020-07-03 Thread Patrik Nilsson
apport information ** Tags added: apport-collected ** Description changed: Description: When the speed of data with a usb disk device is too high, the probes that check if the disk still exists is missed. This makes the disk to be unmounted and is remounted with an other drive letter

[Bug 1886172] CurrentDmesg.txt

2020-07-03 Thread Patrik Nilsson
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1886172/+attachment/5389367/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1886172] CRDA.txt

2020-07-03 Thread Patrik Nilsson
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1886172/+attachment/5389366/+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/1886172 Title: high

[Bug 1886172] Lspci-vt.txt

2020-07-03 Thread Patrik Nilsson
apport information ** Attachment added: "Lspci-vt.txt" https://bugs.launchpad.net/bugs/1886172/+attachment/5389370/+files/Lspci-vt.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886172

[Bug 1886172] Lsusb.txt

2020-07-03 Thread Patrik Nilsson
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1886172/+attachment/5389371/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886172 Title:

[Bug 1886172] [NEW] high speed data to usb disk makes the kernel think that is has been unmounted

2020-07-03 Thread Patrik Nilsson
Public bug reported: Description: When the speed of data with a usb disk device is too high, the probes that check if the disk still exists is missed. This makes the disk to be unmounted and is remounted with an other drive letter (/dev/sdX). If this disk is the root ("/"), the computer hangs.

[Bug 1805631] Re: Freeze when usb-data-collision with usb-mouse

2019-08-28 Thread Patrik Nilsson
I haven't had a single crash with the v5.0 kernel although I really tried. I mark this bug as invalid. ** Changed in: linux (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1805631] Re: Freeze when usb-data-collision with usb-mouse

2019-08-07 Thread Patrik Nilsson
I'm currently not running that computer, since it became unbearable. During the weekend I will start testing it again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1805631 Title: Freeze when

[Bug 1820240] [NEW] dns lookup reports format error packet response

2019-03-15 Thread Patrik Nilsson
Public bug reported: When the first DNS lookup fails with a format error (see attachment captured by Wireshark): No DNS-lookup works, even if I change to a working connection. I can't connect at all to the Internet. I need to restart the computer to get the DNS-system working again with another

[Bug 1805631] Re: Freeze when usb-data-collision with usb-mouse

2019-01-16 Thread Patrik Nilsson
The 5.0rc1 is now installed, but the kernel doesn't appear in the grub list, also after grub-update. dpkg reports it as installed. $ apt-cache search linux {...} linux-image-unsigned-5.0.0-05rc1-generic - Linux kernel image for version 5.0.0 on 64 bit x86 SMP

[Bug 1805631] Re: Freeze when usb-data-collision with usb-mouse

2019-01-16 Thread Patrik Nilsson
When checking the Kernel page again, the v5.0-rc1 is also successfully built. I'll test it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1805631 Title: Freeze when usb-data-collision with

[Bug 1805631] Re: Freeze when usb-data-collision with usb-mouse

2019-01-16 Thread Patrik Nilsson
I tested the last kernel *successfully* built for AMD64. The bug is still there. $ uname -a Linux ubuntu 4.19.15-041915-generic #201901130432 SMP Sun Jan 13 09:34:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1810606] Re: gcc compile fail with internal error while compiling structs

2019-01-05 Thread Patrik Nilsson
Temporary file generated by the compiler. ** Attachment added: "structerror.s" https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/1810606/+attachment/5227087/+files/structerror.s -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1810606] Re: gcc compile fail with internal error while compiling structs

2019-01-05 Thread Patrik Nilsson
Temporary file ** Attachment added: "structerror.ii" https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/1810606/+attachment/5227086/+files/structerror.ii -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1810606] Re: gcc compile fail with internal error while compiling structs

2019-01-05 Thread Patrik Nilsson
Source code that fails compile. ** Attachment added: "structerror.cpp" https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/1810606/+attachment/5227085/+files/structerror.cpp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1810606] [NEW] gcc compile fail with internal error while compiling structs

2019-01-05 Thread Patrik Nilsson
Public bug reported: Having the below struct-structure, the compiler fails with internal error: struct _option { const char *option; const char *description; }; struct _menu_sub { const char *category; struct _option option []; }; struct _menu_sub menu [] = {

[Bug 1805631] UdevDb.txt

2018-12-13 Thread Patrik Nilsson
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1805631/+attachment/5222164/+files/UdevDb.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1805631] ProcEnviron.txt

2018-12-13 Thread Patrik Nilsson
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1805631/+attachment/5222160/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1805631

[Bug 1805631] ProcInterrupts.txt

2018-12-13 Thread Patrik Nilsson
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1805631/+attachment/5222161/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1805631] Re: Freeze when usb-data-collision with usb-mouse

2018-12-13 Thread Patrik Nilsson
apport information ** Tags added: apport-collected ** Description changed: To my computer I have connected a USB-hub and to that I have attached a USB-mouse and a USB-to-Ehternet adapter. The computer sometimes freezes completely and power button is the only escape. This happens when I

[Bug 1805631] CRDA.txt

2018-12-13 Thread Patrik Nilsson
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1805631/+attachment/5222154/+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/1805631 Title:

[Bug 1805631] Lsusb.txt

2018-12-13 Thread Patrik Nilsson
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1805631/+attachment/5222158/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1805631 Title:

[Bug 1805631] CurrentDmesg.txt

2018-12-13 Thread Patrik Nilsson
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1805631/+attachment/5222155/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1805631] IwConfig.txt

2018-12-13 Thread Patrik Nilsson
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1805631/+attachment/5222156/+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/1805631

[Bug 1805631] PulseList.txt

2018-12-13 Thread Patrik Nilsson
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1805631/+attachment/5222163/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1805631

[Bug 1805631] ProcModules.txt

2018-12-13 Thread Patrik Nilsson
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1805631/+attachment/5222162/+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/1805631

[Bug 1805631] Lspci.txt

2018-12-13 Thread Patrik Nilsson
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1805631/+attachment/5222157/+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/1805631 Title:

[Bug 1805631] ProcCpuinfoMinimal.txt

2018-12-13 Thread Patrik Nilsson
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1805631/+attachment/5222159/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1805631] [NEW] Freeze when usb-data-collision with usb-mouse

2018-11-28 Thread Patrik Nilsson
Public bug reported: To my computer I have connected a USB-hub and to that I have attached a USB-mouse and a USB-to-Ehternet adapter. The computer sometimes freezes completely and power button is the only escape. This happens when I scroll the mouse, press a button or moves the mouse (any event

[Bug 1124282] Re: screen lock by timeout does not affect vm

2017-05-28 Thread Patrik Nilsson
*** This bug is a duplicate of bug 49579 *** https://bugs.launchpad.net/bugs/49579 Fails with Virtualbox in focus: user@ubuntu:~$ sleep 20s; gnome-screensaver-command --lock Works with Virtualbox in focus: user@ubuntu:~$ sleep 20s; wmctrl -k on; gnome-screensaver-command --lock Works with

[Bug 1285258] Re: sometimes GNOME screen lock fails to unlock after password entered

2017-05-18 Thread Patrik Nilsson
My system is responsive in the sense: If I move the mouse pointer, the pointer moves. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1285258 Title: sometimes GNOME screen lock fails to unlock after

[Bug 1690665] [NEW] gnome-screen-saver doesn't swtich of screen when locked and media player running

2017-05-14 Thread Patrik Nilsson
Public bug reported: When I'm running a media player, pauses it and locks the screen, the screensaver locks but never switches off the screen. The computer must be restarted to make the screensaver to be able to switch off the screen again. user@ubuntu:~$ dpkg -s gnome-screensaver Package:

[Bug 1285258] Re: sometimes GNOME screen lock fails to unlock after password entered

2017-05-14 Thread Patrik Nilsson
I haven't seen this bug for very long, but I have a suspicion of what it is. Now-a-days I use SSD-drives. They are much faster than HDDs. Although, if I run Virtualbox or dd it takes several seconds to unlock the screensaver. I suspect that the screensaver is trying to reach a library or data in

[Bug 1623798] Re: Apt update search for automatic updates even if told not

2016-09-22 Thread Patrik Nilsson
@brian-murray user@ubuntu:~$ user@ubuntu:~$ apt-config shell UpdateInterval APT::Periodic::Update-Package-Lists UpdateInterval='0' user@ubuntu:~$ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1623798] [NEW] Apt update search for automatic updates even if told not

2016-09-15 Thread Patrik Nilsson
Public bug reported: In /etc/apt/apt.conf.d/90_mysettings is "APT::Periodic::Update-Package- Lists "0";". Software and updates in settings says it will never search for updates. Still updates is searched for and displayed. Annoying when you are on a limited mobile broadband. I expect it not to

[Bug 1533323] Re: Linux kernel holds lost ethernet connections

2016-01-16 Thread Patrik Nilsson
I installed a fresh Ubuntu 15.10 on a USB memory stick with a Toshiba. There it works. ** Changed in: linux (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1533323] Re: Linux kernel holds lost ethernet connections

2016-01-13 Thread Patrik Nilsson
Thank you for your fast reply. Took me some hours to figure out how to update the bios, since I have no MS Windows installed. None of the methods described in the documents work. Will update the document in some days. 1) sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date V1.29

[Bug 1533323] Re: Linux kernel holds lost ethernet connections

2016-01-12 Thread Patrik Nilsson
** Description changed: If a connection to a router is lost while you have active ethernet connections to hosts (on the Internet), networking can't be resumed before all connections are closed. Many software packages repeatedly try to resume their lost connections, which must lead to a

[Bug 1533323] [NEW] Linux kernel holds lost ethernet connections

2016-01-12 Thread Patrik Nilsson
Public bug reported: If a connection to a router is lost while you have active ethernet connections to hosts (on the Internet), networking can't be resumed before all connections are closed. Many software packages repeatedly try to resume their lost connections, which must lead to a human

[Bug 1506995] Re: Ubiquity uses /dev/zero when setting up encrypted swap

2015-12-02 Thread Patrik Nilsson
** Summary changed: - Ubiquity uses /dev/null when setting up encrypted swap + Ubiquity uses /dev/zero when setting up encrypted swap -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1506995 Title:

[Bug 1506995] Re: Ubiquity facilitate attack on crypto LUKS

2015-11-28 Thread Patrik Nilsson
If the attacker knows what is useful information, it is much easier for him to get the information wanted. If the attacker knows what is zero data, it is much easier to get the information wanted. A chain gets as weak as the weakest link in the chain. -- You received this bug notification

[Bug 1499005] Re: Does not shutdown after accidental removal of crypto disk

2015-09-26 Thread Patrik Nilsson
Got the following error: systemd-shutdown: Failed to finalize DM devices ignoring -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1499005 Title: Does not shutdown after accidental removal of crypto

[Bug 1499005] [NEW] Does not shutdown after accidental removal of crypto disk

2015-09-23 Thread Patrik Nilsson
Public bug reported: When accidental removal of crypto disks (LUKS), i.e. USB ones, happens Ubuntu does not shut down. The console log you find when pressing ESC during shutdown shows the waiting for the hung processes for 1 minute and 30 seconds. After the processes are killed and stopping of

[Bug 1467236] Re: 'Touchpad' incorrectly detected as PS/2 mouse in 'Toshiba Satellite Z30-A-1E9'

2015-07-13 Thread Patrik Nilsson
I installed the computer from scratch with Ubuntu 15.04. The touchpad works without any updates. But with Ubuntu 14.10 and all updates the pad is not recognized. ** Changed in: linux (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of

[Bug 1467236] Re: 'Touchpad' incorrectly detected as PS/2 mouse in 'Toshiba Satellite Z30-A-1E9'

2015-06-29 Thread Patrik Nilsson
Brad Figg (brad-figg): The computer affected has no Internet connection. How can I do apport off-line? Joseph Salisbury (jsalisbury): This bug has been there since I installed the system. I have not known how to report it. Mostly I use an external USB-mouse, so I am only affected when I can't use

[Bug 1467236] Re: 'Touchpad' incorrectly detected as PS/2 mouse in 'Toshiba Satellite Z30-A-1E9'

2015-06-21 Thread Patrik Nilsson
** Attachment added: devices https://bugs.launchpad.net/ubuntu/+source/hal/+bug/1467236/+attachment/4417962/+files/devices -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467236 Title:

[Bug 1467236] [NEW] 'Touchpad' incorrectly detected as PS/2 mouse in 'Toshiba Satellite Z30-A-1E9'

2015-06-21 Thread Patrik Nilsson
Public bug reported: The touchpad in Toshiba Satellite Z30-A-1E9 is not recognized. It works like a PS/2-mouse. Using Ubuntu 14.10. ** Affects: hal (Ubuntu) Importance: Undecided Status: New ** Package changed: systemd (Ubuntu) = hal (Ubuntu) -- You received this bug

[Bug 1467236] Re: 'Touchpad' incorrectly detected as PS/2 mouse in 'Toshiba Satellite Z30-A-1E9'

2015-06-21 Thread Patrik Nilsson
** Attachment added: Xorg.0.log https://bugs.launchpad.net/ubuntu/+source/hal/+bug/1467236/+attachment/4417964/+files/Xorg.0.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467236 Title:

[Bug 1467236] Re: 'Touchpad' incorrectly detected as PS/2 mouse in 'Toshiba Satellite Z30-A-1E9'

2015-06-21 Thread Patrik Nilsson
** Attachment added: input https://bugs.launchpad.net/ubuntu/+source/hal/+bug/1467236/+attachment/4417963/+files/input -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467236 Title: 'Touchpad'

[Bug 1276659] Re: suspending on shutdown when lid is closed

2014-12-30 Thread Patrik Nilsson
** Patch added: login.conf_set_HandleLidSwitch_to_ignore.patch https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1276659/+attachment/4289944/+files/login.conf_set_HandleLidSwitch_to_ignore.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 471457] Re: Shutdown does not have priority over suspend/hibernation

2014-12-30 Thread Patrik Nilsson
@alon : Test the solution in bug 1276659. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/471457 Title: Shutdown does not have priority over suspend/hibernation To manage notifications about this

[Bug 1276659] Re: suspending on shutdown when lid is closed

2014-12-28 Thread Patrik Nilsson
** Package changed: xorg-server (Ubuntu) = systemd (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1276659 Title: suspending on shutdown when lid is closed To manage notifications about

[Bug 1276659] Re: suspending on shutdown when lid is closed

2014-12-28 Thread Patrik Nilsson
Here is a fix for this bug: To /etc/systemd/logind.conf add... HandleLidSwitch=ignore -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1276659 Title: suspending on shutdown when lid is closed To

[Bug 1276659] Re: suspending on shutdown when lid is closed

2014-12-21 Thread Patrik Nilsson
It is also present in Ubuntu 14.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1276659 Title: suspending on shutdown when lid is closed To manage notifications about this bug go to:

[Bug 1276659] Re: suspending on shutdown when lid is closed

2014-12-21 Thread Patrik Nilsson
This bug is also in effect when shutting down in the normal way: 1) Select shutdown from the menu 2) Select restart or shutdown 3) Close the lid The computer suspends, when x-org exit. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 885593] Re: pdf is damaged says Document Viewer, but can be open with Acrobat Reader on windows

2014-12-18 Thread Patrik Nilsson
At the moment I don't use Windows, but at the time of filing this bug all worked with Acrobat Reader for Windows. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/885593 Title: pdf is damaged says

[Bug 885593] Re: pdf is damaged says Document Viewer, but can be open with Acrobat Reader on windows

2014-12-17 Thread Patrik Nilsson
It opens in Adobe Windows and displays correctly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/885593 Title: pdf is damaged says Document Viewer, but can be open with Acrobat Reader on windows

[Bug 1276659] Re: suspending on shutdown when lid is closed

2014-08-23 Thread Patrik Nilsson
This bug is from Xorg: Log of Acpid: acpid: received input layer event button/lid LID close acpid: rule from 1606[0:0] matched acpid: notifying client 1606[0:0] acpid: 1 total rule matched acpid: completed input layer event button/lid LID close acpid: received input layer event button/lid LID

[Bug 1337854] [NEW] Install with custom encrypted partitions

2014-07-04 Thread Patrik Nilsson
Public bug reported: I tried to install Ubuntu 14.04 with a custom partition scheme. The installer crashed completely when it had collected all information from the user. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: ubiquity 2.18.7 ProcVersionSignature: Ubuntu 3.13.0-24.46-generic

[Bug 1332907] Re: /scripts/local-top/kbdrate.sh: permission denied

2014-06-28 Thread Patrik Nilsson
** Changed in: upstart (Ubuntu) Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1332907 Title: /scripts/local-top/kbdrate.sh: permission denied To manage

[Bug 1332907] Re: /scripts/local-top/kbdrate.sh: permission denied

2014-06-28 Thread Patrik Nilsson
It comes from a package I have installed, but unsure which. patrik@ubuntu:~$ cat /usr/share/initramfs-tools/scripts/local-top/kbdrate.sh cat: /usr/share/initramfs-tools/scripts/local-top/kbdrate.sh: No such file or directory patrik@ubuntu:~$ sudo cat

[Bug 1332907] Re: /scripts/local-top/kbdrate.sh: permission denied

2014-06-28 Thread Patrik Nilsson
Yes, you were right. It is from a project of my own. Had completely forgotten that... ** Changed in: upstart (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1332907] Re: /scripts/local-top/kbdrate.sh: permission denied

2014-06-28 Thread Patrik Nilsson
patrik@ubuntu:~$ dpkg -S /etc/initramfs-tools/scripts/local-top/kbdrate.sh initkeyboardspeed: /etc/initramfs-tools/scripts/local-top/kbdrate.sh patrik@ubuntu:~$ dpkg -S /etc/initramfs-tools/hooks/kbdrate.sh initkeyboardspeed: /etc/initramfs-tools/hooks/kbdrate.sh patrik@ubuntu:~$ -- You received

[Bug 1332907] [NEW] /scripts/local-top/kbdrate.sh: permission denied

2014-06-22 Thread Patrik Nilsson
Public bug reported: I installed Ubuntu 14.04 from scratch with LUKS-cryptsetup, so I always need to type the password before the system can mount the harddisks. During start, if I press ESC when prompted for the password, I can see the console. There is an error message

[Bug 1276659] Re: suspending on shutdown when lid is closed

2014-06-22 Thread Patrik Nilsson
This bug is still present in Ubuntu 14.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1276659 Title: suspending on shutdown when lid is closed To manage notifications about this bug go to:

[Bug 1299554] Re: ubiquity appears to have hung on selecting third party software and a slow Internet connection

2014-03-30 Thread Patrik Nilsson
** Description changed: When installing using a slow Internet connection and selecting third party software, the installer appears to have hung. It can be waiting - for a long time when you press next. + for a long time when you press next just after this page. If you use the same option

[Bug 1299554] [NEW] ubiquity appears to have hung on selecting third party software and a slow Internet connection

2014-03-29 Thread Patrik Nilsson
Public bug reported: When installing using a slow Internet connection and selecting third party software, the installer appears to have hung. It can be waiting for a long time when you press next. If you use the same option without the Internet connected, the installer continues directly when

[Bug 1290270] Re: apt-get uses an unreliable transfer protocol

2014-03-11 Thread Patrik Nilsson
@ juliank:: Correct -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1290270 Title: apt-get uses an unreliable transfer protocol To manage notifications about this bug go to:

[Bug 1290270] [NEW] apt-get uses an unreliable transfer protocol

2014-03-10 Thread Patrik Nilsson
Public bug reported: I tried to sudo apt-get update Clean Ubuntu Gnome 13.10 using an unreliable mobile Internet connection. The goal was to upgrade to Ubuntu Gnome 14.04 beta. The connection works for a minute and then dissapears, then comes back. If the partial downloaded index files are

[Bug 1290270] Re: apt-get uses an unreliable transfer protocol

2014-03-10 Thread Patrik Nilsson
** Description changed: - I tried to sudo apt-get update Clean Ubuntu Gnome 13.10 using an + I tried to sudo apt-get update on a clean Ubuntu Gnome 13.10 using an unreliable mobile Internet connection. The goal was to upgrade to Ubuntu Gnome 14.04 beta. The connection works for a minute

  1   2   3   4   >