libera/#devuan/ Sunday, 2024-02-18

nemoAfdal: huh. you don't?01:42
nemoI thought it was default for devuan desktops01:42
Afdalwell I don't see it in my service list anyway...01:42
nemo$ ps auwx | grep dnsmasq01:43
nemodnsmasq   1769  0.0  0.0  12700   580 ?        S    Feb15   0:00 /usr/sbin/dnsmasq -x /run/dnsmasq/dnsmasq.pid -u dnsmasq -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new --local-service --t01:43
nemoetc..01:43
nemoand I definitely have a dnsmasq service01:43
nemoalthough at least over here I also have a dnscache for the entire house01:44
nemoprobably doesn't work as well as it used to, in this age of DoH01:44
Afdalhmm, there it is01:47
Afdalwell for some reason it's not on autocomplete01:47
Afdalwhen I do sudo service blahblah01:47
nemoAfdal: I didn't know autocomplete did that.. distro specific thing? I know a lot of random stuff ends up in autocomplete.. sometimes stuff that's not a good idea02:14
gnarfaceAfdal: not sure if this is your issue but make sure ENV_SUPATH in /etc/login.defs has /usr/sbin07:44
skihm, (using Mate) playing video in Firefox keeps stuttering all the time (even after restarting browser), but using e.g. `mplayer' doesn't stutter. restarting X doesn't seem to help, either. any idea what might be wrong ? maybe there's some service i could try restarting ?14:06
ski(this has happened, on occasion, in the past as well. rebooting seems to help, but i'd rather not resort to that, having open context running under GNU Screen)14:07
gnarfaceski: go into plugins settings and disable the cisco h264 one14:20
gnarface"OpenH264 Video Codec provided by Cisco Systems, Inc." < disable this, our native support on linux is better14:20
gnarfacethere's some possibility you're missing a particular package or something like that too; mplayer may be running better but that's not proof it's running optimally14:22
gnarfacewhich actual package or packages that might be, most likely would vary depending on whether you're using nvidia or mesa14:22
skihm, where do i find these plugins settings ?14:29
* ski checked Firefox settings, Control Center, Preferences->Hardware14:29
skichecking packages, i appear to have a bunch of ones with "mesa" in the name, but not many with "nvidia"14:34
fsmithredski, Tools, Addons and Themes, Plugins15:15
skihm, it is already disabled (apparently)15:21
ski(apparently i could find this, by going to <about:addons>)15:22
* ski also forgot there was a "Tools" menu, usually have the meny bar turned off15:24
gnarfaceski: about:plugins should list them, not sure if about:addons is the same thing or not. do you have a nvidia card? if so, another possibility is that you're using nouveau instead of the official nvidia (closed-source) drivers15:42
gnarface... and if you've got one of those weird laptops with two video cards of different brands in it, then there's other possibilities of things to go wrong...15:43
ski<about:plugins> lists installed plugins, but doesn't seem to allow you to actually do something with them15:58
skinot sure whether i have an NVidia card, how would i know/check ?15:59
skithis is a laptop, yes (HP)15:59
* ski 's not much of a hardware person15:59
debdogski: lspci | grep -i -e vga -e display16:01
skisearching for `nouveau' lists `libdrm-nouveau2',`xserver-xorg-video-nouveau' as installed16:03
ski  00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)16:04
gnarfaceonly that one shows up?16:04
skiyep16:04
gnarfaceseems like if it installed nouveau you probably have the dual video card thing going on too16:04
debdogwait, they show up as 3D16:05
debdogski: lspci | grep -i -e vga -e display -e 3d16:05
skisame output16:06
gnarfacedo we know for sure it even shows up if it's not the active one?16:06
debdoglspci -k | grep -i -e nouveau16:06
skino output16:07
debdogok16:07
debdogcompared to my HP laptop, there should™ not be a second one16:07
gnarfacehmm16:08
gnarfacewhy would it have installed nouveau by default though? that seems weird16:08
gnarfacewell, whatever16:08
debdogmayhap a "aptitude why xserver-xorg-video-nouveau" will shed some light on that *shrug*16:09
skiinstalled Devuan through live-cd ISO image, early last year, or so16:09
gnarfaceah, maybe that's why16:09
ski(on a Ventoy USB stick, though i guess that doesn't matter)16:09
ski  i   task-desktop           Depends xserver-xorg-video-all16:10
ski  i A xserver-xorg-video-all Depends xserver-xorg-video-nouveau16:10
gnarfaceyea, nevermind that16:10
gnarfacestand by, getting you a list of mesa packages to check16:11
gnarfaceski: check to make sure you have all these (or the i386 ones if your hardware is 32-bit only, or both if you are using wine or proton) http://paste.debian.net/1307706/16:12
gnarfaceski: for Intel graphics you might need a couple others... like i965-va-driver intel-media-va-driver libvdpau-va-gl1?16:14
gnarface(maybe others i forgot)16:14
gnarfacestart with those anyway16:14
gnarfacethere is also the option of using the actual intel xorg driver (by default it uses the kernel modesetting driver)16:15
nemofor anyone else who encountered the nvidia-kernel-dkms issue, looks like debian upstream fixed it16:17
skino `libd3dadapter9-mesa',`libgl1-mesa-glx',`libopenvg1-mesa' (unlisted),`libosmesa6-dev',`mesa-common-dev',`mesa-utils',`mesa-utils-bin' (unlisted). have `libegl-mesa0',`libgl1-mesa-dri' (and `:i386'),`libglapi-mesa',`libglu1-mesa',`libglu1-mesa-dev',`libglx-mesa0',`libosmesa6',`mesa-va-drivers' (and `:i386'),`mesa-vdpau-drivers' (and `:i386'),`mesa-vulkan-drivers' (and `:i386')16:22
skignarface ^16:22
skihave `like i965-va-driver' (and `:i386'),`intel-media-va-driver' (and `:i386'),`libvdpau-va-gl1' (and `:i386')16:25
skishould i install the missing ones ?16:25
gnarfaceski: yes, though before you should do that, check the output of "cat /proc/cpuinfo" to make sure you should be using i386 instead of amd64 (you might have been lied to by intel if that's a core2duo you bought with 32-bit windows pre-installed. there are no 32-bit core 2 duos.16:26
gnarface)16:27
gnarfaceheh, for real16:27
ski  vendor_id       : GenuineIntel16:27
ski  model name      : Intel(R) Core(TM) i3-3120M CPU @ 2.50GHz16:27
gnarface"Core"16:27
gnarfaceyea, i'm sorry you installed the whole wrong architecture16:27
gnarfacebut also, without libgl1-mesa-glx at minimum, none of your hardware acceleration actually works16:28
gnarfacemplayer probably is just not skipping because it was created in an era before hardware acceleration16:28
ski"wrong architecture" -- being ?16:28
ski(i have Wine installed, although i haven't used it that much, yet)16:29
gnarfacebasically you installed the 32-bit linux on a rig that can do both 32-bit and 64-bit at once, but only if the base install components are the 64-bit ones16:29
* ski 's no idea of the significance of "Core"16:29
gnarfaceif you install those missing mesa packages, hardware acceleration probably will all still work, but you'll lose out on some performance gains that are 64-bit only for other workloads16:30
ski(and it came with 64-bit windows, iirc)16:30
gnarfaceoh, well that's good. some people got short-changed for the brief period that microsoft didn't have a 64-bit windows offering available16:31
gnarfacebut that means you should have picked a "amd64" iso instead of a "i386" one16:31
gnarface(i know that might be confusing, but linux calls these "amd64" because despite being intel hardware, AMD was actually the first to market with this general type of cpu)16:32
skii think `devuan_chimaera_4.0.0_amd64_desktop-live.iso' may be the name of the ISO i installed from16:33
gnarfacethe significance of "Core" in this context just being that off the top of my head i knew that moniker dates it well past the 32-bit era16:33
gnarfaceski: heh, i think i misread you list and skimmed out the "and" parts... maybe you're looking at the right thing. check just check to make sure this says amd64, sorry: umame -a16:34
gnarfacesorry again: uname -a16:34
ski  Linux foobar 5.10.0-10-amd64 #1 SMP Debian 5.10.84-1 (2021-12-08) x86_64 GNU/Linux16:35
gnarfaceand then yes, install all those missing mesa packages then reboot16:35
gnarface5.10 suggests you're not on current stable too16:35
gnarfacemight not matter but fyi daedalus is released now16:35
ski"chimaera"16:35
gnarfaceyea... i think you could in theory upgrade this to daedalus in place even though it was a livecd install, but there's a lot more to download then16:36
ski"the \"and\" parts" ?16:37
gnarfacestart with those mesa packages, though i pasted those from daedalus and i'm not sure the names are all unchanged16:37
gnarfacejust install the mesa packages and ignore the rest, i got confused there for a minute16:37
gnarfacethough if you instsalled from livecd i'm not sure why you'd be missing those16:38
gnarfacealternately you can try "apt-get update && apt-cache search mesa" as root, and install all those instead16:39
gnarfaceyou should have well over 20 mesa packages if you want everything working16:39
skii guess i don't need `libd3dadapter9-mesa-dev' ? (and i seem to have `libgl1-mesa-glx-dev' installed, but not `libgl1-mesa-glx', for whatever reason) (also have `libosmesa6' installed)16:40
gnarfaceyea, maybe not all of them are important for what you're doing16:40
gnarfaceonly thing was i think one of those turned out to be mandatory for DXVK to work right in Wine16:41
gnarfaceyou would also probably need libvulkan too, if that hardware supports it (and i don't know whether it does or not016:41
gnarface)16:41
ski(as well as having `libelg1-mesa-dev', but not `libegl1-mesa', installed)16:42
gnarfacehave you updated this system after installing it from the iso? maybe an update went awry and removed some things but you didn't notice?16:42
gnarfaceit's really a mystery that libgl1-mesa-glx would be missing, i could have sworn these isos had all that stuff16:43
ski`mesa-common-dev' wants to also bring in `libdrm-dev'16:43
gnarfacethat's direct rendering manager, not digital rights management16:43
ski(there's also a `meta-utils-extra', guess i don't need that. it mentions `es2gears',`es2_info',`es2tri')16:44
skiokay16:44
gnarfaceutils are just for testing that things are working right16:44
gnarfaceno, you probably don't need them either, but glxgears for example is useful as quick test to make sure opengl acceleration is functioning (it's not meant for benchmarking, but there will still be a noticeable framerate improvement when you have everything working)16:45
gnarfaceglxinfo is also often useful for troubleshooting16:46
ski`libvulkan-dev',`libvulkan1' (and `:i386') already installed (iirc, i think my brother suggested those, for Wine ?)16:50
gnarfaceyes, that is what dxvk uses, it's not a stock part of wine but you can get it from winetricks and it can give certain workloads a dramatic improvement (mostly direct3d stuff that translates more poorly to opengl)16:51
ski"have you updated this system after installing it from the iso?" -- no dist upgrade, just installed various packages16:51
gnarfacehmm, whenever you install packages, sometimes it will have a REMOVES section16:51
gnarfacepay very close attention to that16:51
gnarfaceyou don't want to let it remove stuff you're using16:52
skihm, okay16:52
gnarfaceand keep it updated; possibly it did so as a side effect of the other packages not being updated16:52
gnarface...when you installed things16:52
skiwell, it just says "To be installed" and "Unchanged", no "Removes"16:52
gnarfaceyea, removes won't always be there16:52
gnarfacebut you gotta remember to always look for it16:53
skiyea, i meant right now16:53
skimhm16:53
gnarfaceespecially when it's a big package list16:53
skiok, will try installing those (except `libopenvg1-mesa',`mesa-utils-bin' which are not in the package list)16:54
gnarfaceyou can try "apt-cache search ^libopenvg" to see if maybe it's there under a similar name16:55
skinothing16:55
gnarfacehmm, maybe it's new, not sure16:55
gnarfacelibvg maybe?16:56
skinothing16:56
gnarfaceeh, whatever. i don't think it's important for this16:56
gnarfacenope, vector graphics16:57
skiok, installed those (and saved a log of the conversation, to remember context). i think i'll not reboot right now (since i have stuff running, context i'd prefer to not lose atm), but i'll keep this in mind and see if i notice any difference in the future (might be back later, i guess)17:00
skithank you for all the diagnostics, suggestions and help !17:01
gnarfaceyou will definitely have to at least restart the window manager and your graphical login manager to make it work right, and with these libraries you risk weird crashes over time if you don't, just fyi17:02
gnarfaceit might be easier to just reboot17:02
skiwell, i could reboot X (have already done that, today, to see if it might help)17:03
gnarfacedon't forget to run ldconfig17:03
gnarface(as root)17:03
gnarfacewhether you have to reload the kernel module too or not i'm not sure, though in this case i doubt it17:03
skithe installation process doesn't run it, automatically, at the end ?17:04
gnarface...though you should also do a full update after you reboot for this update too anyway17:04
gnarfaceuh, i don't remember for sure if it runs ldconfig all the time or not, i feel like it might not have, it can't hurt to run it again either way17:04
gnarfaceif it doesn't complete instantly when you run it, it probably didn't run it17:05
skiwell `/etc/ld.so.cache' seem to've been touched, when i installed17:07
gnarfacethe other package updates you haven't downloaded might contain some stability or performance fixes too, but most of them will probably be security fixes17:07
ski  $ find /usr/lib* -name 'libd3dadapter9-mesa*' -o -name 'libgl1-mesa-glx*' -o -iname 'libosmesa6-dev*' -o -iname 'mesa-common-dev*' -o -iname 'mesa-utils*'17:12
skilists nothing17:12
gnarfacewhat are you trying to do? you list package contents with dpkg -L [package]17:13
skichecking if `ldconfig' had already created links ?17:14
gnarfacei wouldn't necessarily expect any of these packages to contain files or directories matching their package names17:15
skimhm, figures17:15
gnarfacetry glxinfo and vblank_mode=0 glxgears17:16
gnarfaceglxinfo |grep -i direct\ rendering17:16
gnarfaceglxinfo |grep -i version17:17
ski  direct rendering: Yes17:19
ski  GLX version: 1.417:19
ski  OpenGL core profile version string: 4.2 (Core Profile) Mesa 20.3.517:19
ski(and a bunch more that looks redundant, or not relevant)17:20
gnarfacethose are probably all right17:20
ski`glxgears' appears to run alright17:20
ski(although i don't really know what i ought to be looking out for)17:20
gnarfacei don't know either, for your particular hardware, but what you'd be looking out for usually is a multiple order-of-magnitude increase in the framerate17:21
skiwell, i haven't run `glxgears' in many years (and certainly not on this machine) ..17:21
gnarfacewhat do you get?17:22
ski  5978 frames in 5.0 seconds = 1195.530 FPS17:22
ski  6275 frames in 5.0 seconds = 1254.896 FPS17:22
skithen around ther17:22
gnarfacehmm, yea, probably working right17:22
gnarfaceit probably will go up more if you put the cpu in performance mode17:22
gnarface(glxgears on its own isn't heavy enough to trigger the default cpu governor to scale)17:25
skihow would one "put the cpu in performance mode" ?17:26
gnarfaceecho 'performance' > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor17:30
gnarfaceyou gotta do this for each core17:30
gnarfaceecho 'performance' > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor17:30
gnarfaceecho 'performance' > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor17:30
gnarfaceetc...17:30
gnarfaceor you can find a gui widget for your desktop maybe somewhere17:30
gnarfaceyou wouldn't want to leave it like this by default though17:31
skireading from those, it says `schedutil'17:31
skiright17:31
gnarfaceyea, you can set it to other stuff, schedutil has replaced the previous default "ondemand" but there's a couple others17:32
gnarfacethere's other info in that directory, like available clock speeds17:32
gnarfaceoh, that reminds me, make sure you have acpid installed (though i would have thought task-desktop contained that make sure)17:33
gnarfacei think you probably also want acpi-support-base if you don't have it17:33
ski`acpid' and `acpi-support-base' already installed17:52
gnarfaceoh good17:54
gnarfaceany luck with firefox?17:55
gnarfacei don't think mplayer will even use that libva thing by default but there was some way to make it, and it should lower cpu usage further17:55
skitried rebooting firefox, still stutters. let me `<Ctrl>-<Alt>-<BackSpace>', then17:58
gnarfacehmm, i wonder what it's missing18:01
gnarfacewith intel graphics i am not sure, i probably have forgotten something important, but you can change the xorg driver to the real intel one instead of the default more generic one, which might help18:02
gnarfaceit helps some stuff and hurts others, it's just a guess really18:02
gnarfacevaries depending on the particular graphics chip you have18:02
skihm, black (well, dark grey, i guess) screen, when i try `startx mate-session -- :1.0'18:03
gnarfacein general, the default one is better at auto-detection of basic setup stuff, but the intel one sometimes has support for hardware features the default one doesn't18:04
skioh, timed out now18:04
gnarfaceyour user is in the video group, right?18:04
skiand, retrying, seems to start up X now18:04
ski`id' displays `44(video)', yes18:06
gnarfacedoesn't really tell me anything, i'm not familiar with their lineup18:07
gnarfaceto try the intel xorg driver, you'd just have to create a few lines xorg.conf (you don't need the whole thing anymore) and put it in /etc/X11/18:09
gnarfacethen restart the gui stuff again18:09
gnarfaceyou'd see the change appear in the xorg log, which should be at ~/.local/share/xorg/18:10
gnarfacemaybe /var/log/Xorg.0.log but probably ~/.local/share/Xorg.0.log18:10
gnarfaceer, ~/.local/share/xorg/Xorg.0.log18:10
ski`/var/log/' has `Xorg.0.log{,.old}', `~/.local/share/xorg/' has `Xorg.[123].log{,.old}'18:12
gnarfacewell, only one of those should have a timestamp of when you started xorg last18:13
gnarfacethough i guess it might be possible that you'd get a different one for the gui login itself18:13
gnarfaceafaik .1, .2, .3 etc are :1.0, :2.0, :3.0, etc18:14
gnarfaceand it copies the last one to .old every startup18:14
skihm, seems Firefox restarted now, let me try ..18:15
ski.. hm. no sound at all18:15
* ski checks sound preferences18:16
gnarfacejust in firefox or everything?18:16
skihm, oh, now i've got sound18:16
gnarfacedid pulseaudio get pitched overboard when you were doing installs?18:16
skiguess either muting and unmuting, or unplugging and replugging headphones helped that18:16
ski.. and there appears to be not stuttering at all !18:17
gnarfaceoh, auto-mute mode might be screwing with you. you can disable that18:17
ski"afaik .1, .2, .3 etc are :1.0, :2.0, :3.0, etc" -- yep18:17
gnarface(but then you will have to mute/unmute your headphones manually)18:17
gnarfaceheadphones/speakers*18:18
ski"did pulseaudio get pitched overboard when you were doing installs?" -- no idea (and no idea how to check)18:18
skioh, i guess you were asking if it got uninstalled ?18:18
ski(i suppose it might use `~/.local/share/xorg/', when i manually use `startx', from my user)18:19
ski("doesn't really tell me anything, i'm not familiar with their lineup" -- i did `id' from my user, which tells me which groups i'm in)18:22
gnarfaceyes, home directory when you use startx and /var/log when it's running in "legacy" root suid mode18:22
skimakes sense18:22
gnarfaceoh sorry, i thought you were pasting the video device id lol18:22
skiwell .. i dunno how to check that :p18:23
gnarfaceactually it's not based on whether you use startx or not18:23
skibut which user is running it ?18:24
gnarfacenvidia binary drivers also use legacy mode by default18:24
gnarfaceregardless18:24
skimhm18:24
gnarfacein your case startx will just run it as your user though18:24
gnarfacewhat i don't know is if your graphical login is running as root or not18:24
ski  USER     GROUP      PID  PPID  PGID   SID %CPU %MEM    VSZ   RSS TTY      TPGID STAT STIME     TIME CMD18:26
ski  root     root     32375 32372 32375 32375  3.5  0.1 1004044 12912 tty7    32375 Ssl+ 13:04 00:11:26  \_ /usr/lib/xorg/Xorg -nolisten tcp -auth /var/run/slim.auth vt0718:26
skiwhile `mate-session' runs as my user18:26
gnarfacemaybe that's where the /var/log/Xorg* logs are coming from18:28
skiwell .. as the video replay issue appears to be resolved now (although i might have to restart my original X session, if i want it to work in there), thanks a whole bunch for the tele-diagnostication session and the suggestions !18:39
gnarfaceno problem18:40
ibanjaI am trying to install using ZFS via debootstrap and got stuck on the zfs-zed package. The error is here: https://paste.debian.net/1307728/20:46
rwpibanja, It looks to me that the package postinst script is failing while calling an init script action.  It looks like you are running this in a chroot?20:53
ibanjayes, a chroot20:53
ibanjaI an using one kernel older than the chroot. Is that a problem?20:53
rwpThe package postinst script is available at /var/lib/dpkg/info/$PACKAGE.postinst and the best thing is to review it and run it and see what is failing.20:53
ted-iousibanja: Is this a vm or a real server?20:54
rwpGenerally one might run into problems with hosting using an older kernel than in the chroot but Linux is very long-time compatible and I don't think that is the problem shown here.20:54
ibanjait is a chroot installation on an SSD drive on my desktop20:54
ted-iousOh so you can get physical access to everything no problem right?20:55
ibanjayes20:55
rwpReview the package postinst script by eye using less to browse it: less /var/lib/dpkg/info/zfs-zed.postinst20:55
ted-iousYou might find it way easier to do a regular install onto ext4 and get all the zfs parts working properly first.20:55
ted-iousThen tar it all up and reformat the drives with zfs and copy the system back.20:56
_ds_Chrooted environment. Only one kernel in use.20:56
rwpFor GNU/Linux systems I would recommend against trying to boot from ZFS.  I would boot from XFS (better than ext4) and then use ZFS as the data array.  Since ZFS is bolted on using dkms recompiles with every new kernel install.20:57
_ds_I'd just “mount --rbind /dev /path/to/chroot/dev” in the parent environment.20:57
_ds_(unless the chrooted env. is intentionally limited in some way in which case, well, create your own device nodes etc.)20:58
ibanjarwp: I have ZFS on my voidlinux box and it recompiles every time it's upgraded. I'm OK with that.20:59
ibanja_ds_: I just exited chroot. I will chroot and try mounting the dev21:00
rwp+1 for _ds_'s suggestion to mount /dev into the chroot.  Because almost certainly the zfs init script won't be functional with out.  And almost certainly the postinst script is exiting with an error if it is not functional.21:01
_ds_Also worth mounting similarly: /sys and /proc21:01
rwpJust by comment for general hacking, sometimes due to reason of bugs or for bending the machine to your will, it is sometimes needed to edit the postinst or the pre* scripts to avoid running them.  For example by putting an "exit 0" immediately following the #!/bin/sh line.  Then they do nothing, and exit successfully, allowing dpkg to mark the package as fully installed.  Or fully removed/purged.21:03
rwpAnd then after that point doing further hacking and doing whatever it is that needs to be done manually.21:03
ibanjaI have /sys /proc and now /dev mounted. Unfortunately it didn't fix the problem. I will have a look at the postinst script.21:03
ibanjarwp: good idea...21:04
rwpAlmost certainly the postinst script is calling into another script (probably an init script) and depending upon the source of this package it might be calling systemd capability which does not exist on Devuan.  This might require editing of either the postinst script or the init script to fix it.21:04
rwpOne of the things I really like about dpkg (over rpm and some other formats) is that the pre and postinst scripts exist as regular files on disk available to browse and to hack upon if needed.  Have used that capability many times.21:06
ibanjaok, thanks for the tip. I'll digging into the postinst now.21:06
_ds_Worth checking what's currently mounted within that chroot env. in case /dev/pts (still) isn't (just --bind, not --rbind, for that one).21:07
rwpThe postinst script is expected to be given a couple of arguments when being configured.  "sh -x /var/lib/dpkg/info/zfs-zed.postinst configure 2.0.3-9+deb11u1" I think for your specific case should trace through the script operation.  I think.  Double check that.21:09
ibanjarwp: I put the exit 0 after bash and was then able to remove and reinstall and that worked. Thanks for the help.21:23
ibanja_ds_: yep mounted... thanks21:24
rwpThat just allows the packages to be marked as installed and to get past that packaging step.  Afterward you will need to manually understand and do whatever that postinst attempted to do.21:26
rwpOf course if what it was attempting to do only makes sense at boot time then it can be ignored entirely.21:26
rwpAnd then at boot time the installed init scripts will do what they are supposed to do at boot time okay.21:26
rwpI'll mention as a statement off in the sidebar that if one is maintaining a persistent chroot that the /usr/share/doc/init-system-helpers/README.policy-rc.d.gz layer can be used to prevent daemons from being started in a chroot at package upgrade times.  The invoke-rc.d script (which was mentioned in your paste) uses that policy layer.21:28
ibanjaok, thanks.21:38
rwpAre other people having problems with paste.debian.org resolving?  My system validates DNSSEC and is hitting the "validating apu.snow-crash.org/CNAME: verify failed due to bad signature (keyid=41523): RRSIG has expired" problem.21:50
rwpHere is an automated report: https://dnsviz.net/d/snow-crash.org/dnssec/21:50
fsmithredrwp, yes ff says it can't find the site. I always use paste.debian.net and that is working.21:54
rwpI can't resolve paste.debian.net here due to the DNSSEC errors voiding it.  I can override it with a /etc/hosts entry, which I have done in order to see pastes.  But...21:56
rwpI guess I should not expect anything to be fixed on a weekend, and Monday all IT techs will always be busy, and should wait until Tuesday before getting excited about really getting this fixed.21:58
rwpIt's just bugging me because I tend to use https://paste.debian.net/ a lot and like in the above I can't see other people's pastes if I can't resolve the IP address of it.21:59
fsmithredI'm using opennic in /etc/resolv.conf22:01
rwpFirefox using DoH for DNS-over-HTTPS is also complaining so I assume the upstream DoH provider (CloudFlare here) is also voiding it due to the DNSSEC.  But I can /etc/hosts override to get to it as a temporary workaround.22:10
devurandomI recently updated my devuan system and I am having performance problems in graphical applications such as games. My graphics card is a Nvidia GeForce GTX 1050 Ti and I am using the proprietary nvidia driver. Anybody else having this problem?22:13
devurandomand yes I have restarted my machine.22:14

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!