[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: small patch for arno



Hello Julia,

thank you for your email. Would you mind to open a bug against arno-
iptables-firewall containing the very same text you sent to me? This
would help to trigger the processes the Debian project has in place to
track and solve issues.

To open the bug please email to submit@bugs.debian.org with adescriptive subject and a body as follows  

  Package: arno-iptables-firewall
  Version: 2.1.0-2

  <text from your email>

Please refer to [1] for more details and other methods of how to report
bugs in Debian.

Thanks,
Sven

[1] https://www.debian.org/Bugs/Reporting

Am Freitag, den 10.04.2020, 19:48 +0000 schrieb Julia Longtin:
> 90-rpc.plugin does not see carriage return as a line break when
> running
> rpcinfo -p |awk "/tcp.*$service/"' { print $4 }' |uniq
> 
> this causes arno to fail to start if you have NFS services, and have
> turned
> this plugin on.
> 
> --- 90rpc.plugin~       2020-01-03 10:38:03.000000000 +0000
> +++ 90rpc.plugin        2020-04-10 20:34:11.124131255 +0100
> @@ -38,7 +38,7 @@
> 
>    echo "${INDENT}Enabling RPC service(s) $RPC_SERVICES for net(s)
> $RPC_NETS"
> 
> -  IFS=' ,'
> +  IFS=$" ,\n"
>    for service in $RPC_SERVICES; do
>      ports="$(rpcinfo -p |awk "/tcp.*$service/"' { print $4 }'
> |uniq)"
>      echo "${INDENT}Adding TCP ports $ports for RPC service $service"
> 
> fixes it.

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: