[B]1. Disk Information wrong [COLOR=#339966]FIXED[/COLOR][/B]
Just noticed that the Disk Informations are not correct. No clue where the big numbers come from.
[IMG]http://abload.de/img/disk_informationv2yu0.png[/IMG]
[I][B]#EDIT#[/B][/I]
[B]Solution:[/B] Deleted IE cache.
[B]2. Snapin Deployment [/B][B][COLOR=#339966]FIXED[/COLOR][/B]
The main issue i’m struggeling at the moment is the not working snapin deployment.
Snapin is assigend but the client did not catch it from the server.
[IMG]http://abload.de/img/snapin_1zuk8q.png[/IMG]
I upload the log file from the client: [url]http://pastebin.com/8JCU8Uzp[/url]
For comparison here is the snapinclient part of a old 0.32 logfile:
[CODE]13.08.2014 14:08 FOG::SnapinClient Attempting to connect to fog server…
13.08.2014 14:08 FOG::SnapinClient Module is active…
13.08.2014 14:08 FOG::SnapinClient No Tasks found for: F0:1F:AF:47:85:75|08:00:27:00:B4:78
13.08.2014 14:09 FOG::SnapinClient Attempting to connect to fog server…
13.08.2014 14:09 FOG::SnapinClient Module is active…
13.08.2014 14:09 FOG::SnapinClient No Tasks found for: F0:1F:AF:47:85:75|08:00:27:00:B4:78
13.08.2014 14:10 FOG::SnapinClient Attempting to connect to fog server…
13.08.2014 14:10 FOG::SnapinClient Module is active…
13.08.2014 14:10 FOG::SnapinClient No Tasks found for: F0:1F:AF:47:85:75|08:00:27:00:B4:78[/CODE]
What i noticed is the missing line/step: “FOG::SnapinClient No Tasks found for: F0:1F:AF:47:85:75|08:00:27:00:B4:78”
As info: i only updated the fog “server” not the fog client. (From the last change date there should be no changes right?)
Is there anything i can check to fix the issue ?
[B]#EDIT#[/B]
[B]Solution: (via phpmyadmin)[/B]
TRUNCATE TABLE tasks
TRUNCATE TABLE snapinJobs
TRUNCATE TABLE snapinTasks
[B]3. Time not correct [/B][B][COLOR=#339966]FIXED[/COLOR][/B]
The time which will be used for the user tracker and the ‘time planned’ snapin deployment is not correct.
[IMG]http://abload.de/img/time_1dyjj4.png[/IMG]
[IMG]http://abload.de/img/time_2cdjtv.png[/IMG]
It think this is a config issue but i did not find any releating option.
[I][B]#EDIT#[/B][/I]
[B]Solution:[/B]
- sudo nano /etc/php5/apache2/php.ini
- configure “date.timezone”
[CODE][Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = Europe/Berlin[/CODE]
- sudo service apache2 restart
[B]4. Services not selected[/B]
I noticed that the Service Settings for all hosts are unselected after the update.
Is there a possibilty to activate all services for all hosts ? (i thought about a mysql command ?)
[B]5. dashboard.bandwidth.php [/B][B][COLOR=#339966]FIXED[/COLOR][/B]
Noticed after checking apache2 error.log:
[CODE]script ‘/var/www/fog/management/ajax/dashboard.bandwidth.php’ not found or unable to stat, referer: http://x.x.x.x/fog/management/index.php?node=home[/CODE]
[I][B]#EDIT#[/B][/I]
[B]Solution:[/B] Deleted IE cache.
[B]Details:[/B]
Fog 1.20
Ubuntu 12.10 (x86)
PHP 5.4.6
.fogsettings : [url]http://pastebin.com/2wBHZeED[/url]
So far the new fog version looks great. Thanks to all involved developers