[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]
nstraz nstraz@redhat.com
Tue, 12 Oct 2010 01:12:06 GMT
On Oct 11 17:53, Garry Dolley wrote: > I've been wrestling with this for a while and am starting to think I > might be misunderstanding how multiple "master's" work. > > I am running conserver on Ubuntu Karmic (9.10): > > ||/ Name Version Description > +++-======================-======================-============================================================ > ii conserver-client 8.1.16-3 connect to a console server > ii conserver-server 8.1.16-3 connect multiple user to a serial console with logging > > My /etc/conserver/console.cf file looks like: > > config * { > master localhost; > port 3109; > sslenabled yes; > } > > config vr01 { > master vr01; > } What does `console -V` tell you. I have a feeling conserver is built --with-uds which would restrict console to only local masters. Nate