Catalin Patulea
Catalin Patulea
Some more information: $ ls -l "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/BitTorrent.bundle/Contents/Bin/linux_amd64/scrapmagnet" -rwxr-xr-x 1 plex plex 24,432,949 Dec 30 23:51 /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/BitTorrent.bundle/Contents/Bin/linux_amd64/scrapmagnet $ "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/BitTorrent.bundle/Contents/Bin/linux_amd64/scrapmagnet" --version command line:...
Probably due to this code: https://github.com/sharkone/scrapmagnet.js/blob/master/scrapmagnet.js#L348 where setInterval defaults to 1 millisecond: https://nodejs.org/api/timers.html#timers_setinterval_callback_delay_args
For Mac specifically: It is not too difficult.. just make a symlink, where Java expects the library to be: ``` $ mkdir darwin $ cd darwin/ $ ln -s ../build/lib/linux-x86-64/libhackrf-sweep.so...
although, on my machine it crashes with SIGILL after about ~5 seconds of runtime: ``` # # A fatal error has been detected by the Java Runtime Environment: # #...
something very similar reported here: https://bugs.openjdk.java.net/browse/JDK-8240759 [edit:] looks like https://bugs.openjdk.java.net/browse/JDK-8244818 - "move to external monitor" and this is exactly what I did, so likely just an issue with my setup,...
Builds on Mac OS X Yosemite 10.10.15 x64. One compile warning; CC client.c client.c:574:25: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if (send_query_sendcnt >= 0 &&...
With 'make debug', looks like Clang doesn't support -Og: $ make debug OS is DARWIN, arch is x86_64 CC tun.c error: invalid integral value 'g' in '-Og' error: invalid integral...
This has also uncovered a host of format string warnings: window.c:83:3: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] WDEBUG("Resizing window buffer with things still in...
``` ssh cat /dev/urandom: 1.94 MiB/s iodine (raw mode): 1.87 MiB/s, iodined CPU ~27% iodine -r ( DNS mode, Switching upstream to codec Base128, Switching server options: lazy mode, downstream...
Q&A entry suggests: > Search a package manager for all arch like => https://wiki.openwrt.org/about/mirrors or http://pkg.entware.net/binaries/ It is a good idea but there is a complication, I think it needs...