@Wayne-Workman
damn. I couldn’t imagine, that this is so easy… sorry.
Best posts made by Oleg
-
RE: "Image size: ON SERVER" problem and Storage node password
-
RE: Adding needed repository Failed!
My system is Ubuntu Server 14.04.3.
I cannot fully understand why but this worked for me:First add the proxy with:
export http_proxy=http://username:password@host:port/
export https_proxy=https://username:password@host:port/Then put in /etc/sudoers:
Defaults env_keep=“https_proxy”Last:
start the installfog.sh as root and not as sudo -
RE: SVN-Update: Error in creating dhcpd.conf
Now it’s better - I still get the Info
* Setting up storage..........................................OK * Setting up and starting DHCP Server......................... !!! No router address found !!! !!! No dns address found !!! OK * Setting up and starting TFTP and PXE Servers................OK
but the script continues and everything seems to be ok.
-
RE: SVN-Update: Error in creating dhcpd.conf
@Wayne-Workman
yes in both files are the addresses set correctly -
RE: SVN-Update: Error in creating dhcpd.conf
@Wayne-Workman I really don’t want to dissapoint you
I’ve updated now to the svn 6755 and still get the ! ! ! No router address found ! ! ! and ! ! ! No dns address found ! ! !
How I said before - the setup is complete and everything seems to work. I only get these two “warnings”Here is my .fogsettings:
## Start of FOG Settings ## Created by the FOG Installer ## Version: 6755 ## Install time: Sat 12 Mar 2016 05:58:49 PM CET ipaddress='192.168.94.111' interface='eth0' submask='255.255.255.0' routeraddress='192.168.94.1' plainrouter='192.168.94.1' dnsaddress='192.168.94.1' dnsbootimage='192.168.94.1' username='fog' password="XXXXXX" osid='2' osname='Debian' dodhcp='Y' bldhcp='1' blexports='1' installtype='N' snmysqluser='' snmysqlpass="" snmysqlhost='' installlang='' donate='0' storageLocation='/images' fogupdateloaded=1 docroot='/var/www/html/' webroot='fog/' caCreated='yes' startrange='192.168.94.60' endrange='192.168.94.99' bootfilename='undionly.kpxe' packages='apache2 php5 php5-json php5-gd.... noTftpBuild='' notpxedefaultfile='' sslpath='/opt/fog/snapins/ssl/' ## End of FOG Settings
And this is the dhcpd.conf:
... next-server 192.168.94.111; # Specify subnet of ether device you do NOT want service. # For systems with two or more ethernet devices. # subnet 136.165.0.0 netmask 255.255.0.0 {} subnet 192.168.94.0 netmask 255.255.255.0{ option subnet-mask 255.255.255.0; range dynamic-bootp 192.168.94.60 192.168.94.99; default-lease-time 21600; max-lease-time 43200; option routers 192.168.94.1; option domain-name-servers 192.168.94.1; ...
-
RE: SVN-Update: Error in creating dhcpd.conf
Perfect now! Installer and configs are all correct. From my side the problem is solved. Thanks!