Closed Nunya-Biznus closed 4 months ago
I'm currently debugging some changes to the script, this is not something people would ever have to do.
Additionally it means your ansible install is incorrect, just so you're aware.
The version of the install script I just pushed should have fixed the issue, I would recommend that you redo the install after the manual commands shown here.
Yes I did another install after the commands.
This was done on a fresh install of ubuntu as well.
Just run the script, on a clean install without your changes, with verbose enabled since the current problem is related to running without verbose enabled.
Fixed without verbose now as well, at least in my own test.
its already done. I was able to install everything after I ran the commands manually.
I would have to delete my setup and try again. I am willing to try it, but will have to be another time.
Thanks for updating the script.
Yeah, sorry about that, it was a weird sub shell issue that changed the exit code, setting it manually fixed it. I might look it over later to find out the exact cause but for now it works fine.
Hey,
just to let you know I redeployed a fresh install of ubuntu and updated and upgraded it to latest version.
Everything installed with no errors. Thanks for the update.
Just one request for people who are not going to use rclone can there be an option to not even install it if we are not using it.
Thanks.
I thought disabling rclone in the settings skipped installing it. Are you seeing something else?
I edited the file and I put
enabled: no
and this is from my vps
rclone version
rclone v1.67.0
Had you already gone through the setup with enabled: yes?
Nope.
Brand new install of ubuntu and first time running this script.
We will not have such a toggle since people that don't use the mount with rclone may still want to use it for the backup functionality.
On Sun, 28 Jul 2024, 23:27 Nunya-Biznus, @.***> wrote:
Nope.
Brand new install of ubuntu and first time running this script.
— Reply to this email directly, view it on GitHub https://github.com/saltyorg/docs/issues/300#issuecomment-2254654567, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSIMLV2M26A2AMWDO2HWILZOVO43AVCNFSM6AAAAABLSKHAZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJUGY2TINJWG4 . You are receiving this because you modified the open/close state.Message ID: @.***>
My vps had a minimal install of ubuntu and installing saltbox gave me errors.
I had to manually install pipx by doing
pip install pipx
Than I needed to install Ansible by doing
pipx install --include-deps ansible
Than the install scripts were able to run as normal if anyone else is having problems installing this.