Re: R 4.3.3.1 packaging

2024-08-29 Thread Stephen P Carrier via Cygwin
-Original Message- > From: Fergus Daly > Sent: 28 August 2024 10:33 > To: 'cygwin@cygwin.com' > Cc: Fergus Daly > Subject: R 4.3.3.1 packaging > > I just re-installed R 4.3.3.1 after noticing the following error message. > However the error message recurs, as follows: > > During startup

Re: R library() bug

2023-12-04 Thread Stephen P Carrier via Cygwin
, 2023 at 4:37 AM Marco Atzeri wrote: > On 02/12/2023 00:29, Stephen P Carrier wrote: > > > > > > On Fri, Dec 1, 2023 at 3:24 PM Stephen P Carrier > <mailto:carr...@berkeley.edu>> wrote: > > > > > > > > On Tue, Nov 28, 2023 at 8:32 PM Ma

Re: R library() bug

2023-12-01 Thread Stephen P Carrier via Cygwin
On Tue, Nov 28, 2023 at 8:32 PM Marco Atzeri wrote: > On 29.11.2023 02:12, Stephen P Carrier via Cygwin wrote: > > I have found another issue with Cygwin R. > > > > This is for a brand new R installation (4.3.0) on up-to-date Cygwin. I > am > > warned when start

R library() bug

2023-11-28 Thread Stephen P Carrier via Cygwin
I have found another issue with Cygwin R. This is for a brand new R installation (4.3.0) on up-to-date Cygwin. I am warned when starting R that "stats" package was not found. Though it was just a warning I do need the stats package for some things. Minimal test case: I invoke "R" with no argum

R install.package() bug

2023-11-27 Thread Stephen P Carrier via Cygwin
I would like to report an issue with install.packages() experienced today using the current R package. I installed R 4.3.0 on system: # uname -rs CYGWIN_NT-10.0-20348 3.4.9-1.x86_64 I tried to install the DBI package, DBI_1.1.3.tar.gz, downloaded from a mirror. I used install.packages("/path/t

[no subject]

2023-09-01 Thread Sanjitha. p via Cygwin
Please rectify the problem 1 [main] bash 15124 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com. How to solve this problem -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygw

[no subject]

2023-09-01 Thread Sanjitha. p via Cygwin
1 [main] bash 15124 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/d

Re: Find out a process that holding the socket?

2022-08-23 Thread Stephen P. Carrier
The 'handle' utility from Sysinternals should be able to help. http://technet.microsoft.com/en-us/sysinternals/bb842062 --Stephen Carrier BEAR Center On Mon, Aug 22, 2022 at 9:35 AM Andrey Repin wrote: > Greetings, All! > > I'm trying to write a small helper utility, and I need to find out, w

emacs-27.2-1 windows7 cygwin64-3.3.4-2 crash when open remote file larger than 10240 bytes

2022-03-29 Thread john p
to reproduce: emacs -Q -nw C-x C-f /-:: stackdump & gdb backtrace attached problem only seen with: emacs-27.2-1 windows7 cygwin-3.3.4-2 problem doesnt happen with: emacs-27.2-1 windows7 cygwin-3.3.3-1 emacs-27.2-1 windows10 cygwin-3.3.4-2 hopefully someone knows significance of 102

RE: vboxsharedfs - Too many levels of symbolic links

2021-11-30 Thread Gackle, Philip P via Cygwin
Same problem for me against AFS file system beyond 5 levels in the directory tree. Fell back to 3.2.0-1 (Cygwin) to resolve. None of the 3.3 versions worked (up to 3.3.2-1) -Original Message- From: Cygwin On Behalf Of Oskar Skog Sent: Tuesday, November 30, 2021 9:05 AM To: cygwin@cyg

Linux

2020-09-08 Thread Zektser, Michael P via Cygwin
1 [main] ssh 11260 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in a

Creating directories without permissions and timestamp on CYGWIN

2020-07-19 Thread Jayasurya p via Cygwin
This was run on CYGWIN_NT-10.0 NVEBLODKIF 3.1.5(0.340/5/3) 2020-06-01 08:59 x86_64 Cygwin Creating a directory using mkdir API on C with 0777 permissions with the name having the following ASCII values causes the directory to be created with no user permissions and no timestamp. Length of the name

Re: Upgraded from Windows 7 to Windows 10: now email doesn't work

2019-11-28 Thread P via cygwin
Additional update after experimenting: email is working using smtp.office365.com:25 for outlook and smtp.gmail.com:587 for gmail. Yahoo email no longer works for me. FYI, Mike -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Upgraded from Windows 7 to Windows 10: now email doesn't work

2019-11-28 Thread P via cygwin
After upgrading to Windows 10, Cygwin smtp email doesn't work. Get the error: $ echo "this is a test"|email -s "test" pel...@yahoo.com email: FATAL: Smtp error: Lost connection with SMTP server Here's my config: $ email-config Please enter your From: name (e.g., John Doe) [Mike]: Please ent

RE: How can I determine why gdb throws unknown exceptions when debugging programs with threads on my Cygwin installation?

2019-10-25 Thread Jay P. Elston
On October 25, 2019 6:48 AM, Michael Soegtrop wrote: >It has been reported in the past that antivirus software from Trend Micro >result in STATUS_GUARD_PAGE_VIOLATION in ntdll!RtlAllocateHeap (). >See: >http://cygwin.1069669.n5.nabble.com/XWin-startup-crash-x86-64-Windows-10-td126544.html#a1265

How can I determine why gdb throws unknown exceptions when debugging programs with threads on my Cygwin installation?

2019-10-23 Thread Jay P. Elston
Hi all, I developed a problem debugging threads on my Cygwin installed on a Window 7 PC -- gdb throws an unknown target exception when it gets to the pthread_crreate() call. This problem seems localized to my PC (even after reinstalling Cygwin), and I am wondering what my next trouble shooting

Possible issue with gawk 5.0.1-1: Getting new warnings

2019-07-11 Thread Vipul P
Hello, Here is a sample script to invoke awk: $ cat ./gawk_error.sh #!/bin/sh echo "This:is:a:colon:separated:line:%%%:" | awk '{ gsub("\\%", "%25", $0); gsub("\\:", "%3A", $0); print }' If I invoke it with gawk 5.0.1-1, I see warnings as below: $ uname -a CYGWIN_NT-10.0 MyPC 3.0.7

Re: Problems with "Hello, World!"

2019-03-25 Thread Vesa P.
On Sat, 23 Mar 2019 at 10:33, Houder wrote: > Compiled "hello.c" on my 32-bits setup of Cygwin ... > > @@ gcc -Wall -o hello-32 hello.c # prompt indicates 32-bits setup of Cygwin > > Ran it on my 64-bits setup of Cygwin ... > > 64-@@ ./hello-32 # prompt indicates 64-bits setup of Cygwin > > I got

Re: Problems with "Hello, World!"

2019-03-22 Thread Vesa P.
Thanks Thomas Wolff, L A Walsh and Brian Inglis for your responses. I am trying to cover the most important parts in this one message to prevent the email chain from branching. On 2019-03-20 L A Walsh wrote: > Have you tried running with 'strace' to see what calls it executes?: > > strace -f

Problems with "Hello, World!"

2019-03-19 Thread Vesa P.
Hi all, Cygwin works great for me in providing POSIX tools for Windows, but when I tried to to compile something of my own, I immediately ran into problems. Compiling my Hello World application didn't complain but when running it I didn't get any output. My compilation command was like this: g

Re: Good deal

2018-05-23 Thread Godwin P. Francis
18-05-23, at 08:47:32 AM Dear cygwin@cygwin.com, Could you please confirm receipt of this email? I have an attractive deal for you. Regards, Alison. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus -- Problem reports: http://cyg

Re: X Server 1.19.6-2 , xset does not add ghostscript fonts for xfig

2018-04-16 Thread Andrew P Paplinski via cygwin
g works. I have downloaded the urw-base35-fonts-legacy  (and urw-base35-fonts)  fonts. They are, as you said, in /usr/share/X11/fonts/urw-fonts, with a symlink in /etc/X11/fontpath.d/ and the xfig picked them up automatically. Thanks, again. Andrew -- A/Prof. Andrew P Paplinski http://users.monash

X Server 1.19.6-2 , xset does not add ghostscript fonts for xfig

2018-03-19 Thread Andrew P Paplinski via cygwin
  ghostscript fonts  xfig  does not get the proper fonts. Please help Andrew -- A/Prof. Andrew P Paplinski http://users.monash.edu/~app -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe

PostgreSQL version 9.6.6

2017-11-17 Thread Bliss, James P [US] (MS)
PostgreSQL has released version 9.6.6 to address security vulnerabilities. Is it possible for the maintainer of the postgresql packages to update the "postgresql" and "postgresql-client" packages to 9.6.6? Thank you, James Bliss -- Problem reports: http://cygwin.com/problems.html FAQ:

Can I change the windows icon from command line?

2017-10-31 Thread P RC
Hi All, Is it possible to the current cygwin window's icon from command line? I used to ssh to multiple servers from cygwin tabs within ConEmu. Changing icon will be greatly helpful to make sure which machine I am on at the first grance at the tabs. BR, Ruochen Nov 1,2017

FW: PostgreSQL 9.6.4

2017-08-18 Thread Bliss, James P [US] (MS)
PostgreSQL has released version 9.6.4. Is it possible for the maintainer of the postgres packages to update the "postgresql" and "postgresql-client" pacakges to 9.6.4? Thank you, James Bliss -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq

Installing Cygwin on XP-SP3 with setup-x86.exe 2.874

2016-11-06 Thread Tom P
Hi all, first time posting. I first installed Cygwin a few months ago on my XP SP3 machine, don't know much about Linux but wanted to use ddrescue to image some disks and I found it to work great! Thanks for this great solution! The other day I wanted to add the lsblk command, which I tried by ru

Re: passwd -R?

2016-03-11 Thread Alex P
M, Erik Soderquist wrote: > On Thu, Mar 10, 2016 at 6:22 PM, Andrey Repin wrote: >> Greetings, Alex P! >> >>> How do I check that "passwd -R" worked correctly? >>> I get error messages in Event Viewer when I run it as user (vs "As >>> A

passwd -R?

2016-03-10 Thread Alex P
Hello All! How do I check that "passwd -R" worked correctly? I get error messages in Event Viewer when I run it as user (vs "As Administrator"). Regards, Alex P. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.co

update to 64bit

2013-08-11 Thread Frank P Esposito
Hello -- I been using the 32bit version of cygwin on my win7 / 64 bit system for year -- Can I just copy in the setup-64.exe to convert it to run native, 64 bit? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://c

Re: cyglsa-config not working properly in cygwin 1.7.22

2013-07-29 Thread J. P. Abelanet
On Jul 29, 2013, at 3:22 PM, Corinna Vinschen wrote: > On Jul 29 14:53, J. P. Abelanet wrote: >> >> On Jul 29, 2013, at 2:26 PM, Corinna Vinschen wrote: >> >>>> >>>> I think I found the problem. The older compiler didn't reorder >>>

Re: cyglsa-config not working properly in cygwin 1.7.22

2013-07-29 Thread J. P. Abelanet
erstood. I did the following: - Set "passwd -R" to blank value - Download, but not install, http://cygwin.com/snapshots/x86/cygwin-inst-20130729.tar.bz2 - Extract /bin/cyglsa*.dll from the snapshot, overwriting the existing files - cp /bin/cyglsa.dll /bin/cyglsa/, since this is a 32-bit O

Re: cyglsa-config not working properly in cygwin 1.7.22

2013-07-29 Thread J. P. Abelanet
mpiler to build it, but that's it. So, for some reason, when > building the stuff with mingw-w64-gcc, the result is not runnable. > > Sorry, but I'm at a loss right now. > Thanks for the quick reply. If in the future you have any ideas, I'll be happy to test them out

cyglsa-config not working properly in cygwin 1.7.22

2013-07-29 Thread J. P. Abelanet
with MSVC 2008 over ssh/pubkey for several years, and cyglsa-config was used (and required) on both initially to accomplish this, without the use of "passwd -R". Any ideas? Thanks - J. P. Abelanet smime.p7s Description: S/MIME cryptographic signature

Re: Cannot build debug/-Zi using VS 2010 SP1 via ssh with public key auth from local administrator account

2013-07-29 Thread J. P. Abelanet
On Jul 26, 2013, at 4:29 PM, Larry Hall (Cygwin) wrote: >> >> Here is the source of the problem, and I'm virtually certain that these >> problems occurred >> as a result of running setup.exe on the two machines as part of the upgrade >> (note that I did not, for various reasons, run setup.exe o

Re: Cannot build debug/-Zi using VS 2010 SP1 via ssh with public key auth from local administrator account

2013-07-26 Thread J. P. Abelanet
On Jul 26, 2013, at 12:51 PM, J. P. Abelanet wrote: > >> >>> I've since tried the following: >>> - running ssh-host-config on (a) and rebooting, with no effect >>> - completely removing CYGWIN and all traces of sshd >>> (http://cygwin.wikia

Re: Cannot build debug/-Zi using VS 2010 SP1 via ssh with public key auth from local administrator account

2013-07-26 Thread J. P. Abelanet
> Have you tried VS 2012? Have you checked with MS about this? I can't use VS 2012 for now, because none of the 4 Windows build machines I use are running Windows 7 or newer. I suppose that if this drags out, that may become my only option. As far as checking with MS, I have not. My best gue

Cannot build debug/-Zi using VS 2010 SP1 via ssh with public key auth from local administrator account

2013-07-25 Thread J . P . Abelanet
posts, looking for ideas. Any help would be greatly appreciated! J. P. Abelanet Basis Software smime.p7s Description: S/MIME cryptographic signature

Trusted Software Vendor

2012-06-08 Thread R P Herrold
On Fri, 8 Jun 2012, Milton Quinteros S. wrote: Would you consider the possibility to subscribe to the Comodo Trusted Software Vendor list (http://internetsecurity.comodo.com/trustedvendor/signup.php), and sign every executable? I don't know how much is the certificate but I'm sure there is a

vim - patch 7.3.358 broke double click and copy/paste functionality

2012-02-17 Thread P. Szmytka
After updating to vim-7.3.393-1 paste using middle mouse button stopped working for me. I narrowed it down to patch 7.3.358 to be the culprit. This patch was supposed to fix mouse functionality, but it broke it for me. Is it possible to revert the patch on cygwin build? As per http://cygwin.com/m

teTeX/dvips

2011-08-16 Thread R P Herrold
On Mon, 15 Aug 2011, Charles Hyder wrote: Turns out, the include path for dvips's map files is /usr/shar/texmf/fonts/map// (!) Here, the "//" means "search all subdirectories", of course. I have to admit ignorance here of this seeming common knowledge. How does adding a second slash to the e

cygpath

2011-03-02 Thread Jim P
I just updated my cygwin install, and cygpath appears to be broken. Issuing the command "cygpath", with any or no command-line options, returns nothing and a status of 127. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

"This application has failed to start because cyggcc_s-1.dll was not found" error

2011-01-24 Thread P Rivera
7;t recall what version number that was. It was about 2-4 years in age, I think. Any hints on how I can fix the problem? P -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: ht

Perl-5.10.README: outdated information

2010-11-27 Thread Gerrit P. Haase
mount points and cygdrive prefixes -o, --options X[,X...]specify mount options -p, --show-cygdrive-prefixshow user and/or system cygdrive path prefix -v, --version output version information and exit Valid options are: acl,auto,binary

Re: 1.7.7.1: cygwin incompatibility with Win7 x64

2010-11-21 Thread Gerrit P. Haase
On 21 November 2010 13:00, Dr. Rudolf Hauber wrote: >After installation of cygwin 1.7.7.1 via setup.exe on a Win7 x64 I get the >failure message: >Unsupported 16-bit Application: This version can not start or run on due to >incompatibility with 64-bit version of Windows. > >What can I do? >Than

Re: Problem with deleting the Cygwin folder

2010-10-26 Thread Gerrit P. Haase
On 27 October 2010 02:15, Gregg Levine wrote: Hello! After running the setup program in "uninstall" mode, it seems everything is left behind. Hello Gregg, Most probably a permission problem, take ownership of the cygwin folder and all subfolders, change permission so that you can delete it and

Re: Win7 64bit, why so slow?

2010-10-19 Thread Gerrit P. Haase
On 19 October 2010 22:56, Gerrit P. Haase wrote: > Norton Security is running, this may well be a problem, I'll try to > disable this for now. Yes, much better now, seems to run very much faster now without Norton running... I guess I need to trash it. G. -- Problem reports:

Re: Win7 64bit, why so slow?

2010-10-19 Thread Gerrit P. Haase
Hi Reini, > I have a similar laptop here. Ultrafast new Win7 laptop with latest cygwin, > but 32bit only. > cygwin is slower than on XP but not THAT slow. > 64bit is reported to be slower but not THAT slow. But it is that slow here, make on xmlroff-0.62 is still running now after 17 hours ;) >

Re: Win7 64bit, why so slow?

2010-10-19 Thread Gerrit P. Haase
On 19 October 2010 22:18, Steve Thompson wrote: > On Tue, 19 Oct 2010, Gerrit P. Haase wrote: > >> anyone can tell me how long it lasts to build xmlroff on Linux? > > On my CentOS 5.5 system, x86_64 dual quad cores at 2.33 GHz, SATA, it takes: > >        configure

Re: Win7 64bit, why so slow?

2010-10-19 Thread Gerrit P. Haase
On 19 October 2010 22:04, Edward Lam wrote: > On 10/19/2010 3:30 PM, Gerrit P. Haase wrote: >> >> I don't get it.  What is the problem?  What can I do?  Where to look >> first? How to fix this disagreeableness? > > This is probably the same problem as tr

Win7 64bit, why so slow?

2010-10-19 Thread Gerrit P. Haase
Yes, again... Please help me, I have a new laptop, the fastest piece of hardware I ever owned, and now I am s disappointed because everything on Cygwin is slower than I have ever experienced before. I have compiled a lot of packages, some maybe remember my name, I was Perl maintainer and also

openjade-1.4devel1-2 missing package dependency in setup.hint

2010-10-16 Thread Gerrit P. Haase
libstdc++6 New: requires: libgcc1 libosp5 libostyle1 libstdc++6 sgml-common Mit freundlichen Grüßen, Gerrit P. Haase -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

OpenSP-1.5.2-2 missing package dependency in setup.hint

2010-10-16 Thread Gerrit P. Haase
dc++6 New: requires: libgcc1 libosp5 libstdc++6 sgml-common Mit freundlichen Grüßen, Gerrit P. Haase -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#u

make not working in cygwin when trying to install a framework!

2010-08-16 Thread Mahesh P
hi! 1)I unzipped the CUnit test framework from the bash shell in cygwin and tried installing it ./configure-works make command gives me an error saying cd . && autoheader /bin/sh : autoheader:command not found make:*** [config.h.in]Error 127. make install works make clean works I am not able to

less 436-1 segfault in both XP & NT; less 382-1 works fine

2010-07-28 Thread Eric P. Smith
7; USERPROFILE = 'C:\Documents and Settings\Administrator' CLIENTNAME = 'Console' PS1 = '\[\e]0;\w\a\]\n\[\e[32m\...@\h \[\e[33m\]\w\[\e[0m\]\n\$ ' LOGONSERVER = '\\ERICSVIRTUALXP' PROCESSOR_ARCHITECTURE = 'x86' !C: = 'C:\cygwin\bin' SHL

Re: problems running "top" task monitor

2010-07-07 Thread P. Goldmann
None, usually. Just call `rebaseall' from a dash(!) shell, with no other process running. That's what I did. Still no luck running "top". In a plain bash I still get: u...@box ~ $ top 5 [main] top 5780 sig_send: wait for sig_complete event failed, signal 6, rc 258, Win32 error 0 Abo

Re: problems running "top" task monitor

2010-07-07 Thread P. Goldmann
Have you tried rebaseall yet? Ken Hello, I haven't. From how I understood it, that's something one does to update or repair an older installation. Should I just run it on my fresh installation? The documentation of rebaseall confused me a little bit, all those base- and whatever-addres

Re: problems running "top" task monitor

2010-07-04 Thread P. Goldmann
Is there a way to investigate whether a unknown BLODA-app or something else causes the problem? Typically the process is just look at the security software that you have installed and try uninstalling one-by-one until the problem is resolved. Then you can reinstall all the other ones and repor

Re: problems running "top" task monitor

2010-06-28 Thread P. Goldmann
Hi! using cygwin 1.7.5(0.225/5/3) on a win7 x64 box I'm experiencing problems running the task monitor "top": The only output calling "top" produces - after one minute - is the following: == lo...@machine ~ $ top Aborted lo...@machine ~ $ == Works fine for me. The effect is rather stran

Re: 64 bit applications

2010-04-17 Thread Andrew P.
Dear Andy Koppe ! The goal is to run application in 64bit mode, because in 32bit mode it lacks in relative productivity ~0,4. This I have personally established on CAE applications example (as well as loss on ~1/4 Windows x64 rather Linux_x86_64). I want to run on Windows not CAE but too exacti

Re: 64 bit applications

2010-04-17 Thread Andrew P.
Thanks, Christopher Faylor ! Mingw64 is for compiling x64 Windows applications. As there no possibilities to run Linux_x86_64 applications under Windows, so far as I'll try to compile they for Windows x64 (though it should lead to loss in relative productivity approximately on a quarter becaus

Re: 64 bit applications

2010-04-16 Thread Andrew P.
Thanks, Christopher Faylor ! But do You know, this mingw64 only can compile for x86_64 or run such compiled application too? And does mingw64 work under win32? Thanks in advance. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentat

64 bit applications

2010-04-16 Thread Andrew P.
under Windows XP x 64 Edition (and under win32)? If not, then how is it possible to do? And will be this cygwin installation work on another PC by simple folder copy (and, for example, from win32 to win64)? Thanks in advance. Best regards, -- Andrew P., mailto: 410...@rambler.ru -- Problem re

PLEASE TEST YOUR FS

2010-04-07 Thread John P. Rouillard
On Wed, 7 Apr 2010 19:27:00 +0200 Corinna Vinschen asked: >Can anybody reproduce this problem with trailing dots and spaces in >filenames on other filesytems than netapp? > >It would be quite helpful to get feedback from people using filesystems >which are recognized by Cygwin as nwfs, unixfs, mvf

Re: Subversion 1.6.9 doesn't return to prompt(cygwin 1.7.2/vista)

2010-04-04 Thread Denis P
now works in 1.7.3-1 many thanks! since i got no answer from my previous email, was it a known bug or i didnt report the problem the right way or at the right mailling list? Le 2010-04-03 02:12, Denis P a écrit : Hi i am new to all this stuff, i'm not even sure that i send this to the

not able to run emacs 23 from cygwin 1.7.1

2010-01-17 Thread Mahesh P
hi! I have installed the Emacs package again but it does not run. I opened the emacs file in windows and tried to add autosave-default-1 in the emacs file to stop autosave and after that when i tried to run emacs from the console it gives me the error bash: usr/bin/emacs: Permission denied.The ls-

Re: 1.7 fork errors in Win7

2009-12-07 Thread Luis P Caamano
nt processes. If so, then: How do I figure out what binaries don't need to be rebased and peflaged? Trial and error? Why not use rebaseall and peflagsall instead? Thanks, Luis P Caamano Atlanta, GA USA On Wed, Dec 2, 2009 at 3:41 PM, Luis P Caamano wrote: > On Wed, Dec 2, 2009 at

Re: 1.7 fork errors in Win7

2009-12-02 Thread Luis P Caamano
On Wed, Dec 2, 2009 at 3:29 PM, Eliot Moss, wrote > > Date: Wed, 02 Dec 2009 11:43:44 -0500 > Subject: Re: 1.7 fork errors in Win7 > Luis P Caamano wrote: >> >> I'm running 1.7.0-67 on Windows 7 64 bit: >> >> $ uname -v >> 2009-11-27 15:38 >>

1.7 fork errors in Win7

2009-12-02 Thread Luis P Caamano
remind me it's not. Is this a known issue? Is there any information I can provide to help debug and fix this? Is there anything I can do on my end to investigate the issue? Thanks in advance for all your work on 1.7, it's looking good. -- Luis P Caamano Atlanta, GA USA cygcheck

Linker Search Directories

2008-10-11 Thread R P Herrold
On Sat, 11 Oct 2008, Brian Dessent wrote: Uh, what? getaddrinfo() is implemented in Cygwin itself, which is the equivalent of -lc and is implicitly included in every link, so you should need no such external library at all. getaddrinfo() was not until the 1.7 beta, I think; certainly not in

What happens to managed mounts in cygwin 1.7?

2008-08-23 Thread John P. Rouillard
Hello: I have read a couple of comments (one from cfg IIRC) that managed mounts are dissapearing from cygwin in version 1.7. So I guess I have two questions: 1) if I have a managed mount point working well under 1.5, how do I use the data in the mount point under 1.7? 2) what happens i

Re: compile problems on cygwin

2008-05-16 Thread R P Herrold
On Fri, 16 May 2008, Christopher Faylor wrote: On Fri, May 16, 2008 at 03:43:40PM -0400, R P Herrold wrote: I am used to seeing Corinna Vinschen <[EMAIL PROTECTED]> post update Please don't post personal email addresses here. We have mailing lists for support. Corinna (who is a

compile problems on cygwin

2008-05-16 Thread R P Herrold
SOR_LEVEL = '6' SYSTEMDRIVE = 'C:' TEXDOCVIEW_html = 'cygstart %s' USERPROFILE = 'C:\Documents and Settings\herrold' PS1 = '\[\e]0;[EMAIL PROTECTED] \[\e[33m\]\w\[\e[0m\]\n\$ ' LOGONSERVER = '\\WINDOWS-2000' PROCESSOR_ARCHITECTURE = 'x

compile problems on cygwin

2008-05-16 Thread R P Herrold
The tarball at the perma-link: ftp://ftp.trading-shim.org/pub/local/trading-shim/attic/shim-080411.tgz is exposing a Cygwin macro definition failure to #undef, with the test which Bill outlines herein. I provide a copy to the Cygwin reporting address. On Fri, 16 May 2008, Bill Pippin wrot

Re: BUG REPORT: Cygwin, g++, -O2, static member function, std::string

2007-10-24 Thread Robert P. Goddard
This is a reply to the message http://cygwin.com/ml/cygwin/2007-10/msg00509.html: The linker is supposed to resolve a function-local static variable into one exactly one instance, constructed on the first call, even if the function is expanded in-line from multiple compilation units. It seems

Setup.exe GPF's

2007-10-13 Thread Frank P Esposito
Greetings -- I have a really old version of cygwin (1.3.20) on a win/nt system I tried to do a update on it with the latest downloads, but after a few update, setup.exe gpf's what is left is unuseable -- bash.exe is gone -- anyone have a clue on how I can debug this? thanks -- Unsubscribe info:

rxvt question

2007-07-12 Thread Teggy P Veerapen
Hi all, After several years of cygwin with the windows console, I am trying to use rxvt to run cygwin bash and I am running into an issue when running commands such as sqlplus. I should point out that my question might not be completely related to cygwin. Having searched the web extensively for s

RE: link resolution in directory

2007-04-15 Thread teggy p v
Hi there, Is there a way to have a link (pointing to a directory) resolved to the target directory when changing directory to that link ? Here is what I am trying to achieve: $ ln /cygdrive/c/downloads $ cd downloads $ pwd /cygdrive/c/home/teggy/downloads $ When running the last 'pwd' command,

cygwin svn client and tortoise svn

2007-04-11 Thread teggy p v
Hi there, I have a svn repository on my pc (the repository has been created under cygwin) and I am able to perform whatever svn operation when using the cygwin svn client e.g. $ svn status $ svn update etc. On top of that, I've installed tortoisesvn for windows xp and for those directories whic

Re: looking for clean_setup.zip

2007-03-27 Thread John P. Rouillard
Hello all: I have a couple of copies of clean_setup.zip now thanks to: Angelo Graziosi arnstein at pobox.com I have placed version 1.0700 on the web at: http://www.cs.umb.edu/~rouilj/cygwin/clean_setup.zip if somebody could arrange to host this at cygwin.com that would be terrific as

Looking for clean_setup.pl/clean_setup.zip

2007-03-25 Thread John P. Rouillard
Hi all: I am trying to find the clean_setup script done by Michael A Chase that used to be at: http://home.ix.netcom.com/~mchase/zip/clean_setup.zip but the home page (and I fear the script) is gone as well. I have tried the internet wayback machine without any luck. The html pages are there

Re: problem installing cygwin+sshd

2007-02-18 Thread Daniel P. Kionka
Michael wrote: ... > $ /usr/sbin/sshd -D -ddd ... > /var/empty must be owned by root and not group or world-writable. ... Nowhere. "/var/empty must be owned by root and not group or world- writable" - that's pretty clear, isn't it?! I've already recognized this message, but as I wanted to c

Re: Bash process remains after I close rxvt in certain ways

2006-11-13 Thread Luis P Caamano
ll seems related to gnome-terminal and the related supporting gnome packages and not to bash itself, which is basically why I haven't posted anything about this here but this time it seems at least somebody might tell me that indeed it's not and point in a more hopeful direction. Thanks -- L

Re: Problem with C app compiled under cygwin on win32

2006-11-13 Thread P
> > Did you copy the version you compiled on Windows NT (hence 32-bit and > would use WOW)? Or did you recompile it on x64? If you recompiled > it, what compiler did you use and what options? (show command-line and > output from "gcc -v", but using your compiler if not just "gcc") I used the v

Problem with C app compiled under cygwin on win32

2006-11-10 Thread P
there anything I need to watch out for? Thanks. P -- 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: Still seeing "Win32 error 1062" starting sshd with "cygrunsrv -S" with openssh-4.5p1-1. Suggestions, please?

2006-11-09 Thread Daniel P. Kionka
sshd is very picky about file permissions and ownership. I had a hard time setting it up on one box, but luckily I had it working on another, and by comparing, I finally got it working. I can't remember the details, but one was getting /var/empty owned by SYSTEM. Brian Kasper wrote: Hoping

Re: How to go through a company proxy with ssh ?

2006-10-30 Thread Teggy P Veerapen
Selon Robert McKay <[EMAIL PROTECTED]>: > On 10/26/06, Teggy P Veerapen <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Thanks guys for all these informations ... In fact, I have tried both > solutions > > connect and corkscrew but I haven't been able

Re: How to go through a company proxy with ssh ?

2006-10-30 Thread Teggy P Veerapen
Great stuff Igor, Last time I was desperately looking for the msg num; now I know how to get it ... Thousand of thanks for that :) Cheers, Teggy Selon Igor Peshansky <[EMAIL PROTECTED]>: > On Thu, 26 Oct 2006, Teggy P Veerapen wrote: > > > [snip] > > ps: Apologie

RE: Cygwin broken after update (PATH problem?)

2006-10-30 Thread Com MN PG P E B Consultant 3
> One thing to try would be temporarily adding a text mount for /etc and > seeing if it helps. Sorry, what exactly does it mean "to add a *text* mount"? Ronald -- Ronald Fischer (phone +49-89-63676431) mailto:[EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: How to go through a company proxy with ssh ?

2006-10-26 Thread Teggy P Veerapen
aking a mistake when using the utility (configuration seems fairly simple and straightforward to me) ? Here is what I have in $HOME/.ssh/config ---8<--- host a.b.c.d port 80 identityfile /cygdrive/c/teggy/dev/privkey.txt # ProxyCommand corkscrew genproxy 8080 %h %p P

How to go through a company proxy with ssh ?

2006-10-25 Thread Teggy P Veerapen
Hello, I am trying to figure out how to connect to a remote ssh server (in fact to my home pc which is hosting cygwin/sshd server) with the standard ssh client coming with cygwin and I need to go through my company proxy. In fact I have happily been using the cygwin/ssh client and cygwin/sshd serv

RE: Cygwin broken after update (PATH problem?)

2006-10-23 Thread Com MN PG P E B Consultant 3
> >> Your /etc/profile has DOS-style CRLF line endings. > > > > Well, the problem is that there *is* no /etc/profile at all. > > Well, that tells us two things: > > 1) Setup must have failed part-way through. Normally > re-running it, with > "Install from local package directory", and cli

RE: Cygwin broken after update (PATH problem?)

2006-10-22 Thread Com MN PG P E B Consultant 3
> -Original Message- > From: Dave Korn [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 19, 2006 11:36 AM > To: cygwin@cygwin.com > Subject: RE: Cygwin broken after update (PATH problem?) > > On 19 October 2006 09:13, Com MN PG P E B Consultant 3 wrote: &g

Cygwin broken after update (PATH problem?)

2006-10-19 Thread Com MN PG P E B Consultant 3
I had used Cygwin happily for many month. Now I wanted to update it and it does not work anymore. For example, when I click on the Cygwin Icon to start a bash shell, it first displays the error messages : No such file or directory : No such file or directory : command not found : command not foun

Re: shopt igncr not working

2006-10-12 Thread Daniel P. Kionka
I was writing a similar email when I got Rob's... I was surprised when all my bash scripts failed after I upgraded (because of the CR/LF change). One of the most important rules of a stable product is backwards compatibility. I cannot track down every bash script and add "shopt -s igncr", an

cygrunsrv -y question

2006-09-19 Thread McGraw, Robert P.
I find the service_name? Thanks Robert _____ Robert P. McGraw, Jr. Manager, Computer System EMAIL: [EMAIL PROTECTED] Purdue University ROOM: MATH-807 Department of Mathematics

RE: making a cygwin install.

2006-08-04 Thread McGraw, Robert P.
> -Original Message- > From: Igor Peshansky [mailto:[EMAIL PROTECTED] > Sent: Friday, August 04, 2006 11:29 AM > To: McGraw, Robert P. > Cc: cygwin@cygwin.com > Subject: RE: making a cygwin install. > > > On Fri, 4 Aug 2006, McGraw, Robert P. wrote: >

RE: making a cygwin install.

2006-08-04 Thread McGraw, Robert P.
> -Original Message- > From: Igor Peshansky [mailto:[EMAIL PROTECTED] > Sent: Friday, August 04, 2006 9:34 AM > To: McGraw, Robert P. > Cc: cygwin@cygwin.com > Subject: Re: making a cygwin install. > > > On Fri, 4 Aug 2006, McGraw, Robert P. wrote: >

making a cygwin install.

2006-08-04 Thread McGraw, Robert P.
_ Robert P. McGraw, Jr. Manager, Computer System EMAIL: [EMAIL PROTECTED] Purdue University ROOM: MATH-807 Department of MathematicsPHONE: (765) 494-6055 150 N. University Street FAX: (419) 821-0540 West Lafayette, IN 47907

RE: How to run a cygwin command from the window scheduler

2006-07-28 Thread McGraw, Robert P.
> -Original Message- > From: Igor Peshansky [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 27, 2006 6:25 PM > To: McGraw, Robert P. > Cc: cygwin@cygwin.com > Subject: Re: How to run a cygwin command from the window scheduler > > > On Thu, 27 Jul 20

  1   2   3   4   5   6   7   8   9   10   >