Re: [gentoo-user] LiveGUI USB Image

2024-01-03 Thread Adam Carter
> > > dd if=/path/to/iso-image of=/dev/sd? bs=4M status=progress > > > > Replace the obvious bits. > > I've tried a few values of block size over the years, but so far I haven't > noticed any difference. I haven't run any proper tests though. > I think it's just that the default blocksize is (or

[gentoo-user] Choosing --param l2-cache-size

2024-01-03 Thread Adam Carter
>From https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87444 it appears that l2-cache-size is a misnomer; "A comment in driver-i386.c says: /* Let the L3 replace the L2. This assumes inclusive caches and single threaded program for now. */ if (level3.sizekb) level2 = level3;" "Probably

Re: [gentoo-user] Sending HUP to OpenVPN after WiFi reconnect in Mesh

2024-01-03 Thread Florian Gamböck
Hi Hoël, thanks for your response! On 2024-01-03 18:11, Hoël Bézier wrote: I’ve encountered the same issue as you. I fixed it by removing the persist-tun option from my configuration file. The way I understand this configuration option, is that OpenVPN allows itself to destroy and recreate

Re: [gentoo-user] Off topic: - imagemagic command line, strange behaviour

2024-01-03 Thread thelma
On 1/3/24 09:09, Florian Gamböck wrote: On 2023-12-28 19:46, the...@sys-concept.com wrote: @echo off cd "C:\Users\Server\Desktop\" magick convert -density 300 document.pdf -fuzz 45% -fill white +opaque black converted_document.pdf pause Just a wild guess without looking too deep into it:

[gentoo-user] Re: udev rule for periodic polling of USB gamepad?

2024-01-03 Thread Nikos Chantziaras
On 03/01/2024 19:53, Michael Cook wrote: On 1/3/24 12:33, Nikos Chantziaras wrote: Is it possible to have a USB controller (8BitDo Pro 2) polled every second or so with a udev rule? Or through some other mechanism? This controller has a quirk where it disconnects every 4 seconds or so and

Re: [gentoo-user] udev rule for periodic polling of USB gamepad?

2024-01-03 Thread Michael Cook
On 1/3/24 12:33, Nikos Chantziaras wrote: Is it possible to have a USB controller (8BitDo Pro 2) polled every second or so with a udev rule? Or through some other mechanism? This controller has a quirk where it disconnects every 4 seconds or so and rubmbles when it does so. It also changes

[gentoo-user] udev rule for periodic polling of USB gamepad?

2024-01-03 Thread Nikos Chantziaras
Is it possible to have a USB controller (8BitDo Pro 2) polled every second or so with a udev rule? Or through some other mechanism? This controller has a quirk where it disconnects every 4 seconds or so and rubmbles when it does so. It also changes device number when this happens. It does

Re: [gentoo-user] Sending HUP to OpenVPN after WiFi reconnect in Mesh

2024-01-03 Thread Hoël Bézier
Am Wed, Jan 03, 2024 at 05:50:52PM +0100 schrieb Florian Gamböck: [snip] What bugs me however is, that OpenVPN loses connection to the VPN server after such an AP change and is not able to reconnect automatically again. [snip] While this is happening, I cannot access the internet. I suspect,

[gentoo-user] Sending HUP to OpenVPN after WiFi reconnect in Mesh

2024-01-03 Thread Florian Gamböck
Dearest collective knowledge of gentoo-user, I'm using netifrc with wpa_supplicant (no custom settings in netifrc) for accessing a FRITZ!Box network at my parents house. They have some WiFi repeaters set up, connected via AVM's Meshing capabilities. Also, I am using OpenVPN to connect to VPN

Re: [gentoo-user] Off topic: - imagemagic command line, strange behaviour

2024-01-03 Thread Florian Gamböck
On 2023-12-28 19:46, the...@sys-concept.com wrote: @echo off cd "C:\Users\Server\Desktop\" magick convert -density 300 document.pdf -fuzz 45% -fill white +opaque black converted_document.pdf pause Just a wild guess without looking too deep into it: Might the "%" be a special character in a