Show Idle (>14 d.) Chans


← 2019-03-04 | 2019-03-06 →
11:41 feedbot http://trilema.com/2019/angels-with-dirty-faces-2/ << Trilema -- Angels with Dirty Faces
~ 1 hours 27 minutes ~
13:09 asciilifeform mircea_popescu: i translated the chinesium, it's 100% snoar, some kinda fiatological dark-age #b-a
13:09 mircea_popescu i got ~same impression.
13:10 mircea_popescu whatever, "Grupo de Usuarios de Linux de Costa Rica.
13:14 asciilifeform 20y ago it was still possib to hear something interesting at a linux usergroup ( asciilifeform , for instance, in iirc 2004 went to local 1 and met a half-mad greybeard who 'mark my words, nsa boobytraps in the nic bios' , 1st mention in asciilifeform's memory of subj ) but certainly not today.
13:15 asciilifeform today -- prolly they discuss which ver of systemd to use.
13:15 mircea_popescu hey, i recall a time in the 90s irc was for dating. fulla exactly the kinda gal you'd like to meet, bash & fuck on 1st "date".
13:16 asciilifeform prolly this was back when black sea was still swimmable in..
13:17 mircea_popescu certainly.
13:18 BingoBoingo <asciilifeform> today -- prolly they discuss which ver of systemd to use. << Nah, more likely they discuss how great the version they are ordered to use is
13:20 mircea_popescu "il net e multo peggiorato" "ufa! de maniera verticale!" to pastiche sorrentino
13:20 mircea_popescu 9
13:23 mircea_popescu btw, spyked lobbes either of you feel like implementing a http://btcbase.org/log/2019-03-04#1900358 thing ?
13:23 a111 Logged on 2019-03-04 19:29 mircea_popescu: https://img.vim-cn.com/ << check them out. we prolly want something like this actually huh.
13:24 mircea_popescu minus the "Alipay and Wechat Pay are supported currently:" shockingly idiotic bs, of course.
13:25 mircea_popescu if volume is a concern, can limit it to so many bytes / time interval / ip. add command to your bot to whitelist ips by their being claimed by l2 people, then you can even invoice them.
~ 29 minutes ~
13:54 feedbot http://trilema.com/2019/minigame-smg-february-2019-statement/ << Trilema -- MiniGame (S.MG), February 2019 Statement
~ 19 minutes ~
14:14 hanbot so check this out: on new attempt to run cuntoo bootstrap.sh, i get this error: "umount: invalid option -- 'R'". whereas man umount shows no uppercase R option (lowercase r makes sense, remount read-only). and moreover, first bootstrap.sh run moved past this no prob, not like the script *changed*, wth?
14:25 mircea_popescu hanbot -R is recursive unmount.
14:25 mircea_popescu possible you ran it previously (when it worked) on an unmount that supports -R ? whereas the one using now doesn't ?
14:26 hanbot 0.o
14:26 mircea_popescu mount -V
14:27 hanbot mount from util-linux 2.22.1 (libmount 2.22.0: debug)
14:27 mircea_popescu iirc only introduced recently-ish.
14:27 mircea_popescu come to think of it, prolly also requires root. are you not root ?
14:28 hanbot mircea_popescu am root
14:28 mircea_popescu hanbot anyway, the same effect can be obtained by simply umount-ing all the partitions.
14:28 hanbot aite. ty!
~ 54 minutes ~
15:23 lobbesbot !!up lobbes_field
15:23 deedbot lobbes_field voiced for 30 minutes.
15:23 feedbot http://trilema.com/2019/luci-del-varieta/ << Trilema -- Luci del varieta
15:23 lobbes_field http://btcbase.org/log/2019-03-05#1900506 << sadly, I've got a neglected hopper to attend to first
15:23 a111 Logged on 2019-03-05 18:23 mircea_popescu: btw, spyked lobbes either of you feel like implementing a http://btcbase.org/log/2019-03-04#1900358 thing ?
15:23 lobbes_field To update: Now that I have a bootable Cuntoo, a hand-rolled Gentoo, and a proper keccak v setup (with ave1-gnat), the only item left in my 'remedial' hopper is to read and sign Spyked's keccak regrind of logbot_command_router_python >> http://blog.lobbesblog.com/2019/01/hopper-update-january-2019/
15:24 lobbes_field Then, I'm back to attacking http://blog.lobbesblog.com/2018/11/conveyor-outlook-now-to-feb-2019/ (which, I've -completely- missed my deadline on)
15:24 * lobbes_field back to meat
15:24 lobbesbot !!down lobbes_field
15:24 deedbot lobbesbot may not $down lobbes_field.
15:37 hanbot continuing my mounting woes, i can't unmount sdb3 partition on target drive from initial cuntoo bootstrap.sh (target is busy); offending process from 'lsof | grep sdb3' looks like /proc/4693/exe ("txt, unknown"), no response from kill -9, no idea how it zombied out or why, what am i gonna do?
15:38 hanbot ps -aux | grep sdb3 meanwhile lists pid 4693, [jbd2/sdb3-8]
15:42 mircea_popescu asciilifeform btw, were you saying you can't find write-only sdcards ?
15:42 mircea_popescu hanbot do you have a file open somewhere ?
15:47 hanbot nop. i'm running screen but screen -ls shows 1 socket.
15:47 mircea_popescu hanbot cat /proc/4693/status says what ?
15:47 feedbot http://pizarroisp.net/2019/03/05/pizarro-february-2019-report/ << PizarroISP -- Pizarro February 2019 Report
15:48 hanbot mircea_popescu p.bvulpes.com/pastes/YtSVG/?raw=true
15:50 mircea_popescu should show the parent. basically, the way this whole thing works is as follows : 1. linux is organized around "processes", which are a sort of agents let's say. they're listed in /proc/ ; 2. any process can spawn other processes, the whole menagerie's spawned by the kernel (which in systemd thing is also process 1, hence the whole http://btcbase.org/log/2018-10-19#1863880 thing ). 3. a process can close, or be terminated, ki
15:50 a111 Logged on 2018-10-19 01:52 mircea_popescu: provided of course "pid eins" is somehow involved also.
15:50 mircea_popescu lled, whatever, at which point its parent, ie, whoever spawned it, waits on it and cleans it up. 4. until such a thing happens, the ~process table~ still lists it, even though it is no longer able to ~do~ anything. this is a "zombie", process existing in listings only, not yet cleaned up by its parent. (it can, unfortunately, block unmounting).
15:50 mircea_popescu so your thing here is to figure out who the fuck is the parent, why the fuck is it not cleaning up its dead kids, and possibly kill it too, and it's stupid father in turn until presumably you end up with the kernel which WILL clean them all up.
15:52 mircea_popescu does that make any sense ?
15:52 mircea_popescu from the other pov, the jbd2/sdb3-8 thing is typically the kernel doing journalling.
15:52 asciilifeform http://btcbase.org/log/2019-03-05#1900534 << lol, ~read~ only. did find that there's a supposedly-write-once ro bit that one can set ( appears to work, but naturally i've no way to verify that there aint a magick undocumented sequence that resets it somehow )
15:52 a111 Logged on 2019-03-05 20:42 mircea_popescu: asciilifeform btw, were you saying you can't find write-only sdcards ?
15:53 mircea_popescu asciilifeform i have a bunch here, which have a tab! you switch it to permit writing or not!
15:53 mircea_popescu like ye olde diskettes!
15:53 asciilifeform mircea_popescu: they all have the tab. the behaviour relies on the reader tho, not the card
15:53 hanbot mircea_popescu yes, makes sense. quandry is whether figuring out process lineage or ordering reboot and re-prepping for bootstrap will take the larger amt of time, but then former path comes with figuring out new (to me) shit, so...prolly best.
15:53 asciilifeform and most baked-into-iron readers seem to ignore the rw line
15:53 mircea_popescu asciilifeform ah
15:56 mircea_popescu hanbot tried umount -f (force) ?
15:57 mircea_popescu asciilifeform i didn't dig into it, but noticed the little tab looking at them. now that i think about it, i seem to recall this was actually discussed in log.
15:58 hanbot mircea_popescu i haven't, based on noting various unknown webderps reporting it hung/killed their session
15:58 mircea_popescu i dunno anything else you could try instead of a reboot anyway.
15:59 mircea_popescu honestly a sane box should not end up in the state you described, short of doing things to it like alf's easy bake oven.
15:59 asciilifeform mircea_popescu: aha in log, http://btcbase.org/log/2018-05-17#1814763 , possib. elsewhere
15:59 a111 Logged on 2018-05-17 15:34 asciilifeform: ( and, lulzily, classical sd card ~does not support write protect~, it has the same usg.nonsensical 'software read writeprotect tab' as old floppies )
16:00 * asciilifeform brb,meats
16:05 mircea_popescu meanwhile in even more http://btcbase.org/log/2019-03-01#1900068 lulz : turns out, i fucking had it also.
16:05 a111 Logged on 2019-03-01 23:04 mircea_popescu: meanwhile in other http://btcbase.org/log/2019-01-25#1889862 slash http://btcbase.org/log/2014-12-08#948046 lulz : the dork i used above for a source for the commie radio pictures (not that he originates them, they actually come from http://www.latrecut.ro/2006/05/ric-stramoshul-ipod-ului/ which is significantlly better contextually, but I was lazy) not only passes himself as a "Ministrul Cyberculturii | Recenzii, cronici, cr
16:05 mircea_popescu this laziness.
~ 1 hours 34 minutes ~
17:39 feedbot http://qntra.net/2019/03/rsas-shamir-did-not-receive-us-visa-for-rsa-conference/ << Qntra -- RSA's Shamir Did Not Receive US Visa For "RSA Conference"
~ 41 minutes ~
18:21 trinque hanbot: the reason for the recursive unmount is that the build mounts /proc /dev and /sys in the build target
18:21 trinque these have to be unmounted from within build dir before umounting build
18:21 trinque could try umount build/*; umount build
18:24 trinque the script runs this umount for you at the beginning of each attempt to clean up after any prior build attempt. it wont bother with the umounts if they're already gone.
~ 2 hours 56 minutes ~
21:21 mod6 trinque: http://p.bvulpes.com/pastes/RYXo6/?raw=true
21:27 trinque mod6: ack, handled
21:29 trinque also congrats on your cuntoo boot
~ 18 minutes ~
21:47 trinque in related news, I have trashed my cuntoo build drive with repeated builds!
21:48 * trinque goes to procure another
21:49 trinque lets all plan on smashing through this path bug in the vpatch this weekend. I'll be available for it.
21:54 trinque df -h
21:55 trinque pffflol
~ 58 minutes ~
22:53 mod6 trinque: thx! and yah, it was nice to get that going.
22:54 mod6 I'll do what I can this weekend, time-permitting.
22:54 mod6 Just let me know.
23:08 trinque I'd like to get it done saturday afternoon if that works.
23:17 mod6 My availability is pretty limited that day, during the day. Probably will be around later that evening, or more for sure on Sunday.
23:18 mod6 Eitherway, I'll read logs and catch up if you proceed without me, of course.
← 2019-03-04 | 2019-03-06 →