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
[admin@QNAP ~]# docker-compose logs
Attaching to AreWeDown, Portainer
AreWeDown | terminate called after throwing an instance of 'std::length_error'
AreWeDown |what(): basic_string::_M_replace_aux
AreWeDown | Aborted
AreWeDown | terminate called after throwing an instance of 'std::length_error'
AreWeDown |what(): basic_string::_M_replace_aux
AreWeDown | Aborted
AreWeDown | terminate called after throwing an instance of 'std::length_error'
AreWeDown |what(): basic_string::_M_replace_aux
AreWeDown | Aborted
AreWeDown | terminate called after throwing an instance of 'std::length_error'
AreWeDown |what(): basic_string::_M_replace_aux
AreWeDown | Aborted
AreWeDown | terminate called after throwing an instance of 'std::length_error'
AreWeDown |what(): basic_string::_M_replace_aux
AreWeDown | Aborted
AreWeDown | terminate called after throwing an instance of 'std::length_error'
AreWeDown |what(): basic_string::_M_replace_aux
AreWeDown | Aborted
AreWeDown | terminate called after throwing an instance of 'std::length_error'
AreWeDown |what(): basic_string::_M_replace_aux
AreWeDown | Aborted
OS info:
[~] # uname -a
Linux QNAP 4.2.8 #2 SMP Thu Jul 4 05:26:06 CST 2019 armv7l unknown
Ok, didn't take that long to see what I'm doing wrong - current builds, under the hood, are ARMv6 only, the board you're trying to run on is ARMv7. I will fix tags going forward, but also try to get an ARMv7 build going.
This issue should be fixed now, Docker builds are ARMv7 and properly defined along the whole chain. I can't confirm this works on a QNAP as I don't have this hardware. Closing this ticket, but feel free to re-open if the issue persists, and I'll have to find some other way of testing my code.
Followed setup steps in readme.
OS info:
Docker compose file:
Permissions on logs path:
Settings file (empty as per readme):
The text was updated successfully, but these errors were encountered: