Displaying 20 results from an estimated 7000 matches similar to: "non-interactive ssh connections (was Re: RSYNC ISSUE)"
2002 Jul 24
0
non-interactive ssh connections (was Re: RSYNC ISSUE)
First, an item to fix: the substitution of "-P" for "-p". All good
operating systems are case-sensitive, and many utilities, ssh included,
are case sensitive about their options. "-P" is passed along with the
"-p" to signal that the next parameter is the passphrase, to enable
passphrase setting directly in the commandline. If that's wrong,
2002 Jul 24
0
non-interactive ssh connections (was Re: RSYNC ISSUE)
Hi,
After creating and distributing the private key with "ssh-keygen -P", I am
till getting the following error message while I schedule from cron. Only
exception is right now , I have only one message which says
"You have no controlling tty and no DISPLAY. Cannot read passphrase".
Any help is appreciated. Gs
You have no controlling tty and no DISPLAY. Cannot read
2002 Jul 24
0
non-interactive ssh connections (was Re: RSYNC ISSUE)
Hi, I have tried to genertae the key with ssh-keygen -P ( remove the
passphrase)
And copied it to the traget system. However, it doesn't work. Any insite
with the way
I am distributing the script. Gs
-----Original Message-----
From: Martin Pool [mailto:mbp@samba.org]
Sent: Tuesday, July 23, 2002 6:53 PM
To: Kar, Gouri X. -ND
Cc: rsync@lists.samba.org; Johnson, Gary X. -ND; Minyard, Mark X.
2002 Jul 24
0
non-interactive ssh connections (was Re: RSYNC ISSUE)
Hi, I have tried to generate the key with ssh-keygen -P ( remove the
passphrase) and copied it to the target system. However, it doesn't work.
Any insite with the way I am distributing the KEYS
-----Original Message-----
From: Martin Pool [mailto:mbp@samba.org]
Sent: Tuesday, July 23, 2002 6:53 PM
To: Kar, Gouri X. -ND
Cc: rsync@lists.samba.org; Johnson, Gary X. -ND; Minyard, Mark X. -ND
2002 Jul 23
0
non-interactive ssh connections (was Re: RSYNC ISSUE)
(Gouri: a more descriptive subject line will help you get repsonses in
future, and please send your mail to rsync@lists.samba.org. Read
<http://www.tuxedo.org/~esr/faqs/smart-questions.html>)
On 23 Jul 2002, "Kar, Gouri X. -ND" <Gouri.X.Kar.-ND@disney.com> wrote:
> Hi guys, I am trying to schdule a script which makes call to RSYNC over SSH.
> The same script works
2002 Jul 12
0
still about rsync/ssh"
Wang: I take it you mean that your mail bounced. Your domain is probably
in the RBL or something.
The commandline you give is an attempt to contact a rsyncd server. That
means that the server you're contacting would have /etc/rsyncd.conf, and
either an appropriate entry in /etc/services and /etc/inetd.conf, or would
be started manually with "rsync --daemon". I'm guessing
2002 Jul 11
0
(there was no subject, but about rsync/ssh"
In order to do rsync over ssh without providing a password, you must be
able to ssh without a password. The --password-file= option is to provide
a password for a rsyncd server (run as rsync --daemon) password. rsync
cannot provide a password to an external transport like ssh or rsh. You
will find that if you do "ssh -l wl 192.1.4.231 uname -a", for instance,
it will ask for a
2004 Jan 05
0
No subject
see a copy of your rsyncd.conf?
Tim Conway
tim.conway@philips.com
303.682.4917
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, n9hmg on AIM
perl -e 'print pack(nnnnnnnnnnnn,
19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970),
".\n" '
"There are some who call me....
2002 Jan 25
0
suid files and bsd - correction
it's in syscall.c, not generator.c
You'll have to save the status of the lstat, modify the mode in st, and
return the lstat status. I don't know how to do it, though.
#if SUPPORT_LINKS
int do_lstat(const char *fname, STRUCT_STAT *st)
{
#if HAVE_OFF64_T
return lstat64(fname, st);
#else
return lstat(fname, st);
#endif
}
#endif
Tim Conway
tim.conway@philips.com
2002 Mar 13
0
AW: ssh + permissions
The "-a" option (the "--links", "--perms", "--devices", and "--times" options are redundant, as
they, as well as "--owner", "--group", and "--recursive" are implied by
"-a" )does dictate that permissions on files being sent be brought over
from the source. Are all files losing permissions, or only files
2002 Jul 19
1
strip setuid/setgid bits on backup (was Re: small security-related rsync extension)
On Fri, 19 Jul 2002, Dan Stromberg wrote:
> Many apologies. If we update on the nfs server, as we've intended all
> along, we should have no .nfs* files.
Well, here's one thing that could make them, even if they're being created
only directly, not over NFS.
I'm watching the directory you're syncing into.
I open the file while it's still there.
You delete it, and
2004 Jan 05
0
No subject
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Some paths on the remote server may require authentication.
If so then you will receive a password prompt when you con-
nect. You can avoid the password prompt by setting the
environment variable RSYNC_PASSWORD to the password you want
to use or using the --password-file option. This may be use-
2002 Feb 14
0
unexpected EOF in read_timeout (was Re[2]: [Fwd: Re: meaning of "IO Error: skipping the delete...."]])
I should have specified what i was replying to. This section seemed to be
in reference to what I had experienced before.
"
> Well, I'm stumped too. (Although I thought I'd read that the
> default timeout was not infinite when not otherwise specified,
> but I've got so much going on right now that I could easily be
> confused on that one!)
>
"
Tim Conway
2002 Jul 19
0
strip setuid/setgid bits on backup (was Re: small security-related rsync extension)
I think this is more a philosophical issue. Some people want all
applications to be like windows. "Are you sure you want to delete this
file" <YES> "really"<yes>"it might make something stop
working<yes>"permission denied". Unix assumes you know what you're doing.
If you don't, tough.
There's no reason you can't make a
2002 Apr 17
4
rsync HELP!!!
Sonu: I'm giving the whole history to the rsync list. If the tests i
subscribed passed, yet you get that error, it's more in depth than i can
go into. You've got 1 hour, let's hope somebody immediately recognizes
the problem. I've got some ideas, but no time to explore any more for
you.
Gentlemen: does anybody see a quick resolution for Sonu? Looks like he's
2001 Nov 20
3
Is anybody else gettting these?
I keep getting these smarmy sermons from somebody's mail account. I
include my response to it below, though from its message, it probably
won't be read.
Tim Conway
tim.conway@philips.com
303.682.4917
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, n9hmg on AIM
perl -e 'print pack(nnnnnnnnnnnn,
2002 Jul 09
1
strip setuid/setgid bits on backup (was Re: small security-related rsync extension)
I vote for the consistent, complete log format as a solution to this sort
of thing, and those who need to take non-rsync related actions based on
what rsync did can write their own applications to do so.
People keep coming up with some particular thing they need done for their
own application, and want rsync to do that too. rsync is a tool to make
one thing exactly like another. It is not
2002 Jul 29
0
Preserving Permissions using server
Hi!:) - try using the sudo command as a prefix to all of that. I know
that if I didn't do that it would default to nobody.nobody when I copied.
-Tito
>
> Hi All,
> I recently installed Rsync to perform backup features - this
> includes backing up a /home dir and keeping ownerships/permissions
> intact is obviously very important....
>
> However when I perform.
2002 Jul 22
0
SCO Unix Sys V - Rel. 3.2.4.2 / rsync problem
Salim: I suspect that if you check the timestamp, you'll find that that
binding failure is left over from an earlier attempt, before you were
properly configured. Your description of you inetd.conf/services setup
sounds correct. Your commandline, though, shouldn't work. You name a
directory as the source, but don't say to do its contents. However, I
would expect an error from
2002 Jun 07
1
rsync option
Approximated petitioner:
Perhaps this will help.
SunOS 5.7 Last change: 25 Jan 2002 5
User Commands rsync(1)
-C, --cvs-exclude auto ignore files in the same way CVS
does
--existing only update files that already exist
--ignore-existing ignore files that already exist