Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2024 06:24:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 277208] rc.subr: sometimes fails to run protect(1)
Message-ID:  <bug-277208-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277208

            Bug ID: 277208
           Summary: rc.subr: sometimes fails to run protect(1)
           Product: Base System
           Version: Unspecified
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: conf
          Assignee: bugs@FreeBSD.org
          Reporter: tatsuki_makino@hotmail.com

Setting *_oomprotect to the enabled state will run protect on that service,
which sometimes fails.
The following output is left on the console when it appears to have failed.

protect: option requires an argument -- p
usage: protect [-i] command
       protect [-cdi] -g pgrp | -p pid

This is displayed when pid is not specified in the -p option.
In other words, it is failing to obtain the pid.
Furthermore, they are probably trying to get the pid before the pid is read=
y to
be retrieved.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277208-227>