Re: Windows 2003 Server & Cygwin Cron

2003-11-12 Thread brian
searching for the final answer. /Brian Re: Windows 2003 Server & Cygwin Cron From: "Brian Cruikshank" To: Date: Tue, 11 Nov 2003 13:27:33 -0700 Subject: Re: Windows 2003 Server

Re: The need for cygwin

2010-01-07 Thread brian
For me, Cygwin provides a nice easy linux emulation complimenting my large set of laptop windows applications, which for me is the point. For Linux, I log into a massive linux server where my production systems reside and get unlimited storage and free maintanance. I haven't even explored it

newbie bash variable problem

2010-01-17 Thread brian
right so I set an echo this in the script echo JAVA but this just gives "JAVA" and this echo $JAVA /bin/java/c/jdk1.6.0_16 which some how over writes part of the variable. What is the right way to set and to echo the JAVA variable? Thanks Brian -- Problem reports: http://cygw

POSIX regex libraries?

2010-01-19 Thread brian
Hi, Can anyone tell me if cygwin has and if it does, how to get the POSIX regex libraries in cygwin ? Thanks Brian -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info

bash script error

2010-01-22 Thread brian
Hi, I am trying to run a script in cygwin,and keep getting this error.Both of these files exist (bash.exe) and user has 777 permissions. $ bin/run.sh : /bin/bash: /usr/local/x-daemon.sh: No such file or directory Any help appreciated. Brian -- Problem reports: http://cygwin.com

subversion 1.4.6-1 dies with new cygwin install

2008-06-17 Thread Brian
With a new cygwin install, subversion 1.4.6-1 dies on execution. Under XP, it silently exits. Under Vista, it launches the "This program has stopped working" dialog. This doesn't happen with a machine upgrading its version of cygwin, only on a new install. I've verified this by wiping a cygwin inst

Re: subversion 1.4.6-1 dies with new cygwin install

2008-06-18 Thread Brian
On Wed, Jun 18, 2008 at 1:21 AM, René Berber <[EMAIL PROTECTED]> wrote: > >> With a new cygwin install, subversion 1.4.6-1 dies on execution. Under >> XP, it silently exits. Under Vista, it launches the "This program has >> stopped working" dialog. This doesn't happen with a machine upgrading >> it

[PATCH] Trivial pthread testsuite fixes

2003-03-26 Thread Brian Ford
2003-03-26 Brian Ford <[EMAIL PROTECTED]> * winsup.api/pthread/condvar7.c (mythread): Cast pthread_mutex_unlock argument of pthread_cleanup_push to void *, preventing a compiler warning / testsuite failure. * winsup.api/pthread/condvar9.c (mythread): Li

Re: [PATCH] Trivial pthread testsuite fixes

2003-03-26 Thread Brian Ford
On Wed, 26 Mar 2003, Elfyn McBratney wrote: > Brian, > > Your patch may get more attention from the cygwin-patches mailing list as > per <http://cygwin.com/lists.html>. > Yes, but it is by subscription only. I prefer to read the archives, at least until they are passwor

Re: [PATCH] Trivial pthread testsuite fixes

2003-03-26 Thread Brian Ford
Thanks. I did not know that. Done. On Wed, 26 Mar 2003, Elfyn McBratney wrote: > > On Wed, 26 Mar 2003, Elfyn McBratney wrote: > > > > > Brian, > > > > > > Your patch may get more attention from the cygwin-patches mailing list > as > > > pe

CVS winsup/testsuite/winsup.api/pthread/condvar9.c failure

2003-03-27 Thread Brian Ford
/winsup.api/pthread/condvar9.c, line 229 A simple debug shows: pthread/condvar9.c: awoken 8 NUMTHREADS 9 canceledThreads 2 This loop seems strangely architected, so I will have to look into the correctness of the test later. Just FYI. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual

Re: CVS winsup/testsuite/winsup.api/pthread/condvar9.c failure

2003-03-28 Thread Brian Ford
On Fri, 28 Mar 2003, Thomas Pfaff wrote: > Brian Ford wrote: > > I have been seeing this for a few days now. I will investigate further > > when I have more time, but I thought I would give Thomas Pfaff and others > > a heads up. > > > > It is failing with:

undefined reference to ___assert, _impure_ptr, etc.

2003-03-31 Thread Brian Warner
Hi, I'm using Cygwin for compiling the Xerces-C library for MinGW. My program used the gcc 3.2, and there were no problem, but now I use the gcc 3.2.2 for my program, so I need to recompile the Xerces-X library too. But the gcc 3.2.2 doesn't exist for Cygwin, so I compiled it with the source on

compiling gcc 3.2.2 with mingw support

2003-04-01 Thread Brian Warner
Or did someone already do it and can tell me were I can find it ? Thanks for any help. Regards, Brian Warner. _ Utilisez votre MSN Messenger via votre GSM ! http://www.fr.msn.be/gsm/servicesms/messengerparsms -- Unsubscribe info:

Re: compiling gcc 3.2.2 with mingw support

2003-04-02 Thread Brian Warner
ing, but my program bugs, and when I use the 3.2 version, it is all fine. Maybe there is still something wrong in the library compilation. Could you try to compile something with my method to see if it works for you too and if your program run fine after. Thanks, Brian. From: "Joakim

Re: CVS winsup/testsuite/winsup.api/pthread/condvar9.c failure

2003-04-03 Thread Brian Ford
ers manage test running Cygwin versions and reverting. Obvioulsy, for things like the new 64 bit support, just swapping cygwin1.dll is not sufficient. Thanks. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fa

Remaking and running a single testsuite test?

2003-04-03 Thread Brian Ford
Is there an easy way, short of running the whole testsuite again? I am having a problem figuring it out. Thanks. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http

Re: CVS winsup/testsuite/winsup.api/pthread/condvar9.c failure

2003-04-03 Thread Brian Ford
thread 5 awoken 6 thread 6 awoken 7 thread 9 awoken 8 thread 8 awoken 8 num 9 cancel 2 -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscri

Re: CVS winsup/testsuite/winsup.api/pthread/condvar9.c failure

2003-04-03 Thread Brian Ford
thread 8 wait thread 9 wait cancel 7 thread 5 run thread 5 awoken 5 thread 6 run thread 6 awoken 6 thread 9 run thread 9 awoken 7 thread 8 run thread 8 awoken 8 awoken 8 num 9 cancel 2 On Thu, 3 Apr 2003, Brian Ford wrote: > On Thu, 3 Apr 2003, Thomas Pfaff wrote: > > > I tried on XP a

Installing CVS built cygwin?

2003-04-03 Thread Brian Ford
be a simpler way... Thanks for any tips. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cyg

Re: compiling gcc 3.2.2 with mingw support

2003-04-03 Thread Brian Warner
There is on the cygwin ftp the gcc-mingw package for the 3.2 version. But it is simply the binary from the gcc 3.2 which are being copied in the directories, there is nothing special (well I didn't find something special). I tried to reproduce it for the 3.2.2 but it doesn't do anything really

Here - you can use my bank account

2003-06-05 Thread Brian . Kelly
your good fortune, only hoping that you will compensate me in a way that you feel is just and warranted. Of course I trust you will keep this information STRICTLY CONFIDENTIAL ;-) Brian Kelly "Steve Fairbairn" <[EMAIL PROTECTED]>@cygwin.com on 06/04/2003 10:28:58 AM Sent by

Vim and the navigating with arrow keys

2003-06-10 Thread Brian . Kelly
"True Vim'ers DO NOT navigate with arrow keys". I remember reading that somewhere. Certainly the "correct" way to navigate in Vim is with the H J K and L keys. Understood, acknowledged, yaddy yadda yaaa. That said - I "like" to use the arrow keys. It's habitual and something I've been doing f

Re: Vim and the navigating with arrow keys

2003-06-10 Thread Brian . Kelly
TERM setting. Since I'm not qualified to give you a gold star, I'll simply pledge my "support" give you my promise to cast a ballot for you if a "gold star" referendum were ever held. ( hmmm, I can't remember if I'm registered to vote! ) Brian Kelly &quo

Re: Vim and the navigating with arrow keys

2003-06-10 Thread Brian . Kelly
s according to setup instructions circa 2000-2001. They may still be - I don't know, haven't looked. Anyhow, do you know offhand if there is still any compelling reason to have tty in the Cygwin environment variable? Thanks again. Brian Kelly ( You're level of "meanness" gets only

Re: Vim and the navigating with arrow keys

2003-06-10 Thread Brian . Kelly
is the determiner. I must be losing it - I "thought" I had closed all open cmd windows and opened a new one after updating the .profile - but - alas - that probably is not what actually happened. Brian Kelly "Shankar Unni" <[EMAIL PROTECTED]>@cygwin.com on 06/10

Native Microsoft Telnet Client Blows Past the Password Prompt

2003-06-14 Thread Brian . Kelly
there something I can change to fix this? For AIX or MS 2000? Brian Kelly "WellChoice, Inc." made the following annotations on 06/14/2003 06:28:23 AM -- Attention! This electronic message contains i

RE: Native Microsoft Telnet Client Blows Past the Password Prompt

2003-06-14 Thread Brian Kelly
uhhh - that's "MR CHRIST" to you sir. Yes OF COURSE I telnet to my servers. I do so inside a secure network from desktops that are locked down tighter than gold in Swiss Banks. Since I don't have every little thing browser enabled on my servers, and IT has not seen fit to distribute Putty to every

Partial Solution! - Native Microsoft Telnet Client Blows Past the Password Prompt

2003-06-14 Thread Brian Kelly
ble with Cygwin. And of course, unless someone "knows" the "simple" solution above - they are outta luck. Of course brain surgery is "simple" if you know how to do it. So why isn't it fixed yet?? BWAM I understand, really I do ;-) BK -Original Message---

Re: Memleak Apparently Attributable to Cygwin Setup

2003-06-16 Thread Brian . Kelly
elay - but the install - given my experience - WILL "eventually" finish correctly. Brian Kelly "Dan Hatton" <[EMAIL PROTECTED]>@cygwin.com on 06/16/2003 11:14:46 AM Sent by:[EMAIL PROTECTED] To:cygwin <[EMAIL PROTECTED]> cc: (bcc: Brian Kelly/WT

win32 dia and HOME=/usr/bin/%USERPROFILE% fix

2003-06-16 Thread Brian Koehmstedt
that starts up bash shells. -- Brian Koehmstedt [EMAIL PROTECTED] -- 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/

stderr outputs veerrrryyy slowly

2003-06-18 Thread Brian Dessent
lways broken like this... maybe 3-4 months ago? Any ideas? Do any of the above listed commands have the same result on anyone else's system? Brian -- 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: stderr outputs veerrrryyy slowly

2003-06-18 Thread Brian Dessent
Brian Dessent wrote: > I'm running under Win2k SP3, cygwin.dll version 1.3.22-1, CYGWIN="ntea > tty ntsec" (the partition is NTFS), and a bunch of packages all of > whatever the latest stable version is according to setup.exe. I use > plain old bash as my shell, no rx

Re: stderr outputs veerrrryyy slowly

2003-06-18 Thread Brian Dessent
;writev \(2" strace.out | wc -l 4143 Well, that makes sense. One call for each output character. So it looks like stderr is being written one byte at a time. But even if that's the case, it shouldn't take (39.3 / 4143) = 9.5ms per character, that's glacial in terms of cpu clocks

Re: cygwin license with windows apps?

2003-06-20 Thread Brian Dessent
be GPL? Then you couldn't > have any Programs that didn't require publishing of source code? But there > are many, many commercial programs for Linux that don't publish their code. I think that's why many libraries are licensed under the LGPL, which drops the requriement t

Re: stderr outputs veerrrryyy slowly

2003-06-21 Thread Brian Dessent
of tty in $CYGWIN. So it's specific to stderr. Can anyone make heads (or tails) of this now? Brian -- 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: stderr outputs veerrrryyy slowly

2003-06-22 Thread Brian Dessent
anything except fputc? i.e. why do I get the 300-baud-modem emulation only in a few cases? - Why does it take so long (10ms) to flush the stream? - Why does it only happen with 'tty' set? Sorry if I'm being dense. I was also going to ask what the heck newlib was but I figured th

Re: assertion "ptr != MAP_FAILED" failed while using mmap

2003-06-25 Thread Brian Dessent
=== Error : %u %s ===\n", errno, strerror (errno)); > } > The program prints: > === Error : 0 No error === Of course it does, since you set errno = 0, what else could you possibly expect? Remove that line if you want to know why mmap() fails. Brian -- Unsubscribe info: h

Re: assertion "ptr != MAP_FAILED" failed while using mmap

2003-06-25 Thread Brian Dessent
Alex Vinokur wrote: > > The program prints: > === Error : 22 Invalid argument === > > Which argument? The flags argument requires at least one of MAP_SHARED or MAP_PRIVATE, I think. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repo

Re: _pread() _pwrite

2003-06-26 Thread Brian Dessent
Ronald Landheer-Cieslak wrote: > > pread and pwrite are not in Cygwin (or at least are not exported by > cygwin1.dll). They are hardly the most portable functions in the world. I > suggest you write a wrapper. Something like: > > > ssize_t pread(int fd, void *buf, size_t count, off_t offset) > {

Re: cygwin presentation ???

2003-06-26 Thread Brian . Kelly
nity questioned first followed by a week of hazing and then a month of silence. By then you should have solved the issue and provided a patch. Finally, I leave you with this directive: Cygwin - use it and SHUT UP. Thank you! "Christopher Faylor" <[EMAIL PROTECTED]>

Re: OT: newbie shell-users howto, guide, cheatsheet, orreference?

2003-06-26 Thread Brian . Kelly
ok would probably not be a waste of someone's time - as more and more "non-code-heads" (like moi) are using cygwin with each passing day. Brian Kelly "Karsten M. Self" <[EMAIL PROTECTED]>@cygwin.com on 06/26/2003 03:21:46 PM Sent by:[EMAIL PROTECTED]

RE: cygwin presentation ???

2003-06-27 Thread Brian . Kelly
re only gonna get more frequent and more vocal as time goes on. So for those who get a little bent when someone complains about the lack of "wizards" and "plug and play", the fact is, such rabble wouldn't even be singing if cygwin wasn't first and foremost AN OUTRAGEOUS SUCCES

Re: Output suppressed with ssh or telnet

2003-06-27 Thread Brian Dessent
ts and/or virtualize the screen buffer and cope with those old programs. Brian -- 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 display graphic by cygwin

2003-06-28 Thread Brian Dessent
uld somebody help me to fix this problem. You need to include the "-X" argument to ssh to forward X11 from the remote host to your local machine. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: How display graphic by cygwin

2003-06-28 Thread Brian Dessent
t it before running ssh, i.e. export DISPLAY=localhost:0.0 Brian -- 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: example needed pls: `cygpath -c '

2003-06-28 Thread Brian Dessent
= quotemeta($arg); $foo = `cygpath -wsa $foo 2>/dev/null`; chomp $foo; push @newargs, $foo; } exec @newargs; Brian -- 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: example needed pls: `cygpath -c '

2003-06-28 Thread Brian Dessent
Brian Dessent wrote: > my $foo = quotemeta($MS_path_filename); > chomp (my $cygpath = chomp `cygpath -u $foo`); > # now $cygpath should be usable Whoops, that second line should be: chomp (my $cygpath = `cygpath -u $foo`); I sure wish you could just do something like `&q

Re: example needed pls: `cygpath -c '

2003-06-28 Thread Brian Dessent
p;Copy Cygwin path" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\CygPath\command] @="c:\\cygwin\\bin\\perl.exe -MWin32::Clipboard -e \"my $f=quotemeta('%1'); chomp (my $c=qx!cygpath -u $f!); Win32::Clipboard($c);\"" Brian -- Unsubscribe info: http

Re: Cygwin uses wrong make tool on my system.

2003-06-28 Thread Brian Dessent
ll have to rename then for now... > > Unless somebody knows how to call cygwin's make ? :D It's all in the order of your $PATH. Typing "which make" will tell you which one comes first. I would think it should pick up GNU make first since by default /etc/profile prepends /bin t

Re: Procedure entry not found in cygwin1.dll

2003-06-28 Thread Brian Dessent
e list. Why are you compiling bintools anyway? There's a package you know... Brian -- 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: example needed pls: `cygpath -c '

2003-06-28 Thread Brian Dessent
pboard existed. Is there a list of supported dev entries somewhere? Brian -- 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: ls.exe slow down in cygwin 1.3.13 (a followup from the "ls problem" thread last november 2002)

2003-06-30 Thread Brian Dessent
y looks for those files to determine time zone information. Mine does it too, but it doesn't take anywhere near as long. It looks like you have $TZ set to CST-8, just for kicks why not try "unset TZ; ls -l" just to see if it makes any difference at all. Brian -- Unsubscribe info:

Re: About the 'su' command

2003-06-30 Thread Brian . Kelly
>> Why rewrite 'su' to do those types of tricks, when 'ssh' already exists? Uhhh - how about "script portability??" (Which is why I predict su will "someday" be made to do this. When?? Simple, When somebody does it .... ) [ I ain't demand

Re: About the 'su' command

2003-06-30 Thread Brian . Kelly
| |^ | \ \// \___/ "Igor Pechtchanski" <[EMAIL PROTECTED]> on 06/30/2003 08:45:48 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc:[EMAIL PROTECTED] Subject:Re: About the 'su' command Brian, Th

Re: About the 'su' command

2003-07-01 Thread Brian Dessent
le, > When somebody does it ) [ I ain't demand'in nothin from nobody ] > > Brian Kelly Microsoft has a su utility in one of their NT resource kits: 8< Usage: su "[cmdline]" [domain] [[winsta\]desktop] [options] The first non-switch argument i

Re: example needed pls: `cygpath -c '

2003-07-01 Thread Brian Dessent
.profile, and so I can issue commands like "ue /etc/hosts*" or "ue ~/project/foo*.c" to edit files with UltraEdit as if it was a cygwin-aware application. Surely it will choke on arguments and almost anything else except globs referring to existing files. Brian -- Unsubscribe

Re: example needed pls: `cygpath -c '

2003-07-01 Thread Brian Dessent
Soren Andersen wrote: > > On Sat, Jun 28, 2003 at 03:09:15PM -0700, Brian Dessent wrote: > > I was playing around with this because it seems like a handy idea. > > I use Cywin perl, but the differences shouldn't be very great. Anyway, > > I came up with the followin

Re: About the 'su' command

2003-07-01 Thread Brian . Kelly
ings like "old" resource kits - or at the very least, moving it around and making it a ROYAL PAIN to find. I hate going to MS for anything - it just plain SUCKS. Plus I have no idea how well MS su even works with cygwin. Have you used the two together?? Brian Kelly "Brian

Re: example needed pls: `cygpath -c '

2003-07-01 Thread Brian Dessent
c/Program Files/Microsoft Visual Studio" copied to the clipboard, the space might be problematic. With "%1" you get something like "/cygdrive/c/PROGRA~1/MIAF9D~1". There's also the mildly annoying thing of a quick console window opening and then closing, but I thin

Re: example needed pls: `cygpath -c '

2003-07-01 Thread Brian Dessent
Brian Dessent wrote: > Save this as a text file ending in .txt and then open it: I meant .REG not .TXT.. silly. Brian > > - > REGEDIT4 > > [HKEY_CLASSES_ROOT\Directory\shell\CygPath] > @="&Copy Cygwin Path" > > [HKEY_CLASSES_ROOT\Directory\sh

Re: example needed pls: `cygpath -c '

2003-07-01 Thread Brian Dessent
cases, and so %L means the same as %1 except it uses long file names. There are others, like %I which I think passes a CLSID of some kind. I've searched the platform SDK in vain for a reference to this stuff, the above is what I've been able to piece together. Anyone know of a better sou

Re: Dumb Question on GCC

2003-07-01 Thread Brian Dessent
sion. So if you have libfoo.a in /usr/lib, you just add -lfoo to gcc's command line. Brian -- 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: ls slowdown in latest cygwin on my system

2003-07-01 Thread Brian Dessent
uite a long time on large dirs. But that doesn't explain your two seconds of deadtime unaccounted for in the strace. Brian -- 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: posts to cygwin mailing list always comes with a reply from another address

2003-07-01 Thread Brian Dessent
http://sources.redhat.com/ml/cygwin/2003-06/msg01329.html but I got no clues on how > to keep those emails from coming. Any clues? Yeah, I've been getting that too. It's amazing the amount of misconfigured or just crap email software out there. See also: stupid vacation messa

Re: Pause / Break key locks up rxvt ?

2003-07-01 Thread Brian Dessent
) to unlock it. > > ^C Additionally, ^Q unfreezes the output just as if ^S had been pressed, at least on mine... Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.ht

Re: example needed pls: `cygpath -c '

2003-07-02 Thread Brian Dessent
ther than bash, echo, and cygpath. You also eliminate the silly console window that flashes open and then closes. One might also want to change the C code to backslash escape spaces and other non-[\w\d] characters. That way you could still work with the long filenames at the command prompt

Re: example needed pls: `cygpath -c '

2003-07-02 Thread Brian Dessent
Brian Dessent wrote: > EmptyClipboard(); > SetClipboardData(CF_TEXT, hglbBuffer); > CloseClipboard(); > > return 0; > } Oops, I left off a call to GlobalFree(hglbBuffer); before exiting. Or maybe not, I'm not sure with this global heap business that you h

Re: More on GCC

2003-07-02 Thread Brian Dessent
#x27;re giving the linker two copies of SLPReg.o since you included it twice on the command line; specifying a .c file implies you want to link the corresponding .o. Try something along the lines of: gcc -Ljunk SLPReg.c libslp_handle.o -o SLPReg.exe Brian -- Unsubscribe info: http://cygwin.com

Re: CygPath to Clipboard (was: example needed pls ...)

2003-07-02 Thread Brian Dessent
Soren A wrote: > OK, Brian, your copy_cygpath tool works just fine (sans the issues > of providing fancy escaping a' la' `ls'). But I cannot get the > Registry to accept the entries now! Each time I try I get the keys > created OK, but the "command" is undefi

Re: CygPath to Clipboard (was: example needed pls ...)

2003-07-02 Thread Brian Dessent
ake this for a perl list. Brian -- 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: help running tftpd under winXP

2003-07-03 Thread Brian Dessent
27;tftp server' --args='C:\cygwin\tftpboot' > > $ cygrunsrv.exe --start=tftpd > cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062: > The service has not been started. The failure reason will most likely be in Windows' event logs, or possibly

Re: Starting up : file seek order

2003-07-03 Thread Brian Dessent
re empty, as evidenced by constructing them > as one-line files of the type "echo This file is called...".) http://www.gnu.org/manual/bash-2.05a/html_chapter/bashref_6.html#SEC63 Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http:/

Re: Error compiling code using winsock functions

2003-07-04 Thread Brian Dessent
wsasocketa /lib/w32api/libws2_32.a:ds00061.o: T [EMAIL PROTECTED] /lib/w32api/libws2_32.a:ds00061.o:0000 I [EMAIL PROTECTED] Try "-lws2_32" on your gcc line. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin

Re: the "kill" command

2003-07-06 Thread Brian . Kelly
#x27;n nothin! Whoever you are, and no matter where life finds you - your patch will be ready before mine! Brian Kelly "Tremaine Floyd" <[EMAIL PROTECTED]>@cygwin.com on 07/06/2003 08:00:21 PM Sent by:[EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: (bcc: Brian Ke

Re: the "kill" command

2003-07-06 Thread Brian . Kelly
way, if it now works - I'll smile. "Cygwin" - comes with a lifetime "money back guarantee" if not satisfied for any reason! ;-) Brian Kelly "Christopher Faylor" <[EMAIL PROTECTED]>@cygwin.com on 07/06/2003 08:37:15 PM Please respond to [EMAIL PROTECTED]

Re: Source for upset package

2003-07-06 Thread Brian Dessent
urn documents on cygwin.com that have "ml" in the url somewhere. Brian -- 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: Difference between login and runas?

2003-07-06 Thread Brian Dessent
Component from Keith Brown's download page[3] from his book[4]. [1] http://www.develop.com/kbrown/security/code/sessview.zip [2] http://www.develop.com/kbrown/security/code/tokdumpsrv.zip [3] http://www.develop.com/kbrown/security/samples.htm [4] http://www.develop.com/books/pws/ Brian -- U

Re: Mount Windows registry into filesystem

2003-07-07 Thread Brian Dessent
appears that Cygwin does what you expect (e.g. returning a \0 delimited list for REG_MULTI_SZ) but is there any way to ask it directly? This is yet another really cool Cygwin feature that I had no idea about until now... :-) Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-s

Re: find -exec oddity

2003-07-07 Thread Brian Dessent
to files, find returns directories that match the criteria. Add "-type f" if you only want files. If you invoke "ls -l" on a directory it prints the directory's contents rather than printing its name -- you can supply it with "-d" if you wish for it to list dir

Re: TERM problems

2003-07-08 Thread Brian Dessent
e, i.e. '-fn "Lucida Console-11"'. Try also shift-keypad-plus/minus to select different fonts while running. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.c

Re: TERM problems

2003-07-08 Thread Brian Dessent
gt; terminal "software" (ssh etc.) but no zmodem receive :( Now that takes me back. Fire up the old 2400 baud modem and Chuck Forsberg's (sp?) "rz" Zmodem. Brian -- 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: TERM problems

2003-07-08 Thread Brian Dessent
poff wrote: > > On Tue, Jul 08, 2003 at 01:37:49AM -0700, Brian Dessent wrote: > > Console-11"'. Try also shift-keypad-plus/minus to select different > > fonts while running. > > I found a nice font with shift_kp+ * 2. > > How can I specify rxvt to load

Re: Mount Windows registry into filesystem

2003-07-08 Thread Brian Dessent
Elfyn McBratney wrote: > On Tue, 8 Jul 2003, andrew brian clegg wrote: > > > Suggestion to those who know about these things: being able to go > > > > file /proc/registry/HKEY_CURRENT_USER/blahblahblah > > > > and have it return the type would be way cool. Or

Re: find -exec oddity

2003-07-08 Thread Brian Dessent
listings for "files to backup.txt" and "idiot.txt". When you add "-d" to ls, you get just three lines of output, corresponding to the three things that find found. How is this confusing? Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-s

Re: TERM problems

2003-07-08 Thread Brian Dessent
can be configured for bold fonts. After a little fooling around (and reviewing /usr/doc/Cygwin/rxvt*README) I found this to work: rxvt -fg Gray -bg black -fn '-*-lucida console-bold-r-*-*-12' -e bash -li Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repo

Re: Advice on where to look to solve a problem

2003-07-08 Thread Brian Dessent
listing, or append "| xargs ls -l" to get an "ls -l" listing for each find result... you may want to read the other thread about doing ls -l on find results, either add "-type f" or use "ls -ld" otherwise you'll list contents of directories rather then th

development under 1.5.0 ?s

2003-07-10 Thread Brian Ford
dll (I think so)? Obviously the converse is not true. A comprehensive posting about the rules would be greatly beneficial to those of us who develop using Cygwin. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax

Re: development under 1.5.0 ?s

2003-07-10 Thread Brian Ford
On Thu, 10 Jul 2003, Igor Pechtchanski wrote: > On Thu, 10 Jul 2003, Brian Ford wrote: > > > Could Corinna, or someone else knowledgeable, help me clear up some > > issues with respect to development under 1.5.0? If I should just > > wait for the (forth coming?) posting

Re: development under 1.5.0 ?s

2003-07-10 Thread Brian Ford
I was really reffering to was the strange, yet I believe valid, configuration of 1.3.22 headers and import library with a 1.5.0 dll. Thanks for the info. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-844

Re: development under 1.5.0 ?s

2003-07-10 Thread Brian Ford
On Thu, 10 Jul 2003, Igor Pechtchanski wrote: > On Thu, 10 Jul 2003, Brian Ford wrote: > > > Yeah, that's what I thought. I was hopping we might have figured out an > > easy way to do this by now, though. Oh, well. I'll figure it out myself. > > > > One

Re: perldoc can't read module

2003-07-11 Thread Brian Dessent
Ronald Fischer wrote: > $ ls -l /usr/lib/perl5/5.8.0/File/Find.pm > -rwx--+ 1 Administ mkgroup_34332 Jun 2 15:41 > /usr/lib/perl5/5.8.0/File/Find.pm Try running 'mkgroup -l /etc/group' (and the same for mkpasswd if you haven't done that either.) Br

Re: Can't get ssh to forward X packets

2003-07-12 Thread Brian Dessent
there should be. When I check $DISPLAY when logging in > with SecureCRT, I can see it just fine, and X forwards perfectly. So, the What is $DISPLAY set to prior to running the ssh command? If nothing, try setting it to ":0". Brian -- Unsubscribe info: http://cygwin.com/

Apache with mod_proxy as caching proxy randomly fails

2003-07-13 Thread Brian Dessent
ails. I tried changing line 1414 of proxy_util.c to use "0777" instead of "0622" and recompiling[1] in the hopes that it would somehow change things, but it had no effect. Thanks for any tips. Apologies if this should be sent to the apache list. (I can never figure out what's

Re: Apache with mod_proxy as caching proxy randomly fails

2003-07-13 Thread Brian Dessent
request returned 503. (I know this from watching my Privoxy logs, which sits in the chain inbetween browser and apache.) So, still stumped. It seems to have something to do with the "Pragma: No-Cache" header that the browser sends, or at least I think that's it (apache log lists it a

Re: Apache with mod_proxy as caching proxy randomly fails

2003-07-14 Thread Brian Dessent
"Hannu E K Nevalainen (garbage mail)" wrote: > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > > Of Brian Dessent > > > Hi. I've been trying for some time now to get Apache working as a > > caching proxy. I am finding that random req

Re: Apache with mod_proxy as caching proxy randomly fails

2003-07-15 Thread Brian Dessent
re failing for IE however. I'm beginning to think this is related to some sort of IE-only strangeness (which would not be surprising at all), but I'm not sure. Brian -- 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's vanilla sed : capabilities and limitations

2003-07-16 Thread Brian Dessent
, etc. But this is a feature of pcre, which I don't believe applies to sed in any shape or form. However, most sed scripts are pretty easy to do in perl with little modification, so if you require this function that's what I'd do. Brian -- Unsubscribe info: http://cygwi

RE: Windows Security Hole??

2003-07-16 Thread Brian Kelly
I work in a large corporation with an obsessive security staff. Cygwin is now "accepted" (unofficially) through the "grease gun" method. In WWII one Nazi gunmaker was developing the world's first assault weapon. Hitler was informed of the effort - deemed it a waste of resources and ordered the proj

Re: Spammers watching this user forum

2003-07-17 Thread Brian Dessent
account if it bothers you. I also suggest SpamAssassin. Brian -- 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/

  1   2   3   4   5   6   7   8   9   10   >