Changes between Initial Version and Version 3 of Ticket #738
- Timestamp:
- 2009-06-18T03:20:50Z (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #738
- Property Component changed from unknown to code-encoding
- Property Priority changed from major to critical
- Property Keywords integrity added
- Property Milestone changed from undecided to 1.5.0
- Property Owner nobody deleted
-
Ticket #738 – Description
initial v3 3 3 Brief summary from flog debugger viewer: 4 4 5 <ValidatedReadBucketProxy #1>(2-<ReadBucketProxy 150097484 to peer [mgnbpxki] SI jow42sylefxjxsns3alv5ptghe>-m2st7xk76cvd): hash failure in block=0, shnum=2 on <ReadBucketProxy 150097484 to peer [mgnbpxki] SI jow42sylefxjxsns3alv5ptghe> 5 {{{ 6 <ValidatedReadBucketProxy #1> 7 (2-<ReadBucketProxy 150097484 to peer [mgnbpxki] SI jow42sylefxjxsns3alv5ptghe>-m2st7xk76cvd): 8 hash failure in block=0, shnum=2 9 on <ReadBucketProxy 150097484 to peer [mgnbpxki] SI jow42sylefxjxsns3alv5ptghe> 6 10 7 11 [...] … … 12 16 13 17 failure in block hash tree 18 }}} 14 19 15 20 .. and so on. … … 18 23 19 24 tahoe get URI:CHK:lapry55oui4psmeiyxhvitfmpi:75mb37to6iauypych6bkqfkxxxfk6nhekhomzipkqzwt46v64hdq:3:5:99758080 meh 25 {{{ 20 26 Error, got 410 Gone 21 NotEnoughSharesError: no shares could be found. Zero shares usually indicates a corrupt URI, or that no servers were connected, but it might also indicate severe corruption. You should perform a filecheck on this object to learn more. 27 NotEnoughSharesError: no shares could be found. Zero shares usually indicates 28 a corrupt URI, or that no servers were connected, but it might also indicate 29 severe corruption. You should perform a filecheck on this object to learn 30 more. 31 }}} 22 32 23 33 Finally, dump-share on the 33MB file: 24 34 35 {{{ 25 36 share filename: /v/tahoe/.tahoe/storage/shares/jo/jow42sylefxjxsns3alv5ptghe/2 26 37 version: 1 … … 47 58 48 59 Lease #0: owner=0, expire in 2607324s (30 days) 60 }}} 49 61 50 62 Machine details: 51 63 64 {{{ 52 65 NetBSD quickie 4.99.7 NetBSD 4.99.7 (quickie) #0: Tue Jan 2 14:47:23 PST 2007 root@quickie:/v/src/sys/arch/i386/compile/quickie i386 53 66 … … 55 68 56 69 Python 2.5.2 70 }}} 57 71 58 72 This is a transitional pthread machine, partway between the M:N -> 1:1 threading model transition. The M:N threads *should* be functional and for all system and most application purposes they are. (KDE, etc.) However, on occasion some software makes assumptions or is built without threading support because configure detected anomalous behaviour.