[Flightgear-devel] problem updating base package

2007-03-25 Thread Dave Perry
I get the following trying to update data.

[EMAIL PROTECTED] ~]$ cd $FG_ROOT
[EMAIL PROTECTED] data]$ su -c 'cvs update -dP'
Password: 
cvs [update aborted]: error writing to server: Connection reset by peer
[EMAIL PROTECTED] data]$ 

Tried last evening and again this morning with the same result.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] problem updating base package

2007-03-25 Thread Laurence Vanek
Dave Perry wrote:
 I get the following trying to update data.
 
 [EMAIL PROTECTED] ~]$ cd $FG_ROOT
 [EMAIL PROTECTED] data]$ su -c 'cvs update -dP'
 Password: 
 cvs [update aborted]: error writing to server: Connection reset by peer
 [EMAIL PROTECTED] data]$ 
 
 Tried last evening and again this morning with the same result.
 

Dave -

Have you gotten cvs update to complete yet?

I just finished with both data  source. No problems.  Maybe a temp 
server issue thats fixed now.

Running Fedora Core 6.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Patch to the Aerostar-700

2007-03-25 Thread Ron Jensen
Aeromatic produces a bogus retractableRETRACT/retractable This
lets the animations work, but the FDM never sees the gear as up.  Use
retractable1/retractable instead.

Index: Aerostar700.xml
===
RCS
file: /var/cvs/FlightGear-0.9/data/Aircraft/Aerostar-700/Aerostar700.xml,v
retrieving revision 1.1
diff -u -r1.1 Aerostar700.xml
--- Aerostar700.xml 30 Jan 2006 19:31:09 -  1.1
+++ Aerostar700.xml 25 Mar 2007 16:28:11 -
@@ -94,7 +94,7 @@
   damping_coeff unit=LBS/FT/SEC   631.50 /damping_coeff
   max_steer unit=DEG 5.00 /max_steer
   brake_groupNONE/brake_group
-  retractableRETRACT/retractable
+  retractable1/retractable
 /contact

 contact type=BOGEY name=LEFT_MAIN
@@ -110,7 +110,7 @@
   damping_coeff unit=LBS/FT/SEC  1263.00 /damping_coeff
   max_steer unit=DEG0/max_steer
   brake_groupLEFT/brake_group
-  retractableRETRACT/retractable
+  retractable1/retractable
 /contact

 contact type=BOGEY name=RIGHT_MAIN
@@ -126,7 +126,7 @@
   damping_coeff unit=LBS/FT/SEC  1263.00 /damping_coeff
   max_steer unit=DEG0/max_steer
   brake_groupRIGHT/brake_group
-  retractableRETRACT/retractable
+  retractable1/retractable
 /contact

 contact type=STRUCTURE name=LEFT_WING



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Patch to the E3B

2007-03-25 Thread Ron Jensen
Aeromatic produces a bogus retractableRETRACT/retractable This
lets the animations work, but the FDM never sees the gear as up.  Use
retractable1/retractable instead.

Index: E3B.xml
===
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/E3B/E3B.xml,v
retrieving revision 1.1
diff -u -r1.1 E3B.xml
--- E3B.xml 16 Aug 2006 23:16:02 -  1.1
+++ E3B.xml 25 Mar 2007 16:36:06 -
@@ -92,7 +92,7 @@
damping_coeff unit=LBS/FT/SEC 35000.00 /damping_coeff
max_steer unit=DEG 35.00 /max_steer
brake_groupNONE/brake_group
-   retractableRETRACT/retractable
+   retractable1/retractable
  /contact

   contact type=BOGEY name=LEFT_MAIN
@@ -108,7 +108,7 @@
damping_coeff unit=LBS/FT/SEC 7.00 /damping_coeff
max_steer unit=DEG0/max_steer
brake_groupLEFT/brake_group
-   retractableRETRACT/retractable
+   retractable1/retractable
  /contact

   contact type=BOGEY name=RIGHT_MAIN
@@ -124,7 +124,7 @@
damping_coeff unit=LBS/FT/SEC 7.00 /damping_coeff
max_steer unit=DEG0/max_steer
brake_groupRIGHT/brake_group
-   retractableRETRACT/retractable
+   retractable1/retractable
  /contact

   contact type=STRUCTURE name=LEFT_WING



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Patch to the KC135

2007-03-25 Thread Ron Jensen
Aeromatic produces a bogus retractableRETRACT/retractable This
lets the animations work, but the FDM never sees the gear as up.  Use
retractable1/retractable instead.

Index: KC135-E.xml
===
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/KC135/KC135-E.xml,v
retrieving revision 1.2
diff -u -r1.2 KC135-E.xml
--- KC135-E.xml 15 Jun 2006 13:49:55 -  1.2
+++ KC135-E.xml 25 Mar 2007 16:39:17 -
@@ -92,7 +92,7 @@
damping_coeff unit=LBS/FT/SEC 35000.00 /damping_coeff
max_steer unit=DEG 5.00 /max_steer
brake_groupNONE/brake_group
-   retractableRETRACT/retractable
+   retractable1/retractable
  /contact

   contact type=BOGEY name=LEFT_MAIN
@@ -108,7 +108,7 @@
damping_coeff unit=LBS/FT/SEC 7.00 /damping_coeff
max_steer unit=DEG0/max_steer
brake_groupLEFT/brake_group
-   retractableRETRACT/retractable
+   retractable1/retractable
  /contact

   contact type=BOGEY name=RIGHT_MAIN
@@ -124,7 +124,7 @@
damping_coeff unit=LBS/FT/SEC 7.00 /damping_coeff
max_steer unit=DEG0/max_steer
brake_groupRIGHT/brake_group
-   retractableRETRACT/retractable
+   retractable1/retractable
  /contact

   contact type=STRUCTURE name=LEFT_WING



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] fgfs-build cvs password

2007-03-25 Thread cyprien




Didier Fabert a crit:

  Le Friday 23 March 2007 17:59:21 cyprien, vous avez crit:
  
  
Hi all,
Sorry for that stupid question, but when i'm trying to build flightgear
with fgfs-build, it ask me for many password to log in cvs. I put guest
everywhere and i've an error with the fgrun cvs : (i've tried also with
the last version of fgfs-builder...)

Logging in to

:pserver:[EMAIL PROTECTED]:2401/cvsroot/fgrun

CVS password:
cvs login: authorization failed: server
fgrun.cvs.sourceforge.net rejected access to /cvsroot/fgrun
for user anonymous
make[2]: ***
[/home/cyprien/fgfs-builder-20061209/src/config/fgrun/cvs_passfile]
Erreur 1
make[2]: quittant le rpertoire 
/home/cyprien/fgfs-builder-20061209 
make[1]: *** [fgrun-prepare] Erreur 2
make[1]: quittant le rpertoire 
/home/cyprien/fgfs-builder-20061209 
make: *** [prepare] Erreur 2

  
  
No password on souceforge, just press enter.
  

Ok, it works for me now... thank you for the help !
Cyprien



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel