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:

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
occur 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 Thir

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
s in Linux. #include int main(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     er

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
ibe info: 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: http

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.
same install and do not observe 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 New

Re: EXTERNAL: umask not working?

2018-03-19 Thread Wells, Roger K.
$ uname -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 ro

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

2017-11-28 Thread Wells, Roger K.
9 abcde8x0123456789 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

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
n't necessary 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

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
o work fine now. Again many thanks 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:

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

2017-08-02 Thread Roger Krebs
noacl,posix=0,noumount,auto) Attached 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

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

2017-02-08 Thread Roger Qiu
lative path. Now 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

cygpath -w converts relative paths to absolute windows paths

2017-02-06 Thread Roger Qiu
`..\directory` for paths 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/fa

Re: Is it OK to mount cygdrive on / ?

2017-02-03 Thread Wells, Roger K.
oblem 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-

Mosh connection errors

2017-01-29 Thread Roger Qiu
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://

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

2017-01-23 Thread Wells, Roger K.
user. -- 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

Issues with PHP PCRE and with libass4 vs libass5

2017-01-13 Thread Roger Qiu
bring 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

Re: [ANNOUNCEMENT] llvm 3.8.1-1

2016-12-13 Thread Roger Pack
On 12/7/16, Yaakov Selkowitz 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 scope >> Dl_info dlinfo; >

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 llvm-3.9.0.src/lib/Support/Unix/Signals.inc:418:

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

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

RE: Compiling gcc trunk under cygwin

2016-01-26 Thread Roger Orr
x27;s been 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 un

Re: Compiling gcc trunk under cygwin

2016-01-23 Thread Roger Orr
232071 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.co

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

2015-12-29 Thread Roger Wells
oblems.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-1585 (f

Re: Ability to specify /cygdrive mount value in setup

2015-11-25 Thread Roger Wells
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
t; 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
keep 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

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- --

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

2015-10-29 Thread Roger Pack
On 10/29/15, Marco Atzeri 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 ^ >> --no-desktop

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

2015-10-29 Thread Roger Pack
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

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

2015-09-03 Thread Roger Pack
On 9/1/15, Corinna Vinschen 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 just don't know how to deal with

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

2015-09-01 Thread Roger Pack
ave expected 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/ Documentat

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] 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 without showing a window to >>the us

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: http://cygwin.co

feature request: easier "auto select a close mirror for me"

2015-08-28 Thread Roger Pack
] or some other 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://cyg

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-

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

2015-08-24 Thread Roger Wells
takes several seconds to take effect. And then I can't > delete out.txt: > > $ rm -f out.txt I also can confirm this on the same cygwin 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 Th

man segmentation fault

2015-06-01 Thread Roger Qiu
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

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

2015-03-12 Thread Roger Wells
t 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/probl

Re: net user "completed with one or more errors"

2015-03-09 Thread Roger Wells
SH session (from a Fedora client to a Cygwin64/Win7 sshd server): roger@rwells-x220 ~ $ net user User accounts for \\RWELLS-X220 --- Administrator cyg_server Guest rogersshd The command comp

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
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)

RE: slow startup after upgrade

2015-02-24 Thread Roger Orr
IN_NT-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

RE: slow startup after upgrade

2015-02-23 Thread Roger Orr
ed 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: Very slow Cygwin startup on Windows 7

2015-02-21 Thread Roger Orr
*32bit* cygwin (as ADInsight is a 32bit process): g++ inject.cpp -o 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 DESCRIPT

RE: slow startup after upgrade

2015-02-19 Thread Roger Orr
to turn off referrals -- *aside* Sysinternals "ADInsight" is a 32bit 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.

RE: slow startup after upgrade

2015-02-18 Thread Roger Orr
this out again tomorrow and get the call stacks of the connect calss. 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/f

RE: slow startup after upgrade

2015-02-18 Thread Roger Orr
e. It's not an issue 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:

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

RE: slow startup after upgrade

2015-02-16 Thread Roger Orr
- 4.6s 2) mkgroup 1.7.34 took 46m 4s 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.

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/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 n

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 deliveri

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 a

RE: cygcheck and literal plus sign

2014-01-27 Thread Gates, Roger
x86/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-4.8.2-1 x86/mingw64-x86_64-gcc-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) technolo

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

2013-02-05 Thread Gates, Roger
ile-a.txt must be in DOS format. Try this. for i in `cat file-a.txt | d2u`; do 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://c

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

2013-01-10 Thread Roger Pack
all of them and order 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.ht

Re: disk format question

2013-01-08 Thread Roger K. Wells
) I don't know 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 essenti

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

2012-08-03 Thread Roger K. Wells
ent. http://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

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 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 is

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

2012-08-03 Thread Roger K. Wells
repro the problem using 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-42

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 it with

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

2012-08-02 Thread Roger K. Wells
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 St Newport, RI 028

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

2012-08-02 Thread Roger K. Wells
n We have been developing CLI 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.

Re: Trusted Software Vendor

2012-06-12 Thread Roger K. Wells
ntity 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/ Documentatio

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

2012-02-27 Thread Roger K. Wells
(0.260/5/3) -rwxr-xr-x 1 reisert root 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

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 in

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 /etc/defaul

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(i

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[]) {

Re: ITP dos2unix 5.2.1-1

2011-03-17 Thread Roger K. Wells
easier. But if there is no chance that the package gets 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 platf

Re: dd to thumb drive, W7 permission problem

2011-03-14 Thread Roger K. Wells
e), source(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/problem

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. Wells 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 after a cert

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(*, '(f

Re: 1.7.8: Fortran I/O rounding inaccuracy

2011-03-07 Thread Roger K. Wells
in.com/ml/#unsubscribe-simple uname -a: CYGWIN_NT-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

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

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, th

gettext/libiconv and libtool problem

2010-03-11 Thread Roger While
_libs=' -L/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://

Re: Why require ps -W and kill -f

2010-01-22 Thread Roger K. Wells
WIW I 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 -- R

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

2010-01-05 Thread Roger K. Wells
very%20software%20for%20Windows%202000%2FXP%20to%20version%203.1%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://cygwi

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

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

2009-11-13 Thread Roger K. Wells
ion: http://cygwin.com/docs.html Unsubscribe info: 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:

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

2009-06-01 Thread Roger Head
Alexey Borzenkov 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.

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

2009-05-31 Thread Roger Head
Dave Korn 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. T

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

2009-05-31 Thread Roger Head
ave to > remember to do that after every gcc update though. > Yeah, 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 yea

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

2009-05-31 Thread Roger Head
hat will let me do what I want, but I wouldn't have thought 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-30 Thread Roger Head
Larry Hall (Cygwin 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 witho

Win2k Command Window Can't Execute G++

2009-05-30 Thread Roger Head
ter the initial 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 i

Re: RFD: cygwin + *native* MinGW compiler

2009-01-28 Thread Roger Wells
- 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/ -- Roger Wells, P.E. SAIC 221 Third St Newport, RI 02840 401-847-4210 (voice

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

2008-12-05 Thread Roger Wells
Matthew Woehlke wrote: Roger Wells wrote: if you are concerned about the "cygdrive" text there is a registry entry where you can set that to whatever you want including "". That is what I do. I would tell you what it is but my windows machine is not here right now. Then

  1   2   >