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

    Topics created by Maurice Tift

    • M

      Solved Upload error: rcu_preempt

      Bug Reports
      • • • Maurice Tift
      4
      0
      Votes
      4
      Posts
      1.6k
      Views

      Tom ElliottT

      I’ve changed around the kernels and this error should not be present unless you’re using the 4.0.1 kernel. Hopefully you can agree and atest to this as well.

    • M

      Solved Got this message during install of rev 3203 - Failed to get client version

      Bug Reports
      • • • Maurice Tift
      5
      0
      Votes
      5
      Posts
      2.1k
      Views

      Wayne WorkmanW

      @ArchFan said:

      Unfortunately I just experienced the same error on rev 3494, same as OP - Wheezy 7.8 x64. Let me know if I can provide any logs or other info

      Firstly, there is nothing wrong with your installer. Sometimes the downloads for the new client just don’t work.

      If you want a band-aid to get the new version installed, everything but (maybe) the client…

      You can go to the directory where your installer is (the trunk directory, not bin).

      and go from there to here:

      /trunk/lib/ubuntu

      and edit functions.sh

      Replace this:
      [CODE]if [ -z “$clientVer” ]; then
      echo “Failed to get client version”
      exit 1
      fi
      [/CODE]

      with this:

      [CODE]if [ -z “$clientVer” ]; then
      echo “Failed to get client version”
      #exit 1
      fi
      [/CODE]

      Note that the only difference is the hash mark in front of “exit 1”.

      This allows the installer to attempt to download the client, but not exit the installation script if it fails. Please also continue to run the installer until you do get a good copy of the client. Just know that the new client WILL NOT be there until it says successfully downloaded!!

    • M

      Solved Images in /images/dev

      Bug Reports
      • • • Maurice Tift
      4
      0
      Votes
      4
      Posts
      1.5k
      Views

      M

      Thank you very much! I think that’s it - an ftp password issue. I set the user password and the password in the fog configuration to the same thing and my latest test upload put everything in /images/testimage.

    • M

      Solved There are no snapins associated with this host

      Bug Reports
      • • • Maurice Tift
      5
      0
      Votes
      5
      Posts
      1.6k
      Views

      S

      The first two errors derive from FOG trying to check if you clients are up. You can turn this off in FOG Settings -> General Settings -> FOG_HOST_LOOKUP (uncheck and save).

    • 1 / 1