• Wake on lan not working

    15
    0 Votes
    15 Posts
    3k Views
    S

    @JimmyJ0516 Definitely an issue of sending Wake On LAN packets across VLANs and all that. We talked on chat. Not sure yet if the switches used (Cisco Meraki MS-350) can do something like “UDP-helper”, directed broadcasts or call it whatever you like. At least I have not found and details yet.

  • TFTP only working with certain VLANs.

    Solved
    18
    0 Votes
    18 Posts
    4k Views
    S

    @zpoling DHCP handshake looks good in the latest PCAP but as you said we won’t find out what was going on when it failed. More often than not those kinds of issues keep coming back until you really find and fix them. Make sure to capture the traffic when you see it happening next time.

    Marking this as solved for now.

  • Fog machine shut down, on reboot Database connection is lost

    Solved
    5
    0 Votes
    5 Posts
    1k Views
  • Can't Reach Fog GUI "Database connection unavailable"

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    Z

    @Sebastian-Roth I’ve opened another thread about it. I ran a program that scans for DHCP traffic because I’m not too familiar with wireshark, but it does the same thing I imagine. After three hours, the only traffic showing up was our one and only DHCP server.

    https://forums.fogproject.org/topic/12615/tftp-only-working-with-certain-vlans/2

  • TOCBLOCK Error?

    Unsolved
    2
    0 Votes
    2 Posts
    749 Views
    S

    @rlindenschmidt Have never seen this error before but doing a little research I think LDM in this case means Windows Logical Disk Managment - see here·. Can you please take a picture of Windows Disk Management console from that client and post here?

  • 0 Votes
    3 Posts
    2k Views
    S

    @JackWallington Please answer George’s questions first. As well let me add this one. Do you have a D-Link DGS-3620 switch between your HP desktop and the FOG server? If not you still might check to see if some kind of DOS attack prevention is enabled on a switch connecting those two - more information see here.

  • 2 Error in iPXE (time out and sand device)

    Unsolved
    28
    0 Votes
    28 Posts
    11k Views
    george1421G

    @FrancoDin said in 2 Error in iPXE (time out and sand device):

    Just one final doubt, what does dnsmasq do to the dhcp?

    We have dnsmasq only configured for proxy dhcp mode. In this configuration dnsmasq will only provide pxe boot information to override dhcp options 67 and 68. You MUST have a functional dhcp server on your network too. This configuration is used when people can change the settings in their dhcp server, we just override them with dnsmasq. If you turn off dnsmasq then the only thing that falls down is pxe booting. No other services are impacted.

    If you are getting unexpected results from your dhcp server, then its your dhcp server not dnsmasq doing this to you.

    If you want me to provide that dnsmasq is not messing up your dhcp process we can do that too. We’ll just capture a typical pxe booting process using tcpdump (or wireshark) to see exactly what is going down your network wire. I can show you how.

  • no valid Db connection from storage node after upgrade to 1.5.4

    Solved
    16
    0 Votes
    16 Posts
    3k Views
    C

    @Sebastian-Roth It had reset the user to ‘root’ and the password blank. I have run the ALTER USER commands previously so perhaps that did it.

    Once I had manually entered the correct username “fogstorage” and the password, which I still had from the working node, I was up and running.

    Thanks,

    Matt.

  • MULTICAST exit code 1 (write image) PARTCLONE FOG v1.5.4.8

    Solved
    7
    0 Votes
    7 Posts
    804 Views
    G

    MY BAD ! @Sebastian-Roth

    It’s because i have to be precise on the session creation fileds.

    I have to put exactly the number of clients ?

    When i was create session ive put timeout time…

    So it work but after the timeout…

    Sorry thanks for ure help anyway

  • Downloading binaries needed.................................Failed!

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    S

    @Troye-Johnson But why did the download fail??

    As well, can you please update your signature!

  • Stopping web service failed

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    B

    @Sebastian-Roth
    It worked! Thank you

  • New storage node not showing stats on dashboard

    Unsolved
    2
    0 Votes
    2 Posts
    337 Views
    S

    @Shad0wguy Can you please take a screenshot of the message you see in the kernel page where is says “A valid database connection …”?

    Please take a look at /var/www/html/fog/lib/fog/config.class.php to see if the database credentials are set correctly. You can try connection to the database on your main server from your storage node using the mysql command line client:

    mysql -h x.x.x.x -u fogstorage -D fog -p

    Put in the master server’s IP instead of x.x.x.x!

    We have someone else reporting a similar issue when upgrading the storage node from 1.5.3 to 1.5.4. Possibly there is a bug/problem that we are not aware of yet. On the other hand I have done storage node installs and tests lately without running into such an issue.

  • Tablet PC hangs on bzImage

    Solved
    80
    0 Votes
    80 Posts
    35k Views
    Z

    @Sebastian-Roth Yeah I was thinking the same thing. So now that tablet is booting reliably every time. I’ve moved to another one and it’s getting the errors again. This is totally a tablet-related issue and not a Fog related one.

  • Multicast sessions disappearing

    Unsolved
    2
    0 Votes
    2 Posts
    295 Views
    S

    @Dominique From what it reads in the other post the issue seems fixed in the working branch and I have done some minimal multicast test lately.

    The FOG dev Team is not very strong at the moment as people have other important things on their private schedule and can’t put as much time into FOG. So I can’t promise you a date for the next release yet. But I think it’s not that far away.

    If you use FOG in your company you might think about helping out in the FOG team to make things go a bit faster. One way to help is by answering questions in the forums. Or even get involved in coding and testing.

  • Cloning in storage not main

    3
    0 Votes
    3 Posts
    435 Views
    A

    @george1421 thank you!!!

  • File Permissions not permanent

    Unsolved
    2
    0 Votes
    2 Posts
    316 Views
    george1421G

    I don’t think the permissions are changing on a reboot (possible, but I have doubts). I can see the permissions may be changing (not staying the way you set) when you capture an image and only for the captured image.

    Can you provide a screen shot of what the permissions are being changed to?

  • Delete images for main FOG server

    3
    0 Votes
    3 Posts
    511 Views
    A

    @Sebastian-Roth It is any option to clone the images in the storage server and not in the main server? If there is how it works? Thanks!!

  • the API return 404 (or 501/302 when using /api/index.php?)

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    S

    @Nono Marking this solved as well now as I finally found the root cause of it and added a fix to the installer (ref).

  • upgraded to Ubuntu 18.04.1 LTS

    Unsolved
    20
    0 Votes
    20 Posts
    5k Views
    S

    @bsalogga said in upgraded to Ubuntu 18.04.1 LTS:

    Using desktop. Since you mentioned server version, I gave it a try, but added gnome desktop. Same error.

    Was this a fresh clean install? Please provide the full logs again so we can have a look. It’s not helpful to just say “same error”.

  • Deployed CentOS image changes the MAC address?

    Unsolved
    17
    0 Votes
    17 Posts
    2k Views
    S

    Haha I know that’s why I’m completely dazed. I appreciate the help though, we’ve gained some insight as to how to build our images moving forward because of this.

177

Online

12.4k

Users

17.4k

Topics

155.9k

Posts