winsock error 10048 (errno 112) from ssh

2003-06-04 Thread Mark Paulus
I am running CYGWIN_NT-5.0 WS117V0509 1.3.22(0.78/3/2) 2003-03-18 09:20 i686 unknown unknown Cygwin under Windows 2000 w/latest service pack. I have noticed this little odd behaviour for a while, and I have tried a couple of upgrades to ssh to see if that will alleviate the problem, but to no ava

Re: cygipc semaphores not persistent?

2003-06-19 Thread Mark Paulus
Are you running the ipcdaemon process? At one time the cygipc libraries required the ipcdaemon process to manage the global objects. I thought I read something that the ipc-daemon is going away, and being incorporated into the cygwin architecture, but I did not gather that it had happened yet. T

Wierdness of WSASendTo()??

2002-04-11 Thread Mark Paulus
I am attempting to port MTR (Matt's TraceRoute), and after getting the minires library, I can get it all to compile and it seems to run, except for one small problem. I never see any output. So, after further analysis, and also using iptraf & tcpdump on my linux box, I have this to report: MTR

Re: Wierdness of WSASendTo()??

2002-04-11 Thread Mark Paulus
eader??? On Thu, 11 Apr 2002 17:07:40 +0200, Corinna Vinschen wrote: >On Thu, Apr 11, 2002 at 08:20:59AM -0600, Mark Paulus wrote: >> MTR believes it's sending out a good ICMP packet of 64 bytes (0x40). >> cygwin_sendto() also thinks it's sending out 64 bytes (as reported

Re: Wierdness of WSASendTo()??

2002-04-12 Thread Mark Paulus
a bit deeper and provide any patches, but I can't seem to get my company's Legal Eagles off their "royal" cans to provide/sign a release... :(:(:( ) On Fri, 12 Apr 2002 13:41:38 +0200, Corinna Vinschen wrote: >On Thu, Apr 11, 2002 at 10:33:53AM -0600, Mark Paulus wrote: &

cygwin randomly pauses under Win2k

2002-04-16 Thread Mark Paulus
I have this wierd behaviour, and it is causing some stats that I run to whack out. Every now and again (every 15-30 minutes or so), my cygwin apps pause for 1-2 MINUTES I have written a simple script to capture this behaviour: $ cat doit #!/usr/bin/bash while [ 1 ] do echo `date`

Re: cygwin randomly pauses under Win2k

2002-04-17 Thread Mark Paulus
d see what comes out. On Tue, 16 Apr 2002 12:17:11 -0400, Larry Hall (RFK Partners, Inc) wrote: >At 12:03 PM 4/16/2002, Mark Paulus wrote: >>I have this wierd behaviour, and it is causing some stats that I >>run to whack out. >> >>Every now and again (every 15-30

Re: cygwin randomly pauses under Win2k

2002-04-17 Thread Mark Paulus
ou. > >Larry Hall [EMAIL PROTECTED] >RFK Partners, Inc. http://www.rfk.com >838 Washington Street (508) 893-9779 - RFK Office >Holliston, MA 01746 (508) 893-9889 - FAX > > > >At 12:

Re: cygwin randomly pauses under Win2k

2002-04-18 Thread Mark Paulus
Chris J (Not to be confused with Chris F), How about sending along the source code for your small program, so I can give it a wiz-bang. So far, running strace on my system seems to make the problem I have go away, so if you can readily reproduce the behaviour, I would like to try it on my syste

How do I build strace.exe?

2002-04-18 Thread Mark Paulus
Hi, I am attempting to build a debuggable version of strace.exe, but am having some compile difficulties. I'm hoping it's as simple as giving some configure parms, but it looks like my build is getting confused trying to define or use __uid16_t & __gid16_t. I just updated my system to the late

Having lots of troubles building/getting cygwin base source!!!

2002-04-19 Thread Mark Paulus
Ok, I seem to be having some difficulties getting cygwin sources. When I pull the latest source for cygwin (cygwin-1.3.10-1) using setup, I cannot build it because the winsup/w32api directory is empty, and make fails with a "no for target 'all'. When I try to pull the 20020409 snapshots from

Nevermind, fixed: Re: Having lots of troubles building/getting cygwin base source!!!

2002-04-19 Thread Mark Paulus
Disregard the previous note. I apologizing for cluttering up the "airwaves" with this trivial matter. On Fri, 19 Apr 2002 10:03:37 -0600, Mark Paulus wrote: >Ok, > >I seem to be having some difficulties getting cygwin sources. >When I pull the latest source for cygwin (

Problem with mailing list??

2002-04-26 Thread Mark Paulus
This is the second message today that I have received with this problem. Is it my machine/client, or is there a small glitch in the list? It appears that the Date: line does not have a CR/LF at the end, and the To: is appended directly to the end, and so my mail client does not find the To: and

Like to start dialog about dpkg package

2003-09-12 Thread Mark Paulus
Hello, I would like to start a dialog about the dpkg package. I see that it's included in the cygwin package list, and is installable via the cygwin setup/installer. However. I also see that the package doesn't initialize correctly (when you run dselect, things don't happen as I expect). A

How about a TWIKI page?

2003-09-24 Thread Mark Paulus
Perhaps, instead of creating/adding all the issues that are coming up to the FAQ, how about running a TWIKI application, and linking it to the cygwin home page, and then using that as cygwin's "expert system"? Just a thought. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

RE: How about a TWIKI page?

2003-09-25 Thread Mark Paulus
t;703-367-3885 > > >-Original Message- >From: Marco Carnut [mailto:[EMAIL PROTECTED] >Sent: Wednesday, September 24, 2003 10:47 PM >To: [EMAIL PROTECTED] >Subject: RE: How about a TWIKI page? > > >Hi folks, > >Mark Paulus wrote: > >> Perhaps, instead o

Re: rsync local dir copy hang - solved for me

2003-10-28 Thread Mark Paulus
Would it be possible to get the testcase? I have an idea for a fix, and would like to try it out on the testcases that I can see. Thanks. On Sat, 25 Oct 2003 12:17:46 +0200, Corinna Vinschen wrote: >On Fri, Oct 24, 2003 at 07:41:54AM -0700, Bakken, Luke wrote: >> It never got past cygwin_select

Who is supposed to set SIGURG for OOB in rlogin/tcp/rcmd??

2002-01-03 Thread Mark Paulus
Hi, I am using rlogin to talk to a sun box, and have noticed that my rows & columns are not being set, so I'm not getting good terminal characteristics. After digging down into the rlogin code (and cross comparing with some debian/linux code), it seems as though someone is not passing the SIGUR

Re: Did I hear you folks might be interested in POSIX threads?

2002-01-07 Thread Mark Paulus
Where do we stand with pthreads support? I ran into this on the debian hurd list, and thought we (cygwin) might be interested in this as well. Unfortunately, I'm not sure where we are on licensing issues concerning glibc, etc. On Tue, 11 Dec 2001 11:00:31 -0500, Bill Abt wrote: > >I'm the mai

Re: Who is supposed to set SIGURG for OOB in rlogin/tcp/rcmd??

2002-01-07 Thread Mark Paulus
Would you like some help, or what kind of patch are you looking for? On Sat, 5 Jan 2002 22:29:03 +0100, Corinna Vinschen wrote: >On Thu, Jan 03, 2002 at 02:47:17PM -0700, Mark Paulus wrote: >> Hi, >> >> I am using rlogin to talk to a sun box, and have noticed that my rows

Patch for fhandler_tty.cc

2004-10-06 Thread Mark Paulus
Hi, While trying to port xtermcontrol, I found a problem where it would hang. Turns out, there is a small one-liner that appears to be something that was missed when the code either written, or later enhanced. The code currently breaks the handling of the case of MIN==0, TIME > 0. The call neve

Re: Patch for fhandler_tty.cc

2004-10-07 Thread Mark Paulus
Corinna, Thanks for applying this, and I apologize for not following protocol. Subsequent patches will go to cygwin-patches, and will be accompanied by ChangeLog entries as well. On Thu, 07 Oct 2004 10:01:49 +0200, Corinna Vinschen wrote: >On Oct 6 12:10, Mark Paulus wr

Re: cygutils cygstart eats program arguments

2004-10-25 Thread Mark Paulus
Have you tried using a -- to indicate end of arguments to cygstart: cygstart -- tail --version On Mon, 25 Oct 2004 20:50:05 +0200, Robert Schmidt wrote: >Hi! >I'd like to use cygstart to launch a couple of log windows to monitor >server activity, much like the Windows START command. However,

Re: BUG: cygwin implementation of Debian package tools

2004-10-29 Thread Mark Paulus
My company is apparently working on getting my assignment worked out, so if/when they do, I would be interested in taking on this package. On Fri, 29 Oct 2004 13:27:35 -0400, Christopher Faylor wrote: >On Fri, Oct 29, 2004 at 01:07:23PM -0400, David A. Cobb wrote: >>Getting tired of loading disk

Re: Clapack on Cygwin revisited

2004-11-19 Thread Mark Paulus
Sounds like you might need a -L option gcc -o testclapack testclapack.c -L lapack.a -cblaswr -lblas.a tmglib.a -latlas -lg2c You can stack multiple -L options, one per directory (no space after the -L), the same as the -I options. also, the -l is a special convention that ONLY works when the l

Re: [Fwd: [gp@familiehaase.de: sem_* functions in cygwin]]

2004-12-09 Thread Mark Paulus
So, does that mean that if process 1 opens a semaphore, process 2 also grabs it, then process 1 unlinks it, and then "reconnects" to it, that process 1 and process 2 do not have and cannot have the same semaphore anymore, even though they are using the same IPC_KEY? (Or am I way confused/off base

Re: bytes

2004-12-13 Thread Mark Paulus
And if you were to boot into something like Knoppix, does it report the same value? On Mon, 13 Dec 2004 22:49:13 + (UTC), David wrote: >Yes. the "mt satus 2" is telling me that 128 bytes is the maximum >Corinna Vinschen cygwin.com> writes: >> >> On Dec 13 17:49, David wrote: >> > For some

Error with managed mount point.

2004-12-15 Thread Mark Paulus
Hi, If someone can point me to the proper place, I would be willing to further analyze this, but this is the issue: Files/Directories that end in a '.'(dot) are not retaining the dot. For example: I am attempting to untar a tarball that contains this (done on a linux box) drwxr-xr-x 22 mgpaulu

Re: Error with managed mount point.

2004-12-15 Thread Mark Paulus
actually be removed, or should they be converted to %20/%2E, only if they are part of the file/ directory name? Or, should they be stripped for ALL file searches, so that something like /foo./bar will be found under the windows path /%66oo/%62ar? On Wed, 15 Dec 2004 12:06:54 -0700, Mark Paulus wrote

Re: Error with managed mount point.

2004-12-16 Thread Mark Paulus
On Wed, 15 Dec 2004 19:21:51 -0500, Larry Hall wrote: >At 03:48 PM 12/15/2004, you wrote: >>Running strace pointed me to the proper place to look >>for the error. >> >>However, the proper fix is maybe more of a philosophy >>issue. >> >No, they need to be removed. Windows behavior is to ignore

Re: Patch to allow trailing dots on managed mounts

2004-12-16 Thread Mark Paulus
On Wed, 15 Dec 2004 21:32:47 -0500, Christopher Faylor wrote: >On Wed, Dec 15, 2004 at 04:04:13PM -0700, Mark Paulus wrote: >>This patch is as trivial as I could get to allow trailing >>dots to be used on a managed file system. >> >>Unfortunately, my company will

Managed mount point question(s)?

2004-12-15 Thread Mark Paulus
In general, does it make sense to mount c:/cygwin as / in managed mode? Is there some reason this would not be a good idea? I have done this, and when I do, some files "disappear", such as /home/Mark.Paulus, which is my home. If I have a regular mount (c:\cygwin on / type system (binmode)), I

Re: Managed mount point question(s)?

2004-12-15 Thread Mark Paulus
Thank you for that information. That's the clue I needed. On Wed, 15 Dec 2004 13:37:50 -0500, Christopher Faylor wrote: >On Wed, Dec 15, 2004 at 11:19:42AM -0700, Mark Paulus wrote: >>In general, does it make sense to mount c:/cygwin as >>/ in managed mode? >No. >

ls -F // doesn't work

2004-12-22 Thread Mark Paulus
When I do an ls -F, I get expected results: $ ls -F / bin/ cygwin.bat* home/ run.groff tmp1/ xfer/ cron_diagnose.sh* cygwin.ico* lib/ sbin/ usr/ cygdeb/etc/ mountem* tmp/ var/ However, when I do ls -F //, then I get bad results: $ ls -F /

Re: ls -F // doesn't work

2004-12-23 Thread Mark Paulus
On Thu, 23 Dec 2004 11:35:40 +0100, Corinna Vinschen wrote: >While you're right, it's not a good thing that ls // returns these >error messages. I found a buglet in Cygwin which results in scanning >the root directory accidentally in this situation. For us non-informed, commercial developers,

FindNextFileA (fhandler_disk_file::readdir) Bizareness under NTFS

2004-12-23 Thread Mark Paulus
I have this really wierd/Bizarre situation, and wonder if anyone else has stumbled upon this: I have set /usr/src to be a managed link and it's located at c:\cygmanaged\src I have a directory /usr/src/cygwin-equivs/cygwin-base and under it there are some additional directories. the thing thats c

RE: is "BKDR_HACDEF.M" found in c:\cygwin\bin\cygcrypt-0.dll for real?

2005-01-10 Thread Mark Paulus
We use McAfee VirusScan Enterprise, ver8.0i, and I just did a manual scan on cygcrypt-0.dll, and nary a peep On Mon, 10 Jan 2005 12:27:01 -0500, Laurence G Esmonde wrote: >We are using Trend Micro's OfficeScan and users at our site started >having cygcrypt-0.dll quarantined for BKDR_HACDEF

touch failing on network share

2005-01-28 Thread Mark Paulus
I have a network share set up on my OS/2 box using HPFS. On that share, I have directory: cygmanaged, and under that, I have a directory tmp2. So, I can mount this directory as: mount --system --binary -omanaged z:/cygmanaged/tmp2 /tmp2, and it looks like everything is fine. But, when I try

Re: FindNextFileA (fhandler_disk_file::readdir) Bizareness under NTFS - Resolved

2005-02-03 Thread Mark Paulus
atched the perl script with an appropriate close (IN) statement, and the issue/bizareness goes away. On Thu, 23 Dec 2004 13:40:12 -0700, Mark Paulus wrote: >I have this really wierd/Bizarre situation, and wonder >if anyone else has stumbled upon this: >I have set /usr/src to be

Re: insensitive case problem in latest cygwin

2005-02-14 Thread Mark Paulus
H My understanding of Windows implementation of Filesystems is that they MIGHT preserve case, but they are not Case sensitive. Which is apparently what lead to the whole thing about creating managed filesystems, which not only preserve case, but are also Case Sensitive (as opposed to cas

RE: ssh-agent and /tmp/ssh-* removal at logout

2005-02-23 Thread Mark Paulus
I think keychain as a service would be nice. I currently use a modified version of ssh-agent as a service, and it works pretty well. I just have to remember to replace the ssh-agent with my patched version any time the ssh package gets updated. And, yes, I have offered a patch upstream as well

Re: ./configure

2005-03-14 Thread Mark Paulus
On Mon, 14 Mar 2005 15:32:28 + (UTC), Donald wrote: >Paulo Sequeira racsa.co.cr> writes: >> >> Donald wrote: >> > I am a newbie for cygwin.When I try to typed ./configure, it shows that. >> > >> > "$ ./configure" >> > "bash: ./configure: No such file or directory" >> > >> > Is there missi

Re: Convertion from cygwin to linux

2005-04-07 Thread Mark Paulus
Is this a home-grown application (Created by you, or someone you know, or your company?), or is it a package you retrieved from the 'net? What Flavor of linux are you running? If it's a well known app, then you might be able to find a pre-compiled version already packaged, depending upon what fla

Re: can not compile cscope on cygwin

2005-04-28 Thread Mark Paulus
I just tried this, and it appears that you don't have lex/flex and/or bison/byacc installed. Apparently these aren't selected by default from the cygwin setup tool. Re-run the cygwin setup tool, and under Devel, select bison and flex, and you should be good to go. On Wed, 27 Apr 2005 15:46:47

Re: 1.5.16: Filename case sensitivity problem

2005-04-29 Thread Mark Paulus
Does this work require an assignment? Is CVS having problems right now? (When I try to login, I get: $ export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs/src [EMAIL PROTECTED]:/users/home/tibco/mpaulus/cygwin $ cvs login Logging in to :pserver:[EMAIL PROTECTED]:2401/cvs/src CVS password: cvs [log

Problem with ls and EACCESS

2005-05-10 Thread Mark Paulus
I have been trying out the ext2 read/write IFS driver for WinXP, and it seems to work nicely. However, I have noticed this one issue. In /, I have a couple of symbolic links to kernels. When I look at them in a windows command prompt, I see the link as a file: 08/12/2004 05:45 AM

Can't build coreutils 5.3.0-5

2005-05-12 Thread Mark Paulus
I am trying to build coreutils-5.3.0-5. To do so, I requested the coreutils source via cygwin's setup. Then I run coreutils-5.3.0-5.sh prep coreutils-5.3.0-5.sh configure coreutils-5.3.0-5.sh build. During the build, I get the following failure: make all-recursive make[1]: Entering directory

Re: Can't build coreutils 5.3.0-5 - RESOLVED!!

2005-05-12 Thread Mark Paulus
Turns out that sometime ago, I had built and installed a cygwin1.dll into /usr/local. During the process of that build/install, it also installed an older types.h into /usr/local/include/cygwin/types.h. Removing those fixed the problem. Actually had to look at .deps/fsupdate.Po to figure out w

Re: can not compile cscope on cygwin

2005-05-16 Thread Mark Paulus
Hmmm. Did you rerun configure after you installed bison and flex? I think you need to reconfigure to let make know that those tools are now available, and which flavor is there. On Sat, 14 May 2005 14:13:06 + (UTC), Arvind wrote: >Mark Paulus mci.com> writes: >> >>

Re: child thread termination causes main thread error termination

2004-10-11 Thread Mark Paulus
I tried compiling this, and it failed with: $ make lab4_1 gcc lab4_1.c -o lab4_1 lab4_1.c:13:32: ../inc/local_mutex.h: No such file or directory lab4_1.c:49: error: `PTHREAD_COND_INITIALIZER' undeclared here (not in a functio n) lab4_1.c:50: error: `PTHREAD_MUTEX_INITIALIZER' undeclared here

Re: problem with find/grep

2004-10-12 Thread Mark Paulus
Another issue I've run into with find, but typically when I pipe it to xargs is that directories/files with spaces in the names cause all kind of disruption. On Tue, 12 Oct 2004 12:25:15 -0400 (EDT), Igor Pechtchanski wrote: >On Tue, 12 Oct 2004, Daniel Miller wrote: >> On linux systems, I typic

Re: problem with find/grep

2004-10-12 Thread Mark Paulus
Thanks. I was not aware of the -print0 option. This is what I love about *n*x: Always something new to learn, or another way to find a solution. On Tue, 12 Oct 2004 13:14:12 -0400, Christopher Faylor wrote: >On Tue, Oct 12, 2004 at 11:00:35AM -0600, Mark Paulus wrote: >>Another i

Re: Trouble finding the package the command "watch" is in

2005-06-27 Thread Mark Paulus
Generally you can find a certain file by going to the cygwin website, and then selecting Setup Package Search under the Software heading from the main menu on the left hand side. In this particular case, watch is connected to many packages, so from experience, I'll tell you that it is included wit

Re: Problem with "set," "if," "foreach" commands

2005-07-01 Thread Mark Paulus
I would suggest you get the O'Reilly bash book, and read your way through that. What you are running into are syntax problems. On Thu, 30 Jun 2005 17:47:41 -0700 (PDT), Han Nguyen wrote: >New to Unix, so please have patience. >I understand that I should be able to type >set food = pickle >echo

undefined reference to `_libintl_gettext' with g++/c++

2005-07-20 Thread Mark Paulus
Hello, I have several binaries in a project, and most of the binaries compile. However, one binary fails with a whole series of the above error: g++ -L../lib -o dselect basecmds.o baselist.o basetop.o bindings.o curkeys .o main.o methkeys.o methlist.o method.o methparse.o pkgcmds.o

Re: different DLL....

2005-07-29 Thread Mark Paulus
On Fri, 29 Jul 2005 16:18:37 + (UTC), Jason FU wrote: >Dave Korn artimi.com> writes: > >> >> Original Message >> >From: Jason FU >> >Sent: 29 July 2005 16:15 >> >> > I just checked by dll's by "md5sum /bin/*.dll". I really wonder why the >> > MD5's of all files are n

Bug: Setup tool doesn't respect managed mountpoints/filesystems

2005-09-19 Thread Mark Paulus
My company just replaced my desktop with a laptop, and in the migration process, I am getting my cygwin install set back up. Two changes I had made before was to mount /usr/src and /usr/share as managed filesystems (I have a directory c:\cygmanaged where share and src live). While doing some cl

Re: Bug: Setup tool doesn't respect managed mountpoints/filesystems

2005-09-19 Thread Mark Paulus
On Mon, 19 Sep 2005 15:48:01 -0400 (EDT), Igor Pechtchanski wrote: >On Mon, 19 Sep 2005, Brian Dessent wrote: >> Igor Pechtchanski wrote: >> >> > Yes, there are issues to work out here, but they are not very different >> > from, say, those arising when two programs try creating a file with the >>

Sudden, unexplained failure of ssh

2018-02-22 Thread mark . paulus
Hello, I've been running 2.9.x under windows 7 on my 16GB laptop for a long time (probably the last year), when late last week my ssh outbound quit working. The failure is indicated with this error message: ssh: Could not resolve hostname csu6220509.vzbi.com: Non-recoverable failure in name

RE: [E] Re: x3270

2018-04-16 Thread mark . paulus
-Original Message- > On 4/15/2018 2:48 AM, Chris Johnson wrote: > > Hi. > > > > Not sure when this happened but I now have a complaint for cygwin on > > exit about  x3270.sh returning exit code 1.  I found it listed in > > /etc/setup/install.db and remove it.  No joy.  Do I recall the x3