search for: __ip

Displaying 4 results from an estimated 4 matches for "__ip".

Did you mean: __i
2012 Mar 09
1
[PATCH V2] virt-sysprep:add ipconfig for preparation
...for (( i=1; i<8 ; i+=2 )); do + __device=$(echo "$ipconfig_param" | awk -v j=$i -F: '{print $j}') + if [ -z $__device ]; then + break + fi + __ipconfig=$(echo "$ipconfig_param" | awk -v j=$((i+1)) -F: '{print $j}') + __config_file=$(echo "$mnt/etc/sysconfig/network-scripts/ifcfg-$__device") + if [ -e $__config_file ]; then + __ip=$(echo &quot...
2012 Mar 04
1
[RFC PATCH] virt-sysprep:add ipconfig for preparation
...for (( i=1; i<8 ; i+=2 )); do + __device=$(echo "$ipconfig_param" | awk -v j=$i -F: '{print $j}') + if [ -z $__device ]; then + break + fi + __ipconfig=$(echo "$ipconfig_param" | awk -v j=$((i+1)) -F: '{print $j}') + __config_file=$(echo "$mnt/etc/sysconfig/network-scripts/ifcfg-$__device") + if [ -e $__config_file ]; then + __ip=$(echo &quot...
2012 Mar 14
3
[PATCH V3] virt-sysprep:add ipconfig for preparation
...for (( i=1; i<8 ; i+=2 )); do + __device=$(echo "$ipconfig_param" | awk -v j=$i -F@ '{print $j}') + if [ -z $__device ]; then + break + fi + __ipconfig=$(echo "$ipconfig_param" | awk -v j=$((i+1)) -F@ '{print $j}') + __config_file=$(echo "$mnt/etc/sysconfig/network-scripts/ifcfg-$__device") + if [ -e $__config_file ]; then + __ip=$(echo &quot...
2013 Jan 23
1
DPMA and Sending fake auth rejection for device
Greetings all, After a long day of fighting with GTalk and having it finally working, I wanted to setup DPMA on my Digium phone. So first of all, I had to reinstall it all and reconfigure it all, since it works only on certified versions, and my installation was not from the certified branch. It took a long time of recompiling, testing, adding missing stuff, but I got it straight. Now, I