• Isolated Network Setup (Stuck in Start PXE over IPv4)

    Unsolved
    24
    0 Votes
    24 Posts
    10k Views
    E

    @george1421 Hello any ideas?

  • 0 Votes
    6 Posts
    1k Views
    dsutton2001D

    If you could somehow post your findings in more detail, that would be beneficial. I have followed the steps in this thread and i’m finding i am getting an OSID error. I did start a new thread/post

    My Post

  • Schedule consecutive tasks

    Unsolved
    1
    0 Votes
    1 Posts
    276 Views
    No one has replied
  • 0 Votes
    2 Posts
    423 Views
    michelbragaguimaraesM

    I can confirm that with PHP7.4 + Modules and Php7.4-FPM, it works.

    But not with Php8.1 + Modules and Php8.1-FPM, unfortunately.

    Thank you

  • Can't deploy image with FOG and PXE FOR FOG

    Unsolved
    1
    0 Votes
    1 Posts
    275 Views
    No one has replied
  • New storage node giving 5xx server error

    Solved
    2
    0 Votes
    2 Posts
    529 Views
    T

    This is resolved. I found that I needed to add the corresponding storage node to the location under the “locations” tab

  • How to remote control a computer through FOG

    Unsolved
    1
    0 Votes
    1 Posts
    288 Views
    No one has replied
  • The snap-in's bat script cannot run properly

    Unsolved
    2
    0 Votes
    2 Posts
    451 Views
    N

    @namihulu help me,please

  • Operation not permitted?

    Solved
    3
    0 Votes
    3 Posts
    704 Views
    F

    @george1421 Yes, really because of the substitution of certificates! Reinstalled fog and everything worked. https I was offered to enable the fog installer.

  • No route to host when trying to capture with fog 1.15.10 new install

    Unsolved
    20
    0 Votes
    20 Posts
    5k Views
    george1421G

    @anwoke8204 In this article https://www.cherryservers.com/blog/how-to-configure-ubuntu-firewall-with-ufw There is a section about logging. It kind of indicates that the default deny policy logs blocked packets in /var/log/ufw* files. Lets see if there is something there regarding to what nfsv3 is trying to do. I don’t have ufw enabled on my fog servers so I have not run into this issue before.

    It looks like you have all of the rules/ports enabled.

  • Raid md126 on fog server 1.5.10

    Unsolved
    3
    0 Votes
    3 Posts
    830 Views
    T

    Thanks for your support.

    I will try to test changing the kernel in the 1.5.10 machine when come back to office.

    The kernels are different between the two different machines. If the downgrade kernel not work I will try to capture the info on debug mode.

    Captura de Pantalla 2023-07-31 a las 8.16.56.png

  • WOL Assistance?

    Unsolved
    1
    0 Votes
    1 Posts
    343 Views
    No one has replied
  • FOG 1.5.10 Capture Image Fails At bzImage/Init

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    J

    I decided to drop it after all the headaches. If I try this again later, I’ll try your steps. Thanks for the tips!

    Jerome

  • MDT Issues

    Unsolved
    4
    0 Votes
    4 Posts
    966 Views
    W

    @george1421

    You legend that worked 🙂

    Thanks a lot, great project you guys have here!

    Aydan

  • Web GUI is displaying several things incorrectly

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    S

    @Tim-Reynolds Thanks for the update and great you got this fixed.

  • Please help me with Ldap plugin configuration

    Unsolved
    1
    0 Votes
    1 Posts
    293 Views
    No one has replied
  • How to setup ProxyDHCP with FOG

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    W

    @george1421 said in How to setup ProxyDHCP with FOG:

    @wildcat2083 You need to ensure that there isn’t a dhcp server already running on your fog server.

    ensure that dnsmasq is not
    systemctl stop dnsmasq

    now check to see if something is bound to the dhcp port
    netstat -an | grep :67

    If you see a response like 0.0.0.0:67 then there is still a dhcp server on the fog server.

    You can also run this command to see if the isc-dhcp server is in memory. ps aux | grep dhcp If it returns isc-dhcp and a process ID then its still running.

    My bet if you look at the log file in /var/log/syslog (or /var/log/messages) it will say that dnsmasq can’t bind to the port :67

    Here is the output of ps aux | grep dhcp
    kristal 110299 0.0 0.0 17732 2408 pts/0 S+ 15:27 0:00 grep --color=auto dhcp

    and its telling me

    Starting dnsmasq - A lightweight DHCP and caching DNS server…
    Jul 23 15:22:49 kristal-virtual-fog dnsmasq[109913]: dnsmasq: failed to create listening socket for port 53: Address already in use
    Jul 23 15:22:49 kristal-virtual-fog dnsmasq[109913]: failed to create listening socket for port 53: Address already in use
    Jul 23 15:22:49 kristal-virtual-fog dnsmasq[109913]: FAILED to start up
    Jul 23 15:22:49 kristal-virtual-fog systemd[1]: dnsmasq.service: Control process exited, code=exited, status=2/INVALIDARGUMENT
    Jul 23 15:22:49 kristal-virtual-fog systemd[1]: dnsmasq.service: Failed with result ‘exit-code’.
    Jul 23 15:22:49 kristal-virtual-fog systemd[1]: Failed to start dnsmasq - A lightweight DHCP and caching DNS server.

    kristal@kristal-virtual-fog:/etc/init.d$ netstat -an | grep :67
    udp 0 0 192.168.5.214:68 192.168.5.1:67 ESTABLISHED
    kristal@kristal-virtual-fog:/etc/init.d$

    That ^^^^^^^ is then i install dnsmasq via apt install

    EDIT::: I got dnsmasq installed but when i try to boot with a vmware pxe, the dhcp works but then when it gets to tftp it cant find the file and im never greeted with the boot menu

    9d5799a9-118f-4b12-aca4-1bb4306debf3-image.png

    EDIT2:
    After tinkering I learned I needed to follow this section
    DNSMASQ settings for iPXE
    This information pertains to FOG 0.33 and the new iPXE boot method.

    In order to continue to use dnsmasq to dole out ip addresses and to help find the boot file, some changes need to be made to force the boot file to load the iPXE boot file.

    FIRST Update the schema by navigating to your fog management page and install the update.

    Make the following changes to your ltsp.conf file

    and I had to do this line
    cd /tftpboot
    sudo ln -s undionly.kpxe undionly.0

    Once I performed these and restarted the dnsmasq service, dhcp worked as proxy and it did indeed serve up the proper file allowing fog to proceed

  • HP 705 G4 - rEFInd Initializing....

    Solved
    9
    0 Votes
    9 Posts
    3k Views
    S

    You can disregard the questions in my previous post. IT’S WORKING!!!

    I downgraded refind to version 0.11.0. That was the solution for the HP Elitedesk 705 g4 model.

    THANK YOU to anyone on this thread who tried to help me. Particularly @george1421. I really appreciate it!

  • 0 Votes
    1 Posts
    219 Views
    No one has replied
  • FOG 1.5.10 UEFI boot issues

    Solved
    3
    0 Votes
    3 Posts
    721 Views
    E

    @george1421 I searched for that setting everywhere on the MSI Z690-a and could not find it… apparently they moved it. Finally found it and disabled it, FOG inventoried perfectly! Thanks for the quick fix

121

Online

12.6k

Users

17.5k

Topics

156.4k

Posts