Displaying 2 results from an estimated 2 matches for "foldingserveroo".
Did you mean:
foldingserver
2006 Jan 21
1
proprietary SSH -> OpenSSH migration and rsync errors
...rom the proprietary version of ssh to the latest
versions OpenSSH on RH7, 9 and CentOS4.2
When I run rsync over ssh, even sudo, I get permissions errors:
sudo rsync -av --rsh=/usr/bin/ssh --delete <source dir>
<user>@<server>:<dest dir>
readlink groups/amatogroup/intranet/FoldingServerOO-dev/trash/foldingServer/Folding.NMA/CVS:
Permission denied
and
opendir(groups/amatogroup/research/shepherding/single/RCS): Permission denied
Any idea? I did a lot of googling, but nothing that looked useful to me.
Thanks!
--
Enrico Indiogine
Parasol Laboratory
Texas A&M University
enrico...
2006 Jan 21
1
SOLVED: proprietary SSH -> OpenSSH migration and rsync errors
...dir>
> > > <user>@<server>:<dest dir>
> > >
> >
> > I've always used -e ssh when rsyncing that way, might give it a shot
> > and see if it's a command difference.
> >
> >
> > > readlink groups/amatogroup/intranet/FoldingServerOO-dev/trash/foldingServer/Folding.NMA/CVS:
> > > Permission denied
> > >
> > > and
> > >
> > > opendir(groups/amatogroup/research/shepherding/single/RCS): Permission denied
> > >
> > > Any idea? I did a lot of googling, but nothing that...