[Touch-packages] [Bug 1980991] Re: /usr/sbin/on_ac_power incorrectly reporting ac power status

2025-05-10 Thread Gordon Lack
>> 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

[Touch-packages] [Bug 1980991] Re: /usr/sbin/on_ac_power incorrectly reporting ac power status

2025-04-28 Thread Gordon Lack
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

[Touch-packages] [Bug 2084854] Re: last and lastb missing in 24.10

2025-02-12 Thread Gordon Lack
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

[Touch-packages] [Bug 2084854] Re: last and lastb missing in 24.10

2025-02-12 Thread Gordon Lack
>> 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

[Touch-packages] [Bug 2084854] Re: last and lastb missing in 24.10

2025-02-10 Thread Gordon Lack
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

[Touch-packages] [Bug 1980991] Re: /usr/sbin/on_ac_power incorrectly reporting ac power status

2024-12-08 Thread Gordon Lack
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

[Touch-packages] [Bug 1980991] Re: /usr/sbin/on_ac_power incorrectly reporting ac power status

2024-11-29 Thread Gordon Lack
>>> 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

[Touch-packages] [Bug 1980991] Re: /usr/sbin/on_ac_power incorrectly reporting ac power status

2024-11-21 Thread Gordon Lack
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

[Touch-packages] [Bug 1980991] Re: /usr/sbin/on_ac_power incorrectly reporting ac power status

2024-11-21 Thread Gordon Lack
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

[Touch-packages] [Bug 1980991] Re: /usr/sbin/on_ac_power incorrectly reporting ac power status

2024-11-21 Thread Gordon Lack
[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

[Touch-packages] [Bug 1980991] Re: /usr/sbin/on_ac_power incorrectly reporting ac power status

2024-11-20 Thread Gordon Lack
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=

[Touch-packages] [Bug 2084854] Re: last and lastb missing in 24.10

2024-11-17 Thread Gordon Lack
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

[Touch-packages] [Bug 2084854] Re: last and lastb missing in 24.10

2024-10-20 Thread Gordon Lack
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.

[Touch-packages] [Bug 2084854] Re: last and lastb missing in 24.10

2024-10-20 Thread Gordon Lack
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

[Touch-packages] [Bug 2084854] Re: last and lastb missing in 24.10

2024-10-20 Thread Gordon Lack
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

[Touch-packages] [Bug 2084854] [NEW] last and lastb missing in 24.10

2024-10-17 Thread Gordon Lack
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

[Touch-packages] [Bug 1980991] Re: /usr/sbin/on_ac_power incorrectly reporting ac power status

2024-01-25 Thread Gordon Lack
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

[Touch-packages] [Bug 1949615] Re: Notify method not working correctly in 21.10 (impish)

2023-07-04 Thread Gordon Lack
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

[Touch-packages] [Bug 1980991] Re: /usr/sbin/on_ac_power incorrectly reporting ac power status

2023-06-09 Thread Gordon Lack
/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,

[Touch-packages] [Bug 1998872] Re: unattended-updates failing in kinetic as AC power detection is bugged

2023-06-09 Thread Gordon Lack
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

[Touch-packages] [Bug 1971242] Re: printing PDF appears always grey, no color

2023-05-12 Thread Ian Gordon
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

[Touch-packages] [Bug 2015513] Re: apt list --upgradeable does not show what can be upgraded!

2023-04-19 Thread Gordon Lack
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

[Touch-packages] [Bug 2015562] Re: Segfault in dnsmasq when using certain static domain entries + DoH (bugfix possibly exists upstream)

2023-04-07 Thread Gordon G
** 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

[Touch-packages] [Bug 2015562] Re: Segfault in dnsmasq when using certain static domain entries + DoH (bugfix possibly exists upstream)

2023-04-07 Thread Gordon G
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.

[Touch-packages] [Bug 2015562] [NEW] Segfault in dnsmasq when using certain static domain entries + DoH (bugfix possibly exists upstream)

2023-04-07 Thread Gordon G
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

[Touch-packages] [Bug 2015513] [NEW] apt list --upgradeable does not show what can be upgraded!

2023-04-06 Thread Gordon Lack
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

[Touch-packages] [Bug 1998872] Re: unattended-updates failing in kinetic as AC power detection is bugged

2022-12-06 Thread Gordon Lack
** 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

[Touch-packages] [Bug 1998872] Re: unattended-updates failing in kinetic as AC power detection is bugged

2022-12-06 Thread Gordon Lack
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

[Touch-packages] [Bug 1998872] Re: unattended-updates failing in kinetic as AC power detection is bugged

2022-12-06 Thread Gordon Lack
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

[Touch-packages] [Bug 1998872] [NEW] unattended-updates failing in kinetic as AC power detection is bugged

2022-12-05 Thread Gordon Lack
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.

[Touch-packages] [Bug 1980991] Re: /usr/sbin/on_ac_power incorrectly reporting ac power status

2022-12-05 Thread Gordon Lack
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

[Touch-packages] [Bug 1980991] Re: /usr/sbin/on_ac_power incorrectly reporting ac power status

2022-12-05 Thread Gordon Lack
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

[Touch-packages] [Bug 1980991] Re: /usr/sbin/on_ac_power incorrectly reporting ac power status

2022-09-21 Thread Gordon Lack
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?

[Touch-packages] [Bug 1980991] Re: /usr/sbin/on_ac_power incorrectly reporting ac power status

2022-09-21 Thread Gordon Lack
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

[Touch-packages] [Bug 1941752]

2021-12-18 Thread Gordon Lack
(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

[Touch-packages] [Bug 1955087] [NEW] bluetooth cannot transfer files to phone although connected

2021-12-16 Thread Gordon Fitch
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

[Touch-packages] [Bug 1941752]

2021-12-15 Thread Gordon Lack
(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

[Touch-packages] [Bug 1941752]

2021-12-15 Thread Gordon Lack
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

[Touch-packages] [Bug 1949615] Re: Notify method not working correctly in 21.10 (impish)

2021-11-03 Thread Gordon Lack
** 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

[Touch-packages] [Bug 1949615] Re: Notify method not working correctly in 21.10 (impish)

2021-11-03 Thread Gordon Lack
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

[Touch-packages] [Bug 1949615] [NEW] Notify method not working correctly in 21.10 (impish)

2021-11-03 Thread Gordon Lack
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

[Touch-packages] [Bug 1931799] Re: audio not working on Raspberry Pi 4

2021-06-25 Thread Gordon Fresh
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

[Touch-packages] [Bug 1931799] Re: audio not working on Raspberry Pi 4

2021-06-25 Thread Gordon Fresh
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

[Touch-packages] [Bug 1931799] Re: audio not working on Raspberry Pi 4

2021-06-25 Thread Gordon Fresh
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

[Touch-packages] [Bug 1931799] [NEW] audio not working on Raspberry Pi 4

2021-06-13 Thread Gordon Fresh
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.

[Touch-packages] [Bug 1887683] [NEW] I Have no system settings

2020-07-15 Thread Gordon A Wright
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

[Touch-packages] [Bug 1887685] [NEW] I Have no system settings

2020-07-15 Thread Gordon A Wright
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

Re: [Touch-packages] [Bug 1886412] Re: $ ubuntu-bug xorg

2020-07-08 Thread Gordon A Wright
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

[Touch-packages] [Bug 1864689] Re: openssl in 20.04 can't connect to site that was fine in 19.10 and is fine in Chrome and Firefox

2020-05-14 Thread Gordon Lack
>> 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

[Touch-packages] [Bug 1878519] [NEW] Unable to use TLSv1.1 to connect to external servers

2020-05-13 Thread Gordon Lack
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

[Touch-packages] [Bug 1523100] Re: Alsa not detecting internal microphone [ALC255] (Realtek)

2020-04-19 Thread Gordon Lack
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

[Touch-packages] [Bug 1821936] Re: ALC274 unsupported

2019-03-28 Thread Derek Gordon
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

[Touch-packages] [Bug 1821936] IwConfig.txt

2019-03-28 Thread Derek Gordon
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

[Touch-packages] [Bug 1821936] Lspci.txt

2019-03-28 Thread Derek Gordon
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

[Touch-packages] [Bug 1821936] WifiSyslog.txt

2019-03-28 Thread Derek Gordon
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

[Touch-packages] [Bug 1821936] UdevDb.txt

2019-03-28 Thread Derek Gordon
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

[Touch-packages] [Bug 1821936] RfKill.txt

2019-03-28 Thread Derek Gordon
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

[Touch-packages] [Bug 1821936] ProcCpuinfoMinimal.txt

2019-03-28 Thread Derek Gordon
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

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

2019-03-28 Thread Derek Gordon
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

[Touch-packages] [Bug 1821936] ProcModules.txt

2019-03-28 Thread Derek Gordon
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

[Touch-packages] [Bug 1821936] ProcCpuinfo.txt

2019-03-28 Thread Derek Gordon
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

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

2019-03-28 Thread Derek Gordon
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

[Touch-packages] [Bug 1821936] Re: ALC274 unsupported

2019-03-28 Thread Derek Gordon
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

[Touch-packages] [Bug 1821936] CurrentDmesg.txt

2019-03-28 Thread Derek Gordon
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:/

[Touch-packages] [Bug 1821936] CRDA.txt

2019-03-28 Thread Derek Gordon
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

[Touch-packages] [Bug 1821936] Re: ALC274 unsupported

2019-03-28 Thread Derek Gordon
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

[Touch-packages] [Bug 1821936] Re: ALC274 unsupported

2019-03-28 Thread Derek Gordon
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

[Touch-packages] [Bug 1821936] Re: ALC274 unsupported

2019-03-27 Thread Derek Gordon
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

[Touch-packages] [Bug 1821936] Re: ALC274 unsupported

2019-03-27 Thread Derek Gordon
** 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

[Touch-packages] [Bug 1821936] Re: ALC274 unsupported

2019-03-27 Thread Derek Gordon
** 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

[Touch-packages] [Bug 1821936] [NEW] ALC274 unsupported

2019-03-27 Thread Derek Gordon
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

[Touch-packages] [Bug 1783298] Re: [SRU] AuthInfoRequired negotiate in cups 2.2.7 in Bionic does not work

2019-03-18 Thread Ian Gordon
@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

[Touch-packages] [Bug 1759846] Re: Incorrect test used for anacron being active

2019-03-16 Thread Gordon Lack
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

[Touch-packages] [Bug 1783298] Re: [SRU] AuthInfoRequired negotiate in cups 2.2.7 in Bionic does not work

2019-03-11 Thread Ian Gordon
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

[Touch-packages] [Bug 1783298] Re: [SRU] AuthInfoRequired negotiate in cups 2.2.7 in Bionic does not work

2019-03-11 Thread Ian Gordon
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

[Touch-packages] [Bug 1807286] Re: systemd SEGV freezing on install of virtualbox

2018-12-19 Thread Gordon Lack
** 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

[Touch-packages] [Bug 1790613] Re: Regression: packagekit crashes updating itself to a new version

2018-10-25 Thread Gordon Lack
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

[Touch-packages] [Bug 1790613] Re: Regression: packagekit crashes updating itself to a new version

2018-10-11 Thread Gordon Lack
>> 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

[Touch-packages] [Bug 1698159] Re: linux-cloud-tools version specific packages are being removed by unattended-upgrade's Remove-Unused-Dependencies

2018-10-02 Thread Ian Gordon
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

[Touch-packages] [Bug 976638] Re: pkexec does not find any authentication agent

2018-09-29 Thread Gordon Hay
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

[Touch-packages] [Bug 976638] Re: pkexec does not find any authentication agent

2018-09-29 Thread Gordon Hay
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

[Touch-packages] [Bug 1766932] Re: packagekit daemon crashed from Discover. Requires a manual 'dpkg --configure -a' to correct.

2018-09-03 Thread Gordon Lack
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

[Touch-packages] [Bug 1783298] Re: AuthInfoRequired negotiate in cups 2.2.7 in Bionic does not work

2018-08-13 Thread Ian Gordon
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

[Touch-packages] [Bug 1783298] Re: AuthInfoRequired negotiate in cups 2.2.7 in Bionic does not work

2018-08-01 Thread Ian Gordon
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

[Touch-packages] [Bug 1783298] Re: AuthInfoRequired negotiate in cups 2.2.7 in Bionic does not work

2018-08-01 Thread Ian Gordon
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

[Touch-packages] [Bug 1783298] Re: AuthInfoRequired negotiate in cups 2.2.7 in Bionic does not work

2018-07-29 Thread Ian Gordon
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

[Touch-packages] [Bug 1783298] Re: AuthInfoRequired negotiate in cups 2.2.7 in Bionic does not work

2018-07-29 Thread Ian Gordon
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

[Touch-packages] [Bug 1783298] [NEW] AuthInfoRequired negotiate in cups 2.2.7 in Bionic does not work

2018-07-24 Thread Ian Gordon
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

[Touch-packages] [Bug 1782950] [NEW] package libkmod2 24-1ubuntu3 [modified: usr/share/doc/libkmod2/changelog.Debian.gz] failed to install/upgrade: trying to overwrite shared '/usr/share/doc/libkmod2/

2018-07-21 Thread Gordon P. Hemsley
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

[Touch-packages] [Bug 688148] Re: Unexpected behaviour when choosing "Other problem"

2018-05-02 Thread Gordon Lack
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

[Touch-packages] [Bug 1766932] [NEW] packagekit daemon crashed from Discover. Requires a manual 'dpkg --configure -a' to correct.

2018-04-25 Thread Gordon Lack
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

[Touch-packages] [Bug 73398] Re: crontab in /var/spool/cron/crontabs are stored by username

2018-04-03 Thread Gordon Lack
> 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

[Touch-packages] [Bug 1759846] Re: Incorrect test used for anacron being active

2018-04-03 Thread Gordon Lack
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

[Touch-packages] [Bug 1759846] [NEW] Incorrect test used for anacron being active

2018-03-29 Thread Gordon Lack
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

[Touch-packages] [Bug 1727202] Re: [17.10 regression] AppArmor ntp denial: Failed name lookup - disconnected path

2017-12-28 Thread Gordon Lack
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,

[Touch-packages] [Bug 1733070] Re: ntp apparmor profile problem

2017-12-27 Thread Gordon Lack
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

[Touch-packages] [Bug 1733070] Re: ntp apparmor profile problem

2017-12-27 Thread Gordon Lack
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

[Touch-packages] [Bug 1662137] Re: 16.04 recovery shell works only for two minutes

2017-09-08 Thread Gordon
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

[Touch-packages] [Bug 1638695] Re: Python 2.7.12 performance regression

2017-07-31 Thread Joe Gordon
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

[Touch-packages] [Bug 1698159] [NEW] linux-cloud-tools version specific packages are being removed by unattended-upgrade's Remove-Unused-Dependencies

2017-06-15 Thread Ian Gordon
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   2   >