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 ... 20
1
General / Re: Update Log
« on: September 22, 2023, 10:30:45 am »
Update released.

2
Technical Help / Re: *Solved* Since Debian 12 no mail input and output
« on: September 15, 2023, 04:02:06 pm »
Good catch.  Thanks for posting your solution.

3
Technical Help / Re: Since Debian 12 no mail input and output
« on: August 14, 2023, 04:36:17 pm »
You should be able to restore from it.  I don't see why that wouldn't work.

The installer should install the latest version of php available in apt for the operating system you're using.

Looks like I'm running PHP 8.2.7 on my Debian 12 virtual machine post install of EHCP using the development version.

4
Technical Help / Re: Since Debian 12 no mail input and output
« on: August 10, 2023, 01:21:05 pm »
The email account doesn't exist in the database.  Recreate it

Also, python3 is what is needed now (with the latest code changes) for Debian 12.  Not 2 anymore.

I'd recommend you do a full-reinstall of Debian 12 and run the Download & Install Latest Version of EHCP Force Edition (Developer Version) instructions.

5
Technical Help / Re: Since Debian 12 no mail input and output
« on: August 09, 2023, 01:18:08 pm »
Please try running the Update to Latest Code (Developer Version) instructions on the download page.

It may be too late for your installation of Debian (if Python 2 has been installed), but I have converted the python authentication scripts over to Python 3, so they should now work natively out of the box.  This only applies to Ubuntu 23+ and Debian 12+.  Earlier versions continue to use the Python 2 scripts.

Let me know...

6
Technical Help / Re: Since Debian 12 no mail input and output
« on: August 09, 2023, 09:59:09 am »
The installer / upgrader manually compiles and installs Python 2 if it's missing.

That's why I find it odd that running the updater script isn't fixing it for you.  It should:  https://github.com/earnolmartin/EHCP-Force-Edition/blob/0a0f7ea77fa0469780fa287d714848fea91ccead/ehcp/ehcpforceupdate.sh#L3382

7
Technical Help / Re: Since Debian 12 no mail input and output
« on: August 08, 2023, 05:06:42 pm »
No, if you install it on a fresh install of 12, it will install Python 2 and configure it. 

I'm not sure why it won't install using the script.  Can you send me ssh access to your server via a PM?

8
Technical Help / Re: Since Debian 12 no mail input and output
« on: August 08, 2023, 04:48:34 pm »
No, it no longer has a package because they're really discouraging its use, but I haven't rewritten the scripts to work with Python 3 yet... though it shouldn't be too tough.  This is probably something that will be done in the near future.

The installer / updater script should install it for you if you're missing it though... surprised it didn't?

9
Feature Requests / Re: Include more directories/files in backup
« on: August 08, 2023, 04:47:22 pm »
While I think this is a great idea, the configuration for some of these packages change as the OS is upgraded.

Thus, I don't think it will be implemented for now. 

You should be able to copy all of the relevant config sections manually though.


10
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.

11
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.

12
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?

13
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.

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

15
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.

Pages: [1] 2 3 ... 20