#ossasepia Logs for 26 Jan 2020



April 21st, 2020 by Diana Coman
lobbes: diana_coman: just to update before I head to sleep: I'm definitely behind a bit with the logger work, but still progressing. I toiled a bit today because the server wasn't accepting connections via port 6667 (for IRC). Turns out it had a firewall already installed (firewalld), yet even after adding the port I still can't establish an IRC connection from the server [00:25]
lobbes: So tomorrow morning I need to either dig deeper into understanding firewalls and iptable rules (the latter because from what I gather firewalld is just a interface for iptables), or else I just say 'fuck it' and connect the bot to a znc instance instead (since I can set that up to take connections from whatever port). [00:25]
lobbes: me will look at the above 'either/or' again tomorrow with a fresher mind [00:26]
whaack: diana_coman: EOD Report: Working on the fleetbot pseudo code article ate up the whole day. I finished a reviewed draft but I don't have time for the 1hr+ wait then review, so i will review tomorrow morning and then pbulish. [01:01]
auctionbot: S#1077 O=17mn LB=None E=2020-01-29 05:43:03.567830 (64h28) >>> Dell R610 PE Server ships from U.S. (Server-A) http://blog.mod6.net/2020/01/physical-specifications-for-the-bitcoin-foundations-servers/ [03:30]
auctionbot: S#1078 O=17mn LB=18mn E=2020-01-29 05:43:42.679910 (64h28) >>> Dell R610 PE Server ships from Uruguay (Server-B) http://blog.mod6.net/2020/01/physical-specifications-for-the-bitcoin-foundations-servers/ [03:30]
auctionbot: --- end of auction list, 18mn total bids --- [03:30]
diana_coman: lobbes: what's that firewalld? it's first time I hear of it, is that a centos7 thing? ftr on centos6 I always had at most iptables (and at times not even that is really needed, depending on what you want with the machine exactly). [04:49]
diana_coman: whaack: pbulish ahead! [04:50]
auctionbot: S#1077 O=17mn LB=None E=2020-01-29 05:43:03.567830 (59h28) >>> Dell R610 PE Server ships from U.S. (Server-A) http://blog.mod6.net/2020/01/physical-specifications-for-the-bitcoin-foundations-servers/ [08:30]
auctionbot: S#1078 O=17mn LB=18mn E=2020-01-29 05:43:42.679910 (59h28) >>> Dell R610 PE Server ships from Uruguay (Server-B) http://blog.mod6.net/2020/01/physical-specifications-for-the-bitcoin-foundations-servers/ [08:30]
auctionbot: --- end of auction list, 18mn total bids --- [08:30]
diana_coman: BingoBoingo: meant to say: do speak up if there's any way I can help; journalism is not something I know all that much about but if you think it helps to bounce off some ideas or anything, just speak [09:10]
BingoBoingo: diana_coman: Thank you. [09:59]
auctionbot: S#1077 O=17mn LB=None E=2020-01-29 05:43:03.567830 (54h28) >>> Dell R610 PE Server ships from U.S. (Server-A) http://blog.mod6.net/2020/01/physical-specifications-for-the-bitcoin-foundations-servers/ [13:30]
auctionbot: S#1078 O=17mn LB=18mn E=2020-01-29 05:43:42.679910 (54h28) >>> Dell R610 PE Server ships from Uruguay (Server-B) http://blog.mod6.net/2020/01/physical-specifications-for-the-bitcoin-foundations-servers/ [13:30]
auctionbot: --- end of auction list, 18mn total bids --- [13:30]
dorion: http://ossasepia.com/2020/04/21/ossasepia-logs-for-25-Jan-2020#1016182 - alive indeed. yesterday paid off some sleep debt incured friday from svg article, but enjoying the mtn climb today. [15:40]
ossabot: Logged on 2020-01-25 15:51:21 diana_coman: dorion: you alive under that mountain of writing you set for yourself for this weekend? lolz [15:40]
dorion: indulges impulse to play "country roads" then "rocky mountain high" [15:44]
diana_coman: ahaha, that's back to 15, lolz [15:48]
diana_coman: lobbes: you around? [15:50]
diana_coman: dorion: is that tmsr-os going to cause some more sleep debt today? [15:51]
dorion: diana_coman I think I have a good handle on it, plus it's not yet 15:00 here. [15:54]
diana_coman: dorion: while I'm sure that's true, the best answer to that sort of question goes along the lines of "there's still x, y, z to do/at s stage and those should not take more than h hours so that leaves me a buffer of p hours counting from 3pm here to end of day/whatever hour" [15:58]
lobbes: diana_coman: I am around now. Sorry about that [16:11]
diana_coman: lobbes: well, you have first to answer MP in #t for quite a few things so maybe do that first anyway [16:12]
lobbes: diana_coman: will do [16:15]
lobbes: http://logs.ericbenevides.com/log/ossasepia/2020-01-26#1016212 << centos7 yeah, and firewalld is apparently a daemon managing firewalls. Though even turning it off doesn't solve the port-being-blocked issue, so I suspect something else is afoot [16:15]
ericbot: Logged on 2020-01-26 08:42:38 diana_coman: lobbes: what's that firewalld? it's first time I hear of it, is that a centos7 thing? ftr on centos6 I always had at most iptables (and at times not even that is really needed, depending on what you want with the machine exactly). [16:15]
lobbes: ^^ I had that queued so figured I'd respond now [16:15]
diana_coman: lobbes: centos 7 already brings in systemd so yeah, expect all sorts; that being said, if it's a virtual machine you have there, iirc on centos there is at times some additional mess with "containers-wtf" so that's another possible addition to your tower of problems. [16:23]
lobbes: diana_coman: hm okay, yeah that sounds like it could take me some time to figure out [16:25]
diana_coman: lobbes: you can at least check relatively easily aka simply turn off iptables and firewalld and whatever other firewall you have already and see if that sorts it out at least [16:26]
diana_coman: but dunno, I'd have thought you were trying to keep things *simple* since even then they are enough of a headache [16:26]
lobbes: diana_coman: turning off firewalld didn't help things, though I didn't try also turning off iptables. I will try that [16:27]
diana_coman: lobbes: lolz; listen, this is basic: when you want to figure out the culprit, you *walk the whole chain* until you find the exact place; ie sure, start from whichever end but don't do just one thing and then walk away; so: either you turn off one by one *everything if need be* or you start with everything off and then add them back one by one until you find it. [16:29]
lobbes: diana_coman: yeah this makes sense. I was doing the haphazard jumping around thing instead of sane reasoning [16:30]
diana_coman: dunno people, did those jumping arounds *ever* worked for any of you? [16:30]
diana_coman: lozl [16:30]
lobbes: sometimes my issue is I don't know the whole chain even, but instead of trying to understand the chain I start doing the 'shamanism' [16:33]
lobbes: *shamanism thing [16:33]
lobbes: indeed, never works out [16:33]
diana_coman: lobbes: it's a huge waste of time really, even if it may feel different [16:34]
whaack: I would say that jumping around is a skill I've mistakenly been honing my whole life. [16:34]
diana_coman: whaack: at least it's a ...methodical jumping! [16:35]
diana_coman: lolz [16:35]
whaack: It's an art in and of itself, even if completely misguided. How fast can you bang your head and then find another place to bang your head until you've determined where things are in the room? [16:35]
whaack: exactly lol [16:36]
diana_coman: gives a whole new meaning to using one's head! [16:36]
diana_coman: lobbes: was it that they didn't have centos 6 anymore or why 7 anyway? [16:38]
lobbes: diana_coman: honestly I wasn't sure the difference between 6 and 7; I'd never used either [16:38]
dorion: http://ossasepia.com/2020/04/21/ossasepia-logs-for-26-Jan-2020#1016223 - thanks. I have the outline done and intro drafted. filling in the remainder of the outline primarily involves gathering the relevant links. I'm aiming to get it done by 18:30 here. then I will take a break for other things from 18:30-20:00 and have 20:00-21:30 as a buffer. aiming to be offline by 21:30 and asleep by 22:00. [16:38]
ossabot: Logged on 2020-01-26 15:58:41 diana_coman: dorion: while I'm sure that's true, the best answer to that sort of question goes along the lines of "there's still x, y, z to do/at s stage and those should not take more than h hours so that leaves me a buffer of p hours counting from 3pm here to end of day/whatever hour" [16:38]
dorion: http://ossasepia.com/2020/04/21/ossasepia-logs-for-26-Jan-2020#1016246 - my favorite hs math teacher had a bullseye on one of his walls with, "bang head here." written on it. lol. [16:39]
ossabot: Logged on 2020-01-26 16:35:37 whaack: It's an art in and of itself, even if completely misguided. How fast can you bang your head and then find another place to bang your head until you've determined where things are in the room? [16:39]
diana_coman: dorion: wait, is that the review & plan you are talking about, right? [16:41]
diana_coman: outline + intro fine; how is the filling mainly links though? [16:42]
diana_coman: http://ossasepia.com/2020/04/21/ossasepia-logs-for-26-Jan-2020#1016239 - btw, this is not a problem in itself; if you don't know the whole chain, then you'll discover it by brute force even, if need be, what; sure, ideally you figure out the chain first but if that's a too high step to even start with, then just turn the damn things off ONE BY ONE - you'll still find out more about them that way. [16:54]
ossabot: Logged on 2020-01-26 16:33:23 lobbes: sometimes my issue is I don't know the whole chain even, but instead of trying to understand the chain I start doing the 'shamanism' [16:54]
diana_coman: there is the fact that on some things nobody really wants to find out all that much, granted; but that's a consideration for an earlier point in this story. [16:55]
lobbes: diana_coman: this makes sense [17:00]
dorion: diana_coman yes, I'm working on the tmsr os review and plan. the outline is fairly comprehensive, full grammatical sentences, so even that there is more to write, I have a good idea of what's to be said. thus, I anticipate most of the time to be consumed digging out the links to reference what's being said. [17:02]
diana_coman: dorion: hm, all right. [17:04]
diana_coman: whaack: if you provide a table of contents then do it properly and make those items links to the right place in the text. [17:10]
diana_coman: don't do things by half, it's ~always a losing strategy. [17:11]
whaack: diana_coman: Noted, I will fix that right now. [17:11]
diana_coman: whaack: aaargh, do not do the "we send" "we receive" "we ..." [17:20]
diana_coman: either own it that you do it or name the code/bot that does it. [17:21]
whaack: i see the ugliness of that wording. the latter solution makes the most sense to me, the article is supposed to describe what the code does [17:23]
diana_coman: whaack: how many more lines do you reckon I get to read before I barf again? lolz [17:27]
jfw: hm, believe I did some of those "we"s in the gbw-node series too [17:28]
whaack: diana_coman: probably not many, i can see some lines that will likely cause barfing on their own, and since you're already nauseous.. [17:31]
lobbes: diana_coman: oy, so I went to go disable iptables and it turns out it wasn't even running. Apparently firewalld is a replacement for iptables, not an interface for it like I originally thought. Now I really wish I looked into cent os 7 vs 6 before pulling the trigger on this server [17:31]
lobbes: In any case now I know that with iptables/firewalld off I still cannot connect via port 6667. [17:31]
diana_coman: whaack: ha! you mean to say that since your previous lines already made it hard for poor subsequent lines to be read... [17:32]
diana_coman: jfw: iirc your gbw-node series was written more like a walking the reader through the whole thing so possibly the "we" there stood for you-and-reader; it can work in that way if that's indeed how the text is built. [17:34]
diana_coman: that being said, if you just used it instead to hide behind it then yes, they'll stick out just as annoyingly as whaack's [17:35]
diana_coman: lobbes: can't they install something else or what's the thing with centos 7? [17:37]
diana_coman: iirc centos 6 is set to vanish this March so myeah, possibly already gone from standard menu. [17:38]
lobbes: diana_coman: yeah, I suppose I could get them to install something else, but I'm not even sure that *is* the problem (though probably is if 7 is systemd). [17:39]
lobbes: Plus, I'd need to wait for them to provision it, etc. [17:39]
lobbes: I tend to spin on these 'do I trade time already invested for a chance for saved time in the future' dilemmas [17:40]
diana_coman: lobbes: what are your criteria to decide? [17:42]
diana_coman: because yes, lacking clear criteria, you'll spin, of course, what *else* could you do. [17:42]
diana_coman: lobbes: is it a physical machine or a vm? [17:42]
lobbes: diana_coman: physical (rented dedicated server) [17:43]
diana_coman: lobbes: at any rate, note that this is not about "can't open port so I'll change OS", lolz [17:44]
lobbes: sure, I took it as "cent os 6 at least has less chance of towers of strange, plus more republican documentation" [17:45]
lobbes: but indeed, I lack proper criteria here [17:46]
lobbes: or at least, it isn't loaded in my head right now which I can see is a problem [17:47]
diana_coman: whaack: do a proper review and update of that article as really, I can't read it. [17:47]
whaack: diana_coman: alright [17:47]
diana_coman: and by review I mean the content too; remember that part with writing something to convey the meaning, not to prove that you actually read it in detail, yes? [17:49]
diana_coman: lobbes: where /on what did you run this before? [17:50]
lobbes: diana_coman: all the development was on my other server running classic Gentoo [17:50]
diana_coman: lobbes: what is classic gentoo anyway? [17:51]
diana_coman: I have trouble being able to imagine "one" gentoo as such, it's more like shifting sands [17:51]
jfw: diana_coman: thx for pointing out that distinction on the 'we'; not presently sure where my usage falls but will keep in mind [17:51]
lobbes: diana_coman: eh just Gentoo (I was trying to distinguish from Cuntoo but.. unneeded) [17:52]
whaack: diana_coman: yes. as you were commenting on my article I was thinking to myself "well, this is my first time writing an article like this." but it's not, I did a similar article with similar mistakes when I annotated v.py [17:52]
diana_coman: whaack: so what if it were first time even? [17:52]
whaack: diana_coman: so nothing. my mind was just racing to find a justification for having err'd [17:53]
diana_coman: whaack: what's a justification going to do? [17:54]
diana_coman: (I mean: what *good* is it going to do?) [17:54]
whaack: diana_coman: nothing, unless the justification reveals a problem that can be fixed [17:55]
diana_coman: lobbes: well, for all I know, you'll likely run into troubles (different set, sure) with centos 6 as well, mainly because of old versions of everything [17:55]
diana_coman: so basically you have 3 (or more) sets of problems to choose from [17:56]
lobbes: diana_coman: ah yeah, I do recall your version troubles with cent os 6 while standing up the logbot (which is the base for this bot anyway) [17:57]
diana_coman: your criteria should focus on ~which set of problems is the best choice currently given the whole context [17:57]
lobbes: thank you, I was about to ask how I should go about the criteria making [17:58]
lobbes: this makes sense [17:58]
diana_coman: lobbes: does it? [17:58]
diana_coman: whaack: the search for justification reveals a problem, certainly, lol [17:59]
lobbes: I think so. So in other words I need to look at each set and figure out which one I'd rather invest my time in [17:59]
whaack: lmao [17:59]
lobbes: I suppose I'd do that by finding the set that has the most 'capped' problems (ones that I can see the solution too at least) [17:59]
diana_coman: lobbes: eh, you're talking pure theory there [17:59]
lobbes: diana_coman: absolutely :P [18:00]
lobbes: well, then perhaps I do not understand. How do I evaluate which set of problems is the best choice ? [18:02]
diana_coman: lobbes: why talk pure theory, how is that going to help you really? [18:03]
lobbes: diana_coman: I don't have much experience, so most of what I have is theory [18:03]
diana_coman: I mean sure, I can let you nod at theory and get on with it [18:03]
diana_coman: lobbes: that above was the theory of a theory though, lolz; you don't have experience, fine, but ask how to do stuff, don't just nod that it's fine so you can then stare at it all some more (except now with a new theory behind the stare, sure) [18:04]
diana_coman: lobbes: what *are* the existing options anyway, that's where it starts from, practically [18:05]
lobbes: diana_coman: this is something I do a bit now that you mention it. This nodding along thing. I see what you mean [18:05]
diana_coman: list the options; list your constraints, priorities, burning fires and coming impalements (or similar); since you don't know much about either of them, you'll probably need then to ask people about the corresponding sets of problems, so you'll do that [18:07]
diana_coman: and if you don't want to burn, you'll probably at the very least keep people (the relevant people!) informed too [18:07]
lobbes: diana_coman: okay. I may make this into a mini-article while I'm at it [18:08]
diana_coman: can't hurt anything for sure [18:08]
lobbes: that'll also help to keep informed. okay [18:08]
lobbes: diana_coman: thank you as always [18:08]
diana_coman: lobbes: you're welcome; and if you keep quiet the whole coming week too, you'll have some additional fire coming after you. [18:09]
diana_coman: whaack: can the justification-problem be fixed? [18:10]
lobbes: diana_coman: I can definitely hear the impalements being sharpened in the distance. I'll make sure to speak up [18:10]
lobbes: I'm going to step away from the terminal for a bit, but will return to get that options list (and review/plan) out tonight [18:11]
diana_coman: sounds very sensible indeed. [18:12]
diana_coman: whaack: do search for causes; do not search for justifications. [18:12]
diana_coman: will be back tomorrow. [18:13]
auctionbot: S#1077 O=17mn LB=None E=2020-01-29 05:43:03.567830 (49h28) >>> Dell R610 PE Server ships from U.S. (Server-A) http://blog.mod6.net/2020/01/physical-specifications-for-the-bitcoin-foundations-servers/ [18:30]
auctionbot: S#1078 O=17mn LB=18mn E=2020-01-29 05:43:42.679910 (49h28) >>> Dell R610 PE Server ships from Uruguay (Server-B) http://blog.mod6.net/2020/01/physical-specifications-for-the-bitcoin-foundations-servers/ [18:30]
auctionbot: --- end of auction list, 18mn total bids --- [18:30]
dorion: ffs, the week I decide to write the dealing with death article, the best basketball player/athlete of a generation (who I probably spent days if not weeks watching during my fan years) crashes and burns on a hillside. rip kobe bryant, i suppose I'll reflect on you too in the mix. [21:28]
auctionbot: S#1077 O=17mn LB=None E=2020-01-29 05:43:03.567830 (45h28) >>> Dell R610 PE Server ships from U.S. (Server-A) http://blog.mod6.net/2020/01/physical-specifications-for-the-bitcoin-foundations-servers/ [22:30]
auctionbot: S#1078 O=17mn LB=18mn E=2020-01-29 05:43:42.679910 (45h28) >>> Dell R610 PE Server ships from Uruguay (Server-B) http://blog.mod6.net/2020/01/physical-specifications-for-the-bitcoin-foundations-servers/ [22:30]
auctionbot: --- end of auction list, 18mn total bids --- [22:30]
whaack: diana_coman: whaack: can the justification-problem be fixed? << If you mean can I fix the problem of running to excuses / explanations of why I make mistakes, then yes I certainly hope so. If you mean can my specific justification ('it was my first time!') be something that can be fixed [22:35]
whaack: fat fingered enter button halfway through typing [22:36]
whaack: If you mean "can my specific justification ('it was my first time!') be something that can be fixed?" then no, "because it was my first time" is a useless answer to "why did you fuck up?" [22:38]
whaack: doing a task for the first time is heavily correlated with messing up but it is not the cause itself [22:39]
BingoBoingo: dorion: Basketball player maybe. The problem with best athlete is... specialization. See Micheal Jordan's adventures with the Chicago White Sox. [22:45]

Comments feed: RSS 2.0

Leave a Reply