Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

Not found file NetworkManager.conf in folder /etc/NetworkManager/ #149

Closed
craftsmany opened this issue Dec 24, 2016 · 5 comments
Closed

Comments

@craftsmany
Copy link

What's the problem (or question)?

When I start wifi pumpkin (the fake ap) it says "Not found file NetworkManager.conf in folder /etc/NetworkManager/" but the file is there.

Please tell us details about your environment.

  • Card wireless adapters name (please check if support AP/mode):
    Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01)
    Yes it supports AP.
  • Version used tool:
    v0.8.4
  • Virtual Machine (yes or no and which):
    No
  • Operating System and version:
    Linux Mint 18
    (uname -a: Linux lunix 4.4.0-45-generic Beef Injection #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux)
@mh4x0f
Copy link
Member

mh4x0f commented Dec 25, 2016

send me output the command bellow:

cat /etc/NetworkManager/NetworkManager.conf

@craftsmany
Copy link
Author

[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq

[ifupdown]
managed=false

@mh4x0f
Copy link
Member

mh4x0f commented Dec 25, 2016

it very strange, this check file with python code

python -c "import os; print os.path.exists('/etc/NetworkManager/NetworkManager.conf')"

check if this code return True or False. if return False try change the code "os.path.exists" for os.path.isfile

@mh4x0f mh4x0f added the bug label Dec 25, 2016
@craftsmany
Copy link
Author

it returned true.

@mh4x0f
Copy link
Member

mh4x0f commented Dec 26, 2016

i did somes improvements in code, but maybe the problem is permission the file.

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

No branches or pull requests

2 participants