Re: problems with gcc3.2.3 and wide character support

2003-07-11 Thread Oscar Fuentes
Sachin Zingade <[EMAIL PROTECTED]> writes: [snip] > i had found on the google i concluded that gcc 3.2.3 has no support > for wstring. is it ? The Standard C++ Library implementation that comes with recent g++ releases has support for wstring. However, the underlying platform's C library needs t

problems with gcc3.2.3 and wide character support

2003-07-11 Thread Sachin Zingade
Hi, i am working latest version of cygwin on WIN NT os, i had simple application like #include using namespace std int main() { wstring sname = L"Sachin"; return 0; } i am having gcc 3.2.3 that comes with cygwin when i tried to compile it gave the errors wstring not defined i.e. undefi

Problems with GCC

2003-07-11 Thread Taylor Jeude
Didn't include the actual problem earlier. I keep getting this error. I've reinstalled Cygwin 3 times, and finally, I installed the entire blasted thing... Still no luck. $ make gcc -c -O -Wall -g -DNOCRYPT admin.c In file included from /usr/include/cygwin/in.h:21, from /usr/i

Re: make 3.80 and VPATH

2003-07-11 Thread Christopher Seawood
Christopher Faylor wrote: > Then, we need to know *how*you*are*running*make*. We're just typing 'make', which unless something changed, should be the same as 'make --unix'. 'make -p | grep MAKE_MODE' returns 'MAKE_MODE = unix'. Hmm. I do see that /etc/profile is setting MAKE_MODE=unix so th

Re: Backing up cygwin

2003-07-11 Thread Christopher Faylor
On Fri, Jul 11, 2003 at 11:40:13PM +, Luciano wrote: >Well, thanks for making me aware of the other two things that he >mentioned, although I still have no idea of what he is talking about >:-) Then, as I suspected, you don't have to worry about anything but the mount table. >Now, why not s

Re: cygwin_logon_user() not working

2003-07-11 Thread Igor Pechtchanski
On Fri, 11 Jul 2003, msg wrote: > Corinna, thanks much for your reply; please bear with me here > (in case I'm missing something): > > > On Fri, Jul 11, 2003 at 11:56:09AM -0500, msg wrote: > > > be owned by the new uid. The code fails on the call to > > > cygwin_logon_user() which returns -1 (in

Re: Backing up cygwin

2003-07-11 Thread Luciano
Well, thanks for making me aware of the other two things that he mentioned, although I still have no idea of what he is talking about :-) Now, why not store these things in goold old fuzzy and warm text files? Registry sucks, and it sucks badly. -- Luciano ES <[EMAIL PROTECTED]> Santos, SP -

Re: cygwin_logon_user() not working

2003-07-11 Thread msg
Corinna, thanks much for your reply; please bear with me here (in case I'm missing something): > > On Fri, Jul 11, 2003 at 11:56:09AM -0500, msg wrote: > > be owned by the new uid. The code fails on the call to > > cygwin_logon_user() which returns -1 (invalid HANDLE). The output > > of 'strace'

Re: Backing up cygwin

2003-07-11 Thread Christopher Faylor
On Fri, Jul 11, 2003 at 06:15:19PM -0400, Igor Pechtchanski wrote: >On Fri, 11 Jul 2003, Christopher Faylor wrote: > >> On Fri, Jul 11, 2003 at 05:57:46PM -0400, Igor Pechtchanski wrote: >> >On Fri, 11 Jul 2003, Christopher Faylor wrote: >> >>On Fri, Jul 11, 2003 at 04:56:11PM +, Luciano wrote:

Re: Backing up cygwin

2003-07-11 Thread Igor Pechtchanski
On Fri, 11 Jul 2003, Christopher Faylor wrote: > On Fri, Jul 11, 2003 at 05:57:46PM -0400, Igor Pechtchanski wrote: > >On Fri, 11 Jul 2003, Christopher Faylor wrote: > >>On Fri, Jul 11, 2003 at 04:56:11PM +, Luciano wrote: > >>>Registry keys! Of course. Windows programmers can't live without

Re: make 3.80 and VPATH

2003-07-11 Thread Christopher Faylor
On Fri, Jul 11, 2003 at 02:08:31PM -0700, Christopher Seawood wrote: >On Thu, 10 Jul 2003 18:18:15 -0400, Christopher Faylor wrote: >>On Thu, Jul 10, 2003 at 03:04:04PM -0700, Christopher Seawood wrote: >>>It appears that make 3.80 no longer translates the path in VPATH to a >>>native cygwin path.

Re: Backing up cygwin

2003-07-11 Thread Christopher Faylor
On Fri, Jul 11, 2003 at 05:57:46PM -0400, Igor Pechtchanski wrote: >On Fri, 11 Jul 2003, Christopher Faylor wrote: >>On Fri, Jul 11, 2003 at 04:56:11PM +, Luciano wrote: >>>Registry keys! Of course. Windows programmers can't live without good >>>old hard-to-backup-and-restore Registry keys. >

Re: Backing up cygwin

2003-07-11 Thread Igor Pechtchanski
On Fri, 11 Jul 2003, Christopher Faylor wrote: > On Fri, Jul 11, 2003 at 04:56:11PM +, Luciano wrote: > >Registry keys! Of course. Windows programmers can't live without good > >old hard-to-backup-and-restore Registry keys. >>:-( > > Um, it's the mount table. Use mount -m to backup your mount

RE: Issue with net.exe and no output when ssh'ing into NT system

2003-07-11 Thread Igor Pechtchanski
Yes. Run setup.exe, select the "Exp" (for "Experimental") set of packages, and choose cygwin version 1.5.0-1 to install. Note that, since the package is marked "experimental", until it's promoted to "Curr" you'll need to set it to "Keep" every time you upgrade afterwards, otherwise it'll be downg

Re: ssh with keys to Cygwin/Openssh on Windows XP

2003-07-11 Thread Mark Priest
Jeffrey, It appears that the public key authentication is failing. I am assuming you are using SSH protocol version 2 since you do not have a key in /home/jhood/.ssh/identity. Do you have both dsa and rsa keys in /home/jhood/.ssh/id_rsa and /home/jhood/.ssh/id_dsa? It would be helpful if you r

Re: make 3.80 and VPATH

2003-07-11 Thread Christopher Seawood
On Thu, 10 Jul 2003 18:18:15 -0400, Christopher Faylor wrote: >On Thu, Jul 10, 2003 at 03:04:04PM -0700, Christopher Seawood wrote: >>It appears that make 3.80 no longer translates the path in VPATH to a >>native cygwin path. Is this intentional? >> >>This causes a problem for objdir builds with M

RE: ssh with keys to Cygwin/Openssh on Windows XP

2003-07-11 Thread Jeffrey Hood
> I use it just fine. > > Im not sure what the issue is. > > 1. Could be /etc/passwd file is not pointing to the correct $HOME /etc/passwd from a cygwin prompt points to /cygdrive/c/home/jhood ... just like it should (the .ssh/authorized_keys is in under there...) the keys are in both .ssh/au

RE: Problem in compiling : cannot find -ldl

2003-07-11 Thread Markus Hoenicka
Hi, Unix != Linux. FreeBSD does not use libdl either, the dl*() functions are provided by libc instead. The -ldl requirements should be checked in the configure script IMHO. regards, Markus Ralf Habacker writes: > > libdl is a linux'ism. You don't need it. We don't have it :-) Just > > remove

RE: Problem in compiling : cannot find -ldl

2003-07-11 Thread Ralf Habacker
Elfyn McBratney wrote: > > Here is the line for the compilation : > > > > " gcc -o wish.exe OBJ/wish.o OBJ/calculPosition.o > > OBJ/calculVisibiliteCmd.o -L/usr/lib -L/usr/X11R6/lib > > -ltk -ltcl -ldl -lX11 -lm " > > > > and it produces this error : > > > > " > > /usr/lib/gcc-lib/i686-pc-cygwin/3

RE: Can't get ssh to forward X packets

2003-07-11 Thread Todd Bowden
Jeff, I too ran into this problem and finally found the answer. SecureCRT is probably doing the samething your doing and that is setting the DISPLAY before ssh'ing to your system. You can also use PuTTy which I truly love. I can do anything with PuTTy that I can with SecureCRT and its Free. To

RE: Can't get ssh to forward X packets

2003-07-11 Thread Jeff Nokes
Thanks for the reply Todd. Here's what I found: Before changing anything: - There was still no $DISPLAY set on the remote host after logging in. No change in behavior, X still not forwarding. After setting a local DISPLAY in my Cygwin ennvironment, I then tried the follwoing, and it worked, bu

Re: cygwin_logon_user() not working

2003-07-11 Thread Corinna Vinschen
On Fri, Jul 11, 2003 at 11:56:09AM -0500, msg wrote: > be owned by the new uid. The code fails on the call to > cygwin_logon_user() which returns -1 (invalid HANDLE). The output > of 'strace' on this program shows cygwin_logon_user() extracting > the /etc/passwd information followed by a 'windows

RE: More Re: flaky disk share access

2003-07-11 Thread Todd Bowden
Sorry Corinna. I seem to be the trouble maker. I did search and found entries from other users on how they fixed it, but yours was overlooked somehow. Todd C. Bowden HP Certified Atos Origin 5000 S. Bowen Arlington, TX 76017 Office: 817-264-8211 E-mail: [EMAIL PROTECTED] -Original Mes

RE: Can't get ssh to forward X packets

2003-07-11 Thread Todd Bowden
The problem is on the client side. Before you ssh to your other systems export DISPLAY=localhost:0 Than try and ssh into Linux systems. Test: 1. Before changing anything ssh into Linux system. What does $DISPLAY say? 2. After changing display on client side, What does $DISPLAY say? Todd C. B

Re: More Re: flaky disk share access

2003-07-11 Thread Corinna Vinschen
On Fri, Jul 11, 2003 at 09:22:21AM -0700, Richard Troy wrote: > > ...Hmmm... > > I was intrigued by the other person's report a few minutes ago that they'd > had problems with net.exe output but that according to them it was > working. So, I did a little testing... Sigh, nobody is searching the

RE: ssh with keys to Cygwin/Openssh on Windows XP

2003-07-11 Thread Todd Bowden
I use it just fine. Im not sure what the issue is. 1. Could be /etc/passwd file is not pointing to the correct $HOME Todd C. Bowden HP Certified AtosOrigin 5000 S. Bowen Arlington, TX 76017 Office: 817-264-8211 E-mail: [EMAIL PROTECTED] -Original Message- From: Jeffrey Hood [mail

Can't get ssh to forward X packets

2003-07-11 Thread Jeff Nokes
Hi, My name is Jeff. I recently started a new job that gave me a Win2K box to ssh into the various unix environments to do my work. The box came with SecureCRT on it, and it works fine. I prefer to use the cygwin environment so I set it up on my workstation, and it seems to work fine as well, ex

Re: PostgreSQL problems

2003-07-11 Thread Markus Hoenicka
Hi Jason, Jason Tishler writes: > As soon as zlib and readline have been rebuilt against 1.5.x, I will > take that fateful step... :,) > I'm hanging on the edge of my seat... Meanwhile I've figured out a short-term fix (er, kludge): switch off statistics collection by setting: STATS_START_CO

Re: Spurious executable bits keep turning up

2003-07-11 Thread Jason Lunz
[EMAIL PROTECTED] said: > Other than the obvious "chmod 600", you mean? well, sort of. In this case, the full cygwin environment isn't being installed. I'm just using ssh.exe and the cygwin DLL to temporarily set up an ssh tunnel, but ssh complains when the permissions on its key file are too loos

Problems in compiling C-code After migrating from older version of cygwin

2003-07-11 Thread Taylor Jeude
Hello all! First time consulting the mailing list, long time user of = Cygwin. Anyhow, I'm developing a program in C as a TCP-type server for a client = system being made in Windows. They've talked fine, but I recently had = trouble using GDB. Well, seeing as my copy of Cygwin was old, I = deci

ssh with keys to Cygwin/Openssh on Windows XP

2003-07-11 Thread Jeffrey Hood
Is there anyone who has had any success getting sshd to work on a Windows XP box with keys...? I have searche all over and tried everything in all the things that I have found to get copied keys in ~/.ssh/authorized_keys to work with the server on a Windows XP Professional box, and nothing is wor

Re: Backing up cygwin

2003-07-11 Thread Christopher Faylor
On Fri, Jul 11, 2003 at 04:56:11PM +, Luciano wrote: >Registry keys! Of course. Windows programmers can't live without good >old hard-to-backup-and-restore Registry keys. >>:-( Um, it's the mount table. Use mount -m to backup your mounts. That is why it was designed. cgf -- Unsubscribe in

Re: PostgreSQL problems

2003-07-11 Thread Jason Tishler
Markus, On Fri, Jul 11, 2003 at 08:02:27PM +0200, Markus Hoenicka wrote: > Jason Tishler writes: > > You can debug it yourself or wait until I cross the 1.5.x line... > > Well, I'm not the most proficient debugger on the face of the earth, > and I'm not familiar with the PostgreSQL sources. Even

RE: Issue with net.exe and no output when ssh'ing into NT system

2003-07-11 Thread Todd Bowden
How do install this version? Go through the setup? Todd C. Bowden E-mail: [EMAIL PROTECTED] -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 12:58 PM To: Todd Bowden Cc: [EMAIL PROTECTED] Subject: RE: Issue with net.exe and no output whe

Re: PostgreSQL problems

2003-07-11 Thread Markus Hoenicka
Jason Tishler writes: > You can debug it yourself or wait until I cross the 1.5.x line... > Well, I'm not the most proficient debugger on the face of the earth, and I'm not familiar with the PostgreSQL sources. Even if try, I bet you'll have crossed the 1.5.x line before I've got an idea where

RE: Issue with net.exe and no output when ssh'ing into NT system

2003-07-11 Thread Igor Pechtchanski
This is in the archives: when all the relevant packages are recompiled with the new datatypes. However, all the older versions of packages should work flawlessly on 1.5.0, so there's no reason to delay upgrading. Igor On Fri, 11 Jul 2003, Todd Bowden wrote: > Thanks > When will the offic

RE: Issue with net.exe and no output when ssh'ing into NT system

2003-07-11 Thread Todd Bowden
Thanks When will the official release be out? Todd C. Bowden E-mail: [EMAIL PROTECTED] -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 12:52 PM To: Todd Bowden Cc: [EMAIL PROTECTED] Subject: RE: Issue with net.exe and no output when ssh

RE: Issue with net.exe and no output when ssh'ing into NT system

2003-07-11 Thread Igor Pechtchanski
It already is, as a test (Experimental) release. Igor On Fri, 11 Jul 2003, Todd Bowden wrote: > When will version 1.5.0 be available? > Todd C. Bowden > > -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED] > Sent: Friday, July 11, 2003 12:36 PM > To: [EMAIL PR

Re: PostgreSQL problems

2003-07-11 Thread Jason Tishler
Markus, On Fri, Jul 11, 2003 at 07:23:02PM +0200, Markus Hoenicka wrote: > Jason Tishler writes: > > Are you using Cygwin 1.3.22-1? If so, then try 1.5.0-1: > > After upgrading to 1.5.0-1, things improved slightly. PostgreSQL now > starts up like this: > > [snip] > > Now I can connect with ps

RE: Issue with net.exe and no output when ssh'ing into NT system

2003-07-11 Thread Todd Bowden
When will version 1.5.0 be available? Todd C. Bowden E-mail: [EMAIL PROTECTED] -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 12:36 PM To: [EMAIL PROTECTED] Subject: Re: Issue with net.exe and no output when ssh'ing into NT system On

Re: Issue with net.exe and no output when ssh'ing into NT system

2003-07-11 Thread Christopher Faylor
On Fri, Jul 11, 2003 at 10:45:53AM -0500, Todd Bowden wrote: >Thanks for the reply. It seems that this is a defect in the current >release and will hopefully be fixed in the near future. It is fixed in cygwin 1.5.0. -- Please use the resources at cygwin.com rather than sending personal email. Spe

Re: PostgreSQL problems

2003-07-11 Thread Markus Hoenicka
Jason Tishler writes: > Are you using Cygwin 1.3.22-1? If so, then try 1.5.0-1: > After upgrading to 1.5.0-1, things improved slightly. PostgreSQL now starts up like this: [EMAIL PROTECTED] ~ $ ipc-daemon & [1] 193 [EMAIL PROTECTED] ~ $ postmaster -D /usr/share/postgresql/data & [2] 174 [EM

Re: cron as service problem with OLE application

2003-07-11 Thread Igor Pechtchanski
On Fri, 11 Jul 2003, John M. Adams wrote: > Dear Friends, > > I have this odd problem with the latest cron. cron_diagnose seems to > think everything is fine. I followed the instruction for reinstalling > cron as a service. The service is set to interact with desktop. > > I want to run a perl (

RE: Issue with net.exe and no output when ssh'ing into NT system

2003-07-11 Thread Todd Bowden
Richard, Here is a thread from Corinna with her saying this a bug and would be fixed in the next version. Re: output suppressed in ssh session From: Corinna Vinschen To: cygwin at cygwin dot com Cc: Tim Wright Date: Fri, 6 Jun 2003 09:38:03 +0200 Subject: Re: output suppressed in ssh sessi

cygwin_logon_user() not working

2003-07-11 Thread msg
Greetings: Please help us to get NT authentication working. This is the platform: Windows 2000 server sp3 Cygwin 1.3.22-1 CYGWIN=ntsea ntsec users 'root' and 'Administrator' have these additional permissions: Act as part of the operating s

RE: Backing up Cygwin

2003-07-11 Thread Luciano
Registry keys! Of course. Windows programmers can't live without good old hard-to-backup-and-restore Registry keys. >>:-( Luciano ES <[EMAIL PROTECTED]> Santos, SP - Brasil <-quote-> ** DePriest, Jason R. wrote on 11 jul 2003: > Did you also back

More Re: flaky disk share access

2003-07-11 Thread Richard Troy
...Hmmm... I was intrigued by the other person's report a few minutes ago that they'd had problems with net.exe output but that according to them it was working. So, I did a little testing... On my W2000 system, the Cygwin Bash shell started from the default icon can run net.exe and gets output

RE: Backing up Cygwin

2003-07-11 Thread DePriest, Jason R.
Did you also back up and restore the "HKLM\SOFTWARE\Cygnus Solutions" registry key? -Jason > -Original Message- > From: Luciano [mailto:[EMAIL PROTECTED] > Sent: Friday, July 11, 2003 11:10 AM > To: [EMAIL PROTECTED] > Subject: Backing up Cygwin > > > Suppose I back up my entire Cygwin

RE: Backing up Cygwin

2003-07-11 Thread Vince Hoffman
just the mount entries to save your mount entries start a windows command prompt (comman.com or cmd.exe depending on your windows version)# cd c:\cygwin\bin run mount -m > mounts.bat then backup the mounts.bat file along with the rest. when you have rinstalled and restored cd c:\cygwin\bin and

Backing up Cygwin

2003-07-11 Thread Luciano
Suppose I back up my entire Cygwin directory, format the disk, reinstall Windows and restore Cygwin. It doesn't work. Why not? Running Setup again then hunt and pecking very specific files from the backup to the new installation is quite annoying. What else does Setup copy/install and where? T

RE: Issue with net.exe and no output when ssh'ing into NT system

2003-07-11 Thread Richard Troy
HEY, _THAT_ sure sounds like the problem I just described! ...I seem to have come into the middle of this conversation... Can someone please bring me up to speed: Todd, are you saying that you understand where this problem originates and think a fix might be coming soon? In 1.5? -smile- Thanks

Re: flaky disk share access

2003-07-11 Thread Richard Troy
Hi Igor, All, thanks for the prompt reply. Unfortunately, 'net use' does _not_ work. -frown- ...I brought up three windows on the box, a Cygwin Bash session, an SSH session (F-Secure client), and a "dos command prompt". The Bash session and the dos prompt window work identically, but the ssh ses

cron as service problem with OLE application

2003-07-11 Thread John M. Adams
Dear Friends, I have this odd problem with the latest cron. cron_diagnose seems to think everything is fine. I followed the instruction for reinstalling cron as a service. The service is set to interact with desktop. I want to run a perl (non-cygwin) script that starts a gui application and ma

RE: Issue with net.exe and no output when ssh'ing into NT system

2003-07-11 Thread Todd Bowden
Larry, Thanks for the reply. It seems that this is a defect in the current release and will hopefully be fixed in the near future. Todd C. Bowden HP Certified AtosOrigin 5000 S. Bowen Arlington, TX 76017 Office: 817-264-8211 E-mail: [EMAIL PROTECTED] -Original Message- From: Larr

Mutt crashes on XP

2003-07-11 Thread Ajay Simha
Hi, I installed XP on a a new machine and installed cygwin. When I reply to a certain emails (not all) mutt (1.41i) crashes: Including quoted message...assertion "errno == E2BIG || (BUGGY_ICONV && (errno == EILSEQ || errno == ENOENT))" failed: file "../mutt-1.4-1/sendlib.c", line 743

Re: Spurious executable bits keep turning up

2003-07-11 Thread Igor Pechtchanski
On Fri, 11 Jul 2003, Jason Lunz wrote: > [EMAIL PROTECTED] said: > > Sorry if this is an FAQ, I've searched the archives but found nothing. > > > > I run under XP, CYGWIN=tty ntsec. > > > > Files produced by a range of mechanisms (at least FileOutputStream in > > Java, xemacs, MS Word) show up as

Re: Spurious executable bits keep turning up

2003-07-11 Thread Jason Lunz
[EMAIL PROTECTED] said: > Sorry if this is an FAQ, I've searched the archives but found nothing. > > I run under XP, CYGWIN=tty ntsec. > > Files produced by a range of mechanisms (at least FileOutputStream in > Java, xemacs, MS Word) show up as executable (-rwxrwxrwx), which is > somewhere betwee

Re: Spurious executable bits keep turning up

2003-07-11 Thread Henry S. Thompson
Corinna Vinschen <[EMAIL PROTECTED]> writes: > On Fri, Jul 11, 2003 at 12:34:23PM +0100, Henry S. Thompson wrote: >> Sorry if this is an FAQ, I've searched the archives but found nothing. >> >> I run under XP, CYGWIN=tty ntsec. >> >> Files produced by a range of mechanisms (at least FileOutputSt

RE: rxvt shortcut problem (bash, XP, memory, heap, Win32 error 487)

2003-07-11 Thread Igor Pechtchanski
Ron, First off, you didn't seem to run "cygcheck -svr", as it's missing at least the list of installed packages. Also, from your cygcheck output: 678k 2001/05/21 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2001/5/21 5:28 Cygwin DLL version inf

Re: cygwin on Windows 2003...

2003-07-11 Thread Prasad Dabak
There was a typo in earlier mail. Its "nontsec" and not "ntnosec". -Prasad --- Prasad Dabak <[EMAIL PROTECTED]> wrote: > Hello, > > I hear you and I completely agree with you. I am > looking for a very short term solution right now and > will soon upgrade to the latest version. > > BTW, settin

How we could benefit from each other

2003-07-11 Thread Grady Brown
>From CreekPointe.com To: cygwin.com I'm the Webmaster of a Call Tracking website at "http://www.creekpointe.com";. I came across your site, was very impressed and wish to exchange quality Call Tracking links with you. I've already placed a link to your web site along with a description at ht

Re: cygwin on Windows 2003...

2003-07-11 Thread Prasad Dabak
Hello, I hear you and I completely agree with you. I am looking for a very short term solution right now and will soon upgrade to the latest version. BTW, setting cygwin environment variable to "ntnosec" also solves the issue (even if I keep StrictModes to Yes) Thanks. -Prasad --- Corinna Vinsc

Re: cygwin on Windows 2003...

2003-07-11 Thread Corinna Vinschen
On Fri, Jul 11, 2003 at 05:26:12AM -0700, Prasad Dabak wrote: > So now, I have openssh 2.5.2p2 and cygwin 1.3.22 on ^^^ Again, 2.5.2p2 has a bunch of known security problems. These are not Cygwin specific but generic flaws. It's not secure to run a publically accessib

Re: cygwin on Windows 2003...

2003-07-11 Thread Prasad Dabak
Hello, Thank you very much for all your help. I really appreciate that. I found a workaround, by setting the StrictModes setting in \etc\sshd_config to "No". As you said earlier, new cygwin is more strict in terms of permissions and ownership. So now, I have openssh 2.5.2p2 and cygwin 1.3.22 on

Re: Spurious executable bits keep turning up

2003-07-11 Thread Corinna Vinschen
On Fri, Jul 11, 2003 at 12:34:23PM +0100, Henry S. Thompson wrote: > Sorry if this is an FAQ, I've searched the archives but found nothing. > > I run under XP, CYGWIN=tty ntsec. > > Files produced by a range of mechanisms (at least FileOutputStream in > Java, xemacs, MS Word) show up as executabl

Re: cygwin on Windows 2003...

2003-07-11 Thread Corinna Vinschen
On Fri, Jul 11, 2003 at 04:32:43AM -0700, Prasad Dabak wrote: > 1. I am using openssh 2.5.2p2 and cygwin 1.3.1 using > passwordless authentication with sshd running in > SYSTEM context. I have been using this combination for > years on Windows 2000 and it works fine. Just as a side note: 2.5.2 ha

Re: Who is running Apache2 on Cygwin?

2003-07-11 Thread Stipe Tolj
"Gerrit P. Haase" wrote: > > Hallo, > > It is really interesting that a simple piece > of software like a webserver refuses to run > on Cygwin, well all the other webservers are > running quite well (i.e. every other webserver > I was able to compile), what is so special > with Apache that it mak

Spurious executable bits keep turning up

2003-07-11 Thread Henry S. Thompson
Sorry if this is an FAQ, I've searched the archives but found nothing. I run under XP, CYGWIN=tty ntsec. Files produced by a range of mechanisms (at least FileOutputStream in Java, xemacs, MS Word) show up as executable (-rwxrwxrwx), which is somewhere between distracting, irritating and a real p

Re: Who is running Apache2 on Cygwin?

2003-07-11 Thread Elfyn McBratney
On Fri, 11 Jul 2003, Gerrit P. Haase wrote: > Hallo, > > It is really interesting that a simple piece > of software like a webserver refuses to run > on Cygwin, well all the other webservers are > running quite well (i.e. every other webserver > I was able to compile), what is so special > with Ap

Re: perldoc can't read module

2003-07-11 Thread Gerrit P. Haase
Hello Ronald, >$ perldoc File::Find > perldoc complains >Ignored /usr/lib/perl5/5.8.0/File/Find.pm: unreadable > Although the file seems to have correct permission rights > $ ls -l /usr/lib/perl5/5.8.0/File/Find.pm > -rwx--+ 1 Administ mkgroup_34332 Jun 2 15:41 > /usr/l

Re: cygwin on Windows 2003...

2003-07-11 Thread Prasad Dabak
Hello, I am sorry, if I have lead to further confusions. Let me explain everything all over again 1. I am using openssh 2.5.2p2 and cygwin 1.3.1 using passwordless authentication with sshd running in SYSTEM context. I have been using this combination for years on Windows 2000 and it works fine.

Re: perldoc can't read module

2003-07-11 Thread Brian Dessent
Ronald Fischer wrote: > $ ls -l /usr/lib/perl5/5.8.0/File/Find.pm > -rwx--+ 1 Administ mkgroup_34332 Jun 2 15:41 > /usr/lib/perl5/5.8.0/File/Find.pm Try running 'mkgroup -l /etc/group' (and the same for mkpasswd if you haven't done that either.) Brian -- Unsubscribe info: h

Who is running Apache2 on Cygwin?

2003-07-11 Thread Gerrit P. Haase
Hallo, It is really interesting that a simple piece of software like a webserver refuses to run on Cygwin, well all the other webservers are running quite well (i.e. every other webserver I was able to compile), what is so special with Apache that it makes it so difficult to get it to run on Cygwi

Re: cygwin on Windows 2003...

2003-07-11 Thread Corinna Vinschen
On Fri, Jul 11, 2003 at 03:39:05AM -0700, Prasad Dabak wrote: > Hello, > > Thanks for your help. > > I am sorry to bug you again. > > So, does this mean, that, I can not run sshd with > passwordless authentication in SYSTEM context even if > I switch to the latest version of openssh? In your p

Re: cygwin on Windows 2003...

2003-07-11 Thread Prasad Dabak
Hello, Thanks for your help. I am sorry to bug you again. So, does this mean, that, I can not run sshd with passwordless authentication in SYSTEM context even if I switch to the latest version of openssh? Further, the question is, if I use old version of cygwin, it is not giving me the permiss

Re: PostgreSQL problems

2003-07-11 Thread Jason Tishler
Markus, On Fri, Jul 11, 2003 at 01:09:56AM +0200, Markus Hoenicka wrote: > LOG: StreamConnection: accept() failed: Socket operation on non-socket ^^ > [snip] > I've tried PostgreSQL 7.3.2-2 and 7.3.3-1 together with cygipc 1.

Re: Problem with TCL , couldn't execute a TCL file

2003-07-11 Thread Jason Tishler
On Thu, Jul 10, 2003 at 04:52:09PM +0200, philippe guillaume wrote: > it is called like this : > "command {exec /home/me/THEPROGRAM &} " > > Where is the problem ??? Cygwin TCL does not under Posix style paths: http://www.cygwin.com/ml/cygwin/2002-10/msg00425.html AFAICT, you will need to u

Re: cygwin on Windows 2003...

2003-07-11 Thread Corinna Vinschen
On Fri, Jul 11, 2003 at 02:30:42AM -0700, Prasad Dabak wrote: > Hello, > > Yes, sshd is running as service under SYSTEM account. I'm speechless. > Are there any issues in doing this with the latest > cygwin? Well, passwordless authentication shouldn't work at all under 2003 when running as serv

RE: rxvt shortcut problem (bash, XP, memory, heap, Win32 error 487)

2003-07-11 Thread Garrett, Ron
Files attached as suggested. Cygcheck.def is from the default terminal running bash. Cygcheck.rxvt is from the rxvt terminal running sh. One other note: If I set the environment variable "SHELL" to "bash" using the Control Panel, then clicking the rxvt icon (invoking rxvt with NO arguments) leads

Re: cygwin on Windows 2003...

2003-07-11 Thread Prasad Dabak
Hello, Yes, sshd is running as service under SYSTEM account. Are there any issues in doing this with the latest cygwin? I know, that, Cygwin 1.3.22 comes with OpenSSH 3.6.1p2. However, due to other reasons, I don't want to upgrade to new openSSH as far as possible. Thanks. -Prasad --- Corinna V

Re: cygwin on Windows 2003...

2003-07-11 Thread Corinna Vinschen
On Thu, Jul 10, 2003 at 11:36:44PM -0700, Prasad Dabak wrote: > Hello, > > I am using public key authentication. If I use the old > version of cygwin (1.3.1), I am able to ssh on to the > box. Is sshd running as service under SYSTEM account? > Hence, I think, that the issue is not related to > W

perldoc can't read module

2003-07-11 Thread Ronald Fischer
I've installed perl, v5.8.0 built for cygwin-multi-64int When I request a module documentation, say by $ perldoc File::Find perldoc complains Ignored /usr/lib/perl5/5.8.0/File/Find.pm: unreadable Although the file seems to have correct permission rights $ ls -l /usr/lib/perl5/5.