Re: scp won't copy to one computer

2009-05-27 Thread Ryan Stewart
wow. thanks! On Wed, May 27, 2009 at 6:08 PM, René Berber wrote: > Ryan Stewart wrote: > >> When I issue the scp command, it asks for my password, as >> usual, then echoes a message that I have at the end of my .bashrc on >> the remote computer > > And that is t

scp won't copy to one computer

2009-05-27 Thread Ryan Stewart
I have cygwin + openssh installed on a few computers, and most things work fine, but there's one computer that I can't scp files to. I can scp from that computer to the others, but the others can't scp to that one. I also have a Ubuntu box that exhibits the same behavior. I can connect with ssh jus

Re: File not found with scp

2009-03-26 Thread Ryan Stewart
On Thu, Mar 26, 2009 at 1:09 PM, Dave Korn <...> wrote: > Ryan Stewart wrote: > >> But I've been tasked with investigating msysgit, which is the best >> (only?) windoze port of git atm. > >  Argh!  MSYS and Cygwin are incompatible, because MSYS *is* Cygwin - or

Re: File not found with scp

2009-03-26 Thread Ryan Stewart
On Thu, Mar 26, 2009 at 11:27 AM, Larry Hall (Cygwin) wrote: > Perhaps the git you're installing is modifying your ~/.ssh/config? Nothing in there but what I put there: Host 10.6.100.220 User root Host hudson User root > Clearly that git is changing some ssh configuration files that Cygwin > see

Re: File not found with scp

2009-03-26 Thread Ryan Stewart
On Thu, Mar 26, 2009 at 11:44 AM, Dave Korn <...> wrote: >  Exactly what is this version of git and where did it come from? msysgit: windows port of git, from http://code.google.com/p/msysgit/ >  Is it conceivable that it's someone trying to *not* be a 3PP by integrating > with the existing Cygwin

Re: File not found with scp

2009-03-26 Thread Ryan Stewart
On Thu, Mar 26, 2009 at 11:17 AM, Thorsten Kampe wrote: > * Ryan Stewart (Thu, 26 Mar 2009 10:49:36 -0500) >> "which scp" on both machines points to /usr/bin/scp. A full hd search >> for scp.* on both machines reveals that there are two of them: >> c:\cygwin\bin\s

Re: File not found with scp

2009-03-25 Thread Ryan Stewart
On Wed, Mar 25, 2009 at 10:52 AM, Thorsten Kampe <...> wrote: > * Ryan Stewart (Wed, 25 Mar 2009 10:19:45 -0500) >> On Wed, Mar 25, 2009 at 9:21 AM, Ryan Stewart <...> >> wrote: >> I found the problem. When I use scp--from computer A to computer B >> only--m

Re: File not found with scp

2009-03-25 Thread Ryan Stewart
On Wed, Mar 25, 2009 at 9:21 AM, Ryan Stewart wrote: > I'm trying to use scp to copy a remote file to a local directory, and > it's telling me the file isn't found. [...] I found the problem. When I use scp--from computer A to computer B only--my home isn't c:\cygwin

File not found with scp

2009-03-25 Thread Ryan Stewart
I'm trying to use scp to copy a remote file to a local directory, and it's telling me the file isn't found. The file is there, I can connect and see it via ssh, and I can also use both ssh and scp with no problem in the other direction. i.e From computer A to computer B, ssh works but not scp. From

Re: Problem with aliases in bash as login shell

2008-11-21 Thread Ryan Stewart
On Fri, Nov 21, 2008 at 9:52 AM, Mark J. Reed <[EMAIL PROTECTED]> wrote: > To be fair, you have to do a lot of reading to learn the necessary > concepts; there's not really a simple statement you can search for. > Start with the section "COMMAND EXECUTION ENVIRONMENT", which is at > line 1665 on my

Re: Problem with aliases in bash as login shell

2008-11-21 Thread Ryan Stewart
On Fri, Nov 21, 2008 at 9:13 AM, Christopher Faylor <[EMAIL PROTECTED]> wrote: > google is not the final authority. "info bash" or "man bash" would give > you this info much more directly. > A nearly 4900 line man page is not exactly "direct". That was the first place I looked. It was also the las

Re: Problem with aliases in bash as login shell

2008-11-21 Thread Ryan Stewart
On Fri, Nov 21, 2008 at 8:46 AM, Morche Matthias <[EMAIL PROTECTED]> wrote: > I bet Your line with the call of .bashrc from .bash_profile looks like > .bashrc > change it to > . .bashrc > and it will do what You intend and then RTFM for an explanation :-) > Thanks. I'm a linux nub. It took a good b

Problem with aliases in bash as login shell

2008-11-21 Thread Ryan Stewart
When bash is started with the "-l" (that's an 'L') flag, aliases that I've defined in .bashrc don't take effect. My .bash_profile includes a call to .bashrc, and I know that .bashrc is being executed because I've put an echo at the beginning and end of it, and both messages are printed out. Even if