gchristensen changed the topic of #nixos-chat to: NixOS but much less topical || https://logs.nix.samueldr.com/nixos-chat
drakonis_ has quit [Ping timeout: 240 seconds]
<sphalerite> hm, or the shell functionality is broken?
drakonis_ has joined #nixos-chat
<sphalerite> aah, fixed the Invalid argument thing by making it run only on the cortex-a53 cores
<sphalerite> (not the a72s)
<gchristensen> oh nice, how?
<sphalerite> taskset --cpu-list 0,3 qemu-kvm …
<sphalerite> err, 0-3 not 0,3
<sphalerite> with -cpu max instead of -cpu host it seems to be willing to run on the a72s as well, just not on both heterogeneously
drakonis_ has quit [Ping timeout: 250 seconds]
drakonis_ has joined #nixos-chat
drakonis_ has quit [Ping timeout: 240 seconds]
drakonis_ has joined #nixos-chat
drakonis has joined #nixos-chat
drakonis_ has quit [Ping timeout: 246 seconds]
endformationage has quit [Ping timeout: 240 seconds]
vika_nezrimaya has quit [Ping timeout: 265 seconds]
drakonis1 has joined #nixos-chat
drakonis has quit [Ping timeout: 265 seconds]
drakonis has joined #nixos-chat
ajs124 has quit [Quit: Gateway shutdown]
fuzen has quit [Quit: ZNC - https://znc.in]
fuzen has joined #nixos-chat
cjpbirkbeck has joined #nixos-chat
<cjpbirkbeck> hello, anybody there? has anybody us setxkbmap? for some reason, grp:alts_toggle does seem to work on the us keyboard
drakonis1 has quit [Quit: WeeChat 2.6]
lopsided98 has quit [Ping timeout: 276 seconds]
lopsided98 has joined #nixos-chat
<eyJhb> Anyone coming to BSides CPH ? srhb?
lopsided98 has quit [Ping timeout: 268 seconds]
<srhb> eyJhb: I don't think so. :)
<eyJhb> Awww :(
__Sander__ has joined #nixos-chat
<sphalerite> anyone know what yellow means in the cpu usage bars for htop? htop's f1 help doesn't show it…
<NinjaTrappeur> Virt time apparently
<NinjaTrappeur> til
<sphalerite> huh, interesting
psyanticy has joined #nixos-chat
kraem has quit [Ping timeout: 245 seconds]
kraem has joined #nixos-chat
waleee-cl has joined #nixos-chat
endformationage has joined #nixos-chat
evanjs has quit [Quit: ZNC 1.7.4 - https://znc.in]
cjpbirkbeck has quit [Ping timeout: 276 seconds]
evanjs has joined #nixos-chat
__Sander__ has quit [Quit: Konversation terminated!]
<ashkitten> seismic brownies
<gchristensen> I'm looking to get a phone which works in the EU really well, and works medium-to-okay in the US. anyone know of something like this? I also don't want to spend a ton of money
<sphalerite> just any old phone? Or a smartphone?
<gchristensen> preferrably something with a bit of smarts, which can run Signal
<gchristensen> something that makes this tricky is searching here actively hides model information for EU versions
<sphalerite> oh fun
<sphalerite> where are you searching?
<joepie91> gchristensen: potentially useful: https://www.worldtimezone.com/gsm.html
<joepie91> basically, if it has a physical SIM slot, and it supports the needed frequency bands, you should be good
<gchristensen> well I was trying to browse the apple website for their model numbers and frequency band information, when I realized our model numbers are totally different from yours
<gchristensen> like the model numbers for the iPhone XR: A1984 vs. MRY92ZD/A
<sphalerite> wait, what? Vodafone Germany / Nokia 4G network 1800 MHz on the Moon (by 2019).
<joepie91> gchristensen: I believe that https://www.gsmarena.com/ lists frequency band information for ~all phone models
<gchristensen> oh cool!
<joepie91> gchristensen: also seems to list alt versions for Apple phones by region
<joepie91> the site is a bit messy but it has most all the info you could want somewhere on it :P
<sphalerite> yeah, it's quite the database
<gchristensen> weird, I cannot find that model number on that website
<samueldr> gchristensen: one of the type encodes all the specs for your phone, including colour, size of the storage, while the other is "that's an iPhone XR"
drakonis_ has joined #nixos-chat
drakonis has quit [Ping timeout: 240 seconds]
drakonis_ has quit [Ping timeout: 276 seconds]
drakonis has joined #nixos-chat
drakonis has quit [Ping timeout: 265 seconds]
drakonis has joined #nixos-chat
<samueldr> looking at it all, the four G7 have basically the same platform, though one has an SDM636 instead of an SDM632 (the Plus has the 636)
<samueldr> so it's even possible they share most of everything
<samueldr> oops, wrong channel
ajs124 has joined #nixos-chat
<samueldr> today's windy; the landscape around me went from lovely yellows and reds in the trees to muddy brown on the lawn
<gchristensen> uhh ... *looks outside* yeah, same!
<sphalerite> blargh, when built from source with just ./configure, nix will use /usr/local/etc/nix/nix.conf and not /etc/nix/nix.conf...
<gchristensen> heh
<sphalerite> anyway, on the bright side, bootstrapping armv7 from debian in a KVM VM on the aarch64 box seems to be working :)
<gchristensen> :O
<gchristensen> btw I think flokli wants to get an armv7 thing going on the community builder
<gchristensen> (and if we can do that, reliably, we can probably add it to hydra)
<sphalerite> yeah we were both fiddling on that at zurihac
<gchristensen> nice
<sphalerite> flokli: have you done any more stuff since?
<gchristensen> oh I think he's blocked on me getting him a c2.large.arm to play with
<sphalerite> what's wrong with the community builder? :p
<gchristensen> root access, with `nixos-rebuild switch` to make it in to a servce
<gchristensen> not needed?
<sphalerite> oh, so he's already building the VM and building stuff in the VM successfully?
<gchristensen> no idea
<gchristensen> hopefuly the flokli-sign will get more info :)
<sphalerite> :D
<gchristensen> anyway, will having root on that builder help?
<samueldr> I already did an armv7l VM to bootstrap native armv7l sphalerite :D
<sphalerite> it makes fiddling with filesystems easier, but isn't strictly necessary
<samueldr> IIRC september last year
<sphalerite> oh, with KVM?
<gchristensen> sphalerite: https://github.com/nix-community/aarch64-build-box/blob/master/users.nix#L92 send a PR for you and flokli (with an explanation as to why in the commit message) and I'll merge it
<samueldr> with KVM
<samueldr> december
<sphalerite> gchristensen: I already have sudo on it ;)
<gchristensen> oh I was looking for sphalerite :P
<samueldr> I built an UEFI iso that was verified to boot both the QEMU vm AND on armv7l with u-boot
<gchristensen> it sounds a lot like we can get this going pretty easily then ... :)
<sphalerite> hm, so is there actually anything missing for adding armv7 to hydra in some capacity?
<samueldr> armv7l builders a known "yes", it's more about putting in the time to make it work nicely
<samueldr> are a known "yes"*
<sphalerite> what's missing there?
<gchristensen> sphalerite: making it work as a VM, as a service
<samueldr> provisioning? maybe a dedicated host?
<samueldr> some misc. stuff like making sure LPAE works, upping the amount of cpus the kernel will use
<sphalerite> I've got it working with 8-way SMP and LPAE
<samueldr> yeah, LPAE was fine on my side too
<sphalerite> (debian base though)
drakonis has quit [Quit: Leaving]
<samueldr> pshah, I was running nixos :3
drakonis has joined #nixos-chat
<flokli> The stuff I wanted to look into was mostly reorganizing the nixos config things, so we can share most of it between the host and the armv7l machine inside, and ensuring it gets started
<flokli> Not so much the hardware specific stuff, this should mostly work (tm)
<ashkitten> would yall recommend gitea or gitlab?
<samueldr> different scopes for the software
<samueldr> gitea is much more centered on the features of git hosting + issues/PR workflow like github, while gitlab is working into integrating more and more of the "devops" stuff around managing projects
<joepie91> (also gitea is far, far, far more resource-efficient and low-maintenance than gitlab)
<joepie91> but yeah, Gitea is basically a github clone
<joepie91> a good one though
<samueldr> with the changes github has been having lately, a clone of the *core* features of github, I'd say :)
<joepie91> samueldr: afaik Gitea continues following Github's feature additions, just lagging behind a bit
<samueldr> oh, nice
<samueldr> it intends to have actions, security advisories, scanning for dependencies upgrades? :)
psyanticy has quit [Quit: Connection closed for inactivity]
drakonis has quit [Ping timeout: 240 seconds]
drakonis_ has joined #nixos-chat
drakonis has joined #nixos-chat
drakonis has quit [Ping timeout: 240 seconds]
aminechikhaoui has quit [Quit: The Lounge - https://thelounge.github.io]
aminechikhaoui has joined #nixos-chat
Jackneill has joined #nixos-chat
Jackneill has quit [Read error: Connection reset by peer]
drakonis has joined #nixos-chat
waleee-cl has quit [Quit: Connection closed for inactivity]
tilpner_ has joined #nixos-chat
tilpner has quit [Ping timeout: 268 seconds]
drakonis has quit [Ping timeout: 265 seconds]
drakonis has joined #nixos-chat
<Church-> Man setting up wireguard is a pita
<Church-> ashkitten: Use phabricator
kraem has quit [Quit: outta here]
<ashkitten> Church-: what's good about phabricator
<Church-> Eh nice and minimal, nothing too flashy
<Church-> Decent wiki software and kanban, decent git setup
<ashkitten> hmmmm
<ashkitten> gitlab has snippets
<samueldr> Church-: has phabricator added the facilities to host the repos or does it still rely on something else?
kraem has joined #nixos-chat
<Church-> I mean just usee plain git?
<ashkitten> im looking for something with the features ive come to expect from github
<Church-> Ah, don't use phab then
tokudan has quit [Quit: Dunno.]
tokudan has joined #nixos-chat
<samueldr> Church-: huh? just use plain git?
<samueldr> phabricator, when I looked at it a couple years back, needed the git repo to be managed by something else
<samueldr> so I couldn't, let's say, give access to a repo to $userX via rules via phabricator
drakonis_ has quit [Read error: Connection reset by peer]
<Church-> Hmm, need to check that then
drakonis_ has joined #nixos-chat
<samueldr> otherwise phabricator looked amazing for *managing* projects