[Touch-packages] [Bug 2058162] [NEW] regression: "pacmd dump" reports incorrect status for muted microphone

2024-03-17 Thread Mikko Rantalainen
Public bug reported: pacmd dump | grep mute The "set-source-mute" for my mic should say "no" when my mic is not muted but it always says "yes" nowadays. This used to work earlier. Broken version: $ apt policy pulseaudio-utils pulseaudio-utils: Installed: 1:15.99.1+dfsg1-1ubuntu2.1

[Touch-packages] [Bug 2049019] [NEW] RFE: also show processes witing for IO (status "D") as running (highlight y)

2024-01-11 Thread Mikko Rantalainen
Public bug reported: Currently when I run top and use key "y" to enable highlighting for running task, only tasks with status "R" are highlighted. However, as many modern processes are IO limited instead of CPU limited, it would make sense to highlight both CPU limited and IO limited processes

[Touch-packages] [Bug 1727908] Re: Software & Updates application does not permit changes on the "Other Software" tab

2023-09-26 Thread Mikko Rantalainen
I was hit this bug and it turned out that for me the best fix was to start /usr/lib/x86_64-linux-gnu/polkit-mate/polkit-mate-authentication- agent-1 before using the software-properties-gtk application. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 2027674] [NEW] apt dist-upgrade shows crap messages (really poor user experience)

2023-07-13 Thread Mikko Rantalainen
Public bug reported: I executed following in terminal $ sudo apt update && sudo apt dist-upgrade and received following mess: Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done Get more security updates through

[Touch-packages] [Bug 1989957] [NEW] `man ip-address` fails to document subcommands "change" and "replace"

2022-09-16 Thread Mikko Rantalainen
Public bug reported: $ man ip-address ... SYNOPSIS ... ip address { add | change | replace } ... However, the subcommands "change" and "replace" are not documented anywhere. As these may be used in scripts, there should be clear definition of these features or nobody can know if a script using

[Touch-packages] [Bug 1988774] [NEW] timeout hangs when combined with sudo and watch

2022-09-05 Thread Mikko Rantalainen
Public bug reported: Command $ timeout 15s watch -d date --iso=ns works as expected and shows clock going forward for 15 seconds and then stops. However, command $ sudo timeout 15s watch -d date --iso=ns hangs forever. I'm not sure if this is a bug in sudo, timeout or watch but I'm reporting

[Touch-packages] [Bug 1978943] [NEW] tc qdisc cake fails on Ubuntu 18.04 LTS

2022-06-16 Thread Mikko Rantalainen
Public bug reported: I'm running Ubuntu 18.04 LTS with latest lowlatency kernel. In practice I've installed package linux-lowlatency-hwe-18.04-edge which has resulted packages linux-image-5.4.0-117-lowlatency and linux- modules-5.4.0-117-lowlatency to be installed right now. $ dpkg -L

[Touch-packages] [Bug 1971895] Re: Warning messages from stat printed on installation with no user crontabs

2022-05-08 Thread Mikko Rantalainen
Confirming this on Ubuntu 18.04.6 LTS while installing updates: Setting up cron (3.0pl1-128.1ubuntu1.1) ... stat: cannot stat '*': No such file or directory stat: cannot stat '*': No such file or directory stat: cannot stat '*': No such file or directory Warning: * is not a regular file!

[Touch-packages] [Bug 1969118] Re: Certificate viewer shows extra bytes for RSA keys

2022-04-22 Thread Mikko Rantalainen
OK, I agree that this is not a security problem but UI issue only. However, note that the UI says "Public key" and before that "Key algorithm: RSA". As such, the public key should not have any extra bytes at the start or at the end, just the public RSA 2048 bit key as is (as desribed by "Key

[Touch-packages] [Bug 591823] Re: "File descriptor \d+ (\S+) leaked on lvs invocation."

2021-06-23 Thread Mikko Rantalainen
I would guess some files are left open when grub_util_pull_lvm_by_command() calls grub_util_exec_pipe() in grub2 /grub-core/osdep/unix/getroot.c -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lvm2 in Ubuntu.

[Touch-packages] [Bug 591823] Re: "File descriptor \d+ (\S+) leaked on lvs invocation."

2021-06-23 Thread Mikko Rantalainen
I got this same warning: $ sudo apt autoremove Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED linux-headers-5.4.0-66-lowlatency linux-headers-5.4.0-73-lowlatency linux-hwe-5.4-headers-5.4.0-66

[Touch-packages] [Bug 1914029] [NEW] pulseaudio startup script should not blindly force audible bell

2021-02-01 Thread Mikko Rantalainen
Public bug reported: File /usr/bin/start-pulseaudio-x11 ALWAYS loads module module-x11-bell and uploads audio sample for Pulseaudio if the file /usr/share/sounds/ubuntu/stereo/bell.ogg EXISTS in the filesystem. I have configured only visual bell for everything and therefore any part of the

[Touch-packages] [Bug 1903449] [NEW] accountsservice displays "Libvirt Qemu"

2020-11-08 Thread Mikko Rantalainen
Public bug reported: Installing libvirt-manager results in account libvirt-qemu being created. This user has config in /etc/passwd like follows: libvirt-qemu:x:64055:125:Libvirt Qemu,,,:/var/lib/libvirt:/usr/sbin/nologin The "nologin" should be pretty clear signal that this account is not

[Touch-packages] [Bug 1896251] Re: rsync --delete-missing-args fails with "error: protocol incompatibility"

2020-09-18 Thread Mikko Rantalainen
Minimal test case (run in empty directory): mkdir -p a/1 b/1; echo "/1/2/3" > list; rsync --delete-missing-args --files-from=list a b Example output: file has vanished: ".../rsync-bug/a/1/2" ABORTING due to invalid path from sender: 1/2/3 rsync error: protocol incompatibility (code 2) at

[Touch-packages] [Bug 1896251] Re: rsync --delete-missing-args fails with "error: protocol incompatibility"

2020-09-18 Thread Mikko Rantalainen
I forgot to mention that according to https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=863334 this issue does not exist in version 3.1.1-3. That should help pinpointing the actual problem if you want to backport the fix instead of upgrading the whole rsync package to latest version. -- You

[Touch-packages] [Bug 1896251] [NEW] rsync --delete-missing-args fails with "error: protocol incompatibility"

2020-09-18 Thread Mikko Rantalainen
Public bug reported: Running rsync --delete-missing-args --files-from=... fails with error message like ABORTING due to invalid path from sender: dir1/dir2/dir3 rsync error: protocol incompatibility (code 2) at generator.c(1271) [generator=3.1.2] if the listed directories are trying to

[Touch-packages] [Bug 1886163] Re: systemd-resolved emits totally useless warning

2020-07-03 Thread Mikko Rantalainen
Maybe related: bug 1785383 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1886163 Title: systemd-resolved emits totally useless warning Status in systemd package in

[Touch-packages] [Bug 1886163] Re: systemd-resolved emits totally useless warning

2020-07-03 Thread Mikko Rantalainen
Maybe related: bug 1796501 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1886163 Title: systemd-resolved emits totally useless warning Status in systemd package in

[Touch-packages] [Bug 1886163] [NEW] systemd-resolved emits totally useless warning

2020-07-03 Thread Mikko Rantalainen
Public bug reported: With systemd-resolved taking care of resolving DNS requests, it will emit following warning message when domain fails to resolve: Jul 02 07:19:22 balancer1 systemd-resolved[1269]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying

[Touch-packages] [Bug 1877571] [NEW] bash is missing feature to use keyword if identically named alias exists

2020-05-08 Thread Mikko Rantalainen
Public bug reported: If following command is run (sleep 1 & sleep 1 & time wait); date bash is supposed to run two commands in parallel, wait for both to complete and the run third command. However, if current environment has following alias configured alias time='/usr/bin/time -v'

[Touch-packages] [Bug 861642] Re: upowerd uses 100% cpu till killed

2019-12-17 Thread Mikko Rantalainen
Any updates? The diagnosis in comment #10 seems to make sense. This has been a problem since 2011 and I still see the same issue on Ubuntu 16.04 LTS with latests patches. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to upower

[Touch-packages] [Bug 1834994] Re: rsync: --xattrs is extremely slow

2019-07-02 Thread Mikko Rantalainen
Note that this bug is NOT a duplicate of https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1524703 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsync in Ubuntu. https://bugs.launchpad.net/bugs/1834994 Title: rsync:

[Touch-packages] [Bug 1834994] [NEW] rsync: --xattrs is extremely slow

2019-07-02 Thread Mikko Rantalainen
Public bug reported: Ubuntu 16.04 LTS repositories contain only rsync version 3.1.1: $ apt policy rsync rsync: Installed: 3.1.1-3ubuntu1.2 Candidate: 3.1.1-3ubuntu1.2 Version table: *** 3.1.1-3ubuntu1.2 500 500 http://fi.archive.ubuntu.com/ubuntu xenial-updates/main amd64

[Touch-packages] [Bug 1810683] Re: Suspend does not work in the login screen

2019-06-30 Thread Mikko Rantalainen
Does anybody care about lightdm bugs? I'm still seeing this issue but I haven't found a way to debug it. Is there some environment variable or some other method that can make all g_debug() messages visible from lightdm? Currently no log seems to contain any of the g_debug() messages in the lightdm

[Touch-packages] [Bug 1834206] [NEW] fc-match -v reports rgba:1 instead of rgba:2 with BGR display

2019-06-25 Thread Mikko Rantalainen
Public bug reported: I have a BGR display so I really would like to have BGR subpixel rendering. I'm having major trouble getting fc-match to emit correct info. $ fc-match -v | grep -E 'rgba|lcdfilter|antialias|hintstyle|dpi' antialias: True(w) hintstyle: 2(i)(w) dpi:

[Touch-packages] [Bug 1759008] Re: Revert automatic suspend by default for bionic?

2019-06-14 Thread Mikko Rantalainen
Still broken with MATE desktop on Ubuntu 18.04.2 LTS. If I run mate- power-preferences and select ON AC Power - Put computer to sleep when inactive for: [never] the computer still automatically sleeps (enters S3) after 20 minutes. $ grep -C1 sleep-inactive-ac-timeout

[Touch-packages] [Bug 1691908] Re: fstab binds appear as mounts (x-gvfs-hide is being ignored)

2019-04-17 Thread Mikko Rantalainen
This bug is still relevant for Bionic. Any info about possible backport? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/1691908 Title: fstab binds appear as mounts

[Touch-packages] [Bug 1808133] Re: python3-apport emits a deprecation warning

2019-02-28 Thread Mikko Rantalainen
Could this be fixed for bionic, too? $ python3 -Wall -c '1/0' /usr/lib/python3/dist-packages/apport/report.py:13: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import fnmatch, glob, traceback, errno, sys, atexit,

[Touch-packages] [Bug 1811447] [NEW] update-initramfs generates wrong RESUME if no swap + zram

2019-01-11 Thread Mikko Rantalainen
Public bug reported: On a system with swap disabled (removed from /etc/fstab) and package zram-config installed update-initramfs -u will emit something like following: I: The initramfs will attempt to resume from /dev/zram1 I: (UUID=1d4b8573-7eee-43c9-a02a-10a65fc17b8a) I: Set the RESUME

[Touch-packages] [Bug 1810683] [NEW] Suspend does not work in the login screen

2019-01-06 Thread Mikko Rantalainen
Public bug reported: After booting the system and login screen is displayed top right gear- icon contains option to Suspend. However, selecting that action has no results at all (no error message, nothing in any file under /var/log or journalctl). I would like to get the suspend action to work

[Touch-packages] [Bug 1803353] Re: Display freezes (possible i915 freeze/hang)

2018-11-14 Thread Mikko Rantalainen
Extra information: sudo kill -9 via ssh connection did restore the display in working order without restarting the system so I'm pretty sure this is caused by some kind of hang caused by xorg process. Plain kill without -9 did not do anything, though. Perhaps this is caused by some race

[Touch-packages] [Bug 1803353] [NEW] Display freezes (possible i915 freeze/hang)

2018-11-14 Thread Mikko Rantalainen
Public bug reported: Xorg suddenly stops updating the display and CTRL+ALT+F1 does not work. The issue happens randomly and does not seem to be related to content being rendered. This time the display hang occurred while I was typing in gnome-terminal. I can successfully ssh into the system from

[Touch-packages] [Bug 1531622] Re: default config still using a legacy keyword: KLogPermitNonKernelFacility

2018-01-13 Thread Mikko Rantalainen
Is Ubuntu 16.04 missing this patch by any change? http://rsyslog-users.1305293.n2.nabble.com/PATCH-imklog-Fix-permitnonkernelfacility-not-working-tt7591305.html -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsyslog in

[Touch-packages] [Bug 1703987] Re: New style permitnonkernelfacility imklog option inside module() doesn't work

2018-01-13 Thread Mikko Rantalainen
Could this be backported to Ubuntu 16.04 LTS? It still only has 8.16.0-1ubuntu3. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsyslog in Ubuntu. https://bugs.launchpad.net/bugs/1703987 Title: New style

[Touch-packages] [Bug 997483] Re: VT_WAITACTIVE does not work well with a multiseat setup

2017-11-21 Thread Mikko Rantalainen
Should it be safe to install ligthdm package from zesty to xenial to test if it fixes the issue? (https://packages.ubuntu.com/zesty/lightdm version 1.22.0-0ubuntu2.1) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lightdm in

[Touch-packages] [Bug 997483] Re: VT_WAITACTIVE does not work well with a multiseat setup

2017-11-20 Thread Mikko Rantalainen
It seems to be that the problem occurs after this: ** (lightdm:1153): WARNING **: Error using VT_WAITACTIVE 7 on /dev/tty0: Interrupted system call (The console number depends on luck, of course.) I would guess that whatever code is emitting that error message is not handling the situation

[Touch-packages] [Bug 997483] Re: VT_WAITACTIVE does not work well with a multiseat setup

2017-11-20 Thread Mikko Rantalainen
Happening here, too, randomly after return from S3 (Ubuntu 16.04.3 LTS). $ uname -a Linux desktop 4.10.0-38-lowlatency #42~16.04.1-Ubuntu SMP PREEMPT Tue Oct 10 17:35:28 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux Using integrated intel graphics on i5-3570K. -- You received this bug notification

[Touch-packages] [Bug 1727291] Re: fonts-droid-fallback is missing "Provides: fonts-droid"

2017-10-25 Thread Mikko Rantalainen
See also: https://bugs.launchpad.net/ubuntu/+source/fonts- android/+bug/1536547 ** Attachment removed: "JournalErrors.txt" https://bugs.launchpad.net/ubuntu/+source/fonts-android/+bug/1727291/+attachment/4994138/+files/JournalErrors.txt ** Attachment removed: "ProcCpuinfoMinimal.txt"

[Touch-packages] [Bug 1727291] [NEW] fonts-droid-fallback is missing "Provides: fonts-droid"

2017-10-25 Thread Mikko Rantalainen
Public bug reported: 16.04 LTS has renamed package "fonts-droid" as "fonts-droid-fallback" and the new package Breaks the old package. However, the new package is missing "Provides: fonts-droid" which would allow existing scripts and 3rd party packages with dependency to "fonts-droid" to

[Touch-packages] [Bug 876279] Re: Upowerd excessive CPU usage

2016-06-16 Thread Mikko Rantalainen
I found a workaround for Ubuntu 16.04 LTS: (1) Open "Network connections" ("nm-connection-editor" from command line) (2) Try to figure out which "Ethernet" connection is iPad (3) Select the iPad and click "Edit" (4) On "General" tab, uncheck "Automatically connect to this network when it is

[Touch-packages] [Bug 861642] Re: upowerd uses 100% cpu till killed

2016-06-15 Thread Mikko Rantalainen
Duplicate bug 876279 ? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to upower in Ubuntu. https://bugs.launchpad.net/bugs/861642 Title: upowerd uses 100% cpu till killed Status in upower package in Ubuntu: Confirmed Bug

[Touch-packages] [Bug 876279] Re: Upowerd excessive CPU usage

2016-06-15 Thread Mikko Rantalainen
After upgrading from Ubuntu 14.04 LTS to 16.04 LTS (xenial) I'm affected by this bug, too. If I connect an Apple iPad Mini using USB cable (with the intent to charge the tablet only) I get excessive CPU usage. Process /usr/lib/upower/upowerd owned by root seems to be doing nothing but eating CPU