Re: [Flightgear-devel] Re: writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Ralf Gerlich
Gerard Robin schrieb: I can give to Ralf the prize, if everybody agree. Thanks, too much honor ;-) Ralf ___ Flightgear-devel mailing list Flightgear-devel@flightgear.org http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7

Re: [Flightgear-devel] Re: writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Gerard Robin
Le lundi 13 juin 2005 à 20:07 +0200, Ralf Gerlich a écrit : > Hi, > > Gerard Robin wrote: > > open("/home/tux-le-boss/.fgfs/preferences.xml ", O_RDONLY|O_LARGEFILE) = > > -1 ENOENT (No such file or directory) > ^^ > Did you see those blanks at the

Re: [Flightgear-devel] Re: writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Gerard Robin
Le lundi 13 juin 2005 à 19:58 +0200, Melchior FRANZ a écrit : > * Gerard Robin -- Monday 13 June 2005 19:41: > > Not so Quick.. > > > > Oh do you remember i told you : > > I do remember. But I don't believe you. > > > > > fgfscvs --airport=LFNH --aircraft=P38-L --config=/home/tux-le- > >

Re: [Flightgear-devel] Re: writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Gerard Robin
Le lundi 13 juin 2005 à 20:07 +0200, Ralf Gerlich a écrit : > Hi, > > Gerard Robin wrote: > > open("/home/tux-le-boss/.fgfs/preferences.xml ", O_RDONLY|O_LARGEFILE) = > > -1 ENOENT (No such file or directory) > ^^ > Did you see those blanks at the

Re: [Flightgear-devel] Re: writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Ralf Gerlich
Hi, Gerard Robin wrote: open("/home/tux-le-boss/.fgfs/preferences.xml ", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) ^^ Did you see those blanks at the end of the filename? Are these actually in the original report? Where could

Re: [Flightgear-devel] Re: writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Andy Ross
Gerard wrote: > Melchior wrote: > > Yes, and I was right: this file just doesn't exist! This is not an > > fgfs message, but one of the operating system. > > Not so Quick.. > Oh do you remember i told you : You can't really argue with a syscall result. The file isn't there. Maybe there are

Re: [Flightgear-devel] Re: writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Gerard Robin
Le lundi 13 juin 2005 à 19:31 +0200, Melchior FRANZ a écrit : > * Gerard Robin -- Monday 13 June 2005 19:19: > > open("/home/tux-le-boss/.fgfs/preferences.xml ", O_RDONLY|O_LARGEFILE) = -1 > > ENOENT (No such file or directory) > > Yes, and I was right: this file just doesn't exist! This is not

Re: [Flightgear-devel] Re: writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Andy Ross
Gerard: > --config=/home/tux-le-boss/.fgfs/preferences.xml > > Error loading config file: Failed to open file > at /home/tux-le-boss/.fgfs/preferences.xml Melchior: > Well, then this file just doesn't exist or has wrong permissions. Gerard: > Yes Existing, good permissions Melchior: > Try this:

Re: [Flightgear-devel] Re: writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Gerard Robin
Le lundi 13 juin 2005 à 18:53 +0200, Melchior FRANZ a écrit : > strace -fF -eopen fgfs 2>&1|grep tux The answer is: open("/home/tux-le-boss/.fgfsrc.servlinux.gours", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/tux-le-boss/.fgfsrc.servlinux.gours.gz", O_RDONLY) = -1 ENOENT (No

Re: [Flightgear-devel] Re: writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Gerard Robin
Le lundi 13 juin 2005 à 18:34 +0200, Gerard Robin a écrit : > Le lundi 13 juin 2005 à 18:24 +0200, Melchior FRANZ a écrit : > > * Gerard Robin -- Monday 13 June 2005 17:56: > > > Error loading config file: Failed to open file > > > at /home/tux-le-boss/.fgfs/preferences.xml > > > > > > with .fgfs

Re: [Flightgear-devel] Re: writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Gerard Robin
Le lundi 13 juin 2005 à 18:24 +0200, Melchior FRANZ a écrit : > * Gerard Robin -- Monday 13 June 2005 17:56: > > Error loading config file: Failed to open file > > at /home/tux-le-boss/.fgfs/preferences.xml > > > > with .fgfsrc > > > > --config=/home/tux-le-boss/.fgfs/preferences.xml > > Well

Re: [Flightgear-devel] Re: writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Gerard Robin
Le lundi 13 juin 2005 à 17:35 +0200, Melchior FRANZ a écrit : > * Gerard Robin -- Monday 13 June 2005 17:21: > > 2/ with .fgfsrc > > --config=$FG_HOME/.fgfs/preferences.xml > > > i get the message: > > Error loading config file: Failed to open file > > at $FG_HOME/.fgfs/preferences.xml > > S

RE: [Flightgear-devel] Re: writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Vivian Meazza
Melchior FRANZ > > * Gerard Robin -- Monday 13 June 2005 16:32: > > Le lundi 13 juin 2005 à 15:16 +0100, Vivian Meazza a écrit : > > > --prop:/sim/rendering/clouds3d-enable=1 > > > --prop:/sim/rendering/clouds3d-cache-size=4096 > > > Does not work the program overload the data. > You need to h

Re: [Flightgear-devel] Re: writing rules with --prop for nasal in fgfsrc

2005-06-13 Thread Gerard Robin
Le lundi 13 juin 2005 à 16:58 +0200, Melchior FRANZ a écrit : > * Gerard Robin -- Monday 13 June 2005 16:32: > > Le lundi 13 juin 2005 à 15:16 +0100, Vivian Meazza a écrit : > > > --prop:/sim/rendering/clouds3d-enable=1 > > > --prop:/sim/rendering/clouds3d-cache-size=4096 > > > Does not work the p