Comment 1 for bug 622876

Revision history for this message
Ferdinand (office-chricar) wrote :

meanwhile I found the log files

IMHO shows that ALL scripts in post connect are executed
whereas only proxy.wien is entered in the properties

********************** log *******************
 Running DHCP with hostname cc
 /sbin/dhcpcd eth1 -h cc

 DHCP connection successful
 not verifying

 Executing /etc/wicd/scripts/postconnect/None with params wireless wien 00
 /etc/wicd/scripts/postconnect/None returned 0

 Executing /etc/wicd/scripts/postconnect/openvpnstart with params wireless wien 00
 /etc/wicd/scripts/postconnect/openvpnstart returned 0

 Executing /etc/wicd/scripts/postconnect/proxy.wien with params wireless wien 00
 /etc/wicd/scripts/postconnect/proxy.wien returned 0

 Executing post-connection script
 Expanded 'proxy.wien' to 'proxy.wien'
 Executing proxy.wien with params
 proxy.wien returned 127

 Connecting thread exiting.
 ifconfig eth1
 IP Address is
 Sending connection attempt result Success
***********************
I just wonder
1) why there is a return code 127 (command not found)
2) why
 Executing proxy.wien with params
and not
 Executing proxy.wien with params wireless wien 00

this is "proxy.wien"
/bin/sleep 2 && /bin/cp /etc/sysconfig/proxy.wien /etc/sysconfig/proxy

thank you for looking into this