mtwango
mtwango
You can check dashboard bellow. Its based on [PHP-FPM Multi Pool by Lusitaniae](https://grafana.com/grafana/dashboards/5714-php-fpm-multi-pool/) with data from hipages exporter. Dashboard ```{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type":...
I've created merge request at Debian repository to package 2.x (https://salsa.debian.org/debian/postsrsd/-/merge_requests/3) and notified maintainers (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017361). It's still missing some stuff (ie migration path from 1.x) and I'm not confident about...
Do you have rights set up on pool? `listen.mode = 0660` (default). I'm using 0666, since I need to flush opcache with library via pipeline and read it, but you...
This seems to be little more complicated. If we allow using filename from config, using `m_sSrcFilePath = rid.GetResPage();` it can still fail to load. It will happen [here](https://github.com/Sphereserver/Source-X/blob/af6c544f5a7b6ead312aab174b72d4897768c055/src/common/resource/sections/CWebPageDef.cpp#L445), if we...
And maybe for pid file also, so it can be placed to `/var/run/` on linux.
Yeah I've got Windows part working, but on Linux I had issue with similar to https://github.com/Sphereserver/Source-X/issues/1403 so I had to investigate. The bigger reason for this is that I'm trying...
I've tracked the issue down. Problem is here: https://github.com/Sphereserver/Source-X/blob/5db37f1fa83409049ecfbbb969e8a7e696542ff4/src/game/items/CItem.cpp#L2349 In this condition the check for IsResource: https://github.com/Sphereserver/Source-X/blob/5db37f1fa83409049ecfbbb969e8a7e696542ff4/src/common/CUID.cpp#L44 https://github.com/Sphereserver/Source-X/blob/5db37f1fa83409049ecfbbb969e8a7e696542ff4/src/common/CUID.cpp#L39 is true (because it contains mask for UID_F_RESOURCE https://github.com/Sphereserver/Source-X/blob/5db37f1fa83409049ecfbbb969e8a7e696542ff4/src/common/CUID.h#L19 I've tested removing...
Ok, after some digging, I tested it with `CAN_I_SCRIPTEDMORE` (which was missing from scriptpack; already created [PR](https://github.com/Sphereserver/Scripts-X/pull/92)), but to no avail, if fails also. During checking for resource name, the...
I've tested it with type 0, but it defaults to this behaviour, so it can be any type, that is not explicitly defined in `void CItem::r_WriteMore1(CSString & sVal)` (or More2)....
I've traced the issue here: https://github.com/Sphereserver/Source-X/commit/b9cf3e39194b5d9ad407573e5d89c613d9296bdc And its not the directory change. I guess it has to be something with the linker forgetting to link stuff.