• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. YuYo
    Y
    • Profile
    • Following 0
    • Followers 0
    • Topics 15
    • Posts 61
    • Best 2
    • Controversial 0
    • Groups 0

    YuYo

    @YuYo

    4
    Reputation
    940
    Profile views
    61
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    YuYo Unfollow Follow

    Best posts made by YuYo

    • RE: Bit Torrent

      There’s a FOG alternative developed by some people from spanish universities that support BitTorrent for cloning. It’s called OpenGnsys ([url]http://www.opengnsys.es[/url]).

      I’ve tried it a couple times, but the client side interface doesn’t catch me at all.

      posted in General
      Y
      YuYo
    • RE: Error mounting XX.XX.XX.XX:/fog/ on /fog

      Found the issue!!!

      It was one of the postdownload scripts that we use

      if [ $osid == "5" -o $osid == "6" -o $osid == "7" ]; then #only handling Win7/8/8.1
          clearScreen;
          mkdir /ntfs &>/dev/null
          ntfs-3g -o force,rw $part /ntfs #mount image (remember this is mounting partition [U][B]after[/B][/U] new image is deployed)
          mkdir /fog &>/dev/null
          mount -o nolock,proto=tcp $storageip:/fog/ /fog #this is a share created on server under /fog which contains drivers, software etc.. (just add /fog to exports but you could use existing location i.e. /images and if you do, do not need to do this mount as /images is still mounted at this point)
          dots "Mounting Device";
          if [ "$?" = "0" ]; then
              echo "Done";
              #'. ${postdownpath}fog.drivers # run fog.drivers script
              . ${postdownpath}fog.ad # then run fog.ad ... you get the jist
              #'. ${postdownpath}fog.snapins
              umount /ntfs; # unmount when all is done :-)
          else
              echo "Failed To Mount Device";
              sleep 30;
          fi
      fi
      
      posted in General
      Y
      YuYo

    Latest posts made by YuYo

    • RE: Unattend - Set domain user as local administrator

      We do that with a GPO. Even with groups from a trusted domain.

      posted in Windows Problems
      Y
      YuYo
    • RE: SVN 3783: Reporting only shows uploaded tasks

      This is what I meant.

      Since I updated on Jul 14th it only shows the uploaded images, but it showed the downloaded images before (see Jul 13th).

      And I can tell you that we have done a a few downloads these days.Captura.PNG

      posted in Bug Reports
      Y
      YuYo
    • SVN 3783: Reporting only shows uploaded tasks

      In this build I’ve noticed that it doesn’t show the downloaded images, but it shows those that have been uploaded.

      posted in Bug Reports
      Y
      YuYo
    • RE: Error mounting XX.XX.XX.XX:/fog/ on /fog

      Found the issue!!!

      It was one of the postdownload scripts that we use

      if [ $osid == "5" -o $osid == "6" -o $osid == "7" ]; then #only handling Win7/8/8.1
          clearScreen;
          mkdir /ntfs &>/dev/null
          ntfs-3g -o force,rw $part /ntfs #mount image (remember this is mounting partition [U][B]after[/B][/U] new image is deployed)
          mkdir /fog &>/dev/null
          mount -o nolock,proto=tcp $storageip:/fog/ /fog #this is a share created on server under /fog which contains drivers, software etc.. (just add /fog to exports but you could use existing location i.e. /images and if you do, do not need to do this mount as /images is still mounted at this point)
          dots "Mounting Device";
          if [ "$?" = "0" ]; then
              echo "Done";
              #'. ${postdownpath}fog.drivers # run fog.drivers script
              . ${postdownpath}fog.ad # then run fog.ad ... you get the jist
              #'. ${postdownpath}fog.snapins
              umount /ntfs; # unmount when all is done :-)
          else
              echo "Failed To Mount Device";
              sleep 30;
          fi
      fi
      
      posted in General
      Y
      YuYo
    • RE: Error mounting XX.XX.XX.XX:/fog/ on /fog

      @Wayne-Workman said:

      select ngmRootPath from nfsGroupMembers;

      mysql> use fog;
      Reading table information for completion of table and column names
      You can turn off this feature to get a quicker startup with -A
      
      Database changed
      mysql> select ngmRootPath from nfsGroupMembers;
      +-------------+
      | ngmRootPath |
      +-------------+
      | /images     |
      +-------------+
      1 row in set (0.00 sec)
      
      mysql> 
      
      posted in General
      Y
      YuYo
    • RE: Error mounting XX.XX.XX.XX:/fog/ on /fog
      root@fog2:~# service nfs-kernel-server restart
       * Stopping NFS kernel daemon                                                                                                 [ OK ] 
       * Unexporting directories for NFS kernel daemon...                                                                           [ OK ] 
       * Exporting directories for NFS kernel daemon...                                                                             [ OK ] 
       * Starting NFS kernel daemon                                                                                                 [ OK ] 
      root@fog2:~# 
      
      root@fog2:~# service rpcbind restart
      rpcbind stop/waiting
      rpcbind start/running, process 27783
      root@fog2:~# 
      

      They seem to restart correctly

      This is how the Default Storage Node looks like:

      Captura de pantalla 2015-06-15 a las 9.00.08 PM.png

      All the images under /images are drwxrwxrwx

      posted in General
      Y
      YuYo
    • RE: Error mounting XX.XX.XX.XX:/fog/ on /fog

      Hi, I’m running Ubuntu 14.04 with fog version SVN 3551

      My exports file looks like this

      root@fog2:~# cat /etc/exports 
      /images *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0)
      /images/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)
      root@fog2:~# 
      

      2015-06-15 11.11.11.jpg

      posted in General
      Y
      YuYo
    • Error mounting XX.XX.XX.XX:/fog/ on /fog

      I’ve noticed I’m getting this error once I’ve downloaded the image.

      The image downloads correctly.

      I’ve checked /etc/exports and I haven’t seen any /fog export

      Any idea?

      posted in General
      Y
      YuYo
    • RE: Latest Development FOG

      Right! It’s all working now!

      posted in General
      Y
      YuYo
    • RE: Latest Development FOG

      Went to try, but I have errors updating the schema … GRRRR!

      I rolled down to Rev. 3072 and I can deploy images correctly.

      What’s in 3073 that is not in 3072?

      Thanks for your time and your patience Tom. We are glad to help you make Fog a better tool 😉

      posted in General
      Y
      YuYo