Skip to content

Commit

Permalink
pkg,deb: updated notes for grpcio issue #647
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-iniguez-goya committed Dec 25, 2024
1 parent 37bb974 commit 6edb60c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion utils/packaging/ui/deb/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@ wa_grpcio_647()
echo "@@@@@@@@@@@@@@@@@@@ WARNING @@@@@@@@@@@@@@@@@@@@"
echo " invalid python3-grpcio version installed"
echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"
echo
echo "Installed python3-grpcio package ($badversion) has a bug which makes opensnitch UI unresponsive."
echo
echo "Launch opensnitch-ui, and if it consumes 100% of the CPU, try this:"
echo "~ $ sudo apt install python3-pip"
echo "~ $ pip3 install grpcio==1.44.0"
echo "~ $ pip3 install grpcio==1.41.0"
echo "~ $ pip3 install protobuf==3.20.0"
echo
echo "More information:"
echo " - https://bugs.launchpad.net/ubuntu/+source/grpc/+bug/1971114"
echo " - "
echo " - https://github.com/evilsocket/opensnitch/issues/647"
echo
echo
Expand Down

0 comments on commit 6edb60c

Please sign in to comment.