jaydeepch15
jaydeepch15
@RamblingCookieMonster Thanks for the code, However -Save issue is still persists. $Excel | Close-Excel -Save OR $Excel | Save-Excel -Close Both giving same error `Save-Excel : Error saving file. Exception...
@cptcrush2 For Ubuntu its **apt upgrade** For Centos or Amazon Linux its **yum update** These commands generally use to patch the servers. I believe he wants to get the date...
@furlongm @Pavel077 I tried above mentioned workaround but it did not fix my issue. Below is apache configuration for patchman ``` root@awslpatchman:~# cat /etc/apache2/conf-enabled/patchman.conf Define patchman_pythonpath /usr/lib/python3/dist-packages WSGIScriptAlias /patchman ${patchman_pythonpath}/patchman/wsgi.py...
@furlongm Yes, It is latest. ```patchman-client | | 3.0.4 | 1 | all | deb |```
on patchman server I tried `apt upgrade patchman*` below is snippet of output ```` WARNINGS: ?: (mysql.W002) MySQL Strict Mode is not set for database connection 'default' HINT: MySQL's Strict...
I dropped table using `DROP TABLE hosts_host_modules;` Also Had to run `ALTER TABLE reports_report DROP COLUMN modules;` still seeing ``` Processing Reports for all Hosts Error: OS, kernel or arch...
I followed below steps 1. Removed patchman-client from Amazon-2 Instance (Assuming it will delete all associated reports with it) 2. Re-install it again. (this version we get from yum repository...
@furlongm I am still getting below error ``` [root@client01 ~]$ sudo yum install patchman-client Loaded plugins: priorities, update-motd, upgrade-helper Repository packages-microsoft-com-prod is listed more than once in the configuration 245...