zaraki1311

Members
  • Posts

    26
  • Joined

  • Last visited

Recent Profile Visitors

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

zaraki1311's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thanks, running it now. I am not sure what the system was doing yesterday. I had the the one thread locked at 100%, I could not issue reboot commands or stop docker containers. So I hard reset when it came back one drive was out of the cache pool but UnAssigned Devices could see the drive, when I went to stop the array it locked on not being able to unmount a device from UD and was stuck in that state for over an hour. So I hard reset again when into safemode re attached the drive to the cache booted back up, then had storage issues with the cache.
  2. I have attached the logs arlongpark-diagnostics-20190502-0855.zip
  3. So I think I have a lead on what is going on. Looks like my cache drive is full? As stated above I have 3 500gb 970 evo nvme drives, looks like I am in RAID1. The Balance Status says I have total=478.65GiB, used=478.62GiB. Looking on the main page is shows I have 750gb capacity with 515gb used and 124gb free. If I look at the sizes of the files on the cache with winscp I am using 372gb. So my question now is what voodoo is unraid doing here to have no clue how much data is being used on the cache and how the hell do get some capacity on to the cache?
  4. Hello, Lately I have been having these strange issues where my unraid system has been going from working fine to most of my docker containers are suddenly off or they are "on" but I can t access them, my VMs seem to have performance issues or no connectivity. The unraid interface is almost unusable and when I look at the dashboard it is showing a good chunk of my CPU as being pinned, but when I run the top command in the cli the CPU is basically sleeping. I am unable to issue a reboot command from either the web interface or cli. I have attached the diagnostics files. Any help on this is greatly appreciated as this seems to be happening more frequently. Unraid Version: 6.6.7 CPU: Ryzen 7 2700x (no overclocking just set all core turbo) Mobo: Crosshair VII Hero RAM: 32gb DDR43000 Cache Drives: 3x 500gb 970 evo Array: 3x 2tb Seagate sshd arlongpark-diagnostics-20190424-0735.zip FCPsyslog_tail.txt
  5. I will run a few test when I get home. I am wondering if it tripped over no domain and is failing to do anything with the credentials. Possibly adding @workgroup to the end of the username might work
  6. Have you tried removing the share in UD and re-adding it? I think I had to do that after the update.
  7. Is your windows share password protected? Is it a share of a disk or of a folder?
  8. Looks like I was wrong. When it is a windows drive share I have not been able to get it to authenticate without a username our password, but if it is a folder share it works great. I have attached the files for the folder share. There is no point attaching the files for the drive share as even in my Windows machines it is asking for credentials samba_mount.cfg
  9. I was entering just the ip address and the share in the share section. I tried the everyone and guest accounts with no password but that did not work as it complained about a missing password.
  10. Looks like it works other than when it is a drive share using the Advanced Share. When it is an advanced share it complains it can't be found in fstab, below is the command it ran and the error. I have tried running a few test commands to get a working one but no luck yet, but that is mostly me being a linux noob. I will continue testing this weekend and let you know. If you need or want anymore testing for Windows let me know and I will do my best to help out. mount -t cifs -o '//192.168.0.226/f' '/mnt/disks/192.168.0.226_f' mount: /mnt/disks/192.168.0.226_f: can't find in /etc/fstab.
  11. Sorry not sure if I understand what you would like me to test. Do you want me to try to connect to one of my shares that does not require any credentials? Or do you want me to test one of my secured shares without credentials?
  12. Awesome. Thanks for doing that it seems to be working. Are there any tests you would like me to run?
  13. Here is an example. There are 2 ways to enter the domain that are standard. Domain/User or user@domain. A possible solution would be to add an optional domain field below the user.
  14. So After a little playing I have sort of got this to work. If I copy the mount command and give it the domain parameter and run it in the terminal it works fine and shows in UD like it was setup with UD, but if I reboot I have to remount manually. Below is an example of what I ran. Is there a chance that support for domain users will be added? mount -t cifs -o rw,nounix,iocharset=utf8,_netdev,file_mode=0777,dir_mode=0777,,vers=3.0,username=UnRAID,domain=zaraki1311.com,password=******* '//192.168.0.225/Books' '/mnt/disks/192.168.0.225_Books'
  15. Hello, I have been using this plugin for a few months now without much issue, but today I made a few changes in my network that seem to have broken a few things. My current setup is my my unraid server is basically just to run VMs and dockers. My main storage is a QNAP server. I have been using Unassigned Devices to map my network shares to my dockers. The change I made today was to make my QNAP an domain controller. This change makes it so a domain account is required to access a share. I have configured all of that, but it appears that I can't connect to the shares with Unassigned Devices now. I am using SMB to connect and adding the domain to the front of the user. All my Windows machines seem to be working fine connecting. below is the log I get from unraid. Any help would be greatly appreciated. Mar 13 19:05:40 ArlongPark unassigned.devices: Mount SMB share '//192.168.0.225/Books' using SMB3 protocol. Mar 13 19:05:40 ArlongPark kernel: Status code returned 0xc000006d STATUS_LOGON_FAILURE Mar 13 19:05:40 ArlongPark kernel: CIFS VFS: Send error in SessSetup = -13 Mar 13 19:05:40 ArlongPark kernel: CIFS VFS: cifs_mount failed w/return code = -13 Mar 13 19:05:40 ArlongPark unassigned.devices: Mount SMB/NFS command: mount -t cifs -o rw,nounix,iocharset=utf8,_netdev,file_mode=0777,dir_mode=0777,,vers=3.0,username=zaraki1311.com\UnRAID,password=******* '//192.168.0.225/Books' '/mnt/disks/192.168.0.225_Books' Mar 13 19:05:40 ArlongPark unassigned.devices: Mount of '//192.168.0.225/Books' failed. Error message: mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)