• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Asthea
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 17
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by Asthea

    • A

      Does FOG have a timetick event?

      General
      • • • Asthea
      3
      0
      Votes
      3
      Posts
      1.1k
      Views

      A

      @Jbob Yes, spawning a new thread was what I was going to try out next. Thanks for the help. šŸ˜„

    • A

      Dashboard Widgets

      Feature Request
      • • • Asthea
      6
      0
      Votes
      6
      Posts
      2.0k
      Views

      A

      @ch3i Yes, I meant having widgets on the dashboard.

      @Jbob I see, thanks for the answer. šŸ™‚

    • A

      How to show inventory of devices on the dashboard page using hooks?

      General
      • • • Asthea
      8
      0
      Votes
      8
      Posts
      2.5k
      Views

      A

      @Tom-Elliott Ok I figured it out. The problem were the comments in the AddHostSerial.hook.php:

      /** @var $name the name of the hook */ public $name = 'AddHostSerial'; /** @var $description the description of what the hook does */ public $description = 'Adds host serial to the host lists'; /** @var $author the author of the hook */ public $author = 'Junkhacker with edits from Tom Elliott'; /** @var $active whether or not the hook is to be running */ public $active = true;

      Those @var $name Symbols are not very PHP friendly it seems. šŸ™‚

      Thanks for the help, Tom. šŸ˜„

    • A

      Solved Host registration does not work (FOG r4682)

      FOG Problems
      • • • Asthea
      5
      0
      Votes
      5
      Posts
      1.5k
      Views

      A

      @Wayne-Workman @Tom-Elliott Solved the problem. Somehow curl had a problem with me being behind a proxy, no idea why though, never had this problem before. As a result, bzimage, bzimage32, init.xz and init_32.xz were not downloaded correctly. I solved this problem by using wget to manually download those files (the download links are in /lib/common/functions.sh).

      Also another problem in /lib/common/functions.sh: I was not able to add the repository for php5-5.6, so I had to comment out those lines. In my case this is not a problem, as I’m now using Ubuntu 15.04, which already has php 5.6 preinstalled (at least if you dist-upgrade and update).

      Thanks again for the very fast help. šŸ™‚

    • 1 / 1