* Edouard Debry -- Thursday 19 May 2005 14:46: > I forgot to tell it but is is the first thing I checked, > all directories in Aircraft/ have rwxr-xr-x permissions > and are owned by root, inside each directory permissions > of files are rw-r--r-- (same owner)
Time for some black magic then: $ strace -fF -eopen fgfs --aircraft=p51d or $ strace -fF -eopen fgfs --aircraft=p51d 2>&1|grep p51d This will show you where fgfs searches for the p51d, and what the OS thought about that issue. m. _______________________________________________ Flightgear-users mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/flightgear-users 2f585eeea02e2c79d7b1d8c4963bae2d
