ssh-host-config openssh-7.2p2-1 csih-0.9.9-1

2016-04-11 Thread Fred Dinkler IV
Hi, I am trying to get SSH setup on my Windows 10 Pro install. The script trips up at the user creation portion. I haven't been able to find the right permissions to setup by hand, the closest I can get I still get: sshd: PID 6904: fatal: seteuid 197609: Operation not permitted in the event log on

wrong local group when public key authentication with domain AD user

2012-05-11 Thread fred pommier
u can see than 0(root) 544(Administrateurs) 555(Utilisateurs du Bureau à distance) and 1012(cygwin) are disapear from 'id' I found nothing to resolv this problem. Thank for any help Regards I also give the 2 verbose ssh connect fred@fpo$ ssh -v opersauve@srvbatch OpenSSH_5.3p1 Debian-

Re: rsync of windows shortcuts creates foo and foo.lnk - never fully synchronizes

2011-12-19 Thread Fred Wheeler
sions work fine. > # create a shortcut > cd /tmp/A/foo > mkshortcut \ >  --arguments="mintty" \ >  --name="winshortcut" \ >  --workingdir="$HOME" \ >  /bin/run -Fred -- Problem reports: http://cygwin.com/problems.html FAQ: http://

remove alternate access method / access control list

2010-07-21 Thread Fred Wheeler
on on files to which I had otherwise applied 'chmod og-w'. I'd like to be able to fix problems like this and whatever else might have snuck in. Thanks, Fred Wheeler -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Docum

Re: FAQ on installing a build from source ?

2008-12-19 Thread fred
Larry Hall (Cygwin) wrote: fred wrote: Larry Hall (Cygwin) wrote: fred wrote: I assume $make install ok? but something gone wrong, so manually what is supposed to get copied where ? dir \i686-pc-cygwin\winsup\cygwin has a cygwin0.dll, I thought there is supposed to be a cygwin1.dll

Re: FAQ on installing a build from source ?

2008-12-19 Thread fred
Larry Hall (Cygwin) wrote: fred wrote: I assume $make install ok? but something gone wrong, so manually what is supposed to get copied where ? dir \i686-pc-cygwin\winsup\cygwin has a cygwin0.dll, I thought there is supposed to be a cygwin1.dll. I thought surely there is a

FAQ on installing a build from source ?

2008-12-19 Thread fred
I assume $make install ok? but something gone wrong, so manually what is supposed to get copied where ? dir \i686-pc-cygwin\winsup\cygwin has a cygwin0.dll, I thought there is supposed to be a cygwin1.dll. I thought surely there is a FAQ on this ? haven;t found it though Than

gettimeofday - millisecond accuracy

2008-12-18 Thread fred
with my test of gettimeofday in cygwin it appears to be counting in milliseconds rather than microseconds. so I had a look at where it is coded, /winsup/cygwin/times.cc ... gettimeofday (struct timeval *tv, void *tzvp) { struct timezone *tz = (struct timezone *) tzvp; static bool tzflag; LON

Re: rsync 3.0.4 over ssh hanging on cygwin 1.7

2008-11-20 Thread Fred Kemp
hold my breath as a test of recursively running rsync with --timeout on one user directory is showing only about another 5 files each time... As ever all tips and pointers gratefully received, and if I have any blinding glimpses of the obvious, I'll certainly share with the list. :-) Cheers,

Re: rsync 3.0.4 over ssh hanging on cygwin 1.7

2008-11-19 Thread Fred Kemp
is a dealbreaker as far as we are concerned in continuing to use cygwin, but equally there doesn't seem to be a suitable alternative at present... Thanks, Fred. On Nov 19, 2008, at 9:56 AM, G.W. Haywood wrote: Hi there, On Wed, 19 Nov 2008 Fred Kemp wrote: ... Unfortunately our data

Re: rsync 3.0.4 over ssh hanging on cygwin 1.7

2008-11-18 Thread Fred Kemp
some of our proteomics tools. I guess I'll have to ditch the security and try rsyncd (just as soon as I can get on the client machines and add yet another exception to the Windoze firewall) – unless anyone else has any thoughts or suggestions? Cheers, Fred. On Nov 18, 2008, at 5:

rsync 3.0.4 over ssh hanging on cygwin 1.7

2008-11-18 Thread Fred Kemp
tage I am somewhat stumped and would appreciate any pointers the gurus can give, even as to whether this is believed to be an rsync, sshd or underlying cywin issue... Very happy to provide further info as required, or to be shot down in flames should I have done something stupid!

Re: Which tool to convert pictures into a nice web page

2008-04-13 Thread Fred Hansen
wn pictures on the web, as in http://physpics.com/annals/2007/Fall/pix/Clouds/index.html The tools and lots of documentation are at http://physpics.com/pictools/ Fred Hansen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/pr

Re: Re: missing declaration for floorl

2007-08-01 Thread Fred Hansen
Aha. There is no floorl in cygwin. It is too bad that the stub function causes autoconf to believe there IS a floorl. AC_CHECK_FUNCS finds the stub and reports that the function is available. Fred Hansen

Re: Re: sys/mman.h missing MCL_CURRENT ...

2007-08-01 Thread Fred Hansen
Sorry. I failed to notice the absence of mlockall from . Fred Hansen Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. http://farechase.yahoo.com/ -- Unsubscribe info

Re: "cscope -d" can't find trailer offset if path contains space

2007-01-10 Thread Fred Ma
Thanks. Here's some further info: http://groups.google.ca/group/comp.editors/msg/7ffc56871c614f4b Fred Dave & Diane wrote: > > Sorry for the delay - let me take a look at this in more detail. Given > the sleuthing you've done I'll probably have to go back to the

Re: Exclude cygwin folder from malware scans?

2007-01-07 Thread Fred Ma
Fred Ma wrote: After some surfing, I haven't found any evidence of malware targetting cygwin. I'm considering excluding the massive file tree from scans (AV, SpyBot, AdAware). I'd be interested in more experienced opinions about this. Thanks. Larry Hall: Any such reports

Exclude cygwin folder from malware scans?

2007-01-07 Thread Fred Ma
After some surfing, I haven't found any evidence of malware targetting cygwin. I'm considering excluding the massive file tree from scans (AV, SpyBot, AdAware). I'd be interested in more experienced opinions about this. Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: "cscope -d" can't find trailer offset if path contains space (was: vim mlcscope interface issues)

2007-01-03 Thread Fred Ma
Bug fix request submitted for cscope via sourceforge: This problem arose when using vim, but also appears when using "cscope -d". I get the error "cannot read trailer offset from file cscope.out". I browsed build.c to find that it is caused when reading in a single number with fscanf. To see w

Re: vim mlcscope interface issues

2007-01-02 Thread Fred Ma
oday. I may pick it up again, or simply revert to vimgrep. Thanks for any feedback. Fred On 1/2/07, Fred Ma <[EMAIL PROTECTED]> wrote: If this shows up more than once, I apologize. Gmail is telling me it didn't get sent (twice), and it doesn't show up on the mailing list archi

Re: vim mlcscope interface issues

2007-01-02 Thread Fred Ma
curious as to whether there has been any succcess or failures with the current cygwin/vim/mlcscope combination, which will hint at whether it is my setup or not. Thanks. Fred Date: Sun, 15 Oct 2006 17:03:42 -0500 From: Dave & Diane Subject: Re: vim mlcscope interface issues Delivered-To: mail

Re: cygwin.com DNS not resolving?

2006-12-29 Thread Fred Stone
[EMAIL PROTECTED] wrote: I'm not seeing name resolution on cygwin.com from several different ISPs? Anyone else see this or know what is going on? http://cygwin.com worked OK for me thru Compuserve. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

CLISP module=bindings/win32 "variable kernel32 has no value" in compile of win32.lisp

2006-12-23 Thread Fred Stone
module=bindings/win32 in CLISP 2.41-1 build fails with message "variable kernel32 has no value" during the compile of win32.lisp. Build completes OK without the bindings, and I get the same error message if I try to compile win32.lisp separately. -- Unsubscribe info: http://cygwin.com/ml/

Re: CLISP build fails w/unresolved ref to _FMTID_UserDefinedProperties

2006-12-23 Thread Fred Stone
[EMAIL PROTECTED] wrote: Fred Stone schrieb: I am attempting to build CLISP 2.41 from the Cygwin source download and I get unresolved references in the clisp-link "base" step in the syscalls module. The build parameters I used are as follows: ./configure \ --bui

CLISP build fails w/unresolved ref to _FMTID_UserDefinedProperties

2006-12-21 Thread Fred Stone
win\usr\X11R6\bin D:\cygwin\usr\X11R6\bin Output from D:\cygwin\bin\id.exe (nontsec) UID: 1003(Fred) GID: 513(None) 0(root) 513(None) 544(Administrators) 545(Users) Output from D:\cygwin\bin\id.exe (ntsec) UID: 1003(Fred) GID: 513(None) 0(root) 513(

Re: Fw: GCC - 64bit long long type, support in lib

2006-08-08 Thread fred
t 09, 2006 1:16 PM Subject: Re: Fw: GCC - 64bit long long type, support in lib > fred wrote: > > > sorry if I confused readers. > > > > the source gcc downloaded I have is gcc-3.4.4 > > it seems the library is part of the gcc with cygwin. > > and the libr

Re: Fw: GCC - 64bit long long type, support in lib

2006-08-08 Thread fred
om: "Tim Prince" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 09, 2006 12:10 PM Subject: Re: Fw: GCC - 64bit long long type, support in lib > fred wrote: > > > > > > The gcc supports 64bit int it seems, but the library as downloaded does not, > > for

Fw: GCC - 64bit long long type, support in lib

2006-08-08 Thread fred
The gcc supports 64bit int it seems, but the library as downloaded does not, for example try long long ldec = 0x110LL; printf("%s: 0x%Lx,%Ld; %s\n","test",ldec,ldec,"test2"); seems the library should support it, look in usr\src\gcc-3.4.4\libiberty\_doprnt.c #if defined(__GNUC__) || d

Re: Warning to use mkpasswd

2006-06-06 Thread Mister Fred Ma
Larry Hall wrote: Mister Fred Ma wrote: Using an administrator account, I installed cygwin & sshd for all users on Windows XP. The administrator account is local to the machine, while my nonadministrator account is a domain power user account. When I launch a cygwin bash shel

Warning to use mkpasswd

2006-06-05 Thread Mister Fred Ma
ssage at the start of this posting? As a possible clue, I noticed that when I log onto Windows as nonAdministrator and start cygwin bash, my home diretory ~ is /c/Documents and Settings/NonAdminAccount Here, c:\ is mounted as /c. When I ssh into [EMAIL PROTECTED], however, ~ becomes /home/NonAd

whole-word matches searches of mailing list archive & packages

2006-01-28 Thread Fred Ma
o specify whole-word matches when searching either the mailing list archive or while performing a Setup Package Search. The reason is that some words are very common as partial words, so searches tend to come up with many unrelated hits. Thanks. Fred -- Unsubscribe info: http://cygwin.com/ml

Re: Inconsistent results from "du -sk ."

2006-01-02 Thread Fred Ma
Eric Blake wrote: > According to Fred Ma on 12/30/2005 1:20 PM: >>When I repeatedly issue "du -sk ." within seconds of each other, the >>results are different, and there is no process running that could be >>changing the contents of the directory. Here is an illu

Inconsistent results from "du -sk ."

2005-12-30 Thread Fred Ma
otes that captures this, that would be even better. Even if it does not capture this, such a set of notes would be very useful. Fred -- 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: cygwin Digest 25 Sep 2005 20:51:19 -0000 Issue 4542

2005-09-28 Thread Fred Smith
uestion. Did you run out > of rebase address space? Please run rebaseall as follows: > > $ rebaseall -v | tail -1 > > and report back to the list. > > Thanks, > Jason > Which leads me to the dumb question (patience would be appreciated :) What is rebase? what does

RE: Bash login breaks if too many environment variables are set

2005-09-19 Thread Hommersom, Fred
Thanks for the answer. Fred >Further empirical tests turned out that the environment in Windows NT is not limited, at least not up to a tested size of about 800K. >But there is a big problem in Windows nevertheless. When using ASCII functions to access the environment, as Cygwin doe

RE: Bash login breaks if too many environment variables are set

2005-09-16 Thread Hommersom, Fred
>>You can help by running the new snapshot under strace, like you did before. I have done three tests: below the maximum exactly the maximum over the maximum ** Here are the results of the test below the maximum ***

RE: Bash login breaks if too many environment variables are set

2005-09-16 Thread Hommersom, Fred
Perhaps I do not understand it. I was talking about invoking cygin from native. The native environment grows far over 32 k. It just does not show up in bash. If I can help by testing the new snapshot: please supply some hints. Fred >On the other hand, POSIX would claim that this usage sho

RE: Bash login breaks if too many environment variables are set

2005-09-16 Thread Hommersom, Fred
> > From your strace output, it looks to me like windows itself is returning garbage when we ask it for the list of environment variables. > >If that is the case, we can guard against that but we can't make the passed in environment useful, unfortunately. Is it possible that 'asking for the envi

RE: Bash login breaks if too many environment variables are set

2005-09-16 Thread Hommersom, Fred
It looks to me as if a buffer or stack is reused if some maximum is exceeded with effect that the system sometimes works. Fred -Original Message- Sure you've used the latest snapshot DLL? I tried to reproduce this with the latest snapshot, as well as a self-build DLL from CVS and

RE: Bash login breaks if too many environment variables are set

2005-09-16 Thread Hommersom, Fred
No problem. here is a new trace (similar to the original) and the related stackdump Exception: STATUS_ACCESS_VIOLATION at eip=610D6971 eax= ebx=10010248 ecx=F2FF edx=00245300 esi=0001 edi=00246000 ebp=0022EE68 esp=0022EE64 program=c:\cygwin\bin\bash.exe, pid 3572, thread main cs=0

RE: Bash login breaks if too many environment variables are set

2005-09-16 Thread Hommersom, Fred
0x8B, exitcode 0x0 -Original Message- On Sep 16 11:08, Hommersom, Fred wrote: > > Thanks for the replies so far. Unfortunately is the best option (set > variables in bash) not feasable. > The .bat file is a complex set of bat files with logic inside so that > would take a

RE: Bash login breaks if too many environment variables are set

2005-09-16 Thread Hommersom, Fred
o exact match. Now I am stuck. Did I reach a limit of windoze, a limit in cygwin or a supporting library or a bug? -Original Message- > Hommersom, Fred wrote: > >> >> The file bigsetup.bat contains a huge amount environment variables. >> For a medium number

Bash login breaks if too many environment variables are set

2005-09-12 Thread Hommersom, Fred
unavailable and for more variables no error messages show up but the HOME directory is not correctly set. What is the underlying cause of this behavior? Is it possible to tune bash or cygwin to cope with this large number of variables? Thanks Fred -- Unsubscribe info: http://cygwin.com

Re: Programatically finding value of "cygdrive" prefix

2005-08-16 Thread Fred Kulack
ructural changes were just a matter of style." [Schild's Ladder by Greg Egan] Fred A. Kulack - IBM eServer iSeries - Enterprise Application Solutions ERP, Java DB2 access, Jdbc, JTA, etc... IBM in Rochester, MN (Phone: 507.253.5982 T/L 553-5982) mailto:kulack/us.ibm.com Persona

RE: Cygwin and NTFS Junction Points

2005-08-04 Thread Fred Kulack
- something humanity had achieved in the Bronze Age - the only limits you faced were speed and storage; any other structural changes were just a matter of style." [Schild's Ladder by Greg Egan] Fred A. Kulack - IBM eServer iSeries - Enterprise Application Solutions ERP, Java DB2 access

Re: cygwin Digest 22 Jul 2005 13:17:06 -0000 Issue 4401

2005-07-22 Thread Fred Smith
> -- Forwarded message -- > From: "Dave Korn" <[EMAIL PROTECTED]> > To: > Date: Fri, 22 Jul 2005 11:47:40 +0100 > Subject: RE: Known issues with Pthreads in 1.5.18? > Original Message > >From: Fred Smith > >Sent: 22 July 2005

Known issues with Pthreads in 1.5.18?

2005-07-21 Thread Fred Smith
use if I put an extra variable on the stack in the routine that calls the pthread unlock function the problem goes away, but so far it has eluded me. I'll keep looking for it, but thought to inquire of any known issues in the pthreads implementation. Thanks! Fred -- Unsubscribe info: h

Re: Further documentation on console options?

2005-06-28 Thread Fred Kulack
hild's Ladder by Greg Egan] Fred A. Kulack - IBM eServer iSeries - Enterprise Application Solutions ERP, Java DB2 access, Jdbc, JTA, etc... IBM in Rochester, MN (Phone: 507.253.5982 T/L 553-5982) mailto:kulack/us.ibm.com Personal: mailto:kulack/gmail.com AIM Home:FKulack AIM Work:FKul

Re: Setup.exe problem: double-click selects wrong version

2005-01-27 Thread Fred Kulack
and art, and information... but software is not in fact any of those other things." Bruce Sterling - The Hacker Crackdown Fred A. Kulack - IBM eServer iSeries - Enterprise Application Solutions ERP, Java DB2 access, Jdbc, JTA, etc... IBM in Rochester, MN (Phone: 507.253.5982 T/L 553-5

Re: Setup.exe problem: double-click selects wrong version

2005-01-27 Thread Fred Kulack
ion of that now that it has been posed here. If its important to you, I suspect that patches to setup to make it accept a double click operation would probably be thoughtfully considered by the maintainers. See http://cygwin.com/contrib.html and give it a go. Fred -- Unsubscribe info:

Re: Obscene content in cygwin file.

2005-01-06 Thread Fred Kulack
[ ] Offended. Think about the children! [x] Not offended. Stop bothering me with your Puritanical values. [ ] Don't care. Can we go back to talking about how negative this list is now? But actually would have preferred a. [x] Oh Great! Now I'm gonna have to install fortune. -- Unsub

Re: Issue in using xinetd service on windows

2004-12-28 Thread Fred Kulack
and information... but software is not in fact any of those other things." Bruce Sterling - The Hacker Crackdown Fred A. Kulack - IBM eServer iSeries - Enterprise Application Solutions ERP, Java DB2 access, Jdbc, JTA, etc... IBM in Rochester, MN (Phone: 507.253.5982 T/L 553-5982) mailto:kul

Re: run.exe fails to run my application

2004-12-27 Thread Fred Kulack
a machine, and something like mathematics, and something like language, and something like thought, and art, and information... but software is not in fact any of those other things." Bruce Sterling - The Hacker Crackdown Fred A. Kulack - IBM eServer iSeries - Enterprise Application Sol

rxvt shift f1 and f2 same as f11 f12

2004-12-02 Thread Fred Kulack
ing that human society is used to thinking about. Software is something like a machine, and something like mathematics, and something like language, and something like thought, and art, and information... but software is not in fact any of those other things." Bruce Sterling - The

Re: MSVC-dll under cygwin

2004-12-02 Thread Fred Kulack
On 12/02/2004 at 11:00:57 AM, cygwin-owner wrote: from one C++ binary in Cygwin to a non-C++ binary --- end of excerpt --- Doh! I meant "...to a non-Cygwin C++ binary" -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docume

Re: MSVC-dll under cygwin

2004-12-02 Thread Fred Kulack
fact any of those other things." Bruce Sterling - The Hacker Crackdown Fred A. Kulack - IBM eServer iSeries - Enterprise Application Solutions ERP, Java DB2 access, Jdbc, JTA, etc... IBM in Rochester, MN (Phone: 507.253.5982 T/L 553-5982) mailto:kulack/us.ibm.com Personal: mailto:kul

Re: linking problems using gcc

2004-11-25 Thread Fred Kulack
e other things." Bruce Sterling - The Hacker Crackdown Fred A. Kulack - IBM eServer iSeries - Enterprise Application Solutions ERP, Java DB2 access, Jdbc, JTA, etc... IBM in Rochester, MN (Phone: 507.253.5982 T/L 553-5982) mailto:kulack/us.ibm.com Personal: mailto:kulack/gmail.com AIM H

Re: /cygdrive command line completion?

2004-11-12 Thread Fred Kulack
chine, and something like mathematics, and something like language, and something like thought, and art, and information... but software is not in fact any of those other things." Bruce Sterling - The Hacker Crackdown Fred A. Kulack - IBM eServer iSeries - Enterprise Application Soluti

Re: OCLA - Add RFC

2004-10-26 Thread Fred Kulack
Once again, there's "Nothing Quite Like Geeks Going Over-Board"... Can we ignore, kill, or TITTTL this thread? [ Mandatory flapping of arms and squawking like a chicken removed by Kulack ] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

RE: Mailing list redirection etiquette?

2004-10-06 Thread Fred Kulack
ng like a machine, and something like mathematics, and something like language, and something like thought, and art, and information... but software is not in fact any of those other things." Bruce Sterling - The Hacker Crackdown Fred A. Kulack - IBM eServer iSeries - Enterprise

RE: Mailing list redirection etiquette?

2004-10-06 Thread Fred Kulack
Dang... Had a "multiple code iterations while posting and trying to beat the next guy" bug. $qry.=" " should have been posted as $qry.="%20" Sigh Is this thread dead yet? Fixed: google () { qry=$(perl -mCGI -e 'undef $qry; for ($i=0; $i<=$#ARGV; $i++) { if ($ARGV[$i] =~ m/ /)

RE: Mailing list redirection etiquette?

2004-10-06 Thread Fred Kulack
ot in fact any of those other things." Bruce Sterling - The Hacker Crackdown Fred A. Kulack - IBM eServer iSeries - Enterprise Application Solutions ERP, Java DB2 access, Jdbc, JTA, etc... IBM in Rochester, MN (Phone: 507.253.5982 T/L 553-5982) mailto:kulack/us.ibm.com Personal: mailto:k

RE: Mailing list redirection etiquette?

2004-10-06 Thread Fred Kulack
thematics, and something like language, and something like thought, and art, and information... but software is not in fact any of those other things." Bruce Sterling - The Hacker Crackdown Fred A. Kulack - IBM eServer iSeries - Enterprise Application Solutions ERP, Java DB2 acce

Re: (De)activating network connection

2004-10-05 Thread Fred Kulack
Getting way off topic here, and I'm sure you found this also, but ipconfig is useful for DHCP connection manipulation. I find its sufficient for my use although it doesn't do the activate/deactivate step. YMMV. Example: ipconfig /release '*Builtin*' ipconfig /renew '*Wireless*' USAGE: ip

RE: Fixing quoting in Outlook (Was RE: Request for a version/ rev ision/ release number for the whole Cygwin release/ distribution)

2004-10-04 Thread Fred Kulack
On 10/04/2004 at 04:17:53 AM, cygwin-owner wrote: 2) I start to forget that real mail clients thread properly. --- end of excerpt --- Yeah, I use Outlook Express or Lotus Notes. I never know what the hell you all are talking about WRT this topic... You mean you can display messages other than t

Re: Request for a version/ revision/ release number for the whole Cygwin release/ distribution

2004-10-01 Thread Fred Kulack
On 10/01/2004 at 12:31:34 AM, [EMAIL PROTECTED] wrote: Every O/S and application I've used had a release number for the whole thing; Cygwin should as well. --- end of excerpt --- At a minimum, I think that's quite an oversimplification and perhaps factually untrue? Have you used a Linux distribu

ffi.h in gjc > 3.3 is broken

2004-09-06 Thread Fred Kiefer
great to see both gjc 3.3 and 3.4 fixed, as some people are still reluctant to move on to 3.4 and in the long run it may even be worthwhile to ship libffi separate from gjc. Cheers Fred PS: Please include me cc: in any reply as I don't want to subscribe to this list. -- Unsubscribe info:

RE: We have a hacker

2004-08-31 Thread Fred Kulack
security. You only have minutes now till the storm-troopers come crashing through your door because of the embezzling, and other havoc you've caused from that email account. Quick, encrypt your hard drive! Better yet, overwrite it 7 times. Its the only way to be safe! Wait a minute What&#x

Re: Obvious Tip: Calling Windows "Calc" from Prompt

2004-08-05 Thread Fred Kulack
one words: bc 8-) somebody wrote on 08/05/2004 04:28:50 PM: > >whence calc > /c/WINDOWS/system32/calc > > Of course I may be the only one who didn't know this!!! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentat

Re: Running a shell Script Directly from windows

2004-07-08 Thread Fred Kulack
a machine, and something like mathematics, and something like language, and something like thought, and art, and information... but software is not in fact any of those other things." Bruce Sterling - The Hacker Crackdown Fred A. Kulack - IBM eServer iSeries - Enterprise Application Sol

Fw: shell cmds crapping out with large numbers of files

2004-05-26 Thread Fred Kulack
ething like thought, and art, and information... but software is not in fact any of those other things." Bruce Sterling - The Hacker Crackdown Fred A. Kulack - IBM eServer iSeries - Enterprise Application Solutions ERP, Java DB2 access, Jdbc, JTA, etc... IBM in Rochester, MN (Phone: 507

RE: echo vs. ls race condition?

2004-05-25 Thread Fred Kulack
machine, and something like mathematics, and something like language, and something like thought, and art, and information... but software is not in fact any of those other things." Bruce Sterling - The Hacker Crackdown Fred A. Kulack - IBM eServer iSeries - Enterprise Application Solutions E

Re: echo vs. ls race condition?

2004-05-24 Thread Fred Kulack
s not in fact any of those other things." Bruce Sterling - The Hacker Crackdown Fred A. Kulack - IBM eServer iSeries - Enterprise Application Solutions ERP, Java DB2 access, Jdbc, JTA, etc... IBM in Rochester, MN (Phone: 507.253.5982 T/L 553-5982) mailto:kulack/us.ibm.com Personal: m

Building Linux hosted cross compiler to cygwin target

2004-01-13 Thread Fred Fish
m the current CVS sources for binutils, gcc, and winsup, with a moderate amount of success but now am getting bogged down in what appears to be some messy interdepencies between the cygwin and mingw32 targets. Is there a more appropriate mailing list for this question? Thanks! -Fred -- Unsubscribe

Re: sshd only allows connection to local accounts

2003-10-16 Thread Fred Ma
> Subject: Re: sshd only allows connection to local accounts > Date: Wed, 15 Oct 2003 11:08:42 -0400 > From: Larry Hall <[EMAIL PROTECTED]> > > At 06:22 AM 10/15/2003, Corinna Vinschen you wrote: > >On Wed, Oct 15, 2003 at 05:08:47AM -0400, Fred Ma wrote: > >

sshd only allows connection to local accounts

2003-10-15 Thread Fred Ma
hat more is required to allow ssh connections to nonlocal user accounts? I only have control over the local PC. Even here, I don't have absolute control; for example, I can't login as "administrator", but I can login to an account that is part of the administrators group. Thanks

Greetings/Inquiry

2003-08-29 Thread Fred Brume
from the security company as I can not travel out of my country now. I retired as a Chairman of my local Council and do not want to re-contest election. Please if you would assist me, do reply this mail. Enclosing your telephone/fax numbers. Thanks, Yours sincerely, Fred Brume

RE: New version help

2003-08-25 Thread Fred Mülder
I got it! Thanks a lot Igor. I went through the packages I downloaded and found that fileutils and regex was not part of the download. I got those packages, and reinstalled the entire thing, and everything is working now! Thanks again, Fred -Original Message- From: Igor Pechtchanski

RE: New version help

2003-08-25 Thread Fred Mülder
Thanks for your patience Igor! Here attached please find the file cyg.txt as a result of cygcheck -svr. Fred -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: 25 August 2003 02:53 AM To: Fred Mülder Cc: [EMAIL PROTECTED] Subject: RE: New version help Fred

RE: New version help

2003-08-24 Thread Fred Mülder
th SP1 and the latest security patch. I am possibly missing something important, but I can't put my finger on it. I removed the older version of Cygwin using the procedure as described in the FAQ before installing this 1.32 version. -Original Message- From: Igor Pechtchanski [mailto:[EMAIL

New version help

2003-08-24 Thread Fred Mülder
lease tell me where I am, and how to get to a point where I can help myself again? Thanks in advance! Fred -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.htm

Re: ~^Z hangs ssh

2003-06-30 Thread Shing-Fat Fred Ma
Larry Hall wrote: > > Shing-Fat Fred Ma wrote: > > > Hello, > > > > I'm finding that ~^Z hangs the cygwin session > > rather than suspending my connection. I'm using > > cygwin to ssh into a solaris box. I've confirmed > > that susp

~^Z hangs ssh

2003-06-29 Thread Shing-Fat Fred Ma
iling list or Google. Does anyone else have this problem, or a fix? Fred -- Fred Ma, [EMAIL PROTECTED] Carleton University, Dept. of Electronics 1125 Colonel By Drive, Ottawa, Ontario Canada, K1S 5B6 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygw

top is gone (PLUS sshd logs)

2003-06-20 Thread Fred Ma
Forgot to change the subject line Original Message Subject: Re: cygwin Digest 20 Jun 2003 09:53:42 - Issue 2902 Date: Fri, 20 Jun 2003 06:54:15 -0400 From: Fred Ma <[EMAIL PROTECTED]> To: Carlo Florendo <[EMAIL PROTECTED]> > Date: Fri, 20 Jun 2003 15:28:

Re: top is gone (PLUS sshd logs)

2003-06-20 Thread Fred Ma
Original Message Subject: Re: top is gone (PLUS sshd logs) Date: Fri, 20 Jun 2003 05:47:06 -0400 From: Fred Ma <[EMAIL PROTECTED]> To: Vince Hoffman <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Vince Hoffman wrote: > > Hi, > sshd sto

Re: top is gone (PLUS sshd logs)

2003-06-20 Thread Fred Ma
[EMAIL PROTECTED] wrote: > > Fred, > > I think top is part of the procps package. Try installing that. > > Regards, > > Jurgen Thanks, Jurgen. It turns out to be in /usr/bin, which I checked. It's amazing. I wonder how it disappeared the first time (before I

top is gone

2003-06-19 Thread Fred Ma
that? I just spent the whole night trying to get my environment back (not finished yet), and I wonder if it might have been something simple I'm overlooking. Fred -- Fred Ma, [EMAIL PROTECTED] Carleton University, Dept. of Electronics 1125 Colonel By Drive, Ottawa, Ontario Canada, K1S 5

Re: Should C/C++ compilers be smart enough to catch this???

2003-04-03 Thread Fred Ma
Måns Rullgård wrote: > Fred Ma <[EMAIL PROTECTED]> writes: > > > I had a class member function that returned an object, according to > > the prototype. Also according to the function definition. But, the > > function body didn't actually contain a return st

Should C/C++ compilers be smart enough to catch this???

2003-04-03 Thread Fred Ma
gh to not create code that corrupts when it is pretty straighforward to realize that (1) there is an obvious discrepancy, for which a warning can easily be issued, or (2) realize that the return type really isnt' being used and compile it in a way that doesn't create memory corruption?

Re: Big Brother is Real

2003-04-01 Thread Fred Ma
all a time Kerio and ZoneAlarm kept asking for server rights for some Win2K service programs. Internet access didn't work without granting these rights. So I granted them. Fred -- Fred Ma, [EMAIL PROTECTED] Carleton University, Dept. of Electronics 1125 Colonel By Drive, Ottawa, Onta

Re: gdb discrepancy in c++ iterators

2003-03-29 Thread Fred Ma
iour (and not just when using gdb), it would be a surprise to see it as a gdb problem (or my use of it). Thanks for the pointers. Fred -- Fred Ma, [EMAIL PROTECTED] Carleton University, Dept. of Electronics 1125 Colonel By Drive, Ottawa, Ontario Canada, K1S 5B6 -- Unsubscribe info: http

Re: gdb discrepancy in c++ iterators

2003-03-29 Thread Fred Ma
Igor Pechtchanski wrote: > On Sat, 29 Mar 2003, Fred Ma wrote: > > > Hello, > > > > I'm having the following problem only on cygwin, > > not on solaris 8. I have a sanity-check program: > > > > #include > > #include

gdb discrepancy in c++ iterators

2003-03-29 Thread Fred Ma
so I have to use the _M_current member data. Since they are not the same above, I can't do that. Thanks for any light on why they differ. Fred -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

Re: Graphical debugger over gdb (ddd/insight failed to build)

2003-03-21 Thread Fred Kulack
On 03/21/2003 at 04:08:56 PM, [EMAIL PROTECTED] wrote: Call `insight'. That's the way it is in recent gdb versions. `gdb' is only the CLI. --- end of excerpt --- Ah beautiful. Thanks! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/

Re: Graphical debugger over gdb (ddd/insight failed to build)

2003-03-21 Thread Fred Kulack
to thinking about. Software is something like a machine, and something like mathematics, and something like language, and something like thought, and art, and information... but software is not in fact any of those other things." Bruce Sterling - The Hacker Crackdown Fred A. Kulack - IBM

Graphical debugger over gdb (ddd/insight failed to build)

2003-03-21 Thread Fred Kulack
ike a machine, and something like mathematics, and something like language, and something like thought, and art, and information... but software is not in fact any of those other things." Bruce Sterling - The Hacker Crackdown Fred A. Kulack - IBM eServer iSeries - Enterprise Application S

Re: Link gcc3.2 20020927 libgcc.a undefined ref to FindAtomA, AddAtomA, GetAtomNameA

2003-03-19 Thread Fred Kulack
like anything that human society is used to thinking about. Software is something like a machine, and something like mathematics, and something like language, and something like thought, and art, and information... but software is not in fact any of those other things." Bruce Sterling -

Re: Link gcc3.2 20020927 libgcc.a undefined ref to FindAtomA, AddAtomA, GetAtomNameA

2003-03-19 Thread Fred Kulack
ething like language, and something like thought, and art, and information... but software is not in fact any of those other things." Bruce Sterling - The Hacker Crackdown Fred A. Kulack - IBM eServer iSeries - Enterprise Application Solutions ERP, Java DB2 access, Jdbc, JTA, etc... IBM

Link gcc3.2 20020927 libgcc.a undefined ref to FindAtomA, AddAtomA, GetAtomNameA

2003-03-17 Thread Fred Kulack
and something like thought, and art, and information... but software is not in fact any of those other things." Bruce Sterling - The Hacker Crackdown Fred A. Kulack - IBM eServer iSeries - Enterprise Application Solutions ERP, Java DB2 access, Jdbc, JTA, etc... IBM in Rochester, MN (P

Re: "tee" is coredumping

2003-02-20 Thread Shing-Fat Fred Ma
Igor Pechtchanski wrote: > On Thu, 20 Feb 2003, Fred Ma wrote: > > > Hello, > > > > I've got the latest cygwin 1.3.20-1, cygutils 1.1.3-1. > > The "tee" command is core dumping on me, but > > only with a particular set of circumstances. I use

  1   2   >