-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
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?
Kubo LXC
๐ What was the exact command used to execute the script?
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/kubo.sh)"
๐ Provide a clear and concise description of the issue.
The IPFS service fails to start due to a missing $HOME env var. Editing the systemd unit should resolve this. I tried to file a PR, but I do not have permissions. Here is the line that should be added after Restart=on-failure:
Environment=HOME=/root
That has resolved it for me in my environment.
โ๏ธ What settings are you using?
- Default Settings
- Advanced Settings
๐ฅ๏ธ Which Linux distribution are you using?
Debian 12
๐ Steps to reproduce the issue.
Install Kubo via the commandline: bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/kubo.sh)"
โ Paste the full error output (if available).
In the journalctl logs:
kubo ipfs[4930]: Error: $HOME is not defined
kubo systemd[1]: ipfs.service: Main process exited, code=exited, status=1/FAILURE
๐ผ๏ธ Additional context (optional).
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working