|
NAMEconmand - ConMan daemonSYNOPSISconmand [OPTION]...DESCRIPTIONconmand is the daemon responsible for managing consoles defined by its configuration file as well as listening for connections from clients.OPTIONS
SIGNALS
SECURITYConnections to the server are not authenticated, and communications between client and server are not encrypted. Until this is addressed in a future release, the recommendation is to bind the server's listen socket to the loopback address (by specifying "server loopback=on" in conman.conf) and restrict access to the server host.NOTESLog messages are sent to standard-error until after the configuration file has been read, at which time future messages are discarded unless either the logfile or syslog keyword has been specified (cf., conman.conf(5)).If the configuration file is modified while the daemon is running and a pidfile was not originally specified, the '-k' and '-r' options may be unable to identify the daemon process; consequently, the appropriate signal may need to be sent to the daemon manually. The number of consoles that can be simultaneously managed is limited by the maximum number of file descriptors a process can have open. The daemon sets its "nofile" soft limit to the maximum/hard limit. If you are encountering "too many open files" errors, you may need to increase the "nofile" hard limit. AUTHORChris Dunlap <cdunlap@llnl.gov>COPYRIGHTCopyright (C) 2007-2018 Lawrence Livermore National Security, LLC.Copyright (C) 2001-2007 The Regents of the University of California. LICENSEConMan is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.SEE ALSOconman(1), conman.conf(5).https://dun.github.io/conman/
Visit the GSP FreeBSD Man Page Interface. |