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

Server start does not work #39

Closed
torabi12 opened this issue Apr 18, 2022 · 9 comments
Closed

Server start does not work #39

torabi12 opened this issue Apr 18, 2022 · 9 comments
Assignees
Labels
bug Something isn't working Installation

Comments

@torabi12
Copy link

Describe the bug
I did a clean installation on Kali using the default "sudo installer.sh -d" and it went fine, but I could not start the server:
kép

To Reproduce
Steps to reproduce the behavior:

  1. EMBArk installation
    $ git clone https://github.com/e-m-b-a/embark.git
    $ cd embark
    $ sudo ./installer.sh -d
  2. Start EMBArk: sudo ./run-server.sh
  3. See error

Expected behavior
It used to work the same way a few weeks before. May I install MongoDB manually? I didn't find any error during the installation.

Screenshots
Added above.

Desktop (please complete the following information):

  • OS: [Kali Linux 2022.01] & sudo apt full-upgrade -y
@torabi12
Copy link
Author

torabi12 commented Apr 19, 2022

I tried again the same installation from the beginning and I got an error and the initialization stopped and prompt got back:
kép

I think it used to work before and I don't know what I did wrong because I did not customize anything.

@m-1-k-3 m-1-k-3 added bug Something isn't working Installation labels Apr 19, 2022
@BenediktMKuehne
Copy link
Member

apt package for pipenv was removed
-> switching to pip install

@BenediktMKuehne
Copy link
Member

For a quick fix
sudo pip3 install pipenv
and then rerun the installer should fix the issue.

-> Fix in #41

@torabi12
Copy link
Author

I did it as you suggested,
sudo pip3 install pipenv
sudo ./installer.sh -r

but it is not ok:
kép

I am going to reinstall the entire VM when the fix will be available.

@BenediktMKuehne
Copy link
Member

Sorry for closing the issue then.

these errors would suggest that the installation didn't succeed.
Is the pipenv executable available/installed after using sudo pip3 install pipenv?

@torabi12
Copy link
Author

I think the pipenv install was fine:
kép

and I repeated the installation with -r but the line 61 and 82 are still wrong if I start the server.

@BenediktMKuehne
Copy link
Member

Found the issue, did you specify the -d flag when reinstalling?
Without the flag the installer only uninstalls EMBArk.
running sudo ./installer.sh -rd would be the correct usage for reinstalling the default-installation.(sudo ./installer.sh -rF to change into developer mode etc.)
without that the -U option is the same as -r

@BenediktMKuehne
Copy link
Member

Since #41 is now merged you may prefer to update and use that version

@torabi12
Copy link
Author

I tried with -rd but I got some errors for mysql... component and I couldn't recover the previous Kali, but with a brand new installation it is working fine. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Installation
Projects
None yet
Development

No branches or pull requests

3 participants