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

Re: using conserver to link vmware virtual machines to Raritan console servers

DJ Gregor dj@gregor.com
Fri, 28 Apr 2006 15:51:54 -0700 (PDT)


On Apr 28, 2006, at 5:27 PM, Nathan Straz wrote:
On Apr 28 17:17, Christopher Fowler wrote:
This is awesome.  Does what I need it to do.  I did see a problem
when trying to gain access as a regular user

[cfowler@shuttle consoles]$ /opt/conserver/bin/console fc4
console: connect(): /tmp/conserver/0: Permission denied

Huh, I guess I never tried it as root, but I hit the same error message
when trying to run conserver (8.1.14) when compiled --with-uds. I ended
up compiling without uds support since I don't use it.

One important note is that the "--with-uds" configure option is *not* used to enable the UNIX domain socket support for consoles (in particular, for use with VMWare Server, GSX, etc.). The "--with-uds" option is to use UNIX domain sockets between the "console" client and the "conserver" server. Here's the excerpt from "configure --help":


  --with-uds[=DIR]
                          Use Unix domain sockets for client/server
                          communication [/tmp/conserver]



- djg