Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Kim Knudsen on July 13, 2003, 05:18:00 AM

Title: masq error on startup
Post by: Kim Knudsen on July 13, 2003, 05:18:00 AM
Hi,

I keep getting the following error when starting my SME 5.6u4:

./masq: line 263: syntax error near unexpected token .*//p')'
./masq: line 263:    sed -n '3s/ .*//p')'

The line 263 is like this:

PFC=$(/sbin/iptables --table nat --numeric --list PortForwarding | sed -n '3s/ .*//p')

What is this error?

nimmer
Title: Re: masq error on startup
Post by: guestHH on July 13, 2003, 01:48:20 PM
try recreating the masq file:

on console as root: /sbin/e-smith/expand-template /etc/rc.d/init.d/masq
then 'service masq restart'
Title: Re: masq error on startup
Post by: Kim Knudsen on July 13, 2003, 01:58:40 PM
Hi,

That didn't work. I still get the same error :(

nimmer