[Touch-packages] [Bug 551637] Re: debconf seems to require a controlling TTY even when no interaction is required

2023-03-19 Thread Richard Elkins
** Changed in: debconf (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to debconf in Ubuntu. https://bugs.launchpad.net/bugs/551637 Title: debconf seems to require a controlling

[Touch-packages] [Bug 706011] Re: gpg --key-gen doesn't have enough entropy and rng-tools install/start fails

2023-03-19 Thread Richard Elkins
** Changed in: gnupg (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gnupg in Ubuntu. https://bugs.launchpad.net/bugs/706011 Title: gpg --key-gen doesn't have enough entropy and

[Touch-packages] [Bug 1098197] Re: apport-gtk crashed with struct.error in read32(): unpack requires a bytes object of length 4

2023-03-19 Thread Richard Elkins
Cannot reproduce in Ubuntu 22.04.2 LTS. ** Changed in: apport Status: New => Fix Released -- 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/1098197 Title: apport-gtk

[Touch-packages] [Bug 1332623] Re: Thunar behaves inconsistently with USB flash drive FAT32 partitions

2023-03-19 Thread Richard Elkins
** Changed in: glib2.0 (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/1332623 Title: Thunar behaves inconsistently with

[Touch-packages] [Bug 551637] Re: debconf seems to require a controlling TTY even when no interaction is required

2019-09-19 Thread Richard Elkins
I found a fix that works for me: `export DEBIAN_FRONTEND=noninteractive` I execute that just prior to any debconf steps. E.g. I use this on my headless systems around my home: export DEBIAN_FRONTEND=noninteractive apt-get -y update apt-get -y dist-upgrade apt-get -y autoclean apt-get -y

[Touch-packages] [Bug 551637] Re: debconf seems to require a controlling TTY even when no interaction is required

2018-03-03 Thread Richard Elkins
This bug is almost 8 year old. Any interest in fixing it? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to debconf in Ubuntu. https://bugs.launchpad.net/bugs/551637 Title: debconf seems to require a controlling TTY even

[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-06-30 Thread Richard Elkins
Same as #78 (good!) with an Epson XP-410 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lsb in Ubuntu. https://bugs.launchpad.net/bugs/1536353 Title: [regression] Printer drivers install is broken as lsb package is not

[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-05-12 Thread Richard Elkins
Thanks for your efforts, Till. Sounds reasonable to me. Can I assume that someone has or will have it on their list to reintegrate lsb into 16.10? Until I am contacted during the 16.04 Stable Release Update (SRU) process, I will go back to using Trusty for the lsb modules:

[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-05-12 Thread Richard Elkins
Arup, All I did was add Ubuntu Trusty as a last-gasp APT repository in the list. That is how I was able to install the 14.04 lsb etc. when they did not exist in 16.04. Till is going to: 1 - Migrate the latest pre-16.04 lsb etc. to 16.04. 2 - Make sure that lsb_release.py reverts to reporting

[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-05-12 Thread Richard Elkins
sudo apt install lsb Reading package lists... Done Building dependency tree Reading state information... Done Package lsb is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E:

[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-05-12 Thread Richard Elkins
If you want to experiment on me, I can get rid of my 14.04 APT references, uninstall lsb, and start over to verify your fix. I can actually do that on two different machines. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-05-12 Thread Richard Elkins
Till, I currently have the 14.04 lsb modules installed. I saved /usr/share/pyshared/lsb_release.py as /usr/share/pyshared/lsb_release.py.HOLD and replaced it with lsb_release-with-package-checks.py, renamed as lsb_release.py. Before: `lsb_release` No LSB modules are available. After:

[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-05-12 Thread Richard Elkins
Arup, are you sure that you haven't mixed the effects of #35 (openprinting forums) with the other work-arounds? #34 is essentially like the 14.04 environment as far as lsb is concerned. It worked perfectly based on a clean install of 16.04 then adding 'deb http://cz.archive.ubuntu.com/ubuntu

[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-05-10 Thread Richard Elkins
Work-around for everyone, I believe. I uninstalled my suggestion of message #16 and followed this myself. 1. Append the following line to /etc/apt/sources.list (E.g. sudo vi /etc/apt/sources.list): deb http://cz.archive.ubuntu.com/ubuntu trusty main 2. sudo apt update; sudo apt

[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-05-09 Thread Richard Elkins
I cannot understand why Xenial (16.04) dropped lsb in the first place given how much dependency exists. However, I have tried two of the suggested solutions and the printer-driver-escpr package provides basic printing functions for my Epson XP-410 (I lucked out). I'll try to summarize this

[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-05-08 Thread Richard Elkins
See message #16. Does this work for those still trying to find a usable Epson printer driver? It worked fine for a few of us. No need for "lsb". -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lsb in Ubuntu.

[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-04-23 Thread Richard Elkins
Two different Epson printers are working with the printer-driver-escpr package. ** Project changed: lsb => epson-inkjet-printer-escpr (Ubuntu) ** Changed in: epson-inkjet-printer-escpr (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a

[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-04-23 Thread Richard Elkins
After re-installing Xubuntu 16.04 this morning, I was able to find a suitable driver for my Epson XP-410 printer by adding the package, printer-driver-escpr. There was no requirement for lsb as a prerequisite. dpkg -L printer-driver-escpr /. /usr /usr/lib /usr/lib/printer-driver-escpr

[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-04-16 Thread Richard Elkins
If I could change the "fix released" to "confirmed", I would but I cannot. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lsb in Ubuntu. https://bugs.launchpad.net/bugs/1536353 Title: [regression] Printer drivers install

[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-04-16 Thread Richard Elkins
Sorry, Till. The laptop can no longer access the Epson XP-410 printer. The laptop needs printer access. So, I installed Linux Mint which has the lsb package. No issues anymore for the user of this laptop. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1498692] Re: Network Manager wired Ethernet stuck in "getting IP config" after resume from suspend

2016-03-26 Thread Richard Elkins
Issue is gone in Xubuntu 16.04.Beta-2: pm-utils 1.4.1-16, network- manager 1.0.4-0ubuntu10, and kernel version 4.4.0-15-generic. ** Changed in: network-manager (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1559597] Re: [HP Pavilion dv3-1075us Laptop] Invisible cursor after resume from suspend in Xubuntu 14.04.04

2016-03-26 Thread Richard Elkins
** Changed in: xorg (Ubuntu) Status: Incomplete => Fix Released -- 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/1559597 Title: [HP Pavilion dv3-1075us Laptop]

[Touch-packages] [Bug 1559597] Re: [HP Pavilion dv3-1075us Laptop] Invisible cursor after resume from suspend in Xubuntu 14.04.04

2016-03-25 Thread Richard Elkins
Finished my project. Upgraded same laptop (HP Pavilion dv3-1075us Laptop) to 16.04 Beta-2. Can no longer reproduce this anomaly in 16.04. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1559597] Re: [HP Pavilion dv3-1075us Laptop] Invisible cursor after resume from suspend in Xubuntu 14.04.04

2016-03-19 Thread Richard Elkins
You want me to upgrade from 14.04.04 to 16.04? That I cannot do at the moment because I am in the middle of a development project that needs a stable Intel/AMD workstation which has lsb packages. Using the lsb API was not my idea (long story) and I warned my partner that lsb would be gone in

[Touch-packages] [Bug 1297144] Re: [Lenovo ThinkPad X230] Invisible cursor after resume from suspend

2016-03-19 Thread Richard Elkins
Hopefully, xorg or xfce4 folks won't complain about a "duplicate report" [(-:]. I did file a separate report referencing my laptop hardware against xorg. Time will tell if it is xorg or xfce. I am tempted to try to reproduce this anomaly with a completely different 14.04.04 desktop (E.g. KDE)

[Touch-packages] [Bug 1559597] Re: [HP Pavilion dv3-1075us Laptop] Invisible cursor after resume from suspend in Xubuntu 14.04.04

2016-03-19 Thread Richard Elkins
I just discovered a much better work-around than logout-login: 1. Resume from a long-term suspend. Note the disappeared mouse cursor. 2. Ctrl-Alt-F1 ===> getty 3. Ctrl-Alt-F7 ===> back to desktop My mouse cursor is restored after step 3. -- You received this bug notification because you are a

[Touch-packages] [Bug 1559597] [NEW] [HP Pavilion dv3-1075us Laptop] Invisible cursor after resume from suspend in Xubuntu 14.04.04

2016-03-19 Thread Richard Elkins
Public bug reported: When I suspend for a long period of time (E.g. overnight), the mouse is still functional upon resume but the cursor has disappeared. Resuming after suspending for only a short period of time (E.g. 10 seconds) does not yield this symptom. The disappearing mouse cursor symptom

[Touch-packages] [Bug 1297144] Re: [Lenovo ThinkPad X230] Invisible cursor after resume from suspend

2016-03-19 Thread Richard Elkins
Please see comment #63 below. Admittedly, it was a guess that xfce4 -power-manager is the package that should review this bug report. ** Package changed: xorg (Ubuntu) => xfce4-power-manager (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1297144] Re: [Lenovo ThinkPad X230] Invisible cursor after resume from suspend

2016-03-19 Thread Richard Elkins
I also have trouble getting the kernel module for my Realtek Ethernet (r8169) to function after resuming from suspend which I have noted in another bug report (#1556676). My Ethernet work-around (/etc/pm/sleep.d/pm-helper.sh, attached) does the trick because the resume-recovery issue is in the

[Touch-packages] [Bug 1297144] Re: [Lenovo ThinkPad X230] Invisible cursor after resume from suspend

2016-03-19 Thread Richard Elkins
In Xubuntu 14.04.04 on an [HP Pavilion dv3-1075us] laptop, I am seeing this symptom. That is, when I suspend for a long period of time (E.g. overnight), the mouse is functional but the cursor has disappeared. Resuming after suspending only a short period of time (E.g. 10 seconds) does not yield

[Touch-packages] [Bug 1498692] Re: Network Manager wired Ethernet stuck in "getting IP config" after resume from suspend

2016-03-13 Thread Richard Elkins
Probably the same as #1556676 (different release). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1498692 Title: Network Manager wired Ethernet stuck in "getting

[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-02-16 Thread Richard Elkins
Confirmed fixed and functional. The user only sees cups-filters (version 1.8.2-2ubuntu2) installed as a binary package which is more transparent. Thanks, Till. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lsb in Ubuntu.

[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-02-16 Thread Richard Elkins
Till, My Epson XP-410 printer needs package epson-inkjet-printer-201106w which is dependent on package lsb. It sounds like you are saying: 1. Two new binary packages, cups-filters-lsb and cups-filters-invalid-mta will be available in the x64 main repo soon (post building/publishing). 2. Once

[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-02-15 Thread Richard Elkins
Please fix the lsb package (somehow) so that it is possible to install an Epson print driver. I can no longer print from Xenial. Fortunately for me, I have other computers which can access my Epson XP-410 printer but folks should not have to jump through hoops to print. Please note that changes

[Touch-packages] [Bug 706011] Re: gpg --key-gen doesn't have enough entropy and rng-tools install/start fails

2015-11-27 Thread Richard Elkins
I am sympathetic with both sides of this (developer and user). Suggestion: Add a guided entropy creation option such that gnupg would start a background thread or process that generates sufficient entropy. The user is warned about time needed variability which depends on hardware and other

[Touch-packages] [Bug 1498692] Re: Network Manager wired Ethernet stuck in "getting IP config" after resume from suspend

2015-09-23 Thread Richard Elkins
Found a work-around for reviving Ethernet after resume: `sudo modprobe -v -r r8169` rmmod r8169 rmmod mii `sudo modprobe -v r8169` insmod /lib/modules/4.2.0-10-generic/kernel/drivers/net/mii.ko insmod /lib/modules/4.2.0-10-generic/kernel/drivers/net/ethernet/realtek/r8169.ko

[Touch-packages] [Bug 1498692] Re: Network Manager wired Ethernet stuck in "getting IP config" after resume from suspend

2015-09-23 Thread Richard Elkins
It seems to only be a wired Ethernet issue. I added Wifi. Wifi consistently reconnects as expected; Ethernet consistently fails. Before suspend, `nmcli d`: DEVICE TYPE STATE CONNECTION enp9s0 ethernet connected Ethernet1 wlp8s0 wificonnected NETBEAR-5G lo

[Touch-packages] [Bug 1498692] Re: Network Manager wired Ethernet stuck in "getting IP config" after resume from suspend

2015-09-23 Thread Richard Elkins
Note that /etc/pm/sleep.d is no longer in use as of 15.04. We are now managing services with systemd. Then, why is /etc/pm/* still populated? (=: I did finally create an automated work-around the issue by creating a local systemd service which restarts

[Touch-packages] [Bug 1498692] Re: Network Manager wired Ethernet stuck in "getting IP config" after resume from suspend

2015-09-22 Thread Richard Elkins
** Summary changed: - Network Manager stuck in "getting IP config" after resume from suspend + Network Manager wired Ethernet stuck in "getting IP config" after resume from suspend -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1498692] [NEW] Network Manager stuck in "getting IP config" after resume from suspend

2015-09-22 Thread Richard Elkins
Public bug reported: Stopping and starting the Network Manager did not work-around this issue. Only a reboot or power off+on gets wired Ethernet back into service. Note: I did not try hibernate nor using wireless. ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: network-manager

[Touch-packages] [Bug 1229450] Re: Disabling superfluous Laptop display output hangs reboot somewhere(?)

2015-02-13 Thread Richard Elkins
One year after I reported it fixed, it was still maked undecided and new. I just marked it fix released because it appears so and has not reappeared. ** Changed in: lightdm (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch