[Bug 1905152] [NEW] finger segmentation fault when pty not found

2020-11-21 Thread Peter Benie
Public bug reported: Example error: finger: /dev//pts/3: No such file or directory Login NameTty Idle Login Time Office Office Phone Segmentation fault (core dumped) This crash can happen if the utmp entry references a terminal that is no longer allocated. In this case, it

[Bug 1869710] [NEW] charon+apparmor can't run updown script unless the system shell is dash

2020-03-30 Thread Peter Benie
Public bug reported: In /etc/apparmor.d/usr.lib.ipsec.charon the apparmor profile allows charon to call dash. If you then do 'dpkg-reconfigure dash' and say 'no' to the question, 'Use dash as the default system shell (/bin/sh)?', the system shell will change to bash. Now if you have a line like

Re: [Bug 1869710] Re: charon+apparmor can't run updown script unless the system shell is dash

2020-03-30 Thread Peter Benie
On Mon, 30 Mar 2020, Simon Déziel wrote: > charon's profile includes a local override file that is useful when > using non-default setups. As such, I think the proper solution for you > would be to use this: > > echo '/bin/bash rmPUx,' | sudo tee -a > /etc/apparmor.d/local/usr.lib.ipsec.charon >

[Bug 1740406] [NEW] Login fails with no error message when NFS home directory is over quota

2017-12-28 Thread Peter Benie
Public bug reported: If a user is over quota, or if the home directory disk is full, they get logged out straight after logging in, when the home directory is on NFS. No information is presented to the user that would let them know the problem. This is because of an error in the way that lightdm

[Bug 1972981] [NEW] Typo in health check report

2022-05-11 Thread Peter Benie
Public bug reported: The health check report has a literal %s in all database backends apart from Oracle. In addition, there's a spurious warning from the test for auto-incrementing columns in the Postgres backend. Patches supplied. ** Affects: sympa (Ubuntu) Importance: Undecided

[Bug 1972981] Re: Typo in health check report

2022-05-11 Thread Peter Benie
** Patch added: "fix-autoinc-undef.diff" https://bugs.launchpad.net/ubuntu/+source/sympa/+bug/1972981/+attachment/5588491/+files/fix-autoinc-undef.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 2058409] Re: Install of tevlive-full hangs: tex/context/base/mkiv/l-sandbox.lua:180: module 'socket.core' not found

2024-03-26 Thread Peter Benie
The postinstall runs fails because luatex now has the 'socket' functionality disabled by default. [CVE-2023-32668] The upstream source for mtxrun has --socket added to the luatex command line to reenable the functionality while running 'mtxrun --make'. See lines having '--socket' in https://source