I see.Thank you very much!

2004-02-04 Thread vikie
>At 07:38 PM 2/4/2004, vikie you wrote: >>Larry Hall,您好! >> >>Is there any option to export the errors and warnings to a file. >>Thanks. > > >Hm, this is an interesting approach. You ask a question on the Cygwin >list. I point out that the question is off-topic for the list an

howto build a debug version of a Cygwin package, and debug it

2004-02-04 Thread Thomas L Roche
Charles Plager: thanks for starting this thread, since I may also need to go down this road :-( However, please continue it under this more demonstrative Subject: line. Larry Hall Wed, 04 Feb 2004 13:58:47 -0500 >>> I'd suggest building a debug version and just try running it in >>> gdb until you

Re: "FAQ as One Big HTML File" isn't

2004-02-04 Thread Joshua Daniel Franklin
On Wed, Feb 04, 2004 at 03:09:32PM -0500, Thomas L Roche wrote: > To the doc maintainer, if s/he exists: the FAQ has a link to > > FAQ as One Big HTML File > > However faq0.html == faq.html: it's just a table of contents, which is > not what I expected. By contrast, > > http://cygwin.com/faq/fa

Re: cannot run POPFile with cygrunsrv anymore

2004-02-04 Thread Larry Hall
At 08:02 PM 2/4/2004, dAniel hAhler you wrote: >Hello cygwin-list, > >on Wed, 04. Feb 2004 at 14:24:36 -0500 Larry Hall wrote: > >L> Services don't work if you install Cygwin as "Just Me". Either >L> rerun setup.exe and choose "All Users" or remount your "user" >L> mounts as "system" (see 'man moun

Re: Is there any option to export the errors and warnings to a file

2004-02-04 Thread Larry Hall
At 07:38 PM 2/4/2004, vikie you wrote: >Larry Hall,ÄúºÃ£¡ > >Is there any option to export the errors and warnings to a file. >Thanks. Hm, this is an interesting approach. You ask a question on the Cygwin list. I point out that the question is off-topic for the list and suggest that yo

Re: wincvs and cygwin (tcl DLL naming issue)

2004-02-04 Thread Larry Hall
At 07:36 PM 2/4/2004, Shankar Unni you wrote: >Daniel Atallah wrote: > >>I agree with both of you. It is definitely a path >>problem, and i also agree that the cygwin bin >>shouldn't be in the windows path and vice versa. > >Well, we also use Cygwin tools from a lot of non-cygwin programs (e.g. Vi

Re: iconv support not detected by configure when using gcc-3.3.1-3

2004-02-04 Thread Frédéric L. W. Meunier
On Wed, 4 Feb 2004, Charles Wilson wrote: > This is thanks to the new iconv support in newlib. Even tho it is > "turned off" in cygwin-1.5.7, the new cygwin package still installs its > own version of /usr/include/iconv.h -- and the "new" version is not, of > course, recognized as GNU iconv. > >

Re: Program randomly hangs after upgrading to cygwin 1.5.7

2004-02-04 Thread Volker Quetschke
Hi! #!/bin/sh strace -o /tmp/dmake-trace-$$ --flush-period=10 dmake $* Nice idea, I did something similar yesterday evening. I had to only keep the last strace output, because each file was in the order of 50MB to 500MB and I implemented a counter to get an idea for the number of started dmake pro

Re: iconv support not detected by configure when using gcc-3.3.1-3

2004-02-04 Thread Charles Wilson
Dr. Volker Zell wrote: Now I'm wondering how the iconv support in the original build could *EVER* be detected ? because these symbols do not seem to be defined in the library. By the way the same problem exists when trying to build TeXmacs (see the discussion on cygwin-apps). The discussion the

RE: Text entry to command line program

2004-02-04 Thread Ross Boulet
> > > [...] > > > > > Try something like: > > > > > > > > > > CYGWIN=notty sqlplus > > > > > > > > > > > > > Is that saying notty for sqlplus and tty for everything else? > > > [...] > > > > > > No, that's an interactive command line, it's not a setting of > > > the CYGWIN > > > variable (i.e. it's

RE: Re: terminal size problems

2004-02-04 Thread Rafael Kitover
>$TERM is fine, but I found that forcing an eval `resize` on the remote >side gets things to work. I'm still confused about why this is neccessary >for cygwin (I tried the latest snapshot as Brian suggested to no avail). >Also the difference between telnet and rlogin behavior seems unexpected >to

Re: setting IP address & mask via CLI

2004-02-04 Thread Shankar Unni
Jim Drash wrote: The tool to use is regedit. The TCP/IP setting are a set of registry entries. Figure out which Hive to change and then you can use regedit's CLI to do it. More than just setting the entry, surely. The setting won't take effect until you restart the network connection. -- Unsub

Re: Re: terminal size problems

2004-02-04 Thread Harold Levy
> > Ah, things work with telnet but not rlogin ... does that hint at the > > cause of the problem? > I suspect there's some difference in the environment that is either > propagated from the local machine or set via the shell startup files. Try > checking the value of $TERM in both cases. $TERM

Re: Is there any option to export the errors and warnings to a file

2004-02-04 Thread Shankar Unni
vikie wrote: > Larry Hall,您好! Please address questions to the group. > Is there any option to export the errors and warnings to a file. > Thanks. This is not a "cygwin" question, but a Win32 API question. Please read the MSDN documentation to see how to read the output of a program cr

Re: cannot run POPFile with cygrunsrv anymore

2004-02-04 Thread dAniel hAhler
Hello cygwin-list, on Wed, 04. Feb 2004 at 14:24:36 -0500 Larry Hall wrote: L> Services don't work if you install Cygwin as "Just Me". Either L> rerun setup.exe and choose "All Users" or remount your "user" L> mounts as "system" (see 'man mount'). That's a very good hint! I tried the second app

Re: update via setup.exe removed NTFS junction?

2004-02-04 Thread Shankar Unni
Rafael Kitover wrote: Maybe either Cygwin or fileutils could have some support for NTFS > junctions, The right long-term answer is to do proper reference counting among the packages. I.e. if two packages install a common file or directory, its reference count is 2. When uninstalling one of the

Is there any option to export the errors and warnings to a file

2004-02-04 Thread vikie
Larry Hall,您好! Is there any option to export the errors and warnings to a file. Thanks. === 2004-02-04 10:50:00 您在来信中写道:=== >At 07:05 AM 2/4/2004, vikie you wrote: > >>In VC++ program,I call the CreateProcess() fuction to run the >> arm-920t-elf-gcc.exe, How can I export

Re: Re: terminal size problems

2004-02-04 Thread Igor Pechtchanski
On Wed, 4 Feb 2004, Harold Levy wrote: > > > If I open a 32-row xterm and rlogin into a unix machine, then run vim or > > > mutt or less, these apps think the bottom of the screen is at row 24 ... > > > they don't use the rows beyond that. > > > > Right, now I understand. Do you have the $TERM se

Re: wincvs and cygwin (tcl DLL naming issue)

2004-02-04 Thread Shankar Unni
Daniel Atallah wrote: I agree with both of you. It is definitely a path problem, and i also agree that the cygwin bin shouldn't be in the windows path and vice versa. Well, we also use Cygwin tools from a lot of non-cygwin programs (e.g. Visual C++), so it has to be in the Windows Path, at least

Re: Re: terminal size problems

2004-02-04 Thread Harold Levy
> > If I open a 32-row xterm and rlogin into a unix machine, then run vim or > > mutt or less, these apps think the bottom of the screen is at row 24 ... > > they don't use the rows beyond that. > > Right, now I understand. Do you have the $TERM set correctly on the > remote machine? Did you try

Re: Is it possible to move emacs from one computer to another?

2004-02-04 Thread Igor Pechtchanski
On Wed, 4 Feb 2004, Charles Plager wrote: > Larry Hall wrote: > > OK. I'd suggest building a debug version and just try running it in gdb > > until you see the problem. This should be pretty easy to do for crash > > anyway. I'd recommend starting with this. > > I'm not particularly experienced

Re: Is it possible to move emacs from one computer to another?

2004-02-04 Thread Charles Plager
Larry Hall wrote: OK. I'd suggest building a debug version and just try running it in gdb until you see the problem. This should be pretty easy to do for crash anyway. I'd recommend starting with this. I'm not particularly experienced at building large packages so I have a few questions: 1)

Re: cygwin/xfree86/emacs problems after upgrading

2004-02-04 Thread Thomas L Roche
First, emacs: On Tue, 3 Feb 2004, Thomas L Roche wrote: >> [snip] >> Note that I run emacs via >> emacs --debug-init & >> from bash in an xterm which I launch with >> start XWin -multiwindow -clipboard -emulate3buttons Igor Pechtchanski 02/04/2004 04:21:29 PM (rearranged) > Not quite. Judging

high CPU load after use of procexp

2004-02-04 Thread Chris Liechti
i experience the problem with cygwin 1.5.7-1 and procexp V8.20 when i open up the properties windows of procexp on a cygwin process, e.g. a bash, waiting at the prompt, it starts generating a high cpu load. the bash still works, but continues to use 60% cpu load even when idle... the problem s

Re: terminal size problems

2004-02-04 Thread Brian Ford
On Wed, 4 Feb 2004 Harold at Levy dot synopsys dot com wrote: > Hi, when my cygwin terminals are sized to something other than 24 rows > they don't work correctly with apps like vim/mutt/less when I connect to > a remote unix system; these apps behave like they think the terminal > has 24 rows. I

Re: proftpd problem

2004-02-04 Thread Jason Tishler
John, On Sun, Feb 01, 2004 at 07:33:07PM -0800, John Ferrell wrote: > I am having trouble getting proftpd running on a Windows 2003 server. WFM, under the following conditions: 1. Cygwin 1.5.7 2. proftpd runs as a service under a new privileged account (e.g., cygwin_server) creat

Re: cygwin/xfree86/emacs problems after upgrading

2004-02-04 Thread Charles Plager
Thomas L Roche wrote: I was annoyed by some shortcomings of my cygwin emacs (21.1? whatever version was included around the time of cygwin-1.5.5-1), such as lack of electricity with kill-ring-save and oddity with multiline kill'ing, so ~29 Jan I upgraded to cygwin-1.5.6-1, emacs-21.2.1, and whateve

Re: cygwin/xfree86/emacs problems after upgrading

2004-02-04 Thread Igor Pechtchanski
On Tue, 3 Feb 2004, Thomas L Roche wrote: > [snip] > Note that I run emacs via > > emacs --debug-init & > > from bash in an xterm which I launch with > > start XWin -multiwindow -clipboard -emulate3buttons Not quite. Judging from your cygcheck output, you use startxwin.bat. More below. > [snip]

Re: terminal size problems

2004-02-04 Thread Shaffer, Kenneth
rlogin, to my knowledge, has nothing to do with the X protocol of resizing. After you resize your window, set some variables accordingly: LINES=height COLUMNS=width export LINES COLUMNS If you start with an xterm, you shouldn't have a problem, but since you started with a console window and ju

[ANNOUNCEMENT] New package: gtypist-2.7-1

2004-02-04 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 GNU Typist is now available with the Cygwin distribution: ~ * http://www.gnu.org/software/gtypist/(GNU homepage) ~ * http://savannah.gnu.org/projects/gtypist/ (development pages) ~ * ftp://ftp.gnu.org/gnu/gtypist/ (canonical

Re: Re: terminal size problems

2004-02-04 Thread Igor Pechtchanski
On Wed, 4 Feb 2004, Harold Levy wrote: > Thanks for the response Igor! > > >> Hi, when my cygwin terminals are sized to something other than 24 rows > > I'm assuming you're talking about the command windows running bash. > > It happens whether running a command window with bash or running an xterm

Re: Re: terminal size problems

2004-02-04 Thread Harold Levy
Thanks for the response Igor! >> Hi, when my cygwin terminals are sized to something other than 24 rows > I'm assuming you're talking about the command windows running bash. It happens whether running a command window with bash or running an xterm; the fact that it happens in and out of xfree mad

"FAQ as One Big HTML File" isn't

2004-02-04 Thread Thomas L Roche
To the doc maintainer, if s/he exists: the FAQ has a link to FAQ as One Big HTML File However faq0.html == faq.html: it's just a table of contents, which is not what I expected. By contrast, http://cygwin.com/faq/faq.txt _is_ One Big File in the manner expected. -- Unsubscribe info: htt

Re: terminal size problems

2004-02-04 Thread Igor Pechtchanski
On Wed, 4 Feb 2004 HaroldLevysynopsyscom wrote: > Hi, when my cygwin terminals are sized to something other than 24 rows I'm assuming you're talking about the command windows running bash. > they don't work correctly with apps like vim/mutt/less when I connect to > a remote unix system; these ap

RE: [v2.416] Cannot install Cygwin, using setup.exe

2004-02-04 Thread Hannu E K Nevalainen
> From: Larry Hall > Sent: Wednesday, February 04, 2004 5:25 PM > >Some further stories about this pc: > >[Windows 2000, German edition] > >[P3 500Mhz, 768 MB RAM (SDRAM)] > >Anybody knows what this is about? > > > Yep. Here's one short thread on the issue. > >

Re: NFS

2004-02-04 Thread Igor Pechtchanski
On Wed, 4 Feb 2004, Lauer Rainer wrote: > I have installed the latest version of cygwin on my PC onto drive c:. I'm > running Windows2000. The installation was done for ALL users. When I start > the NFS-server I get the warning, that my version is running for a single > user. > I'm not able to set

terminal size problems

2004-02-04 Thread Harold
Hi, when my cygwin terminals are sized to something other than 24 rows they don't work correctly with apps like vim/mutt/less when I connect to a remote unix system; these apps behave like they think the terminal has 24 rows. It doesn't matter whether I use the bash shell or an xterm, whether I se

Re: Problem with ssh keys

2004-02-04 Thread Igor Pechtchanski
On Wed, 4 Feb 2004, Pedro Luiz Nani Costa wrote: > On Tue, 3 Feb 2004, Larry Hall wrote: > > > At 12:22 PM 2/3/2004, Pedro Luiz Nani Costa you wrote: > > >[snip] > > >My variables are now: > > > > > >CYGWIN smbntsec tty > > >CYGWIN32 smbntsec tty > > ^^ > > You don't need thi

Re[2]: cannot run POPFile with cygrunsrv anymore

2004-02-04 Thread Larry Hall
At 11:46 AM 2/4/2004, dAniel hAhler you wrote: >Hello cygwin-list, > >on Wed, 04. Feb 2004 at 11:17:39 -0500 Larry Hall wrote: > >>>But even I deleted the file, creating a "normal" service still fails >>>(cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error >>>1062) > >L> First, see

RE: Text entry to command line program

2004-02-04 Thread Igor Pechtchanski
On Wed, 4 Feb 2004, Ross Boulet wrote: > > [...] > > > > Try something like: > > > > > > > > CYGWIN=notty sqlplus > > > > > > > > > > Is that saying notty for sqlplus and tty for everything else? > > [...] > > > > No, that's an interactive command line, it's not a setting of > > the CYGWIN > > var

RE: Text entry to command line program

2004-02-04 Thread Larry Hall
At 11:41 AM 2/4/2004, Buchbinder, Barry (NIH/NIAID) you wrote: >To be more specific, while tty must be set beforehand, Right, that's what the doc says and it's right! ;-) >the web page is >silent about other CYGWIN options. Sounds sinister. We must all combat this conspiracy of silence. >

Re: Is it possible to move emacs from one computer to another?

2004-02-04 Thread Larry Hall
At 12:14 PM 2/4/2004, Charles Plager you wrote: >Larry Hall wrote: > >>At 10:25 AM 2/4/2004, Charles Plager you wrote: >> >"Charles" == Charles Plager <[EMAIL PROTECTED]> writes: Charles> Is it possible to move the emacs from that distribution Charles> to a computer where

Re: Is it possible to move emacs from one computer to another?

2004-02-04 Thread Charles Plager
Larry Hall wrote: At 10:25 AM 2/4/2004, Charles Plager you wrote: "Charles" == Charles Plager <[EMAIL PROTECTED]> writes: Charles> Is it possible to move the emacs from that distribution Charles> to a computer where emacs isn't working? I think what you want to do is simply uninstall the

Re: XEmacs and Windows Fonts

2004-02-04 Thread David Rothenberger
Paul Stodghill wrote: I don't know if it is a 21.4.14 problem or a configuration problem. I believe it is a configuration problem of some sort. I am running a 21.4.14 that I built myself from CVS and did not encounter the problem with fonts. I'm also not seeing it with a 21.4.15 built from CVS.

Re: XEmacs and Windows Fonts

2004-02-04 Thread Paul Stodghill
I observed this behavior with Cygwin's XEmacs too. I do not see this with Andy Piper's netinstall of 21.4.13 or 21.4.15, which I compiled from CVS myself. I don't know if it is a 21.4.14 problem or a configuration problem. When 21.4.15 for Cygwin is released, I will be in a better position to t

Re[2]: cannot run POPFile with cygrunsrv anymore

2004-02-04 Thread dAniel hAhler
Hello cygwin-list, on Wed, 04. Feb 2004 at 11:17:39 -0500 Larry Hall wrote: >>But even I deleted the file, creating a "normal" service still fails >>(cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error >>1062) L> First, see: >>Problem reports: http://cygwin.com/problems.ht

RE: Text entry to command line program

2004-02-04 Thread Buchbinder, Barry (NIH/NIAID)
To be more specific, while tty must be set beforehand, the web page is silent about other CYGWIN options. Here's an example: I set codepage:oem in CYGWIN. When I run ascii, I see the correct OEM characters. Then, in the same bash shell (no rxvt), if I change CYGWIN to have codepage:ansi, I get

Re: [v2.416] Cannot install Cygwin, using setup.exe

2004-02-04 Thread Larry Hall
At 03:03 AM 2/4/2004, Jochen Dehmer you wrote: >Hello, > >I have a problem in installing cygwin. It won't >work :( >I describe what I were doing: > >1) Start setup.exe v2.416 >2) Clicked next >3) Chosen: Install from local directory >4) Clicked next >5) Root directory: "C:\Cygwin", install for "al

Re: setting IP address & mask via CLI

2004-02-04 Thread Jim Drash
The tool to use is regedit. The TCP/IP setting are a set of registry entries. Figure out which Hive to change and then you can use regedit's CLI to do it. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: cannot run POPFile with cygrunsrv anymore

2004-02-04 Thread Larry Hall
At 10:08 AM 2/4/2004, dAniel hAhler you wrote: >Hello cygwin-list, > >on Wed, 4. Feb 2004 at 15:07:41 +0100 I wrote: > >d> Hello cygwin-list, >...snip... > >I managed to put the required BerkeleyDB.pm files into my new cygwin >directory and now it works from my account, even as a service.. > >But i

Re: Is it possible to move emacs from one computer to another?

2004-02-04 Thread Larry Hall
At 10:25 AM 2/4/2004, Charles Plager you wrote: >>>"Charles" == Charles Plager <[EMAIL PROTECTED]> writes: >>Charles> Is it possible to move the emacs from that distribution >>Charles> to a computer where emacs isn't working? >>I think what you want to do is simply uninstall the versi

RE: Text entry to command line program

2004-02-04 Thread Larry Hall
At 09:26 AM 2/4/2004, Ross Boulet you wrote: >> [...] >> > > Try something like: >> > > >> > > CYGWIN=notty sqlplus >> > > >> > >> > Is that saying notty for sqlplus and tty for everything else? >> [...] >> >> No, that's an interactive command line, it's not a setting of >> the CYGWIN >> varia

Re: NFS

2004-02-04 Thread Larry Hall
At 09:19 AM 2/4/2004, Lauer Rainer you wrote: >I have installed the latest version of cygwin on my PC onto drive c:. I'm >running Windows2000. The installation was done for ALL users. When I start >the NFS-server I get the warning, that my version is running for a single >user. >I'm not able to set

Re: Problem with ssh keys

2004-02-04 Thread Larry Hall
At 08:41 AM 2/4/2004, Pedro Luiz Nani Costa you wrote: >On Tue, 3 Feb 2004, Larry Hall wrote: > >> At 12:22 PM 2/3/2004, Pedro Luiz Nani Costa you wrote: >> >My variables are now: >> > >> >CYGWIN smbntsec tty >> >CYGWIN32 smbntsec tty >> >> ^^ >> You don't need this. >>

Re: How can I export the errors and warnings to a file in a window program

2004-02-04 Thread Larry Hall
At 07:05 AM 2/4/2004, vikie you wrote: >In VC++ program,I call the CreateProcess() fuction to run the > arm-920t-elf-gcc.exe, How can I export the errors and warnings to a file.Thanks! > Sorry, this question is off-topic for this list. Here we talk about Cygwin (see

setting IP address & mask via CLI

2004-02-04 Thread Victor Stepanov
Hello, Possibly an off-topic, but may someone recommend the way to set up Windows IP parameters (address, mask, gw...) via command like interface? I'm looking for tool similar to netconfig of RedHat Linux. Thanks in advance! V. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Signal handling problem in 1.5.7 ? - Was: Re: Program randomly hangs.....

2004-02-04 Thread Pierre A. Humblet
On Wed, Feb 04, 2004 at 10:34:51AM -0500, Volker Quetschke wrote: > Hi Michael, > > thanks for the testcase, another thing to try for this evening. > > Volker FWIW I can hang make with very high probability by hitting ^C while building the cygwin dll on WinME. Pierre -- Unsubscribe info:

1.5.7: nfs-server 2.2.47-2 troubles on XP

2004-02-04 Thread Baurjan Ismagulov
Hello, I've installed cygwin snapshot 20030203 and run nfs-server-config. After starting the services, I cannot mount a directory with map_static: linuxnfsclient:~# mount -o nolock 192.168.0.10:/etc /mnt mount: wrong fs type, bad option, bad superblock on 192.168.0.10:/etc, or too many mou

Re: Signal handling problem in 1.5.7 ? - Was: Re: Program randomly hangs.....

2004-02-04 Thread Volker Quetschke
Hi Michael, thanks for the testcase, another thing to try for this evening. Volker Michael Haubenwallner wrote: > As for "processes" thats another issue altogether. Hi, as i've not found a question for a not so huge test-case, here's a smaller one, hoping to show the same problem: I'm using

Re: Signal handling problem in 1.5.7 ? - Was: Re: Program randomly hangs.....

2004-02-04 Thread Volker Quetschke
Hi! Sometime ago there were problems with signal handling and threads in cygwin. The main issue was that signal handling was not occurring properly when threads were running and when a signal was fired the signal handler would not relinquish control properly back to whatever was control the thread

Re: Is it possible to move emacs from one computer to another?

2004-02-04 Thread Charles Plager
"Charles" == Charles Plager <[EMAIL PROTECTED]> writes: Charles> Is it possible to move the emacs from that distribution Charles> to a computer where emacs isn't working? I think what you want to do is simply uninstall the version that's not working, and then install an older version whi

Re: Program randomly hangs after upgrading to cygwin 1.5.7

2004-02-04 Thread Volker Quetschke
Hi Rafael, Just an idea that may be worth trying: Make something like a /usr/local/bin/tracedmake #!/bin/sh strace -o /tmp/dmake-trace-$$ --flush-period=10 dmake $* And try the build with MAKE=tracedmake, then when a make hangs, you should be able to see the trace output in the last /tmp/dmake-t

Re: cannot run POPFile with cygrunsrv anymore

2004-02-04 Thread dAniel hAhler
Hello cygwin-list, on Wed, 4. Feb 2004 at 15:07:41 +0100 I wrote: d> Hello cygwin-list, ...snip... I managed to put the required BerkeleyDB.pm files into my new cygwin directory and now it works from my account, even as a service.. But installing POPFile as a SYSTEM service still fails.. I ver

Re: wincvs and cygwin (tcl DLL naming issue)

2004-02-04 Thread Daniel Atallah
I agree with both of you. It is definitely a path problem, and i also agree that the cygwin bin shouldn't be in the windows path and vice versa. However, from the number of bug reports that i have received from wingaim users, it seems that it is a common practice to put the cygwin bin directory i

RE: Text entry to command line program

2004-02-04 Thread Ross Boulet
> [...] > > > Try something like: > > > > > > CYGWIN=notty sqlplus > > > > > > > Is that saying notty for sqlplus and tty for everything else? > [...] > > No, that's an interactive command line, it's not a setting of > the CYGWIN > variable (i.e. it's not CYGWIN="notty sqlplus"). The above >

NFS

2004-02-04 Thread Lauer Rainer
I have installed the latest version of cygwin on my PC onto drive c:. I'm running Windows2000. The installation was done for ALL users. When I start the NFS-server I get the warning, that my version is running for a single user. I'm not able to set any share, even I've converted all links to SYSTEM

cannot run POPFile with cygrunsrv anymore

2004-02-04 Thread dAniel hAhler
Hello cygwin-list, I'm getting nuts on this. I want to use cygrunsrv to run POPFile (EMail Classification, Perl) as a service. I managed to do so, but did a clean install of my XP and now I don't get it anymore to work. Tried it first with the old cygwin directory and then did a fresh install of

Re: Problem with ssh keys

2004-02-04 Thread Pedro Luiz Nani Costa
On Tue, 3 Feb 2004, Larry Hall wrote: > At 12:22 PM 2/3/2004, Pedro Luiz Nani Costa you wrote: > >Thanks Larry. > > > >Setting up Cygwin with smbntsec solves the problem, and i could > >autenticate my keys through my net. > > > >But then, i delete the keys to remake all the process, generatin

iconv support not detected by configure when using gcc-3.3.1-3

2004-02-04 Thread Dr. Volker Zell
Hi all In preparation for the new gd-2.0.21 release I routinely tried a *rebuild* of the current gd-2.0.15 release with my current environment (everything updated to the latest releases). I noticed a difference between the original build and the new one in that iconv support is not recognized a

How can I export the errors and warnings to a file in a window program

2004-02-04 Thread vikie
In VC++ program,I call the CreateProcess() fuction to run the arm-920t-elf-gcc.exe, How can I export the errors and warnings to a file.Thanks!   vikie [EMAIL PROTECTED]   2004-02-04 -- Unsubscribe info: http://cygwin.com/ml/#unsubs

Re: Signal handling problem in 1.5.7 ? - Was: Re: Program randomly hangs.....

2004-02-04 Thread Michael Haubenwallner
> As for "processes" thats another issue altogether. Hi, as i've not found a question for a not so huge test-case, here's a smaller one, hoping to show the same problem: I'm using make (not dmake) with SHELL=/bin/sh to build my project, and it also died unexpectedly on different locations. So i'v

Re: gtypist package missing .pl files

2004-02-04 Thread Yitzchak Scott-Thoennes
On Tue, Feb 03, 2004 at 11:29:06PM -0500, Yaakov Selkowitz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Yitzchak Scott-Thoennes wrote: > > | The gtypist package mentions a couple of .pl files to help generate > | new lessons, but they aren't included in the binary tarball. Either

Re: [v2.416] Cannot install Cygwin, using setup.exe

2004-02-04 Thread fergus
At the risk of checking the completely obvious, does your c:\temp\ directory contain (i) a file called setup.ini and (ii) a subdirectory called release\ containing many non-empty subdirectories? If so, then are you allowing enough time for stuff to happen? After altering the preferred selection fro

[v2.416] Cannot install Cygwin, using setup.exe

2004-02-04 Thread Jochen Dehmer
Hello, I have a problem in installing cygwin. It won't work :( I describe what I were doing: 1) Start setup.exe v2.416 2) Clicked next 3) Chosen: Install from local directory 4) Clicked next 5) Root directory: "C:\Cygwin", install for "all users", default text file type "Unix" 6) Clicked next 7

Re: FW:

2004-02-04 Thread Brian Dessent
Yeo Sai Wee wrote: > > debug1: Authentications that can continue: > > publickey,password,keyboard-interacti > > ve > > debug1: Next authentication method: publickey > > debug1: Trying private key: /home/Administrator/.ssh/identity > > debug1: Trying private key: /home/Administrator/.ssh/id_rsa > >

FW:

2004-02-04 Thread Yeo Sai Wee
> Hi, > > i installed cygwin 1.5.7-1 on a wondows 2003 server as Administrator and > went thru the setup process as recommended. > a) did a ssh-host-config > b) did a ssh-user-config > > > > When i try to do "ssh" and "sftp" from another client machine running > win2k, I am still prompted f

XEmacs and Windows Fonts

2004-02-04 Thread James Crotinger
Hi all, I've recently switched to installing xemacs with the cygwin installer and the new version does not appear to recognize the Windows fonts when running in Windows mode. If I pull down Options > Font or Options > Font Size it says "cannot parse current font". If I run it under X, it works fin

RE: Text entry to command line program

2004-02-04 Thread S. L.
[...] > > Try something like: > > > > CYGWIN=notty sqlplus > > > > Is that saying notty for sqlplus and tty for everything else? [...] No, that's an interactive command line, it's not a setting of the CYGWIN variable (i.e. it's not CYGWIN="notty sqlplus"). The above actually launches sqlplus, s