-
-
Notifications
You must be signed in to change notification settings - Fork 665
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Component
Agent
Description
The agent install script has some shortcomings, particularly affecting OpenWrt.
- The env line should have all of the environment variables space-delimited on one line. Somehow, having more than two variables on separate lines is breaking it.
- To generate or usermod the user entry, opkg should install both
shadow-useraddandshadow-usermod. I'm not sure if coreutils is needed if these are installed.
Expected Behavior
The script should install the daemon and actually work.
Steps to Reproduce
- Copy Linux install command
- Paste to latest OpenWrt 24.10.2 shell
- Observe as daemon no longer launches
Category
Installation
Affected Metrics
Other
OS / Architecture
linux/amd64 (agent), linux/aarch64 (agent)
Beszel version
0.12.1
Installation method
Binary
Configuration
Do I need to paste my tokens here? It's failing to detect the KEY variable if three or four env variables are all set on separate lines instead of being globbed onto one line.
The tools will also allow creating and maintaining the shadow user for the daemon to run as.Hub Logs
Agent Logs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working