Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72366 - usermode-utilities-20040406: uml_moo doesnt work with large COW files
Summary: usermode-utilities-20040406: uml_moo doesnt work with large COW files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Gryniewicz (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 123703
Blocks:
  Show dependency tree
 
Reported: 2004-11-24 10:21 UTC by Eric Edgar (RETIRED)
Modified: 2006-09-12 17:11 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Allows uml_moo to work with large files (usermode-utilities-20040406-r1.ebuild,728 bytes, text/plain)
2004-11-24 10:24 UTC, Eric Edgar (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Edgar (RETIRED) gentoo-dev 2004-11-24 10:21:21 UTC
uml_moo fails when COW files are over 2 GB

Reproducible: Always
Steps to Reproduce:
1.uml_moo LARGE_COW_FILE DESTINATION_BACKING_STORE
2.
3.

Actual Results:  
uml_moo does not run if the COW file is over 2gb

Expected Results:  
uml_moo should recognize large COW files
Comment 1 Eric Edgar (RETIRED) gentoo-dev 2004-11-24 10:24:26 UTC
Created attachment 44650 [details]
Allows uml_moo to work with large files

This new ebuild allows uml_moo to work properly inside usermode-utilities

changed this
 emake CFLAGS="${CFLAGS} -DTUNTAP -D_LARGEFILE64_SOURCE -g -Wall" all

to this
 emake CFLAGS="${CFLAGS} -DTUNTAP -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
-g -Wall" all
Comment 2 SpanKY gentoo-dev 2005-08-01 13:35:19 UTC
base-system does not maintain UML
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-08-12 12:07:48 UTC
@dang: would like to have a look by chance?
Comment 4 Daniel Gryniewicz (RETIRED) gentoo-dev 2006-08-13 18:00:06 UTC
I've added 20060323 to portage.  It has been reported that this fixes this problem, but I don't have any huge cow files to test with at the moment.  Could you try it?  I'd rather not make so drastic a change to the stable version without a bump, and this version has many other fixes in it.
Comment 5 Daniel Gryniewicz (RETIRED) gentoo-dev 2006-09-12 17:11:37 UTC
Marking fixed.