matthewbauer has quit [Read error: Connection reset by peer]
matthewbauer has joined #nixos-dev
matthewbauer has quit [Write error: Connection reset by peer]
matthewbauer has joined #nixos-dev
matthewbauer has quit [Read error: Connection reset by peer]
orivej has joined #nixos-dev
<pie_>
id guess the problem is a semantic gap between symbols to the completion thing and how a attribute path is interpreted
<pie_>
a= {"tinc.something" = asdf}
<pie_>
a."tinc.something" is not hte same as a.tinc.something
<pie_>
and completion returns the latter because it sees it as a whole symbol but doesnt quote as it is
<pie_>
and when it gets interpreted again its understood as a { tinc { something }}}
<pie_>
so it doesnt round-trip well
<pie_>
cant file an issue because i dont have a github
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #nixos-dev
lassulus_ has joined #nixos-dev
lassulus has quit [Ping timeout: 264 seconds]
lassulus_ is now known as lassulus
pie_ has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 256 seconds]
vcunat has joined #nixos-dev
lopsided98 has quit [Ping timeout: 248 seconds]
pie_ has joined #nixos-dev
pie__ has joined #nixos-dev
pie_ has quit [Remote host closed the connection]
Lisanna has quit [Quit: Lisanna]
pie__ has quit [Ping timeout: 276 seconds]
<vcunat>
gchristensen: packet-t2-4 is down on purpose?
pie__ has joined #nixos-dev
<pie__>
re: yesterdays tab completion thing, you also cant tab complete in nix repl after a quoted attribute like a.config.networking.interfaces."my.interface".
<pie__>
would it make sense to submit a patch to networking.interfaces to want about redundant "dev" option in ipv4.routes
<pie__>
if you add an options = [ "dev somethigorother" ] (i forget the exact syntax)
<pie__>
you end up with two devs because one is already gained implicitly from networking.interfaces.<interface>
<pie__>
*to warn about
WilliButz has quit [Read error: Connection reset by peer]
WilliButz has joined #nixos-dev
pie_ has joined #nixos-dev
pie__ has quit [Read error: Connection reset by peer]
pie_ has quit [Ping timeout: 260 seconds]
pie_ has joined #nixos-dev
contrapumpkin has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
contrapumpkin has joined #nixos-dev
Jackneilll has joined #nixos-dev
Jackneill has quit [Ping timeout: 256 seconds]
pie_ has quit [Ping timeout: 276 seconds]
pie_ has joined #nixos-dev
bbarker has joined #nixos-dev
<gchristensen>
vcunat: mmmm nope :)
<vcunat>
:-)
<gchristensen>
can't look now, will look soon.
<vcunat>
tomorrow is good enough, I think
orivej has joined #nixos-dev
goibhniu has joined #nixos-dev
<gchristensen>
niksnut: ping
<niksnut>
gchristensen: pong
<gchristensen>
niksnut: can you see why hydra isn't talking to packet-t2-4?
<niksnut>
Jun 17 22:41:39 chef hydra-queue-runner[11704]: possibly transient failure building ‘/nix/store/iyv3g8gi9zw1fym8zfsln2qjqj43clgh-timidity-2.14.0.drv’ on ‘root@packet-t2-4’: cannot connect to ‘root@packet-t2-4’: Permission denied (publickey,keyboard-interactive).
<gchristensen>
huh...
<niksnut>
and now I can't connect at all anymore
<niksnut>
fail2ban?
<gchristensen>
must be
<niksnut>
oh, let me use the rsa key
<gchristensen>
unbanned
<niksnut>
did something change to the machine configuration?
<niksnut>
anyway it should work now
<gchristensen>
I don't think anything changed, beyond a channel update
<niksnut>
since it looks like it suddenly stopped accepting a dsa key
<gchristensen>
ahhh yes ... well ... its for the best :D
<niksnut>
it's rather worrying if a channel update breaks ssh logins though
<gchristensen>
I know what I did now :$
<gchristensen>
it wasn't the channel update. I pointed it to a local checkout of nixpkgs with a local patch applied by mistake
<niksnut>
ah ok
<gchristensen>
thanks for your help -- hopefully hydra tries to talk to it again soon :)
<gchristensen>
there we go. 21 nix-store processes
<gchristensen>
I should probably put a prometheus exporter on it, or something, to monitor it
<vcunat>
Nice, x86_64-linux queue should slowly get better now. It's been getting the longest now.