dotrose
November 12, 2021, 2:32pm
1
Ugh it’s been a tough week with this computer.
Here’s journal -b -1
as my last boot crashed: http://ix.io/3EMI
cat /proc/version: Linux version 5.10.77 (nixbld@localhost) (gcc (GCC) 10.3.0, GNU ld (GNU Binutils) 2.35.1) #1-NixOS SMP Tue Nov 2 18:48:25 UTC 2021
configuration.nix: http://ix.io/3EMJ
cat /proc/cpuinfo
http://ix.io/3EML
What should be my plan of attack here?
Thanks so much!
dotrose
November 12, 2021, 2:39pm
2
I tried to change just the kernel back, but I could not, for goodness’ sake, divine the checksum of the kernel I wanted. did a lot of googling and browsing and came up with nothing.
dotrose
November 12, 2021, 2:40pm
3
the latest kernels are giving me other trouble, so that’s not an option.
ius
November 12, 2021, 4:01pm
4
Known regression in 5.10.77: Lockups on Kernel 5.10.77 with amdgpu
You’ll need 5.10.78 which should land shortly .
1 Like
dotrose
November 12, 2021, 4:14pm
5
Oooo how shortly? I have a lot of work to do…
TLATER
November 12, 2021, 5:58pm
6
If this is about nix complaining about a missing checksum for a fetchurl, you can just use an empty string and wait for it to complain and tell you the checksum. No need to multiclass into divination.
1 Like
dotrose
November 12, 2021, 6:56pm
7
hahahha! are you sure that I can’t pour some of the copious nix xp that I’ve earned this week into divination?
dotrose
November 12, 2021, 7:04pm
8
hm. it’s just giving:
error: hash '' has wrong length for hash type 'sha256'
on rebuild, and --show-trace
doesn’t offer anything more.
TLATER
November 12, 2021, 7:12pm
9
Oh, right, you’re obviously not using flakes, and probably on stable, so I guess you’re on nix 2.3
If you’re on the old version, just putting *64 times the character ‘A’ in the string will do the trick.
Edit: and while we’re at it, the “proper” and generic way is GitHub - msteen/nix-prefetch: Prefetch any fetcher function call, e.g. a package source , it has prefetchers for GitHub/GitLab/pip etc. too.
2 Likes
dotrose
November 12, 2021, 7:21pm
10
you are a mensh!! thank you so much!! I am up and running!!
2 Likes