You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using an old 0.4.x version and I just updated to the latest one (0.5.5).
Now the camera doesn't supply the correct hostname to the dhcp server, that's because in the script /home/yi-hack/script/wifidhcp.sh reads it from /tmp/sd/yi-hack/etc/hostname instead of from /home/yi-hack/etc/hostname (where the hostname is saved from the web interface).
That was done in commit 9cf96db, why?
The text was updated successfully, but these errors were encountered:
Sorry, I don't understand.
The script reads from /home/yi-hack/etc/hostname and it's the correct path.
Before the commit it was from /tmp/sd/yi-hack/etc/hostname
Ouch, you're right, the commit is correct, the problem is that the script in the camera points to the wrong file (/tmp/sd/yi-hack/etc/hostname).
Now I see that the commit was made on may 28 while 0.5.5 was released on april 11, so the fix is not there.
The wrong script was introduced with commit f37e918
I was using an old 0.4.x version and I just updated to the latest one (0.5.5).
Now the camera doesn't supply the correct hostname to the dhcp server, that's because in the script
/home/yi-hack/script/wifidhcp.sh
reads it from/tmp/sd/yi-hack/etc/hostname
instead of from/home/yi-hack/etc/hostname
(where the hostname is saved from the web interface).That was done in commit 9cf96db, why?
The text was updated successfully, but these errors were encountered: