| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
WebConsole "Partition and Format"/"Particionar y Formatear" supported
more than 4 partitions when it used SocketHidra. When we changed it to
use HTTP requests we introduced a limit of 4 partitions.
This commit:
* Restores "Partition and Format" support for more than 4 partitions.
* Adapts client-side checks (JavaScript) for more than 4 partitions and
GPT.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
WebConsole needs to rely on /shell/run to work with GPT tables. Because
"Partition and Format"/"Particionar y Formatear" form always supposes
that the partition table is MBR/MSDOS.
"Setup"/"Configurar" script from "Cloning Engine" also supposes that the
partition table is MBR/MSDOS. But it uses "Boot.lib" library, that can
create MBR and GTP partitions.
This commit:
* Adds WebConsole support to work with GPT tables.
- Adds input field where the user can select between MSDOS and
GPT table types.
* Adds "Setup" support to work with GPT tables.
- Adds script parameter that expects a string with "MSDOS" or
"GPT".
|
|
|
|
|
|
|
| |
WebConsole only supports for partitioning and formatting the first disk
of the client. POST /setup calls in ogserver and ogclient support
for multiple disks. Update WebConsole to allow to choose which disk do
you want to partition and format.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We find that scripts sent by "Assistants"/"Asistentes" are losing the
last character and scripts send by "Run Script"/"Ejecutar Script" have a
trailing line feed (\n).
This is happening because shell() function, which calls "/shell/run" of
ogServer REST API, expects scripts send by "Asistentes" and "Run Script"
to have two trailing characters and removes them. But "Assistants" only
put one trailing char (\r) and "Run Script" put three trailing chars
(\n\n\r).
To avoid problems when running scripts without the last char or with
trailing line feed this patch updates WebConsole to:
1) "Assistants" no longer put one trailing character at the end
of the script
2) "Run Script" no longer puts three trailing characters at the
end of the script
3) shell() expects no trailing chars in scripts sent by
"Assistants" and "Run Script".
|
|
|
|
|
| |
Undoes some strict comparisons added in the commit a7406f2 because it
is necessary to compare different data types
|
| |
|
|
|
|
| |
trailing spaces.
|
|
|
|
| |
comparisons, HTML tags, PHP variables.
|
| |
|
|
|
|
| |
jsanchez@soleta.eu).
|
|
|
|
|
|
| |
asignaciones duplicadas.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5630 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
|
|
|
| |
* Soportar varios grupos de configuraciones en ámbito de aulas.
* Nuevas cabeceras más descriptivas y con traducción al inglés.
* Avisar si un grupo de ordenadores tiene discos con distinto tamaño e indicar que debe desagruparse para poder aplicar los cambios.
En el formulario de configuración de aula, indicar que hay grupos de ordenadores con distinto tamaño de disco.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5559 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
que no suma el tamaño de la primera partición
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5440 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
controle el tamaño total de las particiones.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5436 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
Comprobación javascript permite saltos de línea en el mensaje
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5330 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5258 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
ejecución de los agentes nuevos·
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5247 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
de UNICAST se cancela la acción no se envía a los equipos
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4816 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
la imagen
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4745 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
están agrupados según particiones
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4702 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
lanzaba el comando para primer equipo
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4643 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4631 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
{{{version1.1}}} para desarrollar la nueva versión.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4609 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
la configuración y el filtro.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4409 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
campo del tipo de sincronizacion
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4196 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
de línea final, según el [wiki:Reunion281113#Comandoejecutarscript acta de la reunión de 28/11/2013].
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4095 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4091 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3852 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
de Software.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3848 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
javascript de comando Crear Imagen; mostrar configuración de varios discos en comandos Iniciar Sesión e Inventario de Software.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3846 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3807 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3736 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3446 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
caché.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3401 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
comandos.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3176 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2549 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1752 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1506 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
sendFileMcast >> ogAdmRepoMulticast.log
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1505 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1501 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1481 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
a21b9725-9963-47de-94b9-378ad31fedc9
|