OpenSnitch / GoogleDriveSync for Porteus

If you are looking for a specific 64-bit package and you can't find it in any of the 64-bit repos, please post a request for it here
Testuser
Samurai
Samurai
Posts: 137
Joined: 26 May 2021, 15:11
Distribution: Porteus-v5.0-64-LXDE

OpenSnitch / GoogleDriveSync for Porteus

Post#1 by Testuser » 15 Oct 2021, 19:01

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.

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3924
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

OpenSnitch / GoogleDriveSync for Porteus

Post#2 by ncmprhnsbl » 16 Oct 2021, 22:42

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
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

Testuser
Samurai
Samurai
Posts: 137
Joined: 26 May 2021, 15:11
Distribution: Porteus-v5.0-64-LXDE

OpenSnitch / GoogleDriveSync for Porteus

Post#3 by Testuser » 17 Oct 2021, 19:36

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

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3924
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

OpenSnitch / GoogleDriveSync for Porteus

Post#4 by ncmprhnsbl » 17 Oct 2021, 22:57

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..
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

Testuser
Samurai
Samurai
Posts: 137
Joined: 26 May 2021, 15:11
Distribution: Porteus-v5.0-64-LXDE

OpenSnitch / GoogleDriveSync for Porteus

Post#5 by Testuser » 18 Oct 2021, 17:42

Hi ncmprhnsbl,

Thanks much i will take a look at Rclone.

Any idea on Opensnitch?

Thanks in advance.

Testuser
Samurai
Samurai
Posts: 137
Joined: 26 May 2021, 15:11
Distribution: Porteus-v5.0-64-LXDE

OpenSnitch / GoogleDriveSync for Porteus

Post#6 by Testuser » 16 Dec 2021, 17:58

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.

Post Reply