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-04-29, 10:30:53

Author Topic: Update From Kloxo 6.1.12 To KloxoMR  (Read 4223 times)

0 Members and 1 Guest are viewing this topic.

Offline henry

  • Valuable Member
  • *
  • Posts: 127
  • Karma: +1/-0
    • View Profile
    • Low Cost Internet Marketing Products
Update From Kloxo 6.1.12 To KloxoMR
« on: 2014-01-06, 15:08:41 »
First things first,
Thank you for the development of KloxoMR. I have directed one of my VPS tutorial to your site and this forum.
FYI, I succeed in the installation of fresh installed for new server on Centos 5.9 - 32bit.

Today, I would like to pose a few questions in relation to the update from Kloxo 6.1.12 to KloxoMr.

One. Do we have to backup for this update process?

Backup reference:
Quote
http://forum.mratwork.com/kloxo-mr-tips-and-tricks/backup-from-kloxo-6-1-12-and-import-in-kloxo-mr/

Two. During update. I have this problem, so, I couldn't go ahead.

This is my old Kloxo 6.1.12 on Centos 6 - 32bit.

Reference:

Quote
https://github.com/mustafaramadhan/kloxo/blob/dev/how-to-install.txt

2014-01-06 05:16:30 (71.3 MB/s) - `mratwork-release-0.0.1-1.noarch.rpm' saved [3633/3633]
[root@user /]# rpm -ivh mratwork-release-0.0.1-1.noarch.rpm

Preparing...                ########################################### [100%]
        package mratwork-release-0.0.1-1 is already installed

The following was in the middle process of the update...

[root@user /]# yum update mratwork-release
Quote
Loaded plugins: fastestmirror, priorities, protectbase
Loading mirror speeds from cached hostfile
 * base: centosz5.centos.org
 * updates: centosi3.centos.org
 * mratwork-ius: mirror.sothatswhy.org.uk
 * ius: mirror.sothatswhy.org.uk
 * mratwork-epel: fedora-epel.mirror.lstn.net
 * extras: centosv4.centos.org
 * addons: centosz4.centos.org
Traceback (most recent call last):
  File "/usr/bin/yum", line 29, in ?
    yummain.user_main(sys.argv[1:], exit_code=True)
  File "/usr/share/yum-cli/yummain.py", line 229, in user_main
    errcode = main(args)
  File "/usr/share/yum-cli/yummain.py", line 104, in main
    result, resultmsgs = base.doCommands()
  File "/usr/share/yum-cli/cli.py", line 339, in doCommands
    self._getTs(needTsRemove)
  File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 101, in _getTs
    self._getTsInfo(remove_only)
  File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 112, in _getTsInfo
    pkgSack = self.pkgSack
  File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 591, in <lambda>
    pkgSack = property(fget=lambda self: self._getSacks(),
  File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 434, in _getSacks
    self.repos.populateSack(which=repos)
  File "/usr/lib/python2.4/site-packages/yum/repos.py", line 251, in populateSack
    sack.populate(repo, mdtype, callback, cacheonly)
  File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 159, in populate
    if self._check_db_version(repo, mydbtype):
  File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 216, in _check_db_version
    return repo._check_db_version(mdtype)
  File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 966, in _check_db_version
    repoXML = self.repoXML
  File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 1124, in <lambda>
    repoXML = property(fget=lambda self: self._getRepoXML(),
  File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 1116, in _getRepoXML
    self._loadRepoXML(text=self)
  File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 1106, in _loadRepoXML
    return self._groupLoadRepoXML(text, ["primary"])
  File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 1090, in _groupLoadRepoXML
    if self._commonLoadRepoXML(text):
  File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 941, in _commonLoadRepoXML
    result = self._getFileRepoXML(local, text)
  File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 812, in _getFileRepoXML
    cache=self.http_caching == 'all')
  File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 687, in _getFile
    http_headers=headers,
  File "/usr/lib/python2.4/site-packages/urlgrabber/mirror.py", line 411, in urlgrab
    return self._mirror_try(func, url, kw)
  File "/usr/lib/python2.4/site-packages/urlgrabber/mirror.py", line 397, in _mirror_try
    return func_ref( *(fullurl,), **kwargs )
  File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 927, in urlgrab
    return self._retry(opts, retryfunc, url, filename)
  File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 845, in _retry
    r = apply(func, (opts,) + args, {})
  File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 913, in retryfunc
    fo = URLGrabberFileObject(url, filename, opts)
  File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 1001, in __init__
    self._do_open()
  File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 1072, in _do_open
    fo, hdr = self._make_request(req, opener)
  File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 1168, in _make_request
    fo = opener.open(req)
  File "/usr/lib/python2.4/urllib2.py", line 358, in open
    response = self._open(req, data)
  File "/usr/lib/python2.4/urllib2.py", line 376, in _open
    '_open', req)
  File "/usr/lib/python2.4/urllib2.py", line 337, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.4/site-packages/M2Crypto/m2urllib2.py", line 66, in https_open
    h.request(req.get_method(), req.get_full_url(), req.data, headers)
  File "/usr/lib/python2.4/httplib.py", line 804, in request
    self._send_request(method, url, body, headers)
  File "/usr/lib/python2.4/httplib.py", line 827, in _send_request
    self.endheaders()
  File "/usr/lib/python2.4/httplib.py", line 798, in endheaders
    self._send_output()
  File "/usr/lib/python2.4/httplib.py", line 679, in _send_output
    self.send(msg)
  File "/usr/lib/python2.4/httplib.py", line 646, in send
    self.connect()
  File "/usr/lib/python2.4/site-packages/M2Crypto/httpslib.py", line 47, in connect
    self.sock.connect((self.host, self.port))
  File "/usr/lib/python2.4/site-packages/M2Crypto/SSL/Connection.py", line 159, in connect
    if not check(self.get_peer_cert(), self.addr[0]):
  File "/usr/lib/python2.4/site-packages/M2Crypto/SSL/Checker.py", line 86, in __call__
    fieldName='subjectAltName')
M2Crypto.SSL.Checker.WrongHost: Peer certificate subjectAltName does not match host, expected github.com, got DNS:github.com,

DNS:www.github.com

I failed to proceed the installation. And do I have to backup from this update process?

Additional note: I did backup all the domains one by one manually by backup buddy plus Database exporting. This is for precaution purposes.

Please advice of the above.
Thank you
Best of health to everyone
[ Semoga semua sihat dan selamat sejahtera ]

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Update From Kloxo 6.1.12 To KloxoMR
« Reply #1 on: 2014-01-07, 06:31:01 »
Something wrong with yum itself.

Try 'yum update' only.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline henry

  • Valuable Member
  • *
  • Posts: 127
  • Karma: +1/-0
    • View Profile
    • Low Cost Internet Marketing Products
Re: Update From Kloxo 6.1.12 To KloxoMR
« Reply #2 on: 2014-01-07, 08:02:02 »
About my first question, do I have to backup and restore into KloxoMR?
Or it will automatically be converted into the KloxoMr panel?

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Update From Kloxo 6.1.12 To KloxoMR
« Reply #3 on: 2014-01-07, 08:27:45 »
Always better backup (just for emergency).

Update to KLoxo-MR also update their configs and data. Usually, update to Kloxo-MR only need adjustment for server config (web/mail/dns). Example, KLoxo-MR only have mod_php and suphp in apache but Kloxo-MR have more options.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline henry

  • Valuable Member
  • *
  • Posts: 127
  • Karma: +1/-0
    • View Profile
    • Low Cost Internet Marketing Products
Re: Update From Kloxo 6.1.12 To KloxoMR
« Reply #4 on: 2014-01-07, 18:50:37 »
I have done # yum update ...still couldn't get it through.

I tried to backup and here are the steps you mentioned in another thread.

Quote
Just enough backup from Kloxo 6.1.12 and then restore in Kloxo-MR.

The step on Kloxo:
1. Download https://github.com/mustafaramadhan/kloxo/raw/dev/kloxo/pscript/backup-patch

and place inside '/script' directory on Kloxo server
2. Run

sh /script/backup-patch;
sh /script/restart
'and then from Kloxo panel go to 'backup home' for backup process

Note:
1. backup-patch make Kloxo backup process without possible appear 'Could_not_zip_dir' (that mean backup fail)
2. For Centos 6, don't use MariaDB instead MySQL (no matter mysql/mysql51/mysql55)
 '/script' directory on Kloxo server

I run:
# wget https://github.com/mustafaramadhan/kloxo/raw/dev/kloxo/pscript/backup-patch

Failed. Then read the instruction on the screen ...To connect to github.com insecurely, use `--no-check-certificate'.
Unable to establish SSL connection.

Therefore, I run
# wget https://github.com/mustafaramadhan/kloxo/raw/dev/kloxo/pscript/backup-patch --no-check-certificate

Done!

However, as you said ;
Quote
Note:
1. backup-patch make Kloxo backup process without possible appear 'Could_not_zip_dir' (that mean backup fail)

Yes..until here, the back failed!

So, I can't backup any more.
I am not going to update because no backup ( << Sweating! )

Off Topic (But will put into my tutorial if solved)
I have one problem need to be addressed here. I have this for 1 month. All this happened because of my VPS hosting provider switched the location for 2 times due to expansion, they said. So to speak, I was been doing 2 times of reconfig IP.

Nevertheless, this time I always received the following common error with unable to solve even I Google through the entire web.

Quote
[warn] VirtualHost 204.12.223.18:443  overlaps with VirtualHost 204.12.223.18:443, the first has precedence, perhaps you need a NameVirtualHost directive

The above was my old IP address.

I read your thread...
Quote
http://forum.lxcenter.org/index.php?t=msg&goto=96658&
as well Lxcenter
Quote
http://project.lxcenter.org/issues/981

I followed all the instructions; the error still remained unchanged.

Run:
# sh /script/fixweb
# service httpd restart
Not solved.

Adding this to httpd.conf:
NameVirtualHost 204.12.223.18:80

Or try New IP,

Adding New IP to httpd.conf:
NameVirtualHost  NewIPaddress:80

Not solved.
I still having this error..
Quote
[warn] VirtualHost 204.12.223.18:443  overlaps with VirtualHost xxx.12.223.18:443, the first has precedence, perhaps you need a NameVirtualHost directive

Quote
mustafaramadhan:
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
192.168.1.108 subdom.thangnbq.com.vn subdom

I checked the above is okay.

However, my VPS server is still running with no issue.

Before my  webserverconfig was mod_php_ruid2. I have no problem of installing WordPress plugins. Now, my webserverconfig is mod_php, this time I have to put FTP localhost, username and password to install or delete every single plugins...what the hack! What could be the problem?

I am running with Centos 6/32bits , 1GB ram.

Much appreciated if you could enlighten this problem.

Thanks




 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo

Page created in 0.05 seconds with 18 queries.

web stats analysis