Posts by kalmarr

    I think yes, but it not :(


    Drupal screenshot:


    I don't understand what is the problem. :(



    PHP info: https://usis.me/php.php


    # ls /usr/lib/php/20*


    Code
    1. drwxr-xr-x 2 root root 4,0K aug 21 15:22 build-rw-r--r-- 1 root root 36K aug 4 12:05 calendar.so-rw-r--r-- 1 root root 15K aug 4 12:05 ctype.so-rw-r--r-- 1 root root 95K aug 4 12:05 curl.so-rw-r--r-- 1 root root 203K aug 4 12:05 dom.so-rw-r--r-- 1 root root 67K aug 4 12:05 exif.so-rw-r--r-- 1 root root 2,8M aug 4 12:05 fileinfo.so-rw-r--r-- 1 root root 59K aug 4 12:05 ftp.so-rw-r--r-- 1 root root 115K aug 4 12:05 gd.so-rw-r--r-- 1 root root 15K aug 4 12:05 gettext.so-rw-r--r-- 1 root root 47K aug 4 12:05 iconv.so-rw-r--r-- 1 root root 51K márc 15 15:19 igbinary.so-rw-r--r-- 1 root root 107K aug 4 12:05 imap.so-rw-r--r-- 1 root root 406K aug 4 12:05 intl.so-rw-r--r-- 1 root root 47K aug 4 12:05 json.so-rw-r--r-- 1 root root 1,5M aug 4 12:05 mbstring.so-rw-r--r-- 1 root root 51K aug 4 12:05 mcrypt.so-rw-r--r-- 1 root root 105K márc 15 15:18 memcached.so-rw-r--r-- 1 root root 99K márc 15 15:18 msgpack.so-rw-r--r-- 1 root root 147K aug 4 12:05 mysqli.so-rw-r--r-- 1 root root 278K aug 4 12:05 mysqlnd.so-rw-r--r-- 1 root root 55K aug 4 12:05 mysql.so-rw-r--r-- 1 root root 155K aug 4 12:05 opcache.so-rw-r--r-- 1 root root 35K aug 4 12:05 pdo_mysql.so-rw-r--r-- 1 root root 119K aug 4 12:05 pdo.so-rw-r--r-- 1 root root 277K aug 4 12:05 phar.so-rw-r--r-- 1 root root 35K aug 4 12:05 posix.so-rw-r--r-- 1 root root 23K aug 4 12:05 pspell.so-rw-r--r-- 1 root root 2,1M aug 4 12:05 readline.so-rw-r--r-- 1 root root 15K aug 4 12:05 shmop.so-rw-r--r-- 1 root root 55K aug 4 12:05 simplexml.so-rw-r--r-- 1 root root 95K aug 4 12:05 sockets.so-rw-r--r-- 1 root root 19K aug 4 12:05 sysvmsg.so-rw-r--r-- 1 root root 11K aug 4 12:05 sysvsem.so-rw-r--r-- 1 root root 15K aug 4 12:05 sysvshm.so-rw-r--r-- 1 root root 23K aug 4 12:05 tokenizer.so-rw-r--r-- 1 root root 55K aug 21 15:22 uploadprogress.so-rw-r--r-- 1 root root 39K aug 4 12:05 wddx.so-rw-r--r-- 1 root root 35K aug 4 12:05 xmlreader.so-rw-r--r-- 1 root root 55K aug 4 12:05 xml.so-rw-r--r-- 1 root root 47K aug 4 12:05 xmlwriter.so-rw-r--r-- 1 root root 39K aug 4 12:05 xsl.so-rw-r--r-- 1 root root 63K aug 4 12:05 zip.so/usr/lib/php/20151012:összesen 232K-rw-r--r-- 1 root root 55K márc 15 15:19 igbinary.so-rw-r--r-- 1 root root 105K márc 15 15:18 memcached.so-rw-r--r-- 1 root root 67K márc 15 15:18 msgpack.so/usr/lib/php/20160303:összesen 236K-rw-r--r-- 1 root root 55K márc 15 15:19 igbinary.so-rw-r--r-- 1 root root 109K márc 15 15:18 memcached.so-rw-r--r-- 1 root root 67K márc 15 15:18 msgpack.so





    # ls /usr/lib/php5/20*


    Code
    1. -rw-r--r-- 1 root root 106K okt 25 2014 memcached.so-rw-r--r-- 1 root root 270K jún 28 12:10 memcache.so-rw-r--r-- 1 root root 157K febr 8 2017 opcache.so-rw-r--r-- 1 root root 116K febr 8 2017 pdo.so


    New status:
    # php -i | grep ini



    Ups...Thx!


    I think other person would still install Drupal in your system.


    I checked more description, I did not notice that difference "php5-dev" between "php5.6-dev".


    Steps:
    #pecl uninstall uploadprogress
    #apt-get purge make php5-dev php-pear
    #apt-get install make php-pear php5.6-dev
    #pecl install uploadprogress

    Hello,


    I would like to ask for your help in connection with uploadprogress.so settings.


    I found a description about problem:
    https://www.drupal.org/node/2549141


    Steps:
    #apt-get install make php5-dev php-pear
    #pecl install uploadprogress


    Code
    1. PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20131226/uploadprogress.so' - /usr/lib/php/20131226/uploadprogress.so: cannot open shared object file: No such file or directory in Unknown on line 0pecl/uploadprogress is already installed and is the same as the released version 1.0.3.1install failed


    #echo -e "extension=uploadprogress.so" > /etc/php/5.6/mods-available/uploadprogress.ini
    #service apache2 restart


    Unfortunately uploadprogress.so don't working properly :(


    What could be the problem, What should I change the setting?


    #php -i | grep ini

    System is Debian 8.8


    Thx.


    Robert

    Hello,


    I have use the I-MSCP for a long time. I have upgraded the i-MSCP 1.3.x -> 1.4.6.


    I have got an error about Memcached. I need use it, because my server is running Drupal sites.


    I tried re-install Memcached, but It is not succeed. I see memcached is running, but it not working my PHP sites (https://usis.me/php.php, https://usis.me/memcache_test.php)


    I would like to ask, what did I do wrong? How can I properly install it?


    Thx.
    Robert




    /etc/php/5.6/mods-available/memcached.ini
    extension=memcached.so


    #ps aux | grep memcached
    memcache 14775 0.0 0.0 329500 2516 ? Ssl 12:14 0:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1



    #netstat -tap | grep memcached
    tcp 0 0 admin.matrixcbs-s:11211 *:* LISTEN 14775/memcached


    #echo "stats settings" | nc localhost 11211

    Code
    1. STAT maxbytes 67108864STAT maxconns 1024STAT tcpport 11211STAT udpport 11211STAT inter 127.0.0.1STAT verbosity 0STAT oldest 0STAT evictions onSTAT domain_socket NULLSTAT umask 700STAT growth_factor 1.25STAT chunk_size 48STAT num_threads 4STAT num_threads_per_udp 4STAT stat_key_prefix :STAT detail_enabled noSTAT reqs_per_event 20STAT cas_enabled yesSTAT tcp_backlog 1024STAT binding_protocol auto-negotiateSTAT auth_enabled_sasl noSTAT item_size_max 1048576STAT maxconns_fast noSTAT hashpower_init 0STAT slab_reassign noSTAT slab_automove 0STAT lru_crawler noSTAT lru_crawler_sleep 100STAT lru_crawler_tocrawl 0STAT tail_repair_time 0STAT flush_enabled yesSTAT hash_algorithm jenkinsEND



    #php -i | grep memcache

    Hello Nuxwin



    I am sorry for the late reply but I have been very busy in the last few days. I would like to ask if you could possibly deal with the server at the weekend. Thank you for your help in advance.


    I sent PM.


    Robert

    • Ensure that you have not any other script that setup iptable, remove any iptable rule

    I change my iptables:


    #perl /var/www/imscp/engine/tools/imscp-net-traffic-logger -v stop

    Code
    1. [DEBUG] iMSCP::Bootstrapper::boot: Booting backend....[DEBUG] iMSCP::Config::_init: Tying /etc/imscp/imscp.conf file[DEBUG] iMSCP::Execute::execute: iptables -S[DEBUG] main::stop: -P INPUT ACCEPT-P FORWARD ACCEPT-P OUTPUT ACCEPT-A INPUT -i lo -j ACCEPT-A INPUT -m conntrack --ctstate INVALID -j DROP-A INPUT -m conntrack --ctstate ESTABLISHED -j ACCEPT-A OUTPUT -o lo -j ACCEPT-A OUTPUT -j ACCEPT


    • Disable the opendkim plugin manually (search on our forum to know how)

    I disabled all plugins and I uninstalled the opendkim.

    • Rerun the installer

    I got again error same message:


    Code
    1. [ERROR] iMSCP::Stepper::_callback: Could not restart the imscp_traffic service: iMSCP::Provider::Service::Sysvinit::_exec: Job for imscp_traffic.service failed. See 'systemctl status imscp_traffic.service' and 'journalctl -xn' for details. at /usr/local/src/imscp-1.3.3/engine/PerlLib/iMSCP/Service.pm line 206.
    2. autoinstaller::Functions::install: An error occurred while performing installation steps

    Thank you for your answer Nuxwin!


    I stopped this service and I tried upgrade iMSCP again and I got more errors:


    Install panel:


    Code
    1. [ERROR]Error while performing step: Processing setup tasksError was:iMSCP::Stepper::_callback: Could not restart the imscp_traffic service:iMSCP::Provider::Service::Sysvinit::_exec: Job for imscp_traffic.service failed. See 'systemctl status imscp_traffic.service' and 'journalctl -xn' for details. at /usr/local/src/imscp-1.3.3/engine/PerlLib/iMSCP/Service.pm line 206. Please have a look at http://i-mscp.net/forum if you need help.


    shell: new errors



    Code
    1. [ERROR] Servers::named::bind::addCustomDNS: Could not dump projekt-tanacsadas.hu zone: /etc/imscp/bind/working/projekt-tanacsadas.hu.db:27: unknown RR type '60'zone projekt-tanacsadas.hu/IN: loading from master file /etc/imscp/bind/working/projekt-tanacsadas.hu.db failed: unknown class/typezone projekt-tanacsadas.hu/IN: not loaded due to errors.Servers::named::bind::addCustomDNS: Could not dump matrixcbs-server.info zone: /etc/imscp/bind/working/matrixcbs-server.info.db:41: unknown RR type '60'zone matrixcbs-server.info/IN: loading from master file /etc/imscp/bind/working/matrixcbs-server.info.db failed: unknown class/typezone matrixcbs-server.info/IN: not loaded due to errors.Servers::named::bind::addCustomDNS: Could not dump usis.me zone: /etc/imscp/bind/working/usis.me.db:83: unknown RR type '60'zone usis.me/IN: loading from master file /etc/imscp/bind/working/usis.me.db failed: unknown class/typezone usis.me/IN: not loaded due to errors.Servers::named::bind::addCustomDNS: Could not dump m-telesales.hu zone: /etc/imscp/bind/working/m-telesales.hu.db:27: unknown RR type '60'zone m-telesales.hu/IN: loading from master file /etc/imscp/bind/working/m-telesales.hu.db failed: unknown class/typezone m-telesales.hu/IN: not loaded due to errors.iMSCP::Stepper::_callback: Could not restart the imscp_traffic service: iMSCP::Provider::Service::Sysvinit::_exec: Job for imscp_traffic.service failed. See 'systemctl status imscp_traffic.service' and 'journalctl -xn' for details. at /usr/local/src/imscp-1.3.3/engine/PerlLib/iMSCP/Service.pm line 206.autoinstaller::Functions::install: An error occurred while performing installation steps


    Domain error - example (#cat /etc/imscp/bind/working/projekt-tanacsadas.hu.db)




    I didn't change configuration, all origin iMSCP are config files.


    Robert

    Yes, first I tried latest version, but the error was same.



    After I think upgrade step by step the versions, but I couldn't it unfortunately.



    I think the error context “#service imscp_traffic status > Failed to start i-MSCP traffic logger.” will be.