EMP Router issue

2021-04-08 Thread Moore, Patrick
gyc...@cygwin.com> This is causing the router to not start up properly. The file version is 1007.9.0.0 Product version is 1.7.9 File date is 1/11/2016 Do you have any suggestions at all to get it working again? Thank you, Patrick Moore Senior Systems Support Engineer FECR/NICTD, USA E: pmo...@wabt

Re: setrlimit always fails

2021-02-16 Thread Patrick Chkoreff
Corinna Vinschen wrote on 2/15/21 3:48 PM: > On Feb 15 14:54, Patrick Chkoreff wrote: >> Corinna Vinschen wrote on 2/15/21 4:14 AM: >> To fix that, I must define _USE_XOPEN > > You really, really must not use this macro. I'm glad to hear something definitive about that.

Re: setrlimit always fails

2021-02-15 Thread Patrick Chkoreff
and I'll jam it into my test code and see if it compiles on both Cygwin and Linux. I can literally compile the exact same code file on both Cygwin and Linux, due to how I've got sharing set up. -- Patrick -- Problem reports: https://cygwin.com/problems.html FAQ: https://cy

Re: setrlimit always fails

2021-02-12 Thread Patrick Chkoreff
s to be the simplest I can make that. Thank you to all the Cygwin developers who made this porting effort possible! -- Patrick -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info:

setrlimit always fails

2021-02-11 Thread Patrick Chkoreff
I have found that the only way to make the setrlimit call succeed is to use RLIM_INFINITY: rlim.rlim_cur = RLIM_INFINITY; rlim.rlim_max = RLIM_INFINITY; But then of course it does not achieve the desired result of timing out after 1 second. Any ideas? -- Patrick -- Problem reports:

License question (Distribution of cygwin1.dll

2018-05-07 Thread patrick schmidt
Hello dear Cygwin community, I want to use iPerf3.exe in an commercial projekt. iPerf uses the MIT License but needs cygwin1.dll in order to function correctly. I need to distribute iperf3.exe in our commercial software, but we cant release the source code of this product. We do not modify

Keybord layout under X mode

2017-10-02 Thread Patrick Etienne
I installed Cygwin 64 bit on my laptop. This one has a Belgian keyboard but in graphic mode the default keyboard is a Belgian keyboard. How do I change this configuration? Thank you... Patrick ETIENNE --- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel

Re: TEST RELEASE: Cygwin 2.7.0-0.2

2017-02-04 Thread Patrick Knight
What is the link to download the test release please? Thanks, Patrick Knight Security Research Architect http://www.cylance.com 561.768.9466 (Office) 561.427.4246 (Mobile) On 2/4/17, 8:00 AM, "cygwin-announce-ow...@cygwin.com on behalf of Corinna Vinschen" <cygwin-announce-ow.

Problem with Python programs with binary components, who to blame?

2016-09-04 Thread Patrick Pief
Hi, Before writing any formal bug report I thought I might ask first whether the problem I am seeing is something that can be even fixed from Cygwin's side. The issue has to do with the compilation of Python binary packages for Python inside Cygwin (Python installed as a Cygwin package as

Re: [PATCH] ccwrap: fix build with non-english locale set

2016-03-04 Thread Patrick Bendorf
hi corinna, i might find some time this weekend. this last few days were just too much to look into the issue. patrick Am 04.03.2016 um 09:56 schrieb Corinna Vinschen: Patrick, On Feb 29 17:55, Jon Turney wrote: On 29/02/2016 16:56, Patrick Bendorf wrote: thanks eric. just changed

Re: [PATCH] ccwrap: fix build with non-english locale set

2016-02-29 Thread Patrick Bendorf
thanks eric. just changed and tested it. hopefully the last patch for this matter. @corinna: as attachment to overcome previous problems. patrick Am 29.02.2016 um 16:41 schrieb Eric Blake: On 02/29/2016 06:19 AM, patrick bendorf wrote: after some discussion on irc and the list i'm

Re: [PATCH] ccwrap: fix build with non-english locale set

2016-02-29 Thread patrick bendorf
cwrap @@ -12,6 +12,7 @@ if ($ARGV[0] ne '++') { $cxx = 1; } die "$0: $ccorcxx environment variable does not exist\n" unless exists $ENV{$ccorcxx}; +$ENV{'LANG'} = 'C'; my @compiler = split ' ', $ENV{$ccorcxx}; if ("@ARGV" !~ / -nostdinc/o) { my $fd; -- 2.7.0 patrick Am 20

[PATCH] ccwrap: fix build with non-english locale set

2016-02-28 Thread Patrick Bendorf
/winsup/ * ccwrap: fix build with non-english locale set --- winsup/ccwrap | 1 + 1 file changed, 1 insertion(+) diff --git a/winsup/ccwrap b/winsup/ccwrap index 7580e7a..ef83085 100755 --- a/winsup/ccwrap +++ b/winsup/ccwrap @@ -12,6 +12,7 @@ if ($ARGV[0] ne '++') { $cxx = 1; } die "$0:

Re: upgrades hang forever on 0p_000_autorebase.dash

2016-02-01 Thread Patrick Mackinlay
/stderr of the script that setup is running? Patrick On 01/02/2016 05:32, Maarten Jacobs wrote: > Hello, > > This may not be relevant - but I ran into a very similar issue tonight... > Setup appeared to "hang" - until I found out that Eclipse was "helpful" and >

Re: upgrades hang forever on 0p_000_autorebase.dash

2016-01-31 Thread Patrick Mackinlay
that setup is running? regards, Patrick > Patrick Mackinlay spacesurfer.com> writes: > > It requires user input because the file > > /var/cache/rebase/rebase_dyn > > is created read only the first time and then the second time a rm > > requires user confirmation. &

Re: Re: sshd refuses connections since upgrade to 2.4.0-1

2016-01-29 Thread Patrick Schmitt
>> Hi! >> >> Long time Cygwin user but first time error reporter to this mailing list. >> Since upgrading my 32-bit Cygwin installation on Win7SP1 x64 from >> 2.3.1-1 to the current 2.4.0-1 (and also 2.5.0-0.1 in my despair) I >> can't connect to sshd running as a service anymore. >> The service

upgrades hang forever on 0p_000_autorebase.dash

2016-01-28 Thread Patrick Mackinlay
regular file '/var/cache/rebase/rebase_dyn'? As you can see a number of files are created read only and cause a number of failures. regards, Patrick -- Patrick Mackinlay patr...@spacesurfer.com http://patrick.spacesurfer.com/tel: +44.7050699851

BSOD when running from network share

2015-11-19 Thread Patrick Herbst
I have cygwin installed on a windows network share folder. Most everything works fine. But I get a BSOD when in bash running the following cat > /tmp/junk

tmux 2.x performance regression when switching windows

2015-05-24 Thread Patrick Mézard
windows KO = it eventually succeeds but lags a lot. With 1.9, the switch is immediate. -- Patrick Mézard -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com

rsync 8392 Warning

2015-03-19 Thread Hofmann, Patrick (NamLab)
XP setup. However, with my Microsoft Surface Pro 3 (with Win 8.1) it takes ages to back up the Drive and I am getting this WARNING message. Is there any solution to that? Thanks for the help! Best regards Patrick Hofmann= Freiberger Compound Materials GmbH, Geschaeftsfuehrer: Dr. Stefan

Re: XRaiseWindow for activating windows in multiwindow mode In-Reply-To: 53a2b675.3020...@gmx.de

2014-06-19 Thread Patrick Herbst
I used my patch from 2011 every day for the last three years and it worked always without any problems. I was also able to incorporate this patch into the newest cygwin x server running under 64-bit cygwin without any problems. See also:

Re: XRaiseWindow for activating windows in multiwindow mode

2014-06-11 Thread Patrick Herbst
of XRaiseWindow to navigate around multiple windows, and it doesn't work. Anyone have any info on this issue?? Thanks! Patrick Herbst Ref: https://cygwin.com/ml/cygwin-xfree/2011-09/msg0.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: Patch for run-1.3.0-1 core dump

2014-06-09 Thread Patrick Herbst
On 3/20/2014 8:57 AM, Patrick Herbst wrote: On 2/18/2014 4:16 AM, Corinna Vinschen wrote: Did my earlier patch get included? I haven't seen a run new version yet. http://www.cygwin.com/ml/cygwin/2013-12/msg6.html My patch was the one that properly quote arguments. Maybe let's start

could mkgroup be updated to define the group root?

2014-04-06 Thread Patrick Rouleau
Hi! After a fresh Cygwin installation, /etc/group contains this line: root:S-1-5-32-544:0: When we update the file /etc/group with mkgroup, that line is lost. Is it possible to update mkgroup to include that line in its output? Thanks, P.Rouleau -- Problem reports:

Re: Patch for run-1.3.0-1 core dump

2014-03-20 Thread Patrick Herbst
On 2/18/2014 4:16 AM, Corinna Vinschen wrote: Did my earlier patch get included? I haven't seen a run new version yet. http://www.cygwin.com/ml/cygwin/2013-12/msg6.html My patch was the one that properly quote arguments. Maybe let's start with that before putting new stuff underneath

Errors when installing 64 bit cygwin -- apparently result of drive out of space. Request better checking / reporting?

2014-03-19 Thread Patrick Spinler
Hi, TLDR: cygwin install apparently doesn't check for adequate space prior to starting the install, and if it runs out during install spams misleading error dialogs while corrupting c:\cygwin. I'm attempting to install a 64 bit cygwin. Unfortunately, I can't attach a cygcheck since I haven't

cron isnt running, switched from 64bit to 32

2014-01-17 Thread patrick
hi, i had cron running from a 64bit cygwin install, but i decided to switch to a 32bit version. the 32bit cygwin is installed to a differnt directory. what i did: running cron-config again from a terminal started as admin. deinstalling the service via cygrunsrv -R cron and reinstalling via

cron isnt running, switched from 64bit to 32

2014-01-16 Thread patrick
hi, i had cron running from a 64bit cygwin install, but i decided to switch to a 32bit version. the 32bit cygwin is installed to a differnt directory. what i did: running cron-config again from a terminal started as admin. deinstalling the service via cygrunsrv -R cron and reinstalling via

cpp gives various results depending on the path used

2013-11-29 Thread Patrick Rouleau
Hi, I looks like cpp gives various results depending on the path used. $ cpp --version cpp (GCC) 4.8.2 $ /lib/cpp dummy.c q; echo $? cpp: error: spawn: No such file or directory 1 $ /bin/cpp dummy.c q; echo $? cpp: error: spawn: No such file or directory 1 $ /usr/bin/cpp dummy.c q; echo $? 0

Re: [ANNOUNCEMENT] Updated: run-1.3.0-1

2013-11-18 Thread Patrick Herbst
On 9/30/2013 3:17 PM, Gary Johnson wrote: Any updates on this? Any other information we can provide to expedite a fix? I just had my PC upgraded from Windows XP to Windows 7 and have been reinstalling various applications including Cygwin. I'm using the 32-bit version because not all the

Gnat with sqlite Ada bindings - 100% CPU problem

2013-09-16 Thread Patrick Herbst
Hello, I'm trying to write an Ada application that uses the Sqlite library. The application will compile and run until the end of the application where it will hang, using near 100% CPU. When I cntrl+c it while running in GDB, it shows: Program received signal SIGINT, Interrupt. 0x6e015096 in

Re: [ANNOUNCEMENT] Updated: run-1.3.0-1

2013-08-28 Thread Patrick Herbst
Just for completeness, run-1.3 does not even work on windows 7 U 64b. I'm having stackdump issues with run.exe as well. WinXP 32 bit service pack 3 run.exe 1.3.0-1 $ cat ./run.exe.stackdump Exception: STATUS_ACCESS_VIOLATION at eip=6110BAE6 eax=200202D0 ebx=622F7273 ecx=6126C994 edx=0090

Re: Regression with 1.7.20-1

2013-07-23 Thread Patrick Jane
Christopher Faylor cgf-use-the-mailinglist-please at cygwin.com writes: There is no reason to be nervous about installing snapshots if you think a new release will solve a problem. A snapshot potentially always equals a new release. Snapshots never break things so severely that you can't

Re: Regression with 1.7.20-1

2013-07-11 Thread Patrick Jane
On Jun 10 03:28, Steven Penny wrote: ...To add more information, running the pipe ffmpeg -codecs | grep mov with 1.7.20-1 just hangs forever, even will ignore Ctrl-C Corinna Vinschen corinna-cygwin at cygwin.com writes: There's no ffmpeg in the Cygwin distro. Is that a Cygwin or a

Default Install Packages -- libX11 ??

2013-05-05 Thread Patrick Herbst
Hello, I was wondering why the default minimal install of Cygwin now includes X libraries? This happens even when not installing Xorg. Why is this? Is there one new default package that brings in those new dependencies? Thanks in advance! Patrick. -- Problem reports: http://cygwin.com

bug and patch for xfig/xfig-lib 3.2.5b-2 -- from RedHat 806689

2012-10-28 Thread Vince Patrick
Vinschen for keeping the X11 workhorses alive and well. I have the legacy Cygwin running on a separate machine and use that distribution for a full-function xfig. vince patrick -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Why Cygwin tries to pull in winsock2.h when compiling a Linux application?

2012-06-30 Thread Patrick L
Hi, I am using Cygwin 1.7.11 i686 on Windows 7 PC. I am trying to compile a Linux C++ application on Cygwin. When I use the ./configure command, Cygwin shows the following error messages: checking winsock2.h usability... no checking winsock2.h presence... yes configure: WARNING: winsock2.h:

startx - no keyboard or mouse focus with single xterm, repeatable error - WORKAROUND

2012-06-14 Thread Patrick Hogan
for this email and Scott's original email below (minus the email addresses), but I'm guessing this email won't show up in the right thread location in the overal email structure of the archive. Regards, Patrick From: Scott Merrilees To: Cc: Date: Thu, 14 Jun 2012 16:05:22 +1000 Subject: Re

Problem with basic startx and xterm - no cursor or focus

2012-05-29 Thread Patrick Hogan
? Regards, Patrick broken.log Description: Binary data works.log Description: Binary data cygcheck.out Description: Binary data -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com

startx - no keyboard or mouse focus with single xterm, repeatable error

2012-04-30 Thread Patrick Hogan
in the area of the screen just beyond the 25% mark on the horizontal access, and then immediately closing it again, after which everything is fine. The fact that it's such a repeatable error is interesting! Any insights appreciated. Regards, Patrick XWin.0.log Description: Binary data cygcheck.out

Updated: startx - no keyboard or mouse focus with single xterm, repeatable error

2012-04-30 Thread Patrick Hogan
which everything is fine. The fact that it's such a repeatable error is interesting! Any insights appreciated. Regards, Patrick XWin.0.log Description: Binary data cygcheck.out Description: Binary data -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

setup.exe.sig not verifiable?

2011-01-13 Thread Patrick Strasser
how should I know that not all three, setup.exe, setup.exe.sig and the keyring are tampered? Or am I missing something? Regards Patrick [1] http://cygwin.com/install.html -- Engineers motto: cheap, good, fast: choose any two Patrick Strasser patrick dot strasser at student dot tugraz dot

Re: Filtered tokens

2010-04-27 Thread Patrick Julien
OK, I understand why it's the privileged token but why is it still in session 0? Also, it doesn't really explain why the files are all installed with ownership set to me On Tue, Apr 27, 2010 at 5:10 AM, Corinna Vinschen corinna-cyg...@cygwin.com wrote: On Apr 26 15:34, Patrick Julien wrote: I

Re: Filtered tokens

2010-04-27 Thread Patrick Julien
On Tue, Apr 27, 2010 at 9:26 AM, Corinna Vinschen corinna-cyg...@cygwin.com wrote: On Apr 27 08:39, Patrick Julien wrote: OK, I understand why it's the privileged token but why is it still in session 0? Because it's started in session 0.  Creating our own session for each user could result

Re: Filtered tokens

2010-04-27 Thread Patrick Julien
On Tue, Apr 27, 2010 at 9:58 AM, Corinna Vinschen corinna-cyg...@cygwin.com wrote: On Apr 27 09:33, Patrick Julien wrote: On Tue, Apr 27, 2010 at 9:26 AM, Corinna Vinschen corinna-cyg...@cygwin.com wrote: On Apr 27 08:39, Patrick Julien wrote: OK, I understand why it's the privileged token

Re: Filtered tokens

2010-04-27 Thread Patrick Julien
On Tue, Apr 27, 2010 at 9:58 AM, Corinna Vinschen corinna-cyg...@cygwin.com wrote: On Apr 27 09:33, Patrick Julien wrote: On Tue, Apr 27, 2010 at 9:26 AM, Corinna Vinschen corinna-cyg...@cygwin.com wrote: On Apr 27 08:39, Patrick Julien wrote: OK, I understand why it's the privileged token

Filtered tokens

2010-04-26 Thread Patrick Julien
I have read the page found at http://www.cygwin.com/cygwin-ug-net/ntsec.html but I still see the following 2 issues with filtered tokens as implemented by Vista/7 when used by cygwin. When I say filtered tokens, I'm talking about the dual token strategy these systems use to keep administrators

/usr/bin/cron-config can render a Win2K3 box unusable

2010-02-16 Thread Patrick Rynhart
I'm on Windows Server 2003 and carefully read through /usr/share/doc/Cygwin/cron-4.1-57.README prior to configuring cron. The guide discusses how a privileged user account is required in order to run cron. The script /usr/bin/cron-config gives you the option of creating a user account on behalf

Why XWin expose multiple visuals with same depth/colormap ?

2009-12-24 Thread patrick ficheux
Hello, It seems that XWin exposes a lot of Visuals with same caracteristics (depth / colormap). xdpyinfo displays 33 visuals of 2 type : TrueColor / 24 bits DirectColor / 24 bits Is there a reason to expose 15 identical TrueColor visuals and 16 identical DirectColor visuals ?

Re: 1.7.0(0.214/5/3): XWin.exe reset after remote login screen on solaris (CDE or Java desktop) WM_QUIT

2009-10-16 Thread Patrick Legault
...@patrick-isp.com Subject: Re: 1.7.0(0.214/5/3): XWin.exe reset after remote login screen on solaris (CDE or Java desktop) WM_QUIT On 14/10/2009 22:41, Patrick Legault wrote: I get an error while I open a Solaris remote session via XDMCP the system I am connecting work with version 1.5 of cygwin

Re: [1.5] Problem with OpenSSH on Windows Home Server (Win2003)

2009-05-19 Thread Patrick Aikens
Patrick Aikens wrote: Patrick Aikens wrote: I've installed cygwin 1.5 on my WHS box as Administrator. I've opened a cygwin terminal and executed the mkpasswd -l /etc/passwd and mkgroup -l /etc/group commands, executed ssh-host-setup and used privilege separation, and everything seems

Re: [1.5] Problem with OpenSSH on Windows Home Server (Win2003)

2009-05-19 Thread Patrick Aikens
Thorsten Kampe wrote: * Patrick Aikens (Tue, 19 May 2009 07:08:00 -0400) Patrick Aikens wrote: Patrick Aikens wrote: I've installed cygwin 1.5 on my WHS box as Administrator. I've opened a cygwin terminal and executed the mkpasswd -l /etc/passwd and mkgroup -l /etc/group commands, executed

Re: [1.5] Problem with OpenSSH on Windows Home Server (Win2003)

2009-05-19 Thread Patrick Aikens
, I'll go ahead and stick to allowing key-based authentication only. On Tue, May 19, 2009 at 7:52 AM, Patrick Aikens paik...@gmail.com wrote: Thorsten Kampe wrote: * Patrick Aikens (Tue, 19 May 2009 07:08:00 -0400) Patrick Aikens wrote: Patrick Aikens wrote: I've installed cygwin 1.5 on my WHS

Re: [1.5] Problem with OpenSSH on Windows Home Server (Win2003)

2009-05-19 Thread Patrick Aikens
Larry Hall (Cygwin) wrote: On 05/19/2009, Patrick Aikens wrote: I can log in using a password for any user who is a member of the Administrators group. Many of the guides I've seen on installing OpenSSH on windows (especially 2003 server) have you add new users to the Admin group, so

Re: [1.5] Problem with OpenSSH on Windows Home Server (Win2003)

2009-05-17 Thread Patrick Aikens
Patrick Aikens wrote: I've installed cygwin 1.5 on my WHS box as Administrator. I've opened a cygwin terminal and executed the mkpasswd -l /etc/passwd and mkgroup -l /etc/group commands, executed ssh-host-setup and used privilege separation, and everything seems to have executed OK. I can

[1.5] Problem with OpenSSH on Windows Home Server (Win2003)

2009-05-14 Thread Patrick Aikens
I've installed cygwin 1.5 on my WHS box as Administrator. I've opened a cygwin terminal and executed the mkpasswd -l /etc/passwd and mkgroup -l /etc/group commands, executed ssh-host-setup and used privilege separation, and everything seems to have executed OK. I can ssh to that machine as

1.7: cygserver problems under cygwin 1.7

2009-05-04 Thread Patrick Aikens
I've just installed cygwin 1.7 on a WinXP SP3 machine that used to have 1.5 installed. Since I didn't want to run them in parallel, first I deleted my c:\cygwin folder, then used regedit to get rid of the Cygnus Solutions and Cygwin registry keys from HKLM/Software and HKCU/Software to do as

Re: [PATCH] rakudo Re: Parrot packaging problems

2009-04-10 Thread Patrick R. Michaud
On Fri, Apr 10, 2009 at 11:09:19AM +0200, Reini Urban wrote: leading to /usr/share/doc/rakudo-2009 and not rakudo-2009-03. I might be tempted to use rakudo-200903 as package name. We can change the releases to be the 200903 form if that's much better. But I personally much prefer the 2009-03

Re: [PATCH] rakudo Re: Parrot packaging problems

2009-04-10 Thread Patrick R. Michaud
On Fri, Apr 10, 2009 at 08:05:50PM +0200, Reini Urban wrote: 2009/4/10 Patrick R. Michaud pmich...@pobox.com: For some reason that doesn't sound quite right to me.  When converting rakudo to an executable, the pbc2exe we use should already know if it's being run using an installed parrot

Re: can't redirect sed command to bash script

2008-09-19 Thread patrick ficheux
Bayu Adiwibowo a écrit : Hi Hi I want using sed and redirect with pipe bash script to produce report that sort names by state and list the name of state followed by name of each person in that state. It's work in linux as expected but cygwin seen can't executed bash script in such way.

Re: WG: Can't build cygwin X server : directory program/xrx is missing

2008-04-30 Thread patrick ficheux
... -Ursprüngliche Nachricht- Von: patrick ficheux [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 29. April 2008 10:30 An: cygwin-xfree@cygwin.com Betreff: Can't build cygwin X server : directory program/xrx is missing I'm trying to rebuild X server (XWin.exe) from the source tree xorg-x11 6.8.99.901-1

Can't build cygwin X server : directory program/xrx is missing

2008-04-29 Thread patrick ficheux
I'm trying to rebuild X server (XWin.exe) from the source tree xorg-x11 6.8.99.901-1 (last stable version) when I run 'make', I get those errors $ make World ... make[3]: Leaving directory `/usr/src/xc/programs/xrefresh' cleaning in programs/xrx... make: Entering an unknown directory make: ***

socket : MSG_WAITALL isn't defined

2007-11-28 Thread patrick ficheux
Hi, I want to use recv() with MSG_WAITALL flag. But this constant isn't defined in cygwin. I find a old message about this issue here = http://www.cygwin.com/ml/cygwin/2000-06/msg01229.html Why MSG_WAITALL is not present in cygwin ? It's a posix compliance problem ? It seems that # define

Re: socket : MSG_WAITALL isn't defined

2007-11-28 Thread patrick ficheux
Phil Betts a écrit : Corinna Vinschen wrote on Wednesday, November 28, 2007 2:57 PM:: On Nov 28 15:24, patrick ficheux wrote: Hi, I want to use recv() with MSG_WAITALL [...] Don't you read earlier replies on the list? oups, ... -- Unsubscribe info: http

socket : MSG_WAITALL isn't defined

2007-11-27 Thread patrick ficheux
Hi, I want to use recv() with MSG_WAITALL flag. But this constant isn't defined in cygwin. I find a old message about this issue here = http://www.cygwin.com/ml/cygwin/2000-06/msg01229.html Why MSG_WAITALL is not present in cygwin ? It's a posix compliance problem ? It seems that # define

RE: Unable to access file from shell script (XP configure problem?)

2007-10-25 Thread Patrick Monnerat
Ramon Felciano wrote: : No such file or directoryramon.txt which looks like it is an error message that overwrote the /cygdrive/c/Downloads/ramon.txt pathname. Your shell script as

RE: Problem with the dos2unix command

2007-10-19 Thread Patrick Monnerat
is --no-check-format (behaves as ever). I hope you will find it useful Regards Patrick cygutils-1.3.2-newconvoptions.patch Description: cygutils-1.3.2-newconvoptions.patch -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

problem with SANE : scanimage freeze

2007-10-17 Thread patrick ficheux
Hi, I try to use SANE on cygwin with USB scanner (agfa snapscan 1212U) but scanimage doesn't work sane-find-scanner.exe works fine, it detects my scanner $ sane-find-scanner.exe ... found USB scanner (vendor=0x06bd [AGFA ], product=0x2061 [SNAPSCAN]) at

Problem with the dos2unix command

2007-10-17 Thread Patrick Monnerat
Hello list, I'm trying to convert a \r\n line-ending file to unix style, but this file has some lines with their last character being \r (i.e.: the sequence of binary bytes is ...\r\r\n...) Using dos2unix to convert it strips both \r, resulting in a byte sequence ...\n... This seems to

shmget() returns xx if current user is not a administrator

2007-10-12 Thread patrick ficheux
In SANE (scanner project), the backend for snapscan failed to call shmget() with error EACCES (Permission denied) if the current user isn't administrator. When I'am logged as windows administrator, shmget() is called successfully In both case, the env. variable CYGWIN exists and this value is

Re: shmget() returns xx if current user is not a administrator

2007-10-12 Thread patrick ficheux
Corinna Vinschen a écrit : On Oct 12 11:09, patrick ficheux wrote: In SANE (scanner project), the backend for snapscan failed to call shmget() with error EACCES (Permission denied) if the current user isn't administrator. When I'am logged as windows administrator, shmget() is called

Re: Installing an old version of a package

2007-07-06 Thread Patrick Strasser
Misc, with the new package already selected. NOTE: Just adding a directory in the Local Package Directory and putting the package there did not work! Maybe this procedure should be added to the FAQ entry. Patrick -- Engineers motto: cheap, good, fast: choose any two Patrick Strasser patrick dot

Re: closing SSH session leaves a zombie bash process

2007-02-06 Thread Patrick Herbst
... anyone know where else to look? what else can be done? DePriest, Jason R. wrote: On 1/30/07, Patrick Herbst wrote: i just noticed this today after i updated my base cygwin yesterday. if i use putty to establish a ssh session and just hit the X to close (instead of typing 'exit

Re: Relative vs. Absolute path problem

2007-01-31 Thread Patrick Herbst
from your home directory ../../../ = one level up from the cygwin root. for example... if home is c:\cygwin\home\user then that relative path would put you at c:\ the root (/) for cygwin is actually the cygwin directory (c:\cygwin) if you're trying to get just on your c:\ you have to specify

closing SSH session leaves a zombie bash process

2007-01-30 Thread Patrick Herbst
the same problem i'm using the base install with only openssh added. i dont think i had this problem before i updated yesterday. can anyone duplicate this? and does anyone have any idea about what could fix it? thanks, patrick -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Trouble with the g++ compiler

2006-10-12 Thread -Patrick
version: gcc version 3.4.6 20060404 (Red Hat 3.4.6-3) Cygwin's version: gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125) Thanks -- -Patrick -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Background-color of bash

2006-10-11 Thread -Patrick
to spot files and multitasking in general, etc etc. Thank you and take care, -Patrick -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com

Re: Background-color of bash

2006-10-11 Thread -Patrick
As far as the resource file, that would be ideal for setting default values? Please oblige as to where it's located...? Thanks! -Patrick Thomas Dickey wrote: On Wed, 11 Oct 2006, -Patrick wrote: This may seem trivial to some, but at least to me it affects productivity. I would like

Re: Background-color of bash

2006-10-11 Thread -Patrick
lettering(default). The only thing that seems to work is what was mentioned earlier xterm -fg *color* -bg *color* but this as you know is not permanent. Attached is the files if you'd like to check... Thanks! -Patrick Thomas Dickey wrote: On Wed, 11 Oct 2006, -Patrick wrote: As far

RE: 1.5.21: problem with source command in bash

2006-10-05 Thread Ring, Patrick
That did it. Thanks. I'll have to read the release more closely. -Original Message- From: Eric Blake [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 10:43 PM To: cygwin@cygwin.com; Ring, Patrick Subject: Re: 1.5.21: problem with source command in bash -BEGIN PGP

1.5.21: no read from ttyS0

2006-10-05 Thread Ring, Patrick
, and they are the same. I have attached a test program. I have only one serial port, so I either use a serial loopback connector, or connect to another computer through a null modem cable and use hyperterminal. Thanks in advace for your help. Patrick cygcheck.out Description: cygcheck.out tryser.c

1.5.21: problem with source command in bash

2006-10-04 Thread Ring, Patrick
to work fine. I have also tried this on a second computer and get the same results. Thanks in advace for your help, Patrick cygcheck.out Description: cygcheck.out -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

problem displaying Java GUI

2006-05-18 Thread Patrick May
. Has anyone solved this problem? Thanks, Patrick IMPORTANT The contents of this email (and any attachment): (1) are confidential and may be legally privileged - if it is not meant for you, please tell the sender, do not forward or copy the contents and delete it from your system immediately; (2

RE: problem displaying Java GUI

2006-05-18 Thread Patrick May
. This suggests that the problem lies with the Solaris JDK rather than Cygwin. Regards, Patrick IMPORTANT The contents of this email (and any attachment): (1) are confidential and may be legally privileged - if it is not meant for you, please tell the sender, do not forward or copy the contents

cygrunsrv.exe with csrss.exe cause 100% system load with API-Call

2006-04-10 Thread Patrick Lichtner
from the MSDN help (ProcessList). As soon as the API Call Process32First is called and the process csrss is attached, the CPU gets 100%. The process list is required by us for different tasks. So what can we do? Thanks in advance for your feedback. Kind Regards, Patrick Lichtner Avira GmbH -BEGIN

Re: cygrunsrv.exe with csrss.exe cause 100% system load with API-Call

2006-04-10 Thread Patrick Lichtner
? Thanks, Patrick -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFEOk3MDQV5FAFpBBMRAj0+AKC2ca0hCqbeC3yRRR5aaOZJNuYgjwCg1Dly 8wslBaCB49kDNZZuS2PzAys= =4a2F -END PGP SIGNATURE- -- Unsubscribe info: http

make fails always on invalid path C:cygwinusrinclude

2005-06-27 Thread Patrick Graebel
Where does this weird include path come from? Is there something misconfigured in my Cygwin environment? Here is the line that is printed by various makefiles: gcc: C:cygwinusrinclude: No such file or directory -Patrick -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

libSDL

2005-06-24 Thread Patrick Graebel
I want to port an application that uses libSDL. Is libSDL available for Cygwin? Any chance to get it work? -Patrick -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: How to make DLLs in cygwin for MSVC and BCB

2005-06-23 Thread Patrick Rotsaert
to be called in DllMain, yes? But then, what happens when DllMain returns? The stack space will no longer exist. Thanks, Patrick. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

How to make DLLs in cygwin for MSVC and BCB

2005-06-22 Thread Patrick Rotsaert
Hi all, I need to build a DLL in cygwin (I use a lot of POSIX functions), that I can use in MSVC and Borland CBuilder apps. There are a lot of docs on the web, but most of them seem to be outdated. Anyway, none of the methods I found seam to work. The DLL will have to be loaded

Re: How to make DLLs in cygwin for MSVC and BCB

2005-06-22 Thread Patrick Rotsaert
, 00D621CC, 00D6267C, C10040A1) 0012FFB8 00407CF2 (0040A0B8, 7C816D4F, C10040A1, 13A302E0) End of stack trace What is going wrong here? Thanks, Patrick. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: [FAQ Alert, ping JDF!] RE: How to make DLLs in cygwin for MSVC and BCB

2005-06-22 Thread Patrick Rotsaert
Original Message From: Brian Dessent Sent: 22 June 2005 16:36 Patrick Rotsaert wrote: I need to build a DLL in cygwin (I use a lot of POSIX functions), that I can use in MSVC and Borland CBuilder apps. http://cygwin.com/faq/faq.html#TOC102 And, as far as I know, using

Bash hangs, CTRL-C required

2005-03-16 Thread Patrick Graebel
(sometimes), although it's not my custom profile's prompt. Don't know where this behaviour came from, as I did not change anything by myself. I also tried to reinstall the base files again, but it did not help. Has anybody an idea what's going on here? -Patrick -- Unsubscribe info: http

Re: Bash hangs, CTRL-C required

2005-03-16 Thread Patrick Graebel
marked the lines where the execution consumes most of the time (%%). Thanks. -Patrick Larry Hall wrote: At 11:06 AM 3/16/2005, you wrote: Hi When I try to open Cygwin's Bash window, nothing further happens: the cursor blinks in the left upper corner, no login happens. The windows reacts

Re: Need more documentation

2005-02-11 Thread Patrick Griffiths
http://www.x.org/download.cgi?rel=6.8.2 - Original Message - From: Paquet-Roy, Frederik [EMAIL PROTECTED] To: cygwin-xfree@cygwin.com Sent: Friday, February 11, 2005 1:28 PM Subject: Need more documentation I was wondering if there is any document available about how data is managed on

Re: Cygserver 100% CPU

2005-02-07 Thread Patrick Samson
--- Corinna Vinschen wrote: I've checked in a patch which uses a somewhat more complicated synchronization method in msleep. The testsuite testcases still work as expected but I would like to get some feedback on your issue. Please test cygserver from the next Cygwin snapshot or build

FYI: docbook and customization layer

2005-01-21 Thread Patrick Eisenacher
that no other statement must precede any xml:import in your customization layer. Heads up, Patrick -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http

Re: FileRunner under cygwin - simple compilation fails.

2005-01-19 Thread Patrick Samson
--- Igor Pechtchanski wrote: Arg #3 is a pointer to a function (Tcl_CmdProc). See where that's declared *in the preprocessed file* (so that all macros are expanded) and see if your declarations of GetTimeFromSecs, etc, correspond to it. The most obvious mismatch is probably the const

Re: FileRunner under cygwin - simple compilation fails.

2005-01-19 Thread Patrick Samson
--- Igor Pechtchanski wrote: On Wed, 19 Jan 2005, Patrick Samson wrote: From a working source of Postgresql: static int pltcl_elog(ClientData cdata, Tcl_Interp *interp, int argc, CONST84 char *argv[]); ^^^ I'm pretty confident

Re: Negative

2005-01-05 Thread Patrick J. LoPresti
Rodrigo de Salvo Braz writes: The point would be to bring this to the attention of the people being negative. By seeing that not just one person feels like that, people may decide to stop and think whether their ways are constructive. Hopefully this would effect a change for the better.

  1   2   3   >