
steve1977
Members-
Posts
1336 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Store
Gallery
Bug Reports
Documentation
Landing
Everything posted by steve1977
-
Yes, working now. You fixed something for my account in the backend?
-
Thanks. Please see below: <-----UNRAID-API-REPORT-----> SERVER_NAME: Tower ENVIRONMENT: production UNRAID_VERSION: 6.10.0 UNRAID_API_VERSION: 2.46.3 (running) NODE_VERSION: v14.15.3 API_KEY: valid MY_SERVERS: authenticated MY_SERVERS_USERNAME: steve1977 RELAY: connected MOTHERSHIP: ok ONLINE_SERVERS: Tower OFFLINE_SERVERS: HAS_CRASH_LOGS: no </----UNRAID-API-REPORT----->
-
Post below says that I need to link my Unraid server to my forum account and that's why I cannot post in the myserver forum. I am signed into unraid.net though, so not sure why that's the case? My forum username shows up on the top-left of the Unraid GUI. I can access "My Servers" when logged into the forum and see my server. Any idea why I cannot post in the myserver part of this forum?
-
Looking for advice how to set up pinning and isolation for my 10980XE with 18 Cores (and same for another server with 5950X with 16 Cores). 1 x Windows 11 Gaming VM (with Nvidia passthrough) 1 x Windows 11 Gaming VM (with Nvidia passthrough) 1 x Windows 11 VM Plex Roonserver 8 other Dockers (arrs, etc.) My current thinking is: 6 Cores dedicated to each gaming VM 2 Cores dedicated to the 3rd VM 2 Cores dedicated to Plex & Roon 1 Core dedicated to all other dockers 1 Core not dedicated (left for Unraid) Isolated 13 Cores (the 12 for gamings VMs and 1 left for Unraid) Any thoughts whether this makes sense?
-
I have a VM running, set up with i440fx and USB 2.0 (EHCI). I understand that Q35 and USB 3.0 (qemu XHCI) is recommended as most modern. Any suggestion how to make such update for an existing VM? Thanks!
-
What about switching from i440fx to Q35?
-
Thanks! It indeed seems a known issue. Hope it will eventually get fixed. Ant thoughts on my other issue with "logs" for VMs not showing up when selecting in Unraid?
-
Thanks for your help. The "PC Health Check APP" says that I meet all requirements for WIndows 11. However, the Windows Update menu says that I do not meet the minimum requirements. Could it be related to the other issue with my log file? I had also attached a diagnostic log in the earlier message that may help troubelshooting.
-
I upgraded to 9.10. After some initial problems, it is working now. However, there are a few things that are not yet working. Would be great to get your help! 1) Cannot upgrade my VM to Windows 11. I changed bios to ovmf-tpm. However, Windows 10 still states that my PC does not meet the minimum requirements. 2) VM works per se, but when I select the log, I get an error message (502 Bad Gateway) tower-diagnostics-20220519-2105.zip
-
I just replaced the key and now things seem to be working, Thanks for the help in this forum!
-
Now I got to the GUI, but seeing the "GUID error". I guess I can fix this with what is described above. I am also seeing a screen saying "purchase key", so I guess I need to somehow fix this as well? Any thoughts above?
-
Seems I was facing same situation as you do. This is really a pity as Unraid had been working well for many years prior to the upgrade. I tried to run "disk utility", but this did not show any error and didn't change anything. I then followed your instruction above. Created a new USB device with the usb creator and copied the config folder. It boots and shows more lines. It stops at "vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem Any thoughts?
-
Unfortunately, disk utility (Mac) didn't show any errors. What do you mean by "simply rewriting the flash drive"? You suggesting I delete the files and then copy them back on? Or even format the USB?
-
Thanks. Unfortunately, still not working. I ran disk utility, which immediately finished without errors. But issue persits.
-
Thanks! Coincidence that it stopped working right after the update reboot? Any chkdsk option on Mac?
-
Connected an external display. First I see "waiting up to 30sec for device with label Unraid to come online...". Afterwards, it says "Unraid boot device not found - press enter key to reboot". And then things repeat.
-
Unfortunately, my server also stopped working since the upgrade. It upgraded well. I then restarted it. I can no longer access the GUI. In fact, the server no longer register in the network (i.e., I cannot see the server IP in my router). Unfortunately, I am running headless, so cannot see the error message. Any idea how to troubleshoot?
-
I am also facing a new weird issue (after using Sonarr docker for many years). Episodes no longer auto-import. When trying to do so manually, the release gets rejected "not enough free space". Happy to post logs or provide info for troubleshooting. Any thought what's best?
-
I don't think I am on the latest/best docker container for Sonarr. Repo is lsiodev/sonarr-preview. Can I switch to the linuxserver container by just swapping out the repo in the docker settings? If so, what would be the best one?
-
[Support] Linuxserver.io - Plex Media Server
steve1977 replied to linuxserver.io's topic in Docker Containers
Thanks. Let me do this. -
[Support] Linuxserver.io - Plex Media Server
steve1977 replied to linuxserver.io's topic in Docker Containers
Thanks. I tried this. I am then getting an error message that I am not connected directly to the server and it is very slow. -
[Support] Linuxserver.io - Plex Media Server
steve1977 replied to linuxserver.io's topic in Docker Containers
I am running this docker container and it has been working well for many years. I just realized one thing that I never tried before. It seems that I cannot access my library over app.plex.tv. I am getting the message: app.plex.tv is unable to connect to "xxx" securely when trying to access the library. I am only using in home network. I don't plan to access remotely and have disabled this feature. IOS and ATV devices work. Also, accessing the web app locally (my-IP:32400) work> I am getting the error message only when trying to access via app.plex.tv. Thanks for your help! -
Roon docker, unRaid Roon support, "steefdebruijn/docker-roonserver"
steve1977 replied to dkerlee's topic in Docker Containers
The docker icon disappeared. I reinstalled the docker, but will no luck. I checked the settings and realized that the URL gives an error 404: https://raw.githubusercontent.com/xthursdayx/docker-templates/master/images/roon-icon.png Any thoughts? -
Seems I need to learn how to use chown... Can you jumpstart my efforts how to change permission for below? Seems I need to "remove 2 ws" and change userid/users to root/root. -rw-r--r-- 1 root root 360K Apr 6 16:15 database.sqlite -rw-rw-rw- 1 userid users 777M Apr 5 16:00 database.sqlite3
-
Thanks. So, manually deleting the docker.img would solve part of it. I could try to spot the config.txt or .db files. And then later overwrite them and set the right permissions manually for such files?