<LnL> the fzf-git is some more fancy stuff that you trigger with <Ctrl>gb, <Ctrl>gh, etc.
<johnw> right now ,if I type git checkout origin/<TAB>, I get the ordinary completion behavior
<johnw> if i type **<tab>, it just expands out all the files
<johnw> are fzf-completion and fzf-git mutually exclusive?
<LnL> no I use them both
<johnw> hmm
<johnw> I source fzf-completion in my .zprofile, but it's not getting enabled
<johnw> even though other things in that file are surely happening
<LnL> that's the completion with **<tab>
<johnw> hmm
<johnw> for me, **<tab>, anywhere, only completes files
<johnw> and only after I manually source fzf-completions
<LnL> weird
<johnw> in zsh, how do I tell what key is bound to?
<LnL> bindkey | grep fzf # => "^I" fzf-completion
<johnw> oh, ^I is not set to fzf
<johnw> some just have to do some debuggin
<johnw> g
<LnL> and for the separate git stuff it's "^Gb" fzf-gitb-widget etc.
<johnw> ahhh
<johnw> that's what your ^ meant there
<johnw> I thought it was part of your search glob
<LnL> no ctrl :)
zzamboni has quit [Quit: Leaving.]
<johnw> LnL: do you also see this if you use myEnvFun: https://gist.github.com/fc5138365ee4d541a951f43b4c2f527c
<LnL> don't really use it
<LnL> do you also get it with my thingy?
<johnw> haven't tried your thingy yet
<johnw> LnL: is it ready as a drop-in replacement
<LnL> depends, it doesn't have some of the arguments like extraCmds
{^_^} has quit [Remote host closed the connection]
{^_^} has joined #nix-darwin
glenn_ has joined #nix-darwin
acowley has quit [Ping timeout: 268 seconds]
acowley has joined #nix-darwin
Sonarpulse has quit [Ping timeout: 256 seconds]
jrolfs has quit [Ping timeout: 260 seconds]
hamishmack has quit [Quit: hamishmack]
hamishmack has joined #nix-darwin
hamishmack has quit [Client Quit]
jrolfs has joined #nix-darwin
jrolfs has quit [Ping timeout: 260 seconds]
mightyby1e has quit [Quit: leaving]
Sonarpulse has joined #nix-darwin
Sonarpulse has quit [Ping timeout: 246 seconds]
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
jrolfs has joined #nix-darwin
jrolfs has quit [Ping timeout: 255 seconds]
jrolfs has joined #nix-darwin
jrolfs has quit [Ping timeout: 246 seconds]
zzamboni has joined #nix-darwin
hamishmack has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
periklis has joined #nix-darwin
Biappi has quit [Ping timeout: 256 seconds]
zzamboni has joined #nix-darwin
zzamboni has quit [Client Quit]
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
zzamboni has quit [Client Quit]
zzamboni has joined #nix-darwin
zzamboni has quit [Ping timeout: 260 seconds]
<LnL> pjan: ping
zzamboni has joined #nix-darwin
zzamboni has quit [Ping timeout: 240 seconds]
zzamboni has joined #nix-darwin
zzamboni has quit [Ping timeout: 264 seconds]
Biappi has joined #nix-darwin
zzamboni has joined #nix-darwin
zzamboni has quit [Remote host closed the connection]
zzamboni has joined #nix-darwin
zzamboni1 has joined #nix-darwin
zzamboni has quit [Remote host closed the connection]
zzamboni1 has quit [Remote host closed the connection]
glenn_ has quit [Remote host closed the connection]
glenn_ has joined #nix-darwin
glenn_ has quit [Ping timeout: 255 seconds]
glenn_ has joined #nix-darwin
glenn_ has quit [Ping timeout: 276 seconds]
periklis has quit [Ping timeout: 246 seconds]
glenn_ has joined #nix-darwin
__Sander__ has joined #nix-darwin
glenn_ has quit [Ping timeout: 255 seconds]
parenthetical has joined #nix-darwin
<parenthetical> Hi, I'm trying to install Nix on OS X and the installer logs me out at some point (just upgraded to High Sierra and same problem). How can I diagnose the problem?
<LnL> what's the error?
glenn__ has joined #nix-darwin
<parenthetical> I can't see the error because I'm logged out abruptly during installation
<LnL> oh
<LnL> as in the ui crashes?
<parenthetical> Not logged out actually, but the desktop shell restarts
<parenthetical> yes
<LnL> what's your sw_vers -productVersion
<parenthetical> 10.13.2 but it happened with 10.12 as well
<LnL> huh
<LnL> there was a bug in the 10.13 kernel before 10.13.2
<parenthetical> That's a different issue which I've experienced before on another computer
<LnL> so it's not that?
<parenthetical> unfortunately not
<LnL> can you explain how it's different
<parenthetical> the other issue locked up
<parenthetical> this restarts the UI without warning, no errors, nothing, but afterwards things keep working as normal
<parenthetical> Which users and groups does the install script create?
<LnL> a nixbld group and a bunch of nixbld1 nixbld2 ... users for the builds
<LnL> do you see anything useful in the system log?
<parenthetical> This maybe? com.apple.xpc.launchd[1] (com.apple.xpc.launchd.user.domain.501.100007.Aqua): Caller not allowed to perform action: plugin-containe.1450, action = pid-local registration, code = 1: Operation not permitted, uid = 501, euid = 501, gid = 20, egid = 20, asid = 100007
<parenthetical> Scratch that, there's actually a crash report
<parenthetical> Also it's unfortunate that the installer re-downloads the tarball over and over again...
<parenthetical> Okay, removing the nixbld group and nixbld{1-4} users worked
<LnL> you can run the installer manually
<LnL> if you download the latest tarball yourself
<LnL> wait... that fixed your problem?
<parenthetical> yep!
<parenthetical> https://pastebin.com/Wdq9w71r these are the crash logs
<LnL> ok, I might have an explanation then
<LnL> but you can’t verify it anymore
<LnL> did you run a dscl . -read /Groups/nixbld before deleting by any chance?
glenn__ has quit [Ping timeout: 255 seconds]
<parenthetical> unfortunately not
<LnL> well I suspect your user was part of the nixbld group somehow
<parenthetical> oh, yes I think that's it!
<parenthetical> why would that result in a crash?
<LnL> that group is used to run builds as unprivileged users, that's what the nixbld1 ... users are for
<parenthetical> I didn't realise before that there were users as well as the group
<LnL> what nix does is kill all of that user's processes when the build finishes to avoid background processes, or things that could influence the next build
<LnL> you don't want your login user to be one of those :D
<parenthetical> haha
<LnL> the kernel bug was actually something similar
<LnL> the kill syscall that runs as one of the nixbld users would sometimes be able to kill the kernel
glenn_ has joined #nix-darwin
<LnL> essentially a dos vulnerability since any user could trigger that
glenn_ has quit [Ping timeout: 276 seconds]
infinisil has quit [Quit: ZNC 1.6.5 - http://znc.in]
glenn_ has joined #nix-darwin
Sonarpulse has joined #nix-darwin
glenn_ has quit [Ping timeout: 276 seconds]
glenn_ has joined #nix-darwin
glenn_ has quit [Ping timeout: 276 seconds]
glenn_ has joined #nix-darwin
Sonarpulse has quit [Ping timeout: 276 seconds]
Sonarpulse has joined #nix-darwin
glenn_ has quit [Ping timeout: 265 seconds]
peacememories has joined #nix-darwin
glenn_ has joined #nix-darwin
peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
peacememories has joined #nix-darwin
glenn_ has quit [Ping timeout: 265 seconds]
glenn_ has joined #nix-darwin
peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jrolfs has joined #nix-darwin
peacememories has joined #nix-darwin
peacememories has quit [Client Quit]
peacememories has joined #nix-darwin
peacememories has quit [Client Quit]
__Sander__ has quit [Quit: Konversation terminated!]
glenn_ has quit [Ping timeout: 255 seconds]
glenn_ has joined #nix-darwin
jrolfs has quit [Ping timeout: 255 seconds]
jrolfs has joined #nix-darwin
glenn_ has quit [Ping timeout: 276 seconds]
jrolfs_ has joined #nix-darwin
jrolfs has quit [Ping timeout: 256 seconds]
glenn_ has joined #nix-darwin
jrolfs has joined #nix-darwin
jrolfs has quit [Client Quit]
glenn_ has quit [Ping timeout: 255 seconds]
glenn_ has joined #nix-darwin
jrolfs has joined #nix-darwin
hamishmack has quit [Quit: hamishmack]
glenn_ has quit [Remote host closed the connection]
glenn_ has joined #nix-darwin
hamishmack has joined #nix-darwin
szicari has joined #nix-darwin
jrolfs__ has joined #nix-darwin
jrolfs has quit [Read error: Connection reset by peer]
jrolfs has joined #nix-darwin
jrolfs_ has quit [Ping timeout: 260 seconds]
szicari has quit [Quit: szicari]
glenn_ has quit [Remote host closed the connection]
glenn_ has joined #nix-darwin
glenn_ has quit [Ping timeout: 255 seconds]
jrolfs_ has joined #nix-darwin
jrolfs has quit [Ping timeout: 240 seconds]
jrolfs_ has quit [Ping timeout: 268 seconds]
glenn_ has joined #nix-darwin
jrolfs_ has joined #nix-darwin
glenn_ has quit [Remote host closed the connection]
jrolfs_ has quit [Ping timeout: 240 seconds]
glenn_ has joined #nix-darwin
Sonarpulse has quit [Ping timeout: 248 seconds]