<WRMilling>
I am sure its a simple configuration change, but after the initial kernel build on the PBP, I don't have the boot process showing anymore. Just a few errors/warnings and then it gets to desktop-mode
rajivr has joined #nixos-aarch64
h0m1 has quit [Ping timeout: 260 seconds]
h0m1 has joined #nixos-aarch64
<samueldr>
AFAIK it's just because it boots "that fast"
<samueldr>
the drivers are initializing during that time, wrmilling
<samueldr>
(or the drivers are loading in "that slow")
<samueldr>
the drivers are loaded as kernel modules, and they are asked for explicitly during the boot process
<samueldr>
so it's already past the point the kernel is starting
<WRMilling>
Its taking over a minute or two to boot after I go amber to green.
<WRMilling>
(on the power led)
<WRMilling>
I get 4 messages on screen before I get to desktop-login: "rockchip-dp no DP phy configured", "OF: graph: no port node found in ...", "cw2015 4-0062 Failed to register power supply", and "lvm2-activation-generator: lvmconfig failed"
<WRMilling>
The cross-compiled kernel gave a lot more output (showing services booting, going green etc).
<samueldr>
weird
<samueldr>
in my experience it's almost instant
<samueldr>
and that's with extlinux.conf boot, right?
<samueldr>
(note that I haven't actually tried 5.8 just yet)
<samueldr>
you could remove those three lines since you're using network manager anyway AFAIK
<WRMilling>
Well, fart. That must have been in the inital config generation.
<samueldr>
it might have been
<samueldr>
things changed a lot in the few recent versions
<samueldr>
and a curse of NixOS is that you (well, I) never end up re-installing from scratch
<WRMilling>
I was using wpa_supplicant by itself originally
<samueldr>
the few times I re-installed I ended up re-using my config
<WRMilling>
As I would expect to :)
<samueldr>
and the reason? new disk layout
<samueldr>
you're likely to find die-hard NixOS users are not familiar with the exact install steps
<WRMilling>
Yeah, that was the problem.
<WRMilling>
less than 15 seconds after amber->green
<WRMilling>
Also, feel like I am missing a simple package. mount.nfs not supported. (nfs-utils manually installed for now, rpcbind enabled.
<samueldr>
,locate bin mount.nfs
<{^_^}>
Found in packages: nfsUtils
<samueldr>
I don't have experience with nfs though
<WRMilling>
No problem. I will ask in the main channel as well.
<WRMilling>
nfs-utils is installed, mount.nfs exists (redid it anyway, it just said replacing).
<clever>
nfs needs some services running to fully work
<clever>
nixos automates that if you set boot.supportedFilesystems = [ "nfs" ];
<WRMilling>
Well, isn't that clever.
<WRMilling>
Also, it was completely a misconfiguration on my end. I duplicate shares on both nfs, and smb. Aparantly I limited the nfs shares by IP, and that was not the error I expected for that case.
<WRMilling>
Thank you for the help (cleaner config to add that line.
orivej has joined #nixos-aarch64
lordcirth_ has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
lordcirth__ has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-aarch64
orivej_ has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
zupo has joined #nixos-aarch64
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-aarch64
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-aarch64
zupo_ has joined #nixos-aarch64
zupo has quit [Ping timeout: 256 seconds]
ArtemVorotnikov[ has joined #nixos-aarch64
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-aarch64
cole-h has quit [Quit: Goodbye]
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orivej has quit [Ping timeout: 260 seconds]
orivej_ has joined #nixos-aarch64
orivej_ has quit [Read error: Connection reset by peer]
orivej has joined #nixos-aarch64
zupo has joined #nixos-aarch64
alp has joined #nixos-aarch64
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-aarch64
alp has quit [Ping timeout: 256 seconds]
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Quit: No Ping reply in 180 seconds.]
alp has joined #nixos-aarch64
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 246 seconds]
alp has quit [Ping timeout: 246 seconds]
alp has joined #nixos-aarch64
Thra11_ has quit [Ping timeout: 240 seconds]
Darkmatter66_ has joined #nixos-aarch64
Darkmatter66 has quit [Ping timeout: 246 seconds]
Thra11_ has joined #nixos-aarch64
alp has quit [Remote host closed the connection]
alp has joined #nixos-aarch64
orivej has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<wavirc22>
angerman: Very cool. I'll have a test... Regarding the meson64-tools repo; did you knock that together yourself?
<angerman>
wavirc22: yea... just a bit of rev eng of that darn binary.
<wavirc22>
angerman: Hmm... I need to rev eng your skillset.
<angerman>
Once you have the structs figured out, the rest is relatively straight forward. I did hit a bit of a bump where I had a mental model of how I wanted the fip to look, but that didn’t really correlate to what it was.
<samueldr>
because the tested jobset for mobile includes firefox
<samueldr>
this is not optimal
<samueldr>
(another reason for why there's no pre-built images produced, as support is still rough)
<WRMilling>
It fail to buid some dependencies locally, so that was avoided (and another reason I should get my build server running).
<WRMilling>
Suppose I will have to try later
orivej has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<WRMilling>
Doing a thought exercise, wondering how hard it would be to setup a remote build server on AWS (A1 arm servers) and have it be a spot instance.
<WRMilling>
Some kind of hook to spin up the instance before a `nixos-rebuild switch` and down after.
<WRMilling>
Fall back to build locally or error out if the build machine is deemed unavailable.
<DigitalKiwi>
i use nixops for that kind of thing i don't have it automatic though
<DigitalKiwi>
i only use it for some builds that i know are going to be a pita
orivej has quit [Ping timeout: 256 seconds]
orivej_ has joined #nixos-aarch64
orivej_ has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 265 seconds]
orivej_ has joined #nixos-aarch64
orivej has joined #nixos-aarch64
orivej_ has quit [Ping timeout: 256 seconds]
orivej_ has joined #nixos-aarch64
orivej_ has quit [Ping timeout: 256 seconds]
orivej_ has joined #nixos-aarch64
orivej has quit [Ping timeout: 256 seconds]
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-aarch64
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-aarch64
t184256 has quit [*.net *.split]
t184256 has joined #nixos-aarch64
orivej has quit [Quit: No Ping reply in 180 seconds.]