• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Anson Washington
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 15
    • Groups 0

    Topics

    • A

      ipxe.org timeout error 4c126035

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      16
      0 Votes
      16 Posts
      6k Views
      S

      Well, there is a lot of guesswork involved as we are not sitting in front of the machine. But you could help us to help you by capturing a packet dump on your FOG server. Fire up this on your server tcpdump -i eth0 -w pxeboot.pcap udp and let it sit there while you are getting up that machine causing the issue. As soon as you see the error hit CTRL+C to stop tcpdump and upload the PCAP-file to the forum here.

    • A

      Portable Fog Server

      Watching Ignoring Scheduled Pinned Locked Moved Solved Linux Problems
      5
      0 Votes
      5 Posts
      3k Views
      Wayne WorkmanW

      Just for CentOS 7 or Debian 9 I would recommend 8GB, plus whatever space you need for imaging. Also, the makeFogMobile scripts have matured, they are available here: https://github.com/FOGProject/fog-community-scripts/tree/master/MakeFogMobile

    • A

      Fog Server become non responsive!!!

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      5
      0 Votes
      5 Posts
      1k Views
      A

      Sorry for not responding. Been out with a stomach bug. I checked the php.ini file and it is blank

    • A

      Fog Inventory Report Issue.

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      7
      0 Votes
      7 Posts
      2k Views
      A

      No I doesn’t ask for me for what delimiter. And I didn’t realize I was supposed to set that up during the process

    • A

      TFTP Not Found

      Watching Ignoring Scheduled Pinned Locked Moved Linux Problems
      6
      0 Votes
      6 Posts
      3k Views
      P

      Hi, I have the same problem.
      Ubuntu 12.04 with 0.32 is working fine, as soon as I put the upgrade 1.1.0 I have this error :

      [ATTACH]981[/ATTACH]

      I have double check the 066 and 067, 067 is undionly.kpxe.

      Here is my ipxe boot.php :
      #!ipxe
      cpuid --ext 29 && set arch x86_64 || set arch i386
      colour --rgb 0xff6600 2
      cpair --foreground 7 --background 2 2
      console --picture [url]http://10.6.2.102/fog/service/ipxe/bg.png[/url] --left 100 --right 80
      :MENU
      menu
      colour --rgb 0xff0000 0
      cpair --foreground 0 3
      item --gap Host is NOT registered!
      item --gap – -------------------------------------
      item fog.local Boot from hard disk
      item fog.memtest Run Memtest86+
      item fog.reginput Perform Full Host Registration and Inventory
      item fog.reg Quick Registration and Inventory
      item fog.sysinfo Client System Information (Compatibility)
      choose --default fog.local --timeout 60000 target && goto ${target}
      :fog.local
      sanboot --no-describe --drive 0x80 || goto MENU
      :fog.memtest
      kernel memdisk iso raw
      initrd memtest.bin
      boot || goto MENU
      :fog.reginput
      kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=10.6.0.12 keymap= web=10.6.2.102/fog/ consoleblank=0 loglevel=4 mode=manreg
      imgfetch init_32.xz
      boot || goto MENU
      :fog.reg
      kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=10.6.0.12 keymap= web=10.6.2.102/fog/ consoleblank=0 loglevel=4 mode=autoreg
      imgfetch init_32.xz
      boot || goto MENU
      :fog.sysinfo
      kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=10.6.0.12 keymap= web=10.6.2.102/fog/ consoleblank=0 loglevel=4 mode=sysinfo
      imgfetch init_32.xz
      boot || goto MENU
      autoboot

      [url=“/_imported_xf_attachments/0/981_IMG_20140612_083144.jpg?:”]IMG_20140612_083144.jpg[/url]

    • 1 / 1