Open HerbCSO opened 10 months ago
Welp, the install took > 1.5 DAYS to run and then failed with collect2: fatal error: ld terminated with signal 9 [Killed]
(due to OOM-killer reaping it per this dmesg
entry: [Mon Jan 15 12:45:50 2024] Out of memory: Killed process 5554 (ld) total-vm:189164kB, anon-rss:185332kB, file-rss:1884kB, shmem-rss:0kB, UID:1000 pgtables:192kB oom_score_adj:0
). Bummer! So installing on a Raspberry Pi 2B with 512MB RAM is probably not going to work. Oh well. ;]
Very minor issue.
I attempted to install atuin on a Raspberry Pi 2B running Raspbian GNU/Linux 11 (bullseye) using the script from https://setup.atuin.sh (yeah, kinda crazy, I know ;] ). It correctly detected that it needed to install
rustup
(amazeballs!), and proceeded to do so, however on that initial run when it tried to do thecargo install
,cargo
wasn't in the path yet because rustup had just installed it, so it failed. Re-running the script worked fine (well, it got past that point, but it's still compiling right now, so I don't know if there will be other problems yet, but so far, so good! 🤞🏼 ;] ), so not a big issue, just might be nice if this case was handled - even if you just quit the script and issue a message at that point to restart your shell.FWIW here's the output from the first install script run: