Re: Perl/CPAN Keeps failing [SOLVED]

2024-02-02 Thread Simon Matthews via Cygwin
Replying to my own email: On 1/29/24 11:04, Simon Matthews wrote: I keep getting errors when trying to install Perl packages using CPAN. I can see some quite old discussions that appear to say that the problem is solved by mounting the .cpan directory in binmode, but the options in that

Perl/CPAN Keeps failing

2024-01-29 Thread Simon Matthews via Cygwin
I keep getting errors when trying to install Perl packages using CPAN. I can see some quite old discussions that appear to say that the problem is solved by mounting the .cpan directory in binmode, but the options in that solution given to the mount command are not accepted. I have deleted my .cpa

Re: Control sequences output when testing GDB

2020-03-17 Thread Simon Marchi via Cygwin
On 2020-03-17 9:51 a.m., Simon Marchi wrote: > Hi, > > I had to make a GDB fix related to Cygwin recently, so I tried to run some > tests > from the GDB testsuite on Cygwin. This is my first foray into Cygwin. > > The test I ran failed, because the GDB under test outpu

Control sequences output when testing GDB

2020-03-17 Thread Simon Marchi via Cygwin
ch is not matched, and the tests fail. It was suggested to me (by jturney on IRC) to use: export CYGWIN=disable_pcon To disable to use the new new Windows Pseudo Console thing. And indeed, it makes the output free of these escape sequences, and the test passes fine. Anybody can e

Re: Cygwin libtool confused about link library

2020-03-09 Thread Simon Marchi
he Cygwin package, but I don't know what the habits are in Cygwin for this kind of thing. Simon [1] https://github.com/autotools-mirror/libtool/blob/b9b44533fbf7c7752ffd255c3d09cc360e24183b/build-aux/ltmain.in#L3050-L3059 "--Problem reports: http://cygwin.com/problems.h

libxml2-devel package: missing dependency libiconv-devel

2019-05-19 Thread Simon Sobisch
Seen when using a fresh CI environment with only libxml2-devel added by cygwin setup on running a configure script: configure:14477: checking for pkg-config configure:14495: found /usr/bin/pkg-config configure:14507: result: /usr/bin/pkg-config configure:14532: checking pkg-config is at least vers

Re: symbolic links on Paragon Linux File systems

2018-12-17 Thread Simon Liesenfeld via cygwin
allo erna otto hugo rudi or with cygwin $pwd/cygdrive/eecho hajo >>source $ cat hl hallo erna otto hugo rudi hajo On Monday, December 17, 2018, 8:22:25 PM GMT+1, Corinna Vinschen wrote: Please, do not top-post. On Dec 17 18:50, Simon Liesenfeld via cygwin wrote: >  Hi Corin

Re: symbolic links on Paragon Linux File systems

2018-12-17 Thread Simon Liesenfeld via cygwin
GMT+1, Corinna Vinschen wrote: On Dec 17 10:34, Corinna Vinschen wrote: > On Dec 17 08:11, Simon Liesenfeld via cygwin wrote: > > Hi all > > > > There is a commercial ext3-4 file system driver for windowsLinux File > > Systems für Windows | Paragon Softwarewhic

Re: symbolic links on Paragon Linux File systems

2018-12-17 Thread Simon Liesenfeld via cygwin
/demo/linuxwin_trial.msi or buy for about 19 € On Monday, December 17, 2018, 4:46:37 PM GMT+1, Simon Liesenfeld wrote: Hi Corinna,I 've set in the Contrpl Panel,es this reflects in bash.I still does work. $ set | grep -i nativeCYGWIN=winsymlinks:native $ ln -s /cygdrive/e/source sl $ cat sl !▒

Re: symbolic links on Paragon Linux File systems

2018-12-17 Thread Simon Liesenfeld via cygwin
D_STREAMS  : FALSE   FILE_READ_ONLY_VOLUME   : FALSE   FILE_SEQUENTIAL_WRITE_ONCE  : FALSE   FILE_SUPPORTS_TRANSACTIONS  : FALSE On Monday, December 17, 2018, 12:35:02 PM GMT+1, Andrey Repin wrote: Greetings, Simon Liesenfeld! > Hi all > There is a commercial ext3-4 fil

symbolic links on Paragon Linux File systems

2018-12-17 Thread Simon Liesenfeld via cygwin
Hi all There is a commercial ext3-4 file system driver for windowsLinux File Systems für Windows | Paragon Softwarewhich enable Windows to read an write on native ext3-4 volumes.In General cygwin works perfectly on such volumes,even named pipes work, but Cygwin programs do not interprete those

RE: Problem referencing libraries in tcl 8.6, e.g. fileutil

2018-08-09 Thread Simon Conway-Smith
oblem referencing libraries in tcl 8.6, e.g. fileutil Am 07.08.2018 um 17:56 schrieb SImon Conway-Smith: > I have added the tcl intepreter into my Cygwin (64-bit) installation, > but when trying to run some code samples using the fileutil library, > e.g. the foreachLine command, I'

Problem referencing libraries in tcl 8.6, e.g. fileutil

2018-08-07 Thread SImon Conway-Smith
I have added the tcl intepreter into my Cygwin (64-bit) installation, but when trying to run some code samples using the fileutil library, e.g. the foreachLine command, I'm getting 'invalid command name "fileutil::foreachLine"'. I've even tried prefixing the command with "tcl::" as I had to do for

Re: fork errors

2018-04-03 Thread Simon Matthews
The intent is to replace the ssh, Make and scripts with a simpler set of scripts and processes controlled via the Gridengine. Simon On Tue, Apr 3, 2018 at 8:06 PM, Simon Matthews wrote: > Jurgen, > > No anti-virus at all on this machine. > > The daemon is Son-of-Grid Engin

Re: fork errors

2018-04-03 Thread Simon Matthews
Jurgen, No anti-virus at all on this machine. The daemon is Son-of-Grid Engine execd. It waits for instructions to run scripts from the qmaster. Simon On Tue, Apr 3, 2018 at 2:12 PM, Jürgen Wagner wrote: > Simon, > chances are this has nothing to do with rebasing but rather with the

fork errors

2018-04-03 Thread Simon Matthews
e binaries associated with this daemon and, if so, how do I do this? Simon -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Unable to download Cygwin from dedicated server

2017-07-10 Thread Simon Choucroun
Hi guys, We are renting a dedicated server at OVH Canada. For some reason, we get a 403 forbidden when trying to either download or visit Cygwin.com from the dedicated server. Can someone please take a look at this? The IP is 192.99.6.12 Thanks Simon C -- Problem reports: http

Re:Re: timezone problem running exe from console

2016-10-27 Thread Simon
Hi Andrey, Seems like you want to run a program called "exe" in cygwin? If so, you need to type full path in the console like "/cygdrive/c/path/to/file" to run it The current result says there has no command called exe in cygwin environment. At 2016-10-27 21:23:46, "Andrey Repin" wro

new release of flexdll (0.35)

2016-09-13 Thread Simon Cruanes
package's maintainers? Thanks! -- Simon Cruanes signature.asc Description: PGP signature

strange behaviour of 'ls'

2016-04-07 Thread Simon Bradley
s expected. This MUST be a bug as it interferes with my other scripts which now do not work correctly. Can you please remove this behaviour? Thanks, Simon. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus -- Problem reports:

Re: brltty under cygwin

2015-07-13 Thread Simon Eigeldinger
Hi, interesting. never thought it might need java for 64 bit. thought it was just using c/c++. greetings, simon Am 13.07.2015 um 17:20 schrieb Marco Atzeri: On 7/13/2015 5:01 PM, Simon Eigeldinger wrote: Hi, I guess Marco asked about compiling brltty under cygwin. here is a readme the

brltty under cygwin

2015-07-13 Thread Simon Eigeldinger
Hi, I guess Marco asked about compiling brltty under cygwin. here is a readme the devs of brltty wrote: http://mielke.cc/svn/main/brltty/Documents/README.Windows Greetings, Simon --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus

Re: setup improvement . was : autoreconf: problem while executing

2015-07-10 Thread Simon Eigeldinger
Hi, Am 07.07.2015 um 22:27 schrieb Ken Brown: On 7/7/2015 4:09 PM, Simon Eigeldinger wrote: while it was removing the packages, perl hang a bunch of times and i had to kill it all the time it started hanging. After i did a full rebase and i tried to run autoreconf i got again the fork issues

Re: setup improvement . was : autoreconf: problem while executing

2015-07-07 Thread Simon Eigeldinger
Hi Marco, Am 05.07.2015 um 11:09 schrieb Marco Atzeri: On 7/4/2015 11:06 PM, Simon Eigeldinger wrote: Hi Ken and Marco, Am 04.07.2015 um 18:40 schrieb Ken Brown: I suggest you to remove most of not necessary programs. As a blind person using a screen reader its a little bit difficult to

Re: autoreconf: problem while executing

2015-07-04 Thread Simon Eigeldinger
e the list item through all the possibilities (default, install, reinstall, uninstall, etc). because at the moment you can't focus the list with a keyboard and other screen reader function. greetings, simon --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www

autoreconf: problem while executing

2015-07-04 Thread Simon Eigeldinger
Hi all, I still have the problem with autoreconf. i executed rebaseall and had no luck. i also tried reinstalling the whole cygwin environment. nothing. all the packages are up to date. When i execute autoreconf i get the following errors. anyone has some ideas? Thanks, Simon $ autoreconf -i

Re: problems with perl after a new installation

2015-07-01 Thread Simon Eigeldinger
Hi Andrey, Am 01.07.2015 um 07:37 schrieb Andrey Repin: Greetings, Simon Eigeldinger! I just reinstalled cygwin and during install i figured out that it stopped installing during processing /etc/postinstall/zp_texlive_finish.dash. so i thought i might see which programs are running. i

problems with perl after a new installation

2015-06-30 Thread Simon Eigeldinger
? tested this on an older win xp 32 bit machine. haven't tested it on a newer box. greetings, simon -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

RE: building Perl module DBD-ODBC-4.3 under 64-bit cygwin

2013-08-02 Thread Simon Barnes
rong for 64 > bit. Either drop the definition entirely, or redefine it matching the > data model: > >#ifdef __LP64__ > typedef unsigned int ULONG; > #else > typedef unsigned long ULONG; > #endif OK, managed to achieve a build with this. And I'll keep on eye on cy

building Perl module DBD-ODBC-4.3 under 64-bit cygwin

2013-08-01 Thread Simon Barnes
I'm having difficulty with this and would appreciate any suggestions. It does build under 32-bit cygwin. Thanks Simon cygwin> perl Makefile.PL ** Remember to actually *READ* the README file! And re-read it if you have any problems. ** OSNAME: cyg

Re: Windows 8 permissions broken after a reboot

2013-06-17 Thread Simon Majou
Of course, I completely forgot the "Run as admin" option ... After another small issue with the cyg_server account (I had to create a new account cyg_server2), now it works. Thanks a lot Larry ! -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/fa

Re: Windows 8 permissions broken after a reboot

2013-06-16 Thread Simon Majou
I think since last reboot I switched my user to a local account, and back to a MS (internet) account. It is probable that which caused the issue. Simon On Sun, Jun 16, 2013 at 3:13 PM, Simon Majou wrote: > Hello, > > My computer rebooted last night and now sshd doesn't wor

Windows 8 permissions broken after a reboot

2013-06-16 Thread Simon Majou
rator in Windows, in cywin I got : $ id uid=1001(simon) gid=545(Utilisateurs) groupes=545(Utilisateurs),1002(HomeUsers) I tried to update the /etc/passwd to assign my user the Admin group (as I have in Windows), but then I got : *** Query: Should privilege separation be used? (yes/no) yes *** Warnin

RE: mosh

2012-10-03 Thread Simon Barnes
The experimental mosh package, version 1.2.2-2, works very well while the "current" package 1.2.2-1 does not. Would it be possible to promote 1.2.2-2 to current? Thanks Simon -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygw

Re: Differences between C++ 'new' operator and 'malloc()' (NOT a C/C++ question)

2012-07-18 Thread Claude SIMON
Ryan Johnson wrote: > On 13/07/2012 4:25 AM, Al Slater wrote: >> On 12/07/2012 16:59, Claude SIMON wrote: >>> Ryan Johnson wrote: >>>> >>>> [...] >>>> >>>> Sorry, I should have actually looked at the repo before assuming the &g

Re: Differences between C++ 'new' operator and 'malloc()' (NOT a C/C++ question)

2012-07-18 Thread Claude SIMON
Al Slater wrote: > On 12/07/2012 16:59, Claude SIMON wrote: >> Ryan Johnson wrote: >>> >>> [...] >>> >>> Sorry, I should have actually looked at the repo before assuming the >>> test case was a monstrosity. By way of penance, I

Re: Differences between C++ 'new' operator and 'malloc()' (NOT a C/C++ question)

2012-07-18 Thread Claude SIMON
Csaba Raduly wrote: > On Thu, Jul 12, 2012 at 5:59 PM, Claude SIMON wrote: > (snip) >> Since my last testings, I updated Cygwin, the JDK and the JRE. So, my >> current configuration is now : >> >> Windows Vista 32 bits SP2 >> Cygwin 1.7.15 >> g++ 4.5.3 &

Re: Differences between C++ 'new' operator and 'malloc()' (NOT a C/C++ question)

2012-07-12 Thread Claude SIMON
JVM never issued a message which wasn't in English, but Cygwin did. So, I have to postpone the study of the 'malloc()' related bug until I manage to resolve this new issue ; I then come back to your test results. But, meanwhile, if someone has an idea why I have this new error... Here

Re: Differences between C++ 'new' operator and 'malloc()' (NOT a C/C++ question)

2012-07-12 Thread Claude SIMON
Ryan Johnson wrote: > On 10/07/2012 12:46 PM, Claude SIMON wrote: >> Ryan Johnson wrote: >>> On 05/07/2012 9:36 AM, Claude SIMON wrote: >>>> Ryan Johnson wrote: >>>>> On 04/07/2012 5:45 AM, Claude SIMON wrote: >>>>>> When I compile

Re: Differences between C++ 'new' operator and 'malloc()' (NOT a C/C++ question)

2012-07-10 Thread Claude SIMON
NightStrike wrote: > On Thu, Jul 5, 2012 at 9:36 AM, Claude SIMON > wrote: >> Let's consider a Java native component which only calls a 'malloc(1)'. >> It >> doesn't even test the returned value (it is usually not a good idea, but >> it doesn&#x

Re: Differences between C++ 'new' operator and 'malloc()' (NOT a C/C++ question)

2012-07-10 Thread Claude SIMON
Ryan Johnson wrote: > On 05/07/2012 9:36 AM, Claude SIMON wrote: >> Ryan Johnson wrote: >>> On 04/07/2012 5:45 AM, Claude SIMON wrote: >>>> When I compile the component with Visual C++, it works. When I compile >>>> the >>>> component with g++

Re: Differences between C++ 'new' operator and 'malloc()' (NOT a C/C++ question)

2012-07-05 Thread Claude SIMON
Ryan Johnson wrote: > On 04/07/2012 5:45 AM, Claude SIMON wrote: >> When I compile the component with Visual C++, it works. When I compile >> the >> component with g++... it crashes. >> >> With 'gdb', I found that the problem happens when calling the &#

Differences between C++ 'new' operator and 'malloc()' (NOT a C/C++ question)

2012-07-04 Thread Claude SIMON
be the case. As I want to use 'malloc'-like functions rather than the C++ 'new' operator, I wonder which functions are used in the C++ 'new' operator to allocate memory (and naturally which functions are used in the C++ 'delete' operator to free the memory). If it ca

VIRUS: XWin.exe 1.12.0-4 "Bloodhound.Sonar.9"

2012-04-23 Thread Watts, Simon (UK)
SONAR: High Reverting back to 1.12.0-3 from same source does *not* show this issue. Could be a false positive? But AV policy prevents me from running it. Regards, Simon. == Simon A Watts CPhys CITP   Northrop Grumman Missi

Re: ls and completion very slow in root dir of a windows drive

2010-06-24 Thread Simon Brandner
) Regards, Simon -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 cygcheck.out Description: Binary data -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygw

Re: ls and completion very slow in root dir of a windows drive

2010-06-23 Thread Simon Brandner
, 0x22C7E0) I hope this helps. I had one cygwin instance initially running without this "ls" behaviour on drive d. After having switched in it to c: and do a "ls" it became slow again. Maybe there is some side effect necessary? Regards, Simon Original-Nachri

ls and completion very slow in root dir of a windows drive

2010-06-23 Thread Simon Brandner
performance in subdirectories is ok. Also mounted network drives are very slow in main directory, but fast in subdirs. Is this a known issue? Regards, Simon -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 -- Problem reports

antiword 0.37-1 broken

2009-04-28 Thread Simon Blandford
I found that the packaged antiword 0.37-1 just returns an empty line, even if I type "antiword -h". Regressing to version 0.34-2 solves the problem and it then works as expected. I have installed Cygwin 1.5.25-15 from the net with the default install apart from the following additional packa

Re: Updating failure -- now success!

2009-02-05 Thread Simon McQueen
On 05/02/2009 19:38, Gary Johnson wrote: On 2009-02-05, Simon McQueen wrote: On 05/02/2009 18:39, Sam Kuper wrote: 2009/2/5 Gary Johnson : I tried again this morning, a little after 10 a.m. PST, from my usual mirror site cygwin.osuosl.org. Setup.exe spent a few minutes fetching quite a few

Re: Updating failure -- now success!

2009-02-05 Thread Simon McQueen
s bandwidth doing futile downloads if you still see the same issue present. Cheers, -- Simon McQueen s...@prismtech.com OpenFusion CORBA & OpenSplice DDSskype:simonmcqueen?add http://www.prismtech.com/middleware callto://+441914979966 -

Re: install on vista64 - cygreadline6.dll not found

2009-02-05 Thread Simon McQueen
of the issue you already have coming in, except that I am attaching the setup.log and output of cygcheck in case they help. Thanks for reading. Cheer, -- Simon McQueen s...@prismtech.com OpenFusion CORBA & OpenSplice DDSskype:simonmcqueen?add h

Re: gulus.USherbrooke.ca dropped from the mirror list

2008-07-01 Thread Simon Valiquette
you want. Personnally, except finding the exact Cygwin version used, I think there is little more I can do, and It seems to me to be a bug either on the client or with the mechanism that list the valid mirrors that found a way to list my mirror twice. Whether mirrors-lst showed 2 entries o

Re: gulus.USherbrooke.ca dropped from the mirror list

2008-07-01 Thread Simon Valiquette
sourcemaster > at this site to report this potential problem. sourcemaster is also > the place to send requests to be added to this list." > Ah, I didn't realized that "sourcemaster at this site" was an email address (I read It quickly), and a quick search on th

gulus.USherbrooke.ca dropped from the mirror list

2008-06-28 Thread Simon Valiquette
ed. That would helps a lot to detect and fix problems soon after they happens. Simon Valiquette http://gulus.USherbrooke.ca PS: Please cc: to [EMAIL PROTECTED], the official email address for any issue regarding this mirror. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (Linux PPC) iD

Re: cygwin 1.5.24 bash 3.2.17(15) ls -d only reports .

2007-07-18 Thread Simon Davies
Many thanks Bengt-Arne, Simon On 18/07/07, Bengt-Arne Fjellner <[EMAIL PROTECTED]> wrote: Simon Davies wrote: > Hi cygwin, > > Hope that this is the appropriate place for this question. > > I have just installed cygwin on my XP machine and tried "ls -d". To my

Fwd: cygwin 1.5.24 bash 3.2.17(15) ls -d only reports .

2007-07-18 Thread Simon Davies
Here's cygcheck.out to go with previous email -- Forwarded message -- From: Simon Davies <[EMAIL PROTECTED]> Date: 18-Jul-2007 17:28 Subject: cygwin 1.5.24 bash 3.2.17(15) ls -d only reports . To: cygwin@cygwin.com Hi cygwin, Hope that this is the appropriate pla

cygwin 1.5.24 bash 3.2.17(15) ls -d only reports .

2007-07-18 Thread Simon Davies
Hi cygwin, Hope that this is the appropriate place for this question. I have just installed cygwin on my XP machine and tried "ls -d". To my surprise only "." was reported. "ls -l" showed several directories were present. Is this expected behaviour? Regar

Minimal deployment

2007-05-26 Thread Simon
Hi, I hope this is the right place to ask; if not feel free to flame ;) I wish to deploy a minimal cygwin to allow the use of cygwin's version perl. What is the minimal fileset I need to deploy? Thanks Simon -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem re

Re: IPX headers

2007-02-14 Thread Simon Sasburg
Hmm, bummer... Well, after a bit of fiddling i got it to link with winsock even when compiling with cygwin. Not exactly what i wanted..., but heh, it works... Simon On 2/14/07, Corinna Vinschen <[EMAIL PROTECTED]> wrote: On Feb 14 20:43, Simon Sasburg wrote: > Ok so i'm tryi

IPX headers

2007-02-14 Thread Simon Sasburg
Ok so i'm trying to port a C winsock ipx application of mine to cygwin. problem is i can't find the needed IPX constants (or headers that contain them). with winsock this works: SOCKET ipx_sock = socket(AF_IPX, SOCK_DGRAM, NSPROTO_IPX); when including #include #include now in cygwin

RE: Ctrl-C and non-cygwin programs

2006-12-04 Thread Simon Marlow
Brian Dessent wrote: > Simon Marlow wrote: > >> Then run the program, hit Ctrl-C and see what happens. The > behaviour differs depending on the environment: >> >> * In a Cygwin shell started from cygwin.bat, with the CYGWIN >> environment variable empty: co

Ctrl-C and non-cygwin programs

2006-11-30 Thread Simon Marlow
1/msg00347.html I'll be happy to help with any further diagnosis. I also tried the latest cygwin1.dll snapshot (20061127), but that didn't help. Thanks! Simon cygcheck.out Description: cygcheck.out -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Win = "start". OSX = "open". Cygwin = ??

2006-10-19 Thread Simon Mullis
Great! Thankyou... I'm adding 'alias open="cygstart"' to my .bashrc now! Regards SM On 10/19/06, Brian Dessent <[EMAIL PROTECTED]> wrote: Simon Mullis wrote: > "start" doesn't work with cygwin (via rxvt / bash). > > Anyone know of an

Win = "start". OSX = "open". Cygwin = ??

2006-10-19 Thread Simon Mullis
t www.sun.com: C:\> start http://www.sun.com Open explorer in a dir: C:\> start . "start" doesn't work with cygwin (via rxvt / bash). Anyone know of an alternative for cygwin? Thanks SM -- Simon Mullis -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pro

Re: 'fhandler_dev_zero::fixup_mmap_after_fork' problems.

2006-10-18 Thread Simon Mullis
FYI - I removed all traces of Logitech Web Cam related stuff and - surprise, surprise - all now works SM On 10/18/06, Simon Mullis <[EMAIL PROTECTED]> wrote: Hi Dave, Many thanks for your comments On 10/17/06, Dave Korn <[EMAIL PROTECTED]> wrote: > On 17 October 20

Re: 'fhandler_dev_zero::fixup_mmap_after_fork' problems.

2006-10-18 Thread Simon Mullis
Hi Dave, Many thanks for your comments On 10/17/06, Dave Korn <[EMAIL PROTECTED]> wrote: On 17 October 2006 13:17, Simon Mullis wrote: > I've been a happy Cygwin user for a years now with no issue. Recently > (last few months) I've started having many problems wi

'fhandler_dev_zero::fixup_mmap_after_fork' problems.

2006-10-17 Thread Simon Mullis
Hello All, I've been a happy Cygwin user for a years now with no issue. Recently (last few months) I've started having many problems with a variety of apps. Because of the number of apps with which I have an issue I suspect it might be an issue with the cygwin DLL and memory allocation after fo

Re: openssh 4.3p2-3 - Timeouts on an Intel Centrino Duo machine

2006-05-23 Thread Simon McQueen
Hi Mark, Thanks for the reply. On 23/05/2006 17:01, Harig, Mark wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon McQueen Sent: Tuesday, May 23, 2006 10:29 AM To: cygwin@cygwin.com Subject: openssh 4.3p2-3 - Timeouts on an Intel Centrino

openssh 4.3p2-3 - Timeouts on an Intel Centrino Duo machine

2006-05-23 Thread Simon McQueen
not produced and on about 1 in 4 of the failed checkout attempts ssh is throwing out the attached stack dump which sadly doesn't look particularly illuminating. cygcheck output is also attached. If anyone has any ideas or if I can help with debugging this at all then please let me kn

boost library suggestion (regarding boost::filesystem)

2006-01-21 Thread Simon Lam
hat it compiles fine on gnu g++, but not on mingw g++. I'm about to go and attempt to update mingw install in cygwin manually to see if that will help. Here's hoping I'll defeat murphy's law at last. I've spent about a day trying to get this library to work :/ >

Re: g++: installation problem, cannot exec 'cc1plus': No such file or directory when using -mno-cygwin

2006-01-21 Thread Simon Lam
Brian Dessent wrote: Simon Lam wrote: I am having an issue using the -mno-cygwin flag with g++/gcc. From what I have read in the archives, you need to gcc-mingw installed to have it working, however I do have it installed - see attached cygcheck.out. The mingw parts of the compiler are

g++: installation problem, cannot exec 'cc1plus': No such file or directory when using -mno-cygwin

2006-01-21 Thread Simon Lam
hinks its in a *nix enviroment, which is fair enough, because thats what cygwin does ^^). Any ideas on how I may fix this? >Thanks a lot >Simon Cygwin Configuration Diagnostics Current System Time: Sun Jan 22 08:26:08 2006 Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4 Pat

Re: JTAG 0.5.1 or 0.4 on

2005-04-26 Thread Simon
> Is there anything that one needs to configure in Windows to help enable > parallel port access cygwin? Is there a need for "DOS printing support" to be turned on or anything. Used ioperm -i to install the driver. Now everything works fine! -- Unsubscribe info: http://cygwin.com/ml/#

Re: ioperm - ioperm.sys is not installed.

2005-04-26 Thread Simon
Tony Richardson evansville.edu> writes: > > "Simon" wrote > > Hello, > > > > Trying to get JTAG working, but am getting parport open error. My IOPERM > > output says ioperm is not installed. There is no man page > > for ioperm. Can anyone p

ioperm - ioperm.sys is not installed.

2005-04-25 Thread Simon
Hello, Trying to get JTAG working, but am getting parport open error. My IOPERM output says ioperm is not installed. There is no man page for ioperm. Can anyone point me in the right direction for getting ioperm installed? [EMAIL PROTECTED] ~ $ ioperm Usage: ioperm [--usage] [--help] [-V] [-v]

Re: JTAG 0.5.1 or 0.4 on

2005-04-24 Thread Simon
Cliff Hones hones.org.uk> writes: > > Simon wrote: > > Hi, > > > > I am new to cygwin and my main goal is to get the JTAG stuff working over LPT1 > > on a PC. > > > > I wonder if anyone has installed it and got it working. I tried jtag v0.4

JTAG 0.5.1 or 0.4 on "cygwin" on "windows xp sp2" - parport wonÂt open

2005-04-23 Thread Simon
sources try to do? "lpr -d lpt1:" does seem to take input from the console OK. Thanks Simon -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

1.5.12: mt sees incorrect maximum block size

2004-12-14 Thread Richard Simon
PIII, 800Mhz, 1GB ram. Why is cygwin seeing this incorrectly and how do I fix it? below I've pasted my cygcheck file Richard Simon Giant Killer Robots 361 Brannan St. San Francisco, CA 94107 (415) 777-2477 Cygwin Configuration Diagnostics Current System Time: Tue Dec 14 14:32:05 2004

cron event error message

2004-11-03 Thread Simon Buchanan
from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: /USR/SBIN/CRON : PID 788 : (Administrator) MAIL (mailed 65 bytes of output but got status 0x0001 ). Thanks Simon

Re: Cygwin processes getting stuck on max CPU usage; XP SP2 problem?

2004-09-23 Thread Simon Barnes
Some of my colleagues and I are seeing this without using Process Explorer. No doubt some other automated process is triggering it, but we don't know which. Is there anything I can do to help work towards a fix? It's moderately inconvenient having to restart rxvt or bash every few hou

Crontab issue

2004-09-09 Thread Simon . Basyuk
und. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: /USR/SBIN/CRON : PID 2228 : () CMD (cp -p "/cygdrive/j/Move To Fileshare/bmf70.mdb" "/cygdrive/c&q

Re: good top program for Cygwin

2004-02-18 Thread Simon
Thanks Larry - that was it - added procps and now works alot better... cheers Simon [/cygdrive/h] Bash ver:2.05b.0 Wed Feb 18 $ man top TOP(1)Linux User's Manual TOP(1) NAME top - display top CPU processes SYNOPSIS top [-] [d delay] [p pid] [q] [c] [

Re: good top program for Cygwin

2004-02-18 Thread Simon
Of course : $ man top No manual entry for top Simon - Original Message - From: "Larry Hall" <[EMAIL PROTECTED]> To: "Simon" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, February 17, 2004 6:42 PM Subject: Re: good top program for Cygwi

good top program for Cygwin

2004-02-17 Thread Simon
Anyone know of a decent top program to run from the command line? The one i have with cygwin installation has no help, and doesnt seem to show all the windows 2000 processes running on my box. thanks Simon -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

installation of jgraph

2004-01-31 Thread Simon Koo
Hello, I would like to use jgraph in cygwin to plot some graph. However I don't really know how I should do it. How can I make jgraph works in my cygwin? I appreciate it so much if you could help and tell me about the procedure. Thanks. Regards. ___

WANTED: package maintainer for Exuberant CTAGS

2003-12-14 Thread Simon Liddington
this: http://cygwin.com/setup.html#submitting particularly item 3 and if you still want to maintain the package then drop me a mail. Thanks, Simon Liddington -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

[ANNOUNCEMENT] Updated: ctags-5.5-4

2003-06-06 Thread Simon Liddington
http://sourceforge.net/project/showfiles.php?group_id=6556 Simon Liddington = To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe

Re: Possible problem with ctags

2003-06-05 Thread Simon Liddington
Ross, Thanks for this, I will take a look at is as soon as I can ... Simon On Thu, 05 Jun 2003 03:06, Ross Presser wrote: > [posted and mailed to Simon Liddington <[EMAIL PROTECTED]>] > > Robert Mecklenburg <[EMAIL PROTECTED]> wrote in > > news:[EMAIL PROTECTED]: >

RE: Apache and PHP 'out of the box' on Cygwin

2003-03-27 Thread Simon Stone
ry... I'm hoping that you eventually resolved this problem and have the answer??? Thanks in advance for further input. Simon >> $ /usr/sbin/apachectl start >> Syntax error on line 237 of /etc/apache/httpd.conf: >> Cannot load /usr/lib/apache/libphp4.dll into server: dlopen

Apache and PHP 'out of the box' on Cygwin

2003-03-23 Thread Simon Stone
ib/apache/new/libphp4.dll leaving no libphp4.dll at all. When I did a completely fresh install as before but included perl then there was no missing libphp4.dll. Cheers Simon Stone -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.co

Eterm/imlib2 on Cygwin/XFree86, lt_dlopenext() fails.

2003-03-03 Thread Simon Dong
Eterm versions are: imlib2-1.0.6 Eterm-0.9.2 I cross posted to the cygwin group since I thought it could be be related to libtool. Any help would be greatly appreciated. -Simon cygcheck.out Description: Binary data -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reportin

Re: nfs-server questions

2003-01-17 Thread Brendan J Simon
p.exe Cheers, Brendan Simon. Danilo Turina wrote: Yesterday, after reading your post, I searched the Internet for Universal NFS Server but I was unable to find a place where I could download it (either source code or cygwin binary). Could you please give me some URL? Thank you, D

Re: nfs-server questions

2003-01-16 Thread Brendan J Simon
My mistake. It looks like symlinks are followed. It's just that the one I tested actually pointed to /cygdrive/c which is not followed correctly. Cheers, Brendan Simon. Brendan J Simon wrote: I've installed Universal NFS Server and am very happy with it. I have noticed th

nfs-server questions

2003-01-16 Thread Brendan J Simon
I've installed Universal NFS Server and am very happy with it. I have noticed the follwing "features" 1) Symbolic links aren't followed 2) /cygdrive/c is not accessible. Are these features likely to be fixed soon? Any ideas on how to solve them. Many thanks, Brendan Simo

Apache

2002-09-17 Thread Simon Whittaker
get "Making HTTP connection to *.*.**" but cannot get any response. I have changed httpd.conf to exactly the same as before upgrade (ie change servername/email etc) and also tried just default.conf. Hope someone can help Cheers Simon Hope someone can help -- Unsubs

Re: OT: MS Visual C++ Makefiles

2002-02-09 Thread Simon McCaughey
stem that does this, when I do I will let you all know. Simon PS FAO:Daniel Adams - OT means Off Topic -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: htt

OT: MS Visual C++ Makefiles

2002-02-08 Thread Simon McCaughey
Has anyone ever written a makefile converter so that a project written in MS VC++ can be compiled with gcc? Would anyone else find this useful? Having searched the archives, and the web I haven't had any success. Thanks Simon -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-s