Updated RoundcubePlugins 1.2.2 to RoundcubePlugins 1.2.3. -> "502 Bad Gateway - nginx"

  • Hello!


    I would like to ask for your helps.


    Only I updated the RoundcubePlugins 1.2.2 to RoundcubePlugins 1.2.3.


    The IMSCP freeze and I have got a error message "502 Bad Gateway - nginx" - about the site.


    I tried restart imscp - 'service imscp_panel restart"


    I have got a error message:


    [FAIL] Restarting i-MSCP frontEnd PHP FCGI processes: imscp_panel failed!


    Syslog - >
    fqhn kernel: [10192484.477220] php5-cgi[32096]: segfault at f ip 00007fbe61bb6ac4 sp 00007ffe125af110 error 6 in libpthread-2.13.so[7fbe61bae000+17000]


    I tried disabled all plugin.


    Error 1.2.2 -> 1.2.8


    and reinstall or disabled the ssl, this is still a problem :(


    I check my web page that are workings.


    What is the problem? What I should do it?


    My system:
    System: Linux fqhn 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u1 x86_64 GNU/Linux


    No LSB modules are available.
    Distributor ID: Debian
    Description: Debian GNU/Linux 7.9 (wheezy)
    Release: 7.9
    Codename: wheezy


    Imscp 1.2.9


    Thx



    Robert

  • Quote

    fqhn kernel: [10192484.477220] php5-cgi[32096]: segfault at f ip 00007fbe61bb6ac4 sp 00007ffe125af110 error 6 in libpthread-2.13.so[7fbe61bae000+17000]

    Your Server itself is ok ? This is a kernel error and is not directly in combination with i-MSCP.
    Do you have enough free resources like HDD, RAM and so on ? Is it a virtuel Server or a dedicated server ?
    Maybe some restrictions inside the vm ?

  • :(
    I rebooted my system, now all web page is down......


    I have a VPS.


    >free
    ---
    total used free shared buffers cached
    Mem: 6131000 1515892 4615108 0 38136 672360
    -/+ buffers/cache: 805396 5325604
    Swap: 0 0 0
    ---


    >df -h
    Fájlrendszer Méret Fogl. Szab. Fo.% Csatol. pont
    rootfs 493G 94G 374G 21% /
    udev 10M 0 10M 0% /dev
    tmpfs 599M 2,3M 597M 1% /run
    /dev/disk/by-uuid/ee496802-7beb-42aa-a751-80ab16020540 493G 94G 374G 21% /
    tmpfs 5,0M 0 5,0M 0% /run/lock
    tmpfs 1,2G 0 1,2G 0% /run/shm
    tmpfs 1000M 0 1000M 0% /var/tmp/apc



    I see and I don't understand, what's happend the my swap file?

  • I created new 5gb swap file, the error is same.


    >free
    total used free shared buffers cached
    Mem: 6131000 5988888 142112 0 116412 4739244
    -/+ buffers/cache: 1133232 4997768
    Swap: 5119996 0 5119996



    Syslog:
    kernel: [ 1505.447181] php5-cgi[19010]: segfault at f ip 00007fc3a3a39ac4 sp 00007ffd44a525f0 error 6 in libpthread-2.13.so[7fc3a3a31000+17000]

  • @kalmarr


    Give us the list of all PHP module (extension) which are currently enabled on your system. Also, give us the PHP version in use and the server implementation in use.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • I hope this is #php -m
    PHP: syntax error, unexpected BOOL_TRUE in /etc/php5/cli/conf.d/20-apc.ini on line 7
    PHP Warning: Module 'apc' already loaded in Unknown on line 0
    [PHP Modules]
    apc
    apcu
    bcmath
    bz2
    calendar
    Core
    ctype
    curl
    date
    dba
    dom
    ereg
    exif
    fileinfo
    filter
    ftp
    gd
    geoip
    gettext
    hash
    iconv
    imap
    intl
    json
    libxml
    mbstring
    mcrypt
    memcached
    mhash
    mysql
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    Phar
    posix
    Reflection
    session
    shmop
    SimpleXML
    soap
    sockets
    SPL
    standard
    sysvmsg
    sysvsem
    sysvshm
    tokenizer
    uploadprogress
    wddx
    xml
    xmlreader
    xmlwriter
    zip
    zlib



    [Zend Modules]



    # nano /etc/php5/cli/conf.d/20-apc.ini


    extension=apc.so
    apc.shm_segments=1
    apc.shm_size=1000M
    apc.ttl=86400
    apc.gc_ttl=3600
    apc.enable_cli=1
    apc.enabled => On => On
    apc.stat=1
    apc.max_file_size=1M
    apc.mmap_file_mask=/var/tmp/apc/apc.XXXXXX
    apc.num_files_hint=15360
    apc.user_entries_hint=15360
    apc.user_ttl=86400
    apc.optimization=0
    apc.slam_defense=0
    apc.localcache=1
    apc.localcache.size=256
    apc.lazy_functions=1
    apc.lazy_classes=1

  • First, fixt that warning and error. Once done, retry and if the problem is still here, we will look further.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @kalmarr


    By searching and thinking a bit ;)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • I want to solve the problem, because I will study the debugging. :)



    https://www.google.hu/search?q=libpthread-2.13.so[7fc3a3a31000%2B17000]&ie=utf-8&oe=utf-8&gws_rd=cr&ei=J70TVpegDeSaygOUxKyQAg


    #dmesg




    I would like to ask a little help where I should seek? :)