DHCP Error with press enter to continue in Deploy/capture
-
Server
- FOG Version: 1.4.0 RC4
- OS: Devian 8.7
Client
- Service Version:
- OS:
Description
After update to last git, I have this message when i capture an image :
after pressing enter the image capture correctly.
I also try to deploy the image and i have the same dhcp error with press enter. after i press enter the image is correcty deployed.
Thanks
-
What is defined for FOG Web host?
FOG Configuration Page->FOG Settings->Web Server->FOG_WEB_HOST
-
FOG_WEB_HOST : 172.16.0.20
it works again after I edit apache2.conf and add
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
DirectoryIndex index.php
</Directory>like this : https://forums.fogproject.org/topic/9888/remove-your-webroot-redirect-to-fog-when-going-to-rc4
but now i can’t access to phpmyadmin on this server, i have a blank page.
-
after that command : ln -s /usr/share/phpmyadmin /var/www/html
it’s works again
problem solved
-
Mind you, as an informative thing I suppose, the working branch already has the directory index fix.