zaraki1311

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by zaraki1311

  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)
  16. Hey, So I am running into an odd issue. I have the docker setup and I have changed the WEBUI ports to 6010 and changed it in the config file and the lan network to 192.168.0.0/24. When I try to connect to the webui it fails, if I turn the vpn off and try it works fine. Any thoughts? 2018-12-30 19:54:15.085103 [info] VPN_ENABLED defined as 'yes' 2018-12-30 19:54:15.108729 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/US_Las_Vegas.ovpn dos2unix: converting file /config/openvpn/US_Las_Vegas.ovpn to Unix format... 2018-12-30 19:54:15.139019 [info] VPN remote line defined as 'us-lasvegas.privateinternetaccess.com 1198' 2018-12-30 19:54:15.159417 [info] VPN_REMOTE defined as 'us-lasvegas.privateinternetaccess.com' 2018-12-30 19:54:15.179087 [info] VPN_PORT defined as '1198' 2018-12-30 19:54:15.199322 [info] VPN_PROTOCOL defined as 'udp' 2018-12-30 19:54:15.218725 [info] VPN_DEVICE_TYPE defined as 'tun0' 2018-12-30 19:54:15.237422 [info] LAN_NETWORK defined as '192.168.0.0/24' 2018-12-30 19:54:15.257325 [info] NAME_SERVERS defined as '8.8.8.8,8.8.4.4' 2018-12-30 19:54:15.276949 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS) 2018-12-30 19:54:15.298100 [info] Adding 8.8.8.8 to resolv.conf 2018-12-30 19:54:15.316610 [info] Adding 8.8.4.4 to resolv.conf 2018-12-30 19:54:15.334796 [info] Starting OpenVPN... Sun Dec 30 19:54:15 2018 WARNING: file 'credentials.conf' is group or others accessible Sun Dec 30 19:54:15 2018 OpenVPN 2.4.4 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Sep 5 2018 Sun Dec 30 19:54:15 2018 library versions: OpenSSL 1.1.0g 2 Nov 2017, LZO 2.08 Sun Dec 30 19:54:15 2018 TCP/UDP: Preserving recently used remote address: [AF_INET]199.127.56.115:1198 Sun Dec 30 19:54:15 2018 UDP link local: (not bound) Sun Dec 30 19:54:15 2018 UDP link remote: [AF_INET]199.127.56.115:1198 Sun Dec 30 19:54:15 2018 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Sun Dec 30 19:54:18 2018 [d2c3cc3a096826d7413d1c3a2cf62c6f] Peer Connection Initiated with [AF_INET]199.127.56.115:1198 Sun Dec 30 19:54:19 2018 TUN/TAP device tun0 opened Sun Dec 30 19:54:19 2018 do_ifconfig, tt->did_ifconfig_ipv6_setup=0 Sun Dec 30 19:54:19 2018 /sbin/ip link set dev tun0 up mtu 1500 Sun Dec 30 19:54:19 2018 /sbin/ip addr add dev tun0 local 10.6.10.6 peer 10.6.10.5 Sun Dec 30 19:54:19 2018 Initialization Sequence Completed 2018-12-30 19:54:19.366890 [info] WebUI port defined as 6010 2018-12-30 19:54:19.387864 [info] Adding 192.168.0.0/24 as route via docker eth0 RTNETLINK answers: File exists 2018-12-30 19:54:19.407133 [info] ip route defined as follows... -------------------- 0.0.0.0/1 via 10.6.10.5 dev tun0 default via 192.168.0.1 dev eth0 10.6.10.1 via 10.6.10.5 dev tun0 10.6.10.5 dev tun0 proto kernel scope link src 10.6.10.6 128.0.0.0/1 via 10.6.10.5 dev tun0 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.152 199.127.56.115 via 192.168.0.1 dev eth0 -------------------- iptable_mangle 16384 2 ip_tables 24576 5 iptable_filter,iptable_nat,iptable_mangle 2018-12-30 19:54:19.429013 [info] iptable_mangle support detected, adding fwmark for tables 2018-12-30 19:54:19.460735 [info] Docker network defined as 192.168.0.0/24 2018-12-30 19:54:19.500971 [info] Incoming connections port defined as 8999 2018-12-30 19:54:19.522651 [info] iptables defined as follows... -------------------- -P INPUT DROP -P FORWARD ACCEPT -P OUTPUT DROP -A INPUT -i tun0 -j ACCEPT -A INPUT -s 192.168.0.0/24 -d 192.168.0.0/24 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --sport 1198 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 6010 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 6010 -j ACCEPT -A INPUT -s 192.168.0.0/24 -i eth0 -p tcp -m tcp --dport 8999 -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT -A OUTPUT -s 192.168.0.0/24 -d 192.168.0.0/24 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --dport 1198 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 6010 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 6010 -j ACCEPT -A OUTPUT -d 192.168.0.0/24 -o eth0 -p tcp -m tcp --sport 8999 -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT -------------------- Adding 100 group groupadd: GID '100' already exists Adding 99 user useradd: UID 99 is not unique 2018-12-30 19:54:19.560569 [info] UMASK defined as '002' 2018-12-30 19:54:19.583026 [info] Starting qBittorrent daemon... Logging to /config/qBittorrent/data/logs/qbittorrent-daemon.log. 2018-12-30 19:54:20.609145 [info] qBittorrent PID: 209 2018-12-30 19:54:20.610596 [info] Started qBittorrent daemon successfully...
  17. Is there anything I should possibly try to do to maybe protect myself better? I have been thinking about adding an nvme or 3 to the mix and retire the old drives. So in that case would putting it in raid 5 be a better solution as it almost seems that the raid 1 had no redundancy at all? Also is there a good way to backup the cache? I am running a few vms 100% in the cache so am in bit of a bind as the windows backups may or may not have been working. I currently have the CA AppdataBackup configured to back up my appdata but that doesn't cover my vms
  18. I did not specifically grab them at the time, but I do have a diagnostics file on the flash drive that contains logs from dec 17th to 9:20 this morning arlongpark-diagnostics-20181221-0920.zip
  19. Hello, Just posting to see if anyone has any thoughts as to what happened or how to prevent this issue in the future. So last night just be for midnight I got the errors below on my cache pool. My cache pool consists of 4 250gb Samsung 860 evos that are very well aged somewhere between 2-3 years on time each. Looking at the cache it is setup to be btrfs raid 1. When I looked at my unraid server this morning there was an error on the cache pool saying there were was no file system. I rebooted my server and it still did not come back. The only thing I see with the disks is that one disk as some crc errors in the smart data. I decided to format the pool so I could get up and running again, but I need to know if there is something I can do to protect myself in the future or if this might just be a drive failing and I should get new ones and the cache to a different raid level. Dec 20 23:37:26 ArlongPark kernel: BTRFS critical (device sdg1): corrupt leaf: root=2 block=723569819648 slot=105, unexpected item end, have 12754 expect 12818 Dec 20 23:37:26 ArlongPark kernel: BTRFS: error (device sdg1) in __btrfs_free_extent:6953: errno=-5 IO failure Dec 20 23:37:26 ArlongPark kernel: BTRFS info (device sdg1): forced readonly Dec 20 23:37:26 ArlongPark kernel: BTRFS: error (device sdg1) in btrfs_run_delayed_refs:3058: errno=-5 IO failure Dec 21 03:40:01 ArlongPark crond[2324]: exit status 1 from user root /usr/local/sbin/mover &> /dev/null
  20. I definitely do not plan to overclock this go around. My old i7 i am running now has had a 24/7 overclock up to 4.7ghz for almost 7 years which has brought me to the state I am in now where Unraid and VMs crashing randomly. I also don't think I can get enough cooling in the case I plan to use for the build.
  21. Hello, I am looking at doing a swap out of my Mobo, Ram and CPU to deal with some potentially dying hardware and get some more horsepower. This move will be from an old i7 980x over to a Threadripper 1950x. From what I have been able to gather from a few google searches is that I could potentially just drop the new board cpu and ram in, plug in the usb and it should pickup the array. I want to verify that is true or if I am going to need to do more than that as it is a little more of a drastic change. I am also guessing that because of the change I will have to rebuild all of my VMs to account for the hardware change.
  22. I know I am coming back to this a month later, but things have been somewhat stable. I managed to clear the usb errors they were related to a broken usb device. There have been 2 issues that occurred since I have fixed that issue. The first one was that suddenly one of my VMs went offline I hopped on a computer to take a look and the other VM was still running. It appeared that the folder for the VM file was gone, shortly after the other VM started acting odd and then just stopped. I rebooted the unraid machine. When it came back it would not accept the disk the VMs were on. I could not get it to take the disk so I pulled it and put it in my laptop and I could see that there was still data on the disk. even though I could get the img files off the disk KVM said they were blank. I ended up recovering from backups and moved on. The second issue happened a day or 2 ago where my VMs went down I got my PRTG alerts and I went to take a look and the web interface was down. I looked at the monitor hooked up to unraid and I had the following message on the screen. Sadly I did not have FCP in troubleshooting mode to get log files
  23. So it is a few days later now and it has crashed again. This time i had a monitor and keyboard plugged in when it crashed. All I saw was the prompt to login. I have attached the log files from just before the crash. arlongpark-diagnostics-20180125-1700.zip FCPsyslog_tail.txt
  24. I have attached the latest versions arlongpark-diagnostics-20180124-1324.zip arlongpark-syslog-20180124-1334.zip
  25. Hello, It seems over that past few months I have been running into random system crashes with my unraid server. I am running version 6.3.5. A few times I have been at my computer as it started to go down. When it starts going down my VMs start having application crash and/or they lose network connectivity. Shortly after the VMs start crashing I lose access to the web interface to the server at that point I am assuming that the entire system has locked up as it does not respond when I connect a monitor and keyboard to it. I have been trying to narrow down where the issue is but it appears that it dumps the logs when I turn it off unless they are hidden somewhere. I have attached the logs since the last crash that seem to have a lot of errors that I am not sure what they are related to. My first question on this is what are these errors related to, are they possibly the cause of the crashing. The second question is there a way to get to the logs around the crash or make unraid keep those logs? System Info.txt arlongpark-syslog-20180124-1034.zip