libera/#devuan/ Monday, 2020-06-15

WafficusI still get the same 'nvidia-support' has no installation candidate message even with that revision00:04
kreyrenWafficus, did you `apt-get update` ?00:04
Wafficusyes00:04
Wafficushere's my "sources.list": https://termbin.com/hgga00:04
kreyren`apt-cache policy nvidia-support` then00:04
kreyrenah don't copy my configurating that was example.. use `deb http://deb.devuan.org/merged beowulf main contrib non-free`00:05
Wafficushow would I know what on earth to add from that package link though00:05
Wafficusshould I use this value: nvidia-support 20151021+900:06
kreyrenWafficus, looking at https://pkginfo.devuan.org/stage/beowulf/beowulf/nvidia-support_20151021+9.html you can see https://i.imgur.com/LVXcZLN.png which corresponds to sub repositories in http://deb.devuan.org/devuan/dists/beowulf/00:06
kreyrenthe usuall sub-repositories are main, contrib and non-free00:07
kreyrenWafficus, no just change the sources list :p00:07
WafficusI don't get it00:09
Wafficusall I have to go off00:10
Wafficusis this link https://pkginfo.devuan.org/stage/beowulf/beowulf/nvidia-support_20151021+9.html00:10
Wafficusis it "deb https://pkginfo.devuan.org/stage/beowulf/beowulf/nvidia-support_20151021+9.html"00:10
kreyrenthe deb.devuan.org/merged is the repository that you are using which has `dists` directory which is specified after and in which you have the sub repositories00:10
Wafficusthat's beyond me00:11
Wafficusbut ok00:11
Wafficushow an average person would know how to handle this is a bit difficult00:11
Wafficusanyway00:11
kreyrenso `deb  http://deb.devuan.org/merged <name-of-directory-in-dists> <sub-repositry-in-dists> <sub-repositry-in-dists>`00:11
Wafficuswhat bothers me00:11
Wafficusis that it doesn't say merged on that link at all00:11
Wafficusso hwo would I have known that00:11
Wafficus*how00:11
kreyrenWafficus, Well i am a genius, but in general when i was teaching this to my students it looks intimidating and complicated, but when you understand how and why is this done it gets exponentially simple00:12
kreyrenNote https://gist.github.com/Kreyren/cccf642ce672fd8f127ed128cf27749b i believe that it has everything needed for you to complete the procedure feel free to add a comment or sent me an email on kreyren@rixotstudio.cz or ping me here if you need help or continue with it ^-^00:12
Wafficusright, so you would have to been a package maintainer to know this in the first place00:12
Wafficusso you can understand how a normal person has no idea what in the (fill in the word) to use00:13
kreyrenWafficus, i understand why you think that, but not really it's understood by most of the apt-based users including ubunters00:13
kreyrenit's like regular expression it looks very intimidating but is insultingly easy :p00:13
Wafficuswell that whole ':P' is kind of getting to me00:14
Wafficusbut I'll ignore it00:14
Wafficusanyway00:14
kreyrenWafficus, i can that's why i am teaching people for free ^-^00:14
WafficusI'm just trying to get these stupid video drivers updated so I can possibly improve emulation on this machine00:14
kreyrenfor the > so you can understand how a normal person has no idea what in the (fill in the word) to use <00:14
kreyrenWafficus, like i can make a script for you that does that if you want00:14
Wafficusits ok, its just a bit frustrating00:15
kreyrenWafficus, linux and foss in general is very flustrating when you enter it but it gets exponentially simple00:15
kreyrenthe whole foss looks like it's just bunch of projects full of long and exhausing code, but most of them are insuntingly simple.. depends on the motivation of the invidual to learn new things00:16
Wafficusits a bit sad when its this hard to install video drivers from a pretty well known video card company00:16
Wafficuscould be on both sides so idk00:16
Wafficusanyway00:16
Wafficusmoving on, I still kind of don't know what to put in anyway for that sources.list at all00:17
kreyrenWafficus, well nvidia is the worst thing that happend to linux so they are doing their best to make it as difficult as possible00:17
Wafficusdeb https://pkginfo.devuan.org/stage/beowulf/beowulf/nvidia-support_20151021+9.html buster contrib00:18
Wafficusis that it?00:18
kreyrenunless it's ubuntu which is because dell pays them for it.. and ubuntu is currently not usable as a result of it00:18
kreyrenWafficus, no the pkginfo is just a frontend for the packages to show you the informations00:18
kreyrenyou want `deb http://deb.devuan.org/merged beowulf contrib`00:18
Wafficusdeb https://deb.devuan.org/contrib/nvidia-support_20151021+9.html buster contrib00:19
kreyrendeb http://deb.devuan.org/merged beowulf contrib00:19
kreyrendeb - Syntax00:20
Wafficusright, that makes sense00:20
kreyrenhttp://deb.devuan.org/merged - Repository, note that you can open web browser for that00:20
Wafficuskind of wish that package link would have linked to the main link itself00:20
Wafficuscould be better in that respect00:20
kreyrenbeowulf - your release, in repository it's in dists directory00:20
kreyrencontrib - sub-repository in http://deb.devuan.org/merged/dists/beowulf dire00:20
kreyrenWafficus, It's designed this way for apt to handle and apt is very old so none was using websites before like that :p00:21
kreyrenyou would be using `apt-cache search` and other built-in commands instead00:22
* Wafficus smacks kreyren for the tongue bs00:22
kreyrenExherbo Linux has a nice method for it though00:22
Wafficusanyway00:22
Wafficusok I did sudo apt update00:22
Wafficusi'll try step 3 again00:22
kreyrensee cave working: https://rust-lang.github.io/rust-log-analyzer/log-viewer/#https://cors-anywhere.herokuapp.com/http://ix.io/2oto00:22
kreyrenWafficus, show me `apt-cache policy nvidia-support` instead :p00:22
kreyrenit provides more info00:23
Wafficusah geez, same thing for 'nvidia-vdpau-driver'00:23
Wafficusoh man00:23
Wafficusthis thing is such a pain imo00:23
Wafficusis nothing included in the same repo00:24
Wafficusgoddamn00:24
Wafficusphew, anyway, guess I have to go find it on the package list I guess00:24
kreyrenLike you can remove the  /etc/apt/preferences.d/zz-nvidia anytime and just keep all the non-free packages available O.O00:24
kreyrenbut this is how most of debian users who knows how to pin and respect four freedoms does it~00:24
Wafficustrue00:25
Wafficusmaybe I should just temporarily enable everything00:25
Wafficusand then add the pins later then00:25
Wafficusthat would probably be the easiest00:25
kreyrenWafficus, if you find this being too much pain then yes :p00:25
* Wafficus smacks kreyren again for the tongue thing00:25
Wafficusanyway, I see00:26
* kreyren is masochist who likes smacking :p00:26
kreyrenjk..00:26
Wafficuslol00:26
kreyrenaldo i enjoy pain mostly~00:26
* Wafficus slaps kreyren instead00:26
kreyren:300:26
Wafficusdoes this mean I literally have to install every dependency present: https://termbin.com/bknb00:30
Wafficuskreyren:00:30
kreyrenno you are mishandling apt :p00:31
kreyrenyou want `sudo apt-get install nvidia-driver` .. the dependencies will be resolved by apt00:31
kreyrenWafficus,00:31
WafficusI tried that too, https://termbin.com/h8fr00:32
Wafficuskreyren: same result00:32
kreyren`apt-cache policy nvidia-legacy-check` then00:32
Wafficushttps://termbin.com/3pui00:34
kreyrenif the pin says `-1` and you need it -> Pin it to 99000:34
Wafficusbecause its '-1' does that mean I have to allow it somehow?00:34
Wafficusok00:34
kreyrendo that for all Predepend and depend packages in `sudo apt-get install nvidia-driver`00:34
kreyrennvidia-legacy-check nvidia-driver-libs nvidia-driver-libs-nonglvnd nvidia-driver-bin xserver-xorg-video-nvidia nvidia-vdpau-driver nvidia-alternative nvidia-kernel-dkms00:35
kreyrenyou don't need recommends :p00:35
Wafficusrecommends what?00:35
kreyrenGrabbed from https://i.imgur.com/kC3KEHb.png00:35
kreyrenThese are recommends https://i.imgur.com/YXIULlT.png00:36
kreyrenaka recommended packages.. basically annoying advertisement for thing you might like~00:36
Wafficusit looks like they're all in the same repo00:37
Wafficushttps://termbin.com/pr5o00:37
Wafficushttp://deb.devuan.org/merged beowulf/non-free amd64 Packages00:37
kreyrenyep and you are not pinning them :p00:37
kreyrenthat's why they have -100:38
Wafficusif I just add the non-free, amd64, and Packages, thats it right00:38
kreyrenNo the amd64 and Packages is not recognized00:38
kreyrenor what00:38
kreyrenO.o00:38
kreyrenWafficus, you were supposed to make this change https://hastebin.com/sujupiwuza.makefile00:40
kreyrenwhich are packages added from https://i.imgur.com/kC3KEHb.png00:40
kreyrenand do it fast bcs i want to go sleep~ ;p00:42
Wafficuseven with that change00:42
kreyrenoutput?00:43
Wafficushttps://termbin.com/7yts00:43
kreyrenweird00:43
kreyrenmy best guess u have a syntax error in /etc/apt/preferences.d/zz-nvidia00:44
kreyrenbcs if u have a syntax error the pin gets ignored :p00:44
kreyrenwhich is what seems to be happening here00:44
kreyrenahh00:44
kreyreni see the issue00:44
WafficusI have what you gave me for 'zz-nvidia'00:45
Wafficushttps://termbin.com/qtr300:45
kreyrenWafficus, this https://hastebin.com/divusoxewe.makefile00:45
kreyrenit had `nvidia-driver-bin` configured twice which made the pin invalid00:45
kreyrenand ignored by apt :p00:45
Wafficusupdated it to your recent change00:48
Wafficusbut still same 'no installation candidate'00:48
Wafficushttps://termbin.com/6ojo00:49
kreyren`apt-cache policy nvidia-driver`00:49
kreyrenah `nvidia-driver-libs` is also duplicate00:49
Wafficushttps://termbin.com/lk7v00:49
kreyrentry now https://hastebin.com/raw/qacotopige00:51
Wafficus... same "no installation candidate"00:52
Wafficuskreyren:00:52
Wafficuscurrent sources.list: https://termbin.com/jxn100:53
Wafficuscurrent 'zz-nvidia': https://termbin.com/kofa00:53
kreyrenTry https://hastebin.com/raw/gujidizena00:53
kreyrenDo https://hastebin.com/hasoxabuno.makefile if that didn't work :p but you may need to cherrypick that later00:54
* kreyren is going to sleep in 01:0000:57
Wafficussame thing for the first attempt00:57
Wafficusgoing to try the second paste00:57
Wafficusahhhhh00:58
Wafficuseven that didn't work00:58
Wafficusdang00:58
Wafficuskreyren:00:58
Wafficussources.list: https://termbin.com/2dp2f00:59
kreyrenwait you are using stable01:00
Wafficus'zz-nvidia': https://termbin.com/f2uo01:00
kreyrenhttps://hastebin.com/sakesedobe.makefile this should work01:00
kreyrenbcs we were using  n=stable where we need n=beowulf01:00
kreyrenmy bad!01:01
Wafficusunfortunately, its complaining about depedencies again01:05
Wafficushttps://termbin.com/f76j01:05
kreyren`apt-cache policy nvidia-driver`01:07
kreyrenWafficus,01:07
Wafficushttps://termbin.com/mefy01:09
Wafficussources.list: https://termbin.com/soml01:10
Wafficuszz-nvidia: https://termbin.com/u81j01:10
Wafficuskreyren:01:10
kreyrenthat makes no sense to me, but i am hitting supporter burnout, ask in #debian or wait for someone in #devuan01:11
Wafficusok01:12
kreyrenping me in like 8 hours again if none solved it for you or if you found a new issue with it.. you have the reference on https://gist.github.com/Kreyren/cccf642ce672fd8f127ed128cf27749b and it has contact on me as well ^-^01:13
kreyrenWafficus,01:13
* kreyren goes to sleep~01:13
WafficusI knew I should have just stuck with Arch for games based systems01:16
Wafficus*arch based distros01:16
kreyren[m]Wafficus nah arch is sh@%$ :p exherbo.org is great for those though01:17
hemimaniacWaff, fix your repo list, that one is a dumpster fire01:24
systemdleteI tried running memtest86 for several iterations, no hard errors there.  Other users say this has to do with a patch placed in the kernel, which appears sometime later than the current kernel (4.9.0-12-amd64).  IIRC, it was on or about 4.13.x02:45
systemdleteSo it could be that, unless ascii has a kernel update for this, I may be forced to upgrade to beowulf.02:45
systemdleteNot the worst thing in the world, but it makes me think of a certain proprietary vendor of a popular, so-called operating system's "solution" to bugs02:46
furrywolf4.19 is also packaged on ascii03:04
ejrbar toggle buflist11:06
ejrah sry, missed the /...11:06
ejrbar toggle buflist11:06
ejrbar toggle buflist11:06
yeti:-)13:55
yetiI missed the toggle command so far and always did set that in the vars... after hours of searching the right one... (ok... minustes... but it takes time!)13:56
frabbiti think to know that i can setup a volume group that contains different devices. is it possible to first encrypt these device with just one passphrase?14:11
yetithe whole VG might turn unreadable if one member fails14:15
yetiI thing it is gamblinng like using RAID014:15
yetiunless yo create the VG over RAIDx with x>014:16
frabbityeti: ok but might is not "for sure" =) , i dont know what the last thing u talked about is14:19
lunario"/window zoom"15:11
crashoverrideduring the install/rescue, where does the installer search for firmwares?15:52
crashoverrideIt goes "The missing firmware files are: ..." and I have those files but I can't really put them anywhere15:53
crashoverrideit won't find them.15:53
gnarfaceit is usually somewhere in /lib/firmware/15:57
gnarfacenot sure but you might need to update the initrd.img too15:57
crashoverrideyeah no I copied it over to /lib/firmware and it just worked.15:58
crashoverrideyou might want to tweak the install media message to tell the user that :P15:59
gnarfacei can't do anything to it16:19
gnarfacei don't actually work here, you should file a bug report if you think it's worth changing16:19
gnarfaceit might have come up before16:21
crashoverrideany idea where I can download packages?16:40
crashoverridedpkg and apt won't install for the rescue shell16:40
tuxd3vcrashoverride, exit from the rescue shell, now that you have the firmware in place and proceed :)16:42
fsmithredcrashoverride, for packages we fork, pkgmaster.devuan.org/devuan/pool16:42
fsmithredfor the rest, packages.debian.org/whatever (pool)16:42
crashoverridetuxd3v: I'm in the rescue shell for a reason.16:42
crashoverridefsmithred: I found that server, yes.16:42
crashoverridethanks for telling me I can fetch the rest from debian.16:43
crashoverrideI will check if I need a dependency from devuan first, then16:43
crashoverrideand if I don't, I'll get it from debian.16:43
fsmithredare you at that first window that asks for firmware on external media???16:43
crashoverrideno16:43
fsmithredok, good. That usually should be ignored.16:43
crashoverrideI'm at the rescue shell that I need to back the previous install up before I install devuan on the machine.16:43
kreyrenWhy should i be using deb.devuan.org/merged instead of deb.devuan.org/devuan on stable system?16:44
crashoverrideand that first window would not get away unless I copied the firmware in /lib/firmware/ anywya16:44
crashoverrideanyway*16:44
fsmithredkreyren, because you will need more than 100 packages to run your system16:44
kreyrenfsmithred, eh?16:44
fsmithredif you use /devuan you will only see the forked packages16:44
crashoverrideyeah, like I need ntfs-3g right now for instance.16:44
crashoverridewhich isn't forked.16:45
fsmithredyou need to use /merged to see everything16:45
kreyrenfsmithred, that explaits a lot O.o thanks16:45
crashoverridewhich needs to be get from debian instead.16:45
kreyren*explains16:45
crashoverridekreyren: the https://www.devuan.org/os/packages page says it: "Devuan package repositories are exclusive. Other repositories, including Debian, Ubuntu, Mint etc, should NOT be used directly."16:45
crashoverridethe 'merged' package lists are there so that devuan does that for you, so you don't have to check everything twice.16:46
fsmithredamprolla does magic to merge the debian and devuan packages while filtering out the evil packages in the process16:46
crashoverridenice.16:46
fsmithredhttps://pkgmaster.devuan.org/bannedpackages.txt16:47
crashoverrideI've seen the systemd list or something16:47
crashoverridebut I didn't check that one.16:47
crashoverridealso, did devuan intiate from France?16:47
fsmithredcrashoverride, are you in the installer rescue shell to do a backup?16:47
crashoverridefuck, wrong verb16:47
crashoverrideoriginate.16:47
crashoverridefsmithred: yes.16:48
fsmithredthat sounds unnecessarily difficult16:48
crashoverridehow would you proceed?16:48
fsmithredwouldn't a live-CD (usb) be easier?16:48
crashoverridebecause I can't download such a big medium.16:48
tuxd3vcrashoverride, so you are on netboot install?16:49
crashoverrideyes.16:49
crashoverridedesktop-live is 1.2GB, I can't download that16:49
crashoverrideminimal live is 460MiB, that's... meh.16:49
fsmithredminimal-live is about 500mb16:49
fsmithredyeah, ok16:49
crashoverridenetinst is 300.16:49
crashoverridethat is acceptable, and it took me 4h to download and flash it.16:49
fsmithredouch16:49
crashoverride(onto a usb key)16:50
crashoverrideyes.16:50
crashoverridenow you get it :P16:50
crashoverridenah but I can definitely wget some deb files and extract them16:50
fsmithredvisit a friend with fast internet and download the dvd so you can install packages from it later16:50
crashoverrideyeah that's gonna take me 3h of driving.16:50
crashoverridenot a good option, sorry.16:51
fsmithredlong-range plan16:51
crashoverrideyeah well, I have a shit connection for a reason16:51
crashoverrideI'm currently in the middle of nowhere16:51
crashoverrideI'm happy I can IRC, already.16:51
fsmithredfigured that16:51
kiwi_58Has anybody experience in modifying the initrd for tracing purposes; the manner lid on-off? tia18:51
buZzthats not a sentence18:52
kiwi_58Does anybody use the iniitrd the simple way: unpacking, editing, modifying? tia.18:58
kiwi_58packaging.18:58
kiwi_58pardon packing.18:58
kiwi_58unpacking, writing, packing.18:58
kiwi_58the line from kernelhandbook "zcat /boot/initrd.img-3.2.0-2-686-pae | cpio -i" give an error message. And using cat instead gives the next error.19:01
kiwi_58using mkinitrd seems obfuscating, that I would rather wish to have no initrd at all between, maybe anyone knows better..19:05
fsmithredkiwi_58, what do you want to do with the initrd?20:04
fsmithredif you have microcode installed, you need to adjust the command20:05
fsmithredor if it's xz-compressed instead of gzip20:05
fsmithredfile /boot/initrd.img-3.2.0-2-686-pae20:06
fsmithredwill give you some useful info20:06
crashoverrideok so I installed all the packages by hand20:18
crashoverridear -x $deb; rm $deb control.tar.xz debian*; unxz data.tar.xz; tar xf data.tar; ...20:20
kiwi_58fsmithred: I am doing various tracings with the tux-on-ice kernel patch for resuming and hibernating. I could unpack with unmkinitramfs now I am not sure howto repack: find . | cpio --quiet --dereference -o -H newc | lzma -7 > ../cusotm.initrd.lz20:20
kiwi_58 says https://askubuntu.com/questions/777260/how-to-repack-initrd-img20:20
crashoverridethat's quite some work by hand20:20
* ShorTie Thinkz maybe cd tmp; find . | cpio -o -H newc | gzip > ../../$(INSTALL_ROOT)image.gz20:21
fsmithredkiwi_58, that looks pretty close to how I do it20:22
kiwi_58ok thanks for the hint.20:23
fsmithredfind . -print0 | cpio -0 -H newc -o | gzip -c > initrd.custom.img20:23
fsmithredor: find . | cpio -o -H newc | xz --check=crc32 --x86 --lzma2=dict=512KiB >20:24
systemdleteanyone else running into a kernel crash with this message:   BUG: unable to handle kernel paging request at 00000001f1e376b0...21:35
m1k3systemdlete, any clues in dmesg?21:42
systemdleteI grepped this message out of kern.log21:42
systemdleteyou mean look at dmesg logs?21:43
systemdleteI have to reboot since this hangs up the entire system21:43
m1k3Oh, bummer21:44
systemdleteso dmesg might not show the problem21:44
nemosystemdlete: you using anything unusual driver-wise?21:44
systemdletenot anything I haven't been using for months, no21:44
systemdletethis just started a few days ago21:44
m1k3How is your memory looking? Nothing abnormal?21:44
systemdleteI ran memtest86 for 2 full iterations yesterday (took about 3 hours).  Nothing.21:45
nemodurn21:45
nemothat was guess #2 ☺21:45
nemohttps://www.linuxquestions.org/questions/linux-kernel-70/kgdb-debugging-bug-unable-to-handle-kernel-paging-request-4175618282/#post579455921:46
nemorandom DDG21:46
systemdleteYeah, I've been googling it myself here also.  Some people report system hang, others say system still runs after that.21:47
nemosystemdlete: anythign tainting kernel?21:47
systemdleteI think Thunderbird, but I've seen this also for "Web Content" (which is created from firefox spawning) and dbus also21:47
nemowait what?21:48
nemothunderbird is tainting kernel? O_o21:48
systemdletethis most recent one, yes21:48
nemoWTF21:48
nemodetails plz!21:48
nemothat sounds very bad21:48
nemosystemdlete: hrm. do you run firefox off a network file share or something??21:50
systemdletehttp://paste.debian.net/1152242/21:50
systemdleteNah, nothing has changed here, honest.21:51
nemoah. vbox21:51
systemdleteThe only thing is that I did upgrade the kernel recently.  Many users say that upgrading kernels was the point when they started seeing this.21:51
systemdletenemo:  what about vbox?  I've been running vbox here for years... and this happened on the host anyway, not a guest (I haven't seen this in a guest, to the best of my recall)21:53
nemosystemdlete: was looking for anything unusual is all.21:53
systemdleteok, thanks21:53
systemdletesorry, I know you are trying to help.21:54
nemosystemdlete: it says tainted, but not by what21:55
nemosystemdlete: normally I'd go with removing whatever tainted it and seeing if the problem still happens21:55
nemosystemdlete: should tell you in dmesg what that is, or you'd know I suppose21:56
systemdleteon the same line where it says "tainted", you will see "comm: ... thunderbird"21:56
systemdletethat is, if the error was captured and logged maybe21:57
nemoI don't think that means thunderbird is the one tainting ☺21:57
nemoor even that it is thunderbird-the-app21:57
* nemo looks up what "Comm" means on that line21:58
systemdleteComm= Command21:58
systemdletethe line starts by telling you the cpu, the pid, and the comm21:58
systemdletethen it says "tainted"21:58
nemosystemdlete: yeah, I think Tainted is just a general flag21:58
nemosystemdlete: like... when you boot and it warns XXX random closed source driver is tainting the kernel so "warranty void" etc21:59
nemobut thanks on "comm" - confirmed that DDGing for examples of crashes21:59
systemdleteSo thunderbird is tainted?21:59
nemono22:01
nemohttps://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/Documentation/oops-tracing.txt?h=v4.922:01
nemo"22:01
nemoSome oops reports contain the string 'Tainted: ' after the program22:01
nemocounter. This indicates that the kernel has been tainted by some22:01
nemomechanism."22:01
nemoaw crud. sorry #devuan.   I thought that was one line.22:02
nemoI should always paste to a text editor first22:02
systemdleteor pastebin22:02
systemdletebut I get it22:02
systemdletethe point here is that the entire host becomes unresponsive.  I cannot even get a console.22:03
nemosure. was thinking more checking at start of next reboot22:03
nemobut anyway. the "taint" "O" apparently means "out of tree" module which is pretty broad22:03
nemoand probably just virtualabox22:03
nemo*virtual22:03
systemdletewhat about vbox?22:04
nemoit's probably out of tree. but I doubt it explains this crash22:04
systemdletebut vbox doesn't even appear in the oops report, except to mention that vbox modules were loaded.22:05
nemosystemdlete: yeah, I was just commenting on the "taint"22:05
systemdleteI'm suspcious of Russians.22:06
systemdlete(it's in vogue, atm)22:06
nemosystemdlete: does thunderbird use graphics acceleration on your system?22:06
systemdleteI have not changed such options that I know of... how does one do that?22:06
Leanderit's usual on by default, but you can look in Preferences -> Advanced -> Use hardware acceleration when available22:08
kreyrenWhy is my devuan keep failing with systemd stuff? http://dpaste.com/3RB756422:08
systemdleteit's unchecked22:09
kreyreneh ? O.o22:09
systemdletenemo:  That box is unchecked.  So it looks like acceleration is disabled.22:09
kreyrenah22:10
systemdlete(sorry kreyren22:10
kreyrennpnpnpnp22:10
* kreyren continues to suffer22:10
nemoI don't have exim4 but sure looks like a buggy package to me22:11
nemoanother upstream boobytrap?22:11
nemofsmithred ? you're the one who knows all this stuff ☺22:11
fsmithredexim gets installed by default22:11
kreyreni don't even know what exim4 is~22:11
fsmithredmail server22:12
kreyrenah O.o22:12
kreyrenwhat should i do about it then? It's new devuan built from source/scratch22:12
fsmithredyou don't absolutely need it, but it does send system messages to primary user22:12
fsmithredno outside repos?22:12
nemothe pastebin claims it came from devuan no?22:12
nemoGet:21 http://deb.devuan.org/merged beowulf-security/main amd64 exim4-daemon-light amd64 4.92-8+deb10u4 [581 kB]22:12
kreyrenfsmithred, none to my knowledge http://ix.io/2phq22:13
fsmithredlook in /etc/apt/sources.list.d/ for files22:13
kreyrenfsmithred, blank22:13
kreyrenwell rather empty22:13
Leanderit looks like the first error is actually the tor package's installation script expecting systemctl to be present and failing to properly install tor22:15
kreyrenSo bug?22:15
kreyrenit seems that the tor package is grabbed from debian which is not optimized for openrc system?22:16
Leanderand exim4 might have some missing dependency too, actually22:17
kreyrenhttp://dpaste.com/3R4EC5R22:17
kreyrenfor exim4-.. installation22:17
kreyrenit's also trying to remove devuan-keychain for some reason22:18
zatumilwhy is it running /usr/sbin/invoke-rc.d: 49122:18
kreyrenNo idea22:18
Leanderno apt is just telling you that you can remove devuan-keyring when you want as it is no longer necessary22:19
kreyrenLeander, noted22:19
kreyrenThere could also be an error in my logic that builds devuan though22:20
zatumildo you have /run/systemd/system directory?22:20
nemosystemdlete: hm. btw, did you verify memtest is seeing/testing *all* your memory?22:21
kreyrenzatumil, yes, but it is blank22:21
systemdletemaybe I'll take up furrywolf's suggestion and upgrade to 4.19 from the repo22:21
zatumilthats why init-system-helpers is missing systemctl durin installation22:22
systemdleteI believe so, nemo.  I could double check next time I am forced to reboot.22:22
kreyrenzatumil, eh?22:23
systemdlete(and thanks Leander for that tip)22:23
kreyrenzatumil, it is empty on devuan built using the installer too though22:24
fsmithredI have /run/systemd/ but not /run/systemd/system22:25
fsmithredis system a file or a directory?22:26
zatumiltry again after (re)move /run/sydtemd/system22:26
fsmithredyeah ^^^22:27
kreyrenfsmithred, directory22:27
kreyrenthat seems to fix it ^-^ http://dpaste.com/1WNEYFP22:27
kreyrenthanks22:27
fsmithredcool. I'd like to know how you got that.22:28
fsmithredyou started with a netinstall?22:28
kreyrenme too O.o it's building from source/scratch into a chroot-based container so i guess there could be a bug in my logic22:29
kreyrenbut then i see that in devuan built using netinstall too22:29
fsmithreddebootstrap?22:29
kreyrenfsmithred, nope custom http://ix.io/2phu22:30
kreyrenah wait this is a code from bedrock which is unexpected.. checking22:30
kreyrenSo my bad it is using debootstrap22:31
kreyrenchecking..22:32
fsmithredI suggest removing --variant=minbase so you get standard system utilities22:33
fsmithredassuming you like having things like less, bzip2, network commands...22:33
kreyrenfsmithred, less, bzip2, network, etc.. are unexpected during the build it should build the bare minimum to make apt work22:34
fsmithredok22:34
kreyrenadditional logic is then applied after depending on the workflow22:35
kreyrenbut it should be using bedrock (i have LFS that is just taking parts from bedrock)22:36
kreyrenSo i guess there is a bug somewhere on my end22:36
kreyren*it shoudn't be22:36
kreyrenWhat is the onion url for devuan?22:41
fsmithredshould be on the website22:44
fsmithredhttps://devuan.org/os/packages22:45
kreyrenfsmithred, thanks ^-^22:45
lunarioi also thought of pointing him to the website first, but then i thought it might come across a bit ironic, given that he might not want to visit it with his real ip :)22:50
lunariooh well, maybe using torbrowser22:50
systemdleteAgain, but this time the errors were (as I reported a day ago):  xhci_hcd 0000:03:00.0: WARN Event TRB for slot 2 ep 4 with no TDs queued?23:10
systemdleteDozens of these just before the crash.23:11
systemdleteOh, nemo, I checked and memtest86 was checking all 16GB of memory.23:11
systemdlete(checked since I had to reboot anyway)23:11
systemdletemy mainboard???  (I have a new one standing by, just in case...)23:14
systemdletemaybe this:  https://forum.pine64.org/showthread.php?tid=5557&page=223:18
systemdletethey suggest usbcore.autosuspend=-1 but I've not had to do this until now.23:21
buZzsystemdlete: pine64.org is a forum for specific devices23:24
buZzare you using one of those?23:24
systemdletetrue, but maybe the problem is generic?23:24
systemdleteno, this is a big ol' mainboard23:24
buZzhave you tried just disconnecting your usb devices?23:24
systemdletethis is recurrent even across reboots23:24
systemdleteand there are 2 problems now, different23:25
buZzso you havent tried that yet, ok23:25
buZzgo try it23:25
systemdleteone is this one (usb issue)23:25
systemdletethe other was the one where there was a system crash23:25
systemdletetry it?23:25
systemdleteshouldn't I wait until the system freezes?23:25
buZzi dont care about 'system crash'23:26
buZzthats too vague a issue to ever debug23:26
buZzi guess the rest is pointless aswell23:29
* buZz flips a table23:29
systemdlete???23:29
djphbuZz: it is IRC, afterall23:30
systemdlete???23:30
systemdletenot sure what you guys are saying23:30
buZzthats nice23:30
kreyrenWhere is the repository for devuan packages?23:31
systemdleteUnplugging the usb devices right NOW would probably not do much to help solve the problem(s).  Now, maybe when the freeze occurs, I could try that and see if the USB hubs reset themselves.  I thought that was your idea.23:31
kreyrendoesn't seem to be present on gitea23:31
golinuxhttp://pkgmaster.devuan.org/23:32
buZzsystemdlete: no23:33
kreyrengolinux, i meant for contribution ? O.o23:33
kreyrenthis seems as release23:33
buZzsystemdlete: my suggestion was disconnecting ALL usb devices23:33
golinuxhttps://gitea.devuan.dev/devuan23:33
buZzsystemdlete: and possibly rebooting when you have done so23:33
buZzand KEEP em disconnected23:33
buZzconfirm that the error originates from your system and not a external usb device23:34
kreyrengolinux, eh? Gitea seems to be unrelated to downstreaM?23:34
buZz-also- disconnect all usb hubs23:34
systemdleteI've got my internet connection through a USB device atm.23:34
golinuxkreyren: Looks like they have not been completely migrated yet https://git.devuan.org/devuan-packages23:36
kreyrengolinux, that's 404 for me O.o23:36
kreyrenprivate repo mby?23:36
kreyrenah nwm works now23:36
kreyrenthanks ^-^23:36
kreyrenaldo i can't registed on git.devuan.org~23:37
fsmithredkreyren, we're in the middle of migrating the repo23:37
kreyren*register23:37
kreyrenfsmithred, So should i wait untill it's available on gitea?23:37
fsmithredyeah, I think so23:38
kreyrenany idea how long it will take?23:38
fsmithredno, but maybe no more than a week23:38
kreyrennoted thanks23:39
kreyrenfsmithred, if i want to contribute do i have to go through some process or can i just contribute once the repo is on gitea?23:42
fsmithredwhat do you want to contribute?23:42
kreyrenfsmithred, My usuall workflow is to contribute to downstream regulary for things that i might like or in case there is a broken package O.o23:43
fsmithredyou can make a personal repo and make merge requests on existing packages23:43
kreyrenok ^-^ Where should i submit these?23:43
fsmithredagainst the devuan package23:44
kreyrenok23:44
fsmithredif you want to provide some packages that aren't in the repo, you could put the code on git and host the packages somewhere for people to download and use23:45
kreyrenfsmithred, like 3rd party repo?23:45
fsmithredthere's no official way to get packages into the repo, but it can and does happen23:46
fsmithredyeah, you could make a repo or just have a place to download debs23:46
fsmithredI've used sourceforge for that for years23:46
kreyrenI see O.o23:46
golinuxkreyren: I see you are registered now23:52
kreyrengolinux, on gitea yes23:56
golinuxYuppers23:56

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