[Bug 2069555] Re: Failed to take /etc/passwd lock: Invalid argument on upgrade

2024-06-17 Thread Björn Kautler
> On my end it only happens on WSL1. Also WSL1 here. GitHub Actions only supports WSL1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2069555 Title: Failed to take /etc/passwd lock: Invalid

[Bug 2069555] [NEW] Failed to take /etc/passwd lock: Invalid argument on upgrade

2024-06-16 Thread Björn Kautler
Public bug reported: When I install Ubuntu 24.04 on WSL and then do an `apt-get update` followed by `apt-get upgrade --yes`, the process fails with message "Failed to take /etc/passwd lock: Invalid argument" when trying to execute the post-installation script of systemd. The full error with

[Bug 1887558] Re: multipathd bcache disks do not get picked up by multipath-tools during boot

2024-06-05 Thread Björn Tillenius
** Changed in: maas/3.3 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/1887558 Title: multipathd bcache disks do not get picked up by multipath-tools

[Bug 2064914] Re: Windows guest hangs after reboot from the guest OS

2024-05-24 Thread Björn Hinz
@Sergio your package 1:6.2+dfsg-2ubuntu6.20~ppa1 works @Mauricio as you can see the qemu version 6.2 is used in RHEL 8.5 too. They integrated this patch two years ago. The QEMU project has this patch since version 7.0. I think it is well tested. The business impact of this bug with Windows VM's

[Bug 2064914] Re: Windows guest hangs after reboot from the guest OS

2024-05-10 Thread Björn Hinz
Hi, thanks for your investigation. @Sergio In rhel bug desciption https://bugzilla.redhat.com/show_bug.cgi?id=2074737 is described a test. In qemu I found the patch https://github.com/qemu/qemu/commit/5286c3662294119dc2dd1e9296757337211451f6 too. It seems that this issue patched since qemu

[Bug 2064914] Re: Windows guest hangs after reboot from the guest OS

2024-05-08 Thread Björn Hinz
RHEL Bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1975840 ** Bug watch added: Red Hat Bugzilla #1975840 https://bugzilla.redhat.com/show_bug.cgi?id=1975840 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2064914] Re: Windows guest hangs after reboot from the guest OS

2024-05-06 Thread Björn Hinz
** Description changed: Description: Some versions of Windows hang on reboot if their TSC value is greater than 2^54. The calibration of the Hyper-V reference time overflows and fails; as a result the processors' clock sources are out of sync. The issue is that the TSC _should_ be

[Bug 2064914] [NEW] Windows guest hangs after reboot from the guest OS

2024-05-06 Thread Björn Hinz
Public bug reported: Description: Some versions of Windows hang on reboot if their TSC value is greater than 2^54. The calibration of the Hyper-V reference time overflows and fails; as a result the processors' clock sources are out of sync. The issue is that the TSC _should_ be reset to 0 on

[Bug 1887558] Re: multipathd bcache disks do not get picked up by multipath-tools during boot

2024-05-03 Thread Björn Tillenius
** Changed in: maas/3.4 Milestone: 3.4.x => 3.4.2 ** Changed in: maas/3.3 Milestone: 3.3.x => 3.3.7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1887558 Title: multipathd bcache disks do

[Bug 2063009] Re: package linux-headers-6.5.0-28-generic 6.5.0-28.29~22.04.1 failed to install/upgrade: installed linux-headers-6.5.0-28-generic package post-installation script subprocess was killed

2024-04-23 Thread Björn Hinz
DpkgTerminalLog.txt This file shows a dialog for Secure Boot password and after it the installation failed. It seems that is not a kernel bug. -- processing package linux-headers-6.5.0-28-generic (--configure): installed linux-headers-6.5.0-28-generic package

[Bug 2039231] Re: UBSAN: array-index-out-of-bounds in /build/linux-oem-6.5-XiW3QL/linux-oem-6.5-6.5.0/drivers/scsi/mpt3sas/mpt3sas_scsih.c:7655:12

2024-04-23 Thread Björn Hinz
*** This bug is a duplicate of bug 2028830 *** https://bugs.launchpad.net/bugs/2028830 Same issue with latest linux-generic-hwe-22.04 (6.5.0.28.29~22.04.1) ** Also affects: linux-hwe (Ubuntu) Importance: Undecided Status: New ** No longer affects: linux-hwe (Ubuntu) ** Also

[Bug 1970957] Re: suspend problem

2022-05-05 Thread Björn Ricks
Same issue here on a ThinkPad L460. It doesn't wake up from suspend after an update from 21.10 to 22.04. No problem with suspend before that update. It's independent of X11 or wayland. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 903602] Re: CIFS automount with "nounix" option create empty directories

2021-12-21 Thread Björn Jacke
funny, just saw, that the bug is quite exactly 10years old, which is why it looked like from this month. The problem still looks very similar but it isn't a regression from 5.4.0.89 to 5.4.0.91 at all. The kernel seems to get confused though if you mount a share once with and later withouth unix

[Bug 903602] Re: CIFS automount with "nounix" option create empty directories

2021-12-21 Thread Björn Jacke
I've CCd kernel package maintainer Stefan Bader also. I've seen this problem on a customer machine also with current linux- image hwe-18.04 (5.4.0.91) kernels. Directories with nounix mount option are empty. Previous 5.4.0.89 seems to have issues *with* unix extensions here though, that one wan

[Bug 1948684] Re: qemu-user-static/binfmt skips first argument

2021-10-26 Thread Björn Töpel
This might have been fixed in Debian. From the changelog: qemu (1:6.1+dfsg-5) unstable; urgency=medium * updated debian/patches/linux-user-binfmt-P.diff to work with in-kernel code Closes: #993658 * d/rules: do not mark configure target as .PHONY since it is a real file --

[Bug 1948684] Re: qemu-user-static/binfmt skips first argument

2021-10-25 Thread Björn Töpel
** Description changed: I've found a regression in qemu-user-static. I'm using binfmt to run riscv64 application on an x86-64. Steps to reproduce (using golang for ease of cross-compiling): -- $ cat rv.go package main import ( - "fmt" - "os" + "fmt" + "os" )

[Bug 1948684] [NEW] qemu-user-static/binfmt skips first argument

2021-10-25 Thread Björn Töpel
Public bug reported: I've found a regression in qemu-user-static. I'm using binfmt to run riscv64 application on an x86-64. Steps to reproduce (using golang for ease of cross-compiling): -- $ cat rv.go package main import ( "fmt" "os" ) func main() { fmt.Println("Args are");

[Bug 1946525] Re: Removable media are not mounted automatically

2021-10-25 Thread Björn Hutmacher
Okay, so now I've also tried this with 5.13.0-20-generic from the official repository with the exact same result. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1946525 Title: Removable media are

[Bug 1946525] Re: Removable media are not mounted automatically

2021-10-25 Thread Björn Hutmacher
I'm using kernel 5.15.0-051500rc5-lowlatency from https://kernel.ubuntu.com/~kernel-ppa/mainline. I guess I could try the official standard kernel as well. udevadm monitor reports this on insertion of a USB pen drive: KERNEL[34211.745784] add

[Bug 1946525] Re: Removable media are not mounted automatically

2021-10-24 Thread Björn Hutmacher
No, the only indication of me inserting a removable storage is in dmesg where the device is acknowledged. I have to either mount the device manually from shell or go through the Gnome Disks utility. Today I discovered that connecting my phone, which uses MTP for file transfers, doesn't mount

[Bug 1946525] Re: Disks are not being mounted automatically

2021-10-23 Thread Björn Hutmacher
I have two machines, both upgraded to Ubuntu 21.10. Since the upgrade, automounting removable media has stopped working completely on both of these two. For regular USB disks, etc. I can mount them manually either from the console or by using the Gnome Disks utility. However, I have no idea about

[Bug 1943308] [NEW] can't connect to chromecast

2021-09-11 Thread Björn wallbäck
Public bug reported: can't connect to chromecast, no tray with info, can find chromedevices but it fails to connect. tested different args to --host -s -n and -r to clean up after each try. tried --debug and got: 927 --debug ALSA device name: None. Google Cast name: Living Room speaker.

[Bug 1382196] Re: Changing IP address for the region causes the cluster to ignore pserv.conf and endlessly respawn

2021-08-24 Thread Björn Tillenius
** Changed in: maas Milestone: next => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1382196 Title: Changing IP address for the region causes the cluster to ignore pserv.conf and

[Bug 1580279] Re: [2.0] maas-cli 2.0 doesn't find 1.0 api

2021-08-24 Thread Björn Tillenius
** Changed in: maas Milestone: next => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1580279 Title: [2.0] maas-cli 2.0 doesn't find 1.0 api To manage notifications about this bug go to:

[Bug 1488594] Re: Nodes cannot boot after a storage disk replacement

2021-08-24 Thread Björn Tillenius
** Changed in: maas Milestone: next => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1488594 Title: Nodes cannot boot after a storage disk replacement To manage notifications about this

[Bug 1665680] Re: Deploying nodes in multiple VLANs fails due to RPF filtering

2021-08-24 Thread Björn Tillenius
** Changed in: maas Milestone: next => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1665680 Title: Deploying nodes in multiple VLANs fails due to RPF filtering To manage notifications

[Bug 1671320] Re: MaaS should set /etc/environment with appropriate proxy settings for rescue mode

2021-08-24 Thread Björn Tillenius
** Changed in: maas Milestone: next => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1671320 Title: MaaS should set /etc/environment with appropriate proxy settings for rescue mode To

[Bug 1737428] Re: VRF support to solve routing problems associated with multi-homing

2021-08-24 Thread Björn Tillenius
** Changed in: maas Milestone: next => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737428 Title: VRF support to solve routing problems associated with multi-homing To manage

[Bug 1382250] Re: If IP address of interface doesn't match cluster UI, DHCP fails and no obvious feedback

2021-08-24 Thread Björn Tillenius
** Changed in: maas Milestone: next => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1382250 Title: If IP address of interface doesn't match cluster UI, DHCP fails and no obvious

[Bug 1437353] Re: UEFI network boot hangs at grub for adapter 82599ES 10-Gigabit SFI/SFP+

2021-08-24 Thread Björn Tillenius
** Changed in: maas Milestone: next => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1437353 Title: UEFI network boot hangs at grub for adapter 82599ES 10-Gigabit SFI/SFP+ To manage

[Bug 1605278] Re: Merge python-django 1:1.11-1 from Debian unstable

2021-08-24 Thread Björn Tillenius
** Changed in: maas Milestone: next => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1605278 Title: Merge python-django 1:1.11-1 from Debian unstable To manage notifications about this

[Bug 1677668] Re: no GARPs during ephemeral boot

2021-08-18 Thread Björn Tillenius
I'm marking this bug as incomplete for MAAS, since it's not clear what actually needs to be fixed in MAAS. It seems like this needs to be fixed at a lower level. ** Changed in: maas Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1939898] Re: Unnatended postgresql-12 upgrade caused MAAS internal error

2021-08-16 Thread Björn Tillenius
It feels to me, that this bug isn't related to MAAS itself, or the fact that it's a snap. MAAS is a confined snap, so upgrading the postgres package on the host system shouldn't have any effect at all. If it does indeed has an affect, we'd need to involve the snapd team. But I don't think that's

[Bug 1914807] Re: rack can't contact region, deployments fails

2021-08-16 Thread Björn Tillenius
I can't find anything obvious in the log files. It would be good it you could provide the output of: curl http://10.230.56.2/MAAS/rpc/ from the rackd that is having problems. Both when it's working, and when you see this problem. ** Changed in: maas Status: Triaged => Incomplete --

[Bug 1594317] Re: Cannot start lxd-bridge.service when MAAS is managing DNS

2021-05-25 Thread Björn Tillenius
I think we need to solve this somehow. I'm thinking that we could re-use the 'allow_dns' flag on subnets. If it's False, we shouldn't listen on an address in that subnet. I think it should be safe, since AFAIK, allow_dns is only used to determine whether the address should be returned in the

[Bug 1898808] Re: unable to deploy 20.04(focal) w/ default kernel for sut after images update on Oct 5

2021-05-25 Thread Björn Tillenius
Ok, that's good to hear. I'm going to close this issue, since you're not seeing it again. But please feel free to reopen it if you see it again, so that we can do more debugging. ** Changed in: maas Status: Incomplete => Fix Released -- You received this bug notification because you are

[Bug 1923268] Re: grubnet default grub.cfg should try /grub/grub.cfg-${net_default_mac} before /grub/grub.cfg

2021-05-24 Thread Björn Tillenius
** Changed in: maas 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/1923268 Title: grubnet default grub.cfg should try /grub/grub.cfg-${net_default_mac}

[Bug 1898808] Re: unable to deploy 20.04(focal) w/ default kernel for sut after images update on Oct 5

2021-05-24 Thread Björn Tillenius
Is this still an issue? ** Changed in: maas Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1898808 Title: unable to deploy 20.04(focal) w/ default kernel for sut

[Bug 1928261] [NEW] gnome-shell[1713]: libinput error: client bug: timer event0 debounce short: scheduled expiry is in the past (-22ms), your system is too slow

2021-05-12 Thread Björn Boot
Public bug reported: May 12 23:54:11 veranda gnome-shell[1713]: libinput error: client bug: timer event0 debounce: scheduled expiry is in the past (-28ms), your system is too slow May 12 23:54:11 veranda gnome-shell[1713]: libinput error: client bug: timer event0 debounce short: scheduled

[Bug 1923685] Re: Unable to deploy LXD VM host on S390X

2021-05-05 Thread Björn Tillenius
** Changed in: maas Milestone: 3.0.0-rc1 => 3.0.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1923685 Title: Unable to deploy LXD VM host on S390X To manage notifications about this bug go

[Bug 1923685] Re: Unable to deploy LXD VM host on S390X

2021-04-28 Thread Björn Tillenius
** Changed in: maas Milestone: 3.0.0-beta5 => 3.0.0-rc1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1923685 Title: Unable to deploy LXD VM host on S390X To manage notifications about this

[Bug 265033] Re: Form contents are invisible when cursor leaves field, but data is still saved in form.

2021-04-27 Thread Björn Schließmann
Still present with 3.36.7-0ubuntu1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/265033 Title: Form contents are invisible when cursor leaves field, but data is still saved in form. To manage

[Bug 1923685] Re: Unable to deploy LXD VM host on S390X

2021-04-22 Thread Björn Tillenius
** Changed in: maas Milestone: 3.0.0-beta4 => 3.0.0-beta5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1923685 Title: Unable to deploy LXD VM host on S390X To manage notifications about this

[Bug 1923685] Re: Unable to deploy LXD VM host on S390X

2021-04-14 Thread Björn Tillenius
** Changed in: maas Milestone: 3.0.0-beta3 => 3.0.0-beta4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1923685 Title: Unable to deploy LXD VM host on S390X To manage notifications about this

[Bug 1916073] Re: MAAS should install qemu-efi-aarch64 on arm64 KVM pods

2021-03-31 Thread Björn Tillenius
** Changed in: maas 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/1916073 Title: MAAS should install qemu-efi-aarch64 on arm64 KVM pods To manage

[Bug 986205]

2021-03-27 Thread Björn Michaelsen
resolving as NOTOURBUG, as this is a caused by Ubuntu/Debian packaging: http://anonscm.debian.org/gitweb/?p=pkg- openoffice/libreoffice.git;a=commitdiff;h=2e78f0d8b458d1da6d29fe295c7d89a7a376a8d8;hp=d7a82fb84cce7a92f9b84ee67b380f3282f0a19f _rene_ commited a fix at Debian, so should be fixed

[Bug 1914807] Re: rack can't contact region, deployments fails

2021-03-04 Thread Björn Tillenius
Can you please attach maas.log, regiond.log an rackd.log? The error doesn't provide much clues as to why this is happening. ** Changed in: maas Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 836250] Re: 8086:4238 Intel Centrino Ultimate-N 6300 poor networking, packet loss and very slow Lenovo X201 and T500 laptops

2020-11-12 Thread Björn Jacke
even with current 5.4 kernels from 20.04 (9 years after this bug was reported), it's neccessary to set options iwlwifi 11n_disable=2 if you have a Intel Centrino Ultimate-N 6300 card. Otherwise there is packet loss that prevents usable throughput rates. If this is not getting fixed upstream in

[Bug 1899907] [NEW] package initramfs-tools 0.136ubuntu6.3 failed to install/upgrade: installed initramfs-tools package post-installation script subprocess returned error exit status 1

2020-10-15 Thread Björn Bylander
Public bug reported: Processing triggers for initramfs-tools (0.136ubuntu6.3) ... update-initramfs: Generating /boot/initrd.img-5.4.0-51-generic Error 24 : Write error : cannot write compressed block E: mkinitramfs failure cpio 141 lz4 -9 -l 24 update-initramfs: failed for

[Bug 1899708] [NEW] -upgrater-core 1.17.10.8 ( orgin unknow ) problem type Bug

2020-10-13 Thread Björn Steinar Hauksson
Public bug reported: I am setting up xubuntu 17.10 to upgrate to a newer version. It seems a third device or something is making me a problem. This has been going on for a long time. Often I am not the controler of my devices and have a problem with upgratings. ProblemType: Bug DistroRelease:

[Bug 1865515] Re: Chainbooting from grub over the network to local shim breaks chain of trust

2020-10-02 Thread Björn Tillenius
** Changed in: maas Status: Confirmed => Triaged ** Changed in: maas Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1865515 Title: Chainbooting from grub

[Bug 1876258] Re: ubuntu 20.04 pxe installation fails with no such file or directory /dev/disk/by-id exception

2020-10-02 Thread Björn Tillenius
** Changed in: maas Status: Confirmed => Triaged ** Changed in: maas/2.8 Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1876258 Title: ubuntu 20.04 pxe

[Bug 1879012] Re: GRUB does not bring up networking when loaded over HTTP

2020-10-02 Thread Björn Tillenius
** Changed in: maas Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1879012 Title: GRUB does not bring up networking when loaded over HTTP To manage notifications

[Bug 1893924] Re: memory leak in GnuTLS iov operations used by Samba

2020-09-24 Thread Björn Jacke
with the argumenatation in comment #4 you are basically arking all developers and users also installing 3rd party packages to stop using Ubuntu ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1893924

[Bug 1893924] Re: memory leak in GnuTLS iov operations used by Samba

2020-09-02 Thread Björn Jacke
** Bug watch added: Samba Bugzilla #14399 https://bugzilla.samba.org/show_bug.cgi?id=14399 ** Also affects: gnutls via https://bugzilla.samba.org/show_bug.cgi?id=14399 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu

[Bug 1893663] Re: touchpad not detected

2020-09-01 Thread Björn Andreas Grüning
I can confirm this bug. I tried already kernel 5.4 and 5.6 (mainline) and it does not work either. Ubuntu 18.04 also does not work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1893663 Title:

[Bug 1891608] Re: openvswitch-switch isn't installed if netplan schema defines an ovs bridge

2020-08-27 Thread Björn Tillenius
Thanks Ryan! I tested the fix on focal and it seems to work as expected. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1891608 Title: openvswitch-switch isn't installed if netplan schema defines

[Bug 1649397] Re: maas-dhcpd.service won't start

2020-06-12 Thread Björn Tillenius
*** This bug is a duplicate of bug 1794882 *** https://bugs.launchpad.net/bugs/1794882 This looks like a duplicate of bug 1794882, which is fixed in 2.7 and 2.8. ** This bug has been marked a duplicate of bug 1794882 dhcpd doesn't start until maas-rackd is restarted -- You received this

Re: [Bug 1737428] Re: VRF support to solve routing problems associated with multi-homing

2020-05-06 Thread Björn Tillenius
On Tue, May 05, 2020 at 06:04:28PM -, Billy Olsen wrote: > @bjornt Are you going to copy it over to the MAAS discourse feature set > then? We would prefer that one of the stakeholders actually would add it to discourse. That will ensure that the stakeholders are still in the loop, if there

[Bug 1737428] Re: VRF support to solve routing problems associated with multi-homing

2020-05-05 Thread Björn Tillenius
This sounds great, but it's not a bug report. It's a feature request. For MAAS, we track feature requests at https://discourse.maas.io/c/features, so I'm going to mark this bug report as Invalid for MAAS. ** Changed in: maas Status: Incomplete => Invalid -- You received this bug

Re: [Bug 1874451] Re: mid installation

2020-04-23 Thread Björn Juslén
Now ok. Replaced card and used final version. to 23.4.2020 klo 18.11 Brian Murray kirjoitti: > It looks like there is something wrong with your installation media: > > Apr 23 14:04:04 ubuntu kernel: [ 1446.950754] SQUASHFS error: zlib > decompression failed, data probably corrupt > Apr 23

[Bug 1874451] [NEW] mid installation

2020-04-23 Thread Björn Juslén
Public bug reported: Booting from sd-card ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: ubiquity 20.04.9 ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27 Uname: Linux 5.4.0-21-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion:

[Bug 1874231] Re: mumble freezes all audio applications

2020-04-22 Thread Björn Jacke via ubuntu-bugs
Thank you for the pointer to the debian bug report. The workaround by disabling the start of Jack by editing the Mumble.ini works also here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1874231

[Bug 1874231] [NEW] mumble freezes all audio applications

2020-04-22 Thread Björn Jacke via ubuntu-bugs
Public bug reported: after upgrading from 18.04 to 20.04 starting mumble freezes all audio applications. The audio related log at startup: JACK server starting in realtime mode with priority 10 self-connect-mode is "Don't restrict self connect requests" Cannot lock down 82280346 byte memory

[Bug 387957] Re: Improve Save As Dialog Box (focus issues)

2020-02-03 Thread Björn Regnell
I'm also hit by this daily and think that it should be fixed. Thanks @phusen for the tip of the Alt+N shorcut! But even with the Alt+N shortcut it is confusing that a highlighted field does not have focus. And after Alt+N I still have to click the Save button with the mouse as the Enter key now

[Bug 1859751] Re: Piston missing support for Django 2.2

2020-01-15 Thread Björn Tillenius
This is not a critical bug. We don't support running 2.7 on Focal. ** Changed in: maas Importance: Critical => High ** Changed in: maas Milestone: 2.7.0rc2 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1854061] Re: bnx2x update in 18.04 hwe edge kernel

2019-11-26 Thread Björn Zettergren
*** This bug is a duplicate of bug 1852512 *** https://bugs.launchpad.net/bugs/1852512 Alright! I manually added the missing firmware-files and my network worked as expected after boot. Looking forward for the updated package in official repo. Thanks! Case closed. -- You received this bug

[Bug 1854061] [NEW] bnx2x update in 18.04 hwe edge kernel

2019-11-26 Thread Björn Zettergren
Public bug reported: Hi, linux-image-generic-hwe-18.04-edge version 5.3.0.23.90 seems to require updated bnx2x firmwares. Installing/configuring this kernel version complaints: W: Possible missing firmware /lib/firmware/bnx2x/bnx2x-e2-7.13.11.0.fw for module bnx2x W: Possible missing firmware

[Bug 1852794] Re: Dell PowerEdge R630 won't boot with 4.4.0-168.197 and later

2019-11-21 Thread Björn Tillenius
I set up the test system now again, and I can can confirm that 4.4.0-167.196 boots. I can leave the system up for a while. I'll send details on how to access the system privately. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-21 Thread Björn Svensson
I would like you to open the case for Snap again. On my machine, it continues to auto install other packages as well. I just got chromium today. Similar to the case with docker, the machine starts to behave strange when there are dual installations of applications. Similar to the docker fix, I can

[Bug 1852794] Re: Dell PowerEdge R630 won't boot with 4.4.0-168.197 and later

2019-11-21 Thread Björn Tillenius
Hi Khaled, sorry for not answering earlier, I've been off sick. 1) Yes. We have two Dell R630 machines, natasha and opelt. The former (natasha) doesn't boot, while the latter (opelt) does boot. I've attached the lshw output for them both. They do have different CPUs, for examples. 2) It's a

[Bug 1852794] Re: Dell PowerEdge R630 won't boot with 4.4.0-168.197 and later

2019-11-15 Thread Björn Tillenius
I can't attach any logs, since the system doesn't boot up enough to show anything useful. ** 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.

[Bug 1852794] Re: Dell PowerEdge R630 won't boot with 4.4.0-168.197 and later

2019-11-15 Thread Björn Tillenius
** Attachment added: "natasha.lshw.xml" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1852794/+attachment/5305763/+files/natasha.lshw.xml -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1852794] Re: Dell PowerEdge R630 won't boot with 4.4.0-168.197 and later

2019-11-15 Thread Björn Tillenius
** Attachment added: "opelt.lshw.xml" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1852794/+attachment/5305764/+files/opelt.lshw.xml -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852794

[Bug 1852794] [NEW] Dell PowerEdge R630 won't boot with 4.4.0-168.197 and later

2019-11-15 Thread Björn Tillenius
Public bug reported: One of our Dell R630 machines in our CI environment won't boot with the 4.4.0-168.197 kernel in xenial. I've confirmed that it does boot with 4.4.0-166.195, but it won't boot with neither 4.4.0-168.197 nor 4.4.0-169.198. I haven't tried with 4.4.0-167.196, but I'll see if I

[Bug 1832407] [NEW] ubuntu-desktop should not hard depend on gnome-shell-extension-*

2019-06-11 Thread Björn Daase
Public bug reported: I like the Ubuntu themed GNOME desktop but I don't like dash-to-dock. As the preinstalled extensions, especially gnome-shell-extension-ubuntu-dock are not deactivable and not removable atomic (they are hard dependcies of gnome-desktop), the only way to remove them is to

Re: [Bug 1829662] Re: package fonts-wine (not installed) failed to install/upgrade: Versuch, »/usr/share/wine/fonts/coue1255.fon« zu überschreiben, welches auch in Paket wine1.7 1:1.7.55-0ubuntu1 ist

2019-05-19 Thread Björn
*** This bug is a duplicate of bug 1773127 *** https://bugs.launchpad.net/bugs/1773127 i have now this error bjoern@bjoern-X75VD:~$ sudo apt purge wine wine1.8 wine1.8-amd64 wine1.8-i386 [sudo] Passwort für bjoern: Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut.

[Bug 1829662] [NEW] package fonts-wine (not installed) failed to install/upgrade: Versuch, »/usr/share/wine/fonts/coue1255.fon« zu überschreiben, welches auch in Paket wine1.7 1:1.7.55-0ubuntu1 ist

2019-05-19 Thread Björn
Public bug reported: after updat 18.04 LTS often problem with apps. ProblemType: Package DistroRelease: Ubuntu 18.04 Package: fonts-wine (not installed) ProcVersionSignature: Ubuntu 4.15.0-32.35-generic 4.15.18 Uname: Linux 4.15.0-32-generic x86_64 NonfreeKernelModules:

[Bug 1816253] Re: Ubuntu18.04.2 xorgxrdp Install error

2019-04-29 Thread Björn Dahlgren
I can confirm this bug, and that Sig Bee's modified .deb file fixed the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1816253 Title: Ubuntu18.04.2 xorgxrdp Install error To manage

Aw: [Bug 1804922] Re: libnewlib-arm-none-eabi: Multilib directory structure incompatible with gcc

2019-04-23 Thread Björn Haase
*** This bug is a duplicate of bug 1767223 *** https://bugs.launchpad.net/bugs/1767223 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1804922 Title: libnewlib-arm-none-eabi: Multilib directory

[Bug 1628891] Re: /etc/update-manager/release-upgrades.d configs ignored

2019-02-10 Thread Björn Michael
This issue still exists in Ubuntu Bionic. After several tries to override /etc/update-manager/release-upgrades with a file placed in /etc/update-manager/release-upgrades.d/ this issue come to my resuce let me stop searching for an error on my side. Maybe this issue could be planned for the next

[Bug 1607345] Re: Collect all logs needed to debug curtin/cloud-init for each deployment

2019-01-11 Thread Björn Tillenius
Can someone please reopen this for cloud-init, since the fix wasn't the right one? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1607345 Title: Collect all logs needed to debug curtin/cloud-init

[Bug 1593469] Re: [2.0] VMware power type error: __init__() takes 1 positional argument but 2 were given

2019-01-11 Thread Björn Tillenius
As far as I can see, this issue should now be fixed .If it's not, please reopen the bug with log output from the latest version. ** Changed in: maas Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1804922] Re: libnewlib-arm-none-eabi: Multilib directory structure incompatible with gcc

2018-11-24 Thread Björn Haase
manually installing the libnewlib-arm-none-eabi_3.0.0.20180802-2_all.deb package did fix the problem for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1804922 Title: libnewlib-arm-none-eabi:

[Bug 1804922] [NEW] libnewlib-arm-none-eabi: Multilib directory structure incompatible with gcc

2018-11-24 Thread Björn Haase
thers from the debian distribution team https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899264 https://bugs.launchpad.net/gcc-arm-embedded/+bug/1772332 According to Agustin Henze , Ubuntu just needs to choose the right and most recent package from the debian distribution. Yours, Björn P

[Bug 1762856] Re: Texworks Repository fail

2018-11-09 Thread Björn Regnell
Same on Ubuntu 18.04: E: The repository 'http://ppa.launchpad.net/texworks/stable/ubuntu bionic Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user

[Bug 1795864] Re: [ffe] Update to 0.5

2018-10-03 Thread Björn Daase
Perfect, thanks a lot guys! Bolt 0.5 solves the problem and fwupmgr shows my thunderbolt controller again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1795864 Title: [ffe] Update to 0.5 To

[Bug 1795864] Re: Update to 0.5 next cycle

2018-10-03 Thread Björn Daase
As @suprem1 mentioned I will help to test version 0.5 if you provide it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1795864 Title: Update to 0.5 next cycle To manage notifications about this

[Bug 1700657] Re: Touchpad not detected in Lenovo X1 Yoga / Yoga 720-15IKB

2018-09-09 Thread Björn Dahlgren
On 4.15.0-29-generic (Ubuntu 16.04) touchpad works for me except for mechanical left/right click (tapping the touchpad works though). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1700657 Title:

[Bug 1790408] [NEW] updated 16.04 to 18.04 in my Virtualbox. After 2nd reboot this exc appeared

2018-09-02 Thread Björn Kruse
Public bug reported: Can't say much more, the information: This Ubuntu runs in a VirtualBox 5.2.0 r118431 (Qt5.6.2) A default Ubuntu with nearly no additional stuff installed, which I use for quite some time now. Updated it today from 16.04 LTS to 18.04.1 LTS, because the OS suggested it. A few

[Bug 1745747] Re: No USB support for Dell XPS 13 9370 running Bionic 18.04

2018-08-22 Thread Björn Daase
Yesterday Dell released BIOS version 1.5.1 which fixes all ACPI, USB... issues I observed. You could give it a try. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1745747 Title: No USB support for

[Bug 1784877] WifiSyslog.txt

2018-08-01 Thread Björn Daase
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1784877/+attachment/5170431/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1784877

[Bug 1784877] ProcCpuinfoMinimal.txt

2018-08-01 Thread Björn Daase
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1784877/+attachment/5170424/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1784877] RfKill.txt

2018-08-01 Thread Björn Daase
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1784877/+attachment/5170429/+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/1784877 Title:

[Bug 1784877] ProcInterrupts.txt

2018-08-01 Thread Björn Daase
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1784877/+attachment/5170426/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1784877] ProcModules.txt

2018-08-01 Thread Björn Daase
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1784877/+attachment/5170427/+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/1784877

[Bug 1784877] PulseList.txt

2018-08-01 Thread Björn Daase
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1784877/+attachment/5170428/+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/1784877

[Bug 1784877] ProcEnviron.txt

2018-08-01 Thread Björn Daase
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1784877/+attachment/5170425/+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/1784877

[Bug 1784877] Lsusb.txt

2018-08-01 Thread Björn Daase
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1784877/+attachment/5170422/+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/1784877 Title: USB

[Bug 1784877] UdevDb.txt

2018-08-01 Thread Björn Daase
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1784877/+attachment/5170430/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1784877 Title:

  1   2   3   4   5   6   7   8   9   10   >