Re: convert windows path to cygwin path in emacs

2004-05-27 Thread haro
Oops, sorry. I've read your message, the-other-way-around. cygwin-mount.el converts, '/cygdrive/c/some/where' into 'c:/some/where'. # it may give you a hint on how to program it your self... ;-) Sorry again, Haro From: [EMAIL PROTECTED] Date: Fri, 28 May 2004 12:25:54 +0900 (JST) ::Hi, :: ::Th

Re: convert windows path to cygwin path in emacs

2004-05-27 Thread haro
Hi, There is emacs-lisp file called 'cygwin-mount.el' on the net. I use it with my Meadow (emacs20 + Mule for Win32) and works pretty well. Hope this helps, Haro =--- _ _Munehiro (haro) Matsuda -|- /_\ |_|_| K

convert windows path to cygwin path in emacs

2004-05-27 Thread Arthur Davis
I've found that I can drag and drop files onto a shortcut to emacsclient and the file will open in emacs - well sort of... Actually, it gives me a new buffer named the windows pathname. For instance, if I drag c:\path\file.txt onto my shortcut, I get a new buffer named c:\path\file.txt. It would

ssmtp fail with cygwin-1.5.10-3 ?

2004-05-27 Thread haro
Hi list, After updating to cygwin-1.5.10-3, ssmtp package seems to fail for reasons beyond my understaing. I get follwoing error two event messages, in a row, in Window's event-log. sSMTP : PID 391 : Unable to locate xxx.xx.kgt.co.jp. sSMTP : PID 391 : Cannot open xxx.xx.kgt.co.jp:25. By do

Re: ssh hangs window application starting up

2004-05-27 Thread Larry Hall
At 07:34 PM 5/27/2004, you wrote: >If I have a ssh connection from a cygwin session to another machine, applications >that should startup in windows by double clicking for a filename in explorer hang >until the ssh connection. > >Once the ssh connection is closed, the application starts right awa

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-27 Thread Reid Thompson
The point was... Second paragraph on that page: Eric S. Raymond has written a wonderful article on how to write smart < http://www.catb.org/~esr/faqs/smart-questions.html >questions. If you adhere to his guidelines, you'll have a very good chance of getting a high-quality response to your proble

ssh hangs window application starting up

2004-05-27 Thread Mark Jackson Pulver
If I have a ssh connection from a cygwin session to another machine, applications that should startup in windows by double clicking for a filename in explorer hang until the ssh connection. Once the ssh connection is closed, the application starts right away. Not all application are blocked. Is

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-27 Thread Lex Ein
Quoting: "One of the cygwin mailing lists is absolutely the proper place for reporting problems. The mailing lists were created for this express purpose. " So, your point was? L Brian Ford wrote: On Thu, 27 May 2004, Hans Horn wrote: Folks, after I had an upgrade orgy to cygwin 1.5.10.x, my gcc

Re: dll version collision

2004-05-27 Thread Igor Pechtchanski
On Thu, 27 May 2004, Baurjan Ismagulov wrote: > Hello, Michael! > > On Thu, May 27, 2004 at 04:53:17PM -0400, Michael Hale wrote: > > Is it possible to recompile a subset of the cygwin binaries to depend > > on cygwin1.dll renamed to something like build_cygwin1.dll? How would > > I go about doin

Re: C-shell:commands are not working

2004-05-27 Thread Brian Ford
On Thu, 27 May 2004, kirat shah wrote: > Some serious problem is going on here, in my C-shell > application all things are fine Great, no problem! Then why are you posting again? > previously i can use all commands like ls , gv .. all. But suddenly i am > not able to do that. Ah yes. What doe

Re: GCC 3.3.1 problem with printf %Lg %Lg and -m128bit-long-double compile option

2004-05-27 Thread Brian Ford
On Thu, 27 May 2004, Gerrit P. Haase wrote: > Hallo mathias, > > > GCC 3.3.1 has a problem when printing multiple long double variables using > > printf and the -m128bit-long-double compile option on a Pentium-based > > machine. > > Seems to be a bug in gcc, for bug reporting instructions, please

Re: dll version collision

2004-05-27 Thread Baurjan Ismagulov
Hello, Michael! On Thu, May 27, 2004 at 04:53:17PM -0400, Michael Hale wrote: > Is it possible to recompile a subset of the cygwin binaries to depend > on cygwin1.dll renamed to something like build_cygwin1.dll? How would > I go about doing this? This is a quite often-discussed topic, but ther

Re: cygwin and scsi tape drive.

2004-05-27 Thread Joshua Daniel Franklin
Have you read ? Particularly the part about "Note that you can't use the mount table to map from fixed device name to your own device name." -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://c

dll version collision

2004-05-27 Thread Michael Hale
Hi, Is it possible to recompile a subset of the cygwin binaries to depend on cygwin1.dll renamed to something like build_cygwin1.dll? How would I go about doing this? The reason that I want to do this is because the developers at our site use the cygwin console for development, and our build p

Re: GCC 3.3.1 problem with printf %Lg %Lg and -m128bit-long-double compile option

2004-05-27 Thread Gerrit P. Haase
Hallo mathias, > GCC 3.3.1 has a problem when printing multiple long double variables using > printf and the -m128bit-long-double compile option on a Pentium-based > machine. Seems to be a bug in gcc, for bug reporting instructions, please see: http://gcc.gnu.org/bugs.html. > compile the code

Re: Looking for new apache maintainer

2004-05-27 Thread Max Bowsher
Brian Dessent wrote: > Andrew DeFaria wrote: >> Would you suspect that you could get Apache 2.x to use threads under Cygwin? > > Yes, but I have not tried. Not without some debugging work. I compiled 2.0.49 with worker MPM (i.e. threads), but lots of requests failed to be handled. 2.0.49 with pre

cygwin and scsi tape drive.

2004-05-27 Thread Marc Schare
Dear List: I've been trying to get my SCSI tape drive to work under Windows/XP Home Edition and CYGWIN and having absolutely no luck. My tape drive is recognized as an "other device" so Windows is clearly aware of it. I have CYGWIN Version 1.5.10.3 (which should be the latest) and MT package

Re: g++ linking

2004-05-27 Thread Larry Hall
At 05:57 AM 5/27/2004, you wrote: >Hi, > >I am not able to link one of my program using g++, so looking forward for some help. > >I am having a library(util.lib) and dll(util.dll) file. > >I am trying to link my program to the dll and getting undefined reference error where >as the same thing work

Re: problem with ssh-user-config on Win XP

2004-05-27 Thread Reini Urban
Dave Korn schrieb: Sorry guys, I did not know this was a CYGWIN newsgroup for experts... Could you tell me where is the CYGWIN newsgroup for dummies ?!?! This is a mailinglist and no newsgroup. Dummy questions which bear the answer in the question itself are flamed in dummy newsgroups also. Tha

Re: Looking for new apache maintainer

2004-05-27 Thread Brian Dessent
Igor Pechtchanski wrote: > Perhaps this should be moved to cygwin-apps (which Brian, as all other Been subscribed for some time now, and redirecting... > maintainers, will have to subscribe to anyway), but one more point while > we're on the subject of Apache: maybe it's time to revisit the apac

Re: ssh

2004-05-27 Thread Larry Hall
At 12:52 PM 5/26/2004, you wrote: >Hi I have cygwin ssh server running on a windows 2000 server. And for >some reason all of a sudden when users upload a file to a certain >account the everyone group gets no permissions by default. Any ideas? >Before the everyone group would get the read permission

RE: Seqfault doing kill -l

2004-05-27 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Robert McGovern > Sent: 27 May 2004 16:54 > Thanks for that Igor & Christopher, > > Regarding using type rather than which. I actually hadn't realised > there was a command called type in the shell. I obviously haven't used > bash eno

Re: Looking for new apache maintainer

2004-05-27 Thread Christopher Faylor
On Thu, May 27, 2004 at 12:09:29PM -0400, Igor Pechtchanski wrote: >On Thu, 27 May 2004, Christopher Faylor wrote: >>On Thu, May 27, 2004 at 08:55:02AM -0700, Brian Dessent wrote: >>>Okay, I'll take that as an enthusiastic request for an apache2 package. >> >>FWIW: Me too! I think an apache2 packag

Re: Looking for new apache maintainer

2004-05-27 Thread Igor Pechtchanski
On Thu, 27 May 2004, Christopher Faylor wrote: > On Thu, May 27, 2004 at 08:55:02AM -0700, Brian Dessent wrote: > >Okay, I'll take that as an enthusiastic request for an apache2 package. > > FWIW: Me too! I think an apache2 package would be a very useful addition. > > cgf Ditto. Perhaps this s

Re: redirection can create nul files - Was: rm hangs on illegal filename nul

2004-05-27 Thread Igor Pechtchanski
On Thu, 27 May 2004, Christopher Faylor wrote: > On Thu, May 27, 2004 at 11:39:22AM -0400, Volker Quetschke wrote: > >Igor wrote: > >>A couple more datapoints: > >> > >>- You can also create "nul" by "touch nul". > >>- You can use forward slashes, so "rm //./c:/somedir/nul" works. > >>- For me (on

Re: Looking for new apache maintainer

2004-05-27 Thread Christopher Faylor
On Thu, May 27, 2004 at 08:55:02AM -0700, Brian Dessent wrote: >Okay, I'll take that as an enthusiastic request for an apache2 package. FWIW: Me too! I think an apache2 package would be a very useful addition. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repor

Re: redirection can create nul files - Was: rm hangs on illegal filename nul

2004-05-27 Thread Christopher Faylor
On Thu, May 27, 2004 at 11:39:22AM -0400, Volker Quetschke wrote: >Igor wrote: >>A couple more datapoints: >> >>- You can also create "nul" by "touch nul". >>- You can use forward slashes, so "rm //./c:/somedir/nul" works. >>- For me (on Win2k SP3), "rm nul" doesn't hang, but doesn't do anything >>

Re: Looking for new apache maintainer

2004-05-27 Thread Brian Dessent
Andrew DeFaria wrote: > When you start Apache you can specify how many subprocesses to run. Thus > start up can be expensive. And I know that Apache will start new > processes if need be - presumably if you have a lot of hits. But for us > relatively low hit guys I think we can live with the once

Re: [ANNOUNCEMENT] Updated: cygwin-1.5.10-2

2004-05-27 Thread Christopher Faylor
On Thu, May 27, 2004 at 05:22:16PM +0200, philippe.torche(no_spam) wrote: >Good work, > >But still have race problems with multi-cpu engine. Um. That's interesting, I guess. I don't have a vast database of everyone's problems in my head, so your "still" doesn't mean much to me. I've gone back i

Re: Seqfault doing kill -l

2004-05-27 Thread Robert McGovern
Thanks for that Igor & Christopher, Regarding using type rather than which. I actually hadn't realised there was a command called type in the shell. I obviously haven't used bash enough. Rob (apologies for top posting, I use Novell GroupWise and it only does replies this way) >>> [EMAIL PROTECT

Re: [ANNOUNCEMENT] Updated: cygwin-1.5.10-2

2004-05-27 Thread Brian Ford
On Thu, 27 May 2004, philippe.torche(no_spam) wrote: > 1. One or more : C:\cygwin\usr\local\bin\bash.exe (1348): *** fork: > can't reserve memory for stack 0x3 - 0x23, Win32 error 487 http://sources.redhat.com/ml/cygwin/2004-05/msg00601.html -- Brian Ford Senior Realtime Software Engine

Re: Seqfault doing kill -l

2004-05-27 Thread Christopher Faylor
On Thu, May 27, 2004 at 04:02:21PM +0100, Robert McGovern wrote: >[EMAIL PROTECTED] ~ >$ /bin/kill --list >Segmentation fault (core dumped) This should be fixed in the current snapshot. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.c

Re: redirection can create nul files - Was: rm hangs on illegal filename nul

2004-05-27 Thread Volker Quetschke
Hi Igor, A couple more datapoints: - You can also create "nul" by "touch nul". - You can use forward slashes, so "rm //./c:/somedir/nul" works. - For me (on Win2k SP3), "rm nul" doesn't hang, but doesn't do anything either. Here neither, but "rm -rf somedir" hangs. Volker -- PGP/GPG key (ID: 0x9

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-27 Thread Brian Ford
On Thu, 27 May 2004, Hans Horn wrote: > Folks, > > after I had an upgrade orgy to cygwin 1.5.10.x, my gcc installation got > hosed. in particular: gcc: installation problem, cannot exec `cc1plus': > No such file or directory > > completely uninstalling and then re-installing all gcc related stuff

Re: [ANNOUNCEMENT] Updated: cygwin-1.5.10-2

2004-05-27 Thread philippe.torche(no_spam)
Good work, But still have race problems with multi-cpu engine. Run my "run_t.sh", which runs 5 "t.sh". And see if the 5 output log (t_1.log, t_2.log, ...) still grows. After a short period of time (< 10 sec) one or more process sleeps. Another point, with one-cpu engine, if I'm typing CTRL-C then r

Re: Seqfault doing kill -l

2004-05-27 Thread Igor Pechtchanski
On Thu, 27 May 2004, Robert McGovern wrote: > Hi, > > Couldn't find a mention of this in the Cygwin mailing list archives and > thought I'd ask about it. > > I was trying to get the list of siginals that cygwins kill (/bin/kill) > takes using the kill -l command (and --list). Unfortuantly it caus

Re: Looking for new apache maintainer

2004-05-27 Thread Andrew DeFaria
Brian Dessent wrote: Andrew DeFaria wrote: My understanding is that the Cygwin port of Apache 1.x is also significantly slower than the native Apache 1.x but this didn't stop people from wanting a Cygwin version of 1.x. Or is there something in 2.x (this thread MPM thing) that would make a Cygwi

Re: IPtraf for cygwin?

2004-05-27 Thread Kristoffer
Thnx Brian for your intelligent answer to my less intelligent question. I think its a common mistake to not understand that cygwin isnt a linux-system. At least I know better now. Sincerly Kristoffer Nordström --- On Thu 05/27, Brian Dessent < [EMAIL PROTECTED] > wrote: From: Bria

Re: IPtraf for cygwin?

2004-05-27 Thread Brian Dessent
Kristoffer wrote: > As far as I can conclude the IPTraf package isnt ported to cygwin. Correct. > Therefore ive conclude that i have to port it in the following way > > using cygbuild. > > 1. unpack the source (is the binary enought) and recompile it. > > 2. Install it in some library. > > 3

Seqfault doing kill -l

2004-05-27 Thread Robert McGovern
Hi, Couldn't find a mention of this in the Cygwin mailing list archives and thought I'd ask about it. I was trying to get the list of siginals that cygwins kill (/bin/kill) takes using the kill -l command (and --list). Unfortuantly it causes it to segfault as you can see from the following outpu

Re: redirection can create nul files - Was: rm hangs on illegal filename nul

2004-05-27 Thread Igor Pechtchanski
On Thu, 27 May 2004, Volker Quetschke wrote: > Just FYI and for the archives: > > > Any ideas how to remove the nul files? Really, I don't want to > > format my disk because of this. > You can fool NTFS into not doing reserve-word checking with: > > DEL \\.\c:\somedir\nul > > You propably have to

Re: Looking for new apache maintainer

2004-05-27 Thread Brian Dessent
Andrew DeFaria wrote: > My understanding is that the Cygwin port of Apache 1.x is also > significantly slower than the native Apache 1.x but this didn't stop > people from wanting a Cygwin version of 1.x. Or is there something in > 2.x (this thread MPM thing) that would make a Cygwin port of Apach

RE: rm hangs on illegal filename nul

2004-05-27 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Dave Korn > Sent: 27 May 2004 15:43 > How about > > cmd /c 'del nu?.*' > > Does that get it? Nope, it doesn't. Volker's technique is the right answer. cheers, DaveK -- Can't think of a witty .sigline today..

RE: rm hangs on illegal filename nul

2004-05-27 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Volker Quetschke > Sent: 27 May 2004 15:32 > Vince Hoffman wrote: > >>>I somehow managed to create a file named nul (further investigation > >>>pending), and now rm -rf hangs when trying to remove the > >>>directory with > >>>this file

Re: redirection can create nul files - Was: rm hangs on illegal filename nul

2004-05-27 Thread Volker Quetschke
Just FYI and for the archives: Any ideas how to remove the nul files? Really, I don't want to format my disk because of this. You can fool NTFS into not doing reserve-word checking with: DEL \\.\c:\somedir\nul You propably have to use the correct quotes, or use cmd.exe, like I did. Volker -- PGP/GP

unknown

2004-05-27 Thread skwright
something is going wrong! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

redirection can create nul files - Was: rm hangs on illegal filename nul

2004-05-27 Thread Volker Quetschke
Hi Dave, I somehow managed to create a file named nul (further investigation pending), and now rm -rf hangs when trying to remove the directory with this file. Known ('doze) problem. Also occurs with filenames like aux, com1, lpt etc. The workaround is WDDTT. No, wrong, the problem arises from

Re: Looking for new apache maintainer

2004-05-27 Thread Christopher Faylor
On Thu, May 27, 2004 at 07:18:42AM -0700, Andrew DeFaria wrote: >BTW: Thanks for volunteering for this. Does this mean that a Cygwin >version of mod_php would be working again? I hope so. This is one of the reasons that I asked for a new maintainer. I should have made that clearer. cgf -- Unsu

Re: rm hangs on illegal filename nul

2004-05-27 Thread Volker Quetschke
Vince Hoffman wrote: I somehow managed to create a file named nul (further investigation pending), and now rm -rf hangs when trying to remove the directory with this file. Known ('doze) problem. Also occurs with filenames like aux, com1, lpt etc. The workaround is WDDTT. umm is that another way

1.5.10-3: make -j6: read jobs pipe: No such file or directory. Stop.

2004-05-27 Thread Rolf Campbell
First, this is not a regression to any recent cygwin (it has been a problem for a while (I've tried it on every snapshot as they came out for the past 2 months), I know it did work is 1.3.17, but I also know that is not terribly useful info). I finally produced a test case that exhibited the pr

gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-27 Thread Hans Horn
Folks, after I had an upgrade orgy to cygwin 1.5.10.x, my gcc installation got hosed. in particular: gcc: installation problem, cannot exec `cc1plus': No such file or directory completely uninstalling and then re-installing all gcc related stuff doesn't help! Any clues / advice? H. -- Unsubs

RE: cron problem with authentication

2004-05-27 Thread Igor Pechtchanski
On Thu, 27 May 2004, Mike Kenny - BCX - Mngd Services wrote: > > From: Larry Hall [mailto:[EMAIL PROTECTED] . > > At 03:52 AM 5/26/2004, you wrote: > > >I previously posted a problem where a job failed attaching to an MQ > > >Q Manager when run from cro

Re: Looking for new apache maintainer

2004-05-27 Thread Andrew DeFaria
Brian Dessent wrote: I hadn't planned to package 2.x because its native win32 version would be significantly faster with a thread MPM than a Cygwin port. But I suppose a Cygwin version would be useful if you wanted to test or develop things that are destined for a 2.x/Unix machine. I also don't

RE: rm hangs on illegal filename nul

2004-05-27 Thread Vince Hoffman
On Thu, 27 May 2004, Dave Korn wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of Volker Quetschke > > Sent: 27 May 2004 14:25 > > To: [EMAIL PROTECTED] > > Subject: rm hangs on illegal filename nul > > > > Hi, > > > > I somehow managed to create a file named nul (further

IPtraf for cygwin?

2004-05-27 Thread Kristoffer
Hello everyone. I have a quetion. I would like to install "iptraf" on my cygwin system. I´ve been searching the web, cygwin faq, forums etc. As far as I can conclude the IPTraf package isnt ported to cygwin. (Please correct me if im wrong) Therefore ive conclude that i have to po

GNU Smalltalk 2.1.7 (was: Re: FYI: GNU Smalltalk 2.1.5 on Cygwin)

2004-05-27 Thread Gerrit P. Haase
Hi, I have uploaded GNU smalltalk 2.1.7 for testing purposes. http://anfaenger.de/cygwin/cygwin-1.5/smalltalk/ * This Smalltalk binary needs this GMP 4.1.3: http://anfaenger.de/cygwin/cygwin-1.5/gmp/ Gerrit -- =^..^= http://nyckelpiga.de/donate.html -- Un

RE: rm hangs on illegal filename nul

2004-05-27 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Volker Quetschke > Sent: 27 May 2004 14:25 > To: [EMAIL PROTECTED] > Subject: rm hangs on illegal filename nul > > Hi, > > I somehow managed to create a file named nul (further investigation > pending), and now rm -rf hangs when tryi

RE: problem with ssh-user-config on Win XP

2004-05-27 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of vdu > Sent: 27 May 2004 14:15 > "Dave Korn" wrote in message > > To explain the same thing twice in the same morning: > > > Sorry guys, I did not know this was a CYGWIN newsgroup for exp

rm hangs on illegal filename nul

2004-05-27 Thread Volker Quetschke
Hi, I somehow managed to create a file named nul (further investigation pending), and now rm -rf hangs when trying to remove the directory with this file. I just upgraded to cygwin 1.5.10-3, I will try with 1.5.9 later. [EMAIL PROTECTED]/cygdrive/e/w1/OOo/expat/wntgcci.pro/misc/build/expat:{505}: $

Re: problem with ssh-user-config on Win XP

2004-05-27 Thread Thorsten Kampe
* vdu (2004-05-27 15:15 +0100) > Sorry guys, I did not know this was a CYGWIN newsgroup for experts... > Could you tell me where is the CYGWIN newsgroup for dummies ?!?! It's over here!?!? -> http://cygwin.com/faq/faq0.html http://cygwin.com/cygwin-ug-net/cygwin-ug-net.html -- Unsubscribe info:

Re: cron dying in Windows but not in Cygwin

2004-05-27 Thread Vince Hoffman
On Thu, 27 May 2004, Thorsten Kampe wrote: > * Dave Korn (2004-05-27 11:26 +0100) > >> * Robert Pollard (2004-05-26 18:33 +0100) > >>> I have a bit of a problem where when we launch cron from > >> the command > >>> line after a few days it dies in Windows but is still visible in > >>> Cygwin. >

Re: problem with ssh-user-config on Win XP

2004-05-27 Thread vdu
Sorry guys, I did not know this was a CYGWIN newsgroup for experts... Could you tell me where is the CYGWIN newsgroup for dummies ?!?! -- Vincent Dutat E-mail : vincentdutat {AT} tiscali {DOT} be Fax : +32 2 7003724 Voicemail : +32 2 7003724 "Dave Korn" <[EMAIL PROTECTED]> wrote in message news:[

Re: cron dying in Windows but not in Cygwin

2004-05-27 Thread Thorsten Kampe
* Dave Korn (2004-05-27 11:26 +0100) >> * Robert Pollard (2004-05-26 18:33 +0100) >>> I have a bit of a problem where when we launch cron from >> the command >>> line after a few days it dies in Windows but is still visible in >>> Cygwin. >> >> Beg your pardon? Your sentence doesn't make sense

Re: Problems with sshd on Windows 2003 Server

2004-05-27 Thread Tomas Stephanson
Brian Ford wrote: On Wed, 26 May 2004, Tomas Stephanson wrote: just though to let you know that after spending several hours trying to get *ssh* key authorization to work and always getting the sshd : PID 348 : fatal: setreuid 500: Permission denied. message I found a solution, I added the sshd_se

RE: problem with ssh-user-config on Win XP

2004-05-27 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of vdu > Sent: 27 May 2004 09:16 > script ssh-user-config fails because user SYSTEM does not exit in my > '/etc/passwd' file, it was created using 'mkpasswd -d > ', which does > not create any SYSTEM user. I enter 'mkpasswd -l' to see i

RE: cron problem with authentication

2004-05-27 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Mike Kenny - BCX - Mngd Services > Sent: 27 May 2004 10:07 > I have a situation where, on the windows side, cron is running as user > 'mqdisp'. > The PS shows that cron is running as SYSTEM, > I hope the above better explains my pro

Re: problem with ssh-user-config on Win XP

2004-05-27 Thread Reini Urban
vdu schrieb: script ssh-user-config fails because user SYSTEM does not exit in my '/etc/passwd' file, it was created using 'mkpasswd -d ', which does not create any SYSTEM user. I enter 'mkpasswd -l' to see if it creates a SYSTEM user, and it does. So why 'mkpasswd -d does not ?? As with every bet

Re: Looking for new apache maintainer

2004-05-27 Thread Brian Dessent
Max Bowsher wrote: > > I hadn't planned to package 2.x because its native win32 version would > > be significantly faster with a thread MPM than a Cygwin port. But I > > suppose a Cygwin version would be useful if you wanted to test or > > develop things that are destined for a 2.x/Unix machine.

Re: Looking for new apache maintainer

2004-05-27 Thread Max Bowsher
Brian Dessent wrote: > Max Bowsher wrote: >> >> Brian Dessent wrote: >>> Christopher Faylor wrote: >>> Is anyone interested in being the maintainer for the Apache package? The current maintainer is MIA. >>> >>> I would like to volunteer for this. >> >> Hi Brian, >> >> Do you intend to mai

g++ linking

2004-05-27 Thread Devender Marri
Hi, I am not able to link one of my program using g++, so looking forward for some help. I am having a library(util.lib) and dll(util.dll) file. I am trying to link my program to the dll and getting undefined reference error where as the same thing works if I try in linux environment. when I t

problem with cygwin crypt function

2004-05-27 Thread bertrand marquis
Hello i need to use the cygwin crypt function to compare the result with the result of the linux string function. Under linux i crypt the string with a salt and then i have to remove the first characters to remove the salt from the result string. But under cygwin it seems that i only have

Re: Looking for new apache maintainer

2004-05-27 Thread Brian Dessent
Max Bowsher wrote: > > Brian Dessent wrote: > > Christopher Faylor wrote: > > > >> Is anyone interested in being the maintainer for the Apache package? > >> The current maintainer is MIA. > > > > I would like to volunteer for this. > > Hi Brian, > > Do you intend to maintain Apache 1 or Apache 2

Re: echo vs. ls race condition?

2004-05-27 Thread Henry S. Thompson
Fred Kulack <[EMAIL PROTECTED]> writes: > Interesting tests. I still can't get it to fail... Note _I_ can't get it to fail with only 10 subdirs -- 100 or 200 are much more reliable at producing the problem. . . > What terminal are you using? Perhaps there's something weird going on with > flow

RE: cron dying in Windows but not in Cygwin

2004-05-27 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Thorsten Kampe > Sent: 26 May 2004 23:06 > * Robert Pollard (2004-05-26 18:33 +0100) > > I have a bit of a problem where when we launch cron from > the command > > line after a few days it dies in Windows but is still visible in > >

Re: Looking for new apache maintainer

2004-05-27 Thread Max Bowsher
Brian Dessent wrote: > Christopher Faylor wrote: > >> Is anyone interested in being the maintainer for the Apache package? >> The current maintainer is MIA. > > I would like to volunteer for this. Hi Brian, Do you intend to maintain Apache 1 or Apache 2? Max. -- Unsubscribe info: http:/

RE: cron problem with authentication

2004-05-27 Thread Mike Kenny - BCX - Mngd Services
> From: Larry Hall [mailto:[EMAIL PROTECTED] > > At 03:52 AM 5/26/2004, you wrote: > >I previously posted a problem where a job failed attaching to an MQ > >Q Manager when run from cron. The explanation that was provided > >was that because MQ authenticates the user using the NT services > >and

Re: sshd: Allow service to interact with desktop

2004-05-27 Thread Andrew Markebo
| Does the option in the subject line allow me to use GUIs via ssh? If so, how | do I make use of it? Environmental issues? Well port forward the VNC-port through the ssh-session. /Andy -- The eye of the compiler rests on the code! -- Unsubscribe info: http://cygwin.com/ml/#unsubs

problem with ssh-user-config on Win XP

2004-05-27 Thread vdu
script ssh-user-config fails because user SYSTEM does not exit in my '/etc/passwd' file, it was created using 'mkpasswd -d ', which does not create any SYSTEM user. I enter 'mkpasswd -l' to see if it creates a SYSTEM user, and it does. So why 'mkpasswd -d does not ?? -- Vincent -- Unsubscrib