Mailing List Archive

First Timer question
Hi all,

I am a Linux Newbie and trying to get Conserver working properly.  I have
finally setup a working(?) conserver.cf file, and have started the
conserver process.  However when I run console I get the response.


[root@SERVER root]# console
console: getservbyname: conserver: No such file or directory

I've checked /etc/services and sure enough I don't see conserver.

Any thoughts, on what I am doing wrong?

Thanks,
Bill Bianco
Philadelphia, PA
bbianco@ucwphilly.rr.com

(Embedded image moved to file: pic05102.gif)
William R. Bianco Jr. Network Engineer
401 North Broad Street
Philadelphia, PA 19108
Tel: (215) 446-2249 Fax: (215) 451-4428
E-mail: william.bianco@sungard.com
Re: First Timer question [ In reply to ]
you either need to compile conserver using --with-port= and give it a
number, or add an entry for conserver in /etc/services. just follow
the other entries in the file and give it an unused port (782 is the
traditional one to use, but you can use any). then you should be able
to start up the server and client. just make sure the client and
server hosts both agree on a port number, otherwise one will listen on
one port and the other will try talking to another and you won't get
anywhere.

Bryan

On Thu, Nov 21, 2002 at 03:12:42PM -0500, William.Bianco@sungard.com wrote:
>
> Hi all,
>
> I am a Linux Newbie and trying to get Conserver working properly.  I have
> finally setup a working(?) conserver.cf file, and have started the
> conserver process.  However when I run console I get the response.
>
>
> [root@SERVER root]# console
> console: getservbyname: conserver: No such file or directory
>
> I've checked /etc/services and sure enough I don't see conserver.
>
> Any thoughts, on what I am doing wrong?
>
> Thanks,
> Bill Bianco
> Philadelphia, PA
> bbianco@ucwphilly.rr.com
>
> (Embedded image moved to file: pic05102.gif)
> William R. Bianco Jr. Network Engineer
> 401 North Broad Street
> Philadelphia, PA 19108
> Tel: (215) 446-2249 Fax: (215) 451-4428
> E-mail: william.bianco@sungard.com
>
>
>
>
>
Re: First Timer question [ In reply to ]
On 2002-11-21 at 15:12, William.Bianco@sungard.com (William.Bianco@sungard.com) wrote:

> I've checked /etc/services and sure enough I don't see conserver.

Then add it:

console 782/tcp conserver # console server