Associate
- Joined
- 11 Aug 2003
- Posts
- 1,233
- Location
- Taunton, Somerset
hmm sounds like I should be getting a bit more
1448MHz
1448MHz
I'm all up and running with the vmware now, TPF is 36min on a 2684.
How do you know if you need to do the Langouste client fix? Does it error on start up or only when the unit trys to upload? Cheers.
When moving from Windows to Linux - do you have to do the initial 10 units before being able to get the bigadv's & bonus credit?
Just trying this out and the first unit I got is a GRO-A3 - PPD=2871.8 according to HFM
There is a fix for the Langouste error. It involves defining the USER variable before Langouste loads
At the console window:
root@FAH:~# _
Type: pico /etc/rc.d/rc.M
Then scroll down until you find the following lines:
Code:# Start Langouste if enabled . /etc/rc.d/rc.fah.conf LPORT=8080 etc etc
And before the first line add:
Code:# Hack to define USER variable for Langouste export USER=fah
So in the end it looks like this:
Code:[B]# Hack to define USER variable for Langouste export USER=fah [/B] # Start Langouste if enabled . /etc/rc.d/rc.fah.conf LPORT=8080 etc etc