MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Releases => Topic started by: MRatWork on 2014-05-26, 17:39:09

Title: [UPDATE] Fix CentAlt repo in mratwork.repo
Post by: MRatWork 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.
Title: Re: [UPDATE] Fix CentAlt repo in mratwork.repo
Post by: didge on 2014-05-27, 10:55:27
I have no /script/fixrepo
Title: Re: [UPDATE] Fix CentAlt repo in mratwork.repo
Post by: MRatWork 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

Title: Re: [UPDATE] Fix CentAlt repo in mratwork.repo
Post by: evoreb 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
Title: Re: [UPDATE] Fix CentAlt repo in mratwork.repo
Post by: KloxoLittleFish 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
Title: Re: [UPDATE] Fix CentAlt repo in mratwork.repo
Post by: Actual 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?
Title: Re: [UPDATE] Fix CentAlt repo in mratwork.repo
Post by: MRatWork 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.
Title: Re: [UPDATE] Fix CentAlt repo in mratwork.repo
Post by: Actual 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!
Title: Re: [UPDATE] Fix CentAlt repo in mratwork.repo
Post by: Spacedust 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/
Title: Re: [UPDATE] Fix CentAlt repo in mratwork.repo
Post by: aria 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