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, 22:13:54

Author Topic: RPM Broken  (Read 11450 times)

0 Members and 1 Guest are viewing this topic.

Offline aphanciale

  • Junior Member
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
RPM Broken
« on: 2014-04-05, 10:32:02 »
Getting this error when attempting to install.
Code: [Select]
https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/x86_64/repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: RPM Broken
« Reply #1 on: 2014-04-05, 19:08:21 »
Got the same :/

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: RPM Broken
« Reply #2 on: 2014-04-05, 19:55:29 »
I think it's Centos 6 issue. Or github?.

I am not sure for github issue because I didn't found this issue in my testing servers. No issue like this for Centos 5.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline aphanciale

  • Junior Member
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: RPM Broken
« Reply #3 on: 2014-04-06, 19:30:09 »
Yes its specific to Centos 6. This file is actually corrupted.
https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/x86_64/repodata/primary.xml.gz

If you try and download and expand you will find that its corrupted.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: RPM Broken
« Reply #4 on: 2014-04-06, 19:45:42 »
This issue already fix with 'enable=0' for '[release-neutral-arch]' in mratwork.repo.

Nothing wrong with primary.xml.gz except yum bug in centos 6.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline ebokalsel

  • Junior Member
  • *
  • Posts: 41
  • Karma: +1/-0
    • View Profile
Re: RPM Broken
« Reply #5 on: 2014-04-07, 16:53:22 »
I finally made through after editing mratwork.repo

#[mratwork-release-neutral-arch]
#name=MRatWork - release-neutral-arch
#baseurl=https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/$basearch/
#mirrorlist=http://rpms.mratwork.com/repo/mirrors/mratwork-release-neutral-$basearch-mirrors.txt
#enabled=1
#gpgcheck=0

Offline Kloxo-DR

  • Senior Member
  • *
  • Posts: 239
  • Karma: +3/-9
    • View Profile
Re: RPM Broken
« Reply #6 on: 2014-04-07, 17:08:53 »
I had the same problem.

I changed it to enabled=0 instead of commenting it.

Offline ebokalsel

  • Junior Member
  • *
  • Posts: 41
  • Karma: +1/-0
    • View Profile
Re: RPM Broken
« Reply #7 on: 2014-04-07, 17:38:25 »
Another problem happen with php52, i just try to uncomment all #mirrorlist from the repo file, rerun the installation. and it's work!

Offline aphanciale

  • Junior Member
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: RPM Broken
« Reply #8 on: 2014-04-09, 22:49:53 »
Disabling mratwork-release-neutral-arch is not a solid solution.
If you do sh /script/upcp your Kloxo will break completely as you will loose lxphp.exe.

Can we somehow primary.xml.gz for Centos 6 x86_64 to repair this error. Otherwise Kloxo becomes impossible to install or update on this type of system.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: RPM Broken
« Reply #9 on: 2014-04-10, 04:42:13 »
With assumption using/update to Kloxo-MR 6.5.1.b latest update (2014040901), run 'sh /script/php53s-installer; sh /script/fixlxphpexe php53s' and then you can run upcp or cleanup.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline fossxplorer

  • Master
  • **
  • Posts: 640
  • Karma: +1/-0
    • View Profile
Re: RPM Broken
« Reply #10 on: 2014-04-12, 23:37:46 »
After moving to testing i get:
[root@mail /]# sh /script/php53s-installer
*** BEGIN 'php53s' install ***
https://github.com/mustafaramadhan/kloxo/raw/rpms/testing/centos6/x86_64/repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
https://github.com/mustafaramadhan/kloxo/raw/rpms/testing/centos6/x86_64/repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
Error: failure: repodata/primary.xml.gz from mratwork-testing-version-arch: [Errno 256] No more mirrors to try.
https://github.com/mustafaramadhan/kloxo/raw/rpms/testing/centos6/x86_64/repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
Error: failure: repodata/primary.xml.gz from mratwork-testing-version-arch: [Errno 256] No more mirrors to try.
- No PHP packages exists. Only detecting 'php53u' and 'php53'. Exit

[root@mail /]# emacs /etc/yum.repos.d/mratwork.repo
[root@mail /]#
Kloxo-MR!

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: RPM Broken
« Reply #11 on: 2014-04-13, 03:55:01 »
I didn't this issue in my servers (using centos 5 or 6).

Try add 'http_caching=packages' in /etc/yum.conf and then 'yum clean all' and then 'sh /script/php53s-installer'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline fossxplorer

  • Master
  • **
  • Posts: 640
  • Karma: +1/-0
    • View Profile
Re: RPM Broken
« Reply #12 on: 2014-04-13, 12:18:57 »
Works, but now i get Fatal error: Class 'mysqli' not found in /usr/local/lxlabs/kloxo/httpdocs/lib/php/sqlitelib.php on line 59.
Did a yum update kloxomr too: Kloxo-MR 6.5.1.b-2014041302
« Last Edit: 2014-04-13, 12:20:58 by Mella »
Kloxo-MR!

Offline fossxplorer

  • Master
  • **
  • Posts: 640
  • Karma: +1/-0
    • View Profile
Re: RPM Broken
« Reply #13 on: 2014-04-13, 13:24:39 »
I've managed to fix the issue by doing the following:
# rm -rf  /opt/php53s    #since i noticed that the structure of /opt/php53s/ was broken
# sh /script/php53s-installer
sh /script/cleanup

I did a 'yum list installed| grep mysql' before and after the steps above and noticed the only change was php55u-mysqlnd.x86_64 updated from 5.5.8-1.ius.el6 to 5.5.10-1.ius.el6.

Thank you for the help!


Kloxo-MR!

 


Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine
Click Here

Page created in 0.06 seconds with 21 queries.

web stats analysis