please take 5 mins & look thank you

2004-01-29 Thread jay
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2886535438&category=11866&sspagename=STRK%3AMESSE%3AIT&rd=1 http://home.mchsi.com/~jayseibert -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: htt

need help with bash -c with cygpath

2008-01-08 Thread Jay
needs converted. Why do i get different results depending on how it is called? Thanks in advance. Jay. -- 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/

Re: need help with bash -c with cygpath

2008-01-08 Thread Jay
> "It's because of the way the backslash is handled within double quotes." > > "info bash" may be of some help. > > cgf > > Thanks for the help. I read the info. Looks like i will have to pass the UNC path into a script and do the work there. Thanks again. -- Unsubscribe info: http:

Re: need help with bash -c with cygpath

2008-01-09 Thread Jay
> Whoa - it seldom makes sense to use -i and -c simultaneously - what good What i'm actually trying to do is have a right-click menu in windows so that when i right click on a file i can choose head from the context menu, and it will send the top 10 lines of the file to vim. I have gvim (windows

Re: Re: need help with bash -c with cygpath

2008-01-11 Thread Jay
> H:\>C:\cygwin\bin\bash -v -c 'UNC_PATH\\Dir' > > (actually only the first really needs to be doubled, because \ has > no special meaning if it's followed by a letter) > > Phil > > I'm getting the path from the registry via a right click menu and passing it into the bash -c command. But

Re: need help with bash -c with cygpath

2008-01-11 Thread Jay
> That's still somewhat wasteful, starting bash just to get a vim alias - > why not use the full name gvim, and bypass the bash process to begin with? you right, i'm going to remove it, thanks. My main problem now is that for some reason the leading backslash on UNC names is getting dropped when

Re: need help with bash -c with cygpath

2008-01-11 Thread Jay
Eric Blake byu.net> writes: > > > According to Dave Korn on 1/11/2008 9:38 AM: > | I believe what is needed is 1) outer double-quotes, for cmd's benefit, 2) > | inner single-quotes, for bash's benefit, 3) double up the slashes /as well/, > | because there's one more level of quoting being str

many spurious equals sign in xterm?

2009-01-17 Thread Jay
This is x86 XP SP 3. I'm willing to clean install XP and/or Cygwin but... Thanks, - Jay -- 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/

jmp_buf size?

2009-01-29 Thread Jay
What is up with the size of jmp_buf? It appears that setjmp.h confuses bytes and ints. _JBLEN should be 13, not 13*4. or #define _JBTYPE to char, but that doesn't work as easily. ? - Jay -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: jmp_buf size?

2009-02-04 Thread Jay
ealize that larger than needed is safe, "just" wasteful, and possibly "future proof". It still seems like a mistake. - Jay -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http:

RE: jmp_buf size?

2009-02-04 Thread Jay
Thanks, sorry, I didn't see that. - Jay > Date: Wed, 4 Feb 2009 18:49:50 -0500 > From: reply-to-list-only...@cygwin.com > To: cygwin@cygwin.com > CC: jay.kr...@cornell.edu > Subject: Re: jmp_buf size? > > Jay wrote: >

RE: console scroll speed on Win XP

2009-03-02 Thread Jay
inst history feature that I haven't found elsewhere. - Jay -- 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/

managing autoconf versions?

2009-05-15 Thread Jay
context? Or does one "wrapper" sniff the input or output and decide among the versions installed in a standard place? You know, like, input/or output could say # use autoconf 1.2.3 and then /usr/bin/autoconf could delegate to /usr/bin/autoconf-1.2.3 or such? Thanks, - Jay -- Unsubscribe i

some setup problems

2008-07-13 Thread Jay
d:\ instead of d:\net\cygwin once. I clicked next by accident. There is no way in the gui to cancel the big directory walk -- have to kill setup. Could be due to running under a debugger? - Jay -- 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/

RE: some setup problems

2008-07-13 Thread Jay
I have seen both these crashes several times, but now am unable to reproduce them. Oh well. - Jay > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: some setup problems > Date: Sun, 13 Jul 2008 08:34:25 + > > > I have found the following bugs all this e

FW: flex: exec failed?

2008-07-16 Thread Jay
> > I have Cygwin installed to root, so that I can use all the same paths between > Cygwin and Windows, without requiring symlinks. This is otherwise, *a lot*, > working fine. > > (In particular, I used to symlink Cygwin /obj to Windows \obj and that mostly > works, but sy

RE: flex: exec failed? (root install/mount)

2008-07-16 Thread Jay
system, which I'd rather avoid. I know installing to the root is discouraged, but..agreed this is a bug? Should be fixed? It is easy to fix? I think so, on all counts. I'm sure I can provide a patch. The /cygdrive mounts must deal with this specially?? - Jay > From: [EMAIL PR

RE: cygwin Digest (multiple subjects)

2008-07-17 Thread Jay
d to use the cygwin1.dll, but I don't > understand how. I hope I can find some guidance here! Douglas, if I ignore the first part of your question, mentioning of openssl, and pay attention only to the desire to not require cygwin1.dll the answer would be to look into "mingwin&qu

Re: flex: exec failed? (root install/mount)

2008-07-18 Thread Jay
> [J] jay > [C] corinna > Subject: Re: flex: exec failed? (root install/mount) > [J] configure:10596: > /obj/gcc.5/i686-pc-cygwin/i686-pc-cygwin/build-i686-pc-cygwin/flex/flex > conftest.l > [J] strace: error creating process > D:\\obj/gcc.5/i686-pc-cyg

configuring the backspace key, etc. (un-indenting doesn't work with vim)

2008-07-18 Thread Jay
Oh man. Let he who has not sinned cast the first stone.. Everyone uses stuff they don't understand all the time. I use my brain, lungs, cars, airplanes, compilers, linkers, kernels, interpreters, Cygwin, etc... I imagine I understand a lot, but... - Jay -- Unsubscribe inf

RE: flex: exec failed?

2008-07-26 Thread Jay
mments about thread unsafety in Cygwin's fork/exec code. My Python is single threaded (I was getting intermittent errors about unable to allocate locks). I'll have to put strace in there and focus in on it, instead of continuing to workaround. ..Jay > From: [EMAIL PROTECTED]

RE: flex: exec failed?

2008-07-31 Thread Jay
as trying to run -- getenv("M4") and not just "m4". I'll follow up separately, at least gcc and gmp.. Still not completely solved. I do have a quick repro though, you can strip down the configure script a bunch and it repros in just a few seconds. Going through the strace logs

RE: flex: exec failed?

2008-07-31 Thread Jay
ilename ? outfilename : ""); while (wait (0)> 0) ; again, I added the "2". Digging deeper... - Jay [snip snip snip] -- 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/

RE: flex: exec failed?

2008-08-04 Thread Jay
I'll patch my gmp/configure to not set M4 like this. I've reported this to gcc and gmp (gcc hits this because it configures gmp with cpu=none; usually building gmp sets M4=m4, which is "ok", though it really it should leave it alone.). - Jay > From: [EMAIL PROTECTED] >

RE: compilation - cygwin -mno-cygwin-flag

2008-08-05 Thread Jay
quot;thin translation layer", and even then. Reasonable for like stat, but not really for errno.h, for example. - Jay -- 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/

re: ABI unification

2008-08-06 Thread Jay
me sort) to stat for it to check. It trusts that we agree. Anyway, given the errno.h mismatches, it's not possible without a breaking change. Perhaps this can be "fixed" for any non-x86 Cygwin port? I realize, it requires visiting several factors and it ultimately might not fl

RE: ABI unification / non-x86 ports

2008-08-07 Thread Jay
e, without specifying the size, and the other copies to or from it, can crash. It's a combinatorial explosion unfortunately. You are left trying to match up "as much as possible", not being certain what matters and what doesn't. Some folks (boost) provide .libs/.dlls built multi

RE: ABI unification / non-x86 ports

2008-08-07 Thread Jay
you used the same headers. And for opaque types, assuming sizes match (e.g. FILE*), which are fed down to the same underlying layers. - Jay -- 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/

RE: setup v2.573.2.3: Postinstall: "abnormal exit: exit code=126"

2008-08-10 Thread Jay
? And that all the extraction happens before any install code runs. ? - Jay -- 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/

RE: cygwin 1.7.0 and special filename chars

2008-08-24 Thread Jay
em" interfaces traffic in Unicode. The referenced email describing 1.7 lists some special characters that are now allowed, but it doesn't mention question mark. Perhaps a good description would be LIKE: "all 8 bit characters except forward slash and nul"?? (or, whatever,

building cygwin1.dll with gcc 4.3.1

2008-08-26 Thread Jay
.cc:861: error: crosses in itialization of 'OBJECT_NAME_INFORMATION* ntfn' make[3]: *** [dtable.o] Error 1 make[3]: Leaving directory `/obj/cygwin.1/i686-pc-cygwin/winsup/cygwin' make[2]: *** [cygwin] Error 1 make[2]: Leaving directory `/obj/cygwin.1/i686-pc-cygwin/winsup' mak

RE: building cygwin1.dll with gcc 4.3.1

2008-08-26 Thread Jay
. I need to go build that compiler. The .dll seems to "basically" work. I can cd /obj/bash.1 make clean make Haven't waited for it to finish. using the dll: Huh? No /etc/fstab file in \??\D:\cygwin\etc\fstab.d\jay? Using default root a nd cygdrive prefix... bash: /usr/bin/

RE: Probably stupid make question (cmd a=b)

2008-08-30 Thread Jay
ot;. Yes, but the alternative, using cmd, is much worse than having to install them. Perl can just be copied around, no need to "install" it. Python I haven't tried that yet. - Jay -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

why the strange stack stuf in cygwin?

2008-09-01 Thread Jay
Why does Cygwin do such wierd stuff with the top of the stack? Is this to have thread locals faster than TlsGetValue offers? Is it worth it? (The cost: harder to LoadLibrary(cygwin1.dll), harder to port to other architectures, the strange path where DllMain "respawns", etc.)

Re: why the strange stack stuf in cygwin?

2008-09-02 Thread Jay
>[jay] harder to port to other architectures, > [cgf] Cygwin works on all of the architectures that Windows NT+ supports. I mean really doing a native AMD64 and/or IA64 port, not just relying on the ability to run 32bit x86 code. Imho, that's cheating. > [jay] Why does

RE: Running 64bit processes from 32bit Cygwin

2008-09-02 Thread Jay
too much code hardcodes system32 and so it is a great porting convenience.. WinExec is an old function there for compatibility. You shouldn't use it. - Jay -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problem

RE: why the strange stack stuf in cygwin?

2008-09-02 Thread Jay
t; objecting to. I don't yet know what it's there for, but it is vaguly also "strange stack stuff" since it seems to not want the stack in a particular range. > If it makes you nervous don't use it. Delete it from your system. This It seems the best way by fa

RE: why the strange stack stuf in cygwin?

2008-09-02 Thread Jay
t; objecting to. I don't yet know what it's there for, but it is vaguly also "strange stack stuff" since it seems to not want the stack in a particular range. > If it makes you nervous don't use it. Delete it from your system. This It seems the best way by fa

target=i686-pc-mingw32 fails building mingw32/winsup/cygserver.

2008-09-03 Thread Jay
ir/mingw; then AC_CONFIG_SUBDIRS(mingw) fi AC_CONFIG_SUBDIRS(w32api) I'll see if I can come up with a working patch, though my workaround of just using -B../../../gcc is much cheaper for me at this point. - Jay -- 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/

RE: building cygwin1.dll with gcc 4.3.2

2008-09-08 Thread Jay
rc/gcc/winsup/cygwin/syscalls.cc:3524: error: crosses initialization of 'fhandler_pipe* fh' # /src/gcc/winsup/cygwin/syscalls.cc:3529: error: jump to label 'err' # /src/gcc/winsup/cygwin/syscalls.cc:3501: error: from here # /src/gcc/winsup/cygwin/syscalls.cc:3524: error: crosses initialization of 'fhandler_pipe* fh' # ChangeLineInFile(" fhandler_pipe *fh = (fhandler_pipe *) cygheap->fdtab[fd];\n", " fhandler_pipe *fh;\n fh = (fhandler_pipe *) cygheap->fdtab[fd];\n", Source + "/winsup/cygwin/syscalls.cc") # # /src/gcc/winsup/utils/cygcheck.cc:129: error: extra qualification 'pathlike::' on member 'check_existence' # /src/gcc/winsup/utils/cygcheck.cc: In function 'int display_internet_error(const char*, ...)': # ChangeLineInFile(" void pathlike::check_existence (const char *fn, int showall, int verbose,\n", " void check_existence (const char *fn, int showall, int verbose,\n", Source + "/winsup/utils/cygcheck.cc") # # In file included from /src/gcc/winsup/cygwin/dcrt0.cc:30: # /src/gcc/winsup/cygwin/shared_info.h:98: error: extra qualification 'mount_info::' on member 'create_root_entry' # # This is fixed in the 8/27 snapshot. # ChangeLineInFile(" void mount_info::create_root_entry (const PWCHAR root);\n", " void create_root_entry (const PWCHAR root);\n", Source + "/winsup/cygwin/shared_info.h") - Jay -- 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/

RE: Difficulty building gcc 4.3.2 under i386-pc-cygwin

2008-09-08 Thread Jay
es to configure. Such as the thread model. It seems to default to none instead of posix. But what I show above is an ok start. - Jay -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwi

RE: Slow fork issue - Win x64

2008-09-18 Thread Jay
p to the speed of x86 would suffice. Wow64 is a fairly thin layer. It has to translate kernel calls, widening/narrowing integers/pointers and translating paths between "system32" and "syswow64". When your code is running without making kernel calls, it runs at fu

RE: cygserver 1.5.25-15 slows down logoff

2008-10-17 Thread Jay
Maybe you need to call SetServiceStatus(SERVICE_STOPPED) or exit the process or something? What happens when you use net stop to stop the service? It stops reasonably fast, or not? - Jay -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Packaging software built with Cygwin

2003-02-04 Thread Jay Maynard
This is probably an FAQ, but I haven't been able to find any answers on the FAQ page at cygwin.com. I'm the maintainer of Hercules, an emulator for IBM mainframe systems that runs on Linux, Mac OS X, and other Unix-style OSes, and Windows via Cygwin. It's distributed under an OSD-compliant license

Re: Packaging software built with Cygwin

2003-02-04 Thread Jay Maynard
On Tue, Feb 04, 2003 at 06:27:39PM -0500, Igor Pechtchanski wrote: > You are aware that linking against the Cygwin DLL automatically makes your > software GPL'ed, right? Not according to http://cygwin.com/licensing.html: "In accordance with section 10 of the GPL, Red Hat permits programs whose so

Re: Packaging software built with Cygwin

2003-02-04 Thread Jay Maynard
On Tue, Feb 04, 2003 at 09:31:43PM -0500, Igor Pechtchanski wrote: > Now, hold on there, no need to jump the gun. I'm not what you may call "a > definitive expert on Cygwin licensing". In fact, whatever that page says > surely overrides what I said earlier. Okkay...that's what I'd been relying o

Re: Packaging software built with cygwin

2003-02-05 Thread Jay Maynard
On Wed, Feb 05, 2003 at 09:12:02AM -0500, Christopher Faylor wrote: > On Thu, Feb 06, 2003 at 12:39:45AM +1100, Nigel Stewart & Fiona Smith wrote: > >>However, just in case you need to hear it, it is true that you have to > >>provide the sources for the cygwin DLL if you want to distribute it. > >T

Re: Packaging software built with cygwin

2003-02-05 Thread Jay Maynard
On Tue, Feb 04, 2003 at 10:32:46PM -0500, Christopher Faylor wrote: > On Tue, Feb 04, 2003 at 08:48:03PM -0600, Jay Maynard wrote: > >On Tue, Feb 04, 2003 at 09:31:43PM -0500, Igor Pechtchanski wrote: > >>Remember that linking against some version of libcygwin.a doesn't me

Re: Packaging software built with cygwin

2003-02-05 Thread Jay Maynard
On Wed, Feb 05, 2003 at 12:55:43PM -0500, Christopher Faylor wrote: > On Wed, Feb 05, 2003 at 11:18:22AM -0600, Jay Maynard wrote: > >It may be intended to be upward compatible, but that's not our experience. > Ok. I'm not going to start scouring random other mailing

Re: Packaging software built with cygwin

2003-02-06 Thread Jay Maynard
On Thu, Feb 06, 2003 at 10:34:36AM +0100, Ronald Landheer-Cieslak wrote: > The way I read GPL (but please correct me if I'm wrong) you should be able > to write a fork off the current Setup that installs the Hercules and gets > the Cygwin from one of the mirrors (of which you can download the lis

Will using cygwin help with back-linking?

2004-04-06 Thread Jay West
on the machine will provide this feature, or am I left with totally restructuring the application to stuff the global variable definitions into a library? Any tips in the right direction are most appreciated! Jay West --- [This E-mail scanned for viruses by Declude Virus] -- Unsubscribe info:

Re: Will using cygwin help with back-linking?

2004-04-06 Thread Jay West
ecific questions: Does cygwin-based windows take care of backlinking, and if so with what tool/method, and is it's method compatable with libtool in a transparent way on Unix vs. Cygwin/Windows? Thanks for any direction! Jay West -- Unsubscribe info: http://cygwin.com/ml/#un

Fw: Will using cygwin help with back-linking?

2004-04-07 Thread Jay West
Forgot to copy to list... - Original Message - From: "Jay West" <[EMAIL PROTECTED]> To: "Jani tiainen" <[EMAIL PROTECTED]> Sent: Wednesday, April 07, 2004 8:40 AM Subject: Re: Will using cygwin help with back-linking? > You wrote... > > You don&

Re: Net::Telnet needs line of code added for fhopen to work withcygwin-perl and IO::Pty module in MSWin

2002-03-14 Thread Jay Rogers
[EMAIL PROTECTED] wrote: > First I'd like to say THANKS Brian, you're most welcome. > Recently, the IO:Pty module was successfully ported to > work with cygwin-perl. Now it is truly possible to use your > fhopen method (per Lincoln Stein's chapter on your Telnet > module) to do Expect-l

RE: Updated: cygwin-1.3.8-1

2002-01-21 Thread Jay Gindin
the zsh.exe which I built, in case this isn't a known problem. Thanks, Jay Gindin > -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > Sent: Sunday, January 20, 2002 7:41 PM > To: [EMAIL PROTECTED] > Subject: Updated: cygwin-1.3.8-1 > &g

Fw: CrossCompiling

2005-12-19 Thread Jay C.
Hey. Ok, im going to explain my situation. I am compiling a plugin for CS:S. I am using CygWin and a gcc 3.4.1 cross compiler which I know works out of the box for compiling this type of plugin. I can send it to a guy using the same setup and it compiles fine for him using CygWin and the same

Re: cvs 1.11.17 in command line server mode, OpenSSH_4.3p2, OpenSSL 0.9.8a 11 Oct 2005, problem with binary files

2006-04-01 Thread Jay Abel
t's what I want to happen. But the problem does exist. Sometimes CVS client and server running on the same machine can connect and complete the transaction. Sometimes they can't. It appears that the problem is dependent on the specific characters sent (file contents affect it, compre

Re: cvs over ssh with tcsh

2006-04-05 Thread Jay Abel
tup scripts that turns all that stuff off if the connection is supposed to be binary, and how does CVS tell ssh it wants a binary shell? I'm currently using /bin/ssh as my CVS_RSH variable, but at least according to the trace output cvs isn't sending any special options. Do I need

Re: cvs over ssh with tcsh

2006-04-05 Thread Jay Abel
see below - Original Message - From: "Igor Peshansky" <[EMAIL PROTECTED]> To: "Jay Abel" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, April 05, 2006 8:46 AM Subject: Re: cvs over ssh with tcsh Ugh, top-posting... Reformatted. On Wed, 5 Apr 2006,

Re: cvs over ssh with tcsh (testcase and workaround)

2006-04-09 Thread Jay Abel
Sent: Wednesday, April 05, 2006 3:18 AM Subject: Re: cvs over ssh with tcsh > On Tue, 4 Apr 2006, Jay Abel wrote: > > > This is just a ping to see if anyone has noticed problems running > > cvs in command line server mode over ssh with tcsh installed as the > > log

Re: SSH works, but SFTP fails on non-admin users

2006-04-11 Thread Jay Abel
By any chance, is the non-admin shell something other than bash, say, tcsh? If so, please reply with that data. I assume the cygcheck.out below was run from the administrator account? Please correct me if that is not the case. - Original Message - From: "DJ Lee" <[EMAIL PROTECTED]>

Re: Can't print because .lnk makes printer name invalid

2006-04-21 Thread Jay Abel
irectly to the printer's IP address, but the above isn't as bad as it seems, since it keeps windows and cygwin print jobs in sequence, and visible in the queue. I'm sure there is a better way, but the above worked for me. Jay Abel - Original Message - From: "Roc

Re: cygwin + windows update = lock up (W2K SP4)

2006-05-02 Thread Jay Abel
the only way to complete the update is to kill the cat. I tried this, my wife is furious, and the update is still stuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

Loading cygwin libraries in Ruby from CMD?

2006-07-18 Thread Jay Levitt
ut Cygwin doesn't use ld.so.conf. Any ideas what I could look at to see why RMagick.so isn't being loaded? One interesting bit from strace is below - there's an error 126 (module not found), which is odd, because clearly it has found the file. Jay Levitt 80 1

cron problems with windows 2003 server

2005-01-20 Thread Jay Patel
CYGWIN_NT-5.2 hal 1.5.12(0.116/4/2) 2004-11-10 08:34 i686 unknown unknown Cygwin Logged in as Administrator I have installed the cron service with: cygrunsrv -I cron -p /usr/sbin/cron -a '-D' -e CYGWIN="tty ntsec binmode" -d "CYGWIN cron" The process is running, but my cron jobs for Administrat

Re: foo and foo.exe

2005-03-08 Thread Jay Guerette
Works for me in 1.5.13-1. On Tue, 08 Mar 2005 18:07:55 -0500, Jennifer Lai <[EMAIL PROTECTED]> wrote: > Hi, > Has the newer release of cygwin fixed problem stated in this thread, > http://www.cygwin.com/ml/cygwin/2003-10/msg00378.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: Man pages messed up when viewed over SSH

2005-03-13 Thread Jay Guerette
Uh, *which* line? > But then, on a RH box - just from a completely random guess! - I changed > this line in /etc/man.config: > > # > # Useful paths - note that COL should not be defined when > # NROFF is defined as "groff -Tascii" or "groff -Tlatin1"; > # not only is it superfluous, but it actual

Re: Man pages messed up when viewed over SSH

2005-03-13 Thread Jay Guerette
LOL. Yeah so *I* feel stupid. > > Uh, *which* line? > > Seems like this one: > > > > #NROFF /usr/bin/nroff -c -mandoc ### BEFORE > > > NROFF /usr/bin/nroff -c -Tascii -mandoc ### AFTER -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http:

Re: ifconfig

2005-03-23 Thread Jay Guerette
This page: http://cygwin.com/packages/ Allows you to search for strings in packages, though the results need to be researched a bit. For example a search for 'ifconfig' turns up ZSH, and if you follow the link it shows there is a function called 'ifconfig' in ZSH. > Where can I find the pre-exist

socket() call failing?

2004-08-18 Thread Jay Fenlason
"cyggettextlib-0-14-1.dll" v0.0 ts=2004/7/6 13:56 190k 2004/07/06 C:\cygwin\bin\cyggettextsrc-0-14-1.dll - os=4.0 img=1.0 sys=4.0 "cyggettextsrc-0-14-1.dll" v0.0 ts=2004/7/6 13:56 991k 2004/07/06 C:\cygwin\bin\cygiconv-2.dll - os=4.0

Re: socket() call failing?

2004-08-19 Thread Jay Fenlason
On Thu, Aug 19, 2004 at 12:00:49AM +0200, Corinna Vinschen wrote: > Does the parent process reduce the environment to some bare minimum? > Check if the child process still has $SYSTEMROOT set. It has a function called safe_env() which strips out everything except TZ and (optionally) PATH. Modify

Re: sshd error - Could not load host key

2006-08-14 Thread Jay Abel
group or other have read write or execute access to them. Applies to both user and host keys. You may need to restart the sshd service after you've fixed the permissions, which you can do by typing: net stop sshd net start sshd HTH Jay -- Unsubscribe info: http://cyg

Re: mount usb drive for all user

2006-08-30 Thread Jay Abel
I've seen this with the removable CD ROM drive on my laptop. If I log in as another user, the CD ROM drive is not accessible. Seems the O/S decides on the basis of login time to whom it should give the device. If only one user is logged in, they get it. If two users are logged in, the first

Installing Cygwin on XP laptop part of a domain

2006-10-17 Thread Jay NYC
connection" but that didn't help. Can someone who has experience installing Cygwin on a WinXP desktop part of a Windows Domain let me know what to do? Again, the only reason I am installing Cygwin is to run Unison. Thanks --Jay -- Unsubscribe info: http://cygwin.com/ml/#unsubscr

Re: print from xfig

2006-12-13 Thread Jay Abel
t survive the local network connection being repaired, disconnected, etc. I recommend creating an alias and/or command file. You might just do the dos version in your autoexec so that it works most of the time. Jay - Original Message - From: "Larry Hall (Cygwin)" <[E

Re: can't start sshd

2007-01-08 Thread Jay Abel
- Original Message - From: "Charles D. Russell" To: "cygwin cygwin" Sent: Monday, January 08, 2007 9:22 AM Subject: Re: can't start sshd Windows event log shows only information events (id 0) from sshd, but /var /log/sshd.log showed: /var/empty must be owned by root and not group or

Re: NTSEC documentation

2007-01-08 Thread Jay Abel
put me at number 10 on your list. If you don't get a number 1-9, I suppose I am it. Jay - Original Message - From: "Corinna Vinschen" <[EMAIL PROTECTED]> To: Sent: Monday, January 08, 2007 12:18 AM Subject: NTSEC documentation Is anybody here with a deve

Re: NTSEC documentation

2007-01-08 Thread Jay Abel
Looks like this is now covered, but I'd still be happy to proofread and/or edit for spelling, grammar and for clarity by someone not intimately familiar with cygwin internals. - Original Message - From: "Jay Abel" To: the list Sent: Monday, January 08, 2007 10:05

Apache how-to for cygwin

2007-01-14 Thread Jay Abel
iced while looking that httpd2 is available, should I be thinking about using that instead? That is, are there compelling reasons to switch (such as support being dropped for version 1 or significant improvements)? Jay -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pro

Re: Apache how-to for cygwin

2007-01-14 Thread Jay Abel
On 14 January 2007 21:30, Jay Abel wrote: I must have googled the wrong terms, Going to google in the first place was wrong. Cygwin comes with documentation, you only had to look as far as your own hard drive! /usr/share/doc/Cygwin/apache-1.3.33.README Got it thanks. I first looked in

Cron Issue

2007-08-13 Thread Barnhart Jay
ing I've read most of the postings that I've seen on this issue and added permissions, created the dedicated cron_server account, etc. Any help would be greatly appreciated, this has us stumped. Jay Barnhart OCP, Linux Certified SA, MPM 614-628-4854 Office 614-371-3891

RE: Cron Issue

2007-08-13 Thread Barnhart Jay
Here is the cronbug dumpI deleted a lot of the event log history to reduce the sizeIt's all the same error over and over again since it's running every 5 minutes... Thanks for your assistance Jay Barnhart OCP, Linux Certified SA, MPM 614-628-4854 Office 614-371-3891 C

1.7.1: probelms with git

2010-01-11 Thread Jay Heaslip
Some of the git commands don't seem work. I able to "init" a git repository and check in changes, but commands like "git log" & "git diff" are not working. When I try to run them, they just return to the shell prompt without any output. Has anyone els

Re: 1.7.1: probelms with git

2010-01-11 Thread Jay Heaslip
After setting GIT_TRACE to1, I get the following when running "git log": trace: run_command: 'sh' '-c' 'less' trace: exec 'sh' failed: No such file or directory I've attached my cygcheck output. Thanks, Jay Cygwin Configuration Di

Re: 1.7.1: probelms with git

2010-01-11 Thread Jay Heaslip
On 01/11/10 11:43 AM, Christopher Faylor wrote: On Mon, Jan 11, 2010 at 11:39:42AM -0500, Jay Heaslip wrote: After setting GIT_TRACE to1, I get the following when running "git log": trace: run_command: 'sh' '-c' 'less' trace: exec 'sh' f

RE: Cygwin Maximum Memory Documentation

2010-04-27 Thread Jay K
On 64bit systems, /largeaddressaware gives 32bit processes 4GB of address space, and no need to boot with a special option (well, other than using a 64bit OS!). search for "largeaddressaware": http://blogs.msdn.com/oldnewthing/archive/2005/06/01/423817.asp

how to get mmap page size?

2009-01-16 Thread Jay Foad
em to be exposed to applications. I know that this has been discussed before, e.g. here: http://www.cygwin.com/ml/cygwin/2002-01/msg00747.html but I haven't found an answer to this particular question. Thanks, Jay. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: how to get mmap page size?

2009-01-16 Thread Jay Foad
t (core dumped) This is a recent cygwin installation on XP Pro SP2. Thanks, Jay. -- 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/

Re: how to get mmap page size?

2009-01-16 Thread Jay Foad
fixing that for Cygwin 1.7. OK, thanks. In the mean time I guess I'll just use a hard coded value of 4K for the page size in my application. Thanks, Jay. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

1.5.25-Cygstart not showing visible window

2009-03-05 Thread Jay Cross
ch? Have I missed something? Thanks in advance to anyone that can help. Jay Here's some info about my setup: Windows XP SP2 CYGWIN 1.5.25 BASH 3.2 CYGSTART 1.4 OpenSSH_5.1p1 OpenSSL 0.9.8j 07 Jan 2009 a script I tried also to no avial: # begin script #!/bin/bash # Dan Martin

running MS link.exe under Cygwin sshd?

2009-07-31 Thread Jay K
everything goes downhill from there.Why VS feels the need to put the PDB access in a separate process under separate access rights is very puzzling, but there it is. " Bug in Cygwin sshd? - Jay -- Problem reports: http://cygwin.com/problems.html FAQ: http:/

RE: running MS link.exe under Cygwin sshd?

2009-08-02 Thread Jay K
I found that Interix sshd and WinSSHD work ok here. So it is something specific to Cygwin. - Jay > From: jay.kr...@cornell.edu > To: cygwin@cygwin.com > Subject: running MS link.exe under Cygwin sshd? > Date: Sat, 1 Aug 2009 04:50:15 +000

RE: running MS link.exe under Cygwin sshd?

2009-08-03 Thread Jay K
Friend also found freesshd works and will use that. So 3 out of 4 sshd work, Cygwin sshd is the only one that doesn't. - Jay [snip] -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.co

RE: running MS link.exe under Cygwin sshd?

2009-08-03 Thread Jay K
> From: reply-to-list-only...@cygwin.com > On 08/03/2009 12:11 AM, Jay K wrote: >> I found that Interix sshd and WinSSHD work ok here. >> So it is something specific to Cygwin. > Are you talking about password or public key authentication? If the > latter, Have you trie

RE: resolving _glgetstr...@4 by linking to _glGetString

2010-07-12 Thread Jay K
ne calling convention each) If you run link -dump -exports %windir%\system32\opengl32.dll, you'll see plain "glGetString".  There is no clear indication in the .dll that glGetString takes 4 bytes of parameters (maybe if you disassemble it...) The file -lopengl32 found though, conta

control key stops working

2010-11-18 Thread Jay Foad
trl-letter combinations print other funny characters. Any idea what's going on, what causes it, and/or how I can fix it? (Google didn't help me, but then I wasn't really sure what to Google for.) $ uname -a CYGWIN_NT-6.1-WOW64 Jay-Foad-W7 1.7.7(0.230/5/3) 2010-08-31 09:58 i686 Cygwin

RE: upper limit to df reported available size?

2010-12-10 Thread Jay K
gwin/2009-01/msg00863.html I realize it has less/no value to fixing. But I'm not sure how changing the others won't require *everything* (just about) to be recompiled anyway. Maybe you rename functions somehow? Thanks, - Jay -- Prob

Solution to using different usernames

2011-03-08 Thread Jay Adams
My friend, Jeremy Bopp, let me know that if I use /etc/profile.d I could still get updates for /etc/profile unlike when you edit it directly (comment out USER="`id -un`"). I had to think of a way to change $USER from a different file so I came up with: # use Windows's USERNAME variable USER=$USERN

Re: Solution to using different usernames

2011-03-10 Thread Jay Adams
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

Re: Solution to using different usernames

2011-03-27 Thread Jay Adams
I was able to achieve the desired result without modifiying /etc/passwd. What I did was expand /etc/profile.d/user.sh to: # use Windows's USERNAME variable USER=$USERNAME export USER HOME=/home/$USER export HOME Next I zeroed out /etc/passwd so it was a blank file. Combine these together and SSH

  1   2   >