summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-02-15 09:20:33 +0100
committerGuido Günther <agx@sigxcpu.org>2014-02-15 09:20:33 +0100
commitecbedbae62fdf26d0f4e097e4aa8bcf426c57108 (patch)
tree30bf2958f8152037a50759083fe980cf60704033 /projects
parent956cf5b0344a3ecdc1c5103a24c8bedb40daf4a9 (diff)
Add note about debugging
Diffstat (limited to 'projects')
-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.