Navigation

    FOG Project

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

    Topics created by KJ You

    • K

      SOLVED which kernel version to update?
      FOG Problems • • KJ You

      6
      0
      Votes
      6
      Posts
      4379
      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

      SOLVED .mntcheck file is missing
      FOG Problems • • KJ You

      3
      0
      Votes
      3
      Posts
      2677
      Views

      Wayne Workman

      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

      UNSOLVED Fatal Error : Failed to mount NFS volume (3480)
      FOG Problems • failed to mount • • KJ You

      7
      0
      Votes
      7
      Posts
      1846
      Views

      Wayne Workman

      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

      SOLVED https://wiki.fogproject.org/wiki/index.php/Main_Page
      General • • KJ You

      4
      0
      Votes
      4
      Posts
      5313
      Views

      Tom Elliott

      All links to the old wiki should properly redirect.

    • K

      Bypass Host Registration for 1.2.0
      FOG Problems • • KJ You

      6
      0
      Votes
      6
      Posts
      2086
      Views

      Wayne Workman

      [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
      FOG Problems • • KJ You

      18
      0
      Votes
      18
      Posts
      4081
      Views

      Wayne Workman

      [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?
      FOG Problems • • KJ You

      2
      0
      Votes
      2
      Posts
      888
      Views

      K

      solved
      under fog configuration - fog boot setting

    • K

      How to multicast in 1.2.0?
      FOG Problems • • KJ You

      2
      0
      Votes
      2
      Posts
      634
      Views

      Wayne Workman

      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
      FOG Problems • • KJ You

      17
      0
      Votes
      17
      Posts
      4212
      Views

      Wayne Workman

      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