[Çözüldü] Medibuntu depolarını güncelleme sorunu

Başlatan cemdursun, 04 Ocak 2009 - 18:29:17

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

cemdursun

Arkadaşlar bu sorunu halledemedim arattığımızda sorunun benzeri yaşanmış ama çözüm bende işe yaramadı yardım arkadaşlar varmı çaresi ? Bulduğum herşeyi denedim  denedim olmadı şimdiden teşekkürler

sorun aşşagıdaki gibi güncelleme yapamıyorum bu hatayı veriyor

W: GPG error: http://packages.medibuntu.org hardy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783
W: You may want to run apt-get update to correct these problems



Çağlar

Medibuntu depolarında sorun var. /etc/apt/sources.list dosyasından Medibuntu depolarını silin sonra
sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list --output-document=/etc/apt/sources.list.d/medibuntu.list ile depoları tekrar ekleyip sudo apt-get update komutunu verin ve güncelleştirmeyi tekrar deneyin.
We got a badass over here!
__________________________
Bu çevirinin size ihtiyacı var...

cemdursun

çağlar ilgine teşekkürler ama ne yaptıysam dosyalar silinmiyor , konsoldan silmek için herhangi bir kod varmı ? birde orada iki adet dosya var medibuntu.list  ve  medibuntu.list.save ikisinidemi silmem gerekiyor ?

Çağlar

Evet ikisini de silmen gerekiyor. Dosyalar silinmiyor derken sanırım yetki alman gerek gksudo nautilus ile açıp denersen silebilirsin istediğini.
We got a badass over here!
__________________________
Bu çevirinin size ihtiyacı var...

cemdursun

çok çok teşekkür ederim, verdiğin kodlarla sildim ve yeniden yükledim birkaç güncelleme yaptı bir kaçı kaldı ama sorun halloldu sanırım , peki sunucu ayarlarından hangısını tercıh etmem gereklı bu konuda bir bilgin varmı? Ben bir ara ayarlarla oynadım onu defaultetme gibi bir ihtimal varmı ? tekrar teşekkürler


Aama şu an denedim tekrar verdi aynı hatayı nedendir acaba , yada sadece benimle alakalı bir sorunmu sanmıyorum düzelmişti hiçbir ayarla düzeldikten sonra oynamadım şu an gene güncelleme de aynı hatayı alıyorum :(

Çağlar

Garip bir durum. Souces.list dosyanızı kontrol edin derim. Olmazsa #deb cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5)]/ intrepid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://de.archive.ubuntu.com/ubuntu/ intrepid main restricted
#deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://de.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted
#deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://de.archive.ubuntu.com/ubuntu/ intrepid universe
#deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid universe
deb http://de.archive.ubuntu.com/ubuntu/ intrepid-updates universe
#deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://de.archive.ubuntu.com/ubuntu/ intrepid multiverse
#deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid multiverse
deb http://de.archive.ubuntu.com/ubuntu/ intrepid-updates multiverse
#deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://de.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse
# deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu intrepid partner
# deb-src http://archive.canonical.com/ubuntu intrepid partner

deb http://security.ubuntu.com/ubuntu intrepid-security main restricted
#deb-src http://security.ubuntu.com/ubuntu intrepid-security main restricted
deb http://security.ubuntu.com/ubuntu intrepid-security universe
#deb-src http://security.ubuntu.com/ubuntu intrepid-security universe
deb http://security.ubuntu.com/ubuntu intrepid-security multiverse
#deb-src http://security.ubuntu.com/ubuntu intrepid-security multiverse
#deb http://packages.medibuntu.org/ intrepid free non-free
Almanya depoları orjinal ayarda bunu sources.list dosyanızı silip içine yapıştırın. Eğer isterseniz tekrar yapın medibuntu ayarlarını.
We got a badass over here!
__________________________
Bu çevirinin size ihtiyacı var...

cemdursun

Arkadaşım şu an Filistine destek amaçlı Türkiyedeyim dönünce denerim ilgin için gerçekten teşekkür ederim

mete13

 GPG error: http://packages.medibuntu.org intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783


bende sizin dediğiniz gibi depoyu alman depoliste ile değiştirip güncelledim ama gene bu hata verdi yardım edermisiniz

localhost

Asagidaki komutu deneyin

sudo apt-get install medibuntu-keyring && sudo apt-get update


sonuc alamazsaniz asagidakini deneyin

wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update

Linux LPIC1 - MCSA

mete13

Alıntı yapılan: Kirmizi - 21 Ocak 2009 - 11:34:34
Asagidaki komutu deneyin

sudo apt-get install medibuntu-keyring && sudo apt-get update


sonuc alamazsaniz asagidakini deneyin

wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update




tesekkürler arkadaş ilk komutla düzeldi yavaş yavaş alışacağız artık