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

Current log not being parsed #17

Closed
Dudewhatzup opened this issue May 18, 2021 · 8 comments
Closed

Current log not being parsed #17

Dudewhatzup opened this issue May 18, 2021 · 8 comments

Comments

@Dudewhatzup
Copy link

Love your project - having trouble reading the "current" logs as they show up gray - screenshot below. Any suggestions on where I went wrong?

Thanks!

image

@stolk
Copy link
Owner

stolk commented May 18, 2021 via email

@stolk
Copy link
Owner

stolk commented May 18, 2021 via email

@Dudewhatzup
Copy link
Author

Dudewhatzup commented May 18, 2021

Hey, I use nano, but I got what you meant. I checked the logs, they show current timestamps.

Maybe it has to do with the fact I'm running chia in a docker, but its funny that its not getting access to the "current" debug.log. Love to hear what you think might be the issue... (FYI tried sudo)

The red - sync issues that's been figured out since I updated to 1.1.6 beta

2021-05-18T17:43:30.509 harvester chia.harvester.harvester: INFO 1 plots were eligible for farming XXXXXXXXXX... Found 0 proofs. Time: 0.11401 s. Total 240 plots

image

@dsimon
Copy link

dsimon commented May 19, 2021

I saw a similar issue when I first installed. I am running chiaharvestgraph in Windows Subsystem for Linux (basically a lightweight linux VM). I resolved it by correcting the timezone settings in my WSL (Ubuntu) instance to match my Windows host. It seems the parser was reading logs created by Windows and interpreting them as 4 hours older than they were.

@internetpopular
Copy link

dsimon figured it out. I am running Chia in an Unraid docker and the logs are UTC. After changing the timezone to UTC in the debian docker that chiaharvestgraph was running in it works perfectly.

@Dudewhatzup
Copy link
Author

Looks like that solved it. For those looking for the future, dsimon / internetpopular can you post for us linux noobs how to change timezone to UTC in docker / WSL?

@dsimon
Copy link

dsimon commented May 20, 2021

Looks like that solved it. For those looking for the future, dsimon / internetpopular can you post for us linux noobs how to change timezone to UTC in docker / WSL?

Certainly. I am running Ubuntu under WSL2, and this was the command I used:

sudo timedatectl set-timezone America/New-York

For more information: https://linuxhint.com/set-up-change-time-zone-ubuntu/

@Dudewhatzup
Copy link
Author

Closed many thanks to all!

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

No branches or pull requests

4 participants