* venerd� 22 aprile 2005, alle 13:31, Eduard Bloch scrive:
> WTF? You do not need any part of the vtun package to get it running with
> kernel 2.4 or 2.6.

Well, sorry, it's my bad.
I got confused because i've not the device /dev/net/tun. It's be created
from package vtun, sorry again.

May i suggest to check (and create) tun device in postinst script?

I suppose that a code like this

if [ ! -e /dev/.devfsd ]; then
        if [ ! -e /dev/net/tun ]; then
                (cd /dev; ./MAKEDEV tun)
                echo "Created /dev/net/tun with default MAKEDEV permissions."
        fi
fi

Could be useful.

Sorry again for wrong report.

-- 
                          Maurizio - Tannoiser - Lemmo
                 Founder Member of ERLUG http://erlug.linux.it
-------------------------------------------------------------------------------
Xander: "Buffy? The Slayer?"
Cordelia: "No, Buffy the dog-faced-girl! Duh! Who do you think I'm
   talking about?"
        --Buffy the Vampire Slayer: The Wish

Reply via email to