Language:
switch to room list switch to menu My folders
Go to page: First ... 7 8 9 10 [11]
[#] Thu Jun 25 2026 19:16:45 EDT from IGnatius T Foobar

Subject: Re: Easy Install - upgrade to latest version fails

[Reply] [ReplyQuoted] [Headers] [Print]

Citadel is installed on debian bullseye (v-server)

I'm sorry, but you can't run Easy Install on a Linux that old. I was able to fix the Berkeley DB build issue, but then ran into OpenSSL problems. bullseye still uses OpenSSL 1.1.1 and we need OpenSSL 3.0.

But that doesn't mean you're out of luck!

I tested the Docker distribution of Citadel on a bullseye system and it runs great!

So all you need to do is

apt install docker.io
docker run -it --rm citadeldotorg/citadel -c

That'll run a test for you; the test should end with:
"/usr/local/bin/ctdlvisor: binary compatibility CONFIRMED! You CAN run Citadel in a container on this system."

Once that test succeeds, go to https://www.citadel.org/docker.html to get the instructions on how to run a permanent installation.

Thank you for trying Citadel!

[#] Fri Jun 26 2026 06:40:08 EDT from cybero2912

Subject: Re: Easy Install - upgrade to latest version fails

[Reply] [ReplyQuoted] [Headers] [Print]

Hi and thx for your answer,

I don't like docker, seems time for a reinstallation with aktual debian has come

 

PS: last upgrade to version: 17792232 has run without any problems

 

regards robert



[#] Fri Jun 26 2026 08:48:52 EDT from cybero2912

Subject: Re: Easy Install - upgrade to latest version fails

[Reply] [ReplyQuoted] [Headers] [Print]

I upgraded the server to debian bookworm and that did the trick, latest version of citadel is up an running

 

thx a lot

regards robert



[#] Fri Jun 26 2026 13:08:50 EDT from ShinyToaster

Subject: How to stop and start Citadel in docker

[Reply] [ReplyQuoted] [Headers] [Print]

I'm using docker via calima on MacBook Pro M1. Works fine on the initial run but not working after stopping and starting.

Did the following.

 

mkdir /usr/local/citadel

docker run -d --restart=unless-stopped --network host --volume=/usr/local/citadel:/citadel-data --name=citadel citadeldotorg/citadel

 

# Stopped citadel

docker stop citadel

 

# Start citadel

docker start citadel

 

# Result when trying to connect from browser

This program was unable to connect or stay connected to the Citadel server. Please report this problem to your system administrator.

Read More...

 

Am I stopping and starting Citadel wrong?

Does Citadel have a search function?



Go to page: First ... 7 8 9 10 [11]