Re: Ethernet Adapter and unique identifier
Is there a way to manually change the unique identifier in Fog or is it done automatically? I’m using the same usb adapters for a bunch of computers and I don’t want Fog trying to use the mac address.
Re: Ethernet Adapter and unique identifier
Is there a way to manually change the unique identifier in Fog or is it done automatically? I’m using the same usb adapters for a bunch of computers and I don’t want Fog trying to use the mac address.
After upgrading to version 1.5.2 the host modules won’t enable. I check the boxes, click update and it says successful but if I leave that page then go back to check the settings they’re all unchecked again. Any ideas?
I actually had the same issue yesterday when I upgrade the OS from 14.04 to 16.04 then after ran the Fog upgrade. Going in MYSQL and changing the password for ‘root@localhost’ and ‘root@127.0.0.1’ I reran the installer and mostly everything worked fine afterwards. I found another issue that the NIC was renamed from “eth0” to “ens32” so I had to change the grub file (https://www.itzgeek.com/how-tos/mini-howtos/change-default-network-name-ens33-to-old-eth0-on-ubuntu-16-04.html) then re-run the installer again. If you get the issue with the host page not loading do this,
sudo gedit /etc/php5/apache2/php.ini
Change
memory_limit = 1900M
post_max_size=1900M
upload_max_filesize=1900M
Save Changes
sudo /etc/init.d/apache2 restart
and
Raise the web interface’s memory limit: FOG Configuration -> FOG Settings -> General Settings -> FOG_MEMORY_LIMIT
It’s done in megs, so 128 = 128M, 256 = 256M etc…
After changing this, a reboot is recommended
I’m still having this issue. I recently updated to version 8415 but I am still getting the following errors,
PHP Warning: ftp_chmod(): SITE CHMOD command failed. in /var/www/html/fog/lib/fog/fogftp.class.php on line 31
PHP Warning: ftp_delete(): Delete operation failed. in /var/www/html/fog/lib/fog/fogftp.class.php on line 58
PHP Warning: ftp_rmdir(): Remove directory operation failed. in /var/www/html/fog/lib/fog/fogftp.class.php on line 172
PHP Warning: strpos(): Empty needle in /var/www/html/fog/service/progress.php on line 22
These are not the only errors I get but I’ll start there.