• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. sbenson
    3. Posts
    S
    • Profile
    • Following 1
    • Followers 0
    • Topics 9
    • Posts 84
    • Best 6
    • Controversial 0
    • Groups 0

    Posts made by sbenson

    • RE: Fog 1.5.5.1 is slow? somehow?

      Unfortunately we imaged the same exact computers in a different office with a separate fog server with the exact same image. The office I am in they went as fast as expected. It is something this other location is is just now experiencing

      posted in FOG Problems
      S
      sbenson
    • Fog 1.5.5.1 is slow? somehow?

      Hello everyone. I am having an issue with one of our fog servers. When imaging laptops we were seeing about 1.5GB/MIN transfer rates, so a 40gb image would take 30mins. This problem seemed to arise when we moved into a new office. I have ruled out a bunch of different variables and came up with nothing, until yesterday. A coworker imaged a Desktop and it was running at 14GB/min.

      FOG 1.5.5.1
      bzImage Version: 4.19.1
      bzImage32 Version: 4.19.1
      Linux MHB-FOG-01 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
      The server is cut off from all network traffic so updating is hard(thanks to our security team)

      Desktop
      6116053131.jpg

      Laptop
      6116000311.jpg

      posted in FOG Problems
      S
      sbenson
    • Avahi/LLMNR required?

      I have my security group wondering if Avahi is required on the Fog server, or can it be disabled. Currently the server is in it’s own vlan so this shouldn’t be an issue. I cannot see a reason this would be required, but wanted to make sure before anything was disabled. Thanks

      Running Version 1.5.0-RC-9
      SVN Revision: 6080

      posted in Linux Problems
      S
      sbenson
    • RE: Problem with HTTPS upgrade

      @tom-elliott any update?

      posted in FOG Problems
      S
      sbenson
    • RE: Problem with HTTPS upgrade

      Updates, the fix for enabling https works

      ./buildIpxe CERT=/var/www/fog/management/other/ca.cert.pem TRUST=/var/www/fog/management/other/ca.cert.pem DEBUG=tls,x509,certstore
      

      Let me just give you a rundown of everything that happened.
      Yesterday
      Fog 1.5.0 RC7 With SSL with ipxe built with CERT and DEBUG
      Image deploy: 1GB/min(Slow)
      Host registration fails

      This morning
      Fog 1.5.0 RC8 without SSL with ipxe built with CERT
      Host registration succeded(PC-45)
      Image deploy: 8.25GB/min

      Fog 1.5.0 RC8 With SSL with ipxe built with CERT
      registration detection fails(doesn’t see that it is PC-45)
      Host registration fails
      attempting to deploy and it takes the username/pass and just drops me back to fog

      If you want any more information I can test this all

      posted in FOG Problems
      S
      sbenson
    • RE: Problem with HTTPS upgrade

      @sbenson Nope still slow

      EDIT: New patch, 3 different ports. Could it be because the content wasn’t actually over https previously… Registering still doesn’t work. Though I am still working off of the “Working” trunk. I will try 1.5.0 RC8 tomorrow with the debugging turned off.

      posted in FOG Problems
      S
      sbenson
    • RE: Problem with HTTPS upgrade

      @tom-elliott I’ll swap it out for another, it was working fine the last time I imaged a machine. I’ll let you know

      posted in FOG Problems
      S
      sbenson
    • RE: Problem with HTTPS upgrade

      @tom-elliott No, no mac filters setup, this is a new laptop that I have been testing only with fog. I just rebooted the server, and now its going at ~1GB/min

      posted in FOG Problems
      S
      sbenson
    • RE: Problem with HTTPS upgrade

      @tom-elliott I will reboot it(its a VM), but I also attempted to register a host and it didn’t work 3 times.
      http://www.youtube.com/watch?v=sCV7x1zKBwE

      posted in FOG Problems
      S
      sbenson
    • RE: Problem with HTTPS upgrade

      Here’s something else I have found now. Deploying an image is going at 127MB/min, where previously it was going at 8GB/min

      posted in FOG Problems
      S
      sbenson
    • RE: Problem with HTTPS upgrade

      @tom-elliott said in Problem with HTTPS upgrade:

      CERT argument

      Oh I am so over this issue i am blindly copying and pasting commands that look correct at first glance. I totally missed the CERT= argument

      posted in FOG Problems
      S
      sbenson
    • RE: Problem with HTTPS upgrade

      @bmcalister Well guess what, it’s working now. Something in the

      /root/buildIPXE CERT=/var/www/fog/management/other/ca.cert.pem TRUST=/var/www/fog/management/other/ca.cert.pem DEBUG=tls,x509,certstore
      

      fixed it. So, turning debugging off might not work. Deploying an image now to see if that works, which seems to be working.

      posted in FOG Problems
      S
      sbenson
    • RE: Problem with HTTPS upgrade

      @sebastian-roth
      https://youtu.be/Cw7VgV4s3j8

      posted in FOG Problems
      S
      sbenson
    • RE: Problem with HTTPS upgrade

      @sebastian-roth it’s all https now

      posted in FOG Problems
      S
      sbenson
    • RE: Problem with HTTPS upgrade

      @tom-elliott the whole problem is the -S, so i am guessing you want a -S in there too?

      EDIT: Did not work still, and is listed as http:// not https:// so default.ipxe didn’t get changed
      EDIT2: Hardcoded https in /tftpboot/default.ipxe. now it booting says https but still file not found

      posted in FOG Problems
      S
      sbenson
    • RE: Problem with HTTPS upgrade

      @tom-elliott said in Problem with HTTPS upgrade:

      git checkout working

      Switched, Pulled, errored about changed, Deleted the packages dir, pulled.

      Should I run buildIpxe?

      posted in FOG Problems
      S
      sbenson
    • RE: Problem with HTTPS upgrade

      @sebastian-roth said in Problem with HTTPS upgrade:

      Can you access this URL from a browser?

      Yes

      #!ipxe
      set fog-ip 10.63.76.44
      set fog-webroot fog
      set boot-url http://${fog-ip}/${fog-webroot}
      cpuid --ext 29 && set arch x86_64 || set arch i386
      goto get_console
      :console_set
      colour --rgb 0x00567a 1 ||
      colour --rgb 0x00567a 2 ||
      colour --rgb 0x00567a 4 ||
      cpair --foreground 7 --background 2 2 ||
      goto MENU
      :alt_console
      cpair --background 0 1 ||
      cpair --background 1 2 ||
      goto MENU
      :get_console
      console --picture http://10.63.76.44/fog/service/ipxe/lbs-fog-bg.png --left 100 --right 80 && goto console_set || goto alt_console
      :MENU
      menu
      colour --rgb 0xff0000 0 ||
      cpair --foreground 1 1 ||
      cpair --foreground 0 3 ||
      cpair --foreground 4 4 ||
      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.deployimage Deploy Image
      item fog.multijoin Join Multicast Session
      item fog.sysinfo Client System Information (Compatibility)
      choose --default fog.local --timeout 10000 target && goto ${target}
      :fog.local
      sanboot --no-describe --drive 0x80 || goto MENU
      :fog.memtest
      kernel memdisk initrd=memtest.bin iso raw
      initrd memtest.bin
      boot || goto MENU
      :fog.reginput
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 web=10.63.76.44/fog/ consoleblank=0 rootfstype=ext4 storage=10.63.76.44:/images/ storageip=10.63.76.44 loglevel=4 mode=manreg
      imgfetch init_32.xz
      boot || goto MENU
      :fog.reg
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 web=10.63.76.44/fog/ consoleblank=0 rootfstype=ext4 storage=10.63.76.44:/images/ storageip=10.63.76.44 loglevel=4 mode=autoreg
      imgfetch init_32.xz
      boot || goto MENU
      :fog.deployimage
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param qihost 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      param sysuuid ${uuid}
      :fog.multijoin
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param sessionJoin 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      param sysuuid ${uuid}
      :fog.sysinfo
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 web=10.63.76.44/fog/ consoleblank=0 rootfstype=ext4 storage=10.63.76.44:/images/ storageip=10.63.76.44 loglevel=4 mode=sysinfo
      imgfetch init_32.xz
      boot || goto MENU
      :bootme
      chain -ar http://10.63.76.44/fog/service/ipxe/boot.php##params ||
      goto MENU
      autoboot
      
      
      posted in FOG Problems
      S
      sbenson
    • RE: Problem with HTTPS upgrade

      @tom-elliott

      Ok, copied those over and got it compiled without any errors. Installed, and still gives the

      https://10.63.76.44/fog/service/ipxe/boot.php… No such file or directory
      

      EDIT: it says http:// let me hardcode the https://

      posted in FOG Problems
      S
      sbenson
    • RE: Problem with HTTPS upgrade

      @tom-elliott said in Problem with HTTPS upgrade:

      So to see the change, you would need to re-run the installer once done

      I did reinstall after the script finished.

      I dont think i have any of the 10sec stuff in my files tho.

      Did you update the script below in the previous post?

      posted in FOG Problems
      S
      sbenson
    • RE: Problem with HTTPS upgrade

      I let it finish anyways and here is the full output

      [09:52:00] root@SRO-FOG-01[0]:~$ ./buildIpxe TRUST=/var/www/fog/management/other/ca.cert.pem
      + cd /root/projects/ipxe/ipxe-bios
      + [[ -z '' ]]
      + git pull
      Already up-to-date.
      + cd /root/projects/ipxe/ipxe-bios/src/
      ++ nproc
      + make -j 8 bin/ipxe.iso bin/undionly.pxe bin/undionly.kpxe bin/undionly.kkpxe bin/ipxe.pxe bin/ipxe.kpxe bin/ipxe.kkpxe bin/intel.pxe bin/intel.kpxe bin/intel.kkpxe bin/realtek.pxe bin/realtek.kpxe bin/realtek.kkpxe bin/ipxe.lkrn EMBED=ipxescript TRUST=/var/www/fog/management/other/ca.cert.pem
        [DEPS] image/embedded.c
        [BUILD] bin/embedded.o
        [AR] bin/blib.a
      ar: creating bin/blib.a
        [VERSION] bin/version.ipxe.lkrn.o
        [VERSION] bin/version.undionly.pxe.o
        [VERSION] bin/version.undionly.kpxe.o
        [VERSION] bin/version.undionly.kkpxe.o
        [VERSION] bin/version.ipxe.pxe.o
        [VERSION] bin/version.ipxe.kpxe.o
        [VERSION] bin/version.ipxe.kkpxe.o
        [VERSION] bin/version.intel.pxe.o
        [VERSION] bin/version.intel.kpxe.o
        [VERSION] bin/version.intel.kkpxe.o
        [VERSION] bin/version.realtek.pxe.o
        [VERSION] bin/version.realtek.kpxe.o
        [VERSION] bin/version.realtek.kkpxe.o
        [LD] bin/ipxe.lkrn.tmp
        [LD] bin/undionly.pxe.tmp
        [LD] bin/undionly.kpxe.tmp
        [LD] bin/undionly.kkpxe.tmp
        [LD] bin/ipxe.pxe.tmp
        [LD] bin/ipxe.kpxe.tmp
        [LD] bin/ipxe.kkpxe.tmp
        [LD] bin/intel.pxe.tmp
        [LD] bin/intel.kpxe.tmp
        [LD] bin/intel.kkpxe.tmp
        [LD] bin/realtek.pxe.tmp
        [LD] bin/realtek.kpxe.tmp
        [BIN] bin/undionly.pxe.bin
        [LD] bin/realtek.kkpxe.tmp
        [ZINFO] bin/undionly.pxe.zinfo
        [BIN] bin/undionly.kpxe.bin
        [ZINFO] bin/undionly.kpxe.zinfo
        [ZINFO] bin/undionly.kkpxe.zinfo
        [BIN] bin/undionly.kkpxe.bin
        [BIN] bin/intel.pxe.bin
        [ZINFO] bin/intel.pxe.zinfo
        [BIN] bin/intel.kpxe.bin
        [ZINFO] bin/intel.kpxe.zinfo
        [BIN] bin/intel.kkpxe.bin
        [ZINFO] bin/intel.kkpxe.zinfo
        [BIN] bin/realtek.pxe.bin
        [ZINFO] bin/realtek.pxe.zinfo
        [BIN] bin/realtek.kpxe.bin
        [ZINFO] bin/realtek.kpxe.zinfo
        [BIN] bin/ipxe.lkrn.bin
        [ZINFO] bin/ipxe.lkrn.zinfo
        [ZBIN] bin/undionly.pxe.zbin
        [ZBIN] bin/undionly.kpxe.zbin
        [ZBIN] bin/undionly.kkpxe.zbin
        [ZBIN] bin/intel.pxe.zbin
        [ZBIN] bin/intel.kpxe.zbin
        [ZBIN] bin/intel.kkpxe.zbin
        [ZBIN] bin/realtek.pxe.zbin
        [ZBIN] bin/realtek.kpxe.zbin
        [ZBIN] bin/ipxe.lkrn.zbin
        [FINISH] bin/undionly.pxe
        [FINISH] bin/undionly.kpxe
        [FINISH] bin/undionly.kkpxe
        [BIN] bin/ipxe.pxe.bin
        [BIN] bin/ipxe.kpxe.bin
        [ZINFO] bin/ipxe.pxe.zinfo
        [ZINFO] bin/ipxe.kpxe.zinfo
        [BIN] bin/ipxe.kkpxe.bin
        [ZINFO] bin/ipxe.kkpxe.zinfo
        [FINISH] bin/intel.pxe
        [FINISH] bin/intel.kpxe
        [BIN] bin/realtek.kkpxe.bin
        [ZINFO] bin/realtek.kkpxe.zinfo
        [ZBIN] bin/ipxe.pxe.zbin
        [ZBIN] bin/ipxe.kpxe.zbin
        [FINISH] bin/intel.kkpxe
        [ZBIN] bin/ipxe.kkpxe.zbin
        [FINISH] bin/realtek.pxe
        [ZBIN] bin/realtek.kkpxe.zbin
        [FINISH] bin/realtek.kpxe
        [FINISH] bin/realtek.kkpxe
        [FINISH] bin/ipxe.lkrn
      make: 'bin/ipxe.lkrn' is up to date.
        [GENISO] bin/ipxe.iso
      cp: missing destination file operand after 'bin/iso.dir.PVCdnQ'
      Try 'cp --help' for more information.
      genisoimage: Uh oh, I cant find the boot image 'isolinux.bin' !
        [FINISH] bin/ipxe.pxe
        [FINISH] bin/ipxe.kpxe
        [FINISH] bin/ipxe.kkpxe
      rm bin/realtek.pxe.zbin bin/intel.pxe.zbin bin/realtek.pxe.bin bin/realtek.pxe.zinfo bin/ipxe.pxe.zinfo bin/ipxe.lkrn.zbin bin/version.intel.kkpxe.o bin/undionly.pxe.zbin bin/version.undionly.kpxe.o bin/intel.kkpxe.zbin bin/realtek.kpxe.zbin bin/undionly.kpxe.zinfo bin/realtek.kkpxe.bin bin/undionly.kkpxe.zbin bin/undionly.pxe.bin bin/realtek.kpxe.bin bin/version.undionly.pxe.o bin/intel.kkpxe.zinfo bin/ipxe.kpxe.bin bin/realtek.kpxe.zinfo bin/ipxe.kkpxe.zinfo bin/version.intel.pxe.o bin/undionly.kkpxe.bin bin/version.intel.kpxe.o bin/version.undionly.kkpxe.o bin/ipxe.kpxe.zbin bin/version.ipxe.pxe.o bin/intel.kpxe.bin bin/ipxe.pxe.zbin bin/realtek.kkpxe.zbin bin/version.ipxe.lkrn.o bin/ipxe.kkpxe.zbin bin/ipxe.pxe.bin bin/ipxe.lkrn.bin bin/version.ipxe.kpxe.o bin/ipxe.kpxe.zinfo bin/undionly.kkpxe.zinfo bin/undionly.pxe.zinfo bin/undionly.kpxe.bin bin/version.realtek.kkpxe.o bin/intel.kkpxe.bin bin/realtek.kkpxe.zinfo bin/intel.pxe.bin bin/intel.kpxe.zbin bin/version.realtek.pxe.o bin/ipxe.lkrn.zinfo bin/version.ipxe.kkpxe.o bin/intel.pxe.zinfo bin/undionly.kpxe.zbin bin/ipxe.kkpxe.bin bin/intel.kpxe.zinfo bin/version.realtek.kpxe.o
      + cp /root/projects/ipxe/ipxe-bios/src/bin/undionly.pxe /root/projects/ipxe/ipxe-bios/src/bin/undionly.kpxe /root/projects/ipxe/ipxe-bios/src/bin/undionly.kkpxe /root/projects/ipxe/ipxe-bios/src/bin/ipxe.pxe /root/projects/ipxe/ipxe-bios/src/bin/ipxe.kpxe /root/projects/ipxe/ipxe-bios/src/bin/ipxe.kkpxe /root/projects/ipxe/ipxe-bios/src/bin/intel.pxe /root/projects/ipxe/ipxe-bios/src/bin/intel.kpxe /root/projects/ipxe/ipxe-bios/src/bin/intel.kkpxe /root/projects/ipxe/ipxe-bios/src/bin/realtek.pxe /root/projects/ipxe/ipxe-bios/src/bin/realtek.kpxe /root/projects/ipxe/ipxe-bios/src/bin/realtek.kkpxe /root/fog/packages/tftp/
      + cp /root/projects/ipxe/ipxe-bios/src/bin/ipxe.lkrn /root/fog/packages/tftp/ipxe.krn
      + cp /root/projects/ipxe/ipxe-bios/src/bin/ipxe.iso /root/fog/packages/tftp/ipxe.iso
      + cp /root/projects/ipxe/ipxe-bios/src/ipxescript /root/fog/src/ipxe/src/ipxescript
      + cp /root/projects/ipxe/ipxe-bios/src/config/general.h /root/fog/src/ipxe/src/config/general.h
      + cp /root/projects/ipxe/ipxe-bios/src/config/settings.h /root/fog/src/ipxe/src/config/settings.h
      + cp /root/projects/ipxe/ipxe-bios/src/config/console.h /root/fog/src/ipxe/src/config/console.h
      ++ nproc
      + make -j 8 bin/ipxe.iso bin/undionly.pxe bin/undionly.kpxe bin/undionly.kkpxe bin/ipxe.pxe bin/ipxe.kpxe bin/ipxe.kkpxe bin/intel.pxe bin/intel.kpxe bin/intel.kkpxe bin/realtek.pxe bin/realtek.kpxe bin/realtek.kkpxe bin/ipxe.lkrn EMBED=ipxescript10sec TRUST=/var/www/fog/management/other/ca.cert.pem
      make: *** No rule to make target 'ipxescript10sec', needed by 'bin/embedded.o'.  Stop.
      + cp /root/projects/ipxe/ipxe-bios/src/bin/undionly.pxe /root/projects/ipxe/ipxe-bios/src/bin/undionly.kpxe /root/projects/ipxe/ipxe-bios/src/bin/undionly.kkpxe /root/projects/ipxe/ipxe-bios/src/bin/ipxe.pxe /root/projects/ipxe/ipxe-bios/src/bin/ipxe.kpxe /root/projects/ipxe/ipxe-bios/src/bin/ipxe.kkpxe /root/projects/ipxe/ipxe-bios/src/bin/intel.pxe /root/projects/ipxe/ipxe-bios/src/bin/intel.kpxe /root/projects/ipxe/ipxe-bios/src/bin/intel.kkpxe /root/projects/ipxe/ipxe-bios/src/bin/realtek.pxe /root/projects/ipxe/ipxe-bios/src/bin/realtek.kpxe /root/projects/ipxe/ipxe-bios/src/bin/realtek.kkpxe /root/fog/packages/tftp/10secdelay/
      + cp /root/projects/ipxe/ipxe-bios/src/bin/ipxe.lkrn /root/fog/packages/tftp/10secdelay/ipxe.krn
      + cp /root/projects/ipxe/ipxe-bios/src/bin/ipxe.iso /root/fog/packages/tftp/10secdelay/ipxe.iso
      + cp /root/projects/ipxe/ipxe-bios/src/ipxescript10sec /root/fog/src/ipxe/src/ipxescript10sec
      cp: cannot stat '/root/projects/ipxe/ipxe-bios/src/ipxescript10sec': No such file or directory
      + cd /root/projects/ipxe/ipxe-efi
      + [[ -z '' ]]
      + git pull
      Already up-to-date.
      + cd /root/projects/ipxe/ipxe-efi/src/
      ++ nproc
      + make -j 8 bin-i386-efi/snp.efi bin-i386-efi/snponly.efi bin-i386-efi/ipxe.efi bin-i386-efi/intel.efi bin-i386-efi/realtek.efi bin-x86_64-efi/snp.efi bin-x86_64-efi/snponly.efi bin-x86_64-efi/ipxe.efi bin-x86_64-efi/intel.efi bin-x86_64-efi/realtek.efi EMBED=ipxescript TRUST=/var/www/fog/management/other/ca.cert.pem
        [DEPS] image/embedded.c
        [DEPS] image/embedded.c
        [BUILD] bin-i386-efi/embedded.o
        [BUILD] bin-x86_64-efi/embedded.o
        [AR] bin-i386-efi/blib.a
        [AR] bin-x86_64-efi/blib.a
      ar: creating bin-i386-efi/blib.a
      ar: creating bin-x86_64-efi/blib.a
        [VERSION] bin-x86_64-efi/version.snp.efi.o
        [VERSION] bin-x86_64-efi/version.snponly.efi.o
        [VERSION] bin-x86_64-efi/version.ipxe.efi.o
        [VERSION] bin-x86_64-efi/version.realtek.efi.o
        [VERSION] bin-x86_64-efi/version.intel.efi.o
        [LD] bin-x86_64-efi/intel.efi.tmp
        [LD] bin-x86_64-efi/snp.efi.tmp
        [LD] bin-x86_64-efi/snponly.efi.tmp
        [LD] bin-x86_64-efi/ipxe.efi.tmp
        [LD] bin-x86_64-efi/realtek.efi.tmp
        [FINISH] bin-x86_64-efi/intel.efi
        [FINISH] bin-x86_64-efi/realtek.efi
        [FINISH] bin-x86_64-efi/snp.efi
        [FINISH] bin-x86_64-efi/snponly.efi
        [FINISH] bin-x86_64-efi/ipxe.efi
      rm bin-x86_64-efi/version.ipxe.efi.o bin-x86_64-efi/version.snponly.efi.o bin-x86_64-efi/version.snp.efi.o bin-x86_64-efi/version.realtek.efi.o bin-x86_64-efi/version.intel.efi.o
        [VERSION] bin-i386-efi/version.snp.efi.o
        [VERSION] bin-i386-efi/version.snponly.efi.o
        [VERSION] bin-i386-efi/version.ipxe.efi.o
        [VERSION] bin-i386-efi/version.intel.efi.o
        [VERSION] bin-i386-efi/version.realtek.efi.o
        [LD] bin-i386-efi/snponly.efi.tmp
        [LD] bin-i386-efi/snp.efi.tmp
        [LD] bin-i386-efi/ipxe.efi.tmp
        [LD] bin-i386-efi/intel.efi.tmp
        [LD] bin-i386-efi/realtek.efi.tmp
        [FINISH] bin-i386-efi/snp.efi
        [FINISH] bin-i386-efi/snponly.efi
        [FINISH] bin-i386-efi/realtek.efi
        [FINISH] bin-i386-efi/intel.efi
        [FINISH] bin-i386-efi/ipxe.efi
      rm bin-i386-efi/version.snp.efi.o bin-i386-efi/version.ipxe.efi.o bin-i386-efi/version.intel.efi.o bin-i386-efi/version.realtek.efi.o bin-i386-efi/version.snponly.efi.o
      + cp /root/projects/ipxe/ipxe-efi/src/bin-i386-efi/snp.efi /root/projects/ipxe/ipxe-efi/src/bin-i386-efi/snponly.efi /root/projects/ipxe/ipxe-efi/src/bin-i386-efi/ipxe.efi /root/projects/ipxe/ipxe-efi/src/bin-i386-efi/intel.efi /root/projects/ipxe/ipxe-efi/src/bin-i386-efi/realtek.efi /root/fog/packages/tftp/i386-efi/
      + cp /root/projects/ipxe/ipxe-efi/src/bin-x86_64-efi/snp.efi /root/projects/ipxe/ipxe-efi/src/bin-x86_64-efi/snponly.efi /root/projects/ipxe/ipxe-efi/src/bin-x86_64-efi/ipxe.efi /root/projects/ipxe/ipxe-efi/src/bin-x86_64-efi/intel.efi /root/projects/ipxe/ipxe-efi/src/bin-x86_64-efi/realtek.efi /root/fog/packages/tftp/
      + cp /root/projects/ipxe/ipxe-efi/src/ipxescript /root/fog/src/ipxe/src-efi/ipxescript
      + cp /root/projects/ipxe/ipxe-efi/src/config/general.h /root/fog/src/ipxe/src-efi/config/general.h
      + cp /root/projects/ipxe/ipxe-efi/src/config/settings.h /root/fog/src/ipxe/src-efi/config/settings.h
      + cp /root/projects/ipxe/ipxe-efi/src/config/console.h /root/fog/src/ipxe/src-efi/config/console.h
      ++ nproc
      + make -j 8 bin-i386-efi/snp.efi bin-i386-efi/snponly.efi bin-i386-efi/ipxe.efi bin-i386-efi/intel.efi bin-i386-efi/realtek.efi bin-x86_64-efi/snp.efi bin-x86_64-efi/snponly.efi bin-x86_64-efi/ipxe.efi bin-x86_64-efi/intel.efi bin-x86_64-efi/realtek.efi EMBED=ipxescript10sec TRUST=/var/www/fog/management/other/ca.cert.pem
      make[1]: *** No rule to make target 'ipxescript10sec', needed by 'bin-x86_64-efi/embedded.o'.  Stop.
      Makefile.housekeeping:259: recipe for target 'bin-x86_64-efi/snp.efi' failed
      make: *** [bin-x86_64-efi/snp.efi] Error 2
      make: *** Waiting for unfinished jobs....
      make[1]: *** No rule to make target 'ipxescript10sec', needed by 'bin-i386-efi/embedded.o'.  Stop.
      Makefile.housekeeping:259: recipe for target 'bin-i386-efi/snp.efi' failed
      make: *** [bin-i386-efi/snp.efi] Error 2
      + cp /root/projects/ipxe/ipxe-efi/src/bin-i386-efi/snp.efi /root/projects/ipxe/ipxe-efi/src/bin-i386-efi/snponly.efi /root/projects/ipxe/ipxe-efi/src/bin-i386-efi/ipxe.efi /root/projects/ipxe/ipxe-efi/src/bin-i386-efi/intel.efi /root/projects/ipxe/ipxe-efi/src/bin-i386-efi/realtek.efi /root/fog/packages/tftp/10secdelay/i386-efi/
      + cp /root/projects/ipxe/ipxe-efi/src/bin-x86_64-efi/snp.efi /root/projects/ipxe/ipxe-efi/src/bin-x86_64-efi/snponly.efi /root/projects/ipxe/ipxe-efi/src/bin-x86_64-efi/ipxe.efi /root/projects/ipxe/ipxe-efi/src/bin-x86_64-efi/intel.efi /root/projects/ipxe/ipxe-efi/src/bin-x86_64-efi/realtek.efi /root/fog/packages/tftp/10secdelay/
      + cp /root/projects/ipxe/ipxe-efi/src/ipxescript10sec /root/fog/src/ipxe/src-efi/ipxescript10sec
      cp: cannot stat '/root/projects/ipxe/ipxe-efi/src/ipxescript10sec': No such file or directory
      
      posted in FOG Problems
      S
      sbenson
    • 1 / 1