Raspberry Pi problems

Running on raspbian:
pi@raspberrypi ~ $ uname -a
Linux raspberrypi 3.6.11+ #545 PREEMPT Fri Sep 20 23:57:55 BST 2013 armv6l GNU/Linux
pi@raspberrypi ~ $

Downloaded the server:
pi@raspberrypi ~ $ /usr/sbin/vhusbdpin -h
vhusbdpin v1.5.1
VirtualHere USB Server. Share USB Devices over the network
(c) VirtualHere 2010-2013
http://www.virtualhere.com

Both clients (V1.6.6) on OSX and Windows report the same errors:
10:06:33 INFO :VirtualHere 1.6.6 starting (Compiled: Wed Sep 25 17:26:05 2013)
10:06:33 INFO :Using config at /Users/ian/Library/Preferences/vhui Preferences
10:06:33 INFO :Starting OSX Lookup…
10:06:33 INFO :OSX Lookup started
10:06:33 INFO :Starting Manual Lookup…
10:06:33 INFO :Manual Lookup started
10:06:38 ERROR :Protocol version 4 is not handled. You need to upgrade your client AND server. Please visit http://www.virtualhere.com to download

The Windows machine was over a WAN, but the OSX machine was on a local network - so it shouldn't be a network problem...

Not sure what is going on here because I just downloaded everything from the website. From what I understand I should have the latest and it should be compatible. So maybe it's something else?

#3

Very strange, I just redownloaded from your link and it appears to be v1.5.1:

pi@raspberrypi ~ $ wget http://www.virtualhere.com/sites/default/files/usbserver/raspbian_wheez…
--2013-09-27 16:07:24-- http://www.virtualhere.com/sites/default/files/usbserver/raspbian_wheez…
Resolving www.virtualhere.com (www.virtualhere.com)... 27.54.81.170
Connecting to www.virtualhere.com (www.virtualhere.com)|27.54.81.170|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 81607 (80K) [text/plain]
Saving to: `vhusbdpin'

100%[=========================================================================>] 81,607 --.-K/s in 0.1s

2013-09-27 16:07:24 (604 KB/s) - `vhusbdpin' saved [81607/81607]

pi@raspberrypi ~ $ chmod +x ./vhusbdpin
pi@raspberrypi ~ $ ./vhusbdpin -h
vhusbdpin v1.5.1
VirtualHere USB Server. Share USB Devices over the network
(c) VirtualHere 2010-2013
http://www.virtualhere.com

usage: vhusbdpin [-bcdohl] [-c ]

options:
-b run daemon in the background
-c configuration file
-d display debug messages
-h display this usage
-l display license text

pi@raspberrypi ~ $

#4

That is pretty strange, can you do this

pi@raspberrypi ~ $ sudo find / -name "vhusbdpin" 2>/dev/null
/home/pi/vhusbdpin
pi@raspberrypi ~ $ md5sum /home/pi/vhusbdpin
fb1ba4d0eec72a967997f4c5910807cb /home/pi/vhusbdpin
pi@raspberrypi ~ $ /home/pi/vhusbdpin -h
vhusbdpin v1.5.2
VirtualHere USB Server. Share USB Devices over the network
(c) VirtualHere 2010-2013
http://www.virtualhere.com

usage: vhusbdpin [-bcdohl] [-c ]

options:
-b run daemon in the background
-c configuration file
-d display debug messages
-h display this usage
-l display license text

pi@raspberrypi ~ $