libera/#devuan/ Saturday, 2022-02-12

Guest45how do i make a chimera iso with https://git.devuan.org/devuan/installer-iso01:37
fsmithreduse the chimaera branch? (that's a guess)01:41
blastwavewhat if the nvidia drivers wont load ?01:51
gnarfaceinstall more of them01:54
gnarfacethey're scattered across dozens of packages and the dependencies aren't competently traced01:54
gnarfacelikely you just missed an important one like libgl1-nvidia-glx which is commonly getting missed01:54
gnarfaceif you installed the ones from nvidia.com you're up a creek though01:55
rrqGuest45: look into, and use, build-sudo.sh02:07
gnarfaceblastwave: i was just guessing at your issue though.  gonna need more info, like an error from the Xorg log, to give better guidance02:09
rwpGuest45, Easier than making an ISO is to download an ISO already made: https://www.devuan.org/get-devuan02:16
Xenguyrwp, Just linked that page to ARM ISO page FWIW02:22
Guest45i did the pool1.iso in the kvm and it said not bootable device02:29
rrqyes it's a "pool only" ISO, just like cd2, cd3 and cd402:30
buZzXenguy: that link looks a bit hidden, the arm-files one02:38
buZzi mean, the header is 'installation media' but only the last two words of the whole paragraph give you installation media :P02:41
buZzhmm, actually, arent the arm-files installs not installation media , but full rootfs' ?02:42
buZzmaybe even a third category to 'getting devuan' ? 1) iso installs 2) network installs 3) preinstalleds02:43
Guest45when ever i create the iso and add packages to the pool the size changes but when i install it none of the packages are there02:43
rrqyou can't find the package in the ISO pool/ tree?02:45
Guest45no im changing the packages in the pool then i install the iso on kvm and none of it is there only base packages02:45
rrqhmm, can you mount the ISO and look into it?02:48
Guest45how do i do that?02:49
rrq"mkdir X ; sudo mount $ISO X"02:49
buZzmount -o loop thisfile.iso /mnt02:49
buZzoh, no -o loop needed? hm02:49
rrq(the "-o loop" is nowadays handled silently by the mount command)02:49
buZzlike compression flags in tar :)02:50
* buZz just old02:50
rrqGuest45: then, "find X -name $package \*" to see it if it's there02:50
rrqoops, no space: "find X -name $package\*"02:51
XenguybuZz, Duly noted, with thank02:51
Xenguythanks02:51
XenguyI think it's 'good enough' for now.  Any reasonable person searching for ARM is going to note that (there's just 2 links on 1 line)...02:52
XenguyWill continue to consider your point though, just FTR02:52
buZz:) arm will only grow in importance02:53
XenguyI hear Intel is looking at RISK-V02:54
XenguyI'm not sure if that is a good thing, or not  = )02:55
buZz:)02:56
rrqGuest45: afterwards you would do "sudo umount X" to unmount the ISO02:59
rrq(and maybe "rmdir X" as well, to tidy up)02:59
Guest45yeah there are packages here i removed and there arent there i added03:10
Guest45yeah there are packages here i removed and there arent there i added03:11
Guest45all the deafults are here?03:11
Guest45i meant the are all here03:18
Guest45they*03:18
rrqso it looks like the ISO has those packagaes in its pool(?) and then it's the matter of knowing how to add that pool to apt, I suppose03:26
rrqlook up "apt-cdrom" for that03:28
Guest45no i meant the deafualts are here and none of my added packages are here04:05
rrqhmm you added package names to pool/desktop .. and those packagaes are not on the DVD1 ISO?04:07
Guest45i mounted the desktop iso04:10
rrqyes, that shuld contain those packages in its pool ... I'll make a test build here to see if it works for me04:13
Guest45ok are there any man pages on this or wiki?04:14
rrqnot really .. just self-documenting scripting :)04:15
rrqhmm ok; I built a desktop ISO after adding bspwm to pool/desktop, and I find X/pool/DEBIAN/main/b/bspwm/bspwm_0.9.10-2+b1_amd64.deb05:37
Guest45ok how did you do that?05:38
Guest45205:39
rrqjust added bspwm to the edn of pool/desktop, then "./build-sudo.sh daedalus desktop"05:39
rrq(then mount of course)05:39
rrqedn = end05:39
rrq.. going for "./build-sudo.sh chimaera dekstop 4.0" now05:43
Guest45well i was just doing sudo ./build-sudo.sh is that why06:12
rrqwouldn't think so .. but I let me try that too06:14
rrqthre is no difference between that package (name) and any other in pool/desktop06:16
rrqjust to confirm, you are editing ./pool/desktop in the same directory where you run ./build-sudo.sh ?06:18
Guest45when im doing the software selection what would it be under06:18
rrqI'm not sure which tool you are using but in any case the ISO needs to be added to the sources.list06:20
Guest45i ran build in installer-iso directroy06:25
rrqyes, and it's that pool/desktop file that shuld be edited.06:29
Guest45thats what i did06:29
rrqthen, when you use this to install I think you will need to install any non-default packages by hand using the C-A-f2 console06:29
Guest45ok can you just tell me what you did exactly06:30
rrqsure. 1) add bspwm to the end of pool/desktop (including a final newline), and 2) run "./build-sudo.sh daedalus desktop"06:32
Guest45wdym a final newline?06:32
rrqok.. add a next line that says "# end of file"06:33
rrqit might be important that the last character of the file is a newline06:33
rrqperhaps the instruction should be to insert new packages at the beginning of the file instead06:38
Guest45i dont have # end of file by default though06:44
rrqno that's fine; not needed. just a newline following bspwm07:01
Guest45wdym newline just a empty line07:02
rrqthat's fine yes07:03
rrqbtw, to be sure, please run "xxd -p < pool/desktop | tail -n 1" for me (you might need to install xxd)07:15
Guest45aptls07:21
Guest45mistake07:21
Guest45you said my iso needs to be added to soursces.list how do i do that07:24
rrqit used to be "apt-cdrom"; check it's man page ... but maybe it's different nowadays07:35
* rrq biab07:35
Guest45what do i with apt cdrom?07:38
gnarfaceGuest45: apt-cdrom is a shell utility to help automate the process of adding the apt cdrom to your apt sources08:06
Guest45ok so how do i do that08:14
gnarfacei don't know off the top of my head, you'll have to read the man page yourself. you can access that by typing "man apt-cdrom"08:15
gnarfacearrows to scroll, q to quit08:15
gnarfacemost the native shell utilities have good man pages08:16
gnarfacefor every one it's just "man [command]" to access it08:16
onefangThough the GNU shell utilities tend to say "refer to the info page".08:18
Guest45which cdrom do i mount08:28
rrqGuest45: please add context: what are you trying to do now? eg are you installing with the built ISO and want to add your packages?08:31
Guest45i want to build the iso with the packages08:36
rrqok. and it doesn't work for you to add those package names and then build as "per normal" ?08:38
rrqchanging the sources.list would be needed when you want to use a pool ISO as an extra repository for an installed system08:39
rrqthen you change sources.list of that system to make it include the ISO pool.08:39
Guest45if it worked for you why didnt it work for me?08:50
rrqdid you use "find X -name bspwm\*" to see if it was on the ISO?08:53
rrq(after having mounted the ISO)08:53
Guest45yes08:54
rrqhmm peculiar.08:58
rrqwould you mind sending me that xxd line ..08:59
* rrq biab08:59
Guest45man test09:01
Guest45mistake09:01
Guest45this is the output 612d6b64652d6465736b746f700a09:04
rrqok.. I thought you had added "bspwm" to it?09:20
Guest45im using a differnt vm now09:36
micdudmemleak on router, just running dnsmasq and iptables with loging to ramdisk , a gig+ in a day19:56
Tenkawaouch19:58
AfdalCan anyone tell me why swapoff/swapon isn't working for me?20:57
Afdalon Chimaera20:57
Afdalapparently utils-linux is already installed20:57
Afdaland I cleared have their man pages available20:57
Afdalyet bash just says command not found when I try to run them20:57
Afdalclearly have*20:58
Afdalah I see20:59
Afdalthis must be a hidden command20:59
Afdalthat you have to run with sudo20:59
Afdalokay then :)21:00
rwpYou would not want just anyone on the system to be able to drop swap off of a system.  Think of how the kids would prank others on school machines.21:39
rwpThings like that needs superuser privileges.21:39
fsmithredpretty sure his problem was root's path not as he expected. su vs. su -21:44
rrqyea, whoever managed to take out /sbin and /usr/sbin from user's PATH should really be invoiced for all support time they have caused.22:39
rrqit's such a stupid idea to create a notion of "hidden commands"...22:42
micdudbut they are mostly administrative commands22:44
micdudusers trusted with those commands should be able to add a path to .profile22:45
rrq"trusted with"? by whom?22:45
micdudby root ?22:46
Tenkawathats why "sudo" exists and is encouraged... if people didn't run around as root so much in the past it wouldn't have been as big of a problem.22:46
micdudtry to run most of those commands as regular user , even if they have +x  , they will not run22:46
rrqthen it's no problem to have them available is there22:47
Tenkawajoin #devuan-offtopic and I'll explain as someone who spent his career doing this why yes it is22:48

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