Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] strange eix-sync
Date: Thu, 11 Jul 2013 18:58:41
Message-Id: 20130711185828.GA3142@solfire
In Reply to: Re: [gentoo-user] strange eix-sync by Stroller
1 Stroller <stroller@××××××××××××××××××.uk> [13-07-11 18:12]:
2 >
3 > On 9 July 2013, at 18:28, meino.cramer@×××.de wrote:
4 > > ...
5 > > receiving incremental file list
6 > > timestamp.chk
7 > > rsync: failed to set permissions on "/tmp/.tmpNBwK63.n6Acda": Function not implemented (38)
8 >
9 > I can't say the problem is related to xattrs, but when posting an error with a message like this you need to demonstrate, for example, that the /tmp directory exists and that you can write to it.
10 >
11 > I mean, it's pretty obvious that you'd get this error if the directory wasn't writable, right?
12 >
13 > So posting here you need to *show* it's writable.
14 >
15 > So please post the output of:
16 >
17 > ls -ld /tmp/
18 > ls -l /tmp/
19 > touch /tmp/foobar123
20 > chmod 777 /tmp/foobar123
21 > ls -l /tmp/foobar123
22 > rm -v /tmp/foobar123
23 >
24 > I would also try testing whether you can sync using the `emerge --sync` command, instead.
25 >
26 > I would guess that you're escalating to root permissions when using emerge and that the eix user has insufficient write permissions for some reason.
27 >
28 > No offence, mate, but a Gentoo user shouldn't need to be told this. You surely have a couple of years of Linux experience, so you know how to create and list a file; even if you don't know the `chmod` command, you must know what permissions are and that they sometimes prevent an unprivileged user from doing stuff. Aren't you even curious to know if the /tmp directory exists? Page 1 of "How to Ask Questions The Smart Way" says to tell us what you've done to investigate the problem so far. I can't promise that the steps I've suggested will help identify or fix the problem, but they definitely need doing to show the filesystem exists and doesn't have a write-protect switch accidentally flipped - failure to provide this information implies you're sitting helplessly at home waiting for us to tell you all the answers, even the basics.
29 >
30 > Stroller.
31 >
32 >
33 Hi Stroller,
34
35 so here it comes
36
37
38 Script started on Thu Jul 11 20:53:07 2013
39 beaglebone:/root>Kls -ld /tmp/
40 drwxrwxrwt 13 root root 4096 2000-01-01 01:00 0m30;42m/tmp/0m
41 beaglebone:/root>Kls -l /tmp/
42 total 10412
43 -rw-r--r-- 1 root root 22 2012-12-27 12:55 02locale.org
44 -rw------- 1 mccramer users 27785 2012-12-22 20:22 alsa-info.YEBlUiUDLs
45 -rwxr-xr-x 1 mccramer users 1313576 2012-12-24 14:27 0m01;32mbib12.txt0m
46 -rw-r--r-- 1 root root 1313576 2013-05-18 18:59 bib12.txt.bak
47 -rw-r--r-- 1 root root 56 2013-01-10 08:21 boost
48 drwxr-xr-x 2 mccramer users 4096 2013-04-07 10:12 01;34mhsperfdata_mccramer0m
49 -rw-r--r-- 1 root root 12452 2013-05-17 03:49 log
50 -rw------- 1 root root 0 2012-12-24 09:06 manpages-checkszlVA
51 drwx------ 2 mccramer users 4096 2012-12-26 08:58 01;34mmc-mccramer0m
52 drwx------ 2 root root 4096 2012-12-27 11:24 01;34mmc-root0m
53 -rw-r--r-- 1 root root 3660737 2012-12-24 14:49 pkgfiles-2012-12-24.txt
54 -rw-r--r-- 1 root root 3800288 2013-05-18 15:24 pkgfiles-2013-05-18.txt
55 -rw-r--r-- 1 root root 2402 2012-12-27 17:27 pkgneon.txt
56 -rw-r--r-- 1 root root 122383 2012-12-26 17:47 pkgremoval.txt
57 -rw-r--r-- 1 root root 1757 2013-01-13 10:33 pkgremoval4.txt
58 -rw-r--r-- 1 root root 1704 2012-12-25 07:24 pkgtypes.txt
59 drwxrwxr-x 8 portage portage 4096 2013-07-05 19:21 01;34mportage0m
60 drwx------ 2 mccramer users 4096 2013-01-18 04:46 01;34mpulse-2L9K88eMlGn70m
61 drwx------ 2 root root 4096 2013-01-18 04:46 01;34mpulse-CcctT9RwKSB10m
62 drwx------ 2 mccramer users 4096 2013-05-01 18:54 01;34mpulse-FebW397VI5uG0m
63 drwx------ 2 root root 4096 2013-01-09 23:00 01;34mpulse-PKdhtXMmr18n0m
64 -rw-r--r-- 1 root root 310061 2012-12-27 08:59 rempkgfiles.txt
65 -rw-r--r-- 1 root root 2155 2012-12-27 08:56 rempkgs.txt
66 drwxr-xr-x 3 root root 4096 2013-05-23 02:54 01;34mvim.build0m
67 -rw-r--r-- 1 root root 501 2013-05-18 19:12 x
68 beaglebone:/root>Ktouch /tmp/foobar123
69 beaglebone:/root>Kls -l /tmp/foobar123
70 -rw-r--r-- 1 root root 0 2013-07-11 20:53 /tmp/foobar123
71 beaglebone:/root>Kchmod 777 /tmp/foobar123
72 beaglebone:/root>Kls -l /tmp/foobar123
73 -rwxrwxrwx 1 root root 0 2013-07-11 20:53 0m01;32m/tmp/foobar1230m
74 beaglebone:/root>Krm -v /tmp/foobar123
75 rm: remove regular empty file ‘/tmp/foobar123’? yes
76 removed ‘/tmp/foobar123’
77 beaglebone:/root>Kemerge --sync
78 0;emerge>>> Starting rsync with rsync://91.186.30.235/gentoo-portage...
79 >>> Checking server timestamp ...
80 Welcome to boobie.gentoo.org / rsync.gentoo.org
81
82 Server Address : 91.186.30.235
83 Contact Name : mirror-admin@g.o
84 Hardware : 2 x Intel(R) Xeon(R) CPU 3050 @ 2.13GHz, 3958MB RAM
85 Sponsor : EUKhost, Maidenhead, England
86
87 Please note: common gentoo-netiquette says you should not sync more
88 than once a day. Users who abuse the rsync.gentoo.org rotation
89 may be added to a temporary ban list.
90
91 MOTD autogenerated by update-rsync-motd on Sun Apr 1 01:05:34 UTC 2012
92
93 receiving incremental file list
94 timestamp.chk
95 rsync: failed to set permissions on "/tmp/.tmp9IenTN.YHYqJS": Function not implemented (38)
96
97 Number of files: 1
98 Number of files transferred: 1
99 Total file size: 32 bytes
100 Total transferred file size: 32 bytes
101 Literal data: 32 bytes
102 Matched data: 0 bytes
103 File list size: 27
104 File list generation time: 0.001 seconds
105 File list transfer time: 0.000 seconds
106 Total bytes sent: 98
107 Total bytes received: 620
108
109 sent 98 bytes received 620 bytes 478.67 bytes/sec
110 total size is 32 speedup is 0.04
111 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1518) [generator=3.0.9]
112 >>> Retrying...
113
114
115 >>> Starting retry 1 of 6 with rsync://209.177.148.226/gentoo-portage
116 >>> Checking server timestamp ...
117 Welcome to magpie.gentoo.org / rsync.gentoo.org
118
119 Server Address : 209.177.148.226, 2607:f740:0:29:230:48ff:fef8:a064
120 Contact Name : mirror-admin@g.o
121 Hardware : 4 x Intel(R) Xeon(R) CPU X3330 @ 2.66GHz, 3957MB RAM
122 Sponsor : Host Virtual, San Jose, CA, USA
123
124 Please note: common gentoo-netiquette says you should not sync more
125 than once a day. Users who abuse the rsync.gentoo.org rotation
126 may be added to a temporary ban list.
127
128 MOTD autogenerated by update-rsync-motd on Mon Sep 17 20:05:05 UTC 2012
129
130 receiving incremental file list
131 timestamp.chk
132 rsync: failed to set permissions on "/tmp/.tmp9GtJm7.v0hAnL": Function not implemented (38)
133
134 Number of files: 1
135 Number of files transferred: 1
136 Total file size: 32 bytes
137 Total transferred file size: 32 bytes
138 Literal data: 32 bytes
139 Matched data: 0 bytes
140 File list size: 27
141 File list generation time: 0.001 seconds
142 File list transfer time: 0.000 seconds
143 Total bytes sent: 98
144 Total bytes received: 661
145
146 sent 98 bytes received 661 bytes 168.67 bytes/sec
147 total size is 32 speedup is 0.04
148 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1518) [generator=3.0.9]
149 >>> Retrying...
150
151
152 >>> Starting retry 2 of 6 with rsync://140.211.166.189/gentoo-portage
153 >>> Checking server timestamp ...
154 Welcome to bobolink.gentoo.org / rsync.gentoo.org
155
156 Server Address : 140.211.166.189
157 Contact Name : mirror-admin@g.o
158 Hardware : 4 x Intel(R) Atom(TM) CPU D510 @ 1.66GHz, 3960MB RAM
159 Sponsor : Gentoo Linux, Open Source Lab, Corvallis, OR, USA
160
161 Please note: common gentoo-netiquette says you should not sync more
162 than once a day. Users who abuse the rsync.gentoo.org rotation
163 may be added to a temporary ban list.
164
165 MOTD autogenerated by update-rsync-motd on Sun Apr 1 01:06:12 UTC 2012
166
167 receiving incremental file list
168 timestamp.chk
169 rsync: failed to set permissions on "/tmp/.tmpo8M1fA.64l95J": Function not implemented (38)
170
171 Number of files: 1
172 Number of files transferred: 1
173 Total file size: 32 bytes
174 Total transferred file size: 32 bytes
175 Literal data: 32 bytes
176 Matched data: 0 bytes
177 File list size: 27
178 File list generation time: 0.001 seconds
179 File list transfer time: 0.000 seconds
180 Total bytes sent: 98
181 Total bytes received: 646
182
183 sent 98 bytes received 646 bytes 99.20 bytes/sec
184 total size is 32 speedup is 0.04
185 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1518) [generator=3.0.9]
186 >>> Retrying...
187
188
189 >>> Starting retry 3 of 6 with rsync://88.198.51.10/gentoo-portage
190 >>> Checking server timestamp ...
191 Welcome to swan.gentoo.org / rsync.gentoo.org
192
193 Server Address : 88.198.51.10, 2a01:4f8:131:13c2:6e62:6dff:fe76:2d5a
194 Contact Name : mirror-admin@g.o
195 Hardware : 8 x Intel(R) Core(TM) i7 CPU 930 @ 2.80GHz, 7991MB RAM
196 Sponsor : ThinEx/Hetzner Online AG, Nuernberg, Germany, EU
197
198 Please note: common gentoo-netiquette says you should not sync more
199 than once a day. Users who abuse the rsync.gentoo.org rotation
200 may be added to a temporary ban list.
201
202 MOTD autogenerated by update-rsync-motd on Sun Apr 1 01:15:13 UTC 2012
203
204 receiving incremental file list
205 timestamp.chk
206 rsync: failed to set permissions on "/tmp/.tmpyd5AVR.ckv0cj": Function not implemented (38)
207
208 Number of files: 1
209 Number of files transferred: 1
210 Total file size: 32 bytes
211 Total transferred file size: 32 bytes
212 Literal data: 32 bytes
213 Matched data: 0 bytes
214 File list size: 27
215 File list generation time: 0.001 seconds
216 File list transfer time: 0.000 seconds
217 Total bytes sent: 98
218 Total bytes received: 679
219
220 sent 98 bytes received 679 bytes 518.00 bytes/sec
221 total size is 32 speedup is 0.04
222 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1518) [generator=3.0.9]
223 >>> Retrying...
224
225
226 >>> Starting retry 4 of 6 with rsync://81.91.253.252/gentoo-portage
227 >>> Checking server timestamp ...
228 Welcome to starling.gentoo.org / rsync.gentoo.org
229
230 Server Address : 81.91.253.252, 2a01:90:200:10::1a
231 Contact Name : mirror-admin@g.o
232 Hardware : 2 x Intel(R) Xeon(R) CPU E5504 @ 2.00GHz, 3961MB RAM
233 Sponsor : Qube Managed Services Limited, Zurich, Switzerland, EU
234
235 Please note: common gentoo-netiquette says you should not sync more
236 than once a day. Users who abuse the rsync.gentoo.org rotation
237 may be added to a temporary ban list.
238
239 MOTD autogenerated by update-rsync-motd on Mon Sep 17 19:42:05 UTC 2012
240
241 receiving incremental file list
242 timestamp.chk
243 rsync: failed to set permissions on "/tmp/.tmp5r3D77.nOadSs": Function not implemented (38)
244
245 Number of files: 1
246 Number of files transferred: 1
247 Total file size: 32 bytes
248 Total transferred file size: 32 bytes
249 Literal data: 32 bytes
250 Matched data: 0 bytes
251 File list size: 27
252 File list generation time: 0.001 seconds
253 File list transfer time: 0.000 seconds
254 Total bytes sent: 98
255 Total bytes received: 669
256
257 sent 98 bytes received 669 bytes 511.33 bytes/sec
258 total size is 32 speedup is 0.04
259 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1518) [generator=3.0.9]
260 >>> Retrying...
261
262
263 >>> Starting retry 5 of 6 with rsync://[2a01:4f8:120:1222::2]/gentoo-portage
264 >>> Checking server timestamp ...
265 rsync: failed to connect to 2a01:4f8:120:1222::2 (2a01:4f8:120:1222::2): Network is unreachable (101)
266 rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=3.0.9]
267 >>> Retrying...
268
269
270 >>> Starting retry 6 of 6 with rsync://[2607:f740:0:29:230:48ff:fef8:a064]/gentoo-portage
271 >>> Checking server timestamp ...
272 rsync: failed to connect to 2607:f740:0:29:230:48ff:fef8:a064 (2607:f740:0:29:230:48ff:fef8:a064): Network is unreachable (101)
273 rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=3.0.9]
274 >>> Retrying...
275 !!! Exhausted addresses for rsync.gentoo.org
276 0;root@:~[1] 1096 exit 1 emerge --sync
277 0m27m24mJbeaglebone:/root>K
278
279
280
281
282 Everything was done as root.
283
284 Best regards,
285 mcc

Replies

Subject Author
Re: [gentoo-user] strange eix-sync Stroller <stroller@××××××××××××××××××.uk>