lapo,
rsync seems to have changed its behaviour.
--
Reini Urban
http://phpwiki.org/ http://murbreak.at/
http://helsinki.at/ http://spacemovie.mur.at/
--- Begin Message ---
Nicholas Clark wrote:
> On Sun, Sep 23, 2007 at 10:05:00PM +0100, Steve Hay wrote:
>> Automated smoke report for 5.10.0 patc
In a message to this list in February this year titled "Lost support
for baud rate of 230400 after minor Cygwin upgrade" Corinna wrote:
: 25 is not supported and never was. As I wrote above, B115200 and
: B230400 are supported for now. The next Cygwin version will support
: baudrates up to 3
Eric Blake wrote:
According to Eric Blake on 9/22/2007 6:37 PM:
A new release of git, 1.5.3.2-1, has been uploaded, replacing 1.5.3-1 as
the current version.
Phooey. In the process of packaging this, I overlooked the fact that the
upstream makefile changed enough such that
/usr/lib/perl5/vend
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Eric Blake wrote:
> Phooey. In the process of packaging this, I overlooked the fact that the
> upstream makefile changed enough such that
> /usr/lib/perl5/vendor_perl/5.8/Error.pm was no longer included
> automatically; the absence of this file brea
On 09/25/2007, Naju G. Mancheril wrote:
- Why did this problem decide to rear its ugly head yesterday?
- I don't know.
- I am new to Cygwin. I don't know if my system silently upgraded
my Perl package in the background while I was working
yesterday.
Cygwin is only upd
I am not in the office until October 4th, 2007. I will respond to your message
when I return.
In the case of urgent problems, please, contact Mr. Wolfgang Kleinschnittger:
[EMAIL PROTECTED]
Thanks in advance,
Ulrich Amringer
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simpl
Jerome Fong wrote:
> $ cd $ttt
> bash: cd: /cygdrive/c/Program: No such file or directory
Yes, that's wrong. But more importantly, it's not wrong just in the
POSIX/Win32 path sense, it's wrong in the sense that it can't cope with
any argument that contains whitespace. Your script would also fai
It seems to be a quoting problem. This is what I was doing:
$ ttt="$(cygpath -u "$JAVA_HOME")"
$ echo $ttt
/cygdrive/c/Program Files/Java/jdk1.5.0_10
$ cd $ttt
bash: cd: /cygdrive/c/Program: No such file or directory
$ cd "$ttt"
$pwd
/cygdrive/c/Program Files/Java/jdk1.5.0_10
Is is possibl
- The problem
- When I run some scripts, I get errors like the following from Perl
Global symbol "$VERSION" requires explicit package name at
/usr/lib/perl5/5.8/cygwin/Cwd.pm line 173.
- This did not happen before yesterday (September 24, 2007)
afternoon.
- Perl version
Jerome Fong wrote:
> I am trying to use cygpath -u to convert my windows path to an unix path
> in my shell script. However, it has problems with paths that has spaces
> in it. For example, "cygpath -u c:\Program Files\Java" is converted to
> /cygdrive/c/Program Files/Java, which doesn't work.
Jerome Fong wrote on Tuesday, September 25, 2007 6:23 PM:
> I am trying to use cygpath -u to convert my windows path to an unix
> path in my shell script. However, it has problems with paths that
> has spaces in it. For example, "cygpath -u c:\Program Files\Java" is
> converted to /cygdrive/c/Pro
I am trying to use cygpath -u to convert my windows path to an unix path
in my shell script. However, it has problems with paths that has spaces
in it. For example, "cygpath -u c:\Program Files\Java" is converted to
/cygdrive/c/Program Files/Java, which doesn't work. Is there a flag
that I am
Paul Yeung wrote:
> I'm a developer at a tech company in california. I'm trying to use the
> cygwin sde compiler to build my program. Here is the error I get at the
> end when running sde-make. I'm not sure what the error code 53 means nor
> what sde-ar is trying do. Any help would be much appreci
On 25 September 2007 23:33, Paul Yeung wrote:
> I'm a developer at a tech company in california. I'm trying to use the
> cygwin sde compiler to build my program.
> Here is the error I get at the
> end when running sde-make. I'm not sure what the error code 53 means nor
> what sde-ar is trying
LDR wrote:
> I also rummaged around one of the mirror FTP sites to see if I could
> find a text file that was the logical equivalent of a single directory
> listing for all the directories *and* archives in the 'release/'
> directory. This must be the logical basis for both 'cygcheck -p' and the
>
Hello there,
I'm a developer at a tech company in california. I'm trying to use the
cygwin sde compiler to build my program. Here is the error I get at the
end when running sde-make. I'm not sure what the error code 53 means nor
what sde-ar is trying do. Any help would be much appreciated.
rm -
The cygcheck -p option is a great tool.
Although, I noticed today a number of problems in using it today along
with the package search function at Cygwin.com.
I also rummaged around one of the mirror FTP sites to see if I could
find a text file that was the logical equivalent of a single dire
On Tue, 25 Sep 2007, patrickinminneapolis wrote:
> I'd like to drop to the current directory like this,
>
> bash --login -i -c 'Drop to current directory'
>
> without exiting cygwin. Thanks.
Not Cygwin-specific. Try
bash --login -i -c 'cd /tmp && exec bash'
HTH,
Igor
--
I'd like to drop to the current directory like this,
bash --login -i -c 'Drop to current directory'
without exiting cygwin. Thanks.
--
View this message in context:
http://www.nabble.com/Bash--c-without-exiting-tf4518164.html#a12888624
Sent from the Cygwin Users mailing list archive at Nabb
Tim Largy wrote:
Larry Hall wrote:
You may want to try this again by running a system-owned shell (take a
look in the email archives for a recipe of how to make one of these).
You can then run 'sshd' with debugging flags right at the command
line and see all the debug output there.
Running "ne
Larry Hall wrote:
> You may want to try this again by running a system-owned shell (take a
> look in the email archives for a recipe of how to make one of these).
> You can then run 'sshd' with debugging flags right at the command
> line and see all the debug output there.
Running "net start sshd"
On 9/25/07, Frank <> wrote:
> Hi,
>
> I am experiencing some trouble with OpenSSH under Cygwin.
> Details on my Cygwin installation can be found in the attached
> outputs of "cygcheck -s -v -r > cygcheck.out" on the
> machines in the zipped attachment.
> [I tried to send with attachment, but obviou
Christopher Faylor wrote:
On Tue, Sep 25, 2007 at 08:32:26AM -0400, Larry Hall (Cygwin) wrote:
Paul McFerrin wrote:
Can you really *expect* that someone running B20 for 5+ years can
remember from "which package" to select so you will not lose a
particular program that you've been using for year
Frank wrote:
ssh amd64 whoami
ssh smithfield whoami
which then also does not print the expected result on all machines!
I am expecting "illenseer", but on amd64 it was "sshd_server"
(whereas on the 32bit smithfield machine it was "illenseer" correctly).
I expect that this falls into
On Tue, Sep 25, 2007 at 08:32:26AM -0400, Larry Hall (Cygwin) wrote:
>Paul McFerrin wrote:
>>Can you really *expect* that someone running B20 for 5+ years can
>>remember from "which package" to select so you will not lose a
>>particular program that you've been using for years. Heck I didn't
>>eve
Hi,
I am experiencing some trouble with OpenSSH under Cygwin.
Details on my Cygwin installation can be found in the attached
outputs of "cygcheck -s -v -r > cygcheck.out" on the
machines in the zipped attachment.
[I tried to send with attachment, but obviously it did not get
through your protecti
Paul McFerrin wrote:
Can you really *expect* that someone running B20 for 5+ years can
remember from "which package" to select so you will not lose a
particular program that you've been using for years. Heck I didn't even
know it was part of the "linux" util package. I never used a Linus
sys
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Eric Blake on 9/22/2007 6:37 PM:
> A new release of git, 1.5.3.2-1, has been uploaded, replacing 1.5.3-1 as
> the current version.
Phooey. In the process of packaging this, I overlooked the fact that the
upstream makefile changed enough
On 25 September 2007 11:42, Bo Xie wrote:
> Where to download an old verion cygwin?
Google "cygwin time machine". Note that you'll be pretty much on your own
with an outdated version of cygwin as far as support from the list, there
aren't many people running a version that old.
cheers,
Where to download an old verion cygwin?
e.g., I want to download cygwin 1.5.5 because I want to compile
cdrtools on cygwin 1.5.5 (not the latest cygwin 1.5.24 for some
reason).
Thanks!
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/pro
30 matches
Mail list logo