grep hangs

2004-05-18 Thread cygwin . 20 . job
Hi Folks, I have the problem that grep hangs after I try to search a string in all files of a directory. grep fun * I can see that the grep process is idle as far as I understand the first letter in the ps right. PIDPPIDPGID WINPID TTY UIDSTIME COMMAND I31443652

Problems listing tasks under cygwin.

2004-05-18 Thread alejandro . sanchez
Hello, I have the following trouble, if I try to do a ps -aux I obtain all the current tasks running under cygwin, but sometimes the PID listed is not the right one. However trying ps -ef I obtain the right PID of the task. Anyway if I'm trying to list the tasks under the user system (with the sa

Re: Request for GCC maintainer (DWARF 2)

2004-05-18 Thread Corinna Vinschen
On May 17 13:46, Christopher Faylor wrote: > On Mon, May 17, 2004 at 12:39:30PM -0500, Brian Ford wrote: > >If/When you get around to releasing a new gcc package (presumably 3.4+), > >please consider including this patch for DWARF 2 support: > > > >http://gcc.gnu.org/ml/gcc-patches/2004-04/msg02004

Re: binutils 20040312-1 : problem linking 16bit x86 code with ld

2004-05-18 Thread Corinna Vinschen
On May 18 00:41, Brice VIDDEAU wrote: > when I link 16bit code with ld, strangely enough linking is not doing > correctly : some symbols are off by two byte when I make a call. You should ask this on the binutils mailing list. Corinna -- Corinna Vinschen Please, send mails reg

g++ libcygwin.a has an undefined reference

2004-05-18 Thread Christian Rudiger
Hello there, i think the following problem has to do with cygwin, cause libcygwin.a has an undefined reference. I get the error message when compiling my little testprogram. The Programm and complete compiler messages follow: * // readin

RE: g++ libcygwin.a has an undefined reference

2004-05-18 Thread Al Slater
Try putting a main function in the program! Regards Al > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Christian Rudiger > Sent: 18 May 2004 11:09 > To: [EMAIL PROTECTED] > Subject: g++ libcygwin.a has an undefined reference > > > Hello there, >

Re: g++ libcygwin.a has an undefined reference

2004-05-18 Thread Christian Rudiger
Hello Al, thank you, it worked. i putted one at the end of the program just writing : }; // end of class int main(){} why does that work? I think thats strange. Regards Christian Rudiger Al Slater wrote: Try putting a main function in the program! Regards Al -Original Message- From: [EMAIL

RE: binutils 20040312-1 : problem linking 16bit x86 code with ld

2004-05-18 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Corinna Vinschen > Sent: 18 May 2004 09:09 > On May 18 00:41, Brice VIDDEAU wrote: > > when I link 16bit code with ld, strangely enough linking is > not doing > > correctly : some symbols are off by two byte when I make a call. > >

[OT] Re: g++ libcygwin.a has an undefined reference

2004-05-18 Thread chris jefferson
Christian Rudiger wrote: Hello Al, thank you, it worked. i putted one at the end of the program just writing : }; // end of class int main(){} why does that work? I think thats strange. Regards Christian Rudiger I thought I would post this to the list, because it's nice to have complete dicussion

RE: grep hangs

2004-05-18 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of cygwin.20.job > Sent: 18 May 2004 08:59 > I have the problem that grep hangs after I try to search a > string in all > files of a directory. > grep fun * > > I can see that the grep process is idle as far as I > understand the first

Re: binutils 20040312-1 : problem linking 16bit x86 code with ld

2004-05-18 Thread Brice VIDDEAU
Corinna Vinschen wrote: On May 18 00:41, Brice VIDDEAU wrote: when I link 16bit code with ld, strangely enough linking is not doing correctly : some symbols are off by two byte when I make a call. You should ask this on the binutils mailing list. Corinna I tried to find the cygwin binut

Re: binutils 20040312-1 : problem linking 16bit x86 code with ld

2004-05-18 Thread Corinna Vinschen
On May 18 13:15, Brice VIDDEAU wrote: > I tried to find the cygwin binutils mailing list but I did not succeed. > Could you point me to it? There's no Cygwin binutils list, there's just a binutils list [EMAIL PROTECTED] It's the right list to ask this sort of question. Corinna -- Corinna Vin

tail and win file handling

2004-05-18 Thread C Wells
I am sorry if this has been covered before, but I was wondering if there is work around (probably not ;-( In unix you can do the following tail -f /somefile in another session rm -f /somefile echo OK > /somefile of course the tail stops working, but the file is recreated On a cygwin box tail -f

CYGWIN & CRON

2004-05-18 Thread [EMAIL PROTECTED]
Hello world I have started the cron service under cygwin with the command: cygrunsrv -I cron -p /usr/sbin/cron -a -D cygrunsrv -S cron the service is succesfully started (reported in the log file) I have edit the crontab file but it seems not working. Can you help me please? Thank you very muc

RE: CYGWIN & CRON

2004-05-18 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of izzogabriele > Sent: 18 May 2004 14:36 > To: cygwin > Subject: CYGWIN & CRON > > Hello world > > I have started the cron service under cygwin with the command: > > cygrunsrv -I cron -p /usr/sbin/cron -a -D > cygrunsrv -S cron > the

Re: Request for GCC maintainer (DWARF 2)

2004-05-18 Thread Brian Ford
On Tue, 18 May 2004, Corinna Vinschen wrote: > On May 17 13:46, Christopher Faylor wrote: > > On Mon, May 17, 2004 at 12:39:30PM -0500, Brian Ford wrote: > > >If/When you get around to releasing a new gcc package (presumably 3.4+), > > >please consider including this patch for DWARF 2 support: > >

Running mutt with ssmtp with cygwin on windows 2003

2004-05-18 Thread Gert de Boer
Hi all, I already made a few installations of cygwin on Windows (NT, XP and 2000) and it was no problem to configure mutt to use ssmtp for sending mail. However I am failing on Windows Server 2003. The error I am getting is: $ echo hallo | mutt -s new_test [EMAIL PROTECTED] Error sending messa

Re: g++ libcygwin.a has an undefined reference

2004-05-18 Thread Larry Hall
It's not really strange at all if you think about what you're asking the compiler/linker to do. You've asked for an executable but provided no entry point. Without "main()", there is no entry point so linking fails. You can certainly compile what you have into an object file but an executable r

Re: g++ libcygwin.a has an undefined reference

2004-05-18 Thread Jani tiainen
Please, avoid top postings, this is hard to reply... Christian Rudiger wrote: Hello Al, thank you, it worked. i putted one at the end of the program just writing : }; // end of class int main(){} why does that work? I think thats strange. Strange? Every program needs starting point. For standard C(

Re: tail and win file handling

2004-05-18 Thread Larry Hall
At 09:31 AM 5/18/2004, you wrote: >I am sorry if this has been covered before, but I was >wondering if there is work around (probably not ;-( > >In unix you can do the following >tail -f /somefile >in another session >rm -f /somefile >echo OK > /somefile > >of course the tail stops working, but the

Re: Problems listing tasks under cygwin.

2004-05-18 Thread Larry Hall
At 03:52 AM 5/18/2004, you wrote: >Hello, > >I have the following trouble, if I try to do a ps -aux I obtain all the current >tasks running under cygwin, but sometimes the PID listed is not the right one. >However trying ps -ef I obtain the right PID of the task. > >Anyway if I'm trying to list the

Re: How to use the tar command for tape drive

2004-05-18 Thread Igor Pechtchanski
On Tue, 18 May 2004, Nabhonil Sinha wrote: > hi, > > I have a tape drive installed in my windows 2000 system. How can i create > archive on tape. With the latest cygwin installed, I am able to list the > contents of the tape using the command "tar -tvf //./tape0" however I am > unable to create ar

RE: Problems listing tasks under cygwin.

2004-05-18 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of alejandro.sanchez > Sent: 18 May 2004 08:52 > I have the following trouble, if I try to do a ps -aux I > obtain all the current > tasks running under cygwin, but sometimes the PID listed is > not the right one. You're lucky. My c

How to use tar command for tape drive.

2004-05-18 Thread Nabhonil Sinha
hi, I have a tape drive installed in my windows 2000 system. How can i create archive on tape. With the latest cygwin installed, I am able to list the contents of the tape using the command "tar -tvf //./tape0" however I am unable to create archive on tape using the command "tar -cvf //./tape0 C:

AW: grep hangs

2004-05-18 Thread cygwin . 20 . job
> -Ursprüngliche Nachricht- > Von: Dave Korn - [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 18. Mai 2004 12:59 > An: [EMAIL PROTECTED] > Betreff: RE: grep hangs (cygwin: addressed to exclusive sender for this > address) > > > -Original Message- > > From: cygw

Re: How to use tar command for tape drive.

2004-05-18 Thread Corinna Vinschen
On May 18 22:32, Nabhonil Sinha wrote: > hi, > > I have a tape drive installed in my windows 2000 system. How can i create > archive on tape. With the latest cygwin installed, I am able to list the > contents of the tape using the command "tar -tvf //./tape0" however I am > unable to create archiv

Re: tail and win file handling

2004-05-18 Thread C Wells
I can't change the application unfortunately, if I could I'd have it only log interesting stuff rather than the garbage it does. Is it worth trying maybe to link the file and tail the link ? or mess with a tee command ?? --- Larry Hall <[EMAIL PROTECTED]> wrote: > re tail and win file handles. >

RE: grep hangs

2004-05-18 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of cygwin.20.job > Sent: 18 May 2004 17:46 > > -Ursprüngliche Nachricht- > > Von: Dave Korn - [EMAIL PROTECTED] http://cygwin.com/acronyms/#PCYMTNQREAIYR cheers, DaveK -- Can't think of a witty .sigline today

Kerio PF warning windows when using X

2004-05-18 Thread Romain Michard
Hi, I've tried the new X.org and when I use graphic apps (xterm, xcalc, xfig, xemacs, etc...) my firewall (Kerio personnal firewall) keeps alerting me (even if I check the box telling it I want a rule for that alert) that Kerio Virtual Private Network try to connect to localhost port 4090. Her

Re: Kerio PF warning windows when using X

2004-05-18 Thread Brian Ford
Wrong list. This is a Cygwin/X related issue. Please see: http://cygwin.com/lists.html for details. Redirecting... Also see: http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-cannot-open-display especially the Note. On Tue, 18 May 2004, Romain Michard wrote: > Hi, I've tried the new X.org

withdrawn

2004-05-18 Thread Johnny Duran
http://consignee.dghuyt.com/ti/#induct off http://broth.dghuyt.com/b.html#captain Valerie 785972211946522796-- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FA

Re: Problems listing tasks under cygwin.

2004-05-18 Thread Brian Dessent
Dave Korn wrote: > Actually, SYSTEM has higher privileges in general than root. It may well > be impossible to kill some tasks belonging to system because they may not > allow full access even to users with admin rights. The error message may be > misleading, and maybe it should be saying "Acc

Re: Problems listing tasks under cygwin.

2004-05-18 Thread Igor Pechtchanski
On Tue, 18 May 2004, Brian Dessent wrote: > Dave Korn wrote: > > > Actually, SYSTEM has higher privileges in general than root. It may > > well be impossible to kill some tasks belonging to system because they > > may not allow full access even to users with admin rights. The error > > message

Re: cygwin/matlab/xp

2004-05-18 Thread bruno patin
Brian Ford a écrit : On Sun, 9 May 2004, bruno patin wrote: There you're right. What I'm afraid of is that the cygwin code is not called at all and as it is matlab that calls it I'll be unable to do that debugging (we'll see). If I arrive to some results I'll let the list knows if the problem is

Re: cygwin/matlab/xp

2004-05-18 Thread Brian Ford
On Tue, 18 May 2004, bruno patin wrote: > Brian Ford a écrit : > >WAG: Check the line endings. Did you install with a different default > >option on XP? > > > >Just a probably bad guess. > > I think you speak of the line endings of the source code I compile ? No, I was wondering about the defaul

Cygwin's chmod +X

2004-05-18 Thread roger
I noticed while creating a bash script to backup my parents outlook & mydocuments folers, that WindowsXP does not recognize a "superuser" as being allowed access to a users folders! (bah. roger grumbles some more.) Anyways, I set out to mainly change these permissions myself within the script and

Default Vim Usability & Behavior

2004-05-18 Thread roger
I've always had [EMAIL PROTECTED]@#$ problems when using vi/vim within Cygwin, until I recently (got off my lazy butt;-) copied over my /etc/vim/vimrc file over to the Cygwin box. The issues I would have with Cygwin's default install of vim would be that the cursor and delete keys would fail to wo

Re: cygwin/matlab/xp

2004-05-18 Thread bruno patin
Brian Ford a écrit : You're calling a cygwin DLL (not -mno-cygwin) from matlab? I don't think this will work in the general sense. You may have been lucky before. In order to do that I use a tool developped by M.Brett and that do the job of connecting the cygwin dll to matlab. Excuse me not t

Anyone using bash shell in Japanese, Chinese, or Korean?

2004-05-18 Thread Joe Wigglesworth
I'm having difficulty getting the bash shell to handle Japanese double byte characters correctly. The handling of double byte Japanese characters is improved by adding the definitions listed below, but some commands such as ls, find, and cygpath still have problems. Is there anything else I can

Re: Anyone using bash shell in Japanese, Chinese, or Korean?

2004-05-18 Thread Igor Pechtchanski
On Tue, 18 May 2004, Joe Wigglesworth wrote: > I'm having difficulty getting the bash shell to handle Japanese double > byte characters correctly. The handling of double byte Japanese characters > is improved by adding the definitions listed below, but some commands such > as ls, find, and cygpath

Re: tail and win file handling

2004-05-18 Thread Larry Hall
At 01:08 PM 5/18/2004, you wrote: >I can't change the application unfortunately, if I >could I'd have it only log interesting stuff rather >than the garbage it does. > >Is it worth trying maybe to link the file and tail the >link ? or mess with a tee command ?? I guess I'm unclear on what you're

Re: Backup failure for Cron.pid

2004-05-18 Thread Andrew DeFaria
"bella" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Install cygwin 1.3.10 in windows 2000 advanced server > SP3. I used Veritas Netbackup for backup system. > Recently, I got error > > ERR = failure reading file: D:\cygwin\var\run\cron.pid > (The process cannot access the

SRGP and SSCOP for Cygwin

2004-05-18 Thread Kevin GPO
Can I get SRGP and SSCOP for Cygwin? Directions please! HELP! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Issue with 'test' command and network shares on non-domain network

2004-05-18 Thread cy . 20 . superconductor
Hello all, I've been seeing a problem with permissions checks using v. 1.5.9 of cygwin on network shares on machines which are not part of a domain with smbntsec set, any command that performs an explicit access check seems to always think that access is denied. I'll pick the 'test' command a

Re: SRGP and SSCOP for Cygwin

2004-05-18 Thread Brian Ford
We heard you the first time. If you are going to repost, at least try to include more information instead of less. On Tue, 18 May 2004, Kevin GPO wrote: > Can I get SRGP and SSCOP for Cygwin? In order to provoke a better response, you might try explaining what SRGP and SSCOP are. Please don't

Unsufficient number of semaphores in a set

2004-05-18 Thread Krzysztof Duleba
Hello I expreience strange Cygwin behaviour when I try to create a big semaphore set. I wrote a simple test case as following: $ cat semtest.c #include #include #include #include int main(){ int i, sem_id; scanf("%d", &i); if((sem_id = semget(1000, i, IPC_CREAT | IPC_EXCL)) == -1){

Re: Issue with 'test' command and network shares on non-domain network

2004-05-18 Thread Pierre A. Humblet
On Tue, May 18, 2004 at 11:47:40PM +0100, [EMAIL PROTECTED] wrote: > Hello all, > > I've been seeing a problem with permissions checks using v. 1.5.9 of > cygwin on network shares on machines which are not part of a domain with > smbntsec set, any command that performs an explicit access check