Marcus Furlong

Results 150 comments of Marcus Furlong

Can you try commit 0404e57c8fc61ce33a88c3ccd7b672a08cdf1083 in PR #594 ? This should fix it but I want to confirm first.

Can you enable DEBUG on the server and post the stacktrace from the apache log?

Are you running the latest version of `patchman-client` on the client?

And the server is latest too?

Can you try with 3.0.7 on both server and client?

You may need to remove the table added here: https://github.com/furlongm/patchman/issues/538#issuecomment-1845622931

Could you clean the existing reports and try with newer client on Amazon Linux 2?

Can you try the following patch? ``` diff --git a/reports/models.py b/reports/models.py index 7fdc7fb..75cad75 100644 --- a/reports/models.py +++ b/reports/models.py @@ -86,7 +86,8 @@ class Report(models.Model): 'reboot'] for attr in attrs: -...

@jaydeepch15 it looks like you applied the patch but it's still failing on `strip` which should no longer be running. Does restarting the web server help to reload the file?