• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. jflippen
    3. Posts
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 72
    • Best 9
    • Controversial 0
    • Groups 0

    Posts made by jflippen

    • RE: Dell Latitude 5590 issues after imaging

      @lschnider was your image created with a UEFI or Legacy BIOS? I believe you need to match the format your image came from. Our district has imaged quite a few 5590 laptops with a golden image created in virtualbox using the EFI bios setting.

      If your image is UEFI based, you need to use ipxe.efi as your boot file and have the laptop set to UEFI with secure boot off. Don’t forget to enable IPv4 UEFI so you can PXE boot in UEFI mode.

      posted in Hardware Compatibility
      J
      jflippen
    • RE: Adding new storage after new HDD install?

      @Sebastian-Roth okay, thanks. I’ll do some research and see which route seems best. I still have a lot to learn about linux and wasn’t sure if there was a “new” way of adding storage to a FOG server since the wiki didn’t mention LVM and I was am not familiar with that yet.

      posted in FOG Problems
      J
      jflippen
    • RE: Adding new storage after new HDD install?

      @Sebastian-Roth

      [root@fog-master ~]# df -h
      Filesystem                             Size  Used Avail Use% Mounted on
      /dev/mapper/centos_fog--master-root     20G   14G  6.8G  67% /
      devtmpfs                               3.8G     0  3.8G   0% /dev
      tmpfs                                  3.8G     0  3.8G   0% /dev/shm
      tmpfs                                  3.8G  169M  3.6G   5% /run
      tmpfs                                  3.8G     0  3.8G   0% /sys/fs/cgroup
      /dev/sda1                             1014M  334M  681M  33% /boot
      /dev/mapper/centos_fog--master-images  902G  233G  669G  26% /images
      tmpfs                                  766M   12K  766M   1% /run/user/42
      tmpfs                                  766M  4.0K  766M   1% /run/user/0
      
      [root@fog-master ~]# lsblk
      NAME                          MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
      sda                             8:0    0   931G  0 disk
      ├─sda1                          8:1    0     1G  0 part /boot
      └─sda2                          8:2    0   930G  0 part
        ├─centos_fog--master-root   253:0    0    20G  0 lvm  /
        ├─centos_fog--master-swap   253:1    0   7.8G  0 lvm  [SWAP]
        └─centos_fog--master-images 253:2    0 902.2G  0 lvm  /images
      sr0                            11:0    1  1024M  0 rom
      
      posted in FOG Problems
      J
      jflippen
    • RE: Powershell script runs but......

      @BREIT As promised, here is my setup for Office 2013.
      Snapin Pack settings:
      0_1543940813712_c5e9153a-c4d0-4f32-b235-b5879a0106b2-image.png

      Inside of the zipped Office 2013 folder:
      0_1543940980356_f805ae9a-5ad7-4720-a54c-6a6ef920a588-image.png

      And inside of updates folder:
      0_1543941043571_d1bcf0e9-3152-496b-95e9-dec7f9b7495f-image.png

      Using this I have FOG download, install, and activate office for me even if I’m not on the domain yet.

      Let me know if you have questions.

      posted in FOG Problems
      J
      jflippen
    • RE: Powershell script runs but......

      @BREIT Okay, so I am back at work today… and it looks like the fastest solution to your issue would be to get the -wait to work properly. I had a similar issue in a powershell script I made for deploying Lanschool.

      The answer for getting the Powershell script to stay open until the program installs (and thus, the FOG notification will be accurate) was the | Out-Null

      I got this answer from here:
      https://stackoverflow.com/questions/1741490/how-to-tell-powershell-to-wait-for-each-command-to-end-before-starting-the-next

      Below is a piece of my powershell script as an example:

      msiexec /i $teacher /qn ADVANCED_OPTIONS=1 CHANNEL=$channel ALLOW_DUMP_UPLOADS=0 | Out-Null
      

      I had promised you my Snapin Pack setup of Office 2013 as well, so I will post that as a 2nd comment to keep things cleaner.

      posted in FOG Problems
      J
      jflippen
    • RE: Windows Users Passwords

      @datastream Not sure if this is the issue, but this might help:
      https://www.windowspasswordsrecovery.com/articles/password/enable-or-disable-password-expiration-for-a-user-in-windows-8-7.html

      https://www.sevenforums.com/tutorials/73210-password-expiration-enable-disable.html

      posted in Windows Problems
      J
      jflippen
    • RE: Adding new storage after new HDD install?

      @george1421 I’ll have to check when I get back to work… but I wanted to piggyback off this topic. Our current FOG server and nodes are all running on 1TB drives and also running out of space. We purchased 10TB drives and I was planning on using the method from the Wiki to remap /images to the new 10TB raid 1 (hardware lvl) and expand the root partition to the full 1TB on the old drives to make more room for snapins.
      https://wiki.fogproject.org/wiki/index.php/Adding_Storage_to_a_FOG_Server

      If our FOG servers are using LVM, you’re saying I can just mount the raid and add it to the group as a pool storage? How do you keep the old hard drive from running out of space?

      posted in FOG Problems
      J
      jflippen
    • RE: Powershell script runs but......

      @BREIT I found it much easier to deploy office 2013 as a snapin pack. I just had to point it at the exe and have the setup-admin file in the updates folder along with other update files. Activates and everything! I won’t be at work tomorrow but I can show you screenshots of how I have my snapin setup when I get back if you like.

      posted in FOG Problems
      J
      jflippen
    • RE: How do I capture centos images

      @china-boy In order for us to help you more, could you do two things?

      • Make sure your image is set to Linux in FOG
        0_1543805575900_6725edba-2092-4e66-b248-1cf170c1f9a2-image.png
      • Open terminal and run the following command: fdisk -l
        When you run that command, if you see text like below, then @Sebastian-Roth is saying it won’t work:
         Device Boot      Start         End      Blocks   Id  System
      /dev/sda1   *        2048     2099199     1048576   83  Linux
      /dev/sda2         2099200   209715199   103808000   8e  Linux LVM
      
      

      If he is correct, then you may have to re-create your initial CentOS 7 install, but don’t use the default settings for the disk format. The default settings when doing the manual partitions is like this:
      0_1543806290076_90608988-ab9e-4f5f-bd2e-d86e947fa7dd-image.png
      which creates this:
      0_1543806354251_d268ae6a-0840-4748-a15d-22f075ede5c0-image.png

      What you want is this:
      0_1543806400280_5e570166-fbfb-41be-8d49-6edad2957684-image.png

      To create this:
      0_1543806434119_86074a70-76cf-494e-97a1-44568ecc4b1a-image.png

      Also, if you are planning on multicasting, I would read up on this page as well:
      https://wiki.fogproject.org/wiki/index.php/Multicasting

      posted in Linux Problems
      J
      jflippen
    • RE: Windows Users Passwords

      @datastream This might be a case that requires using sysprep if you aren’t already. I had to learn all about going into audit mode and using the unattend.xml file for prepping the first golden image for our district when we were forced to start rolling out Windows 10 before we were ready (thanks Intel for not supporting Win 7 updates on newer chipsets…).

      Anyhow, I do the entire setup in audit mode with the built in administrator account. When the OOBE runs my unattend file injects the activation key, re-enables the local admin account, sets the password, auto-logs in for some scripts to run and other fun stuff before I have the FOG client service turn back on via the systemcomplete.cmd file so that FOG can set the PC name and join the domain. Never had any issues with passwords.

      Out of curiosity, which build of Windows 10 are you trying to deploy? With how wonky Windows 10 has been there may be some additional setup required to meet your needs.

      posted in Windows Problems
      J
      jflippen
    • RE: FOG Imaging/Capturing progress bar.

      @Les said in FOG Imaging/Capturing progress bar.:

      @Sebastian-Roth

      I think you might be on to something regarding the sectors, beacause i am running Win 10 on a 500GB HDD.

      One of my drives on the desktop seems to be failing during the capturing process, as I hear my one of my drives snap, resulting in a error.(Can post the error if you are keen)

      @Les just to be clear…is the 6TB Win10 desktop you are trying to capture the same one from your last comment, with a 500GB HD and additional hard drives? I am asking this because I noticed in an earlier comment you posted a screenshot uploading a Single Disk image seen here:
      alt text

      If your desktop has multiple drives you want to capture, you need your image format to be like this:
      0_1543803913394_3260b69f-2f3c-452c-8ce9-da381b71177e-image.png

      Perhaps that is why you are getting the error? I would post it for good measure though, just so @Sebastian-Roth or one of the many helpul forum mods can verify what the problem is.

      posted in FOG Problems
      J
      jflippen
    • RE: Option to delete files when deleting multiple images / snapins.

      @Tom-Elliott You’re right, I hadn’t considered that. My apologies. I guess I have been blinded by my obsession with reducing clutter and streamlining processes. I have a team of techs that use our FOG server and it seems to be a common error to delete an image / snapin without going in individually to delete with files. I was trying to reduce clutter on the back-end and having to go in and clean things up from people deleting the wrong way. Guess I need to start creating some in-house documentation on proper FOG procedures…

      posted in Feature Request
      J
      jflippen
    • RE: Option to delete files when deleting multiple images / snapins.

      @Tom-Elliott If that is the case, why even include delete image on the list all page? I can’t imagine wanting to delete multiple images but keep their files. I understand wanting to make something idiot-proof but having a delete image that doesn’t delete the files seems unintuitive to me.

      posted in Feature Request
      J
      jflippen
    • RE: Replication problems 1.5.4 - always copying

      @Sebastian-Roth

      1. Your idea sounds like a good compromise. Something like delete old file on new upload checkbox that is checked by default maybe?

      2. okay, that makes sense. I forgot that the images folder only syncs folders tied to an image in the table.

      3. I tried your update and that fixed the file getting set to 0kb. I test when I can, as FOG has a lot of potential in my eyes and I know most if not all of you are doing this in your spare time, which means a lot. I’m hoping someday I’ll have time to learn PHP and contribute more to the project, but that’s a battle for another day.

      4. Posted in feature request and tagged you and this post for reference.

      posted in FOG Problems
      J
      jflippen
    • Option to delete files when deleting multiple images / snapins.

      I had previously mentioned this on another thread, https://forums.fogproject.org/topic/12148/replication-problems-1-5-4-always-copying/42, but @Sebastian-Roth suggested I post it here instead…

      So, if you go to delete one or more snapins / images from the list of all snapins / all images, it will not remove the files associated with whatever you delete. In order to do so, you must enter each image / snapin individually, go to the delete tab, and check the box to delete files when deleting. It would be nice to have on the all images / snapins pages for mass changes as I have had to explain to my team that only the aforementioned method will give them the results they are expecting.

      Please include this option:
      0_1543289312227_b908d643-ec8d-4143-a1b8-f7b9bc382dc4-image.png

      Here:0_1543289320221_64400f3a-8218-4705-ad6f-211c753b1244-image.png

      I am not sure how hard it would be to implement these changes, but it would save time having to go in and delete files manually because someone deleted an old image the wrong way.

      posted in Feature Request
      J
      jflippen
    • RE: Replication problems 1.5.4 - always copying

      @Sebastian-Roth okay, so good news and bad news. First, the good news. The good news is that the snapin replication service will now delete and replace a snapin file that has been updated.

      Now for the bad news, possibly… depending on how you intend the snapin service to function.

      1. If I upload a different filename for a snapin, the old file associated with the snapin does not get removed from either the master or the storage nodes. This can be an issue for MSI files that update their file name with each release (e.g. Java updates). I have found sometimes I may accidentally have the syntax wrong as well and have to re-upload a file. However, this leaves me manually going into the snapins folder to cleanup old files. Not a deal breaker, but I felt this is something that should be noted.

      2. The snapin replication service does not remove files in the snapin folder that are not associated with snapins. This kind of ties in with the previous issue, and may not be a real-world example, but I did notice that if I put a file in the snapin folder on the storage node folder with the proper permissions, the service does not even check for rogue / old files. I know for the images replication you had it clean up files not on the master, so I was checking for that functionality in the snapin replication as well.

      3. Again, may not be a real-world scenario, but I tried setting a new snapin to an existing file that hadn’t gotten erased (from uploading a different filename to a previous snapin) and it changed the file to a size of 0kb. This empty file then got replicated…so, users beware. Do not create a snapin and then attach to an existing file in the snapin folder.

      Here is the changes I noticed in the files while playing around:
      0_1543123370105_9c5f6b3a-898e-4932-b853-22fe36cd2320-image.png

      Here is my snapin replication log from today, where you can see the empty file as well as the lack of detecting the 7zip MSI:

      [11-24-18 8:05:59 pm] 
      ==================================
      ===        ====    =====      ====
      ===  =========  ==  ===   ==   ===
      ===  ========  ====  ==  ====  ===
      ===  ========  ====  ==  =========
      ===      ====  ====  ==  =========
      ===  ========  ====  ==  ===   ===
      ===  ========  ====  ==  ====  ===
      ===  =========  ==  ===   ==   ===
      ===  ==========    =====      ====
      ==================================
      ===== Free Opensource Ghost ======
      ==================================
      ============ Credits =============
      = https://fogproject.org/Credits =
      ==================================
      == Released under GPL Version 3 ==
      ==================================
      
      
      [11-24-18 8:05:59 pm] Interface Ready with IP Address: 127.0.0.1
      [11-24-18 8:05:59 pm] Interface Ready with IP Address: 127.0.1.1
      [11-24-18 8:05:59 pm] Interface Ready with IP Address: 192.168.1.16
      [11-24-18 8:05:59 pm] Interface Ready with IP Address: 192.168.122.1
      [11-24-18 8:05:59 pm] Interface Ready with IP Address: FOG-MASTER
      [11-24-18 8:05:59 pm]  * Starting SnapinReplicator Service
      [11-24-18 8:05:59 pm]  * Checking for new items every 600 seconds
      [11-24-18 8:05:59 pm]  * Starting service loop
      [11-24-18 8:05:59 pm]  * Starting Snapin Replication.
      [11-24-18 8:05:59 pm]  * We are group ID: 1. We are group name: default
      [11-24-18 8:05:59 pm]  * We are node ID: 1. We are node name: DefaultMember
      [11-24-18 8:05:59 pm]  * Attempting to perform Group -> Group snapin replication.
      [11-24-18 8:05:59 pm]  | Replicating ssl less private key
      [11-24-18 8:06:00 pm]  * Found Snapin to transfer to 2 nodes
      [11-24-18 8:06:00 pm]  | File Name: ssl/fog.csr
      [11-24-18 8:06:00 pm]   # ssl/fog.csr: No need to sync fog.csr (NODE-1)
      [11-24-18 8:06:00 pm]  * All files synced for this item.
      [11-24-18 8:06:01 pm]   # ssl/fog.csr: No need to sync fog.csr (NODE-2)
      [11-24-18 8:06:01 pm]  * All files synced for this item.
      [11-24-18 8:06:01 pm]  * Found Snapin to transfer to 2 nodes
      [11-24-18 8:06:01 pm]  | File Name: ssl/CA
      [11-24-18 8:06:01 pm]  * All files synced for this item.
      [11-24-18 8:06:02 pm]  * All files synced for this item.
      [11-24-18 8:06:02 pm]  * Not syncing Snapin between groups
      [11-24-18 8:06:02 pm]  | Snapin Name: Chrome x64
      [11-24-18 8:06:02 pm]  | There are no other members to sync to.
      [11-24-18 8:06:02 pm]  * Attempting to perform Group -> Nodes snapin replication.
      [11-24-18 8:06:02 pm]  * Found Snapin to transfer to 2 nodes
      [11-24-18 8:06:02 pm]  | Snapin Name: Chrome x64
      [11-24-18 8:06:03 pm]   # Chrome x64: No need to sync GoogleChromeStandaloneEnterprise64.msi (NODE-1)
      [11-24-18 8:06:03 pm]  * All files synced for this item.
      [11-24-18 8:06:04 pm]   # Chrome x64: No need to sync GoogleChromeStandaloneEnterprise64.msi (NODE-2)
      [11-24-18 8:06:04 pm]  * All files synced for this item.
      [11-24-18 8:16:04 pm]  * Starting Snapin Replication.
      [11-24-18 8:16:04 pm]  * We are group ID: 1. We are group name: default
      [11-24-18 8:16:04 pm]  * We are node ID: 1. We are node name: DefaultMember
      [11-24-18 8:16:04 pm]  * Attempting to perform Group -> Group snapin replication.
      [11-24-18 8:16:04 pm]  | Replicating ssl less private key
      [11-24-18 8:16:04 pm]  * Found Snapin to transfer to 2 nodes
      [11-24-18 8:16:04 pm]  | File Name: ssl/fog.csr
      [11-24-18 8:16:05 pm]   # ssl/fog.csr: No need to sync fog.csr (NODE-1)
      [11-24-18 8:16:05 pm]  * All files synced for this item.
      [11-24-18 8:16:06 pm]   # ssl/fog.csr: No need to sync fog.csr (NODE-2)
      [11-24-18 8:16:06 pm]  * All files synced for this item.
      [11-24-18 8:16:06 pm]  * Found Snapin to transfer to 2 nodes
      [11-24-18 8:16:06 pm]  | File Name: ssl/CA
      [11-24-18 8:16:06 pm]  * All files synced for this item.
      [11-24-18 8:16:07 pm]  * All files synced for this item.
      [11-24-18 8:16:07 pm]  * Not syncing Snapin between groups
      [11-24-18 8:16:07 pm]  | Snapin Name: Chrome x64
      [11-24-18 8:16:07 pm]  | There are no other members to sync to.
      [11-24-18 8:16:07 pm]  * Attempting to perform Group -> Nodes snapin replication.
      [11-24-18 8:16:08 pm]  * Found Snapin to transfer to 2 nodes
      [11-24-18 8:16:08 pm]  | Snapin Name: Chrome x64
      [11-24-18 8:16:08 pm]   # Chrome x64: File does not exist googlechromebetastandaloneenterprise64.msi (NODE-1)
      [11-24-18 8:16:08 pm]  | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.Chrome x64.transfer.NODE-1.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30;  mirror -c --parallel=20 -R -i "googlechromebetastandaloneenterprise64.msi" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 192.168.1.17
      [11-24-18 8:16:08 pm]  | Started sync for Snapin Chrome x64 - Resource id #761
      [11-24-18 8:16:08 pm]   # Chrome x64: File does not exist googlechromebetastandaloneenterprise64.msi (NODE-2)
      [11-24-18 8:16:08 pm]  | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.Chrome x64.transfer.NODE-2.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30;  mirror -c --parallel=20 -R -i "googlechromebetastandaloneenterprise64.msi" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 192.168.1.18
      [11-24-18 8:16:08 pm]  | Started sync for Snapin Chrome x64 - Resource id #770
      [11-24-18 8:16:09 pm]  | Sync finished - Resource id #761
      [11-24-18 8:16:09 pm]  | Sync finished - Resource id #770
      [11-24-18 8:26:04 pm]  * Starting Snapin Replication.
      [11-24-18 8:26:04 pm]  * We are group ID: 1. We are group name: default
      [11-24-18 8:26:04 pm]  * We are node ID: 1. We are node name: DefaultMember
      [11-24-18 8:26:04 pm]  * Attempting to perform Group -> Group snapin replication.
      [11-24-18 8:26:04 pm]  | Replicating ssl less private key
      [11-24-18 8:26:04 pm]  * Found Snapin to transfer to 2 nodes
      [11-24-18 8:26:04 pm]  | File Name: ssl/fog.csr
      [11-24-18 8:26:05 pm]   # ssl/fog.csr: No need to sync fog.csr (NODE-1)
      [11-24-18 8:26:05 pm]  * All files synced for this item.
      [11-24-18 8:26:05 pm]   # ssl/fog.csr: No need to sync fog.csr (NODE-2)
      [11-24-18 8:26:05 pm]  * All files synced for this item.
      [11-24-18 8:26:06 pm]  * Found Snapin to transfer to 2 nodes
      [11-24-18 8:26:06 pm]  | File Name: ssl/CA
      [11-24-18 8:26:06 pm]  * All files synced for this item.
      [11-24-18 8:26:06 pm]  * All files synced for this item.
      [11-24-18 8:26:07 pm]  * Not syncing Snapin between groups
      [11-24-18 8:26:07 pm]  | Snapin Name: Chrome x64
      [11-24-18 8:26:07 pm]  | There are no other members to sync to.
      [11-24-18 8:26:07 pm]  * Attempting to perform Group -> Nodes snapin replication.
      [11-24-18 8:26:07 pm]  * Found Snapin to transfer to 2 nodes
      [11-24-18 8:26:07 pm]  | Snapin Name: Chrome x64
      [11-24-18 8:26:08 pm]   # Chrome x64: No need to sync googlechromebetastandaloneenterprise64.msi (NODE-1)
      [11-24-18 8:26:08 pm]  * All files synced for this item.
      [11-24-18 8:26:09 pm]   # Chrome x64: No need to sync googlechromebetastandaloneenterprise64.msi (NODE-2)
      [11-24-18 8:26:09 pm]  * All files synced for this item.
      [11-24-18 8:36:04 pm]  * Starting Snapin Replication.
      [11-24-18 8:36:04 pm]  * We are group ID: 1. We are group name: default
      [11-24-18 8:36:04 pm]  * We are node ID: 1. We are node name: DefaultMember
      [11-24-18 8:36:04 pm]  * Attempting to perform Group -> Group snapin replication.
      [11-24-18 8:36:04 pm]  | Replicating ssl less private key
      [11-24-18 8:36:04 pm]  * Found Snapin to transfer to 2 nodes
      [11-24-18 8:36:04 pm]  | File Name: ssl/fog.csr
      [11-24-18 8:36:05 pm]   # ssl/fog.csr: No need to sync fog.csr (NODE-1)
      [11-24-18 8:36:05 pm]  * All files synced for this item.
      [11-24-18 8:36:06 pm]   # ssl/fog.csr: No need to sync fog.csr (NODE-2)
      [11-24-18 8:36:06 pm]  * All files synced for this item.
      [11-24-18 8:36:06 pm]  * Found Snapin to transfer to 2 nodes
      [11-24-18 8:36:06 pm]  | File Name: ssl/CA
      [11-24-18 8:36:06 pm]  * All files synced for this item.
      [11-24-18 8:36:07 pm]  * All files synced for this item.
      [11-24-18 8:36:07 pm]  * Not syncing Snapin between groups
      [11-24-18 8:36:07 pm]  | Snapin Name: Chrome Beta
      [11-24-18 8:36:07 pm]  | There are no other members to sync to.
      [11-24-18 8:36:07 pm]  * Not syncing Snapin between groups
      [11-24-18 8:36:07 pm]  | Snapin Name: Chrome x64
      [11-24-18 8:36:07 pm]  | There are no other members to sync to.
      [11-24-18 8:36:07 pm]  * Attempting to perform Group -> Nodes snapin replication.
      [11-24-18 8:36:08 pm]  * Found Snapin to transfer to 2 nodes
      [11-24-18 8:36:08 pm]  | Snapin Name: Chrome Beta
      [11-24-18 8:36:08 pm]   # Chrome Beta: File size mismatch - googlechromebetastandaloneenterprise64.msi: 0 != 56467664
      [11-24-18 8:36:08 pm]   # Chrome Beta: Deleting remote file googlechromebetastandaloneenterprise64.msi
      [11-24-18 8:36:08 pm]  | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.Chrome Beta.transfer.NODE-1.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30;  mirror -c --parallel=20 -R -i "googlechromebetastandaloneenterprise64.msi" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 192.168.1.17
      [11-24-18 8:36:08 pm]  | Started sync for Snapin Chrome Beta - Resource id #1058
      [11-24-18 8:36:09 pm]   # Chrome Beta: File size mismatch - googlechromebetastandaloneenterprise64.msi: 0 != 56467664
      [11-24-18 8:36:09 pm]   # Chrome Beta: Deleting remote file googlechromebetastandaloneenterprise64.msi
      [11-24-18 8:36:09 pm]  | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.Chrome Beta.transfer.NODE-2.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30;  mirror -c --parallel=20 -R -i "googlechromebetastandaloneenterprise64.msi" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 192.168.1.18
      [11-24-18 8:36:09 pm]  | Started sync for Snapin Chrome Beta - Resource id #1071
      [11-24-18 8:36:09 pm]  * Found Snapin to transfer to 2 nodes
      [11-24-18 8:36:09 pm]  | Snapin Name: Chrome x64
      [11-24-18 8:36:10 pm]   # Chrome x64: No need to sync GoogleChromeStandaloneEnterprise64.msi (NODE-1)
      [11-24-18 8:36:10 pm]  * All files synced for this item.
      [11-24-18 8:36:11 pm]   # Chrome x64: No need to sync GoogleChromeStandaloneEnterprise64.msi (NODE-2)
      [11-24-18 8:36:11 pm]  * All files synced for this item.
      [11-24-18 8:36:11 pm]  | Sync finished - Resource id #1058
      [11-24-18 8:36:11 pm]  | Sync finished - Resource id #1071
      [11-24-18 8:46:04 pm]  * Starting Snapin Replication.
      [11-24-18 8:46:04 pm]  * We are group ID: 1. We are group name: default
      [11-24-18 8:46:04 pm]  * We are node ID: 1. We are node name: DefaultMember
      [11-24-18 8:46:04 pm]  * Attempting to perform Group -> Group snapin replication.
      [11-24-18 8:46:04 pm]  | Replicating ssl less private key
      [11-24-18 8:46:04 pm]  * Found Snapin to transfer to 2 nodes
      [11-24-18 8:46:04 pm]  | File Name: ssl/fog.csr
      [11-24-18 8:46:05 pm]   # ssl/fog.csr: No need to sync fog.csr (NODE-1)
      [11-24-18 8:46:05 pm]  * All files synced for this item.
      [11-24-18 8:46:05 pm]   # ssl/fog.csr: No need to sync fog.csr (NODE-2)
      [11-24-18 8:46:05 pm]  * All files synced for this item.
      [11-24-18 8:46:06 pm]  * Found Snapin to transfer to 2 nodes
      [11-24-18 8:46:06 pm]  | File Name: ssl/CA
      [11-24-18 8:46:06 pm]  * All files synced for this item.
      [11-24-18 8:46:06 pm]  * All files synced for this item.
      [11-24-18 8:46:07 pm]  * Not syncing Snapin between groups
      [11-24-18 8:46:07 pm]  | Snapin Name: Chrome Beta
      [11-24-18 8:46:07 pm]  | There are no other members to sync to.
      [11-24-18 8:46:07 pm]  * Not syncing Snapin between groups
      [11-24-18 8:46:07 pm]  | Snapin Name: Chrome x64
      [11-24-18 8:46:07 pm]  | There are no other members to sync to.
      [11-24-18 8:46:07 pm]  * Attempting to perform Group -> Nodes snapin replication.
      [11-24-18 8:46:07 pm]  * Found Snapin to transfer to 2 nodes
      [11-24-18 8:46:07 pm]  | Snapin Name: Chrome Beta
      [11-24-18 8:46:08 pm]   # Chrome Beta: File size mismatch - googlechromebetastandaloneenterprise64.msi: 56467664 != 0
      [11-24-18 8:46:08 pm]   # Chrome Beta: Deleting remote file googlechromebetastandaloneenterprise64.msi
      [11-24-18 8:46:08 pm]  | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.Chrome Beta.transfer.NODE-1.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30;  mirror -c --parallel=20 -R -i "googlechromebetastandaloneenterprise64.msi" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 192.168.1.17
      [11-24-18 8:46:08 pm]  | Started sync for Snapin Chrome Beta - Resource id #1261
      [11-24-18 8:46:08 pm]   # Chrome Beta: File size mismatch - googlechromebetastandaloneenterprise64.msi: 56467664 != 0
      [11-24-18 8:46:08 pm]   # Chrome Beta: Deleting remote file googlechromebetastandaloneenterprise64.msi
      [11-24-18 8:46:08 pm]  | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.Chrome Beta.transfer.NODE-2.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30;  mirror -c --parallel=20 -R -i "googlechromebetastandaloneenterprise64.msi" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 192.168.1.18
      [11-24-18 8:46:08 pm]  | Started sync for Snapin Chrome Beta - Resource id #1274
      [11-24-18 8:46:09 pm]  * Found Snapin to transfer to 2 nodes
      [11-24-18 8:46:09 pm]  | Snapin Name: Chrome x64
      [11-24-18 8:46:10 pm]   # Chrome x64: No need to sync GoogleChromeStandaloneEnterprise64.msi (NODE-1)
      [11-24-18 8:46:10 pm]  * All files synced for this item.
      [11-24-18 8:46:10 pm]   # Chrome x64: No need to sync GoogleChromeStandaloneEnterprise64.msi (NODE-2)
      [11-24-18 8:46:10 pm]  * All files synced for this item.
      [11-24-18 8:46:10 pm]  | Sync finished - Resource id #1261
      [11-24-18 8:46:10 pm]  | Sync finished - Resource id #1274
      
      
      1. This last issue is for both images and snapins, but is more based on the something I noticed in the web UI, so I’m not sure which dev to report this to as a possible bug, or if it’s more of a feature request…but if you go to delete one or more snapins / images from the list of all snapins / all images, it will not remove the files associated with whatever you delete. In order to do so, you must enter each image / snapin individually, go to the delete tab, and check the box to delete files when deleting. It would be nice to have on the all images / snapins pages for mass changes or just trying to explain to my team that only one path of deleting gives expected results.

      Please put this option:
      0_1543123830447_b5016526-c162-49cc-b20a-4b6c20282d99-image.png

      Here:
      0_1543123777711_7ec7cc1f-de62-409c-913d-8e3b5c676697-image.png

      Sorry if it seems like I am nitpicking, I am just trying to be thorough in my testing and ran tests based off of issues I have come across myself by accident. I am sure there are users who will never encounter the scenarios I have provided, but I am trying to cover any possible future headaches. Yay QA testing…

      posted in FOG Problems
      J
      jflippen
    • RE: Replication problems 1.5.4 - always copying

      @Sebastian-Roth Okay, sounds good. I will test any patches once you are able to release them. Happy holidays!

      posted in FOG Problems
      J
      jflippen
    • RE: Replication problems 1.5.4 - always copying

      @Sebastian-Roth I decided to update our official FOG servers at work today to the newly updated working branch today and I am glad to say that the image replication is working now. However, It seems the snapin replication is having issues deleting files from the storage nodes. I am not sure if our previous manual rsync messed up the permissions.

      I noticed on the FOG master that files are set to as such:

      total 3035896
      drwxrwxrwx. 3 fog  apache       4096 Nov 13 12:54 .
      drwxr-xr-x. 5 root root           67 Nov 16 11:03 ..
      -rwxrwxrwx  1 fog  apache  283844178 Jul  5 15:01 ActivInspire.zip
      -rwxrwxrwx  1 fog  apache   78095360 Jun 20 14:03 A__Suite_for_Win_v2.5.2063.64.                msi
      -rwxrwxrwx  1 fog  apache   82991148 Oct 25 09:00 lanschool.zip
      -rwxrwxrwx  1 fog  apache  472627531 Jun 26 12:26 LoggerPro3_15.zip
      -rwxrwxrwx  1 fog  apache    2244608 Jun 26 08:42 npGCPlugin2_2.4.1.3_allusers.m                si
      -rwxrwxrwx  1 fog  apache  698146052 Jun 21 10:06 Office13_SP1.zip
      -rwxrwxrwx  1 fog  apache 1360475209 Jun 28 08:17 Office2010.zip
      -rwxrwxrwx  1 fog  apache        222 Jul 17 16:03 remove_OneDrive.bat
      drwxrwxrwx. 3 fog  apache         54 Jan 18  2018 ssl
      -rwxrwxrwx  1 fog  apache  130306048 Jun 26 09:30 Visualizer_win7_1.4.2.0.msi
      -rwxrwxrwx  1 fog  apache       1209 Sep 25 13:49 wifiChrome.zip
      -rwxrwxrwx  1 fog  apache         44 Sep 26 11:21 WinAct2.bat
      

      Whereas on the node it is like this:

      
      total 3364696
      drwxr-xr-x. 3 fog  fog        4096 Nov 16 14:27 .
      drwxr-xr-x. 5 root root         99 Nov 16 11:00 ..
      -rwxr-xr-x  1 fog  fog   205078814 Jun 26 09:44 ActiveInspire.zip
      -rwxr-xr-x  1 fog  fog   283844178 Nov 16 14:27 ActivInspire.zip
      -rwxr-xr-x  1 fog  fog    78095360 Nov 16 14:27 A__Suite_for_Win_v2.5.2063.64.msi
      -rwxr-xr-x  1 fog  fog   131607283 Oct 12 12:29 java_update.zip
      -rwxr-xr-x  1 fog  fog    82991148 Nov 16 14:27 lanschool.zip
      -rwxr-xr-x  1 fog  fog   472627531 Nov 16 14:27 LoggerPro3_15.zip
      -rwxr-xr-x  1 fog  fog     2244608 Nov 16 14:27 npGCPlugin2_2.4.1.3_allusers.msi
      -rwxr-xr-x  1 fog  fog   698146052 Nov 16 14:27 Office13_SP1.zip
      -rwxr-xr-x  1 fog  fog  1360475209 Nov 16 14:27 Office2010.zip
      -rwxr-xr-x  1 fog  fog         222 Nov 16 14:27 remove_OneDrive.bat
      drwxr-xr-x. 3 fog  fog          54 Nov 16 14:27 ssl
      -rwxr-xr-x  1 fog  fog   130306048 Nov 16 14:27 Visualizer_win7_1.4.2.0.msi
      -rwxr-xr-x  1 fog  fog        1209 Nov 16 14:27 wifiChrome.zip
      -rwxr-xr-x  1 fog  fog          44 Nov 16 14:27 WinAct2.bat
      

      Is there something wrong with the permissions that is blocking the files from getting deleted? Below is the log from the snapin replication service:

      [11-16-18 2:27:14 pm] 
      ==================================
      === ==== ===== ====
      === ========= == === == ===
      === ======== ==== == ==== ===
      === ======== ==== == =========
      === ==== ==== == =========
      === ======== ==== == === ===
      === ======== ==== == ==== ===
      === ========= == === == ===
      === ========== ===== ====
      ==================================
      ===== Free Opensource Ghost ======
      ==================================
      ============ Credits =============
      = https://fogproject.org/Credits =
      ==================================
      == Released under GPL Version 3 ==
      ==================================
      
      
      [11-16-18 2:27:14 pm] Interface Ready with IP Address: 10.59.10.12
      [11-16-18 2:27:14 pm] Interface Ready with IP Address: 127.0.0.1
      [11-16-18 2:27:14 pm] Interface Ready with IP Address: 127.0.1.1
      [11-16-18 2:27:14 pm] Interface Ready with IP Address: 192.168.122.1
      [11-16-18 2:27:14 pm] Interface Ready with IP Address: 216.64.238.32
      [11-16-18 2:27:14 pm] Interface Ready with IP Address: fog-master-tsd-tsdnet-turlock-k12-ca-us
      [11-16-18 2:27:14 pm] Interface Ready with IP Address: natpool1.turlock.k12.ca.us
      [11-16-18 2:27:14 pm] * Starting SnapinReplicator Service
      [11-16-18 2:27:14 pm] * Checking for new items every 600 seconds
      [11-16-18 2:27:14 pm] * Starting service loop
      [11-16-18 2:27:14 pm] * Starting Snapin Replication.
      [11-16-18 2:27:14 pm] * We are group ID: 1. We are group name: default
      [11-16-18 2:27:14 pm] * We are node ID: 1. We are node name: DO-FOG-MASTER
      [11-16-18 2:27:14 pm] * Attempting to perform Group -> Group snapin replication.
      [11-16-18 2:27:15 pm] | Replicating ssl less private key
      [11-16-18 2:27:15 pm] * Found Snapin to transfer to 2 nodes
      [11-16-18 2:27:15 pm] | File Name: ssl/fog.csr
      [11-16-18 2:27:15 pm] # ssl/fog.csr: File does not exist optfogsnapinssslfog.csr (OC-FOG-NODE)
      [11-16-18 2:27:15 pm] # ssl/fog.csr: File does not exist on master node, deleting fog.csr on OC-FOG-NODE
      [11-16-18 2:27:15 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep..transfer.OC-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "fog.csr" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins/ssl" "/opt/fog/snapins/ssl"; exit' -u fog,[Protected] 10.59.181.12
      [11-16-18 2:27:15 pm] | Started sync for Snapin ssl/fog.csr - Resource id #537
      [11-16-18 2:27:15 pm] # ssl/fog.csr: File does not exist optfogsnapinssslfog.csr (PH-FOG-NODE)
      [11-16-18 2:27:15 pm] # ssl/fog.csr: File does not exist on master node, deleting fog.csr on PH-FOG-NODE
      [11-16-18 2:27:15 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep..transfer.PH-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "fog.csr" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins/ssl" "/opt/fog/snapins/ssl"; exit' -u fog,[Protected] 10.60.219.12
      [11-16-18 2:27:15 pm] | Started sync for Snapin ssl/fog.csr - Resource id #547
      [11-16-18 2:27:16 pm] * Found Snapin to transfer to 2 nodes
      [11-16-18 2:27:16 pm] | File Name: ssl/CA
      [11-16-18 2:27:16 pm] * All files synced for this item.
      [11-16-18 2:27:16 pm] * All files synced for this item.
      [11-16-18 2:27:17 pm] * Not syncing Snapin between groups
      [11-16-18 2:27:17 pm] | Snapin Name: ActivateWindows
      [11-16-18 2:27:17 pm] | There are no other members to sync to.
      [11-16-18 2:27:17 pm] * Not syncing Snapin between groups
      [11-16-18 2:27:17 pm] | Snapin Name: ActivInspire
      [11-16-18 2:27:17 pm] | There are no other members to sync to.
      [11-16-18 2:27:17 pm] * Not syncing Snapin between groups
      [11-16-18 2:27:17 pm] | Snapin Name: Gradecam Plugin Win10
      [11-16-18 2:27:17 pm] | There are no other members to sync to.
      [11-16-18 2:27:17 pm] * Not syncing Snapin between groups
      [11-16-18 2:27:17 pm] | Snapin Name: IPEVO Visualizer
      [11-16-18 2:27:17 pm] | There are no other members to sync to.
      [11-16-18 2:27:17 pm] * Not syncing Snapin between groups
      [11-16-18 2:27:17 pm] | Snapin Name: lanschool
      [11-16-18 2:27:17 pm] | There are no other members to sync to.
      [11-16-18 2:27:17 pm] * Not syncing Snapin between groups
      [11-16-18 2:27:17 pm] | Snapin Name: Logger Pro 3_15
      [11-16-18 2:27:17 pm] | There are no other members to sync to.
      [11-16-18 2:27:18 pm] * Not syncing Snapin between groups
      [11-16-18 2:27:18 pm] | Snapin Name: Office2010
      [11-16-18 2:27:18 pm] | There are no other members to sync to.
      [11-16-18 2:27:18 pm] * Not syncing Snapin between groups
      [11-16-18 2:27:18 pm] | Snapin Name: Office2013
      [11-16-18 2:27:18 pm] | There are no other members to sync to.
      [11-16-18 2:27:18 pm] * Not syncing Snapin between groups
      [11-16-18 2:27:18 pm] | Snapin Name: Remove_OneDrive
      [11-16-18 2:27:18 pm] | There are no other members to sync to.
      [11-16-18 2:27:18 pm] * Not syncing Snapin between groups
      [11-16-18 2:27:18 pm] | Snapin Name: Sphere 2
      [11-16-18 2:27:18 pm] | There are no other members to sync to.
      [11-16-18 2:27:18 pm] * Not syncing Snapin between groups
      [11-16-18 2:27:18 pm] | Snapin Name: wifiChrome
      [11-16-18 2:27:18 pm] | There are no other members to sync to.
      [11-16-18 2:27:18 pm] * Attempting to perform Group -> Nodes snapin replication.
      [11-16-18 2:27:19 pm] * Found Snapin to transfer to 2 nodes
      [11-16-18 2:27:19 pm] | Snapin Name: ActivateWindows
      [11-16-18 2:27:19 pm] # ActivateWindows: File does not exist optfogsnapinsWinAct2.bat (OC-FOG-NODE)
      [11-16-18 2:27:19 pm] # ActivateWindows: File does not exist on master node, deleting WinAct2.bat on OC-FOG-NODE
      [11-16-18 2:27:19 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.ActivateWindows.transfer.OC-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "WinAct2.bat" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.59.181.12
      [11-16-18 2:27:19 pm] | Started sync for Snapin ActivateWindows - Resource id #776
      [11-16-18 2:27:19 pm] # ActivateWindows: File does not exist optfogsnapinsWinAct2.bat (PH-FOG-NODE)
      [11-16-18 2:27:19 pm] # ActivateWindows: File does not exist on master node, deleting WinAct2.bat on PH-FOG-NODE
      [11-16-18 2:27:19 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.ActivateWindows.transfer.PH-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "WinAct2.bat" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.60.219.12
      [11-16-18 2:27:19 pm] | Started sync for Snapin ActivateWindows - Resource id #786
      [11-16-18 2:27:20 pm] * Found Snapin to transfer to 2 nodes
      [11-16-18 2:27:20 pm] | Snapin Name: ActivInspire
      [11-16-18 2:27:20 pm] # ActivInspire: File does not exist optfogsnapinsActivInspire.zip (OC-FOG-NODE)
      [11-16-18 2:27:20 pm] # ActivInspire: File does not exist on master node, deleting ActivInspire.zip on OC-FOG-NODE
      [11-16-18 2:27:20 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.ActivInspire.transfer.OC-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "ActivInspire.zip" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.59.181.12
      [11-16-18 2:27:20 pm] | Started sync for Snapin ActivInspire - Resource id #819
      [11-16-18 2:27:20 pm] # ActivInspire: File does not exist optfogsnapinsActivInspire.zip (PH-FOG-NODE)
      [11-16-18 2:27:20 pm] # ActivInspire: File does not exist on master node, deleting ActivInspire.zip on PH-FOG-NODE
      [11-16-18 2:27:20 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.ActivInspire.transfer.PH-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "ActivInspire.zip" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.60.219.12
      [11-16-18 2:27:20 pm] | Started sync for Snapin ActivInspire - Resource id #829
      [11-16-18 2:27:23 pm] * Found Snapin to transfer to 2 nodes
      [11-16-18 2:27:23 pm] | Snapin Name: Gradecam Plugin Win10
      [11-16-18 2:27:23 pm] # Gradecam Plugin Win10: File does not exist optfogsnapinsnpGCPlugin2_2.4.1.3_allusers.msi (OC-FOG-NODE)
      [11-16-18 2:27:23 pm] # Gradecam Plugin Win10: File does not exist on master node, deleting npGCPlugin2_2.4.1.3_allusers.msi on OC-FOG-NODE
      [11-16-18 2:27:23 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.Gradecam Plugin Win10.transfer.OC-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "npGCPlugin2_2.4.1.3_allusers.msi" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.59.181.12
      [11-16-18 2:27:23 pm] | Started sync for Snapin Gradecam Plugin Win10 - Resource id #862
      [11-16-18 2:27:24 pm] # Gradecam Plugin Win10: File does not exist optfogsnapinsnpGCPlugin2_2.4.1.3_allusers.msi (PH-FOG-NODE)
      [11-16-18 2:27:24 pm] # Gradecam Plugin Win10: File does not exist on master node, deleting npGCPlugin2_2.4.1.3_allusers.msi on PH-FOG-NODE
      [11-16-18 2:27:24 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.Gradecam Plugin Win10.transfer.PH-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "npGCPlugin2_2.4.1.3_allusers.msi" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.60.219.12
      [11-16-18 2:27:24 pm] | Started sync for Snapin Gradecam Plugin Win10 - Resource id #872
      [11-16-18 2:27:24 pm] * Found Snapin to transfer to 2 nodes
      [11-16-18 2:27:24 pm] | Snapin Name: IPEVO Visualizer
      [11-16-18 2:27:24 pm] # IPEVO Visualizer: File does not exist optfogsnapinsVisualizer_win7_1.4.2.0.msi (OC-FOG-NODE)
      [11-16-18 2:27:24 pm] # IPEVO Visualizer: File does not exist on master node, deleting Visualizer_win7_1.4.2.0.msi on OC-FOG-NODE
      [11-16-18 2:27:24 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.IPEVO Visualizer.transfer.OC-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "Visualizer_win7_1.4.2.0.msi" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.59.181.12
      [11-16-18 2:27:24 pm] | Started sync for Snapin IPEVO Visualizer - Resource id #905
      [11-16-18 2:27:25 pm] # IPEVO Visualizer: File does not exist optfogsnapinsVisualizer_win7_1.4.2.0.msi (PH-FOG-NODE)
      [11-16-18 2:27:25 pm] # IPEVO Visualizer: File does not exist on master node, deleting Visualizer_win7_1.4.2.0.msi on PH-FOG-NODE
      [11-16-18 2:27:25 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.IPEVO Visualizer.transfer.PH-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "Visualizer_win7_1.4.2.0.msi" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.60.219.12
      [11-16-18 2:27:25 pm] | Started sync for Snapin IPEVO Visualizer - Resource id #915
      [11-16-18 2:27:26 pm] * Found Snapin to transfer to 2 nodes
      [11-16-18 2:27:26 pm] | Snapin Name: lanschool
      [11-16-18 2:27:26 pm] # lanschool: File does not exist optfogsnapinslanschool.zip (OC-FOG-NODE)
      [11-16-18 2:27:26 pm] # lanschool: File does not exist on master node, deleting lanschool.zip on OC-FOG-NODE
      [11-16-18 2:27:26 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.lanschool.transfer.OC-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "lanschool.zip" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.59.181.12
      [11-16-18 2:27:26 pm] | Started sync for Snapin lanschool - Resource id #948
      [11-16-18 2:27:27 pm] # lanschool: File does not exist optfogsnapinslanschool.zip (PH-FOG-NODE)
      [11-16-18 2:27:27 pm] # lanschool: File does not exist on master node, deleting lanschool.zip on PH-FOG-NODE
      [11-16-18 2:27:27 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.lanschool.transfer.PH-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "lanschool.zip" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.60.219.12
      [11-16-18 2:27:27 pm] | Started sync for Snapin lanschool - Resource id #958
      [11-16-18 2:27:28 pm] * Found Snapin to transfer to 2 nodes
      [11-16-18 2:27:28 pm] | Snapin Name: Logger Pro 3_15
      [11-16-18 2:27:28 pm] # Logger Pro 3_15: File does not exist optfogsnapinsLoggerPro3_15.zip (OC-FOG-NODE)
      [11-16-18 2:27:28 pm] # Logger Pro 3_15: File does not exist on master node, deleting LoggerPro3_15.zip on OC-FOG-NODE
      [11-16-18 2:27:28 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.Logger Pro 3_15.transfer.OC-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "LoggerPro3_15.zip" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.59.181.12
      [11-16-18 2:27:28 pm] | Started sync for Snapin Logger Pro 3_15 - Resource id #991
      [11-16-18 2:27:28 pm] # Logger Pro 3_15: File does not exist optfogsnapinsLoggerPro3_15.zip (PH-FOG-NODE)
      [11-16-18 2:27:28 pm] # Logger Pro 3_15: File does not exist on master node, deleting LoggerPro3_15.zip on PH-FOG-NODE
      [11-16-18 2:27:28 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.Logger Pro 3_15.transfer.PH-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "LoggerPro3_15.zip" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.60.219.12
      [11-16-18 2:27:28 pm] | Started sync for Snapin Logger Pro 3_15 - Resource id #1001
      [11-16-18 2:27:32 pm] * Found Snapin to transfer to 2 nodes
      [11-16-18 2:27:32 pm] | Snapin Name: Office2010
      [11-16-18 2:27:33 pm] # Office2010: File does not exist optfogsnapinsOffice2010.zip (OC-FOG-NODE)
      [11-16-18 2:27:33 pm] # Office2010: File does not exist on master node, deleting Office2010.zip on OC-FOG-NODE
      [11-16-18 2:27:33 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.Office2010.transfer.OC-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "Office2010.zip" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.59.181.12
      [11-16-18 2:27:33 pm] | Started sync for Snapin Office2010 - Resource id #1034
      [11-16-18 2:27:33 pm] # Office2010: File does not exist optfogsnapinsOffice2010.zip (PH-FOG-NODE)
      [11-16-18 2:27:33 pm] # Office2010: File does not exist on master node, deleting Office2010.zip on PH-FOG-NODE
      [11-16-18 2:27:33 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.Office2010.transfer.PH-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "Office2010.zip" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.60.219.12
      [11-16-18 2:27:33 pm] | Started sync for Snapin Office2010 - Resource id #1044
      [11-16-18 2:27:45 pm] * Found Snapin to transfer to 2 nodes
      [11-16-18 2:27:45 pm] | Snapin Name: Office2013
      [11-16-18 2:27:45 pm] # Office2013: File does not exist optfogsnapinsOffice13_SP1.zip (OC-FOG-NODE)
      [11-16-18 2:27:45 pm] # Office2013: File does not exist on master node, deleting Office13_SP1.zip on OC-FOG-NODE
      [11-16-18 2:27:46 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.Office2013.transfer.OC-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "Office13_SP1.zip" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.59.181.12
      [11-16-18 2:27:46 pm] | Started sync for Snapin Office2013 - Resource id #1077
      [11-16-18 2:27:46 pm] # Office2013: File does not exist optfogsnapinsOffice13_SP1.zip (PH-FOG-NODE)
      [11-16-18 2:27:46 pm] # Office2013: File does not exist on master node, deleting Office13_SP1.zip on PH-FOG-NODE
      [11-16-18 2:27:46 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.Office2013.transfer.PH-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "Office13_SP1.zip" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.60.219.12
      [11-16-18 2:27:46 pm] | Started sync for Snapin Office2013 - Resource id #1087
      [11-16-18 2:27:52 pm] * Found Snapin to transfer to 2 nodes
      [11-16-18 2:27:52 pm] | Snapin Name: Remove_OneDrive
      [11-16-18 2:27:52 pm] # Remove_OneDrive: File does not exist optfogsnapinsremove_OneDrive.bat (OC-FOG-NODE)
      [11-16-18 2:27:52 pm] # Remove_OneDrive: File does not exist on master node, deleting remove_OneDrive.bat on OC-FOG-NODE
      [11-16-18 2:27:52 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.Remove_OneDrive.transfer.OC-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "remove_OneDrive.bat" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.59.181.12
      [11-16-18 2:27:52 pm] | Started sync for Snapin Remove_OneDrive - Resource id #1120
      [11-16-18 2:27:53 pm] # Remove_OneDrive: File does not exist optfogsnapinsremove_OneDrive.bat (PH-FOG-NODE)
      [11-16-18 2:27:53 pm] # Remove_OneDrive: File does not exist on master node, deleting remove_OneDrive.bat on PH-FOG-NODE
      [11-16-18 2:27:53 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.Remove_OneDrive.transfer.PH-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "remove_OneDrive.bat" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.60.219.12
      [11-16-18 2:27:53 pm] | Started sync for Snapin Remove_OneDrive - Resource id #1130
      [11-16-18 2:27:53 pm] * Found Snapin to transfer to 2 nodes
      [11-16-18 2:27:53 pm] | Snapin Name: Sphere 2
      [11-16-18 2:27:53 pm] # Sphere 2: File does not exist optfogsnapinsA__Suite_for_Win_v2.5.2063.64.msi (OC-FOG-NODE)
      [11-16-18 2:27:53 pm] # Sphere 2: File does not exist on master node, deleting A__Suite_for_Win_v2.5.2063.64.msi on OC-FOG-NODE
      [11-16-18 2:27:53 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.Sphere 2.transfer.OC-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "A__Suite_for_Win_v2.5.2063.64.msi" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.59.181.12
      [11-16-18 2:27:53 pm] | Started sync for Snapin Sphere 2 - Resource id #1163
      [11-16-18 2:27:54 pm] # Sphere 2: File does not exist optfogsnapinsA__Suite_for_Win_v2.5.2063.64.msi (PH-FOG-NODE)
      [11-16-18 2:27:54 pm] # Sphere 2: File does not exist on master node, deleting A__Suite_for_Win_v2.5.2063.64.msi on PH-FOG-NODE
      [11-16-18 2:27:54 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.Sphere 2.transfer.PH-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "A__Suite_for_Win_v2.5.2063.64.msi" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.60.219.12
      [11-16-18 2:27:54 pm] | Started sync for Snapin Sphere 2 - Resource id #1173
      [11-16-18 2:27:55 pm] * Found Snapin to transfer to 2 nodes
      [11-16-18 2:27:55 pm] | Snapin Name: wifiChrome
      [11-16-18 2:27:55 pm] # wifiChrome: File does not exist optfogsnapinswifiChrome.zip (OC-FOG-NODE)
      [11-16-18 2:27:55 pm] # wifiChrome: File does not exist on master node, deleting wifiChrome.zip on OC-FOG-NODE
      [11-16-18 2:27:55 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.wifiChrome.transfer.OC-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "wifiChrome.zip" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.59.181.12
      [11-16-18 2:27:55 pm] | Started sync for Snapin wifiChrome - Resource id #1206
      [11-16-18 2:27:55 pm] # wifiChrome: File does not exist optfogsnapinswifiChrome.zip (PH-FOG-NODE)
      [11-16-18 2:27:55 pm] # wifiChrome: File does not exist on master node, deleting wifiChrome.zip on PH-FOG-NODE
      [11-16-18 2:27:55 pm] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogsnapinrep.wifiChrome.transfer.PH-FOG-NODE.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c --parallel=20 -R -i "wifiChrome.zip" --ignore-time -vvv --exclude ".srvprivate" "/opt/fog/snapins" "/opt/fog/snapins"; exit' -u fog,[Protected] 10.60.219.12
      [11-16-18 2:27:55 pm] | Started sync for Snapin wifiChrome - Resource id #1216```
      posted in FOG Problems
      J
      jflippen
    • RE: Replication problems 1.5.4 - always copying

      @Sebastian-Roth aaaand it looks like the updates are now removing files! Good job man! I really appreciate all the hard work you guys are putting into this project. Here is the log from my testing:

      [11-14-18 5:42:22 pm] 
      ==================================
      ===        ====    =====      ====
      ===  =========  ==  ===   ==   ===
      ===  ========  ====  ==  ====  ===
      ===  ========  ====  ==  =========
      ===      ====  ====  ==  =========
      ===  ========  ====  ==  ===   ===
      ===  ========  ====  ==  ====  ===
      ===  =========  ==  ===   ==   ===
      ===  ==========    =====      ====
      ==================================
      ===== Free Opensource Ghost ======
      ==================================
      ============ Credits =============
      = https://fogproject.org/Credits =
      ==================================
      == Released under GPL Version 3 ==
      ==================================
      
      
      [11-14-18 5:42:22 pm] Interface Ready with IP Address: 127.0.0.1
      [11-14-18 5:42:22 pm] Interface Ready with IP Address: 127.0.1.1
      [11-14-18 5:42:22 pm] Interface Ready with IP Address: 192.168.1.16
      [11-14-18 5:42:22 pm] Interface Ready with IP Address: 192.168.122.1
      [11-14-18 5:42:22 pm] Interface Ready with IP Address: FOG-MASTER
      [11-14-18 5:42:22 pm]  * Starting ImageReplicator Service
      [11-14-18 5:42:22 pm]  * Checking for new items every 600 seconds
      [11-14-18 5:42:22 pm]  * Starting service loop
      [11-14-18 5:42:22 pm]  * Starting Image Replication.
      [11-14-18 5:42:22 pm]  * We are group ID: 1. We are group name: default
      [11-14-18 5:42:22 pm]  * We are node ID: 1. We are node name: DefaultMember
      [11-14-18 5:42:22 pm]  * Attempting to perform Group -> Group image replication.
      [11-14-18 5:42:22 pm]  | Replicating postdownloadscripts
      [11-14-18 5:42:23 pm]  * Found Image to transfer to 2 nodes
      [11-14-18 5:42:23 pm]  | File Name: postdownloadscripts
      [11-14-18 5:42:23 pm]   # postdownloadscripts: No need to sync fog.copydrivers (NODE-1)
      [11-14-18 5:42:23 pm]   # postdownloadscripts: No need to sync fog.custominstall (NODE-1)
      [11-14-18 5:42:23 pm]   # postdownloadscripts: No need to sync fog.postdownload (NODE-1)
      [11-14-18 5:42:23 pm]  * All files synced for this item.
      [11-14-18 5:42:24 pm]   # postdownloadscripts: No need to sync fog.copydrivers (NODE-2)
      [11-14-18 5:42:24 pm]   # postdownloadscripts: No need to sync fog.custominstall (NODE-2)
      [11-14-18 5:42:24 pm]   # postdownloadscripts: No need to sync fog.postdownload (NODE-2)
      [11-14-18 5:42:24 pm]  * All files synced for this item.
      [11-14-18 5:42:24 pm]  | Replicating postinitscripts
      [11-14-18 5:42:24 pm]  * Found Image to transfer to 2 nodes
      [11-14-18 5:42:24 pm]  | File Name: dev/postinitscripts
      [11-14-18 5:42:25 pm]   # dev/postinitscripts: No need to sync fog.postinit (NODE-1)
      [11-14-18 5:42:25 pm]  * All files synced for this item.
      [11-14-18 5:42:25 pm]   # dev/postinitscripts: No need to sync fog.postinit (NODE-2)
      [11-14-18 5:42:25 pm]  * All files synced for this item.
      [11-14-18 5:42:25 pm]  * Not syncing Image between groups
      [11-14-18 5:42:25 pm]  | Image Name: test
      [11-14-18 5:42:25 pm]  | There are no other members to sync to.
      [11-14-18 5:42:25 pm]  * Attempting to perform Group -> Nodes image replication.
      [11-14-18 5:42:26 pm]  * Found Image to transfer to 2 nodes
      [11-14-18 5:42:26 pm]  | Image Name: test
      [11-14-18 5:42:26 pm]   # test: No need to sync 2014-10-31 11.52.32.jpg (NODE-1)
      [11-14-18 5:42:26 pm]   # test: File size mismatch - Fedora-Server-dvd-x86_64-28-1.1.iso: 4470079488 != 2903506944
      [11-14-18 5:42:26 pm]   # test: Deleting remote file Fedora-Server-dvd-x86_64-28-1.1.iso
      [11-14-18 5:42:26 pm]   # test: No need to sync FileZilla_3.38.1_win64-setup.exe (NODE-1)
      [11-14-18 5:42:26 pm]   # test: File does not exist on master node, deleting CentOS-7-x86_64-DVD-1804.iso on NODE-1
      [11-14-18 5:42:26 pm]   # test: File does not exist on master node, deleting rufus-2.12.exe on NODE-1
      [11-14-18 5:42:26 pm]  | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogreplicator.test.transfer.NODE-1.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30;  mirror -c --parallel=20 -R --ignore-time -vvv --exclude ".srvprivate" "/images/test" "/images/test"; exit' -u fog,[Protected] 192.168.1.17
      [11-14-18 5:42:26 pm]  | Started sync for Image test - Resource id #663
      [11-14-18 5:42:27 pm]   # test: No need to sync 2014-10-31 11.52.32.jpg (NODE-2)
      [11-14-18 5:42:27 pm]   # test: File size mismatch - Fedora-Server-dvd-x86_64-28-1.1.iso: 4470079488 != 2903506944
      [11-14-18 5:42:27 pm]   # test: Deleting remote file Fedora-Server-dvd-x86_64-28-1.1.iso
      [11-14-18 5:42:27 pm]   # test: No need to sync FileZilla_3.38.1_win64-setup.exe (NODE-2)
      [11-14-18 5:42:27 pm]   # test: File does not exist on master node, deleting CentOS-7-x86_64-DVD-1804.iso on NODE-2
      [11-14-18 5:42:27 pm]   # test: File does not exist on master node, deleting rufus-2.12.exe on NODE-2
      [11-14-18 5:42:27 pm]  | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogreplicator.test.transfer.NODE-2.log;set ftp:list-options -a;set net:max-retries 10;set net:timeout 30;  mirror -c --parallel=20 -R --ignore-time -vvv --exclude ".srvprivate" "/images/test" "/images/test"; exit' -u fog,[Protected] 192.168.1.18
      [11-14-18 5:42:27 pm]  | Started sync for Image test - Resource id #690
      [11-14-18 5:45:01 pm]  | Sync finished - Resource id #663
      [11-14-18 5:45:01 pm]  | Sync finished - Resource id #690
      [11-14-18 5:52:27 pm]  * Starting Image Replication.
      [11-14-18 5:52:27 pm]  * We are group ID: 1. We are group name: default
      [11-14-18 5:52:27 pm]  * We are node ID: 1. We are node name: DefaultMember
      [11-14-18 5:52:27 pm]  * Attempting to perform Group -> Group image replication.
      [11-14-18 5:52:27 pm]  | Replicating postdownloadscripts
      [11-14-18 5:52:27 pm]  * Found Image to transfer to 2 nodes
      [11-14-18 5:52:27 pm]  | File Name: postdownloadscripts
      [11-14-18 5:52:27 pm]   # postdownloadscripts: No need to sync fog.copydrivers (NODE-1)
      [11-14-18 5:52:28 pm]   # postdownloadscripts: No need to sync fog.custominstall (NODE-1)
      [11-14-18 5:52:28 pm]   # postdownloadscripts: No need to sync fog.postdownload (NODE-1)
      [11-14-18 5:52:28 pm]  * All files synced for this item.
      [11-14-18 5:52:28 pm]   # postdownloadscripts: No need to sync fog.copydrivers (NODE-2)
      [11-14-18 5:52:28 pm]   # postdownloadscripts: No need to sync fog.custominstall (NODE-2)
      [11-14-18 5:52:28 pm]   # postdownloadscripts: No need to sync fog.postdownload (NODE-2)
      [11-14-18 5:52:28 pm]  * All files synced for this item.
      [11-14-18 5:52:28 pm]  | Replicating postinitscripts
      [11-14-18 5:52:29 pm]  * Found Image to transfer to 2 nodes
      [11-14-18 5:52:29 pm]  | File Name: dev/postinitscripts
      [11-14-18 5:52:29 pm]   # dev/postinitscripts: No need to sync fog.postinit (NODE-1)
      [11-14-18 5:52:29 pm]  * All files synced for this item.
      [11-14-18 5:52:30 pm]   # dev/postinitscripts: No need to sync fog.postinit (NODE-2)
      [11-14-18 5:52:30 pm]  * All files synced for this item.
      [11-14-18 5:52:30 pm]  * Not syncing Image between groups
      [11-14-18 5:52:30 pm]  | Image Name: test
      [11-14-18 5:52:30 pm]  | There are no other members to sync to.
      [11-14-18 5:52:30 pm]  * Attempting to perform Group -> Nodes image replication.
      [11-14-18 5:52:30 pm]  * Found Image to transfer to 2 nodes
      [11-14-18 5:52:30 pm]  | Image Name: test
      [11-14-18 5:52:31 pm]   # test: No need to sync 2014-10-31 11.52.32.jpg (NODE-1)
      [11-14-18 5:52:31 pm]   # test: No need to sync Fedora-Server-dvd-x86_64-28-1.1.iso (NODE-1)
      [11-14-18 5:52:31 pm]   # test: No need to sync FileZilla_3.38.1_win64-setup.exe (NODE-1)
      [11-14-18 5:52:31 pm]  * All files synced for this item.
      [11-14-18 5:52:32 pm]   # test: No need to sync 2014-10-31 11.52.32.jpg (NODE-2)
      [11-14-18 5:52:32 pm]   # test: No need to sync Fedora-Server-dvd-x86_64-28-1.1.iso (NODE-2)
      [11-14-18 5:52:32 pm]   # test: No need to sync FileZilla_3.38.1_win64-setup.exe (NODE-2)
      [11-14-18 5:52:32 pm]  * All files synced for this item.
      [11-14-18 6:02:27 pm]  * Starting Image Replication.
      [11-14-18 6:02:27 pm]  * We are group ID: 1. We are group name: default
      [11-14-18 6:02:27 pm]  * We are node ID: 1. We are node name: DefaultMember
      [11-14-18 6:02:27 pm]  * Attempting to perform Group -> Group image replication.
      [11-14-18 6:02:27 pm]  | Replicating postdownloadscripts
      [11-14-18 6:02:27 pm]  * Found Image to transfer to 2 nodes
      [11-14-18 6:02:27 pm]  | File Name: postdownloadscripts
      [11-14-18 6:02:28 pm]   # postdownloadscripts: No need to sync fog.copydrivers (NODE-1)
      [11-14-18 6:02:28 pm]   # postdownloadscripts: No need to sync fog.custominstall (NODE-1)
      [11-14-18 6:02:28 pm]   # postdownloadscripts: No need to sync fog.postdownload (NODE-1)
      [11-14-18 6:02:28 pm]  * All files synced for this item.
      [11-14-18 6:02:28 pm]   # postdownloadscripts: No need to sync fog.copydrivers (NODE-2)
      [11-14-18 6:02:28 pm]   # postdownloadscripts: No need to sync fog.custominstall (NODE-2)
      [11-14-18 6:02:28 pm]   # postdownloadscripts: No need to sync fog.postdownload (NODE-2)
      [11-14-18 6:02:28 pm]  * All files synced for this item.
      [11-14-18 6:02:28 pm]  | Replicating postinitscripts
      [11-14-18 6:02:29 pm]  * Found Image to transfer to 2 nodes
      [11-14-18 6:02:29 pm]  | File Name: dev/postinitscripts
      [11-14-18 6:02:29 pm]   # dev/postinitscripts: No need to sync fog.postinit (NODE-1)
      [11-14-18 6:02:29 pm]  * All files synced for this item.
      [11-14-18 6:02:30 pm]   # dev/postinitscripts: No need to sync fog.postinit (NODE-2)
      [11-14-18 6:02:30 pm]  * All files synced for this item.
      [11-14-18 6:02:30 pm]  * Not syncing Image between groups
      [11-14-18 6:02:30 pm]  | Image Name: test
      [11-14-18 6:02:30 pm]  | There are no other members to sync to.
      [11-14-18 6:02:30 pm]  * Attempting to perform Group -> Nodes image replication.
      [11-14-18 6:02:30 pm]  * Found Image to transfer to 2 nodes
      [11-14-18 6:02:30 pm]  | Image Name: test
      [11-14-18 6:02:31 pm]   # test: No need to sync 2014-10-31 11.52.32.jpg (NODE-1)
      [11-14-18 6:02:31 pm]   # test: No need to sync Fedora-Server-dvd-x86_64-28-1.1.iso (NODE-1)
      [11-14-18 6:02:31 pm]   # test: No need to sync FileZilla_3.38.1_win64-setup.exe (NODE-1)
      [11-14-18 6:02:31 pm]  * All files synced for this item.
      [11-14-18 6:02:32 pm]   # test: No need to sync 2014-10-31 11.52.32.jpg (NODE-2)
      [11-14-18 6:02:32 pm]   # test: No need to sync Fedora-Server-dvd-x86_64-28-1.1.iso (NODE-2)
      [11-14-18 6:02:32 pm]   # test: No need to sync FileZilla_3.38.1_win64-setup.exe (NODE-2)
      [11-14-18 6:02:32 pm]  * All files synced for this item.
      

      alt text

      posted in FOG Problems
      J
      jflippen
    • RE: Replication problems 1.5.4 - always copying

      @Sebastian-Roth Never mind. Answered my own question:
      0_1542245282112_a6e2fe70-4d00-4882-b515-6f05f9d91f5e-image.png

      I’ll switch branches and do some testing.

      posted in FOG Problems
      J
      jflippen
    • 1
    • 2
    • 3
    • 4
    • 2 / 4