-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed as not planned
Labels
bugSomething isn't workingSomething isn't working
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Pocket ID
π What was the exact command used to execute the script?
update
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
debian 12
π Provide a clear and concise description of the issue.
I wanted to update my pocket ID LXC, but the update script failed.
π Steps to reproduce the issue.
- log into the pocket ID LXC
- run
updateas root inside the lxc
β Paste the full error output (if available).
____ __ __ ________
/ __ \____ _____/ /_____ / /_/ _/ __ \
/ /_/ / __ \/ ___/ //_/ _ \/ __// // / / /
/ ____/ /_/ / /__/ ,< / __/ /__/ // /_/ /
/_/ \____/\___/_/|_|\___/\__/___/_____/
/dev/fd/63: line 1465: wait_for: No record of process 4485
β Stopping PocketIDcurl: (22) The requested URL returned error: 400
" 1>&2
βοΈ Stopped PocketID
β Updating PocketID to v0.49.0environment: line 56: go: command not found
[ERROR] in line 56: exit code 0: while executing command go build -o ../pocket-id-backend
πΌοΈ Additional context (optional).
It seems go is downloaded in the intitial setup, put into /usr/local/go, then symlinked to /usr/local/bin, however, /usr/local/bin is not in the default PATH as root.
as a temporary workaround I did export PATH=$PATH:/usr/local/bin, then ran the update.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working