libera/#devuan/ Friday, 2021-04-09

xrogaancrap, I just deleted my ~/.xmodmap file00:33
xrogaanCan't remember what I put in there.00:33
xrogaanI hate how the dng list web archives looks so much.00:54
golinuxxrogaan: Just fetch it from your backup.  :)01:13
xrogaanI don't have one01:25
xrogaanIt may have been there to disable the "fake space" when hitting ctrl+space or similar01:26
xrogaanaltgr+space after a | would throw errors01:26
gnarfacexrogaan: maybe this? /usr/bin/xmodmap -e 'keycode 134 = Multi_key'03:28
gnarfacecompose key setting?03:28
rwpThere are multiple ways to do things but I set the compose key like this: setxkbmap -option compose:menu04:08
rwpAnd then follow that up with some more invasive changes with xmodmap.04:08
rwpOn my Thinkpad keyboard I use: setxkbmap -option compose:prsc04:11
rwpBecause the PrtSc key is in the MultiKey position on that keyboard.04:12
xrogaanI have this in my .xsessionrc: setxkbmap -option "nbsp:none"04:12
xrogaanThe xmodmap file should do the same04:13
xrogaanI went nuclear trying to get that behavior to go away, it was very infuriating. I use the key next to the left shift (<, > here) to type '|' using the altgr modifier.04:14
xrogaanI don't always lift my finger in time when typing a following space.04:15
xrogaanNon breaking space, that it is called. Absolute nonsense.04:19
adhocit has its uses.04:20
adhocperhaps less obvious in a terminal04:20
xrogaanhttp://hauweele.net/~gawen/blog/?p=3204:20
xrogaan> For ASCII is not dead, it’s 7-bit, it’s common, it’s the neutral zone of all character set and No-Break Space shall not interfere therefore it must be eradicated from the very surface of earth or at least from my own keyboards.04:21
xrogaanMy thoughts exactly.04:21
rwpI mostly run into nbsp in email from Gmail to me because Google inserts it everywhere.04:22
rwpI don't have a problem with my accidentally typing in a nbsp but I don't use AltGr as you have described but mostly use Compose keys.04:23
xrogaanI set XKBOPTIONS="nbsp:none" in /etc/default/keyboard too.04:26
rwpJust to show that I sympathize, I put this in my early boot for the Linux text consoles: dumpkeys --full-table | sed -n '/^keycode  *29/p;/^keycode  *58/p' | sed '/^keycode  *29/s/Control/Escape/g;/^keycode  *58/s/CtrlL_Lock/Control/g' | loadkeys -q04:28
rwpCapslock left of the A becomes left Control, left Control becomes Escape.04:28
rwpAnd similar in my .xmodmap for X.  But I want it mapped *CORRECTLY* even when I am not in X on the system console. :-)04:29
xrogaanI mean, who uses non-breaking space?04:46
onefangI do, in web pages.04:46
gnarfacexrogaan: are you sure your keyboard map is right?04:46
gnarfacexrogaan: maybe try a "dpkg-reconfigure keyboard-configuration" then a "dpkg-reconfigure locales" then relog and test stuff again04:47
gnarfacethe problem you were having with some altgr key combos throwing errors sounds like the time i tried to use the us standard ansii keyboard mapping on a uk iso standard keyboard04:48
gnarface(full us keyboard to the compact format uk iso keybard, blows up some stuff like " \ and ' characters)04:48
gnarfacei wonder if your xmodmap stuff was partially chasing the wrong end of the problem04:49
gnarfacei had this issue with a pinebook04:49
rwpAs I recall ISO is 105 keys with the "tall Enter" and ANSI is 104 keys with the "short Enter".  Definitely not the same layout.04:51
rwpThe UK seems to be mostly ISO with the tall Enter shaped inverted-L.  The US is probably 75% ANSI with the short Enter but I still see a lot of tall Enter keyboards here.04:52
gnarfacewell but also then there's a minor differences between the US and UK versions04:52
gnarfacenot just for key positions, but for a couple of the actual character codes04:53
rwpRight.  That's also true and in addition to the different key for the 104/105 key differences.04:53
rwpI mean the US has a pound sign over the 3 and the UK has a pound sign over the 3 and they are completely different glyphs.  We are one people separated by a shared language.04:57
adhocseparated by a common character set05:02
adhocthose two countries use the same words with completely different meanings05:03
adhocif you've spent any time in the UK, you'll have five people in a room with accents so thick, they can't understand each over, even though they only live ten miles away from each other05:04
rwpYa.  On DVD movies we might be listening to English but have to turn on the English subtitles in order to catch half of them.05:19
xrogaangnarface: maybe I didn't express my correctly. There is no error. It's just an abhorrent behavior.05:24
xrogaanaltgr+space would insert a non breaking space, which bash can't understand as space05:25
gnarfacexrogaan: right, like sometimes you just get the wrong key, sometimes the terminal just blinks or beeps (error bell) and does nothing until you hit the key again, sometimes it'll output the right key then but with a leading or trailing space?  sound about right?05:25
gnarfacespecifically the stuff like " ' and |?05:26
xrogaanso 'somecmd | grep "blah"' would have bash say ' ' is not recognized or whatever, because it's not a space.05:26
gnarfacewhen i said error i didn't mean actually an error log i meant just the terminal alarm bell/blink05:26
gnarfaceoh hmm05:26
xrogaanWhat I see is a space. What I typed should be a space. But it's not a space.05:27
gnarfacewell there's a lot of whitespace characters...  probably just the wrong one.  if you can figure out the actual ascii value of it, that might be a clue05:27
onefangYour keyboard is spaced out man.05:28
xrogaanwhat's the "compose" key?05:35
xrogaanisn't it alt-gr?05:35
cronoliothis key doen't exest's on default keyboard, but can be configureg in settings05:37
xrogaanoh, it's not set here. No wonder I can't get it to work.05:40
xrogaan' ' <- this is not a space.05:41
xrogaan$05:41
xrogaanbash: $'\302\240': command not found05:41
xrogaanman, compose is great. Where has it been all my life?05:42
adhocah, the joy of learning new things05:42
iv4nshm4k0vxrogaan: Composing itself to meet you.05:42
xrogaan<compose> <less> <slash> is a lot less painful than altgr+805:46
xrogaanIETF's mailarchive interface is so gorgeous: https://mailarchive.ietf.org/arch/browse/tools-discuss/06:17
rwpI know that some people like AltGr because they are used to it.  I learned Emacs C-x 8 foo stuff back in the day.  But I find Compose sequences much more intuitive.06:41
rwpSo much easier to type in caf Compose e ' and get café when I want that than remembering the chorded keys for AltGr.06:42
rwpI very much liked the old gmane web interface when it was working.06:43
xrogaanget a french keyboard and you'll have é right away.08:30
ekiquit16:51
eyalrozI'm having trouble with my mirror...17:35
eyalrozErr:12 http://il.deb.devuan.org/merged beowulf Release17:36
eyalroz  404  Not Found [IP: 152.228.204.144 80]17:36
gryrmlnremove the 'il'17:36
eyalrozYes, if I drop the `il.` it works,17:39
eyalrozbut - there is an il.deb.devuan.org site17:39
eyalrozand this used to work.17:39
gryrmlnyes it used to work, now it doesnt :)17:40
eyalrozgryrmln: Any particular reason, or should I just not ask?18:11
golinuxhttps://sledjhamr.org/apt-panopticon/results/Report-web.html18:12
golinuxdeb.devuan.org is a round-robin of all of our mirrors.18:13
eyalrozgolinux: So il.deb.devuan.org isn't some specific local site? Ok, well, then, never mind...18:41
golinuxCountry codes are deprecated.18:46
golinuxYou can specify a specific mirror from the mirror list or just use deb.devuan.org18:47
eyalrozgolinux: Ok. Was this announced somehow?18:53
golinuxYes on https://www.devuan.org/os/packages:18:56
golinux"Devuan has a network of package repository mirrors in place. The mirror network is accessible using the FQDN �deb.devuan.org� via http NOT https. Country Codes (CC) are currently unavailable but a specific mirror from the list can be accessed using the corresponding BaseURL."18:56
golinuxHas been that way since ascii iirc18:57
nemooh. that reminds me19:04
nemoI have to fix mine too. ran into that on one of my older devuan installs19:04
nemoso I probably should check them all19:04
eyalrozgolinux: Hmm. Weird. Ok, so the country prefixes worked as a residual fluke. Ok.19:12
eyalrozI guess a bunch of users will be facing this issue right about now...19:12
ralphewould like to try devuan but wanted to make sure that my most importatnt packages are readily available. Could someone pls advise where I can search for specific packges19:42
tuxd3vralphe, maybe this? https://pkginfo.devuan.org/cgi-bin/policy-query.html19:43
masonralphe: Unless they're systemd-specific, they'll be in Debian.19:43
ralphetuxd3v: thxs19:45
eyalrozHow good is Devuan's compatibility with deb-multimedia packages?20:24
golinuxSame as debian.  Third party repos are not recommended20:31
eyalrozgolinux: Ok, so, no known significant breakages. Good enough for me to use it for avidemux .20:34
golinuxUse at your own risk20:34
sadsnorkeyalroz, as mentioned third party repos are not recommended but I can at least tell you that I have used deb-multimedia, winehq, opensuse (ungoogled-chromium and palemoon), torproject, and asbru-cm successfully.20:40
eyalrozsadsnork: Thanks, that helps :-)20:43
sadsnorkGlad to be of help.  Though of course as many people have said before, if it breaks... you get to keep the pieces. :-)20:48
eyalrozActually, I don't think that is a reasonable attitude. I mean, obviously the responsibility isn't Devuan's. But it should be expected for users to add third-party repositories;21:05
eyalrozand a distribution should IMHO have some sort of a notion, made available to users, regarding the compatibility of various prominent 3rd-party repos.21:06
sadsnorkI am just "some guy" who uses Devuan, my views certainly should not be interpreted as official in any way... I just figure my experience was perhaps relevant.21:19
sadsnorkI imagine there is already enough work for Devuan developers, maintainers, and other various volunteers that trying to keep up with all packages at all third party repos is simply not possible.21:20
iv4nshm4k0vThe beauty of volunteer-driven projects is that if you want something to be there, you can simply volunteer to do it yourself.  If what you do is useful and reliable, it becomes "official."21:23
sadsnorkPerhaps, though while I might consider my experience with third party repos to be relevant and possibly helpful, I wouldn't consider my experience to be comprehensive enough to call it official in any way.21:33
sadsnorkI'd certainly hope that the real maintainers of Devuan (meaning "not me") would not find themselves trying to support someone working with third party repos simply because I publicly shared my successful use of them.21:35
onefangThe problem with third party repos is that they MAY replace something important for the rest of your system that you didn't expect.  But, you can check out the third party repo's contents for that sort of thing.  I also use deb-multimedia and the PaleMoon one, and the official Mono one, plus some more, with no problems.21:36
onefangBut yeah, use Mono from a third party repo, even this Devuan dev ain't gonna help you if that causes problems.  But mostly coz I hate C#.  lol21:37
rwpIt used to be some years ago during the libav fork bad times that I needed to use deb-multimedia in order to get ffmpeg based versions which worked for me.21:47
rwpBut in recent years that libav/ffmpeg issue seems to have become resolved enough that I only need the main distro repositories and things are okay now.  (Which I always add "for me".  YMMV.)21:47
onefangI'm pissed off that JPEG 2000 support was removed from most things Debian.  Sure it's an obscure format, but it's used for everything in OpenSim, so I have thousands of the things.21:48
rwpI'll also note that some people learn how to work with multiple repositories and know how versions of packages in repositories work and deal with it.  While other people are always fighting it and banging their head against the system.  Which leads to quite different success and failure stories being reported.21:49
rwponefang, I am unaware of the JPEG 2000 issue.  I must thankfully not have been hitting it.21:50
onefangAs I said, they are OK if you know what you are doing and check the contents of the third party repos.21:50
rwpFor a lot of things I create chroot containers to hold the odd things like "an old version of grip" that I still use for ripping music and things like that.  So as to keep things isolated and not get in the way of the host system upgrades.21:51
onefangIt's obscure, if you are not using JPEG 2000, you wont notice it.  It used to be used in medical applications, and it's the internal image format for all images in OpenSIm, a 3D virtual world that has lots of images for mesh textures and stuff.21:51
rwpI mean sure it is an etch based binary and we are on beowulf now but it's still working well for me. :-)21:51
onefangSo you can imagine my desktop, which has backups of three OpenSim servers, and copies of those so I can test new OpenSim code, has a really large collection of JPEG 2000 images.21:53
rwpI wonder why jpeg 2000 was dropped?  I do know that interpreters in libraries used by other random programs have become a target of attacks due to buffer overflow attacks within them.  And JPEG is defined as an interpreter.21:53
onefangI'm thinking of running a VM with an ancient version of Devuan from before they removed JPEG 2000.21:53
rwpYou should definitely do that.  I have dozens of VMs for specific things all frozen off.21:54
onefangLikely coz "meh no one uses it, remove attack surface".21:54
rwpLibraries are where Rust is an advantage.  It can be used to mitigate the problem of memory problems.  And being a library other programs that use it are then protected.21:54
onefangSame thing for a few other things that I don't like about Beowulf.  Quite a few things I use grew some annoyances for Beowulf.  lol21:55
rwpRecently someone submitted Coreutils rewritten in Rust and I think that is just silly.  No advantage at all there.  It's not like cp, mv, rm, are segfaulting due to memory problems and creating security vulnerabilities.21:55
onefangLike neomutt not showing O for Old marked emails, but instead showing N for New on those Old marked emails.  Worked fine in ASCII.21:56
rwpI am using mutt not neomutt and I am still seeing O for old mails.21:56
rwpHowever I am using local Maildirs and I notice that IMAP "does not work right" for my definition of "right" which is why I continue to use local Maildirs.21:56
onefangxscreensaver not turning off my monitors AFTER I have blanked them manually, it's fine doing it on the automatic blanking before the first manual one.21:57
rwpWith imap it seems I don't get N new mails but only get O old mails.21:57
onefangBefore Beowulf mutt was neomutt, they split and properly named them now.21:57
onefangI prefer neomutt.21:57
rwpI am not running xscreensaver anywhere.  But I am setting "xset s 1800 dpms 1800 1800 1800" and my monitors are power saving okay.21:58
rwpBefore mutt was neomutt it was just mutt.  It was mutt then mutated into neomutt and then was split.21:59
onefangMariaDB complaining every five minutes that the replication connection dropped, though it's replicating fine.  I haven't been able to find any reports of this WITHOUT a second error message that I don't get.  Those reports are real network dropouts.21:59
onefangI know about the mutt history.21:59
xrogaanand I forgot how to format paragraphs using vim, again.21:59
onefanglol21:59
rwp"| fmt" ?? :-)21:59
onefangThere's only one command I need to know for vim - killall -TERM vim22:00
onefangCoz sometimes you invoke it when you didn't want to, coz it's the default editor for things.22:00
xrogaangq apparently22:01
rwpNote that if we are going to ramble then #devuan-offtopic is the official channel for it and not in #devuan so that people can focus on helping people.22:01
xrogaanwasn't it #debianfork?22:01
rwpAIUI #debianfork is for development discussion.  Not random rambling and ranting.22:02
onefangWell those problems I mentioned about Beowulf I'd like to get answers to.  Neomutt I can run in a VM, MariaDB I can run in a VM, xscreensaver has to run in the host.  Coz it's annoying having to turn my monitors off to get to sleep.22:03
rwpTry using "xset" as above and letting it do it's thing.  No need for xscreensaver.22:03
onefangJPEG 2000 stuff I can run in a VM, but that one is painful, and I can just blame Debian for.22:03
rwpI stopped using xscreensaver because jwz obviously did not want people to use it and it's a silly thing these days anyway.22:04
rwpI am blaming Debian for a lot of these but on the good side Debian is driving me away from packages and back to the source code again.22:05
onefangI had experimented with xset, couldn't get exactly what I wanted.22:06
onefangxset s 10 dpms 20 30 40  # typed in an xterm should blank in ten seconds, then go through the various stages of turning off the monitor each ten seconds after that?  It did nothing.22:10
rwpWorks for me.  (shrug)  Maybe something additional is needed such as read-edid which I have installed but I have no idea otherwise.22:16
Akulihow can i install linux-tools on beowulf? i have main non-free contrib enabled in sources.list, still not found22:24
rwpAkuli, What are "linux-tools"?  That's not a package name.22:26
Akulihttps://askubuntu.com/questions/50145/how-to-install-perf-monitoring-tool22:26
fsmithredlinux-perf-4.1922:26
fsmithredprobably22:26
Akuliah thanks :D22:26
rwpThat site talked about "perf" and for me /usr/bin/perf is in the linux-base package.22:27
Akulifor whatever reason i gave up when there were 155 autocompletions for 'linux-<Tab>'22:27
rwpThat is a big prefix namespace!22:27
onefangOK, read-edid is installed now.  Do I have to do something with it?  Just restart X?  Or something more complex?22:31
golinuxWow!  I go to pick up groceries and the channel flies offtopic.  This is a support Devuan channel. Looks like it got back on track . . .22:32
rwpYou left us unsupervised golinux so what did you expect to happen? :-)22:34
onefanglol22:34
golinuxChaos of course!  :D22:34
onefangSometimes I step in as topic police.22:35
specinggolinux looks away and suddently gobsd happens22:44
golinuxonefang: Yes you have,  Thank you for that . . .22:45
golinuxI think we have pretty much all run out of things to say at this point but we keep trying . . .22:46
onefangI'm still hoping for some help on the things I raised, especially the monitors not turning off thing.22:46
* kreyren uploaded an image: (118KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/gBhfzPlOaMeAfDAmQZtrFDfP/image.png >23:23
kreyrengnarface: bwahahaha23:23
kreyrenturned out that there was a conductive dust causing signal to hug itself23:23
* kreyren uploaded an image: (310KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/ihQhuJIoxultcsqGyzBYaDkW/image.png >23:29
kreyrenalso i fixed it this way23:29
kreyrencan't believe it worked xD (it still had issues after sonic cleaner so i put it in a bathroom and blasted it with a shower head then back to sonic cleaner with 99.6% isopropanol and dried with hot air)23:30
rwpGood job!23:31
eyalrozonefang: (Slow reply) Indeed, 3rd-party repos _may_ do something wrong which busts your system in a subtle way. But repository creating and maintenance must be distributed and not centrally controlled.23:58

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