libera/#devuan/ Wednesday, 2023-06-07

pablocastellanosHi, in debian, with the pci-e nvidia gpu is possible to use the nouveau driver, I have video output from the motherboard DP port, but in Devuan with a fresh install only black screen.00:13
pablocastellanosWhat can I configure to replicate the Debian configuration?00:13
brocashelmi can't really help in regards to nvidia/nouveau, but the arch wiki has some pointers on how/where to configure the drivers (you generally do it in /etc/X11/xorg.conf.d): https://wiki.archlinux.org/title/nouveau00:16
brocashelmas it shows, try this with the file /etc/X11/xorg.conf.d/20-nouveau.conf:00:17
brocashelmSection "Monitor"00:17
brocashelmIdentifier "DP-1"00:18
brocashelmOption "Ignore" "1"00:18
brocashelmEndSection00:18
brocashelmor maybe make it VGA-1 instead of DP-100:19
brocashelmdoes your mobo have a vga port still?00:19
brocashelmhttps://wiki.debian.org/NvidiaGraphicsDrivers#Configuration00:24
brocashelmhere's debian's version of configuring it. should apply to devuan about the same if it worked on debian00:24
pablomobilebrocashelm: Nope, only two DP, and the pci-e board four mini-DP (I don't have any mini-DP adapter, because of this I'm using the mobo DP port)00:24
pablomobilebrocashelm: What amazes me is that in debian I didn't to anything and the mobo DP port works without configuration (is debian testing)00:25
brocashelmwhich devuan are you using? chimaera (about to go oldstable) or daedalus (bookworm)?00:26
pablomobilebrocashelm: Chimaera00:26
brocashelmso you're connecting using the motherboard's dp instead of the gpu's? i would probably use the gpu for the output for best results00:26
brocashelmmaybe somewhere in your bios there is a way to configure display output rules00:26
brocashelmi think the magic is in the conf files00:27
pablomobilebrocashelm: As I already said, booting in debian testing, no problem, boot in chimaera, fresh install, black screen.00:27
pablomobilebrocashelm: nouveau in debian, nouveau in devuan.00:27
_ds_Hmm. What CPU/APU? (I'd expect the mb's monitor outputs to work only with integrated graphics.)00:27
brocashelmpablomobile: maybe refer to the debian confs for nouveau/nvidia and see if there are any slight differences. xorg can be tricky to set up, especially due to nvidia not being as compatible as amd or intel IME00:28
brocashelmor you could also try moving to daedalus (bookworm will be released in a few days)00:28
brocashelmsorry i can't be more help, but good luck00:28
pablomobilebrocashelm: Is a live-CD, autogenerated conf files, if any00:29
pablomobile_ds_: Intel: Intel Corporation CometLake-S GT2 [UHD Graphics 630]00:30
pablomobile_ds_: NVidia: NVIDIA Corporation GP107GL [Quadro P1000]00:31
pablomobilebrocashelm: _ds_: The Debian Live-CD is using kernel 5.18.5-1, I'm gonna try a kernel from backports00:36
bgstack15I'm investigating using tumblerd for thumbnailing with libgtk-3-0 from the gtk3classic project. It appears that tumblerd is a dbus service thingy designed to be run in the user context. Do I just set my ~/.fluxbox/startup to run "tumblerd &" and then thumbnails "just work"?00:47
bgstack15Ah, yes, I need something to actually send the instruction to dbus tumblerd service to actually process the images and generate thumbnails, which cannot be done by the file dialog in gtk3classic. Got it.00:49
Xenguybgstack15, tumbler - D-Bus thumbnailing service00:51
XenguySounds like esoteric stuff00:51
XenguyThis might be one of those problems where you know more than everyone else in the channel  : -)00:52
bgstack15Do you have any recommendations for something that generates thumbnails suitable for gtk3classic file dialogs?00:52
XenguyNone whatsoever, but let the channel answer, if it can00:52
rrqbgstack15: convert (from imagemagick) ?01:07
gnarfacepablomobile: debian testing corresponds to daedalus01:20
gnarfacethough, a chimaera-backports kernel might still work01:20
gnarfaceand don't forget that you have to add yourself to the "video" group01:20
gnarfaceall the rest of the configs should be the same as debian01:23
darwinusing aptitude I see several zfs packages but no zfs package itself... how do I get that?01:57
gnarfacedarwin: shouldn't be different from debian. i think it's patent encumbered still, so you need to make a custom kernel build with 3rd party patches that aren't GPL2 compatible.01:59
gnarfacei haven't done it though, stick around and someone else who has might be able to help with specifics02:00
gnarfacei found these two links for you that might be relevant: https://wiki.debian.org/ZFS https://dev1galaxy.org/viewtopic.php?id=379402:02
darwini don't know about Debian newer than 20+ years ago02:09
darwinbut I'll read the links02:09
darwinon Slackware GNU/Linux you don't need to build an entire kernel, just the module02:09
darwinthanks; I think the first link should be enough02:11
darwinshould I change a line to bullseye-backports or bookworm-backports though?  That documentation mentions an older version that would no longer be the case02:15
gnarfacedarwin: i believe there is a way to just build the module but i thought that method had reduced functionality. i could be wrong, it has been almost 20 years since i looked into actually using zfs02:15
darwini don't mind building a kernel but it shouldn't be the case just a module is less functional unless they did something wrong02:16
gnarfacedarwin: and you should use neither bullseye-backports or bookworm-backports, you should use the devuan equivalent02:16
darwinoh...02:16
darwinthe documentation says buster-backports but I thought backports are from the testing version which is way past that now02:17
gnarfaceyea, you'd probably not need either of those now02:17
gnarfacebut bullseye-backports would actually be chimaera-backports02:18
darwinyeah02:18
gnarfaceand bookworm-backports would be daedalus-backports but it is probably not actually populated yet02:18
darwini see02:18
darwinwell I'll try it and if it doesn't work I'll use chimaera-backports?02:18
gnarfacewhat devuan release are you actually using currently? is it chimaera?02:18
darwinyes02:19
darwinin a chroot02:19
gnarfacei'd say chimaera-backports is a safe bet then02:19
darwinbut I might boot to it soon02:19
gnarfacedon't forget to install grub and a kernel package in the chroot02:20
gnarfaceit probably won't have gotten those automatically02:20
darwini have GRUB2 in my main OS thought I prefer LILO (but stopped working on my current hardware after a while)02:20
gnarfaceoh well i mean any bootloader and any kernel package02:20
gnarfacei think it'll get an init system by default02:21
darwindebootstrap that I modified to install Chimaera installed a kernel02:21
darwinor maybe not, but some related stuff02:21
gnarfacehmm, interesting...02:21
darwinit just installed headers and other stuff02:22
gnarfacelook for a package starting with "linux-image-"02:22
gnarfacethe kernel headers are in linux-headers-* and the kernels themselves are in linux-image-*02:22
gnarfaceit's possible package you added will pull these in automatically but with a minimal install it's been my experience that nothing does02:23
gnarfaceand likewise nothing on a minimal install will grab a bootloader for you by default02:23
darwini'm not sure how to add backports to apt configuration... the Debian documentation seems to be significantly different from how Devuan does it...02:31
gnarfacereally? you should just add it to the /etc/apt/sources.list then run "apt-get update"02:32
gnarfaceit shouldn't be different except some field values02:32
gnarfacedeb http://deb.devuan.org/merged chimaera-backports main contrib non-free02:33
gnarfacethe line should look like this ^02:33
darwinthanks.  I had but daedalus-backports but that was probably wrong02:33
gnarfacethen after you run "apt-get update" you just run "apt-get -t chimaera-backports install [something]"02:34
gnarfaceand afterwards i'd recommend commenting it out and re-running "apt-get update" just to prevent the rare incident of accidentally getting something from backports you didn't want or expecct02:34
darwinyes02:34
gnarfaceand like i said, daedalus-backports is probably not even populated yet since daedalus is still in testing02:35
gnarfacebut the chimaera-backports versions should mostly be similar to regular daedalus02:35
darwinthis is what apt said: W: Skipping acquire of configured file 'chimaera-backports/binary-amd64/Packages' as repository 'http://deb.devuan.org/merged chimaera InRelease' doesn't have the component 'chimaera-backports' (component misspelt in sources.list?)02:35
darwini have the line exactly as you said02:35
gnarfacehmm02:36
gnarfaceyou debootstrapped chimaera and you're running this chrooted into that install right?02:36
darwinyes02:36
gnarfacethat's weird02:37
gnarfaceare you running a caching proxy for apt or anything like that?02:37
darwini don't know what that is02:37
gnarface?02:37
gnarfacea local mirror?02:38
darwinno02:38
gnarfaceapt-cacher?02:38
gnarfaceapt-cacher-ng?02:38
gnarfacesquid?02:38
darwini don't know what those are either02:38
gnarfacerun it again02:38
gnarfacemake sure it gives the same exact error twice in a row02:39
darwini ran 'apt update' and got the same error.  Actually two lines, the second being similar02:39
darwinsecond line: W: Skipping acquire of configured file 'chimaera-backports/i18n/Translation-en' as repository 'http://deb.devuan.org/merged chimaera InRelease' doesn't have the component 'chimaera-backports' (component misspelt in sources.list?)02:39
darwini don't think I have a locale so far02:40
darwini.e., $LOCALE, etc. is blank02:40
gnarfacei can't imagine why that would be the problem but you can install the package "locales"02:40
darwinif that's necessary or will fix this02:40
gnarfacewell either way you're gonna want it so it shouldn't hurt to add02:41
darwinwhen I chroot in it says: bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)02:41
gnarfaceand you'll probably want tzdata too, tangentially related02:41
darwinyes; thanks02:42
gnarfaceafter installing each of those, if no debconf pops up, run "dpkg-reconfigure locales" and "dpkg-reconfigure tzdata" respectively02:42
gnarfaceand if you do actually intend to use UTF-8 you'll probably need to install some fonts02:42
gnarfacethis search will return a list of most the font packages: apt-cache search '^ttf-|^fonts-'02:43
darwini don't need it but some/many command-line programs are allowing it now so the oldest GNU/Linux set pure (non-X/etc.) console/terminals to UTF-802:44
gnarfacewell that error you mentioned while entering the chroot suggested to me your host system is set to a UTF-8 default02:44
darwinit is on $LC_ALL, but not $LOCALE02:45
gnarface"dpkg-reconfigure locales" should fix up the environment but you may have to log out and back in again02:45
gnarfaceyou can run "locale" to get a dump of the relevant variables, compare the host system to inside the chroot02:46
gnarfacehere's what the normal output should look like for UTF-8 https://paste.debian.net/1282213/02:46
gnarfaceif you don't want to use UTF-8, set it to ISO-8859-1 (aka Latin-1)02:47
gnarfaceif you just leave it unset, some stuff breaks.02:47
gnarfaceit shouldn't, but that's the way things are02:48
darwinthis fixed the locale error when chrooting in02:49
darwinso it's best to set all the locale variables to my locale?  There are between five and 10 those variables but I didn't know this would happen02:51
gnarfacein my experience it's best to let "dpkg-reconfigure locales" set them for you02:52
gnarfaceas you can see from that paste.debian.net link i just posted, there's 15 variables listed and they're all set to the same thing except 2 that are blank02:53
gnarfacei don't know why that is exactly, but i know that's the way they did it so that's the way most well behaved stuff expects it02:53
darwini see02:53
gnarfacethe only people who mess with those are usually trying to patch around something else that's misbehaving02:54
darwinwell there are at least 16 because $LOCALE is another unlisted there02:54
gnarfacei don't remember the details of those scenarios but if you stick around someone may be able to recall more specifics02:54
gnarface$LOCALE isn't set here, so maybe it's non-standard or just part of something that isn't stock02:55
darwinthis page fixed my apt issue: http://www.devuan.org/os/documentation/install-guides/chimaera/upgrade-to-chimaera02:56
darwinit was supposed to be a separate line I guess02:56
gnarfaceyou added it inline with the others?02:57
gnarfaceyea those entries are all supposed to be on their own lines in sources.list02:57
gnarfaceand make sure you have chimaera-updates and chimaera-security enabled too like in that example. i forgot to mention that but it should be assumed.02:57
gnarfacebackports you only want to enable while you're using it specifically, but the other 3 you want enabled all the time02:58
gnarfaceand it's supposed to be safe to leave backports on too, and many people here will tell you that, but i've found specific bugs related to nvidia driver packages in the past that can cause you to mistakenly pull in ALL of backports, and everyone agrees that's bad.02:58
darwini'm looking through the kernels now and wondering if there's a lowlatency kernel (or even no-latency, though I wouldn't use this on an OS connected to Internet)02:59
gnarfacethey're all the same kernel packages as debian. i think you're thinking of the "realtime" kernels for audio production... that's the ones with "-rt-" in the package name03:00
gnarfacewhat i've been told is that their strength is consistent latency03:00
gnarfacefor when you need real precision03:00
gnarfacemost normal uses should not need that03:00
darwini don't think I want real-time, just low-latency03:01
gnarfacethe only other thing i can think of related to that would require a kernel rebuild to set CONFIG_HZ to something higher than default03:01
darwini see03:01
gnarfaceit defaults to with the stock kernels 250, but can be set to 300 or 1000, to reduce apparent UI latency at some cost of CPU overhead03:02
darwinare the real-time ones safe to use when connected to Internet?03:03
gnarfacei would assume they're as safe as the others but i never thought to question that03:03
darwinif it means same as no-latency they may not be03:04
gnarfacemy primary reason to avoid the -rt- kernels is just that they sometimes break certain video games03:04
darwinsome Debian derivatives have what they call lowlatency kernels but I haven't seen those ones offer rt ones...03:04
gnarfacebut if you're doing certain NTSC specific streaming tasks, note you might need a minimum of 300 for CONFIG_HZ03:05
darwini do have a use for them, even audio.  Also this isn't going to be a server but probably not 'streaming' either03:05
darwinjust using a lot of stuff in X at once including audio and other production03:05
gnarfacewell, in theory you could just rob the config from one of those other debian derivatives and merge it with a stock debian one03:05
darwini see03:05
gnarfaceaiui the primary reason they don't put CONFIG_HZ at 1000 by default in debian is that there's a tradeoff for server throughput03:06
gnarfaceas in, it "feels" faster to the user, but is actually not able to get as much work done03:07
darwinthere are some other kernel changes/configurations usually made for desktop also03:07
gnarfacekernel builds aren't too hard usually with the debian tools03:07
gnarfacei can walk you through using them if you want to try it sometime03:08
gnarfacei'd recommend you focus on booting with the stock default kernel first though03:08
gnarfaceit's easy to swap kernels afterwards03:08
darwinokay03:08
darwini'm 99.999% sure I'm going to boot in today or tomorrow if possible, because my OpenCL display/video/graphics drivers are too old on my main GNU/Linux but you said Devuan has the latest stable AMD graphics drivers available in non-free... though I heard ROCm (Free/Libre and mostly same code) is an alternative now also though some people had more trouble configuring it03:10
gnarfacei haven't heard of that one03:10
gnarfacethe amdgpu packages in the repos have been mostly problem free for me though03:11
darwinAMD started Radeon Open Compute (ROCm) a few years ago which is what they called the 'Open Source' version of mostly the same code03:11
gnarface(way better than nvidia ever was, that's for sure)03:11
darwinyes03:11
darwinwould you suggest stay with the default kernel version or is it safe to also install the latest stable?  On my main OS I'm using Linux kernel 6.1.31 with few/no problems03:12
darwinon the Debian-based GUI operating systems I administer for users I installed about three different versions of Linux kernel 5 in case one doesn't work right (which was the case in the past)03:12
gnarfaceyou mean with chimaera? i think chimaera-backports has a 6.1 kernel already, so you can install that one easily after you have it booting with the stock 5.x one03:13
darwinyes03:13
gnarfacewhen upstream has a newer version out and it's not in debian yet there's usually a good reason for it03:14
gnarface(usually random crashes)03:14
gnarfaceyou can do whatever you want with your own install but after years of experience i just see a lot of risk involved in chasing version fetishes03:15
gnarfacewhatever you do, make a backup first03:16
darwini usually run current OS on my desktop and stable on laptop so I can try new software, report bugs, but still have something stable if it crashes03:16
darwinso I am also willing to test whatever the current/development/experimental/testing version of Devuan is after I boot stable03:17
darwini have multiple backusp03:17
darwinbackups03:17
gnarfacedevuan testing is currently daedalus, and unstable, the sid equivalent, is ceres03:18
gnarfacewe don't have an experimental03:18
darwini'll probably use daedalus... unless ceres isn't always too unstable?03:18
darwinthose GUI Debian-based OS usually have entire sets of kernel packages you can install, but it looks like I'll be installing them all individually here, which is fine03:18
gnarfacethe stability risk with ceres is pretty much identical to sid. right now, daedalus is a good choice because it will be stable soon. after that, ceres will go to shit for several months, most likely03:19
gnarface(going by historical events)03:19
darwinthat is odd... one would think by the time testing became stable, unstable would start to become more like testing...03:20
gnarfaceit is right now03:20
gnarfacebut after testing goes stable they'll diverge03:20
gnarfaceand new risky changes will start going into unstable while testing gets left behind03:21
darwinis it possible to downgrade, even if it might be difficult?03:21
gnarfacenone of that is different from debian03:21
gnarfaceit is technically possible to downgrade but it's what debian would call an "officially supported action" so you might run into unfixable problems doing it. people have though, and succeeded, but not all the packages can always be guaranteed to cleanup after themselves right when going in reverse like that.03:22
darwinyou mean officially unsupported then?03:22
darwinor is 'officially supported' not what it sounds like?03:23
gnarfacesorry, yes i meant to type that it's not a officially supported action03:23
darwini see Debian may have added back in other initialization systems... does that mean Devuan might merge back in, or there's no good reason to do so, or developers still somewhat work with Debian anyway?03:25
gnarfacein general i'd recommend against it except in isolated one or two-package situations when none of those packages are involved with the package management itself03:25
darwinafter I installed some kernels I get all these messages about missing open firmware.  I wish I could afford powerful open hardware (Talos) but can't so I'm running powerful partly-closed hardware03:26
gnarfacei wouldn't hold my breath on devuan and debian re-merging. most accounts of actually trying to use other init systems on debian report you have a crippled windowless debian at best03:26
darwin'missing firmware'03:26
darwini see03:26
gnarfaceshow me the firmware errors03:26
gnarfacethey're most likely stuff from non-free03:26
gnarfaceprobably ethernet bluetooth firmware03:26
gnarfaceethernet or bluetooth firmware, or wifi03:27
darwinthey scrolled off the screen now.  Mostly it was what looked like RealTek ethernet stuff (maybe not bluetooth)03:27
gnarfacerun this as root: dmesg |grep -i firmware03:27
gnarfaceif it's realtek the package is called "firmware-realtek"03:27
gnarfaceyou'll need to reboot after adding it03:27
darwini got a few lines in that command03:27
gnarfaceput them on paste.debian.net and give me the link, or just /msg them to me03:28
gnarfaceor if it's obvious they're all realtek ones, just install that firmware-realtek package03:28
gnarfaceit's often needed for realtek gigabit ethernet as well as wifi devices03:29
darwinhttps://paste.debian.net/hidden/cf7fde24/03:29
gnarfaceuh... none of these messages denote missing firmware03:29
gnarfaceit would be something like error: missing firmware rtl439834988493.bin03:30
darwini think i saw messages like that... I guess I can uninstall and reinstall a kernel to see the messages again03:30
gnarfacewait, try this: dmesg |grep -i error03:30
gnarfaceoh, one of those messages reminds me though, you'll want to install acpid too03:31
gnarfacefor power management03:31
darwinyes03:31
darwinthese are the errors I got after reinstalling the kernel: http://paste.debian.net/hidden/aef9efd5/03:32
darwinlooks like it's all only realtek03:32
gnarfaceyea, looks like realtek to me03:32
gnarfacefirmware-realtek from non-free03:32
gnarfaceprobably your onboard gigabit ethernet. the realtek ones will work fine up to 100mbit without the firmware03:33
darwini think it's in a card I added, and that my onboard one is Intel03:33
gnarfaceoh, maybe so03:33
darwinbut it might be both03:34
gnarfacei can't tell from this03:34
darwinwill I have to install any/all these packages: kernel generic, huge, modules, headers, source?03:34
gnarfaceby headers i assume you mean "linux-headers-`uname -r`" ?03:35
darwinkernel packages for whatever version, yes03:35
darwinlooks like maybe there's just image instead of huge & generic, and also kbuild (for building?)03:36
gnarfaceyea, probably03:36
gnarfacefor normal operation you would only need the linux-headers corresponding to your running linux-image package, and even then only if one of your drivers requires dkms03:38
gnarfacethe nvidia drivers require dkms, i don't think the amdgpu ones do but not sure if that's the case for every kernel version03:38
gnarfacebut otherwise you'd only need kernel headers and source if you're building custom stuff03:39
darwinsometimes amdgpu wouldn't display unless you install dkms03:41
darwineven though theoretically it's not supposed to because I was only using it for OpenCL and the kernel driver works fine as it is03:42
darwinthe default driver I guess not from AMD03:42
darwini'm used to a GNU/Linux installing everything various types of users need, so is there a description page what else I might need that isn't automatically installed?  I'm not talking about stuff like X (that's obvious) but other things like firmware and acpid, etc.  I found I had to install several text processors/editors, network/mail utilities I counted on always being installed03:45
darwini guess I should look at a Devuan or Debian manual section for initial installation/setup03:47
gnarfacethe default amdgpu driver without the "amdgpu" package i believe is similar to the realtek ethernet drivers; it is an open-source component with partially crippled feature support until you add the firmware03:53
gnarfaceas for finding stuff you might need that isn't on by default, check out these packages: apt-cache search '^task-'03:54
darwinthanks03:54
gnarfacesome of these correspond to the selections from the tasksel section of the installer03:55
gnarfacebut i guess you wouldn't have seen that with a debootstrap install03:55
darwinyeah; maybe I should redo it though03:56
darwinjust I was supposed to boot a live ISO to see what went wrong with the display/video/graphics driver the other day, then found this would supposedly be easier03:56
gnarfacewell this gives you a lot more control over what ends up installed than the live iso would03:57
gnarfacenot sure i'd consider it easier though03:57
darwinquicker but maybe harder in the long run for a beginner to this OS03:57
gnarfaceyea, but it'll also save a lot of time in the future, learning to do it this way, because you don't have to download extra stuff you're not using03:58
gnarfacehow much time it can save depends a lot on how slow your network connection is of course03:58
darwini don't mind having extra stuff, because I have a 1TB SSD/M2/NVME and sometimes just like to see what is there I could use if I want to03:59
darwinhowever I only allocated 30GB to this installation03:59
darwini will probably have to increase it03:59
gnarfaceyou think? that's quite a lot really03:59
gnarfacea full desktop environment is probably only like 2-4 GB04:00
darwinyes04:00
darwinon Slackware I used most of a 120GB partition and maybe had to increase it recently to 130GB or something04:00
gnarfaceindeed04:00
gnarfacehmm04:00
gnarfacei'm trying to figure out which of these task packages corresponds to "standard system utilities" from the regular installer but i'm not seeing it04:01
darwini'm not sure what task-spooler is--is that stuff like crond & atd?04:01
darwinlooks like it might be task-english and task-desktop and some other stuff like task-ssh-server if you consider that standard (I do for doing stuff on a LAN)04:02
darwinthough I prefer rsh04:02
gnarfacei forget how to find packages in these04:02
gnarfacefsmithred: do you remember how to list packages installed by the "task-*" packages?04:04
darwinof course my main OS has KDE but I'll save a few GB because won't be installing that (just konsole xterm, dolphin file manager, kate text editor from it) becuase KDE in recent decades is a mess04:04
gnarfacei just remember that in the regular netinstall's tasksel phase, you can check "standard system utilities" and it includes stuff like "less"04:04
darwini see04:04
gnarfaceand it doesn't take much space total04:04
onefangList the dependencies to find out what it will install.04:05
darwini may have missed that one... unless it's task-desktop meaning pure terminals04:05
gnarfaceonefang: but task-spooler only lists libc6 as a dependency04:06
darwintask-spooler is a task scheduler set which I assume means atd, crond, etc.04:07
gnarfaceyea, that seems logical i just wish i remembered how to be sure04:07
onefangTask spooler is a Unix batch system where the tasks spooled run one04:07
onefangafter the other. Each user in each system has his own job queue. The tasks are04:07
onefangrun in the correct context (that of enqueue) from any shell/process, and its04:07
onefangoutput/results can be easily watched. It is very useful when you know that04:07
onefangyour commands depend on a lot of RAM, a lot of disk use, give a lot of04:07
onefangoutput, or for whatever reason it's better not to run them at the same time.04:07
onefangSo it's not one of the usual task- things, it's merely one package.04:08
gnarfacehmm04:08
darwinmaybe it's task-console-productivity04:08
onefang"personal job scheduler"04:08
gnarfaceah, yea if i run "apt-cache depends task-desktop" it's got much more listed04:08
gnarfacedarwin: no, that's not it. i recall that one is definitely not it and has a lot more in it than the one i'm thinking of, but now i'm suspecting that tasksel may fudge that selection and not actually use a task-* package for it04:09
darwinoh...04:10
darwini think I will need it so if I can't find it I'm going to try to reinstall with the live or (assuming I can get drivers fixed) full desktop ISO04:10
darwinthere should be a live full desktop one04:10
gnarfacedarwin: i frequently do pseudo-minimal installs with the netinstaller in expert mode, and just select the "standard system utilities" from tasksel and nothing else04:11
gnarfaceand if i forget that checkbox i have to install less manually04:11
gnarfaceand i notice the first time i open a man page04:11
gnarfacebecause without it you can only scroll in one direction and search is limited04:12
darwini prefer most04:12
gnarfaceyou might like the netinstall04:12
gnarfacebut the live iso is good for testing hardware compatibility up front04:13
gnarfacethe netinstall can't really do that for you04:13
gnarfaceso you might want to actually boot the live iso once then actually install with the netinstall04:13
gnarfacebut that said, this chroot method works too04:14
gnarfaceit's really a minor issue if you are missing something. there's almost nothing that can't be as easily added after the install04:14
onefangThat's what you do with debootstrap and friends, install the bare minimum, then install everything else manually, or with a script.  I think our installer is a wrapper around debootstrap.04:15
darwinErrors were encountered while processing: tin04:26
darwin(installing task-console-productivity)04:26
gnarfaceinteresting04:27
gnarfacedoes it say what error, exactly?04:27
gnarfaceugh, nevermind04:28
gnarfacejust install everything you want from task-console-productivity without tin04:28
gnarfaceDescription: Full-screen easy to use Usenet newsreader04:28
gnarfacei'm betting you'll never use that04:28
darwini prefer slrn04:29
darwindoes this mean it stopped on tin or went on after that?04:30
gnarfacestopped on tin, i think04:30
gnarfacenot sure04:30
gnarfacebut it won't hurt to re-request install of an already installed package if you just want to go down the list04:30
gnarfacei'm curious about the actual error it's choking on but it's academic04:31
gnarfacemaybe worth trying it once more in case it's just something with that one repo in the round-robin04:31
gnarfacebut it's probably not a mission critical package04:31
gnarfacedarwin: what actual error do you get if you just try to install tin directly?04:37
user007hi, is there an Openai whisper channel on irc?05:00
gnarfaceuser007: dunno, but that question is appropriate for #devaun-offtopic05:01
gnarfaceuser007: sorry i meant #devuan-offtopic05:01
darwini don't care about tin right now; I finally booted the Devuan live ISO to see what went wrong with display in the Devuan full desktop installer... I got a GUI and terminals, so how do I test what went wrong?05:45
darwinthe live ISO didn't let me select tasks :(  Is there a manual I should read about installing and doing that?05:57
darwincan I run the full desktop installer in command-line mode only so it doesn't switch to some other graphical mode?06:39
brocashelmrefractainstaller (command) should work06:49
gnarfacenote that's not the same thing as the regular installer but it is what the live iso is made of06:49
gnarfacedarwin: you had said back then that the ncurses mode was the one that got corrupted for you, right? not the x11 mode?06:50
gnarfacedarwin: there should have been a ncurses mode (probably labeled something like text expert mode) and i've never seen it screw up on previous releases. if it was the x11 mode though, that i've seen corrupt a lot, and could easily be explained by the installer kernel being older than the one on the live iso06:51
darwinyes06:57
darwinnetinstall ISO had same problem06:58
darwineven expert mode06:58
darwinis there another install option on live ISO?  I didn't have full configuration options like it shows in the manual and like you explained, selecting tasks...06:58
gnarfacevery weird, i'd like to see some screenshots or pictures of what you described if possible, maybe i could guess at something...06:59
darwinok06:59
darwincan I post it on LinuxQuestions.org ?06:59
gnarfaceyea, you're right that the live iso is relatively limited. it's made with refracta tools so you can use those from the command-line if you wish, personally i think at that point you might as well just chroot from the live iso though07:00
gnarfacebut that's how i learned07:00
gnarfaceuh... yea post it there, i'll look07:00
gnarfaceas long as it's public, i don't have a user there07:01
darwinok, I took a photo07:03
darwinwhat would I type in the live ISO shell to install the normal way?07:03
gnarfacei don't think the traditional installer can be run that way07:05
gnarfacei think someone did mention something about mounting the iso itself and copying the installer's whole partition onto a harddrive boot partition but i think you still need to boot it07:05
darwini could do that but won't I run into same issue?07:06
gnarfaceyea probably07:06
darwinthen I guess my options are debootstrap or wait for new ISOs07:06
gnarfacei can't imagine what that would be in text mode though but that's why i asked for the picture07:06
gnarfacewell theoretically you can build your own iso with a newer kernel, and the amdgpu firmware... whatever it is between the two of those things it'll probably fix it, since the live iso is working for you07:07
gnarfacebut it's a lot of work to go through unless you really want the experience07:07
gnarfacei believe the traditional installer is itself also available as a package which you can use to make isos, but i don't know much more about it than that07:08
gnarfacei would have to read the docs that come with it07:09
gnarfacei think though, from its reputation, if you just want a custom installer and don't care much about the interface, the refracta tools are a easier choice07:10
gnarface(the traditional installer has a reputation for being a pain in the ass to update)07:10
darwinhttp://www.linuxquestions.org/questions/showthread.php?p=6435109#post643510907:15
gnarfaceyep, that's weird. if it was a CRT i would guesss it's got the resolution or refresh rate wrong, but a LCD should refuse invalid settings07:18
gnarfaceyou said it was a new prett new amd card right? someone who knows the installer would probably know what kernel it's using07:18
gnarface*pretty new07:19
darwinit's not that new anymore07:19
gnarfaceyea but that installer kernel might be REALLY old07:19
darwinit's a RX 6900 XT, already several years old; newest is RX 7900 XTX07:19
gnarfacehmm07:20
gnarfaceand that is a picture of it in ncurses mode not x11 mode, right?07:21
darwinyes07:22
darwini didn't even see an X mode07:23
darwini just selected 'INSTALL' and it looks like plain text if I go to expert install but is still messed up07:23
darwini'd like to mount the full desktop installer ISO and just update the kernel and remake it07:23
gnarfacetry the package07:23
gnarfaceor actually, hmm... there might be scripts that make this easier somewhere on git.devuan.org07:24
gnarfaceif you build the one in the repo you might get debian07:24
gnarfaceah yes, i'm guessing you actually want this: https://git.devuan.org/devuan/installer-iso07:24
gnarfacedarwin: ^07:25
gnarfacethis might make it really easy actually07:25
darwinok07:25
darwincan I use this git thing in a non-Debian-based GNU/Linux or I have to use it in one?07:28
gnarfaceuh... i don't know07:29
gnarfacesomeone around here knows but they're probably asleep right now07:29
gnarfacei'd ask fsmithred07:29
darwinit looks like it may be usable on any but I'll need instructions to use newer kernel07:31
darwinand I already have the full desktop ISO; I'd rather this git thing use that than download it all again07:35
gnarfacei don't know whether that's feasible or not07:40
darwinis there Devuan mailing-list/newsgroup/forum?07:53
gnarfacedarwin: there is a forum07:54
gnarfaceit's in the channel /topic07:54
n4dirIn Xorg log files i got messages from systemd-logind, but nothing like that is installed, nor is it to be found with locate21:28
gnarfaceif n4dir comes back, someone tell them to check for elogind23:37

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