summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--projects/network-manager-iodine.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/projects/network-manager-iodine.mdwn b/projects/network-manager-iodine.mdwn
index e7f4dc0..5da685e 100644
--- a/projects/network-manager-iodine.mdwn
+++ b/projects/network-manager-iodine.mdwn
@@ -26,6 +26,16 @@ Fetch the source code from git then do a:
make
make install
+### Debugging
+
+To debug network-manager-iodine start NetworkManger as root and turn on
+detailed debugging for VPN messages:
+
+ sudo systemctl stop NetworkManger.service
+ sudo NetworkManager --log-level=DEBUG --log-domains=VPN --no-daemon
+
+This will make sure you see NMs and the plugins output in one log.
+
### Dependencies
You need [network-manager][0] 0.9.2 and [iodine][iodine] 0.6.0-rc1.