Or maybe chmod is broken, like it is on my machine:
$ touch x
$ chmod 777 x
chmod: changing permissions of ‘x’: Invalid argument
> Sent: Wednesday, January 27, 2016 at 9:53 AM
> From: "Corinna Vinschen"
> To: cygwin@cygwin.com
> Subject: Re: git clone fails with: error: chmod on config.lock fail
- Original Message -
From: "D N" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: ssh expect on Cygwin
Date: Sun, 31 Oct 2004 17:55:13 +
>
> >Since passwordless authentication is broken on many cygwin systems I use, I
> >end
> >up using the following expect
Christopher Cobb email.com> writes:
>
> J. David Boyd adboyd.com> writes:
> > I was having this problem, and couldn't get around it. I rolled my openssh
> > back to the prior version, and ran the ssh-config (sp?) script again, and it
> > works fine.
&g
anurag shukla gmail.com> writes:
>
> I am having a tyical problem with expect.
Since passwordless authentication is broken on many cygwin systems I use, I end
up using the following expect script (more frequently that I would like). By
populating the user and passwd arrays for various hosts, thi
Nemes gmail.com> writes:
> hello all
>
> New to lthe mailing list, and new to cygwin :)
>
> Firstly I would to ask if it is normal for cygwin to startup and just
> show a cmd.exe black window as the access to the install??
>
> From there I did a, "startx" and was surprised to just get another
Christopher Faylor cygwin.com> writes:
> The processes are not sorted in any way. They are displayed in the
> same order as Windows presents them to cygwin.
Then let me try to do a better job pointing out the crux of the issue:
...
view_server.exe 18/10/2004 18:55:57 14:55:57 D:\rational\Clear
J. David Boyd adboyd.com> writes:
>
> I was having this problem, and couldn't get around it. I rolled my openssh
> back to the prior version, and ran the ssh-config (sp?) script again, and it
> works fine. I'm just being certain not to update openssh everytime I update
> cygwin.
>
> Dave
Than
Philip Nemec gmail.com> writes:
> But ssh cygwinbox pwd does *not* call ~/.bashrc...
This annoys me no end. I have had to write some quite hackish scripts to get
around this.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.
Christopher Cobb email.com> writes:
> You are successfully logged in to this server!!!
> Connection to winmombld1 closed.
Well, don't everyone answer all at once.
To summarize, I can ssh from machine A to machine B using user1 (with password)
and everything works. When I try us
Here is the ouput of the same process list give first by ps -W and then by
"process" (from beyondlogic.org). Notice first of all that the listed process
are in approximately the same order. They are sorted the same way.
Here is the output of ps -W (I have folded it so it will get through gmane):
Hello folks,
When I login as one user, I can login fine:
$ ssh [EMAIL PROTECTED]
[EMAIL PROTECTED]'s password:
Warning: No xauth data; using fake authentication data for X11 forwarding.
Last login: Sat Oct 16 18:05:07 2004 from chcobb-054009
Fanfare!!!
You are successfully logged in to this serv
Rainer Hochreiter hochreiter.at> writes:
>
> is there a chance to install cygwin without gui dialog?
>
> my plan is to download all needed packages into a local directory
> and then install the packages from that local directory by starting
> setup from a command line without further user inter
Danilo Turina alcatel.it> writes:
>
> Notice that the TERM variable is set (and also a "strange" version of sh
> installed) by Rational Rose only you choose a specific sub-package of
> Rose (maybe the Model Integrator), if don't install that package, TERM
> var is not set by Rose setup and the
Andrew DeFaria DeFaria.com> writes:
> Ah ha! I thought only I was seeing this oddity! What I would see is
> csrss consuming CPU wildly along with cron and inetd.
I've also seen this with cron (I don't run inetd). I have a cron job which
kicks off updatedb in the middle of the day. I would get
Igor Pechtchanski cs.nyu.edu> writes:
>
> Hmm, what does "ssh -nx user host cvs -tn server" print?
> Igor
It comes back immediately (does not hang) and with no output:
$ ssh -nx [EMAIL PROTECTED] cvs -tn server >out 2>err
$ ls -l out err
-rw-rw-rw-1 chcobb Domain_U0 Sep 14
Dave Korn artimi.com> writes:
>
> I suggest you should use "od" to see if there's a CR-without-a-LF in the
> middle causing two lines of messages to overprint each other.
>
> cheers,
> DaveK
Yes, there was an embedded ^M:
cvs status: warning: unrecognized response `Warning: No xa
Igor Pechtchanski cs.nyu.edu> writes:
>
> Probably an stdout buffering artifact. Try
>
> cvs status myFile.txt >out 2>err
>
> and examine the out and err files.
>
> Did you try setting CVS_RSH to "/usr/bin/ssh -x"?
> Igor
$ cat out
(nothing)
$ cat err
cvs status: warning: unrecognized
Igor Pechtchanski cs.nyu.edu> writes:
>
> > authentication dat' from cvs servering.
> ^^^!!!
> > (never returns)
>
> I'm a bit concerned about the "ing" above (marked with "!!!"). Looks like
> you have intermixed the outputs of programs somehow...
>
Facinating
Robert Schmidt broadpark.no> writes:
>
> On the unison.general mailing list, Mark Rogers reports that replacing
> the cygwin1.dll with version 1.5.10 makes unison over ssh work again.
>
I am using 1.5.11 and I can confirm that reverting to 1.5.10 makes my cvs/ssh
problems go away.
(The web rea
My XP machine at work was just upgraded to SP2. Now I'm having problems
accessing a cvs repository on a linux box over ssh. Everything was working
fine until this SP2 upgrade.
I can access the cvs host via ssh normally (although in a possibly related
matter, ssh sometimes seems to be a characte
Mark Eret cs.colorado.edu> writes:
> ...
> I have looked at these lists and tried all the solutions. I've added '-r'
> to the sshd startup command.
> ...
I just wanted to chip in that I have tried the -r setting without success also
(using priviledge separation). I've had success reverting t
Christopher Cobb email.com> writes:
>
> Brian Dessent dessent.net> writes:
> >
> > Interesting function. However, I found that it chokes if the name of
> > the command to run has spaces, even if they are properly quoted on the
> > command line, e.g.
> &
Brian Dessent dessent.net> writes:
>
> Interesting function. However, I found that it chokes if the name of
> the command to run has spaces, even if they are properly quoted on the
> command line, e.g.
>
That's interesting. I'm running Win XP and even with your patches I /still/ get
an error w
Igor Pechtchanski cs.nyu.edu> writes:
> I believe you're missing the point. Try
>
> ./test.bat "hello world"
>
> and you'll get the error.
I use the following shell function cmd() to invoke batch files. It removes
cygwinisms from the PATH and the environment first and does some argument
pre-p
I get different results than you do. It seems to work as expected:
[EMAIL PROTECTED] /c/Documents and Settings 09:45:46
511$ cat test.bat
echo %1
[EMAIL PROTECTED] /c/Documents and Settings 09:45:48
511$ ./test.bat
C:\Documents and Settings>echo
ECHO is on.
--
Unsubscribe info: http:
Igor Pechtchanski cs.nyu.edu> writes:
> FWIW, why not
>
> INSTALL_SITE_DIR=$PACKAGES_DIR/$(cd $PACKAGES_DIR && \
> ls -1td $(cat /etc/setup/last-mirror | \
> perl -pe 's/([^A-Za-z0-9\-_.!~*()\n])/"%".unpack("H2",$1)/eg') | \
> head -1) # most recently modified install dir
>
I didn't kn
Igor Pechtchanski cs.nyu.edu> writes:
> > Christopher Cobb email.com> writes:
> >
> > I restarted sshd, but I still get:
> >
> > $ ssh Administrator momtst5
> > Administrator momtst5's password:
> > Connection to momtst5
Christopher Cobb email.com> writes:
>
> Corinna Vinschen cygwin.com> writes:
>
> >
> > On Aug 19 05:19, Mike Skallas wrote:
> > > I had this same problem when I re-installed cygwin today. Took me a good
> > > hour to figure out what the hell was
Max Bowsher ukf.net> writes:
>
> Christopher Cobb wrote:
> > I've found snipets of information, such as this:
> >
> >http://sources.redhat.com/ml/cygwin-apps/2003-03/msg00526.html
> >
> > What I would like is an example of how to use setup.exe f
Corinna Vinschen cygwin.com> writes:
>
> On Aug 19 05:19, Mike Skallas wrote:
> > I had this same problem when I re-installed cygwin today. Took me a good
> > hour to figure out what the hell was going on.
>
> Folks, does anybody of you actually *read* this mailing list or, FWIW,
> at least th
I've found snipets of information, such as this:
http://sources.redhat.com/ml/cygwin-apps/2003-03/msg00526.html
What I would like is an example of how to use setup.exe from the command line
(e.g., via ssh) to install a package remotely.
I've tried this:
setup -D -s ftp://mirrors.kernel.
Hi,
I am using cygwin on W2K. The color display seems to be off. I believe
this to be a termcap/terminfo problem. For example:
* When I use 'ls --color=auto', directories are dark blue,
executables are green, but 'normal' files are light cyan. I
thought they used to be white.
32 matches
Mail list logo