Displaying 2 results from an estimated 2 matches for "nutgid".
2025 May 18
1
pidpath, altpidpath, statepath considered muddled or confusing
...for pidfiles, so this would be /var/run/nut. This then needs to be
created at startup, as /var/run might not have it, or would generally be
cleared.
Once there is /var/run/nut, then there's no reason to have pidpath and
altpidpath separated. I don't see why a single dir that's nutuid:nutgid
can't be used for both.
4) statedir unclear
Grepping for statedir via
find . -name \*.[ch] | xargs egrep -R STATEPATH
I don't end up understanding what if anything is or should be put there.
On my own system, there's a socket for the bestfortress driver, and
pidfiles for bestfort...
2025 May 18
1
pidpath, altpidpath, statepath considered muddled or confusing
...uld be /var/run/nut. This then needs to be
> created at startup, as /var/run might not have it, or would generally be
> cleared.
>
> Once there is /var/run/nut, then there's no reason to have pidpath and
> altpidpath separated. I don't see why a single dir that's nutuid:nutgid
> can't be used for both.
>
> 4) statedir unclear
>
> Grepping for statedir via
>
> find . -name \*.[ch] | xargs egrep -R STATEPATH
>
> I don't end up understanding what if anything is or should be put there.
>
> On my own system, there's a socket for...