[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

Re: 'console -r' only lists localhost

Garry Dolley gdolley@arpnetworks.com
Wed, 13 Oct 2010 23:19:33 GMT


Hey Bryan,

Please disregard my previous messages about connecting to localhost.
False alarm!

Turns out I had not restarted conserver correctly (I just did
'conserver -v' and forgot to add '-p 3109').

Now it works!

  $ console -r
  127.0.0.1: version `conserver.com version 8.1.16'
  vr01.lax.digisynd.com: version `conserver.com version 8.1.16'
  $

  $ console lp02vm
  [Enter `^Ec?' for help]
  ...

For the record, this is what I have for the "lp02vm" console now:

  console lp02vm {
          master vr01.lax.digisynd.com;
          type exec;
          port 5002;
  }

I also removed the "config" entry from /etc/conserver/console.cf,
turns out it is not needed.

Thanks for the help!

-- 
Garry Dolley
ARP Networks, Inc. | http://www.arpnetworks.com | (818) 206-0181
Data center, VPS, and IP Transit solutions
Member Los Angeles County REACT, Unit 336 | WQGK336
Blog http://scie.nti.st


On Wed, Oct 13, 2010 at 07:30:55AM +0000, Bryan Stansell wrote:
> The type can be anything, in this case (try "type exec;").  But if
> you're sharing the config file (which is sounds like you're not - my
> guess is most people do, hence not noticing this before), it should be
> whatever is necessary to talk to that device (otherwise it wouldn't work
> on the other host).
> 
> That certainly looks like the reason for it failing.  Yell if not!
> 
> Bryan
> 
> On Tue, Oct 12, 2010 at 06:24:00PM -0700, Garry Dolley wrote:
> > On Tue, Oct 12, 2010 at 04:10:59AM +0000, Bryan Stansell wrote:
> > > Did you start conserver with the -R option or turn off redirects in the
> > > conserver.cf file with 'redirect [no|off|false]'?
> > > 
> > > If not, the output of conserver with a -v or even -D might be
> > > useful.  From the bits you posted, however, it sounds like it should be
> > > working...and my only guess at the moment is -R.
> > 
> > So I ran conserver with '-v' and I got this very interesting
> > message:
> > 
> > [Tue Oct 12 15:11:34 2010] conserver (16805): ERROR: [lp02vm] console type unknown [/etc/conserver/conserver.cf:67]
> > 
> > 
> > So that is probably why it won't load the 'lp02vm' console entry.
> > But, since this console exists on _another_ server, what should the
> > "type" be set to?
> > 
> > Right now I just have:
> > 
> >   console lp02vm {
> >           master vr01.lax.digisynd.com;
> >           port 5002;
> >   }
> > 
> > -- 
> > Garry Dolley
> > ARP Networks, Inc. | http://www.arpnetworks.com | (818) 206-0181
> > Data center, VPS, and IP Transit solutions
> > Member Los Angeles County REACT, Unit 336 | WQGK336
> > Blog http://scie.nti.st
> > _______________________________________________
> > users mailing list
> > users@conserver.com
> > https://www.conserver.com/mailman/listinfo/users
> _______________________________________________
> users mailing list
> users@conserver.com
> https://www.conserver.com/mailman/listinfo/users