Page 1 of 1

OpenSnitch / GoogleDriveSync for Porteus

Posted: 15 Oct 2021, 19:01
by Testuser
Hi Team,

Would like to have Opensnitch running in Porteus.

This is a python firewall tool. Tried pyinstaller for packaging this as a single python tool, but still not working.

Also any free tool for donig Google drive Sync from Linux / Porteus,

Please help. :crazy: :wall:

Thanks in advance.

OpenSnitch / GoogleDriveSync for Porteus

Posted: 16 Oct 2021, 22:42
by ncmprhnsbl
opensnitch looks a bit painful to compile ..deps listed on AUR

Code: Select all

abseil-cpp (abseil-cpp-git)
libnetfilter_queue (libnetfilter_queue-git)
libpcap (libpcap-git)
python-grpcio
python-protobuf (python-protobuf-git)
python-pyinotify
python-pyqt5
python-slugify
go (go-git, go-go2go-git, go-dev, gcc-go-git, gcc-go) (make)
python-grpcio-tools (make)
python-setuptools (make)
which would need qt5 as well ...
what's your target DE?

Google drive Sync:
this has a gui and comes as a an appimage ($chmod +x it) ..it's an electron app so it's huge (82 mb)
https://github.com/liberodark/ODrive/re ... 1.AppImage

OpenSnitch / GoogleDriveSync for Porteus

Posted: 17 Oct 2021, 19:36
by Testuser
Hi ncmprhnsbl,

The DE I am using is LXDE. Porteus 5.0rc1-x64.

It is okay if it is available for RC3 as well, since it has latest python packages.

Thanks much again for replying.

Also ODrive not able to login since google blocked the thirdparty app.

The content in this section has been provided by the app developer. This content has not been reviewed or verified by Google.
:o

OpenSnitch / GoogleDriveSync for Porteus

Posted: 17 Oct 2021, 22:57
by ncmprhnsbl
Testuser wrote:
17 Oct 2021, 19:36
Also ODrive not able to login since google blocked the thirdparty app.
mmm, didn't look too closely at it..
maybe this one: https://slackbuilds.org/repository/14.2/network/rclone/ , https://rclone.org/ a package for current: https://slack.conraid.net/repository/sl ... 64-1cf.txz
cli as far i can tell, although there's apparently some sort of webbrowser based gui, not sure i see the point of that..

OpenSnitch / GoogleDriveSync for Porteus

Posted: 18 Oct 2021, 17:42
by Testuser
Hi ncmprhnsbl,

Thanks much i will take a look at Rclone.

Any idea on Opensnitch?

Thanks in advance.

OpenSnitch / GoogleDriveSync for Porteus

Posted: 16 Dec 2021, 17:58
by Testuser
Hi Team,

I have used python3 version of the below dependencies.

python-grpcio
python-protobuf (python-protobuf-git)
python-pyinotify
python-pyqt5
python-slugify
go (go-git, go-go2go-git, go-dev, gcc-go-git, gcc-go) (make)
python-grpcio-tools (make)
python-setuptools (make)


Still I am getting the when running opensnitch-ui like below

root@porteus:/home/guest# opensnitch-ui
Traceback (most recent call last):
File "/usr/bin/opensnitch-ui", line 3, in <module>
from PyQt5 import QtWidgets, QtGui, QtCore
ModuleNotFoundError: No module named 'sip'

I checked and found python3-sip module is already there.

I have tried opensnitch on other distro and there it is working fine. Copied the folder (python3.7) from that distro and added its path in Python3 and verified it with this command - sys.path .

Please anyone assist.

I am able to run opensnitch-daemon without any errors. Only the UI part is not working.