• FOG does not work without internet

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    Wayne WorkmanW

    Install the FOG Server with the DHCP option while online, then take it offline and it should work for you.

  • Trying to build FOG server on standalone network

    Solved
    15
    0 Votes
    15 Posts
    5k Views
    S

    @davidjor I think things are being a bit mixed up here. Let’s step back and take the whole picture. In your initial post you said you wanted a FOG standalone setup and you thing dnsmasq could cause the issue. Let me ask, why do you use dnsmasq at all. What is providing DHCP in this scenario? Looks like an external server is doing this. What is it? Why can’t you add PXE boot options to that DHCP server?

    If you can’t modify that DHCP server then dnsmasq is the right way to go. But as it can be a little tricky I first wanted to check if we really need to go that way.

    Looking at the config you initially posted I see a line pxe-service=X86PC, "Boot from network", pxelinux which could be causing that we see pxelinux in the pcap file. Please make sure you only use Georges config (not a combined one) and put in your IP addresses where needed.

  • make customized option as default on boot menu

    16
    0 Votes
    16 Posts
    9k Views
    S

    @sebastian-roth Can you confirm where in version Running Version 1.5.0-RC-10
    SVN Revision: 6080 This might be? @Tom-Elliott

  • API - Create Host "error": "Required database field is empty"

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    S

    Got it, this is the syntax from Powershell

    $HostJson = @{
    “name”= $vmname
    “description”= $Description
    “macs” = @($MacAddress)
    “imageID”= $Image.id
    “imagename” = $ImageName
    }
    $CreateHostJson = ConvertTo-Json($HostJson)
    $createHostURL = $baseUri +“/host/create”
    $createHostResult = Invoke-RestMethod -Uri $createHostURL -Method POST -body $CreateHostJson -Headers $headers -ContentType “application/json”

  • ISO subfolder redirects to /fog/management over http

    5
    0 Votes
    5 Posts
    771 Views
    B

    @sebastian-roth

    Hello,

    that works 🙂
    But i had to put the iso in /var/www/html/iso/
    And then i had to know the name of the iso file. (No directory listing)

    Thank you very much.

    RESOLVED !

  • Migrated Server - Clients Cannot Connect

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    Scott BS

    @sebastian-roth said in Migrated Server - Clients Cannot Connect:

    @Scott-B So things are fixed for you now, I understand?

    Yes good to go! Now to perform the migration on the production server.

  • Cannot capture image, it's stuck on 95%

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    ***Redbob*

    @sebastian-roth and @Wayne-Workman, solved! I just had to update storage management password for DefaultMember. After that, I got successfully uploaded captured image. Thanks!
    0_1512643251788_Seleção_208.png

  • Client does not communicate with Fog server.

    Unsolved
    9
    0 Votes
    9 Posts
    2k Views
    L

    @scott-b Yes i’me sure (“control userpasswords2” tells me it). I’m using the local admin acount.

  • I goofed up the cert for my FOG server(s). Can I recover?

    Solved
    20
    0 Votes
    20 Posts
    6k Views
    THEMCVT

    @wayne-workman Hey Wayne, thanks for your help. You can close this. We are migrating to a new image anyways and I don’t have a ton that are deployed out, so I’m just going to start from scratch. Thank you very much. : )

  • rEFInd reboot loop when booting from the network

    Solved
    8
    0 Votes
    8 Posts
    3k Views
    S

    @benc Good to hear that you could make it work. I still suggest you should read up more about UEFI and think about moving all your systems that direction.

  • Fog Clients Unable to get subsection

    Solved
    13
    0 Votes
    13 Posts
    4k Views
    S

    @gabbas Ok, thanks for letting us know. I talked to the fog-client main developer about this and we both were kind of puzzled by this. I’ll mark this solved then. Please open a new thread and post fresh new logs if you have an issue again.

  • peculiar search results in the host search

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    D

    I think the hostname policy of our company is the problem. We use year numbers and consecutive numbering as names for the hosts. And exactly in the query with one of the consecutive numbers results in several results of the query. Just there.
    If I enter the entire name, it will only display that one host.
    The case can be marked as solved.
    Thank you for your cooperation.

  • PXE / TFTP booting is slow

    Solved
    9
    0 Votes
    9 Posts
    5k Views
    S

    @jjsplitter said in PXE / TFTP booting is slow:

    I find it hard to believe that it is a network issue. Even after I know a computer is imaging slowly, I can start another one simultaneously and it will be imaging at a normal speed.

    The issue is probably not the network itself but a combination of network driver on the client and your setup. The only way we can figure this out is by looking at the network packets. You’d first have to figure out which network interface is used in the FOG server (sudo ip addr show).

    On the other hand it might be a very hard thing to nail down and fix anyway. So I do understand if you don’t want to spend more time on this. I’ll mark this thread solved for now. Feel free to open a new one and post a reference here if you want to keep debugging this.

  • Issues with FOG services

    Solved
    18
    0 Votes
    18 Posts
    5k Views
    Wayne WorkmanW

    @andreiv I moved your last post to here since it’s a separate issue that you found: https://forums.fogproject.org/topic/11157/checking-schedule-shutdown-after-task-completion-causes-the-running-task-to-hang/2 Please follow it there.

  • Updating FOG 1.40 to FOG 1.5.0 RC9 (Slow load Fog Settings)

    Unsolved
    14
    0 Votes
    14 Posts
    4k Views
    S

    @wanderson We’ve lost track of this issue, sorry. Have you looked into MySQL max_connection limit yet? See here: https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_MySQL#Increase_maximum_simultaneous_MySQL_connections

  • Image file does not "expand" the full size of the drive it is being deployed to

    Unsolved
    26
    0 Votes
    26 Posts
    13k Views
  • Estimated FOG Sites: Error contacting server

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    S

    @Seydoo Is this still an issue? Do you use proxy authentication?

  • Win7x64 : Golden Image : partitions problems ...

    Solved
    20
    0 Votes
    20 Posts
    6k Views
    S

    Marked this solved as the initial issue can be circumnavigated and we have a github issue open on that topic.

  • Shared Printer Testing

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    S

    @fry_p Any news on this? From your point of view, is there anything we can do right now?

  • Storage Node Issues

    Unsolved
    18
    0 Votes
    18 Posts
    4k Views
    S

    @CoxM Did you solve the issue together with the help of @george1421 ?

117

Online

12.6k

Users

17.5k

Topics

156.4k

Posts