goconserver
goconserver copied to clipboard
Microservice based console server to help log and redirect the terminal content for multiple session hosts.
Dear GoConServer experts, Since I could not find a configuration option for the "escape key": will that eventually become a configuration option? I suppose not only our environment does not...
When building goconserver on Ubuntu 18, the following warnings are issued: ``` npm WARN deprecated [email protected]: Deprecated. Please use https://github.com/webpack-contrib/mini-css-extract-plugin npm WARN deprecated [email protected]: Browserslist 2 could fail on reading...
ssh auth with only Password auth doesn't work for some server's platforms. For example on Dell R520/620/720 where you can't use ssh key auth because of license.
It looks like #38 added some support for clustering, but there isn't much documentation. What features are currently supported, and what is deferred to future implementation? For example: If I...
I'm having an issue where I need the goconserver to listen on multiple IPs (local IP, HA IP and 127.0.0.1), but not listen on all IPs present on the system....
This issue is against `goconserver` version 0.3.1. While `goconserver` introduced broadcast node in pull request #45, it failed to support xCAT hierarchy mode. ``` # goconserver --version Version: 0.3.1, BuildTime:...
When trying to delete a console... I was not sure if it was `-d` or `-D` and so i tried `-D` first, the output I saw is: ``` [root@stratton01 ~]#...
@neo954 commented on [Tue May 21 2019](https://github.com/xcat2/xcat-core/issues/6326) Here is the bug recreation steps. Run `rcons` against a compute node, and then, press `Ctrl-E C ?`. After that, run tftp client,...
Is it possible to implement standard log rotation mechanism using signal handling? An example of a good mechanism for log rotation is `nginx`, which does log rotation via `SIGUSR1`: when...
Looks like there's no automatic update of `goconserver` per our instructions for updating xCAT product. Currently we document, to update xCAT (using `yum`): ``` yum update "*xCAT*" "*xcat*" ``` This...