The online racing simulator
Searching in All forums
(94 results)
SJB
S2 licensed
Yeah but where should they read they cant use FXR / FZR / XRR when its clickable at the car choose screen?

Nothing displays that they have to use FZ2 / FZ3 / FZ4... So should they trial and error what is allowed atm?

And it doesnt display the BadHandicaps message, where i typed "Please check your handicaps." It displays the BadCartype message which i set to "Please use another car type" so they would try XRR instead of FZR and get again the message... I can't even write "type !cars and check required handicaps", cause they dont know FZ2 or FZ3 or FZn.

Nothing says u have to use FZ2/XR2/FX2 and what u have to do for this car type.

There should be an easy message "To drive this car please use x % intake restriction" depending on what is set at eg FZ2. Then I dont have to explain to 30ppl "hey u have to use 20% intake restriction with car A, 23% with car B, 25% with car C" they dont even read my messages cause the text scrolls fast because all try to join without intake restriction - so i changed back to "normal" cars.

BTW: We are not using the rank system - the admins set the allowed cars.

Regards, SJB
Last edited by SJB, .
SJB
S2 licensed
Hi!

I just played around with Custom Cars like FZ2 / XR2 / FX2, but they always get "Spectated for Bad Setup. Car type not allowed FZR" it doesn't display that only FZ2 etc is allowed. And after 5 bad setups they get kicked... 6 people were kicked

Couldn't it display that they have to use a intake restriction of x % (or additional mass of x kg)?
Or at least "Following car types allowed: FZ2 XR2 FX2. To watch the restrictions type !cars"

Regards, SJB
SJB
S2 licensed
U saw my post with the commands that not work?

http://www.lfsforum.net/showthread.php?p=1509357#post1509357

Regards, SJB
SJB
S2 licensed
I just discovered a little bug

We dont have automatic track vote/change configured, so the administrators change the tracks manually. But when you type !track Airio says "Finished races since track load: 0" - but the track was loaded more than 1 hour ago and has only 2 laps race length - so finished races schould be atleast "10". On Cargame.nl (with track vote) it counts correct, e.g. "4/5"


BTW could you implement an easier method to change the track? sometimes I'm not fast enough with the track command (e.g. typo) after the end command - sometimes they join and start the race again before i can hit enter

Regards, SJB
SJB
S2 licensed
I just tried ur cruise addon (just downloaded 10mins ago from ur site - complete.zip)

!cruiseh doesnt work - u have to use !help and click on cruise
!price fbm etc doesnt work - u have to press !buy for a list
!cars prints 3x (id cruise_hud_car not found)

!km, !cash, !show works

And it would be cool when the other settings of Cruise.lpr would be in Cruise_settings.lpr (prices, idletimeout etc)

so the chance of ruin the cruise script up is minimized (for the ppl with no programming experience)

u should rename Cruise_Police.TXT to Cruise_Police.txt for the linux users (linux is case sensitive; i run this with mono on a linux server)

and a wrong way in pits fine would be cool

and an option if the cops have to wear a [COP] tag or Officer in name would be great

Regards, SJB
Last edited by SJB, .
SJB
S2 licensed
it works to connect etc, but when a second person comes online u cant see him driving - I think I read about it on the wine problem threads "ghost drivers"

I think I played to much with different wine version when i tried to fix the master server problem...
SJB
S2 licensed
it works now, my x years old firewall rule was not saved, so it wasnt there after the "reboot"...

I added
Quote :iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT

now and it works again - but this shows, LFS needs more ports incoming than just the server port e.g. 63392

Regards, SJB
SJB
S2 licensed
Okay i tried again and turned the firewall from my server off for 2minutes (server firewall should be never off )

And it worked, after 2Secs it was visible at LFSworld.net

Something of the firewall is blocking the master server connection, but port check for 63392 says always its opened when firewall is active???

Quote :-P INPUT DROP
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
-N ip-xxx.xxx.xxx.xxx-INPUT
-A INPUT -j ip-xxx.xxx.xxx.xxx-INPUT
-A ip-xxx.xxx.xxx.xxx-INPUT -d xxx.xxx.xxx.xxx/32 -p tcp -m tcp --dport *** -j ACCEPT
-A ip-xxx.xxx.xxx.xxx-INPUT -d xxx.xxx.xxx.xxx/32 -p tcp -m tcp --dport ***:*** -j ACCEPT
-A ip-xxx.xxx.xxx.xxx-INPUT -d xxx.xxx.xxx.xxx/32 -p tcp -m tcp --sport ***:*** ! --tcp-flags FIN,SYN,RST,ACK SYN -j ACCEPT
-A ip-xxx.xxx.xxx.xxx-INPUT -d xxx.xxx.xxx.xxx/32 -p tcp -m tcp --dport *** -j ACCEPT
-A ip-xxx.xxx.xxx.xxx-INPUT -d xxx.xxx.xxx.xxx/32 -p tcp -m tcp --dport 80 -j ACCEPT
-A ip-xxx.xxx.xxx.xxx-INPUT -d xxx.xxx.xxx.xxx/32 -p tcp -m tcp --dport *** -j ACCEPT
-A ip-xxx.xxx.xxx.xxx-INPUT -d xxx.xxx.xxx.xxx/32 -p tcp -m tcp --dport *** -j ACCEPT
-A ip-xxx.xxx.xxx.xxx-INPUT -d xxx.xxx.xxx.xxx/32 -p tcp -m tcp --dport *** -j ACCEPT
-A ip-xxx.xxx.xxx.xxx-INPUT -d xxx.xxx.xxx.xxx/32 -p udp -m udp --sport *** -j ACCEPT
-A ip-xxx.xxx.xxx.xxx-INPUT -d xxx.xxx.xxx.xxx/32 -p udp -m udp --sport *** -j ACCEPT
-A ip-xxx.xxx.xxx.xxx-INPUT -d xxx.xxx.xxx.xxx/32 -p icmp -j ACCEPT
-A ip-xxx.xxx.xxx.xxx-INPUT -s ***.***.***.***/32 -d xxx.xxx.xxx.xxx/32 -p tcp -m tcp --sport *** -j ACCEPT
-A ip-xxx.xxx.xxx.xxx-INPUT -d xxx.xxx.xxx.xxx/32 -p udp -m udp --dport 9987 -j ACCEPT
-A ip-xxx.xxx.xxx.xxx-INPUT -d xxx.xxx.xxx.xxx/32 -p tcp -m tcp --dport 63392:63394 -m state --state NEW -j ACCEPT
-A ip-xxx.xxx.xxx.xxx-INPUT -d xxx.xxx.xxx.xxx/32 -p udp -m udp --dport 63392:63394 -m state --state NEW -j ACCEPT
-A ip-xxx.xxx.xxx.xxx-INPUT -d xxx.xxx.xxx.xxx/32 -p tcp -m tcp --dport 63392 -m state --state NEW -j ACCEPT
-A ip-xxx.xxx.xxx.xxx-INPUT -d xxx.xxx.xxx.xxx/32 -p udp -m udp --dport 63392 -m state --state NEW -j ACCEPT

SJB
S2 licensed
Okay, i remembered an method to look if my server contacts the master. It talks to the master, but again "Oct 29 18:51:08 Could not connect to master server"

Regards, SJB

Quote :tcpdump host master.liveforspeed.net
18:47:59.798747 IP ***.vserver.de.47356 > beta.lfs.net.29339: S 4015430939:4015430939(0) win 5840 <mss 1460,sackOK,timestamp 233004308 0,nop,wscale 2>
18:47:59.837996 IP beta.lfs.net.29339 > ***.vserver.de.47356: S 3452681838:3452681838(0) ack 4015430940 win 65535 <mss 1460,nop,wscale 3,sackOK,timestamp 1284040848 233004308>
18:48:02.797473 IP ***.vserver.de.47356 > beta.lfs.net.29339: S 4015430939:4015430939(0) win 5840 <mss 1460,sackOK,timestamp 233007308 0,nop,wscale 2>
18:48:02.836318 IP beta.lfs.net.29339 > ***.vserver.de.47356: S 3452681838:3452681838(0) ack 4015430940 win 65535 <mss 1460,nop,wscale 3,sackOK,timestamp 1284040848 233007308>
18:48:05.902879 IP beta.lfs.net.29339 > ***.vserver.de.47356: S 3452681838:3452681838(0) ack 4015430940 win 65535 <mss 1460,nop,wscale 3,sackOK,timestamp 1284040848 233007308>
18:48:08.796430 IP ***.vserver.de.47356 > beta.lfs.net.29339: S 4015430939:4015430939(0) win 5840 <mss 1460,sackOK,timestamp 233013308 0,nop,wscale 2>
18:48:08.834806 IP beta.lfs.net.29339 > ***.vserver.de.47356: S 3452681838:3452681838(0) ack 4015430940 win 65535 <mss 1460,nop,wscale 3,sackOK,timestamp 1284040848 233013308>
18:48:11.901920 IP beta.lfs.net.29339 > ***.vserver.de.47356: S 3452681838:3452681838(0) ack 4015430940 win 65535 <mss 1460,nop,wscale 3,sackOK,timestamp 1284040848 233013308>
18:48:18.032301 IP beta.lfs.net.29339 > ***.vserver.de.47356: S 3452681838:3452681838(0) ack 4015430940 win 65535 <mss 1460,nop,wscale 3,sackOK,timestamp 1284040848 233013308>
18:48:20.795533 IP ***.vserver.de.47356 > beta.lfs.net.29339: S 4015430939:4015430939(0) win 5840 <mss 1460,sackOK,timestamp 233025308 0,nop,wscale 2>
18:48:20.833691 IP beta.lfs.net.29339 > ***.vserver.de.47356: S 3452681838:3452681838(0) ack 4015430940 win 65535 <mss 1460,nop,wscale 3,sackOK,timestamp 1284040848 233025308>
18:48:23.898308 IP beta.lfs.net.29339 > ***.vserver.de.47356: S 3452681838:3452681838(0) ack 4015430940 win 65535 <mss 1460,nop,wscale 3,sackOK,timestamp 1284040848 233025308>
18:48:30.029790 IP beta.lfs.net.29339 > ***.vserver.de.47356: S 3452681838:3452681838(0) ack 4015430940 win 65535 <mss 1460,nop,wscale 3,sackOK,timestamp 1284040848 233025308>
18:48:42.289413 IP beta.lfs.net.29339 > ***.vserver.de.47356: S 3452681838:3452681838(0) ack 4015430940 win 65535 <mss 1460,nop,wscale 3,sackOK,timestamp 1284040848 233025308>
18:48:44.791053 IP ***.vserver.de.47356 > beta.lfs.net.29339: S 4015430939:4015430939(0) win 5840 <mss 1460,sackOK,timestamp 233049308 0,nop,wscale 2>
18:48:44.829715 IP beta.lfs.net.29339 > ***.vserver.de.47356: S 3452681838:3452681838(0) ack 4015430940 win 65535 <mss 1460,nop,wscale 3,sackOK,timestamp 1284040848 233049308>
18:48:47.891589 IP beta.lfs.net.29339 > ***.vserver.de.47356: S 3452681838:3452681838(0) ack 4015430940 win 65535 <mss 1460,nop,wscale 3,sackOK,timestamp 1284040848 233049308>
18:48:54.018976 IP beta.lfs.net.29339 > ***.vserver.de.47356: S 3452681838:3452681838(0) ack 4015430940 win 65535 <mss 1460,nop,wscale 3,sackOK,timestamp 1284040848 233049308>
18:49:06.273001 IP beta.lfs.net.29339 > ***.vserver.de.47356: S 3452681838:3452681838(0) ack 4015430940 win 65535 <mss 1460,nop,wscale 3,sackOK,timestamp 1284040848 233049308>
18:49:32.784479 IP ***.vserver.de.47356 > beta.lfs.net.29339: S 4015430939:4015430939(0) win 5840 <mss 1460,sackOK,timestamp 233097308 0,nop,wscale 2>

Last edited by SJB, .
SJB
S2 licensed
I got an public ip and i cant change that, only thing is the firewall of my server, which allows outgoing traffic and imcoming for lfs ports.

Regards, SJB
SJB
S2 licensed
Hi!

Its a linux root server, and I manage the LFS Servers myself on it.

I checked the Firewall, incoming the LFS Server Ports are free and outgoing is all allowed.

Yep i did the pings and traceroute from my root.

And nmap says the master server ports are "filtered".

Did not change the config, they turned my server off, after 4hours moving, on again, 1hour later i started the LFS Servers and had the master server problem

I'm really clueless whats the problem

Regards, SJB
my servers "could not connect to master server" since 2 days
SJB
S2 licensed
Hi!

My dedicated was moved from Frankfurt to Strasbourg at Wednesday morning, and now it says everytime "Could not connect to master server"

But i dont know why... I can ping the master server, trace it, nmap says master server port is "open/filtered"... I dont know what to check next??

I hope someone can help me

Regards, SJB

Quote :...
Oct 29 02:47:09 Blackwood
Oct 29 02:47:09 end of initialisation
Oct 29 02:50:19 Could not connect to master server

Quote :PING master.liveforspeed.net (213.40.20.2) 56(84) bytes of data.
64 bytes from beta.lfs.net (213.40.20.2): icmp_seq=1 ttl=51 time=36.6 ms
64 bytes from beta.lfs.net (213.40.20.2): icmp_seq=2 ttl=51 time=36.6 ms
64 bytes from beta.lfs.net (213.40.20.2): icmp_seq=3 ttl=51 time=36.9 ms
64 bytes from beta.lfs.net (213.40.20.2): icmp_seq=4 ttl=51 time=36.7 ms
64 bytes from beta.lfs.net (213.40.20.2): icmp_seq=5 ttl=51 time=36.7 ms
64 bytes from beta.lfs.net (213.40.20.2): icmp_seq=6 ttl=51 time=36.6 ms
64 bytes from beta.lfs.net (213.40.20.2): icmp_seq=7 ttl=51 time=36.7 ms
64 bytes from beta.lfs.net (213.40.20.2): icmp_seq=8 ttl=51 time=36.4 ms
64 bytes from beta.lfs.net (213.40.20.2): icmp_seq=9 ttl=51 time=36.6 ms
64 bytes from beta.lfs.net (213.40.20.2): icmp_seq=10 ttl=51 time=36.5 ms

--- master.liveforspeed.net ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9012ms
rtt min/avg/max/mdev = 36.488/36.685/36.922/0.280 ms

Quote :traceroute to master.liveforspeed.net (213.40.20.2), 64 hops max, 40 byte packets
1 static-ip-85-25-57-17.inaddr.intergenia.de (85.25.57.17) 0 ms 0 ms 0 ms
2 217.118.16.37 (217.118.16.37) 18 ms 18 ms 18 ms
3 ve498.bbr1.fra3.inetbone.net (83.220.157.37) 18 ms 18 ms 18 ms
4 ve3001.bbr2.dus1.de.inetbone.net (213.203.213.67) 22 ms 22 ms 22 ms
5 unknown.inetbone.net (213.203.213.178) 22 ms 22 ms 22 ms
6 r1.lon1.uk.as5580.net (80.94.64.94) 33 ms 44 ms 33 ms
7 10ge-b224-linx.spn.kcom.com (195.66.224.70) 117 ms amsix.g4-4.lon-th1br.mistral.net (195.69.144.249) 31 ms 103 ms
8 86.54.183.205 (86.54.183.205) 37 ms 36 ms 37 ms
9 lds01-ge-lds02.core.netline.net.uk (212.111.131.21) 37 ms 36 ms 36 ms
10 ldscat01-ge-lds01.core.netline.net.uk (213.40.3.73) 37 ms 36 ms 36 ms
11 beta.lfs.net (213.40.20.2) 37 ms 36 ms 36 ms

Quote :nmap -p8080,29339 -PN master.liveforspeed.net

Starting Nmap 4.62 ( http://nmap.org ) at 2010-10-29 02:00 UTC
Interesting ports on beta.lfs.net (213.40.20.2):
PORT STATE SERVICE
8080/tcp filtered http-proxy
29339/tcp filtered unknown

SJB
S2 licensed
Hi,

my dedicated server (linux) was moved this night from Frankfurt to Strasbourg, now my LFS Servers cant connect to the master server anymore?!

Quote :Oct 27 16:03:40 initialisations
Oct 27 16:03:40 tables
Oct 27 16:03:40 load objects
Oct 27 16:03:40 start intro
Oct 27 16:03:40 Blackwood
Oct 27 16:03:40 end of initialisation
Oct 27 16:06:49 Could not connect to master server

but i can ping the master server from my dedicated server:
Quote :PING master.liveforspeed.net (213.40.20.2) 56(84) bytes of data.
64 bytes from beta.lfs.net (213.40.20.2): icmp_seq=1 ttl=51 time=24.9 ms
64 bytes from beta.lfs.net (213.40.20.2): icmp_seq=2 ttl=51 time=24.9 ms
64 bytes from beta.lfs.net (213.40.20.2): icmp_seq=3 ttl=51 time=25.0 ms
64 bytes from beta.lfs.net (213.40.20.2): icmp_seq=4 ttl=51 time=25.7 ms
64 bytes from beta.lfs.net (213.40.20.2): icmp_seq=5 ttl=51 time=25.0 ms

--- master.liveforspeed.net ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4004ms
rtt min/avg/max/mdev = 24.985/25.174/25.780/0.350 ms

i dont know why it cant connect to master server when i can ping the master server

Regards, SJB
SJB
S2 licensed
At the moment i'm playing with a TLC5940 (4Pins from Arduino -> 16 PWM outputs) and transistors (as amplifiers) for dimming 4 RGB-LED strips.

I'm planning to use the same layout for the tachometer (and have some cool light effects e.g. white background light for RPM and when i'm at the red RPM range, fading to red background light)

But for the intruments only, i think transistors would be enough

Regards,
SJB
SJB
S2 licensed
But there is 1 thing i dont get working:
Multiline text after connecting to server

I tried ButtnMotd and ConnectBtn but it always shows only the last line

I would like to display server rules when someone connects.

Regards,
SJB
SJB
S2 licensed
Oh, there's a newer Version: 2.5.0, with restart options etc in airio.srv.txt

Regards,
SJB
SJB
S2 licensed
Hey!

I really like Airio, its a very cool tool, but the manual is a bit outdated, many options are only described short in the changelog

I'm running an autocross server and turned security rating and CheckDriving off (some layouts are in "restricted zones").
But now it doesnt spec wrong way drivers and blocking ppl anymore

How can i turn on wrong way spec and spec after e.g. 10sec not moving?

And i would like to have an automatic restart e.g. 100 seconds after race end, as seen on cargame.nl

Regards,
SJB
SJB
S2 licensed
Hi!

Yeah it would be really cool when u upload the working code

Regards,
SJB
SJB
S2 licensed
Could u publish the python scripts which reads the outgauge data from LFS and feeds the Arduino?

I have a Diecimila and i will use a BMW E30 Tachometer

MfG SJB
FGED GREDG RDFGDR GSFDG