Samp Plugin Operation not permitted

Einstellung des Betriebs!

Zum 01.02.2023 wird der Beitrieb von Atrox-Dev eingestellt. Alle Downloads und Benutzer werden entfernt und die Website geht offline. Wer noch eine Kopie der alten Pakete benötigt, sollte sich diese bis dahin runterladen.

Alle Pakete sind bereits unter neuem Label in unserem und im WoltLab-Store erhältlich, wo ihr auch weiterhin Support erhaltet.

  • Nabend, nach dem Installieren des SAMP Online Plugins, erhalte ich auf jeder Seite im Forum folgende Fehlermeldung:


    Fatal error: PHP notice in file /var/customers/webs/Cal44/forum/lib/data/sampSocket/SampOnlineSocket.class.php (63): fwrite(): send of 15 bytes failed with errno=1 Operation not permitted



    Link zur PHPInfo: http://cal44.pf-control.de/forum/a.php
    Die Funktion "fwrite" ist aktiviert, getestet mit folgendem Code einer PHP Datei:



    PHP
    1. $a = fopen("a.txt", "w");
    2. fwrite($a, "abc");
    3. fclose($a);


    Vollständiger Fehlercode:
    Information:


    error message: PHP notice in file /var/customers/webs/Cal44/forum/lib/data/sampSocket/SampOnlineSocket.class.php (63): fwrite(): send of 15 bytes failed with errno=1 Operation not permitted
    error code: 0
    file: /var/customers/webs/Cal44/forum/wcf/lib/system/WCF.class.php (281)
    php version: 5.5.11-1~dotdeb.1
    wcf version: 1.1.10 pl 2 (Tempest)
    date: Sun, 10 Aug 2014 17:22:16 +0000
    request: /index.php?page=Index
    referer:


    Stacktrace:
    #0 [internal function]: WCF::handleError(8, 'fwrite(): send ...', '/var/customers/...', 63, Array) #1 /var/customers/webs/Cal44/forum/lib/data/sampSocket/SampOnlineSocket.class.php(63): fwrite(Resource id #79, 'SAMP\xD9O\xB3c\x05\rp4150') #2 /var/customers/webs/Cal44/forum/lib/system/event/listener/SampOnlineListener.class.php(212): SampOnlineSocket->__construct('217.79.179.99', 3333) #3 /var/customers/webs/Cal44/forum/wcf/lib/system/event/EventHandler.class.php(131): SampOnlineListener->execute(Object(StructuredTemplate), 'StructuredTempl...', 'shouldDisplay') #4 /var/customers/webs/Cal44/forum/wcf/lib/system/event/EventHandler.class.php(156): EventHandler::executeInheritedActions(Object(StructuredTemplate), 'shouldDisplay', 'StructuredTempl...', 'shouldDisplay@S...') #5 /var/customers/webs/Cal44/forum/wcf/lib/system/template/Template.class.php(255): EventHandler::fireAction(Object(StructuredTemplate), 'shouldDisplay') #6 /var/customers/webs/Cal44/forum/wcf/lib/page/AbstractPage.class.php(100): Template->display('index') #7 /var/customers/webs/Cal44/forum/wcf/lib/page/AbstractPage.class.php(46): AbstractPage->show() #8 /var/customers/webs/Cal44/forum/wcf/lib/util/RequestHandler.class.php(64): AbstractPage->__construct() #9 /var/customers/webs/Cal44/forum/wcf/lib/util/RequestHandler.class.php(92): RequestHandler->__construct('Index', Array, 'page') #10 /var/customers/webs/Cal44/forum/index.php(8): RequestHandler::handle(Array) #11 {main}






    Mit freundlichen Grüßen




    Cal44

  • Nabend, eigentlich nicht, in der PHPInfo steht folgendes drinne:



    Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, sslv2, tls




    Sockets Support enabled



    Daher gehe ich davon aus, dass die UDP Verbindungen akzeptiert werden.