change email address

2022-08-17 Thread Wells, Roger K. [US-US] via Cygwin
I have attempted to change the email address for my cygwin info and it never succeeds. I would prefer to get it at: roger.k.we...@alum.mit.edu Roger Wells, P.E. leidos 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) -- Problem reports: https://cygwin.com

How to change email address

2022-01-11 Thread Wells, Roger K. [US-US] via Cygwin
For the lists I am currently subscribed? I've tried several times but nothing works. current: roger.k.we...@leidos.com desired: roger.k.we...@alum.mit.edu TIA, Roger Wells, P.E. leidos 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) -- Problem reports: https

Re: EXTERNAL: Re: sshd high cpu load

2021-05-21 Thread Wells, Roger K. via Cygwin
On 5/20/21 4:35 PM, Andrey Repin wrote: > CAUTION: This email originated from outside of Leidos. Be cautious when > clicking or opening content. > > Greetings, Wells, Roger K.! > >>> On 5/19/2021 12:48 AM, A. Doggy wrote: >>>> >>>> I am running

Re: EXTERNAL: Re: sshd high cpu load

2021-05-20 Thread Wells, Roger K. via Cygwin
ccur and occurs within minutes of >> booting up. The only change from the default config is I have it >> running on a nonstandard port. Any advice is welcome as I really >> would like to upgrade to a newer version. Thanks >> > -- Roger Wells, P.E. leidos 221 Third St

Re: EXTERNAL: Re: ifconfig

2021-04-05 Thread Wells, Roger K. via Cygwin
indows nearest is "ipconfig" > > > -- > Problem reports: https://cygwin.com/problems.html > FAQ: https://cygwin.com/faq/ > Documentation:https://cygwin.com/docs.html > Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple -- Roger Well

Re: Is it possible to define the root directory in a cross compiled program

2021-01-05 Thread Roger Kaufman
(int argc, char **argv) {   FILE *errfile1 = fopen("/dev/null", "w");   if (!errfile1) // must be a valid pointer     errfile1 = stderr;   FILE *errfile2 = fopen("nul", "w");   if (!errfile2) // must be a valid pointer     errfile2 = stderr;   fprintf(errfile

Is it possible to define the root directory in a cross compiled program

2021-01-04 Thread Roger Kaufman
When I cross compile the following program, opening /dev/null fails and instead the whole install path of /cygwin64/dev/null is visible. Is there a way to make fopen respect / as the root directory in a cross compiled program for windows? example output... Roger@interocitor:~ $ x86_64-w64

Re: EXTERNAL: open descriptor to named pipes sometimes fail

2020-04-07 Thread Wells, Roger K. via Cygwin
nfo: https://cygwin.com/ml/#unsubscribe-simple -- Roger Wells, P.E. leidos 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) roger.k.we...@leidos.com<mailto:roger.k.we...@leidos.com> -- Problem reports: https://cygwin.com/problems.html FAQ: https://c

Re: EXTERNAL: Re: Is who -b command available? Need to know when computer was started.

2018-10-16 Thread Wells, Roger K.
which will tell > you how long it has been since the computer was last booted. > > Regards, > Gary FWIW on my cygwin, 2.11.0(0.329/5/3), I have who (GNU coreutils) 8.26. Of all the options -a/--all gives: $ who --all roger- pty1 2018-10-16 13:05 . 276 (10.40.90.15)

Re: EXTERNAL: Re: [ANNOUNCEMENT] Updated: mintty 2.9.0

2018-07-02 Thread Wells, Roger K.
bserve what you do. Everything seems fine regarding the cursor type. One thing though is that I have not used mintty before. Do you think that my fresh ".minttyrc" file is different than your's? Just a thought.. -- Roger Wells, P.E. leidos 221 Third St Newport, RI 02840 401-847-4210 (v

Re: EXTERNAL: umask not working?

2018-03-19 Thread Wells, Roger K.
-a ; umask ; touch /tmp/foo ; ls -l /tmp/foo ; mkdir /tmp/bar ; touch /tmp/bar/foo ; ls -l /tmp/bar/foo CYGWIN_NT-10.0 rwells-x240 2.10.0(0.325/5/3) 2018-02-02 15:16 x86_64 Cygwin 0022 -rw-r--r-- 1 roger None 0 Mar 19 09:29 /tmp/foo mkdir: created directory '/tmp/bar' -rw-r--r-- 1 roger None 0 Mar 19 09

Re: EXTERNAL: Re: sort utility goes berzerk (x86_64)

2017-11-28 Thread Wells, Roger K.
abcde9x0123456789 abcde 10x0123456789 and then returns to the prompt. Same here, at least using bash Corinna -- Roger Wells, P.E. leidos 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) roger.k.we...@leidos.com -- Problem reports: http

Re: EXTERNAL: Re: Requesting updated unzip for Zip64 Support

2017-11-10 Thread Wells, Roger K.
files over 2 GiB supported)     ZIP64_SUPPORT (archives using Zip64 for large files supported)     USE_BZIP2 (PKZIP 4.6+, using bzip2 lib version 1.0.6, 6-Sept-2010)     VMS_TEXT_CONV     [decryption, version 2.11 of 05 Jan 2007] -- Roger Wells, P.E. leidos 221 Third St Newport, RI

AW: gawk 4.1.4: CR separate char for CRLF files

2017-08-09 Thread Roger Krebs
ecessary in the past but now it is. It works in all my cases. The only disadvantage: you have to know what kind of files you want to handle in the awk script. The same awk script will not work for DOS files as well as for linux files. Best Roger -Ursprüngliche Nachricht- Von: cyg

AW: when using cygwin version 2.8.2 the behavior of CR/LF changed completely compared to previous versions

2017-08-03 Thread Roger Krebs
for the very quick and helpful response. Best Regards Roger Krebs -Ursprüngliche Nachricht- Von: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] Im Auftrag von David Macek Gesendet: Mittwoch, 2. August 2017 17:46 An: cygwin@cygwin.com Betreff: Re: when using cygwin version 2.8.2

when using cygwin version 2.8.2 the behavior of CR/LF changed completely compared to previous versions

2017-08-02 Thread Roger Krebs
hed you will find the "cygcheck -sv" output from version 2.8.2 as well as from the previously used version 1.7.33 (it's still installed on some machines). Best Regards Roger Krebs Cygwin Configuration Diagnostics Current System Time: Wed Aug 02 10:37:52 2017 Windows 2008 R2 Server

Re: cygpath -w converts relative paths to absolute windows paths

2017-02-08 Thread Roger Qiu
maybe there's some backwards compatibility issues, then perhaps a flag that can be set to mean `--really-relative`. Thanks, Roger On 8/02/2017 2:30 AM, Andrey Repin wrote: Greetings, Roger Qiu! Hi, I've found that `cygpath --windows '../` will give back an absolute windows path. I thought th

cygpath -w converts relative paths to absolute windows paths

2017-02-06 Thread Roger Qiu
aren't special cygwin paths? These relative backslashes are supported in Windows right now. Thanks, Roger -- https://github.com/CMCDragonkai +61420925975 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http

Re: Is it OK to mount cygdrive on / ?

2017-02-03 Thread Wells, Roger K.
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 -- Roger Wells, P.E. leidos 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1

Mosh connection errors

2017-01-29 Thread Roger Qiu
, but this doesn't happen when I'm on Linux. Thanks, Roger -- https://github.com/CMCDragonkai +61420925975 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com

Re: ssh-host-config: patch fix debug option + broken for me on Vista (non-domain)

2017-01-23 Thread Wells, Roger K.
. -- Roger Wells, P.E. leidos 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) roger.k.we...@leidos.com -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info

Issues with PHP PCRE and with libass4 vs libass5

2017-01-13 Thread Roger Qiu
back `libass4` or can something else can be done? Thanks, Roger -- Founder of Matrix AI https://matrix.ai/ +61420925975 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info

Re: [ANNOUNCEMENT] llvm 3.8.1-1

2016-12-13 Thread Roger Pack
On 12/7/16, Yaakov Selkowitz <yselkow...@cygwin.com> wrote: > On 2016-12-07 17:57, Roger Pack wrote: >> Awesome. I tried building 3.9.0 today and ran into >> >> llvm-3.9.0.src/lib/Support/Unix/Signals.inc:418:5: error: ‘Dl_info’ >> was not declared in this scop

Re: [ANNOUNCEMENT] llvm 3.8.1-1

2016-12-07 Thread Roger Pack
On 7/21/16, Yaakov Selkowitz wrote: > The following packages have been uploaded to the Cygwin distribution: > > * llvm-3.8.1-1 > * llvm-doc-3.8.1-1 > * libllvm3.8-3.8.1-1 > * libllvm-devel-3.8.1-1 Awesome. I tried building 3.9.0 today and ran into

curl doesn't follow redirection?

2016-07-18 Thread Roger Pack
As a note, the following "seems" to work fine in Linux, but not Cygwin: curl -v https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.0.tar.bz2 -O -L Reporting it here. Cheers! -roger- curl --version curl 7.49.1 (i686-pc-cygwin) libcurl/7.49.1 OpenSSL/1.0.2h

Re: ldd differences

2016-03-14 Thread Roger Wells
On 03/14/2016 03:50 PM, Roger Wells wrote: > On 03/14/2016 03:09 PM, Achim Gratz wrote: >> Roger Wells writes: >>>> Try cygcheck rather than ldd. >>>> >>> Thanks for responding. >>> >>> Here's what happens: >>>

Re: ldd differences

2016-03-14 Thread Roger Wells
On 03/14/2016 03:09 PM, Achim Gratz wrote: > Roger Wells writes: >>> Try cygcheck rather than ldd. >>> >> Thanks for responding. >> >> Here's what happens: >> >> $ cygcheck ./z12.exe >> C:\cygwin64\home\roger\src\z12\z12.exe >> >&

Re: ldd differences

2016-03-14 Thread Roger Wells
On 03/14/2016 01:38 PM, Achim Gratz wrote: > Roger Wells writes: >> running ldd on a newly built executable gives: > […] >> What I really need is a reliable way to get a recursive listing of the >> complete path to all dependencies. >> I tried using Dependency Walker

ldd differences

2016-03-14 Thread Roger Wells
And the executable, z12.exe, does run correctly on both systems. What I really need is a reliable way to get a recursive listing of the complete path to all dependencies. I tried using Dependency Walker (both 32 & 64 bit) but it does not seem to run on W10. TIA -- Roger Wells

RE: Compiling gcc trunk under cygwin

2016-02-02 Thread Roger Orr
FYI Fixes for both issues now released to gcc trunk. Roger. -Original Message- From: Roger Orr [mailto:rog...@howzatt.demon.co.uk] Sent: 27 January 2016 00:16 To: 'cygwin@cygwin.com' Subject: RE: Compiling gcc trunk under cygwin FYI (1) Revision 232071 problem The pr66655 has a new

RE: Compiling gcc trunk under cygwin

2016-01-26 Thread Roger Orr
well over a week since the problematic check-in) See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69506 Regards, Roger. -Original Message- From: Roger Orr [mailto:rog...@howzatt.demon.co.uk] Sent: 23 January 2016 14:19 To: cygwin@cygwin.com Subject: Re: Compiling gcc trunk under cygwin

Re: Compiling gcc trunk under cygwin

2016-01-23 Thread Roger Orr
32071 problem, on the original bug report this was trying to fix. See gcc's bugzilla: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66655 Roger. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Uns

Re: CTRL-C does not work in Cygwin when using pipes

2015-12-29 Thread Roger Wells
cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > > -- Roger Wells, P.E. leidos 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-84

Re: Ability to specify /cygdrive mount value in setup

2015-11-25 Thread Roger Wells
find them. Would it be possible for setup to ask for the value and > setup the /etc/fstab with the value? Do others find this bit of annoying? > yep -- Roger Wells, P.E. leidos 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) roger.k.we...@leidos.com -- Problem reports:

Re: BSOD when running from network share

2015-11-19 Thread Roger Wells
> As soon as i hit enter on "EOF" I get a BSOD RDR_FILE_SYSTEM STOP: 0x0027 > > Can anyone else > 1) reproduce this? > 2) confirm this? > 3) fix this? > > thanks! > FWIW, no problem here: roger@rwells-x220 ~ $ cat > /tmp/junk < asdf > asdf > asdf

Re: Mounting a network share

2015-11-02 Thread Roger Wells
in mind that backslashes > need to be escaped in Unix shells: > > net use X: server\\share or this works: net use x: '\\server\share' (single quotes) > > > Corinna > -- Roger Wells, P.E. leidos 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585

setup.exe with packages specified downloads multiple versions [?]

2015-10-29 Thread Roger Pack
if that's expected or not. Cheers! -roger- -- 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

64 bit has different dependencies somehow?

2015-10-29 Thread Roger Pack
ilds.good2\cygwin_local_install\lib 09/20/2015 02:02 PM 205,162 libintl.a 09/20/2015 02:02 PM39,098 libintl.dll.a 09/20/2015 02:02 PM 899 libintl.la But not the same libs for the 64 bit install. Just calling it out in case it's unexpected Cheers! -roger- -- Probl

Re: setup.exe with packages specified downloads multiple versions [?]

2015-10-29 Thread Roger Pack
On 10/29/15, Marco Atzeri <marco.atz...@gmail.com> wrote: > > > On 29/10/2015 20:53, Roger Pack wrote: >> As a note, running this: >> >> >> setup-x86.exe ^ >> --quiet-mode ^ >> --no-admin ^ >> --no-startmenu ^ >> --no-shortcuts ^

Re: "permission denied" issues when removing files/folders created by cygwin

2015-09-03 Thread Roger Pack
On 9/1/15, Corinna Vinschen <corinna-cyg...@cygwin.com> wrote: > On Sep 1 13:05, Michael Enright wrote: >> On Tue, Sep 1, 2015 at 12:48 PM, Roger Pack wrote: >> > It appears the problem lies with creating a file named "NUL" windows >> > utilities j

"permission denied" issues when removing files/folders created by cygwin

2015-09-01 Thread Roger Pack
xpected cygwin to allow itself the privilege of creating files that are unremovable by windows explorer, but I just thought I'd throw it out there. Cheers! -roger- -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: suggestion for setup.exe: on quiet mode start window minimized option

2015-09-01 Thread Roger Pack
On 8/28/15, Buchbinder, Barry (NIH/NIAID) [E] <bbuchbin...@niaid.nih.gov> wrote: > Roger Pack sent the following at Friday, August 28, 2015 1:29 PM >>Today I wanted to script an unattended install of cygwin. It works well. >>However, I also wanted to be able to do it wit

suggestion for setup.exe: on quiet mode start window minimized option

2015-08-28 Thread Roger Pack
Today I wanted to script an unattended install of cygwin. It works well. However, I also wanted to be able to do it without showing a window to the user at all. Suggestion/feature request: for --quiet-mode start minimized, or perhaps add a --start-minimized option. Cheers. -roger- -- Problem

feature request: easier auto select a close mirror for me

2015-08-28 Thread Roger Pack
offering already available. Related, it would be nice to have a command line option for unattended install that were --auto-select-server for the downloads... FWIW. Cheers and thank you. -roger- [1] https://github.com/etix/mirrorbits -- Problem reports: http://cygwin.com/problems.html FAQ

feature request: setup.exe: fail on -P misnamed_package

2015-08-28 Thread Roger Pack
Hello. As a note, today if you run setup*.exe with -P g++ it silently continues, even though you've used an unnamed package. Might be nice to kick out to the prompt if there is a package not found. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: strace -f hangs forever with process who creates child process

2015-08-24 Thread Roger Wells
release but for x86_64: uname -a CYGWIN_NT-6.1 rwells-x220 2.2.1(0.289/5/3) 2015-08-20 11:42 x86_64 Cygwin -- Roger Wells, P.E. leidos 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) roger.k.we...@leidos.com -- Problem reports: http://cygwin.com/problems.html FAQ

man segmentation fault

2015-06-01 Thread Roger Qiu
to work, and I have no idea when this error started occuring, because I've been using Cygwin and updating to the latest when possible. Current cygwin version 2.871. Thanks, Roger -- Founder of Matrix AI http://matrix.ai/ +61420925975 -- Problem reports: http://cygwin.com/problems.html

Re: g++4.9.2 fails to compile standard C++11 code

2015-03-12 Thread Roger Wells
but it is fine on: Linux, gcc 4.9.2 (Fedora 21) MinGW, 32 bit, gcc 4.7.0 (Windows 7) MinGW, 64 bit, gcc 4.9.0 (Windows 7) HTH -- Roger Wells, P.E. leidos 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) roger.k.we...@leidos.com -- Problem reports: http://cygwin.com

Re: net user completed with one or more errors

2015-03-09 Thread Roger Wells
client to a Cygwin64/Win7 sshd server): roger@rwells-x220 ~ $ net user User accounts for \\RWELLS-X220 --- Administratorcyg_server Guest rogersshd The command completed successfully

RE: slow startup after upgrade

2015-02-25 Thread Roger Orr
Good work -- at least in my environment ;-) 20150225 DLL: mkgroup 0.63s mkpasswd 0.289s compared to 20150220 DLL: mkgroup 45.8s mkpasswd: 4572.7s Output is mkgroup: 53kb, 681 lines mkpasswd: 132kb, 1081 lines. And the output *is* the same :-) Roger. -Original Message- From

RE: slow startup after upgrade

2015-02-24 Thread Roger Orr
-6.1-WOW LCLDN-DEV24 1.7.35s(0.286/5/3) 20150223 21:02:38 i686 Cygwin: ~35ms to run echo.exe from Windows command prompt ~53ms to run .\id.exe -a from Windows command prompt nsswitch.conf: passwd and group both set to 'db' Regards, Roger. -Original Message- From: Roger Orr [mailto:rog

RE: slow startup after upgrade

2015-02-24 Thread Roger Orr
Corinna Vinschen wrote: Hi Roger, On Feb 24 19:55, Roger Orr wrote: Hello Corinna, It seems slightly faster than the previous patch and I've not noticed a downside yet. CYGWIN_NT-6.1-WOW LCLDN-DEV24 1.7.35s(0.286/5/3) 20150220 15:47:55 i686 Cygwin: ~37ms to run echo.exe from

RE: slow startup after upgrade

2015-02-23 Thread Roger Orr
by the ADInsight program (in the (windows) %TEMP% directory) - a copy of the DLL doesn't seem to be effective. Regards, Roger. -Original Message- From: Corinna Vinschen [mailto:corinna-cyg...@cygwin.com] Sent: 23 February 2015 21:16 To: cygwin@cygwin.com Cc: Roger Orr Subject: Re: slow

RE: Very slow Cygwin startup on Windows 7

2015-02-21 Thread Roger Orr
inject.exe - Start ADInsight from SysInternals - Start Windows command shell - Invoke: inject.exe %TEMP%\ADInsightDll.dll c:\cygwin\bin\echo.exe hello Regards, Roger. - inject.cpp - /* NAME Inject.cpp DESCRIPTION Inject a DLL into another process COPYRIGHT Copyright (C

RE: slow startup after upgrade

2015-02-19 Thread Roger Orr
only tool and, in order to work on a 64bit Windows you seem to have to manually inject the DLL ADInsightDll.dll (which is extracted into %TEMP%) into the target (32-bit!) process. Regards, Roger. From: Roger Orr Sent: 18 February 2015 11:26 To: Corinna

RE: slow startup after upgrade

2015-02-18 Thread Roger Orr
directly, of course, since I'll no longer need to make use of these, but it perhaps might indicate another place where the ldap queries are sub-optimal. Thanks for your rapid response on this issue! Regards, Roger. From: Corinna Vinschen [corinna-cyg

RE: slow startup after upgrade

2015-02-18 Thread Roger Orr
. Incidentally how can you tell the patch level of cygwin1.dll -- the DLL versions all seem to be 1007.35.0.0 ? Regards, Roger. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe

RE: slow startup after upgrade

2015-02-17 Thread Roger Orr
Corinna Vinschen wrote: On Feb 16 20:02, Roger Orr wrote: Corinna Vinschen wrote: So I'd think the best way forward is to update to the 1.7.35-0.1 test release and report further from there. Thanks, this does help a little. However I will still be using the 'files' setting. The idea

RE: slow startup after upgrade

2015-02-16 Thread Roger Orr
1.7.35 took 39s output is 53kb, 681 lines 3) mkpasswd 1.7.34 took 1h 14m 6s 1.7.35 took 59m 0s output is 132kb, 1081 lines Regards, Roger. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com

RE: slow startup after upgrade

2015-02-13 Thread Roger Orr
I am also hit by the slow AD issue; so thanks for the solution. mkpasswd takes an hour and mkgroup takes longer -- is there anything I can suggest to our administrators that would help make this time less? We have not had previous problems reported with our AD being slow. Regards, Roger

Re: CYGWIN - As admin setup other users SSH for them?

2014-06-10 Thread Roger Vicker, CCP
On 6/5/2014 2:46 AM, Warren Young arranged the binary bits such that: On 6/4/2014 16:05, Roger Vicker, CCP wrote: 3) deliver the private key to the user along with the rest of the instructions on how to use it in the provided apps. How were you planning on delivering these sensitive private

Re: CYGWIN - As admin setup other users SSH for them?

2014-06-10 Thread Roger Vicker, CCP
On 6/10/2014 4:36 PM, Warren Young arranged the binary bits such that: On 6/10/2014 14:56, Roger Vicker, CCP wrote: These particular users are barely computer literate so I would be copying the private keys directly to their Android devices In that case, why not just replicate the effect

CYGWIN - As admin setup other users SSH for them?

2014-06-04 Thread Roger Vicker, CCP
I've got a Windows system setup with SSH in CYGWIN working. I've used mkpaswd to install the users in /etc/passwd. As administrator I want to: 1) generate the key pairs for the other users. 2) install the public key in the users $home/.ssh/authorized_keys. 3) deliver the private key to the user

RE: cygcheck and literal plus sign

2014-01-27 Thread Gates, Roger
-g++/mingw64-x86_64-gcc-g++-4.8.2-2 $ Roger L. Gates __ This e-mail has been scanned by Verizon Managed Email Content Service, using Skeptic(tm) technology powered by MessageLabs. For more information on Verizon's Managed Email

RE: Problem with Cygwin 1.7.17 + Bash and Grep...

2013-02-05 Thread Gates, Roger
echo $i; grep $i file-b.txt; done alpha beta charlie charlie,13 delta echo Roger -- 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

suggestion/feature request: some help to pick a mirror for setup.exe

2013-01-10 Thread Roger Pack
by that, or anything else like that. A suggestion to make it more understandable, the install process. Thanks! -roger- -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http

Re: disk format question

2013-01-08 Thread Roger K. Wells
if that changes anything here though. Roger Wells claims the fs is write protected, but I hope dd can help out. It's worth a try, but if I had to take a blind bet on it, I'd say you're going to find that dd will give the same result. Cygwin is essentially a user-level process. If cmd.exe

Re: Ctrl+C not working with windows programs in Cygwin 1.7.16

2012-08-03 Thread Roger K. Wells
exactly those steps. I'm using CYGWIN_NT-6.1-WOW64 xyzzy 1.7.16(0.262/5/3) 2012-07-20 22:55 i686 Cygwin. Does the most recent snapshot have something that would make the results different? so can I -- Roger Wells, P.E. SAIC 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax

Re: Ctrl+C not working with windows programs in Cygwin 1.7.16

2012-08-03 Thread Roger K. Wells
On 08/03/2012 08:48 AM, Nellis, Kenneth wrote: -Original Message- From: Roger K. Wells snip Getting a PID using kill just takes too long. -END Original Message- pkill from the procps package might mitigate the pain. --Ken Nellis that too is a work around. The point here

Re: Ctrl+C not working with windows programs in Cygwin 1.7.16

2012-08-03 Thread Roger K. Wells
://cygwin.com/snapshots/ cgf -- 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 -- Roger Wells, P.E. SAIC 221 Third St Newport, RI 02840

Re: CTRL+C is not working with java on latest cygwin 1.7.15

2012-08-02 Thread Roger K. Wells
applications for close to 20 years and have never had a problem with the cygwin bash shell failing to pass Ctrl-C signals to the application until now. Luckily the cmd.exe still does. Let me know if it something that I can help track down. Glad to help if possible. -- Roger Wells, P.E. SAIC 221 Third

Re: Ctrl+C not working with windows programs in Cygwin 1.7.16

2012-08-02 Thread Roger K. Wells
had a problem with the cygwin bash shell failing to pass Ctrl-C signals to the application until now. Luckily the cmd.exe still does. Let me know if it something that I can help track down. Glad to help if possible. -- Roger Wells, P.E. SAIC 221 Third St Newport, RI 02840 401-847-4210

Re: Ctrl+C not working with windows programs in Cygwin 1.7.16

2012-08-02 Thread Roger K. Wells
On 08/02/2012 05:21 PM, Daniel Colascione wrote: On 8/2/2012 2:02 PM, Roger K. Wells wrote: On 08/02/2012 04:26 PM, Daniel Colascione wrote: On 8/2/2012 12:32 PM, Marcin Kielar wrote: Steps to reproduce: 1. Start cygwin using cygwin.bat 2. Run `ping -t google.com` 3. Try breaking

Re: Trusted Software Vendor

2012-06-12 Thread Roger K. Wells
this will certainly mislead some of us -- Roger Wells, P.E. SAIC 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) roger.k.we...@saic.com -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http

Re: 'more' segment faults with latest cygwin1.dll (1.7.11)

2012-02-27 Thread Roger K. Wells
31246 Jun 24 2010 /usr/bin/more same here -- 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 -- Roger Wells, P.E. SAIC 221

Re: 1.7.9-1 Patch command mangles permissions on windows 7

2011-11-18 Thread Roger Pack
When you're running Cygwin tools outside cygwin shell, you need to let Windows do the security handling for you. Thanks! -r -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe

Re: 1.7.9-1 Patch command mangles permissions on windows 7

2011-10-14 Thread Roger Pack
This could be related to the problem discussed starting at  http://cygwin.com/ml/cygwin/2009-11/msg00922.html The issue there was ACLs on the temporary directory used by patch.  The resolution of that was to set TMP and TEMP to /tmp in Cygwin's default startup files (see

Re: Executing a basic program

2011-05-21 Thread Roger K. Wells
#include #include #include #include #include #include we need some filenames here. roger wells void read(std::istream in, std::vector text) { std::string line; while (std::getline(in, line)) text.push_back(line); } int main(int argc, char* argv[]) { //Part1

Re: Executing a basic program

2011-05-21 Thread Roger K. Wells
#include #include #include #include #include #include we need some filenames here. then I'll try to help. roger wells void read(std::istream in, std::vector text) { std::string line; while (std::getline(in, line)) text.push_back(line); } int main(int argc, char* argv

Re: ITP dos2unix 5.2.1-1

2011-03-17 Thread Roger K. Wells
accepted, I rather save myself the trouble. My 2cents worth: I for one look forward to the new package. All of the software we develop runs on both platforms and I personally use the dos2unix, etc tools often. Same tools on both platforms gets my vote anytime. roger wells best regards

Re: dd to thumb drive, W7 permission problem

2011-03-14 Thread Roger K. Wells
(e:/), and filesystem type (ntfs). I put four of these lines in for e:/, f:/, g:/, h:/ to cover all (hopefully) eventualities. May not be the only, best, approved, etc way but it got me going. HTH, roger wells -- Problem reports: http://cygwin.com/problems.html FAQ

Re: 1.7.8: Fortran I/O rounding inaccuracy

2011-03-07 Thread Roger K. Wells
-6.1 rwells-w7 1.7.8(0.236/5/3) 2011-03-01 09:36 i686 Cygwin round.f: program round write(*,'(f35.32)') 0.14285714285714285d0 end output: 0.14285714285714284921269268124888 did I miss something? HTH, roger wells -- Roger Wells, P.E. SAIC 221 Third St Newport, RI 02840 401

Re: 1.7.8: Fortran I/O rounding inaccuracy

2011-03-07 Thread Roger K. Wells
On 03/07/2011 10:44 AM, Roger K. Wells wrote: On 03/07/2011 04:39 AM, Thomas Henlich wrote: Hi, I found the following bug in cygwin 1.7.8 on Windows XP: Fortran I/O rounding truncates the result after a certain number of digits. The following program: === write(*, '(f35.32

Re: 1.7.8: Fortran I/O rounding inaccuracy

2011-03-07 Thread Roger K. Wells
On 03/07/2011 12:15 PM, Peter Brown wrote: Roger K. WellsROGER.K.WELLSat saic.com writes: On 03/07/2011 10:44 AM, Roger K. Wells wrote: On 03/07/2011 04:39 AM, Thomas Henlich wrote: Hi, I found the following bug in cygwin 1.7.8 on Windows XP: Fortran I/O rounding truncates the result

Re: cygpath

2011-03-02 Thread Roger K. Wells
On 03/02/2011 09:05 AM, Jim P wrote: I just updated my cygwin install, so did I (an hour ago) and cygpath appears to be broken. Issuing the command cygpath, with any or no command-line options, returns nothing and a status of 127. cygpath works as expected roger wells -- Problem reports

Installing Pine

2010-10-24 Thread ROGER CARSLEY
help. Roger -- 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

gettext/libiconv and libtool problem

2010-03-12 Thread Roger While
Charles Wilson wrote Roger While wrote: gettext has a requirement on libiconv2. libiconv2 contains only the cygiconv dll and nothing else. OK. So we have a typical (libtooled) autoconf/automake configure which has a AM_GNU_GETTEXT([external]). Fine, the configure proceeds and produces

gettext/libiconv and libtool problem

2010-03-11 Thread Roger While
/usr/lib /usr/lib/libiconv.la' In fact I wonder whether or not gettext should require libiconv instead of/as well as libiconv2. Roger -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

Re: Why require ps -W and kill -f

2010-01-22 Thread Roger K. Wells
just alias: ps='ps -W' works fine roger wells -Don -- 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 -- Roger Wells, P.E

Re: [Fwd: Blue screen when running installation *.sh]

2010-01-05 Thread Roger K. Wells
%20or%20later.%0A -- Roger Wells, P.E. SAIC 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) roger.k.we...@saic.com -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

Re: Why does exiting bash window kill off Gvim? (Windows version, but X-would be same question)

2009-12-04 Thread Roger K. Wells
-Windows it is set up as a server by sourcing the following in .bash_profile: function gvim { if [ -z $1 ] ; then $VIMRUNTIME/gvim.exe --servername GVIM else $VIMRUNTIME/gvim.exe --servername GVIM --remote-silent $1 fi } cheera, roger wells It would be the same question

Re: [BUG] fopen(..., a) does not seek to end of file until some write operation

2009-11-13 Thread Roger K. Wells
: http://cygwin.com/ml/#unsubscribe-simple -- Roger Wells, P.E. SAIC 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) roger.k.we...@saic.com -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation

Re: Win2k Command Window Can't Execute G++

2009-06-01 Thread Roger Head
Alexey Borzenkov snaury at gmail.com writes: As an alternative you can try looking into my http://git.kitsu.ru/mine/shell-wrapper.git (use snapshot link for topmost commit if you don't have git and don't know how to clone) Thanks Alexey, I'll have a look. Roger -- Unsubscribe info

Re: Win2k Command Window Can't Execute G++

2009-05-31 Thread Roger Head
Larry Hall (Cygwin reply-to-list-only-lh at cygwin.com writes: Roger Head wrote: Hi All, Cygwin installation I had to manually add \Cygwin\bin and \Cygwin\usr\bin to the PATH. That hasn't been altered. If you want Windows applications to be able to see Cygwin apps without adding

Re: Win2k Command Window Can't Execute G++

2009-05-31 Thread Roger Head
it would be necessary. Roger -- 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: Win2k Command Window Can't Execute G++

2009-05-31 Thread Roger Head
, I'd have to automate it. I've just about given up on writing notes to myself, because when the time comes that I need them, I've forgotten that I ever wrote them in the first place! The joys of advancing years... Roger -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Win2k Command Window Can't Execute G++

2009-05-31 Thread Roger Head
Dave Korn dave.korn.cygwin at googlemail.com writes: How about just typing g++-4 (or g++-3) instead of g++ when trying to invoke the compiler from a DOS shell? cheers, DaveK U... e no, no, that's too easy. There must be a harder way to do it. Thanks Dave. Roger

Win2k Command Window Can't Execute G++

2009-05-30 Thread Roger Head
Cygwin installation I had to manually add \Cygwin\bin and \Cygwin\usr\bin to the PATH. That hasn't been altered. It doesn't matter what directory I am in when using the CMD window, g++ isn't recognized. I would sure appreciate some help. Roger -- Unsubscribe info: http://cygwin.com/ml

Re: RFD: cygwin + *native* MinGW compiler

2009-01-28 Thread Roger Wells
Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ -- Roger Wells, P.E. SAIC 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) roger.k.we...@saic.com -- Unsubscribe info

Re: Finally managed to create a jailed SFTP server, but how secure?

2008-12-05 Thread Roger Wells
. Then when you ls / you get /c, /d etc instead of /cygdrive/c, /cygdrive/d, etc. cheers, roger wells I don't know who creates /cygdrive here. It is not required in this chroot'ed environment. My guess, it is created by sftp-server at start up (regardless whether it runs under chroot'ed

  1   2   >