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

    Authentification mount request from ... for /data/images (/data/images)

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    10
    4.7k
    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.
    • P
      pimms
      last edited by

      Hi,

      I need your help 🙂
      I installed my FOG Server 2 months ago, everything worked fine until yesterday.

      Today it’s impossible for us to download or upload. We create a task, we can see the task in Task management, then we launch the PXE Boot on the computer and the task disappears automatically.

      When I check out my logs on the server, I read : May 15 11:57:51 fog01 rpc.mountd[20445]: authenticated mount request from 192.12.59.33:840 for /data/images/dev (/data/images)

      Does anyone have an idea ?

      1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott
        last edited by

        That message doesn’t mean anything. All it means is that the mount was established for that location (/data/images/dev).

        We need a bit more information, such as a video of the client as it boots and clears the task to help further our understanding of the problem you’re having.

        Please give us the OS you’re running FOG on as commands that need to be run in some cases depend on the Distribution. Please give us the version (shown in the cloud of the GUI you’re working with) of FOG you’re running.

        Any other details such as apache error logs or access logs if there’s issues in managing from the GUI.

        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
        • P
          pimms
          last edited by

          Thank you for your response.
          Here a video of my problem :

          [media=youtube]qnqFI3G2hBM[/media]

          During my PXE boot, I read this error : tsc : Fast TSC calibration failed. I don’t know what’s going on.

          I am using the last version of FOG (1.2.0) on Red Hat 7.
          After checking out all my logs, I don’t find any error.

          EDIT : Well I can upload a image on my server but the deployment still doesn’t work.

          Wayne WorkmanW 1 Reply Last reply Reply Quote 0
          • P
            pimms
            last edited by

            Hi, any idea ?

            1 Reply Last reply Reply Quote 0
            • Tom ElliottT
              Tom Elliott
              last edited by Tom Elliott

              @pimms said:

              Hi, any idea ?

              You most likely need to verify that the nfs service is actually running.

              On Redhat this is most likely done with:

              service rpcbind restart; service nfs restart

              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 1
              • P
                pimms
                last edited by

                I verified that the nfs service is running and it is.

                What is weird is that I can see on my server my image :
                -rwxrwxrwx 1 root root 512 15 mai 14:22 d1.mbr
                -rwxrwxrwx 1 root root 8428187 15 mai 14:23 d1p1.img
                -rwxrwxrwx 1 root root 7498607767 15 mai 14:58 d1p2.img

                On my FOG web management I see my image but it is written that the size is 0,0 iB.

                1 Reply Last reply Reply Quote 0
                • P
                  pimms
                  last edited by

                  Well I am trying to reinstall FOG following these instructions : https://wiki.fogproject.org//wiki/index.php?title=Uninstall_FOG

                  I uninstalled FOG but I can’t reinstall it.
                  I launched /bin/installfog.sh, everything is ok but FOG didn’t create any directory in /var/www/html/ and my database has not been created.

                  1 Reply Last reply Reply Quote 0
                  • Tom ElliottT
                    Tom Elliott
                    last edited by

                    What do you mean? Are you running as root?

                    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
                    • P
                      pimms
                      last edited by

                      Yes I am running as root. After the installation a user FOG is created but I think nothing is installed : I don’t have my fog directory in /var/www/html/, my database fog is not created…

                      1 Reply Last reply Reply Quote 0
                      • Wayne WorkmanW
                        Wayne Workman @pimms
                        last edited by

                        @pimms said:

                        During my PXE boot, I read this error : tsc : Fast TSC calibration failed.

                        My system at home and at work does this, it doesn’t mean anything and is video related.

                        @pimms said:

                        On my FOG web management I see my image but it is written that the size is 0,0 iB.

                        Client size or server size? If it’s an imported image, you won’t have a client size unless you manually set that in the database. If it’s server size, that’s an FTP issue.

                        @pimms said:

                        I uninstalled FOG but I can’t reinstall it. I launched /bin/installfog.sh, everything is ok but FOG didn’t create any directory in > /var/www/html/ and my database has not been created.

                        I’m not sure what you have going on there… Reinstall your OS if you can… Start fresh. I don’t know what’s going on.

                        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!
                        Daily Clean Installation Results:
                        https://fogtesting.fogproject.us/
                        FOG Reporting:
                        https://fog-external-reporting-results.fogproject.us/

                        1 Reply Last reply Reply Quote 0
                        • 1 / 1
                        • First post
                          Last post

                        206

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project