-
October 28th, 2016, 12:40
#1
مشکل در سنتوس
سلام دوستان خوبید
سنتوس دچار مشکل شده
وقتی میزنیم
yum update
مینویسه
no package for update
یا هرچی رو می نصبیم همین مشکل میده
حتی در ایزی اپاچی چهار
وقتی می خواد موارد php رو انتخاب کنیم
اونجا هم می نویه
no package for update
مشکل از چیه
(شاید بعضی دوستان بگم پکیج برا اپدیت نیست )
ک این حرف اشتباهه
قبلا ی بار مشکل داشتم یکی واسم حلش کرد
الان نیاز ب کمک داریم
-
-
October 28th, 2016 12:40
# ADS
-
October 28th, 2016, 13:16
#2
عضو انجمن
پاسخ : مشکل در سنتوس
سلام از کدوم ورژن Centos استفاده میکنید؟
یکبار دستور yum clean all بزنید
-
-
October 28th, 2016, 13:19
#3
پاسخ : مشکل در سنتوس
اینارو امتحان کن
yum clean all
yum clean metadata
فایل /etc/yum.repos.d/CentOS-Base.repo هم چک کن قسمت آپدیت مشکلی نداشته باشه
کد:
# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#
[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#released updates
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
-
-
October 28th, 2016, 13:29
#4
پاسخ : مشکل در سنتوس
نوشته اصلی توسط
hassanshaikhi
اینارو امتحان کن
yum clean all
yum clean metadata
فایل /etc/yum.repos.d/CentOS-Base.repo هم چک کن قسمت آپدیت مشکلی نداشته باشه
کد:
# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#
[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#released updates
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
دقیقا محتویات فایل منم همینطوری بود
اما حل نشد
دستوراتی رو هم ک دادی زدم حل نشد
[root@server ~]# yum update -y
Loaded plugins: fastestmirror, security, tsflags, universal-hooks
Setting up Update Process
Determining fastest mirrors
epel/metalink | 25 kB 00:00
* EA4: 185.69.232.245
* base: mirror.sov.uk.goscomb.net
* epel: mirrors.cicku.me
* extras: mirror.sov.uk.goscomb.net
* updates: centos.serverspace.co.uk
EA4 | 2.9 kB 00:00 ...
EA4/primary_db | 4.6 MB 00:03
base | 3.7 kB 00:00
base/primary_db | 4.7 MB 00:00
epel | 4.3 kB 00:00
epel/primary_db | 5.9 MB 00:00
extras | 3.4 kB 00:00
extras/primary_db | 37 kB 00:00
updates | 3.4 kB 00:00
updates/primary_db | 3.1 MB 00:00
No Packages marked for Update
[root@server ~]#
-
-
October 28th, 2016, 15:59
#5
عضو انجمن
پاسخ : مشکل در سنتوس
دو دستور زیر رو امتحان کنید
کد:
yum clean all
yum repolist enabled
-
-
October 28th, 2016, 16:44
#6
پاسخ : مشکل در سنتوس
-
-
October 28th, 2016, 17:49
#7
پاسخ : مشکل در سنتوس
-
-
October 28th, 2016, 19:56
#8
عضو انجمن
پاسخ : مشکل در سنتوس
نوشته اصلی توسط
amir9136
سلام دوستان خوبید
سنتوس دچار مشکل شده
وقتی میزنیم
yum update
مینویسه
no package for update
یا هرچی رو می نصبیم همین مشکل میده
حتی در ایزی اپاچی چهار
وقتی می خواد موارد php رو انتخاب کنیم
اونجا هم می نویه
no package for update
مشکل از چیه
(شاید بعضی دوستان بگم پکیج برا اپدیت نیست )
ک این حرف اشتباهه
قبلا ی بار مشکل داشتم یکی واسم حلش کرد
الان نیاز ب کمک داریم
از دستورات زیر استفاده کنید و نتیجه را اعلام کنید.
کد:
yum clean all
yum check
yum erase apf
yum upgrade
همچنین محتویات فایل yum.conf را ارسال کنید.
میزبانی وب مطمئن را با سامی هاست تجربه کنید.
Info [at] samihost [ dot ] com - TG : @samihost - Skype : samihost - 044-35676715
-
تعداد تشکر ها از samihost به دلیل پست مفید
-
October 28th, 2016, 20:32
#9
پاسخ : مشکل در سنتوس
اگر با ایدی تلگرامم در تماس باشید مشخصات بدم ممنون میشم چک کنید در صورت حل راه حل همینجا بگید
@almanwebhostcom
-
-
October 29th, 2016, 00:03
#10
عضو انجمن
پاسخ : مشکل در سنتوس
نوشته اصلی توسط
amir9136
اگر با ایدی تلگرامم در تماس باشید مشخصات بدم ممنون میشم چک کنید در صورت حل راه حل همینجا بگید
@almanwebhostcom
دسترسی را پ.خ کنید تا بررسی شود و پس از رفع مشکل ، توضیح مختصری در تاپیک گذاشته شود.
میزبانی وب مطمئن را با سامی هاست تجربه کنید.
Info [at] samihost [ dot ] com - TG : @samihost - Skype : samihost - 044-35676715
-
تعداد تشکر ها از samihost به دلیل پست مفید