Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1068 Detect room specific client config file | Jose M. Guisado | 2022-04-08 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | Before starting ogClient, script will lookup for specific classroom configuration file, if it is found, then it will use it, otherwise it uses the default configuration file. The specific configuration file allows for finer-grain configurations per room. Spaces in the room name are replaced by underscore. For example. client: pc11, room name: "Virtual room". If "Virtual_room.json" exists in client /opt/opengnsys/ogClient/cfg it will use that config file. If it doesn't exist, start ogclient with default config file (ogclient.json) | ||||
* | #1071 Rename the function to ogNvramPxeFirstentry and include help messages. | Irina Gómez | 2022-03-29 | 4 | -2/+17 |
| | |||||
* | #1071 ogNvramPxeEntryFirst New function that sets network as the default ↵ | Irina Gómez | 2022-03-09 | 1 | -0/+31 |
| | | | | boot of NVRAM. | ||||
* | #1069 ogBootMbrGeneric creates the necessary hard drive signature for ↵ | Irina Gómez | 2022-02-18 | 1 | -0/+4 |
| | | | | Windows (UEFI). | ||||
* | #1048: Fix boot issues in ogLive with Kernel 5.11 | Ramón M. Gómez | 2021-07-06 | 1 | -2/+2 |
| | |||||
* | #1048: Avoid Awk 5.x warning when escaping quotes. | Ramón M. Gómez | 2021-07-06 | 3 | -6/+6 |
| | |||||
* | #1041 Fix poweroffconf script | Jose M. Guisado | 2021-04-13 | 1 | -1/+2 |
| | | | | | | | | | | | poweroffconf is checking if the system is idle by doing a pgrep of processes starting with "/opt/opengnsys/" and ignoring the ones containing $OGETC or "poweroffconf". ogclient process always falls under this process lookup thus making the system seem as always active. Ignore the ogclient process when checking if the system is not idle. | ||||
* | #1033: Formatear la caché compatible con versiones 4.x y 5.x de Linux. | RAMON MARIA GOMEZ LABRADOR | 2021-03-19 | 1 | -2/+4 |
| | |||||
* | #802 UEFI: Add boot entries to last boot order | Jose M. Guisado | 2021-02-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | It's been reported that some UEFI implementations of several manufacturers do not comply with the standard and behave oddly. In this case it has been noted that when a BootEntry was created (with efibootmgr) but not added to the BootOrder this new entry did not survive a reboot. Thus, UEFI booting of a client from the ogLive menu was not possible. Adjust calling ogNvramAddEntry so that it adds the new entry to the BootOrder, but in last place so network boot, usually first option, remains in place. | ||||
* | #1014 ogGetImageInfo: Support Windows update october 2020. | Irina Gómez | 2020-12-16 | 1 | -1/+1 |
| | |||||
* | #1011 Fix the error when Windows is hibernated. "Error code 6" was displayed ↵ | Irina Gómez | 2020-12-09 | 1 | -1/+18 |
| | | | | in the boot menu. | ||||
* | #1004 Add new fields to imagenes table | Javier Sánchez Parra | 2020-09-10 | 1 | -0/+1 |
| | | | | | | | Extend database to store new fields that contain information about "clonator", "compressor", "filesystem" and "datasize". This patch also creates a /tmp/image.info file that is consumed by ogClient. | ||||
* | #999 Fix ogClient session command | Javier Sánchez Parra | 2020-08-21 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | Irina reports that booting an OS from ogLive is not working. This is happening because the bootOS shell script kills ogClient before invoking kexec to start the OS. However, ogClient runs this shell script that initiates the boot process, so it is also stopping the boot process. The ogClient needs to close the connection with ogServer before kexec, otherwise ogServer keeps reporting via REST API that the client is in ogLive state / busy state. Because after kexec everything is gone basically. This patch updates the script to: 1) spawn a process to kill the ogClient in 2 seconds, so the ogClient has time to reply to the ogServer and to close the connection gracefully. 2) spawn a process to invoke kexec in 3 seconds to boot the OS. [1] 2ead1639fd54bcf92d56cf7bf89b8d9cf4d6d24e | ||||
* | #971 remove ogAdmClient binary | OpenGnSys Support Team | 2020-06-29 | 1 | -0/+0 |
| | | | | It has been replaced by the ogClient. | ||||
* | #987 Kill gracefully ogClient | Javier Sánchez Parra | 2020-06-26 | 1 | -0/+2 |
| | | | | | When the ogLive boot an OS with kexec, it did not kill gracefully ogClient. This provokes a hanging connection in the ogServer. | ||||
* | #971 invoke ogclient via shebang | OpenGnSys Support Team | 2020-06-26 | 1 | -1/+1 |
| | | | | Instead of invoking python3. | ||||
* | #987 rename to ogclient | OpenGnSys Support Team | 2020-06-26 | 1 | -1/+1 |
| | | | | This has been renamed from ogClient/main.py to ogClient/ogclient. | ||||
* | #986 Rename to ogserver | Javier Sánchez Parra | 2020-06-19 | 2 | -2/+2 |
| | | | | Step forward to rename all ogAdmServer references to ogServer | ||||
* | #983: Merge branch `v1.1.1c` into `master`. | Ramón M. Gómez | 2020-06-15 | 1 | -0/+0 |
|\ | |||||
| * | #983: Releasing OpenGnsys 1.1.1c | Ramón M. Gómez | 2020-06-09 | 1 | -0/+0 |
| | | |||||
* | | #971 run ogClient (replace ogAdmClient) | Javier Sánchez Parra | 2020-06-02 | 1 | -3/+2 |
|/ | | | | | | | This commit changes the bash script that the clients execute at the init fase to launch the new ogClient instead of the old ogAdmClient. This way the client works with the new ogAdmServer that do not use custom protocol SocketHidra anymore. | ||||
* | #959: Delete dirs moved to other repositories. | Ramón M. Gómez | 2020-05-19 | 125 | -26280/+0 |
| | | | OGAgent code, browser code and the ogLive builder scrips are moved to new Git repositories. | ||||
* | #941: Software inventory encoding to UTF-8. | Ramón M. Gómez | 2020-05-14 | 1 | -1/+1 |
| | | | Fix bug introduced by commit `930563c`due to the change of the database encoding. | ||||
* | #841 Fixes bug in partitioning wizard when configure MBR: ogGetBootMbr ↵ | Irina Gómez | 2020-05-05 | 1 | -0/+30 |
| | | | | function is created for detect MBR content and used in wizard. | ||||
* | #780 buildToOrder works with Windows 8 and Windows 10. When no key exists, ↵ | Irina Gómez | 2020-05-04 | 1 | -19/+29 |
| | | | | it is created. | ||||
* | #963: Script `launchOgagentInstaller` schedules an unattended installation ↵ | Ramón M. Gómez | 2020-03-11 | 1 | -2/+2 |
| | | | | of OGAgent for Windows. | ||||
* | #966: Function `ogListSoftware` also lists Flatpak and Snappy applications. | Ramón M. Gómez | 2020-03-04 | 1 | -30/+51 |
| | |||||
* | #960: `ogReduceFs` function can detect Btrfs over LVM metadevice. | Ramón M. Gómez | 2020-02-24 | 1 | -14/+16 |
| | |||||
* | #953 ogGrubDefaultEntry: Fixes the bad substitution that did not force the ↵ | Irina Gómez | 2020-02-21 | 1 | -1/+1 |
| | | | | condition to match the whole line. | ||||
* | ogGrubSecurity: changes backup of grub.cfg of the partition too. | Irina Gómez | 2020-02-04 | 4 | -48/+42 |
| | | | | | ogGrub4dosInstallMbr: the configuration directory name is changed to lowercase for the script to work in Linux. GRUBDIR is removed because not use. | ||||
* | ogGrubHidePartitions and ogBurgHidePartitions: help messages are enhanced. | Irina Gómez | 2020-02-04 | 4 | -12/+14 |
| | |||||
* | #946: Fix Fedora 30 boot support. | Ramón M. Gómez | 2020-01-28 | 1 | -1/+1 |
| | |||||
* | ogGrubSecurity: configure grub.cfg for only user especificated can edit menu ↵ | Irina Gómez | 2019-12-17 | 1 | -1/+64 |
| | | | | entries or access to command line. | ||||
* | #935: New Grub4Dos binaries. | Ramón M. Gómez | 2019-12-10 | 17 | -0/+551 |
| | |||||
* | #935 #906 ogGrub4dosInstallMbr(): new function to install grub4dos on the ↵ | adv | 2019-12-09 | 1 | -0/+76 |
| | | | | MSDOS disk MBR | ||||
* | #935 #906 gGrub4dosInstallMbr(): new Error code for PC's with BIOS legacy ↵ | adv | 2019-12-09 | 5 | -0/+5 |
| | | | | | | | | | firmware OG_ERR_NOTBIOS error code: loadenviron.sh string code: lang_es:cat:gb admin code: ogRaiseError () fron system.lib | ||||
* | #935 #906 ogGrub4dosInstallMbr(): new Error code for disk with partitioned ↵ | adv | 2019-12-09 | 5 | -0/+11 |
| | | | | | | | | | MSDOS OG_ERR_NOMSDOS error code: loadenviron.sh string code: lang_es:cat:gb admin code: ogRaiseError () fron system.lib | ||||
* | #938 ogBurgInstallMbr() add control error for PC with MSDOS partition | adv | 2019-12-09 | 1 | -23/+20 |
| | |||||
* | #938 ogBurgInstallMbr() : binary may be in the ogLive or OGLIB/burg/burg.tgz | adv | 2019-12-09 | 1 | -3/+12 |
| | | | | | Check the availability of the binary in the ogLive. If necessary use the sources from $ OGLIB / burg / burg.tgz Live. If necessary use the sources from $ OGLIB / burg / burg.tgz | ||||
* | #659: Using only compiled `rsync` command on old 32-bit ogLive clients. | Ramón M. Gómez | 2019-12-04 | 1 | -1/+2 |
| | |||||
* | #914: Remove unused files. | Ramón M. Gómez | 2019-11-29 | 1 | -0/+0 |
| | |||||
* | #914: Adapting all scripts to use the `master` branch. | Ramón M. Gómez | 2019-11-25 | 1 | -1/+1 |
| | |||||
* | #920: Remove white spaces when obtaining the client serial number. | Ramón M. Gómez | 2019-11-21 | 1 | -1/+2 |
| | |||||
* | #914 Fix error in message of [0531169] commit. | Irina Gómez | 2019-11-14 | 1 | -1/+1 |
| | |||||
* | #914 deployImagen shows error message when image file is corrupt or was ↵ | Irina Gómez | 2019-11-08 | 6 | -1/+11 |
| | | | | created with other partclone version. | ||||
* | Modificación para tratar discos nvme, la sintaxis generada por grub_probe ↵ | Juan Manuel Bardallo juanmanuel.bardallo@sic.uhu.es | 2019-11-08 | 1 | -247/+265 |
| | | | | no es la adecuada para arrancar este tipo de discos, se detecta y renombra la entrada del disco correspondiente con la nomenclatura: hd0,0 para discos nvme con tabla MSDOS y hd0,gpt1 para discos nvme con tabla GPT | ||||
* | #802 #888 ogGrubInstallMbr in UEFI computers: NVRAM entry for 'grub' is ↵ | Irina Gómez | 2019-11-06 | 1 | -1/+1 |
| | | | | better detected, avoiding errors. | ||||
* | #802 #888 On UEFI computers, OpenGnsys installs grub to boot from the hard ↵ | Irina Gómez | 2019-11-04 | 1 | -5/+4 |
| | | | | drive. You can use the rEFInd template example for computers without SecureBoot. | ||||
* | #802 #890 ogGrubInstallMbr: Adds NVRAM entry for grub and place it in second ↵ | Irina Gómez | 2019-10-29 | 1 | -1/+7 |
| | | | | order. | ||||
* | #909 updateCache: Fixs log message for multicast. | Irina Gómez | 2019-10-28 | 1 | -1/+1 |
| |