The Console Manager
http://dun.github.io/conman/
ConMan is a serial console management program designed to support a large
number of console devices and simultaneous users. It supports:
- local serial devices
- remote terminal servers (via the telnet protocol)
- IPMI Serial-Over-LAN (via FreeIPMI)
- Unix domain sockets
- external processes (eg, using Expect for telnet/ssh/ipmi-sol connections)
Its features include:
- logging (and optionally timestamping) console device output to file
- connecting to consoles in monitor (R/O) or interactive (R/W) mode
- allowing clients to share or steal console write privileges
- broadcasting client output to multiple consoles
- Developed at network:cluster
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/conman && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000133 133 Bytes | |
conman-0.2.8.tar.gz | 0000239757 234 KB | |
conman-suse-fix-expect-scripts.patch | 0000000539 539 Bytes | |
conman.changes | 0000003357 3.28 KB | |
conman.service | 0000000208 208 Bytes | |
conman.spec | 0000005191 5.07 KB |
Revision 4 (latest revision is 18)
Dominique Leuenberger (dimstar_suse)
accepted
request 532246
from
Egbert Eich (eeich)
(revision 4)
- Updated to version 0.2.8: * Changed project homepage to <https://dun.github.io/conman/>. (#21) * Changed conman.conf default loopback setting to ON. * Changed rpm spec file from sysvinit to systemd. * Added 'server nofile' config directive to increase NOFILE limit. (#17) * Added '-P' cmdline opt to daemon for specifying pidfile. (#20) * Added test console device to aid in development and testing. * Fixed telnet option negotiation loop. (#9) * Fixed arbitrary limit on number of IPMI SOL consoles. (#15) * Fixed 4-character limit on timezones. (#16) * Fixed 1-second delay when connecting the client to a console. * Fixed UDS console reconnect delay to use exponential timeout. * Fixed UDS console reconnect delay to require min connect time before reset. * Fixed UDS console resource leak of pathname during config processing. * Fixed all gcc, clang, and Coverity Scan warnings. * Improved scalability of daemon. (forwarded request 532245 from eeich)
Comments 0