Great work !! :clap_tone1:
jmeyer
@jmeyer
Best posts made by jmeyer
-
RE: Remove Legacy client and replace with latest new client?
I just made a .bat with this inside and it looks to work fine.
@echo off msiexec /qn /x "FOG Service Installer.msi" msiexec /qn /i "FOGService.msi"
Thank you.
-
RE: Remove Legacy client and replace with latest new client?
@Wayne-Workman I’ll work a bit more on the script.
edit :IF %PROCESSOR_ARCHITECTURE%==AMD64 set programpath=%programfiles(x86)% IF %PROCESSOR_ARCHITECTURE%==x86 set programpath=%programfiles% IF EXIST "%programpath%\FOG\fog.ca.cer" GOTO END set FogServerIP=fogserver set GetID=wmic product where "Version like '3.0.29' and name like 'FOG Service'" get IdentifyingNumber for /F "skip=1 delims=" %%i in ('%GetID%') do if not defined ID set "ID=%%i" IF "%ID%" NEQ "" start /wait msiexec /x %ID% /q start /wait bitsadmin /transfer FOGService /download /priority normal http://%FogServerIP%/fog/client/FOGService.msi %temp%\FOGService.msi start /wait msiexec /i %temp%\FOGService.msi /quiet WEBADDRESS="%FogServerIP%" :END
This should works but I don’t know wwhy my download end in queue when there is nothing else to do and I can’t install client silently… I love computers…
-
RE: Send message to Slack
@sourceminer Hello, I never tested using a channel but using a private message works fine with test token.
You can also create your bot : https://my.slack.com/services/new/botHere is my conf :
-
RE: New FOG client shutdown
@Jbob It’s working.
I found something else.
In the MSI détails, I don’t have the right version displayed.
It’s write : {16B0BCD7-423F-49A9-B757-E457D7312A33}Can you display version during install ?
Shouldn’t we be able to update client from tray or from GUI ?
I didn’t find how do this without overwriting. -
RE: (SVN) Adding needed repository... Failed!
@george1421 Just found proxy in ~/.bashrc
I run install again. -
RE: Fog 1.6 - Kernel Panic
@Sebastian-Roth
I make new install of Fog under Debian.
I was using Ubuntu years ago so it’s old install (3 years old).I have been testing Fog version since years with Tom.
And as i work with VM, i can revert change easily. -
RE: (SVN) Adding needed repository... Failed!
@george1421 Was this !! But needed a reboot after.
Thank you very much to all of you.
-
RE: [FOG 1.6] “Attempting to check in… Failed”
@Sebastian-Roth Here are the 2 files :
Export Hosts FOG Project.csv
Export Groups FOG Project.csvMaybe you also need installed apps version or a full db backup ?
After a week server was saying this and I had to force reboot.
-
RE: Remove Legacy client and replace with latest new client?
@Wayne-Workman Downloading the client from server wasn’t something I have think about. Nice one.
It’s not “fog.ca.cer” that we should look for instead of “fog.ca” ?
I don’t think to have %ProgramFiles(x86)% under my 32 bits OS !I go lunch and I’ll look at this part this afternoon if you don’t do it before me.
edit :
IF %PROCESSOR_ARCHITECTURE%==amd64 SET programpath=Program Files ^(x86^) IF %PROCESSOR_ARCHITECTURE%==x86 SET programpath=Program Files IF NOT EXIST "%systemdrive%\%programpath%\FOG\fog.ca.cer" ( set FogServerIP=fog-server set GetID=wmic product where "Version like '3.0.29' and name like 'FOG Service'" get IdentifyingNumber for /F "skip=1 delims=" %%i in ('%GetID%') do if not defined ID set "ID=%%i" setlocal IF "%ID%" NEQ "" start /wait msiexec /x %ID% /q start /wait bitsadmin /transfer FOGService /download /priority normal http://%FogServerIP%/fog/client/FOGService.msi %temp%\FOGService.msi start /wait msiexec /i %temp%\FOGService.msi /quiet WEBADDRESS="%FogServerIP%" endlocal )
“set” doesn’t look to work when put after “setlocal” for me so I have moved it upper…
How are you sure that old client is version 3.0.29 ?
Latest posts made by jmeyer
-
RE: [FOG 1.5.9-RC2.11] No configuration methods succeeded
@Sebastian-Roth We have find out that bios mode had to set to “Legacy Support” with priority on “UEFI First” and not with bios mode on “UEFI”.
Problem wasn’t coming from FOG.Sorry and thank you for your help.
-
RE: [FOG 1.5.9-RC2.11] No configuration methods succeeded
@Sebastian-Roth
I have tested http://boot.ipxe.org/ipxe.efi.
Here is the result : -
RE: [FOG 1.5.9-RC2.11] No configuration methods succeeded
@Sebastian-Roth Sorry, I didn’t said it was the same for every version tested.
Maybe an update will fix my problem.Thank you.
-
RE: [FOG 1.5.9-RC2.11] No configuration methods succeeded
@Sebastian-Roth I tested Realtek and Intel EFI files and also ipxe.efi of the FOG 1.6.0.
From ipxe console, it’s said that chip is rtl8168. -
[FOG 1.5.9-RC2.11] No configuration methods succeeded
Hello,
we have received Lenovo thinkbook 15-iil and I try to boot with UEFI bios.
After loading ipxe.efi, i block on
Configuring (net0 LaptopMacAdress) … No configuration methods succeededI don’t have the problem with older Lenovo computer.
Any idea of what can I do ?
Thank you.
-
RE: GUI log
root@fogserver:/var/www/html/fog/management/logs# ls -lh total 95M -rw-r--r-- 1 www-data www-data 699K juin 23 12:04 debug_log_23-06-2020.log -rw-r--r-- 1 www-data www-data 4,8K juin 23 11:15 error_log_23-06-2020.log -rw-r--r-- 1 www-data www-data 94M juin 23 12:04 info_log_23-06-2020.log
part of info log
[Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagepartitiontype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagetype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagename, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostscreen, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostalo, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: inventory, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: name, Value: DESIGN-01 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: mac, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: mac, Value: 94:c6:91:07:f8:40 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Loading data to field mac [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: id, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: id, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Loading data to field id [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: primac, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: os, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagepartitiontype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagetype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagename, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostscreen, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostalo, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: inventory, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: name, Value: DESIGN-01 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: mac, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: mac, Value: 94:c6:91:07:f8:40 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Loading data to field mac [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: id, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Loading data to field id [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: primac, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: os, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagepartitiontype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagetype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagename, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostscreen, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostalo, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: inventory, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: modules, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: modules, Value: Array ( [0] => 4 [1] => 7 [2] => 1 [3] => 5 [4] => 8 [5] => 9 [6] => 10 [7] => 6 [8] => 11 [9] => 12 [10] => 3 [11] => 13 [12] => 2 ) [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: id, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: id, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Loading data to field id [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: primac, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: os, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagepartitiontype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagetype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagename, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostscreen, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostalo, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: inventory, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: name, Value: DESIGN-01 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: mac, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: mac, Value: 94:c6:91:07:f8:40 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Loading data to field mac [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: id, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Loading data to field id [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: primac, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: os, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagepartitiontype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagetype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagename, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostscreen, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostalo, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: inventory, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: modules, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: modules, Value: Array ( [0] => 4 [1] => 7 [2] => 1 [3] => 5 [4] => 8 [5] => 9 [6] => 10 [7] => 6 [8] => 11 [9] => 12 [10] => 3 [11] => 13 [12] => 2 ) [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: hostalo, Value: HostAutoLogout Object ( [databaseTable:protected] => hostAutoLogOut [databaseFields:protected] => Array ( [id] => haloID [hostID] => haloHostID [time] => haloTime ) [databaseFieldsRequired:protected] => Array ( [0] => hostID [1] => time ) [pluginsTabData] => Array ( ) [data:protected] => Array ( [id] => [hostID] => [time] => ) [autoSave:protected] => [additionalFields:protected] => Array ( ) [databaseFieldsFlipped:protected] => Array ( [haloID] => id [haloHostID] => hostID [haloTime] => time ) [databaseFieldsToIgnore:protected] => Array ( [0] => createdBy [1] => createdTime ) [aliasedFields:protected] => Array ( ) [sqlQueryStr:protected] => SELECT `%s` FROM `%s` %s %s %s [sqlFilterStr:protected] => SELECT COUNT(`%s`) FROM `%s` %s [sqlTotalStr:protected] => SELECT COUNT(`%s`) FROM `%s` [databaseFieldClassRelationships:protected] => Array ( ) [loadQueryTemplate:protected] => SELECT %s FROM `%s` %s WHERE `%s`=%s %s [insertQueryTemplate:protected] => INSERT INTO `%s` (%s) VALUES (%s) %s %s [destroyQueryTemplate:protected] => DELETE FROM `%s` WHERE %s=%s%s [isLoaded:protected] => Array ( ) ) [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: time, Value: [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: id, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: id, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Loading data to field id [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: primac, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: os, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagepartitiontype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagetype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagename, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostscreen, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostalo, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: inventory, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: name, Value: DESIGN-01 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: mac, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: mac, Value: 94:c6:91:07:f8:40 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Loading data to field mac [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: id, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Loading data to field id [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: primac, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: os, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagepartitiontype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagetype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagename, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostscreen, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostalo, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: inventory, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: modules, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: modules, Value: Array ( [0] => 4 [1] => 7 [2] => 1 [3] => 5 [4] => 8 [5] => 9 [6] => 10 [7] => 6 [8] => 11 [9] => 12 [10] => 3 [11] => 13 [12] => 2 ) [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: ADPass, Value: adminFOG32w [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: productKey, Value: [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: ADUser, Value: fog [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: ADDomain, Value: llon-moisand.loc [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: useAD, Value: 1 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: enforce, Value: 1 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: name, Value: DESIGN-01 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: ADDomain, Value: llon-moisand.loc [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: ADOU, Value: [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: id, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: id, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Loading data to field id [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: primac, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: os, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagepartitiontype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagetype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagename, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostscreen, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostalo, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: inventory, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: name, Value: DESIGN-01 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: mac, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: mac, Value: 94:c6:91:07:f8:40 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Loading data to field mac [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: id, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Loading data to field id [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: primac, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: os, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagepartitiontype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagetype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagename, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostscreen, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostalo, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: inventory, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: modules, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: modules, Value: Array ( [0] => 4 [1] => 7 [2] => 1 [3] => 5 [4] => 8 [5] => 9 [6] => 10 [7] => 6 [8] => 11 [9] => 12 [10] => 3 [11] => 13 [12] => 2 ) [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: powermanagementtasks, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: powermanagementtasks, Value: Array ( ) [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: id, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: id, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Loading data to field id [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: primac, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: os, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagepartitiontype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagetype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagename, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostscreen, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostalo, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: inventory, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: name, Value: DESIGN-01 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: mac, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: mac, Value: 94:c6:91:07:f8:40 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Loading data to field mac [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: id, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Loading data to field id [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: primac, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: os, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagepartitiontype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagetype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagename, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostscreen, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostalo, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: inventory, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: modules, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: modules, Value: Array ( [0] => 4 [1] => 7 [2] => 1 [3] => 5 [4] => 8 [5] => 9 [6] => 10 [7] => 6 [8] => 11 [9] => 12 [10] => 3 [11] => 13 [12] => 2 ) [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: printerLevel, Value: [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: printers, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: printers, Value: Array ( ) [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: id, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: id, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Loading data to field id [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: primac, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: os, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagepartitiontype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagetype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagename, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostscreen, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostalo, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: inventory, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: name, Value: DESIGN-01 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: mac, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: mac, Value: 94:c6:91:07:f8:40 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Loading data to field mac [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: id, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Loading data to field id [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: primac, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: os, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagepartitiontype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagetype, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: imagename, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostscreen, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: hostalo, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: inventory, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: modules, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: modules, Value: Array ( [0] => 4 [1] => 7 [2] => 1 [3] => 5 [4] => 8 [5] => 9 [6] => 10 [7] => 6 [8] => 11 [9] => 12 [10] => 3 [11] => 13 [12] => 2 ) [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: name, Value: DESIGN-01 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: id, Value: 167 [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Setting Key: task, $s: Value [Tuesday June 23 2020 10:05:11] FOG INFO: FOGBase: Returning value of key: task, Value: Task Object ( [databaseTable:protected] => tasks [databaseFields:protected] => Array ( [id] => taskID [name] => taskName [checkInTime] => taskCheckIn [hostID] => taskHostID [stateID] => taskStateID [createdTime] => taskCreateTime [createdBy] => taskCreateBy [isForced] => taskForce [scheduledStartTime] => taskScheduledStartTime [typeID] => taskTypeID [pct] => taskPCT [bpm] => taskBPM [timeElapsed] => taskTimeElapsed [timeRemaining] => taskTimeRemaining [dataCopied] => taskDataCopied [percent] => taskPercentText [dataTotal] => taskDataTotal [storagegroupID] => taskNFSGroupID [storagenodeID] => taskNFSMemberID [NFSFailures] => taskNFSFailures [NFSLastMemberID] => taskLastMemberID [shutdown] => taskShutdown [passreset] => taskPassreset [isDebug] => taskIsDebug [imageID] => taskImageID [wol] => taskWOL )
-
GUI log
Hello,
I just find out that FOG was using all my HDD to do logs in directory /var/www/html/fog/management/logs.
I have deleted files, but after 10 min info_log_23-06-2020.log is already 20 mo.How I can stop this ?
Thank you.
OS : Debian 9.12
FOG : Version 1.6.0-alpha.996 -
RE: [FOG 1.6] “Attempting to check in… Failed”
@Sebastian-Roth
I go back to working-1.6 and during install mysql process usage rise to 70%+ making server nearly not responding.I have moved db to start a fresh one but I have the error message “Unable to update schema” when installing it.
I end only with this in db directory :root@fogserver:/var/lib/mysql# ls fog -l total 580 -rw-rw---- 1 mysql mysql 67 mars 13 17:07 db.opt -rw-rw---- 1 mysql mysql 65536 mars 13 17:07 groupMembers.ibd -rw-rw---- 1 mysql mysql 65536 mars 13 17:07 groups.ibd -rw-rw---- 1 mysql mysql 65536 mars 13 17:07 history.ibd -rw-rw---- 1 mysql mysql 65536 mars 13 17:07 hosts.ibd -rw-rw---- 1 mysql mysql 65536 mars 13 17:07 images.ibd -rw-rw---- 1 mysql mysql 65536 mars 13 17:07 schemaVersion.ibd -rw-rw---- 1 mysql mysql 65536 mars 13 17:07 supportedOS.ibd -rw-rw---- 1 mysql mysql 65536 mars 13 17:07 tasks.ibd -rw-rw---- 1 mysql mysql 65536 mars 13 17:07 users.ibd
-
RE: [FOG 1.6] “Attempting to check in… Failed”
@Sebastian-Roth
Oops…
working-1.6 hasn’t the SQL fix and it fail during install.
And even if I end installing it, server looks to crash after a while.What should I do ?