• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Latest FOG 0.33b

Scheduled Pinned Locked Moved
General
77
1.6k
6.1m
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T
    Tom Elliott
    last edited by Mar 20, 2014, 11:04 AM

    [quote=“warp, post: 24465, member: 22860”]on r1350 there is no page on url “report” : [url]http://srvfog/fog/management/index.php?node=report[/url][/quote]

    This was because there was a function call that didn’t exist anymore. Corrected and you should now see a display of the files and such.

    [quote=“warp, post: 24463, member: 22860”]I like to continue to help you to “debug” the 0.33b version, but without an answer to my question, I can go further, because my architecture is that.

    [COLOR=#00ccff][B]Can you help me ?[/B][/COLOR] :)[/quote]

    The answer to the question, as I understand it, is if you want to manage information on the NAS node, the IP information needs to be different from the FOG Server when in another group. The only issue with this is you won’t be able to Replicate images to this node because it’s no longer a part of that group. For that same reason, putting the node into the group itself won’t work, because the Management of that node is done from a totally different IP. What I’d recommend is to mount the NAS as /images on the local FOG Server. Or under another name if you need (/images) and when you create the node on the Server, you’d still use the FOG Server’s IP address.

    So,
    Add the NAS to mount on bootup in your fstab file. How you do it is up to you. I’m not going to write a tutorial on how to do this as there’s plenty of howto’s all over the place.

    Reboot your FOG Server and verify the NAS is now mounted like a local storage place on your FOG Server.

    Add the new folder as a node. The IP address for this node will then be the same as your FOG Server, not the NAS’s IP.

    The Management User and Password will also be the same as your Default node.

    Make your NAS the Master for that group. (If you have images on the original master, before checking that the NAS volume is master, copy the original to the NAS storage location.)

    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Mar 20, 2014, 11:06 AM

      r1351 released.

      Fixes the report node issue warp reported earlier.

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

      1 Reply Last reply Reply Quote 0
      • T
        Tom Elliott
        last edited by Mar 20, 2014, 11:19 AM

        r1352 released.

        Fixes mobile display issues on first load. If you specificed ?node=homes you’d be fine, but if you just went to the link it was trying to display the normal web gui’s home page. This is now corrected. Also fixes the search bar on the hosts node in the mobile page so it’s not a button.

        Thank you,

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        1 Reply Last reply Reply Quote 0
        • W
          warp
          last edited by Mar 20, 2014, 11:36 AM

          [quote=“Tom Elliott, post: 24466, member: 7271”]This was because there was a function call that didn’t exist anymore. Corrected and you should now see a display of the files and such.

          The answer to the question, as I understand it, is if you want to manage information on the NAS node, the IP information needs to be different from the FOG Server when in another group. The only issue with this is you won’t be able to Replicate images to this node because it’s no longer a part of that group. For that same reason, putting the node into the group itself won’t work, because the Management of that node is done from a totally different IP. What I’d recommend is to mount the NAS as /images on the local FOG Server. Or under another name if you need (/images) and when you create the node on the Server, you’d still use the FOG Server’s IP address.

          So,
          Add the NAS to mount on bootup in your fstab file. How you do it is up to you. I’m not going to write a tutorial on how to do this as there’s plenty of howto’s all over the place.

          Reboot your FOG Server and verify the NAS is now mounted like a local storage place on your FOG Server.

          Add the new folder as a node. The IP address for this node will then be the same as your FOG Server, not the NAS’s IP.

          The Management User and Password will also be the same as your Default node.

          Make your NAS the Master for that group. (If you have images on the original master, before checking that the NAS volume is master, copy the original to the NAS storage location.)[/quote]
          Thank you for the reply,

          I actually read all the tutorial for several weeks.

          But at the system level, it is impossible to mount a share “NFS” on “/ images” folder which is itself already shared by NFS “exports” file.
          [CODE][B]etc/fstab[/B]
          172.16.8.43:/volume1/images /images nfs rsize=8192,wsize=8192,timeo=14,intr
          [/CODE]

          [CODE][B]etc/exports[/B]
          /images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
          /images/dev *(rw,sync,no_wdelay,no_root_squash,insecure)
          [/CODE]

          [CODE]
          [B]sudo service nfs restart[/B]
          Arrêt du démon NFS : [ OK ]
          Arrêt de NFS mountd : [ OK ]
          Arrêt des services NFS : [ OK ]
          Shutting down RPC idmapd: [ OK ]
          Démarrage des services NFS : exportfs: /images/dev does not support NFS export
          exportfs: /images does not support NFS export
          [ OK ]
          Démarrage de NFS mountd : [ OK ]
          Démarrage du démon NFS : [ OK ]
          Démarrage de RPC idmapd : [ OK ]
          [/CODE]

          1 Reply Last reply Reply Quote 0
          • T
            Tom Elliott
            last edited by Mar 20, 2014, 11:49 AM

            Can you mount as a Samba/CIFS share to the FOG Server? This way NFS isn’t trying to double back on itself?

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

            1 Reply Last reply Reply Quote 0
            • W
              warp
              last edited by Mar 20, 2014, 12:20 PM

              [quote=“Tom Elliott, post: 24471, member: 7271”]Can you mount as a Samba/CIFS share to the FOG Server? This way NFS isn’t trying to double back on itself?[/quote]
              This is the same problem with samba/CIFS … but how did the other??
              [CODE]/etc/fstab
              //172.16.8.43/images /images cifs username=fog,password=password,ro,uid=fog,gid=root,file_mode=0775,dir_mode=0775,rsize=64k 0 0
              [/CODE]

              [CODE]
              df
              Filesystem 1K-blocks Used Available Use% Mounted on
              /dev/sda3 4554672 1674300 2649000 39% /
              tmpfs 961132 0 961132 0% /dev/shm
              /dev/sda1 396672 49160 327032 14% /boot
              //172.16.8.43/images 3839533064 1532899724 2306471424 40% /images
              [/CODE]

              [CODE]sudo service nfs restart
              Arrêt du démon NFS : [ OK ]
              Arrêt de NFS mountd : [ OK ]
              Arrêt des services NFS : [ OK ]
              Shutting down RPC idmapd: [ OK ]
              Démarrage des services NFS : exportfs: /images/dev does not support NFS export
              exportfs: /images does not support NFS export
              [ OK ]
              Démarrage de NFS mountd : [ OK ]
              Démarrage du démon NFS : [ OK ]
              Démarrage de RPC idmapd : [ OK ]
              [/CODE]

              1 Reply Last reply Reply Quote 0
              • T
                Tom Elliott
                last edited by Mar 20, 2014, 12:23 PM

                Sick of searching and trying to walk you through it.

                Try following these instructions.
                [url]http://fogproject.org/forum/threads/request-fog-nas-tutorial.419/#post-11178[/url]

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                1 Reply Last reply Reply Quote 0
                • W
                  warp
                  last edited by Mar 20, 2014, 12:40 PM

                  [quote=“Tom Elliott, post: 24473, member: 7271”]Sick of searching and trying to walk you through it.

                  Try following these instructions.
                  [url]http://fogproject.org/forum/threads/request-fog-nas-tutorial.419/#post-11178[/url][/quote]
                  I agree that this method works very well, this is the one I use from the beginning, because I had realized that we could not share a NFS sharing !

                  But we return to the beginning of our problem so! The Sheduled Tasks do not work in this configuration ! 😞

                  1 Reply Last reply Reply Quote 0
                  • T
                    Tom Elliott
                    last edited by Mar 20, 2014, 12:41 PM

                    Well,

                    I’m going to be rewriting the FOG Service scripts over the weekend. It may not be fully complete but I am going to see what I can do to fix this. there’s no guarantee’s though okay?

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    1 Reply Last reply Reply Quote 0
                    • W
                      warp
                      last edited by Mar 20, 2014, 1:00 PM

                      [quote=“Tom Elliott, post: 24479, member: 7271”]Well,

                      I’m going to be rewriting the FOG Service scripts over the weekend. It may not be fully complete but I am going to see what I can do to fix this. there’s no guarantee’s though okay?[/quote]

                      Very good ! 🙂
                      It may be a button when creating a “Storage node” to indicate that it is a NAS other than “FOG Storage Node” and therefore the “scheduler” remains active in the "FOG Normal server. "
                      it’s just an example.

                      You are really doing a good job, I will continue testing the r1352

                      1 Reply Last reply Reply Quote 0
                      • W
                        warp
                        last edited by Mar 20, 2014, 1:07 PM

                        Or create a “Storage Group” special for NAS ! :rolleyes:

                        1 Reply Last reply Reply Quote 0
                        • W
                          warp
                          last edited by Mar 20, 2014, 1:15 PM

                          There is a small problem with the page “Report Management-> host list”
                          [CODE]/var/log/httpd/error_log
                          [Thu Mar 20 14:09:42 2014] [error] [client 172.16.8.167] PHP Warning: array_unique() expects parameter 1 to be array, null given in /var/www/html/fog/management/reports/Imaging Log.php on line 119, referer: http://srvfog.cavp.fr/fog/management/index.php?node=report
                          [Thu Mar 20 14:09:42 2014] [error] [client 172.16.8.167] PHP Warning: rsort() expects parameter 1 to be array, null given in /var/www/html/fog/management/reports/Imaging Log.php on line 120, referer: http://srvfog.cavp.fr/fog/management/index.php?node=report
                          [Thu Mar 20 14:09:42 2014] [error] [client 172.16.8.167] PHP Warning: Invalid argument supplied for foreach() in /var/www/html/fog/management/reports/Imaging Log.php on line 121, referer: http://srvfog.cavp.fr/fog/management/index.php?node=report
                          [/CODE]

                          [url=“/_imported_xf_attachments/0/605_Capture.JPG?:”]Capture.JPG[/url]

                          1 Reply Last reply Reply Quote 0
                          • T
                            Tom Elliott
                            last edited by Mar 20, 2014, 1:30 PM

                            Once again, set your image and os id records on your hosts.

                            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                            1 Reply Last reply Reply Quote 0
                            • W
                              warp
                              last edited by Mar 20, 2014, 1:42 PM

                              [quote=“Tom Elliott, post: 24487, member: 7271”]Once again, set your image and os id records on your hosts.[/quote]
                              Yes maybe but it is a “csv” import of hosts, and it may be that all is not specified, but I still think these messages should not be there.

                              1 Reply Last reply Reply Quote 0
                              • T
                                Tom Elliott
                                last edited by Mar 20, 2014, 1:45 PM

                                This is because you have debug enabled on the pages. If you don’t want the errors, find the relevant pages and turn off debug.

                                We have this enabled for tracking down BUGS specifically, but it’s also useful to know where some of your issues may lie.

                                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                1 Reply Last reply Reply Quote 0
                                • W
                                  warp
                                  last edited by Mar 20, 2014, 1:51 PM

                                  Since we passed the boot “PXE” to “iPXE” option “Shutdown Schedule Effective task completion” does not work anymore.

                                  [url=“/_imported_xf_attachments/0/606_Capture.JPG?:”]Capture.JPG[/url]

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    Tom Elliott
                                    last edited by Mar 20, 2014, 1:58 PM

                                    I’m aware of that. Still working on fix for the moment. It’s simple, but requires schema update. Trying for a better route if possible.

                                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      Tom Elliott
                                      last edited by Mar 20, 2014, 2:14 PM

                                      r1353 released.

                                      Fixes the display on logout of mobile page. Also fixes the shutdown issue reported above. Updates schema to version 80.

                                      Thank you,

                                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        Tom Elliott
                                        last edited by Mar 20, 2014, 2:27 PM

                                        r1354 released.

                                        Fixes the Debug messages thrown if Host doesn’t have an image set for the Host List report.

                                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          Tom Elliott
                                          last edited by Mar 20, 2014, 2:41 PM

                                          r1355 released.

                                          Disables the unsetting (completely) of image if the host is part of a tasking job.

                                          Thank you,

                                          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 60
                                          • 61
                                          • 62
                                          • 63
                                          • 64
                                          • 77
                                          • 78
                                          • 62 / 78
                                          62 / 78
                                          • First post
                                            1236/1559
                                            Last post

                                          267

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project