Openssl

JPAdie

Neuer User
Mitglied seit
20 Sep 2006
Beiträge
74
Punkte für Reaktionen
0
Punkte
0
Hi there

I am having a strange issue in that a command in my debug.cfg is not executing properly (it is properly typed...)

i am trying to add an interface to the bridge using the command

Code:
cd /var/tmp/vpn
./brctl addif lan tap0

but the interface never gets added. if i telnet into the box and retype the command by hand then it works fine.

any thoughts?
 
Maybe you should insert a sleep-command?
 
Especially before the command. Try
Code:
sleep 60
cd /var/tmp/vpn
./brctl addif lan tap0
 
I think its dangerous to do it like this.

Maybe:
"(sleep 60; cd /var/tmp/vpn/; ./brctl addif lan tap0) &" is a better way.

Greets, Oliver
 
Resolved.

i was being dim.
i was loading openvpn before starting the bridge. but loaded the openvpn binary with an &w suffix.
 
Kostenlos!

Statistik des Forums

Themen
248,916
Beiträge
2,304,987
Mitglieder
378,631
Neuestes Mitglied
realprogrammer