zibri Posted June 9, 2016 Share Posted June 9, 2016 Hey guys, I have noticed this bug (popping up for a fraction of second) while interacting with turtle GUI... uci: entry not found Any clues about this? Link to comment Share on other sites More sharing options...
CowRose Posted September 19, 2016 Share Posted September 19, 2016 I am also seeing the exact same message. Only seems to happen for me, when I back out of the menu system. Link to comment Share on other sites More sharing options...
CharlieM0ng Posted September 26, 2016 Share Posted September 26, 2016 I only seem to get this error when using my laptops wireless connection to connect both turtle and laptop to the web. It may well be that it can connect via the normal eth port so flashes the error message up and then uses the wireless. I will if i get chance dig into the logs and see if am right. Link to comment Share on other sites More sharing options...
Just_a_User Posted September 26, 2016 Share Posted September 26, 2016 I get it also using cable to LANturtle with laptop in airplane mode. Started after updating and installing some modules after a few months of neglect in a draw. Link to comment Share on other sites More sharing options...
ZZZ Posted November 11, 2016 Share Posted November 11, 2016 I am also getting the error uci: entry not found. I just received my turtle this morning, updated, pulled all modules, configured netcat and started the service which fails with this error and stops. Link to comment Share on other sites More sharing options...
Foxtrot Posted November 12, 2016 Share Posted November 12, 2016 Can you guys post the output of "uci show" when you get this error? Link to comment Share on other sites More sharing options...
gits68 Posted November 16, 2016 Share Posted November 16, 2016 ddnsc module have to be fixed, in function status, change "uci get ..." by "uci -q get ..." to get rid of this error message Link to comment Share on other sites More sharing options...
Hamstah Posted July 2, 2017 Share Posted July 2, 2017 This is a nuisance. Can someone tell me how to eliminate this? I don't get the last post. Link to comment Share on other sites More sharing options...
Just_a_User Posted July 2, 2017 Share Posted July 2, 2017 15 hours ago, Hamstah said: This is a nuisance. Can someone tell me how to eliminate this? I don't get the last post. I think (but am not sure) what @gits68 meant was to ssh in to the turtle, back out of the menu system to a root shell. then edit the file /etc/turtle/modules/ddnsc with nano or other editor Scroll down (near bottom) until you see: - function status { if [ "$(uci get ddns........ etc and edit it to say: - function status { if [ "$(uci -q get ddns...... etc I tried this myself and didn’t really work for me after restarting turtle interface - EDIT - Humm tried again and it seems to work. I will keep an eye on it for now but hopefully the fix holds :) Link to comment Share on other sites More sharing options...
Hamstah Posted July 6, 2017 Share Posted July 6, 2017 I think that fixed mine as well. Thanks! Link to comment Share on other sites More sharing options...
Rurn Posted July 9, 2017 Share Posted July 9, 2017 This worked for me too, thanks. However I havn't noticed any difference between the function of the Turtle since correcting this error, except I no longer get that error message when exiting the GUI. Did that error have any real impact that I didnt notice? Link to comment Share on other sites More sharing options...
Just_a_User Posted July 14, 2017 Share Posted July 14, 2017 On 09/07/2017 at 11:26 AM, Rurn said: However I havn't noticed any difference between the function of the Turtle since correcting this error, except I no longer get that error message when exiting the GUI. Did that error have any real impact that I didnt notice? According to this reference the -q is just error message suppression so shouldn't effect the operation in any way. But I'm not sure what was causing the actual error. gits68 says "ddnsc module have to be fixed" so maybe something is broken. Link to comment Share on other sites More sharing options...
Just_a_User Posted November 19, 2017 Share Posted November 19, 2017 Issue is still present in V3 firmware for me. "Fix" still works, Maybe just me? Link to comment Share on other sites More sharing options...
Sebkinne Posted November 19, 2017 Share Posted November 19, 2017 The issue here isn't with the firmware, but with the module. I have updated the module, so once you update all modules this issue should be fixed. If there are any more module issues, please send PR to https://github.com/hak5/lanturtle-modules. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.