Türkiye
Az konuş, çok çalış..

Forum

Bildirimler
Tümünü temizle

[Çözüldü] Mate 0.8.7.1 guncelleme sorunu

17 Yazılar
4 Üyeler
0 Likes
7,843 Görüntüleme
(@choppers)
Gönderiler: 20
Eminent Member
Konu başlatıcı
 

Merhaba,
Manjaro Linux 0.8.7.1 "MATE", surumunu kurdum.
2 sorum olacak.

1-Kurulumun hemen ardindan guncelleme yapmak istedim ancak hata aliyorum.
Yazilim guncelleme yada yazilim ekle kur menulerinde hata mesaji;

--> unable to update database, pm_errno 0 (unexpected error)

2-Amd control center yonetici olarak nasil baslatilir.
Sistem tercihler altinda linke tikladigimda birsey acilmiyor.
Yonetici olmayan digeri acildi. gerekli ayarlari yaparak uygula dedim yeterli mi?

 
Gönderildi : 07/10/2013 3:24 pm
(@cumali)
Gönderiler: 1770
Noble Member
 

Hoşgeldin @choppers. İlk sorunun cevabı burdaki bağlantıda var. http://archman.org/forum/viewtopic.php?f=29&t=618#p3834 Sanırım ikinci sorun Ati ekran kartı ile ilgili. AtI ekran kartı kullanmadığımdan yorum yapamayacağım. Bilen arkadaşlar cevap yazacaktır.

 
Gönderildi : 07/10/2013 3:51 pm
(@decent)
Gönderiler: 804
Prominent Member
 

Merhaba [profile]choppers[/profile],

2. soru için;
Sistem mimarisi 64 bit ise multilib deposunu açmamız gerekiyor.
Catalyst Control Center uygulamasını aşağıdaki komutla başlatmak yeterli olur mu ?

env LC_ALL=C amdcccle

Bu komut benim için yeterli oluyor.

 
Gönderildi : 07/10/2013 4:08 pm
(@choppers)
Gönderiler: 20
Eminent Member
Konu başlatıcı
 

asagidaki konu basligina gonderim yapmisim kusura bakmayin.
viewtopic.php?f=29&t=618
mate ucbirimde aldigim hata:

*********************************************************************************
[choppers@homecinema ~]$ sudo rm -v /var/lib/pacman/db.lck
[sudo] password for choppers:
rm: `/var/lib/pacman/db.lck' silinemedi: Böyle bir dosya ya da dizin yok
[choppers@homecinema ~]$ sudo pacman -Syu
:: Paket veritabanları senkronize ediliyor...
core deposu güncel
extra deposu güncel
community deposu güncel
multilib deposu güncel
hata: The requested URL returned error: 404 Not Found hatası nedeniyle 'mate.db' dosyası repo.mate-desktop.org adresinden alınamadı
hata: mate (indirme kütüphanesi hatası) güncellenemedi
:: Öncelikle şu paketler güncellenmelidir :
manjaro-system
:: Yürütülen işlemi şimdi durdurup
:: yeni sürümün yüklenmesini ister misiniz? [E/h] e

hata: işlem hazırlığı başarısız oldu (veritabanı bulunamadı)
[choppers@homecinema ~]$
**********************************************************************************

 
Gönderildi : 07/10/2013 7:23 pm
tulliana
(@tulliana)
Gönderiler: 3510
Famed Member Admin
 
sudo pacman -S manjaro-system --force
sudo pacman -Syyu

archman.org - Bizi bilen iyi bilir, bilmeyen de kendi gibi bilir.!

 
Gönderildi : 07/10/2013 7:49 pm
(@cumali)
Gönderiler: 1770
Noble Member
 

@choppers, bu Mate sürümü oluturulurken bilinen bir hata idi. Ancak bu hata giderildi. Sizin yapmanız gereken şu;

Kullandığınız metin editörü ile /etc/pacman.conf dosyasını açıp en alt kısmına aşağıdaki satırları ekleyin ve kaydedin.

[mate]
# Official MATE repo:
SigLevel = Optional TrustAll
Server =  http://repo.mate-desktop.org/archlinux/$arch 

Örnegin gedit kullanıyorsan uygulaman gereken komut şu olmalı:

sudo gedit /etc/pacman.conf

komutunu uygulayın. Açılan dosyanın en altına yukarıdaki dört satırı ekleyip kaydedin. Düzenledikten sonra aşağıdaki gibi olmalı:

64-bit için

#
# /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 manjaro-system
# If upgrades are available for these packages they will be asked for first
SyncFirst   = manjaro-system pacman
#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
#TotalDownload
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.
#

[core]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[extra]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[community]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

# 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

# Followed Repositories are NOT supported by Manjaro Linux.
# Use them on your own risk!"

[mate]
# Official MATE repo:
SigLevel = Never
Server =  http://repo.mate-desktop.org/archlinux/$arch 

32-bit için

#
# /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 manjaro-system
# If upgrades are available for these packages they will be asked for first
SyncFirst   = manjaro-system pacman
#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
#TotalDownload
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.
#

[core]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[extra]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[community]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.


# 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

# Followed Repositories are NOT supported by Manjaro Linux.
# Use them on your own risk!"

[mate]
# Official MATE repo:
SigLevel = Never
Server =  http://repo.mate-desktop.org/archlinux/$arch 

Sonrasında şu komutları uygulayın:

sudo pacman-mirrors -g

Yansı adresleri alındıktan sonra

sudo pacman -Syy
sudo pacman -Syu

komutlarını uygulayın. Farklı konudaki mesajın silinecek.

http://forum.manjaro.org/index.php?topic=7062.msg61416#msg61416

 
Gönderildi : 07/10/2013 7:50 pm
(@decent)
Gönderiler: 804
Prominent Member
 

[profile]choppers[/profile]
Anlaşılan mate depoları pacman.conf dosyasında yok veya kapalı halde.

[c]cat /etc/pacman.conf[/c]

komutunun çıktısını aktarır mısın ?

Eğer şu satırlar yok ise pacman.conf. dosyasının en sonuna eklememiz gerekiyor:

[mate]
# Official MATE repo:
SigLevel = Optional TrustAll
Server =  http://repo.mate-desktop.org/archlinux/$arch 

[bilgi]Ayrıca bkz. Manjaro Mate-0.8.7.1 Repository Mate ?[/bilgi]

 
Gönderildi : 07/10/2013 7:52 pm
(@choppers)
Gönderiler: 20
Eminent Member
Konu başlatıcı
 

Mate ucbirim alinan hata:

*******************************************************
[choppers@homecinema ~]$ sudo pacman -S manjaro-system --force
[sudo] password for choppers:
uyarı: database file for 'mate' does not exist
hata: işlem hazırlığı başarısız oldu (veritabanı bulunamadı)
[choppers@homecinema ~]$ sudo pacman -Syyu
:: Paket veritabanları senkronize ediliyor...
core 114,0 KiB 104K/s 00:01 [######################] 100%
extra 1499,9 KiB 379K/s 00:04 [######################] 100%
community 2018,0 KiB 462K/s 00:04 [######################] 100%
multilib 107,1 KiB 104K/s 00:01 [######################] 100%
hata: The requested URL returned error: 404 Not Found hatası nedeniyle 'mate.db' dosyası repo.mate-desktop.org adresinden alınamadı
hata: mate (indirme kütüphanesi hatası) güncellenemedi
:: Öncelikle şu paketler güncellenmelidir :
manjaro-system
:: Yürütülen işlemi şimdi durdurup
:: yeni sürümün yüklenmesini ister misiniz? [E/h] e

hata: işlem hazırlığı başarısız oldu (veritabanı bulunamadı)
[choppers@homecinema ~]$
*******************************************************

 
Gönderildi : 07/10/2013 7:54 pm
(@cumali)
Gönderiler: 1770
Noble Member
 

@choppers, bir önceki mesajımdaki önerilerileri uygulayın ve sonucu yazın.

 
Gönderildi : 07/10/2013 7:57 pm
(@choppers)
Gönderiler: 20
Eminent Member
Konu başlatıcı
 

Kusura bakmayin ileti yazarken kacirmisim ve hemen geri donup deniyordum sonuc asagidaki gibi.

**************************************************************
[choppers@homecinema ~]$ cat /etc/pacman.conf
#
# /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 manjaro-system
# If upgrades are available for these packages they will be asked for first
SyncFirst = manjaro-system pacman
#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
#TotalDownload
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.
#

[core]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[extra]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[community]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

# 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
[mate]
# Official MATE repo:
SigLevel = Never
Server = http://repo.mate-desktop.org/archlinux/
[choppers@homecinema ~]$

**************************************************************

 
Gönderildi : 07/10/2013 8:04 pm
(@choppers)
Gönderiler: 20
Eminent Member
Konu başlatıcı
 

64 bit icin verdiginizi gedit pluma ile degistirdim ve sonrasinda 9.satir arizali diyor.

********************************************************
[choppers@homecinema ~]$ sudo pacman-mirrors -g
:: Querying servers, this may take some time...
Africa
-> Error! http://manjaro.mirror.ac.za/stable/$repo/$arch
Bangladesh
-> 0.675 http://mirrors.ispros.com.bd/manjaro/stable/$repo/$arch
Belgium
-> 0.217 http://ftp.belnet.be/manjaro/stable/$repo/$arch
-> 0.246 http://manjaro.cu.be/stable/$repo/$arch
Brasil
-> 0.784 http://manjaro.fis.unb.br/stable/$repo/$arch
-> 1.420 http://www.las.ic.unicamp.br/pub/manjar ... repo/$arch
Colombia
-> 0.515 http://mirror.edatel.net.co/manjaro/stable/$repo/$arch
Denmark
-> 0.307 http://mirrors.dotsrc.org/manjaro/stable/$repo/$arch
France
-> 0.252 http://manjarolinux.polymorf.fr/stable/$repo/$arch
Germany
-> 0.219 http://ftp.halifax.rwth-aachen.de/manja ... repo/$arch
-> 0.223 http://ftp.tu-chemnitz.de/pub/linux/man ... repo/$arch
-> 0.201 http://ftp.rz.tu-bs.de/pub/mirror/manja ... repo/$arch
-> 0.220 http://mirror3.layerjet.com/manjaro/stable/$repo/$arch
Greece
-> 0.368 http://ftp.cc.uoc.gr/mirrors/linux/manj ... repo/$arch
Indonesia
-> 0.968 http://kambing.ui.ac.id/manjaro/stable/$repo/$arch
Ireland
-> 0.227 http://ftp.heanet.ie/mirrors/manjaro/stable/$repo/$arch
Italy
-> 0.194 http://manjaro.mirror.garr.it/mirrors/m ... repo/$arch
Japan
-> 1.503 http://ftp.tsukuba.wide.ad.jp/Linux/man ... repo/$arch
-> 0.738 http://www.ftp.ne.jp/Linux/packages/man ... repo/$arch
-> 0.740 http://ftp.kddilabs.jp/Linux/packages/m ... repo/$arch
-> 0.828 http://ftp.riken.jp/Linux/manjaro/stable/$repo/$arch
Netherlands
-> 0.197 http://ftp.nluug.nl/pub/os/Linux/distr/ ... repo/$arch
Philippines
-> 0.858 http://mirror.pregi.net/pub/Linux/manja ... repo/$arch
Romania
-> Error! http://mirrors.xservers.ro/manjaro/stable/$repo/$arch
-> 0.248 http://mirrors.serverhost.ro/manjaro/pa ... repo/$arch
-> 0.236 http://ftp.lug.ro/manjaro/stable/$repo/$arch
-> 0.855 http://manjaro.mirrors.linux.ro/repos/s ... repo/$arch
Russia
-> 0.299 http://mirror.yandex.ru/mirrors/manjaro ... repo/$arch
Sweden
-> 0.331 http://ftp.lysator.liu.se/pub/manjaro/s ... repo/$arch
-> 0.297 http://mirror.zetup.net/manjaro/stable/$repo/$arch
Taiwan
-> 0.790 http://free.twaren.net/manjaro/stable/$repo/$arch
-> 0.739 http://free.nchc.org.tw/manjaro/stable/$repo/$arch
United_Kingdom
-> 0.244 http://repo.manjaro.org.uk/stable/$repo/$arch
-> ..... http://www.mirrorservice.org/sites/repo ... le/$repo/-> 0.237
-> 0.279 http://mirror.catn.com/pub/manjaro/stable/$repo/$arch
-> 0.254 http://manjaro.mirrors.uk2.net/stable/$repo/$arch
United_States
-> 0.519 http://mirror.dacentec.com/manjaro/stable/$repo/$arch
-> 1.033 http://www.gtlib.gatech.edu/pub/manjaro ... repo/$arch
-> 0.412 http://mirror.jmu.edu/manjaro/stable/$repo/$arch
-> 0.467 http://mirror.solarvps.com/manjaro/stable/$repo/$arch
-> 0.422 http://mirror.nexcess.net/manjaro/stable/$repo/$arch
-> 0.430 http://www.tuxlinuxnews.com/manjaro/stable/$repo/$arch
:: Generated and saved '/etc/pacman.d/mirrorlist' mirrorlist.
[choppers@homecinema ~]$ sudo pacman -Syy
hata: ayar dosyası /etc/pacman.conf, satır 9: Tüm direktifler bir bölüme ait olmalı.
[choppers@homecinema ~]$ sudo pacman -Syu
hata: ayar dosyası /etc/pacman.conf, satır 9: Tüm direktifler bir bölüme ait olmalı.
[choppers@homecinema ~]$

********************************************************

 
Gönderildi : 07/10/2013 8:17 pm
(@cumali)
Gönderiler: 1770
Noble Member
 

/etc/pacman.conf dosyanızı aşağıdaki verilen ile degiştirin.

#
# /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 manjaro-system
# If upgrades are available for these packages they will be asked for first
SyncFirst = manjaro-system pacman
#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
#TotalDownload
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.
#

[core]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[extra]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[community]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

# 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

# Followed Repositories are NOT supported by Manjaro Linux.
# Use them on your own risk!"

[mate]
# Official MATE repo:
SigLevel = Never
Server =  http://repo.mate-desktop.org/archlinux/$arch 

Bakınız: http://git.manjaro.org/core/manjaroiso/blob/master/configs/mate/pacman-x86_64.conf
Ayrıca : http://forum.manjaro.org/index.php?topic=7062.msg62037#msg62037
Sonra yeniden

sudo pacman-mirrors -g
sudo pacman -Syy
sudo pacman -Syu
 
Gönderildi : 07/10/2013 8:31 pm
(@choppers)
Gönderiler: 20
Eminent Member
Konu başlatıcı
 

"/etc/pacman.conf dosyasini degistirdigimde yine satir 9 hatali mesaji verdiginden asagidaki linkden kopyaladigim ile tekrar denedim ve guncellemede basarili oldum yani su an hata vermez ise devam ediyor.

http://git.manjaro.org/core/manjaroiso/ ... 86_64.conf

 
Gönderildi : 07/10/2013 8:44 pm
(@cumali)
Gönderiler: 1770
Noble Member
 

Acaba kopyala-yapıştır yaparken sorunmu oluştu? Zira son verdigim dosya içerigini bende verdigim bağlantıdan aldım. Neyse önemli degil. Asıl olan sorunun çözülmüş olması.

 
Gönderildi : 07/10/2013 8:50 pm
(@choppers)
Gönderiler: 20
Eminent Member
Konu başlatıcı
 

Ubuntu, Mint, Debian derken Manjaro kalici olsun istiyorum.
Zira her 6 ayda bir yada kisa vade de format atmak sikinti vermeye baslamisti.
Guncelleme basarili sonuclandi.
Artik masaustu isletim sistemi buldum diyorum.
Daim olmasi dilegiyle.
Gece gece rahatsizlik verdim, hepinize tesekkur ederim.

 
Gönderildi : 07/10/2013 8:58 pm
Sayfa 1 / 2
Paylaş:
Translate »