blakeslade

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by blakeslade

  1. Hello! I'm getting an Unable to Connect error and then an Internal Server Error when I try again to connect to my Nextcloud docker. Had some major PSU issues recently resulting is false HDD failures and errors. Replaced PSU, MB, CPU and RAM and rebuilt the server and the array. IP address has changed as well, perhaps this has something to do with it? Initially none of my dockers worked, but after a couple of reboots they are all working except for NC and Transmission. Thanks for your help!
  2. Hello! I'm getting an "Unable to Connect" error to my Transmission docker. Tried both FF and Edge same error. While waiting for a reply I went ahead and removed the docker and then reinstalled it. Still having the same issue. How do I resolve an unable to connect error via web browser for transmission? And while we're at it, is it usually the same solution for all dockers? Secondly, how do I connect via consol? Had some major PSU issues recently resulting is false HDD failures and errors. Replaced PSU, MB, CPU and RAM and rebuilt the server and the array. IP address has changed as well, perhaps this has something to do with it? Initially none of my dockers worked, but a couple of reboots later and a HDD xfs_repair only Transmission and NC are refusing to work. Thanks for your help!
  3. Initially none of them worked at all using the GUI. I am not familiar with how to connect via console. I am now only having issues with two dockers: Nextcloud (unable to connect initially then internal server error) and Transmission client (unable to connect). How to connect via console?
  4. Thank you JorgeB. And now I have a question about the dockers, I am unable to connect to any of them. Is this as simple as redoing the settings files? When I upgraded the MB, CPU, RAM and PSU the server got a new ip address. Should I tell the router to set the old one? Thanks!
  5. Here is the xfs_repair -n result: and then again with xfs_repair -v: When array is started the drive is mounted but I cannot browse the content. How do I replay the log? Or do I use xfs_repair -L to destroy the log?
  6. Update: Now the plugin FixCommonProblems has discovered that disk 5 is being reported as full, but it is not (2.66Tb / 6Tb used). Additionally, I cannot connect to any of my dockers. What should I do?
  7. Thanks for joining the thread JorgeB! I rebooted the server and started the array and all drives are mounted and no errors have appeared... yet. Before I cheer, is there anything I should do next? Run parity check again with the now mounted disk2? Thanks again! tower-diagnostics-20220321-1739.zip
  8. Hello! I'm a basic Unraid user and have run into some trouble with my server. As the title reads, I have a data disk (with data on it) that is being reported as unmountable and another disk with errors reported when building a new config. I have attached the tower diagnostics the downloaded smart report for sdh and sdf and a screen shot of Tower Main. What I have done: - Ran a full smart diagnostic which passes on the unmountable disk (sdh) - Mounted array in Maintenance Mode and ran xfs_repair (through GUI) with arguments removed on both disks (sdh and sdf) I don't know what steps to take next? A little back story for some context: A Defective PSU has been giving random HDD errors off and on over the past year. I didn't realize it was the PSU and kept changing SATA cables, SATA headders and PCIe slots for the LSI SATA card, and SATA brake out cables. This would work for a little while then errors would appear again. Only this past week did I make the connection, but not before I went to Tools and selected "New Config" and all hell broke loose. HDD's were disappearing with every boot and errors in parity. In hind sight I should have made a post here in the forums and saved myself a whole lot of trouble. I really appreciate your help! tower-diagnostics-20220320-1536.zip tower-smart-20220319-2009.zip xfs_repair_output.txt tower-smart-20220320-1739-sdf.zip
  9. Thank you skois! I now have nc up and running! I'm amazed that you were able to recreate my issue and state the work around so easily. Thank you for taking the time to help me out. I really appreciate it. I'm going to continue the setup process here, with letsencrypt (after I get letsencrypt installed using spaceinvaderone's instructions). Is there another resource that will be helpful to me?
  10. I say hot damn! I am floored by your steps. Thank you so much skois! I will get on this later today, and report my results.
  11. Getting a 504 Gateway time out error now. I feel like this is a comedy of errors on my end. Here are the commands I entered for mariadb: mysql -uroot -p password create user 'nextcloud' identified by 'mypassword'; create database if not exists nextcloud; grant all privileges on nextcloud.* to 'nextcloud' identified by 'mypassword'; I used nano for the config.php file, which looked like this before opening the nc webui: <?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'datadirectory' => '/data', 'trusted_domains' => array ( 0 => '10.0.0.72:444', 1 => '10.0.0.*', ), ); Now the config.php looks like this (after the 504 timeout): <?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'datadirectory' => '/data', 'trusted_domains' => array ( 0 => '10.0.0.72:444', ), 'instanceid' => 'ocj51yowyofq', 'passwordsalt' => 'MrmUOLhtq7TnzskZxDQePo8gChclH+', 'secret' => 'Ee5QoOEXhdGDvIzD61ogzdx4g53tXVsCe6RB2eddED4DnWzI', 'dbtype' => 'mysql', 'version' => '20.0.4.0', 'overwrite.cli.url' => 'https://10.0.0.72:444', 'dbname' => 'nextcloud', 'dbhost' => '10.0.0.72:444', 'dbport' => '', 'dbtableprefix' => 'oc_', ); I've attached an updated nextcloud.log from the /data folder (on my array /mnt/user/Nextcloud) and docker page logs. Ideas? nextcloud.log Nextcloud_Log_2021.01.13.txt Mariadb_log_2021.01.13.txt
  12. Thanks ton skois, I'll give that a go this afternoon. I'm not currently using a cache drive, so my appdata is located at: /mnt/user/appdata That's the only place I need to delete the data?
  13. So nextcloud is still stuck in the inital setup phase. It's stuck there. Every time I open the WebGUI it's asking me for an admin user and pw along with db options. When I open a shell to "/config/www/nextcloud" this is what I get: occ config:system:set trusted_domains 1 --value=10.0.0.* Nextcloud is not installed - only a limited number of commands are available There are no commands defined in the "config:system" namespace. At this point I've tried a few times and am running out of user names since it seems to save the ones I've tried in the past (lots of admin variations)? Thanks again!
  14. Thanks for your help! Gave this a shot but no go. I stopped the nc docker, updated the config.php file using krusader and confirmed that I had the changes saved. Then started up the nc container which brought me back to the initial set up page. I entered all the details as before and ended up back at the Internal server error page. Looking at the config.php file I see that my entry has been removed and it's back the way it was now. Should I be using nano or a command line based editor instead? I've attached a new log file and the config.php as it was edited, before being reset. Thank your for your time skois! I'm sure you're very busy and I appreciate your help. Edit: I've got wireguard installed, is that causing a problem? nextcloud.log config.php
  15. Experiencing an "Internal Server Error" following SpaceInvaderone's YT instructions as well as Linuxserver.io's. Have not installed Letsencrypt. Been searching through this thread, but I haven't found that solution yet. Can someone give me a hand? If I'm missing a log file, let me know! Nextcloud_config.php Nextcloud_Log.txt Mariadb_Log.txt
  16. Rookie mistake. Thank you for pointing that out. You are correct, I did not delete the "deluge" foler in /appdata. Would explain why some other docker containers are also having some issues due to old configs remaining. Will report back of the issue is not resolved. Thank you!
  17. Morning! Just installed Deluge 2.0.3-2-201906121747 on Unraid 6.8.3 and I'm unable to log in. I'm getting stuck in an endless loop at the login prompt. The default password, "deluge", is accepted, but then the prompt reappears. In the background I can see a prompt asking me to change my password, but I can't select it. I've tried to remove and install the plugin again, but I get the same result. Ideas now I can get past this? Thanks so much!
  18. Did some reading (oh oh) here, https://wiki.unraid.net/Troubleshooting#Re-enable_the_drive All SMART tests have passed (took the liberty of doing parity and Disk 1). - Reallocated_Sector_Ct, Current_Pending_Sector, and UDMA_CRC_Error_Count Raw_Values are '0' So, I've followed the safe instructions to rebuild the array and am waiting for the process to complete. Thanks for your help JorgeB! tower-diagnostics-20201208-1532.zip
  19. Cables replaced on disk 2 and 3! Issues with disk 3 now appear to be resolved. disk 2 is still being reported as "disabled", see screen below. I am running the Extended SMART scan on disks 2 and 3. What additional diagnostics should I run for disk 2? My new HDD's arrive this week, what steps do I follow to upgrade from my current setup? What would be an optimal set up for 4 x 6TB drives and 3 x 3TB drives (assuming disk 2 is finished)? Thanks!
  20. On it. No back up cables so I'll order replacements and report back when I have new diags.
  21. Hello all! I've got some HDD problems and would like guidance on how to proceed. I've attached syslog and diagnostics from this morning. The situation: I have 2 drives with errors. I discovered these errors while attempting to set up Nextcloud using spaceinvaderone's YT instructions when I couldn't get nextcloud to start. I know it's unrelated to the drive failing. I have a 9TB array: 1 x 3TB parity and 3 x 3TB drives (screen: 'Array_drives'). I took the array offline and remounted in maintenance mode and am currently running Read-check which is 4.1% complete. I also have the extended SMART check running on both drives. I have ordered replacement drives (4 x 6TB WDC WD6002FRYZ) so I will replace and upgrade at the same time once they arrive next week. I'd like to know how to proceed from here? 1) Until the drives arrive, what steps do I take in preparation? 2) What steps do I take to replace and upgrade the drives? My plan is to have 2 x 6TB parity and then 12TB array (2 x 6TB) and a 2 x 3TB cash pool Thank you so much for your advice and I appreciate all you help! tower-diagnostics-20201204-0759.zip tower-syslog-20201204-1258.zip
  22. Thank you for replying! I continued to research and read last night an managed to pass the card through using the VFIO-PCI Config plugin. I did give the syslinux.conf method a try by clicking on the flash drive in the GUI, and added the USB controller ID after the "append". With that method the USB controller appeared in the PCI devices section in the VM settings, but then I had the same "guest" error starting up the VM. After removing that line from the syslinux.conf and using the VFIO plugin instead it works! USB PnP is now functional in my W10 VM and so does the Oculus Rift.
  23. Good day all! First of all, thank you very much for this guide! It was very helpful, though I am experiencing an error when I add the hostdev lines of code to the XML file: I just installed a PCIe USB3.0 card in my unraid system since the onboard ports have not been playing nicely with anything I plug into them. I've got a W10 VM set up and running nicely that I want to game with. There's a GTX1070 already passed through and I am able to run Dirt Rally 2.0 on my tv and a G27 wheel. Since we're social distancing now, I picked up an Oculus Rift and am having trouble getting it detected in the VM. If I use the VM settings GUI to set up the USB passthrough for all devices (KB, mouse, wheel, Rift headset and Rift sensor), only the Rift headset is not detected within the VM W10 guest (KB, mouse, wheel and Rift sensor all detect fine). I was hoping to pass the USB PCIe card to benefit from USB PnP which would then solve my Rift issue. Here are the results of the steps I followed in the OP: ls | grep USB lsusb readlink /sys/bus/usb/devices/usb5 readlink /sys/bus/usb/devices/usb6 PCIe ACS override is ENABLED The lines I added to my XML file: Without those two hostdev entries (or even just one) I get the error above. Here is my XML file in whole: I appreciate all ideas! Thanks
  24. *I had this posted in VM Engine (KVM) but didn't get any responses so I've deleted that one and posted here in General.* Good day! I've got a Win10 VM running on my Unraid server v6.8.2. and a couple of days ago one of my children turned the computer off by accident. When I realized it was off and rebooted (noticed a load optimized defaults BIOS message) and once Unraid was up and running again, the VM was gone. After some duckducking around I realized that hardware virtualisation had been turned off (I was getting KVM errors). So I rebooted to the BIOS and made sure those settings were enabled, which fixed the KVM errors. Back in Unraid I've tried turning the VM off and back on again. Checked that the Domains folder contains the image for my machine, and that the Unraid VM Manager is pointing to libvirt.img. I've attached the diagnostics and some screen shots. I'm not sure which direction to go from here. I'm a novice Unraid user so help will be greatly appreciated! Thanks very much! tower-diagnostics-20200223-0802.zip