Jump to content

DWomack

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by DWomack

  1. Tue May 30 09:27:24 EDT 2023 Tue May 30 09:27:24 EDT 2023 Server IP: 192.168.2.30 Share Name:Testing_1 Remote Share URL //192.168.2.30/Testing_1 Source /mnt/remotes/192.168.2.30_Testing_1 Destination /mnt/user0/Testing_1/ sending incremental file list 192.168.2.30_Testing_1/ Number of files: 32 (reg: 27, dir: 5) Number of created files: 0 Number of deleted files: 0 Number of regular files transferred: 0 Total file size: 4,019,868 bytes Total transferred file size: 0 bytes Literal data: 0 bytes Matched data: 0 bytes File list size: 0 File list generation time: 0.001 seconds File list transfer time: 0.000 seconds Total bytes sent: 1,239 Total bytes received: 24 sent 1,239 bytes received 24 bytes 2,526.00 bytes/sec total size is 4,019,868 speedup is 3,182.79 Tue May 30 09:27:26 EDT 2023 Script has finished! Tue May 30 09:27:26 EDT 2023
  2. What version of SMB is being used on the Synology? If you unmount the SMB share and remount it, the Log will show you the negotiation that goes on in the process. My DroboFS is old enough that it is still using SMBv1. When a shere there mounts, the log shows it started with SMB latest and then negotiates down until it gets to SMB v1. Hope this helps shed some light. Dennis
  3. So I am moving files from Drobo Servers to Unraid. I wrote a script earlier that created a directory off of root and mounted an SMB share there. Then used rsync to copy files from that directory to the Share location in Unraid. It worked correctly, but was a little clumsy. Then trying to clean things up, I wrote this: sync_share(){ date echo echo Server IP: $1 echo Share Name:$2 echo echo Remote Share URL //$1/$2 echo Source /mnt/remotes/$1_$2 echo Destination /mnt/user0/$2/ echo /usr/local/sbin/rc.unassigned mount //$1/$2 # sleep 1 rm ./$2.rsync.log rsync -av --stats --log-file=./$2.rsync.log /mnt/remotes/$1_$2 /mnt/user0/$2/ # rsync -avn --stats --log-file=./$2.rsync.log /mnt/remotes/$1_$2 /mnt/user0/$2/ # sleep 1 /usr/local/sbin/rc.unassigned umount //$1/$2 sleep 1 date } dlandon told me about the /usr/local/sbin/rc.unassigned mount stuff. The source is the first picture and the second picture is the destination. The destination has picked up a folder with the ip addr and share name. See how it is doubled up? What am I doing wrong? Thanks Dennis
  4. Where are these messages in the log coming from. Yes, this is probably from SMBv1. They completely fill the log after a while. Any way to shut these off? Looks like they are informational. Thanks Dennis
  5. Got this old, but new me motherboard. Unraid is up and running. What video cards are compatible? Not looking for high end, just something that will let me run some containers and VMs? Thanks for your help.
  6. From the log file... This is occurring with one Drobo that is using SMB 1. In the log I can see when Unraid attaches to it and watch it negotiate down to SMB 1. Well done! Using rsync in a bash script to copy files I start to get the messages shown. They fill up the log file. Log as shown on the Dashboard is at 100% Any way to turn that off? Dennis
  7. I have three shares that are set to Public, but on the Dashboard Page, they show as dashes under security. They are shareable. Where should I look to fix that?
  8. Rather than leaving all my SMB shares mounted, what should do to mount and unmount defined shares without using the GUI. This is one rsync line used in the script... rsync -av --stats --progress /mnt/remotes/192.168.2.30_Testing_1/ /mnt/user0/Testing_1/ So what before and after will mount and unmount before the rsync line using bash?
  9. May 5 14:56:00 Tower kernel: CIFS: VFS: \\192.168.2.30\iAudioBooks_1 error -5 on ioctl to get interface list May 5 14:56:00 Tower kernel: CIFS: VFS: \\192.168.2.30\Limited_1 error -5 on ioctl to get interface list May 5 14:56:00 Tower kernel: CIFS: VFS: \\192.168.2.30\iBooks_1 error -5 on ioctl to get interface list May 5 14:56:00 Tower kernel: CIFS: VFS: \\192.168.2.30\iVideo_1 error -5 on ioctl to get interface list May 5 14:56:00 Tower kernel: CIFS: VFS: \\192.168.2.30\drw_1 error -5 on ioctl to get interface list May 5 14:56:00 Tower kernel: CIFS: VFS: \\192.168.2.30\Public_1 error -5 on ioctl to get interface list May 5 14:56:00 Tower kernel: CIFS: VFS: \\192.168.2.30\Testing_1 error -5 on ioctl to get interface list May 5 15:04:11 Tower kernel: CIFS: VFS: \\192.168.2.30\OpenCoreBuilds_1 error -5 on ioctl to get interface list May 5 15:06:22 Tower kernel: CIFS: VFS: \\192.168.2.30\myPhotos_1 error -5 on ioctl to get interface list May 5 15:06:22 Tower kernel: CIFS: VFS: \\192.168.2.30\iMusic_1 error -5 on ioctl to get interface list May 5 15:06:22 Tower kernel: CIFS: VFS: \\192.168.2.30\Arq_1 error -5 on ioctl to get interface list May 5 15:06:22 Tower kernel: CIFS: VFS: \\192.168.2.30\drw_1 error -5 on ioctl to get interface list May 5 15:06:22 Tower kernel: CIFS: VFS: \\192.168.2.30\Limited_1 error -5 on ioctl to get interface list May 5 15:06:22 Tower kernel: CIFS: VFS: \\192.168.2.30\iVideo_1 error -5 on ioctl to get interface list May 5 15:06:22 Tower kernel: CIFS: VFS: \\192.168.2.30\iBooks_1 error -5 on ioctl to get interface list May 5 15:06:22 Tower kernel: CIFS: VFS: \\192.168.2.30\iAudioBooks_1 error -5 on ioctl to get interface list May 5 15:06:22 Tower kernel: CIFS: VFS: \\192.168.2.30\Testing_1 error -5 on ioctl to get interface list May 5 15:06:22 Tower kernel: CIFS: VFS: \\192.168.2.30\Public_1 error -5 on ioctl to get interface list May 5 15:14:34 Tower kernel: CIFS: VFS: \\192.168.2.30\OpenCoreBuilds_1 error -5 on ioctl to get interface list May 5 15:16:45 Tower kernel: CIFS: VFS: \\192.168.2.30\iMusic_1 error -5 on ioctl to get interface list May 5 15:16:45 Tower kernel: CIFS: VFS: \\192.168.2.30\myPhotos_1 error -5 on ioctl to get interface list May 5 15:16:45 Tower kernel: CIFS: VFS: \\192.168.2.30\Arq_1 error -5 on ioctl to get interface list May 5 15:16:45 Tower kernel: CIFS: VFS: \\192.168.2.30\iAudioBooks_1 error -5 on ioctl to get interface list May 5 15:16:45 Tower kernel: CIFS: VFS: \\192.168.2.30\iBooks_1 error -5 on ioctl to get interface list May 5 15:16:45 Tower kernel: CIFS: VFS: \\192.168.2.30\iVideo_1 error -5 on ioctl to get interface list May 5 15:16:45 Tower kernel: CIFS: VFS: \\192.168.2.30\Limited_1 error -5 on ioctl to get interface list May 5 15:16:45 Tower kernel: CIFS: VFS: \\192.168.2.30\drw_1 error -5 on ioctl to get interface list May 5 15:16:45 Tower kernel: CIFS: VFS: \\192.168.2.30\Public_1 error -5 on ioctl to get interface list May 5 15:16:45 Tower kernel: CIFS: VFS: \\192.168.2.30\Testing_1 error -5 on ioctl to get interface list May 5 15:24:56 Tower kernel: CIFS: VFS: \\192.168.2.30\OpenCoreBuilds_1 error -5 on ioctl to get interface list May 5 15:27:08 Tower kernel: CIFS: VFS: \\192.168.2.30\iMusic_1 error -5 on ioctl to get interface list May 5 15:27:08 Tower kernel: CIFS: VFS: \\192.168.2.30\Arq_1 error -5 on ioctl to get interface list May 5 15:27:08 Tower kernel: CIFS: VFS: \\192.168.2.30\myPhotos_1 error -5 on ioctl to get interface list May 5 15:27:08 Tower kernel: CIFS: VFS: \\192.168.2.30\drw_1 error -5 on ioctl to get interface list May 5 15:27:08 Tower kernel: CIFS: VFS: \\192.168.2.30\Limited_1 error -5 on ioctl to get interface list May 5 15:27:08 Tower kernel: CIFS: VFS: \\192.168.2.30\iVideo_1 error -5 on ioctl to get interface list May 5 15:27:08 Tower kernel: CIFS: VFS: \\192.168.2.30\iBooks_1 error -5 on ioctl to get interface list May 5 15:27:08 Tower kernel: CIFS: VFS: \\192.168.2.30\iAudioBooks_1 error -5 on ioctl to get interface list May 5 15:27:08 Tower kernel: CIFS: VFS: \\192.168.2.30\Testing_1 error -5 on ioctl to get interface list May 5 15:27:08 Tower kernel: CIFS: VFS: \\192.168.2.30\Public_1 error -5 on ioctl to get interface list
  10. I am running UD. The shares with the problem are on a DroboFS which couldn't be seen until I enabled SMB1. I have a Drobo 5N2 that does SMB2. It works fine with UD with no errors. Drobo is Kaput. That's why I am setting up this Unraid server. At some point they'll die. I have some rsync bash scripts backing their data to the unraid server. I appreciate your efforts. Dennis tower-diagnostics-20230505-1519.zip
  11. Getting this error in the Log. Message at the bottom of the Dashboard next to Array Started says Starting services... What is going on? Dennis
  12. I have just gotten one of these motherboards and am going to setup UnRaid on it. Any tips for setting up the BIOS on this? I was going to select optimized defaults and boot from USB flash. I am not planning to run a video card at this point. Do I need to? Do you use IPMI? I have another UnRaid server running already so I am somewhat familiar with UnRaid. This motherboard is what’s new to me.
×
×
  • Create New...