Re: symlink extension shown using 1.5.3

2003-09-10 Thread Corinna Vinschen
On Tue, Sep 09, 2003 at 03:35:52PM +0200, [EMAIL PROTECTED] wrote: > > On Tue, Sep 09, 2003 at 12:05:20PM +0200, [EMAIL PROTECTED] wrote: > > > Since I updated to cygwin 1.5.3 and bash 2.0.5b13, symlinks *on* network > > > drives are shown by ls including the '.lnk'. They are properly > > recognize

System call which gets CPU utilized capacity

2003-09-10 Thread Alex Vinokur
Is there in CYGWIN any system call which gets CPU utilized capacity at the present moment? For instance : int get_cpu_usage() which returns the percentage of used capacity. I would like to write in my C-program something like : if (get_cpu_usage() < 20) { foo1(); // calling foo1() will be po

Re: SEGV in conv_path_list_buf_size with xemacs-21.5-b13 and cygwin-snapshot-20030904-1

2003-09-10 Thread Corinna Vinschen
On Tue, Sep 09, 2003 at 03:33:42PM -0500, Pete McCann wrote: > > Hi, > > After some more hunting, I now understand there is a difference > between the cygwin heap and the user heap. My problem is that I'm > running out of cygwin heap: Can you check how often the function cygwin_posix_to_win32_p

[ANNOUNCEMENT] Updated: patch-2.5.8-8

2003-09-10 Thread Corinna Vinschen
I've updated the version of patch to 2.5.8-8... ...already a few days ago, but I forgot to announce. It's a bug fix release which should solve problems reading input files (files to patch) having DOS lineendings. It should also solve a potential screwing up file content i --binary mode, if the t

RE: cygwin1.dll - debug version (RE: similar crash in mmap for 1.5.3-1)

2003-09-10 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Christopher Faylor > >Idea, to help debug things like the above: > > > > Alt 1) Make an _unstripped_ cygwin1.dll available in a package named > >"cygwin-DEBUG-dll" or some such. Also make it be > "TEST/Exp" forever. > > Alt 2

[ANNOUNCEMENT] New package: SWI-Prolog-5.2.6-1

2003-09-10 Thread Corinna Vinschen
This new package contains SWI-Prolog, an open source interpreter and compiler for Prolog. This is the latest stable release 5.2.6. This package is built from the vanilla sources with only two additional `#ifndef __CYGWIN__' in one file to get it built. It requires Cygwin 1.5.x to run. SWI-Prolo

Re: symlink extension shown using 1.5.3

2003-09-10 Thread stmoebius
> What type are the remote shares, Samba or Windows? How can I tell? > Please send an strace of `ls -l '. ...is attached -- = Stefan Moebius <[EMAIL PROTECTED]> Wittenberger Str. 71+49 351 8473953 01309 Dresden +49 172 8739617 strace.txt.bz2 Description: Binary data

Re: symlink extension shown using 1.5.3

2003-09-10 Thread stmoebius
Just noticed there is a difference between 'ls -l simulator' and 'ls -l simulator.lnk'. The former actually shows only 'simulator', not 'simulator.lnk' as 'ls -l' does. So here is the strace of 'ls -l simulator.lnk' -- = Stefan Moebius <[EMAIL PROTECTED]> Wittenberger Str. 71+49

Minor website fixup

2003-09-10 Thread chris
Hello :) Probably about time to update www.cygwin.com, particularily the main page to refer to the fact 1.5.x is out now? Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs

Find: missing alphabetically last dirtree

2003-09-10 Thread Ralph Ulrich
The tree of the alphabetically last directory will not be listed by find on my W2k sp3 Computer. This bug is not reproducable on a NT4 system. Bellow is a protokoll of three subsequently issued commands (through "Administrator" on machine "amd") on drive "x:" which has 3 files in a directory "SICHE

Re: System call which gets CPU utilized capacity

2003-09-10 Thread Igor Pechtchanski
On Wed, 10 Sep 2003, Alex Vinokur wrote: > Is there in CYGWIN any system call which gets CPU utilized capacity at > the present moment? > For instance : > int get_cpu_usage() which returns the percentage of used capacity. > > I would like to write in my C-program something like : > > if (get_cpu_u

ncurses line drawing characters terminfo problem?

2003-09-10 Thread Andrew B. Clegg
Hi folks, First off thanks all for the continuing good work on Cygwin and all its packages. I have a question regarding ncurses... When I run the test executables in /bin/ncurses-test-dll, line-drawing graphics characters come out as high-ascii latin-1 characters, e.g. capital As with umlauts o

Re: ncurses line drawing characters terminfo problem?

2003-09-10 Thread Igor Pechtchanski
On Wed, 10 Sep 2003, Andrew B. Clegg wrote: > Hi folks, > > First off thanks all for the continuing good work on Cygwin and all its > packages. > > I have a question regarding ncurses... > > When I run the test executables in /bin/ncurses-test-dll, line-drawing > graphics characters come out as hi

Re: ncurses line drawing characters terminfo problem?

2003-09-10 Thread Andrew B. Clegg
On Wed, 10 Sep 2003, Igor Pechtchanski wrote: > Try adding "codepage:oem" to your CYGWIN environment variable. See > for details. This > setting is effective for each individual process, so you can set it in the > shell just before you run t

Re: Minor website fixup

2003-09-10 Thread Christopher Faylor
On Wed, Sep 10, 2003 at 01:50:41PM +0100, chris wrote: >Probably about time to update www.cygwin.com, particularily the main >page to refer to the fact 1.5.x is out now? As in the part that says: Latest Cygwin DLL release version is 1.5.3-1 or the part that says: New Cygwin DLL 1.5.3-1 rel

Re: cygwin1.dll - debug version (RE: similar crash in mmap for 1.5.3-1)

2003-09-10 Thread Christopher Faylor
On Wed, Sep 10, 2003 at 01:23:56PM +0200, Hannu E K Nevalainen (garbage mail) wrote: >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf >> Of Christopher Faylor > > >> >Idea, to help debug things like the above: >> > >> > Alt 1) Make an _unstripped_ cygwin1.dll available in a package named

Re: cygwin1.dll - debug version (RE: similar crash in mmap for 1.5.3-1)

2003-09-10 Thread Igor Pechtchanski
On Wed, 10 Sep 2003, Christopher Faylor wrote: > On Wed, Sep 10, 2003 at 01:23:56PM +0200, Hannu E K Nevalainen (garbage mail) wrote: > >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > >> Of Christopher Faylor > > > > > >> >Idea, to help debug things like the above: > >> > > >> > Alt

star and tape

2003-09-10 Thread Dmitry Melekhov
Hello! Does someone here run star (ftp://ftp.berlios.de/pub/star/) in cygwin? It works ok with files, but I have problems with tape. If I call it as star x --file=/dev/st0 It says permission denied. If I call it as star x http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwi

RE: cron: can't switch user context

2003-09-10 Thread Harig, Mark
I cannot see the source of your problem from the cygcheck listing. However, you are running a Windows .NET server. I do not know what effect that might have on cron. Please run the attached cron_diagnose.sh script. It is the latest version. I would like for you to eliminate the possibility th

Re: cygwin1.dll - debug version (RE: similar crash in mmap for 1.5.3-1)

2003-09-10 Thread Christopher Faylor
On Wed, Sep 10, 2003 at 11:40:33AM -0400, Igor Pechtchanski wrote: >On Wed, 10 Sep 2003, Christopher Faylor wrote: >>On Wed, Sep 10, 2003 at 01:23:56PM +0200, Hannu E K Nevalainen (garbage mail) wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Christopher Faylor >>> >>> >>

Re: Minor website fixup

2003-09-10 Thread caj
> On Wed, Sep 10, 2003 at 01:50:41PM +0100, chris wrote: > >Probably about time to update www.cygwin.com, particularily the main > >page to refer to the fact 1.5.x is out now? > > As in the part that says: > > Latest Cygwin DLL release version is 1.5.3-1 > > or the part that says: > > New Cygw

RE: cron: can't switch user context

2003-09-10 Thread Larry Hall
Actually, I'd suggest googling, especially when you're asking if the issue you're having is a known problem or if there are any work-arounds. In this case, you'd find all sort of references to Windows 2003 and services that need to be able to switch user contexts.

Re: Minor website fixup

2003-09-10 Thread Christopher Faylor
On Wed, Sep 10, 2003 at 04:57:17PM +0100, [EMAIL PROTECTED] wrote: >>On Wed, Sep 10, 2003 at 01:50:41PM +0100, chris wrote: >>>Probably about time to update www.cygwin.com, particularily the main >>>page to refer to the fact 1.5.x is out now? >> >>As in the part that says: >> >>Latest Cygwin DLL re

Re: moving cygwin to another disk

2003-09-10 Thread Steve Kelem
Igor Pechtchanski wrote: I had to move C:\cygwin to D:\cygwin. In addition to moving the files, I changed the registry entries under HKLM\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 so that they reflected the new location. "man mount" "give thanks" // The mount page didn't have anything

Re: moving cygwin to another disk

2003-09-10 Thread Igor Pechtchanski
Steve, I had Reply-To: set for a reason -- there was no need to Cc: me. On Wed, 10 Sep 2003, Steve Kelem wrote: > Igor Pechtchanski wrote: > > >>I had to move C:\cygwin to D:\cygwin. > >> > >>In addition to moving the files, I changed the registry entries under > >>HKLM\SOFTWARE\Cygnus Solutions

Re: Find: missing alphabetically last dirtree

2003-09-10 Thread Christopher Faylor
On Wed, Sep 10, 2003 at 03:08:25PM +0200, Ralph Ulrich wrote: >The tree of the alphabetically last directory will not be listed by >find on my W2k sp3 Computer. This bug is not reproducable on a NT4 >system. This should be fixed in tonight's snapshot. http://cygwin.com/snapshots/ cgf -- Unsubs

RE: cygwin1.dll - debug version (RE: similar crash in mmap for 1.5.3-1)

2003-09-10 Thread Hannu E K Nevalainen \(garbage mail\)
Hannu: > >>>Most likely... Some wording regarding "download the debug info" needs > >>>to be added to "problems.html" - I guess. > >> CGF: > >>That sort of presupposes that someone is interested in walking people > >>through the debugging of the cygwin DLL. I know I'm not interested and > >>I h

Re: Cygwin python 2.3 oddity

2003-09-10 Thread Jason Tishler
Olivier, Please post instead of sending private email. On Wed, Sep 10, 2003 at 09:50:55PM +0200, Olivier Lefevre wrote: > It doesn't seem to honor the PYTHONSTARTUP variable. I can't it to > read my startup file. The native Windows version does. The README does > not mention this as a known issue

RE: Find: missing alphabetically last dirtree

2003-09-10 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Christopher Faylor > On Wed, Sep 10, 2003 at 03:08:25PM +0200, Ralph Ulrich wrote: > >The tree of the alphabetically last directory will not be listed by > >find on my W2k sp3 Computer. This bug is not reproducable on a NT4 > >system

Re: cygwin1.dll - debug version (RE: similar crash in mmap for 1.5.3-1)

2003-09-10 Thread Christopher Faylor
On Wed, Sep 10, 2003 at 10:27:10PM +0200, Hannu E K Nevalainen (garbage mail) wrote: >> Also, the problems.html page is surely the wrong place for a tutorial >> for how to debug the cygwin DLL. A hyperlink to a page which talked >> about this, with a caveat about this being only for the technicall

RE: Find: missing alphabetically last dirtree

2003-09-10 Thread Hannu E K Nevalainen \(garbage mail\)
Words inline, below... > From: Hannu E K Nevalainen (garbage mail) > Sent: Monday, June 09, 2003 1:37 PM > To: ML CygWIN > Subject: FW: 'find' CD-ROM contents > > > > Right, we have a 100K limit... 85K strace output gzipped. > > > -Original Message- > > From: Hannu E K Nevalainen (garba

RE: cygwin1.dll - debug version (RE: similar crash in mmap for 1.5.3-1)

2003-09-10 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Christopher Faylor > On Wed, Sep 10, 2003 at 10:27:10PM +0200, Hannu E K Nevalainen > (garbage mail) wrote: > >> Also, the problems.html page is surely the wrong place for a tutorial > >> for how to debug the cygwin DLL. A hyperlink

RE: Find: missing alphabetically last dirtree

2003-09-10 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Hannu E K Nevalainen (garbage mail) > $ cygcheck -svr >c_svr-snap.txt > $ grep -i cygwin1 c_svr-snap.txt > 945k 2003/09/01 C:\Program\cygwin\bin\cygwin1-STD.dll - os=4.0 img=1.0 > sys=4.0 > "cygwin1.dll" v0.0 ts=20

Problems with accented characters in Cygwin

2003-09-10 Thread Lukasz Kosewski
Hello all, This subject seems misleadingly to have been flogged to death, when in fact, I have found nothing which can help me. I am trying to get accented characters, or special characters in general really, to display in my initial Cygwin bash shell window. I'm not even going to attempt things

Re: ncurses line drawing characters terminfo problem?

2003-09-10 Thread Charles Wilson
Andrew B. Clegg wrote: Try adding "codepage:oem" to your CYGWIN environment variable. See for details. This setting is effective for each individual process, so you can set it in the shell just before you run the tests. That works for cons

"Cannot open display" or "cannot find entry symbol _WinMainCRTStartup"

2003-09-10 Thread Salma Can
Hi: after reading Cygwin-User-guide and FAQ, I still have a problem runing a C-program under Windows. *The program: should output first some information on the to display image sequence and then display images. * Windows OS: XP version 2002 on a Toshiba Tecra S1 laptop * Cygwin: v 1.3.22.1 *

New snapshot fixes a few recently reported bugs

2003-09-10 Thread Christopher Faylor
Please try out the latest snapshot if you have reported a bug in 1.5.3 recently. http://cygwin.com/snapshots/ cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

link correction originating from cygwin website

2003-09-10 Thread Carlo Florendo
Hello, The link for the starship trader grahical console as pointed to in the software section of the cygwin website is: http://cygwin.com/www.geocities.com/kirellii The cygwin.com could probably be stripped. Thanks! Best Regards, Carlo -- Carlo Florendo Astra Philippines Inc. URL: http:

Re: System call which gets CPU utilized capacity

2003-09-10 Thread Alex Vinokur
"Igor Pechtchanski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Wed, 10 Sep 2003, Alex Vinokur wrote: > > > Is there in CYGWIN any system call which gets CPU utilized capacity at > > the present moment? > [snip] > I assume the call is the same as in any other Unix system, sinc

Diff information

2003-09-10 Thread Editor of PoliSource
I was looking for instructions on how to use the diff tools that come with cygwin, but all I could find is a short description of diffutils during setup, and a "ldesc" in the file setup.ini, but setup.ini opened in Notepad, which doesn't seem like the correct program for easy reading of that fil

Re: Diff information

2003-09-10 Thread Christopher Faylor
On Thu, Sep 11, 2003 at 04:50:26AM +, Editor of PoliSource wrote: >I was looking for instructions on how to use the diff tools that come with >cygwin, but all I could find is a short description of diffutils during >setup, and a "ldesc" in the file setup.ini, but setup.ini opened in >Notepad

Re: Diff information

2003-09-10 Thread Editor of PoliSource
Could someone tell me how to properly view the data, including >the long descriptions, in setup.ini, or point me to a tutorial on using the >diff tools in cygwin? man diff Thanks. I think I used that a long time ago, but I rarely use the command line so I forgot. Unfortunately, it doesn't work a

Re: Problems with accented characters in Cygwin

2003-09-10 Thread Frédéric L. W. Meunier
I suggest you use rxvt since the Cygwin "terminal" appers to be broken for that. I don't know if it ever worked, but it never did since I started with 1.3.10. I now use 1.5.3. I reported it. See http://sources.redhat.com/ml/cygwin/2003-01/msg00048.html and follow http://sources.redhat.com/ml/cygw