-
How many systems have you seen with multiple TPMs present? Personally, I've seen none.
2009-11-24 20:12:54 UTC in gkernel
-
The previous comment was mine. -Matt.
2009-11-23 19:14:38 UTC in gkernel
-
When trying to execute a multi-line sql script using sqlobject-admin upgrade, sqlobject fails
Traceback (most recent call last):
File "/usr/bin/tg-admin", line 8, in
load_entry_point('TurboGears==1.0.8', 'console_scripts', 'tg-admin')()
File "/usr/lib/python2.5/site-packages/turbogears/command/base.py", line 400, in main
command.run()
File...
2009-10-21 13:10:03 UTC in SQLObject
-
https://sourceforge.net/tracker/?func=detail&aid=2882127&group_id=3242&atid=303242
is my cleaned up and tested version of Sandeep's patch. Please use this one instead.
2009-10-20 04:12:08 UTC in gkernel
-
This patch fails for me on a PowerEdge R610 with the TPM enabled. The logic for deciding if either or both of /dev/hw_random and /dev/tpm0 are available was buggy. I cleaned up the patch and submitted it separately.
Please don't use this version of the patch.
2009-10-20 04:11:20 UTC in gkernel
-
I took the time to clean up the patch, and test it on a Dell PowerEdge R610
with the TPM enabled in BIOS SETUP. This works as expected, drawing from both
/dev/hw_random (if present), and /dev/tpm0 (if present), and failing only if
neither are present.
In testing, I can see the entropy pool shrinking by 128 bytes every time I
cat /proc/sys/kernel/random/entropy_avail
and growing again...
2009-10-20 04:09:42 UTC in gkernel
-
https://sourceforge.net/projects/webcalendar/forums/forum/11588/topic/2920964?message=6250090
has the fix. I applied this change and it works for me.
2009-10-03 16:59:54 UTC in WebCalendar
-
FWIW, I'm getting this all of a sudden, and even after increasing memory size to 300M, is still failing.
2009-10-03 16:54:26 UTC in WebCalendar