Re: [Flightgear-devel] new fedora

2012-01-14 Thread Peter Sadrozinski
ugh, Sorry for the noise. For some reason, the new Fedora 16 isn't using my swap partition. I am actually running out of memory! I have a 2 GB swap partition. Need to do some googling to see why it isn't being used. Pete On Sat, Jan 14, 2012 at 3:28 PM, Stefan Seifert wrote: > On Saturday

Re: [Flightgear-devel] new fedora

2012-01-14 Thread Stefan Seifert
On Saturday 14 January 2012 00:20:33 Peter Sadrozinski wrote: > Hello, > > I'm hitting an 'interesting' problem with the new fedora. For some reason, > it's installing the PAE kernel (I guess I should have installed the 64 bit > version). The problem is, when the system() is called - for instanc

Re: [Flightgear-devel] new fedora

2012-01-14 Thread Martin Spott
Peter Sadrozinski wrote: > [...] Is anyone else running a PAE kernel on a 64 bit > machine? Has anyone seen this issue? Yes. No. ;-) I'm sorry, I can't help here. I'm running machines with many processes on large machines (up to 60 simultaneous users with GNOME/KDE, Firefox, OpenOffice and th

Re: [Flightgear-devel] new fedora

2012-01-14 Thread Peter Sadrozinski
I am hitting the error in both fgfs-construct (when copying airport.btg.gz from ./work to ./output) and simger write_ascii when gzipping the file. Both are using system( cmd ). System returns -1 and perror is printing out of memory. I doubt I am out of memory, as the command I'm running is just

Re: [Flightgear-devel] new fedora

2012-01-14 Thread Curtis Olson
On Fri, Jan 13, 2012 at 11:20 PM, Peter Sadrozinski wrote: > Hello, > > I'm hitting an 'interesting' problem with the new fedora. For some > reason, it's installing the PAE kernel (I guess I should have installed the > 64 bit version). The problem is, when the system() is called - for > instance

[Flightgear-devel] new fedora

2012-01-13 Thread Peter Sadrozinski
Hello, I'm hitting an 'interesting' problem with the new fedora. For some reason, it's installing the PAE kernel (I guess I should have installed the 64 bit version). The problem is, when the system() is called - for instance, to copy an airport btg file from work to output, I get an error. Her