Skip to content
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

ODROID-C1+ - Timestamp issue #83

Open
bobsummerwill opened this issue May 23, 2016 · 2 comments
Open

ODROID-C1+ - Timestamp issue #83

bobsummerwill opened this issue May 23, 2016 · 2 comments
Assignees
Labels

Comments

@bobsummerwill
Copy link
Member

See https://www.reddit.com/r/ethereum/comments/4k53vx/any_parity_armv7h_builds_available_anywhere/.

Thanks. I extracted the crosseth-armhf-v1.2.4.tgz file in a folder and use LD_LIBRARY_PATH= ./eth to run it. However it complains with all my peers that the timestamp is in the past.

"!P! 21:10:29.600|p2p Invalid packet (timestamp in the past) from : 20803"

My ODROID has its time synced via NTP and the timezone set to the right location. Not sure what is wrong here.

@bobsummerwill bobsummerwill self-assigned this May 23, 2016
@timjp87
Copy link

timjp87 commented May 23, 2016

Hi,

I'm author of the mentioned reddit post. I'm happy to try any techniques to debug this. I'm familiar with debugging using strace/ltrace and gdb, but I think that won't be of much help here.

@bobsummerwill
Copy link
Member Author

Hey @timjp87!

Many thanks for the offer :-)

Here is the line of code in question: https://github.com/ethereum/libweb3core/blob/develop/libp2p/NodeTable.cpp#L405

and https://github.com/ethereum/libweb3core/blob/develop/libp2p/NodeTable.h#L294

So maybe some printf() debugging would be what is required? Just printing out the values in addition to just the error message, and trying to work out why isExpired() is firing.

Good luck! Hopefully it is obvious enough. I'm not familiar with that code myself either, but @subtly will be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants