jerlendds / osintbuddy

Node graphs, OSINT data mining, and plugins. Connect unstructured and public data for transformative insights
GNU Affero General Public License v3.0
683 stars 62 forks source link

[OSINTBuddy: start] unknown shorthand flag: 'f' in -f - We ran into an error starting OSINTBuddy. #61

Closed Sector404-Sec closed 8 months ago

Sector404-Sec commented 8 months ago

Hello guys !

I'm on KALI LINUX, and following the installation process, this command "./launcher start" return

┌──(me㉿s404)-[~/Tools/osintbuddy]
└─$ ./launcher start   
unknown shorthand flag: 'f' in -f
See 'docker --help'.

Usage:  docker [OPTIONS] COMMAND

A self-sufficient runtime for containers

Options:
      --config string      Location of client config files (default "/home/me/.docker")
  -c, --context string     Name of the context to use to connect to the daemon (overrides DOCKER_HOST env var and default context set with "docker context use")
  -D, --debug              Enable debug mode
  -H, --host list          Daemon socket(s) to connect to
  -l, --log-level string   Set the logging level ("debug"|"info"|"warn"|"error"|"fatal") (default "info")
      --tls                Use TLS; implied by --tlsverify
      --tlscacert string   Trust certs signed only by this CA (default "/home/me/.docker/ca.pem")
      --tlscert string     Path to TLS certificate file (default "/home/me/.docker/cert.pem")
      --tlskey string      Path to TLS key file (default "/home/me/.docker/key.pem")
      --tlsverify          Use TLS and verify the remote
  -v, --version            Print version information and quit

Management Commands:
  builder     Manage builds
  completion  Generate the autocompletion script for the specified shell
  config      Manage Docker configs
  container   Manage containers
  context     Manage contexts

....
....
....

 [OSINTBuddy: start] We ran into an error starting OSINTBuddy.

And following this doc https://osintbuddy.com/docs/installation, where to find the env.example file ?

jerlendds commented 8 months ago

Hey @Sector404-Sec , thanks for reporting this

And following this doc https://osintbuddy.com/docs/installation, where to find the env.example file ?

The website is currently outdated, Im in the process of some big changes so once those are finished I'll be pushing an update to the website docs. For the most up to date instructions refer to the main README.md file. As for the error you're getting I'll need some more info, do you have docker compose installed with your docker installation?

These might be useful as well: https://stackoverflow.com/questions/75364392/docker-compose-v2-unknown-shorthand-flag-f-windows https://github.com/documenso/documenso/issues/801 https://github.com/docker/compose/issues/8986

jerlendds commented 8 months ago

I have the same problem, I work in Debian 12:


 => => naming to docker.io/library/ob-janus                                       0.0s
------
 > [backend 8/8] RUN pip install /app/osintbuddy-plugins/:
1.069 ERROR: Directory '/app/osintbuddy-plugins/' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.
------
Hey @Necroun , this seems like a seperate issue. How did you clone the repo? It seems like the submodule for the `osintbuddy-plugins` repo isn't there but I can't be sure without more info. Make sure you clone the repo with this command: `git clone --recurse-submodules https://github.com/jerlendds/osintbuddy.git`
Sector404-Sec commented 8 months ago

Hey @Sector404-Sec , thanks for reporting this

And following this doc https://osintbuddy.com/docs/installation, where to find the env.example file ?

The website is currently outdated, Im in the process of some big changes so once those are finished I'll be pushing an update to the website docs. For the most up to date instructions refer to the main README.md file. As for the error you're getting I'll need some more info, do you have docker compose installed with your docker installation?

These might be useful as well: https://stackoverflow.com/questions/75364392/docker-compose-v2-unknown-shorthand-flag-f-windows documenso/documenso#801 docker/compose#8986

Thanks @jerlendds, following https://kifarunix.com/how-to-install-docker-desktop-on-kali-linux/?expand_article=1, I reinstall Docker-Desktop and all is working fine.

Thanks