Version 1.2.0 released!
-
Tried both Firefox and IE 11. Same error. Might be the way I am running the update because I just tried going from 1.1.0 to 1.1.2 and got the same issue. I am sure it is something easy… I just don’t what.
I will just stick with 1.1.0 for now. -
This post is deleted! -
Hey andyroo54 I got it to work by removing the snmysqlpass password in the /opt/fog/.fogsettings file then re running the install.
Good luck. -
This post is deleted! -
Wow! Congratulations to all Fog developers!
Thanks for your excellent job! -
All are having problems with the database schema problem check your fog settings file in/opt/fog/.fogsettings and make sure snmysqlpass is correct for the db password
-
This post is deleted! -
If it installed properly, you should have the /opt/fog/.fogsettings
My guess, unless somebody else removed it, is something wasn’t completely installed properly.
I’d recommend a reinstall.
-
Wow I am stupid… I forgot to check hidden files CTRL+H (ls -a)then I found the file. Updated password and done! Thanks Tom and thanks to the Fog team we are now on 1.2 can’t wait to test windows 8…!
The upgrade was super easy just don’t mind my stupidity!
Thanks again!
-
Congrats Fog Team. Thanks for your great effort.
-
I just signed up to say thanks. I’ve been using FOG for the deployment of our training lab since 2012ish and I really wouldn’t want to use anything else!
-
Thanks for the advise updated my fog server today
-
Please clarify, when this says now supports multiboot re-sizable imaging, do you mean multi-partition resizable?
I am still on version .31 and have been hesitant to upgrade because I am the only tech in a 1,500 PC 3,000 user school and can’t risk the downtime.
-
[quote=“BigDawg986, post: 33945, member: 75”]Please clarify, when this says now supports multiboot re-sizable imaging, do you mean multi-partition resizable?
I am still on version .31 and have been hesitant to upgrade because I am the only tech in a 1,500 PC 3,000 user school and can’t risk the downtime.[/quote]
No when it says Multiboot I means Multiple Operating Systems on the hard drive, such as Windows and Linux on one machine but being able to choose the OS to boot to at each reboot.
-
[quote=“Jaymes Driver, post: 33964, member: 3582”]No when it says Multiboot I means Multiple Operating Systems on the hard drive, such as Windows and Linux on one machine but being able to choose the OS to boot to at each reboot.[/quote]
Thanks, I should have figured as much but whenever I set up multiboots I always put each OS in a separate partition so that’s why I asked.
-
That should still work for you.
Resizable was never “partition” dependent, just when it was initially implemented it was for XP which only had one partition on a default install.
-
Hello all,
What database is the new version of FOG using? I just set up a new server as I need to migrate off some old hardware. I did a fresh install and exported/imported my hosts. I copied over my image files and want to be able to export/import the image database info, but there is no option for this. So I thought I’d mysqldump the images table and import it into the 1.2 database on the new server.
I may be totally going about this the wrong way and if so, please let me know, but my question is: how do I find the database name that 1.2 is using? When I go to mysql and do a “show databases”, I see no “fog” database like on the old server.
Please advise as my old server was having problems saying it could not find the entire image file, so I thought I’d go ahead and migrate to the new one. We use FOG heavily for our school system.
Thanks!
-
[quote=“Josh Scoville, post: 34427, member: 25343”]Hello all,
What database is the new version of FOG using? I just set up a new server as I need to migrate off some old hardware. I did a fresh install and exported/imported my hosts. I copied over my image files and want to be able to export/import the image database info, but there is no option for this. So I thought I’d mysqldump the images table and import it into the 1.2 database on the new server.
I may be totally going about this the wrong way and if so, please let me know, but my question is: how do I find the database name that 1.2 is using? When I go to mysql and do a “show databases”, I see no “fog” database like on the old server.
Please advise as my old server was having problems saying it could not find the entire image file, so I thought I’d go ahead and migrate to the new one. We use FOG heavily for our school system.
Thanks![/quote]
It sounds to me like the FOG database never got created on your system. Did you not run through the Schema installer/updater?
-
I did run the schema update and I can log into the new server web gui and was even able to import hosts from a csv file, which did import and show up.
-
In /var/www/fog/lib/fog/Config.class.php under the db_settings method, there should be a line like:
[code]define(‘DATABASE_NAME’, ‘fog’);[/code]This should be the name of the database per default. If you edited the file or this isn’t set correctly, it should, at the least tell what the new database name is being referenced.