Larry Hall (Cygwin) wrote:
>
> jedalaurin wrote:
>> We are on implementation stage for a scalability and we a currently
>> looking
>> for suggestion on file mirroring real time or near real time?
>
> Please clarify how the above is a Cygwin-specific question.
>
> --
> Larry Hall
ERIC HO wrote:
In MinTTY, when I try to highlight a word or the line by double clicking on the
mouse,
sometimes I have to do this (double click) a few times.
What does happen when the double click is unsuccessful?
MinTTY uses the Windows double click time setting to decide whether a
click pa
Actually I still can't quite get signal handling in MinTTY to work
right. SIGINT is fine, but SIGTERM, SIGHUP, and SIGKILL don't seem to
get to sigwait(), instead still invoking the default handler, i.e.
terminating MinTTY without SIGHUP being sent to the command inside it.
Here's what I got:
On 2008-02-22, Dr. Volker Zell wrote:
> Hi
>
> This still bugs me. fetchmail pops up console windows when delivering
> mails to procmail.
> It doesn't matter if I run fetchmail directly from the commandline (in
> my case in a rxvt window under X) or as a service.
> Any hint what could cause this
jedalaurin wrote:
We are on implementation stage for a scalability and we a currently looking
for suggestion on file mirroring real time or near real time?
Please clarify how the above is a Cygwin-specific question.
--
Larry Hall http://www.rfk.com
RFK Partners, In
We are on implementation stage for a scalability and we a currently looking
for suggestion on file mirroring real time or near real time?
Thanks,
Jed
--
View this message in context:
http://www.nabble.com/file-mirroring-tp21430068p21430068.html
Sent from the Cygwin list mailing list archive at
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
George Ciobanu wrote:
> My run blocks at test_httpservers, but I suspect this is because I
> haven't been able to compile it fully. I've traced this problem to
> graminit.o which contains the missing symbol, but I haven't had the time
> to look in de
Hi,
When given certain long options, Cygwin's getopt_long() function
erroneously fails on "ambiguous option". The short program below
illustrates the problem: getopt_long() wrongfully reports the "--xy"
option as ambiguous.
Strangely, if flipping the order of the 2nd and 3rd entries in the
option
On 01/12/2009, Grant Edwards wrote:
It looks like a batch file would work, but it pops up a
"nuisance" console window. [Question: does "local directory"
refer to the directory where setup.exe is located or to the
current working directory?]
It refers to the local directory containing all the p
Hongyi Zhao wrote:
Hi all,
The cygwin doesn't has the root user by default. How can I add it and
then login as root only when I require root privilege to do something?
Windows doesn't have the concept of 'root' so neither does Cygwin.
Probably the closest thing is to either 'ssh' in as a Wind
In MinTTY, when I try to highlight a word or the line by double clicking on the
mouse, sometimes I have to do this (double click) a few times. I don't have
this problem using rxvt. Is there a config option to adress this? Any others
have this expereince?
Thanks.
Eric.
--
Unsubscribe info:
Hi all,
The cygwin doesn't has the root user by default. How can I add it and
then login as root only when I require root privilege to do something?
--
.: Hongyi Zhao [ hongyi.zhao AT gmail.com ] Free as in Freedom :.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem
Does cygwin support the setsockopt() - IP_PKTINFO to retreive the destination
address of a incomming UDP packet received via recvmsg()? I have made
numberous attempts but CMSG_FIRSTHDR() always returns NULL. The same code
works find under linux. I'm guessing that cygwin is using winsock undern
Hi Jason,
First of all, sorry for breaking the thread, but I'm not a subscriber to
this list. Please cc me on the next email.
Just wanted to let you know that I don't see the issue you are
describing in my environment when running "make test". I've attached the
cygcheck info.
My run blocks
I am not sure how to do a except script. I have been looking at what I can
find on the net. Would I pass this command into the except part?
blazt wrote:
>
> How can I automate this process? If I do a ssh-host-config -y it works
> fine all the way up to asking about the privileged account. I w
Jeenu V wrote on Monday, January 12, 2009 11:45 AM:
> On Mon, Jan 12, 2009 at 9:58 PM, Larry Hall (Cygwin)
> wrote:
>> Just run the app without 'cygstart'?
>
> :) Well this was related to one of my earlier posts, if you recall,
> where I had problems with running cmd.exe from screen. I now work
>
I'm creating a Cygwin snapshot for installation from CD, and
I've got everything figured out except for one thing: I need
setup.exe to default to a local install. I can't use a
shortcut to run setup.exe because shortcuts have absolute paths.
It looks like a batch file would work, but it pops up a
On Sat, Jan 10, 2009 at 01:58:37PM +0200, George Ciobanu wrote:
> Is there a plan to move a newer version of python, such as 2.6?
>
> Has anyone tried to incorporate it so far?
Yes, I started to package Python 2.6.1 and 3.0 before the holidays.
Unfortunately, I ran into problems with Python 2.6.1
On 2009-01-12, Fergus wrote:
> > osname := $(shell uname -s)
> > osver := $(shell uname -r)
> > cpuarch := $(shell uname -m)
>
> Probably the fault is mine but I can't get this to do anything useful in
> Cygwin. You could try (something like):
>
>case `uname` in
>*CYGWIN*)
> OS=Cygwi
muni organizasyon ekibi olarak yapacağınız her türlü organizasyonlarınızda
sizlere hizmet vermekten onur duyarız
www.muniorganizasyon.net
Düğün, Davet, Açılış, Piknik, Animasyon, Süsleme Organizasyonları
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports:
Fergus wrote:
> > osname := $(shell uname -s)
> > osver := $(shell uname -r)
> > cpuarch := $(shell uname -m)
>
> Probably the fault is mine but I can't get this to do anything useful in
> Cygwin. You could try (something like):
>
> case `uname` in
Hmm, did you try those first examples in b
muni organizasyon ekibi olarak yapacağınız her türlü organizasyonlarınızda
sizlere hizmet vermekten onur duyarız
www.muniorganizasyon.net
Düğün, Davet, Açılış, Piknik, Animasyon, Süsleme Organizasyonları
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports:
On Jan 11 17:03, Corinna Vinschen wrote:
> On Jan 10 23:56, Christopher Faylor wrote:
> > I know that we don't claim to support beta versions of Windows but I did
> > manage to grab a copy of the beta iso and install it in a virtualbox
> > (http://virtualbox.org/) virtual machine for playing. The
> osname := $(shell uname -s)
> osver := $(shell uname -r)
> cpuarch := $(shell uname -m)
Probably the fault is mine but I can't get this to do anything useful in
Cygwin. You could try (something like):
case `uname` in
*CYGWIN*)
OS=Cygwin
;;
*Darwin*)
OS=Darwin
;;
*)
Andy Koppe wrote:
> Lee D.Rothstein wrote:
>> Hi, I've taken a first pass at distilling my experience with
>> 'mintty' and the [ahem] discussion, here, about it into a text
>> file (see attachment mintty.{h})
> Thanks, that's a nice surprise!
Okay, since you at least didn't hate it, I'll plug
On Mon, Jan 12, 2009 at 9:58 PM, Larry Hall (Cygwin)
wrote:
> Just run the app without 'cygstart'?
:) Well this was related to one of my earlier posts, if you recall,
where I had problems with running cmd.exe from screen. I now work that
around by calling cmd.exe with cygstart. Everything works f
Alexey Eremenko wrote:
On Mon, Jan 12, 2009 at 4:47 AM, Alexey Eremenko wrote:
Hi All !
I have installed Cygwin on Vista -- but was unable to install SSH server on it.
ssh-host-config returns an error no matter what I do. Diabling UAC doesn't help.
Here is what I get when I try to setup SS
On Sun, Jan 11, 2009 at 08:28:25PM -0800, rhs.cyg...@sylvan-glade.com wrote:
>Hello! I haven't been able to find anything about this in the archives.
>
>I recently decided to replace my old Cygwin installation with a new,
>fresh one, so everything should be up-to-date here. [That's my
>recommenda
On Sun, Jan 11, 2009 at 11:00:28PM -0500, Paul McFerrin wrote:
> On Sun, Jan 11, 2009 at 03:22:14PM -0500, Charles Wilson wrote:
>> Christopher Faylor wrote:
Not sure what I'm doing here.
>> Well, it's my main terminal. I tried MinTTY and I'm not sure yet whether
>> it will supplant rxvt for my p
On 2009-01-12 12:19Z, Eric Lilja wrote:
> Hello, I have a program that will built both under fedora and under
> cygwin. The program is written in C and the Makefile is slightly
> different between the two systems. Is it possible to check some
> environment variable in the makefile to determine w
On Mon, Jan 12, 2009 at 4:47 AM, Alexey Eremenko wrote:
> Hi All !
>
> I have installed Cygwin on Vista -- but was unable to install SSH server on
> it.
>
> ssh-host-config returns an error no matter what I do. Diabling UAC doesn't
> help.
>
Here is what I get when I try to setup SSH on Vista:
Hi All !
I have installed Cygwin on Vista -- but was unable to install SSH server on it.
ssh-host-config returns an error no matter what I do. Diabling UAC doesn't help.
--
-Alexey Eromenko "Technologov"
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports:
Hi,
Is there a way to make cygstart wait until the application it launched
closed? I see a thread here
(http://cygwin.com/ml/cygwin/2008-08/msg00812.html), providing patch
for the same (-w switch) but I couldn't see the official one having
the same. Is the a way around?
--
:J
--
Unsubscribe inf
Hello, I have a program that will built both under fedora and under
cygwin. The program is written in C and the Makefile is slightly
different between the two systems. Is it possible to check some
environment variable in the makefile to determine what to do?
The source code itself have constru
34 matches
Mail list logo