Iâve problems under Centos and the FOg daemons: FOGReplicator,FOGScheduler and FOGMulticastManager.
[CODE]
[root@r800145 administrador]# /etc/init.d/FOGImageReplicator start
Iniciando FOGImageReplicator: [ OK ]
[root@r800145 administrador]# PHP Warning: date(): It is not safe to rely on the systemâs timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected âEurope/Berlinâ for âCEST/2.0/DSTâ instead in /opt/fog/service/common/functions.php on line 46
[/CODE]
The problem is the php function date(), if you donât setup your timezone in php.ini, it crash.
I setup my php.ini with my timezone values and donât problems.
But FOGShceduler daemon:
[CODE]
[root@r800145 administrador]# /etc/init.d/FOGScheduler start
Iniciando FOGTaskScheduler: [ OK ]
[root@r800145 administrador]# PHP Warning: require_once(/var/www/html/fog/management/lib/Imageable.interface.php): failed to open stream: No such file or directory in /opt/fog/service/FOGTaskScheduler/FOGTaskScheduler on line 58
PHP Fatal error: require_once(): Failed opening required â/var/www/html/fog/management/lib/Imageable.interface.phpâ (include_path=â.:/usr/share/pear:/usr/share/phpâ) in /opt/fog/service/FOGTaskScheduler/FOGTaskScheduler on line 58
[/CODE]
The file [B]/var/www/html/fog/management/lib/Imageable.interface.php [/B]donât exists[B].[/B]
[CODE][root@r800145 lib]# pwd
/var/www/html/fog/management/lib
[root@r800145 lib]# ls -la
total 20
drwxr-xr-x 5 apache apache 4096 may 4 21:47 .
drwxr-xr-x 15 apache apache 4096 may 4 21:47 âŠ
drwxr-xr-x 5 apache apache 4096 may 4 21:47 jpgraph
drwxr-xr-x 3 apache apache 4096 may 4 21:47 ssh
drwxr-xr-x 6 apache apache 4096 may 4 21:47 .svn
[/CODE]