Güncellemelerde şöyle bir sorunum mevcut
[root@ali-pc Masaüstü]# clear
[root@ali-pc Masaüstü]# update
:: Paket veritabanları senkronize ediliyor...
core 133,7 KiB 145K/s 00:01 [------------------------] 100%
extra 1636,5 KiB 533K/s 00:03 [------------------------] 100%
community 4,5 MiB 579K/s 00:08 [------------------------] 100%
multilib 172,3 KiB 56,1M/s 00:00 [------------------------] 100%
hata: The requested URL returned error: 403 hatası nedeniyle 'archman_repo.db' dosyası archman.org adresinden alınamadı
hata: archman_repo (beklenmedik hata) güncellenemedi
hata: tüm veritabanları senkronize edilemedi
Her zaman ileri!
Sunucu yapılandırması ile ilgili bir sorun mevcut, güvenlik seçenekleri engelleme yapıyor, kısa sürede halledilecek. Geri bildirim için teşekkür ederiz.
archman.org - Bizi bilen iyi bilir, bilmeyen de kendi gibi bilir.!
Sunucu yapılandırması ile ilgili bir sorun mevcut, güvenlik seçenekleri engelleme yapıyor, kısa sürede halledilecek. Geri bildirim için teşekkür ederiz.
Archman depomuzu SourgeForce üzerine aldık. Aşağıdaki gibi değişiklik yaparak sistemi kullanmaya devam edebilirsiniz.
pacman.conf dosyanızı düzenleyiniz:
sudo leafpad /etc/pacman.conf
açtıktan sonra
Server = http://archman.org/source/archman_repo/$arch
yazan satırı bulun ve
Server = https://sourceforge.net/projects/archman-os/files/$repo/os/$arch
veya
Server = https://archman.anadolupanteri.net/archman/$repo/os/$arch
ile değiştirin
ardından kaydedip kapatıp ve
update
komutu ile güncelleme işleminizi tamamlayın.
archman.org - Bizi bilen iyi bilir, bilmeyen de kendi gibi bilir.!
degişiklikten sonra pc yeniden başlattım ve Veritabanını yenilededim
Paket veritabanları yenileniyor...
Yenileniyor core.db...
Yenileniyor extra.db...
Yenileniyor community.db...
Yenileniyor multilib.db...
Yenileniyor archman_repo.db...
Yenileniyor archlinuxcn.db...
Yenileniyor core.files...
Yenileniyor extra.files...
Yenileniyor community.files...
Yenileniyor multilib.files...
Hata: 'archman_repo.files' dosyası sourceforge.net üzerinden alınamadı: The requested URL returned error: 404 Not Found
Yenileniyor archlinuxcn.files...
şu an test ettim ve sorun göremedim
upgrade veya update komutlarını çalıştırıp tekrar deneyin.
Sorun devam ediyorsa pacman.conf içeriğini yapıştırın bir bakalım
archman.org - Bizi bilen iyi bilir, bilmeyen de kendi gibi bilir.!
upgrade ve update yapıp yeniden başlattım ama aynı hatayı verdi
Hata: 'archman_repo.files' dosyası sourceforge.net üzerinden alınamadı: The requested URL returned error: 404 Not Found
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/
HoldPkg = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta = 0.7
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options
#UseSyslog
Color
ILoveCandy
#TotalDownload
# We cannot check disk space from within a chroot environment
CheckSpace
#VerbosePkgLists
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required
# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
#[testing]
#Include = /etc/pacman.d/mirrorlist
[core]
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
#[community-testing]
#Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/mirrorlist
[archman_repo]
SigLevel = Never
Server = https://sourceforge.net/projects/archman-os/files/archman_repo/$arch
#Server = https://raw.github.com/Archman-OS/archman_repo/master/$arch
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
[archlinuxcn]
SigLevel = Never
Server = http://repo.archlinuxcn.org/$arch
Uçbirim üzerinden hata meydana gelmiyor ancak Pamac üzerinden veritabanlarını yenile dediğimde işlemin sonunda bir uyarı alıyorum. Siz uçbirimden mi alıyorsunuz bu hatayı
archman.org - Bizi bilen iyi bilir, bilmeyen de kendi gibi bilir.!
uçbirimde sorun suz tamamlıyor upgrade ve update yi ama Pamac üzerinden veri tabanını yenile dedigimde bu sorun çıkıyor
Yansı kullanımında değişikliğe gittik. Aşağıdaki bağlantıya tıklayıp belgeyi uygulayınız:
http://archman.org/forum/index.php?topic=2898.msg19187;topicseen#msg19187
archman.org - Bizi bilen iyi bilir, bilmeyen de kendi gibi bilir.!
Evet bende farkettim, pamac üzerinde böyle bir durum söz konusu, teşekkür ederim geri bildirim için. Ya sıkıntıyı pamac üzerinde fixleyelim ya da bu depoyu da bir değerlendirelim
en doğrusunu gene siz bilirsiniz biz sizin gösterdiginiz yöne bakarız sadece acaba sorun şöyle bişey ola bilirmi verilen likte şu yazı çıkıyor
The "/archman_repo/$arch" file could not be found or is not available. Please select another file.
Evet bende farkettim, pamac üzerinde böyle bir durum söz konusu, teşekkür ederim geri bildirim için. Ya sıkıntıyı pamac üzerinde fixleyelim ya da bu depoyu da bir değerlendirelim
en doğrusunu gene siz bilirsiniz biz sizin gösterdiginiz yöne bakarız sadece acaba sorun şöyle bişey ola bilirmi verilen likte şu yazı çıkıyor
The "/archman_repo/$arch" file could not be found or is not available. Please select another file.
Doğrudan bu şekilde siz göremezsiniz, pacman adresin sonundaki $arch ibaresine göre mimariye uygun depoyu seçer.
Siz doğrudan şu şekilde görebilirsiniz: https://sourceforge.net/projects/archman-os/files/archman_repo/x86_64/
archman.org - Bizi bilen iyi bilir, bilmeyen de kendi gibi bilir.!
Teşekkürler hocam