Re: 2.3.0: possible Cygwin flock bug (Windows 10 x86_64)

2015-11-13 Thread Mario Roy
Hello Corinna, I am writing to confirm that file locking, with MCE 1.608, utilizing the development snapshot 2015-11-12 x86_64 is passing 100%. I ran through other test cases including mixing threads and child processes. Currently, MCE 1.608 does not allow one to mix threads and child processes u

Re: failure notice

2015-11-11 Thread Mario Roy
File locking is failing with Cygwin 2.4.0-0.2 as well. Thank you for allowing the possibility of downgrading the Cygwin base package down to 2.2.1-1 via setup. Best regards, Mario -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation

2.3.0: possible Cygwin flock bug (Windows 10 x86_64)

2015-11-11 Thread Mario Roy
Greetings, During testing of the Perl MCE 1.608 module (uses flock), the examples scripts hang. Downgrading the base Cygwin package from 2.3.0-1 to 2.2.1-1 resolves the issue. Installation is not required if a Cygwin developer desires to test file locking via the Perl MCE module. https://cpan.me

Re: Avira find a virus in the binaries generated using GCC under cygwing

2015-01-27 Thread Marc Le Roy
Hello, Le 22/01/2015 02:15, Andrey Repin a écrit : The remaining 56 antivirus of virustotaldo not find any problem. May I consider this is a bug in Avira ? You must. Ling to the scan on virustotal : https://www.virustotal.com/fr/file/b9e3277edd4619ba2b18d85e9aad3c05839e5b1f94f16803a2a9e670500

Avira find a virus in the binaries generated using GCC under cygwing

2015-01-21 Thread Marc Le Roy
Hello, I am using the current version of Cygwin (32 bits). When I compile a C program with GCC, my Avira antivirus as well as the one running on https://www.virustotal.com find "TR/Crypt.XPACK.Gen2" in the exe file. The remaining 56 antivirus of virustotaldo not find any problem. May I conside

Re: open(O_RDWR) and lseek() fail

2014-03-27 Thread Roy
On Fri, 28 Mar 2014 11:40:49 +0800, Eric Blake wrote: On 03/27/2014 07:29 PM, Roy wrote: Hello list, I wonder why lseek(SEEK_CUR) on open(O_RDWR) fails with errno=22, the code works on Linux: #include #include #include #include int main(int argc, char** argv){ Where's #include

open(O_RDWR) and lseek() fail

2014-03-27 Thread Roy
bytes.\n",read(f, (char *)&v2, sizeof(int))); printf("v2 = %d\n",v2); close(f); } On Linux it gives no error: wrote 4 bytes. pos = 4 errno = 0 seek to beginning. errno = 0 read 4 bytes. v2 = 1234 But not on cgywin(both 1.5 and 1.7 fails): wrote 4 bytes. pos = -1 errno = 2

cygwin-1.7, stty min 0, and console/terminals

2014-02-10 Thread Roy
input, while Linux and cygwin-1.5 do not have such behavior. and if I run script with cygwin bash without terminal program like mintty, but run from command prompt, the stty call fails. Why does it fail with "unable to perform all requested operations"? Best regards, Roy -- Probl

Re: grep and the -f switch

2012-11-26 Thread Roy Jensen
The issue is the text format. Windows is \r\n; Unix is \n. I used Notepad++ to save in Unix text format and everything worked fine. Sigh...should have thought of that before. Roy Jensen -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- *** Imagination is more

grep and the -f switch

2012-11-26 Thread Roy Jensen
this to work? Thanks, Roy Jensen Roy Jensen -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- *** Imagination is more important than knowledge. (Einstein) =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -- Problem reports: http://cy

Re: HOME directory has somehow been overridden

2012-08-03 Thread Soumya Roy
c problem still remains i.e the initial directory(after starting cygwin) that I am in is "Documents and Settings/Valnt"... so this is what I want to "fix"... Any suggestion is much appreciated. On 8/3/12, Andrey Repin wrote: > Greetings, Soumya Roy! > >> Just to

Re: HOME directory has somehow been overridden

2012-08-02 Thread Soumya Roy
Just to give the last few lines of my /etc/passwd file:- /home/SUPPORT_388945a0:/bin/bash VALNT:unused:1003:513:U-SMEI-EC058E66\VALNT,S-1-5-21-1614895754-178822364\ 8-725345543-1003:/home/VALNT:/bin/bash thanks On 8/2/12, Soumya Roy wrote: > Hi everybody, > first of all I'm not a

HOME directory has somehow been overridden

2012-08-02 Thread Soumya Roy
Hi everybody, first of all I'm not a 'knows the ins and outs' user of cygwin(although I absolutely love using it and would like to become one!!). My problems began(I think) when I installed heroku toolbelt for facebook app creation...I went through some initial hiccups(with ssh etc) and had to solv

Re: executing .bat & .cmd files with 1.7

2010-12-17 Thread Vincent Côté-Roy
4 PM, Vincent Côté-Roy wrote: >> >> Hi, >> I've just upgraded to 1.7 (from 1.5) and ever since I did, .bat and >> .cmd files are no longer automagically executed when I invoke them >> without their extension: i.e., it used to be that invoking xyz in bash >>

executing .bat & .cmd files with 1.7

2010-12-17 Thread Vincent Côté-Roy
Hi, I've just upgraded to 1.7 (from 1.5) and ever since I did, .bat and .cmd files are no longer automagically executed when I invoke them without their extension: i.e., it used to be that invoking xyz in bash would execute xyz.bat or xyz.cmd if it happened to be in my path. Is this a new feature

Re: AW: non gui setup of cygwin possible?

2005-11-10 Thread Roy Wiseman
One related question ... is there a command in cygwin to report the installed packages ? some command line tool that just lists them all on the current setup or a log file that I can look at ? Thanks, Roy. > > To answer the second one: setup.exe supports an > unattended install > mod

Re: Automatic (Silent) Installation with specific packages ?

2005-11-08 Thread Roy Wiseman
gets the mirror to use and the packages to install and then just installs what you want silently would make the process so much easier (and also mean that you know you get your carefully selected packages every time !) Thanks, Roy. --- Harakiri <[EMAIL PROTECTED]> wrote: > Hello, &

X Copy/Paste ?

2005-11-06 Thread Roy Wiseman
Hi, A quick question, and I have a feeling this is asked regularly, but I couldn't find an answer on searching the forum. How can I copy/paste to/from xterm to another xterm windows and also how can I copy/paste to/from an xterm window and a windows application like say notepad ? Thanks !

RE: passwd & group file problems ?

2005-06-10 Thread Roy Wiseman
sswd -d -l > /etc/passwd is looking to take days or weeks to complete (there seriously are 10's of thousands of users on that emea domain so it would take forever at the speed I was seeing) ? Regards, Roy. _

RE: passwd & group file problems ?

2005-06-09 Thread Roy Wiseman
e when the bash shell was invoked, the cygwin dll somehow bound all the files together into a workable system at that point. clearly a lot more going on there, but very interesting to see how it all works together. cheers, roy. _

RE: passwd & group file problems ?

2005-06-09 Thread Roy Wiseman
Thanks for the insults D A V E . K O R N You say you are offended, and that I am not in control of my own actions (obviously highly offensive, patronising and insulting statements). I am in control of my own actions. You of course have answers that I would like, and yet you dangle them at me i

RE: passwd & group file problems ?

2005-06-09 Thread Roy Wiseman
i'm sorry, it was completely unintentional. really did not mean to do that, I pressed reply-all by mistake i think, i did go to the acronym page and read it and noted it, so I did not mean to do that. --- Dave Korn <[EMAIL PROTECTED]> wrote: > Original Message---- > &

RE: passwd & group file problems ?

2005-06-09 Thread Roy Wiseman
I agree that Symantec are a bit of satanic corporation, but ... well, Ghost2003 is actually very impressive most of the time (apart from breaking cygwin which is a big problem of course). ok, I've fixed symantec by taking out the 2 " in the path and I fixed the cygwin1.dll (it was a copy of testdi

RE: passwd & group file problems ?

2005-06-09 Thread Roy Wiseman
o the system, so it seems very strange that this could have happened). --- Dave Korn <[EMAIL PROTECTED]> wrote: > Original Message---- > >From: Roy Wiseman > >Sent: 09 June 2005 16:16 > > > > I've attached my cygcheck.out file here. > > > >

Re: passwd & group file problems ?

2005-06-09 Thread Roy Wiseman
n all the problems that I have will be very simply solved completely :) Best Regards, Roy. --- Roy Wiseman <[EMAIL PROTECTED]> wrote: > Hi Igor, > > those mount commands don't seem to do much for this > situation. same problems. > you mention the hard and symbolic

Re: passwd & group file problems ?

2005-06-09 Thread Roy Wiseman
no help, same errors apply. - is there some way to make the postinstall process kick off again, outside of the setup process ? Best Regards, Roy. --- Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > On Thu, 9 Jun 2005, Roy Wiseman wrote: > > > Hello, > > > > I

passwd & group file problems ?

2005-06-09 Thread Roy Wiseman
tem so that I can distribute it to the sysadmins that would like to use these excellent tools ? Thanks & Best Regards, Roy Wiseman. ___ How much free photo storage do you get? Store your holiday snaps for FREE with Ya

Re: Access Violation

2003-12-24 Thread Roy Clemmons
> When I compile and link the following program, I get a > segmentation fault. What am I doing wrong...could expat > be installed incorrectly? I configured and made expat according to the instructions in its distribution and now it works! I wonder why the cygwin version did

Access Violation

2003-12-23 Thread Roy Clemmons
Greetings, I have installed expat-1.95.7 into Cygwin 1.5.5-1 using the Cygwin setup utility. In /usr/lib I have: libexpat.a libexpat.dll.a libexpat.la and in /usr/bin, I have cygexpat-0.dll. When I compile and link the following program, I get a segmentation fault. What am I doing wrong...cou

Re: Why 2 DLL names?

2003-12-22 Thread Roy Clemmons
that as it may, can I rename the dll to be the correct name?Roy -- 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/

Why 2 DLL names?

2003-12-22 Thread Roy Clemmons
fix on one of them? Also, which one should I use? Thank you for you patience with me as I learn the cygwin environment. Roy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/doc

Re: Undefined References using libtool

2003-12-19 Thread Roy Clemmons
I was able to resolve this problem by linking the stdc++ library in the makefile ( -lstdc++) and changing libtool.m4. Roy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

Undefined References using libtool

2003-12-19 Thread Roy Clemmons
Greetings, I am porting a Linux app to Windows using cygwin 1.5.5-1 and libtool 1.5 (1.1220.2.1 2003/04/14 22:48:00). I have successfully compiled the app but when I attempt to link it using libtool I receive many unreferenced errors. A sampling of the errors: undefined reference to `std::ios_b

Re: Undefined reference to _WinMain@16

2003-12-17 Thread Roy Clemmons
I fixed this problem by adding a dummy winmain to xmlparse.c int __declspec(nothrow) __stdcall WinMain(int a, int b, char* c, int d); int __declspec(nothrow) __stdcall WinMain(int a, int b, char* c, int d) { return 0; } Don't know the repercussions - if any. Roy - Original Me

Undefined reference to _WinMain@16

2003-12-17 Thread Roy Clemmons
PROTECTED]' The same error reported to the cygwin email list resulted in a reply that suggested that this error might be caused because of a missing main() in the source code. My OS is Windows 2000 SP 4 What can I do to resolve this issue? Thank you, Roy Cle

Re: Weird stuff with 'man' and 'tset' programs

2003-02-28 Thread Roy H.
Igor, Thank you for the reply. That solved the problems nicely. I had done some searching in the archive mail lists, but obviously not with the correct criteria. Roy --- Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > On Fri, 28 Feb 2003, Roy H. wrote: > > > Something weir

Weird stuff with 'man' and 'tset' programs

2003-02-28 Thread Roy H.
t find the man page. My PATH works fine, but who knows what else does not really work. I could really use a little help with this problem. I am running Win 2k all of the cygwin programs are up to date. My shell is bash. Below is the out put from 'cygcheck -s'. Thanks Roy ---

Re: UW imapd and cygwin1.dll 1.3.13-2

2002-10-16 Thread Roy Hashimoto
also not a recommended solution. My setup is working, so I'm content as things stand. I am curious why the /etc/passwd changes broke sshd, and why setlogmask() apparently didn't work. Roy Hashimoto -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: network package problem ((

2001-12-17 Thread David Le Roy
Charles Wilson wrote: thank you ;) my rep etc was erased so it couldnt find those etc files. it's working now. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: network package problem ((

2001-12-16 Thread David Le Roy
Corinna Vinschen wrote: > >Sounds as if your system's services file is corrupted. > got any hint about how to fix that without reinstalling all ? Im on win 2000. i ve reinstalled cygwin to check if one of the package is broken but it keep anoying me with that error ( im open to all ideas ;)