This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/html/misc/semafore.html

76 lines
2.9 KiB
HTML
Raw Normal View History

2003-11-08 21:02:35 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2001-10-22 17:33:55 +00:00
<HTML>
2002-02-02 15:15:34 +00:00
<!-- $Id$ -->
2001-10-22 17:33:55 +00:00
<HEAD>
2003-11-08 21:02:35 +00:00
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
2001-10-22 17:33:55 +00:00
<META http-equiv="Content-Style-Type" content="text/css">
2003-11-08 21:02:35 +00:00
<META NAME="Language" content='en'>
2001-10-22 17:33:55 +00:00
<META name="author" lang="en" content="Michiel Broek">
<META name="copyright" lang="en" content="Copyright Michiel Broek">
<META name="description" lang="en" content="MBSE BBS Manual">
<META name="keywords" lang="en" content="MBSE BBS, MBSE, BBS, manual, fido, fidonet, gateway, tosser, mail, tic, mailer">
<TITLE>Semafore files with MBSE BBS.</TITLE>
<LINK rel=stylesheet HREF="../manual.css">
</HEAD>
<BODY>
<BLOCKQUOTE>
2004-09-14 20:37:57 +00:00
<div align='right'><h5>Last update 14-Sep-2004</h5></div>
2003-11-08 21:18:53 +00:00
<div align='center'><H1>Semafore files with MBSE BBS.</H1></div>
2001-10-22 17:33:55 +00:00
2004-09-14 20:37:57 +00:00
The directory $MBSE_ROOT/var/sema is the hardcoded semafore directory where all
2001-10-22 17:33:55 +00:00
semafore's must be created, tested and removed. When the system is booting,
the init script will erase all semafore's just before the BBS is started.
2002-02-02 15:15:34 +00:00
This description is valid from MBSE BBS v0.33.19 and newer.
2001-10-22 17:33:55 +00:00
<PRE>
zmh Purpose: to mark the state of Zone Mail Hour.
Created by "mbtask" at the start of Zone Mail Hour.
Removed by "mbtask" at the end of Zone Mail Hour.
upsalarm Purpose: Signal that the system is running on battery power.
Created and removed by UPS software.
Checked by mbtask to suspend processing.
Checked by mbfido to stop processing.
upsdown Purpose: Signal that the system will go down on low battery.
Created and removed by UPS software.
Checked by mbtask to go down.
Checked by several scripts and "mbstat wait".
newnews Purpose: Signal that there are new articles on the news server.
Checked by mbtask to start news processing.
Removed by mbtask as soon as it is detected.
mailout Purpose: Signal that there is mail posted in the message base.
Checked by mbtask to start scan the message base.
Removed by mbtask as soon as it is detected.
mailin Purpose: Signal that there is new mail in the inbound.
Checked by mbtask to start the tosser.
Removed by mbtask as soon as it is detected.
scanout Purpose: Signal that the outbound must be rescanned.
Checked by mbtask to check the outbound.
Removed by mbtask as soon as it is detected.
2002-02-02 15:15:34 +00:00
do_inet Purpose: Signal that there are node(s) to be called via the
internet. Usefull for dialup systems to check whether a
connection to the internet is needed.
Created and removed by mbtask.
is_inet Purpose: Signal that the internet is available. Usefull for
dialup systems to check when the internet connection is up
or down after starting or stopping ppp.
Created and removed by mbtask.
2001-10-22 17:33:55 +00:00
mbtask.last Purpose: A timestamp created and touched by "mbtask" every
minute so you can check it is running.
</PRE>
<A HREF="index.htm"><IMG SRC="../images/b_arrow.png" ALT="Back" Border="0">Go Back</A>
2001-10-22 17:33:55 +00:00
</BLOCKQUOTE>
</BODY>
</HTML>