Issues after 0.32 -> 1.20 Update
-
[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
-
Issues 1,3 & 5 solved.
Added the solutions in the first post. -
-
if you don’t want to keep the data for logging purposes, try truncating the tasks, stapinTasks, and snapinJobs tables
-
i believe we are switching to all enabled for imported hosts for the next release
-
-
[quote=“Junkhacker, post: 35270, member: 21583”]2. if you don’t want to keep the data for logging purposes, try truncating the tasks, stapinTasks, and snapinJobs tables[/quote]
This fix the issue ! THANKS !!!
I deleted all entries this morning without success - Truncate the tables did it.[quote=“Junkhacker, post: 35270, member: 21583”]
4. i believe we are switching to all enabled for imported hosts for the next release[/quote]Ok! Is there a way i can activate all services for each client without selecting each client via webgui?
On 0.32 we had enabled all services in the client settings but disabled the unused by the global config. -
any newly registered host will have them enabled, it’s only imported hosts and hosts from upgrades (so far as i am aware) that do not have them enabled by default. the easiest way to enable them for all hosts in the system would be to create a temporary group of all hosts, and apply the desired settings to them. or you could do it with a mysql command