[Bug 1948573] Re: Failure to start container “Failed to start device “eth0”: Error: Unknown device type.

2021-10-24 Thread Magnus Rosenqvist
I hope still that this will be fixed. It does not look good when a by default installed feature do not work because a module is missing. And the error message is really obtuse. Hopefully someone can forward this bug report to whoever so it can do some good. -- You received this bug

[Bug 1948573] Re: Failure to start container “Failed to start device “eth0”: Error: Unknown device type.

2021-10-24 Thread Magnus Rosenqvist
Got help over at https://github.com/lxc/lxc/issues/4012 Apparently for at least more than one year the Ubuntu image for raspberry pi do not include the necessary module. Despite that at least in their latest release including LXC/LXD by default... Error message: ~lxc start container Error:

[Bug 1948573] Re: Failure to start container “Failed to start device “eth0”: Error: Unknown device type.

2021-10-24 Thread Magnus Rosenqvist
** Project changed: lxd => ubuntu ** Package changed: ubuntu => lxd (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1948573 Title: Failure to start container “Failed to start device “eth0”:

[Bug 1919285] Re: Nvidia kernel driver not loaded, low resolution and no acceleration, since kernel 5.8.0-45.51

2021-03-17 Thread Magnus Morton
I had uninstalled all the nvidia packages after encountering this. Reinstalled this morning and the nvidia modules built and loaded correctly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1919285

[Bug 1919174] Re: nvidia drivers will not load

2021-03-15 Thread Magnus Morton
I've added an excerpt from the apt log. There were errors rebuilding the kernel modules during the kernel upgrade ** Attachment added: "apt term.log excerpt" https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-460/+bug/1919174/+attachment/5476814/+files/term.log -- You

[Bug 1919174] [NEW] nvidia drivers will not load

2021-03-15 Thread Magnus Morton
Public bug reported: nvidia drivers will no longer load after upgrade to kernel 5.8.0-45. This is an OPTIMUS laptop. Before, Intel and nvidia GPUs would be active; now, nvidia drivers will not load and external monitors will not be detected. Everything works correctly if I switch to nouveau.

[Bug 1871268] Re: Installation fails due to useless immediate configuration error when "Install Third-Party Drivers" is selected

2021-02-20 Thread Magnus Falk
Hello, The installer crashed during installation of Jamulus OS on my Seagate BarraCuda 510 M2 SSD from USB live image. The bug was already reported (3rd party drivers) but I have some extra hardware info in attached JamulusOS.txt-file if needed. Thanks for an excellent work! Yours Magnus Falk

[Bug 1901321] Re: Libnettle.so.7: cannot open shared object file: No such file or directory

2020-10-24 Thread Magnus Holmgren
That error message looks strange. It looks like you're installing the libnettle7 package for amd64, but there's _another_ instance of that package that's _also_ for amd64? Did you download the .deb file manually? libnettle7 should exist in Ubuntu 20.04 according to

[Bug 1901321] Re: Libnettle.so.7: cannot open shared object file: No such file or directory

2020-10-24 Thread Magnus Holmgren
What does dpkg -l libnettle7 say? dpkg -L libnettle7:amd64 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1901321 Title: Libnettle.so.7: cannot open shared object file: No such file or

[Bug 1851518] Re: [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on internal speakers, very very quiet on headphones

2020-05-01 Thread Terry Magnus Drever
Quite some investigations you did there ironincoder, don't forget to post here if you manage to get the speakers going. ;) I was actually wondering where the correct place to post and get codec issues fixed is, because this probably isn't the place? Is there a bug tracker for Alsa? -- You

[Bug 1866900] Re: Javascript clipboard does not work

2020-04-26 Thread Anders Magnus Andersen
I am now on a fresh install of 20.04 and can confirm that this works. I have a theory: Did github change their copy content from "git clone http" to "http...", I might have been thrown of from the different practices. I am sorry, closing the bug. -- You received this bug notification

[Bug 327362] Re: Some ISPs have .local domain which disables avahi-daemon

2020-04-22 Thread Magnus
That's great! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/327362 Title: Some ISPs have .local domain which disables avahi-daemon To manage notifications about this bug go to:

[Bug 1851518] Re: [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on internal speakers, very very quiet on headphones

2020-04-06 Thread Terry Magnus Drever
Attached my realtek dump. ** Attachment added: "RealTek Dump" https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1851518/+attachment/5348304/+files/RtHDDump.zip -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1851518] Re: [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on internal speakers, very very quiet on headphones

2020-04-04 Thread Terry Magnus Drever
I have exactly the same problem on a Samsung Galaxy Flex Book. Headphones are working with the following options snd-hda-intel model=mono-speakers Speakers do not work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1824088] Re: unattended upgrade ran one day after schedule

2020-04-01 Thread Magnus Jonsson
The thing is that it's only the delta that is handled in UTC not the iso-8601-part so it will work just fine. My first idé was to fix the interval calculations must like yours. The workaround for us was to set interval to always. We have local mirrors that can handle the load just fine even if

[Bug 1824088] Re: unattended upgrade ran one day after schedule

2020-04-01 Thread Magnus Jonsson
The interesting about the code is that it always only treat the timestamp of the file as "-MM-DD" and nothing else (this also includes "now"). The code has functions for allowing the interval to be set down to 1s but is does not mean anything to the outcome of the script as it always looks

[Bug 1824088] Re: unattended upgrade ran one day after schedule

2020-04-01 Thread Magnus Jonsson
Setting TZ for the complete script will not work as it will make strange behaviour if you are far away from UTC/GMT TZ. You can set it for just the date command that returns the epoch time. I did a patch that does that for the bionic version. It also applys directly on Focal. I attach the patch

[Bug 1824088] Re: unattended upgrade ran one day after schedule

2020-04-01 Thread Magnus Jonsson
** Patch added: "apt.systemd.daily.diff" https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1824088/+attachment/5344224/+files/apt.systemd.daily.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1824088] Re: unattended upgrade ran one day after schedule

2020-03-31 Thread Magnus Jonsson
It will not run after 36h either. It will not run until next day because "yesterday" did not have 24 hours until next day. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1824088 Title: unattended

[Bug 1824088] Re: unattended upgrade ran one day after schedule

2020-03-30 Thread Magnus Jonsson
This IS related to daylight saving. The script: /usr/lib/apt/apt.systemd.daily check that the script is not run twice at the same period. The script checks the date of today and the date of the last timestamp to determine the the diff. The interval is calculated using the number of seconds per

[Bug 1866900] Re: Javascript clipboard does not work

2020-03-13 Thread Anders Magnus Andersen
You're not wrong, I can't say the bug is in Firefox. All I know is I have a problem and that is when i push the copy button on github, gitlab or whatever site that has autocopy to the clipboard, It's not going to my clipboard. -- You received this bug notification because you are a member of

[Bug 1866900] Re: Javascript clipboard does not work

2020-03-13 Thread Anders Magnus Andersen
shift - ins -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1866900 Title: Javascript clipboard does not work To manage notifications about this bug go to:

[Bug 1866900] Re: Javascript clipboard does not work

2020-03-13 Thread Anders Magnus Andersen
Can you confirm that you can paste with "shift + i" or "mouse3" ? Ctrl - v seems to work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1866900 Title: Javascript clipboard does not work To manage

[Bug 1866900] Re: Javascript clipboard does not work

2020-03-11 Thread Anders Magnus Andersen
I'm, sorry I assumed it was a snap, its the deb: i.e. https://github.com/micheleg/gnome-shell-extension-cpu-freq Push Clone or download, and then the clipboard button, now try and paste it in a terminal (or somewhere else. Package: firefox Version: 74.0+build3-0ubuntu1 Priority: optional

[Bug 1866974] [NEW] The Diffie-Hellman prime sent by the server is not acceptable

2020-03-11 Thread Anders Magnus Andersen
Public bug reported: I can no longer connect to my ISP mail server. Works in previous version 19.10 "The reported error was “Failed to get capabilities: Error performing TLS handshake: The Diffie-Hellman prime sent by the server is not acceptable (not long enough).”." I've tried finding a

[Bug 1866900] [NEW] Javascript clipboard does not work

2020-03-10 Thread Anders Magnus Andersen
Public bug reported: Pressing the "copy to clipboard" buttons on websites does not work. (e. g. Gitlab / Github) Manual ctrl-c is necessary. (Wrorks in several other browsers on same system) Snap / connection ? ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: firefox 74.0+build3-0ubuntu1

[Bug 1866876] [NEW] Settings for extensions won't open

2020-03-10 Thread Anders Magnus Andersen
Public bug reported: No matter what extension you install, both in ubuntu and gnome-session. gnome-tweaks cogwheel or right clicking extension tray icon (if exist) does not produce a settings window. Nothing happens ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: gnome-tweaks 3.34.0-2

[Bug 1866494] Re: windows controls left: Negativ content with

2020-03-07 Thread Anders Magnus Andersen
** Description changed: When using "left" window controls gnome tweaks opens a distorted menu without a drawn Top Bar and missing side menu, until resized. + + + ``` + mars 07 20:17:57 idea gnome-tweaks[11027]: Negative content width -23 (allocation 1, extents 12x12) while allocating

[Bug 1866494] Re: windows controls left: Negativ content with

2020-03-07 Thread Anders Magnus Andersen
** Attachment added: "Screenshot from 2020-03-07 20-19-25.png" https://bugs.launchpad.net/ubuntu/+source/gnome-tweaks/+bug/1866494/+attachment/5334557/+files/Screenshot%20from%202020-03-07%2020-19-25.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1866494] [NEW] windows controls left: Negativ content with

2020-03-07 Thread Anders Magnus Andersen
Public bug reported: When using "left" window controls gnome tweaks opens a distorted menu without a drawn Top Bar and missing side menu, until resized. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: gnome-tweaks 3.34.0-2 ProcVersionSignature: Ubuntu 5.4.0-17.21-generic 5.4.22 Uname:

[Bug 1838275] Re: mopidy-scrobbler: kick out from release

2020-01-10 Thread Stein Magnus Jodal
mopidy-scrobbler 2.0.0-1, which is in eoan already, has migrated to Python 3 and python3-pylast. ** Changed in: mopidy-scrobbler (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1857684] [NEW] Installer crashed when choosing keyboard layout

2019-12-27 Thread Magnus
Public bug reported: When choosing keyboard layout swedish/swedish sign language, the installer crashed. Kubuntu 19.10 run from usb stick. ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: ubiquity 19.10.21 ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1 Uname: Linux 5.3.0-18-generic

[Bug 1842281] Re: hbmqtt 0.9.2 does not support python 3.7

2019-12-25 Thread Stein Magnus Jodal
hbmqtt has supported Python 3.7 since this commit[1], which was first released in 0.9.3. Since Ubuntu 19.04 reaches end-of-life in a week and hbmqtt 0.9.5 is packaged in Ubuntu 19.10, I believe this bug can be closed. [1]

[Bug 1843262] Re: tracker-miner-fs crashed with SIGABRT in raise()

2019-12-12 Thread Magnus
The assertion seems to be in this file: https://gitlab.gnome.org/GNOME/tracker/blob/master/src/libtracker-miner/tracker-file-system.c -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1843262 Title:

[Bug 1843262] Re: tracker-miner-fs crashed with SIGABRT in raise()

2019-12-12 Thread Magnus
Happens at every boot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1843262 Title: tracker-miner-fs crashed with SIGABRT in raise() To manage notifications about this bug go to:

[Bug 1827264] Re: ovs-vswitchd thread consuming 100% CPU

2019-11-11 Thread Magnus Bergman
We are also seeing this in bionic with rocky neutron-openvswitch-agents. We haven't really found any pattern in when it occurs, but even after emptying out a compute node with live migrations and rebooting it, we will keep seeing it. Amount of traffic doesn't seem to be related. What we are

[Bug 1849907] Re: Add Online Account Nextcloud no Apply button

2019-10-26 Thread Magnus Pernemark
I have tried every setting I can find. The buttons remain invisible. I run Ubuntu 19.10 with default unity desktop. However.. when I changed to "Ubuntu on Wayland" in the login screen.. the buttons appeared. So, my problem with the "Online Accounts" is solved with a work-around, but the problem

[Bug 1849907] Re: Add Online Account Nextcloud no Apply button

2019-10-26 Thread Magnus Pernemark
Thanks for moving the bug to the correct section. When creating it I hade to choices "Ubunto-docs" or "I don't know". I selected the latter. Looking at the reviews of "Online account" it looks that I am not alone. Someone else reported the problem. But I think I have an idea. The Ubuntu

[Bug 1849907] Re: Add Online Account Nextcloud no Apply button

2019-10-25 Thread Magnus Pernemark
** Attachment added: "Buttons missing" https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/1849907/+attachment/5300188/+files/Screenshot%20from%202019-10-26%2001-49-41.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1849907] [NEW] Add Online Account Nextcloud no Apply button

2019-10-25 Thread Magnus Pernemark
Public bug reported: I am trying to add an online account, nextcloud three fields show, server, username and password. There is no Apply or OK button. I cannot add the account. Resizing the window does not help. Fields just get longer, still no buttons. Ubuntu 19.10 ** Affects: ubuntu-docs

[Bug 75618] Re: Complains about IPv6 entries in resolv.conf

2019-08-25 Thread Magnus Holmgren
** Changed in: adns (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/75618 Title: Complains about IPv6 entries in resolv.conf To manage notifications

[Bug 1715365] Re: gnome-session-check-accelerated crashed with SIGSEGV in g_hash_table_lookup_node() from g_hash_table_lookup() from lookup_cached_xatom() from gdk_x11_atom_to_xatom_for_display()

2019-04-30 Thread Magnus Henoch
This crash seems to be fixed in this commit, included in gnome-session 3.30.0: https://github.com/GNOME/gnome-session/commit/3aafcf0f0129e28b5c52f32284f1164a93867ea3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1787775] Re: touchpad not working on lenovo yoga 530

2019-03-28 Thread Magnus
I'm using a Ideapad 530s-14ARR, Linux version 5.0.3-050003-generic, Ubuntu 18.04. Followed #44's steps to install the i2c-amd-mp2 driver and now my touchpad works. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1801743] Re: Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

2019-01-30 Thread Magnus Breder Birkenes
@MaskedDriver: Does blacklisting the mei_me module (Intel Management Engine) fix the issue? That fixed the problem some weeks ago, perhaps the bug has re-appeared. I have not upgraded to .44 yet... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1801743] Re: Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

2018-12-22 Thread Magnus Breder Birkenes
Everyone affected by this bug, please try 4.15.0-43. This fixes the issue completely for me (without needing to blacklist mei). This seems to have been the culprit: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1803942 System randomly hangs during suspend when mei_wdt is loaded (LP:

[Bug 1801743] Re: Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

2018-12-16 Thread Magnus Breder Birkenes
I think I just found a solution! I just saw the following bug report over at Redhat (https://bugzilla.redhat.com/show_bug.cgi?id=1597481) and this kernel.org report (https://bugzilla.kernel.org/show_bug.cgi?id=200455). The bug seems to be related to recent changes in the module related to the

[Bug 1801743] Re: Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

2018-12-15 Thread Magnus Breder Birkenes
Thanks for this, nadi! I applied your fix using a systemd service, and upon boot /proc/acpi/wakeup now reports LID0 as disabled. Unfortunately, it still does not work. The computer fails to wake up in most cases. I also tried to disable the USB devices from waking up the device as well, but

[Bug 1801743] Re: Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

2018-12-08 Thread Magnus Breder Birkenes
Hei Nadi, sorry, that was rather vague. Yes, by that I mean that it does wake up from sleep, and it does wake up immediately when I open the lid. When using 4.15.0-36 or later, on the other hand, sleep is not reliable. It may work, but most times it does not. Magnus -- You received this bug

[Bug 1801743] Re: Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

2018-12-08 Thread Magnus Breder Birkenes
This bug affects me as well, on a Dell Latitude E7440 (is this a Dell problem?). In my case, the bug started to appear with kernel 4.15.0-36 (and has been present in all later updates), both on 16.04 with the latest HWE and now with 18.04. For the time being I am using kernel 4.15.0-34, which is

[Bug 1797945] Re: Lightning incompatible with Thunderbird 60.2.1

2018-12-04 Thread Magnus Melin
Hey, Thunderbird maintainer here. While Ubuntu can of course keep the packages for thunderbird and lightning separate, please make sure to at least add "Recommends: xul- ext-lightning" to the thunderbird package as this is the expected configuration. (Or whatever makes it install lightning at the

[Bug 1803045] [NEW] package fs-uae-launcher 2.8.4+dfsg-1 failed to install/upgrade: installed fs-uae-launcher package post-installation script subprocess returned error exit status 1

2018-11-12 Thread Magnus Jørgensen
Public bug reported: I tried to install the package. ProblemType: Package DistroRelease: Ubuntu 19.04 Package: fs-uae-launcher 2.8.4+dfsg-1 ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12 Uname: Linux 4.18.0-10-generic x86_64 ApportVersion: 2.20.10-0ubuntu14 Architecture: amd64 Date:

[Bug 1791542] Re: package libglvnd-dev 1.0.0-2ubuntu2.1 failed to upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is also in package nvidia-340 340.107-0ubuntu0~gpu18.0

2018-09-23 Thread Magnus
I did what jfs did and it fixed everything :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1791542 Title: package libglvnd-dev 1.0.0-2ubuntu2.1 failed to upgrade: trying to overwrite

[Bug 1686173] Re: pinta crashes with a mono error when trying to edit images

2018-08-12 Thread Magnus Helander
Pinta 1.6 on Ubuntu 18.04.1 Pinta Crashed with *** Error in `/usr/bin/mono': free(): invalid pointer: Followed #7 twdkeule and added Mono PPA, updated to Mono JIT compiler version 5.14.0.177 (tarball Mon Aug 6 09:07:45 UTC 2018) Issues resolved - Pinta stable. -- You received this bug

[Bug 1784117] Re: Steam fails to start: glxChooseVisual failed

2018-08-05 Thread Anders Magnus Andersen
It seems I cant add the 32-bit drivers: anders@idea:~$ sudo apt install nvidia-driver-390:i386 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if

[Bug 1568950] Re: Enters ~/.cache and warns about not being able to back up some files, it should ignore ~/.cache by default.

2018-07-28 Thread Anders Magnus Andersen
How can a bug from 2016-04-11 still be New? Should I just close it? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1568950 Title: Enters ~/.cache and warns about not being able to back up some

[Bug 1613863] Re: Fails to power off monitor when locking screen

2018-07-28 Thread Anders Magnus Andersen
I dont have this GFX card anymore, not able to test. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1613863 Title: Fails to power off monitor when locking screen To manage notifications about this

[Bug 1784117] Re: Steam fails to start: glxChooseVisual failed

2018-07-28 Thread Anders Magnus Andersen
** Description changed: - Ubuntu 18.04.1 Minimum + Ubuntu 18.04.1 Minimal steam/bionic,now 1:1.0.0.54+repack-5ubuntu1 i386 [installed] After installing steam it wont run. -see attachment Cant report with ubuntu-bug: https://bugs.launchpad.net/ubuntu/+source/steam/+bug/1784116

[Bug 1784116] Re: ubuntu-bug reports the package as not installed.

2018-07-28 Thread Anders Magnus Andersen
** Description changed: - Ubuntu 18.04.1 Minimum + Ubuntu 18.04.1 Minimal (+++) ubuntu-bug steam returns package not installed: -steam/bionic,now 1:1.0.0.54+repack-5ubuntu1 i386 [installed] -se attachment. -- You received this bug notification because you are a member of Ubuntu

[Bug 1784117] [NEW] Steam fails to start: glxChooseVisual failed

2018-07-28 Thread Anders Magnus Andersen
Public bug reported: Ubuntu 18.04.1 Minimum steam/bionic,now 1:1.0.0.54+repack-5ubuntu1 i386 [installed] After installing steam it wont run. -see attachment Cant report with ubuntu-bug: https://bugs.launchpad.net/ubuntu/+source/steam/+bug/1784116 ** Affects: steam (Ubuntu) Importance:

[Bug 1784116] Re: ubuntu-bug reports the package as not installed.

2018-07-28 Thread Anders Magnus Andersen
** Description changed: + Ubuntu 18.04.1 Minimum + ubuntu-bug steam returns package not installed: -steam/bionic,now 1:1.0.0.54+repack-5ubuntu1 i386 [installed] -se attachment. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1784116] [NEW] ubuntu-bug reports the package as not installed.

2018-07-28 Thread Anders Magnus Andersen
Public bug reported: ubuntu-bug steam returns package not installed: -steam/bionic,now 1:1.0.0.54+repack-5ubuntu1 i386 [installed] -se attachment. ** Affects: steam (Ubuntu) Importance: Undecided Status: New ** Tags: steam ubuntu-bug ** Attachment added: "Screenshot from

[Bug 1783414] [NEW] Show side by side view of changes does nothing

2018-07-24 Thread Anders Magnus Andersen
Public bug reported: In the update process I was notified that GRUB was changed (not the path name /etc/default/grub) just GRUB. I choose the option to view a side by side comparison. The updater just moved on and kept my changed file. Nothing opened, no warnings, it just moved on. ProblemType:

[Bug 1780062] Re: Cloud-init causes potentially huge boot delays with 4.15 kernels

2018-07-21 Thread Magnus Helander
Bug fix verified - normal boot times. Thnks! Linux think420 4.15.0-29-generic #31-Ubuntu SMP Tue Jul 17 15:39:52 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1780062] Re: Cloud-init causes potentially huge boot delays with 4.15 kernels

2018-07-05 Thread Magnus Helander
Can confirm - the weirdest bug, moving my finger on mousepad enables normal boot times. Thinkpad T420 4.15.0-24-generic #26-Ubuntu SMP Wed Jun 13 08:44:47 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1779827] Re: failure to boot with linux-image-4.15.0-24-generic

2018-07-05 Thread Magnus
Thanks for the quick response to 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/1779827 Title: failure to boot with linux-image-4.15.0-24-generic To manage notifications about this bug

[Bug 1779950] Re: problems booting kernel linux-image-4.15.0-24-generic in KVM/QEMU VM

2018-07-04 Thread Magnus
Perhaps you can set the status of this bug to "Confirmed"? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1779950 Title: problems booting kernel linux-image-4.15.0-24-generic in KVM/QEMU VM To

[Bug 1779949] Re: Unattended upgrade to kernel 4.15.0-24-generic kills bluetooth

2018-07-03 Thread Magnus Helander
Sorry, I was working on wrong machine, this ThinkPad T420 does not have Bluetooth... ** 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 1779949] [NEW] Unattended upgrade to kernel 4.15.0-24-generic kills bluetooth

2018-07-03 Thread Magnus Helander
.8849] Loaded device plugin: NMBluezManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so) jul 03 23:42:09 think420 sudo[2186]: magnus : TTY=pts/0 ; PWD=/home/magnus ; USER=root ; COMMAND=/bin/systemctl start bluetooth ** Affects: bluez (Ubuntu) Importan

[Bug 1579580] Re: ureadahead reports relative path errors in journalctl output

2018-06-11 Thread Magnus Helander
Insane amounts in /var/log/syslog Jun 10 19:52:56 think420 ureadahead[273]: ureadahead:usb: Ignored relative path Jun 10 19:52:56 think420 ureadahead[273]: ureadahead:devices: Ignored relative path Jun 10 19:52:56 think420 ureadahead[273]: ureadahead:1-1.3:1.0: Ignored relative path Jun 10

[Bug 1733557] Re: Login screen showing Authentication Failure Switch to greeter...

2018-03-15 Thread Magnus
The lock-screen shows the "Authentication Error" for me after following your instructions. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1733557 Title: Login screen showing Authentication Failure

[Bug 1750341] Re: Openconnect missing in network manager

2018-02-19 Thread Anders Magnus Andersen
Just a case of ignorance, my mistake. Gnome needs: network-manager-openconnect-gnome ** Changed in: network-manager-openconnect (Ubuntu) Assignee: (unassigned) => Anders Magnus Andersen (izznogd) ** Changed in: network-manager-openconnect (Ubuntu) Status: New => I

[Bug 1750341] Re: Openconnect missing in network manager

2018-02-19 Thread Anders Magnus Andersen
** Description changed: In ubuntu 17.10 I can no longer choose Openconnect (Anyconnect) as a vpn option after installing network-manager-openconnect. - This only effects my laptop with wired connection, not my desktop with - wired. + This only effects my laptop with wireless connection,

[Bug 1750341] Re: Openconnect missing in network manager

2018-02-19 Thread Anders Magnus Andersen
** Description changed: In ubuntu 17.10 I can no longer choose Openconnect (Anyconnect) as a vpn option after installing network-manager-openconnect. + + This only effects my laptop with wired connection, not my desktop with + wired. Work around: Run from terminal "openconnect

[Bug 1750341] Re: Openconnect missing in network manager

2018-02-19 Thread Anders Magnus Andersen
** Description changed: In ubuntu 17.10 I can no longer choose Openconnect (Anyconnect) as a vpn option after installing network-manager-openconnect. + + Work around: + + Run from terminal "openconnect your.url.example.com" + (https://your.url.example.co) + + If your server does not

[Bug 1750341] [NEW] Openconnect missing in network manager

2018-02-19 Thread Anders Magnus Andersen
Public bug reported: In ubuntu 17.10 I can no longer choose Openconnect (Anyconnect) as a vpn option after installing network-manager-openconnect. ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: network-manager-openconnect 1.2.4-1 ProcVersionSignature: Ubuntu 4.13.0-35.39-generic 4.13.13

[Bug 1091183] Re: davfs2 can't work with Sharepoint servers with NTLM authentication

2017-12-06 Thread Magnus Arendt
I used a # in the password to authenticate against SharePoint and got the same error .davfs2/secrets -- when it was working fine all the time. I then quickly changed the password to have an underscore instead and the problem went away. -- You received this bug notification because you are a

[Bug 1718729] Re: Black screen with a few white pixels on Virtualbox VM

2017-09-24 Thread Magnus Jørgensen
*** This bug is a duplicate of bug 1718679 *** https://bugs.launchpad.net/bugs/1718679 I also have this issue.. Interestingly though, i can get the display to work if I enable dual monitors. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1705425] [NEW] package cacti 0.8.8f+ds1-4ubuntu4.16.04.2 failed to install/upgrade: underprocessen installerade post-installation-skript gav felkod 1

2017-07-20 Thread magnus
Public bug reported: hi, my PC is hanging after 5min from startup? //M ProblemType: Package DistroRelease: Ubuntu 16.04 Package: cacti 0.8.8f+ds1-4ubuntu4.16.04.2 ProcVersionSignature: Ubuntu 4.4.0-83.106-generic 4.4.70 Uname: Linux 4.4.0-83-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.10

[Bug 1354924] Re: Networkmanager does not autoconnect to wireless network

2017-05-04 Thread Magnus Hoff
FWIW, I did not experience this as fixed in 16.10, but now that I have updated to 17.04 it works well :) -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1354924 Title: Networkmanager does

[Bug 1612600] Re: backuppc 3.3.1-2ubuntu3 breaks pool graphs on the Status page

2017-04-15 Thread Magnus Larsson
I confirm tha the patch2.diff worked on a 16.10-system. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1612600 Title: backuppc 3.3.1-2ubuntu3 breaks pool graphs on the Status page To manage

[Bug 1647458] Re: Menu icons missing on snap package install

2017-02-16 Thread Anders Magnus Andersen
To be clear: Ubuntu 16.04 I did: sudo apt remove libreoffice* sudo apt autoremove sudo snap install libreoffice -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1647458 Title: Menu icons missing on

[Bug 1647458] Re: Menu icons missing on snap package install

2017-02-16 Thread Anders Magnus Andersen
Same here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1647458 Title: Menu icons missing on snap package install To manage notifications about this bug go to:

[Bug 1665320] Re: Kernel panic (hid_sensor_hub)

2017-02-16 Thread Anders Magnus Andersen
** Tags added: kernel-fixed-upstream-4.10-rc4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1665320 Title: Kernel panic (hid_sensor_hub) To manage notifications about this bug go to:

[Bug 1665320] [NEW] Kernel panic (hid_sensor_hub)

2017-02-16 Thread Anders Magnus Andersen
Public bug reported: Hardware: Lenovo Yoga 710-14IKB Intel i7-7500U Will not boot without specifying kernelparameter: modprobe.blacklist=hid_sensor_hub Does not exist upstream > linux-image-4.10.0-041000rc4-generic ProblemType: Bug DistroRelease: Ubuntu 16.04 Package:

[Bug 1509699] Re: The presence of pinentry-qt4 breaks gnupg-agent

2016-12-27 Thread Magnus Holmgren
I've encountered a bug that might be the same as this. Apparently pinentry-qt can't connect to the display. Adding keep-display to ~/.gnupg/gpg-agent.conf is a workaround. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1132063] Re: Mouse settings missing from Mouse & Touchpad dialog

2016-12-19 Thread Magnus Pedersen
Ubuntu Unity 16.04 with a Roccat Kova mouse. The mouse works fine but I cannot see the controls for mouse-speed and it is moving a bit too fast. I can see the controls for the touch-pad, though. I have not tried the fix mentioned in the last few posts above, because my experience with installing

Re: [Bug 1613863] Fails to power off monitor when locking screen

2016-11-13 Thread Anders Magnus Andersen
Problem exists upstream, I have done as instructed and will continue to do so until other instructions are given. -- Vennlig hilsen / Best regards Anders Magnus Andersen a.m.ander...@me.com > 12. nov. 2016 kl. 14.15 skrev Christopher M. Penalver > <christopher.m.penal...@

[Bug 1613863] Re: Fails to power off monitor when locking screen

2016-11-13 Thread Anders Magnus Andersen
** Tags added: kernel-bug-exists-upstream kernel-bug-exists- upstream-4.9.rc5 ** Changed in: xserver-xorg-video-nouveau (Ubuntu) Status: Expired => Confirmed ** Description changed: - Screen left black with only the cursor showing. + Screen left black with only the cursor showing /

[Bug 1640637] Re: Screensaver/lock does not turn of monitor

2016-11-09 Thread Anders Magnus Andersen
** Description changed: + Continium: + https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1613863 + When screensaver or lockscreen is activated the monitor does not turn off. ProblemType: Bug DistroRelease: Ubuntu 17.04 Package: xserver-xorg-video-nouveau

Re: [Bug 1613863] Fails to power off monitor when locking screen

2016-11-09 Thread Anders Magnus Andersen
ognize it and add it to grub… sloppy me) -- Vennlig hilsen / Best regards Anders Magnus Andersen a.m.ander...@me.com > 9. nov. 2016 kl. 08.59 skrev Christopher M. Penalver > <christopher.m.penal...@gmail.com>: > > Anders Magnus Andersen, to see if this is already resolved in Ub

[Bug 1640637] [NEW] Screensaver/lock does not turn of monitor

2016-11-09 Thread Anders Magnus Andersen
Public bug reported: When screensaver or lockscreen is activated the monitor does not turn off. ProblemType: Bug DistroRelease: Ubuntu 17.04 Package: xserver-xorg-video-nouveau 1:1.0.13-1 ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0 Uname: Linux 4.8.0-26-generic x86_64

[Bug 1634449] Re: Black flicker when leaving monitor

2016-11-09 Thread Lars Magnus Herland
Asked for the 16.10 drivers from Intel and they are on it's way. https://01.org/comment/2783 Hopefully this will fix some of the issues we are facing with this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1613863] Re: Fails to power off monitor when locking screen

2016-11-09 Thread Anders Magnus Andersen
Just to clarify, you want me to do a "fresh install"? (and yes I can partition my system to do that I just want to be sure that's what you mean). Anders Magnus Andersen JR +4791765772 On Wed, Nov 9, 2016 at 9:16 AM +0100, "Christopher M. Penalver" <christopher.m.pe

[Bug 1628178] Re: FTBFS with bindnow and PIE enabled

2016-10-17 Thread Magnus Holmgren
Disabling bindnow and PIE isn't really a fix, is it? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1628178 Title: FTBFS with bindnow and PIE enabled To manage notifications about this bug go to:

[Bug 1553503] Re: multi monitors - black flashes or black screen when the mouse cursor leaves a monitor

2016-10-15 Thread Lars Magnus Herland
Still have the issue on 4.8.0-25-generic with Asus Z170 motherboard and dualscreen HDMI. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1553503 Title: multi monitors - black flashes or black screen

[Bug 1094773] Re: oidentd spawns a new process for all new connections unless -l [number] defined

2016-10-10 Thread Magnus Holmgren
I'm not sure ... On the one hand most users will only need to accept one or at most a handful connections at a time, and opening many connections can be used as a form of DoS attack, but on the other hand I think there are other services that use more memory, and those users that need to can add

[Bug 886427] Re: oidentd doesn't have a status option in the init script

2016-10-10 Thread Magnus Holmgren
** Changed in: oidentd (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/886427 Title: oidentd doesn't have a status option in the init script To

[Bug 1577926] Re: apt-key works fine, yet apt fails with "Could not execute 'apt-key'"

2016-09-07 Thread Bjørn Magnus Mathisen
I am experiencing the same problem after a 14.04 -> 16.04 update: 'apt update' fails with ".. Could not execute 'apt-key' to verify signature (is gnupg installed?)" but chattring /tmp +a (to keep the files) and executing the same apt-key commands gotten from 'apt-get -o

Re: [Bug 1613863] Re: Fails to power off monitor when locking screen

2016-09-06 Thread Anders Magnus Andersen
me problem reappeared! So the problem is Nouveau  PS: Ubuntu should really make it easier to report bugs, i just gave up... got the run aroundobviously I have overcome my Ignorance with apport. Hope this helps. Best regards Anders On lø., 2016-09-03 at 14:05 +, Christopher M. Penalver wrote: >

[Bug 1613863] [NEW] Fails to power off monitor when locking screen

2016-08-16 Thread Anders Magnus Andersen
Public bug reported: Screen left black with only the cursor showing. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: xserver-xorg-video-nouveau 1:1.0.12-1build2 Uname: Linux 4.5.7-040507-generic x86_64 NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia

  1   2   3   4   5   6   7   8   9   10   >