-
This bug is important: Ubuntu now ships with bash 3.2.
A valid (ie working under bash 3.1) conf file gives a lot of errors (here the first one):
--------------------------------------------------------------------------------
ERROR : # 1.
WHAT : A runtime command failed to execute (returned error 2).
SOURCE : line 33 of /etc/firehol/firehol.conf
COMMAND : /sbin/iptables -t filter...
2007-04-20 07:17:05 UTC in FireHOL
-
Hi,
is there a mean to save generated data (excel file) to
a string, not a file ?
It would be very useful in the context of generation
of dynamic content in a website, for instance.
I added two simple methods to the source. Note that
the current classes cannot be sub-classed because
of the use a "private" methods (__build_directory()
and so on).
Is the a simpler way, or could yo.
2005-12-31 12:55:24 UTC in pyExcelerator
-
Does beamer support translations, eg via "babel" ?
For instance, \begin{examples} genrates
the text 'examples', which is fine in english... but
not in spanish.
Thank you
Emmanuel.
2005-12-05 08:44:01 UTC in The LaTeX Beamer Class
-
Logged In: YES
user_id=396722
I mean: if an innocent user configure WebCalendar using its web
interface, and enter an SQL password which contains a '#', he
can't connect to the DB.
Possibles fixes:
- warn the user if he uses an invalid password;
- or, better (but more work!), change the password storage
(in settings.php) to allow for any password.
Emmanuel.
2005-11-08 19:50:30 UTC in WebCalendar
-
If the SQL password contains a '#" (sharp), it is
truncated.
(I suppose the end of the password is treated like a
comment !).
2005-10-05 14:26:18 UTC in WebCalendar
-
If you create a exUserFolder with a
"File based Ath. Source"
and if the file instance/exUsers/etcUsers (or equivalent)
does not exists, you cannot anymore
open the folder containing the User Folder, and
the only way to fix the situation is:
- read the source code to figure out where Zope looks
for the file
- create the file in the correct directory.
This can be really annoying !
2005-01-24 12:23:29 UTC in Extensible User Folder
-
Logged In: YES
user_id=396722
Related to bug #1106675.
This problem occurs when upgrading a site from an
older (eg 0.10) version of exUserFolder.
2005-01-24 12:19:35 UTC in Extensible User Folder
-
Logged In: YES
user_id=396722
This problem occurs when upgrading a site from an
older (eg 0.10) version of exUserFolder.
2005-01-24 12:18:26 UTC in Extensible User Folder
-
- Try create new exUserFolder, with NIS auth source,
NULL property, membership and Group sources
etc
-> error in event.log
2005-01-18T23:13:55 ERROR(200) ZODB Couldn't load state
for 0x1d8d
Traceback (most recent call last):
File
"/usr/local/zope/2-7-4/lib/python/ZODB/Connection.py",
line 600, in setstate
self._set_ghost_state(obj, p)
File...
2005-01-21 12:47:17 UTC in Extensible User Folder
-
ImportError: No module named zodbAuthSource.zodbAuthSource
I observe a bug with the last exUserFolder (0.50):
- create user folder with etcUsers;
- I get the list of users, ok.
- when trying to modify the properties of a user, e.g.
to associate a role to a specific user, I get an error:
Error Type: AttributeError
Error Value: 'NoneType' object has no attribute
'setUserProperty'.
2005-01-21 12:38:20 UTC in Extensible User Folder