libera/#devuan/ Thursday, 2020-01-16

mrpfilserfirefox-esr (68.4.1esr-1) on devuan-arm (aarch64, beowulf) still crashes with 'Illegal Instruction'.  Another developer reports a similar crash occurring when gcc >=5.0 used to compile it.03:04
mrpfilseri'd build it myself but not going to mess with rust03:04
TwistedFateseems like nobody wants to mess with rust these days03:11
yooeydoes anybody got the rundown on installing the latest backport kernel on ascii03:28
gnarfaceshoul be the same as with debian, but the repo name is "ascii-backports"03:29
gnarfaceshould be *03:29
yooeywhats the package name03:29
gnarfacepackage name should be the same as debian03:30
yooeyalright03:30
yooeyjust making sure, i dont wanan screw up a fresh install and im new to devuan, and i havent used debian since like 201303:30
gnarfacewell once you put it in your sources.list you can search there03:31
yooeyso is "same as debian" the rule of thumb here03:31
yooeyI already got my sources set up03:31
gnarfacefor package names, mostly03:31
yooeyif i want to update mesa what packages should i install03:38
gnarfacei'm not sure off the top of my head what all of them are03:38
gnarfacesorry03:38
gnarfaceyou at least need libgl1-mesa-glx but i'm sure several others too03:39
gnarfaceif you're getting them from backports, probably just get all of them from backports03:39
gnarface(just all the mesa backports, and the kernel, not literally "everything" from backports)03:40
tuxd3vmrpfilser, whas it built for soem specific set of clusters?12:03
yooey_I've done the following, and half my steam games don't work. Am I missing any MESA packages?15:23
yooey_https://pastebin.com/Tp0SM95y15:23
Leanderwhich version of steam are you using? linux, windows? and are your games available on linux or do you need proton to run them?16:05
masonUsing something like baspte.net or paste.debian.net will garner more views. pastebin.com wants to run an awful lot of JS on our machines.16:15
yooey_leander im using steam from the repo. the only native linux game i tried was tf2 and it ran flawlessly. i tried raiden 4 in proton and it worked perfectly. guilty gear xrd, anything that uses unity, and a few more titles didnt work in proton17:38
yooey_these have all previously worked on other systems17:38
yooey_sorry for late response, i had to go to the store17:39
gnarfaceyooey_: MESA still isn't as well supported on Steam as NVidia's crap is unfortunately.  depending on your video card model though, the problem may just be how old the stock Mesa in devuan ascii is.  You might have better luck if you get the kernel and mesa packages from ascii-backports.20:13
gnarfaceyooey_: (note that ascii corresponds to Debian stretch; aka. oldstable20:14
gnarface)20:14
gnarfaceyooey_: (you could also try beowulf or ceres.  if all you're doing with this is gaming, you might have a better experience following unstable just because that's what many game publishers do)20:15
gnarfaceyooey_: (yes, i know this is undignified.  i didn't do it.)20:16
gnarfaceyooey_: it might help if you dig up the relevant library versions from a known-working distro20:17
gnarfacei just know the version of mesa actually in ascii directly predates the current builds of most the games on Steam.  hell, the stock ascii drivers for nvidia don't even work with Steam, for that matter.  you'd need ascii-backports for a nvidia card, too.20:19
yooey_gnarface the reason im coming back to debian at all is because I hate rolling release21:05
waynedpjfsmithred thanks for the info about getting the 5.3 kernel, very useful .. however i spoke too soon: i was assuming that the netinst install would work, but unfortunately i am stuck at the spot as the live installer i.e. waiting for the root disk, which never appears, dumped to initramfs, no cryptsetup.  i have tried everything i can think of to21:05
waynedpjadd to the GRUB_CMDLINE_LINUX but no luck.  did you ever figure out why the boot was getting stuck waiting for the root fs?21:05
yooey_im a loooooooooooooooongtime slackware user21:05
yooey_i like stable stuff and debians really good at that21:05
yooey_mesa 18.XXX is new enough for me21:05
yooey_i just dont know why half my games arent wokring because theyve worked on other stuff21:06
fsmithredwaynedpj, no, I didn't figure it out and probably won't play with it more. Too much other stuff to do right now (beowulf)21:30
gnarfaceyooey_: because mesa 13.xxx is what is in ascii.  :-/21:39
waynedpjfsmithred of course, checking just in case.  thanks again for all your help thus far.21:40
waynedpjon another note, is it possible to switch to OpenRC from a system already installed with SysVInit?21:41
gnarfaceyooey_: (if you already got 18.xxx from the ascii-backports repo as of this message, make sure you got the kernel from there too.  then check debian wiki notes about whether you should be using the radeon or amdgpu driver for your particular card, and make sure you have the non-free firmware if applicable (all the new super fast RX cards)21:41
gnarface)21:41
gnarfaceyooey_: and for the record, unstable isn't really a "rolling release" (Debian moderators will jump down your throat for characterizing it as such) though i understand what you mean, and i can sympathize if it's still too close to a rolling release for comfort.21:42
gnarfaceyooey_: but if you're gaming, and doing this for gaming compatibility, keep in mind that Windows and Steam and all of Battle.net are all effectively "rolling release" in the same sense21:43
gnarfaceyooey_: but as for it working on other stuff and just not on Devuan - it's either user error or version mismatches.21:44
gnarfaceyooey_: so check those library versions like i said21:44
gnarfacewaynedpj: yes.  the answer is yes.21:46
gnarfacewaynedpj: (though i think the default install currently inherited from Debian actually installs them both concurrently, there has been community work here on integrating the "gentoo-style" setup where openrc runs stand-alone.  i'm not sure the current status on that, but if you need it ask around)21:47
waynedpjgnarface thanks for the heads up, as i am coming from Gentoo so did not expect to have to keep sysvinit also installed.21:57
gnarfacewaynedpj: no problem.  this is a common pitfall for people coming from Gentoo.  for the moment, to get that same behavior i think you have to rebuild openrc yourself (or get a 3rd package from someone who has already) but the process did not actually sound very difficult compared to building any other package21:59
gnarface*3rd-party package, i meant to say22:00
gnarfacewaynedpj: (it is probably worth mentioning for the record that the Debian people did it this way for reverse-compatibility, and there is a compelling argument that having both of them installed concurrently gives you the best of both worlds.  that's just why it's like that by default.  i suspect at some point there will be two openrc packages in the repo, one for the legacy setup and one for the new setup)22:03
waynedpjgnarface OK, sounds good.  i am trying Devuan to get away from compiling everything all the time so i will give the Devuan/Debian was a try first :)   it is as easy as "apt-get install openrc"?22:46
waynedpjwas->way22:54
gnarfacewaynedpj: uh, that i'm not sure.  i think there might be a secondary setup step involved.22:54
waynedpjwould this page apply https://wiki.debian.org/OpenRC ?22:54
gnarfaceprobably, but lemme look...22:54
gnarfacewaynedpj: uh... some of it looks relevant, but the parts where they are saying build it from scratch or get a version from the "experimental" repo i question... this might actually be the way to set it up the new Gentoo-style way, rather than the traditional Debian legacy way.22:56
gnarfacei note that they reference the Gentoo handbook22:57
gnarfaceand their wiki page22:57
gnarfacewaynedpj: in the old setup, sysvinit still handles startup, including starting openrc, then openrc can be used for process monitoring as usual after that.22:58
gnarfacefor that setup you might just be able to "apt-get install openrc" but i seem to recall some people mentioning another step if you didn't use the devuan installer to get it at initial setup... maybe something about changing a line in a config file or pointing a symlink somewhere else...22:59
gnarfacehmmm,. maybe the /etc/inittab or /etc/init.d/rc files.  they're ringing a bell ... i just never did this myself sorry23:04
gnarfacewaynedpj: i know for sure at least 3 people minimum preceded you on this journey.  if all else fails, just hang out here.  it's a slow channel but one of them is certain to come back who can share info.23:07
gnarfacewaynedpj: also check the forums, i can't imagine this hasn't come up there too23:07
waynedpjgnarface: thanks for the help, i will avoid the building from scratch parts and doing experimental.23:18
waynedpjalong similar lines, is running a rolling release possible with Debian/Devuan?  is that just as simple as changing your sources.list to use "testing" instead of "stable"?23:19
waynedpjsomeone mentioned it earlier and you replied that unstable was not really a rolling release23:20
TwistedFatedang it, yooey always goes away before i get here :/23:22
masonwaynedpj: The way Debian Testing works is rolling release, yeah.23:26
masonwaynedpj: Packages hit Sid, and if there are no issues for some period - I think it's ten days - they move to Testing.23:26
masonwaynedpj: I like slower/more stable stuff myself, but I've run Testing before for extended periods, and it's generally safe.23:26
waynedpjmason: thanks, so i assume that it works the same for Devuan?  coming from Gentoo i fear the dist-upgrade, it is what drove me to Gentoo years ago.23:27
masonwaynedpj: I'm not sure if Devuan testing points to Debian testing or to Debian sid. It's worth knowing that before you try it.23:28
waynedpjso Sid is always unstable in Debian-speak?23:28
masonYes.23:28
masonThere's Experimental, Sid, Testing, Stable, and Old Stable.23:29
golinuxSid = Ceres in Devuan23:29
golinuxPlease use release names not stable, testing etc. in devuan sources.list23:30
golinuxThat could cause a world of hurt if you do.23:30
masonWell. It's more uncontrolled certainly.23:31
golinuxNow Debian and Devuan suites are mismatched.  Devuan is on Debian oldstable23:31
masonHrm, https://devuan.org/os/releases has an out of date chart of names.23:32
golinuxSo with stable atm you will get a frankendevuan23:32
golinuxThe site was just migrated to a new server and that old page reappeared.  We just discussed it at the meet.23:33
masonwaynedpj: Anyway, if you want some interesting data that will indirectly speak to Devuan, check out https://qa.debian.org/dose/debcheck/testing_main/index.html23:33
waynedpjso if i want to get a rolling release with Devuan testing, i would change me sources to use ceres?  but then eventually i would have to change it to the new testing release name whenever it appears?23:33
golinuxWe just closed down the meet. You should have come.23:33
fsmithredwaynedpj, I think to install openrc on an existing system is just 'apt install openrc'23:33
masongolinux: I had a meeting I couldn't skip, and learned that I have a new manager, etc.23:34
fsmithredat worst, it will give you a command to run, but I think that's automatic now. I know it's easy if you choose it during the install.23:34
masongolinux: Some internal shuffle. It's a good thing for me, but surprising.23:34
masongolinux: I want to attend meetings, but I want something to share and present so I'm not just filler. :P23:34
golinuxYes, I saw your note but then I saw you here when the meet was still going on23:34
masonI'm still working on my mysterious project, which will be useful if I get it done.23:34
fsmithredif you install it in an existing system, do it in a terminal so you can copy/paste the command. It's long23:34
golinuxDoesn't matter.  Hope all sorts out at your work.23:35
masonOh, it just now ended? I could have appeared late then.23:35
golinuxYes23:35
masongolinux: Oh, yeah, it's all very good.23:35
masonI'm planning to have something for the next meeting.23:35
golinuxGreat!23:35
golinuxNice that you're still hanging around23:36
masongolinux: Oh, I'm hanging around and deploying more and more Devuan locally.23:36
golinuxExcellent23:36
masonI'm moving the family over to it as well.23:36
golinuxA captive audience!23:37
masonAnd half the house infrastructure has moved over.23:37
masonI have some older hardware that can't use my UEFI-based install scripting, so I'm - and I wasn't going to talk about this, but it's kind of fun - working on setting up native Devuan PXE booting. We don't ship the necessary parts, so I'm examining the Debian bits and I'll constitute an equivalent with Devuan parts.23:38
masongolinux: I'll commit to having it tested and polished for the next meeting. I know someone on the lists or in here or something was asking for this feature, and I need it myself now, which is the best drive for doing it.23:39
fsmithredExcellent! Thanks, mason. I know several people asked for this.23:40
masonfsmithred: I'll share what I come up with as it's usable.23:40
waynedpjfsmithred: thanks.  BTW i figured out the install+booting with Btrfs+encryption w/o LVM: something was wrong with the initramfs, not sure what.  i will update the forum posts later with the details.  thanks again for all the help.23:40
masonwaynedpj: can you get a screenshot of where the initramfs leaves you?23:41
fsmithredyou are welcome, and thanks in advance for the update.23:41
masonOh, you figured it out. Misread. Good deal.23:41
fsmithredwaynedpj, possibly /run/udev missing, I got messages about lockfile in /run/cryptsetup missing, and possibly something else (/run/lvm maybe?) I ran into some of this early last year.23:43
fsmithredbrb23:43

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