gchristensen changed the topic of #nixos-chat to: NixOS but much less topical || https://logs.nix.samueldr.com/nixos-chat
<ashkitten> tbh just building everything with separate debug symbols but deleting the debug output by default would achieve the same thing without impurities or hassle
<supersandro2000> gchristensen: What do I get for looking at all of cole-h PRs and nitting the same 5 things on all of them?
<gchristensen> hah
<gchristensen> good question :)
<supersandro2000> I really should have done something else instead but that would require me to actually think a bit more
<gchristensen> supersandro2000: I think some of your nits are counter to nixpkgs-fmt
<supersandro2000> gchristensen: you mean the }: part?
<gchristensen> yea
<supersandro2000> It shouldn't change it to either way.
<supersandro2000> well that probably the least important part :P
<gchristensen> :)
<aleph-> Oh there's a formatter? Awesome
<supersandro2000> nixpkgs-fmt
<supersandro2000> cole-h: you can ignore that part tbh
<aleph-> So here's a question, can anyone think of a reason for a binary to coredump only when run under a systemd service?
<samueldr> ulimit stuff?
<aleph-> Hmm. That's an idea to look into.
<samueldr> I only know superficially that it configures, among other things, coredump stuff
<aleph-> Was gonna try stracing it inside the service next.
<samueldr> otherwise maybe some place in the systemd manual there's hints?
<aleph-> Maybe
<aleph-> Been driving me batty
<supersandro2000> figure out where it coredumps and then you know why
<gchristensen> just draw the rest of the owl =)
ece has quit [Read error: Connection reset by peer]
<aleph-> Haha
ece has joined #nixos-chat
h0m1 has quit [Ping timeout: 260 seconds]
h0m1 has joined #nixos-chat
<aleph-> Okay yeah not just a nixOS issue. Happens on debian too.
<aleph-> Man at this point I should write a script to munge the data... grumble
<pie_> what kind of dhclient is this...we dont ave these flags https://www.linux.org/docs/man8/dhclient.html
bkv has joined #nixos-chat
bqv has quit [Ping timeout: 258 seconds]
bkv is now known as bqv
<samueldr> ISC DHCP I think
<samueldr> according to what I had found
<samueldr> which is what we are using I think
<samueldr> seems the man pages mostly match here
<pie_> looks like i probably have to patch
<pie_> samueldr: i specifically need that -B flag
<aleph-> Man what the heck have ookla done to this client?
<aleph-> Anytime I subprocess or shell out to it in a systemd unit it coredumps...
<pie_> looks like its still hardcoded everywhere with a build flag... https://github.com/isc-projects/dhcp/search?q=can_receive_unicast_unconfigured (wtf?)
<aleph-> This is... maddening
<pie_> aleph-: can you rr it? :/
<pie_> does it crash outside a systemd service?
<pie_> if not you could try bisecting the env...
<aleph-> pie_: It does not crash outside
<aleph-> So planning to start bisecting the env more
<pie_> env -i to clear env
<pie_> env -i whatever , wild guess start with the usual stuff that breaks like PATH
<pie_> its probably segfaulting not finding some exe or so
<pie_> or file..
<aleph-> Maybe yah.
<pie_> so actually you could strace / ltrace it and difference the file and env accesses
<aleph-> Yep been doing that. It's certainly... odd.
<aleph-> Worst comes to worst I just run the script on cron and use textfile exporter
<pie_> "why isnt that approach working?" xP
<aleph-> But I was planning to upstream this to nixpkgs.
<aleph-> Thus the.. fighting sigh
<DigitalKiwi> imma about to get banned from freenode at this rate
<pie_> aleph-: i imagined
abathur has joined #nixos-chat
<abathur> I'm coming to the conclusion lately that the way I've been slowly souring on HN over the past few years is finally hitting critical mass
siraben has quit [Ping timeout: 245 seconds]
siraben has joined #nixos-chat
waleee-cl has quit [Quit: Connection closed for inactivity]
mcint has quit [Ping timeout: 246 seconds]
<pie_> samueldr: wait it looks like nixos actually uses dhcpcd for dhcp and not dhclient?
<samueldr> I don't know what you're doing
<samueldr> but it's highly plausible
<aleph-> pie_: Yes, it does afaik
<pie_> well i just sent myse fon a bit of a wild goose chase
<pie_> and looks like dhcpcd had a flag for setting broadcast, we will see shortly
bqv has quit [Ping timeout: 245 seconds]
<pie_> stick something in the wrong attrset and wonder why youre doing a no-op
<samueldr> ain't it the worst? computers doing exactly what they're told
<pie_> x)
<pie_> aaand now i have dhcp behind ipvlan. cool.
<pie_> which is to say, in both directions. dhcp to get an ip, and dnsmasq doing proxydhcp for pxe
<aleph-> Nice
endformationage has quit [Quit: WeeChat 2.9]
waleee-cl has joined #nixos-chat
<supersandro2000> I am using about 3 GitHub rate limits per second on my IP
<supersandro2000> at some point I can't do unauthenticated clones...
bqv has joined #nixos-chat
bkv has joined #nixos-chat
<aaronjanse> Nice
bqv has quit [Ping timeout: 245 seconds]
bkv is now known as bqv
<ldlework> How're these docs looking?
<lovesegfault> ,locate gstreamer-player-1.0.pc
<{^_^}> Found in packages: gst_all_1.gst-plugins-bad.dev
mcint has joined #nixos-chat
<supersandro2000> ldlework: not great without https
<supersandro2000> I get a fat HTTPS Everywhere warning
<ldlework> you did this to yourself
ece has quit [Ping timeout: 245 seconds]
ece has joined #nixos-chat
<cole-h> supersandro2000++ Thanks for all your reviews. I'm unfamiliar with our Python stuff (aside from getting it to build), so your feedback is much appreciated.
<{^_^}> supersandro2000's karma got increased to 46
bqv has quit [Ping timeout: 245 seconds]
midchildan has quit [Ping timeout: 245 seconds]
bqv has joined #nixos-chat
midchildan_ has joined #nixos-chat
makefu has quit [Ping timeout: 245 seconds]
makefu has joined #nixos-chat
mcint has quit [Quit: just do it!!!]
mcint has joined #nixos-chat
<supersandro2000> cole-h: let me know when you have a question or do another batch
<Mic92> supersandro2000: need more ips?
<supersandro2000> ip?
<supersandro2000> ips?
<cole-h> supersandro2000: That's it for the time being :P Though I'll be going through all your suggestions shortly (and leading into tomorrow)
<supersandro2000> cole-h: also technically python runs ``python setup.py test`` but that does not always work and is not really explicit :P using pytest or nose directly makes it clear how to run the tests
<supersandro2000> Mic92: oh for GitHub? I could probably teach my gitea to authenticate the mirroring and then everything would be great again
<supersandro2000> also do I want to use the altertmanager of prometheus or grafana?
<supersandro2000> also github actions are miss behaving again: ``GitHub Actions has encountered an internal error when running your job.`` and error with no log.
<Mic92> I prefer prometheus + alertmanager
<Mic92> The rules are more declarativ and less tedious to set up
<supersandro2000> I have a panel which shows a boolean state and grafana cannot create an alert from that
<supersandro2000> great https://github.com/grafana/grafana/issues/6983. Prometheus alerts it is.
<{^_^}> grafana/grafana#6983 (by costimuraru, 4 years ago, open): [Feature request] Add Alert support for singlestats
addcninblue has quit [Ping timeout: 265 seconds]
cransom has quit [Ping timeout: 265 seconds]
cransom has joined #nixos-chat
evanjs has quit [Read error: Connection reset by peer]
evanjs has joined #nixos-chat
Synthetica has joined #nixos-chat
<sphalerite> new personal record! 157231 store paths deleted, 792510.41 MiB freed
<Synthetica> 😅
<Taneb> Oooh, I think that's near my record
cole-h has quit [Ping timeout: 252 seconds]
njha[m] has quit [Quit: Idle for 30+ days]
<sphalerite> 2019-10-09 10:54:11 Taneb "16187 store paths deleted, 726873.83 MiB freed" this one?
<Taneb> OK, that's a lot smaller than I remembered :D
<Taneb> It's been a while, not doing that any more
<Taneb> No wait, that's exactly the order of magnitude I rememembered
<Taneb> Anyway, my record has been beat, I can rest easy now
<Taneb> pie_: :D
<pie_> Taneb: ok so you specifically can explaing this to me,because i dont get it :P
<Taneb> pie_: "Look upon my woks and this pear"
<pie_> AH
<pie_> heh
<MichaelRaskin> Too lazy to upgrade PostgreSQL databases: 9.5 → 13.2, because 9.5 has been dropped in Nixpkgs…
<srk> heh, reminds me I have one as well backing up synapse because it was missing services.postgresql.package attr
NinjaTrappeur has quit [Ping timeout: 250 seconds]
lukegb has quit [Ping timeout: 252 seconds]
lukegb has joined #nixos-chat
NinjaTrappeur has joined #nixos-chat
__monty__ has joined #nixos-chat
jess has joined #nixos-chat
NinjaTrappeur has quit [Quit: WeeChat 3.1]
NinjaTrappeur has joined #nixos-chat
<__monty__> Hmm, what are the popular cheap server hosts again? Hetzner, BuyVM, others?
<gchristensen> vultr
<gchristensen> AWS
<sterni> gchristensen: can you un-k-line someone in #nixos? happened quite a while ago unfortunately, thought you were offline at the time
<sterni> gchristensen: 09:07 <-- nix-noob (ab3290d3@171.50.144.211) has quit (Killed (Sigyn (Spam is off topic on freenode.)))
<gchristensen> no I can't
<gchristensen> it has to be within 10 minutes or so
<sterni> oh
<sterni> :|
<gchristensen> cc jess
<jess> hiii
<jess> unklined
<sterni> ty :)
<jess> np ^^
<gchristensen> <3 jess thanks
<{^_^}> jess's karma got increased to 5
<jess> yay karma
<gchristensen> yay jess
<jess> :3
<__monty__> Thanks.
<eyJhb> :o We have freenode staff in nixos-chat :D
<hodapp> D:
<jess> i'd be surprised if i'm the only one
* hodapp hides under table
* jess shakes bag of treats
<jess> pspsps
<hodapp> jess: wait I know you
<Taneb> There's freenode staff in some surprising places
<hodapp> just uhhhh not from here
<jess> where from?
<Taneb> 9I guess they tend to just be people who use IRC
<hexa-> freenode on nixos when
<hexa-> JESS
<hodapp> (PLACE REDACTED)
<jess> redacted?
<hodapp> yes, like, removed
<jess> :)
<jess> ah
<jess> feel free to tell me in PM
<jess> knew it
<eyJhb> So jess... Just tell me you use NixOS as your daily OS, right?
<jess> uhhh
<gchristensen> lol
<hexa-> no pressure
<gchristensen> everybody knowns jess is here because #nixos* is a problem child of Freenode
<jess> there's actually 3 staff hiding in here
<eyJhb> Not like len(#nixos-chat) is watching. We need this!
* Synthetica hides popcorn and pretends to look somewhere else
<Synthetica> Me, watching?
<eyJhb> You... You can't just hide in here
<eyJhb> *lurkers*
* jess hides behind sofa
<jess> meow
<jess> hi hexa- sorry i missed you
* FireFly hides
<gchristensen> you can't hide from the long arm of /who freenode/staff/*
<FireFly> darn
<hodapp> pffft I already survived one k-line from Lorez
<jess> You have violated freenode's terms of service. Email kline@freenode.net if you think this network ban has been set in error.
<hodapp> there's a reason the k-line was lifted in a matter of minutes
<hexa-> jess: awhh, you miss me
<hexa-> thats nice
<jess> uwu
<Taneb> As far as I'm aware, I have met precisely one member of freenode staff, who was not freenode staff at the time and was wearing maid cosplay
<jess> which staffer was that?
<jess> i'm imagining many staffers in maid cosplay
<jess> it's a bit cursed
<Taneb> The appropriately named kline
<jess> HAHAHA
<jess> priceless
<hodapp> o_O
<FireFly> I could see that tbh
<jess> yeah i can definitely see that
<hodapp> I don't think I've met any staffers in real life...
<jess> wtf come hang out with me
<jess> i'm nice
<sphalerite> Is kline becoming freenode staff like people named Dennis being more likely to become dentists*?
<sphalerite> *this is a very dubious statistic, I'm not sure where I got it from, I strongly suspect it may be wrong, but hey, it's funny
<hodapp> idk where you even live
<sphalerite> OK thorough discussion at https://en.wikipedia.org/wiki/Nominative_determinism
<jess> hodapp: probably not in the same country as you
<jess> .uk
<hodapp> US :P
<jess> :(
<jess> how dare u
<hodapp> ain't my fault I was born here
<hexa-> jess: did you vote to leave though=
<hexa-> that is the real question here
<jess> i try to avoid talking about politics
<jess> mostly because im a screaming marxist and i dont want the trolls to know that s:
<hexa-> sgtm
<hodapp> I mean... being slightly left of center-right in the US is enough to get you called a Marxist anyway
<sphalerite> "i dont want the trolls to know that", jess says, on a publicly logged IRC channel
<sphalerite> :D
<jess> :3
<hexa-> might as well tweet it now
<jess> you should see my mastodon
<jess> it's loud
lunc has joined #nixos-chat
rj has joined #nixos-chat
jess has quit []
<gchristensen> rip jess
<V> I think the trolls got her
<gchristensen> :( she did well
rj has quit [Ping timeout: 240 seconds]
rj has joined #nixos-chat
endformationage has joined #nixos-chat
rj has quit [Remote host closed the connection]
rj has joined #nixos-chat
rj has quit [Ping timeout: 240 seconds]
rj has joined #nixos-chat
<__monty__> <3 jtojnar
<{^_^}> jtojnar's karma got increased!
cole-h has joined #nixos-chat
<pie_> haha :D -*- jess shakes bag of treats
<Synthetica> Wait, <3 increases karma?
<pie_> <3 <3
<pie_> damn, nothing
katrin has quit [Quit: ZNC 1.8.1 - https://znc.in]
katrin has joined #nixos-chat
<sphalerite> pie_: it only works for usernames
<pie_> yeah i figured
rj has quit [Ping timeout: 240 seconds]
rj has joined #nixos-chat
slack1256 has joined #nixos-chat
<__monty__> ✨ Synthetica Yes.
<{^_^}> Synthetica's karma got increased to 8, it's a crit!
<MichaelRaskin> For username and that one entry that just happens to live in the table…
<gchristensen> which entry is that? :P
<MichaelRaskin> MiсhaelRaskin++
<{^_^}> MiсhaelRaskin's karma got increased to 10
<gchristensen> oh haha
<MichaelRaskin> (You cannot increase your own karma, though)
<gchristensen> :( 16:54 -- MiсhaelRaskin: Erroneous Nickname
<__monty__> Who knew two weeks of working on stdenv would accrue so many xzs o.O
<MichaelRaskin> gchristensen: yeah, that's the disappointment
<__monty__> Oh, wanted to ask is discussion about compression formats for the binary cache ongoing anywhere?
<MichaelRaskin> I am sad that this is now a historic entry so nobody else is able to do the same
<__monty__> That makes it all the more hilarious though.
<MichaelRaskin> Well, I dislike that «but you came late so you cannot have the same thing» situation
<__monty__> People go "Ah yes, you just did /nick whatever and then... Wait 🤔, hmm. Confound it!"
<MichaelRaskin> It was never possible with /nick
<MichaelRaskin> But nowadays if you try to do the same trick, {^_^} will reject it
<__monty__> Yeah but giving the constraints you can observe now that's what people would assume.
<__monty__> I don't like exclusionary things either but it's rather harmless for such a frivolous thing.
<MichaelRaskin> You know, it's a bit of «dinosaur bones planted to test our faith» situation
<MichaelRaskin> You cannot fully understand it without knowledge of detailed history
<MichaelRaskin> And it's not _that_ hilarious to be worth that knowledge
<MichaelRaskin> I mean, it still kind of works for «every day is the Unicode awareness day», but exclusivity spoils the message
<MichaelRaskin> What's point of awareness if you need old-time privileges to abuse your awareness!
rj has quit [Ping timeout: 240 seconds]
rj has joined #nixos-chat
<pie_> so this is about noone being able to understand in-jokes eh?
<MichaelRaskin> It is about something becoming an unreproducible in-joke!
<MichaelRaskin> hexa-: now that you mention it, the idea of being declared too grumpy to comment for a day (but you can still merge if even your grumpiness doesn't make you dislike the PR) sounds intriguing
<hexa-> hah :)
* pie_ grumps
mcint has quit [Quit: just do it!!!]
mcint has joined #nixos-chat
<siraben> reproducible jokes?
evanjs has quit [Read error: Connection reset by peer]
evanjs has joined #nixos-chat
evanjs has quit [Read error: Connection reset by peer]
lunc has quit [Ping timeout: 265 seconds]
evanjs has joined #nixos-chat
rajivr has quit [Quit: Connection closed for inactivity]
rj has quit [Ping timeout: 240 seconds]
addcninblue has joined #nixos-chat
rj has joined #nixos-chat
NinjaTrappeur has quit [Ping timeout: 260 seconds]
<samueldr> it's been multiple years, more than 5, since I last used facebook
<samueldr> but I bet I know how this "hack" works
<samueldr> and if it does... I sadly assumed it was a feature
NinjaTrappeur has joined #nixos-chat
rj has quit [Ping timeout: 240 seconds]
supersandro2000 has quit [Quit: Ping timeout (120 seconds)]
supersandro2000 has joined #nixos-chat
rj has joined #nixos-chat
<MichaelRaskin> I like Facebook being on record saying that a data leak is a feature working as intended — in 2019. Should simplify the most annoying part of the court case when Facebook inevitably appeals the fine they are going to bet
NinjaTrappeur has quit [Quit: WeeChat 3.1]
NinjaTrappeur has joined #nixos-chat
tomberek has quit [Ping timeout: 240 seconds]
NinjaTrappeur has quit [Ping timeout: 246 seconds]
NinjaTrappeur has joined #nixos-chat
<pie_> julia makes me feel slightly better about computers https://jvns.ca/strace-zine-v2.pdf
rj has quit [Ping timeout: 240 seconds]
<__monty__> That's a great introduction about strace. No mention of dtrace though : /
<pie_> actually technically theres a bubble or someting that says dtrace can be used on mac
<pie_> also idk how old this is
<__monty__> Ah, it does.
<__monty__> I thought the only mention was dtruss at the bottom.
<__monty__> But I rather meant explaining a bit how dtrace differs.
<__monty__> Huh, there's a "lets" missing the l and the e.
rj has joined #nixos-chat
<pie_> oops there is a v3 https://jvns.ca/strace-zine-v3.pdf
lunc has joined #nixos-chat
rj has quit [Ping timeout: 240 seconds]
rj has joined #nixos-chat
<MichaelRaskin> Hm. So if Discord extorts a phone number, verifying only the email means being unable to send messages, but notifications still come to the email? Actually, that's what I wanted for this account anyway…
Swant is now known as IKEA
IKEA has quit [Remote host closed the connection]
<pie_> oh no why is all the freenode leaving
Swant has joined #nixos-chat
<samueldr> I don't intend to leave
<samueldr> ??
<samueldr> pie_: what was that about?
<pie_> :P <-- IKEA (swant@freenode/staff/swant) has quit (Remote host closed the connection)
<das_j> For me it's just: IKEA joined and left, Swant left
<das_j> also Swant came back after your message
<das_j> (sorry for the pings)
<pie_> oh weird quessel coloring behaviour
<Swant> Hi
<das_j> Hey, welcome back
<pie_> i didn tnotice the return because it got colored different
<Swant> Well znc decided to crash when I changed nicks :c
<samueldr> oh, freenode staffers!
<Swant> Samueldr I've been here the whole time!
<Swant> Well that's a lie
<samueldr> [16:46:06] <pie_> oh no why is all the freenode leaving
<samueldr> I thought pie_ was saying there was a netsplit or something like that
<Swant> I joined at some point because there were rumors of people speaking Swedish in all caps
<samueldr> unfounded
<samueldr> did you read that on the internet?
<samueldr> you can't believe everything on the internet
<pie_> :D
<Swant> All right let's see if znc hates me now
Swant is now known as IKEA
<IKEA> BLÅHAJ
<pie_> you need more nix
IKEA has quit [Remote host closed the connection]
Swant has joined #nixos-chat
<Swant> Fun fact, it does!
rj has quit [Ping timeout: 240 seconds]
<samueldr> ugh, compiling two kernels at once
<samueldr> or how to get annoyed that neither are finishing quickly
<das_j> samueldr: Throwback to 4 hours ago when I had to compile 4 sambas at once
<das_j> I had to get coffee because my PC was almost unusable
<samueldr> just four lil' dances
<samueldr> ah, I send builds away on a computer that's not used "interactively"
<samueldr> I don't hate myself :)
<das_j> well I do
rj has joined #nixos-chat
<samueldr> no, don't hate yourself
<samueldr> though on my interactive machines I use the nix nice option
<samueldr> not sure it actually helps, didn't "benchmark" anything
<das_j> oh that's a good idea
<das_j> I could also configure our hydra builders at remote builders for my local nix…
slack1256 has quit [Remote host closed the connection]
<samueldr> ionice would probably be more worth it in some cases
<das_j> Can't you do that with systemd?
<das_j> yup, serviceConfig.IOSchedulingPriority
<das_j> and IOSchedulingClass
<das_j> …unless you don't do builds with the daemon but yeah
addcninblue has quit [Ping timeout: 260 seconds]
<pie_> i want to have more fun but all i do is get frustrated at how i dont understand the (linux) network stack
rj_ has joined #nixos-chat
rj has quit [Ping timeout: 240 seconds]
rj_ has quit [Ping timeout: 240 seconds]
<__monty__> Oh my god, the amount of times building stdenv builds cmake 😭
rj_ has joined #nixos-chat
<aleph-> heheheh
rj_ has quit [Ping timeout: 240 seconds]
lin3ar_cannon has joined #nixos-chat
l1near_cannon has quit [Read error: Connection reset by peer]
rj_ has joined #nixos-chat
<lovesegfault> Any haskellers around?
<DigitalKiwi> no haskell only bash
<DigitalKiwi> shellcheck? what's that
<gchristensen> just write shellcheck in bash
<samueldr> hmm... there's ghcjs... when's ghcsh going to be a thing?
<infinisil> ,ask lovesegfault
<{^_^}> lovesegfault: Just ask your question. It's the best way to know if anybody can help
<__monty__> We're not a cabal for nothing, we never admit publically we're haskellers.
<lovesegfault> infinisil: My question is does any haskeller want to pair with me on solving a simple problem (turning a sentence into an acronym)
<lovesegfault> trying to learn and getting stuck
lin3ar_cannon has quit [Read error: Connection reset by peer]
linear_cannon has joined #nixos-chat
<DigitalKiwi> П> map (\x -> toUpper( head x)) (words "turn this into an acronymn")
<DigitalKiwi> "TTIAA"
<lovesegfault> Do you have 5min to drop into a tmate session?
<DigitalKiwi> which is of course the same as
<DigitalKiwi> П> map (toUpper . head ) (words "turn this into an acronymn")
<DigitalKiwi> "TTIAA"
<DigitalKiwi> also head is a partial function boo hiss don't do that lol ;p
rj_ has quit [Ping timeout: 240 seconds]
* DigitalKiwi wonders if it matters here though
<DigitalKiwi> I ONLY WRITE BASH OK
<lovesegfault> :P
rj_ has joined #nixos-chat
<DigitalKiwi> П> map (toUpper . head ) (words "")
<DigitalKiwi> ""
<infinisil> DigitalKiwi: I know it's hard, but when people ask for help with something, they don't want you to solve it for them!
<DigitalKiwi> :(
<DigitalKiwi> i was hoping they'd come up with better solution
<elvishjerricco> They put the M1 in the iPad Pro, and now it can have 8 or 16 gigs of RAM. They've got to be planning on letting you run mac apps on iPadOS with that, right?
<MichaelRaskin> Nah, they just don't want to fall behind the RAM requirements of browsing the modern Web
<elvishjerricco> lol
<samueldr> elvishjerricco: note that M1 does not mean "computer flavoured" M1
<samueldr> the M1 is the A14X
<samueldr> always has been
<samueldr> so I wouldn't expect it to be as open as the laptops
<samueldr> it's 99% sure it's going to be just the good ol' boot chain
supersandro2000 is now known as Guest37093
supersandro2000 has joined #nixos-chat
Guest37093 has quit [Ping timeout: 240 seconds]
__monty__ has quit [Quit: leaving]