libera/#devuan/ Thursday, 2021-01-07

masondokma: Being comfortable building correct .debs is the most useful skill right now.00:00
dokmaNever built one. But I am a developer so...00:01
edpiiHi everyone. I have a problem with devuan beowulf install. Installation process goes fine, but after removing usb stick and rebooting, my system shows a black screen with a blinking underscore in top left corner. Do you have any idea how to fix this? Thanks!12:13
metalune[m]are you on a laptop? unplug stuff like display cables12:14
gnarfaceedpii: which installer did you use?12:15
edpiidevuan_beowulf_3.0.0_amd64-netinstall.iso12:15
gnarfacealright, so not the live one12:15
gnarfaceany chance to access it over the network via ssh?12:16
edpiiI am on a laptop. Thinkpad E595. I dont have anything plugged in.12:16
edpiignarface I will try.12:16
gnarfacerange of potential issues, to narrow it down need to get some text from somewhere12:17
gnarfaceyou might need to remove "quiet" from the kernel command-line12:18
gnarfaceunfortunately i don't know the errata for that specific device12:19
gnarfaceif you can get in via ssh, run "dmesg" and also check the contents of ~/.local/share/xorg/Xorg.0.log and /var/log/Xorg.0.log12:20
gnarfacealso, if none of this works, it might help to have a copy of the live image to test with12:22
xinomilodo you get a boot devuan menu or nothing?12:22
xinomilowhat happens with the usb-stick connected while reboot?12:23
onefangDid it actually boot, and failed at the X startup, and maybe you can get to a text console via Ctrl-Alt-F1?12:24
gnarfaceyea, test this stuff edpii ^12:25
gnarfaceneed to know if it gets to grub or not12:25
gnarfacesome bioses would exhibit this behavior if it did not find a bootable OS on the expected harddrive partition12:25
gnarfacebut also a misconfigured multi-head setup does the same thing, which is why you were told to unplug any other display cables12:26
gnarfaceand i'm actually not 100% sure it couldn't be related to secure boot either12:26
gnarfaceso that's basically 3 entirely separate tiers that can fail here on you with the same exact symptom12:27
gnarfaceso it could be anything from a missing package or configuration line, to a installation error, to a driver glitch12:28
gnarfaceeven in theory a bios config change could cause this12:29
gnarfacelike if the default boot device order got changed12:29
gnarfacedoesn't necessarily matter but depends on the linux side configuration12:30
gnarfacebut if it's hanging during boot, the default kernel command-line likely is suppressing any relevant errors that you'd see right there before the cursor12:31
MahukariHi. Is this the channel for devuan os problem solving? My fresh install of devuan always boots into terminal instead of gui. I made sure to check XFCE option during installation. I use laptop with amd ryzen 7 and amd radeon vega graphics.13:28
Mahukarisudo apt install firmware-amd-graphics doesnt solve this13:29
Mahukariand startx doesnt work13:29
MahukariXorg log says (EE) open /dev/dri/card0: No such file or directory13:32
Mahukari(EE) Unable to find a valid framebuffer device13:33
Mahukari(EE) Screen 0 deleted because of no matching config section.13:33
Mahukari(EE) Cannot run in framebuffer mode. Please specify busODs for all framebuffer devices13:34
MahukariThere's more, I just picked the EE messages13:34
MahukariAny ideas how to make GUI work?13:34
fsmithredthis is the right place for devuan support13:43
fsmithredmy first guess that you need newer software13:43
Mahukarithis means apt-get update and upgrade, right?13:44
fsmithredmaybe try backports kernel13:45
fsmithredor if you want to try a live-iso with a newer kernel, I have a few13:46
fsmithredor maybe one (I deleted some yesterday)13:46
Mahukarisounds good, can you share?13:46
fsmithredhttps://get.refracta.org/files/experimental/refracta-test-oblx_5.9bpo_openrc-20201229_0205.iso13:47
MahukariBTW how do I learn to really understand linux? I always search solutions, but don't understand how do they work13:47
Mahukarithanks13:47
fsmithredit's a devuan re-spin with backports kernel and some wireless firmware installed13:48
fsmithredwow, lots to read. There's a good beginners guide at forums.debian.net13:48
fsmithredand most of the documentation for debian works for devuan except where systemd is involved13:49
Mahukarithanks, got some work to do :)13:50
fsmithredgood luck13:51
fsmithredalso search LPI 101 for course materials13:51
Mahukariis there a chance to run some FSF-endorsed distro on my hardware? i believe i need some non-free firmware...13:52
fsmithredthe two are mutually exclusive13:57
Mahukariit seems hard to get a laptop that can run such a distro13:58
fsmithredyeah. I think it's called system76 that makes fsf compatible laptops13:59
fsmithredyou could try gnuinos, which is based on devuan13:59
Mahukarifsmithred got a problem with backports. after adding backports to sources.list, apt update says "Failed to fetch http://deb.devuan.org/merged/beowulf-backports/InRelease Could not resolve 'deb.devuan'14:27
fsmithredot14:28
Mahukarimissing /dists/ in the link i sent14:28
fsmithredit's resolving here14:28
fsmithreddists?14:28
fsmithredoh14:28
MahukariFailed to fetch http://deb.devuan.org/merged/dists/beowulf-backports/InRelease14:29
fsmithredcan you ping devuan.org or something else?14:29
Mahukariyep, ping successful14:30
Mahukarifixed, got typo in sources.list14:31
fsmithreddeb http://deb.devuan.org/merged beowu14:31
fsmithredaha!14:31
MahukariI installed backports kernel and it works now! Thank you so much.14:37
fsmithredcool!14:39
MahukariMay I ask how did this solve my problem? Maybe kernel/drivers compatibility?14:39
gnarfaceyes, just newer drivers basically14:39
gnarfacethey're bundled along with the kernel itself14:39
fsmithrednew hardware tends to be a problem with debian14:39
fsmithredstability beats shiny new14:40
n4diri don't think i ever heard of an installation iso which ships with a newer kernel.14:40
fsmithrednope14:41
n4dirwhich is odd, as nonfree-isos are out there and the old-kernel problem is rather usual14:41
fsmithredthat's why I make test isos with bpo kernel14:41
n4diri guess a debootstrap installation would be a way out, but sure not very comfortable14:41
fsmithredthey're easy if you've done them before14:42
gnarfaceincidentally, this could end up to be edpii's problem too.  i suspected it right away but didn't mention it... how new is the Thinkpad E595?14:42
n4diryeah, well, or simply such. I meant rather debian itself. Why not addressing the well known problem14:42
n4dirfsmithred: debootstrap installations?14:42
fsmithredyeah14:42
fsmithredfirst few times I did one I forgot either the kernel or the root password or both14:43
n4dirYeah, easy they are, but not as comfortable as hitting the enter key now and then14:43
fsmithredright14:43
n4dirbut with the according how-to anyone can do them.14:43
n4direven first day linux users. Overstretching this a little bit14:44
fsmithredgnarface, I see a review for E595 with a ryzen 714:44
MahukariE595 is 201914:44
fsmithredI have debootstrap instructions in user's home dir14:44
fsmithredand beowulf kernel is what, 2018?14:45
fsmithredI need to go. bbl.14:46
Mahukaribye14:47
fazzahhey, i got a problem with fresh install of devuan. sound is not working and i do not see any volume control icon. how to approach this?16:09
gnarfacexfce?16:11
gnarfaceyou're missing a package16:11
gnarfacei forget the name16:11
fazzahyes, xfce16:13
nemohttps://www.phoronix.com/scan.php?page=article&item=3-years-specmelt16:14
nemohttps://www.phoronix.com/scan.php?page=article&item=3-years-specmelt&num=716:20
nemoouch16:20
fsmithredpavucontrol and check /etc/pulse/client.conf.d/00-disable-autospawn.conf16:42
nemofazzah: ↑16:53
nemooh. you just came back16:53
nemo10:42 < fsmithred> pavucontrol and check /etc/pulse/client.conf.d/00-disable-autospawn.conf16:53
nemothat one16:53
nemoand yeah. that's bitten me several times16:54
nemowonder if there's anything automatic devuan could do16:54
fsmithredthere is, and we probably will16:54
fsmithredand in chimaera they changed it to enable pulse by default16:54
nemocool16:55
nemofsmithred: but given how many people don't think to come by here, maybe could have like a -1 update to pulse in stable ☺16:55
fsmithredI think we were going to do it without forking pulse16:55
nemodependency package?16:56
nemopulse-fixups ?16:56
nemohmmm. that would still require fork I guess16:56
fsmithredyeah, or devuan-sanity16:56
fsmithredwhich already exists16:56
nemoooh. you have a fixup package already. nice16:56
fsmithredfor vim, so far16:56
nemohuh. vim depends on systemd? for shame16:57
fsmithredno16:57
fsmithredvi or vim now has some insanity in the default config16:57
fsmithredbbl16:57
n4dirhow come you say vim depends on systemd?16:58
fsmithredit doesn't - it was an assumption16:58
fsmithredbecause we have a package to fix it16:58
nemon4dir: I was wondering why devuan which focuses on being debian - systemd would need additional fixups for vim16:58
nemothe assumption was it was systemd fixups.16:58
nemobut apparently not!16:58
fsmithredit was an itch that got scratched16:59
nemofair 'nuff16:59
fsmithredok, afk for real now16:59
nemojust glad you guys aren't *too* far from debian - it sure makes installing debian packages easier16:59
nemobinary crap at work and such16:59
dokmaI don't want to be around Debian any more18:08
e3d3yesterday I install Devuan and everything seems well, expect that XFCE doesn't maximize Emacs windows properly. I can't see the bottom half of the g and j characters on the bottom line. Does anyone know this issue and possible solution ?19:44
e3d3expect = except19:45
n4dire3d3: as no one answers: same for fullscreen, i think alt+F11 or F10 ?19:51
e3d3n4dir, those are the default key bindings for maximizing and fullscreen. I know but the problem is that the maximized size is only for Emacs windows a little to big19:52
e3d3here a screenshot. See bottom line: https://paste.pics/c49069d9dbe5717571f1529e4829b0f519:53
e3d3I'm also asking this on #xfce and #emacs because I don't know what causes this problem19:55
n4dirah, i see it. Even with the screenshot it took me a while. Yeah, sucks. No idea what might cause this. A good idea to ask in emacs and xfce too. Good luck19:55
e3d3thank you, looks like I need it19:56
e3d3do you think that other people here might know it ? I had this issue not with other XFCE distro's so suspect that Devuan has to do something with it.20:00
n4diri do know that some use xfce4. I am not sure if some or a few use emacs. So, in short, give it a bit of time, perhaps even ask the very same again20:01
n4diri guess i would even ask in debian, as i can't see why it should matter for xfce/emacs, and perhaps someone there knows the problem.20:02
e3d3I will, before installing and configuration another desktop, of which I won't see more than some window borders and buttons. Thanks you again for your friendly help20:03
fsmithrede3d3, you could try changing the desktop theme. Small chance it might help.20:10
fsmithredI've seen similar issues with some program and gtk320:10
e3d3fsmithred, I already did. It didn't solve it20:10
fsmithredtoo bad20:11
fsmithredI ran into it with yad. Buttons were off-screen.20:11
e3d3I give it some IRC time before starting over20:12
e3d3I'm asking it now also on #emacs, #xfce and #debian20:12
n4diri asked in the usually silent dragora channel, as most there use emacs. On answered, but doesn't know about that problem. If someone does, i will ping you20:13
n4diri sure would quickly install any comfortable window manager and check if it has the same problem.20:14
fsmithredyeah ^^^20:14
e3d3great. wondering if this is not a Devuan trick to force me to use vim ;)20:14
fsmithredlol20:14
n4dirha ha. i wanted to propose it, but thought the joke is too weird20:14
fsmithredI've heard rumors of devuan users who use emacs20:15
e3d3n4dir, I'm to easily install stuff. Last week I did a creative install, which rendered the OS unusable, so I did a rollback, and then remembered that I have no recent backup or snapshot, and lost a lot of work. So I'm a little conservative with this fresh distro20:17
n4dira fallback window-manager is always one of the first things i install. But sure, that is your choice20:18
n4dirback in the days debian installed a wm while installing xorg, iirc. Forgot the name, and it sure was weird20:19
e3d3I have to primairy laptop, now both with XFCE and the same key bindings. I live in Emacs so don't care much about a WM.20:20
n4dirthis would be only to troubleshoot. If it doesn't happen in, say, fluxbox, then chances are high it is an xfce problem20:21
e3d3that is indeed a way but I guess I better start with scanning XFCE or Emacs bug rapports. Google has become such a not helpfull $%#*&!!!20:25
e3d3I have to do other things and will ask again later. Thanks again for the help so far & good luck all. Your kindness is inspiring.20:42
rwpe3d3 might have tried running emacs in a terminal.  I normally run emacs in a terminal.20:58
rwpI just tested GUI Emacs full screen in i3 and I did not see the problem that was mentioned.  Therefore it does seem to be DE/WM specific.20:59
rwpI have font problems with GUI Emacs though, which is mostly the reason I run it in a terminal, to avoid the bizarre underline and other font problems in the GUI.21:00
ion__Hey, is Chimera currently recommended? I'm on Beowulf but some packages are old now, like obs21:21
golinuxChimaera has not been released yet.  Neither has Bullseye21:22
rwpion__, Are you a comfortable and experienced admin?  If not then not recommended.  If so then probably fine.21:22
ion__I mean, once it's released it goes to stable, right? But often on Debian I'd run testing21:22
ion__rwp, pretty much, ya21:23
ion__though this is my main desktop21:23
rwpchimera and testing are the same.21:23
ion__that's what I'm saying, like with Debian I've run testing and it's been stable enough21:23
ion__so I'm wondering if chimera is currently in a state like that. At the start of the cycle testing can be iffy21:23
rwpWe are at this point in the lifecycle in the sweet spot of testing.  It's in the middle of the best time to run it.21:23
n4dirion__: which other packages? in general i mean, a given "interest" or all kind of stuff?21:24
ion__sweet, spot21:24
ion__let me find the names of the deps, but I was trying to upgrade obs and didn't have some packages available21:24
n4diryou could install obs-studio from the librazik repository, but then are in a situation not that different from running testing.21:25
n4dirshaky ground, that is.21:25
ion__they recommend a ppa:obsproject/obs-studio, targeting Ubuntu xenial I think. It gets hairy21:25
ion__actually, where did I even get this version, hm21:26
n4diryou sure are better of with the librazik repo instead of someting ubuntu-targeted. But as said: it is hard to recommend such. Only you can decide21:26
ion__I'll take a look at librazik, thanks. Trying to find out where I even got this version, I don't have that ppa on my system21:26
n4diri ping that repo, and it seems to work fine. I only install some audio  stuff i don't find in debian/devuan (or at a version too low)21:27
n4dirif it breaks: you have been warned :-) Good luck this way or the other21:27
ion__I bet it will break. I think I tried a .deb and there were four libs that I couldn't get from beowulf21:28
ion__could end up with dep hell21:28
n4dirlet me try to install it. obs-studio you say?21:29
ion__obs-studio, yeah. the latest version is 26.121:29
n4dirworked, version is 24.21:30
n4dirdon't get me wrong. I don't try to convince you of anything. testing is still an option. Or living with the old version21:30
ion__yeah, currently it at least works, just not with this plugin I wanted to use, obs-ndi21:30
n4diras in: really just an idea21:30
ion__I could try obs in docker, perhaps21:32
rwpOften when I want to keep the OS core stable but want a bleeding edge copy of something specific then I create an unstable chroot and run that specific thing there.21:37
ion__rwp, that's a good idea!21:43
rwpion__, https://wiki.debian.org/chroot especially the policy-rc.d configuration21:47

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