libera/#devuan/ Thursday, 2021-10-28

systemdleteSo I renamed a chimaera host -- heaven help me -- and I went through all of /etc looking for any traces of the original name.  I thought I'd found all of them, but apparently not.  The daily logwatch is reporting zillions (that's zillions, with a 'z') of errors from elogind-daemon alerting me of new seesions by root and my regular user.   These have only appeared in the logwatch report since I rebooted with the new name.00:16
systemdlete(be nice if logwatch realized these are really all the same message and combined them by globbing on the session id's)00:17
* systemdlete longs for the days prior to about CentOS 6...)00:17
ShorTiethere is a specific way to change hostname00:19
systemdleteI am using a graphical desktop00:19
systemdleteShorTie:  Do tell00:19
ShorTieDebian will trll you with help of Mr.google00:20
gnarfacesystemdlete: i suspect you merely needed to grep your home directory as well00:20
gnarfacesystemdlete: likely something in ~/.conf or ~/.local00:20
systemdleteelogind looks in my home directory?   Zillions of times a day?00:21
systemdlete(just wondering...)00:21
gnarfaceconceivably with inotify or fnotify or whatever00:21
systemdleteexample:  elogind-daemon: New session 1707 of user root.: 1 Time(s)00:21
Joy-Uniti dont remember who needs elogind00:21
gnarface... so that it can do stuff like create desktop widgets on the fly00:22
systemdleteLeonart Poettering needs it00:22
gnarfacebased on filesystem state00:22
systemdleteSo now everyone else in the world has to need it too00:22
gnarfacejust a guess00:22
gnarfaceeither that or it's something retrying because of the failure case00:22
systemdleteHow did they create desktop widgets on the fly before Lennart was born?00:22
Joy-Uniti have it installed and i think i dont want it00:22
Joy-Unitthere's some rdepends command00:23
gnarfaceapt-cache rdepends [package]00:23
systemdletehow did people get around before Ford arrived on the scene?00:23
Joy-Unitit seems i don't care about this package at all00:23
systemdletedid programmers before c. 2010 have magical powers?00:23
Joy-Unitrdepends doesn't say gparted will be removed when i remove elogind but apt does00:24
Joy-Unitapt-cache rdepends elogind is not complete?00:24
gnarfacewell inotify was around before systemd i think, but probably originally things were created as user action hooks before someone found an efficient way to fake realtime filesystem state polling00:25
gnarfaceJoy-Unit: not sure, did you run apt-get update first?00:25
systemdletefake00:25
Joy-Uniti do that now00:25
Joy-Uniti think gparted wants it to get root privs or something maybe00:26
gnarfacegparted needs root privs to work but i think it does have some dependency complication lately00:26
Joy-Unitwe should make a statue for the author of gparted00:26
gnarfacemaybe just at the package level though, as in you might be able to rebuild the package without it...00:26
Joy-Unitdo you run without elogind?00:27
gnarfaceusing it here on some machines, not others00:27
gnarfacedidn't cause any problems in beowulf00:27
Joy-Unitseems it might be worth building gparted without it00:27
systemdleteok, elogind spawns zillions of "new session"s, one for each time ssh calls to run a naemon (nagios) script00:27
gnarfaceyikes00:28
systemdletestill, can't pam or whatever do this without elogind's assistance?  the ssh login is (1) automated (read: script), and (2) does not use any graphical resources (hopefully)00:28
gnarfacei'm definitely running openssh-server on machines without elogind, so yes00:29
gnarfacemy guess is this is a "bonus" feature00:29
systemdleteoh goody!00:29
systemdleteI love bonus features, esp if they are free00:29
gnarfaceyou might be able to avoid it by changing the user to be a system user00:29
systemdlete(as in free beer)00:29
gnarfaceor something like that00:29
systemdleteuser is some guy named "root" (see above)00:30
gnarfaceoh hmm00:30
systemdleteyeah, HIM00:30
gnarfacedo the grep thing for hostname in user config directories00:30
gnarfacedo that first, because maybe that and a reboot will fix this00:30
gnarfacei'm pretty sure this is an issue that's come up before but i forget the "right way" to fix it00:31
systemdletematching on the original name, the imap cache file has a hit.  That's all.00:32
systemdleteOh wait00:32
systemdleteI *do* have an email session open from another system00:33
systemdletebut I would not think email needs some kind of elogind session to do its work00:33
systemdletedisabling nagios checks on the host in question.  Wait a few minutes and see if those messages cease.00:37
* systemdlete tries to eliminate potential sources one by one...00:37
systemdletethose messages appear in the auth.log00:38
systemdletesometimes multiple times per minute!00:38
hyrcanusapt purge elogind locked up system hard00:39
gnarfacei think literally any gui program will initiate a session00:39
hyrcanusbut now it's gone :)00:40
gnarfacehah00:40
gnarfacesystemdlete: the offending hostname instance might be hidden in some gvfsd database file00:42
systemdleteencrypted or compressed you mean?00:43
gnarfacei think just binary packed xml or sqlite00:44
gnarfaceand it's probably gonna be something you're gonna kick yourself for forgetting, like a text field in network-manager or wicd or something like that00:44
systemdletenot using nm or wicd00:45
gnarfacehmmm00:45
systemdletegrep -ir oldhostname /etc00:45
gnarfacei wish i could remember what it was last time, this has definitely come up before chimaera00:45
systemdletereturns pretty much nothing00:45
systemdlete(just references in lvm's backup directories)00:45
gnarfacei think fsmithered was there00:46
gnarfacehe might remember00:46
systemdletealso, in /etc/ssh/, in the key files00:46
systemdlete(who uses those?)00:47
gnarfacehmm, you have global keys in /etc/ssh?00:47
systemdleteI vaguely recall reading about those...00:47
systemdleteI think those were created at system installation00:47
gnarfacehmm, i wonder if they have to be regenerated00:48
systemdletemaybe for the email server (exim or dovecot?)00:48
gnarfacecould be just for opensshd afaik00:48
systemdletebut I'd expect errors -- these are merely notices00:48
systemdletetrue ^^00:48
gnarface*but*...00:48
gnarfacethat does remind me that the user's keys in ~/.ssh have also become encrypted by default, or at least hashed or something like that00:49
gnarfacethere's no human-readable hostnames in ~/.ssh/known_hosts anymore00:49
systemdletething is, though, ssh is working00:49
systemdleteI can remotely ssh into the VM00:49
systemdlete(after the host name change)00:50
gnarfacenot so much as a warning?00:50
systemdleteno00:50
systemdletenot that I'm aware of.00:50
systemdletebut00:50
systemdleteno00:50
systemdletejust no00:50
gnarfaceoh, but stuff like hostname, hostname.domain, ip address, and localhost have different entries in that key file00:50
systemdleteif there were any problem, naemon would have choked to death by now00:50
systemdletethere is only one entry in my authorized_keys file, and there is no "known_hosts" file.  This VM does not ssh out to other systems.00:51
gnarfacehmmm00:52
systemdletesame for the root user.  Just one very specific key00:53
systemdleteso, since disabling naemon checks on the VM, the messages have stopped00:53
systemdleteIt looks like ssh is the "culprit" -- or rather, elogind every time sshd runs a connection00:54
gnarfacewait, so it only happens when nagios accesses the vm by ssh, but if you use ssh as the same exact user, connecting to the same exact hostname, no error is generated?00:54
systemdletehold on, I'll check00:55
systemdleteno, it's consistent.  Manually invoking it from the remote command line also causes elogind to generate a log entry00:56
systemdleteno surprises there00:57
gnarfaceok00:57
gnarfaceis there actually other than a 1:1 ratio of errors to logins?00:58
gnarfacemaybe it would be better just to tell it not to log that00:58
systemdleteI don't mind that these log entries appear, but what bothers me is why this specific program is causing the logging.00:58
gnarfacethough i guess it could be a security issue00:58
systemdleteI'm not seeing any errors per se00:58
gnarfacei still go back to thinking there should be some way to get elogind to ignore remote logins from non-interactive sessions00:58
gnarfacebut that might come down to making sure nagios is doing it right00:59
systemdleteI don't see why a tool like a login daemon is needed for this.00:59
gnarfaceexactly00:59
systemdleteactually, "nagios" is not really doing IT00:59
gnarfaceit shouldn't be required00:59
systemdletessh is calling for a script to be run on the VM, the ssh daemon verifies the connection for security, then runs the script01:00
systemdleteThe ssh daemon on the VM is all that is really needed to instantiate the whole thing.01:00
systemdleteand since we already know that elogind is just extra instrumentation not really related to ssh...01:01
systemdleteit is possible that elogind does some additional types of security, idk.  But whatever "value added" it performs cannot possibly be stronger than the encryption provided by sshd, right?01:02
systemdleteergo, it is superfluous for this purpose.01:03
* systemdlete stated in the IRC channel, aware that this type of analysis is slightly above his pay-grade01:03
systemdleteI'm wondering if the ultimate plan is for something like "logind-sshd-systemd" in the future.01:04
systemdleteIOW, perhaps lennart plans to further consolidate his power by taking over the functions of sshd01:04
systemdlete(the ever-growing hunger must be satiated, somehow)01:08
systemdletegnarface:  Sorry, got OT for a moment there... What I mean is that there is no nagios "daemon" running on the VM being checked -- the driver is on another system, which monitors multiple other systems and devices.01:12
systemdletethat "driver" so to speak arranges to launch ssh on various targets.  The only daemon, per se, that is used is sshd on those targets.01:12
systemdleteand of course some scripts and ordinary utility programs (though some are specially written for use by nagios)01:13
gnarfaceis the user's uid higher than 1000?01:16
gnarfacethere are still some other things that segregate system users from human users01:17
gnarfaceit's possible elogind wouldn't do this for literally every user01:18
systemdleteroot01:18
gnarfaceoh, right, we talked about htat01:18
systemdleteall of these calls are run as root.  No, it's oK, there's a lot to consider.01:19
systemdleteyou know what?  In my case at least, I don't even login upon boot.  My disks are encrypted, so I enter the password early in the bootup, thus there is really not much need to explicitly log in.01:21
gnarfaceyou seeing any errors about XDG_* environment variables being unset on the VM?01:21
systemdleteI have disabled slim or the others on most of my systems.01:21
gnarfaceXDG_RUNTIME_DIR or such?01:21
gnarfacemight not look related but might be related01:22
systemdletenothing in /var/log xorg log files01:22
systemdletein the user's home .xsession-errors (again, not using that for ssh, but) there are some XDG settings, but no errors.01:23
systemdleteshould we be hunting for errors?  I don't see any real issues.01:24
systemdleteA lot of annoying log messages.01:24
systemdleteThe real issue here would be elogind and why it is running for ssh01:24
systemdletecould just be a gap in my understanding.  Maybe I should take golinux's advice and learn something about what it does.01:25
gnarfaceit's got a config file with a man page01:25
systemdleteok01:25
systemdleteanything interesting to look at in particular?01:25
gnarfacethere's gotta be some way to get it to ignore certain users01:25
systemdleteI doubt that.  I'm pretty sure the NSA wants COMPLETE info on all login attempts.  That's probably in the SLA he signed with the govt01:26
gnarfaceyou think?01:26
systemdleteI'm not sure, to be honest.01:27
gnarfacei figured there'd be something in there like IgnoreUsers=01:27
gnarfacecomma-separated list01:27
systemdleteNSAserveraddr=01:27
systemdleteRHmarketing=01:27
systemdleteIgnoreLennart=01:28
systemdlete(there's a comment above that line warning admins NOT to set this to 1 unless they have clearance)01:29
gnarfacei guess another option is you could just suppress those messages in rsyslogd's config01:31
gnarfacetheoretically01:31
systemdleteOr wait until the day I disable logwatches on all systems altogether, functionality being replaced by the whole nagios thingy01:32
systemdletestill, the point is...01:32
systemdleteI don't want something running on my systems if it is not needed.01:33
systemdleteone less thing to concern myself with01:33
systemdleteone less thing that needs updating/upgrading, configuration, etc etc etc01:33
systemdleteI just want to read my mail, read comics, attend some zoom meetings, and try to write snarky comments in IRC channels.01:34
systemdleteAnd browse the web for some stuff.01:35
systemdleteOne day, over a decade ago, I could do this, proudly and boldly.  Now Linux is a mess.01:35
systemdleteOT... retiring to -offtopic01:36
systemdletethanks for the help, gnarface01:36
hyrcanusyou still can purge the kidsoft01:36
systemdletesorry, hyrcanus, missed your last post.04:24
systemdleteI could purge logind I guess04:25
systemdleteI have no plans for that type of login anyway, since my VM is secure via the decryption during boot.04:25
systemdleteI mean I can purge slim, not logind04:26
systemdletelogind is welded onto xfce* packages...04:26
GoatAvengerbeen going insane trying to get sound unbroken on a machine recently upgraded from beowolf to chimaera08:42
GoatAvengerso I purge pulseaudio and alsa-utils08:43
GoatAvengerthinking ill just reinstall them08:43
GoatAvengeron the reboot after the purge, sound works, lol, go fucking figure08:43
GoatAvengerreinstall pulseaudio, things work now, yay..08:56
kiwitraderAnd next you can do the good thing, install pipewire & turn pulse off again09:07
AfdalGet gomuks in the Devuan repos pls -_-09:25
GoatAvengerkiwitrader, thnx for the tip09:53
nemohttps://lwn.net/SubscriberLink/874049/bf89a969ed3dde87/18:35
nemokinda interesting just for debian process18:35
hyrcanusthanks nemo - all new to me18:52
hyrcanusso since we're in the habit of typing 'which' - how about aliasing that to 'command -v'19:06
AfdalDoes anyone else get audible popping from their speakers frequently when something opens a pulseaudio sink19:36
hyrcanusyes19:36
AfdalI never had this issue on *buntu, but it happens all the time on Devuan19:37
AfdalI'd really like to figure out how to make it stop19:37
hyrcanusiirc the bandaid they use is to never start playing audio when application starts playing audio19:37
hyrcanusbut to ramp up volume19:38
wikanhi, is anyone use Vivaldi on Devuan?21:35
wikani have no idea how to launch it, becuase I get GL errors only21:36
wikanlike Vivaldi requires GPU to run21:36
gnarfacei'm not using it but you're probably just missing packages21:38
gnarfacewhat video card are you using?21:39
wikaninstalled from dpkg and from vivaldi's repos21:39
wikandunno, some Intel video card.21:39
gnarfacealright, make sure you install libgl1-mesa-glx and all dependencies21:39
gnarfacei'm guessing it'll be a lot21:39
gnarface(a reboot will be required)21:40
wikani have libgl1-mesa-dri installed21:40
wikanbut -glx not21:40
gnarfaceyou need it21:40
wikanoki, i will try21:40
gnarfacewell, either you need it or you need to make vivaldi stop trying to use hardware acceleration21:41
gnarfaceone or the other21:41
gnarfaceit's probably preferable to have it though since most apps will speed up21:41
wikani can't even ask for --help, because it exists :D21:41
neutralwhy use vivaldi tho21:41
wikani want to check howit will work here21:41
wikanok, will back after restart21:42
wikanwell, didn't help21:44
wikani have huge problems with acceleration in web browsers21:45
wikanchromium was unusable until I turned acceleration off but even after it chromium reacts very slow21:46
wikanand i can't use surf at all :|21:46
wikanonly firefox works fine21:46
gnarfacelet's do some sanity checks21:46
wikanwhat do you mean?21:47
gnarfacegot mesa-utils installed?21:47
wikannope21:47
gnarfaceget it21:47
wikanwell I must say, I install my system always with --no-install-recommends because I don't want too much pkgs21:48
gnarfacethat's understandable, but you might be missing core opengl components if you were missing libgl1-mesa-glx21:48
wikanso it is possible there are some pkgs missing21:48
wikanmesa-utils-extra too ?21:49
gnarfacenah but hang on here21:49
wikaninstalled mesa21:49
wikanwhat next?21:49
gnarfacehttps://paste.debian.net/1217220/21:49
gnarfacethis is from ceres, so ignore the version numbrs21:49
gnarfacejust get all these packages to be safe21:50
gnarfaceif you grab the right one it should get the rest automatically, but like i said, libgl1-mesa-glx missing is a smoking gun for other packages missing21:50
wikanwait, do I really need dev?21:50
gnarfacesorry, no ignore the -dev ones21:50
wikanthats I thought :)21:50
gnarfaceand actually ignore the :i386 ones too unless you have a multi-arch install already21:51
gnarfacei just need those for wine and steam stuff21:51
gnarfacelibd3dadapter9-mesa is also almost certainly useless to both of us but i couldn't be sure21:52
wikani use i38621:52
gnarfaceoh, if you're actually on an i386 install and not using multi-arch then bviously ignore the :amd64 ones instead, but you'll need to make sure to get the :i386 version of anything i only have the :amd64 one of21:53
gnarfacewhich actually might be none of them at this point21:53
gnarfacejust make sure21:53
gnarfacevblank_mode=0 glxgears21:54
gnarface^ this command, they'll repeatedly tell you is not for benchmarking, but will still provide a useful enough benchmark to distinguish between whether hardware acceleration is working or not - there should be at least a few hundred fps improvement21:54
gnarface(on most modern systems it's a few thousand, but your WM can impact it severely, so like i said, it's also not a good benchmark)21:55
wikan6497 frames in 5.0 seconds = 1299.223 FPS21:55
gnarfacethat's in very inconclusive territory21:55
gnarfacewould be normal for an older machine21:55
gnarfacefor a newer machine definitely low enough for something to be wrong21:56
wikanit has 15 years ;)21:56
gnarfacei wish we had good before/after measurements21:56
gnarfaceit's also possible the issue isn't a missing library but rather just the wrong version of one21:56
gnarfacewhat's the exact opengl error you get?21:56
wikangreat i did one step21:58
wikanguys from vivaldi told me how to disable gpu from command line21:58
gnarfaceheh21:58
wikannow i see few errors21:58
gnarfaceso vivaldi launches in sofware now?21:58
gnarfaceno opengl?21:58
wikanit doesn't et21:59
gnarfaceor you mean it's launching in a blank-screen diagnostic mode?21:59
gnarfacejust paste the errors at paste.debian.net21:59
gnarfacelet's see if we can figure anything out21:59
wikanhttps://paste.debian.net/hidden/3321d51a/22:00
wikanprobably dbus or something22:00
wikanbut I don't like UPower thing.22:01
Tenkawawidevine22:01
gnarfacehttps://bbs.archlinux.org/viewtopic.php?id=23602022:02
gnarfacethis kinda looks related but it could be a red herring22:02
gnarfaceyea kinda looks like dbus is missing entirely actually22:03
wikanwell, I think it is connected to systemd22:03
gnarfaceis dbus missing?22:03
wikanwell dbus is installed22:03
gnarfaceis this in a VM?22:04
Tenkawagnarface: looks like there is no dbus-udev bridge22:04
wikanmessage "not provided by any .service files" somehow suggests me it is systemd requirement22:04
gnarfacewikan: well, you got the vivaldi package from a 3rd party repo for debian, right?22:04
wikanwait22:05
wikandamn maybe22:05
gnarfacethat could be the issue right there22:05
wikani must check it22:05
gnarfacei'm not seeing vivaldi in any version of devuan, according to the pkginfo.devuan.org search22:05
wikani think vivaldi has Debian/Ubuntu package and repo22:05
wikannot Devuan22:06
wikanit is just "archive/dev/ stable main"22:06
gnarfacesee if you can find a way to turn off the systemd requirement without rebuilding the whole package i guess?22:06
wikani don't see that argument. Asked on #vivaldi22:07
wikanbut I do not like Vivaldi anymore :D22:07
wikanbtw - it is helful if you don't know - https://peter.sh/experiments/chromium-command-line-switches22:08
wikanhow it is possible that web browser or any desktop utility requires systemd. I don't get it22:09
wikanthis is far far too much22:09
gnarfacei agree22:10
gnarfaceit does seem like chromium has seen this issue too before22:10
gnarfaceand it seems like it could have various causes, even just a missing XDG_RUNTIME_DIR environment variable22:10
gnarfacebut chromium, firefox, and firefox-esr should all be in the repos22:11
wikanchromium is slow here22:11
gnarfaceah, but maybe it won't be so bad with the opengl stuff installed22:11
gnarfaceof course maybe it'll be worse, hard to say22:12
gnarfaceif you're swapping to harddrive just running one browser and nothing else and that's what is the slowdown though, moving your swap to zram could help22:12
gnarfacealso the type of thing that might just make it worse too22:12
wikanwell i have enough of memory22:13
wikanI see drawing issues. For examples menus are black white for about second and then items appear22:13
wikancloseing tabs takes 1 or 2 seconds22:14
gnarfacehmm, yea that's the type of thing that the opengl acceleration is supposed to improve, but it wouldn't have worked without libgl1-mesa-glx installed22:14
wikanchromum needs newest machines I quess22:14
wikaninstalled and restarted machine22:14
gnarfacehave you tried chromium since the libgl1-mesa-glx installo?22:14
gnarface*install22:14
wikanwait, I will enable acceleration first22:15
gnarfacetechnically you shouldn't have to reboot the whole machine, just the graphical environment, but that might not be super easy if you have a graphical login22:15
gnarfacesometimes it's easier to restart the whole machine even when it's not necessary22:15
wikanhmmmm menus appears right after click22:15
wikanit works fast :D22:16
gnarfaceheh22:16
wikani dont use graphical login22:16
gnarfaceso this whole time basically you've been only using half the hardware without that mesa library22:16
wikanpossible22:16
wikanI use old machines and I had have to learn and of course I loved to configure my machine manually22:17
gnarfaceit might change the heat profile, using the video card for opengl now22:17
gnarfacedifferent parts of the laptop will get warmer22:17
gnarfaceif it's a desktop no worries22:17
gnarfacejust make sure your fans are all good still22:17
wikanso I install everything by self and with --no-install-recommends option and of course I don't use services anddaemons I may not22:17
wikanjust to safe memory22:17
gnarfacei think that's smart, but you gotta know your dependencies then22:18
wikanthanks for tip - i will monitor it22:18
gnarfacenp22:18
wikanwell mostly i know, but I didn;'t use webkit before22:18
wikaneverything worked fine22:18
wikanwait, wait... maybe surf will work too now22:19
gnarfacebrowsers using opengl isn't super new, but what's probably new is that it's just now getting old enough they're not testing them very well without it anymore22:19
gnarfacefirefox probably just worked because it was the only one that could seamlessly fail over to software rendering without a command-line option22:19
wikanyea I quess22:20
wikanbtw, surf sucks still ;)22:20
gnarfaceheh22:20
wikananyway, i didn't like webkit :D22:20
wikani will check chromium22:21
gnarfacethe closest thing to a full-featured "fast" browser i know of is midori but it's not full-featured enough for any javascript-heavy websites22:21
gnarfacesorry i think chromium also uses webkit22:21
gnarfacei think basically everything is webkit now except firefox22:21
gnarfacei think even the steam built-in browser is webkit22:21
wikani am looking for something good to integrate with my own bookmark managing scripts I plain to write22:21
wikandmenu + keypress automation etc22:22
wikanfirefox has problems and I automate keys pressing. This UI don't want to copy/past very often22:22
wikani will check chromium to see what is better - ff or chromuum22:24
gnarfacethey probably trade places twice a year22:25
wikanmostly I want to check it in the context of older machines22:25
wikanok, maybe another question22:28
wikando you know how can I invert mouse scroll for all apps? GTK apps do not respect my xkbset settings :|22:29
wikani learnt inverted scroll and it is hard to use gtk apps now22:30
gnarfaceuh, i think mouseup and mousedown are buttons like all the other mouse buttons - you can remap them in your xorg.conf settings22:31
gnarfacejust change the numerical order of them22:31
gnarfaceit might confuse you later if you forget you did that though22:31
wikani don't use xorg.conf22:31
gnarfaceyou don't need to make the whole thing, you can just include stanzas you want to alter the defaults/autodetect for22:32
wikandon't get it22:33
wikanhow can I alter autodectection when I make a section in xorg.conf?22:33
gnarfaceit's implicit22:33
wikani didn't work with xorg.conf for 10 years22:34
wikanohhh22:34
wikannice22:34
wikani will try22:34
gnarfacehttps://paste.debian.net/1217230/22:34
gnarfacehere's a commented mess as a partial non-literal example you can use to get an idea what type of documentation you need to hunt for22:34
gnarfacei haven't needed to do this since before devuan, but it might be because i got a better supported mouse22:35
wikanok, are you sure it will work?And why modmap from commandlike doesn't?22:35
gnarfacei'm not sure the approach will work actually, but it's the most universal, low-level place to put the setting, so if it does work there's a good chance gtk can't "ignore" it22:36
wikanwill try ;)22:36
wikanthanks22:36
gnarfacei am actually sure it will NOT work exactly as this, because this is for a significantly different hardware device22:36
gnarfaceyou'll definitely have to correct the mappings for your particular mouse22:36
wikanunderstandable;)22:37
gnarfacexmodmap likely will work if you run it after you log in to X every time, i'm guessing your window manager itself is overriding the xmodmap settings if you're running it before hand22:37
gnarfaceactually ... if that's happening, that means maybe you don't need to make the xorg.conf because maybe there's actually a control panel in your window manager that has settings for this you just don't know about?22:38
wikanwell xmodmap works fine until I use gtk22:38
gnarfacehmm22:39
wikanprobably gtk apps use gnome's registry settings22:39
gnarface        Option          "HWHEELRelativeAxisButtons" "7 6"22:39
gnarfacethis line is from another mouse that needs significantly less settings22:39
wikanInputClass is not complicated22:39
gnarfacei think this was just for mapping mouse-wheel tilt as a horizontal wheel xis22:39
gnarface*axis22:39
wikanMonitor section is nightmare22:40
gnarfacei'm sure there's a lot of other stuff you can do withthe mouse settings, there's other mouse drivers too22:40
wikanAs I remember i use 1 2 3 5 422:40
hyrcanusthat's a good password22:43
wikanok, thanks:)22:44
wikansee you ;)22:45
systemdleteIt seems that cron jobs ALSO generate those auth.log messages, just like the ones from ssh.22:48
systemdleteIs there any way to remove elogind without removing 75% of my system?  (probably not, but I always like to think positive...)22:50
neutralsystemdlete: lol22:57
systemdleteSo far, I found that sshd and cron both cause elogind to wake up and do something, though I can't figure out why it is needed for these.  Neither one of these programs use any graphical resources.22:57
systemdleteSomeone needs to be dragged out in front of the Hague for crimes against humanity in the form of cruelty to software22:58
trminOkay, back to a problem discussed some times and days ago: Display, mouse and keyboard freeze after different working time with chimaera on a ryzen 7 / nvidia GTX1650 / 2 monitor well-cooled tower computer. Low and not increasing system ressources and temperature consumption before freeze. Programs as video recording and sound of video from tv card still working. None of it with ascii. Inactivation of suspend, screen saver and dpms23:27
trminwere NO solution (after reporting so 2 days ago the problem emerged again). I found similar freeze reports caused by FullCompositionPipeline activation in the nvidia settings. But without this setting there's an annoying tearing of videos.23:27
hyrcanuswhat windowmanager23:28
trminBy the way: Is there a way to join the Dev1Galaxy forum? Unfortunately my IP was marked as spam source.23:32
golinuxtrmin: pm23:37
hyrcanussystemdlete: i got rid of elogind and after hard-locking my system everything's happy23:37
systemdletehow did you do it?  When I tried to remove elogind, it wanted to remove xfce* !!!23:38
systemdlete(I'm not too good at apt for these types of things)23:38
golinuxtrmin: Do you want to register or not?23:38
hyrcanusi run openbox systemdlete23:39
hyrcanusi'm anti 'desktop environment'.  that stuff is just headaches for little gain.23:40
systemdleteso...23:40
hyrcanusso live with elogind23:41
hyrcanusand HAND23:41
systemdleteHow can you say HAND to me after delivering *THAT* news?23:41
systemdlete:P23:41
hyrcanus:)23:43
hyrcanuspraise the orb23:43
trmingolinux: Sorry, was looking for my display manager. Of course I want to.23:44
systemdleteLong live gaia...23:44
golinuxWaiting for you on a query23:49
golinuxtrm23:50
golinuxtrmin: ^^^23:50
trmingolinux: What? Where? How?23:52
golinuxI am on a private channel waiting for you under your name23:53

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