On Fri, Jan 06, 2012 at 02:06:28PM +0000, keith wrote:
> Thank you, that's made a difference. The Graylog2-Server isn't
> starting but the error has changed...  Unfortunately the console
> scrolls so quickly I can't see what the error is !!! Earlier today I
> tried to get a serial console working but it didn't work earlier
> today when I tried. Probably because this OSDB box is a virtual
> server running in VMware.

IIRC you can create "virtual" serial for a VM, then you have to
whitelist the location on the host (stupid VMWare).

If there's netcat/socat on the host you could tunnel it via ssh.

Maybe something like this (untested)

        ssh esxi "netcat -U /path/to/virtual_serial.sock" | \
        socat STDIO TCP-LISTEN:5500
        telnet localhost 5500

jirib

Reply via email to