Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | #959: Updating release Vagrant file. | Ramón M. Gómez | 2020-05-27 | 2 | -4/+3 | |
| | ||||||
* | #959: OGAgent installer downloads from its new repository. | Ramón M. Gómez | 2020-05-27 | 1 | -1/+1 | |
| | ||||||
* | #959: Vagrant files download from the new repositores. | Ramón M. Gómez | 2020-05-27 | 2 | -2/+2 | |
| | ||||||
* | #954 opengnsys_import.sh: Fix error when options --exclude-logs or ↵ | Irina Gómez | 2020-05-19 | 1 | -4/+6 | |
| | | | | --exclude-users are used | |||||
* | #972: Remove cron job definition from the default file; then updater checks ↵ | Ramón M. Gómez | 2020-04-22 | 1 | -17/+13 | |
| | | | | if service code has changed to restart it automatically. | |||||
* | #959: Installer and updater download the lastest OGAgent version. | Ramón M. Gómez | 2020-04-21 | 2 | -2/+0 | |
| | ||||||
* | #927 Remove opengnsys.cron script | Javier Sánchez Parra | 2020-04-07 | 2 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | This commit removes the opengnsys cron script that checks if the ogAdmServer is running or using too much CPU and restarts the process. Now that the ogAdmServer is more stable this script is not needed. Also, without this script we are going to know better when the ogAdmServer is having a problem and get better reports. In case you observe a crash in ogAdmServer, please, run it under valgrind: valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --verbose --log-file=/tmp/ogadmserver-valgrind-out.log /opt/opengnsys/sbin/ogAdmServer -f /opt/opengnsys/etc/ogAdmServer.cfg And post your 'ogadmserver-valgrind-out.log' file to the mailing list. This patch changes the installer and the update scripts too. They do not configure opengnsys.cron anymore. The update script search and remove the deprecated files as well. | |||||
* | #941 Restore mysql service in installer | Javier Sánchez Parra | 2020-04-02 | 1 | -8/+10 | |
| | | | | | | | | | This fixes commit 930563c: the installation script tries to change MySQL root password without previously starting MySQL. This commit restores the code that enables and restart MySQL to its previous position, before changing the password, and adds a new restart MySQL command. | |||||
* | #941 Set MySQL encoding to UTF-8 | Javier Sánchez Parra | 2020-04-02 | 1 | -11/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | |||||
* | #941 Add missing dependencies for the ogAdmServer | Javier Sánchez Parra | 2020-03-17 | 2 | -4/+4 | |
| | | | | | | This commits adds the binary of libdbi and the drivers to work with MySQL. A previous commit (1479f77) added the headers for the compilation, libdbi-dev. | |||||
* | #964 Redoing change @7d8d8af deleted by mistake. | irinagomez | 2020-03-17 | 1 | -0/+2 | |
| | ||||||
* | Revert "#969 New branch will create for images tree." | irinagomez | 2020-03-17 | 1 | -2/+0 | |
| | | | | This reverts commit e3047a32128908fba03e498e372535c52ade7bc4. | |||||
* | #964: Uninstall script removes MySQL/MariaDB template file. | Ramón M. Gómez | 2020-03-12 | 1 | -0/+2 | |
| | ||||||
* | #964: Update script copies the MySQL / MariaDB template configuration file. | Ramón M. Gómez | 2020-03-11 | 1 | -25/+8 | |
| | ||||||
* | #964: Fix bug when copying MySQL / MariaDB template configuration file. | Ramón M. Gómez | 2020-03-11 | 1 | -1/+2 | |
| | ||||||
* | #959: Update OGAgent version. | Ramón M. Gómez | 2020-03-11 | 1 | -1/+1 | |
| | ||||||
* | #941: Add new installation dependencies to compile services. | Ramón M. Gómez | 2020-03-10 | 2 | -4/+4 | |
| | ||||||
* | #959: Installer copies the new MySQL configuration template to enable the ↵ | Ramón M. Gómez | 2020-03-05 | 1 | -0/+3 | |
| | | | | event scheduler automatically. | |||||
* | #954: Improvements in `opengnsys_imports.sh`: | Ramón M. Gómez | 2020-02-14 | 1 | -37/+141 | |
| | | | | | | | | | * Import new data defined in ticket:956 * New option to check the export file * New option to exclude log import * New option to exclude repository import * New option to exclude user import * Warn if the you need to download ogLive clients | |||||
* | #956: Script `opengnsys_exports.sh`saves ogLive info file and log directory. | Ramón M. Gómez | 2020-02-14 | 1 | -0/+3 | |
| | ||||||
* | #946: Reverting installation URL to `master` branch. | Ramón M. Gómez | 2020-02-10 | 2 | -2/+2 | |
| | ||||||
* | #946: Releasing tag OpenGnsys 1.1.1a (after fixing bug).opengnsys-1.1.1a | Ramón M. Gómez | 2020-02-10 | 2 | -2/+2 | |
| | ||||||
* | #946: Reverting installation URL to `master` branch. | Ramón M. Gómez | 2020-02-10 | 2 | -2/+2 | |
| | ||||||
* | #946: Releasing tag OpenGnsys 1.1.1a. | Ramón M. Gómez | 2020-02-10 | 2 | -3/+3 | |
| | ||||||
* | #946: Fix appropriate parameter (modify commit `8f24716`). | Ramón M. Gómez | 2020-01-31 | 1 | -1/+1 | |
| | ||||||
* | #946: Add API token to the ogAdmServer configuration file, if needed. | Ramón M. Gómez | 2020-01-31 | 1 | -2/+5 | |
| | ||||||
* | #951: Set default value to non-null pending fields when updating the ↵ | Ramón M. Gómez | 2020-01-27 | 1 | -0/+16 | |
| | | | | database (thanks to `acodoner` for reporting this problem on topic:418). | |||||
* | #802 #888 opengnsys_update.sh adds arquitecture detection in dhcp ↵ | Irina Gómez | 2020-01-23 | 1 | -1/+17 | |
| | | | | configuration and prepares netboot directory, both for UEFI computers. | |||||
* | #943: Fix bug when comparing the number of releases available for updating. | Ramón M. Gómez | 2020-01-22 | 1 | -1/+1 | |
| | ||||||
* | #951: Remove some fake error messages in import script. | Ramón M. Gómez | 2020-01-21 | 1 | -3/+3 | |
| | ||||||
* | #951: Applying commit `b5db03a` to the import script. | Ramón M. Gómez | 2020-01-21 | 1 | -1/+1 | |
| | ||||||
* | #951: Import script parses SQL file instead of altering database structure ↵ | Ramón M. Gómez | 2020-01-21 | 1 | -19/+9 | |
| | | | | (obsoletes commit `5cb4d9b`). | |||||
* | #951: Fix bug when `opengnsys_update.sh` applies incremental database updates. | Ramón M. Gómez | 2020-01-21 | 1 | -1/+1 | |
| | ||||||
* | #946: Set default value in SQL clause. | Ramón M. Gómez | 2020-01-20 | 1 | -5/+6 | |
| | ||||||
* | #946: Updating Vagrant labs to OpenGnsys 1.1.1a | Ramón M. Gómez | 2020-01-20 | 5 | -184/+188 | |
| | ||||||
* | #946: Installation script removes downloaded files. | Ramón M. Gómez | 2020-01-20 | 1 | -1/+1 | |
| | ||||||
* | #951: Script `opengnsys_import.sh` assigns a default value to non-null ↵ | Ramón M. Gómez | 2020-01-17 | 1 | -0/+15 | |
| | | | | fields before applying database updates. | |||||
* | #946: Update script keeps stable version when downloading OGAgent packages. | Ramón M. Gómez | 2020-01-16 | 1 | -0/+1 | |
| | ||||||
* | #946: Update release number. | Ramón M. Gómez | 2020-01-16 | 1 | -0/+1 | |
| | ||||||
* | #943: Show `master` as the last option in the menu of releases to update. | Ramón M. Gómez | 2020-01-16 | 1 | -3/+7 | |
| | ||||||
* | #950: Import script uses `svn export` instead of `svn checkout` to download ↵ | Ramón M. Gómez | 2020-01-16 | 1 | -1/+1 | |
| | | | | directories. | |||||
* | #943: Fix GitHub API URL to check branch update date. | Ramón M. Gómez | 2020-01-09 | 1 | -6/+8 | |
| | ||||||
* | #943: Script `opengnsys_update.sh` shows a menu with available versions to ↵ | Ramón M. Gómez | 2020-01-09 | 1 | -5/+48 | |
| | | | | update. | |||||
* | #945: `opengnsys_import.sh` script redefines the triggers creator user. | Ramón M. Gómez | 2019-12-16 | 1 | -11/+2 | |
| | ||||||
* | #938: Show instructions to download BURG after installing/updating. | Ramón M. Gómez | 2019-12-10 | 2 | -0/+5 | |
| | ||||||
* | #914: Avoid installation on a previously installed system. | Ramón M. Gómez | 2019-12-04 | 1 | -0/+6 | |
| | ||||||
* | #914: Reverting installation URL to master branch after fixing last bug. | Ramón M. Gómez | 2019-12-01 | 1 | -2/+2 | |
| | ||||||
* | #914: Fix bug when getting the release from a Git tag.opengnsys-1.1.1 | Ramón M. Gómez | 2019-11-30 | 1 | -4/+6 | |
| | ||||||
* | #914: Reverting installation URL to `master` branch. | Ramón M. Gómez | 2019-11-29 | 1 | -1/+1 | |
| | ||||||
* | #914: Releasing OpenGnsys 1.1.1 (Espeto). | Ramón M. Gómez | 2019-11-29 | 5 | -173/+344 | |
| |