• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. jmeyer
    3. Posts
    J
    • Profile
    • Following 0
    • Followers 1
    • Topics 58
    • Posts 294
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: WAPT snapins

      Caling powershell.exe doesn’t allow to set variable directly ($var=“test”).

      I had to use Set-Variable command but multi commands doesn’t work as expected since every line need a command.

      I’ll keep trying to work on this.

      posted in Tutorials
      J
      jmeyer
    • WAPT snapins

      Hello,
      I am working on WAPT packages import directly in snapins.
      I am writing single line powershell script to rename to zip, extract to directory, find command and run it.

      This is my first test script for VLC from windows :

      $packwapt = "tis-vlc_3.0.16-12_x64_windows_0f4137ed1502b5045d6083aa258b5c42_5.1_PROD.wapt";
      $packname = [System.IO.Path]::GetFileNameWithoutExtension($packwapt);
      Copy-Item $packwapt $packname".zip";
      Expand-Archive -LiteralPath $packname".zip" $packname;
      Remove-Item $packname".zip";
      $s = Get-Content -Path $packname"\setup.py" | Select-String -Pattern "silentflags = ";
      if ($s -ne $null) {
      	$s=[regex]::matches($s,'(?<=\").+?(?=\")').value;
      	Get-ChildItem -Filter $packname"\*.exe" | ForEach {&$_.Fullname $s}
      };
      Remove-Item $packname –recurse;
      

      I’m not sure where I am going and if this is useful… lol

      posted in Tutorials
      J
      jmeyer
    • Snapins public storage

      Hello,

      • Could it be possible to have a public storage for snapins that few people could update (I can help) ?
        Could it be possible to have a list of available snapins from this storage directly for the GUI ?

      • Could it be possible to integrate WAPT store and import software packages to convert them as snapins?

      Thank you.

      posted in Feature Request
      J
      jmeyer
    • Offline install or setup DHCP later

      Hello,

      I have 2 network, one with a DHCP server and internet and other one without both.
      I would like to use FOG DHCP server on the lan without internet.

      Can preinstall need packages before running for FOG install ?
      Can I install DHCP manualy and configure it after changing network to not bring confict on the network that already have a DHCP ?

      Thank you

      posted in General
      J
      jmeyer
    • RE: FOG Project call for engagement

      @sebastian-roth I am not good enough on coding to work on the project and work on something that already exist need time to understand the process before making any update (unless you need me to crash the OS during the setup ! lol).

      What kind of documentation is needed ?
      Is there still any plan to make a ready to use VM ?

      posted in Announcements
      J
      jmeyer
    • RE: Fresh install debian 11

      @sebastian-roth Yes. I’m an running Debian on a Qnap with Container Station.
      From what I have read nsf server can’t run under LXC/LXD version.
      I’ll try using other that LXD version.

      posted in FOG Problems
      J
      jmeyer
    • RE: Fresh install debian 11

      @sebastian-roth 🤦 I should read because I go too fast and end asking stupid questions ! lol
      It was write in white on black !

      * Press [Enter] key when database is updated/installed.
      

      Here is a real error :

       * Setting up and starting NFS Server..........................Failed to get unit file state for nfs.service: No such file or directory
      Failed!
      
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      !! The installer was not able to run all the way to the end as   !!
      !! something has caused it to fail. The following few lines are  !!
      !! from the error log file which might help us figure out what's !!
      !! wrong. Please add this information when reporting an error.   !!
      !! As well you might want to take a look at the full error log   !!
      !! in /home/admin/fogproject-dev-branch/bin/error_logs/fog_error_1.5.9.111.log !!
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      
      Sep 29 10:25:59 FOGSERVER systemd[1]: Dependency failed for NFS server and services.
      Sep 29 10:25:59 FOGSERVER systemd[1]: nfs-server.service: Job nfs-server.service/start failed with result 'dependency'.
      Failed to enable unit: Unit file nfs.service does not exist.
      Failed to start nfs.service: Unit nfs.service not found.
      Unit nfs.service could not be found.
      
      
      posted in FOG Problems
      J
      jmeyer
    • Fresh install debian 11

      Hello,
      I made a fresh install of dev-branch on Debian 11 LXD (only GIT and SSH installed) and I have this error :

      Sep 29 09:31:00 FOGSERVER systemd[1]: Started The PHP 7.4 FastCGI Process Manager.
      ERROR 1146 (42S02) at line 1: Table 'fog.globalSettings' doesn't exist
      

      Thank you for your help.

      posted in FOG Problems
      J
      jmeyer
    • RE: FOG Project call for engagement

      @sebastian-roth I am not sure if I can help. I am a beginnner in from of Thomas. And I am very busy between work and personnal life since few months but if it’s to build a data base of script for software, maybe I can help a bit, yet it will take time to make one and need reactivity to keep it update.

      What are the need in the project ?

      posted in Announcements
      J
      jmeyer
    • RE: FOG Project call for engagement

      @wayne-workman What is missing is already packaged install script for drivers and apps (as WAPT for software). We have move to KACE at work just because we wanted to stop using two servers (not for the price ! lol).

      Most of colleagues used FOG with one image for each brand and each model and was deploying software with WAPT.

      If we could have integrate driver install from FOG, maybe we could have stay using it.

      I have worked a lot on my side to create an image that wasn’t link to any hardware installing drivers and most used apps after deploy (everything from samba share on the FOG server) but no one took time to look at it at my work. I end running only one image for 6 years making new one every 2 years for OS version update when colleagues had 5 or 6 images.

      As i nearly don’t use FOG anymore at work, I think i’ll install my own server at home for making Windows install easier and faster on friends computers.

      posted in Announcements
      J
      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.

      posted in FOG Problems
      J
      jmeyer
    • 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 :

      PicsArt_09-07-01.43.44.jpg

      posted in FOG Problems
      J
      jmeyer
    • 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.

      posted in FOG Problems
      J
      jmeyer
    • 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.

      posted in FOG Problems
      J
      jmeyer
    • [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 succeeded

      I don’t have the problem with older Lenovo computer.

      Any idea of what can I do ?

      Thank you.

      posted in FOG Problems
      J
      jmeyer
    • RE: GUI log

      @Tom-Elliott Perfect ! Thank you.

      posted in FOG Problems
      J
      jmeyer
    • 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
              )
      
      
      posted in FOG Problems
      J
      jmeyer
    • 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

      posted in FOG Problems
      J
      jmeyer
    • 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
      
      posted in Bug Reports
      J
      jmeyer
    • 1
    • 2
    • 3
    • 4
    • 5
    • 14
    • 15
    • 3 / 15