[Touch-packages] [Bug 2033653] [NEW] can't report crash in /var/crash with ubuntu-bug, "Network problem"

2023-08-31 Thread Jonathan Kamens
Public bug reported: Because of bug #2033652 I was trying to report a gdb crash from /var/crash. It spent a long time uploading data, then and then popped up an error dialog: Network problem Cannot connect to crash database, please check your internet connection. HTTP Error ???: Bad gateway (I

[Touch-packages] [Bug 2033652] [NEW] gdb crashes when debugging gimp, can't report crash

2023-08-31 Thread Jonathan Kamens
Public bug reported: I was debugging gimp when gdb to debug bug #2031907 when gdb crashed on me and reported a useless backtrace followed by this: --- A fatal error internal to GDB has been detected, further debugging is not possible. GDB will now terminate. This is a bug, please report it.

[Touch-packages] [Bug 1990740] Re: laptop wouldn't wake from sleep

2023-07-06 Thread Jonathan Kamens
I do not see this issue often enough to be able to reproduce it for troubleshooting purposes. Can't remember the last time I saw it. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in 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

2023-05-12 Thread Jonathan Kamens
I mean, the bug is three years old and presumably by now the vast majority of web sites have renewed their certificates and the new ones are compatible with SECLEVEL=2 since all of the signing authorities stopped issuing incompatible ones years ago, so it's kind of moot at this point. -- You

[Touch-packages] [Bug 2008159] [NEW] `shutdown --show` says suspend is scheduled for (null) after system has suspended and been woken back up

2023-02-22 Thread Jonathan Kamens
Public bug reported: If you suspend from GNOME, wake your machine back up, and then once it's totally back up, run `shutdown --show` as root, it says "syspend is scheduled for (null)". It shouldn't say (null) there, which I suppose is a different bug, but the bug I'm concerned about is that the

[Touch-packages] [Bug 2007413] Re: specifying number of copies doesn't work

2023-02-15 Thread Jonathan Kamens
** Attachment added: "printers.conf" https://bugs.launchpad.net/ubuntu/+source/cups/+bug/2007413/+attachment/5647479/+files/printers.conf -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cups in Ubuntu.

[Touch-packages] [Bug 2007413] [NEW] specifying number of copies doesn't work

2023-02-15 Thread Jonathan Kamens
Public bug reported: When printing to the printer "m479" shown in the attached config files, specifying the number of copies to print doesn't work, i.e., I always get one copy. This is true both from GUI print dialogs and from lp on the command line. ProblemType: Bug DistroRelease: Ubuntu 23.04

[Touch-packages] [Bug 1844897] Re: wifi icon has question mark in it even though network is fine

2022-11-24 Thread Jonathan Kamens
Interestingly, the wifi icon is currently flapping back and forth between the question mark and the fully connected symbol every few seconds. If I run nmcli networking connection check in a loop it switches to "full" when the fully connected symbol is showing and "portal" when the question mark is

[Touch-packages] [Bug 1844897] Re: wifi icon has question mark in it even though network is fine

2022-11-24 Thread Jonathan Kamens
jik@framework1l:~$ nmcli networking connectivity check portal jik@framework1l:~$ I'm not using a VPN. -- 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/1844897

[Touch-packages] [Bug 1990743] Re: resolvconf install fails upgrading from Jammy to Kinetic

2022-10-11 Thread Jonathan Kamens
Given your description, I don't think the upgrade left resolvconf installed. I think I can my ansible playbook after running the upgrade and it reinstalled resolvconf which had been uninstalled by the upgrade. I guess if resolvconf can't be removed yet because of the reverse- dependencies, then

[Touch-packages] [Bug 1992463] [NEW] Totem can't play video captured with the "Take a Screenshot" tool

2022-10-11 Thread Jonathan Kamens
Public bug reported: If I create a 5-second video of my desktop with the "Take a Screenshot" tool (as an aside, is that tool built into gnome-shell now or something? I couldn't figure out what executable the app icon corresponds to, i.e., I couldn't find the desktop file for it :shrug:) and then

[Touch-packages] [Bug 1991598] Re: laptop not reliably going to sleep when lid closed on battery power

2022-10-06 Thread Jonathan Kamens
See: https://github.com/jikamens/remember-the-yubikey The relevant part here is that the unit file just starts up a shell script that checks if my YubiKey is plugged in, and if it isn't it exits. I don't keep my YubiKey plugged in when the laptop is closed and idle — and it certainly wasn't

[Touch-packages] [Bug 1990863] Re: conversion from sshd service to socket is too bumpy

2022-09-28 Thread Jonathan Kamens
Two ideas, one of which I've already mentioned above: 1) You could migrate the address and port settings from sshd_config to listen.conf _before_ installing the new sshd_config, so that they will be preserved even if the config gets replaced with the vendor version because of a merge conflict

[Touch-packages] [Bug 1990863] Re: conversion from sshd service to socket is too bumpy

2022-09-28 Thread Jonathan Kamens
1) Nobody reads the release notes. 2) I am not "overwriting configuration files with 'known good' ones," I am making specific changes to the config files with ansible plays. Specifically, before fixing my playbook for Kinetic, it looked like this: - name: enable root ssh public key

[Touch-packages] [Bug 1990863] Re: conversion from sshd service to socket is too bumpy

2022-09-27 Thread Jonathan Kamens
Hello, I am unclear about why you are asking for the contents of my sshd_config file, given that the problem I described here isn't the merge conflict, but rather what happens in terms of the migration from ssh service to socket when the user opts to install the vendor version of sshd_config as a

[Touch-packages] [Bug 1990891] Re: after today's Kinetic updates, WiFi no longer working, so laptop basically useless

2022-09-27 Thread Jonathan Kamens
It looks like in today's Kinetic update iwd was removed, perhaps because of this bug? If so then the removal caused another problem: /etc/NetworkManager/conf.d/iwd.conf still existed after the iwd package was removed (I don't understand why, honestly), so even after I unmasked and re-enabled

[Touch-packages] [Bug 1991029] [NEW] network-manager-config-connectivity-ubuntu trying to restart "network-manager" service instead of "NetworkManager"?

2022-09-27 Thread Jonathan Kamens
Public bug reported: Setting up network-manager-config-connectivity-ubuntu (1.40.0-1ubuntu2) ... Failed to restart network-manager.service: Unit network-manager.service not found. invoke-rc.d: initscript network-manager, action "force-reload" failed. ProblemType: Bug DistroRelease: Ubuntu 22.10

[Touch-packages] [Bug 1990891] Re: after today's Kinetic updates, WiFi no longer working, so laptop basically useless

2022-09-27 Thread Jonathan Kamens
systemctl disable wpa_supplicant wasn't good enough. I had to mask it. Before I masked it, something started it on reboot even when it was disabled (I don't know what was starting it). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1990891] [NEW] after today's Kinetic updates, WiFi no longer working, so laptop basically useless

2022-09-26 Thread Jonathan Kamens
Public bug reported: ThinkPad X1 Carbon 6th Gen WiFi was working fine. Installed today's batch of Kinetic updates. Laptop can no longer see any WiFi networks (had to dig out my old ThinkPad USB dongle and plug into my router to be able to submit this bug report). ProblemType: Bug DistroRelease:

[Touch-packages] [Bug 1990863] [NEW] conversion from sshd service to socket is too bumpy

2022-09-26 Thread Jonathan Kamens
Public bug reported: During upgrade from Jammy to Kinetic, I get asked what to do because my sshd_config has been modified. I say to do a 3-way merge. It says 3-way merge fails. I shrug, figure I'll just restore my customizations with Ansible after the upgrade like I always do, and tell it to use

[Touch-packages] [Bug 1990743] Re: resolvconf install fails upgrading from Jammy to Kinetic

2022-09-25 Thread Jonathan Kamens
*shrug* I've had this computer since 2016 and when I first set it up I used resolvconf to configure it and have continued to do that. It's no skin off my nose—if it's deprecated I'll find something else to use—but it seems to me that if you're going to keep the package in the repository you

[Touch-packages] [Bug 1990743] [NEW] resolvconf install fails upgrading from Jammy to Kinetic

2022-09-24 Thread Jonathan Kamens
Public bug reported: Setting up resolvconf (1.91ubuntu1) ... cp: not writing through dangling symlink '/etc/resolvconf/resolv.conf.d/original' dpkg: error processing package resolvconf (--configure): installed resolvconf package post-installation script subprocess returned error exit status 1

[Touch-packages] [Bug 1990740] [NEW] laptop wouldn't wake from sleep

2022-09-24 Thread Jonathan Kamens
Public bug reported: Shortly after upgrading from Jammy to Kinetic my laptop went to sleep after I was idle for 20 minutes, as it is configured to do. The lid was closed when the laptop went to sleep. I was unable to wake up the laptop. Opening the lid back up should have caused it to wake up but

[Touch-packages] [Bug 1968722] Re: File fails to print when rendered with CUPS, prints fine when fed directly to printer

2022-05-07 Thread Jonathan Kamens
Yes, the print job in question works when I print it to the driverless printer. I would not say that it is therefore reasonable to declare that this issue is resolved, but *shrug* whatever. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1968722] Re: File fails to print when rendered with CUPS, prints fine when fed directly to printer

2022-04-12 Thread Jonathan Kamens
>Do you have cups-filter 1.28.15 installed Yes, and I rebooted after installing it just to make sure. Problem persists. >Or did you try the option "pdftops-renderer=gs" as described there and which you confirmed as fixing that bug? I _also_ have this setting in my printers.conf. So clearly this

[Touch-packages] [Bug 1968722] Re: File fails to print when rendered with CUPS, prints fine when fed directly to printer

2022-04-12 Thread Jonathan Kamens
Here's my printers.conf, since it doesn't look like ubuntu-bug attached it, and there's no sensitive information in it. ** Attachment added: "printers.conf" https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1968722/+attachment/5579950/+files/printers.conf -- You received this bug

[Touch-packages] [Bug 1968722] [NEW] File fails to print when rendered with CUPS, prints fine when fed directly to printer

2022-04-12 Thread Jonathan Kamens
Public bug reported: I have a printer named "duplex" configured to print through CUPS PostScript rendering ("MakeModel HP LaserJet 500 color M551 Postscript (recommended)", "DeviceURI socket://m551dn.kamens.brookline.ma.us:9100" in printers.conf) and the same physical printer configured

[Touch-packages] [Bug 1967816] Re: PDF file completely silently fails to print, computer claims it printed, printer shows no trace of it

2022-04-05 Thread Jonathan Kamens
The file prints with pdftops-renderer=gs. I can fix this for me personally, but is there any way to adjust the default CUPS configuration for the type of printer that I have to make this setting the default for others with the same printer, so they don't also run into this issue? ** Changed in:

[Touch-packages] [Bug 1967816] [NEW] PDF file completely silently fails to print, computer claims it printed, printer shows no trace of it

2022-04-04 Thread Jonathan Kamens
Public bug reported: I have an HP LaserJet M551dn printer which usually works just fine with CUPS. Tonight, however, I discovered that I was completely unable to print one particular PDF file (unfortunately I can't provide you with the file because it's a scan of a tax form with PII on it). CUPS

[Touch-packages] [Bug 1796758] Re: Because gnome-terminal-server is launched by systemd --user, logging out and back in doesn't reinit groups

2021-07-02 Thread Jonathan Kamens
This is still a problem but I'm not convinced it's enough of a problem to warrant reopening the ticket. I run into this because my `systemd --user` process persists between logins because I have persistent service units running under it. For most people `systemd --user` will exit when they log

[Touch-packages] [Bug 1916418] Re: Custom properties set with ENV{WHATEVER} in parent no longer imported with IMPORT{parent} in udev rule

2021-05-27 Thread Jonathan Kamens
This appears to no longer be an issue with the current versions of systemd and udev in 21.04. ** Changed in: systemd (Ubuntu) Status: Incomplete => Fix Released ** Changed in: systemd (Ubuntu Groovy) Status: Incomplete => Fix Released -- You received this bug notification

[Touch-packages] [Bug 1916418] Re: Custom properties set with ENV{WHATEVER} in parent no longer imported with IMPORT{parent} in udev rule

2021-05-25 Thread Jonathan Kamens
Please tell me specifically how to enable debug and afterward capture the logs that you want to see. -- 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/1916418 Title: Custom

[Touch-packages] [Bug 1920067] Re: Xorg with EVDI can't start with Mesa 21.0

2021-03-19 Thread Jonathan Kamens
For those of you who landed here looking for how to use DisplayLink in Hirsute, I wrote up a workaround here: https://blog.kamens.us/2021/03/19 /update-on-using-displaylink-with-ubuntu-21-04-hirsute-hippo/ -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1920067] Re: Xorg with EVDI can't start with Mesa 21.0

2021-03-18 Thread Jonathan Kamens
I performed the splash -> nosplash test described above; it made no difference. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1920067 Title: Xorg with EVDI can't start with

[Touch-packages] [Bug 1920067] Re: Somehow today's Hirsute updates have broken evdi with Xorg even when I boot with the 5.10 kernel

2021-03-18 Thread Jonathan Kamens
** Also affects: mesa (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1920067 Title: Somehow today's Hirsute updates have

[Touch-packages] [Bug 1920067] [NEW] Somehow today's Hirsute updates have broken evdi with Xorg even when I boot with the 5.10 kernel

2021-03-18 Thread Jonathan Kamens
Public bug reported: As I indicated in a bug report I filed earlier today, https://bugs.launchpad.net/ubuntu/+source/evdi/+bug/1920059, evdi-dkms can no longer compile the evdi kernel module with the 5.11 kernel. So, to work around this, I need to keep using the 5.10 kernel instead. But I can't,

[Touch-packages] [Bug 1917515] Re: System doesn't boot (root device never becomes available after entering encryption passphrase) after today's Hirsute updates

2021-03-02 Thread Jonathan Kamens
** Attachment added: "list of packages upgraded today from dpkg.log" https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/1917515/+attachment/5471986/+files/upgraded.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lvm2

[Touch-packages] [Bug 1917515] [NEW] System doesn't boot (root device never becomes available after entering encryption passphrase) after today's Hirsute updates

2021-03-02 Thread Jonathan Kamens
Public bug reported: Note: I'm guessing that lvm2 is the most likely culprit for this issue, but I don't know for certain. After today's Hirsute upgrades, my system won't boot. The boot gets to the point where it asks me for the passphrase for my encrypted root disk, and I enter it, and then it

[Touch-packages] [Bug 1916418] [NEW] Custom properties set with ENV{WHATEVER} in parent no longer imported with IMPORT{parent} in udev rule

2021-02-21 Thread Jonathan Kamens
Public bug reported: DisplayLink uses these udev rules to start the displaylink service when a displaylink device is plugged in: ACTION=="add", SUBSYSTEM=="usb", DRIVERS=="usb", ATTR{idVendor}=="17e9", IMPORT{builtin}="usb_id", ENV{DISPLAYLINK_DEVNAME}="$env{DEVNAME}",

[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-02-28 Thread Jonathan Kamens
There is still something wrong here. The site in question has fixed the issue in response to my query, and SSL Labs now gives it an A grade: https://www.ssllabs.com/ssltest/analyze.html?d=www.toodledo.com According to SSL Labs, it supports these two ciphers for TLS 1.2:

[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-02-26 Thread Jonathan Kamens
Fair enough, I will contact the web site maintainer. However, regarding this: >You can override this via command-line, a system config file, or a local >config file + environment variable pointing to it. > >On Ubuntu 20.04 LTS: > >man SSL_CTX_get_security_level.3ssl 1) I searched high, low, and

[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-02-25 Thread Jonathan Kamens
Aha! `curl -v --ciphers 'DEFAULT:@SECLEVEL=1' https://www.toodledo.com/` works but `curl -v --ciphers 'DEFAULT:@SECLEVEL=2' https://www.toodledo.com/` fails. According to https://www.openssl.org/docs/man1.1.0/man3/SSL_CTX_get_security_level.html, the default security level for the library is 1 if

[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-02-25 Thread Jonathan Kamens
I may be misunderstanding something, but as far as I can tell this is not a cipher mismatch problem. According to https://www.ssllabs.com/ssltest/analyze.html?d=www.toodledo.com, the site supports TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256. According to "openssl ciphers", openssl supports

[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-02-25 Thread Jonathan Kamens
Example output: jik@jik-x1:~$ curl -v https://www.toodledo.com/ * Trying 146.20.52.175:443... * TCP_NODELAY set * Connected to www.toodledo.com (146.20.52.175) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile:

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

2020-02-25 Thread Jonathan Kamens
Public bug reported: openssl in Ubuntu 20.04 (focal) refuses to connect to a web site that openssl in Ubuntu 19.10 (eoan), Chrome, and Firefox are all happy to connect to. Reproduce with: `curl -v https://www.toodledo.com/' or: `openssl s_client -connect www.toodledo.com:443` or: `python3 -c

[Touch-packages] [Bug 1814611] Re: turning off "Send error reports to Canonical" prevents using ubuntu-bug

2020-02-02 Thread Jonathan Kamens
So, um, this has been broken since Bionic and still not fixed, despite the fact that ubuntu-bug is the only supported way for reporting bugs? This seems highly sub-optimal. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1860676] Re: apt-get dist-upgrade -y hangs during e2fsprogs update

2020-01-24 Thread Jonathan Kamens
I can no longer reproduce it either. *shrug* P.S. Hi Ted long time no see. -- 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/1860676 Title: apt-get dist-upgrade -y hangs

[Touch-packages] [Bug 1860676] [NEW] apt-get dist-upgrade -y hangs during e2fsprogs update

2020-01-23 Thread Jonathan Kamens
Public bug reported: My recent apt-get dist-upgrade -y hung here: ... update-initramfs: deferring update (trigger activated) e2scrub_all.service is a disabled or a static unit not running, not starting it. I did a pstree on the apt-get process and saw this:

[Touch-packages] [Bug 1860676] Re: apt-get dist-upgrade -y hangs during e2fsprogs update

2020-01-23 Thread Jonathan Kamens
e2scrub_all.timer restarts just fine; it's the e2scrub_reap.service restart that's hanging. -- 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/1860676 Title: apt-get

[Touch-packages] [Bug 1847651] [NEW] NetworkManager isn't pushing DNS server for openvpn connection to systemd-resolved

2019-10-10 Thread Jonathan Kamens
Public bug reported: I imported an openvpn configuration with `nmcli c import type openvpn file config.ovpn`. After doing that, I edited the IPv4 and IPv6 settings for the VPN to turn off automatic DNS servers and specify an IPv4 DNS server IP address explicitly. I have

[Touch-packages] [Bug 1843630] Re: ubuntu-bug not opening anything in the browser

2019-09-25 Thread Jonathan Kamens
jik@jik5:~$ sudo systemctl is-enabled whoopsie disabled -- 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/1843630 Title: ubuntu-bug not opening anything in the browser

[Touch-packages] [Bug 1843630] Re: ubuntu-bug not opening anything in the browser

2019-09-24 Thread Jonathan Kamens
** Attachment added: "crashdb.conf" https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1843630/+attachment/5290988/+files/crashdb.conf ** Changed in: apport (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1844897] [NEW] wifi icon has question mark in it even though network is fine

2019-09-21 Thread Jonathan Kamens
Public bug reported: After experiencing some "turbulence" in my wifi (I rebooted my primary wifi router, which caused my laptop to fallback onto a secondary access point which didn't have full connectivity until the primary router finished rebooting, then I rebooted the primary router a second

[Touch-packages] [Bug 1843630] [NEW] ubuntu-bug not opening anything in the browser

2019-09-11 Thread Jonathan Kamens
Public bug reported: Ubuntu 19.04, "ubuntu-bug apport" pops up the "Send problem report to the developers?" with the "Don't send" and "Send" buttons, but when I click on "Send" nothing happens. I have the "problem_types" line commented out in /etc/apport/crashdb.conf, though I don't know if

[Touch-packages] [Bug 1817897] Re: attempting to enable fingerprint with pam-auth-update breaks gdm

2019-03-01 Thread Jonathan Kamens
I called Lenovo and asked and the support rep I spoke with said that the X1 Carbon's fingerprint reader isn't supported in Linux yet. I don't know whether to trust that information as accurate, but that's what he said. I don't know whether that's worthy of a separate bug report or not. I mean,

[Touch-packages] [Bug 1817897] Re: attempting to enable fingerprint with pam-auth-update breaks gdm

2019-02-27 Thread Jonathan Kamens
As far as I can tell, the BIOS is able to see the fingerprint reader -- I just booted into the BIOS and told it to reset the fingerprint data, and it said that it had done so successfully -- so this appears to be a Linux-specific issue. -- You received this bug notification because you are a

[Touch-packages] [Bug 1817897] Re: attempting to enable fingerprint with pam-auth-update breaks gdm

2019-02-27 Thread Jonathan Kamens
I have a new Thinkpad X1 Carbon 6th generation. I can see the fingerprint reader right next to the trackpad, and the specs say that it has one, but I don't see it showing up in the output of lspci or lsusb. Maybe I'm missing it? Maybe it's not supported? Or maybe there's a hardware issue? I'm not

[Touch-packages] [Bug 1817897] Re: attempting to enable fingerprint with pam-auth-update breaks gdm

2019-02-27 Thread Jonathan Kamens
So, whether or not I needed to run pam-auth-update, doing so and enabling fingerprint authentication there should not cause GDM to break, nor should the other weird behavior I described above be happening. Having said that, yes, I was trying to enable login with fingerprint. I googled how to do

[Touch-packages] [Bug 1817897] Re: attempting to enable fingerprint with pam-auth-update breaks gdm

2019-02-27 Thread Jonathan Kamens
Actually, it's even weirder than that. I went through all this several times while trying to narrow down the repro steps, and it's all very bizarre. Somehow I managed to get gdm working again, and then in a logged in gdm session, I enabled fingerprint, and exited from pam-auth-update, then ran

[Touch-packages] [Bug 1817897] [NEW] attempting to enable fingerprint with pam-auth-update breaks gdm

2019-02-27 Thread Jonathan Kamens
Public bug reported: I ran sudo pam-auth-update, enabled "Fingerprint authentication", selected "OK", and then rebooted. GDM wouldn't start after the reboot: Feb 27 06:29:41 jik-x1 /usr/lib/gdm3/gdm-wayland-session[1551]: dbus-daemon[1553]: [session uid=121 pid=1553] Activating service

[Touch-packages] [Bug 1813432] Re: Specific PDF file fails to print to HP m551dn printer

2019-02-09 Thread Jonathan Kamens
>In comment #13 you told that it prints with Ghostscript via > >lp -d duplex -o fit-to-page -o pdftops-renderer=gs > >Did it again send the job with a weird paper size? Or did the job come out >straight away? Came out straight-away. But this is not actually the behavior that I want, because

[Touch-packages] [Bug 1813432] Re: Specific PDF file fails to print to HP m551dn printer

2019-02-01 Thread Jonathan Kamens
I tried `lp -d duplex -o fit-to-page -o pdftops-renderer=XXX` with hybrid, gs, pdftops, pdftocairo, and mupdf as the renderers (for the last I had to install both mupdf and mupdf-tools). The only one that made it through to the printer was gs. All claimed to print, but gs was the only one that

[Touch-packages] [Bug 1813432] Re: Specific PDF file fails to print to HP m551dn printer

2019-01-31 Thread Jonathan Kamens
It doesn't print with lpr. It doesn't print with lp -d. It doesn't print from evince. It doesn't print from the chrome PDF viewer. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cups in Ubuntu.

[Touch-packages] [Bug 1813432] Re: Specific PDF file fails to print to HP m551dn printer

2019-01-31 Thread Jonathan Kamens
>How do I undo what I just did, i.e., how do I undo the option setting you just had me add to perform this test? nvm this question I figured it out. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cups in Ubuntu.

[Touch-packages] [Bug 1813432] Re: Specific PDF file fails to print to HP m551dn printer

2019-01-31 Thread Jonathan Kamens
So, if I use pdftops-renderer=pdftops or pdftops-renderer=pdftocairo nothing happens on the printer at all. If I use pdftops-renderer=gs the printer prints the job with a non-standard paper size. If I use pdftops- renderer=mupdf it fails, even if I have mupdf or mupdf-tools installed, because

[Touch-packages] [Bug 1813432] Re: Specific PDF file fails to print to HP m551dn printer

2019-01-31 Thread Jonathan Kamens
I take it back, there _is_ a difference. When I use `lp -d duplex -o pdftops-renderer=gs` to print the file, it does in fact print. I didn't initially notice because the printer was telling me to insert a weird paper size and I had to override it and tell it to use the default paper even though

[Touch-packages] [Bug 1813432] Re: Specific PDF file fails to print to HP m551dn printer

2019-01-31 Thread Jonathan Kamens
What is the default pdftops-renderer for CUPS in Ubuntu? I can't find it documented anywhere and I can't figure out how to query CUPS to ask what it is. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cups in Ubuntu.

[Touch-packages] [Bug 1813432] Re: Specific PDF file fails to print to HP m551dn printer

2019-01-31 Thread Jonathan Kamens
No change. How do I undo what I just did, i.e., how do I undo the option setting you just had me add to perform this test? ** Changed in: cups (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1813432] [NEW] Specific PDF file fails to print to HP m551dn printer

2019-01-26 Thread Jonathan Kamens
Public bug reported: One particular PDF file is failing to print. I have no idea why. When I say failing to print I mean that my computer thinks the file printed but the printer shows no sign of ever having received it. The display of the printer never changes to show that it is receiving or

[Touch-packages] [Bug 1812750] [NEW] Python stack trace when running `ubuntu-bug nautilus` in disco

2019-01-21 Thread Jonathan Kamens
Public bug reported: ERROR: hook /usr/share/apport/package-hooks/source_nautilus.py crashed: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/apport/report.py", line 205, in _run_hook symb['add_info'](report, ui) TypeError: add_info() takes 1 positional argument but 2

[Touch-packages] [Bug 1811240] [NEW] "journalctl -n1000 -r" does not do what you would expect

2019-01-10 Thread Jonathan Kamens
Public bug reported: I would expect "journalctl -n1000 -r" to display the most recent 1000 log entries in reverse order. Instead, what it appears to do is skip over the 1000 most recent log entries and display the 1001st - 2000th log entries in reverse order. ProblemType: Bug DistroRelease:

[Touch-packages] [Bug 428817] Re: Print Dialog does not allow editing of page parameters

2019-01-07 Thread Jonathan Kamens
Added hplip to the affects list for this bug because hpijs-ppds appears to only be installing a few fax PPDs, not the full array of available HPLIP PPDs. ** Tags added: cosmic -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 428817] Re: Print Dialog does not allow editing of page parameters

2019-01-07 Thread Jonathan Kamens
I was having this problem on Ubuntu 18.10 (WOW, THIS PROBLEM HAS BEEN AROUND FOR A VERY LONG TIME) with my HP LaserJet 500 color M551 printer. When I tried to install it, the driver that kept getting selected was "HP LaserJet 500 color M551, driverless, cups-filters 1.21.3". This, despite the fact

[Touch-packages] [Bug 1802521] [NEW] ubuntu-bug hangs when Cancel button pressed

2018-11-09 Thread Jonathan Kamens
Public bug reported: I ran `ubuntu-bug gnome-terminal`, but then realized a second or so later that's not what I had intended to do. I therefore clicked the Cancel button on the "Collecting problem information / Information is being collected that may help the developers fix the problem you

[Touch-packages] [Bug 1799279] Re: kernel update hangs inside update-secureboot-policy

2018-10-22 Thread Jonathan Kamens
Sorry, I misspoke above. I'm on 18.04, not 18.10. I've updated the comment above to indicate this. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1799279 Title: kernel update

[Touch-packages] [Bug 1799279] Re: kernel update hangs inside update-secureboot-policy

2018-10-22 Thread Jonathan Kamens
Note that I got out of this by killing the update-secureboot-policy and whiptail processes, and I did not get an error message from dpkg or dkms after doing that, so the fact that the update-secureboot-policy and whiptail commands exited with non-zero statuses was not detected. Note also that I

[Touch-packages] [Bug 1799279] [NEW] kernel update hangs inside update-secureboot-policy

2018-10-22 Thread Jonathan Kamens
Public bug reported: I just ran `apt-get --auto-remove dist-upgrade` on 18.04. It is hung on update-secureboot-policy waiting for confirmation from whiptail. apt-get --auto-remove dist-upgrade | -/usr/bin/dpkg --status-fd 80 --configure --pending  |  -/bin/sh

[Touch-packages] [Bug 1796758] [NEW] Because gnome-terminal-server is launched by systemd --user, logging out and back in doesn't reinit groups

2018-10-08 Thread Jonathan Kamens
Public bug reported: Since the beginning of time, the way to apply changes to one's group memberships in UNIX has been to log out and log back in again. In current Ubuntu, that doesn't work. When you add yourself to a group, close all of your windows, log out, log back in again, and open a new

[Touch-packages] [Bug 1765401] Re: gtk+ toolbar style setting ignored in bionic?

2018-04-20 Thread Jonathan Kamens
Thanks for your suggestions. >The list of files you have tried didn't include >$HOME/.config/gtkrc-2.0 >My own experimentation shows settings in this file take precedence over >$HOME/.gtkrc-2.0 1) Just tried it, doesn't make any difference. 2) I actually tried running GnuCash under a debugger,

[Touch-packages] [Bug 1765401] Re: gtk+ toolbar style setting ignored in bionic?

2018-04-19 Thread Jonathan Kamens
Note: GnuCash 3.0, when built from source, does not display the toolbar correctly either. When I run GtkInspector on GnuCash 3.0 (can't do it on Gnucash 2.7.19 because it's only available in gtk3) and examine the GtkSettings object, it says that gtk-toolbar-style is set to both, as expected.

[Touch-packages] [Bug 1765401] Re: gtk+ toolbar style setting ignored in bionic?

2018-04-19 Thread Jonathan Kamens
More info... I've confirmed that on 17.10, the toolbar style is controlled by /org/gnome/desktop/interface/toolbar-style. When I edit that setting in dconf-editor in 17.10, the change is reflected in the open GnuCash window, but when I edit that exact same setting in dconf- editor in 18.04, it has

[Touch-packages] [Bug 1765401] Re: gtk+ toolbar style setting ignored in bionic?

2018-04-19 Thread Jonathan Kamens
Two additional notes: 1) This is not GnuCash-specific. You can see the same behavior in the gtk-demo app included in gtk2.0-examples. 2) If I SSH into my Bionic box from a computer that's still on 17.10 and run GnuCash on my 17.10 display over the X connection forwarded by SSH, the toolbar are

[Touch-packages] [Bug 1765401] Re: gtk+ toolbar style setting ignored in bionic?

2018-04-19 Thread Jonathan Kamens
Also tried putting `gtk-toolbar-style = GTK_TOOLBAR_BOTH` in ~/.gtkrc-2.0 and `[Settings]\ngtk-toolbar-style = GTK_TOOLBAR_BOTH` in ~/.config/gtk-3.0/settings.ini. The latter causes the output of gtk- query-settings to change, but neither of these settings causes GnuCash to behave differently.

[Touch-packages] [Bug 1765401] [NEW] gtk+ toolbar style setting ignored in bionic?

2018-04-19 Thread Jonathan Kamens
Public bug reported: I like big buttons with text labels below them in GnuCash toolbars. Fortunately, that's exactly what I had in Ubuntu 17.10. However, having upgraded to 18.04 this morning, suddenly the GnuCash toolbars are back to being small buttons with no text labels. There are SO MANY

[Touch-packages] [Bug 1717015] Re: libc resolver stops searching domain search list after getting back NSEC record

2018-02-01 Thread Jonathan Kamens
Note: the problem is now even worse than what I reported above. If I put "search kamens.us" in /etc/resolv.conf and then try to resolve "jik5", "jik5.kamens.us", or "jik5.kamens.us.", all of which should resolve successfully, they all fail with SERVFAIL. -- You received this bug notification

[Touch-packages] [Bug 1717015] Re: libc resolver stops searching domain search list after getting back NSEC record

2018-02-01 Thread Jonathan Kamens
I haven't changed /etc/systemd/resolved.conf. Here's systemd-resolve --status Global DNS Domain: cnn.com DNSSEC NTA: 10.in-addr.arpa 16.172.in-addr.arpa 168.192.in-addr.arpa 17.172.in-addr.arpa

[Touch-packages] [Bug 1717015] Re: libc resolver stops searching domain search list after getting back NSEC record

2018-01-27 Thread Jonathan Kamens
I uninstalled libnss-resolve and the problem persists: $ sudo apt-get remove libnss-resolve ... $ sudo systemd-resolve --flush-caches $ host jik5 Host jik5.quantopian.com not found: 2(SERVFAIL) $ cat /etc/resolv.conf # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) #

[Touch-packages] [Bug 1705534] Re: "lvs" exits with status 0 after failing

2018-01-25 Thread Jonathan Kamens
In the absence of an explanation for why this bug should be closed when it is in fact still a bug in 17.10, I'm once again reopening it. Incidentally, even if it WERE correct to close the bug because it was fixed, the correct status to use would be "Fix Committed" or "Fix Released", not

[Touch-packages] [Bug 1705534] Re: "lvs" exits with status 0 after failing

2018-01-17 Thread Jonathan Kamens
I'm sorry, but I still don't understand what you're saying or what you're doing. It's reported fixed in earlier releases OF LVM2, not of Ubuntu. It has not been fixed in Ubuntu, because Ubuntu hasn't upgraded the LVM2 it ships to the newer release. Furthermore, the project you keep marking

[Touch-packages] [Bug 1705534] Re: "lvs" exits with status 0 after failing

2018-01-16 Thread Jonathan Kamens
Upgrading lvm2 in Ubuntu to the current upstream release will address this issue, according to a comment on the upstream bug I reported (link above). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lvm2 in Ubuntu.

[Touch-packages] [Bug 1705534] Re: "lvs" exits with status 0 after failing

2018-01-16 Thread Jonathan Kamens
Bug still exists in 17.10, not clear to me why you marked it invalid. ** Changed in: lvm2 (Ubuntu) Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lvm2 in Ubuntu.

[Touch-packages] [Bug 1705534] Re: "lvs" exits with status 0 after failing

2018-01-16 Thread Jonathan Kamens
I mean, did you even check if the bug still existed in 17.10 before marking it invalid? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lvm2 in Ubuntu. https://bugs.launchpad.net/bugs/1705534 Title: "lvs" exits with status

[Touch-packages] [Bug 1733597] [NEW] "gio open" handles mailto: links wrong, putting /// at the start of the email address

2017-11-21 Thread Jonathan Kamens
Public bug reported: "gio open mailto:user@host; results in gio executing "thunderbird mailto:///user@host;, which is wrong and causes the address that shows up in the thunderbird composition window to start with three slashes when it shouldn't. Proof, from "strace gio open mailto:user@host;

[Touch-packages] [Bug 1729012] Re: "gio open /tmp/whatever.mp3" only opens the file (with totem) every other time it is called

2017-10-31 Thread Jonathan Kamens
** Attachment added: "strace when command fails" https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1729012/+attachment/5001231/+files/failure.out -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to glib2.0 in Ubuntu.

[Touch-packages] [Bug 1729012] [NEW] "gio open /tmp/whatever.mp3" only opens the file (with totem) every other time it is called

2017-10-31 Thread Jonathan Kamens
Public bug reported: I run "gio open /tmp/whatever.mp3". It silently does nothing, i.e., the mp3 does not play, and yet exits with status 0. I run exactly the same command again. It opens totem to play the mp3. This seems to be repeatable: when I run the command repeatedly, it alternatives

[Touch-packages] [Bug 1729012] Re: "gio open /tmp/whatever.mp3" only opens the file (with totem) every other time it is called

2017-10-31 Thread Jonathan Kamens
I'm not sure, but this may qualify as `regression-release`, because I actually use xdg-open to open mp3 files, which worked reliably in 17.04 but is failing in 17.10 because of this `gio open` problem. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1726197] [NEW] ubuntu-bug complains "This tool has been deprecated, use 'gio open' instead."

2017-10-22 Thread Jonathan Kamens
Public bug reported: $ ubuntu-bug gnome-shell This tool has been deprecated, use 'gio open' instead. See 'gio help open' for more info. Presumably it's using xdg-open and needs to stop doing that. ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: apport 2.20.7-0ubuntu3 ProcVersionSignature:

[Touch-packages] [Bug 1717015] Re: libc resolver stops searching domain search list after getting back NSEC record

2017-09-22 Thread Jonathan Kamens
** Package changed: glibc (Ubuntu) => systemd (Ubuntu) -- 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/1717015 Title: libc resolver stops searching domain search list

[Touch-packages] [Bug 1705534] Re: "lvs" exits with status 0 after failing

2017-07-20 Thread Jonathan Kamens
Reported upstream as https://bugzilla.redhat.com/show_bug.cgi?id=1473392 . ** Bug watch added: Red Hat Bugzilla #1473392 https://bugzilla.redhat.com/show_bug.cgi?id=1473392 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1705534] [NEW] "lvs" exits with status 0 after failing

2017-07-20 Thread Jonathan Kamens
Public bug reported: $ sudo lvs --noheadings -o vg_name /tmp [sudo] password for jik: "/tmp": Invalid path for Logical Volume. $ echo $? 0 $ The exit status there after I've provided an invalid logical volume path and the program has printed an error message clearly should not be 0.

  1   2   >