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-16, 23:21:55

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

Pages: [1] 2
1
Sorry, I dont have paypal. Do you receive bank transfer? I use BCA. I dont have much, but I hope it can help u.
Or, if you want, I can give you a VPS with a public IP free to develop Kloxo, until earth end. At this time, I can not give you Dedicated Server because only have a little dedicated server.

If it is okay for you, you can contact me via email.

Yours from Jakarta

2
Indonesia Users / Re: Help: could_not_add_mail
« on: 2013-07-29, 21:45:48 »
Ok mas... Makasih... resepnya manjur....

3
Indonesia Users / Re: NS untuk 3 server yang berbeda.
« on: 2013-07-29, 16:30:15 »
Mohon masukan, apakah konfigurasi di page one sudah benar?

4
Indonesia Users / Help: could_not_add_mail
« on: 2013-07-29, 16:09:58 »
Saya dapet pesan ini waktu mau tambah domain di Kloxo-MR. Bisa bantu apa yang harus saya perbuat? Terima kasih.

Code: [Select]
could_not_add_mail [could not open lock file /var/qmail/users/assign.lockFailed while attempting to update_file() the assign fileError. Failed to add domain to assign file]...

5
Indonesia Users / Re: NS untuk 3 server yang berbeda.
« on: 2013-07-25, 06:53:28 »
saya reboot sekalian servernya.

Domainnya saya kirim lewat PM. :)

6
Indonesia Users / NS untuk 3 server yang berbeda.
« on: 2013-07-24, 12:50:10 »
Para mastah, saya butuh sedikit pencerahan untuk masalah yang saya hadapi.

Kondisi, saya punya 3 VPS dengan 3 IP yang berbeda, dan beda fisik pula. VPS1 pakai Kloxo Official, VPS2 dan VPS3 pakai Kloxo-MR. Anggap seperti ini:
Code: [Select]
VPS1 -> IP1
VPS2 -> IP2
VPS3 -> IP3
Nah, lalu saya mau bikin 3 Name Server yang berbeda yang masing-masing mengarah ke VPS tersebut.
Code: [Select]
ns1.domain.saya -> VPS1 -> IP1
ns2.domain.saya -> VPS2 -> IP2
ns3.domain.saya -> VPS3 -> IP3
Saya sudah melakukan setting di registrar saya supaya masing-masing mengarah ke IP yang benar
Code: [Select]
Child name server:
ns1.domain.saya  -> IP1
ns2.domain.saya  -> IP2
ns3.domain.saya  -> IP3
DNS Management:
ns1 14400 IN A  IP1
ns1 14400 IN NS ns1.domain.saya
ns2 14400 IN A  IP2
ns2 14400 IN NS ns2.domain.saya
ns3 14400 IN A  IP3
ns3 14400 IN NS ns3.domain.saya
Saya membuat DNS Template di VPS1
Code: [Select]
__base__ A - IP1
cp A - IP1
mail  A - IP1
ns A - IP1
ns1 A - IP1
ns2 A - IP2
ns3 A - IP3
ftp   CN - __base__
lists CN - mail
webmail  CN - mail
www      CN - __base__
domain.dnst MX 10 mail.domain.dnst
ns1.domain.saya NS - ns1.domain.saya
ns2.domain.saya NS - ns2.domain.saya
-  NS - ns3.domain.saya
Lalu membuat DNS Template di VPS2
Code: [Select]
__base__ A - IP2
cp A - IP2
mail  A - IP2
ns A - IP2
ns1 A - IP1
ns2 A - IP2
ns3 A - IP3
ftp   CN - __base__
lists CN - mail
webmail  CN - mail
www      CN - __base__
domain.dnst MX 10 mail.domain.dnst
ns1.domain.saya NS - ns1.domain.saya
ns2.domain.saya NS - ns2.domain.saya
-  NS - ns3.domain.saya
Dan akhirnya membuat DNS Template di VPS3
Code: [Select]
__base__ A - IP3
cp A - IP3
mail  A - IP3
ns A - IP3
ns1 A - IP1
ns2 A - IP2
ns3 A - IP3
ftp   CN - __base__
lists CN - mail
webmail  CN - mail
www      CN - __base__
domain.dnst MX 10 mail.domain.dnst
ns1.domain.saya NS - ns1.domain.saya
ns2.domain.saya NS - ns2.domain.saya
-  NS - ns3.domain.saya

Masalahnya, ketika saya ping, baik ns1.domain.saya, ns2.domain.saya, maupn ns3.domain.saya semuanya tetap mengarah IP1. Bukannya masing-masing harus mengarah ke IPnya ya?
Mohon pencerahan apa yang salah dan apa yang harus dibetulkan.

Terima kasih.

7
Is it inside Kloxo? Or I have to use ssh?

8
Indonesia Users / Re: Migrasi Kloxo antar VPS
« on: 2013-07-18, 00:51:46 »
Meskipun udah dijawab via YM, tetep saya tulis di sini, biar jadi pembelajaran buat yang lain.

Saya rsync semua yang di /var/lib/mysql/

Tadi Mas MR udah kasih sekelumit solusi. Harusnya mysql nya dimatiin dulu. Ntar saya coba lagi. Server udah diinstal ulang.

9
Dear all,
I think I found something missing in command line for Kloxo-MR Final Release Instalation.

Here, original instruction:
Code: [Select]
A. pre-install -- better for fresh install

    cd /

    # update centos to latest version
    yum update -y
    # install some packages like package-cleanup, etc
    yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y
    yum install telnet wget -y

    setenforce 0
    echo 'SELINUX=disabled' > /etc/selinux/config

    cd /

B. Install Kloxo-MR (select B.1 or B.2)

B.1 For Dev (alpha, beta, candidate) Release:
   - Install/reinstall/upgrade -- data not destroyed with this fork
     for existing kloxo (6.1.x), run 'sh /script/update' first.

    # delete if exist, create kloxo temp dir
    rm -rf /tmp/kloxo; mkdir /tmp/kloxo ; cd /tmp/kloxo;

    rm -f ./kloxo-mr-dev.sh

    # get kloxo-mr-dev installer from github
    wget https://github.com/mustafaramadhan/kloxo/raw/dev/kloxo/install/kloxo-mr-dev.sh --no-check-certificate

    # install kloxo
    sh ./kloxo-mr-dev.sh
   
    # better reboot
    reboot
   
B.2. For Final Release:
   - Install/reinstall/upgrade -- data not destroyed with this fork
     for existing kloxo (6.1.x), run 'sh /script/update' first.

    # move repo dir
    cd /etc/yum.repos.d/

    # get repo file -- no need for 6.5.0.c and after
    wget https://github.com/mustafaramadhan/kloxo/raw/release/kloxo-mr.repo --no-check-certificate

    # move to /
    cd /

    # install (and then run 'setup.sh' instead 'installer.sh')
    yum install kloxomr -y
   
    # better reboot
    reboot
In Final Release instruction, before reboot, you need to run this script:
Code: [Select]
# Run setup.sh before reboot
sh /usr/local/lxlabs/kloxo/install/setup.sh

#better reboot
reboot
Yes, instruction already give this command:
Code: [Select]
# install (and then run 'setup.sh' instead 'installer.sh')But, maybe some dub like me need more detail instruction. So, just run setup.sh. If you do not run setup.sh, you never see Kloxo-MR.
When you run setup.sh, just enjoy your cup of coffee.

10
Indonesia Users / Re: Migrasi Kloxo antar VPS
« on: 2013-07-17, 14:55:45 »
Dilema antara pengen nyerah dan penasaran.
Ini lagi terus semedi sama Mbah Google biar dapet wangsit.

Kalo mau ambil folder, saya kesulitan, karena kapasitas di server Asal udah hampir habis... Mau bikin back up udah gak mungkin lagi. Kalau saya scp langsung, ownernya berubah semua jadi root. Padahal kan udah ada yang punya masing-masing.

CentOSnya pake versi 5.9 ternyata.

Code: [Select]
[root@pohon /]# cat /etc/redhat-release
CentOS release 5.9 (Final)

Tadinya tuh waktu install semua beres. Tapi begitu rsync malah jadi masalah... apa ada yang ketimpa ya?

11
Indonesia Users / Re: Beranda Indonesia subforum
« on: 2013-07-16, 14:50:43 »
phpBB gampang kok. Kalo mau tampil beda juga bisa cari2 templatenya, banyak yang gratis... Hehehehe...

12
Indonesia Users / Re: Migrasi Kloxo antar VPS
« on: 2013-07-16, 14:45:41 »
Code: [Select]
[root@pohon /]# mysql_upgrade
Looking for 'mysql' as: mysql
Looking for 'mysqlcheck' as: mysqlcheck
Running 'mysqlcheck with default connection arguments
mysqlcheck: Got error: 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) when trying to connect
FATAL ERROR: Upgrade failed
Code: [Select]
[root@pohon /]# cd /var/lib/mysql
[root@pohon mysql]# dir mysql.sock
dir: mysql.sock: No such file or directory
Filenya ternyata gak ada...

Apa diinstal ulang aja Kloxonya? Cuma nanti kalo mau pindahin file dan database gini lagi gak ya?

13
Indonesia Users / Re: Migrasi Kloxo antar VPS
« on: 2013-07-12, 09:27:05 »
Code: [Select]
[root@pohon log]# vi mysqld.log
130709 06:57:29 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
130709  6:57:29 [Note] Plugin 'FEDERATED' is disabled.
130709  6:57:30  InnoDB: Initializing buffer pool, size = 16.0M
130709  6:57:30  InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
130709  6:57:30  InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
130709  6:57:30  InnoDB: Log file ./ib_logfile0 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
130709  6:57:30  InnoDB: Log file ./ib_logfile1 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
130709  6:57:30  InnoDB: Started; log sequence number 0 0
130709  6:57:30 [Warning] 'user' entry 'root@pohon.web.id' ignored in --skip-name-resolve mode.
@
"mysqld.log" 766L, 44136C

Code: [Select]
[root@pohon log]# tail mysqld.log
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 0 44233
130711 14:22:28  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
InnoDB: Apply batch completed
130711 14:22:28  InnoDB: Started; log sequence number 0 44233
130711 14:22:28 [ERROR] /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13)
130711 14:22:28 [ERROR] Fatal error: Can't open and lock privilege tables: Can't find file: './mysql/host.frm' (errno: 13)
130711 14:22:28 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended

File /var/lib/mysql/xxxxx.err tidak ada.
Code: [Select]
[root@pohon log]# cd /var/lib/mysql
[root@pohon mysql]# dir *.err
dir: *.err: No such file or directory

14
Indonesia Users / Re: Migrasi Kloxo antar VPS
« on: 2013-07-11, 20:23:09 »
Terima kasih mas buat idenya.

Saran no. 1 ternyata memang sudah di comment (#). Jadi saya tidak melakukan perubahan apa pun.

Saran no. 2, saya lakukan dengan rename, ketiga nama file tersebut depannya saya rename jadi __XXX.

Kemudian saya melakukan ini:
Code: [Select]
[root@pohon mysql]# service mysqld start
MySQL Daemon failed to start.
Starting mysqld:                                           [FAILED]
Masih gagal juga... ada pencerahan?  :?:  :?:  :?:  :?:

15
Indonesia Users / Re: Migrasi Kloxo antar VPS
« on: 2013-07-11, 17:46:44 »
Code: [Select]
[root@pohon script]# yum list installed mysql* mariadb* MariaDB*
Loaded plugins: fastestmirror, priorities, protectbase, replace
Loading mirror speeds from cached hostfile
 * base: mirrors.hostemo.com
 * extras: mirrors.hostemo.com
 * kloxo-mr-epel: download.fedoraproject.org
 * kloxo-mr-ius: ius.cu.be
 * updates: mirror.pregi.net
Excluding Packages from Kloxo-MR - centalt - i386
Finished
Excluding Packages from Kloxo-MR - IUS Community Packages for EL 5 - i386
Finished
Reducing Kloxo-MR - IUS Community Packages for EL 5 (special) - i386 to included packages only
Finished
0 packages excluded due to repository protections
Error: No matching Packages to list

Pages: [1] 2

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

Page created in 0.075 seconds with 20 queries.

web stats analysis