[Touch-packages] [Bug 1294195] Re: Please consider enabling Unattended-Upgrade::Remove-Unused-Dependencies by default

2016-01-11 Thread Jarno Suni
*** This bug is a duplicate of bug 1357093 *** https://bugs.launchpad.net/bugs/1357093 See also this: https://github.com/mvo5/unattended-upgrades/pull/19 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades

[Touch-packages] [Bug 1294195] Re: Please consider enabling Unattended-Upgrade::Remove-Unused-Dependencies by default

2016-01-11 Thread Jarno Suni
*** This bug is a duplicate of bug 1357093 *** https://bugs.launchpad.net/bugs/1357093 As an alternative, you could could remove old kernels automatically by running a specific script for that purpose e.g. during startup (as root). Such a script exists. It is called purge-old-kernels. With -y

[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

2016-01-11 Thread Jarno Suni
Ian Weisser, how is Unattended-Upgrade::Remove-New-Unused-Dependencies better than Unattended-Upgrade::Remove-Unused-Dependencies that is already available? Why not just use a specific script to remove old kernels instead of using apt-get autoremove? -- You received this bug notification because

[Touch-packages] [Bug 1576960] [NEW] apt-mark prints ambiguous package name

2016-04-30 Thread Jarno Suni
Public bug reported: Example in shell: $ dpkg-query -W -f='${binary:Package} ${Status}\n' libfontconfig1 libfontconfig1:amd64 install ok installed libfontconfig1:i386 install ok installed $ apt-mark showauto libfontconfig1 $ apt-mark showauto libfontconfig1:i386 libfontconfig1:i386 $ apt-mark sh

[Touch-packages] [Bug 1576960] Re: apt-mark prints ambiguous package name

2016-05-01 Thread Jarno Suni
Correction, the last amd64 should be replaced by "$nativearch". -- 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/1576960 Title: apt-mark prints ambiguous package name Status in

[Touch-packages] [Bug 1576960] Re: apt-mark prints ambiguous package name

2016-05-01 Thread Jarno Suni
The architecture of e.g. debconf is not some specific architecture, but "all". So when you want to use the output of apt-mark as an argument for dpkg(-query), you need to tune the name by a shell function like this, right? : dpkg-pkgname() { nativearch=$([ "$(uname -i)" = "x86_64" ] && echo amd6

[Touch-packages] [Bug 1576960] Re: apt-mark prints ambiguous package name

2016-05-01 Thread Jarno Suni
$ dpkg-query -s "libfontconfig1" prints the status of the amd64 package, but $ dpkg-query -W -f='${binary:Package}\n' "libfontconfig1" prints the package name with both amd64 and i386 architectures. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, w

[Touch-packages] [Bug 1054927] Re: Autoupdater fills /boot and crashes because old kernel images are never removed

2016-04-12 Thread Jarno Suni
Sebastian Nohn, it is not hard to enable automatic removing of old kernels by the instructions. Alternatively you could run "purge-old- kernels -y" script automatically during boot in /etc/rc.local, though the script is not perfect either (see Bug #1532153 and Bug #1569228) -- You received this b

[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-08-05 Thread Jarno Suni
Works as expected in pulseaudio 6.0 (at least in package version 1:6.0-0ubuntu9 of wily) -- 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 A

[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-08-05 Thread Jarno Suni
** Changed in: pulseaudio (Ubuntu) Status: Incomplete => Fix Released -- 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

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

2015-08-05 Thread Jarno Suni
With pulseaudio 6.0 (wily), when you unplug headphones, pulseaudio changes active port to Line Out, if plugged, or else to Speakers. Speakers and Headphones will mute, when active port changes to something else than respective port. Line out mixer level is not affected, when active port is change t

[Touch-packages] [Bug 1339663] Re: ubuntu-bug fails with "whoopsie-upload-all: error: unrecognized arguments" when /var/lib/apport/autoreport exists

2016-01-13 Thread Jarno Suni
Still not fixed in Trusty. What does /var/lib/apport/autoreport exists for? Is it safe to remove to work around the bug and to be able to make bug reports? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. htt

[Touch-packages] [Bug 1440608] Re: /etc/kernel/postinst.d/apt-auto-removal wants to remove all kernels except the latest one

2016-01-16 Thread Jarno Suni
Robert Euhus, even if the kernel-to-be-removed is added to the never- autoremove list by /etc/kernel/postinst.d/apt-auto-removal when removing the linux-image-extra package by apt-get autoremove, the respective linux-image package will be removed successfully thereafter. But it does not work, if yo

[Touch-packages] [Bug 1440608] Re: /etc/kernel/postinst.d/apt-auto-removal wants to remove all kernels except the latest one

2016-01-16 Thread Jarno Suni
The attached script now tries to detect, whether it is called in conjunction with kernel installation or in conjunction with kernel removal. It uses dpkg-query for that. Maybe it could be done more easilly by giving the information to the script as a command-line argument by apt-get? The script als

[Touch-packages] [Bug 1440608] Re: /etc/kernel/postinst.d/apt-auto-removal wants to remove all kernels except the latest one

2016-01-18 Thread Jarno Suni
Robert Euhus, as for #36, -Strange, no such broken pipe error due to missing backslash-escape occured, when I tried the script I uploaded. - You are correct, the awk regex for creating the "list" needs one more space, because the abbreviated status of a package seems to contain three characters,

[Touch-packages] [Bug 1440608] Re: /etc/kernel/postinst.d/apt-auto-removal wants to remove all kernels except the latest one

2016-01-19 Thread Jarno Suni
** Attachment removed: "Fixed again /etc/kernel/postinst.d/apt-auto-removal script" https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1440608/+attachment/4551164/+files/apt-auto-removal -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1440608] Re: /etc/kernel/postinst.d/apt-auto-removal wants to remove all kernels except the latest one

2016-01-19 Thread Jarno Suni
This seems to work for me. I changed some things based on feedback from Robert Euhus (and a little bit more). I don't see a problem in updating the kernel list in case a linux-image-extra package is being removed; the list does not change then, but this updates also, when a linux-image package is b

[Touch-packages] [Bug 1440608] Re: /etc/kernel/postinst.d/apt-auto-removal wants to remove all kernels except the latest one

2016-01-19 Thread Jarno Suni
itory, and consequently loose a meta package such as linux-image- generic that enables kernel updates. In case user has installed an LTS Enablement Stack, automatic removal should keep the meta kernel package for that. ** Attachment added: "/etc/kernel/postinst.d/apt-auto-removal (version 4 f

[Touch-packages] [Bug 1440608] Re: /etc/kernel/postinst.d/apt-auto-removal wants to remove all kernels except the latest one

2016-01-19 Thread Jarno Suni
Cavsfan, the comment was copied from the original script; it may not be accurate with this one. I think the normal case after installing a kernel with this script is three kernels in the never-auto-remove list. There may probably be four kernels installed then (before autoremoving). If that is too

[Touch-packages] [Bug 1440608] Re: /etc/kernel/postinst.d/apt-auto-removal wants to remove all kernels except the latest one

2016-01-21 Thread Jarno Suni
In contrary to what I told in #40, there is no fear that autoremove would remove the latest kernel that some meta package depends on. (Though the possibility is there, if there is no manually installed meta package that recursively depends on the kernel.) So "xargs apt-mark showauto" is not necess

[Touch-packages] [Bug 1440608] Re: /etc/kernel/postinst.d/apt-auto-removal wants to remove all kernels except the latest one

2016-01-22 Thread Jarno Suni
As for #46, you could have ran `sudo /etc/kernel/postinst.d/apt-auto- removal ; sudo apt-get autoremove --purge` after reboot. I don't know, if you can configure unattended upgrade to do purging, as well. As for #47, it is the matter of Bug #1458204 -- You received this bug notification because

[Touch-packages] [Bug 1539932] [NEW] `command -pv` does not restrict search to same directories as `command -p`

2016-01-30 Thread Jarno Suni
Public bug reported: This works differently than bash in this case. Say you have /opt in PATH and x in /opt. dash -c "command -pv x" prints "/opt/x" and exits with 0 whereas bash -c "command -pv x" prints nothing and exits with 1. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: dash 0.5

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

2015-07-15 Thread Jarno Suni
** Changed in: xorg (Ubuntu) Status: Expired => 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. youtube in chro

[Touch-packages] [Bug 1462737] Re: mawk counts characters incorrectly

2015-07-19 Thread Jarno Suni
I guess it is design. I think some operations are faster, if you count bytes instead of characters. There could be an option to allow mawk count characters, though. ** Description changed: $ echo ä | mawk '{print length($0)}' - outputs 2. I expect 1. + outputs 2. I expect 1. $ echo äo | m

[Touch-packages] [Bug 1475968] [NEW] match function hangs

2015-07-19 Thread Jarno Suni
Public bug reported: Testcase: mawk '{print match($0,/(a*)*/)}' hangs with any input. I expect it to print an integer number for each line in input and exit thereafter. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: mawk 1.3.3-17ubuntu2 ProcVersionSignature: Ubuntu 3.13.0-57.95-lowlatency

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

2015-07-19 Thread Jarno Suni
Yes, I know, but I have been busy, and IMO the bug report should not expire. -- 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.

[Touch-packages] [Bug 1462737] Re: mawk counts characters incorrectly

2015-07-29 Thread Jarno Suni
Or better, it should work same way as gawk, i.e. treat all input data as single-byte characters, only if -b or --characters-as-bytes option is used. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mawk in Ubuntu. https://bugs.

[Touch-packages] [Bug 1332114] Re: Please update mawk to latest upstream release

2015-07-30 Thread Jarno Suni
Also Xubuntu 14.04, and all latest releases of Lubuntu have only mawk installed, by default, not gawk (according to Distrowatch). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mawk in Ubuntu. https://bugs.launchpad.net/bugs/

[Touch-packages] [Bug 1475968] Re: match function hangs

2015-07-30 Thread Jarno Suni
See also https://code.google.com/p/original- mawk/issues/detail?id=34&thanks=34&ts=1438206605 ** Bug watch added: code.google.com/p/original-mawk/issues #34 https://code.google.com/p/original-mawk/issues/detail?id=34 -- You received this bug notification because you are a member of Ubuntu Tou

[Touch-packages] [Bug 1475968] Re: match function hangs

2015-07-30 Thread Jarno Suni
As for mawk 1.3.4 20150503, echo bacaa | mawk '{print match($0,/(a*)*/), RLENGTH}' prints 2 1 whereas GNU Awk 4.0.1, echo bacaa | gawk '{print match($0,/(a*)*/), RLENGTH}' prints 1 0 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscr

[Touch-packages] [Bug 490736] Re: mawk 1.3.3-13ubuntu1 incorrectly handles "/" in "[ ]" expressions

2015-07-31 Thread Jarno Suni
Package 1.3.3-17ubuntu2 has this bug, too. It is part of the latest release of Ubuntu. ** Summary changed: - mawk 1.3.3-13ubuntu1 incorrectly handles "/" in "[ ]" expressions + mawk 1.3.3-17ubuntu2 incorrectly handles "/" in "[ ]" expressions ** Tags added: wily -- You received this bug notifi

[Touch-packages] [Bug 1475968] Re: match function hangs

2015-07-31 Thread Jarno Suni
** Tags added: wily -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mawk in Ubuntu. https://bugs.launchpad.net/bugs/1475968 Title: match function hangs Status in mawk package in Ubuntu: New Bug description: Testcase:

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

2015-08-02 Thread Jarno Suni
I tried current Xubuntu "daily" ISO by running it from live USB media without installing the system to hard disk. Then I installed chromium- browser to the session. I couldn't reproduce the bug, but maybe system works somewhat differently when running live session. BTW using usb-creator-gtk* didn'

[Touch-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2014-10-26 Thread Jarno Suni
Fixed in ubuntu 14.04 ** Changed in: alsa-driver (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1257973 Title: [Dell

[Touch-packages] [Bug 1374716] [NEW] Feature request: Allow restricting "apt-cache search" to search installed packages only

2014-09-27 Thread Jarno Suni
Public bug reported: Currently, apt-cache has option --installed, but it works only with depends and rdepends, not with search. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: apt 1.0.1ubuntu2.4.1 ProcVersionSignature: Ubuntu 3.13.0-36.63-lowlatency 3.13.11.6 Uname: Linux 3.13.0-36-lowlaten

[Touch-packages] [Bug 1389001] [NEW] Can not copy files by cp from Samsung S5 Mini in GVFS in MTP mode

2014-11-03 Thread Jarno Suni
Public bug reported: In terminal: jarnos@jarnos-OptiPlex-745:/run/user/1000/gvfs/mtp:host=%5Busb%3A002%2C013%5D/Card/DCIM/Camera$ ls -l 20141103_114415.jpg ; cp 20141103_114415.jpg ~/Desktop/ -rw--- 1 jarnos jarnos 1205994 marra 3 11:44 20141103_114415.jpg cp: cannot open ‘20141103_114415.jp

[Touch-packages] [Bug 2086623] [NEW] apt-get install does not downgrade packages with -t

2024-11-04 Thread Jarno Suni
Public bug reported: Suppose package x has greater version than the latest one in repositories. sudo apt-get install -t=$(lsb_release -cs) x does not downgrade the package, but sudo apt-get install x/$(lsb_release -cs) does. I don't see why it shouldn't downgrade by the first command, too. B

[Touch-packages] [Bug 2086623] Re: apt-get install does not downgrade packages with -t

2024-11-05 Thread Jarno Suni
Well, -t doesn't work, if I want to downgrade packages after disabling a PPA repository. I have to add for each argument separately. I think the system should support easy downgrade when some PPAs are removed. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 2100922] [NEW] The manual page of apt-mark is inadequate as for minimize-manual

2025-03-06 Thread Jarno Suni
Public bug reported: The syntax of "apt-mark minimize-manual" command is not shown in the synopsis. Could you give it a meta-package argument to mark dependencies of it as auto or something like that? ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: apt 2.7.14build2 ProcVersionSignature: Ubu

[Touch-packages] [Bug 2100937] [NEW] apt install --mark-auto does not retain auto mark

2025-03-06 Thread Jarno Suni
Public bug reported: e.g. 1) sudo apt install ppa-purge 2) sudo apt-mark auto ppa-purge 3) sudo apt install --mark-auto ppa-purge Expected result: ppa-purge is marked as auto What happend: ppa-purge is marked as manual If line (2) is omitted, I think the result should be manual, even if it is u

[Touch-packages] [Bug 2100937] Re: apt install --mark-auto does not retain auto mark

2025-03-07 Thread Jarno Suni
It seems on upgrades/downgrades (by apt install) auto state of a package is kept even without --mark-auto, if there is a reverse dependency of the package installed. But with same command, if the version happens to be the same in the repository, the package is marked as manually installed. So if I

[Touch-packages] [Bug 2100937] Re: apt install --mark-auto does not retain auto mark

2025-03-07 Thread Jarno Suni
And the with the same option (without --mark-auto) it would not change any package marked as manual to auto. -- 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/2100937 Title: apt

[Touch-packages] [Bug 2100937] Re: apt install --mark-auto does not retain auto mark

2025-03-24 Thread Jarno Suni
man page of apt-get tells: --mark-auto After successful installation, mark all freshly installed packages as automatically installed, which will cause each of the packages to be removed when no more manually installed packages depend on this package. This is equally to running apt-ma

<    1   2   3   4   5   6