• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. KJ You
    3. Topics
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 34
    • Groups 0

    Topics

    • K

      which kernel version to update?

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      6
      0 Votes
      6 Posts
      5k Views
      S

      @KJ-You I am marking this as solved as the initial question about kernel update/version is… Feel free to post again and open a new thread if you have another issue.

    • K

      .mntcheck file is missing

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      3
      0 Votes
      3 Posts
      3k Views
      Wayne WorkmanW

      files in Linux that begin with a period are hidden.

      ls lists files.
      -a includes hidden files.
      -l shows permissions and ownership.
      -R is the recursive flag.

      So this command would show every single file in /images and it’s sub-directories:
      [CODE]ls -laR /images[/CODE]

      You could pipe that with grep, which is a powerful searching tool and just search for .mntcheck

      [CODE]ls -laR /images | grep .mntcheck[/CODE]
      That will only show all instances of .mntcheck inside the /images directory.

      There should be two.

    • K

      Fatal Error : Failed to mount NFS volume (3480)

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems failed to mount
      7
      0 Votes
      7 Posts
      2k Views
      Wayne WorkmanW

      Can you run the troubleshooting script found here: https://forums.fogproject.org/topic/4581/let-s-make-scripts

      And see if it points anything out?

    • K

      https://wiki.fogproject.org/wiki/index.php/Main_Page

      Watching Ignoring Scheduled Pinned Locked Moved General
      4
      0 Votes
      4 Posts
      7k Views
      Tom ElliottT

      All links to the old wiki should properly redirect.

    • K

      Bypass Host Registration for 1.2.0

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      6
      0 Votes
      6 Posts
      3k Views
      Wayne WorkmanW

      [quote=“Junkhacker, post: 47394, member: 21583”]if you upgrade to a development version, the “quick image” option will allow the imaging of non-registered hosts[/quote]

      This is true. Capone is depreciated in the trunk versions and has been replaced with a better method, but I believe it works in 1.2.0

    • K

      Failed to create deployment tasks for the following Hosts Hosts do not have Uniformed Image assignm

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      18
      0 Votes
      18 Posts
      5k Views
      Wayne WorkmanW

      [quote=“KJ You, post: 46997, member: 22149”]mine doesn’t show “format” column[/quote]

      I apologize… that might only be there for the newer developmental releases…

      if you click on an image itself, on the left, it should show the image type. And there might even be an option somewhere in 1.2.0 settings to let you support older image formats… not sure… I’ve never used 1.2.0 in production. I use the developmental releases only, because Tom made a change in them to allow FOG to work in my environment.

    • K

      How to extend fog menu screen timeout value in 1.2.0?

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      2
      0 Votes
      2 Posts
      1k Views
      K

      solved
      under fog configuration - fog boot setting

    • K

      How to multicast in 1.2.0?

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      2
      0 Votes
      2 Posts
      803 Views
      Wayne WorkmanW

      Duplicate thread. Follow here: [url]http://fogproject.org/forum/threads/failed-to-create-deployment-tasks-for-the-following-hosts-hosts-do-not-have-uniformed-image-assignm.12889/[/url]

    • K

      Image on server size 0.00 iB

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      17
      0 Votes
      17 Posts
      5k Views
      Wayne WorkmanW

      Make sure your FTP settings / permissions are correct for the Kernel Update. More info here: [url]http://fogproject.org/wiki/index.php/Troubleshoot_FTP[/url]

      To update to the latest svn, go to where you downloaded the last one, and just run:
      [code]svn up[/code]

      then go to the bin directory, and run the installfog.sh

      More info here: [url]http://fogproject.org/wiki/index.php/SVN[/url]

    • 1 / 1