>> I recommend applying the patch from this MR to on_ac_power and
testing the script afterwards.
It now returns 255 (unknown), rather than 1 (not on mains).
So I can't see that this is any better than the currently broken script.
I would expect any current usage of this to take *any* non-zero re
Well, if it's any help:
The status of powermgmt-base is:
oracular has 1.37+nmu1ubuntu1
plucky has 1.38
The /usr/sbin/on_ac_power script is identical in each of these.
And, although the debug trace is slightly different to that in #35, it still
produces the WRONG RESULT on a system with
You're right. journalctl does have the info.
And it does also log failed local attempts (although it seems to log all
unknown accounts as UNKNOWN, rather than what was actually tried).
>> Any suggestions or improvements are welcome.
I use a Perl script to get all failures since the last time it
>> I think we are advised to look in other log files to track failed
logins
Happy to do that if they exist, but I haven't found such a log.
wtmpdb doesn't store them at all.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ut
https://answers.launchpad.net/ubuntu/+source/util-linux/+question/820873
Which is, despite the url, a question to the developers.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.ne
Would it not be simpler to assume that on_ac_power is True unless you
can find a working battery?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to powermgmt-base in Ubuntu.
https://bugs.launchpad.net/bugs/1980991
Title:
/usr
>>> Question to the reporter: does systemd-ac-power work correctly in
the system you have where unpatched on_ac_power is incorrect?
Yes. See #7, where I suggested this (once the systemd version was
fixed).
--
You received this bug notification because you are a member of Ubuntu
Touch seeded pack
All of my Intel NUcs report the type-C port being in sink mode.
None of them can be powered by a USB-C port.
Even plugging in an external drive leaves the system reporting them all
in sink mode.
According to https://www.ti.com/lit/wp/slyy109b/slyy109b.pdf that is correct.
A sink is a port that wi
Invert the logic?
Perhaps just look for any /sys/class/power_supply/BAT?/current_now that is
non-zero?
If any found, it's running on battery.
Else it must be on a mains-supply.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to
[ganuc]: SYSTEMD_LOG_LEVEL=debug systemd-ac-power
port0: The USB type-C port is in power sink mode.
port1: The USB type-C port is in power sink mode.
ucsi-source-psy-USBC000:001: The USB type-C device has at least one port in
power sink mode.
ucsi-source-psy-USBC000:001: The power supply is curren
This is noted as Fix Released in Oracular.
This is INCORRECT. This command is STILL BROKEN in Oracular.
This is the result of running it on one of my Intel NUCs (which, I can
assure you, is *always* on AC power, as it has no battery).
[ganuc]: sh -x /usr/sbin/on_ac_power
+ set -e
+ OFF_LINE_P=
You can get *bad logins* by using utmpdump on btmp (tty logins are type
6).
But that requires the btmp file, and once you collect that you should
really be supplying lastb to process it, as utmpdump is supposed to just
be a debugging tool (see its man page).
--
You received this bug notification
Although it seems that, for my purposes, I can parse the output of
utmpdump.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/2084854
Title:
last and lastb missing in 24.
Also, wtmpdb only seems to record network logins. It doesn't record
console or X session logins.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/2084854
Title:
last and
That might work for last - although it ignores the fact that
/var/log/wtmp is still being produced when there is no utility to read
it (and the btmp file for failed logins)
But there appears to be no replacement for lastb, and I'm *far* more
interested in who is trying to login and failing.
--
Y
Public bug reported:
The last and lastb commands have disappeared from util-linux at 24.10!
This is odd, as the binaries from 24.04 actually run on 24.10, so the
data is clearly still being collected and in the same format.
Ubuntu: 24.10 (Oracular Oriole).
Package: util-linux
Version: 2.40.2-1u
This is a problem in Mantic too.
And if you never fix it it will be a problem in the next LTS release.
Just as it is a problem in the current LTS release.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to powermgmt-base in Ubun
This is still an issue in 23.04 (lunar)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/1949615
Title:
Notify method not working correctly in 21.10 (impish)
Status in dbus pa
/lib/systemd/systemd-ac-power works (on lunar). on_ac_power still does
not.
Perhaps on_ac_power should just be made a symlink to this - or the
script should exec that systemd executable if it exists?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages,
I've tested /lib/systemd/systemd-ac-power on my laptop (which gives 0/1
for mains/battery) and it now returns 0 (mains) for my NUC10i3FNYHN.
(But the fix isn't in Lunar for on_ac_power.)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subs
I suspect this problem is caused by this issue
(https://github.com/OpenPrinting/cups/pull/500) that is fixed in cups
where the option print-color-mode is set to monochrome when the printer
PPD file has ColorModel: CMYK and not ColorModel: RGB (Our Ricoh C4500
uses CMYK as its ColorModel: CMYK)
We
Doesn't alter the point that if "apt --list --uprgadeable" doesn't
report what "apt update" would update then it makes it impossible to
script a check for whether there is anything to update.
And given that KDE no longer has any update warning in the System Tray
such a facility is needed, otherwis
** Description changed:
Hi folks,
I've been using dnsmasq for my home DNS needs, which includes returning
null entries for certain domain queries. The specific case in which I
found this segfault was returning null records for Netflix (to
ensure Netflix does not try to use my IPv
After further testing, I can also see the crash occurs without with the
`dns-no-doh.conf` config snippet loaded, even for a regular `A` record
(so the TYPE65 query is also a red herring):
root@budgie:~# dig +short -tA test.netflix.net @127.0.0.1
root@budgie:~# dig +short -tA test.netflix.net @127.
Public bug reported:
Hi folks,
I've been using dnsmasq for my home DNS needs, which includes returning
null entries for certain domain queries. The specific case in which I
found this segfault was returning null records for Netflix (to
ensure Netflix does not try to use my IPv6 tunnel to egr
Public bug reported:
Packages are now being released in Phased updates.
However, it seems that whereas apt (and apt-get, and even Discover?) are
aware of this, the command, "apt list --upgradeable" is unaware of it
and will report that there are upgradable packages which apt(-get)
upgrade will *n
** Also affects: unattended-upgrades (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to e2fsprogs in Ubuntu.
https://bugs.launchpad.net/bugs/1998872
Title:
unattended-update
This has (apparently) been fixed by
https://github.com/systemd/systemd/pull/24220
** Also affects: e2fsprogs (Ubuntu)
Importance: Undecided
Status: New
** Also affects: logrotate (Ubuntu)
Importance: Undecided
Status: New
** Also affects: man-db (Ubuntu)
Importance: Undeci
This also affects various other services.
apt-daily
e2scrub_all
logrotate
man-db
plocate-updatedb
** Description changed:
The ConditionACPower testing code does not work correctly on some
systems. This prevents the unattended-updates systemd service running as
it thinks that a system (a N
Public bug reported:
The ConditionACPower testing code does not work correctly on some
systems. This prevents the unattended-updates systemd service running as
it thinks that a system (a NUC10i3FNYHN) is running on battery. It isn't
- it just has a power supply that can *provide* power over USB.
Actually, it turns out that systemd has its own code to check for AC
power (same/similar logic - perhaps this should be done in a single
system service rather than duplicated between sub-systems?).
So I'll open a bug for this against systemd as well and cross-reference
them.
--
You received this
This is still an issue in Kinetic.
And it's now stopping unattended_upgrades running, as these (now?) have a
condition of ConditionACPower=true
which is not being met even though the system is running on AC (and has no
other way of running).
--
You received this bug notification because you ar
Possibly this?
--- /bin/on_ac_power2019-07-20 16:43:51.0 +0100
+++ ./on_ac_power 2022-09-22 01:44:53.412558622 +0100
@@ -28,6 +28,17 @@
type="$(cat "${FN}/type")"
case "${type}" in
Mains|USB*|BrickID|Wireless)
+# If USB, is it input or output?
I have this issue on an Intel NUC (NUC10i357FN).
The sysfs entry for the power supply does contain a usb_type entry for
it, which contains:
[nuc]: cat usb_type
[C] PD
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to powermgm
(In reply to Lukáš Karas from comment #24)
> Here is my proposed fix in Gwenview:
> https://invent.kde.org/graphics/gwenview/-/merge_requests/125
Do we need a prod on the libexiv2 package as well to indicate that it
needs an update to fix the cause of the crash? (The fix for gwenview to
handle suc
Public bug reported:
Ubuntu version: 20.4
Not sure of package (bluez)? (Whatever handles Bluetooth)
What I expected: File is transferred.
What happened: transfer fails with mysterious error code (0x53) which
sometimes shows up on phone and sometimes doesn't. In any case the
transfer fails.
A
(In reply to Gordon Lack from comment #21)
Seems to be related to how old the jpegs are.
2016 and earlier it crashes.
2017 and late its OK.
Roughly.
If I run gwenview on the command line for a failing one this is what I
see reported:
[gmllaptop]: gwenview DSCN1657.JPG
Created attachment 144559
New crash information added by DrKonqi
gwenview (21.08.1) using Qt 5.15.2
- What I was doing when the application crashed:
Browsing through images with Dolphin. Select to open one in Gwenview.
Crashes every time.
-- Backtrace (Reduced):
#4 __pthread_kill_implementatio
** Description changed:
The replaces_id parameter to org.freedesktop.Notifications.Notify no longer
works correctly at 21.10.
It is OK on 21.04.
- At 21.10 if a message with replaces_id === x ever times out then any
+ At 21.10 if a message with replaces_id == x ever times out then any
fu
This python program shows the problem
*=*=* Cut here *=*=*
#!/usr/bin/python3
# -*- coding: utf-8 -*-
#
from pydbus import SessionBus
from time import sleep
# Global constants
#
item= "org.freedesktop.Notifications"
path= "/org/freedesktop/Notifications"
interface
Public bug reported:
The replaces_id parameter to org.freedesktop.Notifications.Notify no longer
works correctly at 21.10.
It is OK on 21.04.
At 21.10 if a message with replaces_id === x ever times out then any
further message sent with that replaces_id never gets shown. The
timeout-over seems
When pulseaudio crashed:
daniel@RPi4:~$ systemctl --user restart pulseaudio.service
[Child 10555, AudioIPC0] WARNING: 8d8426b0 StateCallback() state 2 cubeb
error: file
/build/firefox-vFiRwG/firefox-89.0.1+build1/dom/media/AudioStream.cpp:654
[Child 10555, MediaDecoderStateMachine #1] WARNING
This is log.
** Attachment added: "pulseaudio.txt"
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1931799/+attachment/5507134/+files/pulseaudio.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in
Pulseaudio crashes, but not regularly. Usually a failure occurs when I listen
music (via VLC, Rhythmbox) or I watch youtube. I heard only noise in the
headphones when this app is crashed.
Only restarting the pulseaudio service helps.
--
You received this bug notification because you are a membe
Public bug reported:
Pulseaudio stops working. After I use the command "systemctl --user
restart pulseaudio.service" ,it's starting to work, but for a while.
ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: pulseaudio 1:13.99.2-1ubuntu2.3
ProcVersionSignature: Ubuntu 5.8.0-1026.29-raspi 5.8.
Public bug reported:
When I start the computer it loads as it always have but when I use the
dropdowns to get a program it just flashes and loads the top program three or
for times. So I then switch off and reboot, This I do two or three times until
it works properly.
Best Regards
Gordon
Public bug reported:
When I start the computer it loads as it always have but when I use the
dropdowns to get a program it just flashes and loads the top program three or
for times. So I then switch off and reboot, This I do two or three times until
it works properly.
Best Regards
Gordon
the results which I did.
When I click on system settings the "About this computer" loads,
I have not switched off since but I switch off the screen when not
in use.
Regards
Gordon Wright
Thank you.
--
You received this bug notification because you are a member of Ubuntu
>> You can override this via command-line, a system config file, or a
local config file + environment variable pointing to it.
Some hints as to how to achieve that "local config file + environment variable"
would be extremely useful.
I've tried it and got nowhere, although I know that setting SEC
Public bug reported:
I'm on 20.04 LTS (Focal Fossa). (Kubuntu)
openssl (I'm on 1.1.1f-1ubuntu2) appears to now be set to use a minimum
of TLSv1.2
This is despite the fact that the Changelog
(https://launchpad.net/ubuntu/+source/openssl/+changelog) says:
Revert "Enable system default confi
I had a problem with a *missing* internal microphone today (well, I spotted it
today - probably been like this for ages...).
Note that this was PulseAudio saying that there were no input devices.
The problem (as I eventually spotted) was that I'd set the Profile to be
Analgue Stereo Output (under
I did this yesterday per request and marked it as confirmed. I just
completed this for a second time agreeing to send some data which
mentioned pulse-audio, etc., to you all. It completed at 16:39 local
time, Miami.
--
You received this bug notification because you are a member of Ubuntu
Touch s
apport information
** Attachment added: "IwConfig.txt"
https://bugs.launchpad.net/bugs/1821936/+attachment/5250288/+files/IwConfig.txt
--
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.la
apport information
** Attachment added: "Lspci.txt"
https://bugs.launchpad.net/bugs/1821936/+attachment/5250289/+files/Lspci.txt
--
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
apport information
** Attachment added: "WifiSyslog.txt"
https://bugs.launchpad.net/bugs/1821936/+attachment/5250297/+files/WifiSyslog.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bug
apport information
** Attachment added: "UdevDb.txt"
https://bugs.launchpad.net/bugs/1821936/+attachment/5250296/+files/UdevDb.txt
--
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.launchp
apport information
** Attachment added: "RfKill.txt"
https://bugs.launchpad.net/bugs/1821936/+attachment/5250295/+files/RfKill.txt
--
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.launchp
apport information
** Attachment added: "ProcCpuinfoMinimal.txt"
https://bugs.launchpad.net/bugs/1821936/+attachment/5250292/+files/ProcCpuinfoMinimal.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubu
apport information
** Attachment added: "ProcInterrupts.txt"
https://bugs.launchpad.net/bugs/1821936/+attachment/5250293/+files/ProcInterrupts.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
htt
apport information
** Attachment added: "ProcModules.txt"
https://bugs.launchpad.net/bugs/1821936/+attachment/5250294/+files/ProcModules.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://b
apport information
** Attachment added: "ProcCpuinfo.txt"
https://bugs.launchpad.net/bugs/1821936/+attachment/5250291/+files/ProcCpuinfo.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://b
apport information
** Attachment added: "Lsusb.txt"
https://bugs.launchpad.net/bugs/1821936/+attachment/5250290/+files/Lsusb.txt
--
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
apport information
** Tags added: apport-collected bionic
** Description changed:
I find this to be an issue with current LTS 18.04's latest 4.19 kernel.
I tested this on mainline 4.20 and 5.0 kernels as well.
No audio because ALC274 not properly loaded for use, so no audio output.
A
apport information
** Attachment added: "CurrentDmesg.txt"
https://bugs.launchpad.net/bugs/1821936/+attachment/5250287/+files/CurrentDmesg.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https:/
apport information
** Attachment added: "CRDA.txt"
https://bugs.launchpad.net/bugs/1821936/+attachment/5250286/+files/CRDA.txt
--
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.n
See post #5 at https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1784485
It references another Linux variant (eww). But, reading their thread
you will find that they made a patch in December 2018 to solve the 294
issue. Then, the bug report for Ubuntu let to y'all doing the same.
I've
No, my point is that I tried other kernel versions to see if it was
patched. No kernel world with ACL274 on this machine. Windows works
great.
4.18, installed with Ubuntu 18.04.2, to 5.0 were tested with the same
results. The issue persists.
Sorry for the confusion.
How do I get this to stop bei
Apologies my first run of apport was mainline 5.0. I immediately
rebooted and use a standard default kernel for 18.04. I deleted both
mainlines since they didn't solve my issue anyway.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscri
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
--
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/1821936
Title:
ALC274 unsupported
Status in alsa-d
** Also affects: linux (Ubuntu)
Importance: Undecided
Status: New
--
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/1821936
Title:
ALC274 unsupported
Status in
Public bug reported:
I find this to be an issue with current LTS 18.04's latest 4.19 kernel.
I tested this on mainline 4.20 and 5.0 kernels as well.
No audio because ALC274 not properly loaded for use, so no audio output.
A related card had a similar bug, which was fixed, and may be of use in
res
@sil2100 it works for me as long as I set AuthType Default for / (which
I didn't have to set before but I'm happy to set it now)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1
This is *still* an issue nearly a year on.
A better test line is actually this, which checks for anacron being
present before checking whether it is enabled:
( test -x /usr/sbin/anacron && systemctl -q is-enabled anacron )
The () are needed.
--
You received this bug notification because you ar
If I also set "AuthType Default" for "/" then the cups 2.2.7-1ubuntu2.4 works.
I did not have this set in 14.04 or 16.04.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1783298
cups 2.2.7-1ubuntu2.4 from proposed has exactly the same symptoms for me
- prompts for password when printing. So the original issue seems to be
different from Esko's.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ub
** Also affects: systemd (Ubuntu)
Importance: Undecided
Status: New
--
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/1807286
Title:
systemd SEGV freezing on instal
Has it been fixed in/checked for 18.10 (Cosmic)?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to packagekit in Ubuntu.
https://bugs.launchpad.net/bugs/1790613
Title:
Regression: packagekit crashes updating itself to a new v
>> I don't think there is a solution for this problem.
So why has it only started to happen recently?
What about treating it like a kernel update - don't restart the process
but schedule/request a reboot?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded pack
Hi,
I installed apt 1.2.28 from proposed on a xenial server with the linux-
cloud-tools packages installed and it added linux-cloud-tools to the
VersionedKernelPackages section of /etc/apt/apt.conf.d/01autoremove.
It did not add linux-cloud-tools lines to the 01autoremove-kernels file.
This did n
Found the answer - I needed to install lxsession-edit, and that gives me
the "Policykit Authentication Agent" tickbox. Now all is well.
One oddity though: on a fresh install of Lubuntu 18.04, everything works
as expected - yet the Policykit Authentication Agent box is
unchecked... Can anyone ex
This looks like the problem I have in Lubuntu 18.04 (but only in systems
upgraded from 16.04 - new installs seem fine).
But I can't find the magic "Policykit Authentication Agent" tickbox in
Lubuntu: where is it hiding?
--
You received this bug notification because you are a member of Ubuntu
Tou
Happened again last night when:
gir1.2-packagekitglib-1.0
libpackagekit-glib2-18
packagekit
packagekit-tools
went from 1.1.9-1ubuntu2 to 1.1.9-1ubuntu2.18.04.1.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to
Unfortunately my possible workaround in comments 3 & 4 only partially
work - cups stops prompting for a password but its smb backend
(/usr/lib/x86_64-linux-gnu/samba/smbspool_krb5_wrapper) does not receive
the AUTH_UID is not set and therefore cannot spool the job the a Windows
print server.
I'm a
Here is my proposed solution (attached) to the problem - I do not claim
to fully understand cups' authentication system but it seems to me from
looking at the old code to cups/auth.c and the new broken code that this
patch would make the unix domain socket authentication work the same as
it did bef
My suggested work around above does not fix the issue (completely)
because systemd is in charge of the socket - so as well as commenting
out "Listen /run/cups/cups.sock" in /etc/cups/cupsd.conf you have to
also do the following:
systemctl stop cups.service
systemctl stop cups.socket
rm /run/cups/c
It appears that it first stops working in cups version 2.2.7 when there
is a major change in cups/auth.c.
It is still broken in the current cups github repo master branch.
I have noticed it works correctly if you disable the unix domain socket,
e.g. comment out
Listen /run/cups/cups.sock
in /et
The above setup work fine in Ubuntu 17.10 as well which uses cups 2.2.4
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1783298
Title:
AuthInfoRequired negotiate in cups 2.2.7
Public bug reported:
Hi,
We have our printers configured to print to a Windows print server. In
Ubuntu 14.04 and 16.04 our setup works fine but in 18.04 our setup seems
to be acting more like AuthInfoRequired username,password i.e. it
prompts for a password when printing rather than using the av
Public bug reported:
Upgrade failed (or at least reported an error). Ubuntu 18.04.
ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: libkmod2 24-1ubuntu3 [modified:
usr/share/doc/libkmod2/changelog.Debian.gz]
ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
Uname: Linux 4.15.0-2
This is still a bug in 18.04 (and was in 17.10 as well).
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/688148
Title:
Unexpected behaviour when choosing "Other problem"
St
Public bug reported:
The packagekit package has just been updated by discover (Kubuntu) from 1.1.7-1
to 1.1.7-1ubuntu0.1.
Discover reported that the packagekit daemon had crashed.
The resulting dpkg status is:
[parent]: dpkg-query -l 'packagekit*'
Desired=Unknown/Install/Remove/Purge/Hold
| Sta
> A lot of the time, people's login name gets renamed from a central
authority...
Another solution would be to get that policy changed, as it's not a good one.
Such a policy would be a nightmare in any industry that has to track who does
what for regulatory purposes, where user ids should be cons
Actually
systemctl -q is-enabled anacron 2>/dev/null
works to, and is shorter (and more intuitive).
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cron in Ubuntu.
https://bugs.launchpad.net/bugs/1759846
Title:
Incorrec
Public bug reported:
/etc/crontab uses
test -x /usr/sbin/anacron
for whether anacron is handling the daily/weekly/monthly cron jobs on a system.
This means that if anacron is installed it is assumed to be running.
However, this is a service, and can be disabled and since the package is
insta
This isn't a 17.10 regression - it's been happening for a few years,
e.g.:
https://bugs.launchpad.net/mos/+bug/1475019
And, FWIW, I added the flags=(attach_disconnected) to the config file
yesterday on one of my systems and whereas it does seem to have removed
the operation="sendmsg" reports,
Oh, and there is also:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1727202
with a proposed fix from a few a days ago, at least for some of this.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor in Ubuntu.
htt
It's not new. This has been reported before.
See:
https://bugs.launchpad.net/mos/+bug/1475019
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor in Ubuntu.
https://bugs.launchpad.net/bugs/1733070
Title:
ntp apparmo
I have slightly different behavior but the same ultimate result.
After two minutes in the root shell, the friendly-rescue menu shows up
again, conflicting in a bizarre way with the existing prompt; sometimes
keystrokes affect one process and sometimes the other, sometimes both
somehow. They write
Any updates on this? Are there plans to release a faster python build
for Xenial?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python2.7 in Ubuntu.
https://bugs.launchpad.net/bugs/1638695
Title:
Python 2.7.12 performance
Public bug reported:
When running kernel version 4.4.0-78 (for example) and the unattended-
upgrade packages installs a new kernel 4.4.0-79 (for example) the linux-
cloud-tools-4.4.0-78 and linux-cloud-tools-4.4.0-78-generic packages are
removed by the Remove-Unused-Dependencies rule, because unli
1 - 100 of 124 matches
Mail list logo