Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
60bb2f7b
Commit
60bb2f7b
authored
Oct 29, 1991
by
Linus Tolke
Browse files
Info about signals added.
parent
3ae5fcb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/man/lyskomd.8
View file @
60bb2f7b
.\" $Id: lyskomd.8,v 1.
5
1991/0
9
/2
1
0
0:17:31 ceder
Exp $
<
.\" $Id: lyskomd.8,v 1.
6
1991/
1
0/2
9
0
5:41:58 linus
Exp $
.\" Copyright (C) 1991 Lysator Academic Computer Association.
.\"
.\" This file is part of the LysKOM server.
...
...
@@ -21,8 +21,8 @@
.\"
.\" Please mail bug reports to bug-lyskom@lysator.liu.se.
.\"
.\" $Id: lyskomd.8,v 1.
5
1991/0
9
/2
1
0
0:17:31 ceder
Exp $
.\" $Date: 1991/0
9
/2
1
0
0:17:31
$
.\" $Id: lyskomd.8,v 1.
6
1991/
1
0/2
9
0
5:41:58 linus
Exp $
.\" $Date: 1991/
1
0/2
9
0
5:41:58
$
.TH lyskomd 8 "August 22, 1991"
.SH NAME
lyskomd - LysKOM server
...
...
@@ -35,20 +35,20 @@ lyskomd - LysKOM server
] [
.BI -D database-directory
] [
.BI -p clientport
number
.BI -p client
_
port
] [
.BI -P muxport
number
.BI -P mux
_
port
] [
.B -a
]
.SH DESCRIPTION
This program runs a LysKOM server.
.PP
It listens for connections on the given port
number
s (defaults are 4894
It listens for connections on the given ports (defaults are 4894
for the
.I clientport
number
.I client
_
port
and 4787 for the
.IR muxport
number
).
.IR mux
_
port ).
.SH OPTIONS
.TP
.B \-d
...
...
@@ -60,7 +60,7 @@ Using one
make the process print a
.I >
for every timeout, a message for every person that is connecting or
disconnecting and a message for every succesful or unsuccessful
disconnecting and a message for every succes
s
ful or unsuccessful
communication to the process.
.TP
.B \-q
...
...
@@ -75,19 +75,38 @@ Example: If your database is in
you should use the option
.B \-D$HOME/lyskom
.TP
.BI \-p clientport
number
.BI \-p client
_
port
listens for clients on the port number
.I clientport
number
.
.I client
_
port.
.TP
.BI \-P muxport
number
.BI \-P mux
_
port
listens for mux connections on the port number
.I muxport
number
.
A mux connection is a connection using a special protocol
l
to allow
.I mux
_
port.
A mux connection is a connection using a special protocol to allow
several sessions within one connection.
.TP
.B \-a
Do not send any non-requested messages. This disables the sending of
messages about events in the server to all connections.
.SH SIGNALS
There are some signals that have a special meaning to the LysKOM
server.
.TP
.B SIGHUP
Logs out all sessions, saves the database and exits normally.
.TP
.B SIGQUIT
Saves the database and dump core. (This should only be used for
debugging purposes.)
.TP
.B SIGUSR1
Print statistics about how often different commands have been used
since the process started.
.TP
.B SIGUSR2
Forks a child that immediately dumps core. The main process just waits
until the child is done and then continues. (This does not work on
Suns.)
.SH FILES
.TP 20
.B /usr/lyskom
...
...
doc/man/man8/lyskomd.8
View file @
60bb2f7b
.\" $Id: lyskomd.8,v 1.
5
1991/0
9
/2
1
0
0:17:31 ceder
Exp $
<
.\" $Id: lyskomd.8,v 1.
6
1991/
1
0/2
9
0
5:41:58 linus
Exp $
.\" Copyright (C) 1991 Lysator Academic Computer Association.
.\"
.\" This file is part of the LysKOM server.
...
...
@@ -21,8 +21,8 @@
.\"
.\" Please mail bug reports to bug-lyskom@lysator.liu.se.
.\"
.\" $Id: lyskomd.8,v 1.
5
1991/0
9
/2
1
0
0:17:31 ceder
Exp $
.\" $Date: 1991/0
9
/2
1
0
0:17:31
$
.\" $Id: lyskomd.8,v 1.
6
1991/
1
0/2
9
0
5:41:58 linus
Exp $
.\" $Date: 1991/
1
0/2
9
0
5:41:58
$
.TH lyskomd 8 "August 22, 1991"
.SH NAME
lyskomd - LysKOM server
...
...
@@ -35,20 +35,20 @@ lyskomd - LysKOM server
] [
.BI -D database-directory
] [
.BI -p clientport
number
.BI -p client
_
port
] [
.BI -P muxport
number
.BI -P mux
_
port
] [
.B -a
]
.SH DESCRIPTION
This program runs a LysKOM server.
.PP
It listens for connections on the given port
number
s (defaults are 4894
It listens for connections on the given ports (defaults are 4894
for the
.I clientport
number
.I client
_
port
and 4787 for the
.IR muxport
number
).
.IR mux
_
port ).
.SH OPTIONS
.TP
.B \-d
...
...
@@ -60,7 +60,7 @@ Using one
make the process print a
.I >
for every timeout, a message for every person that is connecting or
disconnecting and a message for every succesful or unsuccessful
disconnecting and a message for every succes
s
ful or unsuccessful
communication to the process.
.TP
.B \-q
...
...
@@ -75,19 +75,38 @@ Example: If your database is in
you should use the option
.B \-D$HOME/lyskom
.TP
.BI \-p clientport
number
.BI \-p client
_
port
listens for clients on the port number
.I clientport
number
.
.I client
_
port.
.TP
.BI \-P muxport
number
.BI \-P mux
_
port
listens for mux connections on the port number
.I muxport
number
.
A mux connection is a connection using a special protocol
l
to allow
.I mux
_
port.
A mux connection is a connection using a special protocol to allow
several sessions within one connection.
.TP
.B \-a
Do not send any non-requested messages. This disables the sending of
messages about events in the server to all connections.
.SH SIGNALS
There are some signals that have a special meaning to the LysKOM
server.
.TP
.B SIGHUP
Logs out all sessions, saves the database and exits normally.
.TP
.B SIGQUIT
Saves the database and dump core. (This should only be used for
debugging purposes.)
.TP
.B SIGUSR1
Print statistics about how often different commands have been used
since the process started.
.TP
.B SIGUSR2
Forks a child that immediately dumps core. The main process just waits
until the child is done and then continues. (This does not work on
Suns.)
.SH FILES
.TP 20
.B /usr/lyskom
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment