Hi, * Sidnei Rodrigo Basei <[EMAIL PROTECTED]> [070218 23:05]: > Hi all, i am trying install the Open VZ in my Ubuntu Server (@home). > > My kernel is > > # uname -a > Linux servidor-ubuntu 2.6.15-28-386 #1 PREEMPT Thu Feb 1 15:51:56 UTC 2007 i686 GNU/Linux > > I am trying with apt-get > > *echo "**deb http://debian.systs.org/ stable openvz**" >> > /etc/apt/sources.list > apt-get update* > > > ERROR: > > W: GPG error: http://debian.systs.org stable Release: As assinaturas a seguir nã o puderam ser verificadas devido a chave pública não estar disponível : NO_PUBKE Y C694690C52A9498A > W: Você terá que executar apt-get update para corrigir esses arquivos faltosos
You need the apt-signing key of debian.systs.org: # wget http://debian.systs.org/dso_archiv_signing_key.asc # apt-key add dso_archiv_signing_key.asc # apt-get or aptitude update and fetch the related packages. Regards Thorsten -- Thorsten Schifferdecker <[EMAIL PROTECTED]> Fingerprint: A1F1 F3CC 8E60 DD8A 97A4 7E32 0452 D7B7 EB15 22E1 _______________________________________________ Users mailing list [email protected] https://openvz.org/mailman/listinfo/users
