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

geoloc Service Fails to Start #26

Open
wrharding opened this issue Apr 21, 2023 · 1 comment
Open

geoloc Service Fails to Start #26

wrharding opened this issue Apr 21, 2023 · 1 comment
Assignees
Labels
bug Something isn't working honeymap Related to honeymap attack map

Comments

@wrharding
Copy link
Owner

The geoloc service will not start when installing MHN from the mhn-py3 branch.

  File "/opt/hpfeeds/examples/geoloc/geoloc.py", line 44
    except hpfeeds.FeedException, e:
                                ^
SyntaxError: invalid syntax
  File "/opt/hpfeeds/examples/geoloc/geoloc.py", line 44
    except hpfeeds.FeedException, e:
                                ^
SyntaxError: invalid syntax
  File "/opt/hpfeeds/examples/geoloc/geoloc.py", line 44
    except hpfeeds.FeedException, e:
                                ^
SyntaxError: invalid syntax
  File "/opt/hpfeeds/examples/geoloc/geoloc.py", line 44
    except hpfeeds.FeedException, e:
                                ^
SyntaxError: invalid syntax

A virtualenv might be all that is needed for this issue.

@wrharding wrharding added bug Something isn't working honeymap Related to honeymap attack map labels Apr 21, 2023
@wrharding wrharding self-assigned this Apr 21, 2023
@wrharding wrharding moved this to In Progress in Modern Honey Network v2 Apr 21, 2023
@wrharding
Copy link
Owner Author

The geoloc service is attempting to run with Python 2 on Ubuntu 18.04, which is where the above errors were generated:

command=/opt/hpfeeds/env/bin/python /opt/hpfeeds/examples/geoloc/geoloc.py /opt/hpfeeds/geoloc.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working honeymap Related to honeymap attack map
Projects
Status: In Progress
Development

No branches or pull requests

1 participant