[Bug 2061245] Re: Ubuntu 24.04 - GNOME on Xorg session crashes on launch

2024-04-13 Thread Rich McAllister
I'm having the same xorg crash problem on Xubuntu 24.04 beta, see #2061246 (dup'ed to here.) I can reproduce the problem with a Ubuntu 24.04 beta install, but there xorg always crashes, unlike the Xubuntu/xfce4 flavor where the first login after booting fails but trying again immediately will succ

[Bug 1869632] Re: AppArmor profile denied access to /etc/mdns.allow

2020-03-30 Thread Rich McAllister
*** This bug is a duplicate of bug 1869629 *** https://bugs.launchpad.net/bugs/1869629 ** This bug has been marked a duplicate of bug 1869629 please add /etc/mdns.allow to /etc/apparmor.d/abstractions/mdns -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1869629] Re: please add /etc/mdns.allow to /etc/apparmor.d/abstractions/mdns

2020-03-30 Thread Rich McAllister
This problem is indeed somewhat pervasive, I also filed bug 1869632 on cups-browsed doing the same thing, for the same reason. I suspect more will pop up. I don't think libnss_mdns is too widely used, most people would use libnss_mdns_minimal. I only have to use libnss_mdns because my ISP is insan

[Bug 1869632] Re: AppArmor profile denied access to /etc/mdns.allow

2020-03-29 Thread Rich McAllister
Bug also exists in package version 1.27.3-1 (current version in focal) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869632 Title: AppArmor profile denied access to /etc/mdns.allow To manage notif

[Bug 1869632] [NEW] AppArmor profile denied access to /etc/mdns.allow

2020-03-29 Thread Rich McAllister
Public bug reported: Many messages in syslog audit: type=1400 audit(1585521672.468:40): apparmor="DENIED" operation="open" profile="/usr/sbin/cups-browsed" name="/etc/mdns.allow" pid=1323 comm="cups-browsed" requested_mask="r" denied_mask="r" fsuid=0 ouid=0 This is caused by configuring libnss-m

[Bug 1869629] Re: AppArmor denied access to /etc/mdns.allow to cronyd

2020-03-29 Thread Rich McAllister
As a workaround, hanging /etc/apparmor.d/local/usr.sbin.chronyd to include /etc/mdns.allow r, and reloading with sudo apparmor_parser -r /etc/apparmor.d/usr.sbin.chronyd made it shut up. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 1869629] [NEW] AppArmor denied access to /etc/mdns.allow to cronyd

2020-03-29 Thread Rich McAllister
Public bug reported: Many repetitions of audit: type=1400 audit(1585517168.705:63): apparmor="DENIED" operation="open" profile="/usr/sbin/chronyd" name="/etc/mdns.allow" pid=1983815 comm="chronyd" requested_mask="r" denied_mask="r" fsuid=123 ouid=0 in log. I use libnss-mdns for .local name reso

[Bug 1867036] Re: Focal Fossa : chronyd unable to sync system clock

2020-03-29 Thread Rich McAllister
Looking into this, it seems the problem is that /usr/lib/systemd/scripts /chronyd-starter.sh expects to be able to check for the cap_sys_time capability by grepping the output of "capsh --print" for "^Current.*cap_sys_time". However, in Focal the output of "capsh --print" for a root process is jus

[Bug 1579580] Re: ureadahead reports relative path errors in journalctl output

2018-09-29 Thread Rich McAllister
ExecStart twice is what I meant (this is the way to replace the command from the base definition instead of adding another command to the list, see the systemd.unit man page for details.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1579580] Re: ureadahead reports relative path errors in journalctl output

2018-09-29 Thread Rich McAllister
No, ExecStart twice is correct. This is the way systemd overrides work; normally a value for a keyword adds to the list of values from the base .service definition. I don't want that, I want to replace it. The special ExecStart= with no value tells systemd to reset the base value to empty, th

Re: [Bug 1579580] Re: ureadahead reports relative path errors in journalctl output

2018-09-22 Thread Rich McAllister
Be aware the messages will come back next time you boot after upgrading a package that touches something in /etc, which will trigger another scan by ureadahead. Better is the workaround I gave back in #9, but really what I recommend is just purge ureadahead. ureadahead only ever can help the seco

[Bug 1587204] Re: Spams motd with "proxy ... looks invalid"

2018-08-06 Thread Rich McAllister
Similarly, I have set in apt.conf.d Acquire::https::Proxy "DIRECT"; (because apt-cacher-ng can't cache https) and I get proxy 'DIRECT' looks invalid The regexp definitely needs to be broadened. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 605300] Re: ureadahead man page does not include exit status

2016-11-09 Thread Rich McAllister
** Tags added: manpage -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/605300 Title: ureadahead man page does not include exit status To manage notifications about this bug go to: https://bugs.launch

[Bug 1579580] Re: ureadahead reports relative path errors in journalctl output

2016-10-21 Thread Rich McAllister
/sbin/ureadahead is writing out warnings every time it gets a relative path from debugfs. This seems excessively wordy, but putting a -q on the ExecStart in ureadahead.service would shut it up. I did a systemd drop-in as a workaround by creating /etc/systemd/system/ureadahead.service.d/quiet.conf

[Bug 984474] Re: initctl crashed with SIGABRT in nih_error_clear()

2012-04-27 Thread Rich McAllister
I had what appears to be a variant of this problem on a machine upgraded from Lucid; selecting logoff/restart from the unity bar resulted in no restart, and after manual restart an initctl crash was reported. Installing the proposed change seems to have fixed it, thanks. -- You received this bug