similar to: cygwin 1.3.3 test result

Displaying 20 results from an estimated 10000 matches similar to: "cygwin 1.3.3 test result"

2004 Aug 06
1
some portability fixes ...
i don't want to deal with CVS, so i'll just post some minor fixes along to explanations for your amusement on this list ... I. cygwin compilability cygwin doesn't yet handle threads that is compatible with icecast, but thankfully icecast supports win32 native threads. however, cygwin's preprocessor "#define"'s makes icecast confuse whether it should behave
2001 Jun 27
2
OpenSSH, Cygwin, eXceed, and SIGINT
All, When logging into an HP-UX 10.2 system from a Windows NT machine running Cygwin and openssh 2.9p2, control-c sends a sigint to the ssh client on the NT system, thus killing the ssh process. Interestingly enough, this behavior is only observed when using X11 forwarding. I can eliminate the behavior by changing clientloop.c to ignore SIGINT (signal(SIGINT, SIG_IGN) ) but then I'm bak to
2002 Sep 20
0
rsync and cygwin on win XP freeze/hanging
I am running rsync under cygwin on a winXP pro system. Cygwin is the most recent version (1.3.12-2) and rsync 2.5.5 protocol 26. It seems that almost %50 of the time, rsync hangs after the last file is done syncing. When it's hung, I can press ctrl-c, and an error message: rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229) pops out. It does not exit, however, and I must
2005 Apr 03
0
[Bug 2570] New: cygwin version of rsync produces "Fatal exception 0E in VXD IFSMGR(04)" on Windows 98 SE
https://bugzilla.samba.org/show_bug.cgi?id=2570 Summary: cygwin version of rsync produces "Fatal exception 0E in VXD IFSMGR(04)" on Windows 98 SE Product: rsync Version: 2.6.3 Platform: All OS/Version: other Status: NEW Severity: normal Priority: P3 Component: core
2006 Feb 13
1
rsync SIGSEGV signal handler in Cygwin.
Hello! I am using rsync compiled with Cygwin on windows. I must call rsync from the *.bat script (I don't want to use a bash on Windows) and I have noticed that in the case when program compiled by Cygwin crashes via segmentation fault and default SIGSEGV handler is called, then it terminates process with exit status 0 as I see it from my *.bat script. (But if I invoke a program from bash
2004 Dec 29
1
Problem with rsync-cygwin between two WindowsXP machines
I hope this problem hasn't been posted before, I cannot find a way to search the archives... I use rsync successfully between several Suse 9.1 machines at my work - never with any problem(s). I had to move my email from an obscure mail client (that saves each message as a separate file) to Mozilla mail (for security purposes). So, my "old" program that I used to sync my mail
2004 Aug 06
1
communication between icecast and sources
jaromil wrote: >sorry if i'm quoting myself, but i feel i could have reported more > >i'm thinking about using this library: http://xmlrpc-c.sourceforge.net/ >which features the infrastructure of a solid http daemon (abyss, on top >of w3c-libwww library) for running a xml-rpc server accepting registered >function calls. > as icecast already has its own http parser
2006 Jun 14
6
Cygwin rsync to RH rsync server
Hi all, I'm new to the rsync list. I've been searching for two days and have tried five different installs and so far none work the way I need them to. I have an "backup" server running rsync --version: rsync version 2.6.6 protocol version 29 Copyright (C) 1996-2005 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard
2004 Aug 06
4
[Interopcast-general] about translatingdocumentation, but not only documentation.
Just a few weeks ago, I was thinking of writing a streaming source using libshout and portaudio. I was also considering LADSPA support, to do some minor post-processing before encoding. However, I'm currently developing on Mac OS X, and LADSPA's shared library plugin model has some issues here to be resolved. Another nice feature I have given a thought on is incorporating
2004 Aug 06
1
icecast2 ogg vorbis client request headers
On Fri, 2 Apr 2004, oddsock wrote: > a simple conversation protocol will be developed, but you can expect something > like the following : > > 1. client connects to mount point > 2. icecast makes a URL call passing in mountpoint, username, password cyrus-sasl can handle this, but I'm not sure if people like to figure out how to configure cyrus-sasl. what about just a local
2002 Mar 06
0
rsync hangs in read_int (generator.c line 498)
Hello I'm having a heck of a time rsync'ing (is that the proper conjugation? :)) between two Cygwin machines. I have three directory trees that are "exposed" via rsynch. Two of the three have a very shallow structure, and they work fine. The third, however, has a fairly deep structure and many more files than the other two, and rsync'ing this directory causes a hang on
2007 Sep 11
0
ruby script/console hangs on cygwin
>ruby -v script/console ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-cygwin] Loading development environment. What I did was 1) install latest cygwin files 2) download and install rubygems from <http://rubyforge.org/frs/? group_id=126> 3) gem install rails --include-dependencies rails test cd test ruby script/console How can I debug this ? It looks like it''s hanging forever.
2002 Oct 17
0
Upgraded to latest cygwin this morning, and ssh refuses to enter binmode. Help! (fwd)
Could someone running Cygwin or involved in Cygwin help this person please? - Ben ---------- Forwarded message ---------- Date: Thu, 17 Oct 2002 17:58:45 -0400 From: Andrew Greene <agreene at pageflexinc.com> To: openssh at openssh.com Subject: Upgraded to latest cygwin this morning, and ssh refuses to enter binmode. Help! I upgraded to the latest cygwin this morning (not sure when
2001 Oct 20
4
rsync on cygwin: Connection reset by peer
I have been trying to get rsync running correctly on cygwin for the past couple of days. I found a post on the cygwin list that said there was a bug in cygwin when using socketpair() but when I compiled the sample code: (http://jrepp.com/rsync/socketpair.c) both ways it works fine. Here's the article for reference: http://sources.redhat.com/ml/cygwin/2001-08/msg00357.html I am running the
2019 Jan 21
1
New test results
My test script is now published at https://git.kernel.org/pub/scm/linux/kernel/git/bwh/klibc-maint.git/ I found and fixed another bug in QEMU's userland emulation, specific to sparc. I fixed three bugs in klibc. With those changes, the test results are: 2.0.4 2.0.5 master
2002 Feb 20
2
[PATCH] rsync on cygwin - textmode config files
I've been running rsync-2.4.2 with an old patch of mine for some time for backup purposes. Due to the recent remote bug, I thought it was time to upgrade, even if the host was behind a firewall. So I dug up the old patch (2.5.2 version attached), that I think I sent ages ago to this list as well. It does the following: (1) Firstly, the only sensible way to run something as
2004 Aug 06
0
[ icecast 1.3.11 win32 version ...]
sorry folks, i should have done this properly the first time i post my changes. the attachment contains a gzipped version of unified recursive diff ... this diff is made between a fresh cvs copy of icecast 1.3.11 and the source branch of icecast 1.3.11-mingw that i have. some things are missing, but don't worry about that. i'm not going to explain why individual files present in one
2005 May 20
0
[LLVMdev] [Cygwin] make check results
Reid, >Looks much better. The stdc library things are caused by Cygwin's >inability to recognize symbols linked into the main program with dlsym. >For example, if lli (the interpreter) has "printf" already linked in, >then the JIT compiler will not be able to find "printf" if it is used in >the program it is compiling. There's currently no workaround for
2003 Jun 27
5
Cygwin Rsync 2.5.6 over SSH hangs on Win2k->Win2k
When using Cygwin Rsync 2.5.6/OpenSSH 3.6.1 for copying files from Win2k->Win2k, I get 2 or 3 hung processes on the receiving-side out of about every 50 runs. These hung processes cause the system to be unable to reboot(?!), requiring a hard reset. Killing the processes allows a graceful reboot every time. I'm currently running both ssh and rsync as services on the recieving side.
2007 Feb 08
0
How to get p-values, seperate vectors of regression coefficients and their s.e. from the "yags" output?
Hello R-users: I am using "yags" for fitting GEE which is giving me the same result as "Proc GENMOD". Now I have couple of questions related to yags output. (By the way, someone told me to run the geeglm for the same analysis and I did run but did not get the same result as of genmod and don't know how to correct the geeglm codes so that all three will be same!)