Last update 6 September 2020

Starting/Stopping MBSE

Now it is time to check the starting and stopping of the BBS. As you have installed everything, setup the BBS, et cetera, you must check if the shutdown and reboot work properly. As root type shutdown -r now or reboot and watch the console. You should see messages that the BBS is closing while the system shuts down. This should be one of the first things to happen.

NOTE: you won't see this happen on older Slackware versions. If you want, you can edit /etc/rc.d/rc.6 and /etc/rc.d/rc.K and insert the line /opt/mbse/etc/rc.shutdown at the proper places.

When your system comes up again, one of the last messages before the login prompt appears or just before X Windows starts, you should see messages that the BBS is started.

Login as user mbse and check the logfiles if everything looks good. If something is wrong, reread the previous documentation and check if you did everything right.

Next, log on to your BBS locally using the account bbs. You can do that by typing su - bbs or if you already have installed mblogin as the login replacement for telnet, type telnet localhost. You will then create the first user of your BBS which will be you, the sysop. After you log out of the BBS start as user mbse, run mbsetup and edit your user record to set your level to that of the sysop.

Important: the *nix account you must create when you logon as a new BBS user may not be named mbse as this is the normal admin account the BBS and its utilities use.

Now login with your *nix account and see if everything still works. If you have setup mgetty, you may want to test if users really can login with a modem. Also check a mailer session to see if you can dial out (i.e. poll other nodes and if they can call you). There is a lot that can go wrong with *nix permissions if you are not exactly right with the permissions.

If everything is working it is time to create poll events and adjust other scripts to your particular needs to get your BBS full up and running. To do this, you must install a crontab for user mbse. As user mbse, go to the BBS's installation directory (~/mbsebbs-<version number>) and type sh ./CRON.sh. A default crontab will be installed.

To add poll events, edit the crontab with the command crontab -e. At the bottom of that file, there is an example of how to edit the crontab file. Now that the crontab is installed, all maintenance will now work, automatic dialout, scanning and tossing mail, et cetera. The BBS is now up and running.

BackGo Back