Giuliano Bellini
Giuliano Bellini
I'm already considering to make a container and I plan to publish it in the near future!
I started drafting a Dockerfile and I encountered some problems. The build of the container goes smoothly, but when I try to run it I get errors of missing dependencies....
> SGTM - and thanks for the fair warning. Most of all, I would like and try to do this in the start-of-the-art, I cannot promise it will be within...
Update: after having included other apparently needed dependencies (`libxcursor1`, `libxrandr2`, `libxi-dev`, `libx11-xcb-dev`) I now get this error: ``` thread 'main' panicked at 'Failed to initialize any backend! Wayland status: XdgRuntimeDirNotSet...
> Also very interested to run sniffnet on servers :smile: Nice to hear! If you don't mind sharing, could you describe more precisely the scenario you have in mind for...
> I was thinking. > > If you already have your project compiled on .deb file, why you don't use it on the dockerfile and install all dependencies with the...
> PS (#138) I dont know how the released .deb package was built (using cargo helpers?) However, the resulting binary linking against the wrong openssl version suggests the debian package...
Weird. The package has been created with [cargo-deb](https://crates.io/crates/cargo-deb) this time (with auto generated dependencies). Edit: I've also tried by manually specifying run deps but it still gives me an error...
Thanks guys for the feedback. I have a bunch of other goals for the short term, but if I will be able to keep working on Sniffnet even after the...
> Hi guys. I have started attempting this issue again. You can find my draft PR here: https://github.com/GyulyVGC/sniffnet/pull/455/files Thank you! > Let me know if I have understood this right....