On Tue, Apr 03, 2007 at 07:40:52PM -0400, Chris Sutcliffe wrote:
>>> I've made a new version of the mingw-runtime available for download.
>>> For a list of changes see below.
>>
>>Man pages should go to /usr/share/man/...
>
>I thought it was decided to keep the MinGW Runtime man pages separ
On Tue, 3 Apr 2007, Terry Bailey wrote:
> I am running Cygwin on Windows 2003. What is the best way to
> automatically start /usr/sbin/httpd automatically when I boot Windows?
Install it as a service. To see how to do this on Win2k3, examine the
ssh-host-config script from the openssh package.
Hi,
I am running Cygwin on Windows 2003. What is the best way to
automatically start /usr/sbin/httpd automatically when I boot Windows?
Thanks,
Terry Bailey
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentati
On 03 April 2007 23:28, Matthew Woehlke wrote:
> Thrall, Bryan wrote:
>> Gary Johnson wrote on Tuesday, April 03, 2007 5:05 PM:
>>> If you're piping 'ls' into another command, the -1 isn't necessary.
>>> 'ls' detects that its stdout is not a tty and delivers single-column
>>> output automatically.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Christopher Faylor on 4/3/2007 1:13 PM:
> On Tue, Apr 03, 2007 at 06:15:14PM +, Eric Blake wrote:
>> Cygwin defines wint_t as unsigned int (valid, per POSIX), but then defines
>>
>> #ifndef WINT_MIN
>> #define WINT_MIN (-2147483647 - 1
On Tue, Apr 03, 2007 at 12:54:57PM -0400, Igor Peshansky wrote:
> On Tue, 3 Apr 2007, Bob Rossi wrote:
> > I have one more cgdb issue that seems to be cygwin related. However, it
> > could be a gdb issue. I'm not sure.
> >
> > In verison cgdb-0.6.3 I start GDB up on a pipe and communicate with it
>
> I've made a new version of the mingw-runtime available for download.
> For a list of changes see below.
Man pages should go to /usr/share/man/...
I thought it was decided to keep the MinGW Runtime man pages separate
from the Cygwin man pages?
Chris
--
Chris Sutcliffe
http://ir0nh34d
Thrall, Bryan wrote:
Gary Johnson wrote on Tuesday, April 03, 2007 5:05 PM:
If you're piping 'ls' into another command, the -1 isn't necessary.
'ls' detects that its stdout is not a tty and delivers single-column
output automatically.
Not when you use 'ls -l':
Sure it does. There is still on
Gary Johnson wrote on Tuesday, April 03, 2007 5:05 PM:
> On 2007-04-03, Dave Korn wrote:
>
>> BTW2, I assume we're still talking about your script from before.
>> Seriously, use "ls -1" rather than "ls -l" (that is, use a one
>> instead of an L), because then you get /just/ the filenames, one pe
Iwant to flag that 'rsync' seems to hang with current
(20070330) snapshot:
--
$ rsync -av --delete ftp.dante.de::CTAN/systems/win32/miktex /tmp
receiving file list ... done
On 2007-04-03, Dave Korn wrote:
> BTW2, I assume we're still talking about your script from before.
> Seriously, use "ls -1" rather than "ls -l" (that is, use a one instead of an
> L), because then you get /just/ the filenames, one per line, and won't have to
> worry about parsing the name out f
Thorsten Kampe wrote:
lftp and yafc show a wrong prompt in the following terminals: cmd, 4nt,
console and far manager. Basically each coloured part of the prompt is
surrounded by two "funny faces" - the first is white and the second has
the desired colour.
I don't know what these are. Are the
* Thorsten Kampe (Mon, 19 Mar 2007 11:44:30 -)
> I'm having a problem with colour escape codes for prompts in different
> applications and terminals. Basically it is like this.
>
> lftp and yafc show a wrong prompt in the following terminals: cmd, 4nt,
> console and far manager. Basically ea
On Apr 3, 2007, at 11:00 AM, Kevin Markle wrote:
In this search I want to get winops only not winops and winops-hq
[EMAIL PROTECTED] /cygdrive/e/wsus/group_1a_DEV
$ ls -al | grep winops
-rwx--+ 1 Administrators 1079474 Apr 2 19:32 winops-
hq_WINDOWSUpdate.log
-rwx--+ 1 Admin
On Tue, Apr 03, 2007 at 11:00:42PM +0200, Angelo Graziosi wrote:
>The file /etc/setup/last-cache contains path in DOS-like style:
>
> C:\cygwin\home\Angelo\Downloads\cygwin
setup.exe is not a cygwin program.
>When a script tries to retrive this information from 'last-cache' under
>the snapshot
Hi
A new version of 'tzcode/tzdata' has been uploaded to a server near you.
DESCRIPTION:
The time zone package
CYGWIN NEWS:
* Update to latest upstream release
tzcode/tzdata NEWS
==
* Sorry no changelog available. You have to do the diff yourself
Angelo Graziosi wrote:
> The file /etc/setup/last-cache contains path in DOS-like style:
>
>C:\cygwin\home\Angelo\Downloads\cygwin
>
> When a script tries to retrive this information from 'last-cache' under
> the snapshot (for 1.7.0 release) there is the warning:
>
> cygwin warning:
> M
The file /etc/setup/last-cache contains path in DOS-like style:
C:\cygwin\home\Angelo\Downloads\cygwin
When a script tries to retrive this information from 'last-cache' under
the snapshot (for 1.7.0 release) there is the warning:
cygwin warning:
MS-DOS style path detected: C:/cygwin/home
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Elliston, Jack
> W CTR USA TRADOC NSC
> Sent: Tuesday, April 03, 2007 1:29 PM
> To: cygwin@cygwin.com
> Subject: RE: 1.5.24 remote launch of java gui
>
>
> > >
> > > OK. Now I am bit confused.
>
On Tue, Apr 03, 2007 at 06:15:14PM +, Eric Blake wrote:
>Cygwin defines wint_t as unsigned int (valid, per POSIX), but then defines
>
>#ifndef WINT_MIN
>#define WINT_MIN (-2147483647 - 1)
>#define WINT_MAX (2147483647)
>#endif
>
>which is invalid given the underlying type of wint_t. Can we get
On 03 April 2007 19:01, Kevin Markle wrote:
> In this search I want to get winops only not winops and winops-hq
>
> [EMAIL PROTECTED] /cygdrive/e/wsus/group_1a_DEV
> $ ls -al | grep winops
> -rwx--+ 1 Administrators 1079474 Apr 2 19:32
> winops-hq_WINDOWSUpdate.log
> -rwx--+ 1 A
> >
> > OK. Now I am bit confused.
>
> So are we.
My apologies.
>
> > I am not trying to run a service on the remote cygwin box and so I
> > don't see how I would 'check the "Allow service to interact
> with the desktop"
> > checkbox' or why I would use the cygrunsrv application.
>
> Your
Cygwin defines wint_t as unsigned int (valid, per POSIX), but then defines
#ifndef WINT_MIN
#define WINT_MIN (-2147483647 - 1)
#define WINT_MAX (2147483647)
#endif
which is invalid given the underlying type of wint_t. Can we get this fixed
(either make wint_t a signed type, or change WINT_MIN a
Kevin Markle wrote:
In this search I want to get winops only not winops and winops-hq
[EMAIL PROTECTED] /cygdrive/e/wsus/group_1a_DEV
$ ls -al | grep winops
-rwx--+ 1 Administrators 1079474 Apr 2 19:32
winops-hq_WINDOWSUpdate.log
-rwx--+ 1 Administrators 18993 Apr
In this search I want to get winops only not winops and winops-hq
[EMAIL PROTECTED] /cygdrive/e/wsus/group_1a_DEV
$ ls -al | grep winops
-rwx--+ 1 Administrators 1079474 Apr 2 19:32
winops-hq_WINDOWSUpdate.log
-rwx--+ 1 Administrators 18993 Apr 3 13:02
winops-hq_as
Ugh, top-posting... Reformatted.
On Tue, 3 Apr 2007, Elliston, Jack W CTR USA TRADOC NSC wrote:
> -Original Message-
> From: Igor Peshansky [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 03, 2007 12:30 PM
> To: Dave Korn
> Cc: [EMAIL PROTECTED]; Elliston, Jack W CTR USA TRADOC NSC
On 03 April 2007 18:44, Elliston, Jack W CTR USA TRADOC NSC wrote:
> OK. Now I am bit confused.
>
> I am not trying to run a service on the remote cygwin box and so I don't
> see how I would 'check the "Allow service to interact with the desktop"
> checkbox' or why I would use the cygrunsrv appl
OK. Now I am bit confused.
I am not trying to run a service on the remote cygwin box and so I don't
see how I would 'check the "Allow service to interact with the desktop"
checkbox' or why I would use the cygrunsrv application.
I just need to run the java app on machine 2 via a ssh connection fr
On 03 April 2007 18:33, Kevin Markle wrote:
> Hello,
>
> I can't seem to find a way to get grep to do exact matches in cygwin. I
> have looked at the man pages and can find nothing? :/
grep only does exact matches if you don't use any of the wildcard chars,
perhaps 'exact matches' isn't quite
Hello,
I can't seem to find a way to get grep to do exact matches in cygwin. I
have looked at the man pages and can find nothing? :/
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin
On Tue, 3 Apr 2007, Dave Korn wrote:
> On 03 April 2007 17:57, Igor Peshansky wrote:
>
> > There is no Cygwin version of Java. Therefore, you're starting a Windows
> > version of Java, which is not an X application. You will not be able to
> > forward the display
>
> He doesn't want to. He wa
On 03 April 2007 17:57, Igor Peshansky wrote:
> There is no Cygwin version of Java. Therefore, you're starting a Windows
> version of Java, which is not an X application. You will not be able to
> forward the display
He doesn't want to. He wants the display to appear on the same remote
machi
On Tue, 3 Apr 2007, Elliston, Jack W CTR USA TRADOC NSC wrote:
> I am unable to launch a java application via ssh such that it displays
> the gui on the remote machine.
>
> Setup:
>
> Machine 1 (Linux)--ssh--> Machine 2 (WinXP w/ Cygwin 1.5.24)
>
> Example:
> At the prompt I type "java -j
On Tue, 3 Apr 2007, Bob Rossi wrote:
> Hi,
>
> I have one more cgdb issue that seems to be cygwin related. However, it
> could be a gdb issue. I'm not sure.
>
> In verison cgdb-0.6.3 I start GDB up on a pipe and communicate with it
> over the pipe. This works fine, except that GDB behaves slightly
Hi,
I have one more cgdb issue that seems to be cygwin related. However, it
could be a gdb issue. I'm not sure.
In verison cgdb-0.6.3 I start GDB up on a pipe and communicate with it
over the pipe. This works fine, except that GDB behaves slightly
differently when it is invoked on a pipe rather t
I am unable to launch a java application via ssh such that it displays
the gui on the remote machine.
Setup:
Machine 1 (Linux)--ssh--> Machine 2 (WinXP w/ Cygwin 1.5.24)
Example:
At the prompt I type "java -jar Notepad.jar" in the correct directory
expecting to see the java Notepad displ
On 03 April 2007 17:18, Pavel Kudrna wrote:
> (Such dos path containing period is legal and is used in Novell Client
> as search drives.)
However it is impossible to reproduce precisely in cygwin, as there is no
concept of a current directory per-drive, only one for the entire system.
> Pavel
Hi,
when dos(win32) path contains period, e.g. "c:." bash instead of
converting to "/cygdrive/c" incorrectly copies
this string into PATH variable including colon!
(Such dos path containing period is legal and is used in Novell Client
as search drives.)
Pavel Kudrna
C:\temp> path c:\temp;c:.;
Dave Korn presented the following explanation :
On 03 April 2007 16:25, Kevin Markle wrote:
Dave Korn wrote on 4/3/2007 :
***PING!
I bet you have dos line endings in your 1group_1a_dev_clientlist.out
file.
Thank you thank you and thank you that was it oh any by the way Thank
you!
On 03 April 2007 16:25, Kevin Markle wrote:
> Dave Korn wrote on 4/3/2007 :
>> ***PING!
>>
>> I bet you have dos line endings in your 1group_1a_dev_clientlist.out
>> file.
> Thank you thank you and thank you that was it oh any by the way Thank
> you!
>
> No longer frustrated :D :D
H
Dave Korn wrote on 4/3/2007 :
On 03 April 2007 15:46, Kevin Markle wrote:
Dave Korn pretended :
What are you *trying* to do with that second grep?
There are 2 files related to each client listed in the file
1group_1a_dev_clientlist.out the first grep grabs both files and the
second one
Andrew Louie brought next idea :
On 4/3/07, Kevin Markle wrote:
There are 2 files related to each client listed in the file
1group_1a_dev_clientlist.out the first grep grabs both files and the
second one get the specific log with the work windows in it:
[EMAIL PROTECTED] /cygdrive/e/wsus/grou
On 03 April 2007 15:46, Kevin Markle wrote:
> Dave Korn pretended :
>> What are you *trying* to do with that second grep?
> There are 2 files related to each client listed in the file
> 1group_1a_dev_clientlist.out the first grep grabs both files and the
> second one get the specific log with
On 4/3/07, Kevin Markle wrote:
There are 2 files related to each client listed in the file
1group_1a_dev_clientlist.out the first grep grabs both files and the
second one get the specific log with the work windows in it:
[EMAIL PROTECTED] /cygdrive/e/wsus/group_1a_DEV
$ ls -al
total 27992
drwx
Dave Korn pretended :
On 03 April 2007 15:07, Kevin Markle wrote:
Larry Hall (Cygwin) formulated on Monday :
Andrew Louie wrote:
On 4/2/07, Kevin Markle wrote:
Larry Hall (Cygwin) expressed precisely :
Kevin Markle wrote:
What does this mean please and or would you send me your copy tha
On Tue, Apr 03, 2007 at 10:13:20AM -0400, Bob Rossi wrote:
> On Mon, Apr 02, 2007 at 08:37:53PM -0400, Christopher Faylor wrote:
> > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote:
> > >I'm not exactly sure what has changed since the last release to cause
> > >this issue. However, here i
On 03 April 2007 15:07, Kevin Markle wrote:
> Larry Hall (Cygwin) formulated on Monday :
>> Andrew Louie wrote:
>>> On 4/2/07, Kevin Markle wrote:
Larry Hall (Cygwin) expressed precisely :
> Kevin Markle wrote:
>>>
What does this mean please and or would you send me your copy that
On Mon, Apr 02, 2007 at 08:37:53PM -0400, Christopher Faylor wrote:
> On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote:
> >I'm not exactly sure what has changed since the last release to cause
> >this issue. However, here it is.
> >
> >When ctrl-z is typed, CGDB receives a SIGTSTP on both
Larry Hall (Cygwin) formulated on Monday :
Andrew Louie wrote:
On 4/2/07, Kevin Markle wrote:
Larry Hall (Cygwin) expressed precisely :
> Kevin Markle wrote:
What does this mean please and or would you send me your copy that
works fine?
"$LOG" == > "". In these cases, the "hang" is 'cat' w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
A new version of the asciidoc package, asciidoc 8.2.0-1, is now available
for download, replacing 8.1.0-1 as current.
NEWS:
=
This is a new upstream release, and converts to python 2.5 instead of 2.4.
Upstream changes are attached. See also the
> Jason Tishler writes:
> New News:
> ===
> I have updated the version of fetchmail to 6.3.6-1. The tarballs should
> be available on a Cygwin mirror near you shortly.
> The only change between this version and the previous one is the
> following:
> o up
> Teun Burgers writes:
> NEWS:
> =
> fltk is now released in 4 parts
> - fltk-doc: HTML documentation, man-pages, sample code
The following man pages should be removed from the package:
/usr/share/man/cat1/fltk-config.1.gz
/usr/share/man/cat1/fluid.1.gz
/usr/share/man/
> Jonathan C Allen writes:
> PACKAGE DESCRIPTION
> ===
> BSFlite - A minimalist console AIM client
Man pages should go to /usr/share/man/...
Ciao
Volker
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.co
> Chris Sutcliffe writes:
> I've made a new version of the mingw-runtime available for download.
> For a list of changes see below.
Man pages should go to /usr/share/man/...
Ciao
Volker
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http
Hi
/usr/share/pkgconfig/gnome-icon-theme.pc from gnome-icon-theme-2.14.2-1
should be in /usr/lib/pkgconfig/gnome-icon-theme.pc
Ciao
Volker
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cy
Right, that's what you'd expect, because the backticks mean "execute this
command, then substitute all the output it generates in place on the command
line". So you're telling bash to run ssh-host config and then treat all the
messages it outputs as commands to execute!
Also, because you d
56 matches
Mail list logo