Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "#959: Update script checks all defined tags." | Ramón M. Gómez | 2020-06-09 | 1 | -1/+1 |
| | | | | This reverts commit efbe3cae676d640ff6ad16fae527a23d421af2bc. | ||||
* | #959: Update script checks all defined tags. | Ramón M. Gómez | 2020-06-08 | 1 | -1/+1 |
| | |||||
* | #959: Fix update bug when obtaining Git tags data. | Ramón M. Gómez | 2020-06-08 | 1 | -6/+6 |
| | |||||
* | #971 Remove ogAdmClient code from update script | Javier Sánchez Parra | 2020-06-08 | 1 | -15/+0 |
| | | | | | ogAdmClient is deprecated, new versions of OpenGnsys use ogClient as clients software. | ||||
* | #971 Add ogClient update to the update script | Javier Sánchez Parra | 2020-06-08 | 1 | -0/+30 |
| | | | | | | | New versions of OpenGnsys use ogClient as daemon for clients. Now update script downloads new version of ogClient from GitHub to update the code, maintaining the configuration file ogclient.json. | ||||
* | #970 Add automake depencency for ogAdmServer | Javier Sánchez Parra | 2020-06-02 | 1 | -2/+2 |
| | | | | New version of ogAdmServer need automake to generate the Makefile. | ||||
* | #981 Add systemd unit file | Javier Sánchez Parra | 2020-06-02 | 1 | -0/+14 |
| | | | | | | | | The ogAdmServer needs to be started after MySQL, because it queries the DB at the beginning to obtain the schedules. This commit adds a systemd unit file that force OpenGnsys service to start after MySQL service | ||||
* | #971 Remove ogAdmAgent initialization | Javier Sánchez Parra | 2020-06-02 | 1 | -11/+8 |
| | | | | | | | | | | | All the functionalities of the ogAdmAgent are now in the ogAdmServer. So, the it is not needed anymore. This commit remove the installation and update of the ogAdmAgent, adds a check to remove it if exists and removes it from the OpenGnsys init script. A future patch will remove all the code related to the ogAdmAgent. | ||||
* | #973 Restart OpenGnsys service after stopping it | Javier Sánchez Parra | 2020-06-02 | 1 | -1/+3 |
| | | | | | | | | | After updating OpenGnsys with the script, if there is a new version of the ogAdmServer, the script stop the service. So, you had to start manually the service once the update has finished. This commit makes a restart of the service after copying the new version of the ogAdmServer. | ||||
* | #970 autotools support for ogAdmServer | OpenGnSys Support Team | 2020-06-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | To build and to install ogAdmServer: autoreconf -fi ./configure make make install Default prefix is /opt/opengnsys/ as usual. ogAdmServer uses autotools for compilation, so this patch adapts OpenGnsys updater and installer to use autotools for compilation. | ||||
* | #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 | 1 | -1/+0 |
| | |||||
* | #927 Remove opengnsys.cron script | Javier Sánchez Parra | 2020-04-07 | 1 | -1/+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 Add missing dependencies for the ogAdmServer | Javier Sánchez Parra | 2020-03-17 | 1 | -2/+2 |
| | | | | | | 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: Update script copies the MySQL / MariaDB template configuration file. | Ramón M. Gómez | 2020-03-11 | 1 | -25/+8 |
| | |||||
* | #941: Add new installation dependencies to compile services. | Ramón M. Gómez | 2020-03-10 | 1 | -2/+2 |
| | |||||
* | #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: Fix bug when `opengnsys_update.sh` applies incremental database updates. | Ramón M. Gómez | 2020-01-21 | 1 | -1/+1 |
| | |||||
* | #946: Update script keeps stable version when downloading OGAgent packages. | 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 |
| | |||||
* | #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. | ||||
* | #938: Show instructions to download BURG after installing/updating. | Ramón M. Gómez | 2019-12-10 | 1 | -0/+3 |
| | |||||
* | #914: Adapting all scripts to use the `master` branch. | Ramón M. Gómez | 2019-11-25 | 1 | -1/+1 |
| | |||||
* | #915: Add new ogAdmServer compilation dependency. | Ramón M. Gómez | 2019-11-21 | 1 | -1/+1 |
| | |||||
* | #914: Reverting commit `3df93ab` and using GAWK for regex compatibility. | Ramón M. Gómez | 2019-11-08 | 1 | -3/+3 |
| | |||||
* | #802 #888 PXE templates support EFI partition in whichever partition. ↵ | Irina Gómez | 2019-10-22 | 1 | -2/+0 |
| | | | | Example template for boot with grub. | ||||
* | #925: Only the installer uses {{{settoken}}} script to generate ↵ | Ramón M. Gómez | 2019-10-16 | 1 | -8/+3 |
| | | | | authentication tokens. | ||||
* | #914: Installer and updater check HTTP and HTTPS connections to avoid proxy ↵ | Ramón M. Gómez | 2019-10-01 | 1 | -2/+4 |
| | | | | configuration errors. | ||||
* | #802 #888: Fix bug when replacing PXE template names. | Ramón M. Gómez | 2019-09-27 | 1 | -3/+3 |
| | |||||
* | #802 #888 opengnsys_update.sh: The names of PXE templates for BIOS are ↵ | Irina Gómez | 2019-09-27 | 1 | -1/+11 |
| | | | | changed for compatibility with UEFI computers. | ||||
* | #914: Installed/Update newest ogLive version. | Ramón M. Gómez | 2019-09-20 | 1 | -4/+4 |
| | |||||
* | #914: Fix duplicates when detecting network parameters and get main ↵ | Ramón M. Gómez | 2019-09-17 | 1 | -1/+1 |
| | | | | nameserver with Systemd. | ||||
* | #892: Revert the removal of {{{wakonlan}}} installation dependency from ↵ | Ramón M. Gómez | 2019-08-26 | 1 | -1/+1 |
| | | | | commit {{{2b00219}}}. | ||||
* | #912 opengnsys_update.sh: the script is fixed that inclued '/' at the end ↵ | Irina Gómez | 2019-08-02 | 1 | -2/+2 |
| | | | | the REPO APITOKEN in repository configuration. | ||||
* | #915 update installer to add APITOKEN= to ogAdmServer.cfg | Javier Sánchez Parra | 2019-06-24 | 1 | -0/+1 |
| | | | | | | | | This is going to be used to protect calls to ogAdmServer Example line for ogAdmServer.cfg: APITOKEN=9b5fddfc5d4d1daa74ffd7ce7c3c9925 | ||||
* | #802: Creating certificate to sign boot loaders. | Ramón M. Gómez | 2019-06-13 | 1 | -3/+17 |
| | |||||
* | #914: Install/update the new ogLive release. | Ramón M. Gómez | 2019-06-07 | 1 | -1/+1 |
| | |||||
* | #888 #914: Updating UEFI requisites. | Ramón M. Gómez | 2019-06-07 | 1 | -4/+8 |
| | |||||
* | #914 Fix ogLive version to be installed. | Ramón M. Gómez | 2019-06-05 | 1 | -2/+2 |
| | |||||
* | #915: Installing a new ogAdmServer compilation dependency, if needed. | Ramón M. Gómez | 2019-06-05 | 1 | -1/+1 |
| | |||||
* | #912: Fix bugs in update script: generating a new repository access token ↵ | Ramón M. Gómez | 2019-05-16 | 1 | -2/+5 |
| | | | | and uncompressing downloaded code; update closed tickets list. | ||||
* | #784: Fixing Apache configuration error when multiple instances of PHP-FPM ↵ | Ramón M. Gómez | 2019-02-07 | 1 | -1/+1 |
| | | | | are installed. | ||||
* | #892: Use ogAdmServer Wake on Lan | Javier Sánchez Parra | 2019-01-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gestor_Comando.php only execute wakeonlan_repo.php when wake up command is called. * wakeonlan_repo.php send new needed parameters for ogAdmServer WoL. * repository.php use ogAdmServer WoL instead of wakeonlan perl script. * opengnsys_installer.sh and opengnsys_update.sh don't have wakeonlan perl script dependency anymore. # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon Jan 28 10:22:57 2019 +0100 # # On branch devel # Your branch is ahead of 'origin/devel' by 1 commit. # (use "git push" to publish your local commits) # # Changes to be committed: # modified: admin/WebConsole/comandos/gestores/gestor_Comandos.php # modified: admin/WebConsole/comandos/gestores/wakeonlan_repo.php # modified: admin/WebConsole/rest/repository.php # modified: installer/opengnsys_installer.sh # modified: installer/opengnsys_update.sh # # Untracked files: # 0001-892-Use-ogAdmServer-Wake-on-Lan.patch # 0001-892-Use-ogAdmServer-Wake-on-Lan.zip # | ||||
* | #580: New compilation dependencies. | Ramón M. Gómez | 2019-01-17 | 1 | -2/+2 |
| | |||||
* | #869: `realpath` command is included in `coreutils` package on Ubuntu 18.04 | Ramón M. Gómez | 2018-12-20 | 1 | -0/+2 |
| |