Guido Falsi
Guido Falsi
When using with latest ansible sshjail causes the following warning: ``` [WARNING]: The "sshjail" connection plugin has an improperly configured remote target value, forcing "inventory_hostname" templated value instead of the...
This is not exactly an issue. I simply did not find another way to inform you. I have just added a port to the FreeBSD ports tree for this software....
While working at the XFCE 4.16 update here: https://github.com/madpilot78/FreeBSD-XFCE-4.15 I noticed a problem. A file has moved from libexo to xfce4-settings. Both packages have new versions. In this situation pkg...
I tried to optimize the virtual CPU to use less memory for its code. I took inspiration from what I remember of the Z80 CPU assembly. This simple optimization creates...
Hi, Since I also sometimes need audio input to machines, I thought I could add an option to allow that. I added an option `sound_rec` that can be filled with...
Hi, I'm using vm-bhyve with a NAT configuration, and using dnsmasq to perform DHCP. I also allowed it to serve names for the virtual machines and query it using a...
I got this error today: ```python 2022-09-19 14:07:58.748 T:1798108032 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following errorEnd of Python script error report
Make sure res and its first member are not NoneType before trying to iterate it. Sometimes upstream URL downloads can return 403 errors like this: ``` 2022-07-18 14:09:47.050 T:1312535424 DEBUG:...
Today I found a new encoding problem. The offending upstream URL is: https://link.theplatform.eu/s/PR1GhC/media/FFoEMf_H9Naf?auto=true&balance=true&format=SMIL&formats=MPEG-DASH,MPEG4,M3U&tracking=true&assetTypes=HD,browser,widevine,geoIT%7CgeoNo:HD,browser,geoIT%7CgeoNo:HD,geoIT%7CgeoNo:SD,browser,widevine,geoIT%7CgeoNo:SD,browser,geoIT%7CgeoNo:SD,geoIT%7CgeoNo this is the content: ``` ``` The title of the movie has lots of accented letters. I...
I'm using dnsmasq to assign IPs to machines. It can also send router advertisement messages allowing to use SLAAC in VMs to get IPv6 addresses. I'm an IPv6 novice so...