Public bug reported:

Binary package hint: network-manager-vpnc

Hi,
I'm using kubuntu 8.04 with the following packages (that I think are relevant):
network-manager              0.6.6-0ubuntu5
network-manager-kde          1:0.2.2-1ubuntu2
network-manager-vpnc         0.6.4svn2422-0ubuntu5
vpnc                         0.5.1r275-1

I created the following file:
-rwxr-xr-x 1 root root 67 2008-06-28 09:59 
/etc/NetworkManager/dispatcher.d/02test

#!/bin/sh -e
echo $1 >> /tmp/nmlog.txt
echo $2 >> /tmp/nmlog.txt

After running 'sudo rm /tmp/nmlog.txt', disconnecting and reconnecting my 
WLAN(eth1) connection via the NetworkManager kde panel applet using offline 
mode, /tmp/nmlog looks like this:
eth1
up
eth1
down
eth1
post-down
eth0
post-down
eth1
post-down
eth0
post-down
eth1
pre-up
eth1
up

Now I 'sudo rm /tmp/nmlog.txt' again and connect to my universities
cisco  vpn using the panel applet. The connection is working, an
interface called tun0 is created. /tmp/nmlog.txt is nonexistant.

I expect it to contain something like
tun0
pre-up
tun0
up

Any hints on how to get the script executed when a vpn connection is started or 
where to put a script to have it executed when a vpn connection is started are 
welcome.
Peter

** Affects: network-manager-vpnc (Ubuntu)
     Importance: Undecided
         Status: New

-- 
network-manager-vpnc doesn't start scripts in /etc/NetworkManager/dispatch.d/
https://bugs.launchpad.net/bugs/243697
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to