Re: Today's version of pcre:

2003-06-06 Thread Larry Hall
more mirrors is the best recommendation I can make, unless you're into fiddling with setup internals. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX

Re: glui.h compilation prb

2003-06-06 Thread Larry Hall
ing the OpenGL/w32api packaging conflicts, I'd recommend working this out with the w32api maintainer. I view either of the two options you mentioned in your previous email message as viable and reasonable. Whichever works best for the two of you is a win for all AFAICS. Just my be

Re: Sparse file criteria malfunction - binutils produces sparse .exe& .dll files

2003-06-06 Thread Larry Hall
d for? gcc still supports PDP-11's. rxvt emulates what, the VT-102, from like the Paleozoic era. Old and crusty is the Unix way of life for some reason. Ahem! Don't forget the old and crusty ways in Windows/DOS! Sorry, I couldn't resist. ;-) -- Larry Hall

Re: group ownership of files

2003-06-06 Thread Larry Hall
Don't do that unless you really understand what you're doing. BTW, what do * as in 'SYSTEM:*:' and 'kiwhan:unused_by_nt/2000/xp:' mean? See <http://cygwin.com/cygwin-ug-net/ntsec.html>. You can safely ignore the password entries on N

Re: Cygwinperl & tar on Win9x (really tar)

2003-06-06 Thread Larry Hall
ed a segfault - but I'm using WinXP. I'm equally as skeptical that this is the root issue. I'm on W2K and no problems here. It could be a CPAN interaction issue too I suppose though. Dunno. -- Larry Hall http://www.rfk.com RFK Partners, Inc.

Re: Sparse file criteria malfunction - binutils produces sparse .exe& .dll files

2003-06-06 Thread Larry Hall
x27;m sufficiently trustworthy, I don't have to back up that claim with any real data. ROTFLOL! Is this tenant anything like MS's trustworthy computing? ;-) -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office

Re: Installing new pcre broke less

2003-06-05 Thread Larry Hall
\cygpcre.dll fixed that problem. This is a known, short-term issue (a day?). The solution has already been implemented. Check the discussion from today if you're interested in the details. -- Larry Hall http://www.rfk.com RFK Partners, Inc.

[Fwd: Re: NTsec permissions issue over inet]

2003-06-03 Thread Larry Hall
ut is there any chance that context switching will be "fixed" to allow net access too someday? Not without some mechanism to provide the password to Windows, no. If someone would like to take this statement as a challenge and provide an alternate solution, please do. :-)

Re: Path separator

2003-06-04 Thread Larry Hall
e said. If your main concern is paths, don't convert '/' to '\'. Windows understands both under the hood. (Cygwin does too but that's another matter). However, this is the least of your problems as Max clearly states. -- Larry Hall

Re: /usr/bin/find: . changed during execution of /usr/bin/find

2003-06-04 Thread Larry Hall
wasn't able to reproduce your problem. Perhaps the results of strace may point you in the right direction for your diagnosis. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street

Re: Path separator

2003-06-04 Thread Larry Hall
Greg Fenton wrote: --- Larry Hall <[EMAIL PROTECTED]> wrote: Max is right (surprised Max? ;-) ) But I want to point out something else about what you've said. If your main concern is paths, don't convert '/' to '\'. Windows understands both under the hood.

Re: /usr/bin/find: . changed during execution of /usr/bin/find

2003-06-04 Thread Larry Hall
ll hopefully this is some information to spur you on in your analysis. :-) -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe

[Fwd: RE: boat launch?]

2003-06-04 Thread Larry Hall
ssion... :-) -Original Message- From: Larry Hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 11:29 PM To: John Keklak Subject: Re: boat launch? John Keklak wrote: I can explain... :-) You don't have to explain to me. You have to explain to you

Re: No output to console but to Xfree

2003-06-05 Thread Larry Hall
h were run from bash outside of XFree. Also, did you try from rxvt outside of XFree? What's the value of your CYGWIN environment variable? You should visit <http://cygwin.com/problems.html> for information on the data and it's form to send along with these ki

Re: /usr/bin/find: . changed during execution of /usr/bin/find

2003-06-05 Thread Larry Hall
here is no /cygdrive/a there! Here, look: $ ls /cygdrive/ c/ m/ s/ u/ w/ x/ y/ z/ Put a floppy in the drive. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-

Re: Problem w/ c++,threads,static initializers

2003-06-07 Thread Larry Hall
early version of the official gcc 3.2 release. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cyg

Re: Echo from bash disappears

2003-06-07 Thread Larry Hall
visible. But perhaps more information on your configuration and a sequence of steps you took to reproduce the problem would be helpful for someone here to diagnose your problem. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK

Re: Echo from bash disappears

2003-06-07 Thread Larry Hall
les as suggested in "problems.html" and I think I cleared the problem. Redefining /etc/profile from export CYGWIN=" $CYGWIN ntsec tty " to export CYGWIN=" $CYGWIN ntsec" made things come back to normal. "Um abraço", Marcus --- Larry Hall <[EMA

Re: PostgreSQL 7.3.2 restart issue

2003-06-08 Thread Larry Hall
l? No, here is the proper place. Post the details and the information recommended at <http://cygwin.com/problems.html>. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (50

Re: PostgreSQL 7.3.2 restart issue

2003-06-08 Thread Larry Hall
Ken Dibble wrote: Larry Hall wrote: Ken Dibble wrote: It appears I've isolated the problem. I downloaded and installed 1.13 of the ipc-daemon. I am aware that this daemon has another issue, but if fixes my problem. Possibly when the XP Fast-Switch problem was fixed, another was intro

Re: .dll and .lib files

2003-06-09 Thread Larry Hall
Is there a reason to respond to a posting with guesses? Just curious. Larry Paul G. wrote: Just a guess... You can't build MS .lib files using Cygwin utilities. You can link older .lib files using, at the very least, -mno-cygwin switch. Again, this is just a guess. As to .dlls, again, jus

Re: .dll and .lib files

2003-06-09 Thread Larry Hall
Paul G. wrote: Is there a reason to respond to a posting with guesses? Just curious. Curiosity killed the cat... Guess it is safer to not say anything than to say what may be true... I'll buy that. Will you take a dead cat as payment? -- Larry Hall

Re: latest version of vi messes up bash for me

2003-06-10 Thread Larry Hall
(_attached_). Can't you just start the bash prompt from cygwin.bat at least to get this information? Also, it would be useful to know if vim works for you if you login to Windows and use cygwin.bat instead. -- Larry Hall http://www.rfk.com RFK Partners, Inc.

Re: non network install

2003-06-10 Thread Larry Hall
I expect you have it right now. You just missed the rather arcane fact that things don't work unless you put it all in a subdirectory of the CD. C'est la vie. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838

Re: rsh and rsync

2003-06-10 Thread Larry Hall
t; o.c(177) > - > > The rshd is running on NetBSD, .rhosts is setup and I tried "rsh" standalone > and run fine. Looked like the rsh usage is > > 'RSH host [-l username] [-n] command' > Your path is wrong. You&#

Re: non network install

2003-06-10 Thread Larry Hall
that others who may see this thread in the email archives would get accurate information. Personally, I'd be real happy to see your instructions on making a CD become part of the Cygwin site. Would you consider supplying some wording or even a patch to the User's Guide? --

Re: latest version of vi messes up bash for me

2003-06-11 Thread Larry Hall
that there were options to log in by default as a particular user. I know NT/W2K has this. Check out tweakui or X-Setup. I believe they both have the ability to set a particular automatic login. BTW, if you respond to this message, note that the reply-to has been set to this list. You don

Re: named pipes?

2003-06-13 Thread Larry Hall
Chuck wrote: Are there any plans to add names pipes to cygwin? There is no active implementation underway AFAIK. You can check the email archives for an overview of the history of the discussion on this issue. As always, we like patches. ;-) -- Larry Hall http

Re: 1.3.22 login problem

2003-06-13 Thread Larry Hall
to be logged into. You'll need to add the specified permissions to the account you will issue 'login' from. I'm guessing from the information you provided above that this account is not 'root'. -- Larry Hall http://www.rfk.com RFK Partners,

Re: Bash 2.05 not reading my ~/.bashrc

2003-06-13 Thread Larry Hall
help, visit <http://cygwin.com/problems.html> for information on how to report problems, particularly the part about attaching cygcheck output. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Str

Re: resolving file access permissions...

2003-06-13 Thread Larry Hall
27;s been determined that 'ntea' only works for FAT partitions from NT/W2K/XP. It doesn't work on FAT32. This is a bug. Sorry, -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington St

Re: named pipes?

2003-06-13 Thread Larry Hall
Christopher Faylor wrote: On Fri, Jun 13, 2003 at 10:57:14AM -0400, Larry Hall wrote: Chuck wrote: Are there any plans to add names pipes to cygwin? There is no active implementation underway AFAIK. You can check the email archives for an overview of the history of the discussion on this issue

Re: mkpasswd usage in passwd-grp.sh

2003-06-13 Thread Larry Hall
dn't or couldn't be modified to specify the '-p /home' option? It could be modified to do this. However, I think one could make an argument that this change would result in "unexpected" home directories for others who want their home directory

Re: Native Microsoft Telnet Client Blows Past the Password Prompt

2003-06-14 Thread Larry Hall
ing your cygwin terminal definition over to AIX or switching your terminal type once you log into the AIX machine? -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX

Re: [gnugo-devel] cgoban + cygwin + w98se

2003-06-15 Thread Larry Hall
n a recent snapshot (<http://cygwin.com/snapshots/>)? -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http

Re: STLPort Libraries

2003-06-15 Thread Larry Hall
MAIL PROTECTED]'? <http://cygwin.com/faq/faq_4.html#SEC95> If this isn't your issue for some reason, please email the cygwin list (only) with details of your problem and attached output from cygcheck (see <http://cygwin.com/problems.html> for informat

Re: Memleak Apparently Attributable to Cygwin Setup

2003-06-16 Thread Larry Hall
e things it's supposed to address is the slowness. You might want to try it out and report back your findings. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street

Re: [gnugo-devel] cgoban + cygwin + w98se

2003-06-16 Thread Larry Hall
Teun Burgers wrote: Larry Hall wrote: Does it work on a recent snapshot (<http://cygwin.com/snapshots/>)? No, it doesn't with the 20030608 snapshot. fork() is called in a function called stealth(). If from gdb I step over this function, the Socket operation on non-socket error

Re: About the 'su' command

2003-06-17 Thread Larry Hall
ormative messages I found on the first page of hits from google: Does this not answer your question and provide suitable options for you? -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street

Re: About the 'su' command

2003-06-17 Thread Larry Hall
that opens a security hole just so you can su. Of course, you can do so if you prefer. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01

Re: About the 'su' command

2003-06-17 Thread Larry Hall
su. Of course, you can do so if you prefer. By default, yes. It is the only user that's guaranteed to have the appropriate privileges. There's been discussions about this on this list previously if you'd like to know more. -- Larry Hall h

Re: SSH users cannot see SMB mounted network drives

2003-06-17 Thread Larry Hall
been beaten to death here as well. Just to be clear, cygwin.com is the site this list supports. If you have any questions relative to information from the erdelynet.com site, you need to direct them there. -- Larry Hall http://www.rfk.com RFK Partners

Re: Site search facility at cygwin.com

2003-06-17 Thread Larry Hall
mail list page. For example: <http://cygwin.com/ml/cygwin/> Though I have no objection to your proposal, it is somewhat redundant for the site in general. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838

Re: help with make

2003-06-18 Thread Larry Hall
alex hardy wrote: Cygwin cannot find make command That's because you didn't install it. Rerun setup and choose the make package. Anticipating your next problem, you may want to consider installing the gcc and gdb packages too. -- Larry Hall http://www.r

Re: [ANNOUNCEMENT] Testversion uploaded: bash-2.05b-10

2003-06-18 Thread Larry Hall
the record, I have no disagreement with Corinna's current course of action. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- U

Re: About the 'su' command

2003-06-18 Thread Larry Hall
Ross Presser wrote: Larry Hall <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: Do you know "someone" on an XP station that has more powers than the Administrator or an Administrators member ? Certainly. SYSTEM. But I'd highly recommend using ssh instead of su. Th

Re: stderr outputs veerrrryyy slowly

2003-06-18 Thread Larry Hall
om/problems.html> will shed some light. Perhaps not. You could try it with strace and post the results too. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FA

Re: syncronizing distribs

2003-06-18 Thread Larry Hall
reported issues before beginning to use it. Download sites listed by setup indicate which support the rsync protocol. Join the excitement! ;-) -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street

Re: problem with g77

2003-06-18 Thread Larry Hall
n the executable. (IIRC there is some problems regarding chmod on FAT fs'es.) Actually, chmod works fine on FAT (not FAT32) with 'ntea' set on NT/W2K/XP. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9

Re: Problem with setup.exe (last version)

2003-06-19 Thread Larry Hall
more details and other discussions on making Cygwin CDs. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info:

Re: searching for target

2003-06-19 Thread Larry Hall
'home/administrator/min' and try again. You should have better luck. If not, refer to the docs I mentioned. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9

Re: cygipc semaphores not persistent?

2003-06-19 Thread Larry Hall
No that's right. The goal was to move the functionality of cygipc into the Cygwin DLL itself and expand on it. However, this work is incomplete. But cygipc and the work to add IPC functionality to the Cygwin DLL are mutually exclusive pieces of functionality. So there's nothing that's happened t

Re: Question about Cygwin License

2003-06-19 Thread Larry Hall
simple to me. If your usage would violate the GPL, you need an alternative. If you don't like the alternative, you can attempt to negotiate with Red Hat. Otherwise, if you feel there are alternatives that are better for you, go with them. I guess I don't see the pr

Re: Question about Cygwin License

2003-06-19 Thread Larry Hall
t;). Since these license discussions can get tiresome quickly even when they stay on-topic, it's best to keep as focused as possible. The list appreciates your efforts in this regard. -- Larry Hall http://www.rfk.com RFK Partners, Inc.

Re: stderr outputs veerrrryyy slowly

2003-06-19 Thread Larry Hall
Brian Dessent wrote: Larry Hall wrote: Nope. :-) Works for me fine either way. Perhaps providing information requested by <http://cygwin.com/problems.html> will shed some light. Perhaps not. You could try it with strace and post the results too. Ok, attached should be the cygchec

Re: E Z ? - Tried installing KDE and lost original windowing system

2003-06-19 Thread Larry Hall
"Reply-To". Please follow-up there. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cyg

Re: install-info.exe: The procedure entry point mbrtowc could notbe located in the dynamic link library cygwin1.dll.

2003-06-21 Thread Larry Hall
from setup about this though. Did you reboot? -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwi

Re: Problems with Nano

2003-06-22 Thread Larry Hall
x27;t see anything having to do with tty or nano. But, maybe it is there since Ctrl+X works to exit. He means the CYGWIN environment variable. See: <http://cygwin.com/cygwin-ug-net/using-cygwinenv.html> -- Larry Hall http://www.rfk.com RFK Pa

Re: Questions about Cygwin's "jar" command

2003-06-22 Thread Larry Hall
ght, unless you don't want gcc, which is the package it comes with. I tried removing "/usr/bin/jar", but "rm" says "No such file or directory". See above. If it matters, I'm on Cygwin 1.3.14 at home, and a newer release at work. I see this problem in b

Re: unexpected behavior: setup v2.340.2.5

2003-06-22 Thread Larry Hall
quot;Curr" list and then rerun setup and update to the "Exp" list. This will get you what you want, if I'm interpreting your goals properly. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washin

Re: Distribute gcc minus gcj? (was Re: Questions about Cygwin's "jar"command)

2003-06-23 Thread Larry Hall
Shankar Unni wrote: Larry Hall wrote: I know I shouldn't answer a question with a question but you intend this to be rhetorical, right? Never mind. I'll bite. If you or someone else is interested in providing a gcj package, I expect Chris would work with that person to avoid a

Re: download the older version of openssh

2003-06-23 Thread Larry Hall
ed through ssh session. I expect the answer to this is 'no where', unless there is a very dated mirror out there. Perhaps you'd be interested in tracking this problem a little more closely in an effort to localize the problem and find a solution? -- Larry Hall

FAQ Alert - Re: Creating users and groups

2003-06-23 Thread Larry Hall
#x27; and/or `mkgroup'. I think we've heard this question enough to add it to the FAQ. David, can you do so on your next FAQ sweep? -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street

Re: download the older version of openssh

2003-06-24 Thread Larry Hall
Doug VanLeuven wrote: Larry Hall wrote: Arnold Wang wrote: Can someone tell me whether I can still download the older version, 3.5p1-3, of openssh? It fixed the display problem I'm experiencing. With the latest version, 3.6.1p1-2, I downloaded, certains NT console applications, lik

Re: download the older version of openssh

2003-06-24 Thread Larry Hall
Doug VanLeuven wrote: Larry Hall wrote: Doug VanLeuven wrote: Larry Hall wrote: Arnold Wang wrote: Can someone tell me whether I can still download the older version, 3.5p1-3, of openssh? It fixed the display problem I'm experiencing. With the latest version, 3.6.1p1-2, I downl

Re: download the older version of openssh

2003-06-24 Thread Larry Hall
--Original Message----- From: Larry Hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 8:25 AM To: Doug VanLeuven Cc: Arnold Wang; cygwin-list Subject: Re: download the older version of openssh Doug VanLeuven wrote: Larry Hall wrote: Arnold Wang wrote: Can someone tell me whether I

Re: cygwin presentation ???

2003-06-25 Thread Larry Hall
R. Scott Baer wrote: No ones done a presintation to their local LUG(or anyone else) on cygwin ?? Sorry no. We're all just users here, not evangelists. ;-) -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Offic

Re: cygwin.com

2003-06-25 Thread Larry Hall
DEEPA SIVASANKARANE wrote: Hi, I'm unable to access www.cygwin.com. Could someone please let me know when the site'll be up ? It's up... now! -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office

Re: cygwin presentation ???

2003-06-26 Thread Larry Hall
ared to have your sanity questioned first followed by a week of hazing and then a month of silence. By then you should have solved the issue and provided a patch. Finally, I leave you with this directive: Cygwin - use it and SHUT UP. Thank you! LOL! Maybe we should put this on the Web site

Re: install

2003-06-28 Thread Larry Hall
quot;. To help answer the question, visit <http://cygwin.com/faq/faq_2.html#SEC13> and <http://cygwin.com/packages/> If you still can't figure out what to install/reinstall for some reason, then visit <http://cygwin.com/problems.html> Good luck, -- Larry Hall

Re: Procedure entry not found in cygwin1.dll

2003-06-28 Thread Larry Hall
ove this copy right now. If you don't, it will bite you in the future and we probably all get to share a smiggin of your pain when it happens. Let's all *not* feel your pain! ;-) -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 8

Re: free pascal cross compiler from windows to linux working.

2003-06-29 Thread Larry Hall
;s going to damage your NTFS partition. The read-write version of the NTFS driver is another story however. Still, this all seems pretty off-topic for this list as well. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office

Re: request: add hive unload functionality

2003-06-29 Thread Larry Hall
in.com/contrib.html>. Thanks, -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#uns

Re: ~^Z hangs ssh

2003-06-30 Thread Larry Hall
or different ones and see how that works for you. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin

Re: Script .bat launched before login to Windows

2003-06-30 Thread Larry Hall
an mount' or 'mount --help'). The CYGWIN environment variable is possibly needed to get things going, assuming you have it set in your environment. Any others that are needed will depend on what you're doing. This should be enough to get you going in the right direction.

Re: dcgettext

2003-06-30 Thread Larry Hall
lly downloading the source. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscr

Re: how do I link cygintl-1.dll

2003-06-30 Thread Larry Hall
I guess I haven't been following these threads close enough. Or am I just missing the humor in these posts? -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FA

Re: Fwd: Re: CygWin adding CRs, hurting CVS client/server communications?

2003-06-30 Thread Larry Hall
d. Perhaps someone seeing this problem could spend a little more time with it and see if a solution can be found that makes any documentation of it unnecessary. That would be a real big help. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (

Re: rpm

2003-07-01 Thread Larry Hall
Martin Gainty wrote: Hello All: Does cygwin support rpm's..perhaps a rpm binary? See: <http://cygwin.com/cgi-bin2/package-grep.cgi?grep=rpm.exe> -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838

Re: Lib nl_types.h

2003-07-02 Thread Larry Hall
ypes.h is not in any existing package. You'll need to supply a patch that provides this file for Cygwin if you want it. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street

Re: Why do symlinks need to be system files

2003-07-02 Thread Larry Hall
t methods are used? -Mark One is method is "old" and one is "new". Setup uses the "old" method. See: <http://cygwin.com/cygwin-ug-net/using-cygwinenv.html> and look for '(no)winsymlinks'. You too can use the "old" method if you like. ;-

Re: CYGWIN_ROOT Question

2003-07-02 Thread Larry Hall
7;s a good one. Perhaps my memory is failing me but in all the years I've been using Cygwin, I don't ever recall CYGWIN_ROOT being officially used. Perhaps you should back up and start over with: <http://cygwin.com/problems.html> and <http://cygwin.com

Re: CYGWIN_ROOT Question

2003-07-02 Thread Larry Hall
not make a difference. Possible bug in cygwin setup.exe? "Larry Hall" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Gerald Pekmezi wrote: Thanks in advance for helping. I originally had Linux RH9 installed on the second partition of my primary (and at the time onl

Re: Lib nl_types.h

2003-07-03 Thread Larry Hall
"supply a patch" = add the needed functionality to Cygwin and, ideally, supply the Cygwin community with the results of your efforts. See Larry Andrey Sidun wrote: Thanks. But i do not understand what you meen about supply a patch. Hi. I build the application

Re: release 1.3.22-1 uninstall \etc\hosts

2003-07-03 Thread Larry Hall
well. I'm assuming this because you didn't say that you had trouble removing any other files (like cygwin1.dll). But this is something to check if your description above isn't quite complete. -- Larry Hall http://www.rfk.com RFK Partners, Inc.

Re: new Info on File Permission Problems on Windows XP, cygwin 1.3.22

2003-07-03 Thread Larry Hall
markpcvs 542 Jun 30 17:27 bar.c,v -r--r--r--1 markpcvs 406 Jun 30 17:16 bar.h,v -r--r--r--1 cvsuser cvs 423 Jul 3 02:53 readme.txt,v I have attached the results of cygcheck to this email and I have the CYGWIN environment variable set to '

Re: new Info on File Permission Problems on Windows XP, cygwin 1.3.22

2003-07-04 Thread Larry Hall
#x27;cvs' group also in the 'Administrators' group? If so, are your permissions problems only evident between the 'have' and 'have-not' users? Larry Mark Priest wrote: Larry, I am referring to the ntsec setting for the CYGWIN environment variable. It is descri

Re: users and startup scripts (FAQ alert)

2003-07-08 Thread Larry Hall
ariable. In that case, the output is garbled due to Cygwin's use of pipes for I/O handles. Otherwise, if you prefer it, use it. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street

Re: Performance problem

2003-07-08 Thread Larry Hall
ns your applications' licenses would need to conform to the open source model if you plan to distribute it. Otherwise, you need to get a "buy out" license from Red Hat. See <http://cygwin.com/licensing.html> for more details. -- Larry Hall

Re: Performance problem

2003-07-08 Thread Larry Hall
tually a specific issue here, please feel free to report it as such. See <http://cygwin.com/problems.html> if that's the case. Larry Vladimir Baltchev wrote: Thanks Larry, I know about the license. About the speed - it's several times slower... May be it worth the effort to m

Security/impersonnation changes in W2K SP4 heads-up

2003-07-08 Thread Larry Hall
ttp://www.winnetmag.com/articles/index.cfm?articleid=39534> -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info:

Re: Performance problem

2003-07-09 Thread Larry Hall
to use it. It uses hardware acceleration if available. André Bleau, Cygwin's OpenGL package maintainer. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Issue with net.exe and no output when ssh'ing into NT system

2003-07-10 Thread Larry Hall
letype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=cygwin.com&safe=images> This is one discussion on this subject. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street

Re: ssh with keys to Cygwin/Openssh on Windows XP

2003-07-14 Thread Larry Hall
site's owner(s) and not cygwin.com." I'm not picking on tech.erdelynet.com here. I'm sure it's a fine site. We just don't want to give people on this list the impression that any site on the Web with information about Cygwin is a valid source of informat

Re: Windows home path

2003-07-16 Thread Larry Hall
Bill Pfeiffer wrote: Anyone know why the latest cygwin uses a path with spaces in it (C:\Documents and Settings\username) for its home when it doesn't support spaces in paths? Where exactly do you see this path being used? -- Larry Hall http://www.rfk.co

Re: cygwin 1.5.0

2003-07-16 Thread Larry Hall
Robert McNulty Junior wrote: Are there any plans at letting mirrors.rcn.net continure hosting cygwin? What leads you to the conclusion that the problem is on this end? -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK

Re: user accounts and moving cygwin

2003-07-16 Thread Larry Hall
nstall. If you don't want to do that, you can do as you suggest. You'll need to 'umount' and re-'mount' specifying the D drive instead of C for all your existing mount points though. -- Larry Hall http://www.rfk.com RFK Partners, Inc.

Re: cygwin 1.5.0

2003-07-16 Thread Larry Hall
program to download some stuff not related to cygwin (MIDI files, binutils, gcc) The rest of mirrors is OK, just an empty cygwin mirror is all. I thought, with Windows Server 2003, you guys were restricting access to only there. Some real developers to the project. I gotta go. One of my dogs want

Re: cygwin 1.5.0 managed mode & backward compatibility

2003-07-17 Thread Larry Hall
backward' in your statement, unless it was just a qualifier for 'windows'. There's no reason that Windows applications can't work with the managed named files of course. At least, no reason AFAICS. -- Larry Hall http://www.rfk.com RFK Partners, I

Re: Unable to use iisreset through ssh

2003-07-17 Thread Larry Hall
e not using password authentication, try that. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin

  1   2   3   4   5   6   7   8   9   10   >