On Thu, Sep 11, 2003 at 04:12:43PM -0700, Andrew DeFaria wrote:
> Since upgrading to 1.5.3 I cannot start cron or apache as services. They
> were added as follows:
> [...]
> cron : PID 3856 : starting service `cron' failed: execv: 1, Operation
> not permitted
> [...]
I've just tested it and it s
Hi
Can anyone help me with the installation of thr full utilities of cygwin. I
1. downloaded the setup.exe
2. Choose to install by downloading from the internet
3. and choose all modules to be installed in the curr package
in one installation I get all the unix command available, and in the
seco
Hello all,
I figured out what was wrong.
It seems to be the statement 'exec 2>&1' that is no longer working.
Rgds
- Original Message -
From: "Thomas V. Fischer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 08, 2003 09:12
Subject: rxvt hanging after latest cygwin u
On Fri, Sep 12, 2003 at 10:29:19AM +0200, Thomas V. Fischer wrote:
> Hello all,
>
> I figured out what was wrong.
>
> It seems to be the statement 'exec 2>&1' that is no longer working.
$ cat foo.sh
#!/bin/bash
exec 0~/.foobar
exec 2>&1
ls qwert foo.sh
$ bash --login -c "./foo.sh"
$ cat .foobar
On Thu, Sep 11, 2003 at 11:21:16AM -0400, Igor Pechtchanski wrote:
> On Thu, 11 Sep 2003, Ronald Landheer-Cieslak wrote:
>
> > In the author section, both the E-mail address and the homepage URL are
> > missing, which renders:
> >
> > AUTHOR
> >If you need to get in contact with the author
On Thu, Sep 11, 2003 at 11:21:16AM -0400, Igor Pechtchanski wrote:
> You're just *daring* the SPAM filter, aren't you? ;-)
Actually, I just noticed that my original message didn't get through my own
spam filter ;)
rlc
--
"Our vision is to speed up time, eventually eliminating it."
> > Setup claims to be trying to run a script called
> > /etc/postinstall/XFree86-bin-icons.sh, which is a symlink to
> > /usr/X11R6/bin/XFree86-bin-icons.sh.
> >
> > After cancelling setup, I can still run Cygwin and XFree86 (phew.)
> >
> > Any ideas, please?
Hi all,
I've just installed cygwin
Look here:
http://cygwin.com/packages/
Looking for bin/tar, I get
tar/tar-1.13.25-1 A GNU file archiving program
tar/tar-1.13.25-3 A GNU file archiving program
so, you need to install the "tar" package for tar ;)
You might also want to look here:
http://cygwin.com/faq
On Thu, Sep 11, 2003 at 04:50:20PM -0400, R. Bernstein wrote:
> Corinna Vinschen writes:
> > Using the bash source package from the Cygwin distro might help.
>
> The source does not contain patches or diffs. Are there patches stored
> separately from source? What happens when a new release comes
Christopher Faylor writes:
>
> On Thu, Sep 11, 2003 at 09:54:10PM -0700, Rick Rankin wrote:
> >--- Christopher Faylor wrote:
> >>We can't get decent bug reports without begging, so, just feel lucky
> >>that the system works at all.
> >
> >Well, let me see what I can do...
>
> The offer is very mu
Greetings everyone.
I have a project in Visual Studio .NET, which I want to compile using the
CYGWIN compiler tools, instead of the Microsoft C compiler. I couldn't
figure how to do so.
I'd appreciate any ideas.
Thanks in advance,
Eran.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscr
Corinna Vinschen writes:
> I have just ran that diff since I'm passing over bash maintainership
> to Ronald Landheer-Cieslak.
Actually, I ran it myself yesterday and applied the cygwin-oriented
patches which are very few (but they were different and therefore
probably better than the on-the-fly
Make reports Error 255 if make rule contains redirections '>' or pipelines '|'.
Example of Makefile:
test:
ls -al | cat
But if Makefile will be rewritten as this:
test:
bash -c 'ls -al | cat'
then there are no problems will be.
Thanks!
P.S. Please CC to Reply.
--
Unsubscribe
On Fri, Sep 12, 2003 at 08:14:21AM -0400, R. Bernstein wrote:
> > The Cygwin version is vanilla bash plus patches 001 to 004 plus the
> > below patches:
> Actually, if you look here:
>
> http://ftp.gnu.org/pub/gnu/bash/bash-2.05b-patches/
>
> you'll see that there are 3 more from March of thi
There's a gawk script that can convert dsw files to Makefiles. It's a MinGW
utility you can get here:
http://jrfonseca.dyndns.org/projects/gnu-win32/software/msds/
It targets the MinGW environment, which comes very, very close to Cygwin.
You may need to edit the Makefile a wee bit, though, to get
Hi Corinna,
bingo! Thanks to your hint my cygwin is working now perfectly on an external disk
drive (Momobay CX-2 with a 40GB 2,5" disk, Firewire/USB2.0 :-)) The only thing still
to improve is to mount a Firewire or USB 2.0 card in the PC to connect the drive (with
USB 1.1 it is quite slow)
Tha
On Fri, Sep 12, 2003 at 05:47:53PM +1000, Manal Helal wrote:
>Hi
>
>Can anyone help me with the installation of thr full utilities of cygwin. I
>
>1. downloaded the setup.exe
>2. Choose to install by downloading from the internet
>3. and choose all modules to be installed in the curr package
>
>in
On Fri, Sep 12, 2003 at 04:43:58PM +0400, Igor Yu. Zhbanov wrote:
>Make reports Error 255 if make rule contains redirections '>' or pipelines '|'.
>Example of Makefile:
>
>test:
> ls -al | cat
>
>But if Makefile will be rewritten as this:
>
>test:
> bash -c 'ls -al | cat'
>
>then there
This is all a bit too cryptic for me.
Ronald Landheer-Cieslak writes:
> The patches that have not been applied yet will be applied in the next
> release.
Whose release? If you are talking about a cygwin release, yes, I'd
imagine one would want to put in public patches that are missing :-)
As
On Fri, Sep 12, 2003 at 10:13:21AM -0400, R. Bernstein wrote:
> This is all a bit too cryptic for me.
>
> Ronald Landheer-Cieslak writes:
> > The patches that have not been applied yet will be applied in the next
> > release.
>
> Whose release? If you are talking about a cygwin release, yes,
Olivier,
On Thu, Sep 11, 2003 at 05:58:14PM -0400, Christopher Faylor wrote:
> On Thu, Sep 11, 2003 at 11:55:10PM +0200, Olivier Lefevre wrote:
> >OK, so I upgraded everything and now with python 2.3.2 it works.
> >Weird. I didn't change anything else.
When I built Python 2.3-2, I didn't change
I installed cygwin using "setup.exe".
The option I used is "install".
But I could not compile by
gcc -o target progam.c -lX11
The error is "... ld: can not find -lX11"
Before, I got answer it caused loss of path of libX11.a.
But the file is not found in the system.
Please someone help me!
Shigeyo
Corinna Vinschen wrote:
On Thu, Sep 11, 2003 at 04:12:43PM -0700, Andrew DeFaria wrote:
Since upgrading to 1.5.3 I cannot start cron or apache as services. They
were added as follows:
[...]
cron : PID 3856 : starting service `cron' failed: execv: 1, Operation
not permitted
[...]
I've just tested
Thomas V. Fischer wrote:
Hello all,
I figured out what was wrong.
It seems to be the statement 'exec 2>&1' that is no longer working.
Rgds
- Original Message -
From: "Thomas V. Fischer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 08, 2003 09:12
Subject: rxvt hang
Andrew,
On Wed, Sep 10, 2003 at 04:39:18PM +0100, Andrew B. Clegg wrote:
> But seriously... I'd like to get the hang of creating and contributing
> packages before I get my teeth into something more substantial -- e.g.
> I've compiled cdrtools for Cygwin and would like to maintain it as a
> packag
Hi
On aWin 2003 Server, I got the message
'Setuid : 500: Not permitted' when trying to login using RSA PK mechanisms.
Login/Passwd works just fine, but using a PKey won't work.
default install of cygwin, using openssh 3.3 and configured using the
'ssh-host-config' script
authorized_key matches, d
--- Christopher Faylor <[EMAIL PROTECTED]> wrote:
> On Thu, Sep 11, 2003 at 09:54:10PM -0700, Rick Rankin wrote:
> >--- Christopher Faylor wrote:
> >>We can't get decent bug reports without begging, so, just feel lucky
> >>that the system works at all.
> >
> >Well, let me see what I can do...
>
>
On Fri, Sep 12, 2003, Rick Rankin wrote:
> Many thanks. Did the fix make it into last night's snapshot?
By looking at the ChangeLog link for that snapshot, I'd say it did. Use
the source, Luke :).
--
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety In
Thanks for the clue, I had multple versions of cygwin1.dll especially
with XPlanet which was running. I have now fixed the problem.
Thanks again.
Robert
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation:
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Christopher Faylor
> Well, I have a theory on why this is happening and have checked
> in a change
> to deal with it. I'm generating a snapshot now. Please give it a try.
>
> cgf
Sorry to report this; the changes you made seems n
i ran my script again after killing all my other user
processes - firewall, virus watcher, pgp and other.
the problem persists.
it does, however, appear to be memory related.
as the script runs, physical memory usage climbs
slowly to 225248k (out of 261424k), at which point the
script dies.
i sh
--- Rick Rankin <[EMAIL PROTECTED]> wrote:
>
> --- Christopher Faylor <[EMAIL PROTECTED]> wrote:
> > On Thu, Sep 11, 2003 at 09:54:10PM -0700, Rick Rankin wrote:
> > >--- Christopher Faylor wrote:
> > >>We can't get decent bug reports without begging, so, just feel lucky
> > >>that the system wor
This is a multi-part message in MIME format.
--090009040601030501080209
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
I've made a new version of the w32api headers and libraries available
for download. A list of what has changed is attache
On Fri, Sep 12, 2003 at 11:18:25AM -0500, Brian Ford wrote:
>On Fri, Sep 12, 2003, Rick Rankin wrote:
>>Many thanks. Did the fix make it into last night's snapshot?
>
>By looking at the ChangeLog link for that snapshot, I'd say it did.
>Use the source, Luke :).
Boy, I hate it when someone steals
On Fri, Sep 12, 2003 at 09:42:54AM -0700, james pentland wrote:
>i ran my script again after killing all my other user processes -
>firewall, virus watcher, pgp and other.
>
>the problem persists.
>
>it does, however, appear to be memory related. as the script runs,
>physical memory usage climbs s
Where can I get Jason Tishler's VSFtpD port for cygwin as mentioned here
http://www.cygwin.com/ml/cygwin/2003-04/msg01844.html
I am attempting to use ProFtpD to do some stuff with 2000/xp and I am
having what appears to be the same problem that precipitated the post
above.
I tried searching thro
On Fri, Sep 12, 2003 at 06:36:18PM +0200, Hannu E K Nevalainen (garbage mail) wrote:
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
>> Of Christopher Faylor
>
>
>> Well, I have a theory on why this is happening and have checked
>> in a change
>> to deal with it. I'm generating a snaps
I just tried the snapshot and it works for me too...
Unfortunately, I can't ctrl-c out of my java processes with
rxvt, even though it works with the bash batch file. I assume
that there isn't a workaround for this (besides to use cygwin in
the DOS shell).
Windows based programs (ping, notepad, e
Hello,
I would like to start a dialog about the dpkg package.
I see that it's included in the cygwin package list,
and is installable via the cygwin setup/installer.
However.
I also see that the package doesn't initialize correctly
(when you run dselect, things don't happen as I expect).
A
Joe,
On Fri, Sep 12, 2003 at 10:55:47AM -0700, Joseph Ishak wrote:
> Where can I get Jason Tishler's VSFtpD port for cygwin as mentioned
> here
>
> http://www.cygwin.com/ml/cygwin/2003-04/msg01844.html
Umm... No where.
> I am attempting to use ProFtpD to do some stuff with 2000/xp and I am
> h
Corinna Vinschen writes:
> On Tue, Sep 09, 2003 at 03:33:42PM -0500, Pete McCann wrote:
> >
> > Hi,
> >
> > After some more hunting, I now understand there is a difference
> > between the cygwin heap and the user heap. My problem is that I'm
> > running out of cygwin heap:
>
> Can you check h
On Fri, 12 Sep 2003 12:02:27 -0400, you wrote:
>Does cdrtools work under Cygwin 1.5.3? IIRC, the last Cygwin version
>that worked was 1.3.17. I haven't tried since 1.3.22.
They actually work perfectly under Cygwin 1.5.3! There are no problems
with piping from mkisofs to cdrecord as well as cdda
At 11:18 AM 9/12/2003, Shigeyoshi Tsutsui you wrote:
>I installed cygwin using "setup.exe".
>The option I used is "install".
>But I could not compile by
>gcc -o target progam.c -lX11
>The error is "... ld: can not find -lX11"
>Before, I got answer it caused loss of path of libX11.a.
>But the file i
At 11:25 AM 9/12/2003, Andrew DeFaria you wrote:
>Corinna Vinschen wrote:
>
>>On Thu, Sep 11, 2003 at 04:12:43PM -0700, Andrew DeFaria wrote:
>>
>>>Since upgrading to 1.5.3 I cannot start cron or apache as services. They
>>>were added as follows:
>>>[...]
>>>cron : PID 3856 : starting service `cron
Pierre,
On my laptop, exim/minires has transient DNS lookup problems when I'm
VPN-ed into my company's network, but does not exhibit this behavior
when I'm directly connected to it.
When VPN-ed, I get errors like the following:
2003-09-12 15:07:36 HL47SO-00014S-5P <= [EMAIL PROTECTED]
H=(ti
Hi,
is emacspeak for cygwin available? I searched for emacspeak but it returns 0
matches.
And btw. is somebody on the list who uses a Hercules Game Theater XP
soundcard?
Thanks in advance
Arno
--
Arno Schuh, Staden 42, 54439 Saarburg, Germany
Tel +49 6581 3944 Fax +49 1212 518426019 [EMAIL PROT
Jason Tishler wrote:
>
> Pierre,
>
> On my laptop, exim/minires has transient DNS lookup problems when I'm
> VPN-ed into my company's network, but does not exhibit this behavior
> when I'm directly connected to it.
>
> When VPN-ed, I get errors like the following:
>
> 2003-09-12 15:07:36 HL
Pierre,
On Fri, Sep 12, 2003 at 04:45:07PM -0400, Pierre A. Humblet wrote:
> Jason Tishler wrote:
> > Any ideas on how to further debug this problem?
>
> Yes, run exim with the resolver debug flag set, exim -d+resolver
> ..
Sorry, I should have mentioned that I found the following:
http
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Christopher Faylor
> On Fri, Sep 12, 2003 at 06:36:18PM +0200, Hannu E K Nevalainen
> (garbage mail) wrote:
> >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> >> Of Christopher Faylor
> >
> >
> >> Well, I have a theory on
(responding to my own post)
Pete McCann writes:
>
> Corinna Vinschen writes:
>
> > On Tue, Sep 09, 2003 at 03:33:42PM -0500, Pete McCann wrote:
> > >
> > > Hi,
> > >
> > > After some more hunting, I now understand there is a difference
> > > between the cygwin heap and the user heap.
Jason Tishler wrote:
>
> Pierre,
>
> On Fri, Sep 12, 2003 at 04:45:07PM -0400, Pierre A. Humblet wrote:
> > Jason Tishler wrote:
> > > Any ideas on how to further debug this problem?
> >
> > Yes, run exim with the resolver debug flag set, exim -d+resolver
> > ..
>
> Sorry, I should have ment
Hartmut,
On Fri, Sep 12, 2003 at 10:14:23PM +0200, Hartmut Welpmann wrote:
> On Fri, 12 Sep 2003 12:02:27 -0400, you wrote:
> >Does cdrtools work under Cygwin 1.5.3? IIRC, the last Cygwin version
> >that worked was 1.3.17. I haven't tried since 1.3.22.
>
> They actually work perfectly under Cyg
These two instances of ls -lna use SHOULD be with the same snapshot. I can't
say that I'm 100% sure about this though... AND PLEASE NOTE: I'm getting
TIRED (I do mistakes under these circumstances).
Compare the "." -line; should it differ as it does?
Previous posting by me:
> $ command ls -aln /
Hi Hannu and Chris -
Please see my comments below.
Hannu E K Nevalainen (garbage mail) wrote:
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Christopher Faylor
Well, I'm fresh out of ideas, then. I'm back to being unable to fix what
I can't duplicate.
:?7 sorry to hear that
On Fri, 5 Sep 2003, Frédéric L. W. Meunier wrote:
> I just switched to 3.2-3 and was impressed with the following:
>
> Cygwin -O2 -O2 + -Wl,-s -Os -Os + -Wl,-s
> --
> 2.95.3-10 15178 665615178 6656
> 3.2-3 26710 14336 26008 13824
Why not try uninstalling the firewall/virus scanner, restart your
computer, and try this again.
james pentland wrote:
i ran my script again after killing all my other user
processes - firewall, virus watcher, pgp and other.
the problem persists.
it does, however, appear to be memory related.
as
On Fri, Sep 12, 2003 at 11:21:19PM +0200, Hannu E K Nevalainen (garbage mail) wrote:
>total 16450
>dr-xr-xr-x2 500 513 0 Nov 21 2002 .
^
That's the problem.
I found a bug in my previous code (strcpy != strcat) which probably accounts
for it. I'll generate anot
I've made test versions of gcc 3.3.1 (and the accompanying gcc-mingw
package) available via setup. This version is the 3.3.1 release plus
the usual cygwin + mingw patches -- most of which come from Danny Smith.
The set of custom patches necessary for cygwin and mingw is shrinking
all of the time.
MR Buba MUSA.
BANK OF AFRICA,
Ougadougou, Burkina Faso
Dear Friend,
I am a staff of the above bank.I am writing to seek your interest over a
transcation discovered in my department .
In my department I discovered an abandoned sum of $11.5m US dollars
(Eleven million, five hundred thousand
After building my own cygwin1.dll with debugging info, I think I figured
out my problem with xfree devel and Cygwin 1.5.3-1 here:
http://www.cygwin.com/ml/cygwin-xfree/2003-09/msg00204.html
The Xt library is a pre 1.5.3-1 static one. It calls stat. At link time,
my test app links with Xt and it
The current setup.ini timestamp 1063423207 installs cygwin-1.3.22-1.
Otherwise no change from previous version timestamp 1063377009. Is this all
right?* This upgrade broke my Cygwin but luckily I had a copy of
cygwin-1.5.3-1 lying around so I just re-named that to get going again.
*Just 'cos mine b
Although shutdown.exe works fine on NT (XP at least), it's not possible to
shutdown a system to a power off state with shutdown.exe on Win9x
(Win98SE tested).
It's been my experience (on Win98SE anyway) that it's directly related
to the ShutdownEx() API. Despite what the API docs say, EWX_POWEROFF
On Fri, 12 Sep 2003, Larry Hall wrote:
> At 11:25 AM 9/12/2003, Andrew DeFaria you wrote:
> >Corinna Vinschen wrote:
> >
> >>On Thu, Sep 11, 2003 at 04:12:43PM -0700, Andrew DeFaria wrote:
> >>
> >>>Since upgrading to 1.5.3 I cannot start cron or apache as services. They
> >>>were added as follows
Hi,
I am using a Windows Command line Application which uses License using FLEXLM to be
run on Cygwin.
When I run the application on Windows DOS Command Prompt, While I hit the Ctrl-C, the
Application comes to its own Prompt and not to the Command prompt.
But, when I run it on Cygwin, Hitting
On Sat, 13 Sep 2003, Mani Krishnan Venkatachari wrote:
> Hi,
>
> I am using a Windows Command line Application which uses License using
> FLEXLM to be run on Cygwin.
>
> When I run the application on Windows DOS Command Prompt, While I hit
> the Ctrl-C, the Application comes to its own Prompt and
65 matches
Mail list logo