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
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/
> "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:
> 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
> 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
> 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
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
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/
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:
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:
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:
>
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/
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
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/
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
>
> 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
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
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
> [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
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
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]
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
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/
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]
>
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/
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
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
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/
?
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/
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,
.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
. 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/
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 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.)
>[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
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
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
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
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/
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/
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
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
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
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
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
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
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
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
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
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
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:
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
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&
[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
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
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
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
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
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,
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
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]>
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
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
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
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
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
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
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:
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
"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
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
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
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
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
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
- 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
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
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
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
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
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
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
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
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
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
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
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:
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/
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
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
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:/
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
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
> 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
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
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
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
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
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
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 - 100 of 128 matches
Mail list logo