• 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
    • Groups 0

    Topics

    • S

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

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      9
      0 Votes
      9 Posts
      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

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

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      18
      0 Votes
      18 Posts
      2k Views
      S

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

    • S

      PHP parse error on string concat over 2 lines

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      8
      0 Votes
      8 Posts
      2k 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