[Bug 2080788] [NEW] Meld spits lots of errors and crashes on startup

2024-09-15 Thread Michał J . Gajda
Public bug reported: Trying to run Meld 3.22.2-1 on Wayland and Gnome shell (default configuration) leads to lots of errors in diffgrid.py file, when an object is NULL. lsb_release is 24.04 (Noble Numbat) It ends with core dump, so program is currently unusable. Even though the window shows up,

[Bug 1010609] Re: Apcupsd leaks file descriptors

2024-08-27 Thread Michał Roztoczyński
The same thing happened to me today and that's the first time I see that. On my system, Inode usage is 3,6%, so the issue must be somewhere else. System uptime is just 13,6 days. Restarting apcupsd resolved the issue. System in question is Ubuntu LTS 22.04.4 to which I have APC Smart UPS 750 (SMT

[Bug 2075501] [NEW] `noopt` should imply `optimize=-lto`

2024-08-01 Thread Michał Sawicz
Public bug reported: There's no sense in enabling LTO if `noopt` is part of the build flags: ``` $ DEB_BUILD_OPTIONS=noopt dpkg-buildflags ASFLAGS= ASFLAGS_FOR_BUILD= CFLAGS=-g -O0 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/tmp=. -flto=auto -ffat-lto-objects -fstack-

[Bug 2072564] Re: qemu-aarch64-static segfaults running ldconfig.real (amd64 host)

2024-07-31 Thread Michał Fita
I'm using quemu to tweak Armbian Jammy images for Raspberry Pi 5 (so it would have ldconfig from 22.04) and I have signal 11 when libc reconfiguration is triggered by apt. What you may find interesting running the same process of updates on the same base image on Ubuntu 22.04 (which has qemu 6.2)

[Bug 2073789] [NEW] package libwebkit2gtk-4.1-0 2.44.2-0ubuntu0.24.04.1 failed to install/upgrade: nie można skopiować wypakowanych danych "./usr/lib/x86_64-linux-gnu/libwebkit2gtk-4.1.so.0.13.6" do "

2024-07-22 Thread Michał Dąbrowski
Public bug reported: i have no idea ProblemType: Package DistroRelease: Ubuntu 24.04 Package: libwebkit2gtk-4.1-0 2.44.2-0ubuntu0.24.04.1 ProcVersionSignature: Ubuntu 6.8.0-38.38-generic 6.8.8 Uname: Linux 6.8.0-38-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.28.1-0

[Bug 2070302] Re: binutils 2.42.50.20240618-1FTBFS of mir 2.17, undefined references to stdlib with LTO

2024-07-18 Thread Michał Sawicz
Build with gcc-14 here: https://github.com/canonical/mir/actions/runs/9988823728/job/27606141685?pr=3495 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2070302 Title: binutils 2.42.50.20240618-1FTBF

[Bug 2070302] Re: binutils 2.42.50.20240618-1FTBFS of mir 2.17, undefined references to stdlib with LTO

2024-07-18 Thread Michał Sawicz
@doko this is just a warning, the actual error, further up, is this: 2024-07-18T09:43:08.5982068Z [ 89%] Building CXX object examples/miral-shell/CMakeFiles/miral-shell.dir/shell_main.cpp.o 2024-07-18T09:43:08.5988615Z cd /<>/build-amd64/examples/miral-shell && ccache /usr/bin/g++-14 -DBOOST_AT

[Bug 2073451] Re: mir should respect flags from DEB_BUILD_MAINT_OPTIONS

2024-07-18 Thread Michał Sawicz
** Changed in: mir (Ubuntu) Status: New => In Progress ** Changed in: mir (Ubuntu) Assignee: (unassigned) => Michał Sawicz (saviq) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2

[Bug 2070302] Re: binutils 2.42.50.20240618-1FTBFS of mir 2.17, undefined references to stdlib with LTO

2024-06-28 Thread Michał Sawicz
2.42.50.20240625 has the same problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2070302 Title: binutils 2.42.50.20240618-1FTBFS of mir 2.17, undefined references to stdlib with LTO To manage

[Bug 2071330] Re: Ignores multiplication after adding percent to a number

2024-06-27 Thread Michał Sawicz
** Summary changed: - Wrong order of calculations when percents are involved + Ignores multiplication after adding percent to a number ** Description changed: + Correct: 1+0.1*100 = 11 1+100*10% = 11 + (1+10%)*100 = 110 - But - + Wrong: 1+10%*100 = 1.1 o.O - https://imgur.com/a

[Bug 2071330] [NEW] Wrong order of calculations when percents are involved

2024-06-27 Thread Michał Sawicz
Public bug reported: 1+0.1*100 = 11 1+100*10% = 11 But 1+10%*100 = 1.1 o.O https://imgur.com/a/Ae0gw4H ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: gnome-calculator 1:46.0-1ubuntu1 ProcVersionSignature: Ubuntu 6.8.0-35.35-generic 6.8.4 Uname: Linux 6.8.0-35-generic x86_64 NonfreeKern

[Bug 2070302] Re: binutils 2.42.50.20240618-1FTBFS of mir 2.17, undefined references to stdlib with LTO

2024-06-24 Thread Michał Sawicz
Failures can be observed in the PPA as well: https://launchpad.net/~mir- team/+archive/ubuntu/dev/+sourcepub/16234788/+listing-archive-extra ** Also affects: binutils (Ubuntu Oracular) Importance: Undecided Status: New -- You received this bug notification because you are a member of

[Bug 2070302] [NEW] binutils 2.42.50.20240618-1FTBFS of mir 2.17, undefined references to stdlib with LTO

2024-06-24 Thread Michał Sawicz
Public bug reported: With deps at 2024.06.18 things work: ``` $ git clone https://github.com/canonical/mir.git --depth 1 $ cd mir $ apt build-dep . --snapshot 20240618T00Z $ dpkg-buildpackage -uc -us ``` Upgrading binutils causes a FTBFS ``` $ apt install binutils # /var/log/apt/history.log

[Bug 1712808] Re: udev interface fails in privileged containers

2024-06-18 Thread Michał Sawicz
@jugmac00 this got resolved along the way - that same recipe is here now, and passing. https://launchpad.net/~mir-team/+snap/miriway-beta So not a Launchpad issue any more. ** Changed in: launchpad Status: Incomplete => Invalid -- You received this bug notification because you are a mem

[Bug 2050865] Re: GNOME Wayland session crashes with libmutter:ERROR:../src/core/window.c:...:meta_window_get_work_area_for_logical_monitor: assertion failed: (logical_monitor)

2024-06-13 Thread Michał Sawicz
> Haven't had a crash yet since disabling the tiling-assistant extension. Same, disabling the tiling ext seems to have made my GNOME stable again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2050865

[Bug 2069153] [NEW] liboss4-salsa-asound2 Provides-squats libasound2, not t64

2024-06-12 Thread Michał Sawicz
Public bug reported: The time_t migration affected `libasound2`, the package was renamed to `libasound2t64`. Anything depending on `libasound2` now gets `liboss4-salsa-asound2`, because that `Provides: libasound2`. Something needs to change, doesn't it? ** Affects: oss4 (Ubuntu) Importance

[Bug 2069122] [NEW] Apport trying (and failing) to file a GitHub issue for SnapD

2024-06-12 Thread Michał Sawicz
Public bug reported: SnapD doesn't actually handle bugs on GitHub, so that may be something to fix in the snapd listing, but still - apport shouldn't crash. ``` $ apport-bug snapd Gtk-Message: 09:56:43.716: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please tr

[Bug 2068697] [NEW] Triggers tiling on top panel click

2024-06-07 Thread Michał Sawicz
Public bug reported: Clicking on the top panel (e.g. next to the clock) triggers the tiling assistant. It's quite disruptive when you mis-click, and there's no way to disable that behaviour that I can see. Unclear whether that's behaviour as designed, can't find any mention at https://github.com

[Bug 2068695] [NEW] Crash when half/quarter maximize (easily) gets confused

2024-06-07 Thread Michał Sawicz
Public bug reported: Steps to reproduce: - have two windows - click on the top panel, triggering half-horizontal-maximize (bug?) - close the focused window - try to maximize the other window - crash I'll file another bug about the behaviour to trigger half/quarter- maximize on clicking the top pa

[Bug 2068694] [NEW] Apport trying to upload crashes in a loop

2024-06-07 Thread Michał Sawicz
Public bug reported: Since upgrading to 24.04, whenever I get a crash report on the system, Apport will pop up the "report problem" dialog in a loop, regardless of whether I choose "Send" or "Don't send". Only thing that helps is removing the crash report from `/var/crash`. If I don't do that imm

[Bug 2068693] [NEW] Crash on display dis/re-connection

2024-06-07 Thread Michał Sawicz
Public bug reported: Since upgrading to 24.04 GNOME Shell frequently crashes when I disconnect or re-connect my external output through a USB-C hub. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: gnome-shell 46.0-0ubuntu5.1 ProcVersionSignature: Ubuntu 6.8.0-35.35-generic 6.8.4 Uname: Linu

[Bug 1971434] Re: Display powersave only blanks, but does not turn off

2024-05-19 Thread Michał Fita
This is very interesting observation, maybe it'll help devs chase the bug. Unfortunately for myself, I have only HDMI both in the notebook and the docking station. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Bug 1712808] Re: udev interface fails in privileged containers

2024-04-16 Thread Michał Sawicz
This seems to have cropped up on Launchpad builders now for `base: core24` snaps: https://launchpad.net/~mir-team/+snap/miriway-edge-24 ** Also affects: launchpad Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1971434] Re: Display powersave only blanks, but does not turn off

2024-03-23 Thread Michał Fita
This is Gnome bug I presume that manifests mostly on Ubuntu (clash with Canonical's tweaks) with some HDMI monitors (mostly Lenovo). The same monitors work as intended under Windows. My bet is they send some message back to the computer when they change power state after requested to go to full po

[Bug 1975840] [NEW] WiFi not roaming to a much stronger/faster AP

2022-05-26 Thread Michał Sawicz
Public bug reported: I have spotty WiFi reception around the house, and I've noticed that once I roam to a 2.4GHz because I've moved out of range, coming back I'm stuck at it with very low signal despite there being much more powerful and faster BSSIDs around. `nmcli d wifi` reports: $ nmcli d w

[Bug 1975834] [NEW] cryptoswap stuck to /dev/sdb2 by name after installation

2022-05-26 Thread Michał Sawicz
Public bug reported: After I've installed 22.04 recently with encrypted ZFS, I realized cryptoswap was bound to `/dev/sdb2` by name in `/etc/crypttab`, rather than through a label or UUID. That meant a big boot delay as well as no swap after removing the install media. Changing it to a `/dev/dis

[Bug 1970973] [NEW] Snapd failed to install/refresh snaps on fresh 22.04 install

2022-04-29 Thread Michał Sawicz
Public bug reported: I've installed 22.04 fresh, Firefox soon disappeared from the dock and I couldn't install snaps until reboot. ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: snapd 2.55.3+22.04ubuntu1 ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30 Uname: Linux 5.15.0-27-gener

[Bug 1966636] [NEW] [FFe] Update livecd-rootfs to add arm64 bootable buildd images

2022-03-28 Thread Michał Sawicz
Public bug reported: The merge available here: https://code.launchpad.net/~saviq/livecd-rootfs/+git/livecd- rootfs/+merge/417034 This doesn't affect anything existing, just adds a new architecture for the bootable buildd images, used through Snapcraft in Multipass. No impact on Ubuntu. Having t

[Bug 1964471] Re: 5.13.0-36 fails to boot on Parallels on Mac M1 eg aarch64

2022-03-10 Thread Michał Sawicz
And this is the kernel side trigger for the issue: https://git.launchpad.net/~ubuntu- kernel/ubuntu/+source/linux/+git/impish/commit/?id=7936f2a576f1d7c3e1a80f8a07a217cdfa2b7338 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 1964471] Re: 5.13.0-36 fails to boot on Parallels on Mac M1 eg aarch64

2022-03-10 Thread Michał Sawicz
For reference, this is what fixes it on QEMU: https://github.com/qemu/qemu/compare/48006e0...7f6c295 I doubt this is a reason to do anything to the Ubuntu kernel, then. Filing a bug with Parallels referencing that may be good. -- You received this bug notification because you are a member of U

[Bug 1964471] Re: 5.13.0-36 fails to boot on Parallels on Mac M1 eg aarch64

2022-03-10 Thread Michał Sawicz
We can confirm the same through Multipass on QEMU rather than Parallels. We found that using a different version of QEMU does help, we're trying to narrow it down to a QEMU commit now. There are a number of changes that can be seen in the recent kernel pertaining to aarch64: https://git.launchpa

[Bug 1962370] Re: Delete Save is incomplete

2022-03-06 Thread michał
** Project changed: or => baltix ** Changed in: baltix Milestone: 1.5 => None ** Changed in: baltix Assignee: cjakeman (cjakeman) => (unassigned) ** Changed in: baltix Assignee: (unassigned) => michał (michascha2021) ** Changed in: baltix Status: Triage

[Bug 1929120] Re: dh_strip behaviour in Ubuntu Hirsute

2022-02-16 Thread Michał Sawicz
Confirmed this is still the case for Jammy. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1929120 Title: dh_strip behaviour in Ubuntu Hirsute To manage notifications about this bug go to: https://b

[Bug 1958984] [NEW] libyaml-cpp.so.0.7: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_create(unsigned long&, unsigned long)@GLIBCXX_3.4.21

2022-01-25 Thread Michał Sawicz
Public bug reported: After the most recent updates (11.2.0-14ubuntu1) mir started to FTBFS: /usr/bin/c++ -g -O2 -ffile-prefix-map=/<>/mir-2.6.0+dev100-gf11f678968=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -

[Bug 1958984] Re: libyaml-cpp.so.0.7: undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_create(unsigned long&, unsigned long)@GLIBCXX_3.4.21'

2022-01-25 Thread Michał Sawicz
An example failing build: https://launchpad.net/~mir- team/+archive/ubuntu/dev/+sourcepub/13221004/+listing-archive-extra -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1958984 Title: libyaml-cpp.so

[Bug 1075787] Re: V1324 fails to open

2022-01-08 Thread michał
r affects: openrailsczsk ** Changed in: ubuntu Assignee: (unassigned) => michał (michascha2021) ** Changed in: ubuntu Assignee: michał (michascha2021) => (unassigned) ** Changed in: ubuntu Assignee: (unassigned) => michał (michascha2021) ** Changed in: falldown

[Bug 1939676] Re: Scanning with clamtk does not work

2021-12-08 Thread Michał Krassowski
*** This bug is a duplicate of bug 1927065 *** https://bugs.launchpad.net/bugs/1927065 It looks like this was fixed as explained in: https://bugs.launchpad.net/ubuntu/+source/clamtk/+bug/1927065/comments/12 ** Changed in: clamtk (Ubuntu) Status: New => Incomplete ** Changed in: clamtk

[Bug 1939676] Re: Scanning with clamtk does not work

2021-12-08 Thread Michał Krassowski
** Bug watch added: Debian Bug tracker #981384 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981384 ** Also affects: clamtk (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981384 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 1947137] Re: package lxd 3.0.3-0ubuntu1~18.04.1 failed to install/upgrade: new lxd package pre-installation script subprocess returned error exit status 1

2021-10-16 Thread Michał Sawicz
@stgraber yes, it's privileged. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1947137 Title: package lxd 3.0.3-0ubuntu1~18.04.1 failed to install/upgrade: new lxd package pre-installation script s

[Bug 1947137] [NEW] package lxd 3.0.3-0ubuntu1~18.04.1 failed to install/upgrade: new lxd package pre-installation script subprocess returned error exit status 1

2021-10-14 Thread Michał Sawicz
Public bug reported: Upgrading from 18.04 to 20.04 yielded this failure. Note this is within a container in the first place, and LXD isn't in use inside. ProblemType: Package DistroRelease: Ubuntu 20.04 Package: lxd 3.0.3-0ubuntu1~18.04.1 Uname: Linux 5.9.0-4-amd64 x86_64 ApportVersion: 2.20.11-

[Bug 1939676] [NEW] Scanning with clamtk does not work

2021-08-12 Thread Michał Krassowski
Public bug reported: As reported in Debian bug tracker the essential clamtk functionality is broken in version 6.03-1 https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=981384 - both scanning and analysing do not work and end with a silent error with the following traceback: *** FATAL: invalid

[Bug 1929442] Re: can't load voboxdrv after upgrade to hirsute 21.04

2021-06-09 Thread Michał Karpiński
I strongly believe that this issue is related to linux-headers. After copying /usr/src/linux-headers-5.11.0-18-generic/ from one computer to another it started working. How /usr/src/linux- headers-5.11.0-18-generic/include/config/kernel.release from the exact same version of DEB (5.11.0-18.19) c

[Bug 1929442] Re: can't load voboxdrv after upgrade to hirsute 21.04

2021-06-09 Thread Michał Karpiński
I have two workstations with 21.04 and this problem occurs only on one of them. So far I noticed that on the problematic laptop there is a different version declared in linux headers - /usr/src/linux- headers-5.11.0-18-generic/include/config/kernel.release file contains '5.11.17' instead of '5.11.0

[Bug 1380996] Re: File size for backups not user-defineable

2021-06-03 Thread Michał Borsuk
It's been six years and this issue remains a considerable problem. After two years of using Deja Dup on 3 machines I have 2000-5000 files in each backup folder, because each file is only 25MB. Managing such a number, e.g. deleting old files manually, is a nightmare. Please add this option, or inc

[Bug 1923656] Re: Can't upgrade to Ubuntu 20.04 due to python issues

2021-05-24 Thread Michał Margula
** Attachment added: "main.log" https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1923656/+attachment/5500011/+files/main.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1923

[Bug 1923656] Re: Can't upgrade to Ubuntu 20.04 due to python issues

2021-05-24 Thread Michał Margula
Hi Brian, Apologies for late reply, I just tried `do-release-upgrade -p` but it did not help. Please find apt.log attached. I will also attach main.log and apt-clone_system_state.tar.gz in following notes. Kind regards, Michał ** Attachment added: "apt.log" https://bugs.launchpad.

[Bug 1923656] Re: Can't upgrade to Ubuntu 20.04 due to python issues

2021-05-24 Thread Michał Margula
** Attachment added: "apt-clone_system_state.tar.gz" https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1923656/+attachment/5500012/+files/apt-clone_system_state.tar.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 1856608] Re: [Regression] usb usb2-port2: Cannot enable. Maybe the USB cable is bad?

2021-05-02 Thread Michał Białas
** Changed in: linux (Ubuntu Focal) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1856608 Title: [Regression] usb usb2-port2: Cannot enable. Maybe the USB c

[Bug 1923868] Re: Bootable buildd images silent on both graphical and serial console

2021-04-15 Thread Michał Sawicz
There's one thing I saw, though: the above MPs leave out `console=tty1`, meaning the graphical console will be silent now. Should I file a separate bug? I wouldn't like this to hold up the existing MPs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 1923868] Re: Bootable buildd images silent on both graphical and serial console

2021-04-15 Thread Michał Sawicz
Thanks Josh for finding these, I knew something must've been in progress. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1923868 Title: Bootable buildd images silent on both graphical and serial cons

[Bug 1923656] [NEW] Can't upgrade to Ubuntu 20.04 due to python issues

2021-04-13 Thread Michał Margula
Public bug reported: Can't upgrade to Ubuntu 20.04, even with -p switch. Getting plenty of following messages in apt.log Broken python-is-python2:amd64 Depends on python2:amd64 < none | 2.7.17-2ubuntu4 @un umH > Considering python2:amd64 1 as a solution to python-is-python2:amd64 -1 Ignore M

[Bug 1919339] Re: streams should be gpg signed & gpg verified

2021-03-16 Thread Michał Sawicz
We in Multipass are following LXD's suit, they've decided against GPG for cross-platform and key revocation reasons. Streams are accessed via HTTPS, the assumption being that as long as your HTTPS connection to the host is good verified, the streams are considered trusted. -- You received this b

[Bug 1906836] [NEW] Width determination is incorrect for certain strings

2020-12-04 Thread Michał Krassowski
Public bug reported: On Ubuntu 20.10 the string "PA" gives an incorrect width of 13.85938 rather than 13.87500 as reported in https://github.com/r-lib/vdiffr/issues/97. The problem goes away after installing the same version (0.2.5) of the freetypeharfbuzz library directly from CRAN. To reproduce

[Bug 1900668] Re: MAAS PXE Boot stalls with grub 2.02

2020-12-02 Thread Michał Ajduk
Regarding https://bugs.launchpad.net/maas/+bug/1900668/comments/15 I've also had this issue now with 2.9, so it's not MAAS related (so I believe we got back to common understanding that it is Grub issue) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

Re: [Bug 1904777] Re: Xorg randomly crashes under xrdp

2020-11-23 Thread Michał Sawicz
>journalctl -b-1 | grep dixGetPrivateAddr This yields empty, I've searched over periods that I know the server crashed, but nothing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904777 Title:

[Bug 1904777] Re: Xorg randomly crashes under xrdp

2020-11-21 Thread Michał Sawicz
Installing symbols doesn't seem to have cleared anything up: [337875.122] (EE) Backtrace: [337875.144] (EE) 0: /usr/lib/xorg/Xorg (OsLookupColor+0x13c) [0x55f00440011c] [337875.146] (EE) 1: /lib/x86_64-linux-gnu/libpthread.so.0 (funlockfile+0x60) [0x7f7e7424041f] [337875.148] (EE) 2: /lib/x86_64-

[Bug 1904777] Re: Xorg randomly crashes under xrdp

2020-11-19 Thread Michał Sawicz
There doesn't seem to be a related "Assertion" in the logs. I've installed the debug symbols now, will report back. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904777 Title: Xorg randomly crashes

[Bug 1900668] Re: MAAS PXE Boot stalls with grub 2.02

2020-11-19 Thread Michał Ajduk
Currently I have tried MAAS 2.9/candidate without the workaround descibed in the original bug report and I have reached a state where every deployment is successfull (taht includes fixes incorporated in 2.9 for the boot order issues). I haven't analized the difference in the images (if any) betwee

[Bug 1904777] [NEW] Xorg randomly crashes under xrdp

2020-11-18 Thread Michał Sawicz
Public bug reported: I'm using xrdp to log into a remote machine. Since upgrading it to 20.04, my sessions started failing randomly. They would either not start at all, or get interrupted hours later. Here's a backtrace I found in a .xorgxrdp.log [ 92697.914] rdpkeybChangeKeyboardControl: autoRe

[Bug 951585] Re: gvfsd-afp consumes 100% of processor cycles

2020-10-23 Thread Michał Herda
Same issue here. Zyxel NAS326, debian sid with fresh updates. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/951585 Title: gvfsd-afp consumes 100% of processor cycles To manage notifications about

[Bug 1900470] [NEW] package lxd 3.0.3-0ubuntu1~18.04.1 failed to install/upgrade: new lxd package pre-installation script subprocess returned error exit status 1

2020-10-19 Thread Michał Borsuk
Public bug reported: Unless you check deeper, this is *not* a duplicate of 1798572. ProblemType: Package DistroRelease: Ubuntu 20.04 Package: lxd 3.0.3-0ubuntu1~18.04.1 ProcVersionSignature: Ubuntu 4.15.0-1073.78-raspi2 4.15.18 Uname: Linux 4.15.0-1073-raspi2 aarch64 ApportVersion: 2.20.11-0ubunt

[Bug 1887544] Re: upgrade from 18.04 to 20.04 fails to calculate if python-dbg is installed

2020-10-11 Thread Michał Margula
Hi Brian, Thank you for the -p switch. Unfortunately upgrade still fails for me. With the same error I posted in bug #1898109. I attached current log files form do-release-upgrade. ** Attachment added: "apt.log" https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1887544/+a

[Bug 1887544] Re: upgrade from 18.04 to 20.04 fails to calculate if python-dbg is installed

2020-10-11 Thread Michał Margula
** Attachment added: "main.log" https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1887544/+attachment/5421012/+files/main.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1887

[Bug 1887544] Re: upgrade from 18.04 to 20.04 fails to calculate if python-dbg is installed

2020-10-11 Thread Michał Margula
** Attachment added: "screenlog.0" https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1887544/+attachment/5421013/+files/screenlog.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 1887544] Re: upgrade from 18.04 to 20.04 fails to calculate if python-dbg is installed

2020-10-09 Thread Michał Margula
Hi, Would you be able to provide similar package to bionic-proposal? Current version there is 18.04.39 and it does not fix this issue. I just checked. Kind regards, Michał -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1574568] Re: Missing dual monitor support

2020-10-08 Thread Michał Sawicz
** Changed in: canonical-devices-system-image Assignee: Michał Sawicz (saviq) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574568 Title: Missing dual monitor support

[Bug 1898109] [NEW] Unable to upgrade to Ubuntu 20.04.1 - package mutter

2020-10-01 Thread Michał Margula
Public bug reported: I am unable to upgrade to Ubuntu 20.04.1. I cleaned up all PPAs (get rid of them completely) and removed all packages that were marked as "installed,local". I still get error: Investigating (8) gsettings-desktop-schemas:amd64 < 3.28.0-1ubuntu1 -> 3.36.0-1ubuntu1 @ii umU Ib >

[Bug 1897610] Re: Wrong executable name in description

2020-09-30 Thread Michał Lüth
** Description changed: * lsb_release -rd: Description:Ubuntu 20.04.1 LTS Release:20.04 * apt-cache policy bat: bat:   Installed: 0.12.1-1build1   Candidate: 0.12.1-1build1   Version table:  *** 0.12.1-1build1 500 500 http://nova.clouds.archive.ubun

[Bug 1897610] [NEW] Wrong executable name in description

2020-09-28 Thread Michał Lüth
Public bug reported: * lsb_release -rd: Description:Ubuntu 20.04.1 LTS Release:20.04 * apt-cache policy bat: bat:   Installed: 0.12.1-1build1   Candidate: 0.12.1-1build1   Version table:  *** 0.12.1-1build1 500 500 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe

[Bug 1873809] Re: Make linux-kvm bootable in LXD VMs

2020-08-24 Thread Michał Sawicz
Hey all, will we get backports of this to previous releases? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1873809 Title: Make linux-kvm bootable in LXD VMs To manage notifications about this bug g

[Bug 1886214] Re: zsys package post-installation failed when boot pool is not imported

2020-07-30 Thread Michał Sawicz
FWIW whenever this happened to me, `/boot` was not empty, so ZFS refused to mount it. Not sure if there's a way, or if it's advisable, to force it to mount over non-empty… -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 1886154] [NEW] package zsys 0.4.6 failed to install/upgrade: installed zsys package post-installation script subprocess returned error exit status 1

2020-07-03 Thread Michał Sawicz
Public bug reported: Tried to `dist-upgrade` and can't get `zsys` to get past the postinst script, there's also no helpful information that I can see anywhere in the logs. ProblemType: Package DistroRelease: Ubuntu 20.04 Package: zsys 0.4.6 ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30

[Bug 1883080] [NEW] [juju 2.7.6] juju broken actions

2020-06-11 Thread Michał Ajduk
Public bug reported: Versions: $ juju version 2.7.6-bionic-amd64 With new juju 2.7.6 stable actions stopped working for multiple charms. Example: $ juju run -u graylog/0 show-admin-password /tmp/juju-exec266017833/script.sh: line 1: show-admin-password: command not found $ juju actions ceph-os

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-05-29 Thread Michał Derlatka
After removing "quiet splash" it works both on 5.6.11 and 5.4.0.33 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1874194 Title: Ubuntu 20.04 HDMI connected, no boot To manage notifications about th

[Bug 1880419] Re: yaml-cpp-config.cmake has incorrect path to yaml-cpp include directory

2020-05-28 Thread Michał Sawicz
** Changed in: yaml-cpp (Ubuntu) Assignee: (unassigned) => Chris Halse Rogers (raof) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1880419 Title: yaml-cpp-config.cmake has incorrect path to yam

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-05-26 Thread Michał Derlatka
I have installed kernel 5.6.11 and problem was gone for a few boots. Now, it's back. It's hanging on splash screen. Also tried 5.6.14 - the same problem. I have Dell 5480 with nvidia. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 1874868] [NEW] package libc6 2.27-3ubuntu1 failed to install/upgrade: new libc6:amd64 package pre-installation script subprocess returned error exit status 1

2020-04-24 Thread Michał Fita
Public bug reported: During upgrade I been asked to manually stop postgresql, and I decided to pause the process to do that, but pausing failed. ProblemType: Package DistroRelease: Ubuntu 18.04 Package: libc6 2.27-3ubuntu1 ProcVersionSignature: Ubuntu 4.15.0-96.97-generic 4.15.18 Uname: Linux 4.1

[Bug 1870055] Re: capnproto ftbfs in focal on s390x

2020-04-02 Thread Michał Sawicz
Filed in Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955544 ** Bug watch added: Debian Bug tracker #955544 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955544 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 1870055] Re: capnproto ftbfs in focal on s390x

2020-04-01 Thread Michał Sawicz
Fixed package uploaded to https://launchpad.net/~saviq/+archive/ubuntu/ppa/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1870055 Title: capnproto ftbfs in focal on s390x To manage notifications ab

[Bug 1870055] Re: capnproto ftbfs in focal on s390x

2020-04-01 Thread Michał Sawicz
** Changed in: capnproto (Ubuntu) Status: Confirmed => In Progress ** Changed in: capnproto (Ubuntu) Assignee: (unassigned) => Michał Sawicz (saviq) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1870055] Re: capnproto ftbfs in focal on s390x

2020-04-01 Thread Michał Sawicz
Filed an upstream issue. ** Bug watch added: github.com/capnproto/capnproto/issues #962 https://github.com/capnproto/capnproto/issues/962 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1870055 Titl

[Bug 1870055] Re: capnproto ftbfs in focal on s390x

2020-04-01 Thread Michał Sawicz
https://github.com/capnproto/capnproto/issues/962 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1870055 Title: capnproto ftbfs in focal on s390x To manage notifications about this bug go to: https:

[Bug 1870055] Re: capnproto ftbfs in focal on s390x

2020-04-01 Thread Michał Sawicz
I managed to reproduce this, but have no real solution just yet… The error is quite unhelpful: $ ./capnp convert json:binary src/capnp/compiler/../compat/json-test.capnp TestJsonAnnotations -Isrc/capnp/compiler/../.. < ./src/capnp/testdata/annotated.json /root/capnproto-0.7.0/.libs/capnp conve

[Bug 1865221] Re: Workspace switcher scaling up and down depending on the number of active workspaces

2020-03-30 Thread Michał Sawicz
I can confirm this is fixed now. $ apt policy gnome-shell gnome-shell: Installed: 3.36.0-2ubuntu1 Candidate: 3.36.0-2ubuntu1 Version table: *** 3.36.0-2ubuntu1 500 500 http://pl.archive.ubuntu.com/ubuntu focal/main amd64 Packages 100 /var/lib/dpkg/status ** Changed in: gnom

[Bug 1867508] Re: package libc6:amd64 2.31-0ubuntu6 failed to install/upgrade: libc6:amd64 post-installation script returned 127

2020-03-15 Thread Michał Sawicz
*** This bug is a duplicate of bug 1867431 *** https://bugs.launchpad.net/bugs/1867431 ** This bug has been marked a duplicate of bug 1867431 ERROR got an error from dpkg for pkg: 'libc6' -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1867508] [NEW] package libc6:amd64 2.31-0ubuntu6 failed to install/upgrade: libc6:amd64 post-installation script returned 127

2020-03-15 Thread Michał Sawicz
Public bug reported: I just tried a `dist-upgrade` and my system went unusable with `libcrypto.so.1` being unavailable. To recover, I needed to boot from another system, chroot and dist- upgrade, as I couldn't use `sudo` or any other way to log in to the system or elevate privileges. The tail of

[Bug 1865222] Re: windows disappearing unless in Activities view

2020-03-02 Thread Michał Sawicz
d'oh… ** Bug watch added: gitlab.gnome.org/GNOME/gnome-shell/issues #2297 https://gitlab.gnome.org/GNOME/gnome-shell/issues/2297 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1865222 Title: wind

[Bug 1865222] Re: windows disappearing unless in Activities view

2020-03-02 Thread Michał Sawicz
https://gitlab.gnome.org/GNOME/gnome-shell/issues/2297 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1865222 Title: windows disappearing unless in Activities view To manage notifications about this

[Bug 1865222] Re: windows disappearing unless in Activities view

2020-03-02 Thread Michał Sawicz
@Daniel is it not what you just filed? https://gitlab.gnome.org/GNOME/gnome-shell/issues/2295 ** Bug watch added: gitlab.gnome.org/GNOME/gnome-shell/issues #2295 https://gitlab.gnome.org/GNOME/gnome-shell/issues/2295 -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 1865222] [NEW] windows disappearing unless in Activities view

2020-02-28 Thread Michał Sawicz
Public bug reported: It's happened to me twice after a recent update that I couldn't reach a window, even though it was visible in the Activities view and listed on the launcher. The windows seemed to take focus, but couldn't be seen. Alt+Tab switching didn't help either. ProblemType: Bug Distro

[Bug 1865221] Re: Worskpace switcher scaling up and down depending on the number of active workspaces

2020-02-28 Thread Michał Sawicz
** Attachment added: "photo_2020-02-28_21-59-21.jpg" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1865221/+attachment/5332059/+files/photo_2020-02-28_21-59-21.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:

[Bug 1865221] [NEW] Worskpace switcher scaling up and down depending on the number of active workspaces

2020-02-28 Thread Michał Sawicz
Public bug reported: Between 2 and 4 active workspaces, the switcher is scaled down and up, playing tricks with my eyes ;P See the attached screenshots. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: gnome-shell 3.34.3-1ubuntu1 ProcVersionSignature: Ubuntu 5.4.0-14.17-generic 5.4.18 Uname

[Bug 1808626] Re: Triple buffer flickering and weird display updating

2020-02-27 Thread Michał Skrzypczak
Any other workarounds? For me adding video=VGA-1:e helped only for limited time: after the computer got into sleep mode and woke up again, the flickering problem was back. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 1860512] Re: Suspend unreliable (possibly FUSE related)

2020-02-19 Thread Michał Sawicz
tracker-extract on Ubuntu is probably what is keeping it busy here, as I get it crashing from time to time when I mess about with the mountpoint (like unmount to get it to suspend). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1860512] ProcInterrupts.txt

2020-02-15 Thread Michał Sawicz
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1860512/+attachment/5328401/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/186

[Bug 1860512] ProcModules.txt

2020-02-15 Thread Michał Sawicz
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1860512/+attachment/5328402/+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/1860512

[Bug 1860512] UdevDb.txt

2020-02-15 Thread Michał Sawicz
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1860512/+attachment/5328405/+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/1860512 Title: Su

[Bug 1860512] ProcCpuinfoMinimal.txt

2020-02-15 Thread Michał Sawicz
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1860512/+attachment/5328400/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1860512] PulseList.txt

2020-02-15 Thread Michał Sawicz
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1860512/+attachment/5328403/+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/1860512 Titl

[Bug 1860512] WifiSyslog.txt

2020-02-15 Thread Michał Sawicz
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1860512/+attachment/5328406/+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/1860512 Ti

  1   2   3   4   5   6   7   8   9   10   >