libera/#devuan/ Tuesday, 2020-12-29

mh4debuanHello01:05
mh4debuanHaving a problem that a file won't launch with valid permission from within it's direcotyr01:07
mh4debuanuser@host:~/Desktop/platform-tools$ ls01:07
mh4debuanadb          etc1tool    make_f2fs           NOTICE.txt         systrace01:07
mh4debuanapi          fastboot    make_f2fs_casefold  sload_f2fs01:07
mh4debuandmtracedump  hprof-conv  mke2fs              source.properties01:07
mh4debuane2fsdroid    lib64       mke2fs.conf         sqlite301:07
mh4debuanuser@host:~/Desktop/platform-tools$ adb01:07
mh4debuanbash: adb: command not found01:07
hagbard_./adb01:08
mh4debuanlol hehe01:08
Criggiels -la adb01:09
Criggiefile adb01:09
Criggiethose might tell you a bit more too.01:09
montecarloIs this a place where you can ask for help?12:15
gnarfacemontecarlo: yes12:18
gnarfacemontecarlo: for best results, don't ask for permission, just ask your question and be patient12:19
montecarloI'm trying to get present-windows to have a close window button. It recently got added back in after Martin Flรถser had a 7 year tantrum in bug https://bugs.kde.org/show_bug.cgi?id=321190#c412:21
montecarloIs there a way to update KDE to the latest version?12:21
gnarfaceyou're on beowulf?12:24
gnarfacei would check beowulf-backports12:24
montecarloyeah I'm on beowulf. How do I check beowulf-backports12:25
gnarfacehmm, you can check on pkginfo.devuan.org12:27
gnarfacebut they changed it recently and i'm not sure it's working quite right yet12:27
gnarfaceso it might be easier to add beowulf-backports to your apt sources and search with "apt-cache -t beowulf-backports search ^kde"12:28
gnarfacehopefully it's in beowulf-backports12:29
gnarfacethere's other ways to get a newer version but not without more effort and/or risk12:29
montecarloI'll give it a go and come back thanks12:30
gnarfaceno problem, good luck12:31
gnarface(the more effort way is to compile your own version from source, and the more risk way is to just install an unsupported version from testing or unstable or some 3rd party repo)12:31
gnarface(... and i would not recommend the latter)12:32
Guest17Hello, I'm considering switching from debian to devuan. Is there any major differences between bullseye and chimaera?15:58
Guest17*Are there any major differences15:59
Guest17aside from no systemd16:00
Guest17i'm mainly thinking in terms of maintaining the system16:00
gnarfaceevery effort has been made not to change anything else16:01
n4dirMaintaining is pretty much the same16:01
Guest17ah ok16:02
gnarfaceif you never ran debian before systemd there might be some learning curve16:02
gnarfacebut the experience should be basically the same as wheezy16:02
Guest17i've only been using linux for about a year, but i haven't used systemd for much16:03
Guest17anyways that's good16:03
n4dirthere ain't that much to know about sysv, as long you don't write init scripts or such. sysv-rc-conf is a program which can be useful, but usually isn't, i guess16:04
Guest17alright16:04
Guest17if i ever need to write init scripts i guess i'll look that up16:04
n4dirso: /etc/init.d/name_of_service start or stop, and to disable or enable i use sysv-rc-conf, and that is about all i know about sysv16:04
Guest17ah16:05
Guest17have you used devuan with openRC? i remember looking at the installer screenshots and that was listed as an option16:05
gnarfacesome people do use openrc16:05
n4diryes, i did for a while, as i didn't read closely during installation. Per accident. No complaints from me (why not anymore? laptop was stolen ...)16:05
gnarfaceit's a popular choice, though the debian openrc packages are not a popular configuration for openrc amongst openrc advocates16:05
Guest17hm16:06
gnarfacei thinik there's unofficial replacements that are more like the gentoo setup but the actual differences are relatively minor16:06
Guest17alright i guess that's something to look at in the future16:07
gnarfacethere were some advocates for s3 as well16:07
n4dirand fsmithred just told me about runit. But i forgot the details (besides he seems to say it works well)16:08
gnarfaceit's all worth researching, but if you're still in your first year it might not be the first thing you want to be messing with, since it's messing with stuff that can easily wreck your install if you make a mistake16:08
djphgnarface: it's why we have VMs :D16:09
gnarfacethat's a good point16:09
n4dirWay before systemd, when Ubuntu had the idea of another init system, checking a few out had a very short hype. I pretty quickly gave up on it, as i saw no gain for me (for me, in general it might be fun)16:10
gnarfaceupstart?  yea, was not feature complete16:11
gnarfacewhat a fiasco16:11
djphpar for course with canonical16:11
n4dirah, yeah, i forgot. upstart. But it was only the thing which started the hype (how to change init systems in debian). Yup, back then it was not much of a problem, iirc16:11
gnarfaceanyway, a lot of people come into it thinking they've gotta get rid of sysvinit without knowing why though, and the truth is there's very little wrong with it and it's heavily transparent16:11
Guest17yeah16:12
Guest17I only used hostnamectl to check my os name or the type of container i think16:13
n4dirI didn't use sysv for ~5 years, and starting to use it again was right away. I can't say that of any other init system.16:13
n4dirSorry, i have two entries in sources.list for security.debian buster. I think they don't belong there, or am i wrong?16:46
n4dirwell, one really, the other is deb-src16:47
fsmithredyou don't need debian repos in sources.list16:47
fsmithredshouldn't even need it for deb-src16:47
fsmithredwe merge all of it (except experimental)16:47
n4dirshit knows how they got there. Probably via librazik16:48
n4dirand yes, commenting deb-src lines is pretty much the first thing i do after installing16:48
fsmithredI think I commented them in the live-isos16:48
fsmithredor maybe that's in the refracta isos16:49
n4dirwell, once at it, what are the entries for backports?16:49
fsmithredsame as regular but use beowulf-backports instead of beowulf16:50
fsmithredand those are /merged also16:50
fsmithredonly ones that are /devuan are experimental and beowulf-proposed-updates16:50
n4dirdeb http://deb.devuan.org/merged beowulf-backports main contrib non-free16:51
fsmithredactually you can use /merged on beowulf-proposed-updates and you'll get newer stuff from debian, too. Not sure if you want that.16:51
n4dir?16:51
fsmithredI did it by accident. Didn't notice anything bad.16:51
fsmithred*-proposed-updates is for new stuff that will eventually get into the main stable repo16:52
fsmithredyes, your line is correct16:52
n4dirhaving run sid for the most part, that is pretty confusing to me. no kidding16:52
fsmithredyeah, one line makes it easy16:52
n4dirthe one big argument for sid :-)16:52
fsmithredit's confusing to me, too16:53
fsmithredbecause there are some others we haven't mentioned16:53
n4dirAnd it is not like you would need to look at it 3 times a week.16:53
fsmithredand if I remember correctly, they aren't all the same names for ascii and beowulf16:53
fsmithredsome of us do look at it three times a week :(16:53
n4dirthanks for the help. I think it is sorted now. Let me pastebinit16:54
fsmithredok16:54
n4dirhttp://paste.debian.net/1178744/16:54
fsmithredyou gonna make any live isos?16:54
n4diri didn't think of that yet.16:55
n4dirright now i copy the Music folder in place16:55
n4diryou use vim?16:55
fsmithredrarely use vim. Usually nano.16:55
fsmithredsources.list looks good16:55
fsmithredI would pin backports to be safe. Shouldn't need to, but I'm paranoid.16:56
n4diryeah, i thought so, done by installer besides the added debian entry (probably librazik, as said)16:56
n4dirI would be paranoid too, but with libraziks repos added i stand on a shaky ground anyway16:57
fsmithredright now, beowulf-proposed-updates has new eudev which you will want if making a live-iso and also has new refractasnapshot/installer16:57
n4dirdidn't run in problems so far, but am not too sure, as in: prepared for trouble16:57
fsmithredyou've got it pinned, so you should be safe if you are careful16:58
n4dirguess so, but audio itself is already very confusing to me.16:59
n4dirSo if something breaks, i would not know why or what or when16:59
n4dirjack is up and runnning, which was quite a pain.16:59
n4dirdue to me, the thing itself was rather easy.16:59
n4diri really like cadence instead of qjackctl17:00
n4dirit is slightly more easy for me.17:01
fsmithredin case you ever need to roll back to older versions...17:01
fsmithredecho 'Binary::apt::APT::KeepDownloaded-Packages "true";' > /etc/apt/apt.conf.d/01keep-debs17:01
fsmithredthat way it will keep the packages when you upgrade. (see /var/cache/apt/archives/)17:02
n4dirthanks. I think i will do it the adventurous (huh?) way though17:03
fsmithredit looks wrong, but I can't think of a better way to spell it.17:04
fsmithredit must be right17:04
fsmithredthat apt line makes it do the old behavior. It no longer keeps the packages when you do upgrades.17:05
n4diroh. I didn't know that. But i never ever used that.17:05
fsmithredah, ok17:06
n4dirWell: i don't stick much to anything. If it doesn't work, seldom, i just switch to another app, if possible. Else give up on  it altogether. ha17:06
n4diryou know, i really don't do much on the PC.17:06
n4dirlooks like i switched back to xfce though. But if that would ever "break", not much of a problem17:09
n4dirHow to exclude swap from an rsync complete system copy?17:11
r3boot--exclude /path/to/swapfile --exclude /dev17:12
n4diror is that only needed for a swapfile?17:12
n4dirr3boot: thanks.17:13
r3bootIf you do a full system copy, be sure to exclude /dev, /sys, /proc, /run, /tmp, /var/tmp, /var/run17:13
r3boot(from the top of my head)17:13
n4diryeah, all those i have, copied from arch wiki, but last time it was going on forever with swap, there being a swapfile, iirc17:14
r3bootAhja17:14
n4dirtakes forever anyway, so not the end of the world17:14
unixbsdhello, where can I find : /usr/lib/cups/filter/rastertobrlaser    (deb)?18:28
amesserprinter-driver-brlaser18:36
mh4debuanHello! Its unlikely but any idea if there is a Python issue in Devuan?   I thought I might submit a request for help here, since I had to open an issue on Mossman's Github for the python script HeatMap.py on HackRF_Sweep CSV returning an Index Error....18:45
mh4debuanhttps://github.com/mossmann/hackrf/issues/81418:45
hagbard_It's nothing devuan specific.18:50
amesserThis is no python issue18:51
hagbard_A string with a decimal point simply isn't an integer.18:51
amesseryepp18:51
amessereither the heatmap script is wrong or hackrf_sweep should output integers.18:52
hagbard_try int(float('-60.5')) or something to that effect.18:52
unixbsdAh, I need to get installed Bullseye. https://packages.debian.org/bullseye/printer-driver-brlaser18:53
unixbsdDoes devuan have a similar repos for bullseye without systemd?18:53
amesser?18:54
unixbsdi.e. bullseye equivalent (devuan linux).18:54
amesserjust run "apt install printer-driver-brlaser"18:54
unixbsdI am still at ascii, time to upgrad18:54
amesserits already in beowulf18:55
unixbsdbeowulf == bullseye?18:55
amesserbeowulf = buster = current stable18:56
unixbsdI need higher level, up to brlaser (6-1). is there a SID for devuan?18:56
mh4debuan@hagbard, TY I appreciate the thoughts, and was talking about that with a friend.  The thing is that I'm using MossMan's Heapmap.py -> And Mossman's HackRF_Sweep CSV -> How did this occur that 1,000 lines of code needs to get cleaned of int(decimal);18:56
amesseryes, its called "ceres"18:57
unixbsdah ok, let's try then ceres with debootstrap to see if https://packages.debian.org/bullseye/printer-driver-brlaser (6-1) is in it... thank  you18:57
amesserI assume printer-driver-brlaser is taken unchanged from debian18:57
mh4debuan@Hagbard, My fear is that I ran HackRF_Sweep to broad from 1 MHz to 7.25GHz (the greatest strength of the HarckRF!!!)18:58
amesseryou can simply download the the .deb from debian and try to install it18:58
amesser(dpkg --install ...deb)18:58
unixbsdI did surgery with taking from sid into ascii. it may work but it will take ages.18:58
amesserBut I'm afraid it will have dependencies not solvable with ascii18:58
unixbsdI prefer to debootstrap higher release codename, faster.18:58
amesserone thing you can try to get the source and build the package from source.18:59
unixbsdit will take ages to do.18:59
amesser?18:59
amesseryou mean minutes :-)19:00
unixbsdI meant a long time to compile.19:01
amessergit clone https://salsa.debian.org/printing-team/brlaser.git; cd brlaser; git checkout debian/6-1; debuild -b19:01
amesserits no more than 5 source files.19:03
amesserwill compile within seconds..19:03
hagbard_mh4debuan: I do not know those scripts. The heatmap script seems to simply not expect decimals in the input csv. Ask the author about it, or make the changes (seemingly simple) by yourself.19:05
unixbsdInstalling devscripts. man, this is more bloat to make the bloat compilable. what a junk really the c language19:16
unixbsdOn the other notebook, debootstrap ceres.19:16
amesserhehe :-)19:32
DHEbeowulf = debian stable, right?  (99% sure that's right, but gotta be 100% sure)19:32
amesserYou know you're talking to a c/c++ developer? ;-)19:33
amesser@DHE: yes19:33
amesserhttps://www.devuan.org/os/releases19:33
nemoamesser: heh. I've done my time in C/C++ and I agree w/ unixbsd ๐Ÿ˜19:36
nemoesp C++ โ˜บ19:36
nemothat said, while rust offers a lot of things, cutting down on build bloat is not one of them ๐Ÿ˜ƒ19:36
amesserIn my oppinion, C/C++ build is not "bloated". A simple shell script would be enough for simple projects, you don't even have to use "make". Of course, a compiler is needed.19:40
amesserI don't know much about rust, maybe I should but my employer even dislikes C++, so we're still using C99.19:42
nemoamesser: I'm a bit biased from building hedgewars where building the engine takes a few seconds, but building the C++ frontend takes like 10 minutes19:42
nemoamesser: and considerably more memory19:43
nemo(engine is pascal)19:43
nemowell really essentially instantaneous for a clean build of the engine19:43
amesserDoing bare metal (well, own OS) embedded stuff mostly. I heard rust should fit embedded projects, but I hate Mozilla :-)19:43
nemoand yeah, often times there are quite a lot of dependencies to a C++ project.19:43
nemoamesser: well fortunately for you, rust is no longer a mozilla project19:43
nemoamesser: so you can use it with the blessing of google or whatever ๐Ÿ˜‰19:44
amesserlol19:44
nemobut yes, there's a fair amount of work on embedded these days19:44
amesserSome of our developers proposed to use ADA. I think it would be an alternative.19:45
nemoada does have its fan base19:45
nemomaybe a bit less support these days unfortunately19:45
amesseryepp, For higher level apps on servers, workstations.. I currently prefer python.19:46
nemoah. we are definitely of different minds there.  I dislike intensely the use of significant whitespace, the single threaded nature, and the dubious unicode decisions in python319:47
nemobut I appreciate it making decent glue code for simple apps19:47
amesserSome time ago I had to use Fortran 95. Fortran comes with some lovely surprises: Gues what happens on "printf" with more than 132 output chars - right, your program crashes :-D19:49
nemoheh19:49
amesserBut the Supercomputers supplier provided highly optimizing compilers only for Fortran, so we had to use it to squezzy out the max of the machine19:50
nemoamesser: https://www.rust-lang.org/what/embedded FWIW if interested19:50
unixbsdassembler is the right return ;) lower rather than higher.19:53
nemounixbsd: heh. I've written enough assembly to appreciate the benefits of higher level languages19:57
nemooccasionally it is beneficial to hand write small pieces19:57
nemobut would not want to do more than that19:57
nemohave better things to do with my time. like goofing off on IRC ๐Ÿ˜‰19:57
unixbsdceres after debootstrap has a broken dep with clang.20:07
rwpunixbsd, Useful package content search online: https://www.debian.org/distrib/packages20:13
rwpunixbsd, Where at the bottom this shortcut is documented: https://packages.debian.org/file:/usr/lib/cups/filter/rastertobrlaser20:13
rwpI use it a lot when I don't have apt-file database up to date locally.20:13
john009Trying to install Devuan with devuan_beowulf_3.0.0_i386-netinstall.iso, but will not connect to a recognised (& working) wifi.20:14
john009Any suggestions gratefully received.20:14
unixbsdPKG='wpasupplicant,netbase,ssh,gcc,less,debootstrap,login,passwd' ;    debootstrap   --no-check-gpg  --include=$PKG  beowulf   .       http://pkgmaster.devuan.org/merged20:15
rwpjohn009, Does your WiFi hardware require a driver blob to work that is not included in the free(dom) distribution?20:15
rwpMaybe I should just ask, What is your WiFi device that you are trying to use?20:16
john009The installation process asks for 'ipw2200-bss.fw' that I have loaded onto a 2nd USB stick. The process seems to find it, as it carries on.20:17
rwpSounds good and encouraging.20:18
rwpunixbsd, In the above you set PKG=value then have a ; then a debootstrap command.  Unless you are exporting that the value will not be seen by debootstrap.20:19
rwpunixbsd, Instead I think you need to remove the ; so that it is see on the same command line.20:19
rwpYou can test this by using 'printenv PKG' as the command and see what happens.20:19
unixbsdso put it instead of $PKG.20:19
nemounixbsd: any particular reason you are using ceres instead of chimaera?20:20
unixbsdno single, I can try chimaera. I need just 6-1 brlaser - like bullseye, I just try out with debootstrap.20:21
nemounixbsd: just checking. I seem to remember fsmithred teling me to use chimaera and not ceres.20:22
nemowhich is the extent of my knowledge ๐Ÿ˜‰20:22
unixbsdlet's go for it then ok20:23
nemoI mean, besides the obvious chimera being stable beta and ceres being unstable, it was like, ceres was really unstable or something20:23
nemoWIP20:23
rwpamesser, Fortran is a completely static language, no dynamic memory, and therefore enables being highly optimized.  Good for supercomputers.20:23
unixbsdI love gfortran for maths20:24
rwpchimaera == Testing, ceres == Unstable, and therefore Testing is sometimes less broken than the daily build churn in Unstable.20:24
nemorwp: is chimaera far from stable at this point?20:25
nemoor is it more a Debian upstream call?20:25
rwpThe theory goes that new packages enter Unstable, people use them, if there is a bug then it gets reported while the package it only in Unstable.20:25
rwpIf the package sits in Unstable for 10 days and no one has reported a bug against it then it automatically transitions into Testing.20:25
john009rwp Do you mean the router? TP-LINK TL-WR841N20:25
nemooh wow. debian wiki says we're a year away from bulleye freeze20:26
rwpWhen that works then that is wonderful.  However often not enough people are using every existing package in Unstable and then a bug is introduced.20:26
rwpThen 12 days later the bug is reported.  But by then it is already in Testing/Chimaera and then it is broken in both.20:26
nemorwp: I'd help you guys dogfood but unfortunately it's hard to come up with a machine I both use and am ok with it randomly breaking โ˜น20:26
rwpnemo, And so the names Unstable, Testing, Stable are referring mostly to the flow of packages through the block diagram of the OS release process.20:27
nemorwp: but there's typically more churn on ceres right20:27
rwpYes.  ceres is the daily build.  Everything enters there first.  So that is the daily bleeding edge.20:28
nemoaight. so unixbsd probably should not be trying it unless he really means it โ˜บ20:28
nemorwp: the one thing I've often wished debian had, was different rules for stable depending on the "criticalness" of the project - for example an issue we've had for years is debian users stuck on old versions of hedgewars and unable to play with others online20:29
nemoSpring RTS has had similar issues.  And probably other games too20:29
rwpIt reads to me that unixbsd is trying to debootstrap a chroot?  In order to extract a single print driver file?20:29
nemoyet games typically are unimportant to the rest of the system20:29
nemorwp: whaaaaat?20:29
nemounixbsd: really?20:29
nemounixbsd: have you tried just unpacking the .deb first to get your file? โ˜บ20:30
rwpunixbsd, Are you using debootstrap to install on a bare metal system?  Or using debootstrap to build up a chroot to extract your driver file?20:30
nemoheck.  might be you could just repackage it for beowulf/chimera20:30
rwpIt will usually need to be recompiled, due to the difference in libc that the Unstable one was compiled against.20:32
rwpjohn009, How are things going for you?20:32
nemorwp: well... if it is just a ppd file..20:32
nemobut unfamiliar with their printer20:32
rwpnemo, That package looks to be compiled to me so more than just a ppd file. https://packages.debian.org/buster/printer-driver-brlaser20:33
nemooh! brother laser!20:34
nemoif his is like mine, it doesn't require any special driver โ˜บ20:34
nemolet me see what I have my TN-630 set to.20:34
nemoI think I just grabbed something generic20:34
rwpFor a short time I tried to help someone get the Brother driver going on their system.  But they realized that they had bought a problem.  So returned it.20:35
john009rwp: without connection to the internet via wifi I'm going nowhere!20:35
rwpThe Brother driver was a 32-bit only binary executable from Ubuntu 14.04 without source so they would have needed a 32-bit system (they had 64-bits installed).20:36
unixbsd/usr/share/cups/drv/brlaser.drv  and /usr/lib/cups/filter/* are way more advanced.20:36
rwpjohn009, You won't want to hear there but I have never installed over WiFi.  I have always plugged in a wire, done the install, then after the install gotten the WiFi going.20:36
nemorwp: I'm a big fan of brother laser - have used 'em for past... 15 years or so.20:36
nemospeedy, reliable, can just sit there for months and then fire up np which my old inkjet never could do20:36
rwpjohn009, I am told that installation over WiFi works these days.  But just the same I have never tried it.20:37
nemoand cheap to purchase and replace toner20:37
nemorwp: yeah, I've never installed a custom brother driver20:37
rwpAnyone here know the installation over WiFi routine and can help john009 through the WiFi connection step?20:37
nemoon any linux machine20:37
nemoI think I just use generic postscript or something. lemme see..20:37
unixbsdhe needs just to give the uname -a and dongle or type of wireless device20:38
rwpnemo, The Brother problem I ran into was not postscript related but USB related.  It needed the driver to talk to the USB printer.20:38
rwpunixbsd, john009 said it was using the ipw2200-bss.fw which he thinks he supplied okay.  So probably an Intel WiFi device.  Which I am also using myself on my machine right now to type this.20:39
rwpnemo, I was pretty sure that with some effort I could have built up a 32-bit chroot and made the old Ubuntu 14.04 32-bit binary only driver work.  But my friend realized that they did not want that problem for them long term and so returned it.20:40
rwpnemo, Then at my insistence when they bought another one we ensured that it was a network printer and could use the ipp:// protocol.  That worked no problem.20:41
nemorwp: ah. hm... that could be. I used to connect my printer over serial, but network was more convenient so I ditched that with last model20:41
nemorwp: last time I connected one it was to an ubuntu 14.04 though, so who knows โ˜บ20:42
nemoI may well have used their driver then20:42
nemohm. think I was on 64 bit though..20:42
rwpNetwork printers use standardized protocols and mostly Just Work so definitely better than needing a proprietary USB driver.20:42
nemoyeah20:43
nemounixbsd: you connecting over network?20:43
rwpjohn009, Any chance you could plug in a wire long enough to do the installation?  Then after the installation turn on WiFi?  Since you are having problems installing over WiFi?20:43
nemorwp: there was this "all in one" at the office that was awful and crazy finicky. had to use a silly combination of protocols on linux, and even on windows getting it to work was insane.20:43
unixbsdi use wireless and LAN.20:43
nemolike... people coming to me to ask me to print things 'cause they couldn't get it working on windows, which is pretty funny as a linux user20:44
unixbsdyou could download the ISO file and mount it20:44
nemounixbsd: so yeah you probably don't actually need any fancy drivers with a brother printer20:44
unixbsdthe command is then just: export PKG='wpasupplicant,netbase,ssh,login,passwd,less,debootstrap,gcc,make' ; debootstrap   --no-check-gpg  --include=$PKG     beowulf  .    file:///media/cdrom20:44
nemounixbsd: I think I usually just pick a close-ish brother model from system-config-printer or a generic postscript20:45
unixbsdJust get the DVD and mount it, use debootstrap and you have it installed.20:45
john009rwp: Only have a short (ethernet) lead, so I'll try that tomorrow. i'll let you know how it goes. Thanks for your help so far.20:45
nemolemme try that with my TN-630 over here and see which works best20:45
rwpjohn009, Come back here in an hour and ask again.  The mix of people in the channel changes all the time.  One of the others may have experience installing over WiFi and can help.20:46
nemooh... it is already setup on this machine.  looks like I used ipp (probably from a network scan) and it is setup as "Brother HL L2360D series'20:46
rwpjohn009, I am told it can work.  Sorry I have no help because I haven't ever done that part myself.20:46
unixbsdthe cups drivers of 6-1 of ubuntu groovy is cutting edge. it would install most brother printers. It looks pretty ok today, long time far from the 1990s, early 2000 to get printer to work.20:46
nemojohn009: any chance your laptop has an ethernet jack? could maybe worry about wifi after instlal20:47
nemo*install20:47
nemojohn009: another thought might be getting it working on a live image then running the installer from there20:47
nemounixbsd: yeah, dunno, just noting that brother is not finicky AFAIK so you probably don't need anything special unless you really want to20:47
nemounixbsd: I've "set up" ours at home mostly by clicking around in menus on devuan/gentoo machines ๐Ÿ˜‰20:48
john009nemo: Thanks for your suggestions. I'll try tomorrow.20:50
rwpnemo, john009 said he only has a short ethernet cable today making using the wire today difficult.20:50
unixbsdyeah ipp is best choice indeed. I use also ipp20:50
rwpI am a craphound and so I could reach over and pull out a 50-foot ethernet cable if I needed one in a hurry.  It's the only way.20:50
nemorwp: yeah. although frankly I'd just use the short cable plugged into the ISP's equipment/router/whatev20:51
nemoit's probably a laptop and easy to carry around already20:51
rwpThe other advantage of ipp and network printers is that if it is a scanner then it can scan and send the result back over the network too.  That otherwise is more complicated using saned and so forth.20:51
nemoless trouble than mucking about with proprietary firmware in an installer20:51
nemorwp: I've had great results with my scanner in chimera.  in beowulf I had to compile a driver myself20:52
nemoand muck about with LD_LIBRARY_PATH to get simple scan to work20:52
nemogood thing too, since it is getting a lot of use due to all the remote schooling this year20:52
rwpnemo, We don't know where the AP & Router is located.  Might be installed in a very inconvenient location that john009 was simply using over WiFi.  Could be anything.20:52
nemomm20:52
nemoI suppose... hard to imagine, but I guess... I mean. even if they put it in a closet I'd still prefer that to mucking about w/ blobs in an installer ๐Ÿ˜20:53
nemofor some reason my wifi always works great once the install is complete โ˜บ20:54
rwpIt's so much easier for me here where *I* am the-powers-that-be myself and I am not a student somewhere using a school resource or other some such difficult to use situation.20:54
nemoeven when I was a student dorms had network jacks. but maybe that's an anachronism20:55
nemo"hey carl, do you mind if I plug my laptop into yours to do an install?" โ˜บ20:55
unixbsdWhen on the move, I usually grab with my ebook reader the DVD of devuan (e.g. ascii) on a wireless, free wifi. Then, wihtout net, I can install it.20:56
nemo(carl is his dorm mate ๐Ÿ˜‰ )20:56
rwpIt's getting to the point where RJ-45 sockets are hard to find.  New laptops do not come with them anymore.20:56
nemowell. sounds like his does fortunately20:56
nemoyou can also get 'em as usb super cheap which seems to work better in linux installers in my experience20:56
nemooh well. whatev. he left โ˜บ20:56
rwpDoes his buddy Carl though?  I have a bag-of-magic-dongles in my backpack that I keep random adaptors like USB-C to Ethernet just for things like that.20:57
rwpBut for most people doing that on the fly is an advanced class and not a good way to do something if you are just starting out and trying to figure things out.20:58
rwpAnyway...  lunch is calling here.  bbiab20:58
unixbsdchimaera works but it looks out of much net and video drivers.21:07
fsmithredwhat do you mean?21:21
fsmithredunixbsd, ^^^21:22
fsmithredbrb, getting coffee21:22
unixbsdI upgraded the 4.9 ascii to 5.8 bullseye, in order to check the printing. Next chimaera with some same testing.21:27
fsmithredchimaera=bullseye21:27
unixbsdstrange, for some reasons, the bullseye does not detect my wireless with kernel 5.8.21:30
fsmithredare you mixing debian and devuan repos?21:33
unixbsdusually not, for the moment just debian. I dont like those renaming wireless and all net layer.21:35
fsmithredso you have udev instead of eudev right now?21:36
fsmithredif you want the new net names with eudev, boot with net.ifnames=121:36
unixbsdoh, man they changed the whole net layer again.21:36
fsmithredif you want to try an iso with 5.9 kernel and wireless firmware installed, I uploaded one today21:37
fsmithredlive iso, I mean21:37
unixbsdthank you21:39
fsmithredhttps://get.refracta.org/files/experimental/refracta-test-oblx_5.9bpo_openrc-20201229_0205.iso21:40
unixbsdI need to check this printer on bullseye to look if it work (likely), first. It is installing a barebone wm and the cups.21:40
unixbsd*s21:40
fsmithredthat iso does not have cups21:41
fsmithredit's pretty minimal. openbox, lxpanel, some file manager and graphical text editor. Not much else.21:41
n4dirapt-cache search somefilemanager21:41
fsmithredlol, probably spacefm21:42
unixbsdI use my own evilwm ;) I use almost all from source.21:42
n4dirnever give up on the standards21:42
unixbsdMy main OS is NetBSD and OpenBSD. So, I try to have things that compile with X11R7 or X11R6.21:43
fsmithredoh, I didn't know we were up to X11R721:43
unixbsdOn NetBSD we are with 9.x21:43
fsmithredI haven't seen that nomenclature in a decade21:44
unixbsdopenbsd is still X11R6... well, it's ok.21:44
unixbsdlet's move to wayland ;) (bad joke).21:44
fsmithredcan I use x11vnc with wayland?21:56
nemossh -YC ... xrdp...21:58
n4dir"Wayland's great for a default user experience, but for VNC (As well as other screen sharing apps) it is an absolute trainwreck" says the web, rather old21:58
nemolast I checked wayland still has no good remote solution, it appears to not even be on their radar21:58
fsmithredyeah, I figured the answer is still no, but someday it should be yes.21:59
nemothe 2 approaches are transferring entire bitmaps of the app, or synchronising memory state which requires identical libs on both sides21:59
nemoneither of which are reasonable for my typical use cases21:59
nemoI don't think remote is really something that concerns them at all right now though21:59
fsmithredI can believe that. I need it; they don't need it; I don't exist.22:00
n4dira smart man once said: "modern architecture gets away without humans just as well"22:01
n4dirwhat again is wrong with X11?22:03
nemon4dir: I think from people who actually do graphics programming, there's a lot of complaints that it's a pain to code to22:04
nemolike. overengineered and inefficient.  there's also security complaints in terms of apps all being trusted when run in same session or somesuch22:05
unixbsdI need X11 forward for sure.22:05
nemon4dir: but yeah, I really really like X forwarding, and it is reasonably efficient22:05
nemon4dir: so handy to be able to fire up eclipse remotely on my phone for example22:05
nemo(yes, this is a thing I actually do ๐Ÿ˜‰ )22:05
unixbsdwith chimaera, I have troubles to get net and video working. no idea, on bullseye it worked better  (more or less, rather less).22:06
fsmithredunixbsd, what did you install?22:07
fsmithredor more specifically, what troubles?22:08
n4dirand what hardware22:08
unixbsdon chimaera, nothing, I have issue with kernel mostly. I guess. I would have to recompile it, it is bit late now.22:08
nemon4dir: but yeah, I feel they tossed out the baby with the bathwater. streamlined everything to point of totally eliminating remote as a use case22:08
unixbsdmy notebook eee pc22:08
nemon4dir: or at least usable efficient remote.  even windows RDP seems better at it.22:09
n4dirwell, i never ran in Wayland. But Linux or open source has come to a point where any change doesn't make me happy22:09
fsmithredhow old is the eee?22:09
unixbsd3 y old22:09
fsmithredok, that's old enough to be supported in stable/beowulf/buster22:10
unixbsdthere is not a CD or DVD of chimaera on the official devuan webpage ?22:11
fsmithrednope22:11
fsmithredI have some unofficial ones22:11
nemon4dir: oh, I get it. hell, I'm here in #devuan, also MATE and X1122:13
fsmithredsame place as the other one I linked22:13
fsmithredunixbsd, the chimaera iso does not have wireless firmware installed, but it does have some firmware deb packages.22:18
unixbsdon ascii or other, I dont need /lib/firmware. the kernel has it. bit need, I need to test more chimaera and origin.22:21
unixbsdeven my moschip eth (usb to eth) doesnt work.22:21
nemounixbsd: huh. are you sure? that sounds unlikely22:23
fsmithredcan you paste the output of lspci somewere or post here the one or two lines for net hardware?22:23
nemoand maybe dmesg โ˜บ22:23
unixbsdon bullseye the wifi worked, but not on chimaera. I will test with vanilla22:24
fsmithrednot here22:24
nemowell no22:24
fsmithredI can't think of any reason it should be different.22:24
fsmithredit: bullseye/chimaera22:24
fsmithredwe don't fork the kernel or any of the wireless firmware22:25
nemosystemd has its own driver management now ๐Ÿ˜‰22:25
fsmithredhow are you trying to connect the wifi?22:27
hagbard_What are the bets on when systemd is going to fork the kernel?22:28
DashiePieas soon as they've soaked up enough functionality to make the kernel their own22:28
unixbsdon bullseye, it works like magic. the pkg is  printer-driver-brlaser,   then system-config-printer, [ADD๏ฟฝ],   find IP network and then, select : IPP://  and no driver is asked, no even a PPD.   lpr -Pnameofprinter  noname.pdf    [DONE] Thank you debian!23:37
unixbsd(except systemd and the "su -" to get something to work.23:38
unixbsdthe next step would be to try to put this bullseye/chimaera on a raspberry pi rpi3b to get a cups print server.23:42

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