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

    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
    • RE: Latest Development FOG

      Unfortunately, Deleting and re-adding the host made no difference.

      posted in General
      Y
      YuYo
    • RE: Latest Development FOG

      Thanks Tom again for your time.

      I’ve downloaded and installed your init.xz. This time it has taken a little longer to boot, in the discovery phase. It grabs the IP with udhcpc correctly but we get to the same point.

      I’ve grabbed a video I’m trying to upload to show you how it behaves. For what I’ve seen (pausing the video), the problem starts right after sending the inventory …

      You can find the video here: [url]http://1drv.ms/1M4DkFT[/url]

      posted in General
      Y
      YuYo
    • RE: Latest Development FOG

      I’ve deleted

      /opt/fog
      /var/www/fog
      /tftpboot

      Downloaded the latest SVN revision (3067) but I’m still having the same error 😞

      posted in General
      Y
      YuYo
    • RE: Latest Development FOG

      I’ll give it a try and let you know the results.

      posted in General
      Y
      YuYo
    • RE: Latest Development FOG

      [CODE]iface lo inet loopback
      auto eth0
      iface eth0 inet dhcp
      udhcpc_opts -t 100 -T 20
      iface lo inet loopback
      [/CODE]

      posted in General
      Y
      YuYo
    • RE: Latest Development FOG

      [CODE]Starting network …
      ifup: duplicate interface "lo[/CODE]

      But no ip received from DHCP

      PS: This computer could image earlier this morning, before updating to 3060.

      posted in General
      Y
      YuYo
    • RE: Latest Development FOG

      It has no ip address, although the eth0 interface is there.

      The content of /etc/network/interfaces shows

      [CODE]iface lo inet loopback[/CODE]

      I tried to set the IP manually, with no luck.

      posted in General
      Y
      YuYo
    • RE: Latest Development FOG

      Thanks for your time Tom.

      I sent it as a Debug Download. At the prompt I typed fog to start the task. It displays the banner and afetr hitting Enter I go back to the blinking cursor.

      I’ve tried to run the scripts manually and it all starts when it runs fog.checkin

      posted in General
      Y
      YuYo
    • RE: Latest Development FOG

      It made no difference. It PXE boots and after displaying the FOG banner with the Image Download task information it scrolls up real quick leaving the blinking cursor.

      posted in General
      Y
      YuYo
    • RE: Latest Development FOG

      Rev 3060

      posted in General
      Y
      YuYo
    • 1 / 1