Thank you!
I edited my config and functions files as you suggested, and everything seems to have installed successfully.
Thanks for your time
Thank you!
I edited my config and functions files as you suggested, and everything seems to have installed successfully.
Thanks for your time
Morning Tom. My tmpfs is not mounted in the /tmp folder. Here is my tmpfs line:
tmpfs /dev/shm tmpfs defaults 0 0
I do however, have this line in here as well:
/dev/mapper/VG0-tmp /tmp ext4 nodev,noexec,nosuid 1 2
This is the line I was editing yesterday:
/tmp /var/tmp none rw,bind 0 0
When I make changes to this file I should be able to just run “mount -a” afterwords, correct?
I made the changes as you suggested, then rebooted the server. I see the changes have been made to the fstab file. Still getting the same error, however.
I still get the same error: Setting up and building UDPCast…Failed!
I removed noexec and nosuid from that line.
Is there another step I need to take? Here is the new line:
/tmp /var/tmp none rw,bind 0 0
I really appreciate your help by the way. This has been bothering me for a while and I have done a lot of troubleshooting.
When I open /etc/fstab this is wha the /tmp line looks like:
/tmp /var/tmp none rw,noexec,nosuid,nodev,bind $
Is this what you were asking? I am using Centos 6.4 by the way.
I had this problem when upgrading from fog .32 to fog 1.0.1, I was never able to solve it. I am now trying to install fog 1.1.0 and still having the same issue.
Here is the error:
Are you sure you wish to continue (Y/N) y
Installation Started…
Installing required packages, if this fails
make sure you have an active internet connection.
Packages to be installed: httpd php php-cli php-common php-gd php-mysql mysql mysql-server tftp-server nfs-utils vsftpd net-tools wget xinetd tar gzip make m4 gcc gcc-c++ lftp
Skipping package: httpd (Already installed)
Skipping package: php (Already installed)
Skipping package: php-cli (Already installed)
Skipping package: php-common (Already installed)
Skipping package: php-gd (Already installed)
Skipping package: php-mysql (Already installed)
Skipping package: mysql (Already installed)
Skipping package: mysql-server (Already installed)
Skipping package: tftp-server (Already installed)
Skipping package: nfs-utils (Already installed)
Skipping package: vsftpd (Already installed)
Skipping package: net-tools (Already installed)
Skipping package: wget (Already installed)
Skipping package: xinetd (Already installed)
Skipping package: tar (Already installed)
Skipping package: gzip (Already installed)
Skipping package: make (Already installed)
Skipping package: m4 (Already installed)
Skipping package: gcc (Already installed)
Skipping package: gcc-c++ (Already installed)
Skipping package: lftp (Already installed)
Confirming package installation.
Configuring services.
Setting up fog user…Exists
Setting up and starting MySQL…OK
Backing up user reports…OK
Did you leave the mysql password blank during install? (Y/n) y
Setting up and starting Apache Web Server…OK
You still need to install/update your database schema.
This can be done by opening a web browser and going to:
Press [Enter] key when database is updated/installed.
./configure failed!
Script done, file is /var/log/foginstall.log