RE: Request for a version/ revision/ release number for the whole Cygwin release/ distribution

2004-10-04 Thread Mike Kenny - BCX - Infrastructure Services
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] Behalf
 Of David Christensen
 Sent: Sunday, October 03, 2004 4:15 AM
 To: [EMAIL PROTECTED]
 Subject: RE: Request for a version/ revision/ release number for the
 whole Cygwin release/ distribution


  I don't think there are enough potential volunteer man-hours to make
 such a thing feasible.
 
 I disagree.  Assume for a moment that all Cygwin project member
 development efforts can be put into the following bins:
 
 1.  Code development.
 
 2.  Design documentation.
 
 3.  Test suite development.
 
 4.  Test suite documentation.
 
 5.  Test suite execution and reporting.
 
 6.  User documentation.
 
 7.  Packaging for distribution.
 
 8.  Infrastructure development.
 
 9.  Infrastructure administration.
 
 10. Version control/ configuration management of all of the above.
 
 11. Personnel leadership and project management.
 
 It would seem that bin #1 is consuming the majority of the effort.  I
 think that by changing priorities and re-allocating people and
 resources, it should be possible to create integration tests and a
 stable distribution.  Such would increase Cygwin's acceptance and
 usage for potentially hundreds of millions of people.  Is this not a
 good thing?

It seems to me that as it is a volunteer community, the people in 
question would need to volunteer to be re-allocated. This does not 
seem to be happening. :-) 

--
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/



X not recognizing keyboard input

2004-10-01 Thread Mike Kenny - BCX - Infrastructure Services
If I have directed this e-mail to an incorrect list, please inform me rather
than flaming me and I will go and stand in the corner for an hour or so
and then re-send to the correct list.
 
I am trying to use cygwin to provide X access to a linux system. On 
the cygwin system I execute
$ xhost +
$ xterm -g 100x100+0+0 -bg red -e ssh -l mylogin mylinuxhost
 
I then complete the login and execute
$ export DISPLAY=mycygwinhost:0.0
$ kde 
 
and, lo and behold, I get a KDE session and can load evolution, konsole,
etc.
 
Problem is it seems as though keyboard input is not being received or
recognized.
 
Any ideas what I am doing wrong/not doing right? Also, I know from years
back that there is a simpler way to do this (used to configure humming
bird to not require all the interaction above) but can't remember how,
anybody want to refresh my memory?
 
If anybody takes the trouble to respond to this, could you also ensure that
the [EMAIL PROTECTED] address is also copied as I will be working on
this from home and don't have access to this e-mail address from there
 
Thanks

Kind Regards,
Mike Kenny
Principal Consultant
Professional Services
Business Connexion (Pty) Ltd
Office: +27 (0)11 266 5703
Mobile: +27 (0)83 266 1437
Fax: +27 (0)11 266 5769
Email: [EMAIL PROTECTED]
Web Site: www.bcx.co.za

NOTICES:
1. This message and any attachments are confidential and intended solely for the 
addressee. If you have received this message in error, please notify the sender at 
Business Connexion (Pty) Ltd immediately. Any unauthorised use, alteration or 
dissemination is prohibited.
2. Business Connexion (Pty) Ltd accepts no liability whatsoever for any loss whether 
it be direct, indirect or consequential, arising from information made available and 
actions resulting there from.
3. Please note that Business Connexion only binds itself by way of signed agreements. 
'Signed' refers to a hand-written signature, excluding any signature appended by 
'electronic communication' as defined in the Electronic Communications and 
Transactions Act, no. 25 of 2002.
4. Directors: P.A. Watt, B. Mophatlane, A.C. Farthing (British), B. Sithole, I. 
Mophatlane, M.W. Schoeman.
5. Business Connexion (Pty) Ltd Company Registration Number: 1993/003683/07.

--
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: Backticks hang with dynamic antivirus scanning

2004-08-18 Thread Mike Kenny - BCX - Infrastructure Services
You could try replacing all of your `command` syntax with $(command).
AFAIK, this was introduced with ksh way way back. The back tick support
was kept for compatibility with older bourne shell scripts. But at that time
ATT were recommending $() syntax, though they also recommended that
root should use /bin/sh not /bin/ksh, go figure.

Anyway the replacement should work for scripts that you are developing.
If you have a large number of existing scripts maybe something like
sed -e s/`.*`/$()/g
(this might require a lot of excapes to work, YMMV)

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] Behalf
 Of geneSmith
 Sent: Tuesday, August 17, 2004 10:48 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Backticks hang with dynamic antivirus scanning
 
 
 Marco Moreno wrote, On 2/20/2004 11:46 PM:
 
  I recently upgraded cygwin to the latest version and now I'm having
  Command's dynamic antivirus protection conflict with Cygwin 
 so that it
  hangs whenever it encounters backticks in a shell script (e.g.
  /etc/profile).  Configuring the antivirus to ignore c:\cygwin had no
  effect.  If I disable dynamic virus protection, all is well.
  
  Has anyone else encountered this?  Has anything changed in 
 how backticks
  are handled that might cause it to conflict with antivirus software?
  Just trying to get a handle on this to submit a bug report 
 to Command
  Software.  (Though I'm not holding my breath that they'll offer a
  solution other than to avoid cygwin.)
  
  Thanks,
  
  Marco Moreno
  
  
 
 No one answered this back in Feb that I could tell. I am seeing a 
 possibly related or similar problem. I am trying to build a 
 large shall 
 script based project under cygwin called RTEMS. It has been reported 
 that anti-virus can somehow affect the build and cause almost random 
 errors. I can't disable my a.v. since it requires a secret p/w. Could 
 this really be the problem?
 
 -- 
 Lit up like Levy's
 
 
 --
 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/
 
 

--
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: Problem starting sshd as a service

2004-08-06 Thread Mike Kenny - BCX - Infrastructure Services
Thanks for correcting me Larry (it is you I should thank this time, I hope :-)
Erik, sorry for the mis-directed gratitude, I  guess I should put my mind in
gear before I try and use it.

 -Original Message-
 From: Larry Hall [mailto:[EMAIL PROTECTED]
 Sent: Thursday, August 05, 2004 4:45 PM
 To: Mike Kenny - BCX - Infrastructure Services; [EMAIL PROTECTED]
 Subject: RE: Problem starting sshd as a service
 
 
 At 09:43 AM 8/5/2004, you wrote:
 Thanks Cristopher this looks like a very useful site.
 
 
 Actually, I believe you meant to thank Erik.  Chris was 
 simply pointing 
 out that this site isn't officially affiliated with the 
 Cygwin site or 
 project.  As such, discussion of (or more importantly questions about)
 it's contents is OT here.
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf
  Of Christopher Faylor
  Sent: Wednesday, August 04, 2004 3:53 PM
  To: [EMAIL PROTECTED]
 
 
 http://cygwin.com/acronyms/#PCYMTNQREAIYR
 
 
  Subject: Re: Problem starting sshd as a service
  
  
  On Wed, Aug 04, 2004 at 05:33:51AM -0700, Erik Weibust wrote:
  Check out this site for very good instructions on setting 
 up sshd via
  cygwin.
  
  http://tech.erdelynet.com/cygwin-sshd.html
  
  And, then, if you have further problems with sshd, make 
 sure that you
  send all of your inquiries there, too...
  
  cgf
 
 --
 Larry Hall  http://www.rfk.com
 RFK Partners, Inc.  (508) 893-9779 - RFK Office
 838 Washington Street   (508) 893-9889 - FAX
 Holliston, MA 01746 
 
 

--
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/



Problem starting sshd as a service

2004-08-04 Thread Mike Kenny - BCX - Infrastructure Services
I installed the entire cygwin package for use by everyone. Then, as Administrator, I 
run
$ cygrunsrv -I sshd --path /usr/sbin/sshd
$ cygrun -S sshd

this results in a Win32 error 1062 starting a service.

I have done the same thing on other systems in the past without an error. And the logs
show nothing useful (event viewer and /var/log/ssh.log)

Any ideas anyone?
Kind Regards,
Mike Kenny
Principal Consultant
Professional Services
Business Connexion (Pty) Ltd
Office: +27 (0)11 266 5703
Mobile: +27 (0)83 266 1437
Fax: +27 (0)11 266 5769
Email: [EMAIL PROTECTED]
Web Site: www.bcx.co.za

NOTICES:
1. This message and any attachments are confidential and intended solely for the 
addressee. If you have received this message in error, please notify the sender at 
Business Connexion (Pty) Ltd immediately. Any unauthorised use, alteration or 
dissemination is prohibited.
2. Business Connexion (Pty) Ltd accepts no liability whatsoever for any loss whether 
it be direct, indirect or consequential, arising from information made available and 
actions resulting there from.
3. Please note that Business Connexion only binds itself by way of signed agreements. 
'Signed' refers to a hand-written signature, excluding any signature appended by 
'electronic communication' as defined in the Electronic Communications and 
Transactions Act, no. 25 of 2002.
4. Directors: P.A. Watt, B. Mophatlane, A.C. Farthing (British), B. Sithole, I. 
Mophatlane, M.W. Schoeman.
5. Business Connexion (Pty) Ltd Company Registration Number: 1993/003683/07.

--
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: access to event log of windows

2004-07-12 Thread Mike Kenny - BCX - Infrastructure Services
Corinna,

thanks for this useful information. Is there a comparable command line utility
to inspect the event log(s)? I know of psloglist and dumpel, but I really want
to stick with cygwin tools. Any possibility?

Mike

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] Behalf
 Of Corinna Vinschen
 Sent: Monday, July 12, 2004 11:05 AM
 To: Cygwin Newsgroup
 Subject: Re: access to event log of windows
 
 
 On Jul 12 08:51, Oliver Geisen wrote:
  Hello,
  
  is there a way to read/write from/to the event log of windows ?
  I think it would be a great thing to have event-logs in a 
 UNIX-style 
  underneath /var/log/...
  Mayby one can make a interface-file where events are mapped into 
  log-files, like Unix does with /etc/syslog.conf.
  
  Or is there already a SYSLOG implementation for cygwin ?
 
 syslog and vsyslog are implemented in Cygwin.  On NT they use the
 event log system.
 
 Corinna
 
 -- 
 Corinna Vinschen  Please, send mails 
 regarding Cygwin to
 Cygwin Co-Project Leader  mailto:[EMAIL PROTECTED]
 Red Hat, Inc.
 
 --
 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/
 
 

--
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: access to event log of windows

2004-07-12 Thread Mike Kenny - BCX - Infrastructure Services
  thanks for this useful information. Is there a comparable 
 command line utility
  to inspect the event log(s)? I know of psloglist and 
 dumpel, but I really want
  to stick with cygwin tools. Any possibility?
 
 Not yet, no.  You could write one ;-)
 
 Corinna

I could, but it might end up putting more messages into the
event log than it reads :-(

--
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: script command

2004-06-14 Thread Mike Kenny - BCX - Infrastructure Services
Brian,

thanks for this link. This is, almost, exactly what I was looking for. But, my compile 
fails as it can't (neither can I) find libutil.h. Could you point me to a similar link 
for 
this, or e-mail a copy directly to me?

Thanks

Mike

 -Original Message-
 From: Brian Dessent [mailto:[EMAIL PROTECTED]
 Sent: Friday, June 11, 2004 2:21 PM
 To: [EMAIL PROTECTED]
 Subject: Re: script command
 
 
 Warren, Matthew (Retail) wrote:
 
  I thought this was it, or am I missing something?
 
 The point was that your original message had 1 line of signal and 29
 lines of noise.
 
  Does cygwin provide support the script command?
 
 No, it does not in the net release.  However, see for example:
 http://marc.theaimsgroup.com/?l=cygwinm=103314951904556w=2 which
 compiles and runs fine for me.  If you want a man page to go with it
 then try:
 
 curl -o /usr/local/man/man1/script.1
 'http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/usr.bin/
script/script.1?rev=1.19content-type=text/plain'

Brian

--
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/


--
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: script command

2004-06-14 Thread Mike Kenny - BCX - Infrastructure Services
Thanks Brian, That works - still some garbage output, but it's about time I got
my hands dirty again. The script functionality is there, so I'm happy

Mike

 -Original Message-
 From: Brian Dessent [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 14, 2004 9:59 AM
 To: [EMAIL PROTECTED]
 Subject: Re: script command
 
 
 Mike Kenny - BCX - Infrastructure Services wrote:
 
  -Original Message-
  From: Brian Dessent [mailto:[EMAIL PROTECTED]
 
 Umm, PCYMTNQREAIYR.  Thanks.
 
 (http://www.cygwin.com/acronyms/#PCYMTNQREAIYR)
 
   Warren, Matthew (Retail) wrote:
  
Does cygwin provide support the script command?
  
   No, it does not in the net release.  However, see for example:
   http://marc.theaimsgroup.com/?l=cygwinm=103314951904556w=2 which
   compiles and runs fine for me.  If you want a man page to 
 go with it
   then try:
  
   curl -o /usr/local/man/man1/script.1
   'http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/usr.bin/
   script/script.1?rev=1.19content-type=text/plain'
 
  thanks for this link. This is, almost, exactly what I was 
 looking for. But, my compile
  fails as it can't (neither can I) find libutil.h. Could you 
 point me to a similar link for
  this, or e-mail a copy directly to me?
 
 I forgot to mention that I commented out the libutil.h line.  If you
 include pty.h and utmp.h and make a couple of trivial changes, it
 compiles cleanly with -Wall.
 
 For the sake of the archives (the one linked above needs some 
 minor line
 un-wrapping) I'll attach my local copy with all the changes.
 
 Brian
 

--
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/



Connection reset by peer using ssh

2004-06-10 Thread Mike Kenny - BCX - Infrastructure Services
I am encountering some problems with ssh that are probably simple finger trouble, 
but

I run ssh-host-config and say yes to everything. Then I try to connect from the 
localhost
to the localhost (for test purposes only). Below is the output of -vvv. I have some 
questions

1. what is causing the connection reset?
2. what in the output below would have told me the answer to 1?
3. why do the files identity, id_rsa and id_dsa not exist?

[EMAIL PROTECTED] ssh -l myself -vvv mysystem
OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.7c 30 Sep 2003
debug1: Reading configuration data /etc/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to mysystem [168.155.160.61] port 22.
debug1: Connection established.
debug1: identity file /home/myself/.ssh/identity type -1
debug1: identity file /home/myself/.ssh/id_rsa type -1
debug1: identity file /home/myself/.ssh/id_dsa type -1
ssh_exchange_identification: read: Connection reset by peer
debug1: Calling cleanup 0x41bf10(0x0)

[EMAIL PROTECTED]

I have setup ssh on a number of systems, always taking the defaults to ssh-host-config 
and 
most times I can connect without problem. What is different about this time?

Kind Regards,
Mike Kenny
Principal Consultant
Professional Services
Business Connexion (Pty) Ltd
Office: +27 (0)11 266 5703
Mobile: +27 (0)83 266 1437
Fax: +27 (0)11 266 5769
Email: [EMAIL PROTECTED]
Web Site: www.bcx.co.za

NOTICES:
1. This message and any attachments are confidential and intended solely for the 
addressee. If you have received this message in error, please notify the sender at 
Business Connexion (Pty) Ltd immediately. Any unauthorised use, alteration or 
dissemination is prohibited.
2. Business Connexion (Pty) Ltd accepts no liability whatsoever for any loss whether 
it be direct, indirect or consequential, arising from information made available and 
actions resulting there from.
3. Please note that Business Connexion only binds itself by way of signed agreements. 
'Signed' refers to a hand-written signature, excluding any signature appended by 
'electronic communication' as defined in the Electronic Communications and 
Transactions Act, no. 25 of 2002.
4. Directors: P.A. Watt, B. Mophatlane, A.C. Farthing (British), B. Sithole, I. 
Mophatlane, M.W. Schoeman.
5. Business Connexion (Pty) Ltd Company Registration Number: 1993/003683/07.

--
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/



script command

2004-06-10 Thread Mike Kenny - BCX - Infrastructure Services
Does cygwin provide support the script command?

Kind Regards,
Mike Kenny
Principal Consultant
Professional Services
Business Connexion (Pty) Ltd
Office: +27 (0)11 266 5703
Mobile: +27 (0)83 266 1437
Fax: +27 (0)11 266 5769
Email: [EMAIL PROTECTED]
Web Site: www.bcx.co.za

NOTICES:
1. This message and any attachments are confidential and intended solely for the 
addressee. If you have received this message in error, please notify the sender at 
Business Connexion (Pty) Ltd immediately. Any unauthorised use, alteration or 
dissemination is prohibited.
2. Business Connexion (Pty) Ltd accepts no liability whatsoever for any loss whether 
it be direct, indirect or consequential, arising from information made available and 
actions resulting there from.
3. Please note that Business Connexion only binds itself by way of signed agreements. 
'Signed' refers to a hand-written signature, excluding any signature appended by 
'electronic communication' as defined in the Electronic Communications and 
Transactions Act, no. 25 of 2002.
4. Directors: P.A. Watt, B. Mophatlane, A.C. Farthing (British), B. Sithole, I. 
Mophatlane, M.W. Schoeman.
5. Business Connexion (Pty) Ltd Company Registration Number: 1993/003683/07.

--
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/