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

FIX: Kali Linux 2020: faraday-server error: No module named 'marshmallow.compat' #399

Closed
llazzaro opened this issue May 8, 2020 · 2 comments
Labels

Comments

@llazzaro
Copy link
Contributor

llazzaro commented May 8, 2020

We are working on fixing this error on Kali Linux ASAP.

In this issue, we will provide information on how to fix faraday-server not starting with the error No module named 'marshmallow.compat'.
If faraday is not working in Kali Linux, please check the following steps.
This guide will help you to use faraday temporarily until we update marshmallow to the latest version.

We are going to use this issue to provide information about the update. Feel free to ask any questions about Faraday in kali here.

  1. First, uninstall faraday package and update/upgrade your packages
sudo apt remove faraday
sudo apt-get update
sudo apt-get upgrade
  1. Download .deb package from our GitHub repo

Download our latest version v3.11 from here

SHA256 Sum: b7b1db8be062d49fa4daee1b4b7b86587b0027ea3594f1bf2a9b7c5c91c3f96c

sudo apt install ./faraday-server_amd64.deb
  1. Start the server

After our package is installed a new service will be added to your systemd.

sudo service faraday-server start

Note: for first-time use, you need to execute faraday-manage initdb

You can check the status with:

sudo service faraday-server status

Make sure you execute faraday-manage status-check to ensure that everything is working:

Screen Shot 2020-05-07 at 10 28 41 PM

@llazzaro llazzaro changed the title Kali Linux 2020: faraday-server error: No module named 'marshmallow.compat' FIX: Kali Linux 2020: faraday-server error: No module named 'marshmallow.compat' May 8, 2020
@llazzaro llazzaro added the bug label May 8, 2020
@llazzaro llazzaro self-assigned this May 8, 2020
This was referenced May 8, 2020
@llazzaro llazzaro pinned this issue May 8, 2020
@cyrus104
Copy link

cyrus104 commented Jun 4, 2020

I followed the instructions above but running into another issues where apt won't install Faraday manually due to other packages that are installed by default.

The following packages have unmet dependencies:
kali-linux-default : Depends: faraday but it is not installable
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

@epsilon-mahlil
Copy link

Awesome, thank you.

@ezk06eer ezk06eer closed this as completed Feb 1, 2022
@llazzaro llazzaro removed their assignment Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants