-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Environment:
- Platform: Unraid OS 7.1.4
- Deployment: Docker Compose stack using Docker Compose Manager
- Image:
ghcr.io/danielv123/servermanager:latest - Hardware: Dell R730xd
- Stack config:
- Port mapping:
8083:8080 - Volume mapping:
/mnt/user/appdata/serverManager:/usr/src/app/data - Additional container:
ouroborosfor auto‑updates
- Port mapping:
Steps to Reproduce:
- Deploy the stack in Unraid using Docker Compose.
- In the UI, add fan curves for the Dell R730xd.
- Navigate on the dashboard: the sensor data (temperatures, wattage, fan speeds) appears correctly.
- Open the Logs view.
- Observe errors in the logs (see attached/excerpt below).
Expected Behavior:
- The UI should show correct sensor data.
- The logs should reflect normal operations without error entries.
Actual Behavior:
- UI shows correct sensor data (temperatures, wattage, fans).
- However, the logs display error messages indicating something is wrong behind the scenes.
Impact / Severity:
- Medium - The UI appears to work, but the log errors suggest hidden issues that may affect reliability or future operations.
Attachments / Additional Info:
- Log excerpt:
Error: Command failed: ipmitool -I lanplus -H idrac.home.lan -U idrac -P password sensor
at genericNodeError (node:internal/errors:985:15)
at wrappedFn (node:internal/errors:539:14)
at ChildProcess.exithandler (node:child_process:417:12)
at ChildProcess.emit (node:events:508:28)
at maybeClose (node:internal/child_process:1101:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5) {
code: null,
killed: false,
signal: 'SIGSEGV',
cmd: 'ipmitool -I lanplus -H idrac.home.lan -U idrac -P password sensor'
}
Love the tool so far. Any ideas on what could be causing this?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers