<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);" class="elementToProof">
I changed the line 22 in the init script from:</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);" class="elementToProof">
[ ${NETWORKING} = "no" ] && exit 0<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);" class="elementToProof">
to</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);" class="elementToProof">
[[ ${NETWORKING} = "no" ]] && exit 0<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);" class="elementToProof">
and it seems to be behaving now.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);" class="elementToProof">
Thanks for pointing out the script that it was actually referring to <span id="🙂">
🙂</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);" class="elementToProof">
Cheers all</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div id="Signature">
<div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<b>Elliot</b><br>
</div>
</div>
</div>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Philip Prindeville <philipp_subx@redfish-solutions.com><br>
<b>Sent:</b> 16 May 2022 20:16<br>
<b>To:</b> heasley <heas@shrubbery.net><br>
<b>Cc:</b> Elliot Johnson <elliot.johnson@hayley-group.co.uk>; tac_plus@shrubbery.net <tac_plus@shrubbery.net><br>
<b>Subject:</b> Re: [tac_plus] Please help with tac_plus</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText"><br>
<br>
> On May 16, 2022, at 12:42 PM, heasley <heas@shrubbery.net> wrote:<br>
> <br>
> Mon, May 16, 2022 at 05:27:09PM +0000, Elliot Johnson:<br>
>> Hello,<br>
>> <br>
>> We are trying to run tac_plus version F4.0.4.26 on a CentOS 7 box.<br>
>> <br>
>> We have a config with a group section like this:<br>
>> <br>
>> group = netadmin {<br>
>>    default service = permit<br>
>>    acl             = hgl<br>
>>    service         = exec {<br>
>>                        priv-lvl = 15<br>
>>                      }<br>
>> }<br>
>> <br>
>> When we start the tac_plus process, we get this reported by systemd:<br>
>> <br>
>> May 16 18:23:06 g000063 tac_plus[19305]: /etc/rc.d/init.d/tac_plus: line 22: [: =: unary operator expected<br>
>> <br>
>> Line 22 is "default service = permit"<br>
>> <br>
>> What is the syntax we should use for this config entry? All the online guides only suggest what we have already put.<br>
> <br>
> Your syntax looks correct.  I expect that you either have unprintable<br>
> characters on line 22 or there is an error on a preceding line that is<br>
> trickling down to line 22.<br>
> <br>
<br>
<br>
Is it the config file it's complaining about, or the init.d script?  Can you include "cat -n /etc/rc.d/init.d/tac_plus"?<br>
<br>
<br>
<br>
</div>
</span></font></div>
Company No: 1257303 VAT No: GB 292 0546 04 The information contained in this e-mail is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. If you are not the intended recipient of this e-mail,
 the use of this information or any disclosure, copying or distribution is strictly prohibited and may be unlawful. If you received this e-mail in error, please contact the sender immediately and delete the material from any computer. The views expressed in
 this e-mail may not necessarily be the views of Hayley Group Limited and should not be taken as authority to carry out any instruction contained within.
</body>
</html>