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, 13:33:25

Author Topic: conflic mratwork-testing dan mratwork-release  (Read 8925 times)

0 Members and 1 Guest are viewing this topic.

Offline abidtommy

  • Junior Member
  • *
  • Posts: 36
  • Karma: +1/-0
    • View Profile
conflic mratwork-testing dan mratwork-release
« on: 2014-05-21, 13:33:58 »
saat saya jalankan perintah # yum install mratwork-testing, muncul error :

Code: [Select]
Loaded plugins: fastestmirror, priorities, protectbase, replace
Loading mirror speeds from cached hostfile
 * Webmin: webmin.mirror.somersettechsolutions.co.uk
 * mratwork-epel: mirror.dionipe.net
 * mratwork-ius-stable: hkg.mirror.rackspace.com
Excluding Packages from MRatWork - CentOS 5 Packages from CentOS.EC
Finished
Excluding Packages from MRatWork - Extra Packages for EL 5 - arch
Finished
Excluding Packages from MRatWork - IUS Community Packages for EL 5 (archive) - arch
Finished
Excluding Packages from MRatWork - IUS Community Packages for EL 5 (stable) - arch
Finished
0 packages excluded due to repository protections
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mratwork-testing.noarch 0:0.0.3-2 set to be updated
--> Processing Conflict: mratwork-release conflicts mratwork-testing
--> Processing Conflict: mratwork-testing conflicts mratwork-release
--> Finished Dependency Resolution
mratwork-release-0.0.3-2.noarch from installed has depsolving problems
  --> mratwork-release conflicts with mratwork-testing
mratwork-testing-0.0.3-2.noarch from mratwork-release-neutral-noarch has depsolving problems
  --> mratwork-testing conflicts with mratwork-release
Error: mratwork-release conflicts with mratwork-testing
Error: mratwork-testing conflicts with mratwork-release
 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest

apakah perlu untuk menonaktifkan repo mratwork-release di /etc/yum.repos.d/ ??

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: conflic mratwork-testing dan mratwork-release
« Reply #1 on: 2014-05-21, 14:21:10 »
Yes. You need run 'yum replace mratwork-release --replace-with=mratwork-testing' and then 'yum clean all; yum update'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline abidtommy

  • Junior Member
  • *
  • Posts: 36
  • Karma: +1/-0
    • View Profile
Re: conflic mratwork-testing dan mratwork-release
« Reply #2 on: 2014-05-22, 03:01:53 »
setelah melakukan :
yum replace mratwork-release --replace-with=mratwork-testing
yum clean all; yum update
saya lanjutkan dengan sh /script/cleanup, muncul beberapa error :

Code: [Select]
*** Executing Update (cleanup) - END ***

*** Restart services - BEGIN ***
Stopping mysqld:                                           [  OK  ]
Starting mysqld:                                           [  OK  ]
Stopping Djbdns for:
  - axfrdns    [  OK  ]
  - tinydns    [  OK  ]
Starting Djbdns for:
  - axfrdns    [  OK  ]
  - tinydns    [FAILED]
Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]
nginx: [warn] conflicting server name "domain" on 0.0.0.0:80, ignored
nginx: [warn] conflicting server name "domain" on [::]:80, ignored
nginx: [warn] conflicting server name "domain" on 0.0.0.0:443, ignored
nginx: [warn] conflicting server name "domain" on [::]:443, ignored
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
Stopping nginx:.                                           [  OK  ]
Starting nginx: nginx: [warn] conflicting server name "domain" on 0.0.0.0:80, ignored
nginx: [warn] conflicting server name "domain" on [::]:80, ignored
nginx: [warn] conflicting server name "domain" on 0.0.0.0:443, ignored
nginx: [warn] conflicting server name "domain" on [::]:443, ignored
                                                           [  OK  ]
Stopping Hiawatha web server:                              [FAILED]
Stopping qmail-toaster: svscan qmail logging.
qmail-send: no process killed
Starting qmail-toaster: svscan.
Stopping xinetd:                                           [  OK  ]
Starting xinetd:                                           [  OK  ]
Execute fixlxphpexe for php53s...
Stopping kloxo-phpcgi:                                     [  OK  ]
Starting kloxo-phpcgi:                                     [  OK  ]
Stopping kloxo-hiawatha:                                   [  OK  ]
Starting kloxo-hiawatha:                                   [  OK  ]
Stopping php-fpm:                                          [  OK  ]
Starting php-fpm:                                          [  OK  ]
*** Restart services - END ***

dan saat mengakses web saya, yang muncul adalah error 500.
saya juga sudah lakukan sh /script/fix-all, namun masih error 500,,

nb : untuk penulisan "domain" itu untuk menggantikan domain aslinya,, :-D
« Last Edit: 2014-05-22, 03:07:23 by abidtommy »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: conflic mratwork-testing dan mratwork-release
« Reply #3 on: 2014-05-22, 05:22:51 »
Hasil pengamatan saya, ada keanehan di server anda. Ianya tidak mau install versi terakhir dari httpd dan nginx.

Silahkan tampilkan 'yum list installed httpd* nginx*'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline abidtommy

  • Junior Member
  • *
  • Posts: 36
  • Karma: +1/-0
    • View Profile
Re: conflic mratwork-testing dan mratwork-release
« Reply #4 on: 2014-05-22, 07:13:11 »
Code: [Select]
[root@kloxo ~]# yum list installed httpd* nginx*
Loaded plugins: fastestmirror, priorities, protectbase, replace
Loading mirror speeds from cached hostfile
 * Webmin: webmin.mirror.somersettechsolutions.co.uk
 * mratwork-epel: mirror.orion.net.id
 * mratwork-ius-stable: hkg.mirror.rackspace.com
Excluding Packages from MRatWork - centalt - arch
Finished
Excluding Packages from MRatWork - Extra Packages for EL 5 - arch
Finished
Excluding Packages from MRatWork - IUS Community Packages for EL 5 (archive) - arch
Finished
Excluding Packages from MRatWork - IUS Community Packages for EL 5 (stable) - arch
Finished
0 packages excluded due to repository protections
Installed Packages
httpd.i686                                           2.2.27-1.el5                                     installed
httpd-tools.i686                                     2.2.27-1.el5                                     installed
nginx.i386                                           0.8.55-3.el5                                     installed
nginx.i686                                           1.7.0-1.el5                                      installed

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: conflic mratwork-testing dan mratwork-release
« Reply #5 on: 2014-05-22, 07:22:06 »
Ada masalah di nginx karena ada 2 versi terinstall.

Coba 'cd /; yum clean all; yum remove nginx; rpm -e nginx; yum install nginx; yum update'. Kemudian jalankan 'sh /script/cleanup'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline abidtommy

  • Junior Member
  • *
  • Posts: 36
  • Karma: +1/-0
    • View Profile
Re: conflic mratwork-testing dan mratwork-release
« Reply #6 on: 2014-05-22, 08:18:51 »
saat cleanup maih muncul error seperti ini :

Code: [Select]
*** Executing Update (cleanup) - END ***

*** Restart services - BEGIN ***
Stopping mysqld:                                           [  OK  ]
Starting mysqld:                                           [  OK  ]
Stopping named: .                                          [  OK  ]
Starting named:                                            [  OK  ]
Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]
nginx: [warn] conflicting server name "domain" on 0.0.0.0:80, ignored
nginx: [warn] conflicting server name "domain" on [::]:80, ignored
nginx: [warn] conflicting server name "domain" on 0.0.0.0:443, ignored
nginx: [warn] conflicting server name "domain" on [::]:443, ignored
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
Stopping nginx:.                                           [  OK  ]
Starting nginx: nginx: [warn] conflicting server name "domain" on 0.0.0.0:80, ignored
nginx: [warn] conflicting server name "domain" on [::]:80, ignored
nginx: [warn] conflicting server name "domain" on 0.0.0.0:443, ignored
nginx: [warn] conflicting server name "domain" on [::]:443, ignored
                                                           [  OK  ]
Stopping Hiawatha web server:                              [FAILED]
Stopping qmail-toaster: svscan qmail logging.
qmail-send: no process killed
Starting qmail-toaster: svscan.
Stopping xinetd:                                           [  OK  ]
Starting xinetd:                                           [  OK  ]
Execute fixlxphpexe for php53s...
Stopping kloxo-phpcgi:                                     [  OK  ]
Starting kloxo-phpcgi:                                     [  OK  ]
Stopping kloxo-hiawatha:                                   [  OK  ]
Starting kloxo-hiawatha:                                   [  OK  ]
Stopping php-fpm:                                          [  OK  ]
Starting php-fpm:                                          [  OK  ]
*** Restart services - END ***

Process Time: 00:00:21:59.1319444 (dd:hh:mm:ss:xxxxxx)

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: conflic mratwork-testing dan mratwork-release
« Reply #7 on: 2014-05-22, 08:20:46 »
Diperiksa kembali dengan 'yum list installed httpd* nginx*'. Apa versi httpd dan nginx sudah benar.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline abidtommy

  • Junior Member
  • *
  • Posts: 36
  • Karma: +1/-0
    • View Profile
Re: conflic mratwork-testing dan mratwork-release
« Reply #8 on: 2014-05-22, 08:33:57 »
Code: [Select]
Loaded plugins: fastestmirror, priorities, protectbase, replace
Loading mirror speeds from cached hostfile
 * Webmin: webmin.mirror.somersettechsolutions.co.uk
 * mratwork-epel: mirror.dionipe.net
 * mratwork-ius-stable: mirror.sothatswhy.org.uk
Excluding Packages from MRatWork - centalt - arch
Finished
Excluding Packages from MRatWork - Extra Packages for EL 5 - arch
Finished
Excluding Packages from MRatWork - IUS Community Packages for EL 5 (archive) - arch
Finished
Excluding Packages from MRatWork - IUS Community Packages for EL 5 (stable) - arch
Finished
0 packages excluded due to repository protections
Installed Packages
httpd.i686                                                                       2.2.27-1.el5                                                                 installed
httpd-tools.i686                                                                 2.2.27-1.el5                                                                 installed
nginx.i686                                                                       1.7.0-1.el5                                                                  installed

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: conflic mratwork-testing dan mratwork-release
« Reply #9 on: 2014-05-22, 08:45:40 »
Ok, coba anda hapus semua file (ingat file) di /home/nginx/conf/defaults dan /home/nginx/conf/domains. Juga pada /home/apache/conf/defaults dan /home/apache/conf/domains. Kemudian jalankan 'sh /script/fixweb; sh /script/restart-web'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline abidtommy

  • Junior Member
  • *
  • Posts: 36
  • Karma: +1/-0
    • View Profile
Re: conflic mratwork-testing dan mratwork-release
« Reply #10 on: 2014-05-22, 09:50:42 »
sudah namun masih masih error 500,,

Code: [Select]
[root@kloxo /]# sh /script/sysinfo

A. Kloxo-MR: 6.5.1.b-2014051901

B. OS: CentOS release 5.10 (Final) i686

C. Apps:
   1. MySQL: mysql55-5.5.37-1.ius.el5
   2. PHP: php53u-5.3.28-3.ius.el5
   3. Httpd: httpd-2.2.27-1.el5
   4. Lighttpd: --uninstalled--
   5. Hiawatha: hiawatha-9.5-2.mr.el5
   6. Nginx: nginx-1.7.0-1.el5
   7. Cache: squid-3.4.4-1.el5
   8. Dns: djbdns-1.05-17.3.mr.el5
   9. Qmail: qmail-toaster-1.03-1.3.38.mr.el5
      - with: courier-imap-toaster-4.1.2-1.3.16.mr.el5

D. Php-type (for Httpd/proxy): php-fpm_event

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:          4056       1110       2945          0        345        365
   -/+ buffers/cache:        400       3655
   Swap:         5791          0       5791

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: conflic mratwork-testing dan mratwork-release
« Reply #11 on: 2014-05-22, 10:20:34 »
Coba 'chkconfig hiawatha off; sh /script/fixphp; sh /script/restart-web'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline abidtommy

  • Junior Member
  • *
  • Posts: 36
  • Karma: +1/-0
    • View Profile
Re: conflic mratwork-testing dan mratwork-release
« Reply #12 on: 2014-05-22, 10:37:26 »
sudah, namun masih error 500,,

 


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

Page created in 0.027 seconds with 21 queries.

web stats analysis