Re: Pbm with ar.h when compiling make-3.80 for mingw

2006-02-15 Thread Martin
ar.h is present in Cygwin: /usr/include, but I suppose > that > if I add this directory as a -I, I will loos my indendence from > Cygwin... > > Attached is the requiested cygcheck.out. > > Thanks in advance for any help, > Xavier -- snip -- Am I mis

Re: Can't execute shell script as wish subprocess, exes work

2006-02-27 Thread Martin
--- Jukka Laurila <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm unable to run shell scripts in wish using > >open [list | my-shell-script] > > The error I get is > > couldn't execute "my-shell-script": no such file or directory > > - the shell script is set as executable > - it starts wit

RE: Bug in dlopen() (or following) code in Cygwin1.dll v 1.5.19-4

2006-03-15 Thread Martin
an see at least part of > what is happening. > > Thanks, > Gary > This may be the same problem I've been having: http://cygwin.com/ml/cygwin/2006-02/msg00037.html Just tried snapshot cygwin1-20060314.dll.bz2. No luck. Has any progress been made on this issue? Thanks for you

Re: cygwin-developers mailing list opened up a little

2006-07-06 Thread martin
ot; responses when someone starts discussing CF> cygwin internals. With luck, discussions will just gravitate to CF> cygwin-developers without the need for mailing list police. CF> CF> cgf CF> CF> May I ask at gmane.org to add the cygwin-developers list there ? Martin --

Re: 1.5.21-1 DLL Loading Problem

2006-08-05 Thread Martin
ng what's > going > on, and/or some other technique to catch this problem? > > Rob > === message truncated ===> -- I had a similar problem with dynamically loaded modules (extensions) in TCL. I traced my problem to the upgrade of binutils 20050610-1 to binutils 20060709-1. W

1.5.19-2 fcntl invaild argument error changing socket blocking mode

2006-01-19 Thread Martin
rous failures. One failure in particular is somewhat bizarre. It involves changing a socket from blocking mode, to non-blocking mode and back to blocking. The attached test case illustrates this. Please excuse the ugliness. Is anything obviously wrong, that explains this b

1.5.19-3 parent socket binding remains after closing when spawning child process

2006-01-20 Thread Martin
ct to the port associated with the server socket. I would expect this connection request to fail, since I just closed the socket. It doesn't. The attached test case illustrates this. Please let me know if I'm doing something wrong. Thanks for you

1.5.19-4 cygpath -f - broken?

2006-01-20 Thread Martin
t work either. I'll post my cygcheck.out if it's only my problem. Could someone please try this out. Thank you, Martin __ Find your next car at http://autos.yahoo.ca -- Unsubscribe i

Re: 1.5.19-4 cygpath -f - broken? - forget about it, my MISTAKE

2006-01-20 Thread Martin
Forget it. I found the problem. I knew I was an idiot. --- Martin <[EMAIL PROTECTED]> wrote: > I seem like an idiot. This is such a fundamental > command, it can't be broken, can it? > > I have the following bash alias: > alias explr='explorer.exe `pwd | cygpath

1.5.19-4 exec family of functions find wrong file to execute

2006-01-23 Thread Martin
21 15:40 echo bash-3.00$ test2 nopathext NoPathExt bash-3.00$ test2 path Path Is this normal behavior for execlp/execvp? Shouldn't the execution permission be set in order to execute it? Thanks for your

Re: 1.5.19-3 parent socket binding remains after closing when spawning child process

2006-01-27 Thread Martin
I tried snapshot cygwin-inst-20060127.tar.bz2. This testcase still fails for me. I could be doing something wrong. Please, give this another try. Your efforts are appreciated. Thanks, Martin --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Jan 20 11:53, Martin wrote: > >

Re: 1.5.19-4 exec family of functions find wrong file to execute

2006-01-30 Thread Martin
Any response? TIA --- Martin <[EMAIL PROTECTED]> wrote: > I am attempting to invoke a command with > execvp/execlp. If a file appears in my PATH before > the executable desired and has the same name as the > executable, the first occurrence of the file name is > used as the

RE: 1.5.19-4 exec family of functions find wrong file to execute

2006-01-31 Thread Martin
In response to your comments: I ran the testcase from ~/testcases directory. I believe my cygwin.out file indicates /home is mounted from D:\home (HOME=/home/test). Also, D: is NTFS. Also, there is nothing special about mount point (no -x flag was used). This is all shown in cygwin.out. Martin

RE: 1.5.19-4 exec family of functions find wrong file to execute

2006-01-31 Thread Martin
It's not perfect. But I think you got the gist of it. Thanks, Martin --- Dave Korn <[EMAIL PROTECTED]> wrote: > On 31 January 2006 17:58, Igor Peshansky wrote: > > > >> In response to your comments: > >> I ran the testcase from ~/testcases director

1.5.19-4: global constructors not working with dlopen()

2006-02-01 Thread Martin
I'm having trouble with global constructors/destructors not executing/crashing within a dlopened DLL. I've attached a test-case. FYI: This works fine with 1.5.13-1. Thanks for your help. Martin ps: Here's my shell log. [EMAIL PROTECTED] make clean /bin/rm -f T1_dl *.exe *.dll

Re: Did anyone download the Windows 7 beta?

2009-03-17 Thread Martin
did you get that information ? Thanks Martin -- parozusa at web dot de -- 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/

HowTo setup cygwin + sshd using hosts.allow and hosts.deny and use detailed logging

2008-01-26 Thread Martin
small HowTo? Thanks and best regards Martin -- 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: HowTo setup cygwin + sshd using hosts.allow and hosts.deny and use detailed logging

2008-01-27 Thread Martin
uld be that easy :) Working perfect! The last problem I want to solve is the use hosts.deny and hosts.allow with sshd. Any solutions welcome! Best regards Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

RE: HowTo setup cygwin + sshd using hosts.allow and hosts.deny and use detailed logging

2008-01-29 Thread Martin
control start" and then do a "daemon-control status" I got the message "Denyhosts is not running" But if I do a "ps -ef" I see python is running and Denyhosts is running as well as I can proof in the log file - also proof there is a denyhosts.pid in /var/run/ C

Re: HowTo setup cygwin + sshd using hosts.allow and hosts.deny and use detailed logging

2008-01-31 Thread Martin
e stopped, exit status: 255 I have tried to run denyhosts as SYSTEM or as Administrator in the services config - but with no luck! What I have done wrong? Best regards Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.htm

Re: HowTo setup cygwin + sshd using hosts.allow and hosts.deny and use detailed logging

2008-02-01 Thread Martin
nistrators Thanks again for being patient with me. Regards Martin -- 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: HowTo setup cygwin + sshd using hosts.allow and hosts.deny and use detailed logging

2008-02-02 Thread Martin
nistrators Thanks again for being patient with me. Regards Martin -- 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/

com* vs /dev/ttyS*

2004-03-31 Thread Martin
tem hangs. I've also tried /dev/ttyS0 and /dev/com1 which returns "Could not open device "/dev/com1". Any ideas? Regards Martin Siegumfeldt -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docum

Install Scripts question

2003-03-22 Thread Martin
Hello All: Where are the install script(s) to make cygwin operational? Setup downloads the files but I cannot locate the scripts to untar the tar'ed files Thank You, Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs

Re: Install Scripts question

2003-03-22 Thread Martin
Thanks Guys, I am hopefully to have a operational BASH by COB I'll keep my fingers crossed! -Martin - Original Message - From: "Randall R Schulz" <[EMAIL PROTECTED]> To: "Martin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, March 22

cygz.dll

2003-03-22 Thread Martin
Hello All I need to locate cygz.dll Any help would be appreciated. Thanks, Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com

Re: cygwin running problem with mysql

2003-03-24 Thread Martin
Hello All: I am attempting to install mysql but the install script dies on groupadd and useradd commands how do I do groupadd with cygwin? how do I do useradd with cygwin? Thanks, Martin - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL P

Re: cygwin running problem with mysql

2003-03-24 Thread Martin
Thanks Elfyn Apparently passwd file requires the SID how do I obtain the SID which corresponds with mysql username or groupname Sorry for the bother! -Martin - Original Message - From: "Elfyn McBratney" <[EMAIL PROTECTED]> To: "cygwin" <[EMAIL PROTECTED]>; &

Re: RE: Big Brother is Real

2003-04-03 Thread Martin
To backup Stephans statement it would be in Microsoft's interest to support 32/64 bit Cygwin. By supporting Cygwin Microsoft would increase and not decrease the installed base of Windows. Back to the fray- Martin - Original Message - From: "Christopher Faylor" <[EM

Re: link dll to VC++

2003-04-03 Thread Martin
Xiao $(BASE)=foo gcc -shared -o cyg$(BASE).so -Wl,--out-implib=lib$(BASE).dll.a \ -Wl,--export-all -Wl,--enable-auto-image-base \ -Wl,--output-def=cyg$(BASE).def $(OBJS) hth, Martin - Original Message - From: "xiao chen" <[EMAIL PROTECTED]> To: <[EMA

Re: write raw disk image to scsi in win98?

2003-04-04 Thread Martin
Mike: Did you read this link on how to configure SCSI Zip drivers? http://www.iomega.com/support/documents/4085.html Martin - Original Message - From: "Mike Edwards" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 04, 2003 1:16 AM Subject: write raw

Re: Bug in GUI App WinMain Arguements

2003-04-04 Thread Martin
here is the workaround we use in Ant build (which by the way outclasses anything any make can do) /cygdrive/c/Documents and Settings/cygusr //becomes /cygdrive/c/DOCUME~1\cyguser //workaround for 95/98 inability to handle spaces in directory name Martin - Original Message

How to access a Linux partition

2003-04-04 Thread Martin
How does Cygwin access a Linux partition? Thank You, Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: How to access a Linux partition

2003-04-04 Thread Martin
Andrew et. al: I especially like the work done at http://jcifs.samba.org/ for SMB access to all drives Linux ,NTFS or remote The only quandary is I wanted to stay with C for Raw Speed h... Thanks to all for the invaluable suggestions, Martin - Original Message - From: "Andrew Ma

Re: ACE/TAO under Cygwin (was: ORB)

2003-04-05 Thread Martin
David- can you show us the patch of code for #define so we can test the results from the preprocessor output? Regards, Martin - Original Message - From: "Dawson, David W" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 05, 2003 8:17 PM Subject: ACE

Re: Package request: xml2

2012-04-17 Thread Martin
gitweb.cgi?p=cygwin-ports/xml2 > > > Yaakov Thanks a lot, it would be very useful for me. How can I integrate / install / use it within my Cygwin environment ? Cheers Martin -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/f

DenyHosts (as service) won't start/hangs @ cygwin 1.7.15-1 / Win7 x64

2012-06-14 Thread martin
e no effect (service is still running, reporting, it's trying to start), even though they have been clearly sent. Any ideas what could be wrong? I'd like to have denyhosts service running without any issues. Thanks in advance. Best regards, Martin daemon-control Description: Binary

Re: DenyHosts (as service) won't start/hangs @ cygwin 1.7.15-1 / Win7 x64

2012-06-14 Thread martin
yhosts.pid file: 7208 So according to syslog, startup of DenyHosts is looking for PID 7316, but denyhosts.pid reports PID 7208. Both PIDs belong to two python2.6 processes. I have no idea, why there are two of them, nor why Denyhosts is so "schizophrenic" with PIDs. Please help. Regard

scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-13 Thread Martin Ortuno
... Thank you, Martin -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-13 Thread Martin Ortuno
p-x86, just updating python3... However after that python3 stops working... I'd appreciate any advice or support... Thanks, Martin El vie., 13 de mayo de 2022 11:51 a. m., William Deegan escribió: > Are you sure you're running scons from cygwin? > Which version of python do you have

Re: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-13 Thread Martin Ortuno
Actually i tried to open python3.9 from windows directly and then the application crashes saying: "The procedure entry point __locale_ctype_ptr could not be located in the dynamic link library C:\Path\toCygwin\bin\libpython3.9.dll" Thanks again... Martin El vie., 13 de mayo de 2022

Re: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-13 Thread Martin Ortuno
I am prompting which scons: Output: /bin/scons/ Thanks, Martin El vie., 13 de mayo de 2022 5:12 p. m., William Deegan escribió: > vi `which scons` > and see which python it's trying to use. > (from within your cygwin shell) > > Very surprised you get no output. > > On

Re: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-15 Thread Martin Ortuno
version is /usr/bin/python3.9. $ cygcheck -c scons Cygwin Package Information Package VersionStatus scons4.3.0-1OK $ head -n1 /usr/bin/scons #!/usr/bin/python3.9.exe Thank you for your support... Martin El vie., 13 de mayo de 2022 5:47 p. m

Re: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-15 Thread Martin Ortuno
nts to /usr/bin/python3.9 /usr/bin/python3.9 - priority 39 Current `best' version is /usr/bin/python3.9. Martin El dom., 15 de mayo de 2022 3:44 p. m., Brian Inglis < brian.ing...@systematicsw.ab.ca> escribió: > On 2022-05-15 11:10, Martin Ortuno wrote: > > Here the in

Re: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-15 Thread Martin Ortuno
nts to /usr/bin/python3.9 /usr/bin/python3.9 - priority 39 Current `best' version is /usr/bin/python3.9. Thanks, Martin El dom., 15 de mayo de 2022 7:59 p. m., Ken Brown escribió: > On 5/15/2022 6:03 PM, Martin Ortuno wrote: > > $ ls -glo /usr/bin/python > > > > lrwx

Several Python 3.9 packages have a wrong version number of 0.0.0

2022-05-19 Thread Laurent Martin
Hello, I'm using Python 3.9 from Cygwin. Some packages have a package version of 0.0.0 instead of their actual version which makes pip unhappy: $ pip list | grep 0.0.0 importlib-metadata0.0.0 iniconfig 0.0.0 zipp 0.0.0 $ pip check sph

Python: enable loadable SQLite extension support

2022-10-28 Thread Martin Carpenter
'CONFIG_ARGS')[0].split(' '))) ["'--enable-shared'", "'--enable-ipv6'", "'--enable-loadable-sqlite- extensions'"] Equivalent issue from NixOS for reference: https://github.com/NixOS/nixpkgs/issues/66526 Thanks, Martin. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Updating python38-pytest installs python39

2021-12-14 Thread Laurent Martin
Hello, Updating python38-pytest from 6.2.1-1 to 6.2.5-1 leads to the installation of several python39 packages. Reading the "setup" file (found on this mirror site: https://ftp.lip6.fr/pub/cygwin/x86_64/setup.xz), I noticed that the package python38-pytest depends on python39-pytest. So up

KillAll SpamAssassin Processes

2006-03-21 Thread Herb Martin
tive) and then respond to each confirmation. Thanks for straightening me out -- I am sure this is very easy but haven't gotten it right yet. -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentat

Suggestions for caching only DNS server to run on CygWin

2006-04-27 Thread Herb Martin
Suggestions for caching only DNS server to run on CygWin -- Herb Martin -- 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: Can NTFS junctions be listed?

2006-07-23 Thread Herb Martin
junctions don't search for them so you have to use something like "dir" to first find them so it is a bit ugly. -- Herb Martin, MCSE, MVP [EMAIL PROTECTED] http://LearnQuick.Com 512 388 7339 -or- 1 800 MCSE PRO Accelerated MCSE in a Week Seminars > -Original Message- >

SSH Client Odditie with shosts on 2K/2K3/XP??

2005-09-18 Thread Bill Martin
I am utterly confused . . . Win2K3 Server latest patches, latest install of Cygwin (DLL version: 1.5.18) and OpenSSH (openssh 4.2p1-1). No trouble getting SSHD to behave properly once configured; I can authenticate to this box via shosts from remote Linux and UNIX systems. I cannot use the Cy

Setup minor features request

2005-09-18 Thread Herb Martin
cated feature: Show updates in a flat list of JUST updates so that it is easy to see what is being selected without expanding each area or hunting for update checks. -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Starting cygwin processess at reduced priority?

2005-09-29 Thread Herb Martin
e is a command right? -- Herb Martin -- 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/

./configure and pthreads

2005-09-29 Thread Herb Martin
ly ignorant of make/configure issues...but I can learn.) -- Herb Martin -- 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: Starting cygwin processess at reduced priority?

2005-09-29 Thread Herb Martin
; Yes, and a very nice one... :-) See "man nice". Yes it is very nice. And so are you for helping. BTW: It' default value -n 10 (nice factor) produces a "belownormal" setting which is exactly what I wanted. Presumably, -n 19 (the max) would give "idle" prio

RE: ./configure and pthreads

2005-09-29 Thread Herb Martin
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Brian Ford > Sent: Thursday, September 29, 2005 10:26 AM > > Sure I would love someone to just 'solve' this for me but > what is the > > most useful way to diagnose (or learn to diagnose) this proble

RE: Starting cygwin processess at reduced priority?

2005-09-29 Thread Herb Martin
PID and use TaskManager each time I started some low-priority CPU intensive task. > If it works > exactly like on linux of course. I learned 'Linux' mostly from CygWin although I do know bits and piece from Unix (long time ago) and TiVo. -- Herb Martin -- Unsubscribe info

RE: Starting cygwin processess at reduced priority?

2005-09-29 Thread Herb Martin
> "Herb Martin" <[EMAIL PROTECTED]> writes: > > >> You can also use renice to re-prioritize a running process > > > > I have no renice. Did you compile this yourself? > > Dave The quoting was screwed up (somewhere along the line) and I am not

RE: Starting cygwin processess at reduced priority?

2005-09-29 Thread Herb Martin
> "Herb Martin" <[EMAIL PROTECTED]> writes: > > >> You can also use renice to re-prioritize a running process > > > > I have no renice. Did you compile this yourself? > > Dave The quoting was screwed up (somewhere along the line) and I am not

RE: Starting cygwin processess at reduced priority?

2005-09-29 Thread Herb Martin
e, util-linux > (http://freshmeat.net/releases/72929) apparently provides a > renice, but it has not yet been ported to cygwin. Is snice the same (or very similar) thing? -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/

Automake version 1.4 in CygWin vs. current Automake 1.9.2 ...

2005-09-29 Thread Herb Martin
o bug-automake@gnu.org = (reported to suggested address) -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

RE: Automake version 1.4 in CygWin vs. current Automake 1.9.2 ...

2005-09-29 Thread Herb Martin
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dessent > Sent: Friday, September 30, 2005 12:54 AM > To: cygwin@cygwin.com > Subject: Re: Automake version 1.4 in CygWin vs. current > Automake 1.9.2 ... > > Herb

RE: Automake version 1.4 in CygWin vs. current Automake 1.9.2 ...

2005-09-30 Thread Herb Martin
.sub 28 Sep 30 11:08 ltmain.sh -> /usr/share/libtool/ltmain.sh 329028 Sep 30 11:08 aclocal.m4 0 Sep 30 11:08 autom4te.cache ...but then receive the same error message. Currently I have just printed the first 40+ pages of the autoconf manual, and suppose that I must learn how this

RE: [Spamprobe-users] new spamprobe BerkeleyDB on CygWin

2005-09-30 Thread Herb Martin
> On Fri, Sep 30, 2005 at 10:46:43AM -0500, Herb Martin wrote: > > The system is a reasonably fast, not cutting edge, 2 Ghz > Celeron with > > 1 MB of RAM. > > Holy cow what operating system can run on 1 MB or RAM??? Obviously a type, should be 1GB. -- Herb Marti

RE: Automake version 1.4 in CygWin vs. current Automake 1.9.2 ...

2005-09-30 Thread Herb Martin
Sep 30 13:46 autom4te.cache 0 Sep 30 13:46 doc 0 Sep 30 13:46 m4 0 Sep 30 13:46 man 0 Sep 30 13:46 src 0 Sep 30 13:46 txt 0 Sep 30 13:46 webui 21679 Sep 30 13:46 Makefile.in 955821 Sep 30 13:46 configure Starting the make now... -- Herb Martin -- Unsubs

RE: Automake version 1.4 in CygWin vs. current Automake 1.9.2 ...

2005-09-30 Thread Herb Martin
bin/aclocal-1.4 ---END FILE-- That's the entire thing, and it looks sick due to the 1.4 references and lack of higher numbers -- Herb Martin > -Original Message- > From: [EMAIL PROTECTED] > ---clip-- > auto > /usr/bin/automake > acl

RE: SETUP: In-use files have been replaced

2005-10-18 Thread Herb Martin
ion: I had to use source to compile a module with different from default options. How can that module be installed so that Setup will STOP trying to replace it? (...and thus not need me to uncheck the item, or ensure it is unchecked, on each run of Setup. Is this procedure described some

RE: SETUP: In-use files have been replaced

2005-10-18 Thread Herb Martin
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dessent > Sent: Tuesday, October 18, 2005 5:48 PM > To: cygwin@cygwin.com > Subject: Re: SETUP: In-use files have been replaced > > Herb Martin wrote: > > >

RE: SETUP: In-use files have been replaced

2005-10-19 Thread Herb Martin
Eric Blake wrote: > Herb Martin wrote: > > So what is the method to teach Setup that the file has been updated. > > Have you tried simply uninstalling the Cygwin package? If you > installed the new one into another location, you presumably > don't need or want the ot

RE: SETUP: In-use files have been replaced

2005-10-19 Thread Herb Martin
sion ever gets higher than that.. unlikely in our > lifetimes to be honest) > > Chris Thank you Chris, that is precisely the information I was seeking. -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.

faked inode numbers on network drives

2005-11-26 Thread Martin Koeppe
on GetVolumeInformation which is supported from Win95 on and reports FILE_SUPPORTS_OBJECT_IDS when inode numbers are valid. Is there a reason for not using this? GetVolumeInformation is already used in several other places within cygwin. Please CC me, I'm not on the list. Ma

Re: faked inode numbers on network drives

2005-11-28 Thread Martin Koeppe
if (local drive) { return inode number by GetFileInformationByHandle(); } else if (remote drive) { if (FS=="NTFS") { return inode number by GetFileInformationByHandle(); } else { return faked inode number; } } else { return faked in

interoperability between samba, linux-cifs, cywgin and sfu

2005-12-01 Thread Martin Koeppe
r/001080.html A concrete problem on cygwin is that you can create device files, but these device files are shown as symlinks instead of as device files (even on C:), i.e. cygwin$ mknod myblock b 0 0 cygwin$ ls -l lrwxrwxrwx 1 martin mkpasswd 10 Nov 30 23:10 myblock -> :\0:0:61b6 cygwin$ test

Re: interoperability between samba, linux-cifs, cywgin and sfu

2005-12-02 Thread Martin Koeppe
[please cc me on replies] On Thu, 1 Dec 2005, Martin Koeppe wrote: 8. CreateHardLink() Windows API [cygwin] [ActivePerl] == The CreateHardLink() Windows API function isn't apparently able to create hardlinks on network drives, wh

Re: open() giving ENOENT when trying to create files with control chars

2005-12-04 Thread Martin Koeppe
hing I found this thread which might be interesting when planning to migrate cygwin from ascii to unicode internally: http://www.opengroup.org/austin/mailarchives/ag/msg08574.html Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cy

Q: How to have cygwin start as the whole screen?

2006-01-02 Thread martin cohen
#x27;t looked in the right place or in the right way.) Thanks, Martin Cohen -- 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: Utility to get IP address of the machine

2006-01-03 Thread Herb Martin
; DaveK While it is almost always more useful to use "Ipconfig /all" when working interactively, when one just wants the IP addresses just using plain "ipconfig" gets them without so much noise to parse through. -- Herb Martin -- Unsubscribe info: http://cygwin.co

Re: error parsing setup.bz2 in setup.exe

2006-01-04 Thread Nik Martin
On 1/4/06, Eric Vlach <[EMAIL PROTECTED]> wrote: > Igor, > > Earlier I was using setup.exe version 2.510.2.2. I updated and tried both > version 2.521 and 2.523, with no success. I use "Direct Connection," not IE5 > settings. Are you able to repeat my error on your system? > I just tried to add a

Re: error parsing setup.bz2 in setup.exe

2006-01-04 Thread Nik Martin
On 1/4/06, Nik Martin <[EMAIL PROTECTED]> wrote: > On 1/4/06, Eric Vlach <[EMAIL PROTECTED]> wrote: > > Igor, > > > > Earlier I was using setup.exe version 2.510.2.2. I updated and tried both > > version 2.521 and 2.523, with no success. I use "Direc

Re: error parsing setup.bz2 in setup.exe

2006-01-04 Thread Nik Martin
On 1/4/06, Nik Martin <[EMAIL PROTECTED]> wrote: > On 1/4/06, Eric Vlach <[EMAIL PROTECTED]> wrote: > > Igor, > > > > Earlier I was using setup.exe version 2.510.2.2. I updated and tried both > > version 2.521 and 2.523, with no success. I use "Direc

Re: faked inode numbers on network drives

2006-01-26 Thread Martin Dorey
Martin Koeppe wrote: >> (samba reports the device number as low part of the inode number, and >> the real ext2 fs inode number as high part, which is bad for >> interix/sfu, as it only shows the low part as inode number. I just >> reported this as samba

RE: Calling shell script from DOS

2006-01-27 Thread Herb Martin
her options: Make the shell (itself) the command and add the script as a parameter... bash script-file-name Worked for me. Other command processors should work too. -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin

RE: Calling shell script from DOS

2006-01-27 Thread Herb Martin
yway without the bash but you are correct that one must otherwise know "what type" of command it is. > Adding --login (-l) is optional, but may be useful for > scripts that make > assumptions about your environment. cool. -- Herb Martin > -- Unsubscribe info: http:

Bug in the /dev/ttySx handling code?

2005-05-09 Thread Martin Koegler
g in it? mfg Martin Kögler PS: Please CC me on replies -- 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/

Bug in the /dev/ttySx handling code?

2005-05-09 Thread Martin Koegler
nux. I would like to track the problem down, but as the use of stty (and cat for doing IO) does not work, I have no idea, how to do it. mfg Martin Kögler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: Bug in the /dev/ttySx handling code?

2005-05-10 Thread Martin Koegler
On Mon, May 09, 2005 at 10:35:26PM +0200, Martin Koegler wrote: > At least, I understand, why stty -F /dev/ttyS0 under cygwin return 0 baud: > tcgetattr returns 0 baud, if DTR is not set, which is different to the > behaviour of Linux. > > I would like to track the problem down,

Vim problem

2005-05-17 Thread Martin Mrazek
Hello, I'm trying to use VIM editor under cygwin (no X-server running) and the behavior of VIM is strange. No last line showing " -- INSERT --" when switched to insert mode, no row/col position indicators, no syntax highlighting (tried to write perl script) I tryed to use vim 6.2 instead of c

Black letters on white background?

2005-05-18 Thread Martin Mrazek
Hello, I can find it neither in FAQ nor in documentation, so sorry for the simple question: How can I switch the default Cygwin colours? I need black letters on white background... I tried DIR_COLOR but it seems it relates only to color of letters... Thanks Martin -- Unsubscribe info

Re: sshd and /usr/bin/zsh

2005-06-20 Thread Martin Vetter
oogle - extract usr/bin/cygwin1.dll from cygwin-1.5.14-1.tar.bz2 - backup /usr/bin/cygwin1.dll (!), then - replace /usr/bin/cygwin1.dll in the cygwin installation tree - start cygwin sshd - voila, zsh works as login shell again :o) hope this helps. regards, martin -- Unsubscribe info: http://cygwi

Exim 4.50 with Content filtering and SPF

2005-06-20 Thread Herb Martin
.51 general version. Again, I am looking for strategy guidelines (unless you already know specific fixes etc.) -- Herb Martin -- 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: Exim 4.50 with Content filtering and SPF

2005-06-20 Thread Herb Martin
You indicated that SPF might be dependent on SRS, I don't see that (but might be missing something). My limited experience confirms your previous email pointing to IPv6 support as the hangup. > > I compiled libspf & libsrs, though there were some tweaks > neccessary. I take it that you commente

RE: Exim 4.50 with Content filtering and SPF

2005-06-21 Thread Herb Martin
> > It looks mostly like IPv6 stuff is causing the glitches. > > This is the problem with libspf2, making the IPv6 stuff > conditional should do it, but I am not a programmer so I have > not really an idea how to start, all the IP stuff is mixed > together in several functions and it will be so

Re: sshd and /usr/bin/zsh

2005-06-22 Thread Martin Vetter
Please try the latest snapshot (2005-Jun-21) from http://cygwin.com/snapshots/. using http://cygwin.com/snapshots/cygwin-inst-20050621.tar.bz2, zsh login via sshd as non-privileged user seems to work again for me, too ... great job, thank you very much :o) martin -- Unsubscribe info: http:

stat file -- cygwin vs. Windows size?

2005-06-24 Thread Herb Martin
-lf as two characters but the input routines are treating these as one. If the file has about 20 lines, then that's 20 missing characters??? Herb Martin [EMAIL PROTECTED] http://LearnQuick.Com 512 388 7339 -or- 1 800 MCSE PRO Accelerated MCSE in a Week Seminars -- Unsubscribe info: http:

RE: stat file -- cygwin vs. Windows size?

2005-06-24 Thread Herb Martin
> >My suspicion is that stat is counting cr-lf as two > characters but the > >input routines are treating these as one. > > > >If the file has about 20 lines, then that's 20 missing characters??? > > > Yes, this is right. And yes, this could be the cause of the > situation you're noticing. I

RE: stat file -- cygwin vs. Windows size?

2005-06-24 Thread Herb Martin
> >Is there a standard Cygwin 'idiom' or function for dealing with this > >mismatch, or should I just re-invent the wheel. > > > If you actually believe that you want the file without cr/nl > conversion during a read, then you want to open it in binary > mode (fopen() with "rb" > instead of "r

RE: stat file -- cygwin vs. Windows size?

2005-06-24 Thread Herb Martin
Thanks folks -- the confirmation that I was on the right path was a big help. The suggestions to "do it right" were well intentioned but impractical since I didn't want to take over support for TWO major software packages (or either one for that matter.) A small patch seems to work. (Keep the b

RE: How to add user under Cygwin

2005-07-20 Thread Herb Martin
9x platforms but there are some minor differences with the NT version(s) even in the main commands, and I am unsure about the subcommands that deal with accounts which likely would be missing since 9x had no accounts database. Herb Martin, MCT, MCSD, MCSE, MVP [EMAIL PROTECTED] http://LearnQuick.Com

RE: Is the Cygwin installation process likely to change significantly anytime soon?

2005-07-25 Thread Herb Martin
hole 'setup.exe' issue -- most online docs send the user back to setup.exe when frequently all we want is one specific package. Not a big deal, but noticable; especially for the beginner to Cygwin. More users who thing Cygwin is cool and easy would be a GOOD THING. Herb Marti

  1   2   3   4   5   >