Search found 52 matches

by boka003
Fri 28. Feb 2025, 15:41
Forum: General Discussions
Topic: Reinstall Proftpd
Replies: 7
Views: 18079

Re: Reinstall Proftpd

Yes,

I have made the upgrade from Ubuntu 20 to Ubuntu 22.

But i was unable to update from Ubuntu 22 to Ubuntu 24 (Update is canceled because of FTP error)

Now I am at Ubuntu 22


Regards
by boka003
Fri 28. Feb 2025, 12:46
Forum: General Discussions
Topic: Reinstall Proftpd
Replies: 7
Views: 18079

Re: Reinstall Proftpd

I am at Ubuntu 22.04

It should be same?
by boka003
Thu 27. Feb 2025, 14:23
Forum: General Discussions
Topic: Reinstall Proftpd
Replies: 7
Views: 18079

Re: Reinstall Proftpd

admin01@servint:~$ dpkg --list | grep proftpd rc proftpd-basic 1.3.6c-2 amd64 Versatile, virtual-hosting FTP daemon - binaries iF proftpd-core 1.3.7c+dfsg-1ubuntu0.1 amd64 Versatile, virtual-hosting FTP daemon - binaries ii proftpd-doc 1.3.7c+dfsg-1ubuntu0.1 all Versatile, virtual-hosting FTP ...
by boka003
Thu 27. Feb 2025, 13:33
Forum: General Discussions
Topic: Reinstall Proftpd
Replies: 7
Views: 18079

Reinstall Proftpd

Hello, My FTP is offline and it makes me have problems during the upgrade from Ubuntu 22.04 to Ubuntu 24.04. How I can reinstall FTP? root@servint:~# sudo proftpd --configtest Checking syntax of configuration file 2025-02-27 13:00:14,519 servint.pozdrav.int proftpd[10728]: mod_dso/0.5: unable to ...
by boka003
Mon 1. Apr 2024, 09:56
Forum: Bugs / Issues
Topic: Unable to update [SOLVED]
Replies: 3
Views: 11344

Unable to update [SOLVED]

STOP - Please read the next lines carefully! 1) Please fill out the post template below completely! 2) The members of this forum provide their valuable time to help! In return, please provide as much information as possible and be specific in your error description. Posts that show little initiative ...
by boka003
Tue 26. Mar 2024, 08:06
Forum: General Discussions
Topic: Unable to update
Replies: 1
Views: 3770

Unable to update

Hello,

When I run an update on my VM, this error shows up (attachment).

Can you help me to debug the issue?


Regards
by boka003
Mon 25. Mar 2024, 15:31
Forum: General Discussions
Topic: How to increase FastCGI limits?
Replies: 10
Views: 6370

Re: How to increase FastCGI limits?

Hello,

Can you please help me debug this error at my website: https://prnt.sc/F590rSKF4uOG

It shows up when I try to update plugins.


Regards
by boka003
Wed 20. Mar 2024, 12:22
Forum: General Discussions
Topic: How to increase FastCGI limits?
Replies: 10
Views: 6370

Re: How to increase FastCGI limits?

Hello, This is a database connection plugin, and that database is inside our internal network too. I can access it using Postman. The database is big, and maybe increasing FastCGI limits can help? Because, database connection is successful, but the import shows that error. Can you please tell me ...
by boka003
Wed 20. Mar 2024, 10:12
Forum: General Discussions
Topic: How to increase FastCGI limits?
Replies: 10
Views: 6370

Re: How to increase FastCGI limits?

Hello, Thank you for your reply. I have updated my topic (problem 1 and problem 2). Problem 1 is a possible network issue, as the server is in the internal network. But, can problem 2 be solved by editing these values? Here is my keyhelp.conf file listen = /run/php/keyhelp_keyhelp.socket listen ...
by boka003
Wed 20. Mar 2024, 10:05
Forum: General Discussions
Topic: How to increase FastCGI limits?
Replies: 10
Views: 6370

How to increase FastCGI limits?

Hello there, Problem 1 . My WP website is not able to update or install new plugins: https://prnt.sc/teNLweSkqitC I have not found any error about this in my error logs. Problem 2. But I have found this log when I try to save changes at some plugin configuration: (104)Connection reset by peer ...
by boka003
Thu 5. Oct 2023, 08:17
Forum: General Discussions
Topic: Gateway Timeout
Replies: 18
Views: 7354

Re: Gateway Timeout

If someone needs the same in the future, here are all the commands that I have used pecl install sqlsrv-5.10.0 echo "extension=sqlsrv.so" > /etc/php/7.4/mods-available/sqlsrv.ini phpenmod sqlsrv /etc/init.d/php7.4-fpm restart pecl install pdo_sqlsrv-5.10.0 echo "extension=pdo_sqlsrv.so" > /etc/php/7 ...
by boka003
Wed 4. Oct 2023, 15:28
Forum: General Discussions
Topic: Gateway Timeout
Replies: 18
Views: 7354

Re: Gateway Timeout

Hello,


Yes, I have done it: https://prnt.sc/ylLklKtDnuti
And then: https://prnt.sc/HBJeUkAVX6pD


Thanks!
by boka003
Wed 4. Oct 2023, 14:49
Forum: General Discussions
Topic: Gateway Timeout
Replies: 18
Views: 7354

Re: Gateway Timeout

Thanks a lot,

All that has been done: https://prnt.sc/3TrA_8XHVBqM
But this extension still doesn't showing: https://prnt.sc/FeqooszXAxPG
by boka003
Wed 4. Oct 2023, 14:03
Forum: General Discussions
Topic: Gateway Timeout
Replies: 18
Views: 7354

Re: Gateway Timeout

Thanks, I have done that now, but still is showing same message about php.ini Build process completed successfully Installing '/usr/lib/php/20190902/sqlsrv.so' install ok: channel://pecl.php.net/sqlsrv-5.10.0 configuration option "php_ini" is not set to php.ini location You should add "extension ...
by boka003
Wed 4. Oct 2023, 13:00
Forum: General Discussions
Topic: Gateway Timeout
Replies: 18
Views: 7354

Re: Gateway Timeout

If I try to install sqlsrv via apt-get, this error shows up:

pecl/sqlsrv requires PHP (version >= 8.0.0), installed version is 7.4.3-4ubuntu2.19
No valid packages found
install failed