snappin doesn't work
-
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 ?
-
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?
-
Mind you this is based solely on what your output is telling us.
-
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. -
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.
-
hello
-programme is an option of the script fog_inst_office2010.ps1fog_inst_office2010.ps1 is a script to mount p: with authentication and call a bat script
-
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.
-
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-onlypowershell.exe -ExecutionPolicy allsigned -File fog_inst_office2010.ps1 -programme "P:\packages\audio video\vlc\inst_vlc.bat"
-
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.
-
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"
-
@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...
-
@Tom-Elliott
Why have you written twice “-ExecutionPolicy allsigned” -
@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
-
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.
-
@Zaarin
Fog client is running in his folder, isn’t it ? -
@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.
-
@lebrun78 There is a Powershell template. Pick the template, upload the powershell file. That’s all you have to do when creating a snapin.
-
@Wayne-Workman
that’s what I did, I think ?
-
could I make log more verbose ?
-
@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?