• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. shruggy
    3. Topics
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 23
    • Best 3
    • Controversial 0
    • Groups 0

    Topics created by shruggy

    • S

      Solved [dev-branch] multicast: for some hosts DB not updated after restore

      FOG Problems
      • • • shruggy
      9
      0
      Votes
      9
      Posts
      1.2k
      Views

      S

      @george1421 said in [dev-branch] multicast: for some hosts DB not updated after restore:

      @shruggy How many systems do you typically image at the same time with multicast? How much memory do you have on the fog server?

      Usually, it’s 36 systems at once. The setup is similar to @tec618’s: FOG on a VM with 4GB RAM, but both the VM and the hosting server run CentOS 7, and it’s Xen, not KVM. PHP 7.3 from Remi’s repo.

    • S

      Solved 1.5.7.89: partclone doesn't capture an image in dd mode: wrong options in fog.upload

      FOG Problems
      • • • shruggy
      18
      0
      Votes
      18
      Posts
      1.4k
      Views

      S

      Marking as fixed as we have this added to dev-branch and it will be in the next release.

    • S

      Solved PHP parse error on string concat over 2 lines

      Bug Reports
      • • • shruggy
      8
      0
      Votes
      8
      Posts
      1.9k
      Views

      S

      Well, I guess the ‘over two lines’ part is misleading and should be ‘when declaring a class property’ instead. It seems the ability to use scalar expressions in property declarations was only added in PHP 5.6.0. The only other possibility that would work in PHP 5.5.x in this context is heredoc/nowdoc:

      protected $insertQueryTemplate = <<<EOT INSERT INTO `%s` (%s) VALUES (%s) ON DUPLICATE KEY UPDATE %s EOT;
    • 1 / 1