Eric Claeys

Results 263 comments of Eric Claeys

@ova103, my pleasure. I actually enjoy helping people get their Allsky working. It also gives me a good idea where people struggle, which often leads to Allsky changes to minimize...

@ova103, makes sense not booting off the SSD until it's in a more stable position. I learn something new every day. Is your login named `Olivier` or `olivier`? Linux is...

Is anything in `/mnt/ssd/home/Olivier/allsky` used other than the `images` directory?

LOL. I don't know where, which is why I wrote "IS IT MOUNTED AUTOMATICALLY, AND IF SO, WHERE?" That's really a comment to myself to fix and the page should...

@njrusty, in the meantime, please run the following and past the output: ~~~ mount echo "=============================" df -h ~~~

@njrusty, I just added a bunch of stuff to the next release, v2024.12.06_02, that fixes the documentation and IMHO makes it pretty easy to determine "WHERE" the SSD is on...

Follow the standard installation instructions, EXCEPT for the `git clone ...` command, use ~~~ git clone --depth=1 --recursive --branch v2024.12.06_02 https://github.com/AllskyTeam/allsky.git ~~~ Once installed, look at the `Explanations -> Image...

@njrusty, sorry about that. This is why the release isn't official yet... Please run: ~~~ cd ~/allsky mv Makefile Makefile-SAVED # Copy the attached file here mv Makefile.txt Makefile ~~~...

Don't put this check in checkAllsky.sh since it only applies during installation and when changing the "Days to Keep" value (makeChanges.sh).

If implemented in v2024.12.06_01, it would only look for v2023.05.01* and v2024.12.06. Doing this will simplify the installation script, which is getting pretty large, complex, and hard to update.