• SSL problem after upgrade to version 1.5.10 with client 0.13.0

    Unsolved
    2
    0 Votes
    2 Posts
    394 Views
    S

    This problem is solved after reinstalling new keys.
    Running ‘installfog.sh -K’ solved my problem.
    Now all images can be used again and no matter what client is installed they all work fine.

    🙂

  • Probable FOG server problem

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    A

    @george1421 If I give you access to any desk on a PC that reaches the 2 servers, would you be able to understand if there is something wrong?

  • How to configure a DNS server?

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    S

    @Wayne-Workman said in How to configure a DNS server?:

    I would recommend dnsmasq. Here’s a good simple tutorial. https://stevessmarthomeguide.com/home-network-dns-dnsmasq/Minesweeper

    I have never tried dnsmasq. Can you give detailed instructions on how to use it?

  • Change webserver port?

    6
    0 Votes
    6 Posts
    864 Views
    george1421G

    @jjurak Is this something you are actively looking to do?

    If yes, do you use the fog client program? If yes that will be the problem. The fog client is hard coded to use port 80. I’ve been asking for a few years to decouple the fog client communication port from the management ui. But there has been other issues that have taken priority.

    If you are interested in doing this I can probably give you a few areas to look.

  • Change webserver port?

    Unsolved
    1
    0 Votes
    1 Posts
    153 Views
    No one has replied
  • Change fogreplicator.log time to local time

    Unsolved
    1
    0 Votes
    1 Posts
    297 Views
    No one has replied
  • API tasktypeid 12/13 deploySnapIns not doing anything

    Unsolved
    1
    0 Votes
    1 Posts
    524 Views
    No one has replied
  • FOG Technician role can't change own password

    Unsolved
    1
    0 Votes
    1 Posts
    219 Views
    No one has replied
  • I've deleted images but the storage node space remains the same?

    Unsolved
    3
    0 Votes
    3 Posts
    591 Views
    J

    Oops!
    I deleted from CLI. But I just did that again and the image did not appear in the list and the storage number increased accordingly.

    -Jim

  • Two disks

    Unsolved
    1
    0 Votes
    1 Posts
    286 Views
    No one has replied
  • Imaging Dell Optiplex (7000 / 7080 models)

    Unsolved
    3
    0 Votes
    3 Posts
    629 Views
    I

    @george1421
    For the 7080 it doesn’t have CSM mode unlike other Dell hardware I’ve had to image. I’ll give the latest 6.x kernel a shot and see how it works with one of them when I’m back in the office tomorrow.

  • Including Windows 11 as operating system type

    7
    0 Votes
    7 Posts
    2k Views
    G

    @FGeyer

    I know this is an old topic, but it looks like you don’t have a solution. I have this exact problem. It looks like @Tom-Elliott may consider this unnecessary (which may very well be true for other use cases), but for the sake of using @george1421 's awesome driver injection solution, it would be really nice to have. My workaround was to utilize OS type 4 for Windows 11 as I am not using it for anything. I updated the following line in “fog.custominstall”

    case $osid in
    5|6|7|9)

    to

    case $osid in
    4|5|6|7|9)

    Then I updated the following line in “fog.copydrivers”

    case $osid in
    5) osn=“win7” ;;
    6) osn=“win8” ;;
    7) osn=“win8.1” ;;
    9) osn=“win10” ;;

    to

    case $osid in
    4) osn=“win11” ;;
    5) osn=“win7” ;;
    6) osn=“win8” ;;
    7) osn=“win8.1” ;;
    9) osn=“win10” ;;

    Mark you image as OS type 4 and it works as it should. Hope this helps.

  • Very slow cloning speed on specific model

    Locked Solved
    145
    0 Votes
    145 Posts
    121k Views
    S

    @herman said in Very slow cloning speed on specific model:

    Link down of Drive Google…!!!

    Well, this link is more than two years old and was probably meant as a temporary one…

    What exactly so you hope to get from an old init.xz? I suggest you open a fresh new topic here in the forums and describe the exact issue you have, mention the FOG version and OS version used.

  • kernel panic - not syncing: VFS: Unable to mount root fs when booting EFI

    Unsolved
    4
    0 Votes
    4 Posts
    778 Views
    S

    @DBCountMan I suggest to verify the checksum (sha256 file on github). If the checksum is wrong, then re-download init.xz. But if it’s right then try another init.xz version, e.g. https://github.com/FOGProject/fos/releases/download/1.5.10/init.xz

  • FOG speed problem

    Unsolved
    4
    0 Votes
    4 Posts
    702 Views
    george1421G

    @DBCountMan Yes if you are using the location plugin. Using the location plugin you assign the storage node to a location and then when you register the target computer with FOG you assign the target computer to a location. Then when the computer pxe boots it learns who it needs to communicate with. So a storage node would work in this case to spread the load.

    One caveat with storage nodes is that they can’t capture images. Only the master node can capture images. Then all storage nodes (including the master node) in the same storage group can deploy the image.

  • invalid integer value and chainloading failed

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    krokodeilakiasK

    @george1421
    Finally the problem lies within the next lines of the script:

    choose --timeout ${menu-timeout} --default ${menu-default} selected
    set menu-timeout 0

    Or to be more precise, the problem is their order. ${menu-timeout} is used before it is defined and therefore, the choose command fails since it received an empty string instead of an integer.
    Thanks a lot @george1421 for your support, I really appreciate it.

  • Failed to add external storage via NFS

    Unsolved
    3
    0 Votes
    3 Posts
    601 Views
    A

    @george1421 Thank you for the guide link. The FOG is able to mount the external NFS as a storage node. However, there were errors that appeared after the end of the cloning. It doesn’t seem stable to me. Also, understand that the storage node might break if the FOG version is upgraded to the next version.
    Therefore, at this moment, I have set up a physical machine instead of a VM to eliminate the issues.

  • Read ERROR: No Such File or Directory

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    D

    @Tom-Elliott Yeah, that’s about the only other thing I can think of too. It’s a brand new Dell PowerEdge Server with a new HD though, but maybe the HD is just a lemon. I’ll swap out the HD and reinstall FOG and see if that works.

    Thanks again for all your input!

  • A power operation is pending

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    P

    @george1421
    Hello, it seems that the problem came from the configuration left over on the workstation, which still contained snappins that were no longer needed and no longer applicable.
    .

  • List OUs under hosts and move computers (object) in AD from one OU to another OU

    Unsolved
    3
    0 Votes
    3 Posts
    443 Views
    2

    @george1421

    I can create the OUs under the Active Directory Settings. From there I get the drop down like I want. I am also running the FOG client to add to domain.

    I just need to figure out the changing of devices from one OU to another. Anyway I could use the name? Computers are named after the OU essentially.

128

Online

12.3k

Users

17.4k

Topics

155.8k

Posts