• Cannot install Fog 1.5.9

    2
    0 Votes
    2 Posts
    190 Views
    Tom ElliottT

    @pedro-0 where is the tar you downloaded stored on that machine?

  • Images suddently not replicating to storage nodes from Master Node

    7
    0 Votes
    7 Posts
    944 Views
    D

    @sebastian-roth Thank you very much for the response. Sorry for the delay, I was on a time crunch for delivering this image and I did not have enough time to continue troubleshooting. I ended up just deleting the image and recapturing and it replicated afterwards. Hopefully it was just a fluke. But i know how to check the replication log file now!

    Thanks again for taking the time to respond.

  • progress bar for snapin upload missing

    1
    0 Votes
    1 Posts
    207 Views
    No one has replied
  • Linux hostname with more than 15 characters

    2
    0 Votes
    2 Posts
    493 Views
    Tom ElliottT

    @tomtom2770 Not exactly nicely.

    While linux allows more than 15 character hostnames, windows does not. For this reason, the GUI was coded for Windows based machines. (Start with the most restrictive set)

    https://github.com/FOGProject/fogproject/blob/dev-branch/packages/web/lib/pages/hostmanagementpage.class.php#L418 is the first part of the hostname limitation for creating new hosts.
    https://github.com/FOGProject/fogproject/blob/dev-branch/packages/web/lib/pages/hostmanagementpage.class.php#L1038 is the second part for editing hosts
    https://github.com/FOGProject/fogproject/blob/dev-branch/packages/web/lib/fog/host.class.php#L638 is the third part for checking if the hostname is safe. Of note, the check is a regex, which can be changed for your needs. For the length specifically edit the 15 in the {1,15} portion.

    You can change these however you like, but remember that changing this will not maintain these changes when you upgrade. Also, remember making the changes will allow you create hostnames on any entry longer than 15 characters and your environment may not like this.

    Also, this only impacts the UI. There are some similar checks in the inits when you are trying to register hosts through the PXE menu item.

    https://github.com/FOGProject/fos/blob/master/Buildroot/board/FOG/FOS/rootfs_overlay/bin/fog.man.reg#L164 Is the file that truncates hostnames to 15 characters. You’d have to comment the whole if statement to allow registering hosts with different length names. Of course there’s not validity checking so that would be handled in the UI elements.

  • Error HTTP 5xx No master node available

    Solved
    6
    0 Votes
    6 Posts
    627 Views
    T

    @george1421 Thanks for your advice! I will consider building a more distributed FOG environment once more clients will be setup with FOG.

    Btw should I mark the thread as resolved or something?

  • How to increase time to get DHCP lease?

    6
    0 Votes
    6 Posts
    938 Views
    george1421G

    @asch75 said in How to increase time to get DHCP lease?:

    Next thing: redesign our network topology and reconfigure the cisco switch/es.

    Glad you have it sorted out. All you “need” to do is enable portfast on all of the interfaces where you need to pxe boot from. As you found the dumb switch is the quickest check if its spanning tree or not. Plus with it inline you can image before you get your infrastructure updated. So it has an extra benefit.

  • Fog Version 1.5.9.62 hostSecToken problem

    10
    0 Votes
    10 Posts
    2k Views
    Greg PlamondonG

    @sebastian-roth Thanks for that, The PC in question was in the pending hosts.
    After approving it joined the domain as expected.

  • Deploy install ISO over PXE with FogProject

    14
    0 Votes
    14 Posts
    6k Views
    C

    @lmaoroot said in Deploy install ISO over PXE with FogProject:

    @george1421 No problem. I get the overall concept, I just dont know where to start on the WinPE part, I’ll have another look though. I got ubuntu 18.04 server installing properly, but not oddly enough… its like its server when i install the desktop version. It’s so weird, but I cant find the netboot.tar.gz for ubuntu 20.04. Does it no longer exist?

    They use a different method of the net install now. Can’t remember how I found it but there are instructions.

    As for windows the ipxe sight has great tutorials.

  • 503 Service unavailable after Debian upgrade

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    E

    Thank you so much for your replies. I reinstalled and it fixed it. I didn’t realize a reinstall wouldn’t affect the existing install. It installed “php-gettext” and did all the checks. Database is perfect.

    Thanks for the assist. I appreciate it.

  • Nas node storage : permission denied

    6
    0 Votes
    6 Posts
    742 Views
    S

    Hello @george1421

    I had already done a mount and it worked

    I had also activated no mapping on the squash option

    probleme2.PNG

    Thank you!

  • Can I use some kind of script to create image and ghost my lab machines

    Unsolved
    36
    0 Votes
    36 Posts
    21k Views
    A

    @wayne-workman This call has to be made using the DELETE method.

  • How to completely unstinstall all files, dependencies, related to fog?

    1
    0 Votes
    1 Posts
    201 Views
    No one has replied
  • Image to pxe recovery problem

    2
    0 Votes
    2 Posts
    333 Views
    S

    @renard Usually those ACPI BIOS errors can be ignored as mostly being warnings. Though it’s strange you machine just reboots after that.

    Which version of FOG do you use and more importantly, which kernel version (FOG web UI -> FOG Configuration -> pane “Kernel Versions” -> expand by clicking the “DefaultMember FOG Version…” bar).

  • Problems with cascading switch

    5
    0 Votes
    5 Posts
    649 Views
    F

    Today w’ve tested FOG with one new switch (a Cisco) and every problems leaves away. So i didn’t test udp-sender modifications. Our 2 switches are 1GoMps. Sebastian, i wil look to improve the french translation and i’ll send you back the language pack

  • Laptop with integrated 4G modem

    7
    0 Votes
    7 Posts
    1k Views
    S

    @george1421 So are you saying we should not alter the kernel config because of this? While you are right about it should be working when using the latest 5.10.19 kernel I still wonder if the CDC_ETHER will cause us trouble as we did not have that enabled in the 4.x series kernels.

  • Capture Image to another NetApp Storage

    4
    0 Votes
    4 Posts
    704 Views
    A

    @alan-lim

    This is really just a starting point. You should adjust the instructions based on the mount point for your NetApp storage.

  • Lenovo laptop - iPXE unable to configure DHCP

    5
    0 Votes
    5 Posts
    1k Views
    Tom ElliottT

    @fimlore I understand that,

    What I meant by the ipxe is different from pxe and fog is:

    PXE has it’s own DHCP mechanism. This then hands off to iPXE which handles DHCP on its own. This then hands off to FOS (FOG Operating System) which handles DHCP on its own.

  • Problem with new FOG 1.5.9 installation

    4
    0 Votes
    4 Posts
    2k Views
    S

    @belac said in Problem with new FOG 1.5.9 installation:

    manually update
    on all your storage nodes

    This is not for your FOG master node. Hope you have a copy of the old fogsettings file or we might be able to get the last fogmaster DB credentials from a backup of the config.class.php file in /home/fog_web_1.5.9.BACKUP/…

  • Another TFTP timeout issue

    32
    0 Votes
    32 Posts
    8k Views
    S

    @choppaholic26 Oh well, I should have had look at the topic line again to know it’s about TFTP timeout.

    I think the only way to maybe find out is to capture the network traffic exactly where this is happening. Either you have a managed switch and can enable a monitoring port or one of these really old network hubs to pick up that traffic from/to the PXE booting client machine.

  • Uninstall FOG-Client (Service) after deploying with Snapin?

    10
    0 Votes
    10 Posts
    2k Views
    george1421G

    @sebastian-roth said in Uninstall FOG-Client (Service) after deploying with Snapin?:

    The fog-client runs as SYSTEM

    @jcrod73

    OK here is what I’m thinking. I’m not saying its the exact case here but I’ve experienced this in the past.

    If the application that is running is 32 bits (regardless as who it runs as), windows knows this. Windows will map the 32bit application to this path (akin to chroot) to HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node So if you have a 32 bit application creating the runonce key, the value should be found here: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\RunOnce Whereas a 64 bit application would create the key here: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce

    Note the: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce would only “run once” the current user who created the key logs in again (i.e. SYSTEM). You will probably not get the response you expected from that reg key location.

    I’m speculating the fog client is a 32 bit app because I don’t see an install for 32bit vs 64bit its just one install. I don’t know if the installer is smart enough to install the 32 bit stuff for a 32 bit machine and the 64 bit stuff for a 64 bit machine. So some of this is just an educated guess.

149

Online

12.4k

Users

17.4k

Topics

155.9k

Posts