Syaoran68

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by Syaoran68

  1. Can confirm this issue is also happening to me. stuck on trying to download the zip file i believe.. removing the plugin from my flash drive solves this issue and allows me to get into the unraid GUI Oddly enough.. if i reboot and get into the GUI and then try to re-install the rclone plugin, it will install perfectly fine.. but won't let me access the settings -> rclone page. it just hangs. and locks my GUI up. so i have to reboot the system. Not sure whats causing this. i was on 6.12.0 and thought it was a version issue so updated to 6.12.4, but still the same problems. I've also tried slightly older backups i've had but still no dice. Not sure whats causing this issue.. with the restore AND the clean install..
  2. iono i feel like every manufacturer will have something... in the end its not THAT bad.. i'm on a fully stock 13600k with 5.2ghz boost running anywhere between 60-80 watts of power with like 25+ docker containers.. (one is a project zomboid container that runs constantly..) and 4 drives(1 drive is spun down most of the time) + 1 NVME so i'm not too concerned.. Even with like 6-10 plex streams it'll peak at like 110 for a second as it loads then drop back down to 60/70watts. I guess i can't complain haha thanks for the help though!
  3. this can be used outside of unraid but you'd just have to put it inside its own files. and run them manually through like ./ or something like that.. make sure you set a log file though, since its running in the background you're gonna need something that holds logs for you otherwise you're fucked lols.. if you ever need to kill the process manually i you can use ps -ef|grep rclone and it should pick up the 3 processes that get started through the mount script.
  4. After you run it the first time are you going into your logs and checking what it says? i would do that first.. i have no problems just running it once even from a cold start of my entire Unraid machine.. it does take a min or two since it has to download the mergerFS repo and build it manually..
  5. when you run the mount script and go into your google_merged folder do you see any files in there? if not there is something wrong with your mount set up. the naming is always a bit wonky but the here is an easy explanation. google_remote : this is a LOCAL copy of what exists on your remote (in this case whatever is inside your google drive) google_local: this is a local location for all the files that are added into the mergerFS (files will stay here until the upload script is run) user0/google_remote : this is rclone's VFS caching system that will pull items from the remote (google) and cache them locally on your machine. ( in this case i would refrain from using user0 since user0 is specifically for items that exist on your array ONLY plus it makes it hard to differentiate from the other above google_remote mount you have. i would use something like [user/google_remote_cache]) google_merged: this is the amalgamation of the google_remote and the google_local mounts. (when you run the upload script it will process files in your google_local folder and push them into the cloud. after that the files will be deleted off of the local mount and should be accessible inside your merged folder.) I would check first on mount that you have 3 things.. i do this every time i mount just to make sure everything is running correctly.. 1. run the mount script. (sometimes it takes a min or two since it downloads mergerFS on the first shot... after that check the logs and make sure everything is mounted correctly. ) 2. check merged folder to make sure all your files are in there.. in your case i would also check the google_local for the mount folders.. they should be there BUT all of them should be empty. check your google_remote folder to make sure all your remote files are there.. and also check your google_remote_cache folder. you should see a VFS folder for the rclone VFS cache along with maybe a metadata folder. test running a file where you know it is only in remote.. and you should see some the same files populate in the VFS cache.. then test moving some files into the merged folder. you should also see that file show up in the google_local folder.. then lastly run the upload script. and you should see it disappear from the google local folder but stay in your merged folder.
  6. how is your experience on that TUF series board? i managed to get power usage down to about 72 watts when full idle with 20 dockers alive and 4 HDs connected 1 spun down. had to update to the new 6.12 RCs to see if the new kernel would make a difference on the C state but so far nothing..
  7. I've enabled intel C-State and set it at C10, I've also enabled C1E support, and enabled Speed Shift.. all those changes enabled the extra C3_ACPI state, but i'm just scratching my head as to there only be only 3 c-states?
  8. hello folks i bought a 13600 along with an MSI z790p pro series motherboard and i'm a little bit perplexed.. the system idles with an array of 4 HDs and 1 NVME at roughly 90w-110w.. looking through the available C-states it looks like there's only 2 available c-states which doesn't make any sense since most intel CPUS have C1-C10 available.. atleast for these new raptor lake CPUs... i am running on version 6.12.0-rc5 which does have the new linux kernel that should include optimizations on Raptor lake CPUs.. I'm using the stock intel_Pstate drive along with the Performance governor. even with the dockers on it doesn't significantly increase idle wattages usage.. with about 25 docker containers on i'm around 153w.. I've seen some other's with well over 20+ HDs and dockers idling at 110W in recent posts so i'm kind of perplexed.. not sure if they are all running at downclocked rates or..? i was on V6.11.5 and i tried using powertop and corefreq to control idle states. Best i ever got was around 60w of idle which is ok but the CPU was hard capped at 800mhz.. EDIT: i've made some changes into the bios to force enable C1E state as well as manually selecting the idle state max to C10 in bios.. after that it looks like i get an additional C3_ACPI state
  9. i know with the new version in RC4 updating the dashboard.. is there anyway to shrink down the windows like before? like i don't need to see ALL 20 cores i just want to see general CPU usage.. same with Memory usage and other items as well..
  10. this is pretty much my use right now.. its $25 a month and you get a small discount if you pay per year. i always ask for like 10TB-ish a time and they always grant. lols i'm up to like 105?
  11. hello folks! been reading through this entire thread and man is it a bunch of info 😂 I have managed to get C6 states set via the registering of the Governor, CPU-FREQ, CPU-IDLE, CPU-IDLE everything works well there.. i just have two questions: 1) how can i get these to be registered and set on start up? For now it seems i need to go into the corefreq-cli and register and set my c6 state capability every startup? anyway to get it to auto configure? 2) i have a 3600 matisse core and for all intensive purposes looks like i'm CPPC capable, BUT when i go into perf. monitoring i do not see anywhere where you can set CPPC like where @CyrIng mentioned above. I'm currently on the public 1.95.5 version and have the following kernel settings I have also done the changes to syslinux.cfg BUT have NOT enabled the modprobe amd_pstate since enabling that modprobe setting does NOT allow me to set CPU-FREQ driver to corefreq since its would already be occupied by amd_pstate. Funnily enough i also have an asrock B550M-pro4 board. I have tried the CPPC to auto AND enable no differences on latest 2.32 bios FW. If you need anymore info please let me know! -Syaoran
  12. I would check the permissions you have on your rclone mount as well as on the gdrive-vfs side to see if they match. add a random file into the rclone mount via the gdrive-vfs and see if the file is created and permissioned properly.
  13. looking at those logs i'm pretty sure you're not supposed to unmount /mnt/user ... you might have to check the folder-ing you have for what to unmount properly. Also look at the pull request currently in the github. it includes some new changes for the unmount script that haven't been pulled into the main section but is vital for things to be properly unmounted. i had to incorporate some of those changes in order to get everything working properly.
  14. how does the unmount script work? i ran the mounting script and everything looked ok but the unmount script still leaves the mergerfsMountShare, the RcloneCacheShare and the RcloneMountShare.. i figured it would unmount ALL of those files.. When i try to use fusermount -uz on those locations (/mnt/user/mountrclone, /mnt/user0/mount_rclone, and /mnt/user/mount_mergerfs) it gives me an invalid action error)
  15. I'm currently using host mode on unraid. i've tried it with just the port itself if you look at the original post SS. it was just set the 27015. and still was having problems with it. i think that bot manager is an addon? i actually do not have it in my menu. i do have advanced admin commands from another plugin i downloaded. its just a bit easier to manage from rcon lols
  16. Theres the edit button for the TCP rcon config. i just got sourcemod/metamod installed.. still would like rcon access so i can change the game mode on the fly.. as well as kick bots and such.. so when you get a chance! thank you so much!
  17. Hi ICH777, i've included the screenshot of the entire config here -> game params -> +game_type 0 -usercon +game_mode 1 +mapgroup mg_active +map de_dust2 -tickrate 128 +sv_setsteamaccount XXXXX I'm just joining the game and using in game console trying to get rcon setup using rcon_server "localip:27015" along with rcon_password "setpassword". Then using rcon status. which is throwing me back the error saying cannot connect to remote server. I'll look into sourcemod but it doesn't look like there are any decent setups for docker containers or even an unraid app setup.
  18. Hey guys! looking for a bit of help. i got the CSGO server spun up on a local unraid docker. i can access the game via the local network and will worry about port forwarding in a bit.. in the autoexe.cfg i've put the hostname and a password for the server which has no problem taking, but it just wont accept the rcon password. i have -usercon tag active, but every time i login to the server and set my rcon_address to the same address i use to connect to the server and the rcon_password to the password i set it say it cannot connect to the remote server. i tried to put the rcon password also in the server.cfg file but that doesn't work either. so not sure whats going on here..