I have been using version 32 for a number of years on an old HP PC.
I installed 33b yesterday on a new HP Elite 8300 with 8 GB RAM.
Is it still necessary to change the bind-address= in /etc/mysql/my.cnf
I changed this to my fog server address.
I tried to update the database schema but could not until I had put in the mysql password with:
sudo gedit /var/www/fog/commons/config.php
Then database schema updating worked.
Then logged successfully into [url]http://10.0.1.40/fog/management[/url]
Then named a Linux image.
Server 2012 R2 already had DHCP scope options:
066 = fogserver
067 = undionly.kpxe
Then tried to register one old HP client (which I know had been registered before on the old FOG server)
Client obtained IP address and then waited for Tftp - timed out.
I had seen this years before on the old system, so I typed:
sudo stop tftpd-hpa
sudo start tftpd-hpa
Client still timed out.
I restarted the DHCP on the win server and rebooted the fogserver.
Then the real problems began: I got error messages from Nautilus and I could no longer log in on the fog management page, either on the fogserver or my PC. I could see that my password was accepted, but the next page was never opened. It just stayed at the login page.
xxxxxxxxxxxxxxxx
So now today I have reinstalled Ubuntu 12.04.4 and FOG 33b
Do I still need to change the bind-address in /etc/mysql/my.cnf ?
Yesterday when I did this, new copies of my.cnf were created: my.cnf~ and my.cnf~~.
Is this normal?
I’m really worried that the same thing is going to happen today again.