NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: misc/48555: rc.conf handling of program=yes/no
The following reply was made to PR misc/48555; it has been noted by GNATS.
From: Bob Nestor <rnestor%tx.rr.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: misc/48555: rc.conf handling of program=yes/no
Date: Mon, 27 Jan 2014 10:20:19 -0600
This was a clean install of 6.1.3 with packages from the 6.1 repository.
I believe dirmngr is installed as a dependency on kde-3.5.10, although
I'm not sure why since kde seems happy without dirmngr running. All
the startup files were copied from the examples rc.d directory without
any modifications.
I see this problem on many other packages as well, including
#postfix=YES
ipfilter=NO
ipnat=No
etc.
That was my reason for originally reporting the problem
as "program=YES/NO" rather than being specific as to which
program packages were seeing the error. I was afraid the
analysis would zero in on a problem in a specific package
when it MAY be a more generic problem with the rc scripts
themselves.
On Jan 27, 2014, at 9:50 AM, Alan Barrett wrote:
> The following reply was made to PR misc/48555; it has been noted by GNATS.
>
> From: Alan Barrett <apb%cequrux.com@localhost>
> To: gnats-bugs%NetBSD.org@localhost
> Cc:
> Subject: Re: misc/48555: rc.conf handling of program=yes/no
> Date: Mon, 27 Jan 2014 17:48:13 +0200
>
> On Mon, 27 Jan 2014, Bob Nestor wrote:
>> Well, I don't want to come off argumentative here, but I
>> used the web interface to gnats to file this report.
>> It doesn't indicate that I have to wrap the lines in
>> the report. Maybe this should be filed as a bug
>> in the gnats web interface.
>
> That sounds like a bug in the web interface. Sorry I complained
> about something that's not your fault.
>
>> As for "program=", ok if that was to difficult to
>> understand. Try using "dirmngr=NO" and then
>> executing "/etc/rc.d/dirmngr restart". It will
>> attempt to stop dirmngr first and report an
>> error. You may need to start dirmngr first
>> using a "dirmngr=YES" line.
>
> Is this dirmngr from pkgsrc/security/dirmngr? Try changing
> line 56 of /etc/rc.d/dirmngr from
>
> eval `${dirmngr_command} ${rc_flags}`
>
> to
>
> eval "${dirmngr_command} ${rc_flags}"
>
> (double quotes instead of backticks). I have not tested this, but
> it's possible that it will help.
>
> --apb (Alan Barrett)
>
Home |
Main Index |
Thread Index |
Old Index