cgf wrote:
>On Wed, Mar 02, 2005 at 03:37:42PM +0100, Corinna Vinschen wrote:
>>On Mar 2 15:31, Corinna Vinschen wrote:
>>>On Mar 2 13:33, Dave Korn wrote:
Hm. We probably need to put a finit instruction into the autoload code
somewhere. wsock_init () looks like just the place.. now
Derosa, Anthony CIV NAVAIR 2035, 2, 205/214 wrote:
I found a small bug and added a feature to the cygstart utility, which is part of the cygutils package. The feature that I added removes the limit on the length of the command line arguments passed to the target application, which was previously l
On Wed, 2 Mar 2005, Karl M wrote:
> Hi All...
>
> While tracking down an occasional hang in keychain, I tracked it down to
> ssh-add...so I wanted to build OpenSSH. More on this when I finish tracking it
> down. But along the way...
>
> I used the following command from the cygwin openssh readme f
Hi All...
While tracking down an occasional hang in keychain, I tracked it down to
ssh-add...so I wanted to build OpenSSH. More on this when I finish tracking
it down. But along the way...
I used the following command from the cygwin openssh readme file.
./configure --prefix=/usr --sysconfdir=/e
> On Wed, 2 Mar 2005, DePriest, Jason R. wrote:
>
> > I also tunnel VNC through SSH to get a remote desktop when necessary.
> >
> > My problem is: how do I keep these systems updated since my only
> > access is through the components I need to update?
is 'remote desktop' also disabled on these ma
On Wed, Mar 02, 2005 at 02:44:34AM -0500, Jeff Allen wrote:
>Ctrl-C cannot kill my program after it calls system(). It's happening
>in a bigger program that uses UDP, etc. But I can reproduce it in the
>tiny program below.
>
>The following test program shows the problem. You can kill it with
>ctrl-
On Wed, Mar 02, 2005 at 11:32:39AM -0500, Christopher Faylor wrote:
>On Wed, Mar 02, 2005 at 03:37:42PM +0100, Corinna Vinschen wrote:
>>On Mar 2 15:31, Corinna Vinschen wrote:
>>>On Mar 2 13:33, Dave Korn wrote:
Hm. We probably need to put a finit instruction into the autoload code
somew
Charles Davis att.net> writes:
>
> Sorry to bother you folks with this. I read several messages in the
> archive on the
> topic, but am unsure of the bottom line. As I understand it in the CYGWIN
> console
> (and in apps running under it) Control-modified arrow key combinations
> cannot be
I thought I had already set this, but apparently had not or
set it in some session. notice that "man bash",
creates a different output based on the value of LESSCHARSET.
I wanted to use utf-8, but when I set that, I get characters
that don't display properly. Worse, if I set my code page
in the w
Sorry to bother you folks with this. I read several messages in the
archive on the
topic, but am unsure of the bottom line. As I understand it in the CYGWIN
console
(and in apps running under it) Control-modified arrow key combinations
cannot be
distinguished from their unmodified counterparts
On Wed, 2 Mar 2005, Brian Dessent wrote:
> Perhaps a cleaner solution would be to modify the stock /etc/profile to
> detect whether it is running under bash or sh, and create an appropriate
> prompt. I don't know who's maintaining the base-files package or
> whether he/she's interested in looking
Kelly Felkins wrote:
> At the risk of exposing my ignorance of shell initialization, I'm not sure how
> best to fix this.
>
> First, I think the issue is that the emacs shell does not know how to
> interpret
> these sequences. Can emacs be configured to correct this?
I think that it's a sh-vs-b
Is there an actual email I can send my questions reguarding cygwin services?
Alec
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Brian Dessent
Sent: Wednesday, March 02, 2005 4:50 PM
To: cygwin@cygwin.com
Subject: Re: Keeping cygwin updated on remote sy
"DePriest, Jason R." wrote:
> How can I handle in-use files if I am not using setup.exe?
>
> I would love to hear any suggestions that anyone has.
You'll have to cobble something together and use a non-Cygwin method to
do the file replacement. For example, if you're using rsync over ssh
then yo
I'm looking for the best way to eliminate the escape sequences displayed in
emacs shell mode.
example: -
\[\033]0;\w\007
[EMAIL PROTECTED] \[\033[33m\w\033[0m\]
$
--
It is clear these are from the shell prompt that I believe is being established
b
Kevin Everets wrote:
I'm trying to get PAR 0.87 (from http://par.perl.org) installed with
the perl currently in cygwin (v5.8.6). This install worked with an
older version of perl that was in cygwin (perl, v5.8.2 built for
cygwin-thread-multi-64int)
The error during the install process (normally ju
kagemaru wrote:
> I would like to refer to this thread :
> http://sourceware.org/ml/cygwin/2004-10/msg01322.html
>
> I have tried many options, like -1 and -2 options as advised but cron
> still logs into the NT eventlog. It is the same on NT4, XP, W2K and W2K3.
>
> I have registered the service
More background:
The box is running windows 2003 server.
The user running "mkpasswd" is a domain user (ie not a local computer
account). This user is in the host's local administrators group.
Help would be greatly appreciated :->
--
thanks,
Tom
Cygwin Configuration Diagnostics
Current S
Brian Bruns wrote:
> Yeah, I know of that post. I'm still _highly_ confused as to this -
> chalk it up to the fact I'm more used to dealing with return codes in
> Linux, so forgive my ignorance. I'm also not the greatest programmer
> in the world.
>
> Your telling me an exit code of 1 inside of
Hi,
I would like to refer to this thread :
http://sourceware.org/ml/cygwin/2004-10/msg01322.html
I have tried many options, like -1 and -2 options as advised but cron
still logs into the NT eventlog. It is the same on NT4, XP, W2K and W2K3.
I have registered the service as :
cygrunsrv -I "cygwi
sjklsjksjksjlkj
klsjlsklkl
--
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/
When running
mkpasswd -l -d
I get the error:
mkpasswd (249): [5] Access is denied.
See below bash session:
[EMAIL PROTECTED] ~
$ date; uname -a
Wed Mar 2 10:37:14 CST 2005
CYGWIN_NT-5.2 c7mkes132 1.5.13(0.122/4/2) 2005-03-01 11:01 i686 unknown
unknown Cygwin
[EMAIL PROTECTED
On Wed, 2 Mar 2005, DePriest, Jason R. wrote:
> I have about 20 systems that are either behind firewalls that I don't
> control or hardened so that my only access to them is via SSH.
>
> I am using OpenSSH installed with the Cygwin setup.exe program and
> configured with the included scripts.
>
>
I recently upgraded my Cygwin install to 1.5.13-1 from 1.5.12-1 and noticed that
cygwin is now setting the "ctime" for files after write operations. I scanned
the list archives and saw the discussion of this change, but I saw no mention
of the fact that on Windows/NTFS, "ctime" is actually file c
On Wed, Mar 02, 2005 at 03:58:22PM -0500, Brian Bruns wrote:
>On Wednesday, March 02, 2005 3:45 PM [EST], Christopher Faylor wrote:
>> http://sources.redhat.com/ml/cygwin/2005-01/msg01382.html
>
>Yeah, I know of that post. I'm still _highly_ confused as to this -
>chalk it up to the fact I'm more
I'm trying to get PAR 0.87 (from http://par.perl.org) installed with
the perl currently in cygwin (v5.8.6). This install worked with an
older version of perl that was in cygwin (perl, v5.8.2 built for
cygwin-thread-multi-64int)
The error during the install process (normally just:
perl Makefile.P
On Wednesday, March 02, 2005 3:45 PM [EST], Christopher Faylor wrote:
>
> http://sources.redhat.com/ml/cygwin/2005-01/msg01382.html
>
Yeah, I know of that post. I'm still _highly_ confused as to this -
chalk it up to the fact I'm more used to dealing with return codes in
Linux, so forgive my ig
>
> You can't. Cygwin is not Linux. Building Linux kernel modules for
> Cygwin is not possible.
>
Ok, i got it. One more question then: what is the purpose of 'instmodsh'
programm? With 'Perl' to be the only entry in the 'Installed modules are'.
Many thanks indeed,
Artem A. Avetisyan.
>
> Cori
On Wed, Mar 02, 2005 at 03:30:00PM -0500, Brian Bruns wrote:
>Sorry to bring this up again, but I'm having issues again with Cygwin
>not passing error level codes back to the cmd shell.
>
>Example, when clamscan finds a virus, it issues a return code of 1.
>Inside of a Cygwin env it returns fine.
>
Hey all,
Sorry to bring this up again, but I'm having issues again with Cygwin
not passing error level codes back to the cmd shell.
Example, when clamscan finds a virus, it issues a return code of 1.
Inside of a Cygwin env it returns fine.
../test/clam.exe: ClamAV-Test-File FOUN
I have about 20 systems that are either behind firewalls that I don't
control or hardened so that my only access to them is via SSH.
I am using OpenSSH installed with the Cygwin setup.exe program and
configured with the included scripts.
I also tunnel VNC through SSH to get a remote desktop when
When running
mkpasswd -l -d
I get the error:
mkpasswd (249): [5] Access is denied.
See below bash session:
[EMAIL PROTECTED] ~
$ date; uname -a
Wed Mar 2 10:37:14 CST 2005
CYGWIN_NT-5.2 c7mkes132 1.5.13(0.122/4/2) 2005-03-01 11:01 i686 unknown
unknown Cygwin
[EMAIL PROTECTED] ~
On Wed, 2 Mar 2005, Erwin wrote:
> Hello everyone I just installed cygwin then its packages (apache)
> Using mirror kambing.vlsm.org .I cant get it worked. I used the setup.exe
> GUI. What am I missing here?
The exact description of the problems you've had, and the information
about your system,
On Wed, Mar 02, 2005 at 06:42:13PM -, Dave Korn wrote:
>Original Message
>>From: Christopher Faylor
>>Sent: 02 March 2005 17:41
>
>> On Wed, Mar 02, 2005 at 05:21:55PM -, Dave Korn wrote:
>>> And I can confirm that adding 'asm ("finit");' to wsock_init (I put it
>>> inside the "if (
Original Message
>From: Christopher Faylor
>Sent: 02 March 2005 17:41
> On Wed, Mar 02, 2005 at 05:21:55PM -, Dave Korn wrote:
>> And I can confirm that adding 'asm ("finit");' to wsock_init (I put it
>> inside the "if (!wsock_started)" clause, just after the closing brace
>> of the "i
On Wed, Mar 02, 2005 at 05:21:55PM -, Dave Korn wrote:
>And I can confirm that adding 'asm ("finit");' to wsock_init (I put it
>inside the "if (!wsock_started)" clause, just after the closing brace
>of the "if (wsastartup)" clause) fixes both the testcase that Ralf
>posted this morning and also
Original Message
>From: Christopher Faylor
>Sent: 02 March 2005 16:33
> On Wed, Mar 02, 2005 at 03:37:42PM +0100, Corinna Vinschen wrote:
>> On Mar 2 15:31, Corinna Vinschen wrote:
>>> On Mar 2 13:33, Dave Korn wrote:
Hm. We probably need to put a finit instruction into the autoload
ll; with the 20050228 snapshot
everything worked fine, as indeed it does with the homebrewed 20050302 that
I am now using. I'll keep an eye out for it but it doesn't seem to be
happening any more.
ObBackOnTheFpuTopic:
And I can confirm that adding 'asm ("finit");'
On Wed, 2 Mar 2005, Corinna Vinschen wrote:
> On Mar 2 10:14, Vincent Rowley wrote:
> > Corinna Vinschen cygwin.com> writes:
> > > Oh, wait. I see you're running coreutils-5.2.1-2. That version might
> > > actually have textmode issues. The current version is 5.2.1-5. Could
> > > you please
On Wed, Mar 02, 2005 at 03:37:42PM +0100, Corinna Vinschen wrote:
>On Mar 2 15:31, Corinna Vinschen wrote:
>>On Mar 2 13:33, Dave Korn wrote:
>>>Hm. We probably need to put a finit instruction into the autoload code
>>>somewhere. wsock_init () looks like just the place.. now if I
>>>just pe
I found a small bug and added a feature to the cygstart utility, which is part
of the cygutils package. The feature that I added removes the limit on the
length of the command line arguments passed to the target application, which
was previously limited to MAX_PATH. The bug I fixed was in rega
On Wed, Mar 02, 2005 at 03:49:33PM +0100, Martin Egholm Nielsen wrote:
>Hi there,
>
>I've ended up here after having rounded the gcc-irc-channel and the
>crosscompiler mailing-list.
>
>The story:
>
>I have compiled a gcc crosscompiler hosted under Cygwin using Dan
>Kegel's Crosstool scripts.
>
>H
Hi there,
I've ended up here after having rounded the gcc-irc-channel and the
crosscompiler mailing-list.
The story:
I have compiled a gcc crosscompiler hosted under Cygwin using Dan
Kegel's Crosstool scripts.
However, as my application is growing in size (number of .o files) I
suddenly get th
On Mar 2 15:31, Corinna Vinschen wrote:
> On Mar 2 13:33, Dave Korn wrote:
> > Hm. We probably need to put a finit instruction into the autoload code
> > somewhere. wsock_init () looks like just the place.. now if I just
> > persuade the CVS code to build without a SIG11 (grmbl grmbl
On Mar 2 13:33, Dave Korn wrote:
> Hm. We probably need to put a finit instruction into the autoload code
> somewhere. wsock_init () looks like just the place.. now if I just
> persuade the CVS code to build without a SIG11 (grmbl grmbl)
Hmm? -v please.
Corinna
--
Corinna Vinsch
Original Message
>From: Ralf B. Schulz
>Sent: 02 March 2005 12:07
> This is a follow-up on thread "1.5.12: FPU affected by gethostname call".
> It shows that calling some functions of the windows API will affect the
> floating point unit so that all calculation are performed with double
>
On Mar 2 17:10, Erwin wrote:
> Anyone know a good mailing list for cygwin where beginers people ask
> profesional people?
That's here. However, you should always start with searching the archives
if your questions have been asked already. A good start is also the user's
guide
http://cygwin.c
On Mar 2 10:14, Vincent Rowley wrote:
> Corinna Vinschen cygwin.com> writes:
> > Oh, wait. I see you're running coreutils-5.2.1-2. That version might
> > actually have textmode issues. The current version is 5.2.1-5. Could
> > you please try if that solves your problem?
>
> I will try this i
This is a follow-up on thread "1.5.12: FPU affected by gethostname call". It
shows that calling some functions of the windows API will affect the floating
point unit so that all calculation are performed with double precision only,
instead of long double precision.
After careful examination, th
Corinna Vinschen cygwin.com> writes:
>
> On Mar 2 09:53, Vincent Rowley wrote:
> > Corinna Vinschen cygwin.com> writes:
> > I'm actually not the only one at my company having this issue. Three of us
are
> > in the same situation. All of us have installed Cygwin the same way
though...
> >
>
Anyone know a good mailing list for cygwin where beginers people ask
profesional people?
Thanks and Regards
Erwin Purnomo
=
This mail was scanned by Trend Micro IMSS 5.5
Running at e-intidata.com mail server
==
On Mar 2 09:53, Vincent Rowley wrote:
> Corinna Vinschen cygwin.com> writes:
> I'm actually not the only one at my company having this issue. Three of us
> are
> in the same situation. All of us have installed Cygwin the same way though...
>
>
> >
> > > Have you found anything suspect in my
Hello everyone I just installed cygwin then its packages (apache)
Using mirror kambing.vlsm.org .I cant get it worked. I used the setup.exe
GUI. What am I missing here?
Oh yea and I'm a newbie at this
Thanks and Regards
Erwin Purnomo
Get Firefox!
=
Corinna Vinschen cygwin.com> writes:
>
> On Mar 2 09:11, Vincent Rowley wrote:
> > Corinna Vinschen cygwin.com> writes:
> > > On Mar 2 03:52, Vincent Rowley wrote:
> > > > peugeot[/cygdrive/c/WINDOWS/system32]> cp notepad.exe notepad_copy.exe
> > > > peugeot[/cygdrive/c/WINDOWS/system32]> dif
On Mar 2 12:33, artem_ave wrote:
> Hi, all.
>
> I'm trying to install shfs module. Installation guide
> (http://shfs.sourceforge.net/install.html) advises me:
> "
> 2. Check the top-level Makefile for KERNEL_SOURCES variable. It should
> contain path to your kernel directory (where include/linux
On Mar 2 09:11, Vincent Rowley wrote:
> Corinna Vinschen cygwin.com> writes:
> > On Mar 2 03:52, Vincent Rowley wrote:
> > > peugeot[/cygdrive/c/WINDOWS/system32]> cp notepad.exe notepad_copy.exe
> > > peugeot[/cygdrive/c/WINDOWS/system32]> diff notepad.exe notepad_copy.exe
> > > Files notepad.e
Hi, all.
I'm trying to install shfs module. Installation guide
(http://shfs.sourceforge.net/install.html) advises me:
"
2. Check the top-level Makefile for KERNEL_SOURCES variable. It should
contain path to your kernel directory (where include/linux resides).
"
I really have no idea what to set a
Corinna Vinschen cygwin.com> writes:
>
> On Mar 2 03:52, Vincent Rowley wrote:
> > Hi,
> >
> > We found that cp corrupts binary files which is quite embarrassing...
> >
> > peugeot[/cygdrive/c/WINDOWS/system32]> cp notepad.exe notepad_copy.exe
> > peugeot[/cygdrive/c/WINDOWS/system32]> diff n
On Mar 2 03:52, Vincent Rowley wrote:
> Hi,
>
> We found that cp corrupts binary files which is quite embarrassing...
>
> peugeot[/cygdrive/c/WINDOWS/system32]> cp notepad.exe notepad_copy.exe
> peugeot[/cygdrive/c/WINDOWS/system32]> diff notepad.exe notepad_copy.exe
> Files notepad.exe and note
Hi,
We found that cp corrupts binary files which is quite embarrassing...
peugeot[/cygdrive/c/WINDOWS/system32]> cp notepad.exe notepad_copy.exe
peugeot[/cygdrive/c/WINDOWS/system32]> diff notepad.exe notepad_copy.exe
Files notepad.exe and notepad_copy.exe differ
Please find attached the output
60 matches
Mail list logo