Skip to content

Incorrect status of certain services #863

@tvlc

Description

@tvlc

Same issue (see #634 ) back again - incorrect status of certain services. All services listed below as enabled:false and status:false are actually enabled, up and running.

pfSense version:
25.11.1-RELEASE (amd64)
built on Mon Feb 9 19:26:00 CET 2026
FreeBSD 16.0-CURRENT

RESTAPI version:
REST API v2.7.4, 2026-03-23T03:35:14Z

Request:
/api/v2/status/services?limit=0&offset=0

Wrong part of the response:

    {
      "id": 1,
      "name": "haproxy",
      "description": "TCP/HTTP(S) Load Balancer",
      "enabled": false,
      "status": false
    },
    {
      "id": 2,
      "name": "apcupsd",
      "description": "APC UPS Daemon",
      "enabled": false,
      "status": false
    },
    {
      "id": 5,
      "name": "nut",
      "description": "UPS monitoring daemon",
      "enabled": false,
      "status": false
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions