libera/#devuan/ Saturday, 2022-03-05

onefanghttps://www.theregister.com/2022/03/05/nvidia_stolen_certificate/  A story about the recent leaks of nVidia files that covers one of their old Windows drivers signing certificates.  No mention of any Linux driver signing certificate.  Be careful.08:49
djphonefang: do they even sign their *.run files?13:18
onefangDunno, I don't use nVidia stuff.13:23
onefang.deb files are signed though.13:24
buZzi dont think any OS uses signed drivers beside those winxp derivatives13:25
gnarfaceuh13:40
gnarfaceactually the nvidia drivers for linux are signed starting at the 900 series and for all cards after that13:40
buZzah, nice13:40
gnarfaceit's been a big barer for fully supporting the newer cards with nouveau13:40
buZzgnarface: the -drivers- are ? or just installers13:40
buZzoh gee13:41
gnarfaceafaik the drivers too, and that's why nouveau can't support them13:41
gnarfacenvidia promised to actually release the keys and straight up lied13:41
gnarfacethat was like 4 generations ago now so i guess people are over it13:41
onefangWell now the leakers might have released the keys.  lol13:41
gnarfaceheh, yea well the nouveau team is bound by US legal jurisdictions, so it won't help them but the chances of someone else releasing a driver now seem strong13:42
gnarfacei guess we'll see13:42
gnarfacethe chances of seeing a drive-by trojan horse crypto miner virus seems strong too now13:44
onefangThink there is one already.13:44
buZzgnarface: those have existed for at least as long as monero has13:44
onefangDrifting off topic, back on topic, if you install nVidia drivers in your Devuan, maybe double check the signatures and stuff.13:46
ham5urgI have a vent attached via i2c. I need to write a init script as well as the fan-script itself. Is there any sysV init howto for dummies you can recommend?14:23
ham5urgthe fan-script is simple, should I merge it into the init-script?14:26
ham5urgI guess no as the fan-script should run as a daemon.14:27
rwpham5urg, If it is simple you might consider adding it to the /etc/rc.local script.  Be aware that by default it is "sh -e" meaning please watch the exit code status.15:04
ham5urgThat is a good hint. I prepared already an init-script. https://paste.debian.net/1233096/ My first try of an init-script. Is this acceptable?15:07
gnarfacelooks right at first glance anyway15:09
ham5urgI consider to change fancontrol.py to fancontrol.sh. All I need is a 'while true; do...' in a sh-script I guess.15:15
eyalrozHello Devuaners, I have a question about panel keyboard layout indicators...15:33
eyalrozWell, a few questions really.15:34
eyalrozRecently, and occasionally, my Cinnamon keyboard applet somehow dies. So,15:35
eyalroz1. How can I determine why that happens?15:35
eyalroz2. How can I start it after it's died15:35
eyalroz3. Can I make it "auto-restart" upon dying?15:35
eyalrozAlso, there's a panel applet named "iBus", which presents a (poor-contrast) keyboard layout selector.15:36
eyalroz4. How can I prevent it from starting?15:36
eyalroz5. Can I customize its colors?15:36
blastwave^ that is a lot of questions. I have no clue but that was a lot. I would think that the "applet" is an actual binary exec somewhere. Surely it can be simply run?15:41
ham5urgMy simple fancontroller for Raspberry Pi4 Compute Module on top of IO board. /etc/init.d/fancontrol https://paste.debian.net/1233101/ _and_ /usr/local/sbin https://paste.debian.net/1233101/16:02
ham5urgAny critics welcome16:02
ham5urgSorry, identical links. https://paste.debian.net/1233100/16:05
eyalrozblastwave has lieft, but I'll still answer his question... if I knew what the applet binary was called, I'd run it...16:24
syco\o/ this has been a f*** PITA, but i finally managed to install devuan ond raid root + my two pre-existing arrays, got wifi and xorg to work too :)16:30
sycobut damnit .. to me days and lots of retrys to figure ou how to make this work16:31
sycohavent had such a complicated linux install since ... a long long time a go16:31
sycobut llok ma! ne systemd !!! \o/16:31
syco(need to change my keyboard batteries, sorry)16:33
sycojust need to get the other gaming keeboard witch requires a proprietary driver and the scanner (proprietary crap too) to work16:34
sycobut that's for tomorrow .. beer time \o/16:35
eyalrozsyco: Was it really harder than installing Debian on the same hardware setup?17:12
sycoeyalroz, no, the thing is i wanted an install on raid1 /17:14
sycobut the installer didn't see my arrays17:14
sycodesktop live did see them but not desktop17:14
sycoalso the deplay setting where detecte fine on desktop-live, not on desktop17:15
sycoon desktop-live, the installer didn't want to install on a md device17:16
sycoso it took me some time to sort it all out17:16
sycos/deplay/display17:16
fsmithredsyco, if you use the cli installer in the live isos, you can install to raid if you manually set up the raid first17:22
fsmithredbut any of the installer isos should have seen your raid, I think. Maybe you have to boot into rescue mode to get that.17:23
sycowell, i finally managed to install using the desktop image, using expert install mode17:24
fsmithredoh, good17:24
sycowifi was a problem too, a had 3 different cards, none of witch worked ootb (rtl, brcm, orinocco) i put in antoher rtl and it finally worked17:25
blastwavehas anyone else been seeing "Errors were encountered while processing: nvidia-persistenced" followed by "E: Sub-process /usr/bin/dpkg returned an error code (1)" ?18:52
gnarfacemake sure it matches the version of the rest of your nvidia drivers18:55
gnarfaceif it's from the previous version just uninstall it18:55
gnarfacethey keep adding and removing it from the package set but they don't make it smart enough to uninstall the older versions18:55
gnarfaceit might be optional in either case18:56
eyalroz(sigh) Ok, let me focus my questions a bit...21:00
eyalrozWhat's the path of the cinnamon keyboard layout applet?21:00
eyalroz(If it's a separate executable, that is)21:00
buZzeyalroz: if its something you installed with apt , you could see with 'dpkg -L xxx' what files it put on your system22:06
eyalrozbuZz: cinnamon is installed with apt, but I don't know which package specifically to search for22:23
buZz'dpkg -l' displays all installed packages, maybe pipe it through | grep cinna22:31
fsmithredeyalroz, it looks like everything is just part of the cinnamon binary. I fired up an old cinnamon live-iso and looked at top and ps ax while playing with settings and startup apps.23:02
sgageMost applet-y things are autostarted at loging (don't know about Cinnamon)23:12
sgageIf Cinnamon has a control panel selection for 'autostarts', I would look there23:13
sgageand if it's being started there, you can edit the command line, which will23:14
sgageshow you the existing command line. Again, I use other DE's - not super familiar23:14
sgagewith Cinnamon, but that's often how it goes23:14
sgage.23:14
eyalrozsgage: Well, it seems the enabled state of the keyboard applet is locked23:22
eyalrozwhich is fine, except... when it's gone for mysterious reasons, I can't restart it23:22
eyalrozfsmithred: Thanks. Although I'm not sure how it's possible for cinnamon to not crash, but somehow forget about there being multiple layouts.23:23
sgageI don't quite know what you mean by 'locked'. Can you right-click on it and unlock it?23:23
sgageWhen I'm messing with this kind of stuff, sometimes ps ax |grep keyboard, e.g.,23:24
sgagemight be helpful.23:24
fsmithredI tried exactly that and got nothing23:25
sgageHow strange. I don't know Cinnamon at all, really.23:26
fsmithredwow, I rebooted the cinnamon iso, and I've gone through setup screens for startup apps and for panel applets23:30
fsmithredseveral times23:30
fsmithredin circles23:31
fsmithredif I try to add the keyboard panel applet, the screen says it's already active. But I can't find it in the panel.23:31
fsmithredand there seems to be no way to edit the commands for any of these things.23:32
brocashelmi used cinnamon briefly in my minttard days; it's "pretty" to look at, but unstable (random screen freezes) and nowhere near as customizable as other des23:32
brocashelmalthough when i installed cinnamon for devuan ceres, i got a blank desktop (even with the core and other meta packages)23:32
fsmithredin a vm?23:33
brocashelmalthough i am aware that debian's cinnamon maintainer quit because he liked plasma more23:33
brocashelmin a vm and on hardware23:33
brocashelmthe only des outside of xfce that are fully functional for me are mate, lxqt, and lxde23:34
brocashelmplasma was broken for me23:34
brocashelmeven with kwin installed23:35
fsmithredthere are a few things at /usr/bin/cinnamon*23:38
fsmithredeyalroz, maybe some clues are in ~/.xsession-errors23:43
eyalrozWell, I have restarted my session since it last happened, but I do see a lot of this:23:44
eyalroz![1646502097,000,xklavier_evt_xkb.c:xkl_xkb_process_x_event/]   ATTENTION! Currently cached group 1 is not equal to the current>23:44
eyalrozgroup from the event: 023:45
eyalrozso, 5632 occurrences of that.23:46

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