# snag the main config files.
&backup_files($snarf_file_base, $number, $root, "bin",
- ("OpenSim.ini", "Robust.ini", "OpenSim.exe.config", "Robust.exe.config"));
+ ("OpenSim.ini", "Robust*.ini", "OpenSim.exe.config", "Robust.exe.config"));
# snag the configuration include file.
-&backup_files($snarf_file_base, $number, $root, "bin/config-include", ("GridCommon.ini"));
+&backup_files($snarf_file_base, $number, $root, "bin/config-include", ("GridCommon.ini", "osslEnable.ini"));
# get the region definitions.
&backup_hierarchy($snarf_file_base, $number, "$root", "bin/Regions");
# lock the limit in for threads, so we don't have any getting out of control.
# also make sure we've provided enough space for each thread.
-ulimit -s 262144
+ulimit -s 512144
# use more recent versions of mono for opensim if they're available.
if [ -d /opt/mono-2.10/bin ]; then
echo "$(date_stringer ' '): starting $screen_name now..."
screen -L -S "$screen_name" -d -m nice -n $NICENESS_LEVEL mono "$app_name"
##why? --debug
-#-console=basic
+#no, makes it ugly: -console=basic
+
echo "$(date_stringer ' '): $screen_name started."
# only sleep if we are not at the last process that gets started.
if [ "$app_name" != "OpenSim.exe" ]; then