Error During install
-
I am getting the following error while running the FOG Installer. Any thoughts as to why? This is being installed on Centos6.3
Configuring services.
- Setting up fog user…OK
- Setting up and starting MySQL…OK
- Backing up user reports…OK
- Setting up and starting Apache Web Server…cp: cannot stat
../packages/web/*': No such file or directory ln: creating symbolic link
/var/www/html/fog/service/ipxe/init.gz’: No such file or directory
ln: creating symbolic link/var/www/html/fog/service/ipxe/bzImage': No such file or directory ln: creating symbolic link
/var/www/html/fog/service/ipxe/memtest’: No such file or directory
…/lib/redhat/functions.sh: line 414: /var/www/html/fog/commons/config.php: No such file or directory
OK
-
I’m going to go out on a limb and say you’re using 0.33b? Based on the (ln -s) commands above.
You may try redownloading the svn folder.
[code]svn co https://svn.code.sf.net/p/freeghost/code/trunk
cd trunk/bin
./installfog.sh[/code] -
That is correct Tom. Will try redownloading