-
Notifications
You must be signed in to change notification settings - Fork 76
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
Cam v3 keeps rebooting only when NFS is available #131
Comments
Do you have an SD card in it? |
No. I tried though to leave the card in, to check if this will have any effect - in both cases, it keep rebooting if the NFS is available. In both cases, |
I have tried the same with another new Wyze Cam V3 - just out of the box. I allowed it to update as suggested by the app, and then installed the wyzehack as explained above and got the exact same behavior. |
Ah - I now see that PR #130 actually deals with my problem. Indeed I get the following when running
However, while the PR indeed avoids the |
Installing my NFS on a smaller partition (457G), I got this to work, also without PR #130. So indeed the size of my original NFS mount (3.5T) was the problem. Thanks, though, for pygmymarmoset who wrote PR #130 as this gave me the hint that the size of the mount is the issue. I leave this issue open, if there is the intention to adapt the hack to large partitions. |
i merged PR130 to master, and with some minor fixes. Please checkout release 0.5.08 and see if the issue is fixed. |
Very interestingly, my Wyze Cam v3 keeps rebooting only when NFS is available.
In my NFS directory I can find:
The config.inc is different from the original only by the lines:
export NFS_ROOT='192.168.0.173:/data/nfs'
And the line of the
export PASSWD_SHADOW
.The strange thing is that if I shutdown my nfs service the rebooting stops! However, in that case, the camera stays "red" (the led of the camera is red).
I have tried to set the
NFS_TIMEOUT
to a higher number, but it does not have any effect on the behavior.More interestingly, if I set
NFS_ROOT
to a wrong value, then the camera is happy in its blue state. Also then I can telnet to it, and mount manually to my NFS.So I tried running the mount_nfs() function manually, and I got to the last lines, but got:
sendto failed: Connection refused
when running$WYZEHACK_DIR/bin/hackutils mmc_insert
Could you suggest how to proceed? Any thoughts why the camera reboot again and again when NFS is available?
Thanks for your help,
Rani
The text was updated successfully, but these errors were encountered: