summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* #1014 ogGetImageInfo: Support Windows update october 2020.Irina Gómez2020-12-161-1/+1
|
* #1011 Fix the error when Windows is hibernated. "Error code 6" was displayed ↵Irina Gómez2020-12-091-1/+18
| | | | in the boot menu.
* #1004 Add new fields to imagenes tableJavier Sánchez Parra2020-09-101-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 commandJavier Sánchez Parra2020-08-211-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 binaryOpenGnSys Support Team2020-06-291-0/+0
| | | | It has been replaced by the ogClient.
* #987 Kill gracefully ogClientJavier Sánchez Parra2020-06-261-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 shebangOpenGnSys Support Team2020-06-261-1/+1
| | | | Instead of invoking python3.
* #987 rename to ogclientOpenGnSys Support Team2020-06-261-1/+1
| | | | This has been renamed from ogClient/main.py to ogClient/ogclient.
* #986 Rename to ogserverJavier Sánchez Parra2020-06-192-2/+2
| | | | Step forward to rename all ogAdmServer references to ogServer
* #983: Merge branch `v1.1.1c` into `master`.Ramón M. Gómez2020-06-151-0/+0
|\
| * #983: Releasing OpenGnsys 1.1.1cRamón M. Gómez2020-06-091-0/+0
| |
* | #971 run ogClient (replace ogAdmClient)Javier Sánchez Parra2020-06-021-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ómez2020-05-19125-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ómez2020-05-141-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ómez2020-05-051-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ómez2020-05-041-19/+29
| | | | it is created.
* #963: Script `launchOgagentInstaller` schedules an unattended installation ↵Ramón M. Gómez2020-03-111-2/+2
| | | | of OGAgent for Windows.
* #966: Function `ogListSoftware` also lists Flatpak and Snappy applications.Ramón M. Gómez2020-03-041-30/+51
|
* #960: `ogReduceFs` function can detect Btrfs over LVM metadevice.Ramón M. Gómez2020-02-241-14/+16
|
* #953 ogGrubDefaultEntry: Fixes the bad substitution that did not force the ↵Irina Gómez2020-02-211-1/+1
| | | | condition to match the whole line.
* ogGrubSecurity: changes backup of grub.cfg of the partition too.Irina Gómez2020-02-044-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ómez2020-02-044-12/+14
|
* #946: Fix Fedora 30 boot support.Ramón M. Gómez2020-01-281-1/+1
|
* ogGrubSecurity: configure grub.cfg for only user especificated can edit menu ↵Irina Gómez2019-12-171-1/+64
| | | | entries or access to command line.
* #935: New Grub4Dos binaries.Ramón M. Gómez2019-12-1017-0/+551
|
* #935 #906 ogGrub4dosInstallMbr(): new function to install grub4dos on the ↵adv2019-12-091-0/+76
| | | | MSDOS disk MBR
* #935 #906 gGrub4dosInstallMbr(): new Error code for PC's with BIOS legacy ↵adv2019-12-095-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 ↵adv2019-12-095-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 partitionadv2019-12-091-23/+20
|
* #938 ogBurgInstallMbr() : binary may be in the ogLive or OGLIB/burg/burg.tgzadv2019-12-091-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ómez2019-12-041-1/+2
|
* #914: Remove unused files.Ramón M. Gómez2019-11-291-0/+0
|
* #914: Adapting all scripts to use the `master` branch.Ramón M. Gómez2019-11-251-1/+1
|
* #920: Remove white spaces when obtaining the client serial number.Ramón M. Gómez2019-11-211-1/+2
|
* #914 Fix error in message of [0531169] commit.Irina Gómez2019-11-141-1/+1
|
* #914 deployImagen shows error message when image file is corrupt or was ↵Irina Gómez2019-11-086-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.es2019-11-081-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ómez2019-11-061-1/+1
| | | | better detected, avoiding errors.
* #802 #888 On UEFI computers, OpenGnsys installs grub to boot from the hard ↵Irina Gómez2019-11-041-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ómez2019-10-291-1/+7
| | | | order.
* #909 updateCache: Fixs log message for multicast.Irina Gómez2019-10-281-1/+1
|
* #909 updateCache: Fixs log message for multicast.Irina Gómez2019-10-223-3/+3
|
* #802 #890 Linux boot: PXE and rEFInd use grubx64.efi (it's copied as ↵Irina Gómez2019-10-211-10/+6
| | | | ogloader.efi). NVRAM, bootOs and start operating system from console use shimx64.efi.signed.
* #802 #890 Fixed error in ogRefindInstall: boots linux correctly and shows a ↵Irina Gómez2019-10-181-17/+22
| | | | menu entry for ogLive when secure boot is inactive.
* #802 #889 Fix problem when windows is updated. ogCopyEfiBootLoader and ↵Irina Gómez2019-10-171-6/+9
| | | | ogRestoreEfiBootLoader: \ * It saves directory Microsoft/Boot of ESP in directory ogBoot into system partition. \ * When it is creating a image, if in ESP exists the directories Microsoft y Part-X-Y it copy Part-X-Y. \ * When it restore a image, it rename directory Microsoft of ESP to Microsoft.
* #914: Add definition for Hidden NTFS WinRE partition in MSDOS table.Ramón M. Gómez2019-10-161-0/+5
|
* #928 Multicast ports are allowed from 9000 to 9098. Port 9100 is assigned to ↵Irina Gómez2019-10-101-1/+1
| | | | bacula Director.
* #914: Permanently remove unused functions: ogInstallLinuxClient and ↵Ramón M. Gómez2019-10-071-37/+0
| | | | ogInstallWindowsClient.
* #929 setsslkey: Script for configurate public key authentication in ogLive.Irina Gómez2019-09-251-0/+6
|
* #914: Removed code from unused functions: ogInstallLinuxClient and ↵Ramón M. Gómez2019-09-251-95/+8
| | | | ogInstallWindowsClient.