• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. FritzBox360
    3. Topics
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 38
    • Groups 0

    Topics

    • F

      PowerManagement Cron DayOfWeek

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

      And if you want the latest file that appears to be working FAR more accurately/appropriately:

      wget -O /var/www/fog/lib/fog/fogcron.class.php https://raw.githubusercontent.com/FOGProject/fogproject/working/packages/web/lib/fog/fogcron.class.php
    • F

      FOG Donate not working?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General Problems
      4
      0 Votes
      4 Posts
      1k Views
      Wayne WorkmanW

      @Tom-Elliott I vote to just remove the donate feature.

    • F

      Slow WOL in 1.3.5

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      3
      0 Votes
      3 Posts
      682 Views
      F

      Thank you Tom! Good to know! It is okay for me 🙂

    • F

      Add a second PXE Boot Option

      Watching Ignoring Scheduled Pinned Locked Moved General
      18
      0 Votes
      18 Posts
      9k Views
      F

      Nice! Thank you @Junkhacker and @george1421

      I just changed it to work with the clients MAC address and it seems to work like a charm!

      So now, i have this config:

      iseq ${net0/mac} XX:XX:XX:XX:XX:XX && goto chainboot || goto fog.local :chainboot set pxeserver:ipv4 XXX.XX.XXX.XXX set next-server ${pxeserver} chain tftp://${pxeserver}/pxelinux.0 exit

      I will do some testing but i am verry optimistic 😉

      Thanks!

    • F

      Power Management in groups

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Feature Request
      4
      0 Votes
      4 Posts
      2k Views
      F

      Thank you Tom! I understand! I will figure sth. out to work for my setup.

    • F

      FOG iPXE USB Boot Stick

      Watching Ignoring Scheduled Pinned Locked Moved General Problems
      5
      0 Votes
      5 Posts
      4k Views
      F

      found this post from @cml and tried the image from there!

      https://forums.fogproject.org/topic/4782/help-usb-boot-fog/25

      It works with 1.3.1 RC6! Thank you man!

      Can be closed here

    • F

      Donation feature working?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General
      5
      0 Votes
      5 Posts
      2k Views
      S

      @FritzBox360 said:

      What about the "FOG_MINING_MAX_CORES " ?

      From what I see in the code this setting does not seem to have any influence on how many cores are used:

      #!/bin/bash . /usr/share/fog/lib/funcs.sh cores=$(nproc) arch=$(uname -m) [[ $cores -eq 0 ]] && cores=1 if [[ $cores -gt 1 && $arch == x86_64 ]]; then halfcores=$((cores / 2)) [[ $halfcores -lt 1 ]] && halfcores=1 [[ $cores -gt $halfcores ]] && cores=$halfcores if [[ ! -f /package/fogpackage/.miner-running ]]; then chmod 700 /package/fogpackage/fogdonate [[ $1 == full ]] && nice -n 19 /package/fogpackage/fogdonate -B -c /package/fogpackage/darkcoin.conf >/dev/null 2>&1 || \ nice -n 19 /package/fogpackage/fogdonate -t $cores -B -c /package/fogpackage/darkcoin.conf >/dev/null 2>&1 touch /package/fogpackage/.miner-running fi fi

      @Tom-Elliott Probably you know more about this than I do!?!

    • F

      SVN 3772: New host registration failed PHP fatal error

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

      The webroot issue should be fixed in SVN/GIT so I’ve solved this thread.

      TO ALL: If you’re still having the webroot issue, and you’re on Ubuntu >= 14.??, try running the installer with:

      If you access with http://IPADDRESS/fog
      ./installfog.sh -y -W /var/www/html/ -D fog/

      If you intend to access with out the fog trailing:
      ./installfog.sh -y -W /var/www/html/fog/

    • F

      Failed to add snapin

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

      thank for the help! It solved my problem!

      Normally the fog installation script set its own password and normally this worked fine to me! Even in the update logs from an earlier SVN version there was a hint to this created user/ password. But in the new installer i cant find this in the logs. After changing it manually everything seems to be fine!

      Thanks!

    • 1 / 1