libera/#devuan/ Saturday, 2023-08-05

ErRandirSo the netinstall ISO I mentioned yesterday does a boot from CDROM, not a network install. More work to do there I guess. Using pxelinux.0 from chimaera worked fine.10:49
ErRandirI'll have a look at the server ISO next.10:50
phoggnetinst means it pulls packages from the net rather than the disc, it doesn't mean network boot11:50
jonadabRight, PXE boot is an entirely separate issue from the type of installer.14:24
jonadabI actually thought about setting up an LTSP server at one point, and PXE booting our OPAC kiosks at work.  But when I looked into it closely, our operation is too small for it to be worth it.  A shame, because I would've liked getting the terminal-server experience.14:25
jonadabSo our PAC kiosks are still repurposed old PCs.14:26
x__dear devuan community. how to install the newer kernel version for Chimaera?15:10
x__shall i try the backport sourcelist of debian or there is a devuan way? need driver for the wifi card of the laptop15:11
debdogx__: first thing coming to my mind, upgradeing to Daedalus15:14
x__how?15:15
gnarfacex__: there's a chimaera-backports you can use, but daedalus is mostly finished so it's probably safe to upgrade15:15
gnarfaceboth solutions work the same way as debian but with devuan sources15:16
x__gnarface, what is the command to run for a dist-upgrade. do i need to change sources.list as well?15:16
x__I hope to upgrade to Daedalus15:17
gnarfacelike i said, neither the command nor the sources.list file works differently from debian, the only thing different is the urls in the sources.list15:17
debdogx__: like that but replace Chimaera with Daedalus: https://www.devuan.org/os/documentation/install-guides/chimaera/upgrade-to-chimaera15:18
x__got it. thank you15:18
debdogone more thing: bring your Chimaera up-to-date first15:18
x__ok. for chimaera, what is the line in sources.list for security update?  I manually modify my .list file and don't know what is the code for security update15:20
buZzthere is no security updates for daedalus yet. afaik15:21
gnarfaceit doesn't error if you put it in though: deb http://deb.devuan.org/merged daedalus-security main15:21
gnarfaceyou'll want this one too: deb http://deb.devuan.org/merged daedalus-updates main15:21
x__can you post your sources.list for chimaera?  currently this is the only line I have in the .list file: deb http://tw1.mirror.blendbyte.net/devuan/merged chimaera main non-free contrib15:22
x__deb http://deb.devuan.org/merged chimaera main15:23
x__deb http://deb.devuan.org/merged chimaera-updates main15:23
x__deb http://deb.devuan.org/merged chimaera-security main15:23
gnarfacejust those last 3 lines15:24
x__so just these 3 lines should be suffice. thanks.15:24
onefangNot a good idea to mix mirror servers like that.15:26
gnarfacex__: https://paste.debian.net/1287968/15:28
x__@onefang, you mean just use one server? just did it. @gnarface in future I will paste to the address15:38
gnarfacex__: yes, he means don't use multiple repo hostnames at the same time15:39
onefangCorrect.15:39
onefangCoz they update at different times, so you'll get inconsistent results.15:40
gnarfacedeb.devuan.org is a dns round-robin of all of them, so just use that for now. if you have occasional trouble retry. if you have lots of trouble frequently only then consider using one particular mirror by name15:40
x__I see. here is the updated sources.list https://paste.debian.net/1287969/   obviously daedalus-upgrades  does not work. so I will do dist-ugrade and that shall do it?15:41
x__gnarface, deb.devuan.org is way too slow.15:41
gnarfacelike i said, it's a dns round-robin, so it won't be the same speed if you just retry15:42
gnarfacei don't know if that mirror url is right though that you're using15:42
gnarfaceand it's "daedalus-updates"15:43
gnarfacenot daedalus-upgrades, that's why that one failed on you15:43
onefangtw1.mirror.blendbyte.net is one of our package mirrors that's in the DNS-RR.15:43
gnarfaceonefang: is it supposed to be /devuan/merged though?15:43
gnarfacei thought it was just supposed to be /merged on all of them15:43
onefangSome have their Devuan mirror at /devun/ coz they might have other things, like other mirrors, or ISO mirrors, etc.15:44
onefanghttps://pkgmaster.devuan.org/mirror_list.txt is good for that sort of thing, it says tw1.mirror.blendbyte.net/devuan then you add /merged15:45
x__gnarface, I don't know what is dns-rr. I tried a few mirror urls and found that fastest one.15:48
onefangIt might be closest to you.15:48
x__glad you guys helped. I resisted the urge to try mint linux just to use the wifi card.15:50
buZzwhich wifi chip is it?15:50
x__mediatek.796115:51
gnarfacex__: i see you put non-free in your sources, you probably want to add non-free-firmware too15:52
gnarfacethey added a new section as of this release15:52
x__by the way, the netinstall has btrfs-progs packed, but the live cd for chimaera does not have it.15:52
gnarface(then they moved all the drivers in there)15:52
x__@gnarface, that will be new line or I just append to the main contrib line?15:53
gnarfacejust append15:53
gnarfaceinstead of "main contrib non-free" you would put "main contrib non-free non-free-firmware" on every line15:53
gnarfacethey moved all the drivers into non-free-firmware for some reason15:54
gnarface(this is a change from debian)15:54
gnarface(to be clear, i mean debian did this to us)15:54
x__like this? https://paste.debian.net/1287970/15:55
gnarfaceno15:55
gnarfaceline #2 still says daedalus-upgrades instead of daedalus-updates15:56
x__OK.15:57
x__dist-upgrade seemed to be successful, with new sources.list and other software, however, uname -a still shows 5.10 kernel17:03
x__do i need to run a special command to install kernel?17:04
x__5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64 GNU/Linux17:05
x__17:05
gnarfaceinstall linux-image-amd64 and linux-headers-amd64, then it'll update automatically next time17:05
x__understood. thank you.17:06
gnarfaceyou might only need linux-image-amd64, it depends on which drivers you're using17:07
gnarfaceit won't hurt to have both though17:08
XenguyBetter to have both I think17:08
x__gnarface, by the way, about the mirror url, dns-rr, for example, when installing devuan, you mean if I interrupt the install, and try again, it will pick a faster mirror?17:09
EHeMSecurity issue: Unstable has linux-source-6.1, version 6.1.38-1, but Debian has 6.1.38-2 (and I wouldn't expect that to be delayed).23:42

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