[Bug 1931507] Re: rpcbind failing on 0.2.3-0.6ubuntu0.18.04.2

2021-06-11 Thread Norman Wilson
I came to report the bug, saw that the fix had shipped, and can confirm that it works. Thanks to Marc (and anyone in the background) for the quick response! Getting the NFS server running properly again requires either a reboot or a certain amount of tinkering; when rpcbind stops and restarts, it

[Bug 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed.

2019-12-19 Thread Norman Wilson
The specific package on which Shibboleth depends, and that in turn demands libcurl3, is libxmltooling7, in case that helps. And no, Adrianv, you're not the only one being hit by this! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1824433] [NEW] dhcpd ignores $CONFIG_FILE in /etc/default/isc-dhcp-server

2019-04-11 Thread Norman Wilson
Public bug reported: Package isc-dhcp-server 4.3.3 on Ubuntu 16.04 LTS. On earlier (pre-systemd) systems, one could point dhcpd at a configuration file in any location by setting CONFIG_FILE=/new/path/dhcpd.conf in /etc/default/isc-dhcp-server. In this version such setting is ignored; dhcpd

[Bug 1742095] Re: kernel 4.13.0-24 not working with nvidia drivers, monitor flickering

2018-01-15 Thread Norman Wilson
I can confirm that the by-hand fix described in #24 (add #include ' to uvm8_va_block.c) allows DKMS to compile the driver, and appears to allow both regular graphics and CUDA to work. I've taught our configuration-management system to apply the fix, but it's still a critical problem for anyone

[Bug 1742095] Re: kernel 4.13.0-24 not working with nvidia drivers, monitor flickering

2018-01-11 Thread Norman Wilson
This bug also occurs in 4.13.0-26. This is a critical bug because that is now the HWE kernel for Ubuntu 16.04; we must move to it to get Meltdown fixes; but doing so makes many of our systems unusable. https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1741747 looks closely related. --

[Bug 937602] Re: lxdm clears kerberos ticket cache on login

2017-09-11 Thread Norman Wilson
This problem affects us, and is quite severe: Kerberized NFS cannot work reliably and securely with lxdm unless it is fixed. Because the Kerberos cache is discarded, users cannot reliably get access to Kerberos-protected home directories. The retain_after_close workaround almost entirely

[Bug 1716049] Re: bad pathnames in libpam-krb5-migrate-heimdal

2017-09-08 Thread Norman Wilson
Odd. At least in 16.04, package pam-krb5-migrate no longer exists, according to apt-cache search. But I'll gladly specify it! ** Package changed: ubuntu => pam-krb5-migrate (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1716049] [NEW] bad pathnames in libpam-krb5-migrate-heimdal

2017-09-08 Thread Norman Wilson
Public bug reported: Ubuntu 16.04 LTS package libpam-krb5-migrate-heimdal 0.0.11-3 installs PAM module pam_krb5_migrate_heimdal.so. (Your bug-report engine claims there is no such package, and won't let me report the bug if I name it. Hogwash. See

[Bug 1693518] Re: xrdp fails if Xsession not /bin/sh script

2017-05-31 Thread Norman Wilson
Some additional clues: 1. The offending file in the source package, as fetched by apt-get source xrdp, is xrdp-0.6.0/debian/startwm.sh 2. I have ordinary-user access to an Ubuntu 16.04 system. apt-get source xrdp there confirms that the corresponding file xrdp-0.6.1/debian/startwm.sh is the

[Bug 1693518] [NEW] xrdp fails if Xsession not /bin/sh script

2017-05-25 Thread Norman Wilson
Public bug reported: In Ubuntu 14.04; package xrdp, version 0.6.0-1: If /etc/X11/Xsession is not a /bin/sh script, xrdp sessions may not start. The trouble is that /etc/xrdp/startwm.sh begins with #!/bin/sh and executes Xsession with . /etc/X11/Xsession If Xsession contains anything that is

[Bug 1484262] [NEW] Heimdal krb5_kuserok fails if user's home directory protected

2015-08-12 Thread Norman Wilson
Public bug reported: I've encountered this problem with Ubuntu 12.04.5 LTS Release: 12.04 and libkrb5-heimdal 1.6~git20120311.dfsg.1-2ubuntu0.1. It wouldn't surprise me were the problem wider in scope. Assume a valid Heimdal Kerberos setup, with: Packages heimdal-clients and libpam-heimdal

[Bug 1484262] [NEW] Heimdal krb5_kuserok fails if user's home directory protected

2015-08-12 Thread Norman Wilson
Public bug reported: I've encountered this problem with Ubuntu 12.04.5 LTS Release: 12.04 and libkrb5-heimdal 1.6~git20120311.dfsg.1-2ubuntu0.1. It wouldn't surprise me were the problem wider in scope. Assume a valid Heimdal Kerberos setup, with: Packages heimdal-clients and libpam-heimdal

[Bug 1479093] Re: Segfault in ld-2.19.so while starting Steam after upgrade to 3.13.0-59.98

2015-07-30 Thread Norman Wilson
Kernel 3.13.0-61 cures the symptoms I reported as well. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1479093 Title: Segfault in ld-2.19.so while starting Steam after upgrade to

[Bug 1479093] Re: Segfault in ld-2.19.so while starting Steam after upgrade to 3.13.0-59.98

2015-07-29 Thread Norman Wilson
Here is a simpler example program: #include stdio.h #include string.h #include errno.h #include unistd.h #include sys/types.h #include wait.h int main(argc, argv) int argc; char **argv; { int pid, rpid; int st; if (argc 2) { fprintf(stderr, usage: %s