Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - earnolmartin

Pages: 1 [2] 3 4 ... 21
16
Bugs / Re: vsftpd not works after latest EHCP update
« on: August 08, 2023, 04:16:57 pm »
Can you post your /var/log/auth.log files.

17
Technical Help / Re: Since Debian 12 no mail input and output
« on: August 08, 2023, 04:15:44 pm »
Same problem as your VSFTPD one.

Python 2 powers the authentication process for emails and ftp.

What is the output of:

Code: [Select]
python -V
And the output of:

Code: [Select]
pip -V
If it does not show Python 2 for each, that's the problem.  python must link to python2 and pip must link to pip2.

For running Python 3 applications, use python3 / pip3.  But python2 / pip2 need to be the defaults for python.

18
Bugs / Re: Improper removal of a subdomain
« on: August 08, 2023, 03:20:41 pm »
I don't think the daemon had enough time to run through its operations.  Are you able to reproduce this still?

19
Bugs / Re: vsftpd not works after latest EHCP update
« on: August 08, 2023, 03:14:55 pm »
Re-run the Update to the Latest EHCP Force Edition (Stable) instructions.  Also, if you've disabled Python 2 on your system, authentication will not work.  Check your /var/log/auth.log file.

20
General / Re: Debian Bookworm
« on: July 25, 2023, 05:15:58 pm »
Awesome, thanks for testing. 

21
General / Re: Update Log
« on: July 25, 2023, 03:32:59 pm »
Update has been released to support Debian 12 along with some other minor changes.

22
General / Re: Debian Bookworm
« on: July 15, 2023, 06:56:32 pm »
Yes, as long as you install it from the [Download & Install Latest Version of EHCP Force Edition (Developer Version)] instructions.

I've been testing it on Debian 12 all of last week (coincidentally) and would love for some more help and testing if you could give it a shot! 

23
General / Re: Update Log
« on: March 03, 2023, 01:43:33 pm »
Update released with new functionality and features.

24
General / Re: Update Log
« on: January 09, 2023, 04:04:06 pm »
Minor update released.

25
General / Re: Update Log
« on: December 06, 2022, 08:48:27 pm »
Minor update released.

26
Technical Help / Re: Since upgrade to Debian 11
« on: December 06, 2022, 08:37:22 pm »
I believe the mysql library is deprecated.  I think you can install it, and then the error would go away.  That, or you can remove the loading call from php.ini for that library.

mysqli is the standard now.

27
The new release that I'm making shortly will hopefully address some of these issues.

I found some problems via testing just now, so thanks for letting me know.  However, for now, Python 2 is still needed.

28
General / Re: Update Log
« on: October 24, 2022, 12:18:48 pm »
Minor update released for Ubuntu 22.04 and some Debian issues.

29
Python 2 is required due to several modules using Python 2, and the default system wide python binary must be version 2.x for EHCP to work properly.   I believe a fresh install on Debian 11 will fix this issue, as it will install Python 2 as needed.

30
I'm not sure, but you shouldn't have to edit anything in the postfix configuration files.  Just use the panel advanced settings to setup what is needed.

Pages: 1 [2] 3 4 ... 21