Frank Sorenson wrote:

The mkstemp() call in make_tempfile() is opening the "memory" file
without O_LARGEFILE, so the maximum file size is probably just under
2048MB.  For now, see if 2047 will work.

It's also possible to replace the mkstemp() call with a wrapper that
opens the file with O_LARGEFILE, but that's probably more of an issue
for the uml-devel list.

Frank
- --
Frank Sorenson - KD7TZK
Systems Manager, Computer Science Department
Brigham Young University
[EMAIL PROTECTED]


So essentially it's a system limitation that has to be coded around? Anything under 2048 will work it seems.

Dan

-----------
This email message and any attachment may contain Confidential or
Protected Health Information. If you are not the intended recipient
please notify us immediately at 480-648-4545 and delete the message.


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to