Well, I know Unix very little, so I just copy-pasted the cron line from the Drupal.org recommendations and it worked well for several months until couple of days ago.
I tried changing the crontab entry to "wget
http://www.googlersblogs.com/cron.php > /dev/null". It worked ok, cron executed successfully, but it is still not identical to my old good GET command.
GET emailed me only if some error happened during the execution and wget emails me always that is a bit too much. If you know how wget works, could you advise some command line arguments to suppress the standard output and to report only standard error output?