dragora-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dragora-users] Dragora 3.0-beta1 released


From: Matias Fonzo
Subject: Re: [Dragora-users] Dragora 3.0-beta1 released
Date: Fri, 18 Oct 2019 16:05:48 -0300
User-agent: Roundcube Webmail/1.3.8

Hello Diego,

You are right, the expected path is /media/dragora-medium/packages, but I omitted adding the packages with the packages/ directory when I was preparing the changes and the new script to create the ISOs for the packages...

(Don't see in all the details that you have to be before preparing an ISO...)

I would not want to change this now in the installer, because it is the assigned path, it is also a future assignment. For example, I thought that there could be a DVD, this DVD could contain the tree for "packages/" and "sources/", thought in an organized way.

It is best to redo the ISOs for the packages, with the path expected by the installer. It will be less painful and frustrating for the person who is going to download both ISOs, waiting for everything to work in the installation. Instead of:

1. Change the path in the installer.
2. Publish the updated installer package.
3. The person who downloads Dragora and wants to install it notices something strange in the installer and reports it here.
3a. We tell the person to update the installer package.
4. The person tries the installer again.

El 2019-10-18 01:47, Synchro escribió:
[Castellano]

¡Hola a todos Dragorianos (me permito la traducción xD)! y
felicitaciones por la beta1 de Dragora 3.0. Me hace muy feliz leer
sobre esta nueva versión.

También estoy intentando instalar la versión beta y creo que el
problema es con este par de lineas del script dragora-installer[1][2]
que escriben /media/dragora-medium/packages como el directorio donde se
monta el cd de dragora, pero en realidad el cd es montado en
/media/dragora-medium, corrigiendo estas dos líneas se puede continuar
y finalizar el proceso de instalación.

En el modo live este fichero se encuentra en
/usr/sbin/dragora-installer, una vez modificadas las lineas 171 y 183,
se puede continuar el proceso de instalación.

He instalado exitosamente la versión de 64 bits usando qemu, con xfs
como sistema de ficheros, sin swap y con todos los paquetes
seleccionados[3].

Gracias Selk por todo el esfuerzo.

[English]

Hi all Dragorians! and congratulations for the beta1 of Dragora 3.0. It
makes very happy to read about this new version.

I am also trying to install the beta version and I think the problem is
with this couple of lines in the dragora-installer script[1][2] they
write /media/dragora-medium/packages as the directory where the dragora
cd is mounted but in fact, the cd is mounted in /media/dragora-medium,
fixing these two lines one can continue and finish the installation
process.

In the live mode this file can be found in /usr/sbin/dragora-installer,
and once modified the lines 171 and 183, the process can be continued.

I have successfully installed the 64 bits version using qemu, with xfs
as file system, without swap and with all the packages selected[3].

Thanks Selk for all the effort.


[1]:https://notabug.org/kaltorak/dragora/src/master/archive/dragora-installer/dragora-installer#L171
[2]:https://notabug.org/kaltorak/dragora/src/master/archive/dragora-installer/dragora-installer#L183
[3]:https://imgur.com/a/ieEh37x

Thu, 17 Oct 2019 23:09:46 -0300
address@hidden:

[Español]

Un segundo pensamiento me dice que tengo qué saber en qué clase de
máquina virtual está probando Dragora, si bajo Qemu o Virtualbox, por
ejemplo.  También me gustaría saber a través de qué medio intenta
cargar los paquetes, si los paquetes están en un pendrive (thum
drive).

De cualquier forma, sospecho que el medio de instalación para los
paquetes no está bien detectado, esto puede ser debido a la máquina
virtual.  Me gustaría si puede confirmar el montaje de forma manual,
por ejemplo montando el dispositivo dónde contiene los paquetes, y
verificar si efectivamente los directorios y los paquetes están allí.

[English]

A second thought tells me that I have to know in what kind of virtual
machine Dragora is testing, whether under Qemu or Virtualbox, for
example.  I would also like to know by what means you are trying to
load the packages, if the packages are on a thum drive.

Anyway, I suspect that the installation media for the packages is not
well detected, this may be due to the virtual machine.  I would like
if you can confirm the mounting manually, for example by mounting the
device where it contains the packages, and verify whether or not the
directories and packages are there.


El 2019-10-17 12:28, Matías Fonzo escribió:
> On Thu, 17 Oct 2019 06:12:17 -0300
> "clasclin ." <address@hidden> wrote:
>
>> > Is a browser not included?
>>
>> Not a graphical one, just 'lynx'.
>
> Some people can laugh at this.  But this software complies with the
> undertaking, which is to display the content of a web site.
> Something that modern browsers have a hard time doing.  :-)
>
>> Hola Matías,
>> descargué la distro, comprobé la suma de verificación (tanto del
>> live como de los paquetes para i586),
>> inicié el vivo en una máquina virtual y estuve tratando de
>> instalarlo pero me tira un error 255.
>> Dejo el procedimiento que seguí, para ver que estoy haciendo mal:
>> Ingreso como root, uso cfdisk para crear las particiones necesarias
>> (ya probé varias cosas, como darle formato gpt, dos, crear una sola
>> partición primaria, crear una primaria para /boot, una extendida
>> para /, otra para swap, etc), les doy formato mediante mkfs.ext4 y
>> mkswap según corresponda. Luego ejecuto el script
>> dragora-installer y acá los pasos van bien hasta el momento en que
>> me avisa que logró montar mi partición / (informa correctamente la
>> partición ya sea /dev/sda1 u otra) en /media/dragora-root le doy
>> ok y sale con ese error. Me fijo /media/dragora-root y veo que
>> escribió solo algunos archivos. La pregunta sería ¿Queda algún log
>> que pueda revisar y/o pasar para ver en qué falló? porque en
>> principio diría que ocurre en el script MountRoot ¿Cómo me sugerís
>> que encare el problema?
>
> Qué extraño, pues luego de informar sobre la partición debería de
> montar la partición asignada como root, es decir, si /dev/sda1 fué
> asignada con el punto de montaje / por ejemplo.
>
> Si quieres ayudar a detectar el problema, el instalador puede
> preservar los archivos que va creando, basta pasarle la bandera
> PRESERVE:
>
>     PRESERVE=y dragora-installer
>
> Esto te preservará los archivos creados en
> $HOME/.dragora-installer, en el home de root en este caso.
>
> El resto de código del instalador se encuentra
> en /usr/libexec/dragora-installer/
>
>> Gracias por la distro, se nota el esfuerzo.
>
> Al contrario, gracias a tí/vos, por probarla e informar.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]