Search found 2445 matches

by Cubert
Wed Apr 17, 2024 1:15 pm
Forum: Chocolatey For Automate
Topic: C4A 3.6 updates/changes
Replies: 44
Views: 61359

Re: C4A 3.6 updates/changes

Here is what should be happening. In my case here, this client is set to daily updates which automatically happen at 12 AM daily. We do not schedule a script to update agents, we actually send down a direct command to execute on the agent. This command is crafted to force the update process into the...
by Cubert
Wed Apr 17, 2024 12:34 pm
Forum: Patch Remedy 5
Topic: Win 10 to Win 11 failed OS Upgrade
Replies: 4
Views: 1380

Re: Win 10 to Win 11 failed OS Upgrade

Sounds like your system is getting stuck on the EULA which means its not taking the /accept switch as part of the command being sent to agent. You can review this script and its functions by reviewing the Chocolatey for Automate script in the maintenance script folder. I believe the script looks for...
by Cubert
Fri Apr 12, 2024 1:12 pm
Forum: Habitat
Topic: license expired
Replies: 23
Views: 10423

Re: license expired

I believe I sent you a email this morning, I see an active license so it maybe a DNS Filter issue we seen reported.


Test to see if you can browser https://lp.plugins4automate.com
by Cubert
Fri Apr 05, 2024 4:33 pm
Forum: Chocolatey For Automate
Topic: Plugin has Expired
Replies: 1
Views: 223

Re: Plugin has Expired

I believe I handled this one for you.. Just respond if you did not get a email from me.
by Cubert
Wed Apr 03, 2024 3:53 pm
Forum: Chocolatey For Automate
Topic: C4A 3.6 updates/changes
Replies: 44
Views: 61359

Re: C4A 3.6 updates/changes

As a side note, I added several "Optional" flags by each step. If you are not using network cache or sources then you would not need to manage these settings. Also , you are not required to "install approved software" so you can run without it if your only wanting to update exist...
by Cubert
Wed Apr 03, 2024 3:47 pm
Forum: Chocolatey For Automate
Topic: C4A 3.6 updates/changes
Replies: 44
Views: 61359

Re: C4A 3.6 updates/changes

Correct, Think of the global app list as just a list of apps you want to "monitor" the version numbers of. Then at the client is where you actually approve a package. The approved packages at this level cover all agents "Enabled" under the client. As for the process, your pretty ...
by Cubert
Wed Apr 03, 2024 3:10 pm
Forum: Automate Package Manager
Topic: Private Repository ProGet - Chocolatey
Replies: 1
Views: 370

Re: Private Repository ProGet - Chocolatey

I believe, and I may be wrong.. So do your own do diligence. There is a timeout on the cache in the repo, any request after the cache period is up will force the repo proxy to re query Chocolatey for package status. So as APM runs day to day, week to week the repo proxy is continuously refreshed wit...
by Cubert
Tue Apr 02, 2024 9:29 pm
Forum: Chocolatey For Automate
Topic: C4A 3.6 updates/changes
Replies: 44
Views: 61359

Re: C4A 3.6 updates/changes

Ah, I am glad I sent you here!, Now I will have a history of what we talked about from last support and can assist you further. I think the audit tool does help Awesome! Your latest email says to download the latest version of Chocolatey for Automate 3.5.0.9, but I have 3.6.0.9 installed. Yea, that'...
by Cubert
Tue Apr 02, 2024 9:14 pm
Forum: Automate Package Manager
Topic: Having issues w Deploy Agent Source
Replies: 1
Views: 97

Re: Having issues w Deploy Agent Source

First, What version are you on? Next is your APM Deploy Sources script at build 1.0.14? Screenshot 2024-04-02 170809.png Line 47 executes this SQL, If you have a source listed in sources then this should produce a datarow. SELECT * FROM plugin_p4a_apm_source_policy WHERE `Name` = '@SourcePolicy@' an...
by Cubert
Tue Apr 02, 2024 2:42 pm
Forum: Automate Package Manager
Topic: Ubuntu 22.4 (Linux) not Updating
Replies: 2
Views: 87

Re: Ubuntu 22.4 (Linux) not Updating

Also if this is a common issue across your environment, You may try excluding that java5 package during updates. Manuall run the following command on any agent to have it auto exclude a given package https://askubuntu.com/questions/99774/exclude-packages-from-apt-get-upgrade sudo apt-mark hold <pack...

Go to advanced search