hi, i'm trying to print from a linux rh7.3 server but it seem icelpd won't came up.
icelp get the error wrong socket number 2346 and
commands answers ..
[root@lola xinetd.d]# telnet localhost 2346
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
[root@lola xinetd.d]# icelpd
[root@lola xinetd.d]# icelpd -c
Icelpd - ICE.TCP Print Server.
Version 4.07b.
By Roman Oliynyk.
(C) 1994 James River Group, INC.
All rights reserved.
...
I've add the following line at /etc/services file
icelpd 2346/tcp # Ice lp service
and i've add a file named icelpd in /etc/xinetd.d with the following text in it
service icelpd
{
port=2346
socket_type = stream
protocol=tcp
user=root
server=/usr/bin/icelpd
type=UNLISTED
wait=no
id = icelpd-stream
}
i've restarted the xinetd service, i've restarted the server but icelpd won't came up
where is the mistake?
TIA
Stabi