@Tom-Elliott Thank you again Tom. The installer script successfully completes. All appears to be running, now to test.
Posts made by ttjrm1
-
RE: Latest git fails during install on arch linux
-
RE: Latest git fails during install on arch linux
@Tom-Elliott Your welcome. I see your script is trying to start dhcpd.service. On Arch linux the correct service would be dhcpd4.service, they have split IPv4 & v6 into 2 different service files.
-
RE: Latest git fails during install on arch linux
@Tom-Elliott Just updated as requested. I also removed all dhcp files in etc. Unfortunately install fails at the same place. It would appear that the install script moves the dhcp.conf file instead of copying/backing up the old file before trying to make changes.
-
RE: Latest git fails during install on arch linux
Thank you all for assistance. I have downloaded the latest git (6068) but unfortunately I am unable to get passed the setting up the DHCP server:
The error_log does not state any issues. dhcp.conf does exist in /etc/
Thank you in advance
-
RE: Latest git fails during install on arch linux
@Sebastian-Roth echo $SHELL returns /bin/bash
-
RE: Latest git fails during install on arch linux
Hi Tom, yes I am using FOG as the DHCP server
-
RE: Latest git fails during install on arch linux
Thank you Sebastian. I was able to activate gettext for php by uncommenting the appropriate line in /etc/php/php.ini. This now allows me to view the web pages.
Unfortunately I post schema update the install appears to fail again with the following:
I have dhcpd installed through the install script but I am a bit stumped how to rectify this. dhcpd.conf exists in /etc/.
Thank you
-
Latest git fails during install on arch linux
I have been toying with linux for some time but I would still call myself a novice user. I am currently trying arch linux to learn more. Due to my constant tinkering with computers I came across your project and had used it for a while on centos.
Since my transfer to arch I have been unable to install and configure FOG. The system is a fresh base install. The script appears to run successfully until it tries to back up the database where it fails.
Apache error_log gives:
Apache access_log gives:
I would be very appreciative of any assistance you can offer in order that this can be resolved and therefore my FOG system back running again.
Thank you in advance.