[04:45] confirmed bug #2063000 [04:45] -ubottu:#ubuntu-next- Bug 2063000 in apport (Ubuntu) "Running ubuntu-bug outputs errors" [Undecided, Confirmed] https://launchpad.net/bugs/2063000 [04:48] a bit related to bug #2018128 [04:48] -ubottu:#ubuntu-next- Bug 2018128 in apport (Ubuntu) "Apport does not collect all logs when the package is HWE kernel" [Medium, Triaged] https://launchpad.net/bugs/2018128 [05:15] hexchat & gimp window resizing works now [07:33] my noble desktop is in a weird state, I have nvidia-545 and nvidia-550 packages now (after running apt update/apt upgrade) and the nvidia driver is not loaded anymore :( [12:36] How do I turn off apparmor temporarily? "systemctl stop apparmor" doesn't stop DENIED messages from appearing in syslog [18:55] Why in the world would you want to disable AppArmor just to disable system log output? What are you trying to do? [18:55] quidnunc: ^ [18:56] https://askubuntu.com/questions/1443609/how-to-turn-off-all-the-apparmor-denied-messages-from-snaps [18:58] Yeah. You really don't want to disable kernel security... [19:21] Menzador: I'm having multiple issues after upgrade and I want to determine if they are caused by apparmor [19:21] ravage: thanks [19:23] ravage: Actually that doesn't answer my question. That suppresses the message, I want it turned off [19:23] fix the application [19:24] ravage: Well I have to find out what the problem is first [19:24] If I turn off apparmor I can rule it out (or in) [19:32] https://ubuntu.com/server/docs/security-apparmor [19:32] Gives some information about the different modes  [19:32] So try complain more for your binary [19:46] *mode [20:41] hello there. [20:42] i have an issue making minidlna working. [20:43] here's the error log: https://pastebin.com/KHZ8SDFy and here's the conf: https://pastebin.com/kzMZpEmv [20:44] I followed this guide without luck: https://linuxlasse.net/linux/howtos/MiniDLNA [20:44] The port you set for http is already in use [20:45] 8200? [20:45] by whom? [20:45] If that is what your configured then yes  [20:45] The error message is clear about that  [20:46] Maybe just a second instance  [20:46] Or another tool [20:48] sudo ss -ltnp | grep ':8200' [20:49] LISTEN 0      16           0.0.0.0:8200      0.0.0.0:*    users:(("minidlnad",pid=249992,fd=6)) [20:49] So it's already running  [20:50] kill 249992 [20:50] looks like he can't see media files [20:51] media directory is already owned by me [20:51] It does not run as your user  [20:52] changed the conf now [20:55] oh gosh now it works [20:55] the service should be runned by root tho, it is normal? [20:56] There is no need to run any part as root [20:57] 8200 can be used as your users and your user has access to the media files [20:57] It may use other ports but they all are over 1024 and so can be bound usually by normal users  [20:58] fabio@squanchy:~$ minidlnad -R [20:58] rm: cannot remove '/var/cache/minidlna/files.db': Permission denied [20:58] rm: cannot remove '/var/cache/minidlna/art_cache': Permission denied [20:58] [2024/04/21 22:53:00] minidlna.c:944: fatal: Failed to clean old file cache /var/cache/minidlna. EXITING [20:58] it's because of that [20:59] but apparently i configured minidlna for nothing. i thought media streaming would be faster than samba but the movie on the tv is buffering even worse :( [21:00] any tips? [21:00] Change the path to the database to something in your home directory  [21:00] ok, thanks! [21:01]  or allow your user to access the files it needs [21:34] ravage: The problematic app is samba which unfortunatey has a half a dozen binaries. Is there no way to simply turn apparmor off? [21:35] And I'm also having a problem with thumbnailing and I don't know what the binary is for that [21:37] (there was supposed to be an apparmor fix for thumbnailing released but mine is still not working)