Ferenc Erki

Results 143 comments of Ferenc Erki
trafficstars

Thanks for the report and patience, @djzort! I can't reproduce the issue, though. I have inflated your example into a full executable code like this: ```perl use Rex; use Data::Dumper;...

Thanks for opening this issue! The general idea of "being able to retrieve errors from an external system" sounds good :+1: Also thanks for the related PR! I'll take a...

> Thanks for all the detailed information and thoughts. In retrospect, I feel like I did not have enough time to write a shorter reply :sweat_smile: So I'm glad it...

Thanks @mrmuskrat for the report! I'm afraid there are two different issues involved here. One of them indeed related to backslashes in the filename, and the other one only _looks...

On a second look on an official Debian 12 image, it looks like the weirdly encoded character is more probably `\x2d` aka [hyphen-minus](https://www.codetable.net/hex/2d), which makes more sense than `\x2` (STX...

Oh, I've found such a file at `/usr/lib/systemd/system/system-systemd\x2dcryptsetup.slice`. Trying to `sync_down` its whole parent directory, I got a failure too, but not the original message: ``` [2023-10-14 22:38:21] INFO -...

Thanks for the debug log :+1: I think the most relevant addition info is here: ``` [2023-10-18 12:29:40] DEBUG - Getting fs stat from /etc/systemd/system/dev-virtio\x2dports-org.qemu.guest_agent.0.device.wants [2023-10-18 12:29:40] DEBUG - Getting...

Thanks for the report, @verbit! At first glance it indeed looks like `$server` is not stringifed correctly when passed as an argument to `is_ip*` calls in Rex::Helper::IP. I expect adding...

Thanks for sharing your experience! There are surely always opportunities for improvement. > [Documentation for Rex 1.14.3](https://metacpan.org/release/FERKI/Rex-1.14.3/view/lib/Rex.pm#List-of-feature-flags) says on 1.4: Furthermore, all features from earlier versions are activated. In other...

> @ferki, Now the documentation has made it completely unclear what flag 1.4 finally includes. While I have my reservations about being "completely unclear", I agree it's harder to read...