• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. robin-masters
    3. Best
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 14
    • Best 3
    • Controversial 0
    • Groups 0

    Best posts made by robin-masters

    • RE: FOG with ubuntu server 14.04 - my experience

      @ch3i

      Hey lol it works… tried before again with ln -s /tftpboot/undionly.kpxe /tftpboot/undionly.0 and it definitively dont work.

      ln -s undionly.kpxe undionly.0 works now… oO

      Tried pxe boot from Dell Optiplex 790 and 7010

      posted in General
      R
      robin-masters
    • RE: Multiple TFTP servers multi subnet fog 1.2.0

      @Wayne-Workman

      Okay i have reinstalled the storage node and add the storage node in the webinterface of the master node again and nothing happens.
      No changes in log files and so on, seems nothing works.

      Seems /opt/fog/etc/config.php was wrong for ubuntu 14.04 with Apache 2.4.7.
      (The folder exists but it`s not the standard webroot of the Apache)

      change this from

      <?php
      define( "WEBROOT", "/var/www/fog" );
      ?>
      

      to

      <?php
      define( "WEBROOT", "/var/www/html/fog" );
      ?>
      

      On MasterNode and StorageNode.

      If i start the FOGImagereplicator script it works now…

      posted in FOG Problems
      R
      robin-masters
    • RE: FOG with ubuntu server 14.04 - my experience

      @Tom-Elliott Yes it`s correct i use dnsmasq only with a proxy setup. Like i said a symlink to undionly.0 seems dont work … but a copy… seems illogical, eventually i have misspelled but i copy the line from the manual 😉
      ln -s /tftpboot/undionly.kpxe /tftpboot/undionly.0
      After that a PXE boot was not possible it cant find the file. With cp /tftpboot/undionly.kpxe /tftpboot/undionly.0 it works…

      posted in General
      R
      robin-masters
    • 1 / 1