getclip, putclip: windows clipboard

2001-01-19 Thread Charles Wilson
programs are available as part of the "misc" package at CygUtils: http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/misc/ This package contains a grab-bag of goodies I've collected or written over the years, and have found useful on occaision. These include: ascii.exe: simple utility fo

uuencode, uudecode

2001-01-19 Thread Charles Wilson
programs are available as part of the "misc" package at CygUtils: http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/misc/ This package contains a grab-bag of goodies I've collected or written over the years, and have found useful on occaision. These include: ascii.exe: simple utility fo

dos2unix, unix2dos

2001-01-19 Thread Charles Wilson
programs are available as part of the "misc" package at CygUtils: http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/misc/ This package contains a grab-bag of goodies I've collected or written over the years, and have found useful on occaision. These include: ascii.exe: simple utility fo

Message not deliverable

2001-01-19 Thread Administrator at NLRIJS
Not deliverable to: Rein Klazes I've updated the version of inetutils in cygwin/latest to 1.3.2-10. Version 1.3.2-10 solves the following problems: - Fix the talk problem using a wrong path to terminfo. - Fix the rshd problem that stderr output isn't sent back to the rsh client. ===

[ANNOUNCEMENT] Updated: inetutils-1.3.2-10

2001-01-19 Thread Corinna Vinschen
I've updated the version of inetutils in cygwin/latest to 1.3.2-10. Version 1.3.2-10 solves the following problems: - Fix the talk problem using a wrong path to terminfo. - Fix the rshd problem that stderr output isn't sent back to the rsh client.

Re: ^M diff related problem

2001-01-19 Thread Christopher Faylor
On Fri, Jan 19, 2001 at 07:24:07PM -0500, Earnie Boyd wrote: >[EMAIL PROTECTED] wrote: >> >> I guess I don't really understand the purpose of the CYGWIN=binary >> setting. >> > >It's benefit comes from executing Cygwin programs in a non-Cygwin >shell. It opens the pipes and redirects in binary

tar won't restore permissions

2001-01-19 Thread Ivan Dobrianov
I just upgraded to the latest version of Cygwin. This fixed a problem that I had with an earler version. Now I seem to have a worse situation: tar will not restore the original permissions from an archive. If I have a file in an archive -r--r--r-- 1047/everyone 37324 2001-01-19 19:15:21 perspect

Re: ^M diff related problem

2001-01-19 Thread Earnie Boyd
[EMAIL PROTECTED] wrote: > > I guess I don't really understand the purpose of the CYGWIN=binary > setting. > It's benefit comes from executing Cygwin programs in a non-Cygwin shell. It opens the pipes and redirects in binary mode. Cheers, Earnie.

Re: ^M diff related problem

2001-01-19 Thread Earnie Boyd
Mumit Khan wrote: > > On Fri, 19 Jan 2001 [EMAIL PROTECTED] wrote: > > > Just curious - why might the setting of TEMP make a difference? Thanks, > > anyway, though. > > It makes a difference for some tools such as patch which creates a > temporary file. The default TEMP points to /cygdrive/c/WI

RE: ^M diff related problem

2001-01-19 Thread Chuck . Irvine
Well, I'm more than a little embarrased, but I think the problem is solved. I was, er..., stammer.., using a version of diff other than the one shipped with cygwin. At Earnie's suggestion, I ran the cygcheck command, looked at my path, something clicked, and I recalled the alternate diff progr

RE: ^M diff related problem

2001-01-19 Thread Mumit Khan
On Fri, 19 Jan 2001 [EMAIL PROTECTED] wrote: > Just curious - why might the setting of TEMP make a difference? Thanks, > anyway, though. It makes a difference for some tools such as patch which creates a temporary file. The default TEMP points to /cygdrive/c/WINNT/Temp on say a NT or Win2k box

Re: ^M diff related problem

2001-01-19 Thread Earnie Boyd
[EMAIL PROTECTED] wrote: > > No difference, I'm afraid: > > > export TEMP=/tmp > > rm test test2 > > echo hello >> test > > echo hello >> test2 > > echo hello >> test2 > > diff -C 2 test test2 | cat -v - > *** testFri Jan 19 17:22:34 2001^M > --- test2 Fri Jan 19 17:22:48 2001^M >

RE: ^M diff related problem

2001-01-19 Thread Chuck . Irvine
No difference, I'm afraid: > export TEMP=/tmp > rm test test2 > echo hello >> test > echo hello >> test2 > echo hello >> test2 > diff -C 2 test test2 | cat -v - *** testFri Jan 19 17:22:34 2001^M --- test2 Fri Jan 19 17:22:48 2001^M ***^M *** 1 ^M --- 1,2 ^M he

Re: ^M diff related problem

2001-01-19 Thread Earnie Boyd
What is your TEMP variable set to? What happens if you `export TEMP=/tmp'? Cheers, Earnie. [EMAIL PROTECTED] wrote: > > When invoking diff in a bash shell, output gets generated with ^M > terminated lines. This seems to cause certain diff dependent emacs > commands, e.g. vc-resolve-conflicts,

^M diff related problem

2001-01-19 Thread Chuck . Irvine
When invoking diff in a bash shell, output gets generated with ^M terminated lines. This seems to cause certain diff dependent emacs commands, e.g. vc-resolve-conflicts, to misbehave. To illustrate: *** > echo hello >> test > echo hello >> test2 > ech

[ANN]: automake-1.4

2001-01-19 Thread Corinna Vinschen
Hi, I want to announce automake-1.4 which is in latest since yesterday. So it should be mirrored by all mirrors already. I just added the hint for setup, that it's a test version. This information still isn't mirrored, though. automake-1.4 is marked as test version because it depends on perl wh

Bug in spawning bat files with expect 5.26-cygwin-990830, CYGWIN 1.1.7 (NT 4.0)

2001-01-19 Thread Prasad Chodavarapu
bat files seem to be executed in the foreground (like exec) when spawned. e.g. create c:/temp/a.bat with just the following one line in it. sleep 600 now, run expect and spawn this bat file. $ expect expect1.1> spawn c:/temp/a.bat spawn c:/temp/a.bat the "spawn a.bat" command hangs until the

Re: [PORTS] [PATCH]: Building PostgreSQL 7.0.2 on Cygwin 1.1.4 (Take2)

2001-01-19 Thread Bruce Momjian
If you can, please check our current snapshot to see how it works on your platform. Thanks. > Please ignore my previous post... > > On Tue, Sep 26, 2000 at 07:08:53PM +0200, Joost Kraaijeveld wrote: > > I read you patch etc. but I do not agree with the linking of msvcrt.lib. > > I think that i

Re: [avail for test] zip-2.3-1

2001-01-19 Thread Jason Tishler
Chuck, On Sun, Jan 14, 2001 at 08:50:16PM -0500, Charles S. Wilson wrote: > Comments eagerly solicited, Your latest zip and unzip packages correctly handle the following operations that caused difficulties for the previous packages: 1. understanding symlinks $ zip -y foo.zip * 2. treating

adding to distro: rsync ?

2001-01-19 Thread Jari Aalto+list.cygwin
What is the procedure to get something included in Cygwin distribution? I visited http://rsync.samba.org/rsync/ and it compiled out of the box. It would be good if it could ship with cygwin as well. Jari -- http://tiny-tools.sourceforge.net/ Swatch @time http://www.ryant

Re: Is this an Inetd bug

2001-01-19 Thread Larry Hall (RFK Partners Inc)
At 03:42 PM 1/19/01, Christopher Faylor wrote: >On Fri, Jan 19, 2001 at 03:26:22PM -0500, Larry Hall (RFK Partners Inc) wrote: >>At 03:15 PM 1/19/01, Louis Bohm wrote: >>> I know I can ignore it. That it is not doing any harm. What I am asking >>>is, should it not report correct data to the even

RE: Where could I find f2c?

2001-01-19 Thread Mumit Khan
On Fri, 19 Jan 2001, Robinow, David wrote: > > in order to translate some fortran files into C. > Don't do this. Use g77. Actually, there are certainly very valid reason for using f2c, and is essential in at least one particular one -- automatic single to double precision promotion via -r8 flag

Re: Is this an Inetd bug

2001-01-19 Thread Christopher Faylor
On Fri, Jan 19, 2001 at 03:26:22PM -0500, Larry Hall (RFK Partners Inc) wrote: >At 03:15 PM 1/19/01, Louis Bohm wrote: >> I know I can ignore it. That it is not doing any harm. What I am asking >>is, should it not report correct data to the event viewer. Is this >>something that will be taken c

Re: Is this an Inetd bug

2001-01-19 Thread Larry Hall (RFK Partners Inc)
At 03:15 PM 1/19/01, Louis Bohm wrote: > I know I can ignore it. That it is not doing any harm. What I am asking >is, should it not report correct data to the event viewer. Is this >something that will be taken care of in the future??? Patches gratefully accepted (tm)!;-) >Louis > >Corinna

Re: Is this an Inetd bug

2001-01-19 Thread Louis Bohm
I know I can ignore it. That it is not doing any harm. What I am asking is, should it not report correct data to the event viewer. Is this something that will be taken care of in the future??? Louis Corinna Vinschen wrote: > On Fri, Jan 19, 2001 at 02:03:11PM -0500, Louis Bohm wrote: > > I

Re: Problems with talk utility from inetutils - solved

2001-01-19 Thread Jari Aalto+list.cygwin
* Thu 2001-01-18 Kevin Wright <[EMAIL PROTECTED]> list.cygwin * Message-Id: <005f01c081aa$d62ab380$[EMAIL PROTECTED]> | Thanks! That fixed it! I should have remembered to try to set | the TERMINFO variable. | | For those who may be trying this, and don't already know how to | use the talk utility

Re: Is this an Inetd bug

2001-01-19 Thread Corinna Vinschen
On Fri, Jan 19, 2001 at 02:03:11PM -0500, Louis Bohm wrote: > I am getting this in my event viewer on nt every time I ftp in. > Is this a bug? Should/could it report better to the event viewer > what is going on? > > Louis > > The description for Event ID ( 0 ) in Source ( ftpd ) could not > be

Re: read() returns errno == 1 ("Resource temporarily unavailable")

2001-01-19 Thread Christopher Faylor
On Fri, Jan 19, 2001 at 07:52:18PM +0100, Jesper Eskilson wrote: >Christopher Faylor <[EMAIL PROTECTED]> writes: > >> errno == 1 is not EAGAIN. I assume that you mean errno == 11. > >Of course. My fingers slipped. > >> Looking at the code for _read, the only time this should be returned is if >>

Re: SecureDelivery PassPhrase Change Confirmation

2001-01-19 Thread Christopher Faylor
I've blocked further clueless attempts to send email here from this address. cgf On Fri, Jan 19, 2001 at 12:28:30PM -0600, [EMAIL PROTECTED] wrote: >A new SecureDelivery PassPhrase is pending: > >To ACTIVATE your new PassPhrase, click the link below: > >https://x1.securedelivery.com/s/a?cmd=ABA3

Re: Problems with talk utility from inetutils

2001-01-19 Thread Christopher Faylor
On Fri, Jan 19, 2001 at 12:02:08PM -0500, Charles S. Wilson wrote: >Corinna Vinschen wrote: > >> > >Just a question: since ncurses is a "contrib" item, should inetutils use >> > >it or should inetutils just compile against termcap? >> > >> > It should compile with termcap. That may be tricky if t

Re: Another Ncurses issue [WAS: Re: Problems with talk utility from inetutils]

2001-01-19 Thread Christopher Faylor
On Fri, Jan 19, 2001 at 12:40:46PM -0500, Earnie Boyd wrote: >Christopher Faylor wrote: >> >> On Fri, Jan 19, 2001 at 08:12:05AM -0500, Earnie Boyd wrote: >> >Corinna Vinschen wrote: >> >> >> >> It doesn't compile with termcap. It depends on curses. If curses >> >> (or ncurses) isn't available on

Re: read() returns errno == 1 ("Resource temporarily unavailable")

2001-01-19 Thread Jesper Eskilson
Christopher Faylor <[EMAIL PROTECTED]> writes: > errno == 1 is not EAGAIN. I assume that you mean errno == 11. Of course. My fingers slipped. > Looking at the code for _read, the only time this should be returned is if > you are using a non-blocking read. I'm fairly certain that I'm not. /Je

RE: Where could I find f2c?

2001-01-19 Thread Robinow, David
> From: Tanguy Claquin [mailto:[EMAIL PROTECTED]] > I am brand new to cygwin and installed it (v. 1.1.7) today on > my (WinNT) > in order to translate some fortran files into C. Don't do this. Use g77. > But (surprise, indeed), there is no f2c in the distribution > and, as far > as I understan

Is this an Inetd bug

2001-01-19 Thread Louis Bohm
I am getting this in my event viewer on nt every time I ftp in. Is this a bug? Should/could it report better to the event viewer what is going on? Louis The description for Event ID ( 0 ) in Source ( ftpd ) could not be found. It contains the following insertion string(s): ftpd : Win32 Process

Re: Where could I find f2c?

2001-01-19 Thread Mumit Khan
On Fri, 19 Jan 2001, Tanguy Claquin wrote: > I am brand new to cygwin and installed it (v. 1.1.7) today on my (WinNT) > in order to translate some fortran files into C. > But (surprise, indeed), there is no f2c in the distribution and, as far > as I understand, I have to download it from a netli

SecureDelivery PassPhrase Change Confirmation

2001-01-19 Thread notification
A new SecureDelivery PassPhrase is pending: To ACTIVATE your new PassPhrase, click the link below: https://x1.securedelivery.com/s/a?cmd=ABA3H8nyMFbNCVB9YPMfMXjA&d=SA To DECLINE your new PassPhrase, click the link below: https://x1.securedelivery.com/s/d?cmd=ABA3H8nyMFbNCVB9YPMfMXjA&d=SA If y

Re: A problem with "less"

2001-01-19 Thread Larry Hall (RFK Partners, Inc)
At 12:02 PM 1/19/2001, Ivan Dobrianov wrote: >I have been using cygwin B20 on WinNT/2000 for quite some time now and >quite happily. > >I have a small problem with less on "most" machines: the 'G' command (go >to end of file) doesn't work right. It clears the screen and prints the >first line at t

Re: Another Ncurses issue [WAS: Re: Problems with talk utility from inetutils]

2001-01-19 Thread Earnie Boyd
"Charles S. Wilson" wrote: > > Are you talking about an /etc/postinstall script as part of ncurses? > (e.g. Are you talking to me?) If so, I don't think it's necessary: when > upgrading a package, setup *unintalls* all files related to the old > version, and then installs the new version. That

Re: Passwords

2001-01-19 Thread Corinna Vinschen
On Fri, Jan 19, 2001 at 11:41:08AM -0500, Earnie Boyd wrote: > > On NT/W2K the passwords are stored in the NT user database. > > You can use login.exe only from an account which has the > > appropriate user rights as described in > > > > /usr/doc/Cygwin/inetutils-1.3.2.README > > > > Pe

Where could I find f2c?

2001-01-19 Thread Tanguy Claquin
Hi everybody, I am brand new to cygwin and installed it (v. 1.1.7) today on my (WinNT) in order to translate some fortran files into C. But (surprise, indeed), there is no f2c in the distribution and, as far as I understand, I have to download it from a netlib site. A tried to dowload a scri

Re: Another Ncurses issue [WAS: Re: Problems with talk utility from inetutils]

2001-01-19 Thread Earnie Boyd
Christopher Faylor wrote: > > On Fri, Jan 19, 2001 at 08:12:05AM -0500, Earnie Boyd wrote: > >Corinna Vinschen wrote: > >> > >> It doesn't compile with termcap. It depends on curses. If curses > >> (or ncurses) isn't available on a system, talk and talkd are not > >> build. IMHO, the ncurses pack

Re: cygwin 1.1.6 bug on Windows 2000

2001-01-19 Thread Bob McGowan
The bit map image shows a path of "c:\odsdev\bin\i386\tcsh" This does not look like a cygwin path. If this is a 16 bit version of tcsh, that could explain the problem and you will need to change to a cygwin version of tcsh to fix it. You should check the cygwin web site for links. "Burns, Ke

Re: Another Ncurses issue [WAS: Re: Problems with talk utility from inetutils]

2001-01-19 Thread Charles S. Wilson
Earnie Boyd wrote: > > Corinna Vinschen wrote: > > > > It doesn't compile with termcap. It depends on curses. If curses > > (or ncurses) isn't available on a system, talk and talkd are not > > build. IMHO, the ncurses package should be moved from contrib to > > latest anyway. > > > > I agree. A

Re: read() returns errno == 1 ("Resource temporarily unavailable")

2001-01-19 Thread Christopher Faylor
On Fri, Jan 19, 2001 at 05:25:02PM +0100, Jesper Eskilson wrote: > >Hi! > >I'm having trouble reading from a file using read(). The symptoms are that >read() fails setting errno to 11 (EAGAIN). This should AFAIK only be >possible on O_NONBLOCK filedescriptors, whereas the file in question is not >

Re: cygwin 1.1.6 bug on Windows 2000

2001-01-19 Thread Corinna Vinschen
On Fri, Jan 19, 2001 at 02:49:59PM -, Burns, Ken wrote: > Hello, > > When I try and run 'awk' from a TC-Shell in cygwin 1.1.6 on Windows 2000, I > get a "16 bit MS-DOS Subsystem" error (see attached Windows bitmap). Either your tcsh or your awk aren't native Cygwin. Install gawk via the Cygw

A problem with "less"

2001-01-19 Thread Ivan Dobrianov
I have been using cygwin B20 on WinNT/2000 for quite some time now and quite happily. I have a small problem with less on "most" machines: the 'G' command (go to end of file) doesn't work right. It clears the screen and prints the first line at the bottom. 'g' (go to the top) works just fine as d

Re: Problems with talk utility from inetutils

2001-01-19 Thread Charles S. Wilson
Corinna Vinschen wrote: > > >Just a question: since ncurses is a "contrib" item, should inetutils use > > >it or should inetutils just compile against termcap? > > > > It should compile with termcap. That may be tricky if terminfo is > > installed, though. > > It doesn't compile with termcap. I

Re: OpenGL behaving strangely

2001-01-19 Thread Andre Bleau
I have compiled and linked your code on my machine, and I can't reproduce your problem. All points are perfectly diagonal to each other, as should be. André Bleau OpenGL package maintainer >I am having an odd problem with openGL (1.1.0-3) and cygwin. When I draw >points >using glBegin(GL_POIN

Re: Passwords

2001-01-19 Thread Earnie Boyd
Corinna Vinschen wrote: > > On Fri, Jan 19, 2001 at 09:43:58AM -0500, Louis Bohm wrote: > > Maybe I am not getting it but where is the password stored in > > /etc/passwd. Or is it not stored there? > > > > I am trying to figure out what password login.exe wants when I > > telnet in. If I use pa

Re: SDM: Open SSH

2001-01-19 Thread Christopher Faylor
Just a warning: If I see one more message like this, I'll block the [EMAIL PROTECTED] address from future transmissions to the cygwin mailing list. cgf On Fri, Jan 19, 2001 at 07:58:39AM -0600, [EMAIL PROTECTED] wrote: >[EMAIL PROTECTED] has requested SecureDelivery of a Yahoo! Mail message. > >

Re: Another Ncurses issue [WAS: Re: Problems with talk utility from inetutils]

2001-01-19 Thread Christopher Faylor
On Fri, Jan 19, 2001 at 08:12:05AM -0500, Earnie Boyd wrote: >Corinna Vinschen wrote: >> >> It doesn't compile with termcap. It depends on curses. If curses >> (or ncurses) isn't available on a system, talk and talkd are not >> build. IMHO, the ncurses package should be moved from contrib to >> l

Re: Cygwin Installation Problems...

2001-01-19 Thread Earnie Boyd
Hmm... Did you click on the "Install Cygwin Now" icon at http://cygwin.com or did you just download the pieces you thought you needed? If the first try the setup process again. If the second try the setup process. Cheers, Earnie. Kirk Bateman wrote: > > Hi I've installed cygwin 1.1.6 onto my

Re: Perl backtick childprocs hang after completion

2001-01-19 Thread Larry Hall (RFK Partners, Inc)
At 07:57 PM 1/18/2001, David M. Karr wrote: >I'm seeing a weird symptom with the child process belonging to a >backtick command in Cygwin Perl. > >I wrote a little Perl script that just takes a command line to run, >captures the output, and replaces "\\" with "/". The vast majority of >the time,

Re: SDM: Open SSH

2001-01-19 Thread McNulty Junior Bobby
Na. I was experimenting with a feature that Yahoo has. What is open SSH? How can I use it my work? I just D/L the source, and went back to the original. Also, I'm trying to rebuild the tools using an experimerimental version of GCC. Besides, i wanted to see if it work. So, Now I am not going to us

read() returns errno == 1 ("Resource temporarily unavailable")

2001-01-19 Thread Jesper Eskilson
Hi! I'm having trouble reading from a file using read(). The symptoms are that read() fails setting errno to 11 (EAGAIN). This should AFAIK only be possible on O_NONBLOCK filedescriptors, whereas the file in question is not opened in non-blocking mode. Any hints? I saw a fix in Cygwin.dll 1.1.7

Re: Win98SE/Cygwin/CVS/OpenSSH Hangs on Completion

2001-01-19 Thread Ehud Karni
On Thu, 18 Jan 2001 22:25:00 +0100, Corinna Vinschen <[EMAIL PROTECTED]> wrote: > > On Thu, Jan 18, 2001 at 05:07:48PM +, Craig R.P. Heath wrote: > > Did anyone sort this out? I've tried various combinations of versions, > > but it still hangs on me with: > > > > cygwin 1.1.7 > >

Re: SDM: Open SSH

2001-01-19 Thread Earnie Boyd
Let's all be sure to click on this link. Let's give Junior what he asked for. ;^T Cheers, Earnie. [EMAIL PROTECTED] wrote: > > [EMAIL PROTECTED] has requested SecureDelivery of a Yahoo! Mail message. > > If you do not view this message by Jan 26, 2001 @ 07:58 (CST), then > this message will

cygwin 1.1.6 bug on Windows 2000

2001-01-19 Thread Burns, Ken
Hello, When I try and run 'awk' from a TC-Shell in cygwin 1.1.6 on Windows 2000, I get a "16 bit MS-DOS Subsystem" error (see attached Windows bitmap). <> For example, if it try awk '{print $2}' data using the attached data file, the error will occur. <> I have repeated this on a

Re: Mount mode problem? [Fwd: Emacs and ispell]

2001-01-19 Thread Earnie Boyd
"David A. Cobb" wrote: > > This looks like the originator ran into a problem with the "default" > mount mode. There isn't much clue as to which change levels within > 1.1.x > are involved. Is this a known Cygwin problem/feature or is it within > ispell? > It's not a problem, just an OS featur

Re: Passwords

2001-01-19 Thread Corinna Vinschen
On Fri, Jan 19, 2001 at 09:43:58AM -0500, Louis Bohm wrote: > Maybe I am not getting it but where is the password stored in > /etc/passwd. Or is it not stored there? > > I am trying to figure out what password login.exe wants when I > telnet in. If I use passwd to set my passwd I noticed that t

Cygwin Installation Problems...

2001-01-19 Thread Kirk Bateman
Hi I've installed cygwin 1.1.6 onto my win98 machine and am having = compilation problems when compiling anything 'ld' returns unable to find -luser32 Thats straight after a cygwin installation... What I want to do is install cygwin then install the rtems cygwin = powerpc binaries and cross

Re: running C programs in Cygwin

2001-01-19 Thread Larry Hall (RFK Partners, Inc)
At 07:27 PM 1/18/2001, Zakir Kanbur wrote: >Dear Sir, > >I have recently installed cygwin in my pc-computer and >now I am using it. I have a >program packet that contains C source programes so I >need run it properly in >cygwin. Preveously I used the packet in Sun >workstation. > >I compiled the

Re: SDM: Open SSH

2001-01-19 Thread Corinna Vinschen
Please, use normal mail delivery. Corinna On Fri, Jan 19, 2001 at 07:58:39AM -0600, [EMAIL PROTECTED] wrote: > [EMAIL PROTECTED] has requested SecureDelivery of a Yahoo! Mail message. > > If you do not view this message by Jan 26, 2001 @ 07:58 (CST), then > this message will be deleted and the

Passwords

2001-01-19 Thread Louis Bohm
Maybe I am not getting it but where is the password stored in /etc/passwd. Or is it not stored there? I am trying to figure out what password login.exe wants when I telnet in. If I use passwd to set my passwd I noticed that the passwd file does not get updated nor does it set the passwd so I ca

Re: GCC dies in new installation

2001-01-19 Thread Dave Whiteley
Thanks... I have been round in circles so many times I had forgotten that I had tried copying them in a previous cycle. Dave -- E-Mail: Dave Whiteley <[EMAIL PROTECTED]> Date: 19-Jan-2001 Time: 14:17:10 Phone: 0113 233 2059 Missing .sig (I am trying to give

Re: NTEmacs shell with CygWin: control-C problem

2001-01-19 Thread Andrew Innes
On Thu, 11 Jan 2001 17:19:17 -0500, Daniel Barclay <[EMAIL PROTECTED]> said: >I'm having trouble with killing commands with control-C in a shell >buffer. > >In a shell buffer in NTEmacs configured per the shell-setup instructions >in the CygWin FAQ at http://sources.redhat.com/cygwin/faq/faq.htm

Mount mode problem? [Fwd: Emacs and ispell]

2001-01-19 Thread David A. Cobb
The following is copied with permission from the NTEmacs list. Original Message Subject: Emacs and ispell Date: Fri, 19 Jan 2001 10:44:48 + From: "Dr Francis J. Wright" <[EMAIL PROTECTED]> Organization: Mathematical Sciences, Queen Mary, University of London To: NTEmacs User

SDM: Open SSH

2001-01-19 Thread bmcnultyjunior
[EMAIL PROTECTED] has requested SecureDelivery of a Yahoo! Mail message. If you do not view this message by Jan 26, 2001 @ 07:58 (CST), then this message will be deleted and the sender will be notified. When you click the link below and view this message securely, [EMAIL PROTECTED] will be notif

RE: Permissions of files on a remote server

2001-01-19 Thread Shields, Daniel [EQTY]
I'm not sure that I understand your question... what is the userId of the domain? The users and groups were as extracted with mkpasswd -d mkgroup -d CYGWIN is "ntsec tty" Dan. <> -Original Message- From: Earnie Boyd [mailto:[EMAIL PROTECTED]] Sent: 19 January 2001 13:04 To: Shield

Re: Another Ncurses issue [WAS: Re: Problems with talk utility from inetutils]

2001-01-19 Thread Earnie Boyd
Corinna Vinschen wrote: > > It doesn't compile with termcap. It depends on curses. If curses > (or ncurses) isn't available on a system, talk and talkd are not > build. IMHO, the ncurses package should be moved from contrib to > latest anyway. > I agree. Also, a /etc/postinstall script to clea

Re: Permissions of files on a remote server

2001-01-19 Thread Earnie Boyd
"Shields, Daniel [EQTY]" wrote: > > The partition is mounted from another NT box. What we found is that by > adding the group 'Everyone' to the read and execute permission on the remote > server the files now appear r-xr-xr-x. > > eg: > -r-xr-xr-x 1 ds83392 Domain U5 Jan 19 10:28 hat

Re: More problems with Make.

2001-01-19 Thread Earnie Boyd
Malcolm Boekhoff wrote: > > I use the $(subst ...) construct to translate directory delimiters. > > In the following snippet, I needed to replace the "\" delimiters with "/" (which is >what "gcc" likes) in the environment variable > JAVAHOME (inherited from my CMD DOS-Prompt session). This was

Re: GCC dies in new installation

2001-01-19 Thread Earnie Boyd
Dave Whiteley wrote: > > > 475k 2000/11/20 C:\WINNT\SYSTEM\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0 > "cygbz21.0.dll" v0.0 ts=2000/11/20 23:53 >83k 2000/06/11 C:\WINNT\SYSTEM\cygitcl30.dll - os=4.0 img=1.0 sys=4.0 > "cygitcl30.dll" v0.0 ts=2000/6/11 4:34 >

Re: Problems with talk utility from inetutils

2001-01-19 Thread Corinna Vinschen
On Thu, Jan 18, 2001 at 07:24:59PM -0500, Christopher Faylor wrote: > On Thu, Jan 18, 2001 at 02:47:44PM -0500, Charles S. Wilson wrote: > >Corinna Vinschen wrote: > >> Definitely my fault. I figured out that my developer box still > >> used ncurses from the Cygwin 1.0 version. I have now complete

NON-ANNOUNCE: inetutils-1.3.2-9

2001-01-19 Thread Corinna Vinschen
Hi, since I made a bad mistake when uploading inetutils-1.3.2-9 yesterday, I have removed that version from sources.redhat.com. However, since I don't have that chance on the mirror sites, I'm going to announce with this mail NOT to download inetutils-1.3.2-9 from the mirror sites. While that v

RE: Permissions of files on a remote server

2001-01-19 Thread Shields, Daniel [EQTY]
The partition is mounted from another NT box. What we found is that by adding the group 'Everyone' to the read and execute permission on the remote server the files now appear r-xr-xr-x. eg: -r-xr-xr-x 1 ds83392 Domain U5 Jan 19 10:28 hat3 Now when I 'touch' a new file it get r-xr-x

Re: rshd not returning Win2K error messages

2001-01-19 Thread Corinna Vinschen
On Thu, Jan 18, 2001 at 10:36:49PM -0800, Hayden Ridenour wrote: > I recently upgraded one of my Cygwin installations (on Win2K) to 1.1.7 with > the latest inetutils. I configured the /etc/passwd and /etc/group files > for my accounts, installed an inetd.conf file, and installed inetd as a > s

GCC dies in new installation

2001-01-19 Thread Dave Whiteley
Dear All, I am trying to configure Cygwin on an NT box. It is hidden behind a firewall, so I am having to download from a mirror, burn a CD, and install from that. I have got the "latest", the "contrib" and the "xfree" directories, and the setup.exe link and the setup.ini on my CD. I run setup

Re: Prob with inetutils telnetd not writing to /var/run/utmp

2001-01-19 Thread Corinna Vinschen
On Thu, Jan 18, 2001 at 01:49:01PM -0700, Kevin Wright wrote: > Hello, > > I recently upgraded to Cygwin 1.1.7 (from 1.1.4) and am happy that > the shellutils who utility now reports the current users logged in. > It might have been working for a long time but I personally just got > it workin

Re: More problems with Make.

2001-01-19 Thread Malcolm Boekhoff
I use the $(subst ...) construct to translate directory delimiters. In the following snippet, I needed to replace the "\" delimiters with "/" (which is what "gcc" likes) in the environment variable JAVAHOME (inherited from my CMD DOS-Prompt session). This was necessary to pick up the Java C hea