[X] Not offended. Stop bothering me with your Puritanical values.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
> multiprocessor machines and nobody seems to care about it. You cannot
> just expect people to "wait until you someday have a system
> that shows
> the problem" everytime they encounter a bug.
Actually since Cygwin is a free project this is a reasonable
expectation. If you want this fixed send
>
> I need a korn shell that will handle the windows-like path names
> (pdksh), and where "read" executes in the same shell that called it
> (ksh '93).
Keep wishing. There are other ways of doing what you need to do with
sqlplus without using a pipe and read.
--
Unsubscribe info: http://cy
> Why would ksh behave differently under Cygwin than under Solaris?
cygwin ksh is pdksh. The specific set of code you gave does not work in
pdksh. Read about it here:
http://web.cs.mun.ca/~michael/pdksh/
"Its weak points are that there are still a few differences from ksh88
(the major one is that
> I get many permissions denied failures when using rsync to
> copy my home directory to a network drive. I can't detect
> while rsync is complaining.
>
> The only thing that I don't know is why the file
> /cygdrive/c/home/sql/tmp/874677 have a '+' at the end of the
> mod. What does this mean?
> On Wed, 21 Jul 2004 17:02:35 +1200, Matthew Dwyer wrote:
> > I've been struggling with rsync over ssh for a month. I'm
> syncing files
> > between windows boxes and I have rsync working except that
> its setting
> > read only to the groups Administrators and Everyone.
> >
> > Is there any way
> Jamshid Afshar wrote:
> > I just installed Cygwin. What kind of executable is
> zcat.exe? It doesn't
> > show up when I "dir c:\cygwin\bin\zc*" (only zcmp), but I
> see it's 19
> > bytes in Explorer. It works fine within bash, but I want
> UNIX utilities I
> > can use in the regular Windows Co
> -Original Message-
>
> Does CYGWIN have the full ISO POSIX compatible version of KSH 93?
>
www.kornshell.com. You have to install it yourself
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation:
> > Rsync works perfectly everytime from the command line, but
> sometimes after
> > the rsync operation completes when it is run using a
> script/scheduler, I
> > get this error and rsync sits running (hung) till I
> manually kill it.
> >
> > rsync error: syntax or usage error (code 1) at /tmp
The latest snapshot also appears to fix one of the two rsync problems I
was experiencing.
Problem 1: rsync -av /foo/ /bar/ always hangs at the end of copying
files when /bar doesn't exist - fixed
Problem 2: rsync -av /foo/ /bar/ always hangs at the end of copying
files when /bar already has files
> Hmm? Is waitpid() a blocking call or not? WRT "WNOHANG" it
> looks like an
> unblocking one...
Yep.
> Thus I'm assuming it doesn't block and that msleep() is
> something internal
> to rsync, using usleep() or some such.
It uses select(). When I used strace on a non-modified version of rsyn
> > I'm just a user and follower of cygwin, but it amazes me how
> > many people put
> > the output of
> >
> > > cygcheck -s output:
> >
> > or cygcheck -svr in the body of their email instead of as an
> > attachment when
> > every stinking email has
> >
> http://cygwin.com/problems.html
>
>
Hi all,
I was attempting to use rsync (v 2.5.6) to copy one local directory to
another on my machine (Windows XP) today when I experienced the dreaded
hang. It copied the files, and hung waiting for a child process to exit.
When I killed that process using taskmgr, the parent exited OK.
The follo
[EMAIL PROTECTED] ~
$ cygpath -w /c/temp | xxd
000: 633a 5c74 656d 700a c:\temp.
[EMAIL PROTECTED] ~
$ echo "\"`cygpath -w /c/temp`\"" | xxd
000: 2263 3a5c 7465 6d70 220a "c:\temp".
[EMAIL PROTECTED] ~
$ perl -e'$a=`cygpath -w /c/temp`;print "\"$a\""'
Hi all,
Just trying to get cgicc 3.2.2 built on cygwin...
Here's my environment:
Windows XP Professional Ver 5.1 Build 2600 Service Pack 1
Cygwin DLL version info:
DLL version: 1.3.22
g++ (GCC) 3.2 20020927 (prerelease)
Using this and the latest cgicc library sources (3.2.2), I get
Rick has good advice - I fall for that one every time I install Cygwin
on a fresh win install.
If your printer is lpr compatible you can get LPRng from www.lprng.com -
I did the initial porting and as far as I know it still should compile
"out of the box" with the following settings:
./configure
Hi all,
I'm using enscript to print some ascii pages with LPRng. Everything works fine and the
documents print OK, but I get the following messages:
[EMAIL PROTECTED] /c/tmp
$ enscript.exe -B a_addr1.fld
6 [main] lpr 3644 cygthread::detach: WFSO sigwait failed, res 4294967295
1635 [mai
17 matches
Mail list logo