Re: [PATCH] Stop automatic dependency selection on setup.exe chooser screen

2010-08-05 Thread Corinna Vinschen
On Jul 31 21:44, Andy Koppe wrote:
 On 26 July 2010 09:41, Corinna Vinschen wrote:
  Is the above The following packages are required to
  satisfy dependencies of your selection. ok?  I'm wondering if it's
  a bit too wordy, but I admit I have no better way to say this.
 
 How about this?
 
 ==
 Unmet Dependencies Found [in bold]
 The following packages are required to meet dependencies.

I would prefer satisfy instead of meet.  But it doesn't matter.
Just go ahead.


Thanks,
Corinna

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


Packaging of libraries

2010-08-05 Thread Chris Sutcliffe
I'm working on packaging rtorrent for Cygwin.  To that end it requires
libtorrent and libsigc++.  My question is, for libtorrent and
libsigc++, I need to split the dll and the developer packages
(obviously), but do I also need to split the devel package and
separate out the documentation?

For example, I'm thinking:

libsigc++-2.2.8-1.tar.bz2 (DLL)
libsigc++-2.2.8-1-devel.tar.bz2 (headers, import libraries)
libsigc++-2.2.8-1-src.tar.bz2 (source)
libsigc++-2.2.8-1-doc.tar.bz2 (Required? - HTML documentation, tutorial)

Please let me know, thank you.

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: Packaging of libraries

2010-08-05 Thread Corinna Vinschen
On Aug  5 10:34, Chris Sutcliffe wrote:
 I'm working on packaging rtorrent for Cygwin.  To that end it requires
 libtorrent and libsigc++.  My question is, for libtorrent and
 libsigc++, I need to split the dll and the developer packages
 (obviously), but do I also need to split the devel package and
 separate out the documentation?
 
 For example, I'm thinking:
 
 libsigc++-2.2.8-1.tar.bz2 (DLL)
 libsigc++-2.2.8-1-devel.tar.bz2 (headers, import libraries)
 libsigc++-2.2.8-1-src.tar.bz2 (source)
 libsigc++-2.2.8-1-doc.tar.bz2 (Required? - HTML documentation, tutorial)
 
 Please let me know, thank you.

It's your decision as maintainer.  I would suggest a different layout,
though.  You're somehow missing the fact that DLLs have versions and
that you might have to provide a newer version of the runtime package
at one point.  So a layout like this seems to be more prudent:

  libsigc++/
libsigc++-2.2.8-1.tar.bz2 (HTML documentation, tutorial, etc)
libsigc++-2.2.8-1-src.tar.bz2 (source)
libsigc++20/
  libsigc++20-2.2.8-1.tar.bz2 (DLL)
libsigc++-devel/
  libsigc++-devel-2.2.8-1.tar.bz2 (headers, import libraries)


Corinna

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


Re: [PATCH] Stop automatic dependency selection on setup.exe chooser screen

2010-08-05 Thread Christopher Faylor
On Thu, Aug 05, 2010 at 10:18:05AM +0200, Corinna Vinschen wrote:
On Jul 31 21:44, Andy Koppe wrote:
 On 26 July 2010 09:41, Corinna Vinschen wrote:
  Is the above The following packages are required to
  satisfy dependencies of your selection. ok? ??I'm wondering if it's
  a bit too wordy, but I admit I have no better way to say this.
 
 How about this?
 
 ==
 Unmet Dependencies Found [in bold]
 The following packages are required to meet dependencies.

I would prefer satisfy instead of meet.  But it doesn't matter.
Just go ahead.

I also find meet unsatisfying and think that satisfy would be better
wording.

If you agree and want to meet those requirements then I think we're
satisfied and you can check that in.

cgf


Re: Packaging of libraries

2010-08-05 Thread Christopher Faylor
On Thu, Aug 05, 2010 at 10:34:38AM -0400, Chris Sutcliffe wrote:
I'm working on packaging rtorrent for Cygwin.  To that end it requires
libtorrent and libsigc++.  My question is, for libtorrent and
libsigc++, I need to split the dll and the developer packages
(obviously), but do I also need to split the devel package and
separate out the documentation?

For example, I'm thinking:

libsigc++-2.2.8-1.tar.bz2 (DLL)
libsigc++-2.2.8-1-devel.tar.bz2 (headers, import libraries)
libsigc++-2.2.8-1-src.tar.bz2 (source)
libsigc++-2.2.8-1-doc.tar.bz2 (Required? - HTML documentation, tutorial)

Please let me know, thank you.

Well, for starters the libsigc++-2.2.8-1-doc.tar.bz2 would give upset,
and possibly setup.exe heartburn.  It should probably be

libsigc++-doc-2.2.8-1.tar.bz2

instead.

I like the idea of separating the documentation but not every package
does this so whatever you decide is ok with me unless someone else has a
compelling argument either way.

cgf


Re: Packaging of libraries

2010-08-05 Thread Chris Sutcliffe
On 5 August 2010 11:44, Christopher Faylor wrote:
 I like the idea of separating the documentation but not every package
 does this so whatever you decide is ok with me unless someone else has a
 compelling argument either way.

I'm working on following the libtheora model:

libsigc++-2.2.8-1.tar.bz2 (documentation)
libsigc++0-2.2.8-1.tar.bz2 (runtime)
libsigc++-devel-2.2.8-1.tar.bz2 (development)

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: [PATCH] Stop automatic dependency selection on setup.exe chooser screen

2010-08-05 Thread Andy Koppe
On 5 August 2010 16:42, Christopher Faylor wrote:
 How about this?

 ==
 Unmet Dependencies Found [in bold]
 The following packages are required to meet dependencies.

I would prefer satisfy instead of meet.  But it doesn't matter.
Just go ahead.

 I also find meet unsatisfying and think that satisfy would be better
 wording.

 If you agree and want to meet those requirements then I think we're
 satisfied and you can check that in.

Done, with one small additional tweak: 'Select required packages'
instead of 'Install required packages', because the dialog also
appears when trying to uninstall packages that are still needed. Hope
that's ok.

Andy


Re: Packaging of libraries

2010-08-05 Thread Chris Sutcliffe
On 5 August 2010 12:02, Chris Sutcliffe wrote:
 I'm working on following the libtheora model:

 libsigc++-2.2.8-1.tar.bz2 (documentation)
 libsigc++0-2.2.8-1.tar.bz2 (runtime)
 libsigc++-devel-2.2.8-1.tar.bz2 (development)

I've made good progress with libsgic++, but libtorrent is giving me
grief in that it refuses to build the shared target (static is fine).
What I get is:

libtool: link: warning: undefined symbols not allowed in
i686-pc-cygwin shared libraries

but I can't find any output from libtool to tell me what symbols are
undefined.  Is there a way to find out what libtool is complaining
about?

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: Packaging of libraries

2010-08-05 Thread Charles Wilson

On 8/5/2010 3:09 PM, Chris Sutcliffe wrote:


libtool: link: warning: undefined symbols not allowed in
i686-pc-cygwin shared libraries

but I can't find any output from libtool to tell me what symbols are
undefined.  Is there a way to find out what libtool is complaining
about?


There may not actually BE any undefined symbols. If *libtool* is warning 
you about this, it is because you haven't told libtool that you BELIEVE 
that the lib has no undefed symbols.  If you don't tell it that 
(LD_FLAGS+=-no-undefined), then it won't even try to build a shared lib.


This is so you get a warning, instead of a failure, when compiling libs 
which actually DO have unresolved symbols; because you ought to be able 
to compile THOSE as static libs after all, without dying.


--
Chuck


[RFU] mintty-0.8.1-1

2010-08-05 Thread Andy Koppe
Please upload:

wget http://mintty.googlecode.com/files/mintty-0.8.1-1.tar.bz2
wget http://mintty.googlecode.com/files/mintty-0.8.1-1-src.tar.bz2

Please delete 0.6.2-1, leaving 0.7.1-1 as previous.

Thanks,
Andy


Re: Packaging of libraries

2010-08-05 Thread Yaakov (Cygwin/X)
On Thu, 2010-08-05 at 12:02 -0400, Chris Sutcliffe wrote:
 I'm working on following the libtheora model:
 
 libsigc++-2.2.8-1.tar.bz2 (documentation)
 libsigc++0-2.2.8-1.tar.bz2 (runtime)
 libsigc++-devel-2.2.8-1.tar.bz2 (development)

Please API-version these, as there have been several
parallel-installable APIs of libsigc++.  Feel free to borrow from Ports:

http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/ports;a=tree;f=libs/libsigc%2B%2B2.0

I did make a separate -doc package due to the size thereof, but that
would be your call.


Yaakov




Re: Packaging of libraries

2010-08-05 Thread Chris Sutcliffe
Hi Yaakov,

On 5 August 2010 16:43, Yaakov (Cygwin/X) wrote:
 Please API-version these, as there have been several
 parallel-installable APIs of libsigc++.  Feel free to borrow from Ports:

 http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/ports;a=tree;f=libs/libsigc%2B%2B2.0

 I did make a separate -doc package due to the size thereof, but that
 would be your call.

I've made some minor modifications to your packaging:

ORIG_PN=libsigc++
inherit gtkmm

HOMEPAGE=http://libsigc.sourceforge.net/;
SRC_URI=http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/${ORIG_PN}-${PV}.tar.bz2;

PKG_NAMES=${PN} ${PN}_0 ${PN}-devel
libsigc__2_0_CONTENTS=usr/share/doc/libsigc++-2.0 usr/share/devhelp
libsigc__2_0_0_CONTENTS=usr/bin/*-2.0-0.dll usr/share/doc/Cygwin
usr/share/doc/${PN}
libsigc__2_0_devel_CONTENTS=usr/include usr/lib

but when running 'prep' I get:

*** ERROR: mm-common is required to build this package

Am I missing something?

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


[ITP] mm-common

2010-08-05 Thread Yaakov (Cygwin/X)
mm-common provides a common build infrastructure for the GNOME C++
bindings (aka GTKmm).  This is required at build-time for all packages
using gtkmm_autoreconf and gtkmm_compile.

mm-common is already in Fedora and Debian.

ftp://ftp.cygwinports.org/pub/cygwinports/release-2/GNOME/mm-common/mm-common-0.9.2-1-src.tar.bz2
ftp://ftp.cygwinports.org/pub/cygwinports/release-2/GNOME/mm-common/mm-common-0.9.2-1.tar.bz2
ftp://ftp.cygwinports.org/pub/cygwinports/release-2/GNOME/mm-common/setup.hint


Yaakov




Re: Packaging of libraries

2010-08-05 Thread Yaakov (Cygwin/X)
On Thu, 2010-08-05 at 20:44 -0400, Chris Sutcliffe wrote:
 I've made some minor modifications to your packaging:
 
 ORIG_PN=libsigc++
 inherit gtkmm
 
 HOMEPAGE=http://libsigc.sourceforge.net/;
 SRC_URI=http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/${ORIG_PN}-${PV}.tar.bz2;

gtkmm.cygclass already provides the correct SRC_URI (and uses
mirror://gnome too).

 PKG_NAMES=${PN} ${PN}_0 ${PN}-devel
 libsigc__2_0_CONTENTS=usr/share/doc/libsigc++-2.0 usr/share/devhelp
 libsigc__2_0_0_CONTENTS=usr/bin/*-2.0-0.dll usr/share/doc/Cygwin
 usr/share/doc/${PN}
 libsigc__2_0_devel_CONTENTS=usr/include usr/lib

Please don't make a documentation-only main package.  Either make a
separate -doc package (which I did due to its size) or ship it in
-devel.

 but when running 'prep' I get:

Not during prep, but during build (gtkmm_autoreconf, to be precise).

 *** ERROR: mm-common is required to build this package
 
 Am I missing something?

Yeah, mm-common. :-)  I've just ITP'd that.


Yaakov




Re: Packaging of libraries

2010-08-05 Thread Yaakov (Cygwin/X)
On Thu, 2010-08-05 at 15:09 -0400, Chris Sutcliffe wrote:
 I've made good progress with libsgic++, but libtorrent is giving me
 grief in that it refuses to build the shared target (static is fine).
 What I get is:
 
 libtool: link: warning: undefined symbols not allowed in
 i686-pc-cygwin shared libraries
 
 but I can't find any output from libtool to tell me what symbols are
 undefined.  Is there a way to find out what libtool is complaining
 about?

This should get you started:

http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/ports;a=tree;f=net/libtorrent

I just built it; I made no attempt to test its functionality.


Yaakov




Re: Packaging of libraries

2010-08-05 Thread Chris Sutcliffe
On 5 August 2010 22:42, Yaakov (Cygwin/X) wrote:
 This should get you started:

 http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/ports;a=tree;f=net/libtorrent

 I just built it; I made no attempt to test its functionality.

Excellent, thank you Yaakov!

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Weird text highlighting / cut paste problems

2010-08-05 Thread Wallace, Steve

Hi,

I have just upgraded my Cygwin/X installation on Windows XP SP3 from the 
pre-release 1.7 to 1.7.5-1 and am now having problems with cut and paste.

I am starting Cygwin using the following commands :

CYGWIN=server XWin -nodecoration -silent-dup-error 
export CYGWIN

# Make sure XWin is ready to accept connections before 
proceeding
while (( $(checkX -d $DISPLAY -t 12) )) ; do
sleep 2
done

# Start the urxvt server
/usr/bin/urxvtd -q -f -o

# Start the Window manager
wmaker 

However when I attempt to highlight text within a urxvt session using a double 
click to select a word or click and hold while dragging the cursor the text 
drops the highlight when I release the mouse button and nothing appears to be 
placed on the clipboard.

This gives the following errors :
winClipboardWindowProc - timed out waiting for WIN_XEVENTS_NOTIFY
winClipboardFlushXEvents - SelectionRequest - GetClipboardData () 
failed: 2733


If I try to cut and paste to a MS application only the last MS clipboard 
contents are pasted.
If I try to paste the contents of the MS clipboard to a urxvt window nothing is 
pasted If I try to paste any text into a gvim editor window it causes the gvim 
to hang which then has to be killed.


Now for the strange bits:

After a period of time, maybe an hour, a selection will stay highlighted for 
about 5 seconds which will allow it to be pasted any number of times using the 
middle mouse button to any application, under Cygwin/X using focus follows 
mouse or MS Windows, while it is highlighted. When the highlighing is dropped 
then the previous problems re-occur, ie nothing will be pasted and it will 
again cause gvim to hang.

When it fails to paste it give the following error :
winClipboardFlushXEvents - SelectionRequest - GetClipboardData () failed: 
058a


After yet more time, about 2 hours after starting Cygwin, the problem appears 
to have vanished completely and text will highlight correctly and paste to any 
application using the middle mouse button under Cygwin or C-v under Windows.
Even when the highlighted text is de-selected by a single mouse click the item 
can still be pasted successfully.


Before upgrading, from the pre-release 1.7 to 1.7.5-1, occasionly text would 
not stay highlighted but this could normally be corrected by shutting down 
Cygwin/X and restarting.  This has not been successful since updating.

Any ideas on what is happening and what I may be able to try to correct the 
issue would be appreciated

Thanks
Stv_T








Company of the Year - Insurance Day London Market Awards 2009Most Client 
Responsive Insurer of the Year - European Risk Management Awards, StrategicRISK 
2010Chartis Insurance UK Limited
Registered in England: company number 1486260
Registered address: The Chartis Building, 58 Fenchurch St, London EC3M 4AB, 
United Kingdom
Authorised and regulated by the UK Financial Services Authority (FSA 
registration number 202628)
This information can be checked by visiting the FSA website - 
www.fsa.gov.uk/register/firmSearchForm.do

Please visit our website - www.chartisinsurance.com/uk

The information contained within this email and any attachment is strictly 
confidential and may be legally privileged. It is intended solely for the 
above-named addressee(s). If you have received this email in error, please 
notify the sender and delete the email from your system immediately - you are 
not entitled to use it, copy it, store it or disclose it to anyone else. 
Chartis Insurance UK Limited and other subsidiaries and affiliates of Chartis 
Inc. (collectively Chartis, We or Us) may monitor and record email 
traffic data and content. Emails are not secure and may contain viruses. We do 
not accept any liability or responsibility for viruses transmitted through this 
email, or any attachment, or for changes made to this email after it was sent. 
Any opinions or other information in this email that do not relate to the 
official business of Chartis shall be understood as neither given nor endorsed 
by us.





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



Weird text highlighting / cut paste problems

2010-08-05 Thread Wallace, Steve

Hi,

Just seen my post in the mailing list - Not easy to read
This should be better

I have just upgraded my Cygwin/X installation on Windows XP SP3 from the 
pre-release
1.7 to 1.7.5-1 and am now having problems with cut and paste.

I am starting Cygwin using the following commands :

CYGWIN=server XWin -nodecoration -silent-dup-error 
export CYGWIN

# Make sure XWin is ready to accept connections before 
proceeding
while (( $(checkX -d $DISPLAY -t 12) )) ; do
sleep 2
done

# Start the urxvt server
/usr/bin/urxvtd -q -f -o

# Start the Window manager
wmaker 

However when I attempt to highlight text within a urxvt session using a double 
click
to select a word or click and hold while dragging the cursor the text drops the
highlight when I release the mouse button and nothing appears to be placed on 
the
clipboard.

This gives the following errors :
winClipboardWindowProc - timed out waiting for WIN_XEVENTS_NOTIFY
winClipboardFlushXEvents - SelectionRequest - GetClipboardData () 
failed: 2733


If I try to cut and paste to a MS application only the last MS clipboard 
contents are
pasted. If I try to paste the contents of the MS clipboard to a urxvt window 
nothing is
pasted If I try to paste any text into a gvim editor window it causes the gvim 
to hang
which then has to be killed.


Now for the strange bits:

After a period of time, maybe an hour, a selection will stay highlighted for 
about
5 seconds which Will allow it to be pasted any number of times using the middle 
mouse
button to any application, under Cygwin/X using focus follows mouse or MS 
Windows,
while it is highlighted. When the highlighing is dropped then the previous 
problems
re-occur, ie nothing will be pasted and it will again cause gvim to hang.

When it fails to paste it give the following error :
winClipboardFlushXEvents - SelectionRequest - GetClipboardData () failed: 
058a


After yet more time, about 2 hours after starting Cygwin, the problem appears to
have vanished completely and text will highlight correctly and paste to any 
application
using the middle mouse button under Cygwin or C-v under Windows.
Even when the highlighted text is de-selected by a single mouse click the item 
can
still be pasted successfully.


Before upgrading, from the pre-release 1.7 to 1.7.5-1, occasionly text would not
stay highlighted but this could normally be corrected by shutting down Cygwin/X
and restarting.  This has not been successful since updating.

Any ideas on what is happening and what I may be able to try to correct the 
issue
would be appreciated

Thanks
Stv_T








Company of the Year - Insurance Day London Market Awards 2009Most Client 
Responsive Insurer of the Year - European Risk Management Awards, StrategicRISK 
2010Chartis Insurance UK Limited
Registered in England: company number 1486260
Registered address: The Chartis Building, 58 Fenchurch St, London EC3M 4AB, 
United Kingdom
Authorised and regulated by the UK Financial Services Authority (FSA 
registration number 202628)
This information can be checked by visiting the FSA website - 
www.fsa.gov.uk/register/firmSearchForm.do

Please visit our website - www.chartisinsurance.com/uk

The information contained within this email and any attachment is strictly 
confidential and may be legally privileged. It is intended solely for the 
above-named addressee(s). If you have received this email in error, please 
notify the sender and delete the email from your system immediately - you are 
not entitled to use it, copy it, store it or disclose it to anyone else. 
Chartis Insurance UK Limited and other subsidiaries and affiliates of Chartis 
Inc. (collectively Chartis, We or Us) may monitor and record email 
traffic data and content. Emails are not secure and may contain viruses. We do 
not accept any liability or responsibility for viruses transmitted through this 
email, or any attachment, or for changes made to this email after it was sent. 
Any opinions or other information in this email that do not relate to the 
official business of Chartis shall be understood as neither given nor endorsed 
by us.





--
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: Slow response to keypresses in xorg-server-1.8.0-1

2010-08-05 Thread Laurent Montaron
 The workaround in XWin.20100630-git-bc2f74e105146c36.exe definitely 
fixes the problem. I have been running with it for two days now. Did 
anyone find out if root cause is a bug in /dev/windows implementation or 
something else?


On 11:59, Jon TURNEY wrote:
Anyhow, I've cooked up a small additional change which should prevent 
this blocking behaviour and uploaded a build [2]. It seems to resolve 
the problem in this specific case. Perhaps you could try it out and 
see if it helps?


[1] http://cygwin.com/ml/cygwin-xfree/2010-02/msg00124.html
[2] 
ftp://cygwin.com/pub/cygwinx/XWin.20100630-git-bc2f74e105146c36.exe.bz2





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



How to launch an xterm using Monospace font

2010-08-05 Thread JOHNER Jean 066030
Hello,

I would like to launch an xterm terminal using Monospace font.
Monospace is the font used by default by gvim.
I tried:
xterm -fn Monospace
which gives an error message.

Thank you for your help.

Jean Johner

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



Using konsole in Cygwin

2010-08-05 Thread JOHNER Jean 066030
Hello,
I often connect to a KDE Linux server so that I am familiar with
konsole.
I tried the konsole command on Cygwin, which is unknown.
Is there a way to use KDE console on Cygwin.

Sorry if my questions look too much elementary. I am new to Cygwin. Do
not hesitate to redirect me towards FAQs or user guides.

Best regards.

Jean Johner 

--
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: Using konsole in Cygwin

2010-08-05 Thread Thomas Dickey

On Thu, 5 Aug 2010, JOHNER Jean 066030 wrote:


Hello,
I often connect to a KDE Linux server so that I am familiar with
konsole.
I tried the konsole command on Cygwin, which is unknown.
Is there a way to use KDE console on Cygwin.

Sorry if my questions look too much elementary. I am new to Cygwin. Do
not hesitate to redirect me towards FAQs or user guides.


iirc, cygwin has xterm, rxvt and rxvt-unicode

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

--
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: How to launch an xterm using Monospace font

2010-08-05 Thread Thomas Dickey

On Thu, 5 Aug 2010, JOHNER Jean 066030 wrote:


Hello,

I would like to launch an xterm terminal using Monospace font.
Monospace is the font used by default by gvim.
I tried:
xterm -fn Monospace

  xterm -fa Monospace

is perhaps what you meant.

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

--
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: Some key binding in Emacs not properly work in mintty.

2010-08-05 Thread Oleksandr Gavenko

On 04.08.2010 22:38, Gary wrote:

Andy Koppe wrote:


Yet there's no obvious reason why this shouldn't work in xterm and
mintty. The Shift-Up keycode follows the same pattern as the ones for
the other Shift-Arrow combinations. This suggests a configuration
problem, or perhaps a terminfo issue. Unfortunately I don't know
enough about emacs to try to diagnose this.


See if it still happens when you start emacs with 'emacs -Q -q' (doesn't
load any config files). If it doesn't happen any more, it's an emacs
config issue and you go through a long process of excluding different
parts of your config until you find it :)


When I report issue I already run Emacs with:

  $ emacs --no-init-file --no-site-file

So probably this is a


 configuration problem, or perhaps a terminfo issue.



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



Re: How to pass parameters to a windows application

2010-08-05 Thread Corinna Vinschen
On Aug  4 20:40, Andy Koppe wrote:
 On 4 August 2010 12:26, Corinna Vinschen wrote:
  It's a shame that not even the official Win32 APIs are always clean
  in terms of the long path name definition.
 
 Yep, and MSDN doesn't even seem to mention it.
 
  Therefore I'm wondering whether it wouldn't be better to address this
  once and for all in cygwin_conv_path itself by doing what cygpath
  does: assuming the resulting path fits into MAX_PATH, drop \\?\ from
  all long paths and turn UNC\ into \\.
 
  This is already implemented in cygwin_conv_path for some time, but
  only for the CCP_POSIX_TO_WIN_A case.  I never expected that this would
  also be necessary for the wide char case.  Anyway, I applied a matching
  patch.  As long as the resulting wide char path is not longer than
  MAX_PATH, it will be stripped of the long path prefix.
 
 Great. Seems to be working fine for me.
 
 This allows dropping the equivalent hack from cygpath, doesn't it?

Right, but it doesn't hurt either.


Corinna

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

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



Re: SSH Multiplexing - mux_client_request_session: read from master failed: Connection reset by peer

2010-08-05 Thread Corinna Vinschen
On Aug  4 09:38, Dennis Ordanov wrote:
 Hi,
 
 I just wanted to know if I answered my own question here or if there
 is some work around for what I am trying to do below.
 
 Thank you,
 
 Dennis O.
 
 On Wed, Jul 28, 2010 at 4:50 PM, Dennis Ordanov daoden...@gmail.com wrote:
  Hi,
 
  I'm trying to get SSH multiplexing on this very recent Cygwin install
  and I get this error:
 
  mux_client_request_session: read from master failed: Connection reset by 
  peer
 
  I found this info by searching the mailing list archives, but that was
  back in 2005.  Maybe something has changed?
 
  http://sourceware.org/ml/cygwin/2005-10/msg00672.html
  http://sourceware.org/ml/cygwin/2005-11/msg00732.html
 
 
  Anyone else see this or know how I can get around this?

There is no workaround.  Cygwin still doesn't support descriptor
passing via sendmsg/recvmsg.
http://cygwin.com/acronyms/#PTC


Corinna

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

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



NTFS network drives in cygwin 1.7.5

2010-08-05 Thread Gary Steele
Dear cygwin mailing list,

I recently starting using cygwin 1.7.5, and I appear to be having
problems with file permissions on network drives.

My computer (windows XP) is part of an NT domain, to which I am logged
in. I am using the passwd and group files that were automatically
generated at install.

On the local drives, the file permissions work fine:

$ ls -ld .
drwxr-xr-x+ 1 gsteele Domain Users 0 2010-08-05 11:18 ./

However, on the network drives, they are all clobbered:

$ ls -ld /cygdrive/k/ns/qt/nanotubes/data
d-+ 1 gsteele Domain Users 0 2010-07-07 14:22
/cygdrive/k/ns/qt/nanotubes/data

I also have another computer in the same network environment running
cygwin 1.5.25, and when I log on this computer, the file permissions
for the same directory are not clobbered:

$ ls -ld /cygdrive/k/ns/qt/nanotubes/data
drwxr-xr-x 1 gsteele Domain Users 0 Jul  7 14:22
/cygdrive/k/ns/qt/nanotubes/data/

Has there been a recent change in cygwin that is causing some problems
with network drive file permissions? Is there a solution for this?

Thanks,
Gary

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



[ANNOUNCEMENT] Updated: cabextract 1.3-1

2010-08-05 Thread Kyzer
Version 1.3 of cabextract has been uploaded.

cabextract is Free Software for extracting Microsoft cabinet files,
also called .CAB files.
See http://www.cabextract.org.uk/ for more details.

Since the last cygwin release (1.1), the following changes were made:

* -t option: Allows you to test that every file can be extracted
without having to extract it to disk. This also prints the MD5
checksum of the file.
* UTF-8 filenames are now decoded correctly.
* Large files (2GB) are now searched correctly for cabinets.
* Bugs in all decompressors have been fixed. This includes fixing an
infinite loop caused by a carefully crafted MS-ZIP archive.
* MS-ZIP recovery has been improved. You will now get data from
within a bad block, up to the point it turned bad.

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



Re: About mouse selection in a cmd console

2010-08-05 Thread JOHNER Jean 066030
On 4 August 2010 18:46, Andy Koppe wrote:
 This flag ensures that mouse events, including right clicks, are
 placed into the console input buffer rather than triggering window
 actions. That's in case an application activates xterm-style mouse
 reporting. Yep, the Cygwin console driver does indded support that,
 but vim doesn't know that, so you need to tell it via .vimrc:

 set mouse=a
set ttymouse=xterm2

Thank you, Andy, for sharing this incredible expertise.
Mouse control works with the above setting.

With Quick Edit mode enabled, mouse control is lost even in a standard
cmd console using Windows Vim.
That is a bug (or a feature) of Windows console Vim. I opened a thread
on vim_use to see if this can be improved.

Best regards,

Jean Johner

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



Re: NTFS network drives in cygwin 1.7.5

2010-08-05 Thread Corinna Vinschen
On Aug  5 11:26, Gary Steele wrote:
 Dear cygwin mailing list,
 
 I recently starting using cygwin 1.7.5, and I appear to be having
 problems with file permissions on network drives.
 
 My computer (windows XP) is part of an NT domain, to which I am logged
 in. I am using the passwd and group files that were automatically
 generated at install.
 
 On the local drives, the file permissions work fine:
 
 $ ls -ld .
 drwxr-xr-x+ 1 gsteele Domain Users 0 2010-08-05 11:18 ./
 
 However, on the network drives, they are all clobbered:
 
 $ ls -ld /cygdrive/k/ns/qt/nanotubes/data
 d-+ 1 gsteele Domain Users 0 2010-07-07 14:22
 /cygdrive/k/ns/qt/nanotubes/data

They are not clobbered, they are now actually showing the correct POSIX
permission bits based on the file ACL by default.  In Cygwin 1.5 the
default was not to use the ACLs on network drives  and to fake the
POSIX permissions (CYGWIN=nontsec).  If you want to know why the ACL
results in d-+ permissions, I suggest to take a closer look
using getfacl.

I strongly suggest to read the new and improved 1.7 User's Guide,
especially stuff like

http://cygwin.com/cygwin-ug-net/highlights.html#ov-hi-files
http://cygwin.com/cygwin-ug-net/ov-new1.7.html
http://cygwin.com/cygwin-ug-net/using.html#mount-table
http://cygwin.com/cygwin-ug-net/using-cygwinenv.html


Corinna

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

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



Setup.exe update confusion

2010-08-05 Thread David Balažic
Hi!

I just downloaded and started Setup.exe (version 2.708).

I have already Cygwin installed, I wnated just to update to newest state.

So I clicked Next, until I got to the package selection.

Before I used then to click the View button, to get a list of packages
that would be updated.

But today with this version, I have a View named Pending that has a
lot of packages listed (about 100).
The Current column is empty for all of them.

I am confused.

I expected a few packages liste, with existing Current version and
newer version listed under the New column.

What am I missing?

Regards,
David

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



Re: Cygwin error

2010-08-05 Thread Larry Hall (Cygwin)

On 8/4/2010 3:40 AM, Satheeshkumar K wrote:

Hi,
I am using windows xp operating system. yesterday i installed Cygwin
1.7.5 in my pc. but i am not able to open this.
When i run cygwin bat file through command prompt, i got the below error

C:\cygwin\cygwin.bat
AllocationBase 0x0, BaseAddress 0x6156, RegionSize 0xC, State
0x1
C:\cygwin\bin\bash.exe: *** Couldn't reserve space for cygwin's heap,
Win32 error 6

Could you please assist me to fix this issue.

(I run the same setup on another machine,it is working fine for that
machine)


Sounds like http://cygwin.com/acronyms/#BLODA to me.  If not, try
installing the rebase package, read its README, and follow the
instructions for running 'rebaseall'.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.

Q: Are you sure?

A: Because it reverses the logical flow of conversation.

Q: Why is top posting annoying in email?


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



Re: Setup.exe update confusion

2010-08-05 Thread Larry Hall (Cygwin)

On 8/5/2010 11:42 AM, David Balažic wrote:

Hi!

I just downloaded and started Setup.exe (version 2.708).

I have already Cygwin installed, I wnated just to update to newest state.

So I clicked Next, until I got to the package selection.

Before I used then to click the View button, to get a list of packages
that would be updated.

But today with this version, I have a View named Pending that has a
lot of packages listed (about 100).


Pending is the old Partial view.  It's been renamed.


The Current column is empty for all of them.

I am confused.

I expected a few packages liste, with existing Current version and
newer version listed under the New column.

What am I missing?


I don't think too much.  I ran setup.exe 2.708 and setup.exe 2.697.
The same pages in each showed the same thing.  Although my list of
updates was smaller, not all the packages listed had a current field.
My list contained new dependencies for the packages being updated.
If there really are no packages listed with a Current version, I'd
say you're experiencing the result of setup.ini being updated with
previously missing packages for packages you have already installed.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.

Q: Are you sure?

A: Because it reverses the logical flow of conversation.

Q: Why is top posting annoying in email?


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



Re: Setup.exe update confusion

2010-08-05 Thread David Balažic
On 5 August 2010 18:00, Larry Hall (Cygwin)
reply-to-list-only...@cygwin.com wrote:
 On 8/5/2010 11:42 AM, David Balažic wrote:

 Hi!

 I just downloaded and started Setup.exe (version 2.708).

 I have already Cygwin installed, I wnated just to update to newest state.

 So I clicked Next, until I got to the package selection.

 Before I used then to click the View button, to get a list of packages
 that would be updated.

 But today with this version, I have a View named Pending that has a
 lot of packages listed (about 100).

 Pending is the old Partial view.  It's been renamed.

Check.


 The Current column is empty for all of them.

 I am confused.

 I expected a few packages liste, with existing Current version and
 newer version listed under the New column.

 What am I missing?

 I don't think too much.  I ran setup.exe 2.708 and setup.exe 2.697.
 The same pages in each showed the same thing.  Although my list of
 updates was smaller, not all the packages listed had a current field.
 My list contained new dependencies for the packages being updated.
 If there really are no packages listed with a Current version, I'd
 say you're experiencing the result of setup.ini being updated with
 previously missing packages for packages you have already installed.

I started it again, and now the Pending view is empty.

The first time it had arj as the first package. I doubt anything depends on arj.

The first time I also tried different mirrors. With same result (lot
of packages in Pending).

Now I again tried 2 different mirrors and both show no packages Pending.

I did not install anything on the first occasion, I canceled the Setup.

I'm even more confused now...

Regards,
David

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



Re: Setup.exe update confusion

2010-08-05 Thread Larry Hall (Cygwin)

On 8/5/2010 12:24 PM, David Balažic wrote:

On 5 August 2010 18:00, Larry Hall (Cygwin)
  wrote:

  ^^
http://cygwin.com/acronyms/#PCYMTNQREAIYR  Thanks.



I started it again, and now the Pending view is empty.


Ah, problem solved! ;-)


The first time it had arj as the first package. I doubt anything depends on
arj.


Package dependencies aren't alphabetically ordered.


The first time I also tried different mirrors. With same result (lot
of packages in Pending).

Now I again tried 2 different mirrors and both show no packages Pending.

I did not install anything on the first occasion, I canceled the Setup.

I'm even more confused now...


Yeah, I can't explain what you saw and now all that's left is the story
of the smoking gun.  Well, I guess we'll hear about this again if it's
more than a passing issue.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.

Q: Are you sure?

A: Because it reverses the logical flow of conversation.

Q: Why is top posting annoying in email?


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



PCYMTNQREAIYR Re: Setup.exe update confusion

2010-08-05 Thread David Balažic
On 5 August 2010 18:37, Larry Hall (Cygwin)  wrote:
 On 8/5/2010 12:24 PM, David Balažic wrote:

 On 5 August 2010 18:00, Larry Hall (Cygwin)
   wrote:

  ^^
 http://cygwin.com/acronyms/#PCYMTNQREAIYR  Thanks.

Without concrete advice that link doesn't do much.
An average Joe has no idea what configuring means anyway, let alone
being able to do such a change.

For example, how do I do that in gmail?

I am an advanced user, but can't find anything related in Settings.

Regards,
David

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



Re: PCYMTNQREAIYR Re: Setup.exe update confusion

2010-08-05 Thread Larry Hall (Cygwin)

On 8/5/2010 12:51 PM, David Balažic wrote:

On 5 August 2010 18:37, Larry Hall (Cygwin)  wrote:

On 8/5/2010 12:24 PM, David Balažic wrote:


On 5 August 2010 18:00, Larry Hall (Cygwin)
wrote:


  ^^
http://cygwin.com/acronyms/#PCYMTNQREAIYRThanks.


Without concrete advice that link doesn't do much.
An average Joe has no idea what configuring means anyway, let alone
being able to do such a change.

For example, how do I do that in gmail?

I am an advanced user, but can't find anything related in Settings.


If your email client doesn't help you out here, you're kind of stuck doing
it manually.  I don't use gmail but the reports I've heard suggest that you
need to let your fingers do the work.  It may be worthwhile to put in a
feature request or a +1 on any existing request.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.

Q: Are you sure?

A: Because it reverses the logical flow of conversation.

Q: Why is top posting annoying in email?


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



Re: PCYMTNQREAIYR Re: Setup.exe update confusion

2010-08-05 Thread DePriest, Jason R.
On Thu, Aug 5, 2010 at 11:51 AM, David Balažic  wrote:
 On 5 August 2010 18:37, Larry Hall (Cygwin)  wrote:
 On 8/5/2010 12:24 PM, David Balažic wrote:

 On 5 August 2010 18:00, Larry Hall (Cygwin)
   wrote:

  ^^
 http://cygwin.com/acronyms/#PCYMTNQREAIYR  Thanks.

 Without concrete advice that link doesn't do much.
 An average Joe has no idea what configuring means anyway, let alone
 being able to do such a change.

 For example, how do I do that in gmail?

 I am an advanced user, but can't find anything related in Settings.

 Regards,
 David

In Gmail, I do it manually.  It only takes a few seconds.

However, I did just submit an enhancement request for an option to
auto-obfuscate email addresses in forwards and replies.

-Jason

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



Re: PCYMTNQREAIYR Re: Setup.exe update confusion

2010-08-05 Thread Steven Collins
On Thu, Aug 5, 2010 at 11:13, DePriest, Jason R.  wrote:
 On Thu, Aug 5, 2010 at 11:51 AM, David Balažic  wrote:
 On 5 August 2010 18:37, Larry Hall (Cygwin)  wrote:
 On 8/5/2010 12:24 PM, David Balažic wrote:

 On 5 August 2010 18:00, Larry Hall (Cygwin)
   wrote:

  ^^
 http://cygwin.com/acronyms/#PCYMTNQREAIYR  Thanks.

 Without concrete advice that link doesn't do much.
 An average Joe has no idea what configuring means anyway, let alone
 being able to do such a change.

 For example, how do I do that in gmail?

 I am an advanced user, but can't find anything related in Settings.

 Regards,
 David

 In Gmail, I do it manually.  It only takes a few seconds.

 However, I did just submit an enhancement request for an option to
 auto-obfuscate email addresses in forwards and replies.

 -Jason

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



Unfortunately it has already been submitted many times, but Google has
never responded.

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



Re: PCYMTNQREAIYR Re: Setup.exe update confusion

2010-08-05 Thread Larry Hall (Cygwin)

On 8/5/2010 1:26 PM, Steven Collins wrote:

On Thu, Aug 5, 2010 at 11:13, DePriest, Jason R.  wrote:


snip


In Gmail, I do it manually.  It only takes a few seconds.

However, I did just submit an enhancement request for an option to
auto-obfuscate email addresses in forwards and replies.


snip


Unfortunately it has already been submitted many times, but Google has
never responded.


I expect that's true.  But if it's like some other large, successful
software companies I've seen, a single request for a feature falls
pretty low on the priority list unless there's an internal (or sometimes
external) champion.  Without that, it's the sheer number of requests for
a feature that tip the balance.  So I'd encourage you to add your +1
to any existing request, if that's possible, or to submit your own.  Often
these things just come down to the perceived demand.  Google may respond if
they see a line forming. ;-)

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.

Q: Are you sure?

A: Because it reverses the logical flow of conversation.

Q: Why is top posting annoying in email?


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



RE: PCYMTNQREAIYR Re: Setup.exe update confusion

2010-08-05 Thread Karl M




 Date: Thu, 5 Aug 2010 14:00:50 -0400
 From: reply-to-list-only-lh
 Subject: Re: PCYMTNQREAIYR Re: Setup.exe update confusion

 On 8/5/2010 1:26 PM, Steven Collins wrote:
  On Thu, Aug 5, 2010 at 11:13, DePriest, Jason R. wrote:

 

  In Gmail, I do it manually. It only takes a few seconds.
 
I do the same thing for hotmail. You just have to remember to
do it (YJHTRTDI). :-)
 
...Karl
 
  

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



FW: I am getting error messages when attempting to copy files using cp or scp

2010-08-05 Thread Jeff Silverman
I am not sure this is the right place to report a problem - I found this 
address from http://www.cygwin.com/ml/cygwin/2010-03/msg01078.html

I get the following errors:
$ scp C728219_a_-rrd-files.tar.gz r...@172.24.74.4/var/tmp/C728219/a
cp: skipping file `C728219_a_-rrd-files.tar.gz', as it was replaced while being 
copied

$ cp problem_a_bigip_logs.gz /tmp
cp: skipping file `problem_a_bigip_logs.gz', as it was replaced while being 
copied

I don't have /usr/lib/scih/getVolInfo and I don't see it in setup.exe

My /s drive is a symlink to /cygwin/s which links to s: which is a big file 
server.

What do I do next?



Jeff Silverman | Network Support Engineer
D 206.272-6465
F 206.272-5541
www.f5.com





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



Re: FW: I am getting error messages when attempting to copy files using cp or scp

2010-08-05 Thread Larry Hall (Cygwin)

On 8/5/2010 2:45 PM, Jeff Silverman wrote:

I am not sure this is the right place to report a problem - I found this 
address from http://www.cygwin.com/ml/cygwin/2010-03/msg01078.html

I get the following errors:
$ scp C728219_a_-rrd-files.tar.gz r...@172.24.74.4/var/tmp/C728219/a
cp: skipping file `C728219_a_-rrd-files.tar.gz', as it was replaced while
being copied

$ cp problem_a_bigip_logs.gz /tmp
cp: skipping file `problem_a_bigip_logs.gz', as it was replaced while being
copied

I don't have /usr/lib/scih/getVolInfo and I don't see it in setup.exe


It's in the csih package.  You may already have it.  The real path is
/usr/lib/csih/getVolInfo.  If you don't have it, install the 'csih'
package.


My /s drive is a symlink to /cygwin/s which links to s: which is a big file
server.

What do I do next?


Read and follow the problem reporting guidelines:


Problem reports:   http://cygwin.com/problems.html




--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.

Q: Are you sure?

A: Because it reverses the logical flow of conversation.

Q: Why is top posting annoying in email?


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



Re: PCYMTNQREAIYR Re: Setup.exe update confusion

2010-08-05 Thread David Balažic
On 5 August 2010 19:13, DePriest, Jason R. jrdepri...@gmail.com wrote:
 On Thu, Aug 5, 2010 at 11:51 AM, David Balažic  wrote:
 On 5 August 2010 18:37, Larry Hall (Cygwin)  wrote:
 On 8/5/2010 12:24 PM, David Balažic wrote:

 On 5 August 2010 18:00, Larry Hall (Cygwin)
   wrote:

  ^^
 http://cygwin.com/acronyms/#PCYMTNQREAIYR  Thanks.

 Without concrete advice that link doesn't do much.
 An average Joe has no idea what configuring means anyway, let alone
 being able to do such a change.

 For example, how do I do that in gmail?

 I am an advanced user, but can't find anything related in Settings.

 Regards,
 David

 In Gmail, I do it manually.  It only takes a few seconds.

 However, I did just submit an enhancement request for an option to
 auto-obfuscate email addresses in forwards and replies.

Well, if you post an URL to it, we can +1 it.


On the other side, if web archives are the problem, why not change them?
Some mail archive program have that feature.

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



Re: PCYMTNQREAIYR Re: Setup.exe update confusion

2010-08-05 Thread Larry Hall (Cygwin)

On 8/5/2010 7:10 PM, David Balažic wrote:

On 5 August 2010 19:13, DePriest, Jason R.  wrote:

On Thu, Aug 5, 2010 at 11:51 AM, David Balažic  wrote:

On 5 August 2010 18:37, Larry Hall (Cygwin)  wrote:

On 8/5/2010 12:24 PM, David Balažic wrote:


On 5 August 2010 18:00, Larry Hall (Cygwin)
wrote:


  ^^
http://cygwin.com/acronyms/#PCYMTNQREAIYRThanks.


Without concrete advice that link doesn't do much.
An average Joe has no idea what configuring means anyway, let alone
being able to do such a change.

For example, how do I do that in gmail?

I am an advanced user, but can't find anything related in Settings.

Regards,
David


In Gmail, I do it manually.  It only takes a few seconds.

However, I did just submit an enhancement request for an option to
auto-obfuscate email addresses in forwards and replies.


Well, if you post an URL to it, we can +1 it.


On the other side, if web archives are the problem, why not change them?
Some mail archive program have that feature.


We've been down this road before.  If you want details, check out the
email archives.  The short answer is the body of the message is not
touched to make sure the poster's intent is maintained.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.

Q: Are you sure?

A: Because it reverses the logical flow of conversation.

Q: Why is top posting annoying in email?


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



Re: PCYMTNQREAIYR Re: Setup.exe update confusion

2010-08-05 Thread Christopher Faylor
On Thu, Aug 05, 2010 at 07:39:48PM -0400, Larry Hall (Cygwin) wrote:
On 8/5/2010 7:10 PM, David Bala??ic wrote:
 On the other side, if web archives are the problem, why not change them?
 Some mail archive program have that feature.

We've been down this road before.  If you want details, check out the
email archives.  The short answer is the body of the message is not
touched to make sure the poster's intent is maintained.

Right.  Remember that cygwin.com is hosted on a site which is technical.
Lots of patches and ChangeLogs flying around.  You can't mess with
those.

cgf

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



Updated: cabextract 1.3-1

2010-08-05 Thread Kyzer
Version 1.3 of cabextract has been uploaded.

cabextract is Free Software for extracting Microsoft cabinet files,
also called .CAB files.
See http://www.cabextract.org.uk/ for more details.

Since the last cygwin release (1.1), the following changes were made:

* -t option: Allows you to test that every file can be extracted
without having to extract it to disk. This also prints the MD5
checksum of the file.
* UTF-8 filenames are now decoded correctly.
* Large files (2GB) are now searched correctly for cabinets.
* Bugs in all decompressors have been fixed. This includes fixing an
infinite loop caused by a carefully crafted MS-ZIP archive.
* MS-ZIP recovery has been improved. You will now get data from
within a bad block, up to the point it turned bad.