It doesn't connect, I tried it locally:
telnet 127.0.0.1 504
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
And from my PC
telnet 192.168.16.33 504
Trying 192.168.16.33...
telnet: Unable to connect to remote host: Connection refused
# ps -eaf|grep cit
root 5039 5033 0 13:22 pts/1 00:00:00 webcit -x9
-h/tmp/.mount_Citade4HeMih/usr/local/webcit -p80 uds /usr/local/citadel
root 5040 5033 0 13:22 pts/1 00:00:00 webcit -x9
-h/tmp/.mount_Citade4HeMih/usr/local/webcit -s -p443 uds /usr/local/citadel
root 5344 5033 3 13:27 pts/1 00:00:00 [citserver] <defunct>
...
root 5408 5033 2 13:28 pts/1 00:00:00 [citserver] <defunct>
...
root 5432 5033 3 13:28 pts/1 00:00:00 [citserver] <defunct>
On 1/19/21 11:20 AM, IGnatius T Foobar wrote:
And I can't connect to webcit:
This program was unable to connect or stay connected to the Citadel
server. Please report this problem to your system administrator.
I wonder if it won't work for me to copy the DBs from my current
version: Citadel 8.17 with WebCit 8.17, server build 8.17? (instaled on
debian from .deb files)
The copy of your database /should/ upgrade in-place, as long as you're
running it on the same CPU type (64-bit x86) as the source system. We
might be looking at a problem with converting from LHFS to Consolidated
file layouts? There are definitely going to be things missing if you're
running 8.17 and only copied the database ... but it should at least start.
What happens when you try to connect to port 504 while the appimage is
running?