-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
hugo server (v0.15) hangs in Raspberry Pi #1716
Comments
This is a known issue with Hugo 0.15. See forum discussion. It's been fixed in 0.16-DEV. The work around is to run @anthonyfok, |
@moorereason, thank you for the heads-up! I will do this before I go to bed tonight. |
Actually, if I am not mistaken, this issue affects Win64 users running a Win32 (so-called "windows_386") binary. Running hugo_0.15_windows_386.exe on Win32 should work just fine. |
Sorry, I take back what I just said. The Win32 binary would crash anywhere due to this "bug" in Go that you found earlier: https://golang.org/pkg/sync/atomic/#pkg-note-BUG |
The suggested "Known Issues" section has been added to the end of the v0.15 Release Notes, see: |
Looks good, @anthonyfok |
On my raspberry pi I get "Illegal instruction" when I run Hugo. No such problem on 0.14. |
The newly release Hugo v0.16 works great on my Raspberry Pi 1 (Model B Revision 1.0 + ECN0001) and Raspberry Pi 3. It can be downloaded from: |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I'm setting up hugo in a raspberry pi (armV7), when I run
hugo server -v
, it hangs until I exit it withCtrl + C
.here is the output:
The text was updated successfully, but these errors were encountered: