-
-
Notifications
You must be signed in to change notification settings - Fork 513
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
Build error: ui/protocol/ui_grpc.pb.go: undefined: grpc.StaticMethod #1142
Comments
Same here on Manjaro Unstable (opensnitch-git on AUR). |
hey @UffeJakobsen @MrNanook , could you install v1.3.0 of the grpc generator , recompile the proto + daemon and see if it works? ~ $ cd opensnitch-git/
~ $ go install google.golang.org/grpc/cmd/[email protected]
~ $ cd proto/; make clean; make
~ $ cd daemon; go build -o opensnitchd . |
I had the same problem on arch. That fixes the build for me. I added a comment on the AUR package referencing this work around. |
The temporary workaround also works here |
hey folks, I've realized that with latest AUR package, if the daemon starts before the GUI, it never establishes the connection. I'm not sure if this is due to generating the protobuffers with latest versions. The connection is in IDLE state and closing the connection in this situation solves the problem. But I wanted to know if you're also having this issue. On the other hand, is any of you filtering connections by md5 checksums? it's only available on the opensnitch-git AUR package (Preferences -> Nodes -> Rules -> [ ] Enable checksums verification), just to know if it works fine or if it causes any problem. |
FYI: I'm the original creator of this issue - and I have actually setup my preferences to verify md5 checksums... |
thank you for the feedback @UffeJakobsen 👍 did anyone notice the issue connecting with the GUI? does the daemon connect to the GUI as expected on your systems? |
@gustavo-iniguez-goya daemon does connect with GUI as expected here (manjaro unstable). |
Just a quick question (sorry for taking so long to update the AUR |
hey @lsfxz , sorry for the late reply. And thank you for maintaining the AUR package! I use it regularly to test fixes or features. Right now the "latest" version is the master branch. Whenever a "risky" new feature or change has been added, I've created a branch from latest release, to add only bug fixes there. The master branch has some new features that will impact performance (checksums checking, getting process' tree, a new process cache, etc), and at the same time I needed/wanted to release a new version with improvements (reloading and applying configuration without having to restart the daemon, an easier way of writing rules manually..., this was a pain when you are managing remote nodes). |
On Archlinux I'm trying to build and install opensnitch (UI) from AUR as I've done lots of times before
I'm using latest and greatest opensnitch-git PKGBUILD from AUR:
https://aur.archlinux.org/packages/opensnitch-git
The text was updated successfully, but these errors were encountered: