Repository

Started by dacorsa, 2017/09/29, 12:18:38

Previous topic - Next topic

dacorsa

i have manually compiled wxWidget and now the official amule doesn't works, cause is incompatible with the current libs i have manually compiled, so or i have to manually compile amule or install the svn release from that repository:


deb http://www.vollstreckernet.de/debian/ testing amule wx
See that repo has amule and wx?


Thanks


melmarker

and again - you have to configure the keyserver(s)
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

dacorsa

already try:

Err:5 http://www.vollstreckernet.de/debian testing InRelease
Le seguenti firme non erano valide: B919EDA5D731B5D850E6E7C1D63913EF50D0AE60
Lettura elenco dei pacchetti... Fatto
W: Errore GPG: http://www.vollstreckernet.de/debian testing InRelease: Le seguenti firme non erano valide: B919EDA5D731B5D850E6E7C1D63913EF50D0AE60
E: The repository 'http://www.vollstreckernet.de/debian testing InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.


apt-key adv --recv-keys --keyserver pgp.mit.edu D63913EF50D0AE60
Executing: /tmp/apt-key-gpghome.tTvPGpyRGi/gpg.1.sh --recv-keys --keyserver pgp.mit.edu D63913EF50D0AE60
gpg: key D63913EF50D0AE60: 4 duplicate signatures removed
gpg: key D63913EF50D0AE60: "Werner Mahr (Der Vollstrecker) <werner@vollstreckernet.de>" not changed
gpg: Numero totale esaminato: 1
gpg:         non modificate: 1

Some help?

i have also send and email to the repository

Best regards

dacorsa

gpg --edit-key D63913EF50D0AE60
Typing "minimize" at the "command>" prompt returned:
"User ID "name <email>": 1 signature removed";
and returned me to "command>" where a "save" command saved changes, quit GPG and returned me to my shell prompt.
The key's self-signature was intact and the unwanted personal key signature was gone.


gpg --keyserver pgp.mit.edu --recv-keys D63913EF50D0AE60
gpg --armor --export D63913EF50D0AE60 | apt-key add -
sudo apt-get update

but always:

Err:5 http://www.vollstreckernet.de/debian testing InRelease
  Le seguenti firme non erano valide: B919EDA5D731B5D850E6E7C1D63913EF50D0AE60
Lettura elenco dei pacchetti... Fatto
W: Errore GPG: http://www.vollstreckernet.de/debian testing InRelease: Le seguenti firme non erano valide: B919EDA5D731B5D850E6E7C1D63913EF50D0AE60
E: The repository 'http://www.vollstreckernet.de/debian testing InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

:(