Skip to content

Pocket ID update to v0.49.0 fails - go not found.Β #4036

@yourfate

Description

@yourfate

βœ… 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.

  1. log into the pocket ID LXC
  2. run update as 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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions