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

    snappin doesn't work

    Scheduled Pinned Locked Moved Unsolved
    FOG Problems
    6
    39
    9.3k
    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.
    • L
      lebrun78
      last edited by

      Server
      • FOG Version: 1.3.4
      • OS: centos6.8
      Client
      • Service Version:
      • OS: win10
      Description

      Hello
      Snappin doesn’t work
      Here is the log file:

      -----------------------------------------------------------------------------
      --------------------------------HostnameChanger-------------------------------
      ------------------------------------------------------------------------------
       09/02/2017 11:47 Client-Info Client Version: 0.11.9
       09/02/2017 11:47 Client-Info Client OS:      Windows
       09/02/2017 11:47 Client-Info Server Version: 1.3.4
       09/02/2017 11:47 Middleware::Response Success
       09/02/2017 11:47 HostnameChanger Checking Product Key Activation
       09/02/2017 11:47 HostnameChanger Already activated with correct key
       09/02/2017 11:47 HostnameChanger Checking Hostname
       09/02/2017 11:47 HostnameChanger Hostname is correct
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      ---------------------------------SnapinClient---------------------------------
      ------------------------------------------------------------------------------
       09/02/2017 11:47 Client-Info Client Version: 0.11.9
       09/02/2017 11:47 Client-Info Client OS:      Windows
       09/02/2017 11:47 Client-Info Server Version: 1.3.4
       09/02/2017 11:47 Middleware::Response Success
       09/02/2017 11:47 SnapinClient Snapin Found:
       09/02/2017 11:47 SnapinClient     ID: 5755
       09/02/2017 11:47 SnapinClient     Name: test_arnaud3
       09/02/2017 11:47 SnapinClient     Created: 2017-02-09 11:39:24
       09/02/2017 11:47 SnapinClient     Action: 
       09/02/2017 11:47 SnapinClient     Pack: False
       09/02/2017 11:47 SnapinClient     Hide: False
       09/02/2017 11:47 SnapinClient     Server: 
       09/02/2017 11:47 SnapinClient     TimeOut: 0
       09/02/2017 11:47 SnapinClient     RunWith: powershell.exe
       09/02/2017 11:47 SnapinClient     RunWithArgs: -ExecutionPolicy allsigned -File
       09/02/2017 11:47 SnapinClient     Args: -programme "P:\packages\audio video\vlc\inst_vlc.bat"
       09/02/2017 11:47 SnapinClient     File: -ExecutionPolicy allsigned -File
       09/02/2017 11:47 Middleware::Communication Download: http://coconus.istic.univ-rennes1.fr/fog/service/snapins.file.php?mac=52:54:00:CE:A1:DD||00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0&taskid=5755
       09/02/2017 11:47 SnapinClient C:\Program Files (x86)\FOG\tmp\fog_inst_office2010.ps1
       09/02/2017 11:47 Bus {
        "self": true,
        "channel": "Notification",
        "data": "{\r\n  \"title\": \"Installation de test_arnaud3\",\r\n  \"message\": \"Ne pas éteindre l'ordinateur tant que la tâche n'est pas terminée\"\r\n}"
      }
       09/02/2017 11:47 Bus Emmiting message on channel: Notification
       09/02/2017 11:47 SnapinClient Starting snapin...
      

      I checked powershell.exe -ExecutionPolicy allsigned -File -ExecutionPolicy allsigned -File “P:\packages\audio video\vlc\inst_vlc.bat” on the client it works.

      Where could I find the error ?

      Fog Version: Fog 1.5.10
      Server OS: AlmaLinux release 8.8

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

        I don’t understand.

        Your script should be running:

        powershell -ExecutionPolicy allsigned -File "C:\Program Files (x86)\FOG\tmp\fog_inst_office2010.ps1" -programme "P:\packages\audio video\vlc\inst_vlc.bat"
        

        Can you provide the whole client fog.log?

        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

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

          Mind you this is based solely on what your output is telling us.

          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
          • Tom ElliottT
            Tom Elliott
            last edited by

            I’m still having a hard time understanding this.

            I might be wrong on exactly what’s trying to run.

            It appears to be possibly:

            powershell.exe -ExecutionPolicy allsigned -File -ExecutionPolicy allsigned -File -programme "P:\packages\audio video\vlc\inst_vlc.bat"
            

            This doesn’t make any sense though (all the more reason for your actual log file).

            There should be a File that powershell is trying to run. The only reason, I think, that it “works” as you put it is because it’s running a batch file and essentially ignoring all the other arguments. That said, your fog_inst_office2010.ps1 file, I suspect, should be where the second set of -ExecutionPolicy allsigned -File sits.

            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
            • ZaarinZ
              Zaarin
              last edited by Zaarin

              Hi,

              -programme is not an argument recognized by powershell executable.

              lebrun78 you wrote

              “I checked powershell.exe -ExecutionPolicy allsigned -File -ExecutionPolicy allsigned -File “P:\packages\audio video\vlc\inst_vlc.bat” on the client it works.”

              -File -ExecutionPolicy are defined twice, maybe it works but it’s not what you’re asking for. In your log, the plugin seems to run another command line because I see the -programme argument, please check your command line in the plugin.

              ++ Zaza.

              1 Reply Last reply Reply Quote 1
              • L
                lebrun78
                last edited by

                hello
                -programme is an option of the script fog_inst_office2010.ps1

                fog_inst_office2010.ps1 is a script to mount p: with authentication and call a bat script

                Fog Version: Fog 1.5.10
                Server OS: AlmaLinux release 8.8

                Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                • ZaarinZ
                  Zaarin
                  last edited by

                  OK. Je comprends mieux.

                  But as Tom Elliott said, the ps1 must be here :

                  09/02/2017 11:47 SnapinClient File: -ExecutionPolicy allsigned -File

                  and I didn’t see it.

                  1 Reply Last reply Reply Quote 1
                  • L
                    lebrun78
                    last edited by lebrun78

                    Je pensais que le fichier téléchargé était passé automatiquement en argument, ce n’est pas le cas ?

                    I thought that uploaded file for snapin was automatically add as argument to the command line
                    Is it ?

                    Obtained Snapin command (read only) seems correct:
                    Snapin Command
                    read-only

                    powershell.exe -ExecutionPolicy allsigned -File fog_inst_office2010.ps1 -programme "P:\packages\audio video\vlc\inst_vlc.bat"
                    
                    

                    Fog Version: Fog 1.5.10
                    Server OS: AlmaLinux release 8.8

                    1 Reply Last reply Reply Quote 0
                    • ZaarinZ
                      Zaarin
                      last edited by

                      Oups I cannot answer this question. I let the expert saying something.

                      Nethertheless, I already used snapin with powershell script for an old project and I remember that I compiled the script into an exe (with “Powergui script editor” -> Tools -> compile script) to avoid any problem with path environment like powershell didn’t find the ps1.

                      I got problem myself without any argument, so with argument… it’s the hell on earth.

                      Please try to compile the office 2010 ps1 into an exe and try.

                      Greetings from France/Luxembourg.

                      Zaza.

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

                        Can you get us the log? That will tell us a lot more, I hope, than what we’re seeing on this particular snippet of log you’ve given us.

                        Right now it appears to be saying the exact command it’s trying to run is:

                        powershell.exe -ExecutionPolicy allsigned -File -ExecutionPolicy allsigned -File -programme "P:\packages\audio video\vlc\inst_vlc.bat"

                        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

                        L 2 Replies Last reply Reply Quote 1
                        • L
                          lebrun78 @Tom Elliott
                          last edited by

                          @Tom-Elliott
                          I did a new deploy
                          Here is the entire log file:

                           09/02/2017 14:28 Main Overriding exception handling
                           09/02/2017 14:28 Main Bootstrapping Zazzles
                           09/02/2017 14:28 Controller Initialize
                           09/02/2017 14:28 Zazzles Creating main thread
                           09/02/2017 14:28 Zazzles Service construction complete
                           09/02/2017 14:28 Controller Start
                          
                           09/02/2017 14:28 Service Starting service
                           09/02/2017 14:28 Bus Became bus server
                           09/02/2017 14:28 Bus {
                            "self": true,
                            "channel": "Status",
                            "data": "{\r\n  \"action\": \"load\"\r\n}"
                          }
                           09/02/2017 14:28 Bus Emmiting message on channel: Status
                           09/02/2017 14:28 Service Invoking early JIT compilation on needed binaries
                          
                          ------------------------------------------------------------------------------
                          --------------------------------Authentication--------------------------------
                          ------------------------------------------------------------------------------
                           09/02/2017 14:28 Client-Info Version: 0.11.9
                           09/02/2017 14:28 Client-Info OS:      Windows
                           09/02/2017 14:28 Middleware::Authentication Waiting for authentication timeout to pass
                           09/02/2017 14:28 Middleware::Communication Download: http://cosinus.istic.univ-rennes1.fr/fog/management/other/ssl/srvpublic.crt
                           09/02/2017 14:28 Data::RSA FOG Server CA cert found
                           09/02/2017 14:28 Middleware::Authentication Cert OK
                           09/02/2017 14:28 Middleware::Authentication ERROR: Could not get security token
                           09/02/2017 14:28 Middleware::Authentication ERROR: Le fichier 'C:\Program Files (x86)\FOG\token.dat' est introuvable.
                           09/02/2017 14:28 Middleware::Communication POST URL: http://cosinus.istic.univ-rennes1.fr/fog/management/index.php?sub=requestClientInfo&authorize&newService
                           09/02/2017 14:28 Middleware::Response Invalid security token
                          
                          ------------------------------------------------------------------------------
                          --------------------------------Authentication--------------------------------
                          ------------------------------------------------------------------------------
                           09/02/2017 14:28 Client-Info Version: 0.11.9
                           09/02/2017 14:28 Client-Info OS:      Windows
                           09/02/2017 14:28 Middleware::Authentication Waiting for authentication timeout to pass
                           09/02/2017 14:30 Middleware::Communication Download: http://cosinus.istic.univ-rennes1.fr/fog/management/other/ssl/srvpublic.crt
                           09/02/2017 14:30 Data::RSA FOG Server CA cert found
                           09/02/2017 14:30 Middleware::Authentication Cert OK
                           09/02/2017 14:30 Middleware::Authentication ERROR: Could not get security token
                           09/02/2017 14:30 Middleware::Authentication ERROR: Le fichier 'C:\Program Files (x86)\FOG\token.dat' est introuvable.
                           09/02/2017 14:30 Middleware::Communication POST URL: http://cosinus.istic.univ-rennes1.fr/fog/management/index.php?sub=requestClientInfo&authorize&newService
                           09/02/2017 14:30 Middleware::Response Invalid security token
                          
                          ------------------------------------------------------------------------------
                          --------------------------------Authentication--------------------------------
                          ------------------------------------------------------------------------------
                           09/02/2017 14:30 Client-Info Version: 0.11.9
                           09/02/2017 14:30 Client-Info OS:      Windows
                           09/02/2017 14:30 Middleware::Authentication Waiting for authentication timeout to pass
                           09/02/2017 14:43 Main Overriding exception handling
                           09/02/2017 14:43 Main Bootstrapping Zazzles
                           09/02/2017 14:43 Controller Initialize
                           09/02/2017 14:43 Zazzles Creating main thread
                           09/02/2017 14:43 Zazzles Service construction complete
                           09/02/2017 14:43 Controller Start
                          
                           09/02/2017 14:43 Service Starting service
                           09/02/2017 14:43 Bus Became bus server
                           09/02/2017 14:43 Bus {
                            "self": true,
                            "channel": "Status",
                            "data": "{\r\n  \"action\": \"load\"\r\n}"
                          }
                           09/02/2017 14:43 Bus Emmiting message on channel: Status
                           09/02/2017 14:43 Service Invoking early JIT compilation on needed binaries
                          
                          ------------------------------------------------------------------------------
                          --------------------------------Authentication--------------------------------
                          ------------------------------------------------------------------------------
                           09/02/2017 14:43 Client-Info Version: 0.11.9
                           09/02/2017 14:43 Client-Info OS:      Windows
                           09/02/2017 14:43 Middleware::Authentication Waiting for authentication timeout to pass
                           09/02/2017 14:43 Middleware::Communication Download: http://cosinus.istic.univ-rennes1.fr/fog/management/other/ssl/srvpublic.crt
                           09/02/2017 14:43 Data::RSA FOG Server CA cert found
                           09/02/2017 14:43 Middleware::Authentication Cert OK
                           09/02/2017 14:43 Middleware::Authentication ERROR: Could not get security token
                           09/02/2017 14:43 Middleware::Authentication ERROR: Le fichier 'C:\Program Files (x86)\FOG\token.dat' est introuvable.
                           09/02/2017 14:43 Middleware::Communication POST URL: http://cosinus.istic.univ-rennes1.fr/fog/management/index.php?sub=requestClientInfo&authorize&newService
                           09/02/2017 14:43 Middleware::Response Success
                           09/02/2017 14:43 Middleware::Authentication Authenticated
                          
                          
                           09/02/2017 14:43 Bus Registering ParseBus in channel Power
                           09/02/2017 14:43 Middleware::Communication URL: http://cosinus.istic.univ-rennes1.fr/fog/management/index.php?sub=requestClientInfo&configure&newService&json
                           09/02/2017 14:43 Middleware::Response Success
                           09/02/2017 14:43 Middleware::Communication URL: http://cosinus.istic.univ-rennes1.fr/fog/management/index.php?sub=requestClientInfo&mac=52:54:00:CE:A1:DD||00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0&newService&json
                           09/02/2017 14:43 Middleware::Response Success
                           09/02/2017 14:43 Middleware::Communication URL: http://cosinus.istic.univ-rennes1.fr/fog/service/getversion.php?clientver&newService&json
                           09/02/2017 14:43 Middleware::Communication URL: http://cosinus.istic.univ-rennes1.fr/fog/service/getversion.php?newService&json
                          
                           09/02/2017 14:43 Service Creating user agent cache
                           09/02/2017 14:43 Middleware::Response Invalid time
                           09/02/2017 14:43 Middleware::Response Module is disabled on the host
                           09/02/2017 14:43 Middleware::Response Module is disabled globally on the FOG server
                           09/02/2017 14:43 Service Initializing modules
                          
                          ------------------------------------------------------------------------------
                          ---------------------------------ClientUpdater--------------------------------
                          ------------------------------------------------------------------------------
                           09/02/2017 14:43 Client-Info Client Version: 0.11.9
                           09/02/2017 14:43 Client-Info Client OS:      Windows
                           09/02/2017 14:43 Client-Info Server Version: 1.3.4
                           09/02/2017 14:43 Middleware::Response Success
                          ------------------------------------------------------------------------------
                          
                          
                          ------------------------------------------------------------------------------
                          ----------------------------------TaskReboot----------------------------------
                          ------------------------------------------------------------------------------
                           09/02/2017 14:43 Client-Info Client Version: 0.11.9
                           09/02/2017 14:43 Client-Info Client OS:      Windows
                           09/02/2017 14:43 Client-Info Server Version: 1.3.4
                           09/02/2017 14:43 Middleware::Response Success
                          ------------------------------------------------------------------------------
                          
                          
                          ------------------------------------------------------------------------------
                          --------------------------------HostnameChanger-------------------------------
                          ------------------------------------------------------------------------------
                           09/02/2017 14:43 Client-Info Client Version: 0.11.9
                           09/02/2017 14:43 Client-Info Client OS:      Windows
                           09/02/2017 14:43 Client-Info Server Version: 1.3.4
                           09/02/2017 14:43 Middleware::Response Success
                           09/02/2017 14:43 HostnameChanger Checking Product Key Activation
                           09/02/2017 14:43 HostnameChanger Windows has correct key but is not licensed
                           09/02/2017 14:43 WinActivation Installing Product key
                           09/02/2017 14:43 HostnameChanger Checking Hostname
                           09/02/2017 14:43 HostnameChanger Hostname is correct
                          ------------------------------------------------------------------------------
                          
                          
                          ------------------------------------------------------------------------------
                          ---------------------------------SnapinClient---------------------------------
                          ------------------------------------------------------------------------------
                           09/02/2017 14:43 Client-Info Client Version: 0.11.9
                           09/02/2017 14:43 Client-Info Client OS:      Windows
                           09/02/2017 14:43 Client-Info Server Version: 1.3.4
                           09/02/2017 14:43 Middleware::Response Success
                           09/02/2017 14:43 SnapinClient Snapin Found:
                           09/02/2017 14:43 SnapinClient     ID: 5756
                           09/02/2017 14:43 SnapinClient     Name: test_arnaud3
                           09/02/2017 14:43 SnapinClient     Created: 2017-02-09 13:24:25
                           09/02/2017 14:43 SnapinClient     Action: 
                           09/02/2017 14:43 SnapinClient     Pack: False
                           09/02/2017 14:43 SnapinClient     Hide: False
                           09/02/2017 14:43 SnapinClient     Server: 
                           09/02/2017 14:43 SnapinClient     TimeOut: 0
                           09/02/2017 14:43 SnapinClient     RunWith: powershell.exe
                           09/02/2017 14:43 SnapinClient     RunWithArgs: -ExecutionPolicy allsigned -File
                           09/02/2017 14:43 SnapinClient     Args: -programme "P:\packages\audio video\vlc\inst_vlc.bat"
                           09/02/2017 14:43 SnapinClient     File: fog_inst_office2010.ps1
                           09/02/2017 14:43 Middleware::Communication Download: http://cosinus.istic.univ-rennes1.fr/fog/service/snapins.file.php?mac=52:54:00:CE:A1:DD||00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0&taskid=5756
                           09/02/2017 14:43 SnapinClient C:\Program Files (x86)\FOG\tmp\fog_inst_office2010.ps1
                           09/02/2017 14:43 Bus {
                            "self": true,
                            "channel": "Notification",
                            "data": "{\r\n  \"title\": \"Installation de test_arnaud3\",\r\n  \"message\": \"Ne pas éteindre l'ordinateur tant que la tâche n'est pas terminée\"\r\n}"
                          }
                           09/02/2017 14:43 Bus Emmiting message on channel: Notification
                           09/02/2017 14:43 SnapinClient Starting snapin...
                           09/02/2017 14:51 Main Overriding exception handling
                           09/02/2017 14:51 Main Bootstrapping Zazzles
                           09/02/2017 14:51 Controller Initialize
                           09/02/2017 14:51 Zazzles Creating main thread
                           09/02/2017 14:51 Zazzles Service construction complete
                           09/02/2017 14:51 Controller Start
                          
                           09/02/2017 14:51 Service Starting service
                           09/02/2017 14:51 Bus Became bus server
                           09/02/2017 14:51 Bus {
                            "self": true,
                            "channel": "Status",
                            "data": "{\r\n  \"action\": \"load\"\r\n}"
                          }
                           09/02/2017 14:51 Bus Emmiting message on channel: Status
                           09/02/2017 14:51 Service Invoking early JIT compilation on needed binaries
                          
                          ------------------------------------------------------------------------------
                          --------------------------------Authentication--------------------------------
                          ------------------------------------------------------------------------------
                           09/02/2017 14:51 Client-Info Version: 0.11.9
                           09/02/2017 14:51 Client-Info OS:      Windows
                           09/02/2017 14:51 Middleware::Authentication Waiting for authentication timeout to pass
                           09/02/2017 14:51 Middleware::Communication Download: http://cosinus.istic.univ-rennes1.fr/fog/management/other/ssl/srvpublic.crt
                           09/02/2017 14:51 Data::RSA FOG Server CA cert found
                           09/02/2017 14:51 Middleware::Authentication Cert OK
                           09/02/2017 14:51 Middleware::Communication POST URL: http://cosinus.istic.univ-rennes1.fr/fog/management/index.php?sub=requestClientInfo&authorize&newService
                           09/02/2017 14:51 Middleware::Response Success
                           09/02/2017 14:51 Middleware::Authentication Authenticated
                          
                          
                           09/02/2017 14:51 Bus Registering ParseBus in channel Power
                           09/02/2017 14:51 Middleware::Communication URL: http://cosinus.istic.univ-rennes1.fr/fog/management/index.php?sub=requestClientInfo&configure&newService&json
                           09/02/2017 14:51 Middleware::Response Success
                           09/02/2017 14:51 Middleware::Communication URL: http://cosinus.istic.univ-rennes1.fr/fog/management/index.php?sub=requestClientInfo&mac=52:54:00:CE:A1:DD||00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0&newService&json
                           09/02/2017 14:51 Middleware::Response Success
                           09/02/2017 14:51 Middleware::Communication URL: http://cosinus.istic.univ-rennes1.fr/fog/service/getversion.php?clientver&newService&json
                           09/02/2017 14:51 Middleware::Communication URL: http://cosinus.istic.univ-rennes1.fr/fog/service/getversion.php?newService&json
                          
                           09/02/2017 14:51 Service Creating user agent cache
                           09/02/2017 14:51 Middleware::Response Invalid time
                           09/02/2017 14:51 Middleware::Response Module is disabled on the host
                           09/02/2017 14:51 Middleware::Response Module is disabled globally on the FOG server
                           09/02/2017 14:51 Service Initializing modules
                          
                          ------------------------------------------------------------------------------
                          ---------------------------------ClientUpdater--------------------------------
                          ------------------------------------------------------------------------------
                           09/02/2017 14:51 Client-Info Client Version: 0.11.9
                           09/02/2017 14:51 Client-Info Client OS:      Windows
                           09/02/2017 14:51 Client-Info Server Version: 1.3.4
                           09/02/2017 14:51 Middleware::Response Success
                          ------------------------------------------------------------------------------
                          
                          
                          ------------------------------------------------------------------------------
                          ----------------------------------TaskReboot----------------------------------
                          ------------------------------------------------------------------------------
                           09/02/2017 14:51 Client-Info Client Version: 0.11.9
                           09/02/2017 14:51 Client-Info Client OS:      Windows
                           09/02/2017 14:51 Client-Info Server Version: 1.3.4
                           09/02/2017 14:51 Middleware::Response Success
                          ------------------------------------------------------------------------------
                          
                          
                          ------------------------------------------------------------------------------
                          --------------------------------HostnameChanger-------------------------------
                          ------------------------------------------------------------------------------
                           09/02/2017 14:51 Client-Info Client Version: 0.11.9
                           09/02/2017 14:51 Client-Info Client OS:      Windows
                           09/02/2017 14:51 Client-Info Server Version: 1.3.4
                           09/02/2017 14:51 Middleware::Response Success
                           09/02/2017 14:51 HostnameChanger Checking Product Key Activation
                           09/02/2017 14:51 HostnameChanger Already activated with correct key
                           09/02/2017 14:51 HostnameChanger Checking Hostname
                           09/02/2017 14:51 HostnameChanger Hostname is correct
                          ------------------------------------------------------------------------------
                          
                          
                          ------------------------------------------------------------------------------
                          ---------------------------------SnapinClient---------------------------------
                          ------------------------------------------------------------------------------
                           09/02/2017 14:51 Client-Info Client Version: 0.11.9
                           09/02/2017 14:51 Client-Info Client OS:      Windows
                           09/02/2017 14:51 Client-Info Server Version: 1.3.4
                           09/02/2017 14:51 Middleware::Response Success
                           09/02/2017 14:51 SnapinClient Snapin Found:
                           09/02/2017 14:51 SnapinClient     ID: 5756
                           09/02/2017 14:51 SnapinClient     Name: test_arnaud3
                           09/02/2017 14:51 SnapinClient     Created: 2017-02-09 13:24:25
                           09/02/2017 14:51 SnapinClient     Action: 
                           09/02/2017 14:51 SnapinClient     Pack: False
                           09/02/2017 14:51 SnapinClient     Hide: False
                           09/02/2017 14:51 SnapinClient     Server: 
                           09/02/2017 14:51 SnapinClient     TimeOut: 0
                           09/02/2017 14:51 SnapinClient     RunWith: powershell.exe
                           09/02/2017 14:51 SnapinClient     RunWithArgs: -ExecutionPolicy allsigned -File
                           09/02/2017 14:51 SnapinClient     Args: -programme "P:\packages\audio video\vlc\inst_vlc.bat"
                           09/02/2017 14:51 SnapinClient     File: fog_inst_office2010.ps1
                           09/02/2017 14:51 Middleware::Communication Download: http://cosinus.istic.univ-rennes1.fr/fog/service/snapins.file.php?mac=52:54:00:CE:A1:DD||00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0&taskid=5756
                           09/02/2017 14:51 SnapinClient C:\Program Files (x86)\FOG\tmp\fog_inst_office2010.ps1
                           09/02/2017 14:51 Bus {
                            "self": true,
                            "channel": "Notification",
                            "data": "{\r\n  \"title\": \"Installation de test_arnaud3\",\r\n  \"message\": \"Ne pas éteindre l'ordinateur tant que la tâche n'est pas terminée\"\r\n}"
                          }
                           09/02/2017 14:51 Bus Emmiting message on channel: Notification
                           09/02/2017 14:51 SnapinClient Starting snapin...
                          

                          Fog Version: Fog 1.5.10
                          Server OS: AlmaLinux release 8.8

                          1 Reply Last reply Reply Quote 0
                          • L
                            lebrun78 @Tom Elliott
                            last edited by

                            @Tom-Elliott
                            Why have you written twice “-ExecutionPolicy allsigned”

                            Fog Version: Fog 1.5.10
                            Server OS: AlmaLinux release 8.8

                            1 Reply Last reply Reply Quote 0
                            • L
                              lebrun78 @Tom Elliott
                              last edited by lebrun78

                              @Tom-Elliott said in snappin doesn't work:

                              powershell -ExecutionPolicy allsigned -File “C:\Program Files (x86)\FOG\tmp\fog_inst_office2010.ps1” -programme “P:\packages\audio video\vlc\inst_vlc.bat”

                              On the machine, when I run this command , it runs, fog_inst_office2010.ps1 is download and placed in “C:\Program Files (x86)\FOG\tmp” by fog snap in install

                              Fog Version: Fog 1.5.10
                              Server OS: AlmaLinux release 8.8

                              1 Reply Last reply Reply Quote 0
                              • ZaarinZ
                                Zaarin
                                last edited by Zaarin

                                This line works, correct:

                                powershell -ExecutionPolicy allsigned -File “C:\Program Files (x86)\FOG\tmp\fog_inst_office2010.ps1” -programme “P:\packages\audio video\vlc\inst_vlc.bat”

                                Not this one:

                                powershell -ExecutionPolicy allsigned -File “fog_inst_office2010.ps1” -programme “P:\packages\audio video\vlc\inst_vlc.bat”

                                Because powershell is executed from another folder.

                                The question is: which version is run by the snapin?

                                An easy workaround is to compile ps1 into an exe.

                                L 1 Reply Last reply Reply Quote 1
                                • L
                                  lebrun78 @Zaarin
                                  last edited by

                                  @Zaarin
                                  Fog client is running in his folder, isn’t it ?

                                  Fog Version: Fog 1.5.10
                                  Server OS: AlmaLinux release 8.8

                                  ZaarinZ Wayne WorkmanW 2 Replies Last reply Reply Quote 0
                                  • ZaarinZ
                                    Zaarin @lebrun78
                                    last edited by

                                    @lebrun78
                                    Powershell has it’s own environment and for this reason, I compiled ps1 to exe to avoid path problem for an old project.

                                    My script just updated the background on the Windows 7 lock screen.

                                    Sorry.

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

                                      @lebrun78 There is a Powershell template. Pick the template, upload the powershell file. That’s all you have to do when creating a snapin.

                                      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/

                                      L 1 Reply Last reply Reply Quote 0
                                      • L
                                        lebrun78 @Wayne Workman
                                        last edited by

                                        @Wayne-Workman
                                        that’s what I did, I think ?
                                        alt text

                                        Fog Version: Fog 1.5.10
                                        Server OS: AlmaLinux release 8.8

                                        1 Reply Last reply Reply Quote 0
                                        • L
                                          lebrun78
                                          last edited by

                                          could I make log more verbose ?

                                          Fog Version: Fog 1.5.10
                                          Server OS: AlmaLinux release 8.8

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

                                            @lebrun78 It’s not verbosity that will get you an answer.

                                            Can you actually upload the ps1 script here? From what I can see your client is restarting after a period of time.

                                            It get’s the point of displaying the Snapin, the client appears to restart, then it get’s back to the same point and ends on “Snapin starting”.

                                            This leads me to think there’s something in the snapin causing issues. Maybe from the PS1 script?

                                            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

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

                                            209

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project