-
Notifications
You must be signed in to change notification settings - Fork 903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue Mounting SMB Share #3031
Comments
I would suggest to not run the motionEye plug in from HA. |
I was thinking about spinning up another VM for it on the TrueNAS server. Guess I'll give that a go before I lose any more hair over this config! I don't really see anything in terms of system specs for motionEye - any recommendation on what kind of resources I should allocate to it? |
I use VirtualBox 7.x for one host, running Debian 10 Buster lite 64 bit, 4GB allocated ( but never more the 1GB used), 48GB local storage, but could set to 10-15GB, currently 3GB used), and a 14TB NAS for video and pics. I will be upgrading to Deb 12 there soon. Running mEye 0.42.1, motion 4.3.2, 6 cameras, 2 USB and 4 IP. |
So I was googling my error and finally found out the issue was with my VM config on trueNAS. I didn't have the NIC setup as bridge so my entire HA installation couldn't reach my NAS. Once I setup the bridge everything is working as well as I need it to, so I'm gonna keep running with the HA add-on for now, but figured I'd update the thread in case anyone bumps into this later. |
I am running MotionEye from a virtualized Home Assistant OS which is hosted on TrueNAS Scale.
I had the SMB share working normally on a similar setup a few weeks ago (HAOS was running in a VirtualBox VM from my Windows PC and my NAS machine was on TrueNAS Core), but I re-built everything after a hardware upgrade for my NAS.
I have tested the share and account from my Windows desktop and the credentials and IP all work fine, but when I enter them into the MotionEye GUI, my logs spit this out:
mount error(113): could not connect to 192.168.0.200Unable to find suitable address.
mount error(113): could not connect to 192.168.0.200Unable to find suitable address.
mount error(113): could not connect to 192.168.0.200Unable to find suitable address.
mount error(113): could not connect to 192.168.0.200Unable to find suitable address.
ERROR: failed to mount smb share "//192.168.0.200/CAM/iphone" at "/media/motioneye_192_168_0_200_cam_iphone_kjones"
ERROR: access to network share //192.168.0.200/CAM/iphone failed: cannot mount network share
ERROR: mjpg client timed out receiving data for camera 1 on port 9081
Is this a file permission issue on the MotionEye add-in side? I am not very "Linux-savvy" and am just starting to dip my toes into all of this... Any help would be super appreciated!
The text was updated successfully, but these errors were encountered: