Install/update your database - blank white page
-
Just got the same exact output.
[root@localhost trunk]# svn up Updating '.': At revision 4888. [root@localhost trunk]#
-
@ManofValor Have you rerun the installer?
-
@Tom-Elliott Yes. Per my other post I also keep getting this;
* Press [Enter] key when database is updated/installed. * Setting up storage..........................................OK * Setting up and starting DHCP Server.........................Error: either "dev" is duplicate, or "Server" is a garbage. Server: Unknown host ifconfig: `--help' gives usage information. ../lib/common/functions.sh: line 1757: -o: command not found grep: Server: No such file or directory Failed!
-
I see the error… that’s totally my fault.
the second grep is still written as a variable… I’ll do a pull request with a patch.
-
fixed the dev/Server garbage stuff by merging @Wayne-Workman request.
-
@Wayne-Workman @Tom-Elliott I upgraded again but same problem.
* Press [Enter] key when database is updated/installed. * Setting up storage..........................................OK * Setting up and starting DHCP Server.........................grep: Server: No such file or directory Server: Unknown host ifconfig: `--help' gives usage information. Error: either "dev" is duplicate, or "Server" is a garbage. Failed!
Another things is when I click on the fog/management link to update, it goes straight to the login page instead of update page. Is that because of the trouble I have been having with this other stuff?
-
@ManofValor PM me when you have time.
-
* Press [Enter] key when database is updated/installed. * Setting up storage..........................................OK * Setting up and starting DHCP Server.........................grep: Server: No such file or directory Server: Unknown host ifconfig: `--help' gives usage information. Error: either "dev" is duplicate, or "Server" is a garbage. Failed!
I think the repo data wasn’t totally up to date - but after I got it updated, DHCP still failed - and because the subnet mask was detected incorrectly. This is the exact issue I’ve outlined here:
https://forums.fogproject.org/topic/6779/subnet-incorrectly-detected-for-isc-dhcpI’ve patched this up totally on a fork, I’m waiting for the @Developers to merge it. With the patch, when users enter a different IP than what is suggested, the subnet mask and interface is recalculated to match the given IP, so too is the interface if something other than what is suggested is supplied.
Also, I’ve implemented intelligent code that finds all interfaces and tests each one for internet access - the first one that succeeds these tests is what’s suggested to the user. Fix can be found here till the devs merge it, then I’ll delete the fork (as usual):
https://github.com/wayneworkman/fogproject -
@Wayne-Workman Code added.