• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. shosta3
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    shosta3

    @shosta3

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

    shosta3 Unfollow Follow

    Latest posts made by shosta3

    • upload failed to set permissons (prepareUploadLocation)

      During upload of new image receiving error in title shown in following screenshot imageUploadCapture.PNG

      checked through through the troubleshooting guide

      cat /etc/exports
      #ro,sync,no_wdelay,subtree_check,insecure_locks,all_squash,anonuid=1001,anongid=1001,fsid=0
      /images *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0)
      #rw,async,no_wdelay,subtree_check,all_squash,anonuid=1001,anongid=1001,fsid=1
      /images/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)
      

      these test.txt from the troubleshooting guide seen below with the folder for the upload device made

       ls -al /images/dev
      total 20
      drwxrwsrwx  4 fogproject fogproject 4096 Mar 26 12:56 .
      drwxrwxrwx 18 fogproject fogproject 4096 Mar 26 12:53 ..
      drwxrwsrwx  2 fogproject fogproject 4096 Mar 26 10:44 00155dc81904
      -rwxrwxrwx  1 fogproject fogproject    0 Mar 26 11:16 .mntcheck
      drwxrwxrwx  2 fogproject fogproject 4096 Jul  1  2025 postinitscripts
      -rwxrwxrwx  1 root       fogproject   23 Mar 26 12:13 test.txt
      

      after following the guide deleted the folder and the capture task remade it like this

      drwxr-sr-x  2 root       fogproject 4096 Mar 26 12:56 00155dc81904
      

      still caused the same error. Ran chown and chmod after to match the permissions as they looked after after the troubleshooting guide still no luck.

      posted in FOG Problems
      S
      shosta3
    • RE: Multicast works when in the same ip segment, but doesn't work when it passes the pfsense firewall/router to an other ip segment.

      @Fernando-Gietz

      @Fernando-Gietz said in Multicast works when in the same ip segment, but doesn't work when it passes the pfsense firewall/router to an other ip segment.:

      I have the same problem with multicast wheen I send a task between different subnet.

      I use RedHat 7.3 in my test server and with the 1.3.4 FOG version the multicasts worked fine, but I update it to 1.4.0 and surprise… The multicast doesn’t work.

      I solved it changing the init.xz of 1.4.0 version with the init.xz of 1.3.4 version.

      It is worth mentioning this workaround only works if you use the partclone gzip compression method. Any image uploaded using partclone zstd will not be able to be deployed using the init from 1.3.4.

      posted in FOG Problems
      S
      shosta3