Re: How to automate the installation of Cygwin?

2003-08-20 Thread philippe guillaume
ok thanks a lot. I hadn't understood this ( i'm french :))) ), sorry ! --- Max Bowsher <[EMAIL PROTECTED]> a écrit : > philippe guillaume wrote: > > I don't want to do a manual installation. > > I'd like to launch the setup and i want it to > install > > Cygwin without having to clic on "Next", >

Re: tetex-2.0.2/pdflatex problem

2003-08-20 Thread Thomas List
Hello, Gerrit P. Haase wrote: [73] [74])) [75] (./docname.aux (./titel.aux)) LaTeX Warning: There were undefined references. ) (see the transcript file for additional information){ Error: pdflatex (file /usr/share/texmf/dvips/tetex/aae443f0.enc): buffer overflow There are d

gij (GNU libgcj) version 3.2 20020927 (prerelease) dimps core

2003-08-20 Thread jurgen . defurne
Hello, I am writing some code using the following directory structure, like it should be in java ./source ./source/classes putting into ./source the application, and in ./source/classes the libraries, where one of the libraries is programmed to throw an exception at a certain moment. When I exec

Filter scan result notification from mails2

2003-08-20 Thread Sendmail Switch User
This is a filter detection notice generated by Sendmail MIME Filter v2.4.0 at mails2. The original message was being transferred from [139.91.70.41], and was ultimately accepted. The scanned parts of this message contained 1 infection(s), 0 of which were successfully repaired. Details are pro

Re: cron and network drives

2003-08-20 Thread Corinna Vinschen
On Tue, Aug 19, 2003 at 10:45:52AM -0700, Andrew DeFaria wrote: > Corinna Vinschen wrote: > >I don't pretend to understand how the SMB code in Windows works. It > >seems to be different on different machines. On my machine `net use' > >doesn't even bother to print any of the active shares when in

Re: change wallpaper periodly by cron?

2003-08-20 Thread Corinna Vinschen
On Wed, Aug 20, 2003 at 02:12:52PM +0800, Lucifer wrote: > I wrote a simple program to change my desktop wallpaper: > [...] > It works well when I run it under cygwin console: the wallpaper changes > successfully. > > However, when I put it in my crontab (I want to change my desktop > apperance pe

Re: accept() doesn't block while running as NT service

2003-08-20 Thread Nedko Arnaudov
Process that is run under local system credentials cannot use network. This is why ot is called *local*. Don't know if this WinNT behaviour can be customized. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

SAV detected a violation in a document you authored.

2003-08-20 Thread SAValertNotification
Please contact your system administrator. The scanned document was QUARANTINED. Violation Information: The attachment your_details.pif contained the virus [EMAIL PROTECTED] and could NOT be repaired. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re : accept() doesn't block while running as NT service

2003-08-20 Thread linamat
But if I do CreateService() with NT AUTHORITY\NetworkService, or if I try to setuid() (cygwin-1.3.22) to switch to .\\Administrator privileges from SYSTEM, the problem still remains. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/proble

winsup commits on irc.freenode.net#commits ?

2003-08-20 Thread Elfyn McBratney
[Using the "all things Cygwin" rule here, as I don't think this is appropriate for cygwin-{patches,developers}] Hi, What does everyone think about having winsup/ CVS commit logs (suggestion not intention) on #commits[1] ? -- Elfyn [1] http://navi.picogui.org/svn/picogui/trunk/tools/irc/cia.html

Re: No output from DOS commands via telnet using xinetd

2003-08-20 Thread Brian . Kelly
"The silence is deafening". Apparently there aren't too many folks using telnet with xinetd ( I know, I know, SSH is what everyone's doing ). Anyhow, I do have a fairly important need for this combo, and the problem outlined below is a significant one for me. Before I do anything else - I would *

Re: That movie

2003-08-20 Thread pechtcha
Please see the attached file for details. -- 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/

Re: No output from DOS commands via telnet using xinetd

2003-08-20 Thread Elfyn McBratney
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > "The silence is deafening". Apparently there aren't too many folks using > telnet with > xinetd ( I know, I know, SSH is what everyone's doing ). Anyhow, I do have > a fairly important > need for this combo, and the problem outlined below is a sign

Re: That movie

2003-08-20 Thread earnie_boyd
Please see the attached file for details. -- 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/

Re: No output from DOS commands via telnet using xinetd

2003-08-20 Thread Elfyn McBratney
Elfyn McBratney <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > "The silence is deafening". Apparently there aren't too many folks using > > telnet with > > xinetd ( I know, I know, SSH is what everyone's doing ). Anyhow, I do have > > a fairly important > > need

Re: HLDS and cygwin

2003-08-20 Thread David Postill
On Tue, 19 Aug 2003 11:18:42 -0400, you wrote: | On Tue, Aug 19, 2003 at 08:21:19AM +0200, J?rg Schaible wrote: | >Hi Russel, | > | >> 1) Full install of HLDS, lets call it hlds1 | >> 2) Second complete install of HLDS in separate directory, call hlds2 | >> | >> I have no problem executing the hl

Re: No output from DOS commands via telnet using xinetd

2003-08-20 Thread Brian . Kelly
Thanks Elfyn - you did a great job fixing the *silence* problem ;-) Yea - I guess if I want it, I got to do some work to get it. I'll try running those traces later today if I get some time. In the meantime if anyone else can run a quick test, you'd be "helping the cause" - something to feel *go

Re: accept() doesn't block while running as NT service

2003-08-20 Thread Corinna Vinschen
On Wed, Aug 20, 2003 at 11:23:01AM +0300, Nedko Arnaudov wrote: > Process that is run under local system credentials cannot use > network. This is why ot is called *local*. Don't know if this WinNT > behaviour can be customized. That's wrong. How should eg. sshd work then? Corinna -- Corinna V

Re: No output from DOS commands via telnet using xinetd

2003-08-20 Thread Elfyn McBratney
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Thanks Elfyn - you did a great job fixing the *silence* problem ;-) > > Yea - I guess if I want it, I got to do some work to get it. I'll try > running those traces later today > if I get some time. In the meantime if anyone else can run a quick t

ISP autoreply [T20030820026B]

2003-08-20 Thread isp
Dear [EMAIL PROTECTED], This is an automated response from "ISP". Thank you for submitting your email to BigZoo's customer relationship department. This message confirms that your e-mail inquiry has been successfully received by our system on 8/20/2003 at 6:10:09 AM (PST) and will be handled sh

ISP autoreply [T20030820026C]

2003-08-20 Thread isp
Dear [EMAIL PROTECTED], This is an automated response from "ISP". Thank you for submitting your email to BigZoo's customer relationship department. This message confirms that your e-mail inquiry has been successfully received by our system on 8/20/2003 at 6:10:11 AM (PST) and will be handled sh

Re: Various shell problems

2003-08-20 Thread Dr.D.J.Picton
> From: Christopher Faylor > To: cygwin at cygwin dot com > Date: Mon, 18 Aug 2003 14:47:30 -0400 > Subject: Re: Various shell problems > References: <[EMAIL PROTECTED]> > On Mon, Aug 18, 2003 at 07:37:35PM +0100, Dr.D.J.Picton wrote: [snip] > > I'll refer to this type of input as > >'si

Re: winsup commits on irc.freenode.net#commits ?

2003-08-20 Thread Christopher Faylor
On Wed, Aug 20, 2003 at 01:15:00PM +0100, Elfyn McBratney wrote: >[Using the "all things Cygwin" rule here, as I don't think this is >appropriate for cygwin-{patches,developers}] > >Hi, > >What does everyone think about having winsup/ CVS commit logs (suggestion >not intention) on #commits[1] ? No

ISP autoreply [T20030820028B]

2003-08-20 Thread isp
Dear [EMAIL PROTECTED], This is an automated response from "ISP". Thank you for submitting your email to BigZoo's customer relationship department. This message confirms that your e-mail inquiry has been successfully received by our system on 8/20/2003 at 6:46:13 AM (PST) and will be handled sh

ISP autoreply [T20030820028C]

2003-08-20 Thread isp
Dear [EMAIL PROTECTED], This is an automated response from "ISP". Thank you for submitting your email to BigZoo's customer relationship department. This message confirms that your e-mail inquiry has been successfully received by our system on 8/20/2003 at 6:46:14 AM (PST) and will be handled sh

Re: HLDS and cygwin

2003-08-20 Thread Christopher Faylor
On Wed, Aug 20, 2003 at 01:55:34PM +0100, David Postill wrote: >On Tue, 19 Aug 2003 11:18:42 -0400, you wrote: > >| On Tue, Aug 19, 2003 at 08:21:19AM +0200, J?rg Schaible wrote: >| >Hi Russel, >| > >| >> 1) Full install of HLDS, lets call it hlds1 >| >> 2) Second complete install of HLDS in separa

Re: winsup commits on irc.freenode.net#commits ?

2003-08-20 Thread Elfyn McBratney
Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Wed, Aug 20, 2003 at 01:15:00PM +0100, Elfyn McBratney wrote: > >[Using the "all things Cygwin" rule here, as I don't think this is > >appropriate for cygwin-{patches,developers}] > > > >Hi, > > > >What does everyone think about having winsup/ CVS

Spam mail warning notification! (Attachment Removal)

2003-08-20 Thread isvw
eManager Notification * The following mail was blocked since it contains sensitive content. Source mailbox: <[EMAIL PROTECTED]> Destination mailbox(es): <[EMAIL PROTECTED]> Policy: Attachment Removal Attachment file name: movie0045.pif - application/octet-stream A

Java plugin library compiles ok? on cygwin-XP but WILL NOT RUN

2003-08-20 Thread Alan
Hi. Ive got a problem that may well not be cygwin related but I have a feeling that it might be so Im going to ask here before I mail a windows or java forum (besides, Ill never get a response from there - its just too obscure). I have been developing a Java profiling utility (using the JVM Profil

RE: Is the list hosed?

2003-08-20 Thread Dr.D.J.Picton
> From: "Bill McCormick" > Date: Tue, 19 Aug 2003 17:59:00 -0500 >I'm thinking the list is messed up at this point. I'm getting some very strange >responses. Yes - I've had the same problem. The last e-mail i sent re 'various shell problems' got replies back from various sites: [EMAIL PROTECT

Re: accept() doesn't block while running as NT service

2003-08-20 Thread Nedko Arnaudov
Corinna Vinschen <[EMAIL PROTECTED]> writes: > On Wed, Aug 20, 2003 at 11:23:01AM +0300, Nedko Arnaudov wrote: >> Process that is run under local system credentials cannot use >> network. This is why ot is called *local*. Don't know if this WinNT >> behaviour can be customized. > > That's wrong.

Re: accept() doesn't block while running as NT service

2003-08-20 Thread Corinna Vinschen
On Wed, Aug 20, 2003 at 06:10:06PM +0300, Nedko Arnaudov wrote: > Corinna Vinschen <[EMAIL PROTECTED]> writes: > > > On Wed, Aug 20, 2003 at 11:23:01AM +0300, Nedko Arnaudov wrote: > >> Process that is run under local system credentials cannot use > >> network. This is why ot is called *local*. Do

RE: Is the list hosed?

2003-08-20 Thread Wes Szumera
Date sent: Wed, 20 Aug 2003 16:04:33 +0100 (BST) From: "Dr.D.J.Picton" <[EMAIL PROTECTED]> Send reply to: "Dr.D.J.Picton" <[EMAIL PROTECTED]> Subject:RE: Is the list hosed? To: [EMAIL PROTECTED] > > From: "Bill McCormick"

ssh does not find the config file?

2003-08-20 Thread Bursian Achim
Hi, I encounter strange things with ssh. I have a configfile under $HOME/.ssh: -rw---1 BA3759 1.1k Aug 20 17:34 config -rw---1 BA3759887 Aug 20 17:00 id_rsa It contains lines like this: host utah User abu IdentityFile /home/.ssh/id_rsa Using 'ssh utah' doe

Re: mod_auth_mysql

2003-08-20 Thread Gerrit P. Haase
Hello Bill, >> You need a mysql client library to link against. _compress is >> probably in zlib. > Sorry Gerrit, I said binaries and meant src (above). > I see no zlib nor find no zlib*. zlib is the canonical name of the zlib package / project, the library is called cygz.dll and the archive l

Re: accept doesn't block while running as NT service

2003-08-20 Thread linamat
SYSTEM can use network resources without doubts, because UNIX domain socket works under NT service, inetd also works as NT service. Turning to accept() problem errno was set to EBADF. I parsed fhandler_socket.cc's method accept(); there are 2 places where EBADF might be set: 1st after sock_event h

Re: HLDS and cygwin

2003-08-20 Thread David Postill
On Wed, 20 Aug 2003 09:50:58 -0400, you wrote: | On Wed, Aug 20, 2003 at 01:55:34PM +0100, David Postill wrote: | >On Tue, 19 Aug 2003 11:18:42 -0400, you wrote: | > | >| On Tue, Aug 19, 2003 at 08:21:19AM +0200, J?rg Schaible wrote: | >| >Hi Russel, | >| > | >| >> 1) Full install of HLDS, lets ca

You sent a virus

2003-08-20 Thread MAILsweeper
You sent an email containing a virus. We have the following information about this email : Sender: [EMAIL PROTECTED] Subject : Re: Re: My details Please check your PC for virus, and resend information. The recipient(s) have also been notified. (MS01 LHC) -- Unsubscribe info: http:

USB HID Examples

2003-08-20 Thread Keith Gudger
I am trying to enumerate / find a particular USB HID device. I am using cygwin 1.3.22-1. I have searched the cygwin archives with no luck. The previous API I used (MSC) to get info on a HID device was: HidD_GetAttributes(), which does not seem to be supported in cygwin. A GNU/Linux example I FO

rsync - Socket operation on non-socket.

2003-08-20 Thread Andrew MacKenzie
I've had trouble using rsync under Cygwin under Windows 2000 Server Service Pack 4 (build 2195) for some time. At first I thought it was only when using ssh as a 'transport' to rsync remotely, but I've discovered that I also have trouble using it locally. As a possibly related issue, scp seems to

Re: cron and network drives

2003-08-20 Thread Andrew DeFaria
Corinna Vinschen wrote: If so and it is also true that passwordless logins will not have access to mapped drives then we still have a mystery here as to why it works on one machine and not on the other. "I don't pretend to understand how the SMB code in Windows works." Just to add to the topic h

ALCATEL POLICY : your message has been refused

2003-08-20 Thread support
e-mail Manager Notification ** As a security precaution this mail was blocked and discarded since it contains attachments with file extensions not allowed by our email policy (.exe, .vbs etc ...) Source mailbox : <[EMAIL PROTECTED]> Destination mailbox :

[GWAVA:1fm1ls1b] Subject filter message notification

2003-08-20 Thread GWAVA
This is an automated Notification e-mail message from GWAVA. The message you sent, from the address [EMAIL PROTECTED] to [EMAIL PROTECTED] Concerning: Re: That movie Was not delivered because it contained content not accepted The message was blocked because it triggered the ... VirusBlockMov

RE: Your username or group hasn't been setup correctly.

2003-08-20 Thread Matt Raible
Executing "mkgroup -ld" nor "mkgroup -l" did not help anything. Oh well, it only happens when I open Cygwin, so I guess I can live with it. Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Elfyn McBratney Sent: Tuesday, August 19, 2003 7:11 PM To: [E

RE: Your username or group hasn't been setup correctly.

2003-08-20 Thread Vince Hoffman
try "mkgroup -ld > /etc/group" > -Original Message- > From: Matt Raible [mailto:[EMAIL PROTECTED] > Sent: 20 August 2003 19:59 > To: '[EMAIL PROTECTED]' > Subject: RE: Your username or group hasn't been setup correctly. > > > Executing "mkgroup -ld" nor "mkgroup -l" did not help > anyth

Re: ssh does not find the config file?

2003-08-20 Thread Brian Dessent
Bursian Achim wrote: > > Hi, > I encounter strange things with ssh. I have a configfile under > $HOME/.ssh: > > -rw---1 BA3759 1.1k Aug 20 17:34 config > -rw---1 BA3759887 Aug 20 17:00 id_rsa > > It contains lines like this: > > host utah >User abu >Identit

Re: Migrating mail from Win95 to WinXP

2003-08-20 Thread Charles Krug
On Fri, Aug 15, 2003 at 05:48:04PM +0200, Olaf Foellinger wrote: > > User is "charles", group is "none" under WinXP > > > > I've no idea which userId procmail uses. I don't do anything in > > .fetchmailrc or .procmailrc that changes it. Does this mean it uses my > > userid? > > How do you start

RE: Your username or group hasn't been setup correctly.

2003-08-20 Thread Matt Raible
Well, it executed w/o errors, but now I get: Error (2): The system cannot find the file specified. bash: [: too many arguments ... on startup. Matt -Original Message- From: Vince Hoffman [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 1:06 PM To: 'Matt Raible'; '[EMAIL PROTE

RE: Your username or group hasn't been setup correctly.

2003-08-20 Thread Vince Hoffman
see the mails from Patrick J. LoPresti today for these issues. > -Original Message- > From: Matt Raible [mailto:[EMAIL PROTECTED] > Sent: 20 August 2003 20:25 > To: '[EMAIL PROTECTED]' > Subject: RE: Your username or group hasn't been setup correctly. > > > Well, it executed w/o errors,

RE: Your username or group hasn't been setup correctly.

2003-08-20 Thread John Morrison
Update to the latest base-files (2.1-1) then start cygwin and cp /etc/defaults/etc/profile /etc/profile J. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Matt Raible > Sent: Wednesday, 20 August 2003 8:25 pm > To: '[EMAIL PROTECTED]' > Subject: RE: Y

RE: Your username or group hasn't been setup correctly.

2003-08-20 Thread Matt Raible
Hmmm, I did that and now it gives me: /bin/find: /etc/profile.d/*.sh: No such file or directory -Original Message- From: John Morrison [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 1:44 PM To: Matt Raible; [EMAIL PROTECTED] Subject: RE: Your username or group hasn't been se

1.3.22-1 on XP: malloc returns overlapping buffers

2003-08-20 Thread roconnor
I am finding that under some circumstances a buffer returned by malloc will overlap with a buffer returned by a previous call to malloc that has not been freed. I was able to reduce it to the following test case. Running under cygwin 1.3.22-1 on Windows XP Professional Version 2002 SP1 it reports

tar and remote machines (was RE: What is the minimum needed to run gtar?)

2003-08-20 Thread David Rothenberger
Biederman, Steve writes: > > (Resuming an earlier discussion ...) > > In my Cygwin environment, I can invoke tar with Windows-style pathnames, > i.e, "tar -cf C:/temp/foo.tar ." My non-Cygwin users can't; for them, the > "C:" is interpreted as a remote machine name and they get "cannot exe

RE: tar and remote machines (was RE: What is the minimum needed to run gtar?)

2003-08-20 Thread Biederman, Steve
The one user in particular who is testing this for me claims that with the --force-local, tar is running to completion but the tar file it's creating is zero length. Sounds doubtful to me, but I haven't gotten any more information from him yet to figure out what's going on ... Thanks again for y

RE: mod_auth_mysql

2003-08-20 Thread Bill McCormick
> You need to link against zlib. > gcc -I/usr/local/mysql/include/mysql -DCYGWIN -DUSE_HSREGEX -DNO_DL_NEEDED `./apaci`\ -o httpd buildmark.o modules.o modules/standard/libstandard.a modules/auth_mysql/libauth_mysql.a main/libmain.a ./os/cygwin/libos.a ap/libap.a regex/libregex.a -L

Re: mod_auth_mysql

2003-08-20 Thread Elfyn McBratney
Bill McCormick <[EMAIL PROTECTED]> wrote: > > You need to link against zlib. > > > > > gcc -I/usr/local/mysql/include/mysql -DCYGWIN -DUSE_HSREGEX -DNO_DL_NEEDED > `./apaci`\ > -o httpd buildmark.o modules.o modules/standard/libstandard.a > modules/auth_mysql/libauth_mysql.a main/libm

RE: Directory Path Problem

2003-08-20 Thread iftequar mohammed
Hi Bill, Thanks for the response. The problem is all my filenames are in lowercase. And my application is referring to them in UPPERCASE. Since unix is case sensitive, it is unable to find them and erroring out. This is not a problem with Windows as it is case insensitive. Now I have to figure out

re: PHP on Cygwin/Win2k -Postnuke

2003-08-20 Thread kalmen
Hi, I have installed postnuke on cygwin/ win2k and my question is why my page SOMETIMES hang and I got to everytime restart apache server before it can display properly ? Is it something to do with memory (I read somewhere about php recompiling on IPC memory...,when I try to look for some other h

Your Message Your details contained a Virus

2003-08-20 Thread GBCWCWARMSW4
Your message has been rejected because it could contain a Virus. Please clean the file(s) and re-send. This is an automated message - please do not reply. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

help:inet_ntoa() error

2003-08-20 Thread xuzhd
When I use the system call inet_ntoa(), the process calling inet_ntoa exits. I try my program many times, and the failure does not occur each time. I wonder if inet_ntoa has some problem in cygwin? *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* 许正华 联想集团有限公司高性能服务器事业部 直拨电话: 010 8287 5894

Re[2]: change wallpaper periodly by cron?

2003-08-20 Thread Lucifer
On Wed, 20 Aug 2003 10:20:10 +0200 Corinna Vinschen <[EMAIL PROTECTED]> wrote: CV> CV> It's a limitation of service processes. You can only change it by setting CV> the "Allow service to interact with desktop" property of the service. CV> I enabled the "Allow service to interact with desktop"

Re: 1.3.22-1 on XP: malloc returns overlapping buffers

2003-08-20 Thread Rolf Campbell
Unable to reproduce using Win2000 SP4 (cygwin 1.5.2). roconnor wrote: I am finding that under some circumstances a buffer returned by malloc will overlap with a buffer returned by a previous call to malloc that has not been freed. I was able to reduce it to the following test case. Running under

Re: 1.3.22-1 on XP: malloc returns overlapping buffers

2003-08-20 Thread Larry Hall
roconnor wrote: I am finding that under some circumstances a buffer returned by malloc will overlap with a buffer returned by a previous call to malloc that has not been freed. I was able to reduce it to the following test case. Running under cygwin 1.3.22-1 on Windows XP Professional Version 20

Re: 1.3.22-1 on XP: malloc returns overlapping buffers

2003-08-20 Thread Larry Hall
roconnor wrote: I am finding that under some circumstances a buffer returned by malloc will overlap with a buffer returned by a previous call to malloc that has not been freed. I was able to reduce it to the following test case. Running under cygwin 1.3.22-1 on Windows XP Professional Version 200

Re: change wallpaper periodly by cron?

2003-08-20 Thread Elfyn McBratney
Lucifer <[EMAIL PROTECTED]> wrote: > On Wed, 20 Aug 2003 10:20:10 +0200 > Corinna Vinschen <[EMAIL PROTECTED]> wrote: > > CV> > CV> It's a limitation of service processes. You can only change it by setting > CV> the "Allow service to interact with desktop" property of the service. > CV> > > I

Re: help:inet_ntoa() error

2003-08-20 Thread Elfyn McBratney
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > When I use the system call inet_ntoa(), the process calling inet_ntoa > exits. > I try my program many times, and the failure does not occur each time. > I wonder if inet_ntoa has some problem in cygwin? Unlikely. Most if not all daemons (take inetuti

Re: PHP on Cygwin/Win2k -Postnuke

2003-08-20 Thread Elfyn McBratney
kalmen <[EMAIL PROTECTED]> wrote: > Hi, > > I have installed postnuke on cygwin/ win2k and my question is > why my page SOMETIMES hang and I got to everytime restart apache server > before it can display properly ? > Is it something to do with memory (I read somewhere about php recompiling on > I

Confirm that "File truncated" error from ld is fixed in tonight's snapshot?

2003-08-20 Thread Christopher Faylor
Could some adventurous soul confirm or dney that the "File truncated" error from ld, when linking with libm.a, is fixed in tonight's snapshot -- appearing soon on a cygwin.com near you? If someone could verify that libc.a and libpthread.a work ok, too, that would be an added bonus. cgf -- Unsubs

Re: change wallpaper periodly by cron?

2003-08-20 Thread Christopher Faylor
On Thu, Aug 21, 2003 at 04:15:29AM +0100, Elfyn McBratney wrote: >Lucifer <[EMAIL PROTECTED]> wrote: >> On Wed, 20 Aug 2003 10:20:10 +0200 >> Corinna Vinschen <[EMAIL PROTECTED]> wrote: >> >> CV> >> CV> It's a limitation of service processes. You can only change it by setting >> CV> the "Allow s

Map Backspace to ASCII DEL?

2003-08-20 Thread Ian Brandt
Hi, I've searched through the mailing list and have seen many posts related to backspace and delete behavior, so my apologies in advance for yet another one, but I can't seem to find the answer I'm looking for in the archives. Currently it seems that the cygwin terminal sends ^H (ASCII BS, 0x0

RE: mod_auth_mysql : HELP!!!

2003-08-20 Thread Bill McCormick
> Try moving `-lz' to the beginning of the link line (before > `-lmysqlclient' as > zlib is a dependency, AFAIK). > gcc -I/usr/local/mysql/include/mysql -DCYGWIN -DUSE_HSREGEX -DNO_DL_NEEDED `./apaci`\ -o httpd buildmark.o modules.o modules/standard/libstandard.a modules/auth_mysql/lib

Re: Map Backspace to ASCII DEL?

2003-08-20 Thread Elfyn McBratney
Ian Brandt <[EMAIL PROTECTED]> wrote: > I've searched through the mailing list and have seen many posts related > to backspace and delete behavior, so my apologies in advance for yet > another one, but I can't seem to find the answer I'm looking for in the > archives. > > Currently it seems tha

Re: Map Backspace to ASCII DEL?

2003-08-20 Thread Ian Brandt
Hi, Thanks for the reply. I had tried that, but it seems to have no effect. If I type C-v Backspace I still get ^H... ~$ stty -a | grep erase intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = ; ~$ ^H I believe that just tells the terminal what to do on the line when it receives ^?,

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

2003-08-20 Thread jurgen . defurne
Hello, I am writing some code using the following directory structure, like it should be in java ./source ./source/classes putting into ./source the application, and in ./source/classes the libraries, where one of the libraries is programmed to throw an exception at a certain moment. When I exec

Re: Confirm that "File truncated" error from ld is fixed in tonight's snapshot?

2003-08-20 Thread Elfyn McBratney
Christopher Faylor <[EMAIL PROTECTED]> wrote: > Could some adventurous soul confirm or dney that the "File truncated" > error from ld, when linking with libm.a, is fixed in tonight's snapshot > -- appearing soon on a cygwin.com near you? It's fixed. > If someone could verify that libc.a and libpt

"too many arguments" error in /etc/profile

2003-08-20 Thread Patrick J. LoPresti
When starting a login shell using the current release of Cygwin, I get the error: bash: [: too many arguments I tracked this down to my group name having a space in it ("Domain Users"). Fix for /etc/profile is below. - Pat Date: 20 Aug 2003 14:56:24 -0400 Message-ID: <[EMAIL PROTECTED]> Li