Re: [RFU] bzr 0.91-1

2007-09-28 Thread Jari Aalto
* Fri 2007-09-28 Corinna Vinschen corinna-cygwin-rDBXBDvO6BXQT0dZR+AlfA AT 
public.gmane.org
* Message-Id: 20070928113737.GO15008 AT calimero.vinschen.de
 On Sep 28 14:34, Jari Aalto wrote:

   wget\
 http://cygwin.cante.net/bzr/setup.hint \
 http://cygwin.cante.net/bzr/bzr-0.91-1-src.tar.bz2 \
 http://cygwin.cante.net/bzr/bzr-0.91-1.tar.bz2 \

 11:36:47 ERROR 403: Forbidden.

Needed reboot. Try now.

Jari


[RFU] bzr 0.91-1

2007-09-28 Thread Jari Aalto

New upstream release. The version numbering jumped directly from 0.18 to
0.91 to anticipate upcoming 1.0 release.

Jari

  wget\
http://cygwin.cante.net/bzr/setup.hint \
http://cygwin.cante.net/bzr/bzr-0.91-1-src.tar.bz2 \
http://cygwin.cante.net/bzr/bzr-0.91-1.tar.bz2 \

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Re: [RFU] bzr 0.91-1

2007-09-28 Thread Corinna Vinschen
On Sep 28 14:34, Jari Aalto wrote:
   wget\
 http://cygwin.cante.net/bzr/setup.hint \
 http://cygwin.cante.net/bzr/bzr-0.91-1-src.tar.bz2 \
 http://cygwin.cante.net/bzr/bzr-0.91-1.tar.bz2 \

--11:36:46--  http://cygwin.cante.net/bzr/setup.hint
   = `setup.hint'
Resolving cygwin.cante.net... 81.197.175.198
Connecting to cygwin.cante.net|81.197.175.198|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
11:36:47 ERROR 403: Forbidden.
[...]


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [ITP] bsfilter 1.0.15 -- Bayesian spam filter with Japanese support

2007-09-28 Thread Corinna Vinschen
On Sep 20 21:53, Jari Aalto wrote:
   wget\
 http://cygwin.cante.net/bsfilter/setup.hint \
 http://cygwin.cante.net/bsfilter/bsfilter-1.0.15-1-src.tar.bz2 \
 http://cygwin.cante.net/bsfilter/bsfilter-1.0.15-1.tar.bz2 \

--11:38:47--  http://cygwin.cante.net/bsfilter/bsfilter-1.0.15-1-src.tar.bz2
   = `bsfilter/bsfilter-1.0.15-1-src.tar.bz2'
Reusing existing connection to cygwin.cante.net:80.
HTTP request sent, awaiting response... 403 Forbidden
11:38:48 ERROR 403: Forbidden.
[...]


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [ITP] bsfilter 1.0.15 -- Bayesian spam filter with Japanese support

2007-09-28 Thread Corinna Vinschen
On Sep 20 21:53, Jari Aalto wrote:
 * Thu 2007-09-20 Dr Dr Dr.Volker.Zell-QHcLZuEGTsvQT0dZR+AlfA AT 
 public.gmane.org
 * Message-Id: 82tzppd65u.fsf AT vzell-de.de.oracle.com
  /usr/bin/install -m 755 -d /usr/bin
  /usr/bin/install -m 755bsfilter/bsfilter /usr/bin
 
 Sorry about that. Now fixed.
 
   wget\
 http://cygwin.cante.net/bsfilter/setup.hint \
 http://cygwin.cante.net/bsfilter/bsfilter-1.0.15-1-src.tar.bz2 \
 http://cygwin.cante.net/bsfilter/bsfilter-1.0.15-1.tar.bz2 \

Uploaded.  Please announce.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [RFU] bzr 0.91-1

2007-09-28 Thread Corinna Vinschen
On Sep 28 17:26, Jari Aalto wrote:
wget\
  http://cygwin.cante.net/bzr/setup.hint \
  http://cygwin.cante.net/bzr/bzr-0.91-1-src.tar.bz2 \
  http://cygwin.cante.net/bzr/bzr-0.91-1.tar.bz2 \

Uploaded.  I removed 0.7-1 and 0.8.2-1, keeping 0.18-1 as prev.
Please announce.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Problems building applications as user with a limited account

2007-09-28 Thread Angelo Graziosi

Hi guys,
I have done a fresh installation of Cygwin on a new PC observing the
following.

Usually I have the habit to build Emacs from CVS. Now I have tried to do
the same as an user with limited account (of the group Users), but
configure fails in this way:

-
...
checking for long file names... yes
checking for X... no==
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
checking for X... true  ==
configure: error: You seem to be running X, but no X development libraries
were found.  You should install the relevant development files for X
and for the toolkit you want, such as Gtk+, Lesstif or Motif.  Also make
sure you have development files for image handling, i.e.
tiff, gif, jpeg, png and xpm.
If you are sure you want Emacs compiled without X window support, pass
  --without-x
to configure.
---


Obviously I have all the X packages installed (I have almost ALL Cygwin
installed).


Repeating the same things as an user with admnistrative account (of the
group Administrators), configure works fine and the build continue untill
the end:

---
...
checking for long file names... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
checking for malloc_get_state... no
checking for malloc_set_state... no
checking whether __after_morecore_hook exists... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
...
Configured for `i686-pc-cygwin'.

  Where should the build process find the source code?
/tmp/emacs.tmp/emacs
  What operating system and machine description files should Emacs use?
`s/cygwin.h' and `m/intel386.h'
  What compiler should emacs be built with?   gcc -g -O2
-Wno-pointer-sign
  Should Emacs use the GNU version of malloc? yes
  Should Emacs use a relocating allocator for buffers?yes
  Should Emacs use mmap(2) for buffer allocation? no
  What window system should Emacs use?x11
  What toolkit should Emacs use?  LUCID
  Where do we find X Windows header files?
/usr/X11R6/include
  Where do we find X Windows libraries?   /usr/X11R6/lib
  Does Emacs use -lXaw3d? yes
  Does Emacs use -lXpm?   yes
  Does Emacs use -ljpeg?  yes
  Does Emacs use -ltiff?  yes
  Does Emacs use a gif library?   yes -lungif
  Does Emacs use -lpng?   yes
  Does Emacs use -lrsvg-2?no
  Does Emacs use -lgpm?   no
  Does Emacs use X toolkit scroll bars?   yes
...
---


Any idea ?


TIA,

   Angelo.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Problems building applications as user with a limited account

2007-09-28 Thread d.henman

Angelo, 
   Darel here.  Try adding--x-includes=/usr/X11R6/include/X11
   to your configure arguments.
   The X11 dev. include files are there in the include/X11 directory
   The library binaries look like they'll be found as is.

Regards,
  Darel Henman

---

Angelo Graziosi [EMAIL PROTECTED] wrote:
 
 Hi guys,
 I have done a fresh installation of Cygwin on a new PC observing the
 following.
 
 Usually I have the habit to build Emacs from CVS. Now I have tried to do
 the same as an user with limited account (of the group Users), but
 configure fails in this way:
 
 -
 ...
 checking for long file names... yes
 checking for X... no==
 checking Carbon/Carbon.h usability... no
 checking Carbon/Carbon.h presence... no
 checking for Carbon/Carbon.h... no
 checking for X... true  ==
 configure: error: You seem to be running X, but no X development libraries
 were found.  You should install the relevant development files for X
 and for the toolkit you want, such as Gtk+, Lesstif or Motif.  Also make
 sure you have development files for image handling, i.e.
 tiff, gif, jpeg, png and xpm.
 If you are sure you want Emacs compiled without X window support, pass
   --without-x
 to configure.
 ---
 
 
 Obviously I have all the X packages installed (I have almost ALL Cygwin
 installed).
 
 
 Repeating the same things as an user with admnistrative account (of the
 group Administrators), configure works fine and the build continue untill
 the end:
 
 ---
 ...
 checking for long file names... yes
 checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
 checking Carbon/Carbon.h usability... no
 checking Carbon/Carbon.h presence... no
 checking for Carbon/Carbon.h... no
 checking for malloc_get_state... no
 checking for malloc_set_state... no
 checking whether __after_morecore_hook exists... no
 checking for stdlib.h... (cached) yes
 checking for unistd.h... (cached) yes
 ...
 Configured for `i686-pc-cygwin'.
 
   Where should the build process find the source code?
 /tmp/emacs.tmp/emacs
   What operating system and machine description files should Emacs use?
 `s/cygwin.h' and `m/intel386.h'
   What compiler should emacs be built with?   gcc -g -O2
 -Wno-pointer-sign
   Should Emacs use the GNU version of malloc? yes
   Should Emacs use a relocating allocator for buffers?yes
   Should Emacs use mmap(2) for buffer allocation? no
   What window system should Emacs use?x11
   What toolkit should Emacs use?  LUCID
   Where do we find X Windows header files?
 /usr/X11R6/include
   Where do we find X Windows libraries?   /usr/X11R6/lib
   Does Emacs use -lXaw3d? yes
   Does Emacs use -lXpm?   yes
   Does Emacs use -ljpeg?  yes
   Does Emacs use -ltiff?  yes
   Does Emacs use a gif library?   yes -lungif
   Does Emacs use -lpng?   yes
   Does Emacs use -lrsvg-2?no
   Does Emacs use -lgpm?   no
   Does Emacs use X toolkit scroll bars?   yes
 ...
 ---
 
 
 Any idea ?
 
 
 TIA,
 
Angelo.
 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: llrint implementation in Cygwin

2007-09-28 Thread Igor Peshansky
On Fri, 28 Sep 2007, Diego Biurrun wrote:

 Tim Prince wrote:
  Diego Biurrun wrote:
 
   I have noticed that Cygwin does not implement llrint.  However,
   llrint is part of C99 and not having it available makes some
   applications (for example MPlayer and FFmpeg) fail to compile.
  
   Are there any plans to implement llrint (in the near future)?
 
  Perhaps if you would submit a patch to newlib, something may happen.

 Telling me what newlib is would greatly help in this regard :-)

Newlib is the library that Cygwin uses for some standard functions (math
and otherwise).

(The only way to interpret this question is what is the connection
between newlib and Cygwin, as a quick Google would have pointed you to
the newlib webpage).

  It's not difficult to back-port stand-alone from recent gcc if you
  don't want to wait for cygwin to include a gcc upgrade, about which
  there have been plenty of threads here.

 Do I understand correctly that Cygwin will provide llrint with the next
 gcc upgrade?

Yes, but it won't happen for a while.

 I understand that adding llrint to Cygwin is probably not hard at all
 for somebody familiar with Cygwin.  However, I am not such a person and
 I don't even have a Windows environment around to test any modifications
 I might make.

 We are about to make an MPlayer release and unfortunately it will not
 compile on Cygwin due to the missing llrint.  I would appreciate to know
 if this is going to get addressed so that I can put an appropriate
 comment in the release notes.

What's wrong with adding llrint to your code (perhaps with a #define,
i.e.,

#define llrint my_llrint
typeof(llrint) my_llrint(...) { ... }

)?
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED] | [EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_Igor Peshansky, Ph.D. (name changed!)
 |,4-  ) )-,_. ,\ (  `'-'   old name: Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Belief can be manipulated.  Only knowledge is dangerous.  -- Frank Herbert

--
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: llrint implementation in Cygwin

2007-09-28 Thread Warren Young

Diego Biurrun wrote:

Perhaps if you would submit a patch to newlib, something may happen.


Telling me what newlib is would greatly help in this regard :-)


The first Google result for 'newlib' is:

http://sourceware.org/newlib/

--
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: llrint implementation in Cygwin

2007-09-28 Thread Diego Biurrun

Tim Prince wrote:

Diego Biurrun wrote:


I have noticed that Cygwin does not implement llrint.  However, llrint
is part of C99 and not having it available makes some applications (for
example MPlayer and FFmpeg) fail to compile.

Are there any plans to implement llrint (in the near future)?


Perhaps if you would submit a patch to newlib, something may happen.


Telling me what newlib is would greatly help in this regard :-)


It's not difficult to back-port stand-alone from recent gcc if you don't
want to wait for cygwin to include a gcc upgrade, about which there have
been plenty of threads here.


Do I understand correctly that Cygwin will provide llrint with the next 
gcc upgrade?


I understand that adding llrint to Cygwin is probably not hard at all 
for somebody familiar with Cygwin.  However, I am not such a person and 
I don't even have a Windows environment around to test any modifications 
I might make.


We are about to make an MPlayer release and unfortunately it will not 
compile on Cygwin due to the missing llrint.  I would appreciate to know 
if this is going to get addressed so that I can put an appropriate 
comment in the release notes.


TIA

Diego


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



Problems building applications as user with a limited account

2007-09-28 Thread Angelo Graziosi

Hi guys,
I have done a fresh installation of Cygwin on a new PC observing the
following.

Usually I have the habit to build Emacs from CVS. Now I have tried to do
the same as an user with limited account (of the group Users), but
configure fails in this way:

-
...
checking for long file names... yes
checking for X... no==
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
checking for X... true  ==
configure: error: You seem to be running X, but no X development libraries
were found.  You should install the relevant development files for X
and for the toolkit you want, such as Gtk+, Lesstif or Motif.  Also make
sure you have development files for image handling, i.e.
tiff, gif, jpeg, png and xpm.
If you are sure you want Emacs compiled without X window support, pass
  --without-x
to configure.
---


Obviously I have all the X packages installed (I have almost ALL Cygwin
installed).


Repeating the same things as an user with admnistrative account (of the
group Administrators), configure works fine and the build continue untill
the end:

---
...
checking for long file names... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
checking for malloc_get_state... no
checking for malloc_set_state... no
checking whether __after_morecore_hook exists... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
...
Configured for `i686-pc-cygwin'.

  Where should the build process find the source code?
/tmp/emacs.tmp/emacs
  What operating system and machine description files should Emacs use?
`s/cygwin.h' and `m/intel386.h'
  What compiler should emacs be built with?   gcc -g -O2
-Wno-pointer-sign
  Should Emacs use the GNU version of malloc? yes
  Should Emacs use a relocating allocator for buffers?yes
  Should Emacs use mmap(2) for buffer allocation? no
  What window system should Emacs use?x11
  What toolkit should Emacs use?  LUCID
  Where do we find X Windows header files?
/usr/X11R6/include
  Where do we find X Windows libraries?   /usr/X11R6/lib
  Does Emacs use -lXaw3d? yes
  Does Emacs use -lXpm?   yes
  Does Emacs use -ljpeg?  yes
  Does Emacs use -ltiff?  yes
  Does Emacs use a gif library?   yes -lungif
  Does Emacs use -lpng?   yes
  Does Emacs use -lrsvg-2?no
  Does Emacs use -lgpm?   no
  Does Emacs use X toolkit scroll bars?   yes
...
---


Any idea ?


TIA,

   Angelo.


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



ssh connection from a linux box is extremely slow

2007-09-28 Thread Kevin Kempter
Hi List;

I looked at the archives and google's this issue with no success.  I've setup 
winXP with Cygwin and installed the ssh-server.

With the ssh service running I can connect from an external box via ssh but 
the connection takes at least 30seconds before I get a password prompt, and 
in some cases takes over a minute.

Thanks in advance for any help, thoughts, comments, etc...


 

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



cvs pserver 2401 issue. Server seems dying when cvs client is connecting.

2007-09-28 Thread Veerendra Shukla
I have installed cygwin cvs with default settings.
I can peform cvs operations on cywin prompt.

I could not able to see 2401 in port listing provided
by netstat -na command.

Now I did some changes in /etc/inetd.conf,
/etc/services file and created cvspserver file in
/etc/xinetd.d. This is as per cvs.info-1 file in
cygwin shared doc for cvs.

Now I can see below in netstat -na command:
TCP0.0.0.0:2401   0.0.0.0:0 
LISTENING

It seems like it is ready for accepting request for
cvs client.

When I try to connect with cvs login, I am getting
following error:

$ cvs -d
:pserver:[EMAIL PROTECTED]:/usr/local/cvsrepos
login
Logging in to
:pserver:[EMAIL PROTECTED]:2401/usr/local/cvsrepos
CVS password:
cvs [login aborted]: reading from server: Software
caused connection abort


When I try to login with wincvs:
cvs -d
:pserver:[EMAIL PROTECTED]:/usr/local/cvsrepos
login 
Logging in to
:pserver:[EMAIL PROTECTED]:2401:/usr/local/cvsrepos
cvs [login aborted]: Error reading from server
localhost: -1: Unknown error

* CVS exited normally with code 1 *
The wincvs connection crashes the port 2401 sevices on
cygwin

Please let me know how to resolve this issue so that
cvsclient can start connecting the cywin cvs.



   

Got a little couch potato? 
Check out fun summer activities for kids.
http://search.yahoo.com/search?fr=oni_on_mailp=summer+activities+for+kidscs=bz
 

--
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: ssh connection from a linux box is extremely slow

2007-09-28 Thread Steve Holden

Kevin Kempter wrote:

Hi List;

I looked at the archives and google's this issue with no success.  I've setup 
winXP with Cygwin and installed the ssh-server.


With the ssh service running I can connect from an external box via ssh but 
the connection takes at least 30seconds before I get a password prompt, and 
in some cases takes over a minute.


Thanks in advance for any help, thoughts, comments, etc...


 

This kind of delay is most often associated with failed reverse DNS 
lookups (attempts to resolve an IP address to a name). Wireshark (nee 
Ethereal) will show the DNS traffic if this is the case.


Typically the client wants to display the server's name where it can, 
instead of its IP address. The simplest way to address this is to put a 
server entry in the client's /etc/hosts (or Windows equivalent).


More generally, perhaps something like the following might work:

  # echo 'UseDNS no'  /etc/ssh/sshd_config
  # /etc/init.d/sshd restart

Hope this helps.

regards
 Steve
--
Steve Holden+1 571 484 6266   +1 800 494 3119
Holden Web LLC/Ltd   http://www.holdenweb.com
Skype: holdenweb  http://del.icio.us/steve.holden

Sorry, the dog ate my .sigline


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



sshd message: Could not write ident string

2007-09-28 Thread Matt Seitz \(matseitz\)
I noticed the following message in my event log.  Can someone give me
more details on what it means?

Event Type: Information
Event Source:   sshd
Event Category: None
Event ID:   0
Date:   9/28/2007
Time:   7:17:06 AM
User:   NT AUTHORITY\SYSTEM
Computer:   MATSEITZ-WXP02
Description:
The description for Event ID ( 0 ) in Source ( sshd ) cannot be found.
The local computer may not have the necessary registry information or
message DLL files to display messages from a remote computer. You may be
able to use the /AUXSOURCE= flag to retrieve this description; see Help
and Support for details. The following information is part of the event:
sshd: PID 5396: Could not write ident string to [IP address removed].



--
Matt Seitz
Manager, File System Virtualization
Cisco Systems, Inc.
.:|:.:|:. 


cygcheck.out
Description: cygcheck.out
--
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 pserver 2401 issue. Server seems dying when cvs client is connecting.

2007-09-28 Thread Veerendra Shukla
Now the crash problem or connection refuded problem is
resoved.

I did change the root to veerendra_shukla
and PATH to /etc/passwd

Now I am getting :

$ cvs -d
:pserver:[EMAIL PROTECTED]:/usr/local/cvsrepos/
login
Logging in to
:pserver:[EMAIL PROTECTED]:2401/usr/local/cvsrepos
CVS password:
cvs login: authorization failed: server localhost
rejected access to /usr/local/cvsrepos for user
veerendra_shukla

Please suggest me how to resolve this issue.
--- Veerendra Shukla [EMAIL PROTECTED] wrote:

 I have installed cygwin cvs with default settings.
 I can peform cvs operations on cywin prompt.
 
 I could not able to see 2401 in port listing
 provided
 by netstat -na command.
 
 Now I did some changes in /etc/inetd.conf,
 /etc/services file and created cvspserver file in
 /etc/xinetd.d. This is as per cvs.info-1 file in
 cygwin shared doc for cvs.
 
 Now I can see below in netstat -na command:
 TCP0.0.0.0:2401   0.0.0.0:0 
 LISTENING
 
 It seems like it is ready for accepting request for
 cvs client.
 
 When I try to connect with cvs login, I am getting
 following error:
 
 $ cvs -d

:pserver:[EMAIL PROTECTED]:/usr/local/cvsrepos
 login
 Logging in to

:pserver:[EMAIL PROTECTED]:2401/usr/local/cvsrepos
 CVS password:
 cvs [login aborted]: reading from server: Software
 caused connection abort
 
 
 When I try to login with wincvs:
 cvs -d

:pserver:[EMAIL PROTECTED]:/usr/local/cvsrepos
 login 
 Logging in to

:pserver:[EMAIL PROTECTED]:2401:/usr/local/cvsrepos
 cvs [login aborted]: Error reading from server
 localhost: -1: Unknown error
 
 * CVS exited normally with code 1 *
 The wincvs connection crashes the port 2401 sevices
 on
 cygwin
 
 Please let me know how to resolve this issue so that
 cvsclient can start connecting the cywin cvs.
 
 
 



 Got a little couch potato? 
 Check out fun summer activities for kids.

http://search.yahoo.com/search?fr=oni_on_mailp=summer+activities+for+kidscs=bz
 
 
 --
 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/
 
 



   

Be a better Globetrotter. Get better travel answers from someone who knows. 
Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=listsid=396545469

--
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 pserver 2401 issue. Server seems dying when cvs client is connecting.

2007-09-28 Thread Veerendra Shukla
I resolved the issue after adding passwd file with
user name:passord entry in the $CVSROOT/CVSROOT
folder.

The cvs login from wincvs or on the cygwin prompt
works great.


--- Veerendra Shukla [EMAIL PROTECTED] wrote:

 addional information:
 I used starting xinet.d instead of inetd.
 
 That resolved the crash problem/connection resfused
 problem
 
 But it is rejecting the login. Don't know why.
 
 
 --- Veerendra Shukla [EMAIL PROTECTED] wrote:
 
  Now the crash problem or connection refuded
 problem
  is
  resoved.
  
  I did change the root to veerendra_shukla
  and PATH to /etc/passwd
  
  Now I am getting :
  
  $ cvs -d
 

:pserver:[EMAIL PROTECTED]:/usr/local/cvsrepos/
  login
  Logging in to
 

:pserver:[EMAIL PROTECTED]:2401/usr/local/cvsrepos
  CVS password:
  cvs login: authorization failed: server localhost
  rejected access to /usr/local/cvsrepos for user
  veerendra_shukla
  
  Please suggest me how to resolve this issue.
  --- Veerendra Shukla [EMAIL PROTECTED] wrote:
  
   I have installed cygwin cvs with default
 settings.
   I can peform cvs operations on cywin prompt.
   
   I could not able to see 2401 in port listing
   provided
   by netstat -na command.
   
   Now I did some changes in /etc/inetd.conf,
   /etc/services file and created cvspserver file
 in
   /etc/xinetd.d. This is as per cvs.info-1 file in
   cygwin shared doc for cvs.
   
   Now I can see below in netstat -na command:
   TCP0.0.0.0:2401   0.0.0.0:0 
  
   
   LISTENING
   
   It seems like it is ready for accepting request
  for
   cvs client.
   
   When I try to connect with cvs login, I am
 getting
   following error:
   
   $ cvs -d
  
 

:pserver:[EMAIL PROTECTED]:/usr/local/cvsrepos
   login
   Logging in to
  
 

:pserver:[EMAIL PROTECTED]:2401/usr/local/cvsrepos
   CVS password:
   cvs [login aborted]: reading from server:
 Software
   caused connection abort
   
   
   When I try to login with wincvs:
   cvs -d
  
 

:pserver:[EMAIL PROTECTED]:/usr/local/cvsrepos
   login 
   Logging in to
  
 

:pserver:[EMAIL PROTECTED]:2401:/usr/local/cvsrepos
   cvs [login aborted]: Error reading from server
   localhost: -1: Unknown error
   
   * CVS exited normally with code 1 *
   The wincvs connection crashes the port 2401
  sevices
   on
   cygwin
   
   Please let me know how to resolve this issue so
  that
   cvsclient can start connecting the cywin cvs.
   
   
   
  
  
 


   Got a little couch potato? 
   Check out fun summer activities for kids.
  
 

http://search.yahoo.com/search?fr=oni_on_mailp=summer+activities+for+kidscs=bz
   
   
   --
   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/
   
   
  
  
  
 
 


  Be a better Globetrotter. Get better travel
 answers
  from someone who knows. Yahoo! Answers - Check it
  out.
 

http://answers.yahoo.com/dir/?link=listsid=396545469
  
  --
  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/
  
  
 
 
 



 Be a better Globetrotter. Get better travel answers
 from someone who knows. Yahoo! Answers - Check it
 out.

http://answers.yahoo.com/dir/?link=listsid=396545469
 



   

Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC

--
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 message: Could not write ident string

2007-09-28 Thread René Berber
Matt Seitz (matseitz) wrote:

 I noticed the following message in my event log.  Can someone give me
 more details on what it means?
[snip]
 sshd: PID 5396: Could not write ident string to [IP address removed].

It means somebody (from the IP address) used a port scanner and hit your port 22
(or whatever sshd is listening).  Nothing to worry.
-- 
René Berber


--
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 building applications as user with a limited account

2007-09-28 Thread d.henman

Angelo, 
   Darel here.  Try adding--x-includes=/usr/X11R6/include/X11
   to your configure arguments.
   The X11 dev. include files are there in the include/X11 directory
   The library binaries look like they'll be found as is.

Regards,
  Darel Henman

---

Angelo Graziosi [EMAIL PROTECTED] wrote:
 
 Hi guys,
 I have done a fresh installation of Cygwin on a new PC observing the
 following.
 
 Usually I have the habit to build Emacs from CVS. Now I have tried to do
 the same as an user with limited account (of the group Users), but
 configure fails in this way:
 
 -
 ...
 checking for long file names... yes
 checking for X... no==
 checking Carbon/Carbon.h usability... no
 checking Carbon/Carbon.h presence... no
 checking for Carbon/Carbon.h... no
 checking for X... true  ==
 configure: error: You seem to be running X, but no X development libraries
 were found.  You should install the relevant development files for X
 and for the toolkit you want, such as Gtk+, Lesstif or Motif.  Also make
 sure you have development files for image handling, i.e.
 tiff, gif, jpeg, png and xpm.
 If you are sure you want Emacs compiled without X window support, pass
   --without-x
 to configure.
 ---
 
 
 Obviously I have all the X packages installed (I have almost ALL Cygwin
 installed).
 
 
 Repeating the same things as an user with admnistrative account (of the
 group Administrators), configure works fine and the build continue untill
 the end:
 
 ---
 ...
 checking for long file names... yes
 checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
 checking Carbon/Carbon.h usability... no
 checking Carbon/Carbon.h presence... no
 checking for Carbon/Carbon.h... no
 checking for malloc_get_state... no
 checking for malloc_set_state... no
 checking whether __after_morecore_hook exists... no
 checking for stdlib.h... (cached) yes
 checking for unistd.h... (cached) yes
 ...
 Configured for `i686-pc-cygwin'.
 
   Where should the build process find the source code?
 /tmp/emacs.tmp/emacs
   What operating system and machine description files should Emacs use?
 `s/cygwin.h' and `m/intel386.h'
   What compiler should emacs be built with?   gcc -g -O2
 -Wno-pointer-sign
   Should Emacs use the GNU version of malloc? yes
   Should Emacs use a relocating allocator for buffers?yes
   Should Emacs use mmap(2) for buffer allocation? no
   What window system should Emacs use?x11
   What toolkit should Emacs use?  LUCID
   Where do we find X Windows header files?
 /usr/X11R6/include
   Where do we find X Windows libraries?   /usr/X11R6/lib
   Does Emacs use -lXaw3d? yes
   Does Emacs use -lXpm?   yes
   Does Emacs use -ljpeg?  yes
   Does Emacs use -ltiff?  yes
   Does Emacs use a gif library?   yes -lungif
   Does Emacs use -lpng?   yes
   Does Emacs use -lrsvg-2?no
   Does Emacs use -lgpm?   no
   Does Emacs use X toolkit scroll bars?   yes
 ...
 ---
 
 
 Any idea ?
 
 
 TIA,
 
Angelo.
 

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



cron not running jobs, no errors

2007-09-28 Thread Alexfed

I installed cygwin on a windows 2003 Server. I installed cron and started the
cron service with no errors. I ssued the following commands to install and
run cron.
cygrunsrv -I cron -p /usr/sbin/cron -a -D
cygrunsrv -S cron

ps -ef | grep cron shows me that cron daemon is running. 
  SYSTEM13763568   ?  16:03:03 /usr/sbin/cron
/var/log/cron.log is empty

crontab -l
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.7PA6kDrlJe installed on Fri Sep 28 18:02:18 2007)
# (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp
$)
04 * * * * sh /home/Administrator/dba/hot_backup_smps.sh 
/home/Administrator
hot_backup.log

Any help would be appreciated.
-- 
View this message in context: 
http://www.nabble.com/cron-not-running-jobs%2C-no-errors-tf4537630.html#a12950946
Sent from the Cygwin Users mailing list archive at Nabble.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: cron not running jobs, no errors

2007-09-28 Thread Brian Dessent
Alexfed wrote:

 cron service with no errors. I ssued the following commands to install and
 run cron.
 cygrunsrv -I cron -p /usr/sbin/cron -a -D
 cygrunsrv -S cron

Why?  That is not how you install the cron service.  There is much more
to be done, in fact there is a cron-config script provided (that is
nearly 900 lines of shell code) to do all the various tasks. 
Specifically, on windows 2003 you must create a special service account
and give it extra privileges as the SYSTEM account cannot change uids.

So erase this broken service and run cron-config instead.  If that still
fails then run cron_diagnose.sh and attach its results.

Brian

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: cron not running jobs, no errors

2007-09-28 Thread René Berber
Alexfed wrote:

 I installed cygwin on a windows 2003 Server. I installed cron and started the
 cron service with no errors. I ssued the following commands to install and
 run cron.
 cygrunsrv -I cron -p /usr/sbin/cron -a -D

Wrong parameters, read /usr/share/doc/Cygwin/cron-4.1-5.README.

[snip]
-- 
René Berber


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



Updated: bzr 0.91-1 -- Next-generation distributed version control

2007-09-28 Thread Jari Aalto
PACKAGE DESCRIPTION
===

Home page: http://bazaar-vcs.org/
License  : GPL

Distributed version control system that is powerful, friendly, and
scalable implemented in Python.

- Just one .bzr directory at the top of the tree; it doesn't clutter
  the tree or get in your face. No wierd ++file--names--0.
- The user interface is simple and familiar to people with experience
  from CVS or Subversion: add, mv, diff, status, commit, log, merge, etc
  all do what you would expect.
- Offers a choice between centralized and decentralized work within a
  single project: when in the office, you can work on a shared central
  branch. For experimental changes or offline work you can make a branch
  on your laptop and merge back in later.
- Preserves history; any previous revision can be recreated. History
  can be GPG-signed to protect against man-in-the-middle attacks, bad
  mirrors, server intrusion or data corruption.

CHANGES SINCE LAST RELEASE
==

http://bazaar-vcs.org/news

INSTALL OR UPGRADE NOTES


Upgrade existing branches to new format with command 'bzr upgrade'.

CYGWIN INSTALLATION INFORMATION
===

To install this package, 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. You'll find
the package listed in the All category. After installation, read the
documentation at directories:

/usr/share/doc/package-version/*
/usr/share/doc/Cygwin/package-version.README

If you have questions or comments, please send them to the Cygwin
mailing list at cygwin AT cygwin.com.

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO


This message has been sent to cygwin-announce list.

If you want to unsubscribe from the 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:

cygwin-announce-unsubscribe-you=yourdomain.com AT cygwin.com

More information on unsubscribing can be found:

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

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

-- 
Welcome to FOSS revolution: we fix and modify until it shines