Author Topic: *Solved* New installation Debian 10 in a Proxmox 6.x LXC  (Read 2073 times)

spicer

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
    • ltspiceusers.ch
*Solved* New installation Debian 10 in a Proxmox 6.x LXC
« on: January 24, 2020, 09:28:10 pm »
The install process seems good.
But first enter to the GUI says:

Not Found
The requested URL was not found on this server.
Apache/2.4.38 (Debian) Server at 192.168.1.51 Port 80

Is EHCP force still not compatible with Debian 10?

Edit:
Ubuntu 18.04 Server works ootb
« Last Edit: September 15, 2023, 10:20:53 pm by spicer »
Translator for german EHCPforce

spicer

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
    • ltspiceusers.ch
Re: New installation Debian 10 in a Proxmox 6.x LXC
« Reply #1 on: January 27, 2020, 08:38:22 am »
I found the solution.
In /etc/apache2/apache2.conf two lines are faulty.
See attachement.
Translator for german EHCPforce

earnolmartin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 302
    • View Profile
Re: New installation Debian 10 in a Proxmox 6.x LXC
« Reply #2 on: January 29, 2020, 12:49:20 pm »
I ran through an unattended installation on Debian 10 yesterday (1/28/2020), and it worked flawlessly for me out of the box.  I didn't have to adjust anything for Apache2.  What version of Apache2 are you running?  Also, where can I obtain the Debian 10 image that Proxmox uses so that I can test this further?  If you're having this strange issue, it's probably a result of the installer not doing something correctly.

Please let me know.

spicer

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
    • ltspiceusers.ch
Re: New installation Debian 10 in a Proxmox 6.x LXC
« Reply #3 on: January 29, 2020, 01:42:39 pm »
I have now installed a debian 10 as a LXC container.

apt update
apt upgrade

then from https://ehcpforce.tk/download.php
Prerequisites > Ubuntu Only
as root

apt-get install software-properties-common
apt-get install wget subversion curl

Downloads > Download & Install EHCP Force Edition (Stable)

wget -O "ehcpforce_stable_snapshot.tar.gz" -N https://github.com/earnolmartin/EHCP-Force-Edition/releases/download/1.1.1.1/ehcpforce_stable_snapshot.tar.gz
tar -zxvf "ehcpforce_stable_snapshot.tar.gz"
cd ehcp
bash install.sh

It works!

"Ubuntu only" is very unfortunate in the heading because it is also required by Debian (point 1 and 4).
« Last Edit: January 29, 2020, 01:48:40 pm by spicer »
Translator for german EHCPforce

earnolmartin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 302
    • View Profile
Re: [solved] New installation Debian 10 in a Proxmox 6.x LXC
« Reply #4 on: January 30, 2020, 10:17:46 am »
Hmmm, strange.  I think it depends on the image then.  Most of the time, you don't have to run those commands.  I will mark it as Ubuntu and Debian.