public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: meino.cramer@gmx.de
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] strange eix-sync
Date: Thu, 11 Jul 2013 20:58:28 +0200	[thread overview]
Message-ID: <20130711185828.GA3142@solfire> (raw)
In-Reply-To: <6C6FEF57-779C-4594-8627-B0310CA31C43@stellar.eclipse.co.uk>

Stroller <stroller@stellar.eclipse.co.uk> [13-07-11 18:12]:
> 
> On 9 July 2013, at 18:28, meino.cramer@gmx.de wrote:
> > ...
> > receiving incremental file list
> > timestamp.chk
> > rsync: failed to set permissions on "/tmp/.tmpNBwK63.n6Acda": Function not implemented (38)
> 
> 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.
> 
> I mean, it's pretty obvious that you'd get this error if the directory wasn't writable, right?
> 
> So posting here you need to *show* it's writable.
> 
> So please post the output of:
> 
>   ls -ld /tmp/
>   ls -l /tmp/
>   touch /tmp/foobar123
>   chmod 777 /tmp/foobar123
>   ls -l /tmp/foobar123
>   rm -v /tmp/foobar123
> 
> I would also try testing whether you can sync using the `emerge --sync` command, instead.
> 
> 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.
> 
> 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. 
> 
> Stroller.
> 
>
Hi Stroller,

so here it comes


Script started on Thu Jul 11 20:53:07 2013
beaglebone:/root>Kls -ld /tmp/
drwxrwxrwt 13 root root 4096 2000-01-01 01:00 0m30;42m/tmp/0m
beaglebone:/root>Kls -l /tmp/
total 10412
-rw-r--r-- 1 root     root	   22 2012-12-27 12:55 02locale.org
-rw------- 1 mccramer users	27785 2012-12-22 20:22 alsa-info.YEBlUiUDLs
-rwxr-xr-x 1 mccramer users   1313576 2012-12-24 14:27 0m01;32mbib12.txt0m
-rw-r--r-- 1 root     root    1313576 2013-05-18 18:59 bib12.txt.bak
-rw-r--r-- 1 root     root	   56 2013-01-10 08:21 boost
drwxr-xr-x 2 mccramer users	 4096 2013-04-07 10:12 01;34mhsperfdata_mccramer0m
-rw-r--r-- 1 root     root	12452 2013-05-17 03:49 log
-rw------- 1 root     root	    0 2012-12-24 09:06 manpages-checkszlVA
drwx------ 2 mccramer users	 4096 2012-12-26 08:58 01;34mmc-mccramer0m
drwx------ 2 root     root	 4096 2012-12-27 11:24 01;34mmc-root0m
-rw-r--r-- 1 root     root    3660737 2012-12-24 14:49 pkgfiles-2012-12-24.txt
-rw-r--r-- 1 root     root    3800288 2013-05-18 15:24 pkgfiles-2013-05-18.txt
-rw-r--r-- 1 root     root	 2402 2012-12-27 17:27 pkgneon.txt
-rw-r--r-- 1 root     root     122383 2012-12-26 17:47 pkgremoval.txt
-rw-r--r-- 1 root     root	 1757 2013-01-13 10:33 pkgremoval4.txt
-rw-r--r-- 1 root     root	 1704 2012-12-25 07:24 pkgtypes.txt
drwxrwxr-x 8 portage  portage	 4096 2013-07-05 19:21 01;34mportage0m
drwx------ 2 mccramer users	 4096 2013-01-18 04:46 01;34mpulse-2L9K88eMlGn70m
drwx------ 2 root     root	 4096 2013-01-18 04:46 01;34mpulse-CcctT9RwKSB10m
drwx------ 2 mccramer users	 4096 2013-05-01 18:54 01;34mpulse-FebW397VI5uG0m
drwx------ 2 root     root	 4096 2013-01-09 23:00 01;34mpulse-PKdhtXMmr18n0m
-rw-r--r-- 1 root     root     310061 2012-12-27 08:59 rempkgfiles.txt
-rw-r--r-- 1 root     root	 2155 2012-12-27 08:56 rempkgs.txt
drwxr-xr-x 3 root     root	 4096 2013-05-23 02:54 01;34mvim.build0m
-rw-r--r-- 1 root     root	  501 2013-05-18 19:12 x
beaglebone:/root>Ktouch /tmp/foobar123
beaglebone:/root>Kls -l /tmp/foobar123
-rw-r--r-- 1 root root 0 2013-07-11 20:53 /tmp/foobar123
beaglebone:/root>Kchmod 777 /tmp/foobar123
beaglebone:/root>Kls -l /tmp/foobar123
-rwxrwxrwx 1 root root 0 2013-07-11 20:53 0m01;32m/tmp/foobar1230m
beaglebone:/root>Krm -v /tmp/foobar123
rm: remove regular empty file ‘/tmp/foobar123’? yes
removed ‘/tmp/foobar123’
beaglebone:/root>Kemerge --sync
0;emerge>>> Starting rsync with rsync://91.186.30.235/gentoo-portage...
>>> Checking server timestamp ...
Welcome to boobie.gentoo.org / rsync.gentoo.org

Server Address : 91.186.30.235
Contact Name   : mirror-admin@gentoo.org
Hardware       : 2 x Intel(R) Xeon(R) CPU 3050 @ 2.13GHz, 3958MB RAM
Sponsor	       : EUKhost, Maidenhead, England

Please note: common gentoo-netiquette says you should not sync more
than once a day.  Users who abuse the rsync.gentoo.org rotation
may be added to a temporary ban list.

MOTD autogenerated by update-rsync-motd on Sun Apr  1 01:05:34 UTC 2012

receiving incremental file list
timestamp.chk
rsync: failed to set permissions on "/tmp/.tmp9IenTN.YHYqJS": Function not implemented (38)

Number of files: 1
Number of files transferred: 1
Total file size: 32 bytes
Total transferred file size: 32 bytes
Literal data: 32 bytes
Matched data: 0 bytes
File list size: 27
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 98
Total bytes received: 620

sent 98 bytes  received 620 bytes  478.67 bytes/sec
total size is 32  speedup is 0.04
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1518) [generator=3.0.9]
>>> Retrying...


>>> Starting retry 1 of 6 with rsync://209.177.148.226/gentoo-portage
>>> Checking server timestamp ...
Welcome to magpie.gentoo.org / rsync.gentoo.org

Server Address : 209.177.148.226, 2607:f740:0:29:230:48ff:fef8:a064
Contact Name   : mirror-admin@gentoo.org
Hardware       : 4 x Intel(R) Xeon(R) CPU X3330 @ 2.66GHz, 3957MB RAM
Sponsor	       : Host Virtual, San Jose, CA, USA

Please note: common gentoo-netiquette says you should not sync more
than once a day.  Users who abuse the rsync.gentoo.org rotation
may be added to a temporary ban list.

MOTD autogenerated by update-rsync-motd on Mon Sep 17 20:05:05 UTC 2012

receiving incremental file list
timestamp.chk
rsync: failed to set permissions on "/tmp/.tmp9GtJm7.v0hAnL": Function not implemented (38)

Number of files: 1
Number of files transferred: 1
Total file size: 32 bytes
Total transferred file size: 32 bytes
Literal data: 32 bytes
Matched data: 0 bytes
File list size: 27
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 98
Total bytes received: 661

sent 98 bytes  received 661 bytes  168.67 bytes/sec
total size is 32  speedup is 0.04
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1518) [generator=3.0.9]
>>> Retrying...


>>> Starting retry 2 of 6 with rsync://140.211.166.189/gentoo-portage
>>> Checking server timestamp ...
Welcome to bobolink.gentoo.org / rsync.gentoo.org

Server Address : 140.211.166.189
Contact Name   : mirror-admin@gentoo.org
Hardware       : 4 x Intel(R) Atom(TM) CPU D510 @ 1.66GHz, 3960MB RAM
Sponsor	       : Gentoo Linux, Open Source Lab, Corvallis, OR, USA

Please note: common gentoo-netiquette says you should not sync more
than once a day.  Users who abuse the rsync.gentoo.org rotation
may be added to a temporary ban list.

MOTD autogenerated by update-rsync-motd on Sun Apr  1 01:06:12 UTC 2012

receiving incremental file list
timestamp.chk
rsync: failed to set permissions on "/tmp/.tmpo8M1fA.64l95J": Function not implemented (38)

Number of files: 1
Number of files transferred: 1
Total file size: 32 bytes
Total transferred file size: 32 bytes
Literal data: 32 bytes
Matched data: 0 bytes
File list size: 27
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 98
Total bytes received: 646

sent 98 bytes  received 646 bytes  99.20 bytes/sec
total size is 32  speedup is 0.04
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1518) [generator=3.0.9]
>>> Retrying...


>>> Starting retry 3 of 6 with rsync://88.198.51.10/gentoo-portage
>>> Checking server timestamp ...
Welcome to swan.gentoo.org / rsync.gentoo.org

Server Address : 88.198.51.10, 2a01:4f8:131:13c2:6e62:6dff:fe76:2d5a
Contact Name   : mirror-admin@gentoo.org
Hardware       : 8 x Intel(R) Core(TM) i7 CPU 930 @ 2.80GHz, 7991MB RAM
Sponsor	       : ThinEx/Hetzner Online AG, Nuernberg, Germany, EU

Please note: common gentoo-netiquette says you should not sync more
than once a day.  Users who abuse the rsync.gentoo.org rotation
may be added to a temporary ban list.

MOTD autogenerated by update-rsync-motd on Sun Apr  1 01:15:13 UTC 2012

receiving incremental file list
timestamp.chk
rsync: failed to set permissions on "/tmp/.tmpyd5AVR.ckv0cj": Function not implemented (38)

Number of files: 1
Number of files transferred: 1
Total file size: 32 bytes
Total transferred file size: 32 bytes
Literal data: 32 bytes
Matched data: 0 bytes
File list size: 27
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 98
Total bytes received: 679

sent 98 bytes  received 679 bytes  518.00 bytes/sec
total size is 32  speedup is 0.04
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1518) [generator=3.0.9]
>>> Retrying...


>>> Starting retry 4 of 6 with rsync://81.91.253.252/gentoo-portage
>>> Checking server timestamp ...
Welcome to starling.gentoo.org / rsync.gentoo.org

Server Address : 81.91.253.252, 2a01:90:200:10::1a
Contact Name   : mirror-admin@gentoo.org
Hardware       : 2 x Intel(R) Xeon(R) CPU E5504 @ 2.00GHz, 3961MB RAM
Sponsor	       : Qube Managed Services Limited, Zurich, Switzerland, EU

Please note: common gentoo-netiquette says you should not sync more
than once a day.  Users who abuse the rsync.gentoo.org rotation
may be added to a temporary ban list.

MOTD autogenerated by update-rsync-motd on Mon Sep 17 19:42:05 UTC 2012

receiving incremental file list
timestamp.chk
rsync: failed to set permissions on "/tmp/.tmp5r3D77.nOadSs": Function not implemented (38)

Number of files: 1
Number of files transferred: 1
Total file size: 32 bytes
Total transferred file size: 32 bytes
Literal data: 32 bytes
Matched data: 0 bytes
File list size: 27
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 98
Total bytes received: 669

sent 98 bytes  received 669 bytes  511.33 bytes/sec
total size is 32  speedup is 0.04
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1518) [generator=3.0.9]
>>> Retrying...


>>> Starting retry 5 of 6 with rsync://[2a01:4f8:120:1222::2]/gentoo-portage
>>> Checking server timestamp ...
rsync: failed to connect to 2a01:4f8:120:1222::2 (2a01:4f8:120:1222::2): Network is unreachable (101)
rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=3.0.9]
>>> Retrying...


>>> Starting retry 6 of 6 with rsync://[2607:f740:0:29:230:48ff:fef8:a064]/gentoo-portage
>>> Checking server timestamp ...
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)
rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=3.0.9]
>>> Retrying...
!!! Exhausted addresses for rsync.gentoo.org
0;root@:~[1]	1096 exit 1	emerge --sync
0m27m24mJbeaglebone:/root>K




Everything was done as root.

Best regards,
mcc









  reply	other threads:[~2013-07-11 18:58 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-09 17:28 [gentoo-user] strange eix-sync meino.cramer
2013-07-10 11:27 ` Douglas J Hunley
2013-07-10 16:06   ` meino.cramer
2013-07-11 13:16     ` Douglas J Hunley
2013-07-11 16:06 ` Stroller
2013-07-11 18:58   ` meino.cramer [this message]
2013-07-11 19:49     ` Stroller
2013-07-13  5:19       ` meino.cramer
2013-07-13 11:35         ` Douglas J Hunley
2013-07-13 11:40           ` meino.cramer
2013-07-13 16:27             ` Stroller
2013-07-17 12:32             ` Douglas J Hunley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130711185828.GA3142@solfire \
    --to=meino.cramer@gmx.de \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox