My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 14: rsync not working w/use_cache?
6 people starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  rrizun
Closed:  Apr 2008
Type-Defect
Priority-Critical


Sign in to add a comment
 
Reported by rrizun, Feb 23, 2008
[root@localhost ~]# rsync -av workspace2 /s3
building file list ... done
workspace2/
workspace2/.metadata/
rsync: failed to set times on "/s3/workspace2/.metadata": Bad file
descriptor (9)
workspace2/.metadata/.lock
workspace2/.metadata/.log
workspace2/.metadata/aaa
workspace2/.metadata/version.ini
workspace2/.metadata/.plugins/
rsync: failed to set times on "/s3/workspace2/.metadata/.plugins": Bad file
descriptor (9)
workspace2/.metadata/.plugins/org.eclipse.core.resources/
rsync: failed to set times on
"/s3/workspace2/.metadata/.plugins/org.eclipse.core.resources": Bad file
descriptor (9)

Comment 1 by dajh...@vanadac.com, Mar 27, 2008
This glitch also happens with basic commands like `cp`:

# cp -rv /etc/skel /home/adduser
`/etc/skel' -> `/home/adduser/skel'
`/etc/skel/.bash_logout' -> `/home/adduser/skel/.bash_logout'
cp: writing `/home/adduser/skel/.bash_logout': Bad file descriptor
cp: closing `/home/adduser/skel/.bash_logout': Bad file descriptor
`/etc/skel/.profile' -> `/home/adduser/skel/.profile'
cp: writing `/home/adduser/skel/.profile': Bad file descriptor
cp: closing `/home/adduser/skel/.profile': Bad file descriptor
`/etc/skel/.bashrc' -> `/home/adduser/skel/.bashrc'
cp: writing `/home/adduser/skel/.bashrc': Bad file descriptor
cp: closing `/home/adduser/skel/.bashrc': Bad file descriptor
Comment 2 by rrizun, Apr 01, 2008
(No comment was entered for this change.)
Status: Fixed
Comment 3 by saddor, May 24, 2009
I got the same problems!
Sign in to add a comment

Hosted by Google Code