Openbase_dir error / proxy_fcgi:error

Yes. I raised the number of workers and timeout and all.

I took out for all 3 versions I have as of now (same for all 8.2, 8.3 & 8.4):

cat /proc/$(pgrep -f 'master.*php\/8\.3' | head -n1)/limits

Limit Soft Limit Hard Limit Units
Max cpu time unlimited unlimited seconds
Max file size unlimited unlimited bytes
Max data size unlimited unlimited bytes
Max stack size 8388608 unlimited bytes
Max core file size 0 unlimited bytes
Max resident set unlimited unlimited bytes
Max processes 63808 63808 processes
Max open files 1024 524288 files
Max locked memory 8388608 8388608 bytes
Max address space unlimited unlimited bytes
Max file locks unlimited unlimited locks
Max pending signals 63808 63808 signals
Max msgqueue size 819200 819200 bytes
Max nice priority 0 0
Max realtime priority 0 0
Max realtime timeout unlimited unlimited us

Open files are limited to 1024, which is quite low. I would increase it, starting with a value around 65535.

Example for php 8.3:

mkdir -p /etc/systemd/system/php8.3-fpm.service.d/
echo -e "[Service]\nLimitNOFILE=65535" > /etc/systemd/system/php8.3-fpm.service.d/override.conf
systemctl daemon-reload
systemctl restart php8.3-fpm.service

Check again that open files limit has been raised:

cat /proc/$(pgrep -f 'master.*php\/8\.3' | head -n1)/limits
2 Likes

Thanks mate. Yes they changed, but the hard limit also changed to 65535 from 524288. I made this change for all 3 versions. Just to be on the safer side.

Should I rerun my NC & RSSBridge and see if they still misbehave? Do you believe it will be wise to do that?

It’s ok, that’s normal.

Yes, you should try it.

1 Like

So I tried both. They still kept breaking fpm. Broke all my sites.
So had to suspend for now. At least until I can find some alternative or some way to get it fixed.
The RSS is also a culprit as I checked both alternatively.
Let’s see. Thanks again for spending so much time on this. I really appreciate it.

1 Like

Basically it just went haywire. So I turned off both and now it has been almost 21 hours without any issues.

There maybe one issue tomorrow on some rrd cron or something which keeps giving mysql error 15. Not sure what that is, but that one causes my system to crash as well. I was not sure if it was due to NC or RSSBridge. Will get to know more tomorrow, if it crashes my system or even mysql.

1 Like

Okay, nothing wrong anymore. Daily at my 3AM apache2 & bind auto-reboot, and everything runs smoothly. Just not sure why these 2 reboot daily.
Anyways, everything working fine without the NC & RSSBridge now.
Not sure if there is any simple and lightweight alternative to NC, which I can use, as I do need files option.

You could check SeaFile. They have a free and open source Community Edition and a Pro version free for 3 users.

OpenCloud is pretty new, and the docs aren’t great yet… especially the part about installation.

I already tried to get it work, but it is like it only works on limited or specific architectures and setups.
Few people in one private forum has mentioned the same.

Waiting for it to mature.

As for seafile, I am not good with a lot of things, so I get confused in between the steps, which caused twice my setups to fail. lols.

Will retry them in a few days time. :slight_smile: