resmgrd — resource manager daemon
resmgrd is a daemon that tracks when users log in and out. When a user logs in, a session is opened in resmgr. When the user logs out the session is closed.
the resmgr configuration defines login classes. Users can be granted access to such login classes either manually or by defining rules.
resmgrd understands the following command line options:
Kill a running resmgr daemon.
Don't fork to become a daemon, enable debug output.
configfile
use a different configuration file than
/etc/resmgr.conf
. This option is
mostly for debugging and testing purposes.
socket
specifies the name of the socket on which the resource manager daemon should listen. This option is mostly for debugging and testing purposes.
Replies by resmgrd begin with a numeric status code, indicating success or failure. In case of an error, the status code is followed by a human readable explanation of the error condition.
Currently, the following status codes are defined:
The operation completed successfully.
No devices available to user.
There are currently no resmgr sessions active.
resmgrd discovered a stale lock file when trying to create a lock file.
General error.
Syntax error in the command sent by the client.
Access denied. The operation was not allowed, or the user is not permitted to open the requested device.