Language:
switch to room list switch to menu My folders
Go to page: First ... 13 14 15 16 [17] 18 19
[#] Mon Mar 11 2024 13:21:26 EDT from stormytramp

Subject: Just Started Getting BDB 2055 Locks error and error 12 of bdb fetch

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

I have 13GB attached to system and the server is core dumping with 8500+ log filees. Started this morning

on 996

 



[#] Mon Mar 11 2024 19:02:26 EDT from IGnatius T Foobar

Subject: Re: Just Started Getting BDB 2055 Locks error and error 12 of bdb fetch

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

If you have 8500+ log files, and you haven't configured your system to keep log files online after they're committed, you are under attack. Something is writing to the database very, very quickly.

[#] Thu Mar 14 2024 07:58:04 EDT from mkuhn

Subject: Citadel 996 Easy Install on Debian System aborts

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

Hi,

I am running Citadel 996 on an Odroid C2.  While upgrading Citadel to a newer version with Easy Install, the installation aborts during the "Installing Citadel" process.  Could you point me in a direction that helps me to solve the issue?

Tx,

Mike

 

 Installing Citadel...

 

Running the configure script to create config.mk

 

Testing for OpenSSL...

Testing for iconv...

iconv.h is present and requires no additional libraries

Testing for lresolv...

Testing for lintl...

Testing for lcrypt...

# config.mk is generated by configure

CTDLDIR := /usr/local/citadel

CC := gcc

CFLAGS :=  -I/usr/local/ctdlsupport/include  -g -DHAVE_OPENSSL -DBUILD_ID=\"24074\" -DCTDLDIR=\"/usr/local/citadel\"  -I/usr/local/ctdlsupport/include  -g

LDFLAGS := -L/usr/local/ctdlsupport/lib -Wl,--rpath -Wl,/usr/local/ctdlsupport/lib  -lssl -lcrypto -lz

LRESOLV := -lresolv

LINTL :=

BACKEND_LDFLAGS := -ldb

CHKPW := chkpw chkpwd

 

server/backends/berkeley_db/berkeley_db.c

server/backends/common/database.c

gcc -I/usr/local/ctdlsupport/include  -g -DHAVE_OPENSSL -DBUILD_ID=\"24074\" -DCTDLDIR=\"/usr/local/citadel\"  -I/usr/local/ctdlsupport/include  -g -L/usr/local/ctdlsupport/lib -Wl,--rpath -Wl,/usr/local/ctdlsupport/lib  -lssl -lcrypto -lz utils/ctdldump.c server/backends/berkeley_db/berkeley_db.o server/backends/common/database.o -lcitadel -lz -ldb -lpthread -o ctdldump

/usr/bin/ld: /usr/local/ctdlsupport/lib/libdb.a(os_yield.o): in function `__os_yield_ctdl':

os_yield.c:(.text+0xc4): undefined reference to `pthread_yield'

collect2: error: ld returned 1 exit status

gmake: *** [Makefile:60: ctdldump] Error 1

 
 


[#] Fri Mar 15 2024 15:28:04 EDT from IGnatius T Foobar

Subject: Re: Citadel 996 Easy Install on Debian System aborts

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

I am running Citadel 996 on an Odroid C2.  While upgrading Citadel
to a newer version with Easy Install, the installation aborts during
the "Installing Citadel" process.  Could you point me in a direction
that helps me to solve the issue?

What operating system are you running on your Odroid? Is it Ubuntu, Fedora, Arch, Armbian ... and what version?

[#] Sat Mar 16 2024 02:46:32 EDT from mkuhn

Subject: Re: Citadel 996 Easy Install on Debian System aborts

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

I am on Debian Bookworm (dietpi)



[#] Mon Mar 18 2024 07:18:52 EDT from wfischer

Subject: Modifying file structure

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

I am running Citadel on a Raspi. I would like to keep the installation on its SD card but would like all the data (mail contents, ...) to be stored on an external USB SSD. Can I change the file structure in an installed system or only at compile time?



[#] Mon Mar 18 2024 09:54:27 EDT from stormytramp

Subject: Just Started Getting BDB 2055 Locks error and error 12 of bdb fetch

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

I have 13GB attached to system and the server is core dumping with 8500+ log filees. Started this morning

on 996

 



[#] Mon Mar 18 2024 15:25:44 EDT from Nurb432

Subject: Re: Just Started Getting BDB 2055 Locks error and error 12 of bdb fetch

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

LG answered your question a few posts above.  

Mon Mar 18 2024 09:54:27 EDT from stormytramp Subject: Just Started Getting BDB 2055 Locks error and error 12 of bdb fetch

I have 13GB attached to system and the server is core dumping with 8500+ log filees. Started this morning

on 996

 



 



[#] Mon Mar 18 2024 15:38:51 EDT from IGnatius T Foobar

Subject: Re: Citadel 996 Easy Install on Debian System aborts

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

I am on Debian Bookworm (dietpi)

Unfortunately I don't have a "dietpi" system to test on. I did try it on regular Debian, the latest version (bookworm) on an ARM system and it completed the build without that error.

You might try running the Docker version instead of building the Easy Install.

[#] Mon Mar 18 2024 15:39:58 EDT from IGnatius T Foobar

Subject: Re: Modifying file structure

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

I am running Citadel on a Raspi. I would like to keep the
installation on its SD card but would like all the data (mail
contents, ...) to be stored on an external USB SSD. Can I change the
file structure in an installed system or only at compile time?

Sure, that's pretty easy. The database is in /usr/local/citadel/data and you can just make that a symbolic link to a location on your SSD. Or if that's the only thing on your SSD then you can simply mount it there.

[#] Tue Mar 19 2024 06:21:11 EDT from wfischer

Subject: Re: Modifying file structure

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

Thanks. In the meantime, however, I have decided to re-install Citadel directly on the SSD. In this course I discovered that in the installation script there are errors. Towards the end of the script there are absolute paths rather than the symbolic ones defined in the customizable section in the beginning. The script also does not overwrite existing systemd entries. If these have not been properly deleted before the installation won't work.



[#] Tue Mar 26 2024 12:58:45 EDT from sroland81

Subject: Newbie questions

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

Hi, i managed to install Citadel docker image and created a few accounts. But i'm having this problem/questions

1) Can i change the language of the platform? It only shows English option.

2) I cannot update the Login icon, when i upload it, it says it Cannot open image/hello, Not such file or directory, the same with the logout logo

3) Is there any guide on configuring the News server?

Thank you all, it is great to be here.

 

Best regards.



[#] Mon Apr 01 2024 01:04:12 EDT from punkygdog

Subject: new install webmail says invalid recipient

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

I have successfully installed citadel as a local only server at the moment, i am able to get incoming mail from my production server, however, when i try to send an email to my production server, the citadel server rejects it as an invalid recipient. 

 

i am lost, any ideas how to correct this error? I am sure it is a setting i missed somewhere

 



[#] Mon Apr 01 2024 18:43:04 EDT from IGnatius T Foobar

Subject: Re: Newbie questions

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

3) Is there any guide on configuring the News server?

The NNTP server was an experimental addition to the system. It is read-only, unmaintained, and unsupported.

[#] Mon Apr 01 2024 18:43:53 EDT from IGnatius T Foobar

Subject: Re: new install webmail says invalid recipient

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

I have successfully installed citadel as a local only server at the
moment, i am able to get incoming mail from my production server,
however, when i try to send an email to my production server, the
citadel server rejects it as an invalid recipient. 

Are you using the same email domain on your local and remote servers?

If so, then Citadel will look at its own directory to determine what is and is not a valid address.

[#] Mon Apr 01 2024 18:57:41 EDT from punkygdog

Subject: Re: new install webmail says invalid recipient

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

I don't think so, hmailserver runs on a windows 10 machine using grundycountymoema.com while citadel server runs on a different box under linux mint.

i do have a domain alias setup for my domain, do i need to remove it?



[#] Tue Apr 02 2024 06:29:21 EDT from keips

Subject: Correct syntax for Smart Hosts

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

Hello,

 

I've installed Citadel on a Raspberry Pi 3B+ and seem to have done so correctly since I can receive mails.

Alas, probavly becuase I don't have a static IP and my ISP gives me random public address, outcoming mails are rejected by every recipient I tried (gmail, outlook, others..)

I read a bit here and there and it seems I might be able to avoid these blocks though a 3rd party SMTP service, so I chose Brevo.

Correct me if I'm wrong but I'm supposed to add their host (smtp-relay.brevo.com) under "Administration" -> "Domain names and Internet mail configuration" -> "Smart hosts" on the web interface of my citadel setup, right?

Problem is the host requires authentication via a login: user@domain.tld and a password: password (these are placeholders) and port:587.

Tried some combination but can't get throgh anything at Brevo, their log is empty. I'm wondering if there might be some sort of specific syntax for I don't know the user being an email address... maybe?

https://www.citadel.org/relay.html

https://www.citadel.org/mail_terms.html

Found these two guides but I'm not sure about what to input exactly or if there's another way tinkering maybe a config file manually on the Pi?

Any help would be greatly appriciated!

 

Thanks for hearing me out.



[#] Tue Apr 02 2024 13:03:26 EDT from IGnatius T Foobar

Subject: Re: Correct syntax for Smart Hosts

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

Problem is the host requires authentication via a login:
user@domain.tld and a password: password (these are placeholders) and

Try it like this:

smtp://user%40domain.tld@smtp-relay.brevo.com:587

Let me know if that worked and if so I'll add it to the docs; if not we'll find another workaround.

[#] Tue Apr 02 2024 17:09:38 EDT from keips

Subject: Re: Correct syntax for Smart Hosts

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

Worked like a charm!

I was on the right track: if the username is complete mail address the first @ that is find on the string is the one that is supposed to be followed by the host name.

If this is the case, yes the first @ needs to be replaced with %40

Please note that in your line you forgot the ":password" part, be sure to include that in the documentation should you decide to insert the workaround in there.

Other than that, thank you very much for the help!



[#] Tue Apr 02 2024 18:06:35 EDT from IGnatius T Foobar

Subject: Re: Correct syntax for Smart Hosts

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

Excellent.

I have updated https://www.citadel.org/relay.html with the above information.
If you could check that to see if it matches your experience I would be grateful.
Thank you for being a partner in developing a solution, and thank you for using Citadel. Please spread the word.

Go to page: First ... 13 14 15 16 [17] 18 19