- 26 Aug, 2011 1 commit
-
-
Romain Courteaud authored
As described in: http://dev.mysql.com/doc/refman/5.1/en/access-denied.html """ If you cannot figure out why you get Access denied, remove from the user table all entries that have Host values containing wildcards (entries that contain '%' or '_' characters). A very common error is to insert a new entry with Host='%' and User='some_user', thinking that this enables you to specify localhost to connect from the same machine. The reason that this does not work is that the default privileges include an entry with Host='localhost' and User=''. Because that entry has a Host value 'localhost' that is more specific than '%', it is used in preference to the new entry when connecting from localhost! The correct procedure is to insert a second entry with Host='localhost' and User='some_user', or to delete the entry with Host='localhost' and User=''. After deleting the entry, remember to issue a FLUSH PRIVILEGES statement to reload the grant tables. """
-
- 25 Aug, 2011 3 commits
-
-
Łukasz Nowak authored
-
Arnaud Fontaine authored
If erp5_update is controlled through supervisord, then put it in etc/run/ (slapgrid adds all the content of this directory to supervisord), otherwise, put it in bin directory.
-
Arnaud Fontaine authored
-
- 24 Aug, 2011 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 23 Aug, 2011 2 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
- 22 Aug, 2011 4 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Arnaud Fontaine authored
-
- 19 Aug, 2011 2 commits
-
-
Kazuhiko Shiozaki authored
our own fontconfig should be also included in LD_LIBRARY_PATH so that we can force using our own fonts.
-
Arnaud Fontaine authored
-
- 18 Aug, 2011 1 commit
-
-
Arnaud Fontaine authored
-
- 17 Aug, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 15 Aug, 2011 2 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
- 13 Aug, 2011 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 12 Aug, 2011 5 commits
-
-
Julien Muchembled authored
This is required by testConflictResolution & testInvalidationBug.
-
Julien Muchembled authored
The only functional change is the following: - before: sys.path begins with [*/product/*/tests] followed by [*/tests] - after: sys.path begins with [prj1/product/*/tests, prj1/tests, prj2/product/*/tests, prj2/tests, ...] This should have no impact.
-
Julien Muchembled authored
Also remove 2 configuration lines that only repeated the default values
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
because new bt5 may have been added in the meantime.
-
- 11 Aug, 2011 3 commits
-
-
Łukasz Nowak authored
It was missing in 3a157be8
-
Łukasz Nowak authored
It is not used by default. It mangles buildout:develop as described in https://github.com/fschulze/mr.developer/issues/57, and buildout:develop is used in many project to checkout and develop various eggs in "slapos" way.
-
Łukasz Nowak authored
-
- 09 Aug, 2011 2 commits
-
-
Kazuhiko Shiozaki authored
-
Arnaud Fontaine authored
On Debian-based distributions, gcc FTBFS because of special linker files and architecture-dependent headers being available in /usr/lib/<triplet> rather than /usr/lib and /usr/lib64. This avoids settings respectively LIBRARY_PATH and CPATH manually on such distributions.
-
- 08 Aug, 2011 1 commit
-
-
- 05 Aug, 2011 1 commit
-
-
Arnaud Fontaine authored
zabbix_agentd is a standalone daemon which can be ran through supervisord, whereas zabbix_agent is supposed to be used with inetd, thus use the former, likewise zabbix-agent software instanciation profile.
-
- 02 Aug, 2011 1 commit
-
-
Arnaud Fontaine authored
-
- 01 Aug, 2011 3 commits
-
-
Łukasz Nowak authored
Need to allow from www.owlfish.com, as WSGIUtils is available there.
-
Łukasz Nowak authored
-
Kazuhiko Shiozaki authored
-
- 29 Jul, 2011 3 commits
-
-
Arnaud Fontaine authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-