Re: setup.exe troubleshooting snapshot

2003-04-01 Thread Robert Collins
Marcel Telka wrote: Ok, 3/4 disabled... http://www.cygwin.com/setup-snapshots/setup-2.340.2.3.2.5.exe Crash. http://www.cygwin.com/setup-snapshots/setup-2.340.2.3.2.6.exe Cross fingers. This calls no windows API's, just sets a single variable in memory. Rob -- Unsubscribe info: http://

Re: setup.exe troubleshooting snapshot

2003-04-01 Thread Marcel Telka
On Wed, Apr 02, 2003 at 05:26:31PM +1000, Robert Collins wrote: > Marcel Telka wrote: > >On Wed, Apr 02, 2003 at 04:45:53PM +1000, Robert Collins wrote: > > >>Great. Same thing, but only half the code disabled: > >> > >>http://www.cygwin.com/setup-snapshots/setup-2.340.2.3.2.4.exe > >> > >>Please

how do I configure ssmtp on pacbell.net?

2003-04-01 Thread Steve Kelem
I'm a pacbell dsl user. They gave me an IP address, but not a domain name. I'd like to run ssmtp (or something equivalent) locally so that I can send mail from programs like faq-o-matic or shell scripts. I ran ssmtp-config, but it wants to know the fully-qualified hostname. Is there a way to fak

Re: setup.exe troubleshooting snapshot

2003-04-01 Thread Robert Collins
Marcel Telka wrote: On Wed, Apr 02, 2003 at 04:45:53PM +1000, Robert Collins wrote: Great. Same thing, but only half the code disabled: http://www.cygwin.com/setup-snapshots/setup-2.340.2.3.2.4.exe Please report back.. Crashes... Ok, 3/4 disabled... http://www.cygwin.com/setup-snapshots/setup-

Re: setup.exe troubleshooting snapshot

2003-04-01 Thread Marcel Telka
On Wed, Apr 02, 2003 at 04:45:53PM +1000, Robert Collins wrote: > Marcel Telka wrote: > >On Tue, Apr 01, 2003 at 11:36:38PM +0100, Max Bowsher wrote: > > > >>I've uploaded a new setup troubleshooting snapshot: > >>http://www.cygwin.com/setup-snapshots/setup-2.340.2.3-no-set_default_sec.exe > >> > >

compiling gcc 3.2.2 with mingw support

2003-04-01 Thread Brian Warner
Hi, I'm porting an application from Linux to Windows, using MinGW and MSYS. This application needs the Xerces-C library. This library doesn't exist for Mingw, so I needed to compile it with Cygwin for MinGW. When My program used the gcc 3.2, there were no problem, but now it uses the gcc 3.2.2

Re: setup.exe troubleshooting snapshot

2003-04-01 Thread Robert Collins
Marcel Telka wrote: On Tue, Apr 01, 2003 at 11:36:38PM +0100, Max Bowsher wrote: I've uploaded a new setup troubleshooting snapshot: http://www.cygwin.com/setup-snapshots/setup-2.340.2.3-no-set_default_sec.exe This is simply 2.340.2.3 with the recently-added ntsec code deactivated. Please could an

gcc -mno-cygwin preprocessing: cygwin headers included.

2003-04-01 Thread Teun Burgers
consider a file hello.c with the following two lines: #include #include The attached cygwin.txt is the output of gcc -E hello.c The attached no-cygwin.txt is the output of gcc -mno-cygwin -E hello.c The cygwin one includes /usr/include/stdio.h (OK) and /usr/lib/gcc-lib/i686-pc-cygwin/3.2/incl

Re: Updated: perl-5.8.0-2

2003-04-01 Thread Gerrit P. Haase
Hallo Rolf, Am Dienstag, 1. April 2003 um 18:13 schriebst du: > Gerrit P. Haase wrote: >> Rolf schrieb: >>>So, is this a cygwin perl problem? Or has the stock perl decided >>>to only work with magic ENV variables? >> I don't see the problem in the latest Perl (5.9.0) and I'm trying to >> figure

Re: Updated: perl-5.8.0-2

2003-04-01 Thread Gerrit P. Haase
Hallo Frédéric, Am Mittwoch, 2. April 2003 um 01:09 schriebst du: > Rolf Campbell wrote: >> /home/rcampbell> cygcheck -svr > /tmp/cygcheck.txt >> cygcheck: dump_sysinfo: GetVolumeInformation() failed: 53 > I got > $ cygcheck -svr > /tmp/cygcheck.txt > cygcheck: dump_sysinfo: GetVolumeInformati

Re: Big Brother is Real

2003-04-01 Thread Igor Pechtchanski
On Tue, 1 Apr 2003, Christopher Faylor wrote: > On Tue, Apr 01, 2003 at 09:14:23AM -0800, Randall R Schulz wrote: > >At 08:38 2003-04-01, you wrote: > >>I don't recall giving you my permission to move to Linux, Randall. > >>You're too valuable to the cygwin community for me to allow this move. > >

1.3.20 : getpgid returns pid != -1 when specified pid no longer exists

2003-04-01 Thread gavin bowlby
$ uname -a CYGWIN_NT-5.0 reptilicus 1.3.20(0.73/3/2) 2003-02-08 12:10 i686 unknown unknown Cygwin Windows 2K box. Process A creates Process B. I kill Process B with a "kill -9 " Process A then does a: sid = getpgid(pid)); pid is set to process B's pid sid is not returned as -1, even though p

Building LAPACK and ATLAS under cygwin

2003-04-01 Thread Underwood, Jonathan
Hi Apologies if this is a little off topic. I'm attempting to build the LAPACK library under cygwin using the optimized atlas blas library. I have gotten Atlas to compile correctly and have installed the library files in /usr/lib and the header files in /usr/include/atlas/. However i run into trou

Re: cygwin license

2003-04-01 Thread Christopher Faylor
I've forwarded this request to our sales organization. On Wed, Apr 02, 2003 at 04:37:21AM +0400, Dmitri Dmitrienko wrote: >Hello people developing Cygwin. > >I'm deeply impressed with all things you made with GNU tools when ported >them into Win32 platform. >We're interested in including some cert

Re: Big Brother is Real

2003-04-01 Thread Christopher Faylor
On Tue, Apr 01, 2003 at 09:14:23AM -0800, Randall R Schulz wrote: >At 08:38 2003-04-01, you wrote: >>I don't recall giving you my permission to move to Linux, Randall. >>You're too valuable to the cygwin community for me to allow this move. > >Maybe a gold star would help persuade me to stay... Ok

Re: Can open() from console app, not from dll

2003-04-01 Thread Danny Smith
--- Massimiliano Mirra <[EMAIL PROTECTED]> wrote: > Danny Smith <[EMAIL PROTECTED]> writes: > > >> I am able to open a file and write into it from a console application, > >> but the same fails when done from within a function that is stored in > >> a DLL and called from a Visual Basic applicatio

Cygwin license

2003-04-01 Thread Dmitri Dmitrienko
Hello people developing Cygwin. I'm deeply impressed with all things you made with GNU tools when ported them into Win32 platform. We're interested in including some certain tools with our own commercial software. We consider two possible ways: a) shipping your tools as a separated package that wo

cygcheck: dump_sysinfo: GetVolumeInformation() failed (was: Re:Updated: perl-5.8.0-2)

2003-04-01 Thread Rolf Campbell
Frédéric L. W. Meunier wrote: Rolf Campbell wrote: /home/rcampbell> cygcheck -svr > /tmp/cygcheck.txt cygcheck: dump_sysinfo: GetVolumeInformation() failed: 53 I got $ cygcheck -svr > /tmp/cygcheck.txt cygcheck: dump_sysinfo: GetVolumeInformation() failed: 1005 cygcheck: dump_sysinfo: GetVolum

Missing symbols when I compile bash-2.05b-9

2003-04-01 Thread Jocelyn Giroux
Hi, I am trying to compile bash and I always get errors at link time. There are undefined reference to `_wcscoll' and `_wcwidth' symbol. I followed the instructions, I did the ./configure, then I called make, but there is always missing symbols. Where can I find them ? What am I doing wrong ?

Re: Can open() from console app, not from dll

2003-04-01 Thread Massimiliano Mirra
Danny Smith <[EMAIL PROTECTED]> writes: >> I am able to open a file and write into it from a console application, >> but the same fails when done from within a function that is stored in >> a DLL and called from a Visual Basic application. > > VB expects stdcall convention. > Try adding WINAPI to

GCC mainline bootstrap broken for a long time

2003-04-01 Thread Giovanni Bajo
Hello, It's been a while since last time I was able to compile the GCC mainline under cygwin (no crosscompiler). For a long period, I got an ICE very early in stage1, today I tried again, and it actually goes a lot furhter, but eventually crashes while compiling libstdc++. I get this: /bin/sh ../

RE: Can open() from console app, not from dll

2003-04-01 Thread Danny Smith
From: Massimiliano Mirra > I am able to open a file and write into it from a console application, > but the same fails when done from within a function that is stored in > a DLL and called from a Visual Basic application. VB expects stdcall convention. Try adding WINAPI to OpenSomething You wil

Re: setup.exe troubleshooting snapshot

2003-04-01 Thread Marcel Telka
On Tue, Apr 01, 2003 at 11:36:38PM +0100, Max Bowsher wrote: > I've uploaded a new setup troubleshooting snapshot: > http://www.cygwin.com/setup-snapshots/setup-2.340.2.3-no-set_default_sec.exe > > This is simply 2.340.2.3 with the recently-added ntsec code deactivated. > Please could anyone who c

Re: Updated: perl-5.8.0-2

2003-04-01 Thread Frédéric L. W. Meunier
Rolf Campbell wrote: > /home/rcampbell> cygcheck -svr > /tmp/cygcheck.txt > cygcheck: dump_sysinfo: GetVolumeInformation() failed: 53 I got $ cygcheck -svr > /tmp/cygcheck.txt cygcheck: dump_sysinfo: GetVolumeInformation() failed: 1005 cygcheck: dump_sysinfo: GetVolumeInformation() failed: 1005

1.3.22-1: execvp in libc.a seems different from newlib/libc/posix

2003-04-01 Thread Daniel Villeneuve
Hi, I'm still working on the problem related to using execvp to call a program through a relative symbolic link. I have installed the latest release of cygwin (1.3.22-1) available today. I use the following test environment: - create a directory d2 on a network share, containing two programs; -

setup.exe troubleshooting snapshot

2003-04-01 Thread Max Bowsher
I've uploaded a new setup troubleshooting snapshot: http://www.cygwin.com/setup-snapshots/setup-2.340.2.3-no-set_default_sec.exe This is simply 2.340.2.3 with the recently-added ntsec code deactivated. Please could anyone who can reproduce crashes with 2.340.2.3 give this a try. If it doesn't cras

RE: sshd through sysV init

2003-04-01 Thread Sergey Okhapkin
The initscripts' inittab refers to the scripts from initscripts package. Sergey Okhapkin Somerset NJ > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Corinna Vinschen > Sent: Tuesday, April 01, 2003 5:06 PM > To: [EMAIL PROTECTED] > Subject: Re: sshd

Re: ld cannot find -lrt

2003-04-01 Thread Max Bowsher
gmane wrote: > /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld: > cannot find -lrt > collect2: ld returned 1 exit status > make: *** [dump.exe] Error 1 > > > Trying to compile rpm4.0.4 sources and get this error in ./tools . > What does this indicate? It indicates that rpm do

Re: sshd through sysV init

2003-04-01 Thread Corinna Vinschen
On Tue, Apr 01, 2003 at 04:56:39PM -0500, Sergey Okhapkin wrote: > But what the behavior of the script should be? The problem is that 2 > packages have common file - /etc/inittab. The only solution I see is to > combine 2 packages into a single sysvinit+initscripts package. Why doesn't that script

[ANNOUNCEMENT] Updated: OpenSSH-3.6.1p1-1

2003-04-01 Thread Corinna Vinschen
I've just updated the version of OpenSSH to 3.6.1p1-1. This is an official bug fix release as of today. The Cygwin version is build from the vanilla sources. Official Release Message: OpenSSH 3.6.1 has just been released. It wi

RE: sshd through sysV init

2003-04-01 Thread Sergey Okhapkin
But what the behavior of the script should be? The problem is that 2 packages have common file - /etc/inittab. The only solution I see is to combine 2 packages into a single sysvinit+initscripts package. Sergey Okhapkin Somerset NJ > -Original Message- > From: [EMAIL PROTECTED] > [mailto:

Re: sshd through sysV init

2003-04-01 Thread Corinna Vinschen
On Tue, Apr 01, 2003 at 04:00:43PM -0500, Sergey Okhapkin wrote: > The original posting mentioned that inittab has not been overwritten. That was not my question. The question is, is it intended that init-config creates a mostly useless inittab file. I have some doubts. Perhaps it would make se

Re: Aliases no longer defined?

2003-04-01 Thread Peter Davis
On Tue, Apr 01, 2003 at 03:13:38PM -0600, wayne wrote: > PATH="/path/to/directories/you/want/to/include" > MANPATH="/path/to/directories/you/want/to/include" Great! I used PATH="/usr/local/nmh/bin:${PATH}" MANPATH="/usr/local/nmh/man:${MANPATH}" and it works like a champ. I'm not used to not

Re: Aliases no longer defined?

2003-04-01 Thread Igor Pechtchanski
On Tue, 1 Apr 2003, Peter Davis wrote: > On Tue, Apr 01, 2003 at 03:52:09PM -0500, Igor Pechtchanski wrote: > > > > Peter, > > > > Note how I took your own value, and simply used the correct bash commands > > to associate it with an alias/shell function. I'll give another example, > > perhaps the

Re: Aliases no longer defined?

2003-04-01 Thread wayne
PATH="/path/to/directories/you/want/to/include" MANPATH="/path/to/directories/you/want/to/include" On Tue, Apr 01, 2003 at 04:10:58PM -0500, Peter Davis wrote: > On Tue, Apr 01, 2003 at 03:52:09PM -0500, Igor Pechtchanski wrote: > > > > Peter, > > > > Note how I took your own value, and simply us

Re: Aliases no longer defined?

2003-04-01 Thread Peter Davis
On Tue, Apr 01, 2003 at 03:52:09PM -0500, Igor Pechtchanski wrote: > > Peter, > > Note how I took your own value, and simply used the correct bash commands > to associate it with an alias/shell function. I'll give another example, > perhaps the pattern will become clear: > > Change > set

Re: Cygwin 'bell' not working

2003-04-01 Thread Igor Pechtchanski
On Tue, 1 Apr 2003, Jerry D. Hedden wrote: > --- Mark Blackburn <[EMAIL PROTECTED]> wrote: > > Jerry D. Hedden wrote: > > >The following command is supposed to sound a 'bell', but does not > > >produce any sound output on my machine: > > > > > >echo -e '\a' > > > > > >If I output a ^G using Window

RE: sshd through sysV init

2003-04-01 Thread Sergey Okhapkin
The original posting mentioned that inittab has not been overwritten. Sergey Okhapkin Somerset NJ > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Corinna Vinschen > Sent: Tuesday, April 01, 2003 3:07 PM > To: [EMAIL PROTECTED] > Subject: Re: sshd th

Re: Cygwin 'bell' not working

2003-04-01 Thread Jerry D. Hedden
--- Mark Blackburn <[EMAIL PROTECTED]> wrote: > Jerry D. Hedden wrote: > >The following command is supposed to sound a 'bell', but does not > >produce any sound output on my machine: > > > >echo -e '\a' > > > >If I output a ^G using Window's echo command, I do get a beep. > > > Pump up the Volume :

Re: Cygwin 'bell' not working

2003-04-01 Thread Mark Blackburn
Apologies for the misfire... Jerry D. Hedden wrote: The following command is supposed to sound a 'bell', but does not produce any sound output on my machine: echo -e '\a' If I output a ^G using Window's echo command, I do get a beep. Pump up the Volume Lately, cygwin sends bell characters to

Re: Cygwin 'bell' not working

2003-04-01 Thread Mark Blackburn
Jerry D. Hedden wrote: The following command is supposed to sound a 'bell', but does not produce any sound output on my machine: echo -e '\a' If I output a ^G using Window's echo command, I do get a beep. I am not using X-Windows. I am using Windows 'command prompt' window running bash. Does Cy

Re: Aliases no longer defined?

2003-04-01 Thread Igor Pechtchanski
On Tue, 1 Apr 2003, Peter Davis wrote: > On Tue, 1 Apr 2003 14:59:17 -0500 (EST) Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > > > On Tue, 1 Apr 2003, Peter Davis wrote: > > > > > On Tue, 1 Apr 2003 11:46:34 -0500 (EST) Igor Pechtchanski <[EMAIL PROTECTED]> > > > wrote: > > > > > > [snip] > > >

Re: Aliases no longer defined?

2003-04-01 Thread Rolf Campbell
Peter Davis wrote: To recap, this same exact .bashrc file used to work, on my previous Windows(2000) machine. Now, on WinXP, it doesn't. In fact, even if I explicitly type "source~/.bashrc" at the shell prompt, it doesn't work. This is because ~ expands to ${HOME}, which is /cygdrive/c/home. I

Can open() from console app, not from dll

2003-04-01 Thread Massimiliano Mirra
I am able to open a file and write into it from a console application, but the same fails when done from within a function that is stored in a DLL and called from a Visual Basic application. This is the console app: , | #include | | int main (int argc, char * argv[]) { | int fd; | char

Re: Aliases no longer defined?

2003-04-01 Thread Peter Davis
On Tue, 1 Apr 2003 14:59:17 -0500 (EST) Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > On Tue, 1 Apr 2003, Peter Davis wrote: > > > On Tue, 1 Apr 2003 11:46:34 -0500 (EST) > > Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > > > > [snip] > > > Peter, > > > > > > Could you please attach your .bashr

Re: Cygwin 'bell' not working

2003-04-01 Thread wayne
For what is is worth it works on my cygwin system. On Tue, Apr 01, 2003 at 12:35:27PM -0800, Jerry D. Hedden wrote: > The following command is supposed to sound a 'bell', but does not > produce any sound output on my machine: > > echo -e '\a' > > If I output a ^G using Window's echo command, I d

Cygwin 'bell' not working

2003-04-01 Thread Jerry D. Hedden
The following command is supposed to sound a 'bell', but does not produce any sound output on my machine: echo -e '\a' If I output a ^G using Window's echo command, I do get a beep. I am not using X-Windows. I am using Windows 'command prompt' window running bash. Does Cygwin lack the ability

Re: Aliases no longer defined?

2003-04-01 Thread Peter Davis
On Tue, 01 Apr 2003 13:56:32 -0500 Rolf Campbell <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > On Tue, Apr 01, 2003 at 11:17:48AM -0500, Rolf Campbell wrote: > > > >>Peter Davis wrote: > >> > >>>Ok. There ain't much worth cracking my system for anyway. Here's > >the>>/etc/passwd fil

Re: sshd through sysV init

2003-04-01 Thread Corinna Vinschen
On Tue, Apr 01, 2003 at 02:01:39PM -0500, Sergey Okhapkin wrote: > Look at the first line of sshd and functions scripts:-) "bash -x ./sshd" > works fine. You're right but it failed for me nevertheless. It turned out that a call to `init-config' and answering the question "Overwrite existing /etc/

Re: rxvt questions

2003-04-01 Thread Hans Horn
Igor, > > 1. where is http://www.rxvt.org/faq.html > > Don't you think this is better asked at (or, > rather, of people at )? never mind!! That site seems to be pretty dead! > > 2. how do I copy/paste with only two mouse buttons > >

Re: Aliases no longer defined?

2003-04-01 Thread Peter Davis
On Tue, 1 Apr 2003 20:42:34 +0100 "John Morrison" <[EMAIL PROTECTED]> wrote: > > From: Peter Davis > > > > What should it be? I explicitly set HOME to be C:\home in Windows, > > for the benefit of emacs, etc. I've done this for years, so it > > seems to be unrelated to the current problem. In

Re: Aliases no longer defined?

2003-04-01 Thread Igor Pechtchanski
On Tue, 1 Apr 2003, Peter Davis wrote: > On Tue, 1 Apr 2003 11:46:34 -0500 (EST) > Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > > > [snip] > > Peter, > > > > Could you please attach your .bashrc (if you did and I missed it, I > > apologize). Also, please attach the output of "cygcheck -svr". >

Re: Aliases no longer defined?

2003-04-01 Thread Peter Davis
On Tue, 1 Apr 2003 11:46:34 -0500 (EST) Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > On Tue, 1 Apr 2003, Rolf Campbell wrote: > > > Peter Davis wrote: > > > Ok. There ain't much worth cracking my system for anyway. Here's > > > the/etc/passwd file from one machine below. > > > > > > Thanks fo

ld cannot find -lrt

2003-04-01 Thread gmane
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld: cannot fi nd -lrt collect2: ld returned 1 exit status make: *** [dump.exe] Error 1 Trying to compile rpm4.0.4 sources and get this error in ./tools . What does this indicate? I have the latest cygwin packages installed. thank

Re: Problem with gawk (3.1.2-2) under Cygwin 1.3.22-1

2003-04-01 Thread Igor Pechtchanski
On Tue, 1 Apr 2003, Andrew DeFaria wrote: > Igor Pechtchanski wrote: > > > Sounds like a duplicate/old cygwin1.dll problem to me... Make sure > > your /bin/cygwin1.dll was actually replaced by setup (i.e., no Cygwin > > processes were running while you ran setup). A reboot should help. If > > not,

RE: Big Brother is Real

2003-04-01 Thread Williams, Gerald S (Jerry)
Randall R Schulz wrote: > Obligatory disclaimer: I ANAL. You? You'd better make that IANASCJ gsw -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://

RE: Aliases no longer defined?

2003-04-01 Thread John Morrison
> From: John Morrison > > From: Peter Davis > > > > What should it be? I explicitly set HOME to be C:\home in Windows, > > for the benefit of emacs, etc. I've done this for years, so it seems > > to be unrelated to the current problem. In fact, I just checked, and > > the results of these comma

Re: Problem with gawk (3.1.2-2) under Cygwin 1.3.22-1

2003-04-01 Thread Jeffery B. Rancier
Corinna Vinschen <[EMAIL PROTECTED]> writes: > This error seems to be related to drive K: > > Is it not connected correctly for some reason? The error means > "The network path was not found". Ah ..., yes. The k: drive is persistent, but in fact, disconnected. It doesn't appear to be a problem,

RE: Aliases no longer defined?

2003-04-01 Thread John Morrison
> From: Peter Davis > > What should it be? I explicitly set HOME to be C:\home in Windows, > for the benefit of emacs, etc. I've done this for years, so it seems > to be unrelated to the current problem. In fact, I just checked, and > the results of these commands are the same on my old Win2000

Re: Problem with gawk (3.1.2-2) under Cygwin 1.3.22-1

2003-04-01 Thread Andrew DeFaria
Igor Pechtchanski wrote: Sounds like a duplicate/old cygwin1.dll problem to me... Make sure your /bin/cygwin1.dll was actually replaced by setup (i.e., no Cygwin processes were running while you ran setup). A reboot should help. If not, post the output of 'cygcheck "`cygpath -w /bin/cygwin1.dll

Re: cygwin Digest 1 Apr 2003 17:20:50 -0000 Issue 2699 -- re BIG BROTHER

2003-04-01 Thread Fred_Smith
> > Message-ID: <[EMAIL PROTECTED]> > > Date: Tue, 01 Apr 2003 11:38:15 -0500 > From: Fred Ma <[EMAIL PROTECTED]> > MIME-Version: 1.0 > To: [EMAIL PROTECTED] > S> ubject: Re: Big Brother is Real > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > > > > OH. MY. GOD

Re: Big Brother is Real

2003-04-01 Thread Corinna Vinschen
On Tue, Apr 01, 2003 at 10:38:15AM -0800, Randall R Schulz wrote: > At 10:10 2003-04-01, you wrote: > >A lisp would be already a good start. Just don't write programs with it... > > Hey! Lisp is my all-time favorite language! Yeth, thath the thame with all Igorth... Corinna -- Corinna Vinsche

Re: Aliases no longer defined?

2003-04-01 Thread Rolf Campbell
[EMAIL PROTECTED] wrote: On Tue, Apr 01, 2003 at 11:17:48AM -0500, Rolf Campbell wrote: Peter Davis wrote: Ok. There ain't much worth cracking my system for anyway. Here's the /etc/passwd file from one machine below. Thanks for any help with this! -pd SYSTEM:*:18:544:,S-1-5-18:: Administrat

RE: sshd through sysV init

2003-04-01 Thread Sergey Okhapkin
Look at the first line of sshd and functions scripts:-) "bash -x ./sshd" works fine. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Corinna Vinschen > Sent: Tuesday, April 01, 2003 1:23 PM > To: '[EMAIL PROTECTED]' > Subject: Re: sshd through sysV i

RE: Big Brother is Real

2003-04-01 Thread Randall R Schulz
Günter, That first remark of mine was meant facetiously, of course. SP3 does more than just open a privacy hole (I assume). My guess (nope, I haven't done the research--I had my child-like naivete destroyed by Igor's URL just today!) is that it's during system update that you're going to be pr

RE: Big Brother is Real

2003-04-01 Thread günter strubinsky
Thank you for the clarification, Randall! Fred mentioned the firewall issue. I have actually zone alarm installed and disallowed -permanently- the Microsoft software (with the exception as the usual suspects, DNS, etc.) to contact outside. Now I am not so sure anymore that I got hacked by anyone e

Re: Big Brother is Real

2003-04-01 Thread Randall R Schulz
At 10:10 2003-04-01, you wrote: A lisp would be already a good start. Just don't write programs with it... Hey! Lisp is my all-time favorite language! Corinna -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

Re: [ANNOUNCEMENT] Updated: rxvt-2.7.10-1

2003-04-01 Thread Mark Blackburn
Steve O, Could you update /usr/doc/cygwin/rxvt-2.7.10.README with a configure line that works. Here's my suggestion: --- rxvt-2.7.10.README 2003-03-31 02:17:46.0 -0500 +++ rxvt-2.7.10.README.new 2003-04-01 13:23:42.0 -0500 @@ -203,7 +203,7 @@ --enable-linespace --enable-m

Re: cron

2003-04-01 Thread Thorsten Kampe
* adam r. christopher (03-04-01 19:32 +0100) > As a postmaster myself, I should have recognized that my subject line was > SPAMmish - sorry about that. > > Can you tell me more about why/how my mounts are screwed up, and how this > relates to cron? > > -adam > > On Tue, 1 Apr 2003, Igor Pechtcha

Re: Aliases no longer defined?

2003-04-01 Thread Peter Davis
On Tue, Apr 01, 2003 at 01:11:48PM -0500, Igor Pechtchanski wrote: > On Tue, 1 Apr 2003 [EMAIL PROTECTED] wrote: > > > On Tue, Apr 01, 2003 at 12:17:12PM -0500, Igor Pechtchanski wrote: > > > On Tue, 1 Apr 2003, Rolf Campbell wrote: > > > > > > > Igor Pechtchanski wrote: > > > > > On Tue, 1 Apr 20

Re: Big Brother is Real

2003-04-01 Thread Christopher Faylor
On Tue, Apr 01, 2003 at 09:40:03AM -0800, Randall R Schulz wrote: >Chris, > >At 09:19 2003-04-01, you wrote: >>On Tue, Apr 01, 2003 at 09:05:51AM -0800, Randall R Schulz wrote: >>>At 08:38 2003-04-01, you wrote: I don't recall giving you my permission to move to Linux, Randall. You're too v

Re: sshd through sysV init

2003-04-01 Thread Corinna Vinschen
On Tue, Apr 01, 2003 at 06:26:52PM +0100, Vince Hoffman wrote: > Hi all, > I'm having some problems trying to use sshd from init. I tried the init.d/sshd script on the CLI and got the following output: [/etc/rc.d/init.d]$ sh -x ./sshd + . /etc/rc.d/init.d/functions + TEXTDOMAIN=initscripts

Re: sshd through sysV init

2003-04-01 Thread Thorsten Kampe
* Vince Hoffman (03-04-01 19:26 +0100) > Hi all, > I'm having some problems trying to use sshd from init. > I installed openssh, init, initscripts and chkconfig, ran init-config > answering no to overwriting the initscripts files. > next i ran ssh-host-config answering yes to all except ins

Re: Big Brother is Real

2003-04-01 Thread Igor Pechtchanski
On Tue, 1 Apr 2003, Corinna Vinschen wrote: > On Tue, Apr 01, 2003 at 12:31:11PM -0500, Igor Pechtchanski wrote: > > On Tue, 1 Apr 2003, Corinna Vinschen wrote: > > > > > On Tue, Apr 01, 2003 at 09:05:51AM -0800, Randall R Schulz wrote: > > > > Yes, master. How shall I punish myself? > > > > > > Y

Re: Big Brother is Real

2003-04-01 Thread Martin Gainty
Linux STILL doesnt have driver support for the latest video cards.. In other words if you're working in Linux keep that VGA card ! -Martin - Original Message - From: "Thorsten Kampe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 01, 2003 9:53 AM Subject: Re: Big Brother

Re: Big Brother is Real

2003-04-01 Thread pd
On Tue, Apr 01, 2003 at 12:31:11PM -0500, Igor Pechtchanski wrote: > On Tue, 1 Apr 2003, Corinna Vinschen wrote: > > > On Tue, Apr 01, 2003 at 09:05:51AM -0800, Randall R Schulz wrote: > > > At 08:38 2003-04-01, you wrote: > > > >I don't recall giving you my permission to move to Linux, Randall. >

Re: Aliases no longer defined?

2003-04-01 Thread Igor Pechtchanski
On Tue, 1 Apr 2003 [EMAIL PROTECTED] wrote: > On Tue, Apr 01, 2003 at 12:17:12PM -0500, Igor Pechtchanski wrote: > > On Tue, 1 Apr 2003, Rolf Campbell wrote: > > > > > Igor Pechtchanski wrote: > > > > On Tue, 1 Apr 2003, Rolf Campbell wrote: > > > > > > > > > > > >>Peter Davis wrote: > > > >> > >

Re: Big Brother is Real

2003-04-01 Thread Corinna Vinschen
On Tue, Apr 01, 2003 at 12:31:11PM -0500, Igor Pechtchanski wrote: > On Tue, 1 Apr 2003, Corinna Vinschen wrote: > > > On Tue, Apr 01, 2003 at 09:05:51AM -0800, Randall R Schulz wrote: > > > Yes, master. How shall I punish myself? > > > > You didn't read your discworld careful enough. It's spelle

RE: Big Brother is Real

2003-04-01 Thread günter strubinsky
I apologize since this questions still does not belong into this forum (though it might impact decisions towards linux) When I installed windows last week again (got hacked) I did not have the option to install sp3 but immediately received sp4 and the .NET network stuff. I am screwed now! Am I not

Re: Aliases no longer defined?

2003-04-01 Thread pd
On Tue, Apr 01, 2003 at 12:17:12PM -0500, Igor Pechtchanski wrote: > On Tue, 1 Apr 2003, Rolf Campbell wrote: > > > Igor Pechtchanski wrote: > > > On Tue, 1 Apr 2003, Rolf Campbell wrote: > > > > > > > > >>Peter Davis wrote: > > >> > > >>>Ok. There ain't much worth cracking my system for anyway.

RE: Big Brother is Real

2003-04-01 Thread Randall R Schulz
Günter, At 09:56 2003-04-01, you wrote: I missed out on that.. What does sp3 for win2k do? It opens a back door for MS snooping. DRM indeed! Btw. I only use amd cpu's. To my understanding they don't have the cpu id (I don't trust a software that allows me to turn the id of because obviously soft

RE: sshd through sysV init

2003-04-01 Thread Vince Hoffman
doh must be tired or something, i was sure they were system owned when i started trying. (doesnt ssh-host-config make them system owned ? anyway thanks :) I'm only doing it so i only have to stop init rather than loads of services when i update cygwin ;) > -Original Message- > From: Sergey

RE: Big Brother is Real

2003-04-01 Thread günter strubinsky
I missed out on that.. What does sp3 for win2k do? Btw. I only use amd cpu's. To my understanding they don't have the cpu id (I don't trust a software that allows me to turn the id of because obviously software can also turn it on ;) If star office and open office can read/write Micro$oft documen

RE: sshd through sysV init

2003-04-01 Thread Sergey Okhapkin
Make sure /etc/ssh_* files are readable for SYSTEM account. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Vince Hoffman > Sent: Tuesday, April 01, 2003 12:27 PM > To: '[EMAIL PROTECTED]' > Subject: sshd through sysV init > > > Hi all, > I'm h

Re: cron

2003-04-01 Thread Igor Pechtchanski
On Tue, 1 Apr 2003, Igor Pechtchanski wrote: > Adam, > [snip] > 3) furthermore, your /usr/bin is not the same as your /bin, which brings its own > slew of problems. Oops, ignore this one. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_

Re: cron

2003-04-01 Thread Igor Pechtchanski
Adam, Quoting from your cygcheck output: C:\Cygwin / system textmode C:\Program Files\OpenSSH\NetworkSimplicity\ssh /binsystem binmode C:\Program Files\OpenSSH\NetworkSimplicity\etc /etcsystem

Re: (Aucun objet)

2003-04-01 Thread Alan Thompson
Hi Jean-Luis, I also do a lot of java work on Cygwin. In addition to the answer Randall gave you, I would also encourage you to use the -classpath argument to the javac and java commands, rather than using the CLASSPATH environment variable. This provides a more solid control the classpath u

Re: Big Brother is Real

2003-04-01 Thread Randall R Schulz
Chris, At 09:19 2003-04-01, you wrote: On Tue, Apr 01, 2003 at 09:05:51AM -0800, Randall R Schulz wrote: >At 08:38 2003-04-01, you wrote: >>I don't recall giving you my permission to move to Linux, Randall. >>You're too valuable to the cygwin community for me to allow this move. >> >>Sorry. > >Yes

Re: cron

2003-04-01 Thread adam r. christopher
As a postmaster myself, I should have recognized that my subject line was SPAMmish - sorry about that. Can you tell me more about why/how my mounts are screwed up, and how this relates to cron? -adam On Tue, 1 Apr 2003, Igor Pechtchanski wrote: > On Tue, 1 Apr 2003, adam r. christopher wrote: >

Re: Big Brother is Real

2003-04-01 Thread Igor Pechtchanski
On Tue, 1 Apr 2003, Corinna Vinschen wrote: > On Tue, Apr 01, 2003 at 09:05:51AM -0800, Randall R Schulz wrote: > > At 08:38 2003-04-01, you wrote: > > >I don't recall giving you my permission to move to Linux, Randall. > > >You're too valuable to the cygwin community for me to allow this move. >

Re: cron!

2003-04-01 Thread Igor Pechtchanski
On Tue, 1 Apr 2003, adam r. christopher wrote: > Hey all, > > I am trying to get cron to work, but I'm not having too much luck. It's > running as LocalSystem, the logs (both in /var/log/crond.log and the Event > Logs) show no errors, only events such as LIST, and yet it doesn't seem to > be worki

sshd through sysV init

2003-04-01 Thread Vince Hoffman
Hi all, I'm having some problems trying to use sshd from init. I installed openssh, init, initscripts and chkconfig, ran init-config answering no to overwriting the initscripts files. next i ran ssh-host-config answering yes to all except install as service. finaly i ran "/usr/sbin/chkco

Re: Problem with gawk (3.1.2-2) under Cygwin 1.3.22-1

2003-04-01 Thread Corinna Vinschen
On Tue, Apr 01, 2003 at 11:28:05AM -0500, Jeffery B. Rancier wrote: > I don't know if this is related, but running 'cygcheck -srv', I get > the following error: > > cygcheck: dump_sysinfo: GetVolumeInformation() failed: 53 > > The remainder of the output ... > > ,[ cygcheck.out ] > | a: fd

Re: Big Brother is Real

2003-04-01 Thread Igor Pechtchanski
On Tue, 1 Apr 2003, Christopher Faylor wrote: > On Tue, Apr 01, [EMAIL PROTECTED]:05:51AM -0800, Randall R Schulz wrote: > >At 08:38 2003-04-01, you wrote: > >>I don't recall giving you my permission to move to Linux, Randall. > >>You're too valuable to the cygwin community for me to allow this mo

Re: Big Brother is Real

2003-04-01 Thread Corinna Vinschen
On Tue, Apr 01, 2003 at 09:05:51AM -0800, Randall R Schulz wrote: > At 08:38 2003-04-01, you wrote: > >I don't recall giving you my permission to move to Linux, Randall. > >You're too valuable to the cygwin community for me to allow this move. > > > >Sorry. > > Yes, master. How shall I punish myse

cron!

2003-04-01 Thread adam r. christopher
Hey all, I am trying to get cron to work, but I'm not having too much luck. It's running as LocalSystem, the logs (both in /var/log/crond.log and the Event Logs) show no errors, only events such as LIST, and yet it doesn't seem to be working. In my example, I'm simply trying to touch a file calle

Re: Big Brother is Real

2003-04-01 Thread Igor Pechtchanski
On Tue, 1 Apr 2003, Randall R Schulz wrote: > Chris, > > At 08:38 2003-04-01, you wrote: > >I don't recall giving you my permission to move to Linux, Randall. > >You're too valuable to the cygwin community for me to allow this move. > > Maybe a gold star would help persuade me to stay... > > >Sorr

Re: Big Brother is Real

2003-04-01 Thread Christopher Faylor
On Tue, Apr 01, 2003 at 09:05:51AM -0800, Randall R Schulz wrote: >At 08:38 2003-04-01, you wrote: >>I don't recall giving you my permission to move to Linux, Randall. >>You're too valuable to the cygwin community for me to allow this move. >> >>Sorry. > >Yes, master. How shall I punish myself? Ju

Re: Aliases no longer defined?

2003-04-01 Thread Igor Pechtchanski
On Tue, 1 Apr 2003, Rolf Campbell wrote: > Igor Pechtchanski wrote: > > On Tue, 1 Apr 2003, Rolf Campbell wrote: > > > > > >>Peter Davis wrote: > >> > >>>Ok. There ain't much worth cracking my system for anyway. Here's the > >>>/etc/passwd file from one machine below. > >>> > >>>Thanks for any h

Re: Big Brother is Real

2003-04-01 Thread Randall R Schulz
Chris, At 08:38 2003-04-01, you wrote: I don't recall giving you my permission to move to Linux, Randall. You're too valuable to the cygwin community for me to allow this move. Maybe a gold star would help persuade me to stay... Sorry. cgf Randy (there he is again) -- Unsubscribe info:

  1   2   >