You are not logged in.
Pages: 1
I want to open an application that uses port 9432 RPC and portmap installed to perform port mapping.
start portmap:
./etc/init.d/portmap start
The time service is enabled in etc/inetd.conf
time stream tcp nowait root internal
time dgram udp wait root internal
then restart the inetd service
and I get this error
"An error occurred when installing the port RPC 9432 to listen:
Address family not supported by protocol"
Something is wrong? need to install some server? that is Address family?
Offline
Can you retry with rpcbind ?
Offline
rpcbin => still same error.
The application is wallet litecoin-qt and litecoind
In litecoin.conf if this parameter
server=['1'|'0'] Tells *litecoin* to accept or not accept JSON-RPC commands.
server=1 Error port RPC 9432 to listen-
server=0 work wallet, but can not undermine
Offline
Pages: 1
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]