• Snapin hash does not exist

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    Q

    @Sebastian-Roth

    Thank you for your help!

    @Quazz

    You are absolutely right. I always struggle to keep the copying behavior between Linux and robocopy. Sure enough there was a snapin folder inside of the snapin folder. I thought that I had checked that but probably just saw that files were there and did not pay attention to the path. The hashes now exist and I saw that in the logs that it was generated and deploying of those snapins now work as expected.

    I appreciate everyone’s help and willingness 🙂

  • Moved to new IP addresses and can't get fog to work

    Solved
    3
    0 Votes
    3 Posts
    725 Views
    J

    Got it! Thanks.

  • Cannot find disk on a new Dell Latitude 7400 2-in-1 using FOG

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    george1421G

    @David-Raymond said in Cannot find disk on a new Dell Latitude 7400 2-in-1 using FOG:

    I have for testing using the dock that came with them.

    Just an additional comment. The WD19 docks that come with the 7400 give marginal support for PXE booting. Sometimes they show up and sometimes (most) of the times pxe booting isn’t an option. The older WD15s and the usb-c dongles work 100% of the time.

    You may be limited in running FOG inside virtualbox on the 6430. FOG running on bare metal on the 6430 would be just fine for a deployment only system. I would swap out those 6430 delivered hard drives (which are slug speed slow) with an SSD drive. That SSD under windows will make the 6430 fell like a new computer (even at twice the weight of a 7280). Good luck with your deployment. FOG should perform well for you.

  • FOG 1.5.6 & Arch Linux - AntiVirus Scan

    Solved
    18
    0 Votes
    18 Posts
    4k Views
  • Tftp timeout on Dell PC's only

    2
    0 Votes
    2 Posts
    503 Views
    george1421G

    Would you share a screen shot of the error you see on the Dells?
    Also what model of Dells do you have issues with and lastly what version of FOG are you using?

  • Error updating kernel

    Solved
    3
    0 Votes
    3 Posts
    409 Views
    T

    Sebastian, thank you. That was it exactly.

  • Authentication ERROR: Could not authenticate

    Solved
    5
    0 Votes
    5 Posts
    942 Views
    S

    @mkeane What do you see in the fog-client log now??

  • Cannot Install Fog on new Ubuntu 16.04 Server

    Solved
    19
    0 Votes
    19 Posts
    3k Views
    fry_pF

    @SBrady I myself have been bitten by web filter issues before on my linux FOG box, so no worries there haha! If you need any additional help or if you run into any other issues, please feel free to open another thread.

  • PXE Menu Parameters for Diskless NFS?

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    Q

    nfs addresses have to be written like 192.168.1.2:/nfs (notice the :)

  • Rebooting FOG server issue

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    B

    @Sebastian-Roth @george1421 Thank you both. I am most likely eventually going to move to using FOG dhcp so I am not going to go too crazy with this. Was just curious as to if this was a known issue with a workaround. Just using our hq dhcp for the time being for testing.

  • Fog 1.5.7 can not capture second image (Debian 10 'Buster')

    Solved
    10
    0 Votes
    10 Posts
    1k Views
    S

    @Polar-Bear said in Fog 1.5.7 can not capture second image (Debian 10 'Buster'):

    For me it is a mystery, on my part I have repeated same steps without any deviation and if earlier it produced described error now it works fine.

    We have seen this exact error reported by other users and I am still unable to reproduce the problem and find the real cause of this. Not really sure what to do about it. Seems to be something that does not occur for everyone (obviously) but it’s still around. I even don’t know if it’s something fixed by a reboot or not.

    And this time when I was creating new image in web interface I found that now instead of dashes ‘-’ replacing spaces ’ ’ it has removed them!!! Does anybody working on code right now?

    I suppose what you are referring to is in management/js/fog/fog.image.js and has not been changed since August 2017 as you see in the github commit history. Which version of FOG did you use before?

  • Weird cloning issue with slow capture speed

    Solved
    15
    0 Votes
    15 Posts
    3k Views
    george1421G

    @blong10 The fog server really doesn’t do a lot in the imaging process. I would give it at least 4GB of ram to release some of the memory constraints though. The only thing the fog server does is move the image from the network to the disk. It doesn’t process the image at all. Depending on the number of FOG Clients you have a 2 vCPU VM with 4GB of RAM is sufficient.

  • Isolated Network - Operation not supported

    Solved
    8
    0 Votes
    8 Posts
    514 Views
    george1421G

    @doggiebone said in Isolated Network - Operation not supported:

    resolv.conf kept being over written but I found an article that sort it out.

    This almost sounds like your FOG server’s IP address is being set by dhcp? If that’s the case you need to set it static or you will have problems since the IP address is hard coded into the configuration when the FOG server is installed.

    Well done on the rest of getting it setup.

  • Noob needing help! TFTP timout

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    S

    @tbaumann Again: Also make sure SELinux and firewall on the FOG server are disabled and TFTP is running! https://wiki.fogproject.org/wiki/index.php?title=CentOS_7#CentOS_7_pre-config

  • lost images

    Solved
    2
    0 Votes
    2 Posts
    365 Views
    S

    @RyanBair We have way too little information to be sure but from what I read between the lines I expect this to be an issue with an Ubuntu installation that is being upgraded to FOG 1.5.7 where the database moved from MySQL to MariaDB.

    Please try the following and see if that fixes it for you:

    sudo -i apt-get remove mariadb-client mariadb-server mv /var/lib/mysql /var/lib/mysql-mariadb cp -a /var/lib/mysql-5.7 /var/lib/mysql apt-get install mysql-client mysql-server systemctl start mysql

    See if your images show up again.

  • Cannot log into the fog server management

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    S

    @weidongyan said in Cannot log into the fog server management:

    I changed the fogproject 's password. After changing it, I cannot log into the Web UI any more.

    Again you are mixing up two different things here. Please read my last message very carefully.

  • Shutdown host running old fog client from new fog server

    Solved
    6
    0 Votes
    6 Posts
    725 Views
    S

    @chunter2 I am not sure either. The old client was kind of history already when I joined the project as a developer.

    Maybe @Tom-Elliott knows more about this.

  • 0 Votes
    9 Posts
    1k Views
    george1421G

    @Sebastian-Roth I agree we need a system with a dual nvme drive so we can compare. I have a pdf of what all the short names really mean that I’ll link in too. I’m suspecting the field you pointed to will tell us how many and then there are other fields that will tell use more details about the drive. Also in the nvme list command I’m interested in seeing if the name space field changes if there are more drives as well as the interaction when these disks change ordinal position in respect to what udev assigns them.

  • Newbie getting started

    Solved
    39
    0 Votes
    39 Posts
    15k Views
    george1421G

    @bogle said in Newbie getting started:

    Do you guys use sysprep in the process of creating your golden image

    Yes you need it, if you want to have one image for multiple hardware platforms.

  • Image deploy error - No Drive Number Passed

    Unsolved
    10
    0 Votes
    10 Posts
    2k Views
    S

    @psmith10 said in Image deploy error - No Drive Number Passed:

    but the Ubuntu image (on the SSD) was not deployed.

    Did you see an error message or something else in the output scrolling past that would give us a hint on why? As well you might do a debug deploy and check the messages there.

153

Online

12.4k

Users

17.4k

Topics

155.9k

Posts