Everything posted by Natcoso9955
-
[SUPPORT] GRTGBLN - DOCKER TEMPLATES
Just a personal thing that bugs me, but would it be possible to get icons on your apps please. kinda does my head in a little having a flood of question mark apps all over the community app page.
-
[Support] ich777 - Gameserver Dockers
Is anyone having issues with the CSMM image? Decided to fire it up again after setting up a 1.0 server, however the container keeps failing to start. I have even removed the image and re-installed, pointing to a brand new appdata folder. Container seems to fail at the npm run db:migrate step at: https://github.com/ich777/docker-csmm-7dtd/blob/78473006d2f36090b935bfbbab9e5228c0eabb90/scripts/start-server.sh#L137 I set the logging to silly, and this is the portion of the log were the fail occurs: [app] silly: Loading hook: economy [app] verbose: economy [app] silly: Loading hook: gbl [app] verbose: gbl [app] silly: Loading hook: highpingkick [app] verbose: highpingkick [app] silly: Loading hook: historicalinfo [app] verbose: historicalinfo [app] silly: Loading hook: redis [app] verbose: redis [app] silly: Loading hook: sdtdlogs [app] verbose: sdtdlogs [app] silly: Loading hook: sentry [app] verbose: DSN for Sentry is required. [app] verbose: sentry [app] silly: Loading hook: grunt [app] silly: Running default Grunt task (`prod`)... [app] silly: Tracking new grunt child process... [app] silly: Loading hook: orm [app] silly: Loading the app's models and any custom adapters... [app] silly: Loading app models... [app] silly: Loading app adapters... [app] silly: Loading hook: sockets [app] verbose: Loading adapter (`%s`) from this app's `node_modules/` directory... [app] verbose: Loading adapter (`%s`) from this app's `node_modules/` directory... [app] silly: Starting ORM... [app] silly: Registering model `%s` in Waterline [app] silly: Registering model `%s` in Waterline [app] silly: Registering model `%s` in Waterline (above happens about 30 times) [app] silly: Registering model `%s` in Waterline [app] silly: Registering model `%s` in Waterline [worker] error: undefined {"code":"E_HOOK_TIMEOUT"} [worker] verbose: session [worker] verbose: orm [worker] verbose: blueprints [worker] /csmm-7dtd/CSMM/node_modules/sails/node_modules/async/dist/async.js:903 [worker] if (fn === null) throw new Error("Callback was already called."); [worker] ^ [worker] [worker] Error: Callback was already called. [worker] at /csmm-7dtd/CSMM/node_modules/sails/node_modules/async/dist/async.js:903:32 [worker] at /csmm-7dtd/CSMM/node_modules/sails/lib/app/private/loadHooks.js:241:38 [worker] at processTicksAndRejections (node:internal/process/task_queues:78:11) [worker] npm run start:worker exited with code 1 --> Sending SIGTERM to other processes.. [app] npm run start:app exited with code SIGTERM npm notice npm notice New major version of npm available! 8.19.4 -> 10.8.1 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.8.1> npm notice Run `npm install -g [email protected]` to update! npm notice Container stopped Managed to trick it into installing v2.2.0 and that gave the same error. (NOTE: that you can no longer change the URL pulled due to the following lines of code: https://github.com/ich777/docker-csmm-7dtd/blob/78473006d2f36090b935bfbbab9e5228c0eabb90/scripts/start-server.sh#L78-L80 (i had to manually update the zip file and put in the correct location and then change the url for it to "work")
-
IPMI alert flapping
I thought as much, it just seems weird that it's not all the time, and it immediately flaps, I'll have to keep an eye on things, and if I find it's an issue with Impi in Unraid or something, ill report back.
-
IPMI alert flapping
So starting from a few days back i have been getting the attached error, it seems to flap every time it triggers, ie it fails and immediately is back to good. Is this an unraid fault, a hardware fault, or ipmi config error? Attached is my diagnostics from a few days back. lupus-diagnostics-20221205-1416.zip
-
[Plugin] CA Fix Common Problems
I thought this was the case, but since i didnt know what the file did, didnt want to break anything. haha
-
[Plugin] CA Fix Common Problems
So im getting a warning from CA-FCP saying: /boot/config/smart-one_.cfg corrupted Your flash drive has possible corruption on /boot/config/smart-one_.cfg. Please advise what i should do, or if this is a false positive. Thanks. lupus-diagnostics-20221205-1416.zip
-
libvirt.img is in-use, cannot mount
Bumping this thread, Having the same issue today. decided to try restarting my vm service as my 2 vm's where SUPER slow (which i think is due to libvirt image being on disk in the array)(took 24hr+ for a windows 2016 install to finalize) Set "Enable VMs" to yes and check log to see the same output of libvirt in use, and like all before, pids line up with my dockers.
-
VMs are unusably slow.
Did you get anywhere with this, im not sure if im having the same issue or something similar, just trying to install windows server 2016 took like 24+ hrs with it finalizing config and the entire time i couldnt load the vm tab in unraid.
-
[Support] DiscordGSM
So it turns out my issues was i had looked at this before it was on community apps, I had my old config file still there and didnt realise some stuff had changed.
-
S2600CP Motherboard - CPU Temps & Fan Control
I know this is old, but did/has anyone got this working???
-
[Support] lnxd - github-backup
Hi, i am wondering if it would be possible to tweak this container to work for GHES repo's. From what im reading though, it may be 1000X harder with GHES as it requires ssh and a few others things. But figured id ask anyway.
-
[Support] Docker WebUI
Im not able to access the webpage, error log attached, didn't change anything, just used default values in template. 5b20ea205e36.log.gz
-
[Support] Breadlysm - SpeedFlux
Awesome docker, i notice from your dashboard screenshot you had multiple servers, when i expand the extra params i see we can set a ookla ID, but im guessing only 1, is this correct? EDIT: when i try multiple it doesnt use any, is this by design is my question.
-
[Support] Natcoso9955 - Loki
So i want to confirm, 1) you have setup something to send snmp logs to promtail? 2) you have added the data source to grafana and grafana is able to detect the loki source?
-
[Support] Natcoso9955 - Loki
Thanks for figuring this out, i actually didn't use it much once i got it working so i wasn't aware of the issue. I have updated the config file i have on the github to have this by default.
-
[SUPPORT] Android Debug Bridge (ADB) - CorneliousJD Repo
Ah okay, yeah i found that stuff, i have that working, i thought you had specific FireTv extra config things. All good. Thanks for the help.
-
[SUPPORT] Android Debug Bridge (ADB) - CorneliousJD Repo
Hmmm, i think i changed the port because i had seen that 5009 was an open port and just confused that as being the one needed specifically for Fire TV. Reverted them both to 5555 and everything is working. you mentioned having it configured to change source etc, any chance you can share the additional code you used for that? I set it to get_sources but it doesn't seem to be getting all of them.
-
[SUPPORT] Android Debug Bridge (ADB) - CorneliousJD Repo
See attached including the log output from both containers, im sure its something simple, i just don't have much output from the ADB bridge (well that i understand anyway, hahaha) Thanks. ADB-HAcore.zip
-
[SUPPORT] Android Debug Bridge (ADB) - CorneliousJD Repo
Okay figured out what it needs. Strangely after getting prompt on firetv logs repeat the following and HA log says device isnt connected which is confirmed with below. Static ip setup and confirmed is still correct. adb I 01-10 13:06:39 8 8 auth.cpp:437] adb_auth_init... adb I 01-10 13:06:39 8 8 auth.cpp:412] adb_auth_inotify_init... adb I 01-10 13:06:49 8 17 transport.cpp:283] 192.168.1.222:8009: read thread spawning adb I 01-10 13:06:49 8 18 transport.cpp:296] 192.168.1.222:8009: write thread spawning failed to connect to 192.168.1.222:8009 adb I 01-10 13:07:29 8 23 transport.cpp:271] BlockingConnectionAdapter(): destructing adb I 01-10 13:07:29 8 23 transport.cpp:346] BlockingConnectionAdapter(): not started already connected to 192.168.1.222:8009 adb I 01-10 13:07:49 8 17 transport.cpp:287] 192.168.1.222:8009: read failed: Success adb I 01-10 13:07:49 8 17 transport.cpp:695] 192.168.1.222:8009: connection terminated: read failed adb I 01-10 13:07:49 8 8 adb.cpp:110] 192.168.1.222:8009: already offline adb I 01-10 13:07:49 8 8 transport.cpp:779] destroying transport 192.168.1.222:8009 adb I 01-10 13:07:49 8 8 transport.cpp:359] BlockingConnectionAdapter(192.168.1.222:8009): stopping adb I 01-10 13:07:49 8 8 transport.cpp:377] BlockingConnectionAdapter(192.168.1.222:8009): stopped adb I 01-10 13:07:50 8 9 transport.cpp:271] BlockingConnectionAdapter(192.168.1.222:8009): destructing adb I 01-10 13:07:50 8 9 transport.cpp:351] BlockingConnectionAdapter(192.168.1.222:8009): already stopped adb I 01-10 13:07:50 8 26 transport.cpp:296] 192.168.1.222:8009: write thread spawning adb I 01-10 13:07:50 8 25 transport.cpp:283] 192.168.1.222:8009: read thread spawning adb I 01-10 13:07:59 8 30 transport.cpp:271] BlockingConnectionAdapter(): destructing adb I 01-10 13:07:59 8 30 transport.cpp:346] BlockingConnectionAdapter(): not started already connected to 192.168.1.222:8009
-
[SUPPORT] Android Debug Bridge (ADB) - CorneliousJD Repo
Hi, I'm trying to workout how to add this integration with the home assistant core unraid app. When I read the official documentation mentions adding via supervisor add-ons. I'm going to try the hassio supervisor, but is there another proper way to use this integration?
-
[Support] Linuxserver.io - Calibre-Web
That'll do it, i cant believe i didnt see this, also didnt expect the admin user to have something as simple turned off.
-
[Support] Linuxserver.io - Calibre-Web
I too am coming across this issue, thought it was because i only had .mobi files, so i grabbed the .epub files and let calibre merge them, now i can see both files types and get the option to download both types, but i dont get a read book button click on any of my titles. I am using the linuxio calibre docker image. Checked the FAQ's and github nothing really about how to troubleshoot the inability to read through calibre-web. Thanks in advance.
-
[Support] ich777 - Gameserver Dockers
Still looks to be having issues, updated container, deleted games files, let it download again, and this is what im getting (sorry its been a few days) arma_log.txt
-
[Support] ich777 - Gameserver Dockers
Yes files now on disk2 directly. Yeah its looping. Let me know if you need anything from me to test, etc.
-
[Support] ich777 - Gameserver Dockers
Yeah it is set, its the only disk used in that share, all my game server stuff goes on disk2 as its a hybrid drive with a faster RPM. Ive never had issues with other images (terraria, 7d2d, killing floor) all have the files on disk2, just arma being strange. hahaha Still appears to be looping the following: /opt/scripts/start-server.sh: line 54: 65 Segmentation fault ./arma3server ${GAME_PARAMS} ---Checking if UID: 99 matches user--- usermod: no changes ---Checking if GID: 100 matches user--- usermod: no changes ---Setting umask to 000--- ---Checking for optional scripts--- ---No optional script found, continuing--- ---Starting...--- ---Update SteamCMD--- ---Update SteamCMD--- Redirecting stderr to '/serverdata/Steam/logs/stderr.txt' [ 0%] Checking for available updates... [----] Verifying installation... Steam Console Client (c) Valve Corporation -- type 'quit' to exit -- Loading Steam API...Warning: failed to init SDL thread priority manager: SDL not found OK. Logging in user 'unreal_server9955' to Steam Public ... Logged in OK Waiting for user info...OK ---Update Server--- Redirecting stderr to '/serverdata/Steam/logs/stderr.txt' [ 0%] Checking for available updates... [----] Verifying installation... Steam Console Client (c) Valve Corporation -- type 'quit' to exit -- Loading Steam API...Warning: failed to init SDL thread priority manager: SDL not found OK. Logging in user 'unreal_server9955' to Steam Public ... Logged in OK Logged in OK Waiting for user info...OK Success! App '233780' already up to date. Waiting for user info...OK Success! App '233780' already up to date. ---Prepare Server--- ---server.cfg found... ---Start Server--- 18:23:41 Could not enable linux core dumps. Error 1 - �