[Touch-packages] [Bug 1982108] Re: SRU: update python3.10 to the 3.10.5 release in 22.04 LTS

2022-08-23 Thread Nathan Rennie-Waldock
I can confirm this resolves the issue of embedded interpreters crashing (tested with Kodi). Versions used: ii libpython3-dev:amd64 3.10.6-1~22.04 amd64header files and a static library for Python (default) ii libpython3-stdlib:amd64

[Touch-packages] [Bug 1973642] [NEW] [REGRESSION] Unable to connect to EAP-TLS networks

2022-05-16 Thread Nathan Rennie-Waldock
Public bug reported: Fresh install of Xubuntu 22.04, currently with network-manager 1.36.4-2ubuntu1 Attempting to connect to an EAP-TLS network fails with: NetworkManager[703]: [1652732829.9142] device (wlp0s12f0): Activation: (wifi) connection 'AP' has security, and secrets exist. No new

[Touch-packages] [Bug 1535840] Re: systemd ignoring /etc/modules due to blacklist

2022-02-23 Thread Nathan Rennie-Waldock
This issue makes it annoying to load watchdog drivers, as systemd now supports hardware watchdogs they'd have to be added to rc.local or a custom service. The pre-systemd behaviour only applied the blacklist with udev, not when processing /etc/modules(-load.d) so that they could be prevented from

[Touch-packages] [Bug 1943637] [NEW] Screensaver is invisible when activated by lid close

2021-09-14 Thread Nathan Rennie-Waldock
Public bug reported: My power management settings are set to lock screen when the lid is closed. When this happens, the screensaver activates, but is not visible (desktop can't be interacted with, typing password and pressing enter unlocks it). I'm running Xubuntu and have tried: * xscreensaver

[Touch-packages] [Bug 1877762] Re: 1360x768 Vega graphics display staggered

2021-07-03 Thread Nathan Rennie-Waldock
Seeing this too with a fresh install of Xubuntu 20.04.2 on a Ryzen Embedded V1605B I've tested kernel 5.11, 5.12.13 and 5.13, only 5.13 was working correctly. Booting with nomodeset also corrected the display ** Attachment added: "Xubuntu 20.04.2 live CD (5.8 kernel with default options)"

[Touch-packages] [Bug 1086783] Re: New PolicyKit 0.106 changes configuration file format

2016-08-29 Thread Nathan Rennie-Waldock
Could policykit be updated if it was ported to mozjs45? It would be good if we could see it updated eventually as the javascript rules are much more flexible (one use would be restricting users to specific domains with libvirt). -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1447654] Re: installing policykit-1 hangs under systemd

2015-10-21 Thread Nathan Rennie-Waldock
Yes, policykit-1 0.105-8ubuntu4 fixes this for me. Same steps as before: apt-get purge apport policykit-1: apt-get install apport policykit-1 ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1447654] Re: installing policykit-1 hangs under systemd

2015-06-13 Thread Nathan Rennie-Waldock
Just tested wily (20150613), still hangs. Same steps as before: Install apt-get purge apport policykit-1 reboot apt-get install apport policykit-1 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to policykit-1 in Ubuntu.

[Touch-packages] [Bug 1447654] Re: installing policykit-1 hangs under systemd

2015-04-28 Thread Nathan Rennie-Waldock
Alright, looked at it some more. Installing policykit-1, then apport works fine. But if I install them together, it hangs. Works: apt-get install policykit-1; apt-get install apport Hangs on systemd triggers: apt-get purge apport policykit-1; apt-get install apport policykit-1 I've managed to

[Touch-packages] [Bug 1447654] Re: installing policykit-1 hangs under systemd

2015-04-27 Thread Nathan Rennie-Waldock
Same error unfortunately. Selecting previously unselected package policykit-1. Preparing to unpack .../policykit-1_0.105-8ubuntu3_amd64.deb ... Unpacking policykit-1 (0.105-8ubuntu3) ... Processing triggers for shared-mime-info (1.3-1) ... Processing triggers for man-db (2.7.0.2-5) ... Processing

[Touch-packages] [Bug 1442970] [NEW] Connecting to TLSv1.2 only servers fails without explicitly specifying protocol

2015-04-11 Thread Nathan Rennie-Waldock
Public bug reported: Package version: 1.0.1-4ubuntu5.25 Recently one of my IRC networks changed to TLSv1.2 only and I was unable to connect. The version of OpenSSL in precise appears to have problems connecting to servers that only accept TLSv1.2. ZNC: *status Disconnected from IRC

[Touch-packages] [Bug 1359439] Re: [ 7.287663] systemd-logind[1057]: Failed to start unit user@126.service: Unknown unit: user@126.service

2015-02-23 Thread Nathan Rennie-Waldock
This is actually in systemd, not systemd-shim. I patched systemd-shim to ignore unknown unit warning, so then I get a warning from systemd-logind: systemd-logind[1414]: Failed to start user service: Message did not receive a reply (timeout by message bus) So it's being started by the login

[Touch-packages] [Bug 1403982] Re: mini.iso installer cannot load additional components

2015-01-19 Thread Nathan Rennie-Waldock
Installer hasn't been rebuilt yet. Hopefully someone will do it soon. ** Also affects: debian-installer (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gnupg in Ubuntu.

[Touch-packages] [Bug 1196693] Re: Cannot boot degraded RAID1 array with LUKS partition

2015-01-08 Thread Nathan Rennie-Waldock
** Tags added: utopic -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1196693 Title: Cannot boot degraded RAID1 array with LUKS partition Status in

[Touch-packages] [Bug 1403982] Re: mini.iso installer cannot load additional components

2015-01-08 Thread Nathan Rennie-Waldock
I've just hit this trying to do a netinstall of vivid. Looking at the source, algorithm 10 is sha512. The binary for the installer is built with --enable-minimal, which disables sha512, but then it isn't specifically enabled. Attached patch to enable it. I've tested this by building it myself

[Touch-packages] [Bug 1196693] Re: Cannot boot degraded RAID1 array with LUKS partition

2015-01-07 Thread Nathan Rennie-Waldock
I'm currently testing this in a 14.04.1 virtual machine. After disconnecting one HDD, boot stays on Waiting for encrypted source device..., then drops to a shell (tried a few times before looking into it). /proc/mdstat shows the array is assembled, but not been started. Manually starting it

[Touch-packages] [Bug 1027760] Re: utmp records do not have X display address in host field

2014-09-23 Thread Nathan Rennie-Waldock
Is this still going to be included in precise? It's not in 12.04.5 $ apt-cache policy lightdm lightdm: Installed: 1.2.3-0ubuntu2.5 Candidate: 1.2.3-0ubuntu2.5 Version table: *** 1.2.3-0ubuntu2.5 0 500 http://archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages