Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-03-28, 12:17:35

Author Topic: [UPDATE] Fix CentAlt repo in mratwork.repo  (Read 15650 times)

0 Members and 1 Guest are viewing this topic.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
[UPDATE] Fix CentAlt repo in mratwork.repo
« on: 2014-05-26, 17:39:09 »
At this moment, run 'yum update' will be fail. It's because something trouble with CentAlt repo (include in mratwork.repo).

To fix this issue:

Code: [Select]
cd /
yum clean all
yum update mratwork* --disablerepo=*centalt*
yum update kloxomr
sh /script/fixrepo
sh /script/cleanup

After above steps, you can run 'yum update' normally.
« Last Edit: 2014-05-29, 05:43:32 by MRatWork »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline didge

  • Junior Member
  • *
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Re: [UPDATE] Fix CentAlt repo in mratwork.repo
« Reply #1 on: 2014-05-27, 10:55:27 »
I have no /script/fixrepo

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: [UPDATE] Fix CentAlt repo in mratwork.repo
« Reply #2 on: 2014-05-27, 13:58:57 »
Fixrepo possible importance for OpenVZ VPS because OpenVZ behaviour. No need fixrepo for Xen/KVM.

Try:
Code: [Select]
cd /
yum clean all
yum update mratwork* --disablerepo=*centalt*
yum update kloxomr
sh /script/fixrepo
sh /script/cleanup

..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline evoreb

  • Junior Member
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: [UPDATE] Fix CentAlt repo in mratwork.repo
« Reply #3 on: 2014-05-27, 14:45:55 »
hi.. had the same problem for the last few hours and could not use
Code: [Select]
sh /script/fixrepokept getting Command not found error
so i did this instead
Code: [Select]
yum install kloxomr -y --disablerepo=*centalt*
and it worked... Now have Kloxo MR up and running

Offline KloxoLittleFish

  • Valuable Member
  • *
  • Posts: 147
  • Karma: +0/-0
    • View Profile
Re: [UPDATE] Fix CentAlt repo in mratwork.repo
« Reply #4 on: 2014-05-28, 12:14:16 »
i updated and now i have fqm_event error ... again ... only works suphp :-\

Quote
A. Kloxo-MR: 6.5.0.f-2014051901

B. OS: CentOS release 6.5 (Final) x86_64

C. Apps:
   1. MySQL: mysql55-5.5.37-1.ius.el6.x86_64
   2. PHP: php54-5.4.28-1.ius.el6.x86_64
   3. Httpd: httpd-2.2.27-1.mr.e6.x86_64
   4. Lighttpd: --uninstalled--
   5. Nginx: --uninstalled--
   6. Qmail: qmail-toaster-1.03-1.3.38.mr.el6.x86_64
      - with: courier-imap-toaster-4.1.2-1.3.16.mr.el6.x86_64
   7. Dns: bind-9.9.5-1.el6.x86_64

to solve :

Quote
vi /etc/yum.repos.d/mratwork.repo
Quote
[mratwork-ius-stable]
bla bla bla
exclude=mysql51*

[mratwork-ius-archive]
bla bla bla
exclude=mysql51*

to

Quote
[mratwork-ius-stable]
bla bla bla
exclude=mysql51* php53*-5.3.28* php54*-5.4.28

[mratwork-ius-archive]
bla bla bla
exclude=mysql51* php53*-5.3.28* php54*-5.4.28

then

Quote
yum clean all
yum downgrade php54*
sh /script/restart-web
« Last Edit: 2014-05-28, 12:31:03 by KloxoLittleFish »

Offline Actual

  • Junior Member
  • *
  • Posts: 20
  • Karma: +0/-0
    • View Profile
Re: [UPDATE] Fix CentAlt repo in mratwork.repo
« Reply #5 on: 2014-05-28, 15:56:27 »
Mustafa,

I got this to work on two of my three servers. On my main production server (still running 2014041203) it did not work, instead I got this error:


http://qtp.qmailtoaster.com/repos/nodist/repodata/repomd.xml: [Errno 12] Timeout on http://qtp.qmailtoaster.com/repos/nodist/repodata/repomd.xml: (28, 'connect() timed out!')
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: qtp-nodist. Please verify its path and try again


What can fix it?

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: [UPDATE] Fix CentAlt repo in mratwork.repo
« Reply #6 on: 2014-05-29, 02:55:36 »
Kloxo-MR not include qtp repo but re-compile their qmailt-toaster. Possible you have qtp repo inside /etc/yum.repos.d and need renamed it to .nonrepo.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Actual

  • Junior Member
  • *
  • Posts: 20
  • Karma: +0/-0
    • View Profile
Re: [UPDATE] Fix CentAlt repo in mratwork.repo
« Reply #7 on: 2014-05-29, 23:48:53 »
very weird - problem has gone away on it's own! yum update worked today without any error. I cannot explain it!

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: [UPDATE] Fix CentAlt repo in mratwork.repo
« Reply #8 on: 2014-06-01, 18:35:10 »
Just change in mratwork.repo:

baseurl=http://centos.alt.ru/repository/centos/$releasever/$basearch/

to

baseurl=http://mirror.sysadminguide.net/centalt/repository/centos/6/$basearch/

Offline aria

  • Junior Member
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: [UPDATE] Fix CentAlt repo in mratwork.repo
« Reply #9 on: 2014-06-06, 21:28:33 »
Hi,

I want install kloxomr but I get this error: (OS Centos 6.5)

http://centos.alt.ru/repository/centos/6/i386/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403 Forbidden"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: mratwork-centalt. Please verify its path and try again

 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo

Page created in 0.04 seconds with 21 queries.

web stats analysis