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

fog.drivers script will not run correctly in postdownloadscripts

Scheduled Pinned Locked Moved Solved
FOG Problems
7
69
31.4k
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
    THEMCV @george1421
    last edited by Nov 2, 2016, 9:03 PM

    @george1421 I extracted the driver from the .CAB file, but I will try switching them out tomorrow when I get in. 🙂

    G 2 Replies Last reply Nov 2, 2016, 9:04 PM Reply Quote 0
    • G
      george1421 Moderator @THEMCV
      last edited by Nov 2, 2016, 9:04 PM

      @THEMCV said in fog.drivers script will not run correctly in postdownloadscripts:

      @george1421 I extracted the driver from the .CAB file, but I will try switching them out tomorrow when I get in. 🙂

      It makes it easier when you have new models to just extract the cabs and throw it in a directory on a windows computer to build the structure. Then use 7-zip to create an archive to copy to the fog server, then use unzip to extract.

      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!

      1 Reply Last reply Reply Quote 1
      • G
        george1421 Moderator @THEMCV
        last edited by Nov 2, 2016, 9:06 PM

        @THEMCV But your error is having a problem in line 15 with the test of $machine is zero. Just wondering if the word if needs to precede the conditional test. I’m not an expert bash programmer so I can’t about all of the shortcuts you can do in bash.

        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!

        T 1 Reply Last reply Nov 2, 2016, 10:03 PM Reply Quote 1
        • T
          Tom Elliott @george1421
          last edited by Tom Elliott Nov 2, 2016, 4:08 PM Nov 2, 2016, 10:03 PM

          @george1421 It’s got nothing to do with the if or not. It’s because (and I’m just guessing) he literally copied and pasted the code.

          Right now the code braces are stripping spaces.

          So he is literally having his file with: [[-z $machine]] rather than [[_-z $machine_]] (replacing the _ with actual spaces.

          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 2
          • T
            Tom Elliott @THEMCV
            last edited by Wayne Workman Nov 2, 2016, 6:50 PM Nov 2, 2016, 10:10 PM

            @THEMCV Please try this:

            wget -O /images/postdownloadscripts/fog.drivers http://mastacontrola.com/fog.drivers

            –Fixed.
            Wayne

            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

            T 1 Reply Last reply Nov 3, 2016, 12:48 PM Reply Quote 2
            • T
              THEMCV @Tom Elliott
              last edited by Nov 3, 2016, 12:48 PM

              @Tom-Elliott I downloaded that and we’re definitely farther! No more parsing errors, so that’s amazing. Thank you! 🙂

              Now it’s telling me

              mount: mounting 10.4.200.150:/fog/ on /fog failed: permission denied
                 * Mounting Device...................................................................Done
                 * Preparing Drivers..................................................................In progress
              

              Then it tells me an error has been detected

              Failed to download driver information
              

              So I double checked my directory which is: /images/Drivers/Win7/OptiPlex 980/x64

              I’m using extracted CAB drivers for now, but might switch/try just CAB files. They seem to be in place where they should be.

              Thank you Tom.

              W 1 Reply Last reply Nov 3, 2016, 1:01 PM Reply Quote 0
              • W
                Wayne Workman @THEMCV
                last edited by Wayne Workman Nov 3, 2016, 7:01 AM Nov 3, 2016, 1:01 PM

                @THEMCV It’s failing on this line:

                rsync -aqz "$remotedriverpath" "$clientdriverpath" >/dev/null 2>&1
                

                SO, just before that, for troubleshooting purposes, echo out the command it’s running like:

                echo
                echo "rsync -aqz \"$remotedriverpath\" \"$clientdriverpath\""
                echo
                

                Put those three lines one line above the problem line, exactly as I typed it. It will echo out the actual command being run. Then, run the script. The command will get echoed out and look proper. Examine it, copy it, and try to run the command by itself and see what happens.

                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/

                T 1 Reply Last reply Nov 3, 2016, 1:30 PM Reply Quote 1
                • T
                  THEMCV @Wayne Workman
                  last edited by Nov 3, 2016, 1:30 PM

                  @Wayne-Workman Okay, got it.

                  mount: mounting 10.4.200.150:/fog/ on /fog failed: permission denied
                     * Mounting Device...................................................................Done
                     * Preparing Drivers..................................................................In progress
                  rsync -aqz "/images/drivers/Win7/OptiPlex 980" "/ntfs/Windows/DRV"
                  

                  Then

                  Failed to download driver information
                  

                  It definitely sat on Preparing Drivers much longer than before, but the same outcome.

                  I confirmed the directory is /images/drivers/Win7/OptiPlex 980/x64

                  T 1 Reply Last reply Nov 3, 2016, 1:35 PM Reply Quote 0
                  • T
                    Tom Elliott @THEMCV
                    last edited by Nov 3, 2016, 1:35 PM

                    @THEMCV Is it /images/drivers/Win7/OptiPlex 980/x64 or is it /images/Drivers/Win7/OptiPlex 980/x64

                    (Notice the D in drivers is capitalized).

                    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

                    T 1 Reply Last reply Nov 3, 2016, 1:42 PM Reply Quote 1
                    • T
                      THEMCV @Tom Elliott
                      last edited by Nov 3, 2016, 1:42 PM

                      @Tom-Elliott It was /Drivers/ and not /drivers/ but I changed to /drivers/. Same issue.

                      When I was looking over the code I misread and thought I saw a reference to /Drivers, so that’s on me.

                      1 Reply Last reply Reply Quote 0
                      • Q
                        Quazz Moderator
                        last edited by Nov 3, 2016, 2:50 PM

                        Am I going crazy or is this a simple issue with the fog server not mounting on the client?

                        mount: mounting 10.4.200.150:/fog/ on /fog failed: permission denied
                        

                        Is the IP correct? Does the /fog folder exist?

                        G T 2 Replies Last reply Nov 3, 2016, 2:51 PM Reply Quote 0
                        • G
                          george1421 Moderator @Quazz
                          last edited by george1421 Nov 3, 2016, 8:53 AM Nov 3, 2016, 2:51 PM

                          @Quazz That is what I was just trying to reverse engineer. Where did the /fog directory come from? The only nfs share is /images.

                          The info that is missing here is that I the mount isn’t happening in this script but in the fog postdownload script from here: https://forums.fogproject.org/topic/4278/utilizing-postscripts-rename-joindomain-drivers-snapins/29

                          [edit] Side note, I found that my post install scripts fail when deploying to NVMe disks since the disk structure is different. I was looking at merging some of the code magic Tom created into my scripts too.

                          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!

                          T 1 Reply Last reply Nov 3, 2016, 3:02 PM Reply Quote 1
                          • T
                            THEMCV @Quazz
                            last edited by Nov 3, 2016, 3:00 PM

                            @Quazz The IP is correct. I must have gotten things turned around looking at the Auto install script on the FOG wiki.

                            So I need to make a fog directory in root like this, correct?

                            /fog/Drivers/Win7/OptiPlex 980/x64
                            
                            Q 1 Reply Last reply Nov 3, 2016, 3:03 PM Reply Quote 1
                            • T
                              THEMCV @george1421
                              last edited by Nov 3, 2016, 3:02 PM

                              @george1421 Just so I’m understanding, so the /fog directory should or should not exist? And if it does it is because of the script?

                              G 1 Reply Last reply Nov 3, 2016, 3:05 PM Reply Quote 0
                              • Q
                                Quazz Moderator @THEMCV
                                last edited by Quazz Nov 3, 2016, 9:09 AM Nov 3, 2016, 3:03 PM

                                @THEMCV The fog directory does not exist by default, it must be manually created, given correct permissions and an entry in /etc/exports needs to be made to export it as a nfs share so it can be mounted on clients.

                                mkdir /fog
                                chmod 777 /fog
                                chown fog:fog /fog
                                nano /etc/exports
                                
                                add this line add the bottom:
                                
                                /fog *(ro,sync,no_wdelay,subtree_check,insecure_locks,no_root_squash,insecure,fsid=2
                                
                                then finally do the following command to export the directory:
                                
                                exportfs -a
                                
                                Check if it it is being exported with:
                                
                                showmount --exports
                                
                                

                                Use sudo if necesary

                                Do note that you still need to create diretories and add drivers yourself.

                                T 1 Reply Last reply Nov 3, 2016, 3:09 PM Reply Quote 0
                                • G
                                  george1421 Moderator @THEMCV
                                  last edited by george1421 Nov 3, 2016, 9:08 AM Nov 3, 2016, 3:05 PM

                                  @THEMCV OK, I understand you may be getting conflicting information here because we are coming at the same problem from different perspectives.

                                  In my scripts I have the drivers (on the fog server) in /images/drivers …
                                  That is what the scripts should be trying to mount. You can use /fog/drivers but you will need to setup an export in NFS to do that. Me being lazy I just used the /images share that was already there.

                                  Looking at the script from Lee’s page this is the line in question

                                  remotedriverpath="/images/drivers/$osn/$machine"
                                  

                                  In this case its saying the drivers are in /images/drivers/… on the fog server. Where is /fog/drivers coming from?

                                  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!

                                  T 1 Reply Last reply Nov 3, 2016, 3:18 PM Reply Quote 0
                                  • T
                                    THEMCV @Quazz
                                    last edited by THEMCV Nov 3, 2016, 9:17 AM Nov 3, 2016, 3:09 PM

                                    @Quazz Okay, I completed this and it’s finished. showmount --exports does show /fog is working. And I added in the drivers that I had in the other location.

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      THEMCV @george1421
                                      last edited by Nov 3, 2016, 3:18 PM

                                      @george1421 I really am not sure. I don’t see anything in the script that refers to /fog except in the notation. I added the folder and copied the drivers into there from /images/drivers and am testing it now.

                                      Q 1 Reply Last reply Nov 3, 2016, 3:22 PM Reply Quote 0
                                      • Q
                                        Quazz Moderator @THEMCV
                                        last edited by Quazz Nov 3, 2016, 9:25 AM Nov 3, 2016, 3:22 PM

                                        @THEMCV Alright, well, I just realized none of this makes sense!

                                        You are correct, the fog folder isn’t referenced anywhere.

                                        I’m guessing the issue is REALLY in your /images/postdownloadscipts/fog.drivers

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          THEMCV
                                          last edited by Nov 3, 2016, 3:24 PM

                                          the /fog mount error has disappeared from the process now @Quazz , but the same “Failed to download driver information”

                                          Q W 2 Replies Last reply Nov 3, 2016, 3:26 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 2 / 4
                                          2 / 4
                                          • First post
                                            17/69
                                            Last post

                                          154

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project