Fog 1.2.0 stops installing
-
Am installing a Fog on a Optiplex 790with Debian 8.5 when it gets to Installing package :PHP5 it just stops Let it run over night but nothing happens
Please helpThnaks
Gary -
If you can afford to start over and not married to Debian, please use either Ubuntu 14.04 or Centos 7 as a FOG host OS. And then install FOG 1.3.0-rc4 using this process. https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk and you will have a flawless install.
You can use Ubuntu 16.04 with a few tweaks.
-
Have a copy of 16 04 and can use that one What are the tweaks that you are talking about.
Thanks for your helpGary
-
@Gary-Kulovics They may have updated the installer to address the absence of php5 on ubuntu 16.04. Here are two documents you might want to read through for tips.
https://wiki.fogproject.org/wiki/index.php?title=Ubuntu_16.04
https://wiki.fogproject.org/wiki/index.php?title=Ubuntu_16.04_Server -
@george1421 Thanks change to Ubuntu 14.04 and everything installed
Having a second problem when I export my host from old PC it only grabs the MAC address and not the host name ( computer name) what am I doing wrong last time I did this it worked perfectly old PC running Sven 5932 -
@george1421 Anyway to reset host to zero then import list again when I import them now it says already exist but there are no hosts there I have about 1300 PC on that list would not want to take inventory of them again
Thnaks
Gary -
@Gary-Kulovics If the import is viable still.
Open mysql, run:
truncate table `fog`.`hosts`; truncate table `fog`.`hostMAC`;
Reimport. Of course only do this is you only want the “imported” hosts to display.
-
@Tom-Elliott Sorry about this question but how do I find MySQL database Never had a need to go there so not to sure were it is
Thanks
Gary -
from terminal, you can simply run:
mysql -u root fog
Terminal should be on the “main” fog server.
If you have a password set for the database, run:mysql -u root -p fog
-
@Tom-Elliott said in Fog 1.2.0 stops installing:
Hi Tom
Imported Host again now when I go to check host this is what I get
Total Rows 3163
Successful Users 0
Failed Users 3163
Errors Row #2: User already exists with this name: 000c291e406d
Row #3: User already exists with this name: 000c294a4bba
Row #4: User already exists with this name: 000c29556e02
Row #5: User already exists with this name: 000c295b00a1
Row #6: User already exists with this name: 000c296144b0
Row #7: User already exists with this name: 000c296ab734
Row #8: User already exists with this name: 000c298e1ada
Row #9: User already exists with this name: 000c29939cce
Row #10: User already exists with this name: 000c299a286b
Row #11: User already exists with this name: 000c29d69d7b
Row #12: User already exists with this name: 000c29f08b75
Row #13: User already exists with this name: 000c29f51a08But when i check for host there is nothing there
Also when I did the
truncate tablefog
.hosts
;
This appeared after
Query OK, 0 rows affected (0.01 sec)
truncate tablefog
.hostMAC
;
Query OK, 0 rows affected (0.01 sec)Help
Thanks
Gary -
Everything is now up and running thanks guys for all your help
-
@Gary-Kulovics at the end of the day, you have a much better environment with 1.3.0-rcX series FOG.