<daddy_james[m]>
On my setup it wouldn’t even launch into lutris
o1lo01ol1o has quit [Ping timeout: 240 seconds]
<{^_^}>
[nixpkgs] @peterhoeg opened pull request #96646 → dogpile.cache: add missing dep → https://git.io/JUtqB
<{^_^}>
[nixpkgs] @peterhoeg pushed to f/dogpile-cache « dogpile.cache: add missing dep »: https://git.io/JUtqR
Darkmatter66_ has joined #nixos
sigmundv_ has joined #nixos
Darkmatter66 has quit [Ping timeout: 258 seconds]
zeta_0 has joined #nixos
<catern>
is there a way in Nixpkgs to patch shell scripts to replace executables pulled from PATH with absolute paths? https://github.com/abathur/resholved but in Nixpkgs?
<zeta_0>
if anyone can help me in the #nixos-aarch64 channel, i'll be waiting, thanks.
<abathur>
the point of resholved is to add the ability to nixpkgs
<abathur>
it just isn't in, yet
shibboleth has quit [Remote host closed the connection]
shibboleth has joined #nixos
<abathur>
well, I mean, I can't swear it will be, but that's *my* intent :)
<bloodyfish[m]>
bbigras: it wont even launch
<catern>
abathur: that's bittersweet to hear, it's sweet, since I'm glad that's the plan, it's bitter, because it's not there yet :) guess it's good old sed for me
<bbigras>
bloodyfish: the game or lutris? I have a "missing vulkan libraries" popup when I start lutris but lutris still starts.
<bloodyfish[m]>
bbigras: lutris
philr_ has joined #nixos
<bbigras>
uh weird
<abathur>
catern: I was hoping to have it more-ready for branch off, but graham nerd-sniped me with some feature requests and I haven't had much time to work on it since I started feeling pressure from the window closing; I suppose you need it for something else in Nixpkgs?
<catern>
just something super minor
<catern>
a java program with a wrapper script that uses java from PATH :)
<bloodyfish[m]>
it opens the error bu nothing else
<bloodyfish[m]>
* it opens the error but nothing else
<abathur>
catern: nod
Darkmatter66 has joined #nixos
<{^_^}>
[nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JUtma
Darkmatter66_ has quit [Read error: Connection reset by peer]
<JJJollyjim>
hey, should I use nixpkgs.nixUnstable or nixpkgs.nixFlakes? iirc flakes got merged into master so i'm not sure which is up to date
cyris212- has quit [Remote host closed the connection]
xd1le has quit [Remote host closed the connection]
<peelz>
My patchelf'd binary complains about "symbol lookup error: ...: undefined symbol: , version GLIBC_2.2.5". I assumed the original binaries were compiled against glibc 2.2.5 but ldd reports glibc 2.30 before and after patching. Am I missing something?
_cyris212 has joined #nixos
werner291 has quit [Quit: werner291]
<daddy_james[m]>
<bbigras "bloodyfish: the game or lutris? "> are you using any specific configuration or do you just have the ```lutris``` package installed?
<bbigras>
<daddy_james[m] "are you using any specific confi"> just using lutris directly. I didn't play games with it for a while but I was able to run Shadow Empire with it in June
<daddy_james[m]>
oh like you just downloaded the binary release from github or something?
<daddy_james[m]>
I'll try that...
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
<daddy_james[m]>
<bbigras "just using lutris directly. I di"> oh like using the CLI for example ```lutris lutris:quake``` instead of the gui?
<bbigras>
<daddy_james[m] "oh like using the CLI for exampl"> no I used the gui since there was no "lutris installer" for that game
<daddy_james[m]>
oh I see
h0m1 has quit [Ping timeout: 272 seconds]
h0m1 has joined #nixos
<pie_>
peelz: does the one before patching work? maybe theyre both broken :p
<pie_>
(tbh idk)
<peelz>
pie_: yeah the original one works (although there's missing libs)
<pie_>
err on third thought what im saying doesnt really make sense wrt what you said
<pie_>
patchelf also has --print-interpreter or something
<pie_>
wait not thats different again
rajivr has joined #nixos
<pie_>
you know what nevermind :P
<peelz>
care to try it? :D
<pie_>
im trying to get myself to bed *grimace*
<peelz>
alright haha gn
<pie_>
that stuff is always fun. you could also throw nm at it and look at the symbol names
<pie_>
or objdump. figure out what exactly its complaining about
<peelz>
yeah but tbh I'm not quite sure what to look for
<pie_>
idk stuff labeled 2.2.5? idk either :<
<peelz>
what does "undefined symbol: ," even mean lol
<pie_>
yeah that looks weird
<peelz>
The weird thing is that ldd reports the same glibc path before and after patching
dansho has quit [Quit: Leaving]
<pie_>
peelz: if i run nm $(which ps) I get stuff like:
<pie_>
U strcmp@@GLIBC_2.2.5
<pie_>
well, maybe its just saying "load some glibc from the env" and not "load this specific glibc"
<pie_>
so ldd jsut reports the same glibc it would load in either case
<peelz>
yeah that's what I'm thinking
<pie_>
thats my guess
<pie_>
patchelf is usually used to set the interpreter
<pie_>
what are you using it for
<peelz>
set the interpeter and specify the rpath
<pie_>
if youre using nix-shell yu could try --pure
<pie_>
i imagine somehow the thing is from an earlier nixpkgs
<peelz>
hold on, I'll make a repo
<pie_>
aha. well are you adding glibc via rpath?
<pie_>
try adding the right glibc
<pie_>
ive no idea how to get different versions of glibc
<peelz>
yeah me neither
<pie_>
im guessing this is a binary you cant rebuild?
<pie_>
you could try pulling a glibc from a nixpkgs version that has the appropriate glibc
<peelz>
nah it can be rebuilt but I'm using a prebuilt binary archive
<pie_>
i think someone had a srvice somewhere to search for old versions but idk how to find that
<pie_>
probably easier to use a nix built one
<peelz>
it's quite a big toolchain with dozens of binaries
<pie_>
fun
<peelz>
:)
<pie_>
not sure if aptching it will eb much easier but you can try :p
<pie_>
or use fhsuserenv?
<peelz>
oh right
<pie_>
which idk my way around so idk if its a good rec
<peelz>
I'll try that
<pie_>
ah hm but youd still have to get the right glibc i guess
<pie_>
so i guess that doent really help?
<peelz>
if that's even an issue
<peelz>
cuz I'm not 100% that's even a problem lol
<pie_>
idk how glibc versioning works
<peelz>
me neither :D
<pie_>
is 2.2.5 2.25 or 2.2.5? :P
<peelz>
it prints 2.2.5
<peelz>
but my nixpkgs version is 2.30
<pie_>
because if its 2.2 and not 2.25 then thats like reeeeally old?
<peelz>
yeah lmao
<pie_>
thats like...2006?
<pie_>
not sure nixpkgs even existed :PO
<pie_>
the heck are you doing? :P
<pie_>
i guess id try getting a glibc binary and putting it in rpath
<peelz>
I'm trying to use the latest stable version of esp-idf
<pie_>
clever and taktoa[c] were doing stuff with that recently
<peelz>
there's already a couple examples on how to setup the toolchain on nixos but I didn't like how they handled it
<pie_>
i somehow doubt yure using a 14 year old toolchain
<pie_>
so maybe thats backwards compatible but idk
<peelz>
yeah same, not sure where that version comes from
<pie_>
oh well i guess it has to be backwards compatibel or something because i have version numbers like that on my current system and its fine
<taktoa[c]>
they're "overlays" on gcc, newlib, etc.
<peelz>
oh, not familiar with the terminology
<taktoa[c]>
like files that should be added to the tree
<peelz>
gotcha
<peelz>
maybe I should've looked a little harder to avoid duplicate efforts haha
<taktoa[c]>
we have been doing this over the past week
<taktoa[c]>
we have much more ambitious plans
<peelz>
neat!
<taktoa[c]>
basically we want to turn esp-idf into a bunch of nix functions that take a Kconfig-style attribute set as input and return a derivation that has a static library, a pkgconfig file, and the relevant headers
<taktoa[c]>
and then maybe even turn the Kconfig files from esp-idf into nixos modules
<taktoa[c]>
anyway if you do `nix-build -A esp32.blink` on that esp-idf.nix checkout you should get an image that can be flashed with $out/flashit
<taktoa[c]>
and it should be fairly straightforward to figure out how to adapt that to a custom project (not blink)
<peelz>
that's awesome
<peelz>
do you have a roadmap/checklist anywhere?
<taktoa[c]>
no, we've been working pretty informally
<peelz>
how many people are working on this?
<taktoa[c]>
me and clever
<peelz>
cool
<taktoa[c]>
I can maybe loop you in the next time we have a google meet
<taktoa[c]>
if you're interested in being involved
<peelz>
I'm just getting started with esp32 dev so a lot of stuff would probably go over my head
<peelz>
but I'm interested for sure
<taktoa[c]>
I have never flashed anything other than the example programs to my esp32 board :P
<peelz>
haha word
<taktoa[c]>
mainly because the dev experience is so bad
<taktoa[c]>
I figured something like this out when I did some esp32 stuff a year or two ago but this is several levels more hacky than what we've already set up
<pie_>
probably want to check who made that page
<taktoa[c]>
someone named CrazedProgrammer
<taktoa[c]>
who doesn't seem to be in here
<taktoa[c]>
wirew0rm edited the page though
<pie_>
wirew0rm:
<pie_>
whoops
<pie_>
should probably search nixpkgs issues if you guys havent already :p
<pie_>
and maybe logs
<peelz>
taktoa[c]: I have honestly no idea what goes on in the esp32 toolchain but my approach was to create a script that dumps the dependencies from the esp-idf tools python install script
<peelz>
and I was hoping that the $IDF_PATH didn't have any sort of impure state to it
<inanimat3_r0d>
hi folks, new to nixos... does anyone have a recipe for running docker-compose stuff under nixos? I seem to have expended an embarrassing number of hours on this seemingly trivial task :D
<inanimat3_r0d>
Under 20.03, docker daemon doesn't seem to start & stay running, so I went to unstable (where virtualisation.podman.enable seems to be a thing) but I can't seem to do much more than "podman-compose build", any attempt to start those containers gives "Missing CNI default network"
Darkmatter66_ has joined #nixos
<inanimat3_r0d>
a podman network does seem to exist (according to "podman network ls") and I changed my docker-compose file to explicitly try to use it, but... still the error above
justanotheruser has quit [Ping timeout: 240 seconds]
<inanimat3_r0d>
Are people using nixos with docker/podman?
<bbigras>
I'm using it with docker, not podman.
<zeta_0>
inanimat3_r0d: i think that i can help you out.
<inanimat3_r0d>
cool. I'm happy to start again, just not sure what the beaten path looks like
Darkmatter66 has quit [Ping timeout: 240 seconds]
<bbigras>
I'm using `virtualisation.docker` and I added the `docker-compose` pkg.
<zeta_0>
one second let me remember the steps that i took.
<inanimat3_r0d>
awesome thanks
<inanimat3_r0d>
thanks bbigras, perhaps if the podman route doesn't work I'll try again under 20.03+docker
<bbigras>
Is there any package accepting a list of lua packages that I could take as an example? I would like to add some lua packages to openresty.
<bbigras>
inanimat3_r0d: you're welcome. good luck
<zeta_0>
so the nixos wiki has 2 steps to do this: https://nixos.wiki/wiki/Docker , also i install the docker and docker compose packages. i think that's it, if i remember anything else, i'll let you know.
<zeta_0>
don't forget to add docker to extraGroups.
<inanimat3_r0d>
I suspect the reason the wiki steps aren't working for me is that I'm using btrfs underneath and the docker aufs storage driver isn't happy with that combo
<inanimat3_r0d>
thanks zeta_0
<zeta_0>
inanimat3_r0d: your welcome, and ya, i'm not sure why its not working for you.
<bbigras>
I'm using btrfs. I didn't change anything with docker.
<{^_^}>
[nixpkgs] @Izorkin opened pull request #96662 → htop: disable use glyphs for checkmarks → https://git.io/JUt0x
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mallox has joined #nixos
zyklotomic has joined #nixos
eoli3n_ has joined #nixos
<zyklotomic>
so I realized I forgot to mount my home partition during installation and I've been using a /home in the root partition for a few months now
<zyklotomic>
what's the fastest way to switch over? i guess i might have to go get a live USB?
heatm1s3r has quit [Read error: Connection reset by peer]
jackdk has quit [Read error: Connection reset by peer]
noudle has quit []
gluegadget has quit [Read error: Connection reset by peer]
taktoa[c] has quit [Ping timeout: 244 seconds]
jmeredith has quit [Read error: Connection reset by peer]
sarcasticadmin has quit [Ping timeout: 240 seconds]
iyzsong has quit [Ping timeout: 240 seconds]
cvlad- has quit [Ping timeout: 240 seconds]
joshmeredith has quit [Ping timeout: 240 seconds]
cmk_zzz_ has quit [Ping timeout: 240 seconds]
gleber has quit [Read error: Connection reset by peer]
CustosLimen has quit [Read error: Connection reset by peer]
evanjs has quit [Ping timeout: 240 seconds]
meatcar_ has joined #nixos
evanjs has joined #nixos
BlessJah has quit [Ping timeout: 240 seconds]
palesz has quit [Ping timeout: 240 seconds]
palesz_ has joined #nixos
iyzsong has joined #nixos
cmk_zzz has joined #nixos
sarcasticadmin has joined #nixos
meatcar- has quit [Ping timeout: 240 seconds]
dani- has quit [Ping timeout: 244 seconds]
vdemeester has joined #nixos
jmeredith has joined #nixos
taktoa[c] has joined #nixos
heatm1s3r has joined #nixos
gluegadget has joined #nixos
jackdk has joined #nixos
CustosLimen has joined #nixos
BlessJah has joined #nixos
pointfree has joined #nixos
gleber has joined #nixos
dani- has joined #nixos
joshmeredith has joined #nixos
cvlad- has joined #nixos
kozowu has joined #nixos
<{^_^}>
[nixpkgs] @doronbehar opened pull request #96673 → mympd: init at 6.5.2 → https://git.io/JUtaw
<Extends>
,locate libXss.so
<{^_^}>
Found in packages: xlibs.libXScrnSaver
zyklotomic has quit [Ping timeout: 240 seconds]
fadenb has quit [Quit: killed]
U-armin has quit [Quit: killed]
<omasanori[m]>
I have been preparing a set of cross toolchains to ensure that the codebase can be cross-build on a CI environment, and wondered if Nix can be applied here.
<omasanori[m]>
Hello, folks!
<omasanori[m]>
Could I use Nixpkg's cross toolchain itself as a set of command line tools with, for instance, "nix-env"?
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<omasanori[m]>
* Hello, folks!
<omasanori[m]>
Could I use Nixpkg's cross toolchain itself as a set of command line tools with, for instance, "nix-env"?
<omasanori[m]>
I have been preparing a set of cross toolchains to ensure that the codebase can be cross-build on a CI environment, and wondered if Nix can be applied here.
<clever>
omasanori[m]: with nix, its not recommended to install any compiler with nix-env, just use nix-shell to load an env with that compiler
<omasanori[m]>
"clever" (https://matrix.to/#/@freenode_clever:matrix.org)archs are popular ones like x86, arm64 and risc-v, but platforms are not only Linux but also some BSDs and baremetal ELF.
<fnlaai>
it is because the config thingy in script
<fnlaai>
can i make a pull req?
iyzsong has left #nixos ["rcirc on GNU Emacs 26.3"]
galagora has joined #nixos
<fnlaai>
@oxzi here?
chin-tastic has quit [Ping timeout: 264 seconds]
ml| has joined #nixos
<galagora>
Hey, how do change d-bus policies? The d-bus module doesn't let you do that and /etc/dbus-1 is a symlink to the store
<symphorien[m]>
put your configuration file in a derivation, and put this derivation in `services.dbus.packages` irrc
<fnlaai>
how to add our own default.nix
chin-tastic has joined #nixos
<fnlaai>
and install into system-level
<{^_^}>
[nixpkgs] @fnlaai opened pull request #96675 → Make slstatus able to patch from diff → https://git.io/JUtVa
cvlad- has quit [Ping timeout: 240 seconds]
jackdk has quit [Ping timeout: 240 seconds]
gluegadget has quit [Ping timeout: 240 seconds]
peel has quit [Ping timeout: 244 seconds]
gleber has quit [Read error: Connection reset by peer]
jmeredith has quit [Read error: Connection reset by peer]
jmeredith has joined #nixos
taktoa[c] has quit [Read error: Connection reset by peer]
joshmeredith has quit [Read error: Network is unreachable]
gleber has joined #nixos
vdemeester has quit [Read error: Connection reset by peer]
dani- has quit [Write error: Connection reset by peer]
adamse has quit [Read error: Connection reset by peer]
peel has joined #nixos
cvlad- has joined #nixos
gluegadget has joined #nixos
joshmeredith has joined #nixos
taktoa[c] has joined #nixos
vdemeester has joined #nixos
jackdk has joined #nixos
adamse has joined #nixos
dani- has joined #nixos
owl has quit [Quit: owl]
cosimone has joined #nixos
owl has joined #nixos
arjen-jonathan has joined #nixos
fnlaai has quit [Remote host closed the connection]
<jackdk>
I am getting an error `preallocating file of X bytes: No space left on device` when trying to `nix-build '<nixpkgs/nixos/release.nix>' -A amazonImage.x86_64-linux`. I swear this was working last night. I'm running the official NixOS AMI on a t3a.medium with 100G EBS volume for root; how can I tell where nix is trying to allocate file space and what device is full?
mallox has quit [Quit: WeeChat 2.9]
<clever>
jackdk: is /tmp on its own fs?
galagora has quit [Remote host closed the connection]
galagora has joined #nixos
<galagora>
Ah, root can montior the system bus anyways, so it's no problem.
davidv7__ has joined #nixos
<jackdk>
clever: not according to the output of `mount` or `df -h`
mallox has joined #nixos
davidv7 has quit [Ping timeout: 256 seconds]
is_null has quit [Ping timeout: 264 seconds]
<clever>
jackdk: are you running the build as root or a normal user?
cbarrett has quit [Read error: Connection reset by peer]
<jackdk>
clever: root is the only user on the instance
is_null has joined #nixos
cbarrett has joined #nixos
<clever>
jackdk: what happens if you use `NIX_REMOTE=daemon nix-build ...` ?
<NobbZ[m]>
`nix-build` should run locally unless you used some substitures/build hosts…
<clever>
NobbZ[m]: if ran as root, it will spawn the builds directly, and respect $TMPDIR, which can break some things
<clever>
setting the remote to daemon causes it to go via nix-daemon, which uses /tmp/
<NobbZ[m]>
This was directed at jackdk , who said that "root" where the only user on "the instance".
<jackdk>
clever++ build succeeded, thank yoiu
<{^_^}>
clever's karma got increased to 498
vdemeester has quit [Ping timeout: 244 seconds]
cvlad- has quit [Read error: Connection reset by peer]
peel has quit [Read error: Connection reset by peer]
heatm1s3r has quit [Read error: Connection reset by peer]
dani- has quit [Read error: Connection reset by peer]
CodeKiwi has joined #nixos
kozowu has quit [Read error: Connection reset by peer]
gluegadget has quit [Read error: Connection reset by peer]
gleber has quit [Read error: Connection reset by peer]
pointfree has quit [Ping timeout: 240 seconds]
joshmeredith has quit [Read error: Connection reset by peer]
jackdk has quit [Read error: Connection reset by peer]
taktoa[c] has quit [Read error: Connection reset by peer]
cbarrett has quit [Read error: Connection reset by peer]
copy has quit [Remote host closed the connection]
kmplsv has quit [Remote host closed the connection]
dmj` has quit [Read error: Connection reset by peer]
luigy has quit [Ping timeout: 260 seconds]
marcinkuzminski has quit [Read error: Connection reset by peer]
<{^_^}>
#96675 (by fnlaai, 26 minutes ago, open): Make slstatus able to patch from diff
DigitalKiwi has quit [Ping timeout: 244 seconds]
copy has joined #nixos
kmplsv has joined #nixos
cvlad- has joined #nixos
peel has joined #nixos
heatm1s3r has joined #nixos
dani- has joined #nixos
kozowu has joined #nixos
vdemeester has joined #nixos
gluegadget has joined #nixos
gleber has joined #nixos
joshmeredith has joined #nixos
taktoa[c] has joined #nixos
marcinkuzminski has joined #nixos
jackdk has joined #nixos
cbarrett has joined #nixos
pointfree has joined #nixos
acarrico has quit [Ping timeout: 240 seconds]
dmj` has joined #nixos
acarrico has joined #nixos
fnlaai has quit [Remote host closed the connection]
luigy has joined #nixos
heatm1s3r has quit [Ping timeout: 244 seconds]
<{^_^}>
[nixos-search] @garbas merged pull request #172 → using whitespace analyzer and not the default one → https://git.io/JUtLL
<{^_^}>
[nixos-search] @garbas pushed to master « using whitespace analyzer and not the default one (#172) »: https://git.io/JUtrT
<{^_^}>
[nixos-search] @garbas pushed 0 commits to fix-171: https://git.io/JUtrk
heatm1s3r has joined #nixos
is_null has quit [Ping timeout: 240 seconds]
raghavsood has joined #nixos
mariatsji has joined #nixos
jmeredith has quit [Read error: Connection reset by peer]
adamse has quit [Read error: Connection reset by peer]
<{^_^}>
[nixpkgs] @vcunat pushed 3 commits to release-20.03: https://git.io/JUtrn
jmeredith has joined #nixos
adamse has joined #nixos
<raghavsood>
Are there any known issues with yubikey encrypted boot + zfs? It installs fine, but inevitably stops working within 4-10 reboots - the yubikey always ends up deriving an incorrect passphrase for the luks partition
<raghavsood>
The exact same set up works fine on another laptop with btrfs
<raghavsood>
And the laptop with the issue works alright with plain LUKS, but yubikey backed LUKS (both with and without an additional yubikey password) break after a few reboots
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
galagora has quit [Remote host closed the connection]
eoli3n_ has quit [Ping timeout: 264 seconds]
mariatsji has quit [Remote host closed the connection]
mariatsji has joined #nixos
<infinisil>
Aw man, previously I was able to limit internet speed with `sudo tc qdisc add dev eno1 root tbf rate 1mbit burst 10kb latency 70ms peakrate 1mbit minburst 1540`
<infinisil>
But now it doesn't seem to do anything anymore :/
civodul has joined #nixos
<infinisil>
Last time it already took me like half an hour to even find something that worked..
euandreh has quit [Remote host closed the connection]
mariatsji has quit [Ping timeout: 244 seconds]
<{^_^}>
[nixpkgs] @romildo opened pull request #96676 → marwaita-manjaro: init at 2020-08-29 → https://git.io/JUtrP
is_null has joined #nixos
mariatsji has joined #nixos
kreyren has quit [Remote host closed the connection]
kreyren has joined #nixos
hodapp has quit [Ping timeout: 244 seconds]
hodapp has joined #nixos
malook has joined #nixos
marcinkuzminski has quit [Ping timeout: 244 seconds]
<simpson>
Fortunately, nobody *needs* the cache, right~
kreyren has quit [Ping timeout: 240 seconds]
<Yaniel>
no need to check the cache for new stuff when your release channel has been stuck for a week
Maxdamantus has quit [Ping timeout: 265 seconds]
Maxdamantus has joined #nixos
nature has joined #nixos
<{^_^}>
[nixpkgs] @midchildan opened pull request #96679 → mackerel-agent: init at 0.68.2 → https://git.io/JUtid
Maxdamantus has quit [Ping timeout: 240 seconds]
<jlv>
How do you disable the cache then? The manual is down XD `nixos-rebuild` fails even though I don't need the cache, because it can't access it.
<clever>
jlv: `--option` can be used to dynamically change anything in nix.conf
<clever>
jlv: and if you set substituters to "", then it has no caches to consult
Batoeh has quit [Ping timeout: 240 seconds]
Batoeh has joined #nixos
<q3k[m]>
the cache seems to be fine (fast.ly has decent connectivity), DNS for the cache and nixos .org (ns1/nsone.com) seems to be at fault here
davidv7__ has quit [Ping timeout: 240 seconds]
nature has quit [Ping timeout: 256 seconds]
davidv7__ has joined #nixos
<q3k[m]>
for me just changing to a DNS recursor that still has nsone.com entries and/or can reach it (eg. 8.8.8.8) has fixed connectivity
<Yaniel>
yeah the problem is not the cache but routing
<Yaniel>
reminds me of another global internet outage a few months back
<q3k[m]>
might not work for everyone, though, depends on where level3/centurylink is in the breakage path
gthm has joined #nixos
bdju has joined #nixos
<bqv>
Ah, excellent
<clever>
i was just having issues reaching the rpi forums, but it was between cloudflare (newark) and the backend servers
<bqv>
Yeah, cloudflare has shat the bed a bit
<{^_^}>
[nixpkgs] @rnhmjoj opened pull request #96680 → xorg: convert type1 fonts and mark packages as unfree → https://git.io/JUtPQ
<clever>
it has already recovered for me
<bqv>
Your cloud is better than mine…
<raghavsood>
It's not just cloudflare, there's an ongoing Level3 event - many transit links are affected between most bigger ISPs, how much of it trickles down to you is just your luck
Maxdamantus has joined #nixos
<clever>
oh
<clever>
i was also having cache.nixos.org problems, but ipv6 was acting up due to other stuff at the time
<clever>
so i thought it was on my end
<{^_^}>
[nixpkgs] @lheckemann merged pull request #96538 → buildGoModule/buildGoPackage: Remove go references from lib,libexec → https://git.io/JUIbi
arjen-jonathan has quit [Ping timeout: 240 seconds]
<Church->
Hmm. Anyone use ssh certificates with sshd on nixOS?
<Church->
Figuring out how to set that up given the immutableness of /etc
Maxdamantus has quit [Ping timeout: 246 seconds]
Blackraider has joined #nixos
<simpson>
Church-: For pregenerated certificates, I think that services.openssh.authorizedKeyFiles will work? But that's assuming that you're okay with them in the store.
<Raito_Bezarius>
But I'd like to have recent details, compatible with the latest NixOS
<Raito_Bezarius>
NixOps *
Thra11 has quit [Ping timeout: 240 seconds]
zupo has joined #nixos
<Raito_Bezarius>
Apparently, the AWS is compatible with the latest NixOps
<immae>
There are development with Nixops to make it plugin-based
m1cr0man has quit [Quit: G'luck]
<immae>
(so that you don’t need to have AWS if you don’t use it)
<immae>
It seems like the nixops-libvirtd is the most up to date plugin
<Raito_Bezarius>
It is plugin-based right now immae
<Raito_Bezarius>
But I was asking regarding "how to write a new NixOps plugin for a PaaS provider"
<immae>
Ah sorry
<Raito_Bezarius>
Okay, I didn't know about the libvirtd one, I'll check
<immae>
(it is plugin based but it’s still ind eveloppement)
<immae>
(also if you use it on an "old nixops" state you’ll get - bad - surprises)
turlando has quit [Ping timeout: 240 seconds]
palo has quit [Quit: WeeChat 2.7.1]
<Raito_Bezarius>
:D
m1cr0man has joined #nixos
<Raito_Bezarius>
thanksfully, I'm going to use it on all shiny state
palo has joined #nixos
fzakaria has quit [Quit: Leaving]
jb55 has quit [Remote host closed the connection]
<wirew0rm>
taktoa[c]: i didn't read all the backlog, but what i did last year was to build the esp compiler toolchain from source compared, at the time the existing solutions used the prcompiled toolchain with buildFSHroot. I got it working, but i didn't really get to using it afterwards. I didn't touch it for some time, but it's still here, if it helps:
mariatsji has quit [Remote host closed the connection]
fzakaria has quit [Ping timeout: 240 seconds]
cr4y1 has joined #nixos
Mateon1 has quit [Ping timeout: 258 seconds]
Mateon2 has joined #nixos
LnL has quit [Remote host closed the connection]
Thra11 has quit [Ping timeout: 240 seconds]
<{^_^}>
[nix] @domenkozar pushed to master « mention how to run a single functional test for faster feedback loop »: https://git.io/JUt7y
Mateon2 is now known as Mateon1
<{^_^}>
[nixpkgs] @jonringer opened pull request #96685 → spicetify-cli: init at 1.1.0 → https://git.io/JUt7S
LnL has joined #nixos
zimbatm has quit []
mariatsji has joined #nixos
mariatsji has quit [Remote host closed the connection]
mariatsji has joined #nixos
LnL- has joined #nixos
LnL- has joined #nixos
LnL- has quit [Changing host]
<makefu>
what happened to the options search? i assume https://search.nixos.org/options is the new search however it is inferior to the previous search AND all links to the previous search are now broken
<{^_^}>
[nixpkgs] @jonringer pushed commit from @romildo to master « marwaita: 7.5 -> 7.5.1 »: https://git.io/JUt5P
<GiGa>
Has there been a sudden surge in automated issues and PRs on GitHub lately? I note it's sitting at 4.1k and 2.2k respectively which seems unmanagable?
spudly has quit [Ping timeout: 246 seconds]
<samueldr>
I don't know about a *sudden* surge, but there's always a slow trickle of more than is merged
<samueldr>
though we don't close unactionable PRs, and old PRs
<samueldr>
so the amount will look really inflated
<GiGa>
Possible I've misremembered it just felt like a massive jump.
<GiGa>
What makes them unactionable?
<samueldr>
changes being required, and not done
<samueldr>
needing a rebase/merge with master
o1lo01ol1o has quit [Read error: Connection reset by peer]
<GiGa>
Ah
spudly has joined #nixos
spudly has joined #nixos
<samueldr>
or sometimes plain WIP
<GiGa>
Sadly I don't feel experienced enough to be able to assist much in that regard. I've committed some package updates previously but anything more complex than that is beyond me at this time.
<GiGa>
The numbers still look uncomfortable though.
<GiGa>
I noted the PR template changed a while back to ask people to assist further so I'm guessing a bulk of the problem is down to insufficient volunteers?
<{^_^}>
[nixpkgs] @jonringer pushed commit from @danieldk to master « pytorch-bin: init at 1.6.0 »: https://git.io/JUtdt
<GiGa>
I'm trying to determine if I should raise a bug for this behaviour with Steam ( https://pastebin.com/pzgaX0FS ) but looking at the number of issues that already exists it feels like it'd just be compounding the issue.
<{^_^}>
[nixpkgs] @jonringer pushed commit from @petabyteboy to master « gitlab: 13.0.12 -> 13.0.14 »: https://git.io/JUtdQ
<cole-h>
Hm... How do I push the referenced closure to cachix? `nix path-info -r .#passrs | cachix push passrs` says "All done.", yet gpgme and libgit2 aren't in the cache...
<nf>
is the ~/.nix-profile symlink just provided for convenience? it can't ever change, right?
<domenkozar[m]>
ah ok :)
<cole-h>
domenkozar[m]: Minor suggestion: if a cache is cleared using the button, maybe make those stats refresh immediately?
<cole-h>
I don't know if my clear actually worked, since it's still showing the old size :P
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<domenkozar[m]>
ah sure :)
fzakaria has joined #nixos
<fzakaria>
(not sure if previous message sent)
<fzakaria>
Has anyone made an attempt to introduce withPackages for JRuby ?
<domenkozar[m]>
cole-h: thanks!
<infinisil>
domenkozar[m]: Oh since you're here right now, can you share how much space all caches use? I'm interested in the current scale of it
<domenkozar[m]>
~3TB
<domenkozar[m]>
~2k users
<{^_^}>
[nixpkgs] @SuperSandro2000 closed pull request #96643 → somafm-cli: set platforms to platforms.all → https://git.io/JUtID
growpotk- has quit [Ping timeout: 240 seconds]
<Raito_Bezarius>
Is the QEMU Agent supported by default in the NixOS minimal ISO?
n9nes- has quit [Ping timeout: 240 seconds]
<{^_^}>
[nixpkgs] @orivej-nixos pushed commit from @orivej to master « objconv: 2.51 -> 2.52 »: https://git.io/JUtF2
<infinisil>
domenkozar[m]: Neat, thanks!
zupo has joined #nixos
n9nes has joined #nixos
<yurb>
Is Gnome3 packaged fully in NixOS, i.e., usable as a DE?
<GiGa>
yurb: I'm using Gnome3 as my default on both my NixOS systems.
<yurb>
GiGa: great to hear!
<yurb>
On this page - https://nixos.org/features.html - under Status, it says "NixOS provides a complete X11/Plasma 5 desktop environment. Other window managers and part of Gnome are also available." - I wonder if that is maybe outdated?
alter2000 has quit [Ping timeout: 240 seconds]
<yurb>
It is unclear what "part of Gnome" means though
<yurb>
But in sounded as if it was sort of half-packaged
<yurb>
...compared to Plasma
<yurb>
that might turn Gnome users from NixOS thinking it's not there
<GiGa>
It's definitel here fully. There's an install and live ISO for Gnome, or at least that's how I first experimented with NixOS.
<{^_^}>
[nixpkgs] @j0hax opened pull request #96688 → octoprint.python.pkgs.octoprint-dashboard: init at 1.13.0 → https://git.io/JUtF9
<yurb>
GiGa: Do you use it with Wayland btw? (just curious)
<kayg04>
hello! I'm trying to remote unlock a LUKS setup NixOS.
<kayg04>
it's setup with ext4 on top of a LUKS drive. I'm logging in via dropbear to unlock. cryptsetup-askpass gets run on login, asks for a password and then "waits" and says "Passphrase is not requested now"
<kayg04>
Waiting 10 seconds for LUKS to request a passphrase............. - failure
<kayg04>
Passphrase is not requested now
m0rphism has joined #nixos
<kayg04>
^^ this is the error
<Raito_Bezarius>
kayg04: are you using crypt-askpass ?
ManiacOfMadness` has quit [Ping timeout: 240 seconds]
ManiacOfMadness` has joined #nixos
raghavsood has quit [Remote host closed the connection]
<m1cr0man>
Hey folks. Trying to update my configs and mailman is failing to build... or rather one of its dependencies. I've narrowed it to django-picklefield and build a simple test, can anyone else try building this from master? https://gist.github.com/m1cr0man/769ea80b3a3542981ac91c6f1086fc53
fendor has quit [Ping timeout: 265 seconds]
kaivai has joined #nixos
boredom101 has joined #nixos
eoli3n_ has quit [Ping timeout: 240 seconds]
jonringer has joined #nixos
fzakaria has quit [Ping timeout: 256 seconds]
Thra11 has quit [Ping timeout: 256 seconds]
ddellacosta has joined #nixos
kayg04 has quit [Read error: Connection reset by peer]
<infinisil>
m1cr0man: I mean nix is rather reproducible, so chances are, if it fails for you, it fails for everybody else as well
<m1cr0man>
Yeah, I was more just trying to invoke some python gurus for help ;) I think I figured out what I need to do though to get around this
<m1cr0man>
I have a general question actually related to this. What's the best way to find the definition for an attribute in the global namespace? I was trying to track down the source for buildPythonPackage and it took a good few minutes to do so via github searching
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
kayg04 has joined #nixos
mjrosenb_ has quit [Ping timeout: 256 seconds]
lord| has quit [Read error: Connection reset by peer]
lord| has joined #nixos
Darkmatter66_ has quit [Max SendQ exceeded]
Darkmatter66 has joined #nixos
<samueldr>
grepping for "attrName =" is my go to
<samueldr>
though it still needs some smarts to figure out if I'm at the right place, but reduces the amount of results a bunch
<m1cr0man>
samueldr: yeah ok I'll try that next :) It would be cool if there was a way to build an index page for the global variables, like options/packages pages on the nixos site
<{^_^}>
[nixpkgs] @KAction opened pull request #96698 → snooze: init at 0.4 → https://git.io/JUqv0
thomhuds has joined #nixos
<thomhuds>
hi, does anyone know how to stop the "NixOS stage 1/loading dm_mod/running udev" message stealing the display from plymouth? at boot i see this message, then my plymouth screen, then the message again, then sddm. i'd like to just see plymouth and sddm
<thomhuds>
if there is a better place to ask this please let me know
captn3m0 has quit [Read error: Connection reset by peer]
<{^_^}>
[nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JUqva
endformationage has joined #nixos
<V>
puck: ^ IDK if relevant
captn3m0 has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<Raito_Bezarius>
does anyone know if there is something like nixpart/blivet for ZFS?
leothrix has joined #nixos
<jackdk>
I am trying to fix something in my rework of the nixos EC2 AMI metadata fetching, and I've hit what I think is a thorny shell-quoting problem. Can anyone help? Here's what I've tried: https://www.irccloud.com/pastebin/0F0aDxGa/shell-quoting-fun.txt
<infinisil>
jackdk: Maybe try to ensure that you're using the same terminal to test this. It might not be bash
<jackdk>
oh it probably isn't hey. Let's redo all the commands in busybox sh and see what happens
<infinisil>
In bash (maybe works in sh too?) I'd use `wget() { command wget --header '...' "$@"; }`
Extends has quit [Remote host closed the connection]
mbrgm_ has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
mbrgm has quit [Ping timeout: 265 seconds]
mbrgm_ is now known as mbrgm
<jackdk>
infinisil: functions seem to work in busybox sh, so I will give that a go. Thank you infinisil++
<{^_^}>
infinisil's karma got increased to 348
<infinisil>
:)
<superherointj>
Hi infinisil. I'm still stuck trying to solve the busybox issue. Does NixOS uses busybox by default? My user environment was just fine and I had installed a busybox package (busybox.lspci) and then now all commands are only busybox. https://gist.github.com/superherointj/8a630f2d2c16182605b34af1ec4385f9
<infinisil>
Did we talk about such an issue before?
<superherointj>
Yes.
<superherointj>
You gave me one tip to remove the package like purge it.