-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running complete odin but not working #57
Comments
My interfaces configurations are as below please anyone with an idea what is wrong root@OpenWrt:~# ifconfig eth0 Link encap:Ethernet HWaddr DC:EF:09:CF:76:6E eth1 Link encap:Ethernet HWaddr DC:EF:09:CF:76:6D eth1.1 Link encap:Ethernet HWaddr DC:EF:09:CF:76:6D eth1.2 Link encap:Ethernet HWaddr DC:EF:09:CF:76:6D eth1.3 Link encap:Ethernet HWaddr DC:EF:09:CF:76:6D eth1.4 Link encap:Ethernet HWaddr DC:EF:09:CF:76:6D lo Link encap:Local Loopback mon0 Link encap:UNSPEC HWaddr DC-EF-09-CF-76-6D-00-44-00-00-00-00-00-00-00-00 wlan0 Link encap:Ethernet HWaddr DC:EF:09:CF:76:6D |
I built the click and click-align binaries and ship them to my routers but when i try to run the start.sh file this is what happens
root@OpenWrt:~# click-align agent.cli > aagent.cli
/bin/click-align/bin/click-align: : line line 33: :@�ELF: : not foundnot found
/bin/click-align: line 4: : not found
/bin/click-align: line 5: syntax error: unexpected "("
root@OpenWrt:~# /bin/click-align: line 4: �04*�@��H�: not found
root@OpenWrt:
# ls# vi?�A@ aagent.cli agent.cli ovsh.sh start.sh
root@OpenWrt:
�A@ aagent.cli agent.cli ovsh.sh start.sh
root@OpenWrt:
# vi �A@# vi start.shroot@OpenWrt:
root@OpenWrt:
# sh start.sh# sh start.shSetting variables
Stopping Network Manager
start.sh: line 36: service: not found
Setting interfaces
sleep: invalid number '0.5'
sleep: invalid number '0.5'
ifconfig: SIOCGIFFLAGS: No such device
sleep: invalid number '0.5'
Added mon0 interface
sleep: invalid number '0.5'
Added mon1 interface
sleep: invalid number '0.5'
sleep: invalid number '0.5'
sleep: invalid number '0.5'
start.sh: line 57: iwconfig: not found
sleep: invalid number '0.5'
sleep: invalid number '0.5'
mon0 is now up
sleep: invalid number '0.5'
mon1 is now up
sleep: invalid number '0.5'
sleep: invalid number '0.5'
sleep: invalid number '0.5'
phy0 is now in channel 11
sleep: invalid number '0.5'
phy1 is now in channel 11
sleep: invalid number '0.5'
wlan0 is now up
sleep: invalid number '0.5'
Restarting OpenvSwitch
start.sh: line 94: /etc/init.d/openvswitch-switch: not found
Now you can launch the Wi-5 odin controller and press Enter
OpenVSwitch folder already exists
Cleaning OpenVSwitch database
rm: can't remove '/var/run/openvswitch/*': No such file or directory
Launching OpenVSwitch
start.sh: line 116: /etc/init.d/openvswitch-switch: not found
Launching Click
start.sh: line 147: ./click: not found
Adding Click interface 'ap' to OVS
ifconfig: SIOCGIFFLAGS: No such device
ovs-vsctl: Error detected while setting up 'ap'. See ovs-vswitchd log for details.
root@OpenWrt:
Setting variables
Stopping Network Manager
start.sh: line 36: service: not found
Setting interfaces
sleep: invalid number '0.5'
sleep: invalid number '0.5'
ifconfig: SIOCGIFFLAGS: No such device
sleep: invalid number '0.5'
command failed: Too many open files in system (-23)
Added mon0 interface
sleep: invalid number '0.5'
Added mon1 interface
sleep: invalid number '0.5'
sleep: invalid number '0.5'
sleep: invalid number '0.5'
start.sh: line 57: iwconfig: not found
sleep: invalid number '0.5'
sleep: invalid number '0.5'
mon0 is now up
sleep: invalid number '0.5'
mon1 is now up
sleep: invalid number '0.5'
sleep: invalid number '0.5'
sleep: invalid number '0.5'
phy0 is now in channel 11
sleep: invalid number '0.5'
phy1 is now in channel 11
sleep: invalid number '0.5'
wlan0 is now up
sleep: invalid number '0.5'
Restarting OpenvSwitch
start.sh: line 94: /etc/init.d/openvswitch-switch: not found
Now you can launch the Wi-5 odin controller and press Enter
OpenVSwitch folder already exists
Cleaning OpenVSwitch database
rm: can't remove '/etc/openvswitch/': No such file or directory
rm: can't remove '/var/run/openvswitch/': No such file or directory
Launching OpenVSwitch
start.sh: line 116: /etc/init.d/openvswitch-switch: not found
ovs-vsctl: cannot create a bridge named br0 because a bridge named br0 already exists
ovs-vsctl: cannot create a port named eth1.2 because a port named eth1.2 already exists on bridge br0
Launching Click
start.sh: line 147: ./click: not found
Adding Click interface 'ap' to OVS
ifconfig: SIOCGIFFLAGS: No such device
ovs-vsctl: cannot create a port named ap because a port named ap already exists on bridge br0
The text was updated successfully, but these errors were encountered: