Author Topic: Fresh install issues Ubuntu 18.04LTS Server Logs available (Everything shown)  (Read 4488 times)

Loren Tedford

  • Jr. Member
  • **
  • Posts: 58
  • I love Amateur Radio, VPS and Minecraft!
    • View Profile
    • Welcome to Lorentedford.com
So I installed Ubuntu server 18.04lts and ran apt-get update and apt-get upgrade after enabling ssh.

I used this installation documentation found here: http://ehcpforce.tk/download.php
Here is the installation logs: https://pastebin.com/RdsrMuHL
Any thoughts?


Code: [Select]
Restarting php-fpm one last time...
 
cat: /root/ehcp_service_name_search_temp_file: No such file or directory
Restarting php-fpm generically...
 
Failed to restart php5-fpm.service: Unit php5-fpm.service not found.
Failed to restart php-fpm.service: Unit php-fpm.service not found.
Failed to restart php7.0-fpm.service: Unit php7.0-fpm.service not found.
Failed to restart php7.1-fpm.service: Unit php7.1-fpm.service not found.
Failed to restart php7.2-fpm.service: Unit php7.2-fpm.service not found.


Yes I know that passwords are shown and public along with some email addresses and domain information but it helps fix ehcpforce for ubuntu 18.04 LTs i am all for it..  The server is not live on public network..

Server information:
Code: [Select]
root@webserver:/home/loren/ehcp# lscpu
Architecture:        x86_64
CPU op-mode(s):      32-bit, 64-bit
Byte Order:          Little Endian
CPU(s):              8
On-line CPU(s) list: 0-7
Thread(s) per core:  1
Core(s) per socket:  8
Socket(s):           1
NUMA node(s):        1
Vendor ID:           GenuineIntel
CPU family:          6
Model:               44
Model name:          Intel(R) Xeon(R) CPU           X5675  @ 3.07GHz
Stepping:            2
CPU MHz:             3065.794
BogoMIPS:            6131.58
Hypervisor vendor:   KVM
Virtualization type: full
L1d cache:           32K
L1i cache:           32K
L2 cache:            4096K
L3 cache:            16384K
NUMA node0 CPU(s):   0-7
Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology cpuid pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm cpuid_fault pti tsc_adjust arat
root@webserver:/home/loren/ehcp# uname -a
Linux webserver 4.15.0-47-generic #50-Ubuntu SMP Wed Mar 13 10:44:52 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
root@webserver:/home/loren/ehcp#
« Last Edit: April 10, 2019, 04:52:00 pm by Loren Tedford »

earnolmartin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 302
    • View Profile
These are not errors.  They are warnings.  Install should have worked.  Although, for some strange reason, it looks like your Ubuntu 18.04 was unable to convert the php-fpm package alias name to php7.2-fpm for some strange reason.

I made a small change to maybe help in your circumstance.  Please try a fresh install from the developer version when you get a chance (http://ehcpforce.tk/download.php#ehcpforceinstall-dev).  Which version of Ubuntu are you using?  Server edition?  Minimal?  Something else based on 18.04?
« Last Edit: April 12, 2019, 10:48:25 am by earnolmartin »

Loren Tedford

  • Jr. Member
  • **
  • Posts: 58
  • I love Amateur Radio, VPS and Minecraft!
    • View Profile
    • Welcome to Lorentedford.com
Sorry for the late reply yes it is the Server Version of Ubuntu 18.04LTS I will do reinstall on monday and get back to you here.. If i get time later tonight or tomorrow i will try and see what i can get done.. This weekend is filled up with Team practice for our ESEA csgo team..

Loren Tedford

  • Jr. Member
  • **
  • Posts: 58
  • I love Amateur Radio, VPS and Minecraft!
    • View Profile
    • Welcome to Lorentedford.com
So this is the first issue that comes up while trying to install the developer version...

Code: [Select]
root@webserver:~# apt-get install subversion
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package subversion is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'subversion' has no installation candidate


Loren Tedford

  • Jr. Member
  • **
  • Posts: 58
  • I love Amateur Radio, VPS and Minecraft!
    • View Profile
    • Welcome to Lorentedford.com
I think you guys need to rewrite your site a bit..


Code: [Select]
#run these individually....
sudo add-apt-repository universe
sudo apt update
sudo apt install subversion

##Then the rest
sudo apt-get install subversion
wait
cd ~/Downloads
if [ -e "ehcp" ]; then
    rm -Rf "ehcp"
fi
svn checkout https://github.com/earnolmartin/EHCP-Force-Edition/trunk/ehcp ./ehcp
rm -Rf .svn
cd ehcp
sudo bash install.sh
« Last Edit: April 13, 2019, 04:11:06 pm by Loren Tedford »

earnolmartin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 302
    • View Profile
Or you could fix your packages list so that package names can be resolved.  Especially common ones.  Which ISO are you using?  You must be using a very very minimal ISO which doesn't have all of the normal apt lists enabled.

Loren Tedford

  • Jr. Member
  • **
  • Posts: 58
  • I love Amateur Radio, VPS and Minecraft!
    • View Profile
    • Welcome to Lorentedford.com
Sorry about the delay I have been slammed and couldn't worry about the new server for awhile we had to launch two new mainframes since the last i posted on this.. I was using Ubuntu 18.04 LTS Minimal Server installation.. What packages should i rpm's should i have present for ubnutu 18.04 LTS server to work correctly?
« Last Edit: September 30, 2019, 11:11:49 pm by Loren Tedford »

earnolmartin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 302
    • View Profile
My /etc/apt/sources.list contains the following for Ubuntu 18.04:

Code: [Select]
deb http://archive.ubuntu.com/ubuntu bionic main restricted
deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted
deb http://archive.ubuntu.com/ubuntu bionic universe
deb http://archive.ubuntu.com/ubuntu bionic-updates universe
deb http://archive.ubuntu.com/ubuntu bionic multiverse
deb http://archive.ubuntu.com/ubuntu bionic-updates multiverse
deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu bionic-security main restricted
deb http://archive.ubuntu.com/ubuntu bionic-security universe
deb http://archive.ubuntu.com/ubuntu bionic-security multiverse

earnolmartin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 302
    • View Profile
I did update the download page with instructions in regards to adding the universe repository in case it's missing:

https://ehcpforce.tk/download.php

Thanks for letting me know that this happens with some minimal versions.

Loren Tedford

  • Jr. Member
  • **
  • Posts: 58
  • I love Amateur Radio, VPS and Minecraft!
    • View Profile
    • Welcome to Lorentedford.com
Hey thanks!! I will try and reinstall here on Ubuntu Server 18.04LTS because we are needing to move from NethServer.

Loren Tedford

  • Jr. Member
  • **
  • Posts: 58
  • I love Amateur Radio, VPS and Minecraft!
    • View Profile
    • Welcome to Lorentedford.com
My /etc/apt/sources.list contains the following for Ubuntu 18.04:

Code: [Select]
deb http://archive.ubuntu.com/ubuntu bionic main restricted
deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted
deb http://archive.ubuntu.com/ubuntu bionic universe
deb http://archive.ubuntu.com/ubuntu bionic-updates universe
deb http://archive.ubuntu.com/ubuntu bionic multiverse
deb http://archive.ubuntu.com/ubuntu bionic-updates multiverse
deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu bionic-security main restricted
deb http://archive.ubuntu.com/ubuntu bionic-security universe
deb http://archive.ubuntu.com/ubuntu bionic-security multiverse

 Ok I am having issues installing on ubuntu 18.04 lts and i think this might have been my reason some of these weren't listed in my sources.list.. I am  formatting and reinstalling with this being done..