-
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
Sliver implant build failing when using docker #130
Comments
Can you provide the logs ? You should be able to find them in |
I was able to reproduce, looks like it's a file permission issue:
|
There's a 2nd bug here too in that the unit tests did not catch this. |
We erroneously copy certain files as ~400:
|
Hm, been there, I'm pretty sure it's linked to golang/go#27161. |
We could just |
Yeah, or just |
Hello, I have restarted the general procedure since, but still to no avail:
Here is a log output (not exactly the same operation but same bug) Should I open a new issue or keep this one alive? Cheers! |
Okay builds should be working in Docker again, however it's important to note with some of the new code we've added and with the performance hit of running in Docker (at least on my Mac, running native Docker will have less of an impact) builds may take much longer:
|
Hey @khast3x that's because the Sliver server runs as an unprivileged user in Docker, and the CWD is not writable by that user. Try using
Alternatively you can connect with the |
Describe the bug
The sliver server outputs the following when building:
To Reproduce
On a new server, running 4x x84 64bit CPUs/8GB RAM/50 GB SSD:
Expected behavior
Desktop (please complete the following information):
Additional context
Tried performing binary build on other server types that were less powerful, did not work either.
Cheers! 👋
The text was updated successfully, but these errors were encountered: