Index: class-phpass.php
===================================================================
--- class-phpass.php	(revision 12989)
+++ class-phpass.php	(working copy)
@@ -55,7 +55,7 @@
 	function get_random_bytes($count)
 	{
 		$output = '';
-		if (is_readable('/dev/urandom') &&
+		if (@is_readable('/dev/urandom') &&
 		    ($fh = @fopen('/dev/urandom', 'rb'))) {
 			$output = fread($fh, $count);
 			fclose($fh);
