Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
60bb2f7b
Commit
60bb2f7b
authored
33 years ago
by
Linus Tolke
Browse files
Options
Downloads
Patches
Plain Diff
Info about signals added.
parent
3ae5fcb4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/man/lyskomd.8
+33
-14
33 additions, 14 deletions
doc/man/lyskomd.8
doc/man/man8/lyskomd.8
+33
-14
33 additions, 14 deletions
doc/man/man8/lyskomd.8
with
66 additions
and
28 deletions
doc/man/lyskomd.8
+
33
−
14
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
...
...
This diff is collapsed.
Click to expand it.
doc/man/man8/lyskomd.8
+
33
−
14
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment