-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
disk manager: boost::filesystem::status not implemented in arcch64 linux 4.14 #4205
Comments
Another user reported here: https://discuss.nebula-graph.com.cn/t/topic/8428/10?u=wey
|
Not sure if it's a bug/upstream bug, but it's reported as unable to run Nebula on CentOS 7.4 ARM from different sources, thus I am labeling it as bug first. |
other users encounter this there days, too |
Reopen it as more users are hitting this. update: this could be reproduced in x86_64 Linux kernel 4.15 |
see: boostorg/filesystem@3e8c8b1 |
upstream awareness of this issue looks promising :D |
another user hit this issue vesoft-inc/nebula-console#170 |
I am also encountered this issue with start up a nebula-graph docker (3.6.0), and I solved it by update libseccomp-2.3.1-3 to libseccomp-2.3.1-4; but when i copyed the nebula binary file from docker to host, it can succsfully startup (without update libseccomp); |
Thanks @CoderXionghs your precious attempts will help a lot more guys encountering this. And it's so very valuable as only some ffi lib update would help/ help pointed to related cause to libseccomp w/o changing kernel. |
@SuperYoko @dutor what do you think of this please, it seems the libseccomp that's related to syscall filtering could be related to how |
I thought vesoft-inc/nebula-ent#2357 has addressed such an issue, again. But it seems there are other cases left. For this specific case, we could make a workaround to replace these boost interfaces. I think @SuperYoko could help on this. |
Please check the FAQ documentation before raising an issue
Describe the bug (required)
reported via https://discuss.nebula-graph.com.cn/t/topic/8487/37?u=wey ,
boost::filesystem::status()
not implemented was encountered during meta boot.maybe during
boost::filesystem::exists
in follow function ?Your Environments (required)
uname -a
kernel 4.14, aarch64g++ --version
orclang++ --version
lscpu
How To Reproduce(required)
Steps to reproduce the behavior:
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: