Displaying 20 results from an estimated 40000 matches similar to: "UNIX/Cygwin newbie needs help"
2003 Aug 04
1
Status of rsync + cygwin
Dear All,
I have been following the rsync discussion list for some time, particularly
with reference to the rsync problems on Cygwin. From my understanding there
are two (seperate) issues.
1) Rsync can wait indefinitely due to some form of child/signal handling
problem (I imagine this can be a pain to get right for all the different
platforms)
2) Long file names that are still within the
2005 Sep 28
1
gfortran Makefile for cygwin
Hi all,
I'm porting a package that I've worked on for OS X to Cygwin/Windows.
This package requires a Makefile. My question is, how can I find out
(or what is), the link command?
Here is the OS X Makefile:
RLIB_LOC=${R_HOME}
F90_FILES=\
class_data_frame.f90 \
class_old_dbest.f90 \
class_cm_data.f90 \
class_cm.f90 \
class_bgw.f90 \
class_cm_mle.f90 \
cme.f90
FORTRAN_FILES=\
dgletc.f
2006 Jul 01
0
Fun with Mongrel and cygwin.
On the Mongrel FAQ forum, Josh Wehner was having problems with cygwin
(don''t know if he fixed it).
http://rubyforge.org/forum/forum.php?thread_id=6978&forum_id=5450
Due that, I manage to install cygwin, ruby and rails on my humble
little computer, it compiled worked ok (taste like *nix, so I felt a
bit off-road running this).
Anyway, tried to pass test for mongrel, and still get 1
2018 Apr 12
0
lda fails in parse_angle_addr if sieve is enabled
Op 12-4-2018 om 15:52 schreef Leo Gaspard:
> Here are the first two headers of the mail you just sent, delivered with
> the rolled-back-into dovecot 2.3.0.1:
>
> Return-Path: stephan at rename-it.nl
> Delivered-To: dovecot at leo.gaspard.io
>
> Does that clear the facts? The Return-Path appears to not have <>, which
> appears to be opposed to RFC5322. So I guess
2005 May 20
3
[LLVMdev] [Cygwin] groff build error - semi solved
>Yeah, that's exactly right, Aaron. "true" is a command that simply
>returns with an exit status of 0 and ignores its arguments. When pod2man
>can't be found we define the variable that specifies its path as "true
>pod2man". This allows the command that should have been run to be shown
>while at the same time not interrupting the makefile with a failure.
2004 Oct 13
0
[Bug 1924] New: unable to rsync between a PC with cygwin and a unix machine using rsh
https://bugzilla.samba.org/show_bug.cgi?id=1924
Summary: unable to rsync between a PC with cygwin and a unix
machine using rsh
Product: rsync
Version: 2.6.3
Platform: x86
OS/Version: Windows 2000
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo:
2020 Mar 24
0
Re: generator under Cygwin fails with: Fatal error: exception Unix.Unix_error(Unix.EAGAIN, "fork", "")
On 3/22/20 5:07 PM, sdaau wrote:
> Hi all,
>
> Copy of:
>
> generator under Cygwin fails with: Fatal error: exception Unix.Unix_error(Unix.EAGAIN, "fork", "") · Issue #45 · libguestfs/libguestfs
> https://github.com/libguestfs/libguestfs/issues/45
>
> ... since I realised late I shouldn't post on GitHub issues.
That could be a bug in the Cygwin
2018 Apr 12
0
lda fails in parse_angle_addr if sieve is enabled
Hi,
This code path is only executed when there is a return-path header.
Given the fact that this fails consistently, can you provide an example
of a message successfully delivered using an older version of Dovecot;
i.e., as it is stored in the mailbox? There should be a return-path
header there.
Alternatively, you could temporarily wrap dovecot-lda in a shell script
that copies the message
2002 Oct 02
0
rsync rsh XP->Unix Terminal Read cygwin
I can not get rsync to work when sending from my XP box to a Solaris,HPUX,or
AIX host using rsh
I am using the cygwin version of rsync, and the windows XP version of remsh.
Can anybody tell me what is happening? Any hints on what to do next?
Administrator@WOTTPAWLOWM-XP1
/cygdrive/e/perforce_data/atlantic_it4sb2/devroot/
src/iwr/impromptuserver/app.exe/child.lib
$ rsync -v -n --progress
2008 Apr 07
1
newbie: rsync 2.6.x problems Cygwin client --> RedHat server
On Mon 07 Apr 2008, S.A. Birl wrote:
>
> Server is running rsync 2.6.1 on RH
> Client is running rsync 2.6.3 on Cygwin (Win2003)
>
> When I connect client to server, I get kicked out after SSH
> authentication. I can manually ssh into the server with no problems.
Is the server running an rsync daemon? If so, why the ssh?
Paul Slootman
2003 Aug 29
1
Permissions look different from Windows (cygwin & SAMBA) than from Unix
Hi, folks:
One of my developers brought a SAMBA/ClearCase permissions issue to my
attention for which I have no visibility. Perhaps someone has run across
this before, and could enlighten us?
We are using ClearCase 5 on SunFire 880 vob servers, SAMBA 2.2.
Developer creates file in unix vob, using unix view, from unix machine,
testfile_unix_text
Developer creates file in unix vob, using unix
2007 Feb 18
2
[LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
On Sun, 2007-02-18 at 21:42 +0000, Aaron Gray wrote:
> Okay I have put a #ifdef HAVE_RLIMIT_RSS round the RSS code.
>
> There needs to be logic added to config system to complement this.
>
> Or shall I just use an #ifdef _CYGWIN_ ?
Please just use #ifdef _CYGWIN_
>
> Regarding the Bytecode writer stuff. I will try adding some inline
> dis-ambiguator functions.
Yeah,
2011 Sep 20
2
[LLVMdev] ../llvm/configure fails in Cygwin with space character in path name?
config.status: executing projects/Makefile commands
config.status: executing bindings/Makefile commands
config.status: executing bindings/ocaml/Makefile.ocaml commands
=== configuring in projects/sample (/home/Jon Smith/cl/build/projects/sample
)
configure: running /bin/sh ../../../llvm/projects/sample/configure
--prefix=/usr/local --cache-file=/dev/null
--srcdir=../../../llvm/projects/sample
2011 Sep 21
2
[LLVMdev] ../llvm/configure fails in Cygwin with space character in path name?
Why shouldn't they accept paths with spaces in them? *nix supports that, generally. So long as the paths are properly escaped in any input, things should work. If they don't, it's a bug.
On Sep 21, 2011, at 3:51 AM, NAKAMURA Takumi wrote:
> I don't think autoconf build scripts would be tolerant of whitespace pathname.
> To build tools and liibs, I recommend you should build
2004 Aug 17
3
Wine on Cygwin
Hi,
It's been some time since the question was asked: Does wine now compile on
cygwin?
I know there are some apps and games out there that just won't run under
Win2k/XP anymore and for them a wine running under Win2k/Xp would be like the
perfect solution.
Has anyone infos on this?
Thanks in advance
Jeff
2004 Oct 13
3
[Bug 1924] unable to rsync between a PC with cygwin and a unix machine using rsh
https://bugzilla.samba.org/show_bug.cgi?id=1924
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From wayned@samba.org 2004-10-13 09:09
2004 Sep 15
1
[LLVMdev] Files to lib/System/Win32
>From: Jeff Cohen <jeffc at jolt-lang.org>
>Date: Tue, 14 Sep 2004 19:43:34 -0700
>
>OK, I stand corrected: mingw can be used to create honest-to-goodness
>Windows applications using Win32. But you're still using it as a Unix
>emulator :)
>
OK, if POSIX.1 is unix emulation then we have that all *nix emulates all
*nix and that's fine with me :)
OK, I admit,
2009 Jan 13
3
Cannot run Jact's Eamonn software
I'm using Ubuntu 8.04
wine version 1.0
I can run the install file just fine but when I go to run the program It quits all together.
I am a complete noob and cannot figure out how to get the log file for it. Please forgive me as I am extremely new to *nix systems. I just want someone to point me in the right direction. Thanks.
link to the software's site
http://www.jact.com
2004 Aug 13
0
Re: Problems with Mac files - Any resolution?
Hi Ashley,
I don't think I have an answer for you, but I had a similar
experience. We had a 2000 server set up that was sharing files to
macs. I decided to rsync back it up to a more normal
environment(*nix). I had all kinds of problems. I tried mounting the
share via smb as you are trying. I tried cygwin/rsync on the 2000
machine, still had problems, though I think they were fewer,
2008 Aug 06
0
[LLVMdev] Is there room for another build system?
Óscar Fuentes wrote:
> Kenneth Boyd <zaimoni at zaimoni.com> writes:
>
>
>> I'm indulging in this exercise to enable testing a native MingW32 build
>> of LLVM in Windows.
>>
>
> If LLVM's DejaGNU usage is the same as GCC's, I'll google or ask on the
> MinGW mailing list how MinGW testers run the GCC testsuite, before
> trying to