Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] .tmp-unverified-download-quarantine
Date: Tue, 14 Jan 2020 12:17:47
Message-Id: 67a556d5-ca2e-b84d-f6a6-88089074f7a6@gmail.com
In Reply to: Re: [gentoo-user] .tmp-unverified-download-quarantine by n952162
1 n952162 wrote:
2 > On 2020-01-14 11:10, Peter Humphrey wrote:
3 >> On Tuesday, 14 January 2020 09:37:24 GMT n952162 wrote:
4 >>> On 2020-01-14 09:44, Neil Bothwick wrote:
5 >>>> On Tue, 14 Jan 2020 09:04:13 +0100, n952162 wrote:
6 >>>>> It sounds to me like the repository is broken - having ownership
7 >>>>> as root
8 >>>>> seems to be slightly more entropy than portage and could have
9 >>>>> happened
10 >>>>> as a unintended consequence of some uncarefully completed operation.
11 >>>> If the repository was broken, it would be affecting a lot more people
12 >>>> than just you.
13 >>>>
14 >>>> Have you tried completely removing your portage tree and
15 >>>> reinstating it
16 >>>> with webrsync?
17 >>> This is a fresh install from a minimal cd image.  I'm starting out with
18 >>> mkfs.  I've tried that 3 times, twice using a stage 3 from 2020/01/08
19 >>> and once using a stage 3 from 2020/01/12.
20 >> Er...you aren't running out of disk space, are you (either physical
21 >> space or
22 >> inodes)? Don't forget /tmp and /var/tmp. And what result did 'emerge
23 >> --sync'
24 >> return? Specifically, did you see a 'Sync completed' message? Have
25 >> you watched
26 >> /usr/bin/top status lines while syncing?
27 >>
28 >> And have you actually tried emerge-webrsync?
29 >>
30 >
31 > 'emerge --sync' gave me status 1 and before that, the error about the
32 > manifest:
33 >
34 >
35 > Number of files: 158,236 (reg: 131,524, dir: 26,712)
36 > Number of created files: 158,235 (reg: 131,524, dir: 26,711)
37 > Number of deleted files: 0
38 > Number of regular files transferred: 131,524
39 > Total file size: 208.96M bytes
40 > Total transferred file size: 208.96M bytes
41 > Literal data: 208.96M bytes
42 > Matched data: 0 bytes
43 > File list size: 3.90M
44 > File list generation time: 0.001 seconds
45 > File list transfer time: 0.000 seconds
46 > Total bytes sent: 2.71M
47 > Total bytes received: 218.79M
48 >
49 > sent 2.71M bytes  received 218.79M bytes  56.02K bytes/sec
50 > total size is 208.96M  speedup is 0.94
51 >  * Manifest timestamp: 2020-01-12 18:38:55 UTC
52 >  * Valid OpenPGP signature found:
53 >  * - primary key: DCD05B71EAB94199527F44ACDB6B8C1F96D8BF6D
54 >  * - subkey: E1D6ABB63BFCFB4BA02FDF1CEC590EEAC9189250
55 >  * - timestamp: 2020-01-12 18:38:55 UTC
56 >  * Verifying /var/db/repos/gentoo/.tmp-unverified-download-quarantine
57 > ...!!! Manifest v>
58 > Manifest mismatch for media-plugins/Manifest.gz
59 >   __size__: expected: 48363, have: 48349
60 >
61 >
62 > Inodes?  That's an interesting thought.  Not sure how I'd check that ...
63 > I'll redirect the output into a file next time.
64 >
65 > What would I look for in the top(1) status lines (the lines at the top
66 > before the process table?)?
67 >
68 > With emerge-webrsync do you mean webrsync or is there some additional
69 > facility
70
71 The df command will give you that info.  This is a example just replace
72 your device with the one I used.
73
74 df -i /dev/sdb1
75
76 Hope that helps.
77
78 Dale
79
80 :-)  :-)