Jump to content

CouchPawTayTow

Members
  • Posts

    51
  • Joined

  • Last visited

Everything posted by CouchPawTayTow

  1. Hi @ich777 - not sure of the protocol for making requests, but wondering if you might be able to make an app for Carrier Command 2 dedicated server. Wiki Info here there I could find. and the steam store page. Cheers!
  2. This did it, I think. I am now able to load up and play a mission! Intel® Core™ i7-4790 CPU @ 3.60GHz on a Gigabyte Technology Co., Ltd. Z87N-WIFI rev.2.0. So 64bit. No. Before adding the force x86 variable, I was not able to get past the mission loading spash screen. It would just lose connection and the server would crash. Seems like x86 is the only way to run it on my hardware. Thanks for the help!
  3. I've since made a little progress. Didn't change anything from the first time (besides credentials, I just set validate = true), just removed and reinstalled. It shows up in the ARMA launcher servers list - that's where I connected to it - it loads up all the way to the mission selection, but then it crashed when it gets to the next - mission loading - screen. And now I'm back to the same loop as before. Tried stop/start/restarting, but no dice. Doesn't appear to be a CPU lockup either. And again - no logs as the window just kill itself after a short time (which I assumed to mean the docker was stopping/restarting?).
  4. Hi @ich777 - having trouble with the stock ARMA3 docker (i.e. nothing changed other than adding username/pass for steam). Essentially, it won't start up. It seems to pull down all the relevant files, but I can't see why it's not hosting. The container itself is running, but the sever just seems to be in an infinite loop of not starting up. Additionally, it's tough to get any logs - when I open the container live logs, it goes for a few seconds and then the windows closed itself. All i have managed to do is get a screenshot just a second before it closes (attached). It shouldn't be a port issue - everything is forward correctly and not already used. It's not a steam login issue - using an account with no steamguard (plus I think I see in the logs that it logs in OK.) Is it possible something was updated since the container was made?
  5. Can't even get through the windows installation in my VM - locks up at 66% every time. Tried some of the other post re: dropping back to machine v3.1 etc. Still no luck.
  6. I found where to change the server name and pass. For me it was \\UNRAID\appdata\conanexiles\ConanSandbox\Saved\Config\WindowsServer\Engine.ini Trying to figure out how to import an existing server... their guide is pretty vague about which files to switch.
  7. Hey - did you endup getting this edited? I still can't locate anything in the appdata folder/s that allows changing sername or pass. Also trying to figure out how to migrate an existing server to this dedicated one... any ideas? @ich777
  8. G'day - just wanted to see if you would be able to help me get setup. Recently/today, Heroku announced they are shuttering their free tier, so ALOT of users will probably be looking for free and/or self-hosted alternatives in the near future. Being an unraid user, this seemed like the best option for me (and maybe others). I have had a crack at setting things up myself, but am not having any luck connecting the mongoDB to nightscout. I am 100% sure it's (my) user error of course, but after pouring over the info/setup up pages for both dockers, I am still no closer to getting it functioning. I was hoping - re: the potential influx - that you might consider roughing out a (fool proof) setup guide to getting up-and-running for all us less savvy users. Nothing too major (i.e. leave out things like transferring DBs, reverse proxies, etc.), just getting a working local nightscout. From there people can looking into importing data, reverse proxies etc. if they want. Thanks very much in advance for any time/effort, much appreciated.
  9. 265 hevc_qsv (Intel CPU) plugin. Hoping someone (with unmanic installed) can please have a look at the plug-in and post the tags/av options/commands being used for encoding. Or point me in the direction of the individual plugin file online, because I can't find them on the unmanic github or anywhere. NB: I'm on windows and it's not a simple install, nor is there effective instructions on how to get qsv working on Linux (e.g. in VM). So hoping to test out the compression in windows before I chase trying to get Unmanic working for that plugin. Thanks all!
  10. Solved this. I was using a value to path for the media, but changed this to a (bind) filepath where the media share was mounted permanently on the server (hope that makes sense?) and now it writes over the remote data as expected.
  11. OK, so in my testing, is seems that it may be a permissions issue? I've run unmanic on a remote server (it's all mapped correctly etc.), and unmanic will pick up the file, spend a few hours transcoding it and then stick it in the completed tasks list as successful, but the original file in unchanged. And coincidentally, nothing registers on the data plugin. However, if I run unmanic on the same server as the media files i.e. locally, it all works. So the only think I can think of is permissions? like it can't write back when it's done? Here's the log for one that was done on the remote machine - but I can't really see anything that suggest a permission/write error? RUNNER: Audio Encoder AAC [Pass #1] Executing plugin runner... Please wait Runner did not request to execute a command RUNNER: File Size Metrics Data Panel [Pass #1] Executing plugin runner... Please wait Runner did not request to execute a command RUNNER: Video Encoder H265/HEVC - libx265 (CPU) [Pass #1] Executing plugin runner... Please wait Plugin runner requested for a command to be executed by Unmanic COMMAND: ffmpeg -hide_banner -loglevel info -i /library/unmanicTest/ubuntu/Blackhat - 2015.mp4 -strict -2 -max_muxing_queue_size 2048 -map 0:v:0 -map 0:a:0 -c:v:0 libx265 -preset medium -crf 28 -c:a:0 copy -y /tmp/unmanic/unmanic_file_conversion-1637808415.3074853/Blackhat - 2015-1637808415.3074453-WORKING-3.mp4 LOG: Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/library/unmanicTest/ubuntu/Blackhat - 2015.mp4': Metadata: major_brand : isom minor_version : 1 compatible_brands: isomavc1 creation_time : 2015-06-06T06:27:22.000000Z Duration: 02:13:34.12, start: 0.000000, bitrate: 2092 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709/bt709/unknown), 1920x800, 1994 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc (default) Metadata: creation_time : 2015-06-06T06:27:22.000000Z handler_name : video.264#trackID=1:fps=23.976 - Imported with GPAC 0.5.0-rev Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 93 kb/s (default) Metadata: creation_time : 2015-06-06T06:27:33.000000Z handler_name : GPAC ISO Audio Handler Stream mapping: Stream #0:0 -> #0:0 (h264 (native) -> hevc (libx265)) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help x265 [info]: HEVC encoder version 3.2.1+1-b5c86a64bbbe x265 [info]: build info [Linux][GCC 9.3.0][64 bit] 8bit+10bit+12bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT x265 [info]: Main profile, Level-4 (Main tier) x265 [info]: Thread pool created using 6 threads x265 [info]: Slices : 1 x265 [info]: frame threads / pool features : 2 / wpp(13 rows) set_mempolicy: Operation not permitted x265 [info]: Coding QT: max CU size, min CU size : 64 / 8 x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra x265 [info]: ME / range / subpel / merge : hex / 57 / 2 / 3 x265 [info]: Keyframe min / max / scenecut / bias: 23 / 250 / 40 / 5.00 x265 [info]: Lookahead / bframes / badapt : 20 / 4 / 2 x265 [info]: b-pyramid / weightp / weightb : 1 / 1 / 0 x265 [info]: References / ref-limit cu / depth : 3 / off / on x265 [info]: AQ: mode / str / qg-size / cu-tree : 2 / 1.0 / 32 / 1 x265 [info]: Rate Control / qCompress : CRF-28.0 / 0.60 x265 [info]: tools: rd=3 psy-rd=2.00 early-skip rskip signhide tmvp b-intra x265 [info]: tools: strong-intra-smoothing lslices=5 deblock sao Output #0, mp4, to '/tmp/unmanic/unmanic_file_conversion-1637808415.3074853/Blackhat - 2015-1637808415.3074453-WORKING-3.mp4': Metadata: major_brand : isom minor_version : 1 compatible_brands: isomavc1 encoder : Lavf58.45.100 Stream #0:0(und): Video: hevc (libx265) (hev1 / 0x31766568), yuv420p, 1920x800, q=-1--1, 23.98 fps, 24k tbn, 23.98 tbc (default) Metadata: creation_time : 2015-06-06T06:27:22.000000Z handler_name : video.264#trackID=1:fps=23.976 - Imported with GPAC 0.5.0-rev encoder : Lavc58.91.100 libx265 Side data: cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 93 kb/s (default) Metadata: creation_time : 2015-06-06T06:27:33.000000Z handler_name : GPAC ISO Audio Handler frame= 28 fps=0.0 q=0.0 size= 0kB time=00:00:01.00 bitrate= 0.4kbits/s dup=2 drop=0 speed=1.97x [A TON OF TRANSCODING OMITTED] frame=192146 fps=3.3 q=35.8 Lsize= 639259kB time=02:13:34.10 bitrate= 653.4kbits/s dup=2 drop=0 speed=0.137x video:542057kB audio:91636kB subtitle:0kB other streams:0kB global headers:2kB muxing overhead: 0.878290% x265 [info]: frame I: 1950, Avg QP:26.12 kb/s: 4194.43 x265 [info]: frame P: 57939, Avg QP:28.38 kb/s: 1165.98 x265 [info]: frame B: 132257, Avg QP:33.79 kb/s: 231.25 x265 [info]: Weighted P-Frames: Y:1.2% UV:0.7% x265 [info]: consecutive B-frames: 12.4% 8.9% 29.6% 43.6% 5.5% encoded 192146 frames in 58477.39s (3.29 fps), 553.32 kb/s, Avg QP:32.08
  12. OK, but in that case why would the original files be unchanged? I have it just doing the 265 CPU encode, AAC, and changing the wrapper to MP4, but all the files it reports as being successfully processed have not changed (size is same and wrappers are mixed). Yeah, I found that out searching through the thread. I have a feeling this is still user error re: the way I setup the container. Think I will rebuild and if still not working will report back.
  13. Hi all - couple questions from a newbie that just got unmanic running where do the encoded files live? I ask, because my unmanic has encoded (successfully, I assume based on the completed tasks tab) 10 movies, but when I check the library, they do not appear to have been edited (not even one byte difference) or even accessed. Which lead me to believe maybe they're stored somewhere else and I have to manually replace the original? there is no information on the Data Panel is there something I have missed in the settings that enables this?
  14. Apologies - tech ignorance! I have the A10, which apparently has 12 compute cores. 4 CPU and 8 GPU, I guess? Evidently unRAID can/will only use the 4CPU cores for operations, so I am unsure how (or even if) I can use the 8GPU cores? Does it just work like on-board graphics? or can it be passed through to VMs and containers like an AMD GPU? I tried googling to see if the 8GPU core could be used for transcoding in plex? but couldn't find anything. Thanks very much for any help and/or education (even if it's just linking to relevant threads - very much appreciated!)
  15. I thought so, but most likely didn't. Regardless, I started again and came across this tute on my travels, so all working now.
  16. Hi hi - am having trouble with the Krusader app. Installed today - so latest tag version. Installed fine, wizzard fine etc. I am trying to use it for move data on mounted USB hard-drives. The problem is, crusader can only see/show the 'user' folder within the 'mnt' directory (can't see the cashe, remotes, anything else.). So I have a could USB hard-drives mounts (/mnt/disks/) but krusader isn't showing the 'disks' directory. The hard-drives are mounted properly - I can see then through ssh. Not sure what I am doing wrong here - permissions?
  17. Unmanic not detecting any files. First up, I am running unmanic on a separate system to my media library - I have a remote share mapped. I am not sure if remote shares is unsupported, but in case that's the issue, wanted to get that out the way. I used the how-video to setep - essentially all unraid app defaults, except for the medial library mapped through remote share. To make sure I didn't destroy my libraby, I am using some test-data (10 video files in a separate directory). I mapped directly that as my movie library, but unmanic is not seeing the files. I tried mapping a level up, but still nothing. Not sure what I am doing wrong here - the remote share is obviously working as unmanic can navigate the remote file system. Not sure what data I can provide here to help - let me know
  18. Well there you go! Thank you, sir. I would have probably wasted hours tinkering and reading forums, to no avail. Much appreciated
  19. She's an older girl - Phenon II (Thuban - 6-core) - but has no issues running Valheim servers, factorio etc. unraid-diagnostics-20211108-2036.zip
  20. Having problems with the Satisfactory docker. All defaults - stats up (the docker image) fine. But when trying to find/connect to sever in the game, it appears to be offline (ports forwarded etc. correctly). Checking the image logs it seems to be continually cycling through a loop (constantly). I can't see any errors, myself, other than the start-server.sh line 77 - unsure if this would prevent the server running? Satisfactory.log
  21. Found it. SSH (ssh USER@SERVER_IP) into your unraid (unsure what to do if you can't ssh, sorry), navigate to config folder (rcd /boot/config) the edit the ident.cfg file (sudo nano ident.cfg) and change USE_SSL="no". Then reboot the server. Should be able to access GUI again.
  22. Hi team - was playing around (trying to go through the mysevers install) and changed the SSL setting (I think from Auto to yes?) and not I can't get to my sever login - my browser gives me the: Your connection isn't private Attackers might be trying to steal your information from 192.168.1.30 (for example, passwords, messages or credit cards). NET::ERR_CERT_INVALID Usually you can clid advant and go through to the 'unsafe' site, but when I do that if get the following, and no way to continue. I click the advance button and instead of letting my proceed to the unsafe site (my server local IP) it gives me: 192.168.1.30 uses encryption to protect your information. When Microsoft Edge tried to connect to 192.168.1.30 this time, the website sent back unusual and incorrect credentials. This may happen when an attacker is trying to pretend to be 192.168.1.30, or a WiFi sign-in screen has interrupted the connection. Your information is still secure because Microsoft Edge stopped the connection before any data was exchanged. You can't visit 192.168.1.30 right now because the website sent scrambled credentials that Microsoft Edge can't process. Network errors and attacks are usually temporary, so this page will probably work later. Not sure how to correct this error (ideally don't want to restore USB, if avoidable...) I assume it's a config file change somewhere? I have SSH access
  23. This just worked for me (v6.9.2). Clicking 'Detect' fills 'Available Drivers' field with "it87 k10temp". if you leave that, then i have no options for CPU temp, or fan speeds. If you just delete 'k10temp' OR 'it87' (i.e. only have one, not both) from the field and Save/Load Drivers, then I got all the options for board, CPU, and Fan speeds available. Weird, huh? It's like a formatting or html list code error - like the two options should show up as a drop-down, so you can pick one, but it instead just populates as as single/concatenated text string in that Available Drivers field. Not sure how to make the higher-ups aware of this? but if anyone reads this and knows how - please ping the team for us/me. Cheers.
×
×
  • Create New...