nathanlcarlson

Results 9 comments of nathanlcarlson

I put a local change in to bypass the problem. I doubt it is the correct solution, but it solves my issue: ``` $ vi {homedir}/.vscode/extensions/puppet.puppet-vscode-1.4.0/vendor/languageserver/lib/puppet-languageserver-sidecar/puppet_strings_helper.rb:143 ... # Extract the...

I have found it by parsing logs from the past few years looking for primarily transactions that match `/thredds/fileServer/.....nc`. That line you linked will set the 'Content-Length' header, but it...

That is what we have arrived at as well, using the Apache logs.

It looks like something similar to this MSTeams code needs to be added in config/config.go: https://github.com/prometheus/alertmanager/blob/main/config/config.go#L535-L542

I put a local change in to bypass the problem. I doubt it is the correct solution, but it solves my issue: ``` $ vi {homedir}/.vscode/extensions/puppet.puppet-vscode-1.4.0/vendor/languageserver/lib/puppet-languageserver-sidecar/puppet_strings_helper.rb:143 ... # Extract the...

A more permanent fix is in the works? I'm using a docker container and adding this to environment didn't seem to help. Any tips for having this workaround work in...

For search-ability, I'll add that this works around the " Pending defect count:" bug that causes invalid JSON for some devices.

I've found this invalid JSON issue as well and found this patch https://www.smartmontools.org/changeset/5283 is included in 7.3+ of smartmontools to address it. Would it be worthwhile putting a workaround for...