| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sometimes a software profile creation does not fail although there is
already an existing one with the same components.
After some investigation, the reason seems to be that legacy code
from ogAdmServer (deprecated) executes a SQL query using GROUP_CONCAT
grouping all software components id in increasing order but this
concatenated string ends up being truncated due to a maximul length
variable in MySQL server. This variable is: "group_concat_max_len" and
its default value is 1024.
Fix this by increasing group_concat max length in MySQL.
|
|
|
|
|
|
|
| |
If the logrotate files for opengnsys indicate to rotate files that
do not exist, the process ignores them and continues with the next one.
The missingok clause is added to the logrotate configuration files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit sets the MySQL enconding to UTF8. This way we can avoid
problems with special characters in strings, like: ó.
It also changes the installation script to always copy the MySQL
configuration template and restart MySQL. So, even if the server had
MySQL installed before the OpenGnsys installation, the script
configures MySQL.
Example error that this commit should fix:
ogAdmServer[12524]: failed to query database
(actualizaSoftware:2380) 1366: Incorrect string value:
'\xF3n de ...' for column 'descripcion' at row 1
The encoding configuration before this commit should be like this:
mysql> SHOW VARIABLES LIKE 'char%';
+--------------------------+----------------------------+
| Variable_name | Value |
+--------------------------+----------------------------+
| character_set_client | utf8 |
| character_set_connection | utf8 |
| character_set_database | latin1 |
| character_set_filesystem | binary |
| character_set_results | utf8 |
| character_set_server | latin1 |
| character_set_system | utf8 |
| character_sets_dir | /usr/share/mysql/charsets/ |
+--------------------------+----------------------------+
8 rows in set (0.10 sec)
The encoding configuration after this commit should be like this:
mysql> SHOW VARIABLES LIKE 'char%';
+--------------------------+----------------------------+
| Variable_name | Value |
+--------------------------+----------------------------+
| character_set_client | utf8 |
| character_set_connection | utf8 |
| character_set_database | utf8 |
| character_set_filesystem | binary |
| character_set_results | utf8 |
| character_set_server | utf8 |
| character_set_system | utf8 |
| character_sets_dir | /usr/share/mysql/charsets/ |
+--------------------------+----------------------------+
8 rows in set (0.01 sec)
|
|
|
|
| |
event scheduler automatically.
|
| |
|
| |
|
|
|
|
| |
and port.
|
| |
|
|
|
|
| |
Se separan los servicios del server y del repo en archivos independientes
|
| |
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5762 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
UEFI.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5735 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5577 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
para Apache.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5505 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
REST.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5433 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5390 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5349 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
mod_php.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5347 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
descargas y REST).
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5228 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
para mejorar la seguridad.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4671 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4652 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
{{{version1.1}}}.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4617 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
anteriores.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4237 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
tras el fallo Heartbleed de OpenSSL.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4236 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
web en CentOS.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2903 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2642 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2553 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
clonación; plantilla para servicio NFS.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2451 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
directorio para TFTP.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2440 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2433 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
indefinidos de ficheros.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2386 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
{{{ogBoot}}} para Grub4Dos, comandos para listar y cambiar plantilla de arranque y cambios en el actualizador (modifica #444)
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2331 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
predefinida (cerrar #425)
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2125 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
estan caidos
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2123 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2114 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
ogclient en /opt/opengnsys/lib (modifica #404 y #413).
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2064 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
|
|
| |
{{{tftpboot}}} en Samba y corrección de erratas.
Close #313, #314.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1533 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
[ogboot] ---> antiguo [tftpboot]
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1532 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
* Adaptar estructura de directorios del servidor.
* Adaptar funciones del instalador.
* Reducir el espacio necesario para descarga de ficheros.
* Algunas correcciones generales.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1523 a21b9725-9963-47de-94b9-378ad31fedc9
|