Jay Goldberg

Results 21 issues of Jay Goldberg

If, while running rsync, a new directory is created in the watched tree, it will not be automatically added to the watch (which is the default behavior). This is because...

I posit that we may be trying to run this on older/embedded platforms which may not have bash 4.x+. `2>&1 >> 1` is equivalent to `&>>`, it's syntactical sugar. ```...

Yet to receive one of these, I'll poke around when I get it. There's a ton of chatter about the v21 firmware **breaking** writing motion-triggered video to SD. This seems...

Not sure why they don't like this agent. I know it's polite to declare your client, but also not cool to deny clients. DEBUG ``` root@router1:~# ./speedtest-lite.sh Retrieving speedtest.net configuration......

drac.go `http.Transport Dial` override seems to make IPv6 not work. Commenting this out is a fix (though Java web start/IcedTea don't seem to support it anyway). But then we lose...

- POSIX compat for non-bash shells - flag support to enable/disable certain checks - precheck sites before attempting - custom timeout() for devices that don't have timeout - do not...

Low resource IoT devices don't have the storage to keep a 100mb file. We can write those to /dev/null. For upload, instead of uploading 100mb from disk, we can launch...

To disable things like disk checks and CPU checks if you don't want those

If the script errs out on a site (like the 3rd one), it will always perform checks on the first couple and never reach the last ones, randomizing the order...

precheck which sites have best ping, and proceed with testing on those