Language:
switch to room list switch to menu My folders
Go to page: 1 2 3 4 5 [6] 7 8 9 10 ... Last
[#] Sat Aug 19 2023 20:58:07 EDT from sentinel

Subject: My installation gets stuck

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

Can you please help me know how to troubleshoot my problem?

I have used the curl https://easyinstall.citadel.org/install | bash command to install the citadel server.

I have used the default settings except the administrator name and password. 

I get the following and it stops. I can't find where the logs are kept to review the logs to see why it stops. Can anyone help me?

Restarting Citadel server to apply changes

[************************************************************************....]

I have tried this three times and it stops here every time.

Thank you for any help you can offer.

 

 



[#] Wed Aug 23 2023 11:52:49 EDT from IGnatius T Foobar

Subject: Re: My installation gets stuck

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

Try the container version instead. It's easier to maintain.

[#] Sun Aug 27 2023 02:22:47 EDT from LadySerenaKitty

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

Ugh!

So a couple days ago Citadel failed to auto-reload the cert files, so I decided to try "doas service citserver restart" but that ended up with an "Unexpectedly terminated" message in the Aides room (also does Citadel not maintain its pid file?).

Now the database is all goobered up!  All mew messages don't show up in my mail clients and in WebCit they're just ERROR: #

 

wtf happened?  db_recover and database_cleanup.sh aren't doing shit to correct this.  kinda missing some important messages here!



[#] Sun Aug 27 2023 04:40:20 EDT from LadySerenaKitty

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

Apparently after using database_verify.sh, firing up citserver again just re-corrupts it?  dafuq?

Can we just move to MariaDB instead of whatever this is?



[#] Sun Aug 27 2023 14:11:09 EDT from IGnatius T Foobar

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

Follow along in the development room and you'll see that I am working as fast as possible to set us up for backends other than Berkeley DB. In other news, the most recent commit fixes the problem some people have been having with the Berkeley DB backend, so we have two ways to win. Believe me, I am as frustrated as you are, and Citadel is my pride and joy so it WILL be addressed.

[#] Sun Aug 27 2023 14:27:56 EDT from LadySerenaKitty

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

Okay but it also isn't building on FreeBSD.  I'll post a FreeBSD VM guide so you can set up a VM and do local testerings.

Sun Aug 27 2023 14:11:09 EDT from IGnatius T Foobar
Follow along in the development room and you'll see that I am working as fast as possible to set us up for backends other than Berkeley DB. In other news, the most recent commit fixes the problem some people have been having with the Berkeley DB backend, so we have two ways to win. Believe me, I am as frustrated as you are, and Citadel is my pride and joy so it WILL be addressed.

 



[#] Sun Aug 27 2023 16:27:23 EDT from IGnatius T Foobar

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

Will do. I'll do that as soon as I figure out the deadlock issue that is appearing on my load test system. This current version of the backend is exceptionally stable and I want to get it out to everyone.

[#] Mon Aug 28 2023 17:11:18 EDT from IGnatius T Foobar

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


As of right now, Uncensored is now running on what will hopefully become the next release version of Citadel.

I'm getting MUCH more reliable database performance, and we're working on fixing the FreeBSD compatibility issues.

[#] Tue Aug 29 2023 22:54:15 EDT from IGnatius T Foobar

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


Just a quick update: the database continues to be far more reliable than in the previous version, and y'all are going to love it. However, it exposed a bug in the full text indexer, which we are working out now.

The next version will drop soon, and you're gonna love it!

[#] Wed Aug 30 2023 13:48:07 EDT from LadySerenaKitty

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

Full text search is a nice-to-has, disable it for release and RELEASE.

Also make sure it builds/workses on FreeBSD.

Tue Aug 29 2023 22:54:15 EDT from IGnatius T Foobar

Just a quick update: the database continues to be far more reliable than in the previous version, and y'all are going to love it. However, it exposed a bug in the full text indexer, which we are working out now.

The next version will drop soon, and you're gonna love it!

 



[#] Wed Aug 30 2023 17:30:25 EDT from IGnatius T Foobar

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

Full text search is a nice-to-has, disable it for release and
RELEASE.

You know I can't do that. It will break some important workflow at some site that depends on it. I cannot in good conscience release software that is incomplete or has known defects.

The good news is that the indexer isn't locking up anymore when combined with the new and more robust database layer. There is just some cleanup work to do. And yes, I am testing it on FreeBSD.

[#] Wed Aug 30 2023 20:09:20 EDT from nonservator

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

Search works in so few places these days that it would be an even bigger shame not to have it work in Citadel.



[#] Thu Aug 31 2023 00:27:24 EDT from IGnatius T Foobar

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

Citadel also uses its search index to do things like email address autocompletion.

Anyway, it's finished so we don't have to worry about it. The code is more simple, too, eliminating the index cache because modern systems are going to mmap the relevant parts of the database anyway.

All that's left to do is tune it up on FreeBSD, because Kitty asked nicely and needs this soon.

[#] Thu Aug 31 2023 01:07:55 EDT from LadySerenaKitty

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

BSD! BSD! BSD! BSD! BSD!

Thu Aug 31 2023 00:27:24 EDT from IGnatius T Foobar

All that's left to do is tune it up on FreeBSD, because Kitty asked nicely and needs this soon.

 



[#] Thu Aug 31 2023 10:00:33 EDT from Nurb432

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

What about 9Front?

( just kidding )

Thu Aug 31 2023 12:27:24 AM EDT from IGnatius T Foobar
Citadel also uses its search index to do things like email address autocompletion.

Anyway, it's finished so we don't have to worry about it. The code is more simple, too, eliminating the index cache because modern systems are going to mmap the relevant parts of the database anyway.

All that's left to do is tune it up on FreeBSD, because Kitty asked nicely and needs this soon.

 



[#] Fri Sep 01 2023 16:42:31 EDT from IGnatius T Foobar

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

What about 9Front?

You do the work :)

I like the 9front web site though. I especially like how their "code of conduct" is Asimov's three laws of robotics. It's *almost* as awesome as Citadel's CoC.

[#] Sun Sep 03 2023 21:21:18 EDT from LadySerenaKitty

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

So ... I'm at a friend's place and I saw what webcit is doing with unauthenticated users.  All rooms just use the mailbox view, if you select another view and then try to go to a different page, it just reverts to mailbox view.

Thought y'all should know.



[#] Mon Sep 04 2023 06:52:46 EDT from Nurb432

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

i could be wrong ,but would it not default to what the last person used before the current?

Sun Sep 03 2023 21:21:18 EDT from LadySerenaKitty

So ... I'm at a friend's place and I saw what webcit is doing with unauthenticated users.  All rooms just use the mailbox view, if you select another view and then try to go to a different page, it just reverts to mailbox view.

Thought y'all should know.



 



[#] Tue Sep 05 2023 20:12:26 EDT from cd

Subject: Creating server with https

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

I followed instructions here:

https://citadel.org/how_to_install_a_certificate_signed_by_a_recognized_certificate_authority.html

 

but my server doesn't have https working (I know I need let's encrypt, but I'm starting with the basics for now). One thing that I didn't see was a webcit keys directory in usr/local/webcit. Do you know if that is why the server is only http, or is there something else to do?

 

Thanks,
cd



[#] Tue Sep 05 2023 22:02:26 EDT from IGnatius T Foobar

Subject: Re: Creating server with https

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

but my server doesn't have https working (I know I need let's
encrypt, but I'm starting with the basics for now). One thing that I
didn't see was a webcit keys directory in usr/local/webcit. Do you
know if that is why the server is only http, or is there something
else to do?

Hmm, that seems to be an old document. The one you want is here:

[ https://citadel.org/sslcertificates.html ]

Sorry for the confusion.

Go to page: 1 2 3 4 5 [6] 7 8 9 10 ... Last