• 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
    • Best 3
    • Controversial 0
    • Groups 0

    Topics created by FritzBox360

    • F

      Solved PowerManagement Cron DayOfWeek

      Bug Reports
      • • • FritzBox360
      10
      0
      Votes
      10
      Posts
      1.8k
      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

      Unsolved FOG Donate not working?

      General Problems
      • • • FritzBox360
      4
      0
      Votes
      4
      Posts
      1.3k
      Views

      Wayne WorkmanW

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

    • F

      Solved Slow WOL in 1.3.5

      FOG Problems
      • • • FritzBox360
      3
      0
      Votes
      3
      Posts
      646
      Views

      F

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

    • F

      Add a second PXE Boot Option

      General
      • • • FritzBox360
      18
      0
      Votes
      18
      Posts
      7.8k
      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

      Unsolved Power Management in groups

      Feature Request
      • • • FritzBox360
      4
      0
      Votes
      4
      Posts
      1.5k
      Views

      F

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

    • F

      FOG iPXE USB Boot Stick

      General Problems
      • • • FritzBox360
      5
      0
      Votes
      5
      Posts
      4.0k
      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

      Unsolved Donation feature working?

      General
      • • • FritzBox360
      5
      0
      Votes
      5
      Posts
      1.4k
      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

      Solved SVN 3772: New host registration failed PHP fatal error

      Bug Reports
      • • • FritzBox360
      3
      0
      Votes
      3
      Posts
      1.2k
      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

      Solved Failed to add snapin

      Bug Reports
      • • • FritzBox360
      3
      0
      Votes
      3
      Posts
      1.6k
      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