logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#26 20-02-2015 10:44:14

paskal
autobahn
Lieu : ailleurs
Inscription : 14-06-2011
Site Web

Re : [resolu-incompris] 780-386.iso: netinstall,cd1:pb mais live:ok

Non, je pense que ça n'a rien à voir.

Je fais simplement l'hypothèse que l'iso i386 ne corresponde pas à ton matériel, d'où l'idée de prendre l'iso en AMD64.  smile

I'd love to change the world
But I don't know what to do
So I'll leave it up to you...

logo-sur-fond.png

Hors ligne

#27 20-02-2015 10:48:41

debianux
Membre
Distrib. : debian-stretch-9.7_LVM-chiffré_dual-boot-uefi-w10
Noyau : Linux 4.9.0-8-amd64
(G)UI : Xfce 4.12
Inscription : 19-05-2014

Re : [resolu-incompris] 780-386.iso: netinstall,cd1:pb mais live:ok

ici:
http://www.aptly.info/tutorial/mirror/

Creating Mirrors
Let’s assume that we need to mirror wheezy (current stable) Debian distribution...


Create first mirror for main component:


$ aptly mirror create -architectures=amd64 -filter='Priority (required) | Priority (important) | Priority (standard)' wheezy-main http://ftp.ru.debian.org/debian/ wheezy main

Looks like your keyring with trusted keys is empty. You might consider importing some keys.
If you're running Debian or Ubuntu, it's a good idea to import current archive keys by running:

  gpg --no-default-keyring --keyring /usr/share/keyrings/debian-archive-keyring.gpg --export | gpg --no-default-keyring --keyring trustedkeys.gpg --import

(for Ubuntu, use /usr/share/keyrings/ubuntu-archive-keyring.gpg)

Downloading http://ftp.ru.debian.org/debian/dists/wheezy/InRelease...
Downloading http://ftp.ru.debian.org/debian/dists/wheezy/Release...
Downloading http://ftp.ru.debian.org/debian/dists/wheezy/Release.gpg...
gpgv: Signature made Sat 12 Jul 2014 10:59:56 AM UTC using RSA key ID 46925553
gpgv: Can't check signature: public key not found
gpgv: Signature made Sat 12 Jul 2014 11:04:06 AM UTC using RSA key ID 65FFB764
gpgv: Can't check signature: public key not found
Looks like some keys are missing in your trusted keyring, you may consider importing them from keyserver:

gpg --no-default-keyring --keyring trustedkeys.gpg --keyserver keys.gnupg.net --recv-keys 46925553 65FFB764

Sometimes keys are stored in repository root in file named Release.key, to import such key:

wget -O - https://some.repo/repository/Release.key | gpg --no-default-keyring --keyring trustedkeys.gpg --import

ERROR: unable to fetch mirror: verification of detached signature failed: exit status 2



cela ressemble bien à mon cas de figure !

aptly is complaining about missing keys in our trusted keyring, as it’s not possible to verify authencity of files being downloaded. Let’s follow the advice and import default Debian keyring:



$ gpg --no-default-keyring --keyring /usr/share/keyrings/debian-archive-keyring.gpg --export | gpg --no-default-keyring --keyring trustedkeys.gpg --import
gpg: key 6430156A: public key "Andrey Smirnov (Signing repos) <me@smira.ru>" imported
gpg: key 2A194991: public key "Andrey Smirnov <me@smira.ru>" imported
gpg: key B98321F9: public key "Squeeze Stable Release Key <debian-release@lists.debian.org>" imported
gpg: key 473041FA: public key "Debian Archive Automatic Signing Key (6.0/squeeze) <ftpmaster@debian.org>" imported
gpg: key 65FFB764: public key "Wheezy Stable Release Key <debian-release@lists.debian.org>" imported
gpg: key 46925553: public key "Debian Archive Automatic Signing Key (7.0/wheezy) <ftpmaster@debian.org>" imported
gpg: Total number processed: 6
gpg:               imported: 6  (RSA: 6)
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u



Now, let’s retry the mirror creation procedure:



$ aptly mirror create -architectures=amd64 -filter='Priority (required) | Priority (important) | Priority (standard) | nginx | postgresql | redis-server | memcached | ruby | golang' -filter-with-deps wheezy-main http://ftp.ru.debian.org/debian/ wheezy main
Downloading http://ftp.ru.debian.org/debian/dists/wheezy/InRelease...
Downloading http://ftp.ru.debian.org/debian/dists/wheezy/Release...
Downloading http://ftp.ru.debian.org/debian/dists/wheezy/Release.gpg...
gpgv: Signature made Sat 12 Jul 2014 10:59:56 AM UTC using RSA key ID 46925553
gpgv: Good signature from "Debian Archive Automatic Signing Key (7.0/wheezy) <ftpmaster@debian.org>"
gpgv: Signature made Sat 12 Jul 2014 11:04:06 AM UTC using RSA key ID 65FFB764
gpgv: Good signature from "Wheezy Stable Release Key <debian-release@lists.debian.org>"

Mirror [wheezy-main]: http://ftp.ru.debian.org/debian/ wheezy successfully added.
You can run 'aptly mirror update wheezy-main' to download repository contents.



Now the signature has been verified: files in the mirror are signed with Debian key



bon, à votre avis, un pb dans la version iso ?

Hors ligne

#28 20-02-2015 10:54:31

debianux
Membre
Distrib. : debian-stretch-9.7_LVM-chiffré_dual-boot-uefi-w10
Noyau : Linux 4.9.0-8-amd64
(G)UI : Xfce 4.12
Inscription : 19-05-2014

Re : [resolu-incompris] 780-386.iso: netinstall,cd1:pb mais live:ok

@paskal
quelle(s) conséquence(s) prévisible(s) d'installer du 64 sur un pc 32 bits, si ça marche ?

j'ai téléchargé l'iso 386 via http mais je ne sais pas si ça vaut le coup de réessayer avec cette version : j'imagine qu'il y a "la" version officielle quelque part et que seuls diffèrent les moyens de téléchargement : du moment que le checksum est bon, c'est que le fichier est conforme, c'est bien ça ?

Hors ligne

#29 20-02-2015 11:05:05

paskal
autobahn
Lieu : ailleurs
Inscription : 14-06-2011
Site Web

Re : [resolu-incompris] 780-386.iso: netinstall,cd1:pb mais live:ok

En fait, j'ai du mal à comprendre si il existe plusieurs versions du N270.

Mais, dans un cas comme ça, pour cerner le problème, j'aurais tendance à partir du plus simple : partitionnement basique, pas de cryptage, et une iso en live : https://www.debian.org/CD/live/
si elle fonctionne, tu l'installes dans ton partitionnement.

Après, tu pourras voir autre chose.

I'd love to change the world
But I don't know what to do
So I'll leave it up to you...

logo-sur-fond.png

Hors ligne

#30 20-02-2015 11:16:09

debianux
Membre
Distrib. : debian-stretch-9.7_LVM-chiffré_dual-boot-uefi-w10
Noyau : Linux 4.9.0-8-amd64
(G)UI : Xfce 4.12
Inscription : 19-05-2014

Re : [resolu-incompris] 780-386.iso: netinstall,cd1:pb mais live:ok

ok, merci !

Hors ligne

#31 20-02-2015 16:39:51

debianux
Membre
Distrib. : debian-stretch-9.7_LVM-chiffré_dual-boot-uefi-w10
Noyau : Linux 4.9.0-8-amd64
(G)UI : Xfce 4.12
Inscription : 19-05-2014

Re : [resolu-incompris] 780-386.iso: netinstall,cd1:pb mais live:ok

bon, avec une live_780-386, ça marche smile
je viens de lancer l'installation à partir du live et j'en suis au partitionnement (lvm-chiffré_assisté avec le max séparé) : ça a l'air encore plus long que dans les précédents essais. patience smile

Hors ligne

#32 21-02-2015 09:57:16

debianux
Membre
Distrib. : debian-stretch-9.7_LVM-chiffré_dual-boot-uefi-w10
Noyau : Linux 4.9.0-8-amd64
(G)UI : Xfce 4.12
Inscription : 19-05-2014

Re : [resolu-incompris] 780-386.iso: netinstall,cd1:pb mais live:ok

Bonjour,
après 7h d'effacement de données (sur ce petit ordi smile), l'installation, à partir d'une clé usb, créée par unetbootin (désolé smile), s'est bien déroulée et en lvm-chiffré smile
je n'ose pas tirer de conclusions de cet épisode...
encore merci aux aidants !
debianux

Hors ligne

#33 21-02-2015 09:59:12

paskal
autobahn
Lieu : ailleurs
Inscription : 14-06-2011
Site Web

Re : [resolu-incompris] 780-386.iso: netinstall,cd1:pb mais live:ok

On croise les doigts.  smile

I'd love to change the world
But I don't know what to do
So I'll leave it up to you...

logo-sur-fond.png

Hors ligne

Pied de page des forums