dnsmng: Service /etc/init.d/named failed to start ERROR Solution – Çözüm

Merhabalar,

Plesk Panel kullandığım bir sanal sunucuda, Unable to make action: Unable to manage service by dnsmng: dnsmng: Service /etc/init.d/named failed to start (‘–start’, ‘dns’) hatasıyla karşılaştım ve gözden kaçan basit bir hatanın neden olduğunu fark ettim, sizlerle de paylaşmak istedim.

Hi All,

I had encountered a mistake on my server’s Plesk Panel and I wanted  sharing to you. Unable to make action: Unable to manage service by dnsmng: dnsmng: Service /etc/init.d/named failed to start (‘–start’, ‘dns’)

Service /etc/init.d/named failed to start ERROR Solution

Service /etc/init.d/named failed to start ERROR Çözüm

SSH Continue reading

SSH ile FTP Bağlantısı – FTP VIA TO SSH

Merhabalar,

SSH ile FTP Bağlantısı (FTP VIA TO SSH) kurmanız gerekirse aşağıdaki basit birkaç kod betiği işinize yarayacaktır. Neden böyle bir ihtiyacınızın olacağına değinmeye gerek yok alternatif bir bilgi olarak eklemekte fayda var; uzak masaüstü bağlantınız varsa ve SSH ile aranız pek iyi değilse, direkt uzak masaüstü bağlantısı ile de işinizi halledebileceğinizi hatırlatalım.

Hi All,

One day, if you need to FTP VIA TO SSH; the following code grup will help to you. Also, a small recall: if you have remote desktop connection, you can use that.

Continue reading

SOLVED – ERROR 1153 (08S01) at line 4147: Got a packet bigger than ‘max_allowed_packet’ bytes

Bir gece yarası mysql veritabanını import etmek istediğinizde: ERROR 1153 (08S01) at line 4147: Got a packet bigger than ‘max_allowed_packet’ bytes hatası ile karşılaşırsanız 1.seçenekteki dört adımı uygulayarak bu sıkıntıdan kalıcı olarak kurtulabilirsiniz veyahut ‘max_allowed_packet’ bytes hatasını anlık olarak geçmek isterseniz 2. seçenekteki ssh komutunu uygulayabilirsiniz.

Ben MySQL dosyasını, SSH üzerinden import ederken karşılaştım bu hatayla lakin problemin kaynağı aynı olduğu için siz PhpMyadmin üzerinden içe aktar yaparken de karşılaşabilirsiniz bu hatayla.

…bla bla.. if you recieve the ‘max_allowed_packet’ bytes error. You can apply 1. solition. or You can apply alternative ssh (temporary) solution temporary Continue reading

Solved – Plesk The following Apache modules are not installed on the destination server: wsgi.

Plesk ‘te Migration Manager ile transfer işlemi yapacağım sırada karşılaştığım basit bir hatanın çözümünü sizlerle paylaşmak istedim.

Hata/Error: The following Apache modules are not installed on the destination server: wsgi.

Sebep/Cause: mod_wsgi Kurulu değil / Not installed mod_wsgi

Çözüm/Solution: Continue reading

MySQL Tuning Veritabanı Optimizasyonu ile Sunucu Performansınızı Yükseltin!

MySQL Tuning database/veritabanı optimizasyonu ile sunucu performansınızı yükseltebilirsiniz. Bunun için yapmanız gereken en pratik yol Mysql Tuning yazılımının kurulumu ve çalıştırılması neticesinde size belirttiği ayarları my.cnf üzerinden güncellemektir.

MySQL Tuning Script‘i ile veritabanı performansınızı detaylı olarak inceleyebilir, rahatlıkla sunucu performansınızı arttırabilirsiniz.

Script Adı: tuning-primer.sh

Kaynak:  http://day32.com/MySQL/

Direkt link: http://day32.com/MySQL/tuning-primer.sh

MySQL Tuning – tuning-primer.sh Nasıl Kurulur? //How to Install MySQL Tuning?

tuning-primer.sh için adım adım SSH Kodları:

# wget http://day32.com/MySQL/tuning-primer.sh
Script indirildi
# chmod u+x tuning-primer.sh
İzinler verildi
# ./tuning-primer.sh
Çalıştırıldı

 

Önemli Not: Scripti çalıştırmadan önce MySQL servisinin minimum son iki gündür aktif olması gerekmektedir. Aksi takdirde izlemeler kısa süreli olduğunda verilen yanıtlar tutarsız olabilir. Örneğin çarşamba günleri sitenize ziyaretçi az geldiğinde bağlantı limiti doğru olmayacaktır.

Ekran çıktısı 3 renkten oluşacaktır. RedGreenBlue Yani kırmızı, yeşil ve mavi. Tahmin ettiğiniz üzere:

  • Kırmızılar, önemli ikaz, kesinlikle düzeltmeniz gerekenler ayarlardır.
  • Sarılar, uyarılar iyileştirmeniz gereken orta düzey puan aldığınız ayarlar ve
  • Yeşiller, ise doğru yaptığınız ve tam puan aldığınız uyarılardır.
Kırmızılar için bir örnek vermek gerekirse:
You are using less than 10% of your configured max_connections.
Lowering max_connections could help to avoid an over-allocation of memory
See “MEMORY USAGE” section to make sure you are not over-allocating

MySQL OPTİMİZASYON

  1. /etc/my.cnf <- dosyasını açın
  2. max_connections yani maksimum bağlantı sayısının değerini düşürün eğer böyle bir parametre yoksa siz yazabilirsiniz örn:
    max_connections = 13
  3. ssh üzerinden aşağıdaki komutu kullanarak MySQL servisini yeniden başlatın ve hepsi bu kadar!
    # service mysqld restart
# ./tuning-primer.sh

Örnek ekran çıktısındaki başlıklar şu şekildedir

SLOW QUERIES

WORKER THREADS

MAX CONNECTIONS

MEMORY USAGE

KEY BUFFER

QUERY CACHE

SORT OPERATIONS

JOINS

OPEN FILES LIMIT

TABLE CACHE

TABLE SCANS

CENTOS 6 SSH MCRYPT KURULUM / INSTALL – No package php53-mcrypt available SOLVED

Linux CentOS işletim sisteminize MCRYPT eklentisinin kurulumunu yapabilmeniz için gerekli SSH Kodlarını ve adımlarını aşağıdan takip edebilirsiniz.

CENTOS 6 SSH MCRYPT KURULUM / INSTALL

No package php53-mcrypt available SOLVED

  1. wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
  2. wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
  3. sudo rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm
  4. yum update
  5. yum install php-mcrypt*
  6. nano /etc/php.d/mcrypt.ini
  7. extension=/usr/lib64/php/modules/mcrypt.so
  8. service httpd restart

			

SSH xCache Kurulumu/Install Centos 6.x – 2014

Bugün bir vps ‘e xCache kurulumunu yum ile yapmak istediğimde aşağıdaki hatalarla karşılaştım:

yum install php-xcache xcache-admin
No package xcache-admin available.

yum install php-xcache 

No package php-xcache available.
Error: Nothing to do

Şimdi biraz daha dolaylı yoldan işimize yarayacak olan CentOS xCache Kurulumu için kesin çözüme bakalım adım adım, işte kurulum için gerekli olan ssh kodları..

xCache Kurulumu/Install Centos 6.x – 2014

  1. yum -y install php-devel gcc make
  2. cd /opt
    
    wget http://xcache.lighttpd.net/pub/Releases/3.2.0/xcache-3.2.0.tar.gz
    (the current: see)
    
    tar zxvf xcache-3.2.0.tar.gz
    cd xcache-3.2.0
  3. phpize --clean
    phpize
  4. ./configure --enable-xcache && make
    ..
    Build complete.
    Don't forget to run 'make test'.
    ..
  5. make install
    
    
  6. echo -n "sifre-password" | md5sum
    df33b77bc2dbe89fca118b243a4f949c
    
    
  7. Artık kurulum tamamlandı. Bunu php.ini ‘ye söylemeliyiz! (:
    php.ini dosyasına aşağıdaki kodlar eklenmeli
[xcache-common]
extension      = /usr/lib/php/modules/xcache.so
;; If you are on 64bit OS the path to xCache would be:
;;    /usr/lib64/php/modules/xcache.so
 
[xcache.admin]
xcache.admin.user   = "admin"
xcache.admin.pass   = "df33b77bc2dbe89fca118b243a4f949c"
 
[xcache]
xcache.size         = 32M
xcache.shm_scheme   = "mmap"
 
; set to cpu count (cat /proc/cpuinfo |grep -c processor)
xcache.count        = 4
xcache.slots        = 8K
 
; ttl of the cache item, 0=forever
xcache.ttl          = 0
xcache.gc_interval  = 0
 
xcache.var_size     = 8M
xcache.var_count    = 1
xcache.var_slots    = 8K
xcache.var_ttl      = 0
xcache.var_maxttl   = 0
xcache.var_gc_interval =     300
 
xcache.test         = Off
xcache.readonly_protection = On
xcache.mmap_path    = "/tmp/xcache"
xcache.coredump_directory =   ""
 
xcache.cacher       = On
xcache.stat         = On
xcache.optimizer    = Off
 
[xcache.coverager]
xcache.coverager    = On
xcache.coveragedump_directory = ""

8. Son olarak servisleri yeniden başlatıyoruz

service httpd restart

9. php -v komutu ile aşağıdaki çıktıyı alıyoruz:

# php -v
PHP 5.3.3 (cli) (built: Aug 6 2014 05:40:05)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with XCache v3.2.0, Copyright (c) 2005-2014, by mOo
..

PHP – Ioncube Nasıl Güncellenir? Ioncube Güncelleştirme

Merhabalar,

Plesk  kurulu sunucularda ioncube kurulu olarak gelmektedir. Sürümün yükseltilmesi talebi geldiğinde öncelikle mevcut sürüm php -v ile incelenir;


php -v



PHP 5.3.3 (cli) (built: Dec 10 2013 22:12:52)
Copyright © 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright © 1998-2010 Zend Technologies
with the ionCube PHP Loader v4.2.2, Copyright © 2002-2012, by ionCube Ltd.

PHP – Ioncube Nasıl Güncellenir? Ioncube Güncelleştirme



En güncel sürümü indirmek için ioncube sitesindeki aşağıdaki adrese girilir; http://www.ioncube.com/loaders.php


wget http://downloads3.ioncube.com/loader_dow…x86-64.zip



unzip ioncube_loaders_lin_x86-64.zip
cd ioncube/



PHP sürümüne göre yeni .so dosyası dizine kopyalanır;


cp ioncube_loader_lin_5.3.so /usr/lib64/php/modules/



Kopyalama sonrası yeni sürüm kontrol edilir;


php -v


PHP 5.3.3 (cli) (built: Dec 10 2013 22:12:52)
Copyright © 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright © 1998-2010 Zend Technologies
with the ionCube PHP Loader v4.5.2, Copyright © 2002-2014, by ionCube Ltd.


Son olarak servisler yeniden başlatıılır


service httpd restart

Başarılar!

 

FFMPEG-PHP INSTALL Of function ‘avcodec_init’ make: * [ffmpeg-php.lo] Error 1 SOLVED

Merhaba Arkadaşlar,

Birkaç gün önce forum üzerinden iletilen ffmpeg-php ile ilgili bir hatayla epeyce araştırma yapınca bir kez daha fark ettim artık internet gerçekten bilgi çöplüğü haline gelmiş.. Her neyse.. Dün akşam saatlerinden günün ilk saatlerine kadar uğraştıktan sonra problemi çözmenin verdiği rahatlık ve huzur içerisinde uyku moduna geçmeden önce sizlerle de paylaşmak istedim.

Ayrıca bu arada FFMPEG yetkilileriyle de paylaştım buradan bakabilirsiniz.

FFMPEG kurulumuna değinmeyeceğim çünkü bununla ilgili bir çok blogda makale var zaten.

Bu makaleyi okuyor olduğunuza göre büyük bir ihtimalle ilgili hatadan dolayı buraya gelmiş olmalısınız ama yine de kısaca ffmpeg-php kurulumundan söz edelim:

ffmpeg-php kurulumu / ffmpeg-php install

  • mkdir /srv/build
  • cd /srv/build
    
  • wget http://downloads.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/ffmpeg-php-0.6.0.tbz2
    (şu an güncel olan sürüm yukarıdaki adreste mevcut, kontrol etmek için buraya / current version bakabilirsiniz.)
    
  • tar -xjf ffmpeg-php-0.6.0.tbz2
    
  • cd ffmpeg-php-0.6.0/
    
  • phpize
    
  • ./configure
  • make
  • install

Linux CentOS 6.x (x86_64işletim sisteminde SSH üzerinde # make komutundan sonra aşağıdaki hatayla karşılaşabilirsiniz;

FFMPEG-PHP HATA / ERROR:
make: * [ffmpeg-php.lo] Error 1

/usr/include/php/TSRM/tsrm_virtual_cwd.h:212: error: expected specifier-qualifier-list before ‘time_t
/usr/include/php/TSRM/tsrm_virtual_cwd.h:240: error: expected declaration specifiers or ‘…’ before ‘time_t
/srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c: In function ‘zm_startup_ffmpeg’:
/srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c:94: warning: implicit declaration of function ‘avcodec_init’
make* [ffmpeg-php.lo] Error 1

FFMPEG-PHP Hata Detay / Error detail:

/bin/sh /srv/build/ffmpeg-php-0.6.0/libtool –mode=compile cc -I. -I/srv/build/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/srv/build/ffmpeg-php-0.6.0/include -I/srv/build/ffmpeg-php-0.6.0/main -I/srv/build/ffmpeg-php-0.6.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/include/libavcodec/ -I/usr/include/libavformat/ -I/usr/include/libavutil/ -I/usr/include/libswscale/ -I/usr/include/libavfilter/ -I/usr/include/libavdevice/ -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c -o ffmpeg-php.lo
libtool: compile: cc -I. -I/srv/build/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/srv/build/ffmpeg-php-0.6.0/include -I/srv/build/ffmpeg-php-0.6.0/main -I/srv/build/ffmpeg-php-0.6.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/include/libavcodec/ -I/usr/include/libavformat/ -I/usr/include/libavutil/ -I/usr/include/libswscale/ -I/usr/include/libavfilter/ -I/usr/include/libavdevice/ -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c -fPIC -DPIC -o .libs/ffmpeg-php.o
In file included from /usr/include/sys/stat.h:107,

from /usr/include/php/main/php_streams.h:28,
from /usr/include/php/main/php.h:405,
from /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c:40:

/usr/include/bits/stat.h:91: error: field ‘st_atim’ has incomplete type
/usr/include/bits/stat.h:92: error: field ‘st_mtim’ has incomplete type
/usr/include/bits/stat.h:93: error: field ‘st_ctim’ has incomplete type
/usr/include/bits/stat.h:152: error: field ‘st_atim’ has incomplete type
/usr/include/bits/stat.h:153: error: field ‘st_mtim’ has incomplete type
/usr/include/bits/stat.h:154: error: field ‘st_ctim’ has incomplete type
In file included from /usr/include/php/main/php_streams.h:28,

from /usr/include/php/main/php.h:405,
from /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c:40:

/usr/include/sys/stat.h:367: error: array type has incomplete element type
/usr/include/sys/stat.h:374: error: array type has incomplete element type
In file included from /usr/include/php/main/php.h:411,

from /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c:40:

/usr/include/php/TSRM/tsrm_virtual_cwd.h:212: error: expected specifier-qualifier-list before ‘time_t’
/usr/include/php/TSRM/tsrm_virtual_cwd.h:240: error: expected declaration specifiers or ‘…’ before ‘time_t’
/srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c: In function ‘zm_startup_ffmpeg’:
/srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c:94: warning: implicit declaration of function ‘avcodec_init’
make: * [ffmpeg-php.lo] Error 1

SEBEP / CAUSE

Derleme hataları / Compilation errors / This is a BUG!

CÖZÜM / SOLUTION 

  • git clone https://github.com/tony2001/ffmpeg-php.git
    
  • cd ffmpeg-php
    
  • phpize
    
  • ./configure
    
  • make && make install

    php.ini içerisine extension = ffmpeg.so eklemeyi ve servisleri yeniden başlatmayı unutmayın!

     

  • service httpd restart
  • okay lest go ;)

 

Kaynak/source: https://github.com/tony2001/ffmpeg-php/issues/1

 

 

SSH üzerinden “FFMEG ne durumda?” diye bakmak isterseniz; komut satırına;

# ffmpeg <- yazmanız yeterli olacaktır, bunun üzerine size aşağıdaki gibi bir yanıt verecektir.

ffmpeg version N-65847-g554d819-syslint Copyright (c) 2000-2014 the FFmpeg developers

built on Aug 23 2014 19:36:38 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-4)
configuration: –prefix=/usr/local/cpffmpeg –enable-shared –enable-nonfree –enable-gpl –enable-pthreads –enable-libopencore-amrnb –enable-decoder=liba52 –enable-libopencore-amrwb –enable-libfaac –enable-libmp3lame –enable-libtheora –enable-libvorbis –enable-libx264 –enable-libxvid –extra-cflags=-I/usr/local/cpffmpeg/include/ –extra-ldflags=-L/usr/local/cpffmpeg/lib –enable-version3 –extra-version=syslint
libavutil 54. 7.100 / 54. 7.100
libavcodec 56. 0.101 / 56. 0.101
libavformat 56. 2.100 / 56. 2.100
libavdevice 56. 0.100 / 56. 0.100
libavfilter 5. 0.103 / 5. 0.103
libswscale 3. 0.100 / 3. 0.100
libswresample 1. 1.100 / 1. 1.100
libpostproc 53. 0.100 / 53. 0.100

Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]… {[outfile options] outfile}…

____________________________________________________________________________

My VPS: CentOS 6.5 x86_64
PHP V: PHP 5.3.3
FFMPEG: Installed

Step step install ffmpeg-php:
# phpize

Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626

# ./configure
..
..
# make
/usr/include/php/TSRM/tsrm_virtual_cwd.h:212: error: expected specifier-qualifier-list before ‘time_t’
/usr/include/php/TSRM/tsrm_virtual_cwd.h:240: error: expected declaration specifiers or ‘…’ before ‘time_t’
/srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c: In function ‘zm_startup_ffmpeg’:
/srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c:94: warning: implicit declaration of function ‘avcodec_init’
make: * [ffmpeg-php.lo] Error 1

make error details:

/bin/sh /srv/build/ffmpeg-php-0.6.0/libtool –mode=compile cc -I. -I/srv/build/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/srv/build/ffmpeg-php-0.6.0/include -I/srv/build/ffmpeg-php-0.6.0/main -I/srv/build/ffmpeg-php-0.6.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/include/libavcodec/ -I/usr/include/libavformat/ -I/usr/include/libavutil/ -I/usr/include/libswscale/ -I/usr/include/libavfilter/ -I/usr/include/libavdevice/ -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c -o ffmpeg-php.lo
libtool: compile: cc -I. -I/srv/build/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/srv/build/ffmpeg-php-0.6.0/include -I/srv/build/ffmpeg-php-0.6.0/main -I/srv/build/ffmpeg-php-0.6.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/include/libavcodec/ -I/usr/include/libavformat/ -I/usr/include/libavutil/ -I/usr/include/libswscale/ -I/usr/include/libavfilter/ -I/usr/include/libavdevice/ -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c -fPIC -DPIC -o .libs/ffmpeg-php.o
In file included from /usr/include/sys/stat.h:107,

from /usr/include/php/main/php_streams.h:28,
from /usr/include/php/main/php.h:405,
from /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c:40:

/usr/include/bits/stat.h:91: error: field ‘st_atim’ has incomplete type
/usr/include/bits/stat.h:92: error: field ‘st_mtim’ has incomplete type
/usr/include/bits/stat.h:93: error: field ‘st_ctim’ has incomplete type
/usr/include/bits/stat.h:152: error: field ‘st_atim’ has incomplete type
/usr/include/bits/stat.h:153: error: field ‘st_mtim’ has incomplete type
/usr/include/bits/stat.h:154: error: field ‘st_ctim’ has incomplete type
In file included from /usr/include/php/main/php_streams.h:28,

from /usr/include/php/main/php.h:405,
from /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c:40:

/usr/include/sys/stat.h:367: error: array type has incomplete element type
/usr/include/sys/stat.h:374: error: array type has incomplete element type
In file included from /usr/include/php/main/php.h:411,

from /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c:40:

/usr/include/php/TSRM/tsrm_virtual_cwd.h:212: error: expected specifier-qualifier-list before ‘time_t’
/usr/include/php/TSRM/tsrm_virtual_cwd.h:240: error: expected declaration specifiers or ‘…’ before ‘time_t’
/srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c: In function ‘zm_startup_ffmpeg’:
/srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c:94: warning: implicit declaration of function ‘avcodec_init’
make: * [ffmpeg-php.lo] Error 1

Plesk 12 Kurulum Hatası | Install Error – CentOS /var/log/plesk/install/plesk-12

Merhabalar,

PLESK YENİ KURULUM / NEW INSTALL

Eğer siz de sunucunuza Plesk ‘in güncel versiyonunu yani Plesk 12 kurmak istiyorsanız ve sunucu işletim sisteminiz eski ya da Plesk kurulumu için gerekli uygulamalar yüklü değilse kurulum işlemi başarılı olamayacak. Dolayısı ile ya alternatif çözüm arayacaksınız ya da inat edip epey uğraşacaksınız (: Ben, problemin sebebini bulana kadar uğraştım ve problemin sebebini fark ettikten sonra, alternatif çözümden yana oldum.

Otomatik kurulum:

  • wget -O - http://autoinstall.plesk.com/one-click-installer | sh

Solution/Problemin çözümü: işletim sisteminizi güncellemekten geçiyor zaten şu an itibari ile CentOS 7 varken CentOS 5 kullanmak, çok doğru bir davranış olmaz açıkçası.
Update your server. Sample; CentOS 5 –update>> CentOS 6

 

Bu arada ben SolusVM üzerinde tanımlı olan CentOS-6-x86 ‘yı tercih ederek  işlemlerime başarılı bir şekilde devam ettim.

Benim sunucuda kullandığımı sandığım işletim sistemi: CentOS 6.5 iken aslında SolusVM ‘de yapılan küçük bir hatadan dolayı işletim sistemi CentOS 5 olarak kurulmuş.

cat /etc/redhat-r* <- komutu ile sunucu işletim sistemini öğrenebilirsiniz. bkz.

 

Dün gece saatlerinde bunlarla uğraşırken önümde birden fazla SSH ekranı açık olduğu için hata kayıtlarını tam alamadım ama aşağıdaki hatalar bu makaleye ve dolayısı ile çözüme ulaşmanız için faydalı olur umarım:

 

Aslına bakarsanız hatalardan da anlaşılacağı gibi bu bir veritabanı hatasıdır, veritabanı hatalı/zarar görmüş olabilir, bağlantı yolu değiştirilmiş/zarar görmüş olabilir veyahut kurulu olmayabilir. Geniş bir zaman olsaydı bu konunun detaylı teknik kısımlarını araştırıp/inceleyerek yorumlarımı aktarmak isterdim fakat; şu an bu makaleyi yazarken diğer yandan da sunucuları taşıdığım için, “çözüm, çözümdür” diyerek hızlı bir şekilde sizlerle paylaşmak istedim.

Başarılar..

***** pleks problem report *****

ERROR while trying to SMB database not created

Check the error reason (see log file: /var/log/plesk/install/plesk-12.0.0.18_installition.log), fix ..
STOP Bootstrapper 12.0.18 prep-install for BASE AT Tue ……. 2014: PROBLEMS FOUND

 

===> Checking for previous installation … not found.
Create user ‘psaadm’ and group ‘psaadm’
Checking for the group ‘psaadm’…

 

plesk 12 centos error while trying to smb database not created

 

ERROR while trying to SMB database not created
Check the error reason(see log file: /tmp/pp11.0.9-bootstrapper.101105.09.52.log), fix and try again
**** Product post-install failed.

 

Trying to check psa database…  Trying to find psa database… not found

plesk 1773 Aborted  /usr/bin/sw-engine -d safe_mode=Off -d ps

/usr/local/psa/bootstrapper/pp12.0.18-bootstrapper/upgrade_smb_db_tools/dbupgrad e: line 4: 1765 Aborted