Activity for Heath Harry

  • Heath Harry Heath Harry modified a comment on discussion WANem Support

    it can be re-enabled, by adding the ssh service to rc.local as below. WANemControl@PERC>exit2shell root@WANem_3-0:~# cat /etc/rc.local #!/bin/bash # # rc.local # # Start local services after hardware detection SERVICES="apache2 ajaxterm ssh networking" for i in $SERVICES; do [ -x /etc/init.d/"$i" ] && /etc/init.d/"$i" start >/dev/null 2>&1 done exit 0 root@WANem_3-0:~# not sure why it was disabled in version 3, but agree the WANem shell is not usefull at all.

  • Heath Harry Heath Harry modified a comment on discussion WANem Support

    it can be re-enabled, by adding the ssh service to rc.local as below. root@WANem_3-0:~# cat /etc/rc.local #!/bin/bash # # rc.local # # Start local services after hardware detection SERVICES="apache2 ajaxterm ssh networking" for i in $SERVICES; do [ -x /etc/init.d/"$i" ] && /etc/init.d/"$i" start >/dev/null 2>&1 done exit 0 root@WANem_3-0:~# not sure why it was disabled in version 3, but agree the WANem shell is not usefull at all.

  • Heath Harry Heath Harry modified a comment on discussion WANem Support

    it can be re-enabled, by adding the ssh service to rc.local cas below. root@WANem_3-0:~# cat /etc/rc.local #!/bin/bash # # rc.local # # Start local services after hardware detection SERVICES="apache2 ajaxterm ssh networking" for i in $SERVICES; do [ -x /etc/init.d/"$i" ] && /etc/init.d/"$i" start >/dev/null 2>&1 done exit 0 root@WANem_3-0:~# not sure why it was disabled in version 3, but agree the WANem shell is not usefull at all.

  • Heath Harry Heath Harry modified a comment on discussion WANem Support

    found my own answer, WANem 3.0 Beta 2 now supports vmxnet3 network adapter, though the driver is a bit old.. root@WANem_3-0:~# cat /etc/debian_version 6.0.2 root@WANem_3-0:~# lspci | grep Ethernet 03:00.0 Ethernet controller: VMware VMXNET3 Ethernet Controller (rev 01) 04:00.0 Ethernet controller: VMware VMXNET3 Ethernet Controller (rev 01) 0b:00.0 Ethernet controller: VMware VMXNET3 Ethernet Controller (rev 01) 13:00.0 Ethernet controller: VMware VMXNET3 Ethernet Controller (rev 01) 1b:00.0 Ethernet...

  • Heath Harry Heath Harry modified a comment on discussion WANem Support

    it can be re-enabled, by adding the ssh service to rc.local cas below. root@WANem_3-0:~# cat /etc/rc.local #!/bin/bash # # rc.local # # Start local services after hardware detection SERVICES="apache2 ajaxterm ssh networking" for i in $SERVICES; do [ -x /etc/init.d/"$i" ] && /etc/init.d/"$i" start >/dev/null 2>&1 done exit 0 root@WANem_3-0:~# not sure why it was disabled in version 3, but agree the WANEN shell is not usefull at all.

  • Heath Harry Heath Harry posted a comment on discussion WANem Support

    it can be re-enabled, by adding the ssh service to rc.local cas below root@WANem_3-0:~# cat /etc/rc.local #!/bin/bash # # rc.local # # Start local services after hardware detection SERVICES="apache2 ajaxterm ssh networking" for i in $SERVICES; do [ -x /etc/init.d/"$i" ] && /etc/init.d/"$i" start >/dev/null 2>&1 done exit 0 root@WANem_3-0:~#

  • Heath Harry Heath Harry modified a comment on discussion WANem Support

    found my own answer, WANem 3.2 now supports vmxnet3 network adapter, though the driver is a bit old.. root@WANem_3-0:~# cat /etc/debian_version 6.0.2 root@WANem_3-0:~# lspci | grep Ethernet 03:00.0 Ethernet controller: VMware VMXNET3 Ethernet Controller (rev 01) 04:00.0 Ethernet controller: VMware VMXNET3 Ethernet Controller (rev 01) 0b:00.0 Ethernet controller: VMware VMXNET3 Ethernet Controller (rev 01) 13:00.0 Ethernet controller: VMware VMXNET3 Ethernet Controller (rev 01) 1b:00.0 Ethernet controller:...

  • Heath Harry Heath Harry posted a comment on discussion WANem Support

    found my own answer, WANem 3.2 now supports vmxnet3 network adapter, thoug the driver is a bit old.. root@WANem_3-0:~# cat /etc/debian_version 6.0.2 root@WANem_3-0:~# lspci | grep Ethernet 03:00.0 Ethernet controller: VMware VMXNET3 Ethernet Controller (rev 01) 04:00.0 Ethernet controller: VMware VMXNET3 Ethernet Controller (rev 01) 0b:00.0 Ethernet controller: VMware VMXNET3 Ethernet Controller (rev 01) 13:00.0 Ethernet controller: VMware VMXNET3 Ethernet Controller (rev 01) 1b:00.0 Ethernet controller:...

  • Heath Harry Heath Harry posted a comment on discussion WANem Support

    Hi Armel, what are the ethernet adapter type in the ESXi VM ? It looks like WANem knoppix kernel does not support vmxnet3 interface, try using E1000 instead. Not ideal, and i've staretd another thread topic on the lack of para-virtualization in WAMem....

  • Heath Harry Heath Harry modified a comment on discussion WANem Support

    Hello, I'm running wanem 2.3 in ESXi 6.7 VM, does WANem / Knoppix 2.6.24.4 support para-virtualization vmxnet3 eternet driver ? When i change the ESXi VM network adapter to vmxnet3, wanem does not properly detect the ethernet iterface as it seems it is not running on a para-virtualization linux kernel. It seems to only support E1000 driver, which is inefficient for host CPU for network I/O.... hharry@wanem2:~$ lspci | grep -i ethernet 02:01.0 Ethernet controller: Intel Corporation 82545EM Gigabit...

  • Heath Harry Heath Harry modified a comment on discussion WANem Support

    Hello, I'm running wanem 2.3 in ESXi 6.7 VM, does WANem / Knoppix 2.6.24.4 support para-virtualization vmxnet3 eternet driver ? When i change the ESXi VM network adapter to vmxnet3, wanem does not properly detect the ethernet iterface as it seems it is not running on a para-virtualization linux kernel. It seems to only support E1000 driver, which is inefficient for host CPU for network I/O.... hharry@wanem2:~$ lspci | grep -i ethernet 02:01.0 Ethernet controller: Intel Corporation 82545EM Gigabit...

  • Heath Harry Heath Harry modified a comment on discussion WANem Support

    Hello, I'm running wanem 2.3 in ESXi 6.7 VM, does WANem / Knoppix 2.6.24.4 support para-virtualization vmxnet3 eternet driver ? When i change the ESXi VM network adapter to vmxnet3, wanem does not properly detect the ethernet iterface as it seems it is not running on a para-virtualization linux kernel. It seems to only support E1000 driver, which is inefficient for host CPU for network I/O.... hharry@wanem2:~$ lspci | grep -i ethernet 02:01.0 Ethernet controller: Intel Corporation 82545EM Gigabit...

  • Heath Harry Heath Harry posted a comment on discussion WANem Support

    Hello, I'm running wanem 2.3 in ESXi 6.7 VM, does WANem / Knoppix 2.6.24.4 support para-virtualization vmxnet3 eternet driver ? When i change the ESXi VM network adapter to vmxnet3, wanem does not detect the ethernet iterface as it seems it is not running on a para-virtualization linux kernel. It seems to only support E1000 driver, which is inefficient for host CPU for network I/O.... hharry@wanem2:~$ lspci | grep -i ethernet 02:01.0 Ethernet controller: Intel Corporation 82545EM Gigabit Ethernet...

1