• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. tedd77
    3. Posts
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 19
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by tedd77

    • FOG 1.5.4 with QNAP as storage Node

      Hello,
      I had a FOG 1.4.4 working with QNAP as storage Node.
      After the upgrade to 1.5.4 I am receiving the following message on FOG when I press FOG configuration

      0_1530394850402_f3bf8cf2-0f92-4336-8ba0-fe63efa7286b-image.png

      QNAP runs on port 8080 how did FOG decided it is port 80 ?

      Kindly help figuring out a solution.

      posted in FOG Problems
      T
      tedd77
    • RE: How to upgrade an existing fog to latest stable ?

      I took the initiative an I upgraded it to 1.5.4
      By downloading the latest version from https://github.com/FOGProject/fogproject/archive/1.5.4.tar.gz

      tar -xzvf 1.5.4.tar.gz
      cd fogproject-1.5.4/bin
      sudo ./installfog.sh

      posted in Tutorials
      T
      tedd77
    • How to upgrade an existing fog to latest stable ?

      Hello,
      I have a working FOG server
      Running Version 1.4.4
      SVN Revision: 6077

      Could someone help with the command to update it to the latest stable version ?

      Best regards
      Tedd

      posted in Tutorials
      T
      tedd77
    • RE: Location Plugin - ID Must Be Set To Edit Error

      @george1421

      That is exactly the case. I need to further investigate.

      posted in FOG Problems
      T
      tedd77
    • RE: Location Plugin - ID Must Be Set To Edit Error

      @george1421
      It is working now however every time I reboot the nas I have to execute the following from FOG server

      mount -t nfs <nas_ip>:/share/images /mnt
      mkdir /mnt/dev
      touch /mnt/.mntcheck
      umount /mnt

      mount -t nfs <nas_ip>:/share/images/dev /mnt
      touch /mnt/.mntcheck
      umount /mnt

      posted in FOG Problems
      T
      tedd77
    • RE: Location Plugin - ID Must Be Set To Edit Error

      @george1421
      Very good tutorial , settings were done to the qnap.
      Now i can see that Fog started pointing to my QNAP and the Fog attempts to write but fails after few seconds.
      see screen capture

      0_1511289115211_5d98a0e2-b91a-47c8-83da-64f21d0f586b-image.png

      posted in FOG Problems
      T
      tedd77
    • RE: Location Plugin - ID Must Be Set To Edit Error

      @george1421
      QNAP 431X with 10G interface

      posted in FOG Problems
      T
      tedd77
    • RE: Location Plugin - ID Must Be Set To Edit Error

      @george1421

      Yes I defined my nas as a storage node.
      I created a user called fog , and a folder called fog on the nas. Given full rights to that user.
      On the FOG server I created a storage node , pointed it to the NAS server.

      posted in FOG Problems
      T
      tedd77
    • RE: Location Plugin - ID Must Be Set To Edit Error

      @george1421
      Thank you , what is the best method to capture images then to a large storage nas?
      My Fog server is residing on a VM with limited storage .
      The aim is to have a NAS on the same network to capture and distribute images. The Fog server will be the leader (orchestra leader) of all operations.

      posted in FOG Problems
      T
      tedd77
    • RE: Location Plugin - ID Must Be Set To Edit Error

      @tom-elliott @george1421
      I will re-install 2 new ubuntu servers one on Dev and one on the current release.

      Still having hard time figuring out how to make the FOG writes the images on a separate NAS server.
      I looked onto youtube https://www.bing.com/videos/search?q=fog+location+management+tutorial&&view=detail&mid=ABF5CCD8147F2039673EABF5CCD8147F2039673E&FORM=VRDGAR
      with no luck.
      I created 1 extra group , 1 new storage node, as well as 2 locations
      whenever I divert from the default group the machine fails to create an image however if I keep on the default group it works but
      the image will be stored on the FOG server itself.

      posted in FOG Problems
      T
      tedd77
    • RE: Location Plugin - ID Must Be Set To Edit Error

      @george1421

      0_1511274112631_4193e0e9-8b44-4a62-8252-4b7054944640-image.png

      and also

      0_1511274200795_ca33ecb1-d2c5-4abc-b591-387eb04ce4be-image.png

      They are 100% ok with your hash

      posted in FOG Problems
      T
      tedd77
    • RE: Location Plugin - ID Must Be Set To Edit Error

      @tom-elliott @george1421

      First please accept my apologies for the inconvenience I may have caused.
      I discovered that I was writing the file in the wrong directory.
      In fact I have 2 fog folders
      /var/www/fog/lib/fog
      /var/www/html/fog/lib/fog

      The correct one is the second in the above list. I was writing to the first unfortunately and nothing was working for me.
      Now after I dug properly things are working for me and I confirm the patch is perfect.

      @george1421 I still do not mind to try the dev version, could you please send me the instructions ?

      posted in FOG Problems
      T
      tedd77
    • RE: Location Plugin - ID Must Be Set To Edit Error

      @sebastian-roth @george1421 @Tom-Elliott
      Indeed the table does not seem to be created.
      0_1511271669762_39e0a405-3067-4e46-b6fb-a4d29d156457-image.png

      How to go about that problem ?
      thank you in advance

      posted in FOG Problems
      T
      tedd77
    • RE: Location Plugin - ID Must Be Set To Edit Error

      @george1421
      in apache2
      error.log is empty ( I cleared it before I attempted to create the location)
      access.log is empty (I cleared it before I attempted to create the location)
      other_vhosts_access.log has many entries but no errors in there.

      The plugin is the Location Management , I need this in order to define a NAS as storage location for my images.

      posted in FOG Problems
      T
      tedd77
    • RE: Location Plugin - ID Must Be Set To Edit Error

      @george1421 Any other suggestions would be appreciated. I am bit stuck at this point as my storage is very small on the FOG server.

      posted in FOG Problems
      T
      tedd77
    • RE: Location Plugin - ID Must Be Set To Edit Error

      @george1421

      Running Version 1.4.4
      SVN Revision: 6077

      posted in FOG Problems
      T
      tedd77
    • RE: Location Plugin - ID Must Be Set To Edit Error

      @george1421
      yes
      -rw-r–r-- 1 www-data www-data 9327 Nov 19 21:42 plugin.class.php

      posted in FOG Problems
      T
      tedd77
    • RE: Location Plugin - ID Must Be Set To Edit Error

      @george1421
      I have followed your instructions step By step
      I even went as far as deleting the file then re-download it
      Changed the owner back to www-data
      Removed the plug-in and re-installed

      Same error
      My machine is an Ubuntu 16 LTS

      posted in FOG Problems
      T
      tedd77
    • RE: Location Plugin - ID Must Be Set To Edit Error

      Hello,
      I am having the same issue however the solution did not work for me.
      I followed the steps but problem persisted.
      Thank you for assisting me with the solution.

      posted in FOG Problems
      T
      tedd77
    • 1 / 1