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-26, 06:17:34

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 - MRatWork

Pages: 1 ... 1024 1025 [1026] 1027 1028 ... 1037
15376
GNU/Linux Helps / Re: [TIP] Issues on Centos 5.9 64bit
« on: 2013-01-31, 11:42:39 »
Quote from: "MRatWork"
As we know, Centos 64bit including .i386 (maybe as .i686 on Centos 6.x) package arch beside .x86_64.

We can check with 'yum list *.i386|grep installed' (for Centos 5.x) or 'yum list *.i386|grep @' (for Centos 6.x).

If you have clean OS (no Kloxo-MR or webmin or other panels), it's save when remove *.i386 version with 'yum remove *.i386'. No guarantee if your system already install Kloxo-MR.

Some issues when Kloxo-MR installed:

1. Update mysql 5.0.95 to new one (5.0.96) will failed. Need 'yum remove mysql*.i386; yum update mysql*'.
2. The same issue when switch to other branch like 'yum replace mysql --replace-with=mysql55' ('yum replace' only work after install Kloxo-MR)
3. If you found '/etc/sysconfig/iptables' and '/etc/sysconfig/ip6tables' for awhile rename to iptables.bck and ip6tables.bck
4. Investigate other issues.

15377
Go to http://rpms.potissima.com/core/ and see the latest progress.

1. Kloxo-mr.6.5.0.c.2013013101
- watchdog and start/stop service already fixed
- restart service (happen when add domain for example) using file inside /usr/local/lxlabs/kloxo/etc/process. For example httpd using 'graceful' instead 'restart' for restart purpose

For Centos 5.9 issues, read viewtopic.php?f=11&t=775

15378
GNU/Linux Helps / [TIP] Issues on Centos 5.9 64bit
« on: 2013-01-31, 11:05:14 »
As we know, Centos 64bit including .i386 (maybe as .i686 on Centos 6.x) package arch beside .x86_64.

We can check with 'yum list *.i386|grep installed' (for Centos 5.x) or 'yum list *.i386|grep @' (for Centos 6.x).

If you have clean OS (no Kloxo-MR or webmin or other panels), it's save when remove *.i386 version with 'yum remove *.i386'. No guarantee if your system already install Kloxo-MR.

Some issues when Kloxo-MR installed:

1. Update mysql 5.0.95 to new one (5.0.96) will failed. Need 'yum remove mysql*.i386; yum update mysql*'.
2. The same issue when switch to other branch like 'yum replace mysql --replace-with=mysql55' ('yum replace' only work after install Kloxo-MR)
3. Investigate other issues.

15379
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-01-31, 10:43:22 »
Quote from: "Spacedust"
When trying to enable antivirus scan I got a message:

"simscan_is_not_installed_for_virus_scan"

There is such warning when loading named or something similar there:

Quote
You need to implement a remote task_setrlimit in your security module and call it direc
tly from this functionWARNING: at security/security.c:51 security_ops_task_setrlimit()

Call Trace:
 [<ffffffff8012eeeb>] security_ops_task_setrlimit+0x87/0x96
 [<ffffffff8009dc0a>] do_prlimit+0xd7/0x1d2
 [<ffffffff8009ed53>] sys_setrlimit+0x36/0x43
 [<ffffffff8005d29e>] tracesys+0xd5/0xdf
You need install simscan with 'yum install simscan-toaster'.

15380
Sejauh apa isi php.ini yang berbeda-beda itu?.

Nilai 'php_admin_value[memory_limit]' akan menggantikan nilai 'memory_limit' pada php.ini.

Hanya suphp yang pakai php.ini sendiri-sendiri untuk setiap user. Yang lain selalu pakai /etc/php.ini. Syukurnya di php-fpm, nilai-nilai tertentu bisa diubah melalui 'php_admin_value[]' itu.

15381
Kloxo-MR Technical Helps / Re: Duplicity Backup
« on: 2013-01-31, 09:13:55 »
In Final release, we will be only have 1 kloxo-mr.repo content where potissima as mirror of github.

15382
Kloxo-MR Technical Helps / Re: Duplicity Backup
« on: 2013-01-31, 09:11:33 »
Kloxo-MR (also Kloxo Official) not using duplicity. This package can installing because Kloxo-MR including epel repo and this package from epel.

You can see the content of /etc/yum.repos.d/kloxo-mr.repo and learn other repos including.

For example, We can install php52/php53u/php54 instead php branch. Kloxo-MR taken from ius repo and spec for this repo including inside kloxo-mr.repo.

This is content of kloxo-mr.repo when install kloxo with using from github source:
Code: [Select]
[kloxo-mr-release-core]
name=Kloxo-MR - release-core
baseurl=https://github.com/mustafaramadhan/kloxo/raw/rpms/release/kloxo/noarch/
enabled=1
gpgcheck=0

[kloxo-mr-release-noarch]
name=Kloxo-MR - release-noarch
baseurl=https://github.com/mustafaramadhan/kloxo/raw/rpms/release/centos$releasever/noarch/
enabled=1
gpgcheck=0

[kloxo-mr-release-arch]
name=Kloxo-MR - release-$basearch
baseurl=https://github.com/mustafaramadhan/kloxo/raw/rpms/release/centos$releasever/$basearch/
enabled=1
gpgcheck=0

[kloxo-mr-testing-core]
name=Kloxo-MR - testing-core
baseurl=https://github.com/mustafaramadhan/kloxo/raw/rpms/testing/kloxo/noarch/
enabled=0
gpgcheck=0

[kloxo-mr-testing-noarch]
name=Kloxo-MR - testing-noarch
baseurl=https://github.com/mustafaramadhan/kloxo/raw/rpms/testing/centos$releasever/noarch/
enabled=0
gpgcheck=0

[kloxo-mr-testing-arch]
name=Kloxo-MR - testing-$basearch
baseurl=https://github.com/mustafaramadhan/kloxo/raw/rpms/testing/centos$releasever/$basearch/
enabled=0
gpgcheck=0

# ==================================

[kloxo-mr-centalt]
name=Kloxo-MR - centalt - $basearch
baseurl=http://centos.alt.ru/repository/centos/$releasever/$basearch/
enabled=1
gpgcheck=0
exclude=openssh*

# ==================================

[kloxo-mr-ius]
name=Kloxo-MR - IUS Community Packages for Enterprise Linux $releasever - $basearch
baseurl=http://dl.iuscommunity.org/pub/ius/stable/Redhat/$releasever/$basearch
mirrorlist=http://dmirr.iuscommunity.org/mirrorlist/?repo=ius-el$releasever&arch=$basearch
enabled=1
gpgcheck=0

# ==================================

[kloxo-mr-epel]
name=Kloxo-MR - Extra Packages for Enterprise Linux $releasever - $basearch
baseurl=http://download.fedoraproject.org/pub/epel/$releasever/$basearch
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-$releasever&arch=$basearch
enabled=1
gpgcheck=0

So you can see other repo (epel, ius and centalt) also included.

You can found different detail if install Kloxo-MR from potissima:
Code: [Select]
[kloxo-mr-release-neutral-noarch]
name=Kloxo-MR - release-neutral-noarch
baseurl=http://rpms.potissima.com/repo/release/neutral/noarch/
enabled=1
gpgcheck=0

[kloxo-mr-release-neutral-arch]
name=Kloxo-MR - release-neutral-$basearch
baseurl=http://rpms.potissima.com/repo/release/neutral/$basearch/
enabled=1
gpgcheck=0

[kloxo-mr-release-version-noarch]
name=Kloxo-MR - release-version-noarch
baseurl=http://rpms.potissima.com/repo/release/centos$releasever/noarch/
enabled=1
gpgcheck=0
exclude=*-toaster djbdns

[kloxo-mr-release-version-arch]
name=Kloxo-MR - release-version-$basearch
baseurl=http://rpms.potissima.com/repo/release/centos$releasever/$basearch/
enabled=1
gpgcheck=0
exclude=*-toaster djbdns

[kloxo-mr-testing-neutral-noarch]
name=Kloxo-MR - testing-neutral-noarch
baseurl=http://rpms.potissima.com/repo/testing/neutral/noarch/
enabled=0
gpgcheck=0

[kloxo-mr-testing-neutral-arch]
name=Kloxo-MR - testing-neutral-$basearch
baseurl=http://rpms.potissima.com/repo/testing/neutral/$basearch/
enabled=0
gpgcheck=0

[kloxo-mr-testing-version-noarch]
name=Kloxo-MR - testing-version-noarch
baseurl=http://rpms.potissima.com/repo/testing/centos$releasever/noarch/
enabled=0
gpgcheck=0

[kloxo-mr-testing-version-arch]
name=Kloxo-MR - testing-version-$basearch
baseurl=http://rpms.potissima.com/repo/testing/centos$releasever/$basearch/
enabled=0
gpgcheck=0

[kloxo-mr-srpms]
name=Kloxo-MR - srpms
baseurl=http://rpms.potissima.com/repo/SRPMS/
enabled=0
gpgcheck=0

# ==================================

[kloxo-mr-lxcenter]
name=Kloxo-MR - lxcenter - $basearch
baseurl=http://download.lxcenter.org/download/update/centos-$releasever/$basearch/
enabled=1
gpgcheck=0
includepkgs=vpopmail qmail spamassasin *-toaster djbdns

# ==================================

[kloxo-mr-centalt]
name=Kloxo-MR - centalt - $basearch
baseurl=http://centos.alt.ru/repository/centos/$releasever/$basearch/
enabled=1
gpgcheck=0
exclude=openssh*

# ==================================

[kloxo-mr-ius]
name=Kloxo-MR - IUS Community Packages for Enterprise Linux $releasever - $basearch
baseurl=http://dl.iuscommunity.org/pub/ius/stable/Redhat/$releasever/$basearch
mirrorlist=http://dmirr.iuscommunity.org/mirrorlist/?repo=ius-el$releasever&arch=$basearch
enabled=1
gpgcheck=0

# ==================================

[kloxo-mr-epel]
name=Kloxo-MR - Extra Packages for Enterprise Linux $releasever - $basearch
baseurl=http://download.fedoraproject.org/pub/epel/$releasever/$basearch
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-$releasever&arch=$basearch
enabled=1
gpgcheck=0

# ==================================

# for varnish
[kloxo-mr-varnish-3.0]
name=Kloxo-MR - Varnish 3.0 for Enterprise Linux $releasever - $basearch
baseurl=http://repo.varnish-cache.org/redhat/varnish-3.0/el$releasever/$basearch
enabled=1
gpgcheck=0

# ==================================

# for hiawatha
[kloxo-mr-centosec]
name=Kloxo-MR - CentOS $releasever Packages from CentOS.EC
baseurl=http://centos$releasever.ecualinux.com/$basearch
enabled=1
gpgcheck=0

# ==================================

# for nginx-stable
[kloxo-mr-nginx]
name=Kloxo-MR - nginx repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=0
enabled=1

15383
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-01-31, 08:56:20 »
Error 'YUM Gave Error... Trying Again...' not related to SELinux. Kloxo always disable if SELinux exists.

This error tend to when install something, yum found packages conflict. It's maybe mysql or others. Some packages sometimes exist with their .i386 files where new packages ONLY have .x86_64 files. It's make version .x86_64 not the same with .i386.

For this situation, install on x86_64 need 'yum remove *.i386' before install Kloxo-MR (Kloxo Official too).

Error '500' tend to web config not match and or php-fpm not running. Try 'sh /script/fixweb' and then force running 'service httpd restart; service nginx restart; service php-fpm restart'.

15384
Kloxo-MR Technical Helps / Re: Duplicity Backup
« on: 2013-01-30, 22:28:28 »
Quote from: "Viking"
Quote from: "MRatWork"
Sorry, what the meaning 'duplicity backup' and 'repository'?
So now you have installed the duplicity of your repository rpm.
Try install with 'yum install duplicity'

15385
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-01-30, 22:10:07 »
Only Kloxo-MR from http://rpms.potissima.com/core able for Centos 6 at this moments. Kloxo-MR on github still older.

That mean install on Centos 6 only for fresh install.

15386
Kloxo-MR Technical Helps / Re: Duplicity Backup
« on: 2013-01-30, 21:48:24 »
Sorry, what the meaning 'duplicity backup' and 'repository'?

15387
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-01-30, 20:53:35 »
Quote from: "giljack"
Have tested upgrade from Kloxo-MR 6.5.0 to Kloxo-MR 6.5.0.c.2013.112804 on Centos 5.9 (final) 32-bit.

What should I test more?.

I can re-install another OS on this VPS for testing.
Try install on Centos 6. I hope no other issues (that mean the same issue like you found before).

15388
Step for testing 'update'

1. Install Kloxo Official or Kloxo-MR current version
2. Setup 1-2 domain with also setup admin email account for each domain
4. Setup mailing list
5. checking website, email and mailing list running well
6. Setup latest Kloxo-MR (not ready on github)
7. Go to http://rpms.potissima.com/core (this is special url for latest release but not ready upload to github)
8. Copy 4 files (kloxo-current.zip, kloxo-install.zip, kloxo-installer.sh and kloxo-packer.sh) to server (say it, to '/tmp/' dir or other dir)
9. Run 'sh ./kloxo-installer.sh --type=master' as usual

Jika mau langsung install baru pakai langkah 7-9.

15389
Kloxo-MR Technical Helps / Re: Is suphp okay now?
« on: 2013-01-30, 19:19:46 »
Quote from: "Anik"
Actually i want to use suphp because the whole last year i used it and i don't have any single problem with it.
now after changing to php-fpm (event) i get hell lot of trouble. connection reset problem, i need to restart it manually over time, 500 error, resource allocation error, config trouble etc.
So i want to have a tension free life, :) thats all.
Using nginx-proxy or just httpd?.

Better make a new thread about your issue and we can start again discuss about it.

15390
Kloxo-MR Technical Helps / Re: Is suphp okay now?
« on: 2013-01-30, 18:58:32 »

Pages: 1 ... 1024 1025 [1026] 1027 1028 ... 1037

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

Page created in 0.043 seconds with 20 queries.

web stats analysis