Jack Zielke
Jack Zielke
This also occurs when search engines try to load robots.txt ``` 66.249.64.24 - - [26/Jan/2015:16:12:23 -0500] "GET /robots.txt HTTP/1.1" 500 5474 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" 66.249.64.28 - - [26/Jan/2015:16:12:58...
I went with a different route but you still end up with normal looking 404s. ``` Date: Tue Mar 8 17:49:03 2016 -0500 404 instead of 500 on incorrect note...
I made a change trying to fix the getpwuid problem. I have not seen it again so this _might_ have worked. /etc/apparmor.d/abstractions/python I added 1 line to the end /etc/passwd...
I know this is years old but in case anyone else is wondering how to use this library to talk to other libraries the trick is in the byte order....
Sorry, that is @ric96's patch.
I see now that rds_wav.c is a test program so changes to it will not affect pi_fm_rds. Oops.
Thank you! That is a great start.
I appreciate your reply. I did look at #1422, and it did not look like it would be suitable for my needs. It looks like they are using an IF...
I downloaded and compiled #1422. I was able to read the current frequency with gqrx_get_hw_freq but swapping F or ^ for gqrx_set_hw_freq did not change the frequency in gqrx. I...