mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Oct. 27 2005,17:19 |
|
I can't figure this one out...it's perplexing. It's an enigma.
I've been attempting to build a new uci file using the same method as any other uci i've built. The package runs fine from /opt, and the cloop file is built properly it seems. It mounts and umounts without trouble, and the application runs when mounted.
Then I reboot and the file is somehow broken. It's just this particular uci...all others remain intact. Boot into Suse or Slackware and i can chown, chmod, file, and delete, but cannot copy the file. Copying with mc results in "Input/output error (5)". md5sum check in these systems results in the following error:
Code Sample | md5sum: enigma.uci: Input/output error enigma.uci: FAILED open or read md5sum: WARNING: 1 of 1 listed file could not be read |
I boot back into DSL, and i can still mount and run the program. but an md5sum check gives me a similar error:
Code Sample | md5sum: enigma.uci: Input/output error enigma.uci: FAILED md5sum: WARNING: 1 of 1 computed checksums did NOT match |
I thought at first that it was something broken in DSL2.0RC1, but i get the same result rebuilding the package in Suse and booting into a vanilla DSL 1.5.
One possible problem is maybe the partition's filesystem has become corrupted...it's ext3 but gets mounted as ext2 in DSL with a warning. This has been the case since the very beginning, though, and as I said no other uci files on that partition have been affected. Another thing i thought is maybe it has to do with the size, since it is larger than any other uci i have made. However, it's nothing compared to the size of open office, so that's probably not the issue. I really have no clue....I used exactly the same method to build this package as i used with all the others, but this one keeps dying. Is it possible that a corrupted file within the package could corrupt the UCI, even after the UCI has been built?
Pentium 4, 256mb Frugal DSL 1.5 (base/norestore) on 775mb ext3 partition, 57% used Built once in DSL, and rebuilt in Suse Command used to build (one line): cd opt/ && mkisofs -R -hide-rr-moved -cache-inodes -pad enigma/ | create_compressed_fs - 65536 > ../enigma.uci
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|