[Citadel Development] Re: TESTERS FOR CITADEL APPIMAGE NEEDED!

2021-01-19 Thread s3cr3to
Good day, using the new version provided. Last night, I stopped my server in production and copied the files from the DB. I copied them to: /usr/local/citadel/data/ (in the new VM) When I run the appImage, I start to receive the information attached to the file. After the message, it seems

[Citadel Development] Re: TESTERS FOR CITADEL APPIMAGE NEEDED!

2021-01-19 Thread IGnatius T Foobar
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? (in

[Citadel Development] Re: TESTERS FOR CITADEL APPIMAGE NEEDED!

2021-01-19 Thread s3cr3to
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

[Citadel Development] Re: TESTERS FOR CITADEL APPIMAGE NEEDED!

2021-01-19 Thread s3cr3to
One question: What things will be lost if we manage to migrate the DB? Just to be prepared. In the meantime, I am investigating if I can use this tool: https://github.com/imapsync/imapsync to migrate all the emails (after recreating the accounts) from the old to the new server "imapsync

[Citadel Development] Re: TESTERS FOR CITADEL APPIMAGE NEEDED!

2021-01-19 Thread IGnatius T Foobar
At the VERY least, you're going to need to find citadel.config and citadel.control files, and copy them to /usr/local/citadel/ along with your database in /usr/local/citadel/data/ https://www.citadel.org/file_layout.html might give some hints as to where to find the rest of the files, bu

[Citadel Development] Re: TESTERS FOR CITADEL APPIMAGE NEEDED!

2021-01-19 Thread s3cr3to
Thank you! Both files exists in the same path as the database and copied on the new server. This system is used only for email. # ls /var/lib/citadel/data/ -lh total 91G -rw--- 1 citadel citadel 363M Jan 19 14:46 cdb.00 -rw--- 1 citadel citadel 48K Jan 19 14:48 cdb.01 -rw--- 1 c

[Citadel Development] Re: TESTERS FOR CITADEL APPIMAGE NEEDED!

2021-01-19 Thread IGnatius T Foobar
Definitely move citadel.config, citadel.control, and refcount_adjustments.dat down into /usr/local/citadel/ (not in data/).    We want the database directory to contain only the database.

[Citadel Development] Re: TESTERS FOR CITADEL APPIMAGE NEEDED!

2021-01-19 Thread s3cr3to
Now te application behaved differently, I still can't connect to port 504; citserver is the process that listens on that port, right? Maybe I should(?) delete all the files and copy a new backup. citserver[5657]: libcitadel(unnumbered) citserver[5657]: main: creating lockfile citserver[565