Hi Sven Am 26.11.2016 um 21:42 schrieb Sven Kirmess:
The same problem exists with shorewall6!shorewall6 cannot be started on a freshly installed Bering-uClibc 6.0.0! You have to mount_modules shorewall6 restart umount_modules Saving the config and rebooting solves the problem but this is a very confusing bug.
Yes and I am puzzled myself, why should saving the config change anything? The start/stop script should be the same.
About restart, yes this has not been done, but then I never use restart, would not know why on a freshly installed system. I always use 'start'. Restart should actually only be used after a successful start and why 'start' does not load the modules would be mystery to me.
start() {
echo "Starting IPv4 shorewall rules..."
wait_for_pppd
[ -x /usr/sbin/mount_modules ] && /usr/sbin/mount_modules
/sbin/shorewall $OPTIONS start $STARTOPTIONS
[ -x /usr/sbin/umount_modules ] && /usr/sbin/umount_modules
}
...
restart() {
echo "Restarting IPv4 shorewall rules..."
/sbin/shorewall restart $RESTARTOPTIONS
}
smime.p7s
Description: S/MIME Cryptographic Signature
------------------------------------------------------------------------------
------------------------------------------------------------------------ leaf-user mailing list: [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/
