-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple conmand daemons connecting to the same consoles #22
Comments
Terminal servers oftentimes allow only one client at a time to connect to a given console. This behavior is specific to your particular setup.
My initial thoughts for such a design would entail having I agree it would be a useful feature, but I think it would be a lot of work to implement. |
Hi Chris, About simultaneous connection from multiple |
When multiple When |
Hi,
I'd like to have a redundant setup where multiple
conmand
daemons running on different machines would log the same consoles.Say,
server1
monitors consolesa
andb
,server2
monitors the samea
andb
consoles, and both servers log the consoles' output on their respective local filesystem.It looks like currently, whatever server starts first gets a hold on the consoles, and the 2nd one doesn't get any output. So if
server1
starts first, the consoles' output is correctly stored inserver1:[global log]/%N.log
, whileserver2
gets only timestamps.Would it be possible to log the console outputs in monitor-only mode, so that several
conmand
daemons could log the output at the same time?Thanks.
The text was updated successfully, but these errors were encountered: