1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

RCon Error Help Please

Discussion in 'General discussion' started by BruhLol, May 26, 2020.

  1. BruhLol

    BruhLol Baby Zombie

    Messages:
    122
    I get this error sometimes when i try to run command via rcon.
    Warning: socket_select(): You MUST recompile PHP with a larger value of FD_SETSIZE.
    I couldnt find how to fix this online, can someone help?
     
  2. WylSmart

    WylSmart Slime

    Messages:
    93
    you need

    download php 7.3 >> https://jenkins.pmmp.io/job/PHP-7.3-Aggregate/ and update composer

    if you have a linux server.... You are downloading dependencies, without which the server cannot work correctly

    cd /home/mcserver
    curl -sS https://getcomposer.org/installer > composer-setup.php
    /bin/php7/bin/php composer-setup.php

    and
    /bin/php7/bin/php composer install

    end yes >> apt-get install curl
    if you have no Curl
     
    Last edited: May 26, 2020
  3. BruhLol

    BruhLol Baby Zombie

    Messages:
    122
    this doesn't work for the problem i described.
     
  4. BruhLol

    BruhLol Baby Zombie

    Messages:
    122
    Full error :

    ,Warning: socket_select(): You MUST recompile PHP with a larger value of FD_SETSIZE.
    ,It is set to 1024, but you have descriptors numbered at least as high as 1031.
    --enable-fd-setsize=2048 is recommended, but you may want to set it
    ,to equal the maximum number of open files supported by your system,
    ,in order to avoid seeing this error again at a later date. in phar:///home/pmmp/PocketMine-MP.phar/src/pocketmine/network/rcon/RCONInstance.php on line 187
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.