*** 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
*** 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
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
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
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
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
$ 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
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
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
** 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
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
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
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
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
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,
** 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
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
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
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
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
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
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
** 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
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
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
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.
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.
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/
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
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
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
** 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:
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'
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
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
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
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
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
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
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
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
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
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
501 - 543 of 543 matches
Mail list logo