hal ChangeLog,1.611,1.612
David Zeuthen
david at freedesktop.org
Mon Aug 22 19:17:03 PDT 2005
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv3002
Modified Files:
ChangeLog
Log Message:
2005-08-22 David Zeuthen <davidz at redhat.com>
Patch from Cornelia Huck <cohuck at de.ibm.com> to change timeout from
25 seconds to 250 seconds as a temporary workaround.
* hald/hald.c (parent_wait_for_child): I'm running into some
problems when trying to start the HAL daemon on large
installations (like a S/390 LPAR with several thousands of
devices). Device detection may take quite some time, more than the
25 seconds specified as a timeout value for select() in
hald/hald.c, and as a result, the daemon will abort.
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.611
retrieving revision 1.612
diff -u -d -r1.611 -r1.612
--- ChangeLog 22 Aug 2005 08:41:45 -0000 1.611
+++ ChangeLog 23 Aug 2005 02:17:01 -0000 1.612
@@ -1,3 +1,15 @@
+2005-08-22 David Zeuthen <davidz at redhat.com>
+
+ Patch from Cornelia Huck <cohuck at de.ibm.com> to change timeout from
+ 25 seconds to 250 seconds as a temporary workaround.
+
+ * hald/hald.c (parent_wait_for_child): I'm running into some
+ problems when trying to start the HAL daemon on large
+ installations (like a S/390 LPAR with several thousands of
+ devices). Device detection may take quite some time, more than the
+ 25 seconds specified as a timeout value for select() in
+ hald/hald.c, and as a result, the daemon will abort.
+
2005-08-22 Richard Hughes <richard at hughsie.com>
* hald/util.c (util_compute_time_remaining,
More information about the hal-commit
mailing list