ris has quit [Ping timeout: 244 seconds]
jtojnar has quit [Read error: Connection reset by peer]
jtojnar has joined #nixos-aarch64
jtojnar has quit [Read error: Connection reset by peer]
orivej has quit [Ping timeout: 246 seconds]
zupo has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orivej has joined #nixos-aarch64
t184256 has left #nixos-aarch64 [#nixos-aarch64]
t184256 has joined #nixos-aarch64
orivej has quit [Ping timeout: 246 seconds]
zupo has joined #nixos-aarch64
orivej has joined #nixos-aarch64
zupo has quit [Quit: Textual IRC Client: www.textualapp.com]
marek has quit [Ping timeout: 272 seconds]
marek has joined #nixos-aarch64
<tilpner> DigitalKiwi: Compare /init-interface-version of your newly built system and the currently running one
<DigitalKiwi> i get it every time i do it and have rebooted a few times
<DigitalKiwi> what's /init-interface-version
<tilpner> A file in your built system
<tilpner> If it changes, the activation will print that line
<tilpner> cat /run/current-system/init-interface-version
<DigitalKiwi> systemd 2
<tilpner> And in the system you built?
orivej has quit [Ping timeout: 248 seconds]
<tilpner> Something like cat $(nix-build --no-out-link '<nixpkgs/nixos>' -A system)/init-interface-version
<DigitalKiwi> systemd 3
<tilpner> There you go
<DigitalKiwi> but how do i make it go away when i reboot it'll do it again
<DigitalKiwi> it never did it before like a few days ago
<tilpner> Are you also deploying to it remotely?
<DigitalKiwi> no it's just a raspberry pi at my house
<DigitalKiwi> nothing special about it
<tilpner> You can deploy to those remotely
<tilpner> (And that would cause problem if you're not careful)
<DigitalKiwi> i don't do nixops or anything the only thing i use is nixos-rebuild
<tilpner> nixos-rebuild can deploy remotely
<tilpner> But unless you're passing --target-host, you're not using that functionality
<DigitalKiwi> i ssh to it and do nixos-rebuild
<tilpner> What does cat /run/booted-system/init-interface-version say?
<DigitalKiwi> nothing has changed in what i do it's a recent update
<DigitalKiwi> systemd 2
<tilpner> Then you're not booting the system you just built
<tilpner> Do you sometimes login as root, and sometimes use sudo?
<tilpner> That might cause a difference in NIX_PATH and result in you switching back and forth between channels, maybe
<DigitalKiwi> pretty much always sudo and not root recently afaik
<DigitalKiwi> maybe i messed up the channels somehow
marek has joined #nixos-aarch64
marek has quit [Changing host]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 245 seconds]
orivej has joined #nixos-aarch64
ryantrinkle has quit [Quit: Leaving.]
ryantrinkle has joined #nixos-aarch64
<DigitalKiwi> tilpner: thanks for the help i got it working for now got it on nixos 19.03
<tilpner> DigitalKiwi: What was the culprit? Channels?
<DigitalKiwi> yeah something to do with them i think
orivej has quit [Ping timeout: 248 seconds]
wildtrees has joined #nixos-aarch64
wildtrees has quit [Max SendQ exceeded]
wildtrees has joined #nixos-aarch64
wildtrees has quit [Max SendQ exceeded]
wildtrees has joined #nixos-aarch64
wildtrees has quit [Max SendQ exceeded]
ToxicFrog has quit [Ping timeout: 246 seconds]
wildtrees has joined #nixos-aarch64
wildtrees has quit [Max SendQ exceeded]
ToxicFrog has joined #nixos-aarch64
ris has joined #nixos-aarch64
jslight90 has joined #nixos-aarch64
wildtrees has joined #nixos-aarch64
<jslight90> I am having a problem with NixOS 19.03 booting the console tty on a Raspberry 3B+. The display hangs at "Starting kernel...".
<jslight90> Meanwhile, I can still access the system through SSH.
orivej has joined #nixos-aarch64
<ToxicFrog> jslight90: I think I had the same problem, hang on a moment
* ToxicFrog rummages through her logs
<ToxicFrog> jslight90: boot.initrd.kernelModules = [ "vc4" ]; fixed it for me
<samueldr> once it gets to stage-2, the vc4 module will load, if this is not added
<samueldr> I'm not sure why I had to also add "bcm2835_dma" "i2c_bcm2835" though
<samueldr> maybe it's not required anymore
<samueldr> and of note, the sd image now includes the required kernel modules in stage-1 on unstable (thus 19.09)
<jslight90> Thanks, I'll give those a try.
orivej has quit [Ping timeout: 246 seconds]
<jslight90> I tried adding those initrd kernel modules but I'm still having the same problem. The SD will boot fine until I run "nixos-rebuild switch".
<samueldr> can you share the configuration.nix?
<samueldr> hmm, I don't see anything wrong in there
<samueldr> maybe the difference is in the kernel being used?
<samueldr> unless the sd image you used already was using the latest kernel
wildtrees has quit [Quit: Leaving]