[Bug 2118854] [NEW] Error creating controller: No such secret collection at path

2025-07-27 Thread Michał Sawicz
Public bug reported: Can't start on a new installation of Edubuntu 25.04: ``` $ geary *[wrn] 18:17:57.0077 geary:application-client.vala:982: Error creating controller: No such secret collection at path: /org/freedesktop/secrets/collection/login ``` ProblemType: Bug DistroRelease: Ubuntu 25.0

[Bug 2106501] Re: zsysd failing to start: panic: runtime error: index out of range [40] with length 37

2025-07-18 Thread Michał Sawicz
Hi Randall, Thanks for looking at this! Wherever the fix, it's best to propose it upstream (and yes the above is zsys's upstream), we can then bring that as a distro-patch to Ubuntu. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 2114151] Re: Vulkan broken on Pi @ Ubuntu Core 24 with Mesa 24.2.8

2025-06-12 Thread Michał Sawicz
FWIW I'm OK if this becomes a Won't Fix. Mostly just want a record of that decision being taken. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2114151 Title: Vulkan broken on Pi @ Ubuntu Core 24 wit

[Bug 2114151] [NEW] Vulkan broken on Pi @ Ubuntu Core 24 with Mesa 24.2.8

2025-06-12 Thread Michał Sawicz
Public bug reported: Easiest to reproduce with https://snapcraft.io/graphics-test-tools and https://snapcraft.io/checkbox-mir running [`checkbox- mir.graphics`](https://canonical-mir.readthedocs-hosted.com/stable/how- to/how-to-use-checkbox-mir/#launchers). ``` ERROR: [../src/broadcom/vulkan/v3dv

[Bug 2106492] Re: ZFS hung in zfs_log_*

2025-04-10 Thread Michał Sawicz
*** This bug is a duplicate of bug 2089324 *** https://bugs.launchpad.net/bugs/2089324 > hope you weren't running it when doing the release upgrade No, this was from a live image that I used to recover. ** This bug has been marked a duplicate of bug 2089324 memcpy: detected field-spanning

[Bug 2106501] [NEW] zsysd failing to start: panic: runtime error: index out of range [40] with length 37

2025-04-08 Thread Michał Sawicz
Public bug reported: This might've been caused by me clearing up a bunch of snapshots manually, when having upgraded to Plucky my system went haywire (bug#2106492). Still, zsysd should start up, shouldn't it… ProblemType: Bug DistroRelease: Ubuntu 25.04 Package: zsys 0.5.11.3build4 ProcVersionSi

[Bug 2106492] [NEW] ZFS hung in zfs_log_*

2025-04-08 Thread Michał Sawicz
Public bug reported: Trying to upgrade from oracular to plucky on zfs root, ended up in an unhappy place: ``` $ sudo dmesg | grep RIP [3.457744] ISO 9660 Extensions: RRIP_1991A [ 13.044222] ISO 9660 Extensions: RRIP_1991A [ 536.010520] RIP: 0010:zfs_log_remove+0x138/0x150 [zfs] [ 536.0125

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

2025-03-25 Thread Michał Sawicz
FWIW we only get this issue on arm64 now, e.g.: https://launchpad.net/~mir-team/+archive/ubuntu/rc/+build/30514200 ``` /usr/bin/ld: ../libmir-test-assist.a(mmap_wrapper.cpp.o): in function `std::literals::string_literals::operator"" s[abi:cxx11](char const*, unsigned long)': /usr/include/c++/14

[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 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 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 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 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 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 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 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

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 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 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 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 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 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 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

[Bug 1860512] RfKill.txt

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

[Bug 1860512] Lsusb.txt

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

[Bug 1860512] Lsusb-v.txt

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

[Bug 1860512] ProcCpuinfo.txt

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

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

[Bug 1860512] AlsaInfo.txt

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

[Bug 1860512] CRDA.txt

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

[Bug 1860512] Lsusb-t.txt

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

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

2020-02-15 Thread Michał Sawicz
This came back with bug #1863411. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed ** Tags added: apport-collected staging ** Description changed: Since updating to Focal my laptop stopped suspending reliably. It will sit there either without display or with the desktop

[Bug 1860512] AudioDevicesInUse.txt

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

[Bug 1860512] Lspci.txt

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

[Bug 1860512] CurrentDmesg.txt

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

[Bug 1863411] Re: Suspend broken, tasks refuzing to freeze

2020-02-15 Thread Michał Sawicz
*** This bug is a duplicate of bug 1860512 *** https://bugs.launchpad.net/bugs/1860512 dmesg: [72058.342902] PM: suspend entry (deep) [72062.442159] Filesystems sync: 5.099 seconds [72062.448722] Freezing user space processes ... [72082.451003] Freezing of tasks failed after 20.002 seconds (1

[Bug 1389592] Re: [Dell Inc. XPS 12-9Q33] suspend/resume failure

2020-02-15 Thread Michał Sawicz
** Changed in: linux (Ubuntu) Status: Triaged => 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/1389592 Title: [Dell Inc. XPS 12-9Q33] suspend/resume failure To manage notificati

[Bug 1863411] [NEW] Suspend broken, tasks refuzing to freeze

2020-02-15 Thread Michał Sawicz
Public bug reported: My laptop stopped suspending recently. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: linux-image-5.4.0-14-generic 5.4.0-14.17 ProcVersionSignature: Ubuntu 5.4.0-14.17-generic 5.4.18 Uname: Linux 5.4.0-14-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcomm

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

2020-02-07 Thread Michał Sawicz
This was https://rclone.org/ - but I've not had this issue in a while. Will close for now. ** Changed in: linux (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 1860512] [NEW] Suspend unreliable (possibly FUSE related)

2020-01-21 Thread Michał Sawicz
Public bug reported: Since updating to Focal my laptop stopped suspending reliably. It will sit there either without display or with the desktop stuck for almost a minute before it goes back to work again. Looking at the kernel logs this seems to be related to a FUSE mount that I have running: s

[Bug 1860330] Re: After upgrading from Eoan to Focal, I receive the error: "A newer version of Thunderbird may have made changes to your profile which are no longer compatible with this older version.

2020-01-20 Thread Michał Sawicz
*** This bug is a duplicate of bug 1851936 *** https://bugs.launchpad.net/bugs/1851936 A little more details in bug #1851936, which was originally a Firefox problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 1851936] Re: User profile won't load after upgrade - prompt to create new profile

2020-01-20 Thread Michał Sawicz
The same seems to happen with Thunderbird: Przygotowywanie do rozpakowania pakietu .../608-thunderbird_1%3a68.4.1+build1-0ubuntu1_amd64.deb ... Rozpakowywanie pakietu thunderbird (1:68.4.1+build1-0ubuntu1) nad (1:68.4.1+build1-0ubuntu0.19.10.1) ... And then the dialog pops up. The compatibilit

[Bug 1850615] Re: gnome-shell hardlocks under load

2019-12-06 Thread Michał Sawicz
*** This bug is a duplicate of bug 1845302 *** https://bugs.launchpad.net/bugs/1845302 I've not seen this in a while indeed. Marking dupe, then :) ** This bug has been marked a duplicate of bug 1845302 cannot click on others opened applications while the "application not responding" dialo

[Bug 1853979] Re: Volume control defaults to HDMI even though switched to internal

2019-11-26 Thread Michał Sawicz
*** This bug is a duplicate of bug 1847570 *** https://bugs.launchpad.net/bugs/1847570 The workaround from #1847570 helps here, so I'll mark this a duplicate and reopen if it happens to be different after all. ** This bug has been marked a duplicate of bug 1847570 PulseAudio automatically

[Bug 1853979] Re: Volume control defaults to HDMI even though switched to internal

2019-11-26 Thread Michał Sawicz
*** This bug is a duplicate of bug 1847570 *** https://bugs.launchpad.net/bugs/1847570 And controlling via hardware buttons. (/me should really read/answer all the questions before pressing "Post…"). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1853979] Re: Volume control defaults to HDMI even though switched to internal

2019-11-26 Thread Michał Sawicz
*** This bug is a duplicate of bug 1847570 *** https://bugs.launchpad.net/bugs/1847570 I know it's controlling HDMI because it says so on the volume UI overlay when changing volume (and by the fact that nothing's happening to my internal speakers volume ;)). -- You received this bug notifica

[Bug 1853979] Re: Volume control defaults to HDMI even though switched to internal

2019-11-26 Thread Michał Sawicz
*** This bug is a duplicate of bug 1847570 *** https://bugs.launchpad.net/bugs/1847570 Hey Seb, Yes I mean that all sound does go out the internal speakers, but volume controls the HDMI sink (and the "Output device" is set to it). So yeah it's a but confusing. -- You received this bug notif

[Bug 1853979] [NEW] Volume control defaults to HDMI even though switched to internal

2019-11-26 Thread Michał Sawicz
Public bug reported: I've recently installed eoan and have this problem since: - I have an external display connected over DisplayPort - every boot / wakeup, both volume control and "Output device" switches to "HDMI / DisplayPort" - playback continues to work fine through internal speakers, but v

[Bug 1850615] Re: gnome-shell hardlocks under load

2019-11-20 Thread Michał Sawicz
I've had this happen a number of times again on a fresh 19.10 install, with no extra extensions enabled. It seems to happen when an app isn't responding for a handful of seconds and trying to switch between apps via Alt+Tab or between workspaces. A SIGSTOP would probably be enough to simulate the

[Bug 1850615] Re: gnome-shell hardlocks under load

2019-11-07 Thread Michał Sawicz
Here's a gdb log, it hung again with all extensions disabled, under heavier IO and load. ** Attachment added: "gdb.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1850615/+attachment/5303423/+files/gdb.txt -- You received this bug notification because you are a member of Ubun

[Bug 1850615] Re: gnome-shell hardlocks under load

2019-11-06 Thread Michał Sawicz
apport information ** Tags added: apport-collected ** Description changed: With the upgrade to eoan, my GNOME and Ubuntu sessions started locking up hard when under load (i.e. when I start my session and start a bunch of applications). I couldn't find anything special in gdb, whether

  1   2   3   4   5   6   7   8   9   10   >