Skip to content

Online upgrading not working #348

Answered by sfeakes
jmp2000 asked this question in Q&A
Sep 15, 2024 · 1 comments · 8 replies
Discussion options

You must be logged in to vote

The below is in reply too #348 (reply in thread)

It looks like you are getting confused with standard user and root user.
~ means home directly, when you are standard user that's different to when you are root. When root ~ means /root, then user ~ means /home/user.
I think you probably have aqua.sh in a users home directory, but every command you try you are root, so it's trying to find that in root home directly.

I'm not sure what your regular user name is, so I can't give you the commands to run. BUT, best bet. Start a new ssh session, that will log you in as standard user in home directory.
run.
ls -a aqua.sh
If you get a file then run
sudo ./aqua.sh release
If you get no file found t…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@sfeakes
Comment options

@jmp2000
Comment options

@jmp2000
Comment options

@sfeakes
Comment options

Answer selected by jmp2000
@sfeakes
Comment options

@jmp2000
Comment options

@sfeakes
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants