Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 72366
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Daniel Gryniewicz <dang@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Eric Edgar (RETIRED) <rocket@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
usermode-utilities-20040406-r1.ebuild Allows uml_moo to work with large files text/plain Eric Edgar (RETIRED) 2004-11-24 10:24 0000 728 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 72366 depends on: 123703 Show dependency tree
Bug 72366 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-11-24 10:21 0000
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 From Eric Edgar (RETIRED) 2004-11-24 10:24:26 0000 -------
Created an attachment (id=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 From SpanKY 2005-08-01 13:35:19 0000 -------
base-system does not maintain UML

------- Comment #3 From Jakub Moc (RETIRED) 2006-08-12 12:07:48 0000 -------
@dang: would like to have a look by chance?

------- Comment #4 From Daniel Gryniewicz 2006-08-13 18:00:06 0000 -------
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 From Daniel Gryniewicz 2006-09-12 17:11:37 0000 -------
Marking fixed.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug