Problem with syslogd and cron...

2006-03-22 Thread Irwin, Doug
Hi all, I have the following... In the crontab: 1-59 * * * * /echo_the_date.ksh >> /echo_the_date.log In /echo_the_date.ksh: #ksh /bin/date In /etc/syslog.conf: *.*;cron.none /var/log/messages My question is, why do I still get this logged into /var/log/messages? Mar 23 16:52:00 DOUG /USR/S

Re: dlopen() bug (new testcase)

2006-03-22 Thread skaller
On Wed, 2006-03-22 at 23:07 +0100, Bernhard Loos wrote: Code below. I want to confirm: I have two Cygwin installations. I upgraded one to use 1.5.19, the other uses 1.5.18. 1.5.18 runs the below code fine. It crashes with 1.5.19. For me even worse -- it crashes even a statically linked executab

Can I stop scripts from popping up the console in the foreground?

2006-03-22 Thread nemir nemiria
Hi. I've read the FAQ that shows how to compile cygwin with no console window, but I actually require the console window for several things, including preparation of cygwin to run my scripts so I think it isn't appropriate. What I am finding is that running some scripts that call up cygwin po

Re: dlopen() bug (new testcase)

2006-03-22 Thread Bernhard Loos
> -Ursprüngliche Nachricht- > Von: skaller userssourceforgenet> > On Wed, 2006-03-22 at 03:35 +0100, Bernhard Loos wrote: > > > If the C++library declares its calls as 'extern "C"' (as it is done in the > > example), > > AFAIK there shouldn't be any problem. > > Doesn't matter what you

service interact with desktop broken between: 1.5.5 & 1.5.19

2006-03-22 Thread Steven Hartland
We've been using 1.5.5 for a good long while now and have had cause to upgrade. Everything apart from service interact with desktop is working. I've dug as much as I can but found nothing. The pervious working version was 1.5.5 and the new version 1.5.19. I've attached cygcheck for both. Original

Re: PING binutils maintainer (was: Re: Can we get a new release of binutils?)

2006-03-22 Thread Christopher Faylor
On Wed, Mar 22, 2006 at 10:00:52AM -0800, Yitzchak Scott-Thoennes wrote: >On Mon, Mar 06, 2006 at 09:17:37AM -0800, Yitzchak Scott-Thoennes wrote: >>Can we get a new release of binutils? Nope. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cy

modification to mkcygwget to overcome arg length limitation

2006-03-22 Thread Lance Nehring
Hi all, I tried to use the mkcygwget script to download a cygwin mirror for offline installation. The mkcygwget script generates a script named cygwget to do the heavy lifting of retreiving files. However, I got a "argument list too long" exception from wget, since the generated script has

Re: signal is not delivered to the handler

2006-03-22 Thread Igor Peshansky
Ugh, top-posting... Reformatted. On Wed, 22 Mar 2006, D.Pageau wrote: > > I'll look into fixing this in the next release of cygwin. > > > > cgf > > Is it possible to notify me when fix will be commited to CVS i'll build > cygwin1.dll from source. Just monitor the cygwin-cvs list:

PING binutils maintainer (was: Re: Can we get a new release of binutils?)

2006-03-22 Thread Yitzchak Scott-Thoennes
On Mon, Mar 06, 2006 at 09:17:37AM -0800, Yitzchak Scott-Thoennes wrote: > Can we get a new release of binutils? > > Thanks. > > See: http://www.cygwin.com/ml/cygwin/2006-02/msg00758.html > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cyg

Re: signal is not delivered to the handler

2006-03-22 Thread D.Pageau
Is it possible to notify me when fix will be commited to CVS i'll build cygwin1.dll from source. Thanks I'll look into fixing this in the next release of cygwin. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Do

SOLVED Re: cygrunsrv stderr and stdout only to a syslog-ng log?

2006-03-22 Thread Bryan D. Thomas
"René Berber" <[EMAIL PROTECTED]> wrote: > The problem I guess is that you have more than one sshd process running, > are > the syslog messages the same as the ones in the event log? "Corinna Vinschen" <[EMAIL PROTECTED]> wrote: > If you add a dependency to the sshd service, so that its only star

Re: Testing snapshots - II

2006-03-22 Thread Corinna Vinschen
On Mar 22 15:25, Angelo Graziosi wrote: > > Beside this: http://cygwin.com/ml/cygwin/2006-03/msg00582.html, I note > that with recent snapshots (e.g 20060321), a file created by Cygwin > applications (emacs, wget, gcc...) or a directory creted by mkdir belongs > to the group 'None' That's the sam

Re: Creating a custom Cygwin package server

2006-03-22 Thread Igor Peshansky
On Wed, 22 Mar 2006, Norton Allen wrote: > > Joshua Daniel Franklin wrote: > > > > > Just be aware that you are entering unsupported territory, > > > and get upset from: > > > > > > http://xarch.tu-graz.ac.at/publ/cygwin/upset > > > > > > "Unsupported" means don't ask this mailing list if you have

Testing snapshots - II

2006-03-22 Thread Angelo Graziosi
Beside this: http://cygwin.com/ml/cygwin/2006-03/msg00582.html, I note that with recent snapshots (e.g 20060321), a file created by Cygwin applications (emacs, wget, gcc...) or a directory creted by mkdir belongs to the group 'None' indifferently if they are creted by Administrator or by an user w

Re: Creating a custom Cygwin package server

2006-03-22 Thread Norton Allen
Joshua Daniel Franklin wrote: Just be aware that you are entering unsupported territory, and get upset from: http://xarch.tu-graz.ac.at/publ/cygwin/upset "Unsupported" means don't ask this mailing list if you have problems. A good alternative might be: You can also use "genini" which is mean

Re: cygrunsrv stderr and stdout only to a syslog-ng log?

2006-03-22 Thread Corinna Vinschen
On Mar 21 13:45, Bryan D. Thomas wrote: > I've found in cygrunsrv.README that the -1 and -2 > arguments may be used to specify that output of stdout > and stderr go to a log file instead of to the Windows > Event Log. > > I'm using cygrunsrv to run two services: sshd and > syslog-ng. I'm using sy

Re: pthread_create leaves valid mutex pointers on the stack

2006-03-22 Thread Corinna Vinschen
On Mar 16 18:11, Samuel Thibault wrote: > Hi, > > Jonathan Lennox, le Thu 16 Mar 2006 12:03:03 -0500, a écrit : > Content-Description: message body text > > In general, the idea of verifying objects on their init functions seems > > dubious to me -- how can you tell initialized objects from random

Re: OpenSSH/SSHD Problem - seteuid 1005: Permission denied (WinXP 64-bit)

2006-03-22 Thread Corinna Vinschen
On Mar 22 15:35, Glenn wrote: > > I have a problem with "sshd" where it; > (1) won't allow users to login, users recieve the message "Read from > socket failed: Connection reset by peer" > (2) "sshd" terminates prematurely. > > The problem I believe (though I'm not really sure) relates to th

Re: cygwin1.dll issues during installation

2006-03-22 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Deepa Mahajan on 3/22/2006 1:03 AM: > I first installed cygwin. Then ran setup again to get some features I > had forgotten the first time. However, this time during the > installation I got many errors regarding not finding getline, etc,

cygwin1.dll issues during installation

2006-03-22 Thread Deepa Mahajan
I first installed cygwin. Then ran setup again to get some features I had forgotten the first time. However, this time during the installation I got many errors regarding not finding getline, etc, in cygwin1.dll. I restarted my computer and then tried to run a Makefile, which then gave me many erro

cygwin1.dll issues during installation

2006-03-22 Thread Deepa Mahajan
I first installed cygwin. Then ran setup again to get some features I had forgotten the first time. However, this time during the installation I got many errors regarding not finding getline, etc, in cygwin1.dll. I restarted my computer and then tried to run a Makefile, which then gave me many erro