Navigation

    FOG Project

    • Register
    • Login
    • Search
    • Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. choppaholic26
    C
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    choppaholic26

    @choppaholic26

    0
    Reputation
    2
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    choppaholic26 Follow

    Best posts made by choppaholic26

    This user hasn't posted anything yet.

    Latest posts made by choppaholic26

    • RE: Image replication failing due to syntax error?

      @Sebastian-Roth said in Image replication failing due to syntax error?:

      If I am correct you should be able to fix this by manually applying this minimal code change in /var/www/html/fog/lib/service/fogservice.class.php:

      That did the trick!

      I’ll look into upgrading the FOG server. Will running a new install script do an in-place upgrade without breaking anything?

      posted in Bug Reports
      C
      choppaholic26
    • Image replication failing due to syntax error?

      I’ve set up a storage node and I discovered that the images are not being replicated from the master node. When looking at the log I see the following:

      [09-18-20 9:51:18 am] * Found Image to transfer to 1 node
      [09-18-20 9:51:18 am] | File Name: dev/postinitscripts
      [09-18-20 9:51:18 am] * Not syncing Image between nodes
      [09-18-20 9:51:18 am] | File Name: dev/postinitscripts
      [09-18-20 9:51:18 am] | File or path cannot be reached.
      [09-18-20 9:51:18 am] * Not syncing Image between groups
      [09-18-20 9:51:18 am] | Image Name: Compudopt
      [09-18-20 9:51:18 am] | There are no other members to sync to.
      [09-18-20 9:51:19 am] * Not syncing Image between groups
      [09-18-20 9:51:19 am] | Image Name: macOS 10.13 High Sierra
      [09-18-20 9:51:19 am] | There are no other members to sync to.
      [09-18-20 9:51:19 am] * Not syncing Image between groups
      [09-18-20 9:51:19 am] | Image Name: macOS 10.14 Catalina
      [09-18-20 9:51:19 am] | There are no other members to sync to.
      [09-18-20 9:51:19 am] * Not syncing Image between groups
      [09-18-20 9:51:19 am] | Image Name: Windows 10 Home UEFI
      [09-18-20 9:51:19 am] | There are no other members to sync to.
      [09-18-20 9:51:19 am] * Not syncing Image between groups
      [09-18-20 9:51:19 am] | Image Name: Windows 10 Professional UEFI
      [09-18-20 9:51:19 am] | There are no other members to sync to.
      [09-18-20 9:51:19 am] * Attempting to perform Group -> Nodes image replication.
      [09-18-20 9:51:20 am] * Found Image to transfer to 1 node
      [09-18-20 9:51:20 am] | Image Name: Compudopt
      [09-18-20 9:51:20 am] # Compudopt: File does not exist d1.fixed_size_partitions (ssh-server)
      [09-18-20 9:51:20 am] # Compudopt: File does not exist d1.has_grub (ssh-server)
      [09-18-20 9:51:20 am] # Compudopt: File does not exist d1.mbr (ssh-server)
      [09-18-20 9:51:20 am] # Compudopt: File does not exist d1.minimum.partitions (ssh-server)
      [09-18-20 9:51:20 am] # Compudopt: File does not exist d1.original.fstypes (ssh-server)
      [09-18-20 9:51:20 am] # Compudopt: File does not exist d1.original.swapuuids (ssh-server)
      [09-18-20 9:51:20 am] # Compudopt: File does not exist d1.partitions (ssh-server)
      [09-18-20 9:51:20 am] # Compudopt: File does not exist d1p1.img (ssh-server)
      [09-18-20 9:51:20 am] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogreplicator.Compudopt.transfer.ssh-server.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/Compudopt" "/images/Compudopt"; exit' -u fogproject,[Protected] 192.168.1.152
      [09-18-20 9:51:20 am] | Started sync for Image Compudopt - Resource id #2094204
      sh: 1: Syntax error: "(" unexpected
      [09-18-20 9:51:20 am] * Found Image to transfer to 1 node
      [09-18-20 9:51:20 am] | Image Name: macOS 10.13 High Sierra
      [09-18-20 9:51:21 am] # macOS 10.13 High Sierra: File does not exist d1.mbr (ssh-server)
      [09-18-20 9:51:21 am] # macOS 10.13 High Sierra: File does not exist d1.original.uuids (ssh-server)
      [09-18-20 9:51:21 am] # macOS 10.13 High Sierra: File does not exist d1.partitions (ssh-server)
      [09-18-20 9:51:21 am] # macOS 10.13 High Sierra: File does not exist d1p1.img (ssh-server)
      [09-18-20 9:51:21 am] # macOS 10.13 High Sierra: File does not exist d1p2.img (ssh-server)
      [09-18-20 9:51:21 am] # macOS 10.13 High Sierra: File does not exist d1p3.img (ssh-server)
      [09-18-20 9:51:21 am] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogreplicator.macOS 10.13 High Sierra.transfer.ssh-server.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/macOS10.13HighSierra" "/images/macOS10.13HighSierra"; exit' -u fogproject,[Protected] 192.168.1.152
      [09-18-20 9:51:21 am] | Started sync for Image macOS 10.13 High Sierra - Resource id #2094236
      sh: 1: Syntax error: "(" unexpected
      [09-18-20 9:51:21 am] * Found Image to transfer to 1 node
      [09-18-20 9:51:21 am] | Image Name: macOS 10.14 Catalina
      [09-18-20 9:51:21 am] # macOS 10.14 Catalina: File does not exist d1.mbr (ssh-server)
      [09-18-20 9:51:21 am] # macOS 10.14 Catalina: File does not exist d1.original.uuids (ssh-server)
      [09-18-20 9:51:21 am] # macOS 10.14 Catalina: File does not exist d1.partitions (ssh-server)
      [09-18-20 9:51:21 am] # macOS 10.14 Catalina: File does not exist d1p1.img (ssh-server)
      [09-18-20 9:51:21 am] # macOS 10.14 Catalina: File does not exist d1p2.img (ssh-server)
      [09-18-20 9:51:21 am] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogreplicator.macOS 10.14 Catalina.transfer.ssh-server.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/macOS10.14Catalina" "/images/macOS10.14Catalina"; exit' -u fogproject,[Protected] 192.168.1.152
      [09-18-20 9:51:21 am] | Started sync for Image macOS 10.14 Catalina - Resource id #2094267
      sh: 1: Syntax error: "(" unexpected
      [09-18-20 9:51:21 am] * Found Image to transfer to 1 node
      [09-18-20 9:51:21 am] | Image Name: Windows 10 Home UEFI
      [09-18-20 9:51:22 am] # Windows 10 Home UEFI: File does not exist d1.fixed_size_partitions (ssh-server)
      [09-18-20 9:51:22 am] # Windows 10 Home UEFI: File does not exist d1.mbr (ssh-server)
      [09-18-20 9:51:22 am] # Windows 10 Home UEFI: File does not exist d1.minimum.partitions (ssh-server)
      [09-18-20 9:51:22 am] # Windows 10 Home UEFI: File does not exist d1.original.fstypes (ssh-server)
      [09-18-20 9:51:22 am] # Windows 10 Home UEFI: File does not exist d1.original.swapuuids (ssh-server)
      [09-18-20 9:51:22 am] # Windows 10 Home UEFI: File does not exist d1.original.uuids (ssh-server)
      [09-18-20 9:51:22 am] # Windows 10 Home UEFI: File does not exist d1.partitions (ssh-server)
      [09-18-20 9:51:22 am] # Windows 10 Home UEFI: File does not exist d1p1.img (ssh-server)
      [09-18-20 9:51:22 am] # Windows 10 Home UEFI: File does not exist d1p2.img (ssh-server)
      [09-18-20 9:51:22 am] # Windows 10 Home UEFI: File does not exist d1p3.img (ssh-server)
      [09-18-20 9:51:22 am] # Windows 10 Home UEFI: File does not exist d1p4.img (ssh-server)
      [09-18-20 9:51:22 am] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogreplicator.Windows 10 Home UEFI.transfer.ssh-server.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/Windows10HomeUEFI" "/images/Windows10HomeUEFI"; exit' -u fogproject,[Protected] 192.168.1.152
      [09-18-20 9:51:22 am] | Started sync for Image Windows 10 Home UEFI - Resource id #2094304
      sh: 1: Syntax error: "(" unexpected
      [09-18-20 9:51:22 am] * Found Image to transfer to 1 node
      [09-18-20 9:51:22 am] | Image Name: Windows 10 Professional UEFI
      [09-18-20 9:51:22 am] # Windows 10 Professional UEFI: File does not exist d1.fixed_size_partitions (ssh-server)
      [09-18-20 9:51:22 am] # Windows 10 Professional UEFI: File does not exist d1.mbr (ssh-server)
      [09-18-20 9:51:22 am] # Windows 10 Professional UEFI: File does not exist d1.minimum.partitions (ssh-server)
      [09-18-20 9:51:22 am] # Windows 10 Professional UEFI: File does not exist d1.original.fstypes (ssh-server)
      [09-18-20 9:51:22 am] # Windows 10 Professional UEFI: File does not exist d1.original.swapuuids (ssh-server)
      [09-18-20 9:51:22 am] # Windows 10 Professional UEFI: File does not exist d1.original.uuids (ssh-server)
      [09-18-20 9:51:22 am] # Windows 10 Professional UEFI: File does not exist d1.partitions (ssh-server)
      [09-18-20 9:51:22 am] # Windows 10 Professional UEFI: File does not exist d1p1.img (ssh-server)
      [09-18-20 9:51:22 am] # Windows 10 Professional UEFI: File does not exist d1p2.img (ssh-server)
      [09-18-20 9:51:22 am] # Windows 10 Professional UEFI: File does not exist d1p3.img (ssh-server)
      [09-18-20 9:51:22 am] # Windows 10 Professional UEFI: File does not exist d1p4.img (ssh-server)
      [09-18-20 9:51:22 am] | CMD: lftp -e 'set xfer:log 1; set xfer:log-file /opt/fog/log/fogreplicator.Windows 10 Professional UEFI.transfer.ssh-server.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/Windows10ProfessionalUEFI" "/images/Windows10ProfessionalUEFI"; exit' -u fogproject,[Protected] 192.168.1.152
      [09-18-20 9:51:22 am] | Started sync for Image Windows 10 Professional UEFI - Resource id #2094341
      sh: 1: Syntax error: "(" unexpected
      [09-18-20 9:51:22 am] | Sync finished - Resource id #2094204
      [09-18-20 9:51:22 am] | Sync finished - Resource id #2094236
      [09-18-20 9:51:22 am] | Sync finished - Resource id #2094267
      [09-18-20 9:51:22 am] | Sync finished - Resource id #2094304
      [09-18-20 9:51:22 am] | Sync finished - Resource id #2094341
      
      posted in Bug Reports
      C
      choppaholic26