Worrying openssh behaviour

2003-08-29 Thread Matt Holgate
Hi, I've had cygwin installed for a while on my Windows XP box and it's been great. However, today I installed a personal firewall (Kerio Personal Firewall to be exact) and I noticed some worrying behaviour with openssh. When using the openssh client to connect to my linux box, it correctly opene

Re: how can i use my own func in stdio.a?,such as printf

2003-08-29 Thread Rolf Campbell
Gdb has an api that can be used for this sort of stuff. Insight uses it. zhao mindong wrote: Because i want to use gdb as a part of my IDE(windows platform),but think it too slow if i use pipe to communicate with gdb,so i want to using my stdio func to get the gdb's output...just an idea From

Re: how can i use my own func in stdio.a?,such as printf

2003-08-29 Thread Christopher Faylor
On Thu, Aug 28, 2003 at 09:52:38PM -0400, Rolf Campbell wrote: >Gdb has an api that can be used for this sort of stuff. Insight uses it. Actually insight doesn't really use it. Insight has hooks throughout gdb. gdb does have an interface for this, though. It's called MI. If anyone is interest

Re: 1.5.3s: /dev/clipboard does not work for non-cygwin programs

2003-08-29 Thread Charles Wilson
Christopher Faylor wrote: /dev/clipboard is not a device as far as a normal Windows program is concerned. There is no true handle associated with it. /dev/clipboard will not work with windows apps. You can also use putclip and getclip, two cygwin programs from the cygutils package: ipconfig |

gcc / renderman compile question

2003-08-29 Thread Dean Strotz
hello everybody. i am trying slowly but steadily to switch from microsoft visual studio to gcc, but i am having some issues. as i try to compile my light.c example with gcc with the mentioned options, i get the following errors. can anybody tell my what i do wrong or do not set as option or else

pthreads and atexit on cygwin

2003-08-29 Thread peter garrone
Hi, I have a noticed a difference in execution between cygwin and linux for pthreads and atexit. If exit is called by a thread, then functions lodged with atexit by the main thread do not get invoked on cygwin, but do get invoked on linux. Because I am unsure if this difference has been noted

Re: perldoc unreadable

2003-08-29 Thread Gerrit P. Haase
Hallo waxmop, > I use perl version 5.8.0. Please try to reinstall perl with setup.exe, probably you want to upgrade to perl-5.8.0-4, once it is available on the mirrors. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.c

Odd perl 5.8.0 error

2003-08-29 Thread Andrew DeFaria
All of a sudden a Perl script of mine that has been working fine for a long time stopped working. I've traced it down to the following line in Perl: my $nbr_msgs = `grep -ce "^From " "$returned_dir/$sender"`; Seems innocent enough right? Here's the error message: C:\Cygwin\bin\perl.exe: *** co

Re: Worrying openssh behaviour

2003-08-29 Thread Corinna Vinschen
On Fri, Aug 29, 2003 at 01:24:28AM +0100, Matt Holgate wrote: > Hi, > > I've had cygwin installed for a while on my Windows XP box and it's been > great. However, today I installed a personal firewall (Kerio Personal > Firewall to be exact) and I noticed some worrying behaviour with openssh. > >

Re: gcc / renderman compile question

2003-08-29 Thread Elfyn McBratney
Dean Strotz wrote: > hello everybody. i am trying slowly but steadily to switch from microsoft > visual studio to gcc, but i am having some issues. > as i try to compile my light.c example with gcc with the mentioned options, > i get the following errors. > can anybody tell my what i do wrong or

Re: awk / sed - trouble with CR character

2003-08-29 Thread Corinna Vinschen
On Mon, Aug 25, 2003 at 05:12:22PM -0400, Cary Lewis wrote: > I have a binary file, with 8 lines of ascii at the top, and then a binary > line > > The binary line contains the 0x0d. > > E.g. > > $ od -tx1 a > 000 31 0a 32 0a 33 0a 34 0a 35 0a 36 0a 37 0a 38 0a > 020 31 32 33 0d 0a 39 39

[ANNOUNCEMENT] Updated: perl-5.8.0-4

2003-08-29 Thread Gerrit P. Haase
perl-5.8.0-4 release has been uploaded to sourceware -- it should be on the mirrors soon. New in this release: - This is a bugfix release. - Fixed a binmode() issue. Building recent version of Cygwin should be possible with this release. Many thanks to Don Slutz who provide

Re: all apps crash at startup with current CVS checkout of cygwin

2003-08-29 Thread Ronald Landheer-Cieslak
I didn't know about the --enable-debugging option yet - I'll turn it on and see what I get. thx rlc On Thu, Aug 28, 2003 at 10:34:00AM -0400, Christopher Faylor wrote: > On Thu, Aug 28, 2003 at 12:08:20PM +0200, Ronald Landheer-Cieslak wrote: > >With a fresh checkout from cygwin's CVS repo, fres

Re: all apps crash at startup with current CVS checkout of cygwin

2003-08-29 Thread Ronald Landheer-Cieslak
On Thu, Aug 28, 2003 at 10:34:00AM -0400, Christopher Faylor wrote: > On Thu, Aug 28, 2003 at 12:08:20PM +0200, Ronald Landheer-Cieslak wrote: > >With a fresh checkout from cygwin's CVS repo, fresh build, etc. I get this > >when I start rxvt: > > > > 6 [main] rxvt 1912 handle_exceptions: Excep

Re: Updated: perl-5.8.0-4

2003-08-29 Thread Dr. Volker Zell
> "Gerrit" == Gerrit P Haase <[EMAIL PROTECTED]> writes: Gerrit> perl-5.8.0-4 release has been uploaded to sourceware Gerrit>-- it should be on the mirrors soon. The perl scripts and manages have CR-LF line endings again :-( Ciao Volker -- Unsubscribe info:

[Fwd: Re: perl test fails]

2003-08-29 Thread Rob Clack
Well I thought maybe I'd better just try setting $CYGWIN, even though it didn't seem relevant (I don't have "..problems with NT shares or Samba drives..", since the script reliably breaks when run from a local, non-shared drive) and indeed, it made no difference. Unless there's some special w

Re: [Fwd: Re: perl test fails]

2003-08-29 Thread Elfyn McBratney
Rob Clack wrote: > Well I thought maybe I'd better just try setting $CYGWIN, even though it > didn't seem relevant (I don't have "..problems with NT shares or Samba > drives..", since the script reliably breaks when run from a local, > non-shared drive) and indeed, it made no difference. Unles

Re: Updated: perl-5.8.0-4

2003-08-29 Thread Elfyn McBratney
Tony Arnold wrote: > I'm confused! My current version of perl is 5.8.1-1 and yet this update is a > lower version of 5.8.0-4! I can only assume I've installed a test version at > some time. Should I stay with 5.8.1-1 or revert/update to 5.8.0-4? Please don't reply/send mail to cygwin-announce. It

Re: basename(), dirname(), what happened?

2003-08-29 Thread Elfyn McBratney
Gerrit P. Haase wrote: > Hallo Elfyn, > > I found a thread from January about these two functions. Are they > included in the meantime? Nope. I was working on implementing there libgen functions as I had a need for them in application where they were a) not availabe and b) I could not use the *

Re: Core dumps : gij (GNU libgcj) version 3.2 20020927 (prerelease)

2003-08-29 Thread Elfyn McBratney
[EMAIL PROTECTED] wrote: > Hello, > > I am writing some code using the following directory structure, > like it should be in java > > ./source > ./source/classes > > putting into ./source the application, and in ./source/classes > the libraries, where one of the libraries is programmed to > thro

[ANNOUNCEMENT] Available for test: lftp-2.6.6-1

2003-08-29 Thread Mark Blackburn
lftp is an ftp client that supports many protocols: ftp, ftps, http, https, hftp, fish and file. lftp also has readline support (ie tab-completion and history like bash and ncftp). Using lftp with the fish protocol makes it a convenient substitute for sftp. Known issues: -When using the fish p

RE : tee core dumped

2003-08-29 Thread Philippe Torche
No body arrived to reproduce this ? Actually I can produce this sometimes using isql from MS, gawk, ... It's for me a very big problem ! Please help me ! -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Philippe Torche Envoyé : mercredi, 27. août 2003 13:

Re: Updated: perl-5.8.0-4

2003-08-29 Thread Gerrit P. Haase
Hello Tony, > I'm confused! My current version of perl is 5.8.1-1 and yet this update is a > lower version of 5.8.0-4! I can only assume I've installed a test version at > some time. Should I stay with 5.8.1-1 or revert/update to 5.8.0-4? 5.8.1-1 is a test release which works only with cygwin-1.5

Re: basename(), dirname(), what happened?

2003-08-29 Thread Gerrit P. Haase
Hello Elfyn, >> I found a thread from January about these two functions. Are they >> included in the meantime? > Nope. I was working on implementing there libgen functions as I had a > need for them in application where they were a) not availabe and b) I > could not use the *BSD/[L]GPL versions

Re: Updated: perl-5.8.0-4

2003-08-29 Thread Gerrit P. Haase
Dr. schrieb: >> "Gerrit" == Gerrit P Haase <[EMAIL PROTECTED]> writes: > Gerrit> perl-5.8.0-4 release has been uploaded to sourceware > Gerrit>-- it should be on the mirrors soon. > The perl scripts and manages have CR-LF line endings again :-( Yes, I already saw

Re: [Fwd: Re: perl test fails]

2003-08-29 Thread Rob Clack
Hooray, we're there! Thank you! The -x operator works perfectly, but the problem was still rather obscure, so here's the answer. Cygwin 1.3.22-1 under NT4, Perl 5.8.0 My script was almost identical to the one Elfyn supplied below, it just tested a local file rather than /usr/bin/perl. #!/bin

Re: RE : tee core dumped

2003-08-29 Thread Elfyn McBratney
Philippe Torche wrote: > No body arrived to reproduce this ? > Actually I can produce this sometimes using isql from MS, gawk, ... > It's for me a very big problem ! > > Please help me ! Calm down! The last two weeks have been stressful for most with all of the viruses and spam flying around on

Re: [Fwd: Re: perl test fails]

2003-08-29 Thread jurgen . defurne
Hello, Rob, export CYGWIN="ntsec" If you do not do that, then all your files will have default mode 644. Your file did not change because you do chmod +x, but because you added the line #!/usr/bin/perl to it. Regards, Jurgen Rob Clack <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 0

Re: Core dumps : gij (GNU libgcj) version 3.2 20020927 (prerelease)

2003-08-29 Thread jurgen . defurne
Thanks, Elfyn, For at least some direction, even if not to a solution. Jurgen Elfyn McBratney <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 08/29/2003 12:11 PM Please respond to cygwin To: [EMAIL PROTECTED] cc: (bcc: Jurgen Defurne/BRG/CE/PHILIPS) Su

Re: [Fwd: Re: perl test fails]

2003-08-29 Thread Elfyn McBratney
Rob Clack wrote: > [...] > So there seems to be a couple of weensy buggettes there, though I'm not > suggesting anyone bother to fix them unless they happen to be working > there anyway. They're not serious bugs, but they did obscure the real > problem and waste quite a lot of my and several o

RE: Updated: perl-5.8.0-4

2003-08-29 Thread Tony Arnold
Gerrit, > 5.8.1-1 is a test release which works only with cygwin-1.5.2 > or later, if it works for you, it is ok, just stay with it, > perl-5.8.0 is a 'regular' bugfix for the current (stable) > release which works also with cygwin < 1.5, i.e. with 1.3.22. Thanks for this. I did get some stran

Perl-5.8.0-4 package hangs at 95% installed

2003-08-29 Thread s t
"Cygcheck -s -r -v perl" output attached in perl5804.out - doesn't show current package, perl-5.8.0-3 Installation stops at 95%, showing Installing perl-5.8.0-4 /usr/lib/perl5/5.8.0/cygwin-multi-64int/auto/Encode/TW/TW.dll "Cancel" ends it - Directory of 5.8.0-3 is /lib/perl5/5.8.0. Why /usr

Re: Odd perl 5.8.0 error

2003-08-29 Thread Gerrit P. Haase
Hello Andrew, > All of a sudden a Perl script of mine that has been working fine for a > long time stopped working. I've traced it down to the following line in > Perl: > my $nbr_msgs = `grep -ce "^From " "$returned_dir/$sender"`; > Seems innocent enough right? Here's the error message: > C:\Cy

Re: Perl-5.8.0-4 package hangs at 95% installed

2003-08-29 Thread Elfyn McBratney
s t wrote: > "Cygcheck -s -r -v perl" output attached in perl5804.out > - doesn't show current package, perl-5.8.0-3 > > Installation stops at 95%, showing > Installing >perl-5.8.0-4 >/usr/lib/perl5/5.8.0/cygwin-multi-64int/auto/Encode/TW/TW.dll The mirror your downloading from probably s

Re: Perl-5.8.0-4 package hangs at 95% installed

2003-08-29 Thread Gerrit P. Haase
s schrieb: > "Cygcheck -s -r -v perl" output attached in perl5804.out > - doesn't show current package, perl-5.8.0-3 > Installation stops at 95%, showing > Installing > perl-5.8.0-4 > /usr/lib/perl5/5.8.0/cygwin-multi-64int/auto/Encode/TW/TW.dll > "Cancel" ends it > - Directory of 5.8.0

Re: basename(), dirname(), what happened?

2003-08-29 Thread Elfyn McBratney
Gerrit P. Haase wrote: > Hello Elfyn, > > >> I found a thread from January about these two functions. Are they > >> included in the meantime? > > > Nope. I was working on implementing there libgen functions as I had a > > need for them in application where they were a) not availabe and b) I > >

Re: [Fwd: Re: perl test fails]

2003-08-29 Thread Rob Clack
Thank you Elfyn and Jurgen. A few moment's thought would have reminded me that file permissions are handled differently on NT. ;) Regards Rob Elfyn McBratney wrote: Rob Clack wrote: [...] So there seems to be a couple of weensy buggettes there, though I'm not suggesting anyone bother to fix t

Re: perldoc unreadable

2003-08-29 Thread waxmop
I changed the permissions on / to 777, and now I can use perldoc. I suspect that having / set to 777 is a security problem, and at some later point I'll revisit this. However, since my computer sits behind a firewall and I'm the only one using it, I'm ok with this for now. > Hallo waxmop, > >>

Re: tee core dumped

2003-08-29 Thread Igor Pechtchanski
On Wed, 27 Aug 2003, Philippe Torche wrote: > I found a problem with tee (probably), please try this sample code > below. I've found the same problem with other tools like gawk, ... > > echo '#!/usr/bin/bash > sleep 10 > /dev/null 2>&1 & > transfert_job=$! > > echo LINENO=$LINENO > procps -p $tran

Re: [Fwd: Re: perl test fails]

2003-08-29 Thread Igor Pechtchanski
Rob, Actually, this behavior also depends on the filesystem you use. CYGWIN=ntsec alone only helps if you have NTFS. For FAT you also need "ntea" (i.e., CYGWIN="ntsec ntea" -- be aware that it'll create a large file in your drive's root directory). I believe permissions on FAT32 were broken some

wtf 0.0.4-2 - Segmentation fault (core dumped)

2003-08-29 Thread Hughes, Bill
Running wtf 0.0.4-2 on cygwin 1.3.22(0.78/3/2) under Windows 2000,looking for an acronym which is not in a database gives me an error of "Segmentation fault (core dumped)" if the unrecognised acronym is 'susea' or later. I.E. a search for 'a' to 'susd' returns nothing (blank) while a search for

Re: Odd perl 5.8.0 error

2003-08-29 Thread Andrew DeFaria
Gerrit P. Haase wrote: Hello Andrew, All of a sudden a Perl script of mine that has been working fine for a long time stopped working. I've traced it down to the following line in Perl: my $nbr_msgs = `grep -ce "^From " "$returned_dir/$sender"`; Seems innocent enough right? Here's the error mes

Re: Odd perl 5.8.0 error

2003-08-29 Thread Elfyn McBratney
Andrew DeFaria wrote: > Gerrit P. Haase wrote: > > >Hello Andrew, > > > >>All of a sudden a Perl script of mine that has been working fine for a > >>long time stopped working. I've traced it down to the following line in > >>Perl: > > > >>my $nbr_msgs = `grep -ce "^From " "$returned_dir/$sender"`;

Re: all apps crash at startup with current CVS checkout of cygwin

2003-08-29 Thread Christopher Faylor
On Fri, Aug 29, 2003 at 11:41:52AM +0200, Ronald Landheer-Cieslak wrote: >On Thu, Aug 28, 2003 at 10:34:00AM -0400, Christopher Faylor wrote: >> On Thu, Aug 28, 2003 at 12:08:20PM +0200, Ronald Landheer-Cieslak wrote: >> >With a fresh checkout from cygwin's CVS repo, fresh build, etc. I get this >>

Re: pthreads and atexit on cygwin

2003-08-29 Thread Christopher Faylor
On Fri, Aug 29, 2003 at 01:22:56PM +0800, peter garrone wrote: >I have a noticed a difference in execution between cygwin and linux for >pthreads and atexit. If exit is called by a thread, then functions >lodged with atexit by the main thread do not get invoked on cygwin, but >do get invoked on li

Re: wtf 0.0.4-2 - Segmentation fault (core dumped)

2003-08-29 Thread Igor Pechtchanski
On Fri, 29 Aug 2003, Hughes, Bill wrote: > Running wtf 0.0.4-2 on cygwin 1.3.22(0.78/3/2) under Windows 2000,looking > for an acronym which is not in a database gives me an error of "Segmentation > fault (core dumped)" if the unrecognised acronym is 'susea' or later. > I.E. a search for 'a' to 'su

[ANNOUNCEMENT] Updated: perl-5.8.0-5

2003-08-29 Thread Gerrit P. Haase
perl-5.8.0-5 release has been uploaded to sourceware -- it should be on the mirrors soon. News: The previous release (from yesterday) was broken, I'm sorry for the inconvenience. Don't use perl-5.8.0-4, if your mirror doesn't offer perl-5.8.0-5 yet, please choose another mirro

[ANNOUNCEMENT] Updated: wtf-0.0.4-3

2003-08-29 Thread Igor Pechtchanski
Version 0.0.4-3 of wtf (still compiled against Cygwin 1.3.22 for now) is available and should be coming soon to a mirror near you. See below for a list of changes. wtf(6) is a utility provided by some UNIX and UNIX-like systems including Slackware Linux and NetBSD. It translates acronyms and fil

installation problem SOLVED

2003-08-29 Thread Frank Stajano
This is a follow-up to my own installation problem as reported in http://cygwin.com/ml/cygwin/2003-08/msg01255.html to which no reply appeared here yet. After a lot of attempts and a lot of persistence I discovered that the reason for all the strange behaviour was that some of the tarballs in the

Please try latest snapshot - 1.5.3 soon

2003-08-29 Thread Christopher Faylor
The latest snapshot should be close to cygwin 1.5.3. It fixes a recent problem with nested signals. Please give it a try. http://cygwin.com/snapshots/ cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

What is cyggdk.dll

2003-08-29 Thread Rick McMaster
I am getting error messages that I do not have cyggdk.dll. I can't seem to find out where to get this DLL file from.. Does anyone have any ideas? Thanks, Rick -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: installation problem SOLVED

2003-08-29 Thread Elfyn McBratney
Frank Stajano wrote: > This is a follow-up to my own installation problem as reported in > http://cygwin.com/ml/cygwin/2003-08/msg01255.html > to which no reply appeared here yet. > > After a lot of attempts and a lot of persistence I discovered that the > reason for all the strange behaviour was

Re: What is cyggdk.dll

2003-08-29 Thread Igor Pechtchanski
On Fri, 29 Aug 2003, Rick McMaster wrote: > I am getting error messages that I do not have cyggdk.dll. I can't seem to > find out where to get this DLL file from.. > Does anyone have any ideas? > Thanks, > Rick A search of shows that this file doesn't exist as part o

Re: What is cyggdk.dll

2003-08-29 Thread Elfyn McBratney
Rick McMaster wrote: > I am getting error messages that I do not have cyggdk.dll. I can't seem to > find out where to get this DLL file from.. > Does anyone have any ideas? > Thanks, > Rick What message and from where? I'm assuming from Windows, yes? What invokation of an application raises this

Re: What is cyggdk.dll

2003-08-29 Thread Rick McMaster
The program that acuses the error is dillo. Thanks, Rick - Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "Rick McMaster" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, August 29, 2003 2:39 PM Subject: Re: What is cyggdk.dll > On Fri, 29 Aug 2003, Rick M

Re: What is cyggdk.dll

2003-08-29 Thread Rick McMaster
It seems gaim also looks for this DLL as well. Thanks, Rick - Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "Rick McMaster" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, August 29, 2003 2:39 PM Subject: Re: What is cyggdk.dll > On Fri, 29 Aug 2003, Ri

Re: What is cyggdk.dll

2003-08-29 Thread Elfyn McBratney
Rick McMaster wrote: > It seems gaim also looks for this DLL as well. Are you sure it's cyggdk.dll and not cyggtk.dll ? You need to download the package that contain's this DLL (gtk perhaps) from the place/people you download gaim from (Cygnome?). -- Elfyn McBratney +--

Re: What is cyggdk.dll

2003-08-29 Thread Igor Pechtchanski
Rick, Neither "dillo", nor "gaim" are part of the standard Cygwin distribution. If you got them from somewhere other than the official Cygwin mirrors, you might have better luck contacting the mailing lists set up for those programs, if they exist, or the maintainers of those programs directly.

Re: What is cyggdk.dll

2003-08-29 Thread Gerrit P. Haase
Hallo Rick, Am Freitag, 29. August 2003 um 20:34 schriebst du: > I am getting error messages that I do not have cyggdk.dll. I can't seem to > find out where to get this DLL file from.. > Does anyone have any ideas? It is part of gtk+, where you got the program that causes this message there shou

[ANNOUNCEMENT] update: gnugo-3.4

2003-08-29 Thread Teun Burgers
I've packaged the recently released gnugo-3.4 for cygwin. Gnu Go is a state of the art go playing program. Go is an ancient boardgame originating from Asia, that becomes increasingly popular in the western world. For more info consult the Gnu Go home page: http://www.fsf.org/software/gnu

Re: wtf 0.0.4-2 - Segmentation fault (core dumped)

2003-08-29 Thread Cary Jamison
"Igor Pechtchanski" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > ... > Pure coincidence! Drat, am I the only one who now regrets the fact that > "vi" comes alphabetically after "emacs"? ;-) Try xemacs! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Prob

Re: [ANNOUNCEMENT] update: gnugo-3.4

2003-08-29 Thread Krzysztof Dulęba
Użytkownik "Teun Burgers" <[EMAIL PROTECTED]> napisał w wiadomości news:[EMAIL PROTECTED] > I've packaged the recently released gnugo-3.4 for cygwin. OK, but what's new in this release? I haven't found any NEWS file in the package. Regards Krzysztof Duleba -- Unsubscribe info: http://cygw

Re: wtf 0.0.4-2 - Segmentation fault (core dumped)

2003-08-29 Thread Igor Pechtchanski
On Fri, 29 Aug 2003, Cary Jamison wrote: > "Igor Pechtchanski" <[EMAIL PROTECTED]> wrote in message > news:<[EMAIL PROTECTED]>... > > ... > > Pure coincidence! Drat, am I the only one who now regrets the fact that > > "vi" comes alphabetically after "emacs"? ;-) > > Try xemacs! That's a variant

suggestion for postgresql doc

2003-08-29 Thread Markus Hoenicka
Hi, I just went through the installation of PostgreSQL as a service on a WinXP box. I had to fix a couple of permission settings in order to get postmaster up and running. The documentation talks about this issue, but it fails to mention that the permissions of /var/log need to be fixed as well, b

/bin/rbash in passwd, but starts a *non* restricted shell (1.3.20)

2003-08-29 Thread Tom Rodman
Interactively rbash seems to work fine: bash-2.05b$ uname -a; ln -s /bin/bash /bin/rbash;rbash CYGWIN_NT-4.0 ws011206 1.3.20(0.73/3/2) 2003-02-08 12:10 i686 unknown unknown Cygwin rbash-2.05b$ cd / rbash: cd: restricted When I set the login shell to /bin/rbash and login through ssh the sh

list manager: please remove e-mail address from 2003-08/msg01549

2003-08-29 Thread Teun Burgers
Hello In msg: http://www.cygwin.com/ml/cygwin/2003-08/msg01549.html with subject: Re: [ANNOUNCEMENT] update: gnugo-3.4 from Krzysztof Duleba my e-mail adress is visible. Please remove this ASAP if at all possible since I have enough trouble dealing with SPAM and sobig.f already. At gmane ( ht

RE: What is cyggdk.dll

2003-08-29 Thread Rick McMaster
Well, I got them from Sourceforge (the same place I got Cygwin). Maybe I will scour the readme files again. Didn't see anything the first time through but I guess I am getting old and may have missed it. :-) Thanks for the advice, Rick -Original Message- From: Igor Pechtchanski [mailto

Re: list manager: please remove e-mail address from 2003-08/msg01549

2003-08-29 Thread list-manager
On Fri, Aug 29, 2003 at 11:33:39PM +0200, Teun Burgers wrote: >Hello > >In msg: > >http://www.cygwin.com/ml/cygwin/2003-08/msg01549.html > >with subject: > >Re: [ANNOUNCEMENT] update: gnugo-3.4 > >from Krzysztof Duleba my e-mail adress is visible. > >Please remove this ASAP if at all possible since

Re: What is cyggdk.dll

2003-08-29 Thread Christopher Faylor
On Fri, Aug 29, 2003 at 05:44:18PM -0400, Rick McMaster wrote: >Well, I got them from Sourceforge (the same place I got Cygwin). Can you tell us where you downloaded cygwin via sourceforge? Sourceforge is not a registered cygwin mirror. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubsc

Re: What is cyggdk.dll

2003-08-29 Thread Elfyn McBratney
Rick McMaster wrote: > Well, I got them from Sourceforge (the same place I got Cygwin). Maybe > I will scour the readme files again. Didn't see anything the first time > through but I guess I am getting old and may have missed it. :-) When you say SourceForge, do you mean Cygnome (hosted at Sour

Re: list manager: please remove e-mail address from 2003-08/msg01549

2003-08-29 Thread Krzysztof Duleba
Teun Burgers" wrote in news:[EMAIL PROTECTED] > In msg: > http://www.cygwin.com/ml/cygwin/2003-08/msg01549.html > > with subject: > Re: [ANNOUNCEMENT] update: gnugo-3.4 > from Krzysztof Duleba my e-mail adress is visible. > > Please remove this ASAP if at all possible since I have > enough trouble

Re: list manager: please remove e-mail address from 2003-08/msg01549

2003-08-29 Thread Elfyn McBratney
Krzysztof Duleba wrote: > Teun Burgers" wrote > > > In msg: > > http://www.cygwin.com/ml/cygwin/2003-08/msg01549.html > > > > with subject: > > Re: [ANNOUNCEMENT] update: gnugo-3.4 > > from Krzysztof Duleba my e-mail adress is visible. > > > > Please remove this ASAP if at all possible since I hav

Re: 7-Zip

2003-08-29 Thread Lapo Luchini
Biju G C wrote: I wish there is somebody to port this. As per Igor Standalone command line version in folder Project\archiver\bundle\Alone\ will be easy to port I made a try at it, once.. but it has lotsa subdirectories and libraries... without working Makefiles is not-so-easy to figure o

Re: patch.exe missing from cygwin? [Newbie]

2003-08-29 Thread Timothy C Prince
-Original Message- From: WINDOWS 98 <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Wed, 27 Aug 2003 11:43:26 -0400 Subject: patch.exe missing from cygwin? [Newbie] Hi. Just installed Cygwin, looking for patch.exe. It has diff.exe, but no patch! Any idea how I can get this utility? __

Re: list manager: please remove e-mail address from 2003-08/msg01549

2003-08-29 Thread Krzysztof Duleba
"Elfyn McBratney" wrote in news:[EMAIL PROTECTED] > > > And for Krzysztof, please don't quote e-mail adresses > > > in messages to lists. > > The annoying thing here is that we have to use our real adresses. If the > > server allowed fake adresses, the problem would disapear. Do you believe > > th

Greetings/Inquiry

2003-08-29 Thread Fred Brume
LETTER OF INQUIRY Dear Sir, I have interest of investing in your country as such, I would like to make contact with you for assistance as soon as I am able to transfer my fund for this investment, which is already with a security company in Europe. You will assist me in collecting the funds fr

Re: patch.exe missing from cygwin? [Newbie]

2003-08-29 Thread Cliff Hones
Timothy C Prince wrote: > Hi. Just installed Cygwin, looking for patch.exe. It has diff.exe, but > no patch! Any idea how I can get this utility? Yes indeed - just install it. Cygwin is a lot larger than back in the B18 days, and now you can select the packages you want. In this case, the pat

Re: list manager: please remove e-mail address from 2003-08/msg01549

2003-08-29 Thread Christopher Faylor
On Sat, Aug 30, 2003 at 12:29:48AM +0200, Krzysztof Duleba wrote: >I ask again: why aren't fake adresses allowed? I'd love to know the policy >that stands behind it. It's the standard cygwin policy, extended to all of gcc.gnu.org and sources.redhat.com: We're just mean. There is no reason for yo

Re: list manager: please remove e-mail address from 2003-08/msg01549

2003-08-29 Thread Frédéric L. W. Meunier
On Fri, 29 Aug 2003, Teun Burgers wrote: > Please remove this ASAP if at all possible since I have > enough trouble dealing with SPAM and sobig.f already. > At gmane ( http://article.gmane.org/gmane.os.cygwin/36140 ) > the address is also mangled as it should be. Sven isn't subscribed to the mail

Re: list manager: please remove e-mail address from 2003-08/msg01549

2003-08-29 Thread Frédéric L. W. Meunier
On Sat, 30 Aug 2003, Krzysztof Duleba wrote: > Harvesters that you are so afraid of always read the "from" field in > message header. Look what's written there. See? How do you want your > adress to be protected if it can be extracted so easily from the header? http://mail.gnu.org/archive/html/bu

RE: Updated: perl-5.8.0-4

2003-08-29 Thread Tony Arnold
I'm confused! My current version of perl is 5.8.1-1 and yet this update is a lower version of 5.8.0-4! I can only assume I've installed a test version at some time. Should I stay with 5.8.1-1 or revert/update to 5.8.0-4? Regards, Tony. -- Tony Arnold, Deputy to the Head of COS Division, Mancheste