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-29, 05:49:46

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - henry

Pages: 1 ... 7 8 [9]
121
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 ]

122
Although I didn't need this domain of which caused the problem, I just added the domain back to the Kloxo Panel.

That fix the issued.

Thanks for attention

123
Okay, thx for the reply.
Since the backup takes long time to do. I need sometimes for this.

Yesterday, I already backup all the database. Now, it is time for backup the WP-content important files.
Although, I used buddy for backup everything, I think FTP download the WP-content is vital.

I be back.
Talk soon

Henry

124
Would it affect to all my existing domain with a fresh install?

Or just update is enough?

125
sh: /script/sysinfo:

Quote
No such file or directory


126
Oh ya,
Currently, I see my server service:
httpd and named are in "red" sign

127
I already done this:
# yum update
# sh /script/cleanup
# sh /script/fixweb
# service httpd restart

After #service httpd restart, I received this error.
Quote
apachectl: Configuration syntax error, will not run "graceful":
Warning: DocumentRoot [/home/xpreview/xpreview/] does not exist
Syntax error on line 26 of /home/apache/conf/domains/xpreview.conf:
RUidGid takes two arguments, Minimal uid or gid file/dir, else set[ug]id to default (User,Group)

I got this problem after I tried to make a redirection from one of the sub-domain. This shows to me that kloxo is sensitive, one error shut everything down?

At early time, I got this message.
Quote
Stopping httpd:                                            [FAILED]
Starting httpd: Syntax error on line 26 of /home/apache/conf/domains/xpreview.conf:
RUidGid takes two arguments, Minimal uid or gid file/dir, else set[ug]id to default (User,Group)
                                                           [FAILED]

Kindly help
seoblogbuzz

Pages: 1 ... 7 8 [9]

MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix
Click Here

Page created in 0.062 seconds with 17 queries.

web stats analysis