Skip to content
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

FISSURE installation Error in DragonOS FOCALX updated #58

Open
aajlal4 opened this issue Nov 20, 2024 · 1 comment
Open

FISSURE installation Error in DragonOS FOCALX updated #58

aajlal4 opened this issue Nov 20, 2024 · 1 comment

Comments

@aajlal4
Copy link

aajlal4 commented Nov 20, 2024

Hi,
I hope this message finds you well.
I saw FISSURE application on YouTube and i like it so much.

I have installed it on my DragonOS Focal X as its available on a virtual machine (Oracle Virtual Box) (PC Specs HP i7 with 16GB RAM)
The software doesn't show any error till its done however once i try to start from the main prompt as shown below i have found the following error for which i need your support to resolve;

dragon@dragon-VirtualBox:/FISSURE$ fissure
/usr/local/lib/python3.10/dist-packages/scapy/layers/ipsec.py:471: CryptographyDeprecationWarning: Blowfish has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.Blowfish and will be removed from this module in 45.0.0.
cipher=algorithms.Blowfish,
/usr/local/lib/python3.10/dist-packages/scapy/layers/ipsec.py:478: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
cipher=algorithms.TripleDES,
/usr/local/lib/python3.10/dist-packages/scapy/layers/ipsec.py:482: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
cipher=algorithms.TripleDES,
/usr/local/lib/python3.10/dist-packages/scapy/layers/ipsec.py:485: CryptographyDeprecationWarning: CAST5 has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.CAST5 and will be removed from this module in 45.0.0.
cipher=algorithms.CAST5,
/home/dragon/.local/bin/fissure: line 3: 28446 Illegal instruction (core dumped) python3 /home/dragon/FISSURE/fissure/Dashboard/main.py
dragon@dragon-VirtualBox:
/FISSURE$

I love to have your earliest response.

Kind regards,
Ajlal

@cpoore1
Copy link
Collaborator

cpoore1 commented Nov 21, 2024

Looks like Scapy is complaining about the cryptography package. You could check to see if scapy imports in python3. That shouldn’t be a problem because it doesn’t cause any errors. The core dump error is happening when the fissure command is issued. I would try running that python3 command to see if it keeps doing that error. It might have to do with the virtual machine. The VM might be misconfigured or have issues with hardware virtualization, leading to CPU instructions that the VM's virtual CPU doesn't understand. An ‘lspcu’ command could help with that. The core dump might be stored somewhere that could tell us what failed. Check in the FISSURE directory because the fissure command cd’s to there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants