Anders, Tom is on vacation, so he wont be responding to your message in a timely manner. Sorry.
Anyone else that can address Anders problem, please jump in. Thanks. On Sun, 2002-09-01 at 09:51, Anders Akesson wrote: > > > Nothing happens.. Command isn't executed. > > > Normally (I think) a 'shorewall restart' should result in an output > > > like the one at startup, but no output is seen, and no error message is > > > presented. A restart takes a few seconds but 'shorewall restart' > > > behaves as if there was nothing to execute?.. in other words: Nothing > > > happens.. > > > The firewall is running as before, but no restart is made. > > > > type "which shorewall" and be sure that the response is > "/sbin/shorewall". > > Now > > "sh -x shorewall restart 2> /tmp/trace" and look at the "/tmp/trace" > > file to see if you can understand what's happening. > > The trace gave: > > [root@firewall] /root # which shorewall > /sbin/shorewall > [root@firewall] /root # sh -x shorewall restart 2> /tmp/trace > [root@firewall] /root # cd /tmp/ > [root@firewall] /tmp # cat trace > shorewall: Can't open shorewall > [root@firewall] /tmp # > > This doesn't help me much. Looking in the shorewall script, I think I > can narrow the problem to : (these are the commands that "fail") > > case "$1" in > start|stop|restart|reset|clear|refresh|check) > [ $# -ne 1 ] && usage 1 > exec $firewall $debugging $nolock $1 > ;; > > in the script.. any ideas? -- Mike Noyes <[EMAIL PROTECTED]> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
