-
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
-
-----Original Message-----
From: Matthieu Jonglez [mailto:jonglem@users.sourceforge.net]
Sent: Fri 6/5/2009 2:14 PM
To: mdomsch@users.sourceforge.net
Cc: jonglem@users.sourceforge.net
Subject: Query around revision 938 of NTLMAPS
Message body follows:
Hi Matt,
I have been trying to use head revision of NTLMAPS to access
a Sharepoint 2007 application behind IIS 6.0 on Windows...
2009-06-05 19:34:55 UTC in NTLM Authorization Proxy Server
-
yes please. Searching for taglib-config (as svn 634 does) in $prefix/bin isn't quite correct. On Fedora 10, taglib-config is in /usr/bin/ but if you aren't ./configure --prefix=/usr then it fails to find it.
2009-04-29 12:47:09 UTC in Free UPnP Entertainment Service
-
Which Series 7? I have a Samsung LN52A750 and am still having problems using SVN rev 634.
2009-04-29 12:43:14 UTC in Free UPnP Entertainment Service
-
As noted here:
http://forums.tversity.com/viewtopic.php?f=2&t=10992&p=68329#p68329
the Samsung LN52A750 (and likely higher models) require two dlna.org HTTP headers. WIthout these, I cannot play MP3 files on this device. With these, I can.
--- src/lib/HTTP/HTTPMessage.cpp (revision 634)
+++ src/lib/HTTP/HTTPMessage.cpp (working copy)
@@ -291,7 +291,9 @@
sResult
2009-04-29 12:41:17 UTC in Free UPnP Entertainment Service