[Touch-packages] [Bug 1515513] Re: /boot/initrd.img-*.old-dkms files left behind

2017-04-02 Thread Jarno Suni
Here is the code as a file to retain text formatting. ** Attachment added: "Shell code for removing the backup initrd file for given kernel" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1515513/+attachment/4852757/+files/remove_initrd_backup -- You received this bug notifi

[Touch-packages] [Bug 1515513] Re: /boot/initrd.img-*.old-dkms files left behind

2017-04-02 Thread Jarno Suni
Or update-initramfs could do more comprehensive deletion in its delete function: rm -f "${initramfs}" "${initramfs}".* instead of rm -f "${initramfs}" "${initramfs}.bak" -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initr

[Touch-packages] [Bug 1678187] Re: update-initramfs requires more space in /boot when removing a linux-image-extra package

2017-04-07 Thread Jarno Suni
** Also affects: dpkg (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1678187 Title: update-initramfs requires

[Touch-packages] [Bug 1678187] Re: dpkg fails to remove a linux-image-extra package, if /boot is about full

2017-04-07 Thread Jarno Suni
** Summary changed: - update-initramfs requires more space in /boot when removing a linux-image-extra package + dpkg fails to remove a linux-image-extra package, if /boot is about full -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subsc

[Touch-packages] [Bug 1515513] Re: /boot/initrd.img-*.old-dkms files left behind

2017-04-13 Thread Jarno Suni
Why not adding removing to both? That way update-initramfs would remove the extra ones even if dkms was uninstalled. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/15

[Touch-packages] [Bug 798414] Re: update-initramfs should produce a more helpful error when there isn't enough free space

2017-04-23 Thread Jarno Suni
I think check for enough space could be done in dpkg. It might be just hard to estimate what is enough space, since the required space for initrd.img files depends on whether linux-image-extra packages are used, whether dkms is used and whether backup initrd.img files are generated. Maybe some envi

[Touch-packages] [Bug 1678187] Re: dpkg fails to remove a linux-image-extra package, if /boot is about full

2017-04-24 Thread Jarno Suni
** Description changed: "dpkg --purge" calls /etc/kernel/postinst.d/initramfs-tools when purging/removing a linux-image-extra package. That calls "update- initramfs -c" which needs significant amount of additional disk space in /boot temporarily. But there is no space left, if /boot is ful

[Touch-packages] [Bug 1678187] Re: dpkg fails to remove a linux-image-extra package, if /boot is about full

2017-04-24 Thread Jarno Suni
What triggers a postinst script when removing a linux-image-extra package by dpkg? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1678187 Title: dpkg fails to remo

[Touch-packages] [Bug 1678187] Re: dpkg fails to remove a linux-image-extra package, if /boot is about full

2017-04-25 Thread Jarno Suni
dpkg may also fail to install a linux-image-extra package, because "update-initramfs -c" needs more space for initrd.img in /boot temporarily, even if the new initrd.img would fit when the old one has been removed. -- You received this bug notification because you are a member of Ubuntu Touch see

[Touch-packages] [Bug 1357093] Re: Kernels not autoremoving, causing out of space error on LVM or Encrypted installation or on any installation, when /boot partition gets full

2017-04-27 Thread Jarno Suni
Jackalux, oh I see you have found the popular one-liner script for kernel removing. It is too complicated for what it does and too simple for what it should possibly do. I have written a script to ease kernel removal: https://www.bountysource.com/issues/38300038-feature-request-the-command-should-

[Touch-packages] [Bug 798414] Re: update-initramfs should produce a more helpful error when there isn't enough free space

2017-03-19 Thread Jarno Suni
sfrahm, I do you mean Bug #1460396. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/798414 Title: update-initramfs should produce a more helpful error when there is

[Touch-packages] [Bug 798414] Re: update-initramfs should produce a more helpful error when there isn't enough free space

2017-03-22 Thread Jarno Suni
sfrahm, were you installing updates by Software Updater, when this happened? If so, you could report a bug by `ubuntu-bug update-manager` in terminal. Tell it is likely a regression; in 14.04 it does not let you start update, if there is not enough room for kernels (at least always), but displays a

[Touch-packages] [Bug 1675079] Re: 16.04 LTS Partition /boot fills up with Kernel images, gets underwear in a twist

2017-03-22 Thread Jarno Suni
Is this more than just a duplicate of Bug #1624644? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades in Ubuntu. https://bugs.launchpad.net/bugs/1675079 Title: 16.04 LTS Partition /boot fills up with Kerne

[Touch-packages] [Bug 1624644] Re: Unable to automatically remove packages that become unused in conjunction with updating by other software

2017-03-22 Thread Jarno Suni
A fix could be adding line Unattended-Upgrade::Remove-Unused-Dependencies "true"; in /etc/apt/apt.conf.d/50unattended-upgrades But does it remove too many packages? Why was Unattended-Upgrade::Remove-New-Unused-Dependencies "true"; setting ever added? -- You received this bug notification becaus

[Touch-packages] [Bug 1624644] Re: Unable to automatically remove packages that become unused in conjunction with updating by other software

2017-03-22 Thread Jarno Suni
Besides: If you do not want automatic updates, but just automatic removal of unnecessary software including kernels, you could have 'Download and install updates automatically' set, but edit /etc/apt/apt.conf.d/50unattended-upgrades to have only comments within Unattended-Upgrade::Allowed-Origin

[Touch-packages] [Bug 1675079] Re: 16.04 LTS Partition /boot fills up with Kernel images, gets underwear in a twist

2017-03-22 Thread Jarno Suni
It is not that old and not marked as fixed. Do you claim that the bug happens even if no kernel updates are being installed by Software Updater or by e.g. apt, but only by unattended- upgrades? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1357093] Re: Kernels not autoremoving, causing out of space error on LVM or Encrypted installation or on any installation, when /boot partition gets full

2017-07-30 Thread Jarno Suni
** Description changed: Currently if one chooses to use LVM or encrypted install, a /boot partition is created of 236Mb Once kernel updates start being released this partition soon fills until people are left unable to upgrade. While you and I might know that we need to watch parti

[Touch-packages] [Bug 1357093] Re: Kernels not autoremoving, causing out of space error on LVM or Encrypted installation or on any installation, when /boot partition gets full

2017-07-31 Thread Jarno Suni
No. Automatic removing is supposed to work in 16.04 and later by default. But even in 16.04 it works only, if you let unattended-upgrades install all kernel updates. I have not tested later releases, but I guess it is the same thing. I think removing should work in 16.04 and later, if you use the

[Touch-packages] [Bug 1357093] Re: Kernels not autoremoving, causing out of space error on LVM or Encrypted installation or on any installation, when /boot partition gets full

2017-08-01 Thread Jarno Suni
stub, I suppose the upgrading process did not change the settings concerning unattended-upgrade. You should do that manually after upgrading from 14.04 and initially remove extra kernels manually before upgrading. de0u, I tell about the restrictions concerning 'apt-get autoremove' in the wiki p

[Touch-packages] [Bug 1515513] Re: /boot/initrd.img-*.old-dkms files left behind

2017-08-03 Thread Jarno Suni
According to commant #8 patch against current https://git.launchpad.net/~usd-import-team/ubuntu/+source/initramfs-tools/tree/update-initramfs Removes all leftover initramfs files, even after dkms is uninstalled. ** Attachment added: "patch against update-imitramfs" https://bugs.launchpad.net/

[Touch-packages] [Bug 1678187] Re: Removing a linux-image-extra package fails, if /boot is about full

2017-08-03 Thread Jarno Suni
Patch against current https://git.launchpad.net/~usd-import- team/ubuntu/+source/initramfs-tools/tree/update-initramfs ** Attachment added: "patch concerning generate_initramfs function in update_initramfs" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1678187/+attachment/492

[Touch-packages] [Bug 798414] Re: update-initramfs should produce a more helpful error message when there isn't enough free space

2017-08-03 Thread Jarno Suni
I think the patch presented at https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1678187/comments/8 might give more helpful error message, since it avoids filling /boot as long as possible, thus the system is unlikely to run out of space while running mkinitramfs, but finds out, if

[Touch-packages] [Bug 1515513] Re: /boot/initrd.img-*.old-dkms files left behind

2017-08-04 Thread Jarno Suni
Note that the patch in #15 removes the leftovers related to the kernel version being removed currently. Removing leftovers related to already purged kernels still have to be done manually, for example by linux- purge https://www.bountysource.com/issues/38300038-feature-request-the- command-should-w

[Touch-packages] [Bug 1357093] Re: Kernels not autoremoving, causing out of space error on LVM or Encrypted installation or on any installation, when /boot partition gets full

2017-08-04 Thread Jarno Suni
The reason why 'apt-get autoremove' is stated there is that it is a simple working way in 16.04 and later for most users, if your system is not broken already. purge-old-kernels is included in some Ubuntu package; consequently it is supported by Launchpad's bug reporting system. But as said in the

[Touch-packages] [Bug 1357093] Re: Kernels not autoremoving, causing out of space error on LVM or Encrypted installation or on any installation, when /boot partition gets full

2017-08-05 Thread Jarno Suni
Hi David One option is to install 16.04 or later and configure unattended- upgrades as recommended in the document. I am afraid all the related bugs will not be fixed in 14.04. Fixing Bug #1460396 and Bug #291342 would also help users of Software Updater even if unattended-upgrades is not used.

[Touch-packages] [Bug 1357093] Re: Kernels not autoremoving, causing out of space error on LVM or Encrypted installation or on any installation, when /boot partition gets full

2017-08-05 Thread Jarno Suni
As for default settings for unattended-upgrade, it is interesting what Canonical Foundations Team is going to do with Bug #1624644. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades in Ubuntu. https://bugs.la

[Touch-packages] [Bug 1357093] Re: Kernels not autoremoving, causing out of space error on LVM or Encrypted installation or on any installation, when /boot partition gets full

2017-08-06 Thread Jarno Suni
I wonder why fix to Bug #1439769 has not been released as SRU for 14.04 yet. The fix would make unattended-upgrade work better in removing extra kernels in 14.04. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgr

[Touch-packages] [Bug 1357093] Re: Kernels not autoremoving, causing out of space error on LVM or Encrypted installation or on any installation, when /boot partition gets full

2017-08-06 Thread Jarno Suni
... and 'sudo apt-get autoremove' would work, too. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades in Ubuntu. https://bugs.launchpad.net/bugs/1357093 Title: Kernels not autoremoving, causing out of space

[Touch-packages] [Bug 798414] Re: update-initramfs should produce a more helpful error message when there isn't enough free space

2017-08-06 Thread Jarno Suni
Marked as invalid against Software Updater (i.e. update-manager) since there is a separate report for it: Bug #1460396 ** Changed in: update-manager Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed t

[Touch-packages] [Bug 798414] Re: update-initramfs should produce a more helpful error message when there isn't enough free space

2017-08-06 Thread Jarno Suni
Similarly, it would be great, if unattended-upgrade, apt and whatnot package tool software could predict that the requested install will not fit in system and act accordingly. Then the error in post-installation script would not happen then. The size could be hard to know in general case. If I have

[Touch-packages] [Bug 1678187] Re: Removing a linux-image-extra package fails, if /boot is about full

2017-08-12 Thread Jarno Suni
This patch is better, because it takes into account the size of possible existing initramfs file when calculating the needed available free space. ** Patch added: "version 2 of patch concerning generate_initramfs function in update_initramfs" https://bugs.launchpad.net/ubuntu/+source/initram

[Touch-packages] [Bug 798414] Re: update-initramfs should produce a more helpful error message when there isn't enough free space

2017-08-13 Thread Jarno Suni
/boot may become full already in unpacking stage when installing a new kernel by dpkg. I think the error message could be more helpful in that case, too. The following video demonstrates such a case. It also demonstrates how the aforementioned linux-purge script can be used to fix system https:/

[Touch-packages] [Bug 798414] Re: update-initramfs should produce a more helpful error message when there isn't enough free space

2017-08-19 Thread Jarno Suni
Another example where /boot gets full even before running update-initramfs: https://askubuntu.com/q/946875/21005 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/798414

[Touch-packages] [Bug 1710531] Re: package linux-image-4.4.0-91-generic 4.4.0-91.114 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/apt-auto-removal exited with return code 2

2017-08-19 Thread Jarno Suni
Maybe setting env LC_ALL=C is needed when using sort? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1710531 Title: package linux-image-4.4.0-91-generic 4.4.0-91.114 failed to

[Touch-packages] [Bug 1648617] Re: package linux-image-4.4.0-47-generic keeps reporting a system problem

2017-08-19 Thread Jarno Suni
What does ls -l /etc/alternatives/awk print? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1648617 Title: package linux-image-4.4.0-47-generic keeps reporting a system proble

[Touch-packages] [Bug 1648617] Re: package linux-image-4.4.0-47-generic keeps reporting a system problem

2017-08-20 Thread Jarno Suni
4.4.0.21-generic is an old kernel. The current one for Xenial is 4.4.0-92-generic. Could you add /var/log/apt/term.log as attachment? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bu

[Touch-packages] [Bug 1648617] Re: package linux-image-4.4.0-47-generic keeps reporting a system problem

2017-08-20 Thread Jarno Suni
To be able to debug better the problem shown in DpkgTerminalLog.txt you could run: sudo cp -a /etc/kernel/postinst.d/apt-auto-removal / sudo sed -i 's/set -e/set -ex/' /etc/kernel/postinst.d/apt-auto-removal You can revert that later by: sudo mv /apt-auto-removal /etc/kernel/postinst.d/ (when not n

[Touch-packages] [Bug 1648617] Re: package linux-image-4.4.0-47-generic keeps reporting a system problem

2017-08-20 Thread Jarno Suni
Actually, re-attach /var/log/apt/term.log after you have installed linux-generic if needed (after making sure xenial-security is selected.) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.

[Touch-packages] [Bug 1648617] Re: package linux-image-4.4.0-47-generic keeps reporting a system problem

2017-08-24 Thread Jarno Suni
In the term.log it can be seen there is no problem with awk unlike it was according to DpkgTerminalLog.txt so the original problem with awk is still mystery. You may run sudo mv /apt-auto-removal /etc/kernel/postinst.d/ to disable extra stuff in logs in future. As for automatic maintenance the

[Touch-packages] [Bug 1713219] [NEW] apt-mark showauto is slow

2017-08-26 Thread Jarno Suni
Public bug reported: $ time apt-mark showmanual >/dev/null real0m0.610s user0m0.544s sys 0m0.024s When I run the command first time, it is even much slower. I could do the job in fraction of a time using dpkg-query and awk. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: apt

[Touch-packages] [Bug 1713219] Re: apt-mark showauto is slow

2017-08-26 Thread Jarno Suni
Do you say information about automatically installed packages can not be read from /var/lib/apt/extended_states (or whatever file set in configuration variable Dir::State::extended_states)? If I install something by apt, I see modification time of /var/lib/apt/extended_states about 1 sec later than

[Touch-packages] [Bug 1713219] Re: 'apt-mark showauto' and 'apt show' is slow

2017-08-26 Thread Jarno Suni
** Summary changed: - apt-mark showauto is slow + 'apt-mark showauto' and 'apt show' is slow ** Description changed: - $ time apt-mark showmanual >/dev/null + $ time apt-mark showauto >/dev/null - real 0m0.610s - user 0m0.544s - sys 0m0.024s + real 0m0.587s + user 0m0.552s + sys 0m0.0

[Touch-packages] [Bug 1357093] Re: Kernels not autoremoving, causing out of space error on LVM or Encrypted installation or on any installation, when /boot partition gets full

2017-02-10 Thread Jarno Suni
Henry, do you use Ubuntu Trusty, and install kernels manually? See comment #79. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades in Ubuntu. https://bugs.launchpad.net/bugs/1357093 Title: Kernels not autor

[Touch-packages] [Bug 1603620] Re: Package lists are not updated before Unattended upgrades runs automatically.

2017-02-20 Thread Jarno Suni
** Changed in: unattended-upgrades (Ubuntu) Status: Expired => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades in Ubuntu. https://bugs.launchpad.net/bugs/1603620 Title: Package lists are not u

[Touch-packages] [Bug 1544942] Re: Marks unneeded packages as manually installed, if --dry-run is used

2017-02-25 Thread Jarno Suni
How about SRU? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades in Ubuntu. https://bugs.launchpad.net/bugs/1544942 Title: Marks unneeded packages as manually installed, if --dry-run is used Status in una

[Touch-packages] [Bug 1177318] Re: Unattended Upgrades fail to parse "${distro_id}:${distro_codename}-security"

2017-03-01 Thread Jarno Suni
Here in Ubuntu 14.04.5 LTS it seems to install upgrades fine, even though there is "InstCount=0" in the log. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades in Ubuntu. https://bugs.launchpad.net/bugs/117731

[Touch-packages] [Bug 1693900] Re: apt-get update should return exit code != 0 on error

2017-07-17 Thread Jarno Suni
juliank, Do you mean ppa-purge should be translated to completely different programming language, and that I can not even rely on apt-get outputting something that matches '^Err[ :]' to stdout in such cases? Sounds difficult. What do you mean by "Our results are boolean, we might not be able to re

[Touch-packages] [Bug 1626345] Re: After rebooting for updates, reboot is still required.

2017-04-30 Thread Jarno Suni
*** This bug is a duplicate of bug 1458204 *** https://bugs.launchpad.net/bugs/1458204 ** This bug has been marked a duplicate of bug 1458204 removing kernels should not require a restart afterward -- You received this bug notification because you are a member of Ubuntu Touch seeded packa

[Touch-packages] [Bug 1458204] Re: removing kernels should not require a restart afterward

2017-05-01 Thread Jarno Suni
Yes, it is odd. I think the post-installation scripts will be run because the depending linux-image- package might not get removed (and is present at the time anyway), thus initramfs-tools is used to create /boot/initrd.img- without the extra kernel modules provided by linux-image-extra-. I guess t

[Touch-packages] [Bug 1678187] Re: dpkg fails to remove a linux-image-extra package, if /boot is about full

2017-05-01 Thread Jarno Suni
** Also affects: initramfs-tools Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1678187 Title: dpkg fails to remove a l

[Touch-packages] [Bug 701578] Re: purging a kernel sometimes fails to remove kernel in armel

2017-05-01 Thread Jarno Suni
Is it ok to remove the running kernel image? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/701578 Title: purging a kernel sometimes fails to remove kernel in arme

[Touch-packages] [Bug 1678187] Re: dpkg fails to remove a linux-image-extra package, if /boot is about full

2017-05-02 Thread Jarno Suni
** Description changed: "dpkg --purge" calls /etc/kernel/postinst.d/initramfs-tools when purging/removing a linux-image-extra package. That calls "update- initramfs -c" which needs significant amount of additional disk space in /boot temporarily. But there is no space left, if /boot is ful

[Touch-packages] [Bug 1678187] Re: dpkg fails to remove a linux-image-extra package, if /boot is about full

2017-05-04 Thread Jarno Suni
** Description changed: "dpkg --purge" calls /etc/kernel/postinst.d/initramfs-tools when purging/removing a linux-image-extra package. That calls "update- initramfs -c" which needs significant amount of additional disk space in /boot temporarily. But there is no space left, if /boot is ful

[Touch-packages] [Bug 798414] Re: update-initramfs should produce a more helpful error when there isn't enough free space

2017-05-05 Thread Jarno Suni
Michael Baker, the bug report Bug #1357093 that you referred to has been re-reported as Bug #1675079 and Bug #1624644 If you disable automatic installation of updates, and install them by Software Updater only, it will prevent you from installing kernel updates, retaining the system in intact stat

[Touch-packages] [Bug 798414] Re: update-initramfs should produce a more helpful error when there isn't enough free space

2017-05-05 Thread Jarno Suni
Though even Software Updater could be more informative on how to free more space on /boot: Bug #1460396 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/798414 Title:

[Touch-packages] [Bug 1678187] Re: dpkg fails to remove a linux-image-extra package, if /boot is about full

2017-05-09 Thread Jarno Suni
I managed to change update-initramfs in my computer so that it uses a temporary location (temporarily) for new initrd.img file thus behaving better in case of separate /boot partition and low disk space there. -- You received this bug notification because you are a member of Ubuntu Touch seeded p

[Touch-packages] [Bug 798414] Re: update-initramfs should produce a more helpful error when there isn't enough free space

2017-05-09 Thread Jarno Suni
Bill Meier, I think GUI application is not necessary. Text-based application may have checklist, too, so it is pretty easy to make a selection. Initramfs-tools may not run the application, but it could give hint to run one in its error message. The script I was talking about in #140 is such a scrip

[Touch-packages] [Bug 1678187] Re: Removing a linux-image-extra package fails, if /boot is about full

2017-05-11 Thread Jarno Suni
** Summary changed: - dpkg fails to remove a linux-image-extra package, if /boot is about full + Removing a linux-image-extra package fails, if /boot is about full ** Description changed: - "dpkg --purge" calls /etc/kernel/postinst.d/initramfs-tools when + System calls /etc/kernel/postinst.d/ini

[Touch-packages] [Bug 1458204] Re: removing kernels should not require a restart afterward

2017-05-13 Thread Jarno Suni
Steve Langasek, such a bug has been reported (Bug #1501884) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades in Ubuntu. https://bugs.launchpad.net/bugs/1458204 Title: removing kernels should not require a

[Touch-packages] [Bug 1823521] [NEW] on_ac_power returns 1 if battery is not present

2019-04-07 Thread Jarno Suni
Public bug reported: on_ac_power should return 0 (as exit code). Besides Xfce Power Manager tells in Devices tab that Line power is "Not plugged in". Tested by an old Macbook. (I don't have battery to test with.) ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: powermgmt-base 1.33 ProcVe

[Touch-packages] [Bug 1615381] Re: apt-get autoremove may remove current kernel

2019-04-08 Thread Jarno Suni
I do not understand why u-u keeps linux-modules-4.15.0-36-generic. How do those packages depend on that? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1615381 Title: apt-get

[Touch-packages] [Bug 892317] Re: set -e reverses order of signal handlers

2020-07-06 Thread Jarno Suni
If you can confirm, please update the report. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dash in Ubuntu. https://bugs.launchpad.net/bugs/892317 Title: set -e reverses order of signal handlers Status in dash: New Sta

[Touch-packages] [Bug 892317] Re: set -e reverses order of signal handlers

2020-07-06 Thread Jarno Suni
The behavior seems to have changed in later version. I tested dash 0.5.10.2-6. There EXIT trap is not run at all, if -e is used, and you use Ctrl-C. But if you remove the 'exit 2' from the signal trap, EXIT trap will be run regardless of -e setting, when you press Ctrl-C. That is not intuitive. S

[Touch-packages] [Bug 673119] Re: dash "set -e" breaks "trap action INT"

2020-07-06 Thread Jarno Suni
Output by dash 0.5.10.2-6: 3 ^CIgnored 1 Ignored 2 Back EXIT bash 5.0.3 works the same way. To get the output you want, you can use the following code: -- #!/bin/sh #set -e trap '' INT trap 'echo EXIT' EXIT sorry() { echo "Ignored 1"; echo "Ignored 2" sleep 1 echo Back } for

[Touch-packages] [Bug 608894] Re: dash does not handle ^C trap the same way that bash does

2020-07-06 Thread Jarno Suni
I do not know any other shell than Bash that would run EXIT trap on signal that has its default action. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dash in Ubuntu. https://bugs.launchpad.net/bugs/608894 Title: dash does

[Touch-packages] [Bug 1753115] Re: add-apt-repository documentation does not mention --no-updates option

2020-07-07 Thread Jarno Suni
add-apt-repository -h mentions the option, though. ** Tags added: focal -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to software-properties in Ubuntu. https://bugs.launchpad.net/bugs/1753115 Title: add-apt-repository docum

[Touch-packages] [Bug 1855350] Re: Will not logout or shutdown from guest-session

2020-07-13 Thread Jarno Suni
Mika, I can confirm, oddly it helped renaming /usr/share/lightdm/lightdm.conf.d/50-guest-wrapper.conf to /usr/share/lightdm/lightdm.conf.d/50-guest-wrapper.conf.bak. I am using 20.04 now. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is su

[Touch-packages] [Bug 1874971] [NEW] less does not quit by q key before input ends, if it has not displayed full viewport of text

2020-04-24 Thread Jarno Suni
Public bug reported: Test case: { for i in $(seq 10); do echo $i; sleep 1; done; } | less Press q before left side of pipe has finished and less has not displayed whole viewport of text. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: less 487-0.1 ProcVersionSignature: Ubuntu 4.15.0-96.97

[Touch-packages] [Bug 1741045] Re: Change the default resample-method to speex-float-N (N > 1) in daemon.conf

2020-05-12 Thread Jarno Suni
Well, how are you supposed to know, which resample method is actually used? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1741045 Title: Change the default resample-me

[Touch-packages] [Bug 1874971] Re: less does not quit by q key before input ends, if it has not displayed full viewport of text

2020-05-12 Thread Jarno Suni
** Tags added: focal -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to less in Ubuntu. https://bugs.launchpad.net/bugs/1874971 Title: less does not quit by q key before input ends, if it has not displayed full viewport of t

[Touch-packages] [Bug 1874971] Re: less does not quit by q key before input ends, if it has not displayed full viewport of text

2020-05-13 Thread Jarno Suni
** Bug watch added: github.com/gwsw/less/issues #62 https://github.com/gwsw/less/issues/62 ** Also affects: less via https://github.com/gwsw/less/issues/62 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Touch seeded pa

[Touch-packages] [Bug 1713219] Re: 'apt-mark showauto' and 'apt show' is slow

2020-05-15 Thread Jarno Suni
Well, I think it is not a problem, if we do not need depcache here :) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1713219 Title: 'apt-mark showauto' and 'apt show' is slow

[Touch-packages] [Bug 1857708] Re: Uses GNU awk specific option in bash completions, but gawk is not a dependency

2020-01-30 Thread Jarno Suni
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/243 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1857708 Title: Uses GNU awk specific option in ba

[Touch-packages] [Bug 1857708] Re: Uses GNU awk specific option in bash completions, but gawk is not a dependency

2020-01-30 Thread Jarno Suni
** Description changed: - The following command tells the files: + The following command tells the files: grep awk $(dpkg-query -L pulseaudio | grep /usr/share/bash-completion/completions/) /usr/share/bash-completion/completions/pulseaudio:pactl list cards 2> /dev/null | awk -e \ /usr

[Touch-packages] [Bug 1862162] [NEW] Badly working video mode on the greeter

2020-02-06 Thread Jarno Suni
Public bug reported: In the video mode there are moving stripes on the screen and monitor turns off occasionally. (Maybe this is bad behaving monitor, an old Samsung TV) It got good after I run xrandr --output HDMI-1 --auto (and similar for each other video output) in /usr/local/bin/monitor- con

[Touch-packages] [Bug 1862162] Re: Badly working video mode on the greeter

2020-02-07 Thread Jarno Suni
** Description changed: In the video mode there are moving stripes on the screen and monitor - turns off occasionally. (Maybe this is bad behaving monitor, an old - Samsung TV) It got good after I run + turns off occasionally. (Maybe this is just bad behaving monitor, an old + Samsung TV) It bec

[Touch-packages] [Bug 1862162] Re: Badly working video mode on the greeter

2020-02-07 Thread Jarno Suni
** Description changed: In the video mode there are moving stripes on the screen and monitor turns off occasionally. (Maybe this is just bad behaving monitor, an old Samsung TV) It became got good after I run xrandr --output HDMI-1 --mode 1920x1080 (and --auto for each other video

[Touch-packages] [Bug 1855350] Re: Will not logout or shutdown form guest-session

2020-05-03 Thread Jarno Suni
** Tags added: eoan focal ** Also affects: lightdm (Ubuntu) Importance: Undecided Status: New -- 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/1855350 Title: Will

[Touch-packages] [Bug 1876197] Re: Xubuntu 20.04 Guest Session Logout Fails

2020-05-03 Thread Jarno Suni
*** This bug is a duplicate of bug 1855350 *** https://bugs.launchpad.net/bugs/1855350 ** This bug has been marked a duplicate of bug 1855350 Will not logout or shutdown form guest-session -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, whic

[Touch-packages] [Bug 1436252] [NEW] Behaves inconsistently when you unplug headphones

2015-03-25 Thread Jarno Suni
Public bug reported: In the beginning headphones are plugged in, and "Auto-Mute Mode" set "Disabled" in alsamixer. Start pulseaudio. Then unplug headphones. Speakers are muted. Then plug headphones in. Speakers are muted. Then unplug headphones. Speaker volume is unmuted. I expect Speaker levels

[Touch-packages] [Bug 1436252] Re: Behaves inconsistently when you unplug headphones

2015-03-25 Thread Jarno Suni
** Attachment added: "pulseverbose.log" https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1436252/+attachment/4355406/+files/pulseverbose.log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. ht

[Touch-packages] [Bug 1436269] [NEW] When you select Analog Output or Speakers as port in Output Devices tab of pavucontrol, headphone levels are raised

2015-03-25 Thread Jarno Suni
Public bug reported: Please note, that Line out = analog output port is controlled by ALSA mixer track called PCM, whereas there should be a separate mixer track for it; see bug Bug #1433568 ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: pulseaudio 1:4.0-0ubuntu11.1 ProcVersionSignature: U

[Touch-packages] [Bug 1436269] Re: When you select Analog Output or Speakers as port in Output Devices tab of pavucontrol, headphone levels are raised

2015-03-26 Thread Jarno Suni
As for #2, what do you mean by "pulseaudio need to use line out jack to determine the availability instead of unknown"? The problem is that headphone volume raises, when you control another port in pavucontrol. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1436269] Re: When you select Analog Output or Speakers as port in Output Devices tab of pavucontrol, headphone levels are raised

2015-03-26 Thread Jarno Suni
I tested this by upstream kernel 4.0.0-04rc5-lowlatency, where there is "Line Out" mixer in ALSA for the (second) analog output. When I choose "Speakers (unavailable)" port in pavucontrol, Headphone level is raised to dB gain 0 (equals 89%) and the port level controls Master volume and Speaker

[Touch-packages] [Bug 1254884] Re: Pulseaudio: incoherent muting of GStreamer channels (mutes master, headphone and speaker, but unmutes only master)

2015-03-26 Thread Jarno Suni
I noticed that the number of channels muted at once may depend on the port chosen in pavucontrol's Output Devices tab. In my system, if I choose "Headphones (plugged in)", muting affects only to ALSA tracks called Master and Headphone. If I choose another port, muting affects to Master, Headphone a

[Touch-packages] [Bug 1254884] Re: Pulseaudio: incoherent muting of ALSA channels (mutes master, headphone and speaker, but unmutes only master)

2015-03-26 Thread Jarno Suni
** Description changed: with certain audio hardware (those where alsamixer shows separate "headphone" and "speaker" channels) pressing of the mute button on laptop keyboards causes mute of all three channels: master, headphone and speaker. unfortunately, pressing the button again to unmute

[Touch-packages] [Bug 1254884] Re: Pulseaudio: incoherent muting of ALSA channels (mutes master, headphone and speaker, but unmutes only master)

2015-03-26 Thread Jarno Suni
** Description changed: with certain audio hardware (those where alsamixer shows separate "headphone" and "speaker" channels) pressing of the mute button on laptop keyboards causes mute of all three channels: master, headphone and speaker. unfortunately, pressing the button again to unmute

[Touch-packages] [Bug 1436269] Re: When you select Analog Output or Speakers as port in Output Devices tab of pavucontrol, headphone levels are raised

2015-03-26 Thread Jarno Suni
See also Bug #1254884 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1436269 Title: When you select Analog Output or Speakers as port in Output Devices tab of pavuco

[Touch-packages] [Bug 218637] Re: [Hardy] Whitespace in command line not always regural whitespace

2015-02-02 Thread Jarno Suni
And as for the first workaround in #28, my system does not even have /etc/hal/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/218637 Title: [Hardy] Whitespace in command line

[Touch-packages] [Bug 218637] Re: [Hardy] Whitespace in command line not always regural whitespace

2015-02-02 Thread Jarno Suni
At least in ubuntu 14.04 (with Xfce) you don't need to be superuser to run setxkbmap -option "nbsp:none" I run this as an autostarted application to avoid trouble. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu

[Touch-packages] [Bug 218637] Re: [Hardy] Whitespace in command line not always regural whitespace

2015-02-02 Thread Jarno Suni
** Description changed: - The following happen to me, if I still have Alt Gr key down when - pressing space key (which happens easily): + OS: from Hardy to at least Trusty. - E.g. grep does not work here (always): + When you use Finnish keyboard, you have to hold Alt Gr down to type | or + \ or

[Touch-packages] [Bug 218637] Re: Non-breaking space is easy to write accidentally and hard to distinguish from regular space.

2015-02-02 Thread Jarno Suni
As for apps mentioned in #25, the list is big. Libreoffice shows the difference, but I don't know other programs. ** Summary changed: - Non-breaking space is easy to write accidentally and hard to distinguish from regular space. + Non-breaking space is easy to write accidentally and impossibel t

[Touch-packages] [Bug 218637] Re: Non-breaking space is easy to write accidentally and impossible to distinguish from regular space.

2015-02-02 Thread Jarno Suni
Is there any font that would display non-breaking space differently? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/218637 Title: Non-breaking space is easy to write accident

[Touch-packages] [Bug 218637] Re: Non-breaking space is easy to write accidentally and impossible to distinguish from regular space.

2015-02-02 Thread Jarno Suni
** Also affects: xfce4-terminal Importance: Undecided Status: New ** Also affects: gnome-terminal Importance: Undecided Status: New ** Also affects: geany Importance: Undecided Status: New ** Also affects: gedit Importance: Undecided Status: New -- You r

[Touch-packages] [Bug 1409332] Re: Mouse cursor freezes, when using e.g. youtube in chromium, and stays that way

2015-03-20 Thread Jarno Suni
** Also affects: xorg (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1409332 Title: Mouse cursor freezes, when using e.g.

[Touch-packages] [Bug 1409332] ProcInterrupts.txt

2015-03-20 Thread Jarno Suni
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1409332/+attachment/4350657/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bu

[Touch-packages] [Bug 1409332] ProcEnviron.txt

2015-03-20 Thread Jarno Suni
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1409332/+attachment/4350656/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.lau

[Touch-packages] [Bug 1409332] InstalledPlugins.txt

2015-03-20 Thread Jarno Suni
apport information ** Attachment added: "InstalledPlugins.txt" https://bugs.launchpad.net/bugs/1409332/+attachment/4350652/+files/InstalledPlugins.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https:

[Touch-packages] [Bug 1409332] Dependencies.txt

2015-03-20 Thread Jarno Suni
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1409332/+attachment/4350650/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.l

[Touch-packages] [Bug 1409332] Lsusb.txt

2015-03-20 Thread Jarno Suni
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1409332/+attachment/4350654/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bu

<    1   2   3   4   5   6   >