summaryrefslogtreecommitdiffstats
path: root/client/engine/System.lib
Commit message (Collapse)AuthorAgeFilesLines
* #935 #906 gGrub4dosInstallMbr(): new Error code for PC's with BIOS legacy ↵adv2019-12-091-0/+1
| | | | | | | | | 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-091-0/+1
| | | | | | | | | MSDOS OG_ERR_NOMSDOS error code: loadenviron.sh string code: lang_es:cat:gb admin code: ogRaiseError () fron system.lib
* #914 deployImagen shows error message when image file is corrupt or was ↵Irina Gómez2019-11-081-0/+1
| | | | created with other partclone version.
* #802 #888 Functions for the NVRAM management. Functions in UEFI.lib ordered ↵Irina Gómez2019-04-151-0/+1
| | | | in alphabetical order.
* #730: Evitar algunos avisos de PHP por vaariable no definida y añadir ↵ramon2017-12-271-0/+12
| | | | | | mensajes de ayuda restantes en funciones. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5545 a21b9725-9963-47de-94b9-378ad31fedc9
* Corregir función {{{ogGetCaller}}} solucionando problema con el ancho de ↵ramon2017-02-171-2/+3
| | | | | | pantalla en salida de comando {{{ps}}}. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5198 a21b9725-9963-47de-94b9-378ad31fedc9
* #726: Incluir variable {{{NODEBUGFUNCTIONS}}} en fichero {{{engine.cfg}}} ↵ramon2016-06-061-2/+4
| | | | | | con la lista de funciones que no muestran errores ni avisos si son llamadas desde scripts y funciones; modificar función {{{ogRaiseError}}} para aplicar este cambio; revertir modificaciones que ya no son necesarios en algunos scripts. git-svn-id: https://opengnsys.es/svn/branches/version1.1@4956 a21b9725-9963-47de-94b9-378ad31fedc9
* #679 Varios repositorios: en caso de error al montar el nuevo repositorio se ↵irina2015-12-091-0/+1
| | | | | | deja montado el que tuviera el cliente. Se crean mensajes de error correspondientes git-svn-id: https://opengnsys.es/svn/branches/version1.1@4753 a21b9725-9963-47de-94b9-378ad31fedc9
* #726: Modificada función {{{ogEcho}}} para no incluir el fichero de log del ↵ramon2015-11-111-2/+8
| | | | | | cliente en mensajes que incluyen nivel de incidencia si la variable {{{DEBUG="no"}}}; probar esta funcionalidad en el script de interfaz web {{{getConfiguration}}}, para obtener la configuración de discos. git-svn-id: https://opengnsys.es/svn/branches/version1.1@4729 a21b9725-9963-47de-94b9-378ad31fedc9
* Nueva función {{{ogIsVirtualMachine}}} en pruebas para detectar si el ↵ramon2015-06-171-0/+11
| | | | | | cliente es una máquina virtual. git-svn-id: https://opengnsys.es/svn/branches/version1.1@4655 a21b9725-9963-47de-94b9-378ad31fedc9
* #673: Actualizar código incluido en OepnGnSys 1.0.6 sobre la rama ↵ramon2015-04-201-0/+3
| | | | | | {{{version1.1}}} para desarrollar la nueva versión. git-svn-id: https://opengnsys.es/svn/branches/version1.1@4609 a21b9725-9963-47de-94b9-378ad31fedc9
* #611: corregir errata al componer la redirección de salida del comando a ↵ramon2014-10-101-2/+6
| | | | | | ejecutar y prueba de la nueva función en el script {{{restoreImage}}}. git-svn-id: https://opengnsys.es/svn/branches/version1.0@4404 a21b9725-9963-47de-94b9-378ad31fedc9
* Ordenar las funciones de la librería {{{System}}}.ramon2014-09-231-51/+50
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@4394 a21b9725-9963-47de-94b9-378ad31fedc9
* #611: integrar código del ticket:611 con nueva función {{{ogExecAndLog}}} ↵ramon2014-09-171-2/+48
| | | | | | que muestra y registra la salida de un comando. git-svn-id: https://opengnsys.es/svn/branches/version1.0@4390 a21b9725-9963-47de-94b9-378ad31fedc9
* #565 Se crea codigo y mensaje de error para los problemas de transferencia ↵irina2014-04-041-0/+1
| | | | | | de rsync. git-svn-id: https://opengnsys.es/svn/branches/version1.0@4220 a21b9725-9963-47de-94b9-378ad31fedc9
* #640: Evitar errores duplicados en llamadas a {{{ogMount}}} y comprobar ↵ramon2014-03-201-1/+4
| | | | | | error de montaje en script {{{bootOs}}}. git-svn-id: https://opengnsys.es/svn/branches/version1.0@4198 a21b9725-9963-47de-94b9-378ad31fedc9
* #641 Se crea código de error para updateCacheirina2014-03-181-0/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@4192 a21b9725-9963-47de-94b9-378ad31fedc9
* #616 #637: Actualizar lista de tickets cerrados; función {{{ogRaiseError}}} ↵ramon2014-03-181-3/+7
| | | | | | muestra traza de llamada de funciones afectadas. git-svn-id: https://opengnsys.es/svn/branches/version1.0@4191 a21b9725-9963-47de-94b9-378ad31fedc9
* #640: Algunos scripts adaptados al nuevo formato de la función {{{ogEcho}}}.ramon2014-03-121-3/+3
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@4182 a21b9725-9963-47de-94b9-378ad31fedc9
* #640: Funciones {{{ogEcho}}} y {{{ogRaiseError}}} admiten como primeros ↵ramon2014-03-121-10/+35
| | | | | | | | | | | | | | | | | | | parámetros los ficheros de logs donde guardar el mensaje. Los formatos son: * {{{ogEcho [str_logtype ...] [str_loglevel] "str_message" ...}}} * {{{ogRaiseError [str_logtype ...] int_errcode ["str_errmessage" ...]}}} Tipos de logs: * {{{log}}}: registro principal del cliente. * {{{command}}}: registro de comandos. * {{{session}}}: registro de la sesión. Niveles de logs: * {{{help}}}: solo muestra ayuda, no se registra. * {{{info}}}: información. * {{{warning}}}: aviso importante. * {{{error}}}: error. git-svn-id: https://opengnsys.es/svn/branches/version1.0@4181 a21b9725-9963-47de-94b9-378ad31fedc9
* #537 #636: Redirecciones correctas de mensajes de error en función ↵ramon2014-02-271-3/+1
| | | | | | {{{ogRaiseError}}}. git-svn-id: https://opengnsys.es/svn/branches/version1.0@4162 a21b9725-9963-47de-94b9-378ad31fedc9
* #636 #565 correccion errata nombre variable OG_ERR_NOTDIFFERENT y utf8 en ↵irina2014-02-241-1/+1
| | | | | | log en tiempo real git-svn-id: https://opengnsys.es/svn/branches/version1.0@4155 a21b9725-9963-47de-94b9-378ad31fedc9
* #636 #565 correccion errata nombre variable OG_ERR_NOTDIFFERENT y utf8 en ↵irina2014-02-241-1/+1
| | | | | | log en tiempo real git-svn-id: https://opengnsys.es/svn/branches/version1.0@4154 a21b9725-9963-47de-94b9-378ad31fedc9
* #565 Nuevo mensaje de error al crear diferencial cuando no existan ↵irina2014-02-211-0/+1
| | | | | | diferencias entre la imagen basica y la particion git-svn-id: https://opengnsys.es/svn/branches/version1.0@4152 a21b9725-9963-47de-94b9-378ad31fedc9
* #616: Corregir errata en función {{{ogGetCaller}}} para evitar error al ↵ramon2014-02-171-2/+2
| | | | | | lanzar un script desde terminal del cliente, eliminando carácter de guión inicial. git-svn-id: https://opengnsys.es/svn/branches/version1.0@4151 a21b9725-9963-47de-94b9-378ad31fedc9
* #565 optimiza tamaño de las imágenesirina2013-05-211-0/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@3808 a21b9725-9963-47de-94b9-378ad31fedc9
* #565 Imagenes sincronizadas: control de erroresirina2013-04-121-0/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@3742 a21b9725-9963-47de-94b9-378ad31fedc9
* #565 Internacionalizacion script imagenes sincronizadasirina2013-04-051-0/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@3731 a21b9725-9963-47de-94b9-378ad31fedc9
* Versión 1.0.4, #543: Función {{{ogCreateCache}}} para discos vacíos; ↵ramon2012-06-181-2/+2
| | | | | | corregir varias erratas en motor de clonación. git-svn-id: https://opengnsys.es/svn/branches/version1.0@3216 a21b9725-9963-47de-94b9-378ad31fedc9
* Versión 1.0.4, #531: Nueva función {{{ogGetPartitionTableType}}} y ampliar ↵ramon2012-05-181-1/+1
| | | | | | id. de partición detectados. git-svn-id: https://opengnsys.es/svn/branches/version1.0@3057 a21b9725-9963-47de-94b9-378ad31fedc9
* Versión 1.0.4, #531: Eliminar funciones duplicadas de {{{FileSystem.lib}}}.ramon2012-05-181-1/+2
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@3051 a21b9725-9963-47de-94b9-378ad31fedc9
* Versión 1.0.2: corregir errata al generar registros de incidencias en la ↵ramon2011-11-231-5/+7
| | | | | | función {{{ogEcho}}}. git-svn-id: https://opengnsys.es/svn/branches/version1.0@2384 a21b9725-9963-47de-94b9-378ad31fedc9
* version 1.0.2 httpd-log #421 #422adv2011-10-191-0/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@2354 a21b9725-9963-47de-94b9-378ad31fedc9
* Versión 1.0.2: Continuar depurando el motor de clonación:ramon2011-10-171-7/+8
| | | | | | | | | * Revisar variables locales. * Ayudas de las funciones. * Incluir fecha y hora en mensajes de logs. Modifica ticket #446. git-svn-id: https://opengnsys.es/svn/branches/version1.0@2348 a21b9725-9963-47de-94b9-378ad31fedc9
* version 1.0 branches #422 revertir error en subida códigoadv2011-07-271-2/+0
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@2221 a21b9725-9963-47de-94b9-378ad31fedc9
* version 1.0.2 ticket #422 ogEcho $OGLOGFILE OGLOGCOMMAND OGLOGSESSIONadv2011-07-271-0/+2
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@2220 a21b9725-9963-47de-94b9-378ad31fedc9
* version 1.0.1: adaptar funciones ogIs... a valores de la API 1.0: 0=true, ↵ramon2011-05-181-5/+8
| | | | | | 1=false (cerrar #396). git-svn-id: https://opengnsys.es/svn/branches/version1.0@1983 a21b9725-9963-47de-94b9-378ad31fedc9
* branches/version1.0: aplicar cambios de la rama trunk para desarrollar ↵ramon2011-04-281-1/+18
| | | | | | version 1.0.1 git-svn-id: https://opengnsys.es/svn/branches/version1.0@1920 a21b9725-9963-47de-94b9-378ad31fedc9
* Versión 1.0: Scripts para interfaz web soporte inicial de crear imágenes ↵ramon2011-03-251-4/+2
| | | | | | | | en modo no administrador. Modificado #291. git-svn-id: https://opengnsys.es/svn/branches/version1.0@1631 a21b9725-9963-47de-94b9-378ad31fedc9
* branch version 1.0adv2011-02-241-0/+31
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@1503 a21b9725-9963-47de-94b9-378ad31fedc9
* Corrección en la detección de partición Linux sin formatear y marcada ↵ramon2011-02-221-1/+1
| | | | | | | | | | como activa. Soporte para detectar tipo de partición HFS/HFS+. Solución errata para sintaxis de Doxygen en librería {{{System}}}. Close #297. git-svn-id: https://opengnsys.es/svn/trunk@1469 a21b9725-9963-47de-94b9-378ad31fedc9
* Nuevas funciones en librería System.lib:ramon2011-01-171-2/+45
| | | | | | | - {{{ogGetCaller}}}: obtiene el nombre del programa o script que llama al proceso actual. - {{{ogIsRepoLocked}}}: indica si el repositorio tiene ficheros abiertos (está siendo usado para clonar). git-svn-id: https://opengnsys.es/svn/trunk@1361 a21b9725-9963-47de-94b9-378ad31fedc9
* engine-1.0: integración de librería Cache.ramon2010-03-161-8/+11
| | | | git-svn-id: https://opengnsys.es/svn/trunk@813 a21b9725-9963-47de-94b9-378ad31fedc9
* Mensajes y errores para gestión de caché; incluir versión por defecto al ↵ramon2010-03-161-4/+4
| | | | | | generar documentación Doxygen. git-svn-id: https://opengnsys.es/svn/trunk@812 a21b9725-9963-47de-94b9-378ad31fedc9
* Solución ticket:99: integrar^Ca librería Net de la rama engine-1.0ramon2010-02-111-29/+0
| | | | git-svn-id: https://opengnsys.es/svn/trunk@752 a21b9725-9963-47de-94b9-378ad31fedc9
* Funciones adaptadas a plantilla Doxygen; nueva función ogFsToId.ramon2009-12-141-24/+25
| | | | git-svn-id: https://opengnsys.es/svn/trunk@660 a21b9725-9963-47de-94b9-378ad31fedc9
* Installador vale para repositorio y descargable; funciones de API ↵ramon2009-12-091-2/+2
| | | | | | compatibles Doxygen. git-svn-id: https://opengnsys.es/svn/trunk@652 a21b9725-9963-47de-94b9-378ad31fedc9
* Correcciones en varias funciones; función en pruebas ogGetIpAddress.ramon2009-10-231-0/+9
| | | | git-svn-id: https://opengnsys.es/svn/trunk@406 a21b9725-9963-47de-94b9-378ad31fedc9
* Documentación en ficheros README; reestructuración del directorio de ↵ramon2009-10-221-1/+1
| | | | | | escripts de gestión del arranque de clientes. git-svn-id: https://opengnsys.es/svn/trunk@402 a21b9725-9963-47de-94b9-378ad31fedc9
* Corrección caminos en scripts de instalación; función en pruebas ↵ramon2009-10-211-0/+18
| | | | | | ogGetHostname. git-svn-id: https://opengnsys.es/svn/trunk@395 a21b9725-9963-47de-94b9-378ad31fedc9