On Mar 10 08:09, EXCOFFIER Denis wrote:
> I'd however suggest that the FAQ is brought up to date:
> - remove "You will not be able to replace cygwin1.dll if any
> Cygwin process is running"
> - insist that it does not break the setup.exe mechanism in any way
> (this mechanism that is somewhat m
On Mar 9 20:29, Thomas Wolff wrote:
> Am 09.03.2011 10:26, schrieb Corinna Vinschen:
> >That's certainly feasible in some way, but I don't understand what
> >you're trying to accomplish. In what situation would this have to be
> >changed on a per-system level? Why isn't it sufficient that the
>
On Mar 9 17:47, Magnus Reftel wrote:
> Hi all,
>
> it seems that the fenv.h introduction may have caused some problems.
> LLVM fails to build now, and fit seems to me that it could be because
> #define _GLIBCXX_HAVE_FENV_H 1
> is missing in
> /usr/lib/gcc/i686-pc-cygwin/4.3.4/include/c++/i686-pc-
On Mar 10 10:26, Corinna Vinschen wrote:
> On Mar 9 17:47, Magnus Reftel wrote:
> > Hi all,
> >
> > it seems that the fenv.h introduction may have caused some problems.
> > LLVM fails to build now, and fit seems to me that it could be because
> > #define _GLIBCXX_HAVE_FENV_H 1
> > is missing in
>
On Thu, 2011-03-10 at 10:31 +0100, Corinna Vinschen wrote:
> \Hang on, I take that back. I just realized that this is actually all
> in the GCC header files and that GCC actually uses _GLIBC prefixed
> macros, even on systems not using glibc. Oh well.
>
> Dave? Any chance we can get a new gcc 4
On Mar 10 03:59, Yaakov (Cygwin/X) wrote:
> On Thu, 2011-03-10 at 10:31 +0100, Corinna Vinschen wrote:
> > \Hang on, I take that back. I just realized that this is actually all
> > in the GCC header files and that GCC actually uses _GLIBC prefixed
> > macros, even on systems not using glibc. Oh w
2011/3/10 Ken Brown :
> I'm wondering whether there are any plans to release perl 5.12 in the near
> future. I'm asking because it would be helpful for biber
> (http://biblatex-biber.sourceforge.net/), which I'm building for texlive
> 2011.
Sorry, there are no plans to package 5.12 for cygwin off
On Wed, 09 Mar 2011 17:39:33 -0500, Larry Hall (Cygwin) wrote:
>
> On 3/9/2011 4:34 PM, Panos Katergiathis wrote:
> >
> > rsync -e 'ssh -p 22 -l root' -z --delete-excluded --verbose
> > --recursive --delete --update --exclude-from=exclude.rs root@ > name>:xms/home /cygdrive/e/MyNetworkServers/XMS-h
Solved.
It appears that the -A flag works as expected.
Thank you all for your help.
Panos
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubsc
Version 2.0.14-1 of python-gdata has been uploaded.
python-gdata is the Google Data Python Client Library. The Google
Data Python Client Library provides a library and source code that
make it easy to access data through Google Data APIs.
=== 2.0.14 ===
7 Mar 2011
- Bug Fixes:
* 491. 302 re
On 09/03/2011 19:29, Thomas Wolff wrote:
> For example if cygwin is still installed on a FAT drive (I know ...) it may be
> useful (for all users) to switch /tmp to an NTFS directory (e.g. XWin used to
> fail with a FAT /tmp for a while).
This is wrong on several counts.
XWin still fails with /tm
On Thu, Mar 10, 2011 at 10:13:53AM +0100, Corinna Vinschen wrote:
>> And finally, since we are talking setup.exe, i've observed that
>> even if you install and install continuously (say: every hour or so),
>> setup.exe continuously installs and installs again several of the
>> src packages (always
I just ran an update and now I can't get either of these two programs to
display anything. I execute them and get nothing back. I tried getting
out of X (I use WindowMaker) to see if that was an issue but the bare
bones console has the same result. Any ideas?
Thanks.
--
Problem reports:
I changed the password on the account used by the cron daemon and the
ssh daemon. Both services (cron and ssh) use the same user account
named, 'sshd'.
However, the ssh daemon will not take the username/password change.
I've tried un-installing all SSH files (via the cygwin setup.exe
utility) and
Am 10.03.2011 15:40, schrieb Jon TURNEY:
On 09/03/2011 19:29, Thomas Wolff wrote:
For example if cygwin is still installed on a FAT drive (I know ...) it may be
useful (for all users) to switch /tmp to an NTFS directory (e.g. XWin used to
fail with a FAT /tmp for a while).
This is wrong on seve
On 3/10/2011 6:43 AM, Reini Urban wrote:
2011/3/10 Ken Brown:
I'm wondering whether there are any plans to release perl 5.12 in the near
future. I'm asking because it would be helpful for biber
(http://biblatex-biber.sourceforge.net/), which I'm building for texlive
2011.
Sorry, there are no
Hi,
When setting a variable with the output of a command, the content of
variable is not correct when passed through ssh command, but works fine
within a ssh session.
Looks like remote interactive session with ssh enter Cygwin (uname -s =
CYGWIN_NT-5.1), but remote command with ssh does not (un
On Thu, Mar 10, 2011 at 06:32:00PM +0100, Philippe Scelers wrote:
>Hi,
>When setting a variable with the output of a command, the content of
>variable is not correct when passed through ssh command, but works fine
>within a ssh session.
>Looks like remote interactive session with ssh enter Cygwin
I'd appreciate another round of testing on the latest Cygwin snapshot.
Please test it out and note successes/failures.
When you do that, please include platform information, e.g., Windows 7 64-bit,
Windows 2003 32-bit, etc.
There is no need to download the full .tar.bz2 file for this testing. J
Hi,
tested with cvs HEAD:
Just terminating the loop after write_overlapped_fallback is not enough.
When the size to write exceeds MAX_OVERLAPPED_WRITE_LEN and WriteFile
fails for MAX_OVERLAPPED_WRITE_LEN, write() will always return 0.
Now any write with length > MAX_OVERLAPPED_WRITE_LEN fails
On Thu, Mar 10, 2011 at 09:11:52PM +0100, Robert Wruck wrote:
>Hi,
>
>tested with cvs HEAD:
>
>> Just terminating the loop after write_overlapped_fallback is not enough.
>> When the size to write exceeds MAX_OVERLAPPED_WRITE_LEN and WriteFile
>> fails for MAX_OVERLAPPED_WRITE_LEN, write() will alwa
On Thu, Mar 10, 2011 at 04:11:41PM -0500, Christopher Faylor wrote:
>On Thu, Mar 10, 2011 at 09:11:52PM +0100, Robert Wruck wrote:
>>Hi,
>>
>>tested with cvs HEAD:
>>
>>> Just terminating the loop after write_overlapped_fallback is not enough.
>>> When the size to write exceeds MAX_OVERLAPPED_WRITE
How about if you try a snapshot rather than your own home-built
version?
There is no snapshot dated 03-10 on http://cygwin.com/snapshots/.
Unfortunately, there is no "hard limit" of 64MB.
On the machine where I first encountered the error, the limit seems to
be about 16MB. On another machine,
On Thu, Mar 10, 2011 at 10:13:53AM +0100, Corinna Vinschen wrote:
>On Mar 10 08:09, EXCOFFIER Denis wrote:
>>Also that you replace GMT by UT in this snapshot page.
>
>I guess you mean UTC. Good point. Chris?
No comment. I *have*, however, filed this under "Nitpicky things that I
can't believe a
On Thu, Mar 10, 2011 at 06:24:24PM -0500, Christopher Faylor wrote:
>On Thu, Mar 10, 2011 at 10:13:53AM +0100, Corinna Vinschen wrote:
>>On Mar 10 08:09, EXCOFFIER Denis wrote:
>>>Also that you replace GMT by UT in this snapshot page.
>>
>>I guess you mean UTC. Good point. Chris?
>
>No comment.
Shouldn't there be a tool in Cygwin that will give you the SID? After
all, it does have to read it too! I do like Sys Internals, but they add
regkeys which I don't like. Also, isn't setting the SID a bit static?
What would happen if I wanted to change usernames again? So I ask, is
there a way to dy
26 matches
Mail list logo