littlebudha

Members
  • Posts

    34
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

littlebudha's Achievements

Noob

Noob (1/14)

4

Reputation

  1. So this fixed the issue. I am able to log on and everything has been stable except I started receiving errors for my Drives. I ran smart test on drive 14 and it is stuck at 10%. It has been running for over 3-4 days. Attached my diagnostic files. appreciate your help! tower-diagnostics-20240216-1308.zip
  2. I have had unraid for years and 8 years ago purchased a Dual intel xeon E5v2 processor and boared. Worked great for last 8 years or so. I had been thinking of upgrading and last month for some reason the IOMMU stopped working and started having random crashes with my server. SO I thought its time to upgrade anyways and so purchased: AMD Ryzen 9 7900x Asus ROG Strix B650E-F MB G-skill Trident Z5 Neo 64 GB DDR5 RAM Samsung 990PRO 4tb NVME I cont to have my old LSI 9210-8 Card NVIDIA P2000 GPU card Once I installed everything, I am getting multiple errors. Lots of XFS Metadata corruption Errors CPU: 5 PID: 7867 Comm: kworker/u48:6 Tainted: P W O 6.1.36-Unraid #1 BTRFS Error NVME temp errors the system freezes when I start my old VM's when the system freezes I cannot reach it at all, not through SSH, web UI etc it does not log anything new on the Syslogs its extremely frustrating especially since this server is a headless server and I am unable to login using monitor and keyboard due to location without pulling it out. I have a pikvm but unable to get the video out into it. I have attached the syslog files, and am hoping one of you guys can help with fixing it. I do have a parity check running currently that should hopefully be done in next 12 hours as I'm concerned about the data on the drives. thank you in advance for your help! tower-diagnostics-20240208-0815.zip
  3. Were you able to find the issue? I have had the same issue. I changed out my CPU, motherboard, Memory, Cache drive.
  4. will try with a edge browser, but did not work with chrome incgnito mode or safari.
  5. I'm having the same issue. Never had this issue in past. All the dockers working fine, just cannot see any diagnostics regarding my drives, server etc.. have not reboot it yet. anyone figure out the cause?
  6. This worked for me as well. I had to log out and log back in at the end of all the steps. I am also able to access it remotely
  7. I am having issues with my unraid and NVIDIA drivers. everything was working fine until last 2 days. unsure of what triggered the issue, but when I have the NVIDIA drivers installed, it causes kernel error. This freezes my server. I cannot even reboot ( even through SSH) and requires hard reboot. I did not load my docker containers as the docker vdisk shows corrupted since this issue started and I rebuilt it once, and then this happened again. I think its related to the NVIDIA driver. my hardware is: Intel® Xeon® CPU E5-2680 v2 @ 2.80GHz 112 GiB DDR3 Multi-bit ECC Intel Motherboard NVIDIA Quadro P2000 as the video card I have attached the diagnostics . tower-diagnostics-20220328-1938.zip
  8. Did you follow the instructions from Spaceinvaders youtube video to make sure you have the initial setup working ( ) once you get this working, follow above instructions.
  9. So those of you who live in an area where locast is not available you can follow these instructions to route your locast traffic through a Docker container with VPN built in already: - I used the excellent instructions by @Cynagen to get my locast2Plex setup - I then used the instructions provided by @SpaceInvaderOne to route traffic through a container already having VPN built in. i used the binhex-delugevpn, but you can use any container you want. Instructions for this are available as a video on : https://www.youtube.com/watch?v=5AEzm5y2EvM and https://www.youtube.com/watch?v=znSu_FuKFW0&t=457s - once the VPN container is created and working, make sure the traffic is going through the VPN, Make sure the VPN server is located in the market that locast is available. I used PIA and Atlanta as the server. then add following ports to this container: Name: locast2plex , Host Port: 6077, connection type : TCP Name: Locast2Plex service Port: Host Port: 1900, connection type: TCP - Start this VPN container - then follow the instructions provide above by @Cynagen with the following modifications: in the locast2plex container, make sure and choose Advanced configuration under extra parameters add: --net=container:binhex-delugevpn ( or any name of the VPN container you chose) Network must be NONE External Address is the address of the VPN containers IP address ( In mycase its the delugeVPN container address) I had to keep Priviladged OFF, but not sure if required rest of the settings are same @Cynagen start the container and under the log it should start up normally if everything is correct. You do need to donate to locast to make this work in plex Live TV and DVR you would add the IP address of your VPN container with port 6077 choose the zipcode of the market you chose for me it was atlanta, and the EPG has an option for Locast OTA data. ENJOY!
  10. Thank you very much for this! I got my Locast2Plex to work with these instructions!
  11. Can someone create a Template for tgorg's locast2plex docker? Also, if its possible to add built in open VPN support inside it so we can change the location of the ipAddress. I really would appreciate this! trying to set it up through dockerhub, but I think lots of people will find this container VERY useful!
  12. Im sorry if Im asking basic questions, but whats the difference between the xteve containers? Also, does the VPN container route all streaming data from the IPTV through a VPN or does it only route the guide DATA? thanks!
  13. So I have cloudflare and Nginx proxy manager working. make sure all the port forwarding is setup per your router to the Nginx container I went onto cloudflare and created my cnames for my domain under DNS Then went to crypto tab and created the origin certificates - you can create individual one for each subdomain or have one with all the subdomain added. this will give you the .PEM and .Key you save these on to your desktop as whateveryouwanttocallit.pem and whateveryouwanttocallit.key goto ngnx proxy manager and goto SSL certificates create a custom certificate only need the .pem and .key files to create a new certificate once this creates it ogot the Hosts > Proxy Host tab create your proxy host Fill out the details Tab --> then under SSL tab choose the custom certificate This setup works for me. I cannot use force SSL tab, if I do so then I get errors for some reason I also setup the firewall rules on cloudflare to block all non US web requests.
  14. Have you created the origin certificate in cloudflare (under Crypto Tab)? once you create these you save them as .pem and .key files. Use these to create the SSL certificate in proxy manager. I had to use these SSL certificate to make it work instead of the letsencrypt ones.