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

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

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

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

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

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

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

[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! update-rc

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

[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. https://bugs.laun

[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 linux-hwe-5.

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

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

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

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

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

[Touch-packages] [Bug 1878194] Re: [Sennheiser HD 4.50 BTNC] Bluetooth headset not working when selecting HSP/HFP audio profile in Focal Fossa

2020-08-12 Thread Mikko Pohja
*** This bug is a duplicate of bug 1871794 *** https://bugs.launchpad.net/bugs/1871794 Same issue here with Bose QC35 II and Thinkpad X1 Extreme (2nd gen). Audio profile works just fine, but headset does not play any sound and the microphone does not get any input. It was like this already in

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

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

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

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

[Touch-packages] [Bug 1870427] Re: package smartmontools 7.1-1build1 failed to install/upgrade: conffile difference visualizer subprocess returned error exit status 127

2020-04-24 Thread Mikko
Same issue occurred here during 19.10 -> 20.04 upgrade. Configuration file '/etc/default/smartmontools' ==> Modified (by you or by a script) since installation. ==> Package distributor has shipped an updated version. What would you like to do about it ? Your options are: Y or I : instal

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

[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: 75(f

[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 /usr/share/glib-2.0/schemas/1

[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 (x-gvfs

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

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

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

[Touch-packages] [Bug 1804478] [NEW] netplan dhcp interface with no default route causes causes systemd-networkd-wait-online to hang

2018-11-21 Thread Mikko Korkalo
Public bug reported: root cause in systemd bug: https://github.com/systemd/systemd/issues/3752 Environment: Ubuntu 18.04 LTS amd64 systemd package version 237-3ubuntu10.9 How to trigger: 1. add netplan interface with dhcpv4 client enabled: enp0s8: addresses: [] dh

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

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

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

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

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

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

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

[Touch-packages] [Bug 1701068] Re: motd is advertising HBO's Silicon Valley

2017-06-29 Thread Mikko Tanner
I strongly agree with @andrewsomething here. Advertising has absolutely no place in motd. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to base-files in Ubuntu. https://bugs.launchpad.net/bugs/1701068 Title: motd is advertis

[Touch-packages] [Bug 1589401] Re: cannot view wifi networks after re-enabling wifi

2016-07-25 Thread Mikko Pesari
The problem still persists with network-manager-gnome 1.2.2 after all. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1589401 Title: cannot view wifi networks afte

[Touch-packages] [Bug 1589401] Re: cannot view wifi networks after re-enabling wifi

2016-07-22 Thread Mikko Pesari
I installed network-manager-gnome version 1.2.2 available in yakkety. After preliminary testing (a couple of suspend cycles) it seems to have fixed the problem! You can download binaries from https://launchpad.net/ubuntu/yakkety/+source/network-manager-applet or build it on xenial like this: # ap

[Touch-packages] [Bug 1589401] Re: cannot view wifi networks after re-enabling wifi

2016-07-14 Thread Mikko Pesari
network-manager{,-gnome} both 1.2.0-0ubuntu0.16.04.3, problem still persists. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1589401 Title: cannot view wifi networ

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

2016-06-15 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 avail

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

2016-06-14 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-14 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 un

[Touch-packages] [Bug 1451728] Re: [master] kde-config-telepathy-accounts package install error

2016-05-04 Thread Mikko Pesari
Hi! Some conflicts still remain in the /etc/signon-ui/webkit-options.d directory. Comment #59 has a fix proposal though. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libaccounts-glib in Ubuntu. https://bugs.launchpad.net/bu

[Touch-packages] [Bug 1451728] Re: [master] kde-config-telepathy-accounts package install error

2016-04-29 Thread Mikko Pesari
Indeed, the patches are not applied. Also, the patch upstream_allow_install_other_providers.patch does not apply since the target file differs from what the patch provider used. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1564951] Re: systemd-timesyncd: Failed to call clock_adjtime(): Invalid argument

2016-04-05 Thread Mikko Pesari
Whoops, 4.4.0-17 is still in -proposed :) Better file a bug against it then... -- 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/1564951 Title: systemd-timesyncd: Failed to c

[Touch-packages] [Bug 1564951] Re: systemd-timesyncd: Failed to call clock_adjtime(): Invalid argument

2016-04-05 Thread Mikko Pesari
This seems to be a kernel issue. On my both laptops, with the current 4.4.0-17 kernel systemd-timesyncd fails to adjust time or does it only once, which is interesting. With the previous kernel 4.4.0-16 it works just fine. -- You received this bug notification because you are a member of Ubuntu T

[Touch-packages] [Bug 1564951] Re: systemd-timesyncd: Failed to call clock_adjtime(): Invalid argument

2016-04-05 Thread Mikko Pesari
Unable to synchronize time on two different laptops. Works in a VMware Fusion virtual machine. -- 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/1564951 Title: systemd-timesy

[Touch-packages] [Bug 1553147] Re: xenial preseed cannot set keyboard layout

2016-04-05 Thread Mikko Pesari
Works for me now. I have this in the installer parameters: keymap=fi console-setup/ask_detect=false -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to console-setup in Ubuntu. https://bugs.launchpad.net/bugs/1553147 Title: xe

[Touch-packages] [Bug 1553147] Re: xenial preseed cannot set keyboard layout

2016-03-04 Thread Mikko Pesari
Sorry, I'm unable to verify or test for a week, but IIRC setting it as parameter (or using the alias keymap=fi) did actually change the layout in the installer console. However the changes were not saved in the target system in /etc/default/keyboard as XKBLAYOUT="fi". I also tried setting these it

[Touch-packages] [Bug 1267059] Re: "Unattended-Upgrade::Remove-Unused-Dependencies" does not work

2016-03-04 Thread Mikko Pesari
Happens on Trusty and Xenial too. There are a few bug reports about it marking kernels as manually installed. They may be related. Here's a test case anyway: Normal run: # apt-get install lolcat # apt-mark showmanual lolcat lolcat # apt-mark auto lolcat lolcat set to automatically installed. # un

[Touch-packages] [Bug 1267059] Re: "Unattended-Upgrade::Remove-Unused-Dependencies" does not work

2016-03-04 Thread Mikko Pesari
I tested on Precise. When running with --dry-run, unattended-upgrade marks the autoremovable packages as manually installed. This prevents them from being removed when running without --dry-run afterwards. Check "apt-mark showmanual". -- You received this bug notification because you are a member

[Touch-packages] [Bug 1267059] Re: "Unattended-Upgrade::Remove-Unused-Dependencies" does not work

2015-11-14 Thread Mikko Pesari
For what it's worth; I've worked around this by installing the version from wily on some trusty machines. So far so good. The machines upgrade daily and old kernels and their headers are removed. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 874505] Re: Native Multistrap oneiric chroots have an error configuring base-files

2015-03-16 Thread Mikko Rapeli
This is still affecting precise. Any plans to backport a fix? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to base-files in Ubuntu. https://bugs.launchpad.net/bugs/874505 Title: Native Multistrap oneiric chroots have an err

[Touch-packages] [Bug 445333] Re: remember password on printing to windows printers does not work

2015-03-13 Thread Mikko Pesari
Works perfectly for me. With an empty keychain, Firefox prompts for credentials and saves them in the keychain, and printing just works. Gedit (GTK3 application) is then able to use the same credentials, although they are a bit different from what GTK3 saves to the keychain. -- You received this

Re: [Touch-packages] [Bug 1198283] Re: Huawei E3276 will not recognized correctly

2015-01-04 Thread Mikko Majuri
(99 days ago) > InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary > 20130106-02:29 > MarkForUpload: True > ProcEnviron: >TERM=xterm >PATH=(custom, no user) >XDG_RUNTIME_DIR= >LANG=en_US.UTF-8 >SHELL=/bin/bash > S

[Touch-packages] [Bug 1389798] Re: Using Bluetooth PAN leaves broken resolv.conf

2014-11-07 Thread Mikko Rauhala
Okay, so now I verified that the nameserver was added to resolv.conf. Then I rechecked before disconnecting and noted that the extra resolv.conf entry had disappeared (without changes to network configuration in the meanwhile). nm-tool reported the correct nameserver address still, and it seemed to

[Touch-packages] [Bug 1389798] [NEW] Using Bluetooth PAN leaves broken resolv.conf

2014-11-05 Thread Mikko Rauhala
Public bug reported: Having paired an Android phone, the network manager menu in Unity displays the "GT-I9300 Network" appropriately and I can tether over the phone's mobile broadband just fine. However, the PAN's nameserver setting is put directly into /etc/resolv.conf (instead of doing the dnsm

[Touch-packages] [Bug 1350357] Re: Support disabling of user switching per seat

2014-09-18 Thread Mikko Pesari
That is the Trusty version from ubuntu-desktop PPA, all updates are installed. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/1350357 Title: Support disabling of user swit

[Touch-packages] [Bug 1350357] Re: Support disabling of user switching per seat

2014-09-18 Thread Mikko Pesari
Using lightdm 1.10.2, I tested setting allow-user-switching to false. Now, every time I log out of a Unity session I get the "The system is running in low-graphics mode" window. None of the options really help - I have to "start lightdm" from console to get to the greeter. -- You received this bu

[Touch-packages] [Bug 1298021] Re: Google Chrome (not chromium) won't start in guest session

2014-08-27 Thread Mikko Rauhala
Confirmed that the bug exists once more. Martyn's fix works. Could that be packaged, perhaps? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/1298021 Title: Google Chrome (

[Touch-packages] [Bug 1360102] [NEW] Unity device blacklist nonfunctional

2014-08-22 Thread Mikko Rauhala
Public bug reported: Installing 14.04 in a classroom dual-boot environment, Unity shows icons for the Windows partitions on the launcher, nonfunctional since they require root to mount. Such extraneous icons only serve to confuse the user. Googling, I found out about the com.canonical.Unity.Devic