Re: sshd setup question

2003-09-02 Thread Larry Hall
You're not reaching the server.  The read of the basic version identification
is failing.  If the client and the server can't understand what version of
ssh is running on either end, they don't talk.  So you're not reaching the 
server through ssh.

Sorry I don't know much about setting up ssh under inetd.  Is there a reason
not to set it up as the documentation suggests?  I can vouch for things 
working that way.

Larry


At 06:38 PM 9/1/2003, Dan Adams you wrote:
>Thanks for the comment about cygrunsrv and the method of removing service
>from win2k That worked well
>
>Since I have inetd working well. I have a telnet server and also a FTP
>server, but neither is available outside of my firewall. I thought that I
>would try and see if I could use the sshd server that I just setup via the
>inetd thing. When I did this, I got an error message of:
>
>ssh_exchange_identification: read: Connection reset by peer
>
>What would this mean? This is the only error message that I have been
>getting from the ssh deamon when I try and connect, and even before I ran
>that setup script.
>
>Dan Adams - [EMAIL PROTECTED]
>http://www.infochi.com
>
>
>"Larry Hall" <[EMAIL PROTECTED]> wrote in message
>news:[EMAIL PROTECTED]
>> OK, visit  and provide the requested
>info.
>> Also, send along (attached too) your /etc/passwd and /etc/group files.
>The
>> actual transcript of your attempt to run chown would be helpful too.
>>
>> cygrunsrv -E  followed by cygrunsrv -R  will
>> stop and remove a service.
>>
>> Larry
>>
>>
>> At 06:04 PM 9/1/2003, Dan Adams you wrote:
>> >I tried the directions at the site, and when it did the chown
>system.system
>> >/var/empty command. It errors out, saying that the user is unknown. It
>seems
>> >to not want to start the service after that point. Any more suggestions.
>> >Also does anyone know how to remove a service from the listong in Win2k
>once
>> >it is no longer desired. I am hoping to change from telnet/ftp to ssh
>access
>> >which means I would be able to get rid of the service of inetd that is in
>my
>> >win2k control panel thing.
>> >
>> >Dan Adams - [EMAIL PROTECTED]
>> >http://www.infochi.com
>> >
>> >
>> >"Larry Hall" <[EMAIL PROTECTED]> wrote in message
>> >news:[EMAIL PROTECTED]
>> >> At 05:28 PM 9/1/2003, Krzysztof Duleba you wrote:
>> >> >Dan Adams" wrote
>> >> >
>> >> >> Does anyone know if there is either a script that will automate the
>> >> >process
>> >> >> of setting up an ssh server? Or is there a tutorial setup page?
>> >> >
>> >> >http://tech.erdelynet.com/cygwin-sshd.html
>> >>
>> >>
>> >> And please follow-up with any questions generated from following the
>> >> directions at this site with tech.erdelynet.com.  The supported
>> >information
>> >> for setting up Cygwin's OpenSSH distribution is
>> >> /usr/doc/Cygwin/openssh-*.README.  It's the only source of information
>> >this
>> >> list will entertain questions about.
>> >>
>> >> Thanks,
>> >>
>> >>
>> >> 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/
>>
>>
>
>
>
>
>--
>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/

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



I am out 8/22 - 9/1

2003-09-02 Thread Marianne Altland
Re: Re: Your application
I will be away from the office Friday, August 22 through Monday, September 1.  If you 
need immediate assistance, please contact Julia Kang at [EMAIL PROTECTED] or 573-0919. 
Otherwise I will respond to your email when I return on Tuesday.












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



Installation problems

2003-09-02 Thread Hoyt Bailey
I am running Windows XP with 512MB.  I downloaded from the VA mirror and all
seemed to go well no problems.  I downloaded setup.exe and it took over and
installed the rest from the internet.  When completed I clicked on the
Desktop Icon and got the following:
/bin/find: /etc/profile.d: No such file or directory.
[EMAIL PROTECTED] ~
Futher checking showed that /etc/profile does exist and is readable at least
with cat.(/etc/profile.d does not exist).  Other problems discovered ls only
works if you give it a directory ls (dosent) ls /etc (works).  Passwd works
but it changes my login password to Windows. There is no root user and
mkuser doesnt work.  Commands less, more, dir were not recognized.  I dont
think I am in cygwin but I have no idea where I am.
Regards;
[EMAIL PROTECTED]



--
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: Using ActivePerl 5.8 on a cygwin system

2003-09-02 Thread Igor Pechtchanski
On Mon, 1 Sep 2003, Brian Dessent wrote:

> John Seeliger wrote:
> >
> > I have had cygwin installed on this PC for quite some time, but hadn't
> > updated it for a while.  I wanted to run yahoo2mbox.pl and found it wouldn't
> > work with the perl 5.6.1 I had installed, so I downloaded ActivePerl 5.8.?
> > and tried running the script from a Windows XP prompt, but it used the
> > cygwin perl.  So, I just copied the ActivePerl over the cygwin perl (yeah, I
> > know, not a good idea) and then it still wouldn't work because some of the
> > lib files used by it weren't there either.  I copied a few of those as well,
> > but still to no avail.
> >
> > Have I just hosed my cygwin?  Will downloading the updated perl help?  How
> > can I download just perl without going through the installer and selecting
> > "keep" on every single other item?
>
> I use perl 5.6.1 with Cygwin and the yahoo2mbox.pl script works just
> fine.  You need to have the proper modules installed from CPAN of
> course, but this is the case with any perl version on any operating
> system.  If you look at the top of the script you'll see:
>
> use Getopt::Long ();
> use HTML::Entities ();
> use HTML::HeadParser ();
> use HTML::TokeParser ();
> use HTTP::Request::Common qw(GET POST);
> use HTTP::Cookies ();
> use LWP::UserAgent ();
> use LWP::Simple ();
>
> So these modules must be present in your installation for this script to
> work.  If you don't know how to use CPAN you may want to read the
> documentation for it, see also .  I think you can
> get everything you need by installing Bundle::LWP and HTML::Parser.
>
> Brian

John,

Beware that installing the LWP module will create three scripts in your
/usr/bin: HEAD, GET, and POST.  The first one (/usr/bin/HEAD) will make
the "head" command non-operational.  Renaming these scripts to HEAD.pl,
GET.pl, and POST.pl, respectively, fixes this problem without losing the
LWP module's command-line functionality.  The LWP maintainers are aware of
the problem and elected not to address it, IIRC.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
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: sshd setup question

2003-09-02 Thread Dan Adams
You mentioned that it is not reaching the server through ssh, is there any
way I can find out where the problem occurs at? I am using a command line of
:
ssh -p 422 localhost
to do this, I am not sure where in the networking the problem might lie at,
is there any way that I can find out, or assist you in finding out?

The reason I was trying it with inetd, partly because it mentioned it on the
website of yours, is because I have it working correctly for a couple of
other services that are part of cygwin.

One discrepancy I found between the website and the ssh-host-config file
that was installed on my machine is
file:
chown system.system /var/empty
website
chown system:system /var/empty

How should this be? If you notice the website has a colon on that line, the
file has a period on that line.

The website I am referring to is: http://tech.erdelynet.com/cygwin-sshd.html

-- 
Dan Adams - [EMAIL PROTECTED]
http://www.infochi.com


"Larry Hall" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> You're not reaching the server.  The read of the basic version
identification
> is failing.  If the client and the server can't understand what version of
> ssh is running on either end, they don't talk.  So you're not reaching the
> server through ssh.
>
> Sorry I don't know much about setting up ssh under inetd.  Is there a
reason
> not to set it up as the documentation suggests?  I can vouch for things
> working that way.
>
> Larry
>
>
> At 06:38 PM 9/1/2003, Dan Adams you wrote:
> >Thanks for the comment about cygrunsrv and the method of removing service
> >from win2k That worked well
> >
> >Since I have inetd working well. I have a telnet server and also a FTP
> >server, but neither is available outside of my firewall. I thought that I
> >would try and see if I could use the sshd server that I just setup via
the
> >inetd thing. When I did this, I got an error message of:
> >
> >ssh_exchange_identification: read: Connection reset by peer
> >
> >What would this mean? This is the only error message that I have been
> >getting from the ssh deamon when I try and connect, and even before I ran
> >that setup script.
> >
> >Dan Adams - [EMAIL PROTECTED]
> >http://www.infochi.com
> >
> >
> >"Larry Hall" <[EMAIL PROTECTED]> wrote in message
> >news:[EMAIL PROTECTED]
> >> OK, visit  and provide the requested
> >info.
> >> Also, send along (attached too) your /etc/passwd and /etc/group files.
> >The
> >> actual transcript of your attempt to run chown would be helpful too.
> >>
> >> cygrunsrv -E  followed by cygrunsrv -R 
will
> >> stop and remove a service.
> >>
> >> Larry
> >>
> >>
> >> At 06:04 PM 9/1/2003, Dan Adams you wrote:
> >> >I tried the directions at the site, and when it did the chown
> >system.system
> >> >/var/empty command. It errors out, saying that the user is unknown. It
> >seems
> >> >to not want to start the service after that point. Any more
suggestions.
> >> >Also does anyone know how to remove a service from the listong in
Win2k
> >once
> >> >it is no longer desired. I am hoping to change from telnet/ftp to ssh
> >access
> >> >which means I would be able to get rid of the service of inetd that is
in
> >my
> >> >win2k control panel thing.
> >> >
> >> >Dan Adams - [EMAIL PROTECTED]
> >> >http://www.infochi.com
> >> >
> >> >
> >> >"Larry Hall" <[EMAIL PROTECTED]> wrote in message
> >> >news:[EMAIL PROTECTED]
> >> >> At 05:28 PM 9/1/2003, Krzysztof Duleba you wrote:
> >> >> >Dan Adams" wrote
> >> >> >
> >> >> >> Does anyone know if there is either a script that will automate
the
> >> >> >process
> >> >> >> of setting up an ssh server? Or is there a tutorial setup page?
> >> >> >
> >> >> >http://tech.erdelynet.com/cygwin-sshd.html
> >> >>
> >> >>
> >> >> And please follow-up with any questions generated from following the
> >> >> directions at this site with tech.erdelynet.com.  The supported
> >> >information
> >> >> for setting up Cygwin's OpenSSH distribution is
> >> >> /usr/doc/Cygwin/openssh-*.README.  It's the only source of
information
> >> >this
> >> >> list will entertain questions about.
> >> >>
> >> >> Thanks,
> >> >>
> >> >>
> >> >> 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/
> >>
> >>
> >
> >
> >
> >
> >--
> >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/
>
> --
> Larry Hall

Re: Installation problems

2003-09-02 Thread Larry Hall
At 09:13 PM 9/1/2003, Hoyt Bailey you wrote:
>I am running Windows XP with 512MB.  I downloaded from the VA mirror and all
>seemed to go well no problems.  I downloaded setup.exe and it took over and
>installed the rest from the internet.  When completed I clicked on the
>Desktop Icon and got the following:
>/bin/find: /etc/profile.d: No such file or directory.
>[EMAIL PROTECTED] ~
>Futher checking showed that /etc/profile does exist and is readable at least
>with cat.(/etc/profile.d does not exist).  Other problems discovered ls only
>works if you give it a directory ls (dosent) ls /etc (works).  Passwd works
>but it changes my login password to Windows. There is no root user and
>mkuser doesnt work.  Commands less, more, dir were not recognized.  I dont
>think I am in cygwin but I have no idea where I am.
>Regards;
>[EMAIL PROTECTED]


Sounds like you're having some problems.  See 
 for information on data you can provide 
that would help you find the problems.



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



Re: sshd setup question

2003-09-02 Thread Dan Adams
The error it gives me when I try to start the service, after using the
ssh-host-config command to make the service, and using the cygrunsrv -S sshd
command is:
cygrunsrv: Error starting a service: QueryServiceStatus:  Win32 error 1062:
The service has not been started.
I am not sure if this will help at all, but I figured it might.


-- 
Dan Adams - [EMAIL PROTECTED]
http://www.infochi.com


"Dan Adams" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> You mentioned that it is not reaching the server through ssh, is there any
> way I can find out where the problem occurs at? I am using a command line
of
> :
> ssh -p 422 localhost
> to do this, I am not sure where in the networking the problem might lie
at,
> is there any way that I can find out, or assist you in finding out?
>
> The reason I was trying it with inetd, partly because it mentioned it on
the
> website of yours, is because I have it working correctly for a couple of
> other services that are part of cygwin.
>
> One discrepancy I found between the website and the ssh-host-config file
> that was installed on my machine is
> file:
> chown system.system /var/empty
> website
> chown system:system /var/empty
>
> How should this be? If you notice the website has a colon on that line,
the
> file has a period on that line.
>
> The website I am referring to is:
http://tech.erdelynet.com/cygwin-sshd.html
>
> -- 
> Dan Adams - [EMAIL PROTECTED]
> http://www.infochi.com
>
>
> "Larry Hall" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > You're not reaching the server.  The read of the basic version
> identification
> > is failing.  If the client and the server can't understand what version
of
> > ssh is running on either end, they don't talk.  So you're not reaching
the
> > server through ssh.
> >
> > Sorry I don't know much about setting up ssh under inetd.  Is there a
> reason
> > not to set it up as the documentation suggests?  I can vouch for things
> > working that way.
> >
> > Larry
> >
> >
> > At 06:38 PM 9/1/2003, Dan Adams you wrote:
> > >Thanks for the comment about cygrunsrv and the method of removing
service
> > >from win2k That worked well
> > >
> > >Since I have inetd working well. I have a telnet server and also a FTP
> > >server, but neither is available outside of my firewall. I thought that
I
> > >would try and see if I could use the sshd server that I just setup via
> the
> > >inetd thing. When I did this, I got an error message of:
> > >
> > >ssh_exchange_identification: read: Connection reset by peer
> > >
> > >What would this mean? This is the only error message that I have been
> > >getting from the ssh deamon when I try and connect, and even before I
ran
> > >that setup script.
> > >
> > >Dan Adams - [EMAIL PROTECTED]
> > >http://www.infochi.com
> > >
> > >
> > >"Larry Hall" <[EMAIL PROTECTED]> wrote in message
> > >news:[EMAIL PROTECTED]
> > >> OK, visit  and provide the requested
> > >info.
> > >> Also, send along (attached too) your /etc/passwd and /etc/group
files.
> > >The
> > >> actual transcript of your attempt to run chown would be helpful too.
> > >>
> > >> cygrunsrv -E  followed by cygrunsrv -R 
> will
> > >> stop and remove a service.
> > >>
> > >> Larry
> > >>
> > >>
> > >> At 06:04 PM 9/1/2003, Dan Adams you wrote:
> > >> >I tried the directions at the site, and when it did the chown
> > >system.system
> > >> >/var/empty command. It errors out, saying that the user is unknown.
It
> > >seems
> > >> >to not want to start the service after that point. Any more
> suggestions.
> > >> >Also does anyone know how to remove a service from the listong in
> Win2k
> > >once
> > >> >it is no longer desired. I am hoping to change from telnet/ftp to
ssh
> > >access
> > >> >which means I would be able to get rid of the service of inetd that
is
> in
> > >my
> > >> >win2k control panel thing.
> > >> >
> > >> >Dan Adams - [EMAIL PROTECTED]
> > >> >http://www.infochi.com
> > >> >
> > >> >
> > >> >"Larry Hall" <[EMAIL PROTECTED]> wrote in message
> > >> >news:[EMAIL PROTECTED]
> > >> >> At 05:28 PM 9/1/2003, Krzysztof Duleba you wrote:
> > >> >> >Dan Adams" wrote
> > >> >> >
> > >> >> >> Does anyone know if there is either a script that will automate
> the
> > >> >> >process
> > >> >> >> of setting up an ssh server? Or is there a tutorial setup page?
> > >> >> >
> > >> >> >http://tech.erdelynet.com/cygwin-sshd.html
> > >> >>
> > >> >>
> > >> >> And please follow-up with any questions generated from following
the
> > >> >> directions at this site with tech.erdelynet.com.  The supported
> > >> >information
> > >> >> for setting up Cygwin's OpenSSH distribution is
> > >> >> /usr/doc/Cygwin/openssh-*.README.  It's the only source of
> information
> > >> >this
> > >> >> list will entertain questions about.
> > >> >>
> > >> >> Thanks,
> > >> >>
> > >> >>
> > >> >> Larry Hall  http://www.rfk.com
> > >> >> RFK Partners, Inc.  (50

RE: cvs 1.11.6 segfaulting on 8-31 snapshot

2003-09-02 Thread Gary R. Van Sickle
Ok it works again in the 9-01 snapshot.

-- 
Gary R. Van Sickle
Brewer.  Patriot. 

> Cygcheck attached.
> 
> -- 
> Gary R. Van Sickle
> Brewer.  Patriot. 

--
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: sshd setup question

2003-09-02 Thread Larry Hall
At 09:32 PM 9/1/2003, Dan Adams you wrote:
>You mentioned that it is not reaching the server through ssh, is there any
>way I can find out where the problem occurs at? I am using a command line of
>:
>ssh -p 422 localhost
>to do this, I am not sure where in the networking the problem might lie at,
>is there any way that I can find out, or assist you in finding out?


Why are you using port 422?  Did you set up your sshd to use this port?


>The reason I was trying it with inetd, partly because it mentioned it on the
>website of yours, is because I have it working correctly for a couple of
>other services that are part of cygwin.
>
>One discrepancy I found between the website and the ssh-host-config file
>that was installed on my machine is
>file:
>chown system.system /var/empty
>website
>chown system:system /var/empty
>
>How should this be? If you notice the website has a colon on that line, the
>file has a period on that line.


Either works.


>The website I am referring to is: http://tech.erdelynet.com/cygwin-sshd.html


Hm.  I thought I was clear about this.  tech.erdelynet.com has no 
affiliation with cygwin.com.  This list can't answer questions about
information your find at tech.erdelynet.com.  Sorry.  If you have 
questions about tech.erdelynet.com, address them there.


>-- 
>Dan Adams - [EMAIL PROTECTED]
>http://www.infochi.com
>
>
>"Larry Hall" <[EMAIL PROTECTED]> wrote in message
>news:[EMAIL PROTECTED]
>> You're not reaching the server.  The read of the basic version
>identification
>> is failing.  If the client and the server can't understand what version of
>> ssh is running on either end, they don't talk.  So you're not reaching the
>> server through ssh.
>>
>> Sorry I don't know much about setting up ssh under inetd.  Is there a
>reason
>> not to set it up as the documentation suggests?  I can vouch for things
>> working that way.
>>
>> Larry
>>
>>
>> At 06:38 PM 9/1/2003, Dan Adams you wrote:
>> >Thanks for the comment about cygrunsrv and the method of removing service
>> >from win2k That worked well
>> >
>> >Since I have inetd working well. I have a telnet server and also a FTP
>> >server, but neither is available outside of my firewall. I thought that I
>> >would try and see if I could use the sshd server that I just setup via
>the
>> >inetd thing. When I did this, I got an error message of:
>> >
>> >ssh_exchange_identification: read: Connection reset by peer
>> >
>> >What would this mean? This is the only error message that I have been
>> >getting from the ssh deamon when I try and connect, and even before I ran
>> >that setup script.
>> >
>> >Dan Adams - [EMAIL PROTECTED]
>> >http://www.infochi.com
>> >
>> >
>> >"Larry Hall" <[EMAIL PROTECTED]> wrote in message
>> >news:[EMAIL PROTECTED]
>> >> OK, visit  and provide the requested
>> >info.
>> >> Also, send along (attached too) your /etc/passwd and /etc/group files.
>> >The
>> >> actual transcript of your attempt to run chown would be helpful too.
>> >>
>> >> cygrunsrv -E  followed by cygrunsrv -R 
>will
>> >> stop and remove a service.
>> >>
>> >> Larry
>> >>
>> >>
>> >> At 06:04 PM 9/1/2003, Dan Adams you wrote:
>> >> >I tried the directions at the site, and when it did the chown
>> >system.system
>> >> >/var/empty command. It errors out, saying that the user is unknown. It
>> >seems
>> >> >to not want to start the service after that point. Any more
>suggestions.
>> >> >Also does anyone know how to remove a service from the listong in
>Win2k
>> >once
>> >> >it is no longer desired. I am hoping to change from telnet/ftp to ssh
>> >access
>> >> >which means I would be able to get rid of the service of inetd that is
>in
>> >my
>> >> >win2k control panel thing.
>> >> >
>> >> >Dan Adams - [EMAIL PROTECTED]
>> >> >http://www.infochi.com
>> >> >
>> >> >
>> >> >"Larry Hall" <[EMAIL PROTECTED]> wrote in message
>> >> >news:[EMAIL PROTECTED]
>> >> >> At 05:28 PM 9/1/2003, Krzysztof Duleba you wrote:
>> >> >> >Dan Adams" wrote
>> >> >> >
>> >> >> >> Does anyone know if there is either a script that will automate
>the
>> >> >> >process
>> >> >> >> of setting up an ssh server? Or is there a tutorial setup page?
>> >> >> >
>> >> >> >http://tech.erdelynet.com/cygwin-sshd.html
>> >> >>
>> >> >>
>> >> >> And please follow-up with any questions generated from following the
>> >> >> directions at this site with tech.erdelynet.com.  The supported
>> >> >information
>> >> >> for setting up Cygwin's OpenSSH distribution is
>> >> >> /usr/doc/Cygwin/openssh-*.README.  It's the only source of
>information
>> >> >this
>> >> >> list will entertain questions about.
>> >> >>
>> >> >> Thanks,
>> >> >>
>> >> >>
>> >> >> Larry Hall  http://www.rfk.com
>> >> >> RFK Partners, Inc.  (508) 893-9779 - RFK Office
>> >> >> 838 Washington Street   (508) 893-9889 - FAX
>> >> >> Holliston, MA 01746
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >--
>> >> >Un

Re: basename(), dirname(), what happened?

2003-09-02 Thread Shankar Unni
Ronald Landheer-Cieslak wrote:

> ("At least there's a big company behind it
> that has the (legal) responsability for the quality of the program..")

ROTFLMAO.

What legal responsibility? I hope you have pointed these fine folks to
the appropriate sections of the so-called "License Agreements" (i.e. "we
agree that you will accept these terms, or you won't use the program"),
which specifically shirks all responsibility for any and all mayhem
caused by the program..



--
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: Installation problems

2003-09-02 Thread Igor Pechtchanski
On Mon, 1 Sep 2003, Hoyt Bailey wrote:

> I am running Windows XP with 512MB.  I downloaded from the VA mirror and all
> seemed to go well no problems.  I downloaded setup.exe and it took over and
> installed the rest from the internet.  When completed I clicked on the
> Desktop Icon and got the following:
> /bin/find: /etc/profile.d: No such file or directory.
> [EMAIL PROTECTED] ~

Ignore this.  This is simply a warning from the part of /etc/profile
that's supposed to run helper scripts for various applications, which
reside in /etc/profile.d.  This message means that you haven't installed
any applications that use this directory (and thus, this directory didn't
get created).  I've notified the maintainer of the "base-files" package of
this warning.

> Futher checking showed that /etc/profile does exist and is readable at least
> with cat. (/etc/profile.d does not exist).

This just confirms the above.

> Other problems discovered ls only works if you give it a directory ls
> (dosent) ls /etc (works).

This is strange.  Are you running the right "ls"?  What is the exact
message you get when ls doesn't work?  Where are you running "ls" from --
a bash shell, or a Windows command prompt (cmd.exe)?  If from a bash
shell, what is the output of "/bin/pwd; type -a ls; /bin/ls ."?

Also, please (re)read the problem reporting guidelines at
, especially the bit about attaching (as
an uncompressed text *attachment*) the output of "cygcheck -svr".  This
output will contain the information that'll help in diagnosing your
problem.

> Passwd works but it changes my login password to Windows.

As it should.  For more information, "man passwd".

> There is no root user and mkuser doesnt work.

Cygwin has neither a root user nor the mkuser command.  There are multiple
users in Windows with various capabilities that the root user usually has,
the exact one to use depends on why you need to be root.

> Commands less, more, dir were not recognized.

Most likely you didn't install the "less", "more", and "fileutils"
packages.  The cygcheck output mentioned above will either confirm or deny
this.

> I dont
> think I am in cygwin but I have no idea where I am.

Judging by the prompt included above you *are* in a Cygwin bash shell.
Your other problems most likely have reasonably easy solutions, as long as
we have the cygcheck output to tell us the exact configuration of your
system.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
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: cvs 1.11.6 segfaulting on 8-31 snapshot

2003-09-02 Thread Charles Wilson
Gary R. Van Sickle wrote:
Cygcheck attached.
duplicated with 8-31 snapshot, but error does not appear with 9-01 
snapshot.  I assume the error is also similarly NOT present in 
1.5.3-official, but I haven't downloaded that yet.

--
Chuck
--
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: basename(), dirname(), what happened?

2003-09-02 Thread Shankar Unni
But all silliness aside, there's a very good point to the seeming
extremes that the Cygwin project in particular, and the FSF in general,
go in order to protect the code base by ensuring the true freedom of
their sources.

I give you the Linux mess, as exhibit #1.



--
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: sshd setup question

2003-09-02 Thread Larry Hall
OK, I'm not sure my efforts are paying off here.  I'd recommend again that
you visit .  It's hard to figure things
without a basis of information.  However, you'll probably find looking
in the email archives helpful.  For instance, I found this with a simple
search:



Seems to describe your situation to a tee, complete with solution.  Just 
one more reason not to use tech.erdelynet.com.  Seems your problem is a
common one when following the directions at this site.

If this doesn't solve your problem, I suggest uninstalling ssh and 
reinstalling.  Then, stay away from tech.erdelynet.com and just set 
things up as the Cygwin doc suggests.  Otherwise, bug tech.erdelynet.com
about it if you insist on using their advice.

Larry


At 09:40 PM 9/1/2003, Dan Adams you wrote:
>The error it gives me when I try to start the service, after using the
>ssh-host-config command to make the service, and using the cygrunsrv -S sshd
>command is:
>cygrunsrv: Error starting a service: QueryServiceStatus:  Win32 error 1062:
>The service has not been started.
>I am not sure if this will help at all, but I figured it might.
>
>
>-- 
>Dan Adams - [EMAIL PROTECTED]
>http://www.infochi.com
>
>
>"Dan Adams" <[EMAIL PROTECTED]> wrote in message
>news:[EMAIL PROTECTED]
>> You mentioned that it is not reaching the server through ssh, is there any
>> way I can find out where the problem occurs at? I am using a command line
>of
>> :
>> ssh -p 422 localhost
>> to do this, I am not sure where in the networking the problem might lie
>at,
>> is there any way that I can find out, or assist you in finding out?
>>
>> The reason I was trying it with inetd, partly because it mentioned it on
>the
>> website of yours, is because I have it working correctly for a couple of
>> other services that are part of cygwin.
>>
>> One discrepancy I found between the website and the ssh-host-config file
>> that was installed on my machine is
>> file:
>> chown system.system /var/empty
>> website
>> chown system:system /var/empty
>>
>> How should this be? If you notice the website has a colon on that line,
>the
>> file has a period on that line.
>>
>> The website I am referring to is:
>http://tech.erdelynet.com/cygwin-sshd.html
>>
>> -- 
>> Dan Adams - [EMAIL PROTECTED]
>> http://www.infochi.com
>>
>>
>> "Larry Hall" <[EMAIL PROTECTED]> wrote in message
>> news:[EMAIL PROTECTED]
>> > You're not reaching the server.  The read of the basic version
>> identification
>> > is failing.  If the client and the server can't understand what version
>of
>> > ssh is running on either end, they don't talk.  So you're not reaching
>the
>> > server through ssh.
>> >
>> > Sorry I don't know much about setting up ssh under inetd.  Is there a
>> reason
>> > not to set it up as the documentation suggests?  I can vouch for things
>> > working that way.
>> >
>> > Larry
>> >
>> >
>> > At 06:38 PM 9/1/2003, Dan Adams you wrote:
>> > >Thanks for the comment about cygrunsrv and the method of removing
>service
>> > >from win2k That worked well
>> > >
>> > >Since I have inetd working well. I have a telnet server and also a FTP
>> > >server, but neither is available outside of my firewall. I thought that
>I
>> > >would try and see if I could use the sshd server that I just setup via
>> the
>> > >inetd thing. When I did this, I got an error message of:
>> > >
>> > >ssh_exchange_identification: read: Connection reset by peer
>> > >
>> > >What would this mean? This is the only error message that I have been
>> > >getting from the ssh deamon when I try and connect, and even before I
>ran
>> > >that setup script.
>> > >
>> > >Dan Adams - [EMAIL PROTECTED]
>> > >http://www.infochi.com
>> > >
>> > >
>> > >"Larry Hall" <[EMAIL PROTECTED]> wrote in message
>> > >news:[EMAIL PROTECTED]
>> > >> OK, visit  and provide the requested
>> > >info.
>> > >> Also, send along (attached too) your /etc/passwd and /etc/group
>files.
>> > >The
>> > >> actual transcript of your attempt to run chown would be helpful too.
>> > >>
>> > >> cygrunsrv -E  followed by cygrunsrv -R 
>> will
>> > >> stop and remove a service.
>> > >>
>> > >> Larry
>> > >>
>> > >>
>> > >> At 06:04 PM 9/1/2003, Dan Adams you wrote:
>> > >> >I tried the directions at the site, and when it did the chown
>> > >system.system
>> > >> >/var/empty command. It errors out, saying that the user is unknown.
>It
>> > >seems
>> > >> >to not want to start the service after that point. Any more
>> suggestions.
>> > >> >Also does anyone know how to remove a service from the listong in
>> Win2k
>> > >once
>> > >> >it is no longer desired. I am hoping to change from telnet/ftp to
>ssh
>> > >access
>> > >> >which means I would be able to get rid of the service of inetd that
>is
>> in
>> > >my
>> > >> >win2k control panel thing.
>> > >> >
>> > >> >Dan Adams - [EMAIL PROTECTED]
>> > >> >http://www.infochi.com
>> > >> >
>> > >> >
>

How to let program running without cygwin environment???

2003-09-02 Thread xuzhd
I wrote a C program using cygwin, and I hope I can minimize my install
package only including my program and the pre-requisite files such as
cygwin1.dll, ipc-daemon.exe and so on. I had thought that I realized my
goal, but I found that my program didn't run stably after some long-term
tests.
I also let my program running under machines installed with cygwin, and the
results are stable though the test time is not very long.
I wonder if there are some important files ingored by me?


--
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: sshd setup question

2003-09-02 Thread Dan Adams



I am guessing this questioning might shift a little with my latest finding.
Also, I have attached the cygcheck file thing that was requested at that
website.

My latest finding is:
Could not load host key: /etc/ssh_host_key
Could not load host key: /etc/ssh_host_rsa_key
Could not load host key: /etc/ssh_host_dsa_key
Disabling protocol version 1. Could not load host key
Disabling protocol version 2. Could not load host key

I found this when looking in the sshd.log file that is in that directory.
Relating to the permissions that that gentleman mentioned in his post on
this list, those directories (this may not be good though) have the
permissions for the system account. Is there anything that speaks about how
to create these keys?

Dan

"Larry Hall" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> OK, I'm not sure my efforts are paying off here.  I'd recommend again that
> you visit .  It's hard to figure things
> without a basis of information.  However, you'll probably find looking
> in the email archives helpful.  For instance, I found this with a simple
> search:
>
> 
>
> Seems to describe your situation to a tee, complete with solution.  Just
> one more reason not to use tech.erdelynet.com.  Seems your problem is a
> common one when following the directions at this site.
>
> If this doesn't solve your problem, I suggest uninstalling ssh and
> reinstalling.  Then, stay away from tech.erdelynet.com and just set
> things up as the Cygwin doc suggests.  Otherwise, bug tech.erdelynet.com
> about it if you insist on using their advice.
>
> Larry
>
>
> At 09:40 PM 9/1/2003, Dan Adams you wrote:
> >The error it gives me when I try to start the service, after using the
> >ssh-host-config command to make the service, and using the cygrunsrv -S
sshd
> >command is:
> >cygrunsrv: Error starting a service: QueryServiceStatus:  Win32 error
1062:
> >The service has not been started.
> >I am not sure if this will help at all, but I figured it might.
> >
> >
> >-- 
> >Dan Adams - [EMAIL PROTECTED]
> >http://www.infochi.com
> >
> >
> >"Dan Adams" <[EMAIL PROTECTED]> wrote in message
> >news:[EMAIL PROTECTED]
> >> You mentioned that it is not reaching the server through ssh, is there
any
> >> way I can find out where the problem occurs at? I am using a command
line
> >of
> >> :
> >> ssh -p 422 localhost
> >> to do this, I am not sure where in the networking the problem might lie
> >at,
> >> is there any way that I can find out, or assist you in finding out?
> >>
> >> The reason I was trying it with inetd, partly because it mentioned it
on
> >the
> >> website of yours, is because I have it working correctly for a couple
of
> >> other services that are part of cygwin.
> >>
> >> One discrepancy I found between the website and the ssh-host-config
file
> >> that was installed on my machine is
> >> file:
> >> chown system.system /var/empty
> >> website
> >> chown system:system /var/empty
> >>
> >> How should this be? If you notice the website has a colon on that line,
> >the
> >> file has a period on that line.
> >>
> >> The website I am referring to is:
> >http://tech.erdelynet.com/cygwin-sshd.html
> >>
> >> -- 
> >> Dan Adams - [EMAIL PROTECTED]
> >> http://www.infochi.com
> >>
> >>
> >> "Larry Hall" <[EMAIL PROTECTED]> wrote in message
> >> news:[EMAIL PROTECTED]
> >> > You're not reaching the server.  The read of the basic version
> >> identification
> >> > is failing.  If the client and the server can't understand what
version
> >of
> >> > ssh is running on either end, they don't talk.  So you're not
reaching
> >the
> >> > server through ssh.
> >> >
> >> > Sorry I don't know much about setting up ssh under inetd.  Is there a
> >> reason
> >> > not to set it up as the documentation suggests?  I can vouch for
things
> >> > working that way.
> >> >
> >> > Larry
> >> >
> >> >
> >> > At 06:38 PM 9/1/2003, Dan Adams you wrote:
> >> > >Thanks for the comment about cygrunsrv and the method of removing
> >service
> >> > >from win2k That worked well
> >> > >
> >> > >Since I have inetd working well. I have a telnet server and also a
FTP
> >> > >server, but neither is available outside of my firewall. I thought
that
> >I
> >> > >would try and see if I could use the sshd server that I just setup
via
> >> the
> >> > >inetd thing. When I did this, I got an error message of:
> >> > >
> >> > >ssh_exchange_identification: read: Connection reset by peer
> >> > >
> >> > >What would this mean? This is the only error message that I have
been
> >> > >getting from the ssh deamon when I try and connect, and even before
I
> >ran
> >> > >that setup script.
> >> > >
> >> > >Dan Adams - [EMAIL PROTECTED]
> >> > >http://www.infochi.com
> >> > >
> >> > >
> >> > >"Larry Hall" <[EMAIL PROTECTED]> wrote in message
> >> > >news:[EMAIL PROTECTED]
> >> > >> OK, visit  and provide the
requested
> >> > >info.
> >> 

Re: sshd setup question

2003-09-02 Thread Larry Hall
ssh-host-config creates /etc/ssh_host_key*.

 From your cygcheck output:

  653k 2003/07/22 C:\Program Files\mysql\bin\cygwinb19.dll - os=4.0 img=1.0 sys=4.0
  "cygwinb19.dll" v0.0 ts=1998/7/15 18:50

This will is trouble waiting to happen.  Get rid of this DLL and update
mysql as required.

Larry


At 10:25 PM 9/1/2003, Dan Adams you wrote:



>I am guessing this questioning might shift a little with my latest finding.
>Also, I have attached the cygcheck file thing that was requested at that
>website.
>
>My latest finding is:
>Could not load host key: /etc/ssh_host_key
>Could not load host key: /etc/ssh_host_rsa_key
>Could not load host key: /etc/ssh_host_dsa_key
>Disabling protocol version 1. Could not load host key
>Disabling protocol version 2. Could not load host key
>
>I found this when looking in the sshd.log file that is in that directory.
>Relating to the permissions that that gentleman mentioned in his post on
>this list, those directories (this may not be good though) have the
>permissions for the system account. Is there anything that speaks about how
>to create these keys?
>
>Dan
>
>"Larry Hall" <[EMAIL PROTECTED]> wrote in message
>news:[EMAIL PROTECTED]
>> OK, I'm not sure my efforts are paying off here.  I'd recommend again that
>> you visit .  It's hard to figure things
>> without a basis of information.  However, you'll probably find looking
>> in the email archives helpful.  For instance, I found this with a simple
>> search:
>>
>> 
>>
>> Seems to describe your situation to a tee, complete with solution.  Just
>> one more reason not to use tech.erdelynet.com.  Seems your problem is a
>> common one when following the directions at this site.
>>
>> If this doesn't solve your problem, I suggest uninstalling ssh and
>> reinstalling.  Then, stay away from tech.erdelynet.com and just set
>> things up as the Cygwin doc suggests.  Otherwise, bug tech.erdelynet.com
>> about it if you insist on using their advice.
>>
>> Larry
>>
>>
>> At 09:40 PM 9/1/2003, Dan Adams you wrote:
>> >The error it gives me when I try to start the service, after using the
>> >ssh-host-config command to make the service, and using the cygrunsrv -S
>sshd
>> >command is:
>> >cygrunsrv: Error starting a service: QueryServiceStatus:  Win32 error
>1062:
>> >The service has not been started.
>> >I am not sure if this will help at all, but I figured it might.
>> >
>> >
>> >-- 
>> >Dan Adams - [EMAIL PROTECTED]
>> >http://www.infochi.com
>> >
>> >
>> >"Dan Adams" <[EMAIL PROTECTED]> wrote in message
>> >news:[EMAIL PROTECTED]
>> >> You mentioned that it is not reaching the server through ssh, is there
>any
>> >> way I can find out where the problem occurs at? I am using a command
>line
>> >of
>> >> :
>> >> ssh -p 422 localhost
>> >> to do this, I am not sure where in the networking the problem might lie
>> >at,
>> >> is there any way that I can find out, or assist you in finding out?
>> >>
>> >> The reason I was trying it with inetd, partly because it mentioned it
>on
>> >the
>> >> website of yours, is because I have it working correctly for a couple
>of
>> >> other services that are part of cygwin.
>> >>
>> >> One discrepancy I found between the website and the ssh-host-config
>file
>> >> that was installed on my machine is
>> >> file:
>> >> chown system.system /var/empty
>> >> website
>> >> chown system:system /var/empty
>> >>
>> >> How should this be? If you notice the website has a colon on that line,
>> >the
>> >> file has a period on that line.
>> >>
>> >> The website I am referring to is:
>> >http://tech.erdelynet.com/cygwin-sshd.html
>> >>
>> >> -- 
>> >> Dan Adams - [EMAIL PROTECTED]
>> >> http://www.infochi.com
>> >>
>> >>
>> >> "Larry Hall" <[EMAIL PROTECTED]> wrote in message
>> >> news:[EMAIL PROTECTED]
>> >> > You're not reaching the server.  The read of the basic version
>> >> identification
>> >> > is failing.  If the client and the server can't understand what
>version
>> >of
>> >> > ssh is running on either end, they don't talk.  So you're not
>reaching
>> >the
>> >> > server through ssh.
>> >> >
>> >> > Sorry I don't know much about setting up ssh under inetd.  Is there a
>> >> reason
>> >> > not to set it up as the documentation suggests?  I can vouch for
>things
>> >> > working that way.
>> >> >
>> >> > Larry
>> >> >
>> >> >
>> >> > At 06:38 PM 9/1/2003, Dan Adams you wrote:
>> >> > >Thanks for the comment about cygrunsrv and the method of removing
>> >service
>> >> > >from win2k That worked well
>> >> > >
>> >> > >Since I have inetd working well. I have a telnet server and also a
>FTP
>> >> > >server, but neither is available outside of my firewall. I thought
>that
>> >I
>> >> > >would try and see if I could use the sshd server that I just setup
>via
>> >> the
>> >> > >inetd thing. When I did this, I got an error message of:
>> >> > >
>> >> > >ssh_exchange_identification: read: Connection res

RE: cvs 1.11.6 segfaulting on 8-31 snapshot

2003-09-02 Thread Robert McNulty Junior



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Charles Wilson
Sent: Monday, September 01, 2003 8:51 PM
To: [EMAIL PROTECTED]
Subject: Re: cvs 1.11.6 segfaulting on 8-31 snapshot

Gary R. Van Sickle wrote:
> Cygcheck attached.

duplicated with 8-31 snapshot, but error does not appear with 9-01 
snapshot.  I assume the error is also similarly NOT present in 
1.5.3-official, but I haven't downloaded that yet.

--
Chuck

It's not there. Cygwin 1.5.3-1 looks good so far.
Robert McNulty Junior




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



[ANNOUNCEMENT] Updated: binutils-20030901-1

2003-09-02 Thread Christopher Faylor
I've made a new version of binutils available for installation.
This version is a refresh from CVS on sources.redhat.com.

Notable changes:

Adds the ability to use exports from an executable and the ability to
create a separate file holding debug info.

Fixed dlltool so that the tmp files it creates are unique, allowing
"make -jN" to operate successfully when building import libraries.

libcygwin.a is treated as a "special" library so that globals from this
library are not reexported.

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.

Christopher Faylor


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



[ANNOUNCEMENT] Updated: zlib-1.1.4-4 [Requires cygwin-1.5.3+]

2003-09-02 Thread Charles Wilson
The zlib package has been updated to version 1.1.4-4.  zlib is a
standard lossless compression library.  This release is built against 
the cygwin-1.5.x kernel; it will not work with 1.3.22.

CHANGES:

- compiled against cygwin-1.5.2
- documentation moved to /usr/share/*

--
Charles Wilson
zlib volunteer maintainer for cygwin

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

   *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.




--
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: problems with make under cygwin

2003-09-02 Thread Robert Mecklenburg

RW> ... but when I try these under cygwin I get
RW> the following error:
RW> 
RW> Target pattern contains no '%'

I've seen this message many times when a target or prerequisite (both
or one of, I can't remember) contains a windows path.  In that case,
make sees a line with two colons and believes it is seeing a malformed
static pattern rule.

Hope this helps,
-- 
Robert


--
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: sshd setup question

2003-09-02 Thread Dan Adams
I followed both of those suggestions. I retried that script and it seems to
generate the key files each time it is run now. As far as that mySQL thing,
I renamed that dll file and will use another program temporarily, until I
can figure this thing out.

Once I did those two things, I still see an error that looks the same,
although the contents of the sshd.log file is now:
/var/empty must be owned by root and not group or world-writable.

My main trouble with this is that I seem to be having trouble getting the
permissions for that directory like it says, I can get it chmod'ed to 744
easily, but I can't seem to get its ownership to root or system either one.
I am using a windows 2000 machine, although that may have been in my
cygcheck file that I sent. Does anyone have a suggestion on how to get this
permission thing set.

Dan


"Larry Hall" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> ssh-host-config creates /etc/ssh_host_key*.
>
>  From your cygcheck output:
>
>   653k 2003/07/22 C:\Program Files\mysql\bin\cygwinb19.dll - os=4.0
img=1.0 sys=4.0
>   "cygwinb19.dll" v0.0 ts=1998/7/15 18:50
>
> This will is trouble waiting to happen.  Get rid of this DLL and update
> mysql as required.
>
> Larry
>
>
> At 10:25 PM 9/1/2003, Dan Adams you wrote:
>
>
>
> >I am guessing this questioning might shift a little with my latest
finding.
> >Also, I have attached the cygcheck file thing that was requested at that
> >website.
> >
> >My latest finding is:
> >Could not load host key: /etc/ssh_host_key
> >Could not load host key: /etc/ssh_host_rsa_key
> >Could not load host key: /etc/ssh_host_dsa_key
> >Disabling protocol version 1. Could not load host key
> >Disabling protocol version 2. Could not load host key
> >
> >I found this when looking in the sshd.log file that is in that directory.
> >Relating to the permissions that that gentleman mentioned in his post on
> >this list, those directories (this may not be good though) have the
> >permissions for the system account. Is there anything that speaks about
how
> >to create these keys?
> >
> >Dan
> >
> >"Larry Hall" <[EMAIL PROTECTED]> wrote in message
> >news:[EMAIL PROTECTED]
> >> OK, I'm not sure my efforts are paying off here.  I'd recommend again
that
> >> you visit .  It's hard to figure
things
> >> without a basis of information.  However, you'll probably find looking
> >> in the email archives helpful.  For instance, I found this with a
simple
> >> search:
> >>
> >> 
> >>
> >> Seems to describe your situation to a tee, complete with solution.
Just
> >> one more reason not to use tech.erdelynet.com.  Seems your problem is a
> >> common one when following the directions at this site.
> >>
> >> If this doesn't solve your problem, I suggest uninstalling ssh and
> >> reinstalling.  Then, stay away from tech.erdelynet.com and just set
> >> things up as the Cygwin doc suggests.  Otherwise, bug
tech.erdelynet.com
> >> about it if you insist on using their advice.
> >>
> >> Larry
> >>
> >>
> >> At 09:40 PM 9/1/2003, Dan Adams you wrote:
> >> >The error it gives me when I try to start the service, after using the
> >> >ssh-host-config command to make the service, and using the
cygrunsrv -S
> >sshd
> >> >command is:
> >> >cygrunsrv: Error starting a service: QueryServiceStatus:  Win32 error
> >1062:
> >> >The service has not been started.
> >> >I am not sure if this will help at all, but I figured it might.
> >> >
> >> >
> >> >-- 
> >> >Dan Adams - [EMAIL PROTECTED]
> >> >http://www.infochi.com
> >> >
> >> >
> >> >"Dan Adams" <[EMAIL PROTECTED]> wrote in message
> >> >news:[EMAIL PROTECTED]
> >> >> You mentioned that it is not reaching the server through ssh, is
there
> >any
> >> >> way I can find out where the problem occurs at? I am using a command
> >line
> >> >of
> >> >> :
> >> >> ssh -p 422 localhost
> >> >> to do this, I am not sure where in the networking the problem might
lie
> >> >at,
> >> >> is there any way that I can find out, or assist you in finding out?
> >> >>
> >> >> The reason I was trying it with inetd, partly because it mentioned
it
> >on
> >> >the
> >> >> website of yours, is because I have it working correctly for a
couple
> >of
> >> >> other services that are part of cygwin.
> >> >>
> >> >> One discrepancy I found between the website and the ssh-host-config
> >file
> >> >> that was installed on my machine is
> >> >> file:
> >> >> chown system.system /var/empty
> >> >> website
> >> >> chown system:system /var/empty
> >> >>
> >> >> How should this be? If you notice the website has a colon on that
line,
> >> >the
> >> >> file has a period on that line.
> >> >>
> >> >> The website I am referring to is:
> >> >http://tech.erdelynet.com/cygwin-sshd.html
> >> >>
> >> >> -- 
> >> >> Dan Adams - [EMAIL PROTECTED]
> >> >> http://www.infochi.com
> >> >>
> >> >>
> >> >> "Larry Hall" <[EMAIL PROTECTED]> wrote in message
> >> >> ne

Setup.exe seems to hang

2003-09-02 Thread luke . kendall
One of the people here is trying to install Cygwin for the first time
ever on his Win2k PC.  We update a mirrored copy of Cygwin nightly, and
install from that on our local network.

The problem he's having is that when getting to the stage of trying to
change the installation type from "default" to "install", the machine
just goes very busy and doesn't complete (e.g. it was left running
overnight).

FWIW, this step in the setup process is always the most troublesome in
my experience - on some PCs here you click on Default or the icon and
you can cycle through the options with less than a second delay.  For
many other PCs, each click can take up to 3 minutes of intense CPU
activity before the state cycles on to the next (Default, Install,
Uninstall, Reinstall).

What *is* setup doing at this point?  I had assumed it was checking MD5
checksums of the files, but that wouldn't explain the huge variation in
responsiveness from PC to PC here, all on the same network.  I can't
say I've noticed any difference between Win2k and XP machines - I've
never been able to find a pattern in what makes one PC slow in this
regard.

BTW, the fact that setup.exe gives no visible indication (busy cursor)
to let you know that it's actually doing something, often leads to a
lots of counter-productive clicking.  It can also lead to accidental
uninstallation (you see Install, click on Next, but don't realise you
are 4 minutes and 2 clicks behind ...)

Anyway, any suggestion about setup.exe just going busy?  We're going to
try installing the Default stuff, then run it again and see if we can
choose to install everything after that.

luke


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



[ANNOUNCEMENT] Updated: libpng, libpng10, libpng10-devel, libpng12, libpng12-devel[Requires cygwin-1.5.3+]

2003-09-02 Thread Charles Wilson
The libpng packages offer the standard libraries for manipulating PNG 
files, a turbo-studly lossless image format.  This release is built 
against the cygiwn-1.5.x kernel; it will not work with 1.3.22.

libpng10-1.0.15-3
libpng10-devel-1.0.15-3

libpng-1.2.5-3
libpng12-1.2.5-3
libpng12-devel-1.2.5-3

CHANGES:

- recompiled against cygwin-1.5.2 kernel
- documentation moved to /usr/share/*

-- 
Charles Wilson
libpng volunteer maintainer for cygwin

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

   *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.






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



[ANNOUNCEMENT] Updated: gdb-20030901-1 (also includes GUI "insight" debugger)

2003-09-02 Thread Christopher Faylor
I've made a new version of the gdb debugger available for installation.
This version is a refresh from the CVS repository on sources.redhat.com.
The package also contains the "insight" graphical debugger.

I just noticed that, while the package is labelled gdb-20030901-1, gdb
identifies itself as gdb 2003-09-02.  This is undoubtedly due to the
fact that the gdb version file from CVS is generated in UTC.  It is
nothing to be alarmed about.  Or, rather, if you are alarmed, please
confine your alarm to your immediate family, pets, etc. and do not
bother the mailing list.

Unlike most cygwin packages, my preference is that bug reports for the
insight debugger should go to the insight mailing list on
sources.redhat.com.  If you do send an insight problem to the cygwin
mailing list, expect to be redirected there.

Remember that to start the insight debugger, you type "insight".  Typing
"gdb" just brings up the command line debugger.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.

Christopher Faylor


--
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: [ANNOUNCEMENT] Updated: libpng, libpng10, libpng10-devel, libpng12, libpng12-devel [Requires cygwin-1.5.3+]

2003-09-02 Thread Robert McNulty Junior
Chuck, I have libpng* *.*.*-4. 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Charles Wilson
Sent: Monday, September 01, 2003 11:07 PM
To: [EMAIL PROTECTED]
Subject: [ANNOUNCEMENT] Updated: libpng, libpng10, libpng10-devel,
libpng12, libpng12-devel [Requires cygwin-1.5.3+]

The libpng packages offer the standard libraries for manipulating PNG 
files, a turbo-studly lossless image format.  This release is built 
against the cygiwn-1.5.x kernel; it will not work with 1.3.22.

libpng10-1.0.15-3
libpng10-devel-1.0.15-3

libpng-1.2.5-3
libpng12-1.2.5-3
libpng12-devel-1.2.5-3

CHANGES:

- recompiled against cygwin-1.5.2 kernel
- documentation moved to /usr/share/*

-- 
Charles Wilson
libpng volunteer maintainer for cygwin

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

   *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.






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



[ANNOUNCEMENT] Updated: bzip2-1.0.2-5, libbz2_1-1.0.2-5

2003-09-02 Thread Charles Wilson
bzip2 provides the bzip2.exe / bunzip2.exe executables, a 
patent-unencumbered but highly effective compression tool.  This release 
is built against the cygiwn-1.5.x kernel; it will not work with 1.3.22.

CHANGES:

- Now explicitly calls setmode(*,O_BINARY) on stdout/stdin
   (e.g. piping compressed data)
- Recompiled against cygwin-1.5.2 kernel.
- documentation moved to /usr/share/*

-- 
Charles Wilson
bzip2 volunteer maintainer for cygwin

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

   *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.







--
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: [ANNOUNCEMENT] Updated: libpng, libpng10, libpng10-devel, libpng12, libpng12-devel [Requires cygwin-1.5.3+]

2003-09-02 Thread Robert McNulty Junior
Never Mind. I'll wait for official. Mine was test versions.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Robert McNulty Junior
Sent: Monday, September 01, 2003 11:16 PM
To: [EMAIL PROTECTED]
Subject: RE: [ANNOUNCEMENT] Updated: libpng, libpng10, libpng10-devel,
libpng12, libpng12-devel [Requires cygwin-1.5.3+]

Chuck, I have libpng* *.*.*-4. 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Charles Wilson
Sent: Monday, September 01, 2003 11:07 PM
To: [EMAIL PROTECTED]
Subject: [ANNOUNCEMENT] Updated: libpng, libpng10, libpng10-devel,
libpng12, libpng12-devel [Requires cygwin-1.5.3+]

The libpng packages offer the standard libraries for manipulating PNG 
files, a turbo-studly lossless image format.  This release is built 
against the cygiwn-1.5.x kernel; it will not work with 1.3.22.

libpng10-1.0.15-3
libpng10-devel-1.0.15-3

libpng-1.2.5-3
libpng12-1.2.5-3
libpng12-devel-1.2.5-3

CHANGES:

- recompiled against cygwin-1.5.2 kernel
- documentation moved to /usr/share/*

-- 
Charles Wilson
libpng volunteer maintainer for cygwin

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

   *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.






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




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



[ANNOUNCEMENT] Updated: xpm-nox-4.2.0-4

2003-09-02 Thread Charles Wilson
The xpm-nox package contains the DLL, static library, and import library 
for the X-less version of the Xpm library.  This release ALSO contains 
the X-based DLL, cygXpm-X4.dll, so that older executables will continue 
to operate correctly (*).  Newly compiled programs will use the "real"
libXpm.dll from the cygwin-xfree project, or the X-less cygXpm-noX4.
dll, depending on compile-time settings (see below).

This release is built against the cygiwn-1.5.x kernel; it will not work 
with 1.3.22.

CHANGES:

- documentation moved to /usr/share/*
- recompiled against cygwin-1.5.2
- add sxpm back to the distribution.  It won't work without XFree86
   installed and an xserver running -- but we do NOT list XFree86 as
   a dependency (that would defeat the whole purpose of this package,
   after all).

As concerns the X-less Xpm library, the header files are located in
/usr/include/noX/, and the import/static libs are now located in
/usr/lib/noX/.

This means that in order to link against the non-X-based Xpm libraries,
you must
a) compile using '-I/usr/include/noX'
b) compile with the '-DXPM_NO_X' flag
c) link using '-L/usr/lib/noX'
In some cases, for instance 'configure'-based packages, you have to
do it this way:
CFLAGS="-I/usr/include/noX -DXPM_NO_X" LDFLAGS=-L/usr/lib/noX 
./configure

For more information about the new xpm-nox package see the NOTES
section below and /usr/share/doc/Cygwin/xpm-nox-4.2.0.README.

(*) probably pointless, as this new cygXpm-X4.dll is built against 
cygwin-1.5.2 -- which means that to use it, you must recompile against 
the new kernel anyway.  But once you do that, you'll link against the 
cygwin-xfree version of the xpm dll, and you won't need cygXpm-X4 
anymore.  But whatever...

-- 
Charles Wilson
xpm-nox volunteer maintainer for cygwin

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

   *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.


--
NOTES:

o can coexist with the "libXpm.dll" provided by cygwin-XFree, but
does provide additional features. The cygwin-XFree version of the Xpm
library is dynamic only; this version provides the Xpm routines
without depending on other X libraries and doesn't require an Xserver.
Also, this version can be linked statically OR dynamically.

o Comparison:  the cygwin-xfree version and the xpm-nox version:
cygwin-xfree : + more complete - requires Xserver
xpm-nox  : + no Xserver needed - a few missing routines (*)
The missing routines are the ones related to "Pixmaps" ("XpmImage"
"Buffer" " Image" and "Data" related functions are implemented).  I've
never run into a program that fails to link using the xpm-nox library
-- and it works fine with cygwin-XEmacs; however, since it isn't
fully complete:

o Based on the xpm code from the XFree86-4.2.0 distribution (xpm was
*finally* absorbed into the main XFree distro as of v4.0).  However,
there a few non- cosmetic differences between the earlier
"xpm-3.4k.tar.gz" distribution and the "xpm" directory in the
XFree86-4.2.0 sources.

o follows new naming scheme for dlls (with some complications because
of the need NOT to interfere with the cygwin-xfree version):

- /usr/lib/noX/libXpm.dll.a  (import lib, X11-free)
- /usr/lib/noX/libXpm-noX.a  (static lib, X11-free)
- /usr/bin/cygXpm-noX4.dll   (dll, X11-free)
- /usr/include/noX/xpm.h, simx.h
 (specially-hacked versions of the xpm header files)
- cygwin-specific docs in /usr/doc/Cygwin/xpm-nox-4.2.0.README
- generic docs in /usr/doc/xpm-nox-4.2.0/*

So ordinarily, configure-based clients will find the cygwin-xfree
versions of the header files and libraries: xpm-nox "hides" itself in
a /noX/ subdirectory to avoid conflicts.  To use the xpm-nox headers
and libraries, you must
a) use -I/usr/include/noX when compiling
b) define -DXPM_NO_X when compiling (or "FOR_MSW")
c) use -L/usr/lib/noX when linking
For configure-based clients, this may require
export CFLAGS="-I/usr/include/noX -DXPM_NO_X"
export LDFLAGS=-L/usr/lib/noX
./configure

o The dll's are versioned as "4", not "3" -- but this is NOT because
the sources came from XFree86- ***4*** .0.0.  According to xpm.h, the
library version number, which remains "3.4k" even in the
XFree86-4.x.y sources, should be parsed as follows:
 XpmFormat "3"
 XpmVersion "4"
 XpmRevision

Re: Setup.exe seems to hang

2003-09-02 Thread Robert Collins
On Tue, 2003-09-02 at 13:46, [EMAIL PROTECTED] wrote:
> One of the people here is trying to install Cygwin for the first time
> ever on his Win2k PC.  We update a mirrored copy of Cygwin nightly, and
> install from that on our local network.
> 
> The problem he's having is that when getting to the stage of trying to
> change the installation type from "default" to "install", the machine
> just goes very busy and doesn't complete (e.g. it was left running
> overnight).

Try the snapshot:
http://www.cygwin.com/setup-snapshots/

Cheers,
Rob
-- 
GPG key available at: .


signature.asc
Description: This is a digitally signed message part


[ANNOUNCEMENT] Re: Updated: bzip2-1.0.2-5, libbz2_1-1.0.2-5 [Requires: cygwin-1.5.3+]

2003-09-02 Thread Charles Wilson
Yes, it requires cygwin-1.5.x.
--
Chuck



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



[ANNOUNCEMENT] Re: Updated: xpm-nox-4.2.0-4 [Requires cygwin-1.5.3+]

2003-09-02 Thread Charles Wilson
Yes, it requires cygwin-1.5.x.
--
Chuck




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



[ANNOUNCEMENT] Re: Updated: libpng, libpng10, libpng10-devel, libpng12, libpng12-devel[Requires cygwin-1.5.3+]

2003-09-02 Thread Charles Wilson
Charles Wilson wrote:

> libpng10-1.0.15-3
> libpng10-devel-1.0.15-3
> 
> libpng-1.2.5-3
> libpng12-1.2.5-3
> libpng12-devel-1.2.5-3

Grr...to much cut-n-pasting.  I think I'll stop 
announcing/promoting-to-curr for the night.

I *meant* to announce:

libpng10-1.0.15-4
libpng10-devel-1.0.15-4

libpng-1.2.5-4
libpng12-1.2.5-4
libpng12-devel-1.2.5-4

That's -4, not -3.  THESE versions were compiled against cygwin-1.5.2, 
and require cygwin-1.5.3+ to operate correctly.

--
Chuck



--
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: Setup.exe seems to hang

2003-09-02 Thread luke . kendall
On  2 Sep, Robert Collins wrote:
>  > I'd still be interested to know what setup is doing at that point.  It 
>  > might give us a clue as to why setup's performance varies across such a 
>  > wide range.  (If Cygwin was already installed, could we strace 
>  > setup.exe?) 
>   
>  no - it's not a cygwin app. 

That's what I thought.  Fair enough.
   
>  > Has some change to setup in a recent snapshot targeted the problem? 
>   
>  Yes, 6 months ago IIRC. 

Hmm.  We're using a nightly mirrored copy, but looking at the file's
properties, I see it dates from April 7th, 2003.  So grabbing the
snapshot might be a good idea!

I'm surprised that the latest version on the mirror site is almost 5
months old.

http://mirror.aarnet.edu.au/pub/cygwin/

 setup.exe   07-Apr-2003 23:20   253k  
 setup.exe.old   09-Mar-2003 11:08   180k  
 setup.ini   30-Aug-2003 22:50   213k

When was the last version of setup.exe released?

luke


--
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: Setup.exe seems to hang

2003-09-02 Thread luke . kendall
On  2 Sep, To: [EMAIL PROTECTED] wrote:
>  Hmm.  We're using a nightly mirrored copy, but looking at the file's 
>  properties, I see it dates from April 7th, 2003.  So grabbing the 
>  snapshot might be a good idea! 

I just tried the 2.402 snapshot version - looked good to me.  The slow
steps in the setup process seemed to speed up by about a factor of over
10, at a rough guess!

luke


--
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: basename(), dirname(), what happened?

2003-09-02 Thread Ronald Landheer-Cieslak
On Mon, Sep 01, 2003 at 06:46:59PM -0700, Shankar Unni wrote:
> Ronald Landheer-Cieslak wrote:
> 
> > ("At least there's a big company behind it
> > that has the (legal) responsability for the quality of the program..")
> 
> ROTFLMAO.
??

> What legal responsibility? I hope you have pointed these fine folks to
> the appropriate sections of the so-called "License Agreements" (i.e. "we
> agree that you will accept these terms, or you won't use the program"),
> which specifically shirks all responsibility for any and all mayhem
> caused by the program..
You'd be amazed how important "responsability" is in France but yes, I've 
pointed out the lack of legal responsibility.. The thing is, it's very 
important (here, in France) to be able to say "I had nothing to do with it - 
I swear!"..

rlc

-- 
Certainly there are things in life that money can't buy,
But it's very funny -- did you ever try buying them without money?
-- Ogden Nash

--
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: Majordomo results: RE: cygwin older/newer version downloadi

2003-09-02 Thread Hughes, Bill
>Sent: 01 September 2003 18:57 From: Hannu E K Nevalainen
> I get this garbage (below) from>
>
>  Majordomo-Owner AT virginia DOT edu  and  Majordomo AT mutt DOT org
>
> for every post to cygwin AT cygwin DOT com
>
>Anyone else see this?
>What might be the cause? (Foul play?)
>I've _no_ "relation" to those mailing list managers.

I get them.
It's obviously trying to parse them as commands, but as to why...
I filter them out.


***
This e-mail transmission is strictly confidential and intended solely 
for the person or organisation to whom it is addressed. It may contain 
privileged and confidential information and if you are not the intended
recipient, you must not copy, distribute or take any action in reliance
on it. If you have received this email in error, please reply to the 
sender as soon as possible and delete the message. Please note that we 
are able to, and reserve the right to, monitor e-mail communications 
passing through our network.

The views expressed in this email are not that of the company unless 
specified within the message.

The inclusion of this footnote indicates that the mail message and any
attachments have been checked for the presence of known viruses.

If you have any comments regarding our policy please direct them to 
[EMAIL PROTECTED]
***

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



Strange setup problem. Next button disabled.

2003-09-02 Thread Steve Fairbairn

Hi All,

I have a couple of strange setup problems which I cannot find ways around,
so was wondering if anyone might be able to suggest solutions.

The machine in question is a PIII 650MHz running a very new installation of
Win2K Pro.

During the machines installation, cygwin was installed from a local (network
drive) directory as the network Administrator user.  It was incorrectly
installed to the same network drive and subdirectory of the setup files,
using the default setup settings.

This installation was wiped from the network drive in question.  Any mention
of Cygnus was wiped from the registry.  A clean installation of cygwin was
started.

When installing as a machine administrator, but normal network user.  From
local directory (the same network drive), setup does all the md5 checks,
offers me the package list, allows me to change the
Default/Install/Reinstall/... settings, but the 'Next' button is permanently
disabled and I just can't click on it.

So, I tried download & install from the internet.  This allows me to go all
the way through, select the packages I require (set All to install, then set
X11 section back to default), and then I am able to click next.  The
installation starts.  I leave it going overnight/all day/ a few hours, and
when I return to it, it has hung in the post install scripts and if I cancel
installation there, the cygwin.bat file hasn't been created, and nothing
seems quite right.

I've cleaned cygwin off the system again, but really do need an almost full
installation of cygwin on the machine and don't know how to get it.

I have tried the setup.exe on the main page, as well as snapshots 2.402 and
2.407 with no improvement in either case (though the snapshots are faster to
respond and the handling of the post install scripts is much nicer).
The packages I have on the network drive were downloaded from
ftp://ftp.mirror.ac.uk/sites/sources.redhat.com/pub/cygwin using a slightly
modified version of the wget script mkcygwget (can't remember who created
it) to get a complete set of packages.

Any suggestions gratefully received,

Steve.

PS Apologies for the spam below.
-- 
 

*** 
This email has originated from Perwill plc (Registration No. 1906964) 
Office registered at: 13A Market Square, Alton, Hampshire, GU34 1UR, UK 
Tel: +44 (0)1420 545000 
Fax: +44 (0)1420 545001 
www.perwill.com 
*** 
Privileged, confidential and/or copyright information may be contained 
in this email, and is only for the use of the intended addressee. 
To copy, forward, disclose or otherwise use it in any way if you are not 
the intended recipient or responsible for delivering to him/her is
prohibited.
If you receive this email by mistake, please advise the sender immediately, 
by using the reply facility in your email software.

We may monitor the content of emails sent and received via our network 
for the purposes of ensuring compliance with policies and procedures. 
This message is subject to and does not create or vary any contractual 
relationships between Perwill plc and the recipient. 
*** 
Any opinions expressed in the email are those of the sender and not 
necessarily of Perwill plc.
*** 
This email has been scanned for known viruses using 
McAfee WebShield 4.5 MR1a 
*** 



--
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: basename(), dirname(), what happened?

2003-09-02 Thread Hughes, Bill
> Sent: 02 September 2003 09:49 From: Ronald Landheer-Cieslak 
> On Mon, Sep 01, 2003 at 06:46:59PM -0700, Shankar Unni wrote:
> > Ronald Landheer-Cieslak wrote:
> > 
> > > ("At least there's a big company behind it
> > > that has the (legal) responsability for the quality of the program..")
> > 
> > ROTFLMAO.
> ??
>
> > What legal responsibility? I hope you have pointed these fine folks to
> > the appropriate sections of the so-called "License Agreements" (i.e. "we
> > agree that you will accept these terms, or you won't use the program"),
> > which specifically shirks all responsibility for any and all mayhem
> > caused by the program..
> You'd be amazed how important "responsability" is in France but yes, I've 
> pointed out the lack of legal responsibility.. The thing is, it's very 
> important (here, in France) to be able to say "I had nothing to do with it
- 
> I swear!"..
Even worse are the newer ones, which basically say:
"This software may not work, tough. Even if it does work it may not work
properly and corrupt all your data, tough. You also agree to let us change
the software without telling you even though this may corrupt all your data.
Still tough. You don't get to complain or sue us."


***
This e-mail transmission is strictly confidential and intended solely 
for the person or organisation to whom it is addressed. It may contain 
privileged and confidential information and if you are not the intended
recipient, you must not copy, distribute or take any action in reliance
on it. If you have received this email in error, please reply to the 
sender as soon as possible and delete the message. Please note that we 
are able to, and reserve the right to, monitor e-mail communications 
passing through our network.

The views expressed in this email are not that of the company unless 
specified within the message.

The inclusion of this footnote indicates that the mail message and any
attachments have been checked for the presence of known viruses.

If you have any comments regarding our policy please direct them to 
[EMAIL PROTECTED]
***

--
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: basename(), dirname(), what happened?

2003-09-02 Thread Corinna Vinschen
On Tue, Sep 02, 2003 at 10:48:37AM +0200, Ronald Landheer-Cieslak wrote:
> On Mon, Sep 01, 2003 at 06:46:59PM -0700, Shankar Unni wrote:
> > What legal responsibility? I hope you have pointed these fine folks to
> > the appropriate sections of the so-called "License Agreements" (i.e. "we
> > agree that you will accept these terms, or you won't use the program"),
> > which specifically shirks all responsibility for any and all mayhem
> > caused by the program..
> You'd be amazed how important "responsability" is in France but yes, I've 
> pointed out the lack of legal responsibility.. The thing is, it's very 
> important (here, in France) to be able to say "I had nothing to do with it - 
> I swear!"..

Old mgmt rule.  Whatever happens, you must ensure that you have somebody
to blame and sue for it.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



[ANNOUNCEMENT] Updated: inetutils-1.3.2-24

2003-09-02 Thread Corinna Vinschen
I've updated the version of inetutils to 1.3.2-24.

This is the new inetutils package which uses the new capabilities and
therefore requires Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).

=
  IMPORTANT NOTE:

- When updating inetutils, take care that inetd.exe and subsequent
  processes don't run anymore.

=

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com web page.  This downloads setup.exe to your system.

Run setup and answer all of the questions.

Note that if this is the first time that you've run the new GUI version
of setup, it will currently download the whole cygwin net release again.
After this point it will only download what is needed.

If you have questions or comments, please send them to the Cygwin
mailing list at:  [EMAIL PROTECTED] .  I would appreciate
if you would use this mailing list rather than emailing me directly.
This includes ideas and comments about the setup utility or Cygwin
in general.

If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe to the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



RE: Installation problems

2003-09-02 Thread Hoyt Bailey
RE ls: When it dosent work: No message -nothing at all. Except a line feed.
ls is involked as follows: ls ( I expected the system to tell me
where I was [anyway a clue]).  Also dir  (for the same reason).
Typing -a ls /bin/ls : results in Error msg command -a not found.
ls -a :[ . .. .bash.profile .bashrc .inputrc cygcheck.out].
Any other requests for info will be complied with to the best of my ability.
Regards;
Hoyt


cygcheck.out
Description: Binary data
--
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/

Create dll using gcc

2003-09-02 Thread Christian Neise

Hello,

i am trying to build a dll using cygwin and gcc. The dll will be used
by a delpi application.

The dll works fine. But when allocating memory 
(e.g.: char *c = new char) the programm crashes.

When compiling the dll with visual c++ 6.0 SP5 the dll works fine -
even if allocating memory.

Any hints? 

Best regards,

Christian Neise

P.S.:

I createdthe dll the following way:
gcc  -c dll_test.cpp -o debug/dll_test.o
gcc   -shared -o debug/dll_test.dll \
-L/usr/lib \
-Wl,--export-all-symbols \
-Wl,--enable-auto-import \
-Wl,--whole-archive debug/dll_test.o \
-L/usr/lib \
-Wl,--no-whole-archive -lc -lstdc++


testdll.h:

#include 

 extern "C" {
  __declspec( dllexport ) BOOL APIENTRY DllMain( HANDLE hModule,
DWORD  ul_reason_for_call,
LPVOID lpReserved
 );
 }




testdll.cpp:

#include "dll_test.h"

BOOL APIENTRY DllMain( HANDLE hModule,
   DWORD  ul_reason_for_call,
   LPVOID lpReserved
 )
{
switch (ul_reason_for_call)
{
case DLL_PROCESS_ATTACH:
case DLL_THREAD_ATTACH:
case DLL_THREAD_DETACH:
case DLL_PROCESS_DETACH:
break;
}
return TRUE;
}



--
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: Updated: inetutils-1.3.2-24

2003-09-02 Thread Chrlmac
HI,

I just want to get to Dr. Lusht's web site for his course in Intro to 
Programming.  How do I do this?  I filled out the form but still nothing came up.  
Also, I need a Java compiler.  At Java's site, which Java compiler should I 
download?

Thanks,
Charles

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



[ANNOUNCEMENT] Updated: cron-3.0.1-11

2003-09-02 Thread Corinna Vinschen
I have updated the version of cron on cygwin.com to 3.0.1-11.

This is the new cron which uses the new capabilities and therefore
requires Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).


To update your installation, click on the "Install Cygwin now" link on   
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Once you've downloaded setup.exe, run it and select "Admin" and
then click on the appropriate field until the above announced version
number appears if it is not displayed already.

If you have questions or comments, please send them to the Cygwin
mailing list at: [EMAIL PROTECTED] .  I would appreciate it if you would
use this mailing list rather than emailing me directly.  This includes
ideas and comments about the setup utility or Cygwin in general.  

If you want to make a point or ask a question, the Cygwin mailing list
is the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

I implore you to READ this information before sending email about how
you "tried everything" to unsubscribe.  In 100% of the cases where
people were unable to unsubscribe, the problem was that they hadn't
actually read and comprehended the unsubscribe instructions.

If you need to unsubscribe from cygwin-announce or any other mailing
list, reading the instructions at the above URL is guaranteed to
provide you with the info that you need.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



[ANNOUNCEMENT] Updated: login-1.9-7

2003-09-02 Thread Corinna Vinschen
I have updated the version of login to 1.9-7.

This login now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

If you have general questions or comments, please send them to the
Cygwin mailing list at: "cygwin at cygwin dot com".  I would appreciate
it if you would use this mailing list rather than emailing me directly.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



[ANNOUNCEMENT] Updated: vim-6.2-3

2003-09-02 Thread Corinna Vinschen
I've updated the version of vim to 6.2-3.

This vim now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

If you have general questions or comments, please send them to the
Cygwin mailing list at: "cygwin at cygwin dot com".  I would appreciate
it if you would use this mailing list rather than emailing me directly.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



[ANNOUNCEMENT] Updated: OpenSSH-3.6.1p2-2

2003-09-02 Thread Corinna Vinschen
I've just updated the version of OpenSSH to 3.6.1p2-2.

This OpenSSH now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.  Additionally I've upgraded to 3.6.1p2, which
contains some minor bugfixes.

The package now adheres to the filesystem hirarchy standard (FHS).


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Once you've downloaded setup.exe, run it and select "Net" and
then click on the appropriate field until the above announced version
number appears if it is not displayed already.

If you have questions or comments, please send them to the Cygwin 
mailing list at: [EMAIL PROTECTED] .  I would appreciate it if you would
use this mailing list rather than emailing me directly.  This includes
ideas and comments about the setup utility or Cygwin in general.

If you want to make a point or ask a question, the Cygwin mailing list
is the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

I implore you to READ this information before sending email about how
you "tried everything" to unsubscribe.  In 100% of the cases where
people were unable to unsubscribe, the problem was that they hadn't
actually read and comprehended the unsubscribe instructions.

If you need to unsubscribe from cygwin-announce or any other mailing
list, reading the instructions at the above URL is guaranteed to
provide you with the info that you need.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



[ANNOUNCEMENT] Updated: ruby-1.8.0-1

2003-09-02 Thread Corinna Vinschen
I've updated the version of Ruby to 1.8.0-1.

This is a major release update.  The package is build for Cygwin 1.5.3 ff.
and will not run under previous releases.  The packaging adhere to the
filesystem hirarchy standard (FHS).

The official release message was rather short:


Hello,

After 7 previews, Ruby 1.8.0 is finally released.  Thank you everyone
who helped us.

You can get it from .

You can get summary of changes at

  ftp://ftp.ruby-lang.org/pub/ruby/1.8./changes.1.8.0

Enjoy.

matz.



To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Once you've downloaded setup.exe, run it and select "Devel" or
"Interpreters" and then click on the appropriate field until the above
announced version number appears if it is not displayed already.

If you have questions or comments, please send them to the Cygwin
mailing list at: [EMAIL PROTECTED] .  I would appreciate it if you would
use this mailing list rather than emailing me directly.  This includes
ideas and comments about the setup utility or Cygwin in general.

If you want to make a point or ask a question, the Cygwin mailing list
is the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

I implore you to READ this information before sending email about how
you "tried everything" to unsubscribe.  In 100% of the cases where
people were unable to unsubscribe, the problem was that they hadn't
actually read and comprehended the unsubscribe instructions.

If you need to unsubscribe from cygwin-announce or any other mailing
list, reading the instructions at the above URL is guaranteed to
provide you with the info that you need.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



[ANNOUNCEMENT] Updated: netcat-1.10-2

2003-09-02 Thread Corinna Vinschen
I've updated the version of netcat to 1.10-2.

This netcat now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).
You can find the documentation in /usr/share/doc/netcat.


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Once you've downloaded setup.exe, run it and select "Net"
and then click on the appropriate field until the above announced
version number appears if it is not displayed already.

If you have questions or comments, please send them to the Cygwin
mailing list at: [EMAIL PROTECTED] .  I would appreciate it if you would
use this mailing list rather than emailing me directly.  This includes
ideas and comments about the setup utility or Cygwin in general.

If you want to make a point or ask a question, the Cygwin mailing list
is the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

I implore you to READ this information before sending email about how
you "tried everything" to unsubscribe.  In 100% of the cases where
people were unable to unsubscribe, the problem was that they hadn't
actually read and comprehended the unsubscribe instructions.

If you need to unsubscribe from cygwin-announce or any other mailing
list, reading the instructions at the above URL is guaranteed to
provide you with the info that you need.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



package submission

2003-09-02 Thread Thomas Wolff
Hello,
I'd like to propose my text mode editor mined for a cygwin package;
among other benefits it provides extensive UTF-8 and CJK support.
Its homepage is http://towo.net/mined/.
As cygwin is hosted/maintained at RedHat, I'd also like to propose 
it to become a RedHat package, too.

I'd appreciate your response,
thanks and kind regards,
Thomas Wolff

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



[ANNOUNCEMENT] Updated: cygrunsrv-0.96-2

2003-09-02 Thread Corinna Vinschen
I have updated cygrunsrv to version 0.96-2.

This cygrunsrv now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

It adds an --interactive command line parameter which allows to
set the "Allow service to interact with desktop" flag.

The package now adheres to the filesystem hirarchy standard (FHS).


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com web page.  This downloads setup.exe to your system.

Run setup and answer all of the questions.

Note that if this is the first time that you've run the new GUI version
of setup, it will currently download the whole cygwin net release again.
After this point it will only download what is needed.

If you have questions or comments, please send them to the Cygwin 
mailing list at:  [EMAIL PROTECTED] .  I would appreciate
if you would use this mailing list rather than emailing me directly.
This includes ideas and comments about the setup utility or Cygwin
in general.

If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe to the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



Re: autoconf 2.54-1 writes dos files

2003-09-02 Thread Gerrit P. Haase
Hello Sam,

the real information about your perl version is displayed via
`perl -V` (capital V):

  Built under cygwin
  Compiled at Sep  1 2003 15:23:12


Gerrit
-- 
=^..^=


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



[ANNOUNCEMENT] Updated: file-4.03-2

2003-09-02 Thread Corinna Vinschen
I've updated the version of file to 4.03-2.

This version is an update to the official version 4.03.  This file
package now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).


If you do have problems with this version of insight it would probably
be best to send them to the insight mailing list at "insight at sources
dot redhat dot com".  Then the insight maintainers can help rectify them.
I read that mailing list, too, of course.

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

If you have general questions or comments, please send them to the
Cygwin mailing list at: "cygwin at cygwin dot com".  I would appreciate
it if you would use this mailing list rather than emailing me directly.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



Re: Majordomo results: RE: cygwin older/newer version downloadi

2003-09-02 Thread Gerrit P. Haase
Hello Bill,

>>Sent: 01 September 2003 18:57 From: Hannu E K Nevalainen
>> I get this garbage (below) from>
>>
>>  Majordomo-Owner AT virginia DOT edu  and  Majordomo AT mutt DOT org
>>
>> for every post to cygwin AT cygwin DOT com
>>
>>Anyone else see this?
>>What might be the cause? (Foul play?)
>>I've _no_ "relation" to those mailing list managers.

Obviously someone subscribed the majordomo address to the list...

Gerrit
-- 
=^..^=


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



[ANNOUNCEMENT] Updated: sed-4.0.7-3

2003-09-02 Thread Corinna Vinschen
I've updated the version of sed to 4.0.7-3.

This sed now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com web page.  This downloads setup.exe to your system.

Run setup and answer all of the questions.

Note that if this is the first time that you've run the new GUI version
of setup, it will currently download the whole cygwin net release again.
After this point it will only download what is needed.

If you have questions or comments, please send them to the Cygwin
mailing list at:  [EMAIL PROTECTED] .  I would appreciate
if you would use this mailing list rather than emailing me directly.
This includes ideas and comments about the setup utility or Cygwin
in general.

If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe to the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



Re: Getting fetchmail to work with smtp when mail server already running in XP

2003-09-02 Thread Jason Tishler
Gary,

On Sun, Aug 31, 2003 at 04:33:52PM -0400, Gary Nielson wrote:
> I know I can set up some smtp capabilities in cygwin, but that would
> collide with the mail server I am running in XP.

Why not just use your existing mail server?

> Have I worked myself into a corner?

I don't think so.

> Anyone have any ideas?

Read the README?

http://www.tishler.net/jason/software/fetchmail/fetchmail-6.2.4.README

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

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



[ANNOUNCEMENT] Updated: openssl-0.9.7b-3, openssl-devel-0.9.7b-3

2003-09-02 Thread Corinna Vinschen
I've updated the version of OpenSSL to 0.9.7b-3.  This also includes the
openssl-devel package.

This OpenSSL now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).

---
Note:  There will be no update of the OpenSSL-0.9.6 package to
Cygwin 1.5.x.  This version is only kept for backward compatibility.
---


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Once you've downloaded setup.exe, run it and select "Net"
("Devel" for the openssl-devel package) and then click on the appropriate
field until the above announced version number appears if it is not
displayed already.

If you have questions or comments, please send them to the Cygwin
mailing list at: [EMAIL PROTECTED] .  I would appreciate it if you would
use this mailing list rather than emailing me directly.  This includes
ideas and comments about the setup utility or Cygwin in general.

If you want to make a point or ask a question, the Cygwin mailing list
is the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

I implore you to READ this information before sending email about how
you "tried everything" to unsubscribe.  In 100% of the cases where
people were unable to unsubscribe, the problem was that they hadn't
actually read and comprehended the unsubscribe instructions.

If you need to unsubscribe from cygwin-announce or any other mailing
list, reading the instructions at the above URL is guaranteed to
provide you with the info that you need.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



[ANNOUNCEMENT] Updated: tin-1.6.1-1

2003-09-02 Thread Corinna Vinschen
I've updated the tin package to release 1.6.1-1.

This is the latest stable tin release 1.6.1.

This tin now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Once you've downloaded setup.exe, run it and select "Net" or
"Mail" and then click on the appropriate field until the above announced
version number appears if it is not displayed already.

If you have questions or comments, please send them to the Cygwin
mailing list at: [EMAIL PROTECTED] .  I would appreciate it if you would
use this mailing list rather than emailing me directly.  This includes
ideas and comments about the setup utility or Cygwin in general.

If you want to make a point or ask a question, the Cygwin mailing list
is the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

I implore you to READ this information before sending email about how
you "tried everything" to unsubscribe.  In 100% of the cases where
people were unable to unsubscribe, the problem was that they hadn't
actually read and comprehended the unsubscribe instructions.

If you need to unsubscribe from cygwin-announce or any other mailing
list, reading the instructions at the above URL is guaranteed to
provide you with the info that you need.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



Re: postgres - bash: ipc-daemon: command not found

2003-09-02 Thread Jason Tishler
Richard,

On Sun, Aug 31, 2003 at 02:01:20PM +0900, rnmscott wrote:
> when I try to start the ipc-daemon with ipc-daemon &
> I get a message like :-
> [1] 2640
> $ bash: ipc-daemon: command not found
> 
> which I believe leads to the IpcSemaphoreCreate semget etc. error
> later
> 
> cygwin setup says all needed files are installed, I checked that as
> instructed, a cygwin/bin path is set
> 
> so would appreciate suggestions on what I have not done or might be
> wrong?

The above seems to imply that you either:

1. did not install the cygipc package
2. do not have "/usr/local/bin" in your PATH

Note the current PostgreSQL package still requires a version of cygipc
that is *not* installed by Cygwin's setup.exe:

http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/index.html

or (if the above is still down):

http://www.tishler.net/jason/software/cygipc/

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

--
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: suggestion for postgresql doc

2003-09-02 Thread Jason Tishler
Markus,

On Fri, Aug 29, 2003 at 10:48:38PM +0200, Markus Hoenicka wrote:
> I just went through the installation of PostgreSQL as a service on a
> WinXP box. I had to fix a couple of permission settings in order to
> get postmaster up and running. The documentation talks about this
> issue, but it fails to mention that the permissions of /var/log need
> to be fixed as well, besides /tmp and /usr/bin. I'd suggest to add
> this to the otherwise excellent doc.

What did you set the /var/log permissions to?  Do the /tmp and /usr/bin
comments above refer to Issue #2 and #4 in the following?

http://www.tishler.net/jason/software/postgresql/postgresql-7.3.4.README

Thanks,
Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

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



Newby: setting up SSH

2003-09-02 Thread Nadia Kunkov
Hi, I'm new to SSH.  I've just installed Cygwin on my Win2000 workstation.
My goal is to connect to it from Linux box and copy files from Linux to
Win2000.  I can connect to my windows box from Linux and browse the
directories.  But I need to set up and automated file transfer and therefore public 
and private keys.
I think my set up is not complete/correct.
When I run ssh localhost on my win2k  I see a message:
Cannot create directory /cygdrive/h/username: no such file or dir
Well it's looking at h drive and I need it to look at c drive.  Where do I change 
that?  Also, the authorized_keys file should reside in my home
directory, will that be /cygdirve/c/username/.ssh?
It also says that user name or group hasn't been setup correctly.  What
should I do to set it all up?
Thanks in advance.
N.K.





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



[ANNOUNCEMENT] Updated: bash-2.05b-12

2003-09-02 Thread Corinna Vinschen
I've updated the version of bash to 2.05b-12.

This bash now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).


To update your installation, click on the "Install Cygwin now" link on  
the http://sources.redhat.com/cygwin web page.  This downloads setup.exe
to your system.  The, run setup and answer all of the questions.

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

Note that we do not allow downloads from sources.redhat.com (aka
cygwin.com) due to bandwidth limitations.  This means that you will need
to find a mirror which has this update.  You might have to wait as much
as 24 hours to find a mirror with the updated version of cygwin on it.
Be patient.

If you have questions or comments, please send them to the Cygwin  
mailing list at: [EMAIL PROTECTED] .  I would appreciate it if you would
use this mailing list rather than emailing me directly.

If you want to make a point or ask a question, the Cygwin mailing list   
is the appropriate place.  This includes ideas and comments about the
setup utility or Cygwin in general.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

I implore you to READ this information before sending email about how
you "tried everything" to unsubscribe.  In 100% of the cases where 
people were unable to unsubscribe, the problem was that they hadn't  
actually read and comprehended the unsubscribe instructions.

If you need to unsubscribe from cygwin-announce or any other mailing
list, reading the instructions at the above URL is guaranteed to
provide you with the info that you need.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



Re: How to let program running without cygwin environment???

2003-09-02 Thread Igor Pechtchanski
On Mon, 1 Sep 2003 [EMAIL PROTECTED] wrote:

> I wrote a C program using cygwin, and I hope I can minimize my install
> package only including my program and the pre-requisite files such as
> cygwin1.dll, ipc-daemon.exe and so on. I had thought that I realized my
> goal, but I found that my program didn't run stably after some long-term
> tests. I also let my program running under machines installed with
> cygwin, and the results are stable though the test time is not very
> long. I wonder if there are some important files ingored by me?

Run "cygcheck yourprog.exe".  This should show you all the DLLs that your
program expects to find at runtime.

It is generally recommended that you use setup.exe to install Cygwin on
the machines you'll be running Cygwin programs on, rather than copy the
files by hand.  If you feel adventurous, you could try compiling your
program using MinGW, by adding a "-mno-cygwin" flag to gcc, but be aware
that you won't be getting full POSIX emulation (in particular, if your
program uses shared memory, you'll *have* to use Cygwin, AFAIK).
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

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



malloc segfaults

2003-09-02 Thread Juergen Bohn
Tested with cygwin1.dll 1.5.3-1 and 1.3.22-1 on Win2000-SP4, malloc() does 
not (always)
return NULL if there is no more memory available.  Try, for example, simple 
loops like:

  x = malloc(1);
  for (i=0; x != NULL; i++)
  {
  x = malloc(1);
  if (x == NULL)printf("x is NULL\n");
  }
My application terminates with a segmentation violation, but all attempts 
to handle this by signal() or atexit() fail.  Unfortunately, also sysconf() 
does not work to get the number of available pages (_SC_AVPHYS_PAGES, I get 
always the same but wrong value).

While testing, I detected that errno is set to 12 ("Not enough memory") 
after enough iterations through the for-loop above, while variable x still 
is not zero.  But still my application crashes even when I break the loop 
at errno!=0.

Is there any secure way to find out, how much memory is available (or hope 
that the malloc() problems will be solved)?

Many thanks,
Juergen


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


[ANNOUNCEMENT] Updated: which-1.5-2

2003-09-02 Thread Corinna Vinschen
I've updated the version of which to 1.5-2.

This which now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).


To update your installation, click on the "Install Cygwin now" link on  
the http://sources.redhat.com/cygwin web page.  This downloads setup.exe
to your system.  The, run setup and answer all of the questions.

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

Note that we do not allow downloads from sources.redhat.com (aka
cygwin.com) due to bandwidth limitations.  This means that you will need
to find a mirror which has this update.  You might have to wait as much
as 24 hours to find a mirror with the updated version of cygwin on it.
Be patient.

If you have questions or comments, please send them to the Cygwin  
mailing list at: [EMAIL PROTECTED] .  I would appreciate it if you would
use this mailing list rather than emailing me directly.

If you want to make a point or ask a question, the Cygwin mailing list   
is the appropriate place.  This includes ideas and comments about the
setup utility or Cygwin in general.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

I implore you to READ this information before sending email about how
you "tried everything" to unsubscribe.  In 100% of the cases where 
people were unable to unsubscribe, the problem was that they hadn't  
actually read and comprehended the unsubscribe instructions.

If you need to unsubscribe from cygwin-announce or any other mailing
list, reading the instructions at the above URL is guaranteed to
provide you with the info that you need.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



[ANNOUNCEMENT] Updated: sharutils-4.2.1-3

2003-09-02 Thread Corinna Vinschen
I've updated the version of sharutils to 4.2.1-3.

This sharutils now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).


To update your installation, click on the "Install Cygwin now" link on  
the http://sources.redhat.com/cygwin web page.  This downloads setup.exe
to your system.  The, run setup and answer all of the questions.

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

Note that we do not allow downloads from sources.redhat.com (aka
cygwin.com) due to bandwidth limitations.  This means that you will need
to find a mirror which has this update.  You might have to wait as much
as 24 hours to find a mirror with the updated version of cygwin on it.
Be patient.

If you have questions or comments, please send them to the Cygwin  
mailing list at: [EMAIL PROTECTED] .  I would appreciate it if you would
use this mailing list rather than emailing me directly.

If you want to make a point or ask a question, the Cygwin mailing list   
is the appropriate place.  This includes ideas and comments about the
setup utility or Cygwin in general.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

I implore you to READ this information before sending email about how
you "tried everything" to unsubscribe.  In 100% of the cases where 
people were unable to unsubscribe, the problem was that they hadn't  
actually read and comprehended the unsubscribe instructions.

If you need to unsubscribe from cygwin-announce or any other mailing
list, reading the instructions at the above URL is guaranteed to
provide you with the info that you need.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



[ANNOUNCEMENT] Updated: gawk-3.1.3-3

2003-09-02 Thread Corinna Vinschen
I've updated the version of GNU awk to 3.1.3-3.

This gawk now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

If you have general questions or comments, please send them to the
Cygwin mailing list at: "cygwin at cygwin dot com".  I would appreciate
it if you would use this mailing list rather than emailing me directly. 

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



[ANNOUNCEMENT] Updated: ssmtp-2.38.7-4

2003-09-02 Thread Corinna Vinschen
I've updated the version of ssmtp to 2.38.7-4.

This ssmtp now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).


To update your installation, click on the "Install Cygwin now" link on  
the http://sources.redhat.com/cygwin web page.  This downloads setup.exe
to your system.  The, run setup and answer all of the questions.

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

Note that we do not allow downloads from sources.redhat.com (aka
cygwin.com) due to bandwidth limitations.  This means that you will need
to find a mirror which has this update.  You might have to wait as much
as 24 hours to find a mirror with the updated version of cygwin on it.
Be patient.

If you have questions or comments, please send them to the Cygwin  
mailing list at: [EMAIL PROTECTED] .  I would appreciate it if you would
use this mailing list rather than emailing me directly.

If you want to make a point or ask a question, the Cygwin mailing list   
is the appropriate place.  This includes ideas and comments about the
setup utility or Cygwin in general.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

I implore you to READ this information before sending email about how
you "tried everything" to unsubscribe.  In 100% of the cases where 
people were unable to unsubscribe, the problem was that they hadn't  
actually read and comprehended the unsubscribe instructions.

If you need to unsubscribe from cygwin-announce or any other mailing
list, reading the instructions at the above URL is guaranteed to
provide you with the info that you need.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



[ANNOUNCEMENT] Updated: robots-2.0-3

2003-09-02 Thread Corinna Vinschen
I've updated the version of robots to 2.0-3.

This robots now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).


To update your installation, click on the "Install Cygwin now" link on  
the http://sources.redhat.com/cygwin web page.  This downloads setup.exe
to your system.  The, run setup and answer all of the questions.

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

Note that we do not allow downloads from sources.redhat.com (aka
cygwin.com) due to bandwidth limitations.  This means that you will need
to find a mirror which has this update.  You might have to wait as much
as 24 hours to find a mirror with the updated version of cygwin on it.
Be patient.

If you have questions or comments, please send them to the Cygwin  
mailing list at: [EMAIL PROTECTED] .  I would appreciate it if you would
use this mailing list rather than emailing me directly.

If you want to make a point or ask a question, the Cygwin mailing list   
is the appropriate place.  This includes ideas and comments about the
setup utility or Cygwin in general.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

I implore you to READ this information before sending email about how
you "tried everything" to unsubscribe.  In 100% of the cases where 
people were unable to unsubscribe, the problem was that they hadn't  
actually read and comprehended the unsubscribe instructions.

If you need to unsubscribe from cygwin-announce or any other mailing
list, reading the instructions at the above URL is guaranteed to
provide you with the info that you need.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



RE: Installation problems

2003-09-02 Thread Igor Pechtchanski
On Tue, 2 Sep 2003, Hoyt Bailey wrote:

> RE ls: When it dosent work: No message -nothing at all. Except a line feed.
> ls is involked as follows: ls 

FWICS, "ls" works as designed.  You're in an "empty" directory, so you get
no output.

> ( I expected the system to tell me where I was [anyway a clue]).

That's what "pwd" is for.

> Also dir  (for the same reason).

See above.

> Typing -a ls /bin/ls : results in Error msg command -a not found.

That was "type -a ls; /bin/ls" (literally).  But the above already
answered that -- ls *did* work, evern when you thought it didn't.

> ls -a :[ . .. .bash.profile .bashrc .inputrc cygcheck.out].

Ok, so it works -- see?  BTW, now that you have "cygcheck.out" in your
home directory, you should see it using plain "ls".

> Any other requests for info will be complied with to the best of my ability.
> Regards;
> Hoyt

So, the "ls" problem is a non-issue, I guess.  The cygcheck output
confirms that you don't have "less" and "more" installed - install these
packages if you want to use those commands.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

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



[ANNOUNCEMENT] Updated: cpio-2.5-3

2003-09-02 Thread Corinna Vinschen
I've updated the version of cpio to 2.5-3.

This cpio now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

If you have general questions or comments, please send them to the
Cygwin mailing list at: "cygwin at cygwin dot com".  I would appreciate
it if you would use this mailing list rather than emailing me directly.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



Re: Create dll using gcc

2003-09-02 Thread Igor Pechtchanski
On Tue, 2 Sep 2003, Christian Neise wrote:

> Hello,
>
> i am trying to build a dll using cygwin and gcc. The dll will be used
> by a delpi application.
>
> The dll works fine. But when allocating memory
> (e.g.: char *c = new char) the programm crashes.
>
> When compiling the dll with visual c++ 6.0 SP5 the dll works fine -
> even if allocating memory.
>
> Any hints?
>
> Best regards,
>
> Christian Neise
>
> P.S.:
>
> I createdthe dll the following way:
> gcc  -c dll_test.cpp -o debug/dll_test.o
> gcc   -shared -o debug/dll_test.dll \
> -L/usr/lib \
> -Wl,--export-all-symbols \
> -Wl,--enable-auto-import \
> -Wl,--whole-archive debug/dll_test.o \
> -L/usr/lib \
> -Wl,--no-whole-archive -lc -lstdc++
>
>
> testdll.h:
>
> #include 
>
>  extern "C" {
>   __declspec( dllexport ) BOOL APIENTRY DllMain( HANDLE hModule,
> DWORD  ul_reason_for_call,
> LPVOID lpReserved
>  );
>  }
>
>
>
>
> testdll.cpp:
>
> #include "dll_test.h"
>
> BOOL APIENTRY DllMain( HANDLE hModule,
>DWORD  ul_reason_for_call,
>LPVOID lpReserved
>  )
> {
> switch (ul_reason_for_call)
> {
> case DLL_PROCESS_ATTACH:
> case DLL_THREAD_ATTACH:
> case DLL_THREAD_DETACH:
> case DLL_PROCESS_DETACH:
> break;
> }
> return TRUE;
> }

The DLL you created will require cygwin1.dll as its C runtime library.
The Delphi application most likely uses MSVCRT.DLL as it's C runtime.
It's not a good idea to mix the two runtimes (in fact, that's the most
likely reason for the crashes).  If you want to use your DLL with Delphi,
you could compile it using MinGW (by passing the "-mno-cygwin" option to
gcc), but you won't get full POSIX emulation that way.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
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: Need help: cron jobs can't access network drives.

2003-09-02 Thread Louis-Luc Le Guerrier

Hello,
I have tried Universal Name Convention path as well, and I still can't
access the network drives, even with UNC paths inside the script ran by
'cron'. The same script invoked  manually accesses net drives of course.

I have looked at "www.denicomp.com/faq.htm#Q21" and understand partially
what they mean to do, but they don't explicitly explain how to perform
the tasks in Windows.

I also noticed the 'id' command on the Cygwin shell gives "Administrator"
as user name when invoked manually. I also included 'id > tstfile' into
a 'cron' job to send the output of 'id' while in a cron, and it also
states "Administrator" is the user. I set up a password to the Windows
Administrator account, and it's the one I log in. cron still fails to
access network drives even though Administrator has a password and
I'm trying it with UNC paths. 

I'm still puzzled, and stuck unable to access network drives.

Anyone can share a clearer procedure of what to do, or an example?

Thanks in advance.

Louis-Luc



--
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: package submission

2003-09-02 Thread Igor Pechtchanski
On Tue, 2 Sep 2003, Thomas Wolff wrote:

> Hello,
> I'd like to propose my text mode editor mined for a cygwin package;
> among other benefits it provides extensive UTF-8 and CJK support.
> Its homepage is http://towo.net/mined/.

Please (re)read .

> As cygwin is hosted/maintained at RedHat, I'd also like to propose
> it to become a RedHat package, too.

Cygwin is indeed hosted by RedHat.  It is, however, maintained by
volunteers, not all of whom are even affiliated with RedHat.  If you wish
to propose a RedHat package, you should go through the appropriate RedHat
channels (search the RedHat homepage for information, or, perhaps, some
of the RedHat employees who volunteer to maintain Cygwin can provide a
link).
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
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: package submission

2003-09-02 Thread Ronald Landheer-Cieslak
On Tue, Sep 02, 2003 at 02:30:29PM +0200, Thomas Wolff wrote:
> Hello,
> I'd like to propose my text mode editor mined for a cygwin package;
> among other benefits it provides extensive UTF-8 and CJK support.
> Its homepage is http://towo.net/mined/.
Please take a look at the Cygwin Package Contributor's Guide for information
on how to propose a package for inclusion in the Cygwin net distribution. You
can find it here:
http://cygwin.com/setup.html

> As cygwin is hosted/maintained at RedHat, I'd also like to propose 
> it to become a RedHat package, too.
This is not the place for contributing to Red Hat Linux (I don't know
if it is even possible, BTW). 
You might want to have a look at http://www.redhat.com/software/linux/ to 
see if you find any pointers, but AFAIK it isn't possible to contribute to
the Red Hat Linux distribution (someone will correct be if I'm wrong, I hope).

rlc

-- 
Nothing will dispel enthusiasm like a small admission fee.
-- Kim Hubbard

--
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: autoconf 2.54-1 writes dos files

2003-09-02 Thread Sam Steingold
Hello Gerrit,

> * In message <[EMAIL PROTECTED]>
> * On the subject of "Re: autoconf 2.54-1 writes dos files"
> * Sent on Tue, 2 Sep 2003 14:41:12 +0200
> * Honorable "Gerrit P. Haase" <[EMAIL PROTECTED]> writes:
>
> the real information about your perl version is displayed via
> `perl -V` (capital V):

Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
  Platform:
osname=cygwin, osvers=1.3.22(0.7832), archname=cygwin-multi-64int
uname='cygwin_nt-5.0 ismene 1.3.22(0.7832) 2003-03-18 09:20 i586 unknown unknown 
cygwin '
config_args='-de -Dmksymlinks -Dusemultiplicity -Duse64bitint -Doptimize=-O3 
-Dman3ext=3pm'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=undef uselongdouble=undef
usemymalloc=y, bincompat5005=undef
  Compiler:
cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing',
optimize='-O3',
cppflags='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing'
ccversion='', gccversion='3.2 20020927 (prerelease)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4
alignbytes=8, prototype=define
  Linker and Libraries:
ld='ld2', ldflags =' -s -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib /lib
libs=-lgdbm -ldb -lcrypt -lutil -lgdbm_compat
perllibs=-lcrypt -lutil -lgdbm_compat
libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a
gnulibc_version=''
  Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' -s'
cccdlflags=' ', lddlflags=' -s -L/usr/local/lib'


Characteristics of this binary (from libperl):
  Compile-time options: MULTIPLICITY USE_64_BIT_INT USE_LARGE_FILES 
PERL_IMPLICIT_CONTEXT
  Built under cygwin
  Compiled at Aug 29 2003 12:06:59
  %ENV:
PERLIO="raw"
CYGWIN=""
  @INC:
/usr/lib/perl5/5.8.0/cygwin-multi-64int
/usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/cygwin-multi-64int
/usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl
.

following a recomendation on this list, I 'export PERLIO="raw"' in
/etc/profile. 

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
  
 
Daddy, what does "format disk c: complete" mean?


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



WOOO HOOO!!!! 1.5.3 Fixes This!!! Re: No output from DOScommands via telnet using xinetd

2003-09-02 Thread Brian . Kelly

*Kisses and flower petals*  ;-)  for cgf, Corrina, Igor, Elfyn, and all the
rest who helped make this happen!!!

Brian Kelly





Brian Kelly
08/20/2003 08:56 AM

To:[EMAIL PROTECTED]
cc:

Subject:Re: No output from DOS commands via telnet using xinetd
   (Document link: 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 *good* about.  ;-)


Brian Kelly




"Elfyn McBratney" <[EMAIL PROTECTED]>@cygwin.com on 08/20/2003 08:50:43 AM

Please respond to [EMAIL PROTECTED]

Sent by:[EMAIL PROTECTED]


To:[EMAIL PROTECTED]
cc: (bcc: Brian Kelly/WTC1/Empire)

Subject:Re: No output from DOS commands via telnet using xinetd


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 for this combo, and the problem outlined below is a significant
one
> > for me. Before I
> > do anything else - I would *really* like to know at least, if anyone
else
> > gets the same behavior.
> > That would at least establish that I'm dealing with a legitimate bug
rather
> > than a setup
> > or configuration issue. Just a "me too" - or "works for me" would be
MUCH
> > appreciated.
>
> You could try attaching to the xinetd (and inetd) process with strace to
see
> if there's a noticable difference somewhere.

Hmmm... What I meant to say is attach *to* the telnetd processes not the
*inetd
processes.

-- Elfyn

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










"WellChoice, Inc." made the following
 annotations on 09/02/2003 11:25:49 AM
--
Attention!  This electronic message contains information that may be legally
confidential and/or privileged.  The information is intended solely for the
individual or entity named above and access by anyone else is unauthorized.
If you are not the intended recipient, any disclosure, copying, distribution,
or use of the contents of this information is prohibited and may be unlawful.
If you have received this electronic transmission in error, please reply
immediately to the sender that you have received the message in error, and
delete it. Release/Disclosure Statement


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



[ANNOUNCEMENT] Updated: ash-20020731-3

2003-09-02 Thread Corinna Vinschen
I've updated the version of ash to 20020731-3.

This ash now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).


To update your installation, click on the "Install Cygwin now" link on
the http://sources.redhat.com/cygwin web page.  This downloads setup.exe
to your system.  The, run setup and answer all of the questions.

Note that we do not allow downloads from sources.redhat.com (aka
cygwin.com) due to bandwidth limitations.  This means that you will need
to find a mirror which has this update.

In the US, ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/ is a
reliable high bandwidth connection.

In Germany,
ftp://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/mirrors/cygnus/ is
usually pretty good.

In the UK,
http://programming.ccp14.ac.uk/ftp-mirror/programming/cygwin/pub/cygwin/
is usually up-to-date within 48 hours.

If one of the above doesn't have the latest version of this package then
you can either wait for the site to be updated or find another mirror.

If you have questions or comments, please send them to the Cygwin
mailing list at:  [EMAIL PROTECTED] .  I would appreciate
if you would use this mailing list rather than emailing me directly.
This includes ideas and comments about the setup utility or Cygwin
in general.

If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe to the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



Re: Updated: inetutils-1.3.2-24

2003-09-02 Thread Corinna Vinschen
On Tue, Sep 02, 2003 at 07:55:32AM -0400, [EMAIL PROTECTED] wrote:
> HI,
> 
> I just want to get to Dr. Lusht's web site for his course in Intro to 
> Programming.  How do I do this?  I filled out the form but still nothing came up.  
> Also, I need a Java compiler.  At Java's site, which Java compiler should I 
> download?

Has anything of the above to do with Cygwin?

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



Re: package submission

2003-09-02 Thread Corinna Vinschen
On Tue, Sep 02, 2003 at 02:30:29PM +0200, Thomas Wolff wrote:
> Hello,
> I'd like to propose my text mode editor mined for a cygwin package;
> among other benefits it provides extensive UTF-8 and CJK support.
> Its homepage is http://towo.net/mined/.

See http://cygwin.com/setup.html for information how to contribute
to the Cygwin net distro as a package maintainer.

> As cygwin is hosted/maintained at RedHat, I'd also like to propose 
> it to become a RedHat package, too.

This is an entirely different lot and has to go another channel.  This
is a mailing list about Cygwin.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



"info" correction for french environment

2003-09-02 Thread Sébastien Poirier
Hi,

I don't think someone posted it yet,
but there is a mistake with the creation of the `dir' file in `/usr/info' 
directory, when you install Cygwin in a french environment.
In fact, the dir file that is automatically generated by update-info-dir.sh, is 
corrupted so that you can't use info normally then : when you type
bash$ info
info can't find the "Top" node

to correct this, 2 possibilities :
 * edit your `/usr/info/dir' file
and replace the line (almost at the top)
File: dir,  Node: Top\tCeci est le haut de l'arborescence INFO
by this one (with a real tabulation and not a \t tab escape character)
File: dir,  Node: Top   Ceci est le haut de l'arborescence INFO 
then you can execute your update-info-dir.sh and everything will be ok
but if you want then to generate a new `dir' file in another info directory 
with install-info.exe, it will be corrupted too... so
 * you can modify the `texinfo.mo' file that contains the template used to 
create the `dir' file
you'll find it in /usr/share/locale/fr/LC_MESSAGES/
edit it, search for tCeci (for example), and such as with the `dir' file, 
replace the `\t' characters by a real tabulation and add a space character 
somewhere (before Ceci or after INFO for example) to compensate the loose of 
one character.
then you can execute update-info-dir.sh if you hadn't chosen the first 
possibility

Hope this helps

Seib


-- 
c'est vrai que j'aurais pu l'ecrire en français etant donne que ca ne semble 
concerner que les francophones...

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



[ANNOUNCEMENT] Updated: tcsh-6.12.00-7

2003-09-02 Thread Corinna Vinschen
I've updated the version of tcsh to 6.12.00-7.

This tcsh now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

If you have general questions or comments, please send them to the
Cygwin mailing list at: "cygwin at cygwin dot com".  I would appreciate
it if you would use this mailing list rather than emailing me directly.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



[ANNOUNCEMENT] Updated: patch-2.5.8-7

2003-09-02 Thread Corinna Vinschen
I've updated the version of patch to 2.5.8-7.

This version reenables the --binary command line option for Cygwin.
When used, all input and patch files are forcibly read in binary
mode.  The standard is to read them in textmode.  The option does
not affect writing files.  Output files are alwasy written in
binary mode.

This patch now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

If you have general questions or comments, please send them to the
Cygwin mailing list at: "cygwin at cygwin dot com".  I would appreciate
it if you would use this mailing list rather than emailing me directly.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



[ANNOUNCEMENT] Updated: lynx-2.8.4-7

2003-09-02 Thread Corinna Vinschen
I've updated the version of lynx to 2.8.4-7.

This lynx now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).


To update your installation, click on the "Install Cygwin now" link on
the http://sources.redhat.com/cygwin web page.  This downloads setup.exe
to your system.  The, run setup and answer all of the questions.

Note that we do not allow downloads from sources.redhat.com (aka
cygwin.com) due to bandwidth limitations.  This means that you will need
to find a mirror which has this update.

In the US, ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/ is a
reliable high bandwidth connection.

In Germany,
ftp://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/mirrors/cygnus/ is
usually pretty good.

In the UK,
http://programming.ccp14.ac.uk/ftp-mirror/programming/cygwin/pub/cygwin/
is usually up-to-date within 48 hours.

If one of the above doesn't have the latest version of this package then
you can either wait for the site to be updated or find another mirror.

If you have questions or comments, please send them to the Cygwin
mailing list at:  [EMAIL PROTECTED] .  I would appreciate
if you would use this mailing list rather than emailing me directly.
This includes ideas and comments about the setup utility or Cygwin
in general.

If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe to the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



Re: [ANNOUNCEMENT] Updated: cygwin-1.5.3-1

2003-09-02 Thread Thiago Serra Azevedo Silva
Christopher Faylor wrote:

I've made a new version of the Cygwin DLL and associated utilities
available for download.  As usual, a list of what has changed is below.
This is the first non-test 1.5.x release.  This means that the 1.5.x
series of the cygwin DLL will be the default from now on.
As previously reported here, 1.5.x versions of cygwin1.dll contain major
changes in some APIs such that 64 bit file I/O operations are now
available.  This means that some structures such as those found in
'stat' and 'dirent' have changed.  This version also supports 32 bit
uids.  Older applications will continue to work correctly but DLLs and
libraries which use any structures whose size has changed will need to
be recompiled and relinked.
There have been two problems with previous 1.5.x releases.  One involved
any application that used fdopen and another involved any application
that used -lc on the command line.  If you have rebuilt a library or
application for 1.5.0 or 1.5.1 and you used either of these, you will
need to relink your app for 1.5.3.  I'm very sorry for the
inconvenience.  Executables linked for/with 1.5.2 or 1.3.32 or earlier
should continue to work fine.
To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.
If you have questions or comments, please send them to the Cygwin
mailing list at: [EMAIL PROTECTED] .
 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:
[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.
Christopher Faylor
Red Hat, Inc.
Changes since 1.5.2-1:

- Fix problems where cygwin heap could run into mmapped regions.
 (Corinna Vinschen)
- Allow greater number of recursive signal invocations.  (Pierre Humblet)

- Fix problems using libm.a which resulted in "File truncated" errors
 during link.  (Christopher Faylor)
- Check arguments for mount/umount syscalls to avoid crashes.
 (Christopher Faylor)
- Recognize special names with extensions as needing encoding under
 managed mode.  (Christopher Faylor)
- Do sanity checking on packages when they are reported by "cygcheck -c".
 (Igor Pechtchanski)
- Implement cygcheck --list-package (-l) option to list all files in an
 installed package.  (Igor Pechtchanski)
- Implement cygcheck --find-package (-f) option to find the installed
 package associated with a file.  (Igor Pechtchanski)
- Fix possible crash in mmap if file size is less than requested map
 length.  (Corinna Vinschen)
 
- Add a bunch of convenience macros to sys/params.h.  (Nicholas Wourms)
 
- Return more accurate errnos when reading/writing raw disk and tape
 devices.  (Corinna Vinschen)

- Fix problem where some network applications (notably ftp) could crash
 on attempts to connect to more than one host.  (Christopher Faylor)
- Try harder to kill a windows process when using the "kill -f" command.
 (Christopher Faylor)
- Use cygserver library when building a cygwin DLL meant to interoperate with
 the (experimental) cygserver.  (Christopher Faylor)
--
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/


1.5.3 and 1.3.22: malloc segfault

2003-09-02 Thread roconnor
The following program segfaults for me on XP Pro SP1 with both 1.3.22-1 and
1.5.3-1, but not on NT 4.0 with 1.3.22-1.

-
#include 

int
main()
{
  while (malloc (15*1024*1024))
;
  return 0;
}
-

A stack trace from this morning's cvs version and cygcheck output are
attached.

-- 
Russell O'Connor
#0  0x61040f76 in map::get_list_by_fd(int) (this=0x604425d0, fd=-1) at 
/src/winsup/cygwin/mmap.cc:398
#1  0x610413be in mmap64 (addr=0x0, len=15732736, prot=3, flags=34, fd=-1, off=0) at 
/src/winsup/cygwin/mmap.cc:525
#2  0x61041a19 in mmap (addr=0x0, len=15732736, prot=3, flags=34, fd=-1, off=0) at 
/src/winsup/cygwin/mmap.cc:613
#3  0x610964b4 in sYSMALLOc(unsigned, malloc_state*) (nb=15728648, av=0x6112d0b0) at 
/src/winsup/cygwin/malloc.cc:3069
#4  0x61096723 in dlmalloc (bytes=0) at /src/winsup/cygwin/malloc.cc:3722
#5  0x6103f416 in malloc (size=15728640) at /src/winsup/cygwin/malloc_wrapper.cc:131
#6  0x004010ba in main () at expb.c:6

Cygwin Win95/NT Configuration Diagnostics
Current System Time: Tue Sep 02 13:03:53 2003

Windows XP Professional Ver 5.1 Build 2600 Service Pack 1

Path:   D:\cygwin\usr\X11R6\bin
D:\cygwin\usr\local\bin
D:\cygwin\bin
D:\cygwin\bin
c:\emacs-20.7\bin
D:\cygwin\bin
D:\cygwin\usr\X11R6\bin
c:\WINDOWS\system32
c:\WINDOWS
c:\WINDOWS\System32\Wbem
d:\New_Data_Entry\cygwin
\\Nt2\nt2_D\Microsoft Visual Studio\VC98\BIN
\\Nt2\nt2_D\Microsoft Visual Studio\MSDEV98\BIN

Output from D:\cygwin\bin\id.exe (nontsec)
UID: 1004(roconnor) GID: 513(None)
513(None)

Output from D:\cygwin\bin\id.exe (ntsec)
UID: 1004(roconnor) GID: 513(None)
544(Administrators)  545(Users)

SysDir: C:\WINDOWS\System32
WinDir: C:\WINDOWS

HOME = `D:\cygwin\home\roconnor'
MAKE_MODE = `unix'
PWD = `/home/roconnor/cw/malloc_bug_2'
USER = `roconnor'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users.WINDOWS'
APPDATA = `C:\Documents and Settings\roconnor.DELWIN\Application Data'
CLIENTNAME = `Console'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `DELWIN'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
DISPLAY = `127.0.0.1:3.0'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\roconnor.DELWIN'
INFOPATH = `/usr/info:/usr/share/info'
LESS = `-c'
LOGNAME = `roconnor'
LOGONSERVER = `\\DELWIN'
MANPATH = `:/usr/ssl/man'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/usr/bin'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 1 Stepping 2, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `0102'
PROGRAMFILES = `C:\Program Files'
PS1 = `\[\033]0;\w\007
[EMAIL PROTECTED] \[\033[33m\w\033[0m\]
$ '
SESSIONNAME = `Console'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `c:\DOCUME~1\ROCONN~1.DEL\LOCALS~1\Temp'
TERM = `xterm'
TMP = `c:\DOCUME~1\ROCONN~1.DEL\LOCALS~1\Temp'
USERDOMAIN = `DELWIN'
USERNAME = `roconnor'
USERPROFILE = `C:\Documents and Settings\roconnor.DELWIN'
WINDIR = `C:\WINDOWS'
WINDOWID = `8388622'
_ = `/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
  (default) = 0x0800
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x0022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `D:\cygwin'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/nt2d
  (default) = `\\Nt2\nt2_D'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `D:\cygwin/bin'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `D:\cygwin/lib'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

a:  fd   N/AN/A
c:  hd  NTFS8189Mb  88% CP CS UN PA FC 
d:  hd  NTFS   106250Mb  76% CP CS UN PA FC New Volume
e:  cd  CDFS 380Mb 100%CS UN   SIM 1.1
f:  cd   N/AN/A

D:\cygwin  /  system  binmode
\\Nt2\nt2_D/nt2d  system  binmode
D:\cygwin/bin  /usr/bin   system  binmode
D:\cygwin/lib  /usr/lib   system  binmode
.  /cygdrive  system  binmode,cygdrive

Found: D:\cygwin\bin\awk.exe
Found: D:\cygwin\bin\bash.exe
Found: D:\cygwin\bin\cat.exe
Found: D:\cygwin\bin\cp.exe
Found: D:\cygwin\bin\cpp.exe
Found: D:\cygwin\bin\find.exe
Found: D:\cygwin\bin\gcc.exe
Found: D:\cygwin\bin\gdb.exe
Found: D:\cygwin\bin\grep.exe
Found: D:\cygwin\bi

[ANNOUNCEMENT] Updated: mt-2.0.1-2

2003-09-02 Thread Corinna Vinschen
I've updated the version of mt to 2.0.1-2.

This mt now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com web page.  This downloads setup.exe to your system.

Run setup and answer all of the questions.

Note that if this is the first time that you've run the new GUI version
of setup, it will currently download the whole cygwin net release again.
After this point it will only download what is needed.

If you have questions or comments, please send them to the Cygwin
mailing list at:  [EMAIL PROTECTED] .  I would appreciate
if you would use this mailing list rather than emailing me directly.
This includes ideas and comments about the setup utility or Cygwin
in general.

If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe to the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



strings failing

2003-09-02 Thread Gerry Reno
Has anyone seen behavior like this:

  On Cygwin 1.3.18 I am seeing strange failures with trying to use
strings.  Strings does not seem able to see some files yet 'ls' shows
them, 'od -cx' shows them.  Also gcc has similar problem in that it is
reporting: no such file or directory on some compiles.

$strings /lib/libc.a
d:\mingw\bin\strings.exe: /lib/libc.a: No such file or directory
(This happens for any file in /lib)

$ls -l /lib/libc.a
-rwxrwxrwx1 Administ None   745742 Dec 25  2002 /lib/libc.a

$od -cx /lib/libc.a
000   !   <   a   r   c   h   >  \n   /
3c21 7261 6863 0a3e 202f 2020 2020 2020
020   1   0   4   0   8   4   8   7
2020 2020 2020 2020 3031 3034 3438 3738
040   4   1   0   0
3134 2020 2030 2020 2020 2030 2020 2020
060   0   3   3   7   0   4
2030 2020 2020 2020  3037 2034 2020
100   `  \n  \0  \0  \a 225  \0  \0 203 354  \0  \0 206 200
2020 0a60  9507  ec83  8086
120  \0  \0 211 300  \0  \0 211 300  \0  \0 214 216  \0  \0 214 216
 c089  c089  8e8c  8e8c
140  \0  \0 217   X  \0  \0 217   X  \0  \0 222   (  \0  \0 222   (
 588f  588f  2892  2892


Any ideas what may be causing strings to fail?

thx,
Gerry Reno


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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



[ANNOUNCEMENT] Updated: irc-20010101-3

2003-09-02 Thread Corinna Vinschen
I've updated the version of irc to 20010101-3.

This irc now uses the new capabilities and therefore requires
Cygwin 1.5.3 ff.

The package now adheres to the filesystem hirarchy standard (FHS).


To update your installation, click on the "Install Cygwin now" link on  
the http://sources.redhat.com/cygwin web page.  This downloads setup.exe
to your system.  The, run setup and answer all of the questions.

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

Note that we do not allow downloads from sources.redhat.com (aka
cygwin.com) due to bandwidth limitations.  This means that you will need
to find a mirror which has this update.  You might have to wait as much
as 24 hours to find a mirror with the updated version of cygwin on it.
Be patient.

If you have questions or comments, please send them to the Cygwin  
mailing list at: [EMAIL PROTECTED] .  I would appreciate it if you would
use this mailing list rather than emailing me directly.

If you want to make a point or ask a question, the Cygwin mailing list   
is the appropriate place.  This includes ideas and comments about the
setup utility or Cygwin in general.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

I implore you to READ this information before sending email about how
you "tried everything" to unsubscribe.  In 100% of the cases where 
people were unable to unsubscribe, the problem was that they hadn't  
actually read and comprehended the unsubscribe instructions.

If you need to unsubscribe from cygwin-announce or any other mailing
list, reading the instructions at the above URL is guaranteed to
provide you with the info that you need.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[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/



Re: [ANNOUNCEMENT] Updated: bash-2.05b-12

2003-09-02 Thread Igor Pechtchanski
On Tue, 2 Sep 2003, Corinna Vinschen wrote:

> I've updated the version of bash to 2.05b-12.
>
> This bash now uses the new capabilities and therefore requires
> Cygwin 1.5.3 ff.
>
> The package now adheres to the filesystem hirarchy standard (FHS).

Corinna,

There is a minor problem with the latest bash: it duplicates the last
literal character of the prompt or the last character of the entered
command upon redraw.  To duplicate, "export PS1='\[\033[32m\033[0m\]$'"
(you should see the prompt as '$$'), then enter any word and press ^L to
redraw (you should see the last character of that word duplicated, and
the prompt becomes '$').  If the last character of the prompt is not a
literal character (e.g., if you append '\[\]' to PS1) the last prompt
character duplication problem goes away, but the last character of the
command is still duplicated upon redraw.

I'm hoping it's something simple.  If you don't know right away what the
problem is, or can't replicate it, let me know and I'll provide more
debugging info.  I'm using cygwin-1.5.3-1 and bash-2.05b-12.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

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



[ANNOUNCEMENT] Updated Cygwin Package: postgresql-7.3.4-2

2003-09-02 Thread Jason Tishler
New News:
=== 
I have updated the version of PostgreSQL to 7.3.4-2.  The tarballs should
be available on a Cygwin mirror near you shortly.

Note this package was built against Cygwin 1.5.2-1 and cygipc 2.01-2.
Hence, it *is* an official 64-bit, Cygwin 1.5.x package.

Additionally, note cygipc 2.01-2 is now an official Cygwin package but
still marked "test".  Until cygipc 2.01-2 is marked current, you must
select "Exp" in the Cygwin setup.exe "Select Packages" dialog to install
this *required* package.

Old News:
=== 
PostgreSQL is an open-source, Object-Relational DBMS.  If interested,
see the PostgreSQL web site for more details:

http://www.postgresql.org/

Please read the README file:

/usr/doc/Cygwin/postgresql-7.3.4.README

since it covers requirements, installation, known issues, etc.

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

Note that we have recently stopped downloads from sources.redhat.com
(aka cygwin.com) due to bandwidth limitations.  This means that you will
need to find a mirror which has this update.

In the US,
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/
is a reliable high bandwidth connection.

In Germany,
ftp://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/mirrors/cygnus/
is usually pretty good.

In the UK,
http://programming.ccp14.ac.uk/ftp-mirror/programming/cygwin/pub/cygwin/
is usually up-to-date within 48 hours.

If one of the above doesn't have the latest version of this package
then you can either wait for the site to be updated or find another
mirror.

The setup.exe program will figure out what needs to be updated on your
system and will install newer packages automatically.

If you have questions or comments, please send them to the Cygwin
mailing list at: [EMAIL PROTECTED] .  I would appreciate if you would
use this mailing list rather than emailing me directly.  This includes
ideas and comments about the setup utility or Cygwin in general.

If you want to make a point or ask a question, the Cygwin mailing list
is the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6


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



[ANNOUNCEMENT] Updated Cygwin Package: proftpd-1.2.9rc1-3

2003-09-02 Thread Jason Tishler
New News:
=== 
I have updated the version of ProFTPD to 1.2.9rc1-3.  The tarballs
should be available on a Cygwin mirror near you shortly.

Note this package was built against Cygwin 1.5.2-1.  Hence, it *is* an
official 64-bit, Cygwin 1.5.x package.

Old News:
=== 
ProFTPD is an enhanced FTP server with a focus toward simplicity,
security, and ease of configuration. It features a very Apache-like
configuration syntax, and a highly customizable server infrastructure,
including support for multiple 'virtual' FTP servers, anonymous FTP, and
permission-based directory visibility.

See the ProFTPD home page for more details:

http://www.proftpd.org/

Please read the README file:

/usr/doc/Cygwin/proftpd-1.2.9rc1.README

since it covers requirements, installation, known issues, etc.

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

In the US,
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/
is a reliable high bandwidth connection.

In Germany,
ftp://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/mirrors/cygnus/
is usually pretty good.

In the UK,
http://programming.ccp14.ac.uk/ftp-mirror/programming/cygwin/pub/cygwin/
is usually up-to-date within 48 hours.

If one of the above doesn't have the latest version of this package
then you can either wait for the site to be updated or find another
mirror.

The setup.exe program will figure out what needs to be updated on your
system and will install newer packages automatically.

If you have questions or comments, please send them to the Cygwin
mailing list at: [EMAIL PROTECTED] .  I would appreciate if you would
use this mailing list rather than emailing me directly.  This includes
ideas and comments about the setup utility or Cygwin in general.

If you want to make a point or ask a question, the Cygwin mailing list
is the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

Jason


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



[ANNOUNCEMENT] Updated Cygwin Package: fetchmail-6.2.4-1

2003-09-02 Thread Jason Tishler
New News:
=== 
I have updated the version of fetchmail to 6.2.4-1.  The tarballs should
be available on a Cygwin mirror near you shortly.

Note this package was built against Cygwin 1.5.2-1.  Hence, it *is* an
official 64-bit, Cygwin 1.5.x package.

Old News:
=== 
Fetchmail is a remote mail retrieval and forwarding utility intended
for use over on-demand TCP/IP links, like SLIP or PPP connections.
Fetchmail supports every remote-mail protocol currently in use on the
Internet (POP2, POP3, RPOP, APOP, KPOP, all IMAPs, ESMTP ETRN, IPv6,
and IPSEC) for retrieval. Then Fetchmail forwards the mail through SMTP
so you can read it through your favorite mail client.

See the fetchmail home page for more details:

http://catb.org/~esr/fetchmail/

Please read the README file:

/usr/doc/Cygwin/fetchmail-6.2.4.README

since it covers requirements, installation, known issues, etc.

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

In the US,
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/
is a reliable high bandwidth connection.

In Germany,
ftp://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/mirrors/cygnus/
is usually pretty good.

In the UK,
http://programming.ccp14.ac.uk/ftp-mirror/programming/cygwin/pub/cygwin/
is usually up-to-date within 48 hours.

If one of the above doesn't have the latest version of this package
then you can either wait for the site to be updated or find another
mirror.

The setup.exe program will figure out what needs to be updated on your
system and will install newer packages automatically.

If you have questions or comments, please send them to the Cygwin
mailing list at: [EMAIL PROTECTED] .  I would appreciate if you would
use this mailing list rather than emailing me directly.  This includes
ideas and comments about the setup utility or Cygwin in general.

If you want to make a point or ask a question, the Cygwin mailing list
is the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6


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



[ANNOUNCEMENT] Updated Cygwin Package: rebase-2.2-3

2003-09-02 Thread Jason Tishler
New News:
=== 
I have updated the version of rebase to 2.2-3.  The tarballs should
be available on a Cygwin mirror near you shortly.

Note this package was built against Cygwin 1.5.2-1.  Hence, it *is* an
official 64-bit, Cygwin 1.5.x package.

Old News:
=== 

It is *strongly* recommended that users only use rebaseall unless they
*really* know what they are doing or are instructed by one of the Cygwin
developers.


The Cygwin rebase package contains two utilities, rebase and rebaseall.
The first utility is modeled after Microsoft's SDK rebase:

http://msdn.microsoft.com/library/en-us/tools/perfutil_2z39.asp

The rebaseall utility is a convenient way for users that suffer from the
Cygwin rebase problem to rebase their entire system (i.e., all of their
DLLs).

Note that rebaseall is only a stop-gap measure.  Eventually the rebase
functionality will be added to Cygwin's setup.exe, so that rebasing will
happen automatically.

Please read the README file:

/usr/doc/Cygwin/rebase-2.2.README

since it covers requirements, usage, known issues, etc.

I would like to thank Ralf Habacker for providing the imagehelper
library.  This library has enabled me to create a rebase utility that is
usable by all Cygwin user (regardless of platform) on all DLLs
(regardless of stripping).

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

In the US,
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/
is a reliable high bandwidth connection.

In Germany,
ftp://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/mirrors/cygnus/
is usually pretty good.

In the UK,
http://programming.ccp14.ac.uk/ftp-mirror/programming/cygwin/pub/cygwin/
is usually up-to-date within 48 hours.

If one of the above doesn't have the latest version of this package
then you can either wait for the site to be updated or find another
mirror.

The setup.exe program will figure out what needs to be updated on your
system and will install newer packages automatically.

If you have questions or comments, please send them to the Cygwin
mailing list at: [EMAIL PROTECTED] .  I would appreciate if you would
use this mailing list rather than emailing me directly.  This includes
ideas and comments about the setup utility or Cygwin in general.

If you want to make a point or ask a question, the Cygwin mailing list
is the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6


--
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: autoconf 2.54-1 writes dos files

2003-09-02 Thread Gerrit P. Haase
Hallo Sam,


>> the real information about your perl version is displayed via
>> `perl -V` (capital V):

> Characteristics of this binary (from libperl):
>   Compile-time options: MULTIPLICITY USE_64_BIT_INT USE_LARGE_FILES 
> PERL_IMPLICIT_CONTEXT
>   Built under cygwin
>   Compiled at Aug 29 2003 12:06:59
>   %ENV:
> PERLIO="raw"
> CYGWIN=""
>   @INC:
> /usr/lib/perl5/5.8.0/cygwin-multi-64int
> /usr/lib/perl5/5.8.0
> /usr/lib/perl5/site_perl/5.8.0/cygwin-multi-64int
> /usr/lib/perl5/site_perl/5.8.0
> /usr/lib/perl5/site_perl
> .

> following a recomendation on this list, I 'export PERLIO="raw"' in
> /etc/profile. 

But it shouldn't be neccessary to avoid CR/LF line endings.

You have exactly the 5.8.0-5 release.  Really interesting.

./myconfig
...
Characteristics of this binary (from libperl):
  Compile-time options: MULTIPLICITY USE_64_BIT_INT USE_LARGE_FILES 
PERL_IMPLICIT_CONTEXT
  Built under cygwin
  Compiled at Aug 29 2003 12:06:59
  %ENV:
CYGWIN="ntsec binmode tty nowinsymlinks"


I don't need to set PERLIO and get no CR/LF line endings.
Can you try if it makes a difference if you set CYGWIN in
your global environment like I do, though at least binmode
and ntsec are on by default?


Gerrit
-- 
=^..^=


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



[ANNOUNCEMENT] Updated Cygwin Package: procmail-3.22-8

2003-09-02 Thread Jason Tishler
New News:
=== 
I have updated the version of procmail to 3.22-8.  The tarballs should
be available on a Cygwin mirror near you shortly.

Note this package was built against Cygwin 1.5.2-1.  Hence, it *is* an
official 64-bit, Cygwin 1.5.x package.

Old News:
=== 
The procmail program is used by Red Hat Linux for all local mail
delivery. In addition to just delivering mail, procmail can be used
for automatic filtering, presorting, and other mail handling jobs.
Procmail is also the basis for the SmartList mailing list processor.

See the procmail home page for more details:

http://www.procmail.org/

Please read the README file:

/usr/doc/Cygwin/procmail-3.22.README

since it covers requirements, installation, known issues, etc.
To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

Standard News:
 
In the US,
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/
is a reliable high bandwidth connection.

In Germany,
ftp://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/mirrors/cygnus/
is usually pretty good.

In the UK,
http://programming.ccp14.ac.uk/ftp-mirror/programming/cygwin/pub/cygwin/
is usually up-to-date within 48 hours.

If one of the above doesn't have the latest version of this package
then you can either wait for the site to be updated or find another
mirror.

The setup.exe program will figure out what needs to be updated on your
system and will install newer packages automatically.

If you have questions or comments, please send them to the Cygwin
mailing list at: [EMAIL PROTECTED] .  I would appreciate if you would
use this mailing list rather than emailing me directly.  This includes
ideas and comments about the setup utility or Cygwin in general.

If you want to make a point or ask a question, the Cygwin mailing list
is the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

Jason


--
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: strings failing

2003-09-02 Thread Igor Pechtchanski
On Tue, 2 Sep 2003, Gerry Reno wrote:

> Has anyone seen behavior like this:
>
>   On Cygwin 1.3.18 I am seeing strange failures with trying to use
> strings.  Strings does not seem able to see some files yet 'ls' shows
> them, 'od -cx' shows them.  Also gcc has similar problem in that it is
> reporting: no such file or directory on some compiles.
>
> $strings /lib/libc.a
> d:\mingw\bin\strings.exe: /lib/libc.a: No such file or directory
  ^
> (This happens for any file in /lib)
>
> Any ideas what may be causing strings to fail?
> thx,
> Gerry Reno

You mean, aside from the fact that you aren't using Cygwin's "strings"?
MinGW programs aren't aware of Cygwin mounts.  I suspect you're using
MinGW gcc as well.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
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: strings failing

2003-09-02 Thread Gerry Reno
Igor,
  Of course.  I just started a new shell and things seem to be working
correctly now.  I must have changed some define that got things
confused.

thx,
Gerry Reno


--- Igor Pechtchanski <[EMAIL PROTECTED]> wrote:
> On Tue, 2 Sep 2003, Gerry Reno wrote:
> 
> > Has anyone seen behavior like this:
> >
> >   On Cygwin 1.3.18 I am seeing strange failures with trying to use
> > strings.  Strings does not seem able to see some files yet 'ls'
> shows
> > them, 'od -cx' shows them.  Also gcc has similar problem in that it
> is
> > reporting: no such file or directory on some compiles.
> >
> > $strings /lib/libc.a
> > d:\mingw\bin\strings.exe: /lib/libc.a: No such file or directory
>   ^
> > (This happens for any file in /lib)
> >
> > Any ideas what may be causing strings to fail?
> > thx,
> > Gerry Reno
> 
> You mean, aside from the fact that you aren't using Cygwin's
> "strings"?
> MinGW programs aren't aware of Cygwin mounts.  I suspect you're using
> MinGW gcc as well.
>   Igor
> -- 
>   http://cs.nyu.edu/~pechtcha/
>   |\  _,,,---,,_  [EMAIL PROTECTED]
> ZZZzz /,`.-'`'-.  ;-;;,_  [EMAIL PROTECTED]
>  |,4-  ) )-,_. ,\ (  `'-' Igor Pechtchanski, Ph.D.
> '---''(_/--'  `-'\_) fL   a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!
> 
> "I have since come to realize that being between your mentor and his
> route
> to the bathroom is a major career booster."  -- Patrick Naughton


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

--
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: suggestion for postgresql doc

2003-09-02 Thread Markus Hoenicka
Hi Jason,

Jason Tishler writes:
 > What did you set the /var/log permissions to?  Do the /tmp and /usr/bin
 > comments above refer to Issue #2 and #4 in the following?
 > 
 > http://www.tishler.net/jason/software/postgresql/postgresql-7.3.4.README
 > 

I think I've used chmod a+rw (there might be a more secure way to deal
with this issue, though). I'm on vacation and my Cygwin setup is
at work so I have to apologize that I can't check right now. The
original permissions were from a fresh Cygwin installation that I
did in the last week of August. When using the original permissions,
postmaster refused to start with no trace of a log file which appears
a bit obscure to the unsuspecting user.

The /tmp and /usr/bin permission comments indeed refer to issue #4 in
your documentation. I had to change these as suggested, otherwise
initdb would return an error.

Hope this helps

Markus

-- 
Markus Hoenicka
[EMAIL PROTECTED]
(Spam-protected email: replace the quadrupeds with "mhoenicka")
http://www.mhoenicka.de


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



  1   2   >