sduehr

Results 13 comments of sduehr

I created a branch with a changed VMware plugin based on your idea. I added some debug output which could be helpful to analyze the behaviour when VSAN is used....

Thanks for reporting this and the hint about permissions. So did you find a workaround to get the plugin to work on Ubuntu 20.04 LTS? Like for example is it...

Looks like the parameter `allowed_methods` was named `method_whitelist` in the 1.x version of urllib3, see https://urllib3.readthedocs.io/en/1.26.8/reference/urllib3.util.html Ideas of how the Python code can handle both versions are welcome. The Python...

Thanks, yes, using `__version__` should work. Alternative: `hasattr(urllib3.util.Retry, 'DEFAULT_ALLOWED_METHODS')`, if that returns True, then `allowed_methods` must be used, otherwise `method_whitelist`. Also meanwhile found out that it works with urllib 1.24.x...

What is the size of your "large VM disk"? I've seen successful jobs on vSphere 8 with 180GB disk, no issues with vSphere 8 that I'd know. Could you please...

Thanks, I've checked bareos_vadp_dumper and it only exits with returncode 15 if it was terminated by signal 15. So it's probably a problem of the bareos-sd or communication between bareos-fd...

As you said "mostly fail", so you have seen that job terminate successfully. That's why I don't think this is an issue of the VMware Plugin. The `TLS read/write failure`...

Also with Nextcloud 25.0.2 and Onlyoffice 7.6.8 on el9: `kernel: x2t[18864]: segfault at 78 ip 00007fae92312f6b sp 00007ffe95969230 error 4 in libgraphics.so[7fae91f2e000+68e000] ` occurs when listing files. Workaround: Disable the...

Excerpt from production.log: ``` I, [2024-05-14T14:28:50.931640#447434-149620] INFO -- : execute Channel.fetch (try_count 0)... I, [2024-05-14T14:28:50.934245#447434-149620] INFO -- : fetching imap (mail.bareos.com/servicedesk port=993,ssl=true,starttls=false,folder=INBOX,keep_on_server=false,auth_type=LOGIN) I, [2024-05-14T14:28:51.188094#447434-149620] INFO -- : - message 1/1...

Excerpt from production.log when not encrypting subject in Thunderbird: ``` I, [2024-05-14T15:00:13.551877#447434-149620] INFO -- : execute Channel.fetch (try_count 0)... I, [2024-05-14T15:00:13.557309#447434-149620] INFO -- : fetching imap (mail.bareos.com/servicedesk port=993,ssl=true,starttls=false,folder=INBOX,keep_on_server=false,auth_type=LOGIN) I, [2024-05-14T15:00:13.789287#447434-149620]...