• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Wolfbane8653
    3. Topics
    W
    • Profile
    • Following 2
    • Followers 3
    • Topics 29
    • Posts 572
    • Groups 1

    Topics

    • W

      2 requests

      Watching Ignoring Scheduled Pinned Locked Moved Solved Feature Request
      3
      0 Votes
      3 Posts
      2k Views
      Tom ElliottT

      [quote=“Wolfbane8653, post: 27511, member: 3362”]yes|no? opinions?[/quote]

      I like the idea, but adding it isn’t always straight forward. I plan to just have it add the r direct from SVN, but that means your’s will always display the latest SVN revision number, not necessarily the accurate rev you’re running.

      Log view is an option I’ve thought about, but initially abandoned due to the variants of actual location and needing to change permissions to view it on the browser.

    • W

      Scheduled Task ClamAV

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • W

      Fog Prep page/link

      Watching Ignoring Scheduled Pinned Locked Moved Solved Feature Request
      4
      0 Votes
      4 Posts
      4k Views
      Tom ElliottT

      This has been added, you’re all welcome. I even made it so it stay’s within the confines of the working system. Meaning, if you’re logged into fog, you still see the menu’s and can just click on the menu links after downloading the file(s) you need.

    • W

      Dark Coin

      Watching Ignoring Scheduled Pinned Locked Moved General
      6
      0 Votes
      6 Posts
      5k Views
      Tom ElliottT

      Right now, drkpool website is no longer server. Chuck is working to rebuild the fogpackage.zip project with the new information.

    • W

      KEEP UP-TO-DATE with all the Fog 0.33 updates

      Watching Ignoring Scheduled Pinned Locked Moved General
      16
      0 Votes
      16 Posts
      7k Views
      Tom ElliottT

      btsync Secret for read only access is: B7AGQ6JVIP4MF5LCRL3XURQBYC53UIS25

    • W

      Array_filter() expects parameter 1 to be array, null given

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      2
      0 Votes
      2 Posts
      3k Views
      Tom ElliottT

      Or just tell the variable to check that it as an array, no matter what!

    • W

      Windows Batch Create/update host

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      11
      0 Votes
      11 Posts
      6k Views
      W

      Since I reformatted my fog server and did a complete new install from Fog 0.32 --> 0.33 --> 1.0.0 --> 1.0.1–>1.1.0, I have lost my client list. 😞 I originally hoped the client would re-register themselves but that function was lost in 0.29 and it makes sense why. The HOST has no idea what image to point to. Considering there may be 2 possible images for the same Make\Model of machine.

      So I wanted to make this easier on myself.

      Here is what I came up with… I have a shortcut to a network shared batch file so I can make some changes on the fly with our users that can’t do things for themselves. This batch file is in windows All Users\Startup folder. (Dirty I know but works). SO if I want my staff to look at a webpage as soon as they log in I can force that. 🙂

      [B]Windows Batch file:[/B]
      [CODE]start <fogserverip>/fog/management/index.php?node=host&sub=add[/CODE]

      [B]Install arpscan to fog server[/B]
      [CODE]sudo apt-get install arp
      [/CODE]

      [B]Edit /var/www/fog/lib/pages/[/B][B]HostManagementPage.class.php[/B] to include just below print “\n\t\t\t<h2>”._(‘Add new host definition’).‘</h2>’;
      [CODE] //----------------------------------------------------------------------------------------
      //Register this host Button (wolfbane8653)
      //Must install arp first (sudo apt-get install arp) before enabling this button
      ?>
      <script>
      function fillinfo()
      {
      //get this hosts info
      <?php
      $ipaddr = $_SERVER[‘REMOTE_ADDR’];
      $chk = exec('/usr/sbin/arp -a '.$ipaddr,$output);
      $data = explode(" “,$output[0]);
      $name = explode(”.",$data[0]);
      $hostname = $name[0];
      $macaddr = $data[3];
      ?>
      //export php info into javascript
      var hostname = “<?php echo $hostname ?>”;
      var macaddr = “<?php echo $macaddr ?>”;
      //output to textboxes
      document.getElementsByName(“host”)[0].value=hostname;
      document.getElementsByName(“mac”)[0].value=macaddr;
      }
      </script>
      <button onclick=“fillinfo()”>Register THIS HOST</button>
      <?php
      //end button
      //----------------------------------------------------------------------------------------[/CODE]

      With this edit I now can click on this new button and it inputs my current computer name and mac address in the correct fields. Is there anyway this can be incorporated as a hook/plugin/option?

      [COLOR=#ff0000]Warning this only works on LAN.[/COLOR]

    • W

      Config.php not being changed

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      7
      0 Votes
      7 Posts
      4k Views
      W

      Yes a change of the Credentials in the Storage node fixed the issue.

    • W

      Fog 0.33b Stability and upgrade questions

      Watching Ignoring Scheduled Pinned Locked Moved General
      15
      0 Votes
      15 Posts
      5k Views
      W

      Yep just switched to:
      [FONT=Ubuntu][COLOR=#555555]FOG_TFTP_PXE_KERNEL == [/COLOR][/FONT]bzImage32
      [FONT=Ubuntu][COLOR=#555555]FOG_PXE_BOOT_IMAGE == [/COLOR][/FONT]init_32.xz

      and worked without issue.

      Update:
      crap looks like r1439 has fixed this. With this update you no longer need to select the 32bit or 64bit image.

    • 1 / 1