Hossy

Results 45 comments of Hossy

Additional reference: https://docs.paloaltonetworks.com/pan-os/9-1/pan-os-panorama-api/pan-os-xml-api-request-types/commit-configuration-api/commit#id4e36ab51-cce0-4bd1-8953-2413189ab1c6

Additional reference: https://docs.paloaltonetworks.com/pan-os/9-1/pan-os-panorama-api/pan-os-xml-api-request-types/commit-configuration-api/commit#id4e36ab51-cce0-4bd1-8953-2413189ab1c6

@matgenois does `INACTIVITY_TIMEOUT` resolve your issue? Can this be closed?

Any update on this? Looks like the PR got closed without being merged.

Log file: ``` 2019-05-30 20:32:16 Getting windows user. 2019-05-30 20:32:17 Checking if user is an administrator. 2019-05-30 20:32:17 Initializing the silent update. 2019-05-30 20:32:20 Getting the service user. 2019-05-30 20:32:20...

Just wondering if you've had a chance to look at this

Just checking back in on this. :-) I really appreciate you writing this tool. It's been a life saver for my system!

Just a quick note here, I'm so glad I came across this issue because when I ran it interactively last night, I couldn't understand why the Upgrade button was disabled....

Additionally, I would like to suggest moving [line 61](https://github.com/TechieGuy12/PlexServerAutoUpdater/blob/651d6a431c20634decb3130471b1b631e232dd4d/Program.cs#L61) and [line 70](https://github.com/TechieGuy12/PlexServerAutoUpdater/blob/651d6a431c20634decb3130471b1b631e232dd4d/Program.cs#L70) outside the `if (!isSilent)` block so the error can be logged.

[0.1.8.6-beta.1](https://github.com/TechieGuy12/PlexServerAutoUpdater/releases/tag/0.1.8.6-beta.1) fixes the logging issue, but the exit code is still 0. ``` C:\Program Files (x86)\PlexServerAutoUpdater>psupdate -silent C:\Program Files (x86)\PlexServerAutoUpdater>echo %errorlevel% 0 C:\Program Files (x86)\PlexServerAutoUpdater>psupdate.exe -silent && echo success ||...