Jump to content

sheldz8

Members
  • Posts

    96
  • Joined

  • Last visited

Posts posted by sheldz8


  1. I am currently very far away from my server and it's no longer connecting to it so I can't provide logs or anything.
     
    Basically what happened was after changing the servers ip address wireguard stopped working. I did try edit the settings on the server and loaded the new config onto my laptop but after connecting nothing loads when going to the server ip.
     

    I do know my server is online because plex is working and also it shows online with pulseway.

    When I do manage to go back home how do I remove wireguard settings because I couldn't figure out how to do it before going away.
     
    My server is on the latest beta build.
     
    Sent from my SM-A305F using Tapatalk
     
     

  2. 1 hour ago, jemmles said:

    I have just wasted another day trying to fix this issue with no result. 

     

    I am so disappointed ....

     

    If anyone would be kind enough to help that would be awesome . Im at a total loss. Ive posted my diagnostic file again not sure if this is from attempt 120 or 210 . So depressed.

     

    tower-diagnostics-20211018-1718.zip 90.86 kB · 1 download

    Just try using SeaBIOS because the other day I had it on OVMF and it kept running in a loop like what is happening to you and after changing that option I managed to boot into Windows Setup for Windows 11. Typing 'exit' did nothing for me also.

     

    If that also doesn't work then it could be your CPU

     

    I tested your config on my i7 8700k and the vm loaded to Windows Setup.

    I have seen quite a few posts here on the forum, reddit and linustechtips where people are having issues with Ryzen 5000 series on UnRAID


    I keep seeing these errors with your VM's in the logs

    2021-10-18 06:39:00.442+0000: 21844: warning : qemuDomainObjTaint:6075 : Domain id=1 name='Terminal One' uuid=870b08cd-bed8-e8d9-fd8d-0747c71c7acd is tainted: high-privileges
    2021-10-18 06:39:00.442+0000: 21844: warning : qemuDomainObjTaint:6075 : Domain id=1 name='Terminal One' uuid=870b08cd-bed8-e8d9-fd8d-0747c71c7acd is tainted: host-cpu
    2021-10-18 06:40:08.869+0000: 21842: warning : qemuDomainObjTaint:6075 : Domain id=2 name='Terminal One' uuid=870b08cd-bed8-e8d9-fd8d-0747c71c7acd is tainted: high-privileges
    2021-10-18 06:40:08.869+0000: 21842: warning : qemuDomainObjTaint:6075 : Domain id=2 name='Terminal One' uuid=870b08cd-bed8-e8d9-fd8d-0747c71c7acd is tainted: host-cpu
    2021-10-18 06:43:04.915+0000: 21844: warning : qemuDomainObjTaint:6075 : Domain id=3 name='Windows 10' uuid=26c75bbb-8f3d-f50f-55b6-e3ebd79e2c2f is tainted: high-privileges
    2021-10-18 06:43:04.915+0000: 21844: warning : qemuDomainObjTaint:6075 : Domain id=3 name='Windows 10' uuid=26c75bbb-8f3d-f50f-55b6-e3ebd79e2c2f is tainted: host-cpu
    2021-10-18 06:47:29.539+0000: 21843: warning : qemuDomainObjTaint:6075 : Domain id=4 name='Windows 10' uuid=5e95f5ec-f371-fe9a-7fb9-fdc7bdf485d4 is tainted: high-privileges
    2021-10-18 06:47:29.539+0000: 21843: warning : qemuDomainObjTaint:6075 : Domain id=4 name='Windows 10' uuid=5e95f5ec-f371-fe9a-7fb9-fdc7bdf485d4 is tainted: host-cpu

    If I am correct then it looks like the Host CPU isn't correctly passing through to the VM's.

  3. seems like I don't have the extra folder in /boot/ 
     
    Did you guys create this folder manually? And if so, how? I am using Cloud Commander as primary file manager on my host, but seems like this container has no permissions to create a new folder in /boot/. 
     
    Any advise? I am running 6.10 RC1
     
    Thanks! smile.png
    Follow this guide you just need to edit your VM settings shown in the post.

    If you want me to share my modified iso link I can
    https://forums.unraid.net/index.php?/topic/114471-Windows-10-VM-missing-Secure-boot-and-TPM-for-Windows-11-upgrade&do=findComment&comment=1044181

    It's better than messing with unraid settings

    Sent from my SM-A305F using Tapatalk



  4. download windows 11 https://uupdump.net/ then use dism to edit the index files for \sources\boot.wim to use LabConfig.reg create a bootable iso using ImgBurn https://download.imgburn.com/SetupImgBurn_2.5.8.0.exe to do a clean install.

     

    Make sure your VM settings are like below

     

    image.png.5bc2e576593bf1000e41bd3475f4b064.png

     

    If you want to do a upgrade instead then use BypassTPMorCPU.ps1

  5. *Update*
    I was missing an underscore and that was hanging the mount creating.
     
    However now it says everything is mounted and running but if I look inside the mount_mergerfs folder the google drive or any of the local folders are there.
     
    It's almost like I have to physically mount the google drive myself to get this working.
    Run df -h and see if rclone and mergerfs is there

    Sent from my SM-A305F using Tapatalk

  6. *Update*
    I've been fooling around with a lot of things and I think I got the drives set up right.  I am confused as to where to point plex and radarr and the other dockers.  One thing I found was that it feels as though my gdrive is not mounted.  I am unable to use krusader to look onto that drive like I had before.  I think I made all the changes to the mount script correctly.
     
    # REQUIRED SETTINGS
    RcloneRemoteName="gdrive" # Name of rclone remote mount WITHOUT ':'. NOTE: Choose your encrypted remote for sensitive data
    RcloneMountShare="/mnt/user/mount_rclone" # where your rclone remote will be located without trailing slash  e.g. /mnt/user/mount_rclone
    RcloneMountDirCacheTime="720h" # rclone dir cache time
    LocalFilesShare="/mnt/user/local" # location of the local files and MountFolders you want to upload without trailing slash to rclone e.g. /mnt/user/local. Enter 'ignore' to disable
    RcloneCacheShare="/mnt/user0/mount_rclone" # location of rclone cache files without trailing slash e.g. /mnt/user0/mount_rclone
    RcloneCacheMaxSize="400G" # Maximum size of rclone cache
    RcloneCacheMaxAge="336h" # Maximum age of cache files
    MergerfsMountShare="/mnt/user/mount_mergerfs" # location without trailing slash  e.g. /mnt/user/mount_mergerfs. Enter 'ignore' to disable
    DockerStart="nzbget plex sonarr radarr ombi" # list of dockers, separated by space, to start once mergerfs mount verified. Remember to disable AUTOSTART for dockers added in docker settings page
    MountFolders=\{"downloads/complete,downloads/intermediate,downloads/seeds,movies,tv"\} # comma separated list of folders to create within the mount
     
    As you can see I didn't change much but where it says rclonemountshare="mnt/user/mount_rclone" if I go to that directory and I see gdrive listed but there's nothing inside the folder.  About a year ago I would run a mount script rclone mount gdrive: /mnt/disks/ there would be my google drive and all of the same contects that are on the drive itself.  Now I don't see that.  
     
    What am I doing wrong?  I would like to point plex to a specific folder on the gdrive.  where do I point it to?
     
    Thanks!
     
    If you don't see your files in the remote path then it means you have a misconfiguration either on rclone config or your mount script

    Sent from my SM-A305F using Tapatalk

  7. Hi everyone,
    I am still fairly new to unraid.  Only about a year.  I set it up using video tutorials from Spaceinvader One as many did I would think.  I followed a tutorial on setting up rclone beta.  That app disappeared and my google drive was no longer accessible.  I'm happy to have found these scripts but I am sad to say I don't think I am following them correctly.  Here's what I have done so far.
     
    Installed the latest rclone docker
    In config I created a mount for my shared google drive and called it gdrive:
    I created a second mount as a crypt mount calling it gdrive_media_vfs:
    The crypt mount did not ask my which mount to attach it to, I believe I did this step wrong .  I am reading that you should call the remote gdrive:gdrive_media_vfs
    In user scripts I copied and pasted the mount script leaving everything the same and I now see a couple new folders in my user shares directory.
     
    The thing is I am not able to access my googole drive like I used to.  If I click into the gdrive folder using Krusader the folder appears empty.  In the past I could see the whole contents.
     
    Just to clarify, in a cmd line I used rclone lsd gdrive: and I was able to see a complete listing of all the folders in the drive.  But using Krusader I don't see anything.  When I try to set the gdrive_media_vfs folder in plex I am told that there is nothing in the folder.
     
    Sorry for being a long text.  Please tell me what you would like me to upload so I can get some help.  The description of these scripts are exactly what I have been looking for!!!
     
    Thank you all in advance!
    You must use the local rclone service not the docker. You must then set up rclone and configure the mount script. In order to use clone in containers you must set them to use the mergerfs path and it must be using the slave parameter.

    Sent from my SM-A305F using Tapatalk



  8. Ok so I actually set this up today have not yet upgraded to the enterprise plan so only have 2TB but I moved my files to the mergerfs share and then ran the upload script. I saw traffic going out at the bwlimits speed so I am guessing the files got transfered. But when are they removed locally? they still take up space in both the rclone folder and the mergerfs folder? Or is that just windows reporting that even if the files are in the cloud?
    After uploading it will remove the files if you set it to move instead of copy

    Sent from my SM-A305F using Tapatalk

  9. Swapping to the linuxserver.io plex and the GUI came straight up, can I copy some files from the old docker to update the collections and watched files and such. Had to manually input some release dates and content ratings that didn't auto fill as well. Thanks to trurl for taking the time to help.
    I think you didn't claim the server before and it could be the reason why it didn't work.

    After deleting the plex database you need to use a new claim code

    Sent from my SM-A305F using Tapatalk

  10. Swapping to the linuxserver.io plex and the GUI came straight up, can I copy some files from the old docker to update the collections and watched files and such. Had to manually input some release dates and content ratings that didn't auto fill as well. Thanks to trurl for taking the time to help.
    You should be able to use the old stuff if you set the container name to use the old one. It won't use the default folder name then.

    Sent from my SM-A305F using Tapatalk

  11. Hi everyone,
     
    I'm having a pain in the a** issue with radarr failing/timing out on connecting to deluge.  The only thing I've changed is the default port (I'm assuming this is the problem)  I'd really like to keep my custom port layout.
     
    2021-10-04 09:26:58,673 DEBG 'radarr' stdout output:[Warn] RadarrErrorPipeline: Invalid request Validation failed:-- : Unknown exception: The operation has timed out.: 'http://192.168.0.101:6002/json'

     
    If it is related to the port could someone please guide me on how to fix this within the container?

    Did you change radarr port or deluge?

    If it was deluge then go to your download settings and change it to use the new port.

    If it was radarr maybe try editing the config file to use the new port

    Sent from my SM-A305F using Tapatalk

  12. Have rebooted now and moved trancode to a subfolder of appdata. The previous docker was corrupt and I did a clean install after deleting the appdata of the old one. Still can't access the GUI though. Maybe I'll try linuxserver.io plex, with any luck I will be able to access the GUI then. Nope don't know what you mean by docker volume mapping.
    You map local folders to use in plex so for example you would map your movies folder in plex in order for plex to see it

    Sent from my SM-A305F using Tapatalk

  13. On 9/20/2021 at 8:04 PM, T0rqueWr3nch said:

     

    I forked the repo and submitted a pull request to fix the unmount script. You can see my proposed unmount script here: https://github.com/Torqu3Wr3nch/unraid_rclone_mount/blob/umountFix/rclone_unmount

    I don't think this will work because you aren't removing the fusemount. Just edit the unmount script with fusermount -uz for both rclone and mergerfs

  14. 17 hours ago, trurl said:

     

    Examine each of your dockers and make sure any host path is a user share or disk.

     

     

    This also indicates some misconfiguration. These shares shouldn't take nearly that much space.

     

    Get rid of that gdrive temporarily and see if you can get things working correctly including moving those shares to cache.

    I found the cause it was my rclone mount i'm not sure what happened but this topic is solved

     

    image.png.704c8d0991599e2315f4dd1d74650e27.png

×
×
  • Create New...