Subject: Re: Concerning tha last two posts in Support Room.
Specify please what you want to solve the problem. Do you want to have access to my server? Stack trace? How I obtain it?
Sat Sep 20 2025 18:08:00 UTC from IGnatius T Foobar Subject: Re: Concerning tha last two posts in Support Room.Sorry again.
This night happened again. More coredumps. I updated the citadel. It installed and compiled a version but it remained the same version number. Did that attended my problem?
If not a send the new coredumps.
https://luisgo.pro/down/coredumps3.zip
I hope that you solved or are solving this problem.
Let see that if or not happen again.
Unfortunately, your core dumps are not useful to anyone because they are specific to your citserver binary. I suppose if you include your citserver binary it might be useful, otherwise a stack trace is better.
In your case, we're just seeing so many weird things on your system that don't happen anywhere else. It's difficult to pin down why. I would strongly suggest that you give some consideration to moving to the containerized version of the Citadel system. It is lovingly built for you in a carefully controlled environment. Perhaps switch to the container version, and if necessary, do a ctdldump/ctdlload on your existing data.
And of course take lots of backups before doing anything.
Subject: Re: Concerning tha last two posts in Support Room.
Specify please what you want to solve the problem. Do you want to have access to my server? Stack trace? How I obtain it?
Stack trace would be far more helpful than what you are currently trying to do. Since you seem to have the ability to produce core dumps, you are halfway there already.
After a core dump, do this:
gdb /usr/local/citadel/citserver core.xxxxxxxxx (use the name of your core file)
The debugger will open, and show you where it crashed. Now type:
thread apply all bt
And post the output. it should show lots of filenames and line numbers.
Hi,
two problems to solve - could you please give me a tip:
1. After sending email, massage goes to SMTP queue. I should expect that it will be send stright after. In my server email will be send after 8-10minutes. There is big delay. I notice also that:
next attempt to send have date "sty 01 1970". Server date is correct. Is this connected?
2. After my problem with server hang (few weekes ago I send here information about that) I notice that in "Aida" directory there are planty of meassages to today. Server is generating it reapetly after few minutes:
How I can remove this from queue? Where is is coz it should be somewhere and can not find it.
J.K.
navigate to https://easyinstall.citadel.org/
you'll find the site is down
i am trying to install citadel using sudo curl https://easyinstall.citadel.org/install | bash
Instructions for which i found on https://www.citadel.org/easyinstall.html
anyone know why site is down
also, is a copy of the easyinstall script available elsewhere?
thanks - ericsondatasystems
2. After my problem with server hang (few weekes ago I send here
information about that) I notice that in "Aida" directory there are
planty of meassages to today. Server is generating it reapetly after few
minutes:
Sounds like someone dumped a big pile of boomerang spam at your site, maybe?
The queue is in a hidden room called __CitadelSMTPspoolout__
You can delete from there.
navigate to https://easyinstall.citadel.org/
you'll find the site is down
My fault. I did some DNS maintenance yesterday and accidentally nuked that record. Thanks for reporting it. It's fixed now.
don’t see those messages in that queue. Previously, I had to remove those messages directly from the DB because Citadel was crashing with a segmentation fault. Is it possible I didn’t remove them from all the required places?
In the Citadel console I also see:
paź 15 14:55:40 xxx citserver[328259]: citserver[328259]: msgbase: message #11040 was not found
paź 15 14:55:40 xxx citserver[328259]: msgbase: message #11040 was not found
Could these be ghost/orphaned messages?
2. After my problem with server hang (few weekes ago I send here
information about that) I notice that in "Aida" directory there are
planty of meassages to today. Server is generating it reapetly after few
minutes:
Sounds like someone dumped a big pile of boomerang spam at your site, maybe?
The queue is in a hidden room called __CitadelSMTPspoolout__
You can delete from there.