Skip to content

serverManager controls fans but logs show SIGSEGV for ipmitool #93

@vonswoopington

Description

@vonswoopington

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: ouroboros for auto‑updates

Steps to Reproduce:

  1. Deploy the stack in Unraid using Docker Compose.
  2. In the UI, add fan curves for the Dell R730xd.
  3. Navigate on the dashboard: the sensor data (temperatures, wattage, fan speeds) appears correctly.
  4. Open the Logs view.
  5. 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

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions