Refused mail (too big)

2005-01-06 Thread daemon
Your email could not be delivered to [EMAIL PROTECTED] Reason: too big
(maximum size is 10240 bytes).

Il messaggio non puo' essere recapitato a [EMAIL PROTECTED] in quanto
eccessivamente grande (massimo 10240 byte).


* MESSAGE BODY SUPPRESSED *

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



Re: Qestion about Bash Fork Resource Temporily Unavailable for NS2.28 and NS2.27

2005-07-02 Thread daemon

Welcome to posting to the ns-users mailing list!

We automatically send this message to every new person who sends mail
to the list.  You should only receive it once.  My apologies if the
program contacts you twice, perhaps because you have multiple e-mail
addresses or send mail from multiple machines.

If you are an experienced ns-user who simply has not posted since we
started using this responder, our apologies for inconveniencing you
with this message.  This message is intended to help inform users and
cut down on redundant posts, which benefits everyone.

Please look at the attached list of ns Frequently Asked Questions.
If it answers your question, great!  You're done.
If not, please RE-SEND your original message to [EMAIL PROTECTED]
A copy of your original message is included below for reference.

You will NOT have to do re-send your message every time you post, only
the FIRST time you send from a new account.  The goal is to quickly
help new users find the FAQ (hopefully answering their question).

Thanks,
   -the ns development team





The Network Simulator ns-2: Frequently Asked Questions

   (This FAQ is also on the web at
   http://www.isi.edu/nsnam/ns/ns-faq.html.)
   
 * _Where do I get ns?_
   
   From the ns web site at http://www.isi.edu/nsnam/ns/ns.html and
   the download page http://www.isi.edu/nsnam/ns/ns-tests.html.
   
 * _What platforms does ns run on and what kind of hardware do I
   need?_
   
   Please see "where to start" on the building ns web page:
   http://www.isi.edu/nsnam/ns/ns-build.html#start.
   
 * _What should I do if I have trouble downloading/extracting ns?_
   
   This question is answered in detail at
   http://www.isi.edu/nsnam/ns/ns-problems.html#downloading.
   
 * _What should I do if I encounter problems building ns?_
   
   Check:
 1. the README that comes in the distribution (very brief),
 2. the "installation problems, bug fixes and help" web page
http://www.isi.edu/nsnam/ns/ns-problems.html,
 3. the archives of the ns-users mailing list
http://www.isi.edu/nsnam/ns/ns-lists.html,
 4. post a bug report (see below)
http://www.isi.edu/cgi-bin/nsnam/reportbug.cgi.
   
 * _What do I do after I successfully build ns?_
   
  + Put the path to your ns executable into your PATH environment
  + Put the path to your otcl into your LD_LIBRARY_PATH
environment
  + Put the path to your tcl library into your TCL_LIBRARY
environment
   
 * _Where can I find documentation for ns?_
   
   All documentation is linked from the main ns web page
   http://www.isi.edu/nsnam/ns/. Documentation includes a tutorial
   (originally from Marc Greis) and a reference manual (ns notes and
   documentation).
   
 * _Words, words, words... that documentation is nice, but where are
   some sample scripts I can start from?_
   
   Many sample scripts can be found in the ns distribution in
   ~ns-2/tcl/ex and ~ns-2/tcl/test.
   
 * _What protocols does ns support?_
   
   A lot! Almost all variants of TCP, several forms of multicast,
   wired networking, several ad hoc routing protocols and propagation
   models (but not cellular phones), data diffusion, satellite, and
   other stuff. See the documentation (described above) for details,
   or download ns and look.
   
 * _How do I know that ns correctly implements these protocols?_
   
   Ns has validation tests that cover many protocols, see
   http://www.isi.edu/nsnam/ns/ns-tests.html. However, ultimately
   users are responsible for verifying that ns is accurate for their
   purposes---since we cannot foresee all the ways ns may be used, we
   cannot test all cases with all inputs.
   
 * _Are there any contributed/additional protocols not in the main
   distribution?_
   
   Yes, please see the contributed code web page
   http://www.isi.edu/nsnam/ns/ns-contributed.html. The mailing list
   archives can also be helpful (see below).
   
 * _How should I get started doing something (like implementing a new
   protocol or trying an experiment)?_
   
   We recommend that you look through the tutorial (see
   documentation, above), then start with an example program that is
   most similar to yours (in the tutorial, or in tcl/ex or tcl/test
   in the distribution), and then start changing things.
   
 * _What should I do to compile ns to reflect my changes if I've
   modified some .cc or .h files?_
   
   go to ns directory and run "make" or "make depend; make"
   
 * _How do I subscribe to the ns-users mailing list? How do I search
   old list archives? I can't take any more---how

Not Delivered: RE: Bash shell extension ?

2002-04-12 Thread MAILER-DAEMON

An error occurred sending a message to:
[EMAIL PROTECTED]

Relay host reported error: (127.0.0.1)
550  ... Recipient is unknown


Original Message Follows:
=

Reporting-MTA: dns; avacado.atomice.net

Remote-MTA: dns; 127.0.0.1
Final-Recipient: rfc822;[EMAIL PROTECTED]
Action: failed
Status: 5.0.0
Last-Attempt-Date: Fri, 12 Apr 2002 21:53:03 +0100

--- Begin Message ---

Donald MacVicar wrote:

>>> surely you could just have @="rxvt -ls -e bash -c \"cd '%1'; exec 
>>> bash --login\"" and then all the startup scripts would be run properly? 
>>
>> Nope! Because --login runs /etc/profile and /etc/profile cd's to $HOME!
>
>
> Realised that about 10 secs after I sent the mail. 

I know how that goes! :-)

> how about put the --login on the first bash - i.e. txvt -ls -e bash 
> --login -c ..  Just tried that and it seems to wok.

Perhaps. Actually I'm a big advocate of putting options in ~/.Xdefaults 
to make the command line for things like rxvt a lot shorter. I already 
have loginShell set to true there so the -ls is irrelevent in my situation.

Actually does anybody know how to make this run minimized by default? I 
say that because there is that annoying, flashing window that Windows 
apparenlty runs cmd in to execute the contents of the command key here. 
My workaround for this, WRT shortcuts say on the desktop, is to preceed 
this already long command with "cmd /c start /b..." but then set the 
shortcut to run minimized. So instead of a large flashing cmd window 
there's a momentary blip in the taskbar that is quickly replaced with 
the rxvt entry. BTW the /c is equivalent to -c and start's /b option 
says don't open a cmd window for this command.




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


--- End Message ---


Cron exec /usr/bin/make -r -C /sourceware/cygwin-staging/setup

2013-09-08 Thread Cron Daemon
make: Entering directory `/sourceware1/cygwin-staging/setup'
sh: /var/ftp/pub/cygwin/x86/setup.bz2: Permission denied
make: *** [/var/ftp/pub/cygwin/x86/setup.ini] Error 1
make: Leaving directory `/sourceware1/cygwin-staging/setup'

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



Cron exec /usr/bin/make -r -C /sourceware/cygwin-staging/setup

2013-09-08 Thread Cron Daemon
make: Entering directory `/sourceware1/cygwin-staging/setup'
sh: /var/ftp/pub/cygwin/x86/setup.bz2: Permission denied
make: *** [/var/ftp/pub/cygwin/x86/setup.ini] Error 1
make: Leaving directory `/sourceware1/cygwin-staging/setup'

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



Cron exec /usr/bin/make -r -C /sourceware/cygwin-staging/setup

2013-09-08 Thread Cron Daemon
make: Entering directory `/sourceware1/cygwin-staging/setup'
/bin/rm: cannot remove `/var/ftp/pub/cygwin/x86/setup.ini.sig': Permission 
denied
/bin/rm: cannot remove `/var/ftp/pub/cygwin/x86/setup.bz2.sig': Permission 
denied
make: *** [/var/ftp/pub/cygwin/x86/setup.ini] Error 1
make: Leaving directory `/sourceware1/cygwin-staging/setup'

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



Cron exec /usr/bin/make -r -C /sourceware/cygwin-staging/setup

2013-09-08 Thread Cron Daemon
make: Entering directory `/sourceware1/cygwin-staging/setup'
/bin/rm: cannot remove `/var/ftp/pub/cygwin/x86/setup.ini.sig': Permission 
denied
/bin/rm: cannot remove `/var/ftp/pub/cygwin/x86/setup.bz2.sig': Permission 
denied
make: *** [/var/ftp/pub/cygwin/x86/setup.ini] Error 1
make: Leaving directory `/sourceware1/cygwin-staging/setup'

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



Cron exec /usr/bin/make -r -C /sourceware/cygwin-staging/setup

2013-09-08 Thread Cron Daemon
make: Entering directory `/sourceware1/cygwin-staging/setup'
/bin/rm: cannot remove `/var/ftp/pub/cygwin/x86/setup.ini.sig': Permission 
denied
/bin/rm: cannot remove `/var/ftp/pub/cygwin/x86/setup.bz2.sig': Permission 
denied
make: *** [/var/ftp/pub/cygwin/x86/setup.ini] Error 1
make: Leaving directory `/sourceware1/cygwin-staging/setup'

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



Cron exec /usr/bin/make -r -C /sourceware/cygwin-staging/setup

2013-09-08 Thread Cron Daemon
make: Entering directory `/sourceware1/cygwin-staging/setup'
/bin/rm: cannot remove `/var/ftp/pub/cygwin/x86/setup.ini.sig': Permission 
denied
/bin/rm: cannot remove `/var/ftp/pub/cygwin/x86/setup.bz2.sig': Permission 
denied
make: *** [/var/ftp/pub/cygwin/x86/setup.ini] Error 1
make: Leaving directory `/sourceware1/cygwin-staging/setup'

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



Cron exec /usr/bin/make -r -C /sourceware/cygwin-staging/setup

2013-09-08 Thread Cron Daemon
make: Entering directory `/sourceware1/cygwin-staging/setup'
/bin/rm: cannot remove `/var/ftp/pub/cygwin/x86/setup.ini.sig': Permission 
denied
/bin/rm: cannot remove `/var/ftp/pub/cygwin/x86/setup.bz2.sig': Permission 
denied
make: *** [/var/ftp/pub/cygwin/x86/setup.ini] Error 1
make: Leaving directory `/sourceware1/cygwin-staging/setup'

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



Cron exec /usr/bin/make -r -C /sourceware/cygwin-staging/setup

2013-09-08 Thread Cron Daemon
make: Entering directory `/sourceware1/cygwin-staging/setup'
/bin/rm: cannot remove `/var/ftp/pub/cygwin/x86/setup.ini.sig': Permission 
denied
/bin/rm: cannot remove `/var/ftp/pub/cygwin/x86/setup.bz2.sig': Permission 
denied
make: *** [/var/ftp/pub/cygwin/x86/setup.ini] Error 1
make: Leaving directory `/sourceware1/cygwin-staging/setup'

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



Cron exec /usr/bin/make -r -C /sourceware/cygwin-staging/setup

2013-09-08 Thread Cron Daemon
make: Entering directory `/sourceware1/cygwin-staging/setup'
gpg: Fatal: can't create directory `/sourceware/cygwin-staging/.gnupg': 
Permission denied
make: *** [/var/ftp/pub/cygwin/x86/setup.ini] Error 2
make: Leaving directory `/sourceware1/cygwin-staging/setup'

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



Cron exec /usr/bin/make -r -C /sourceware/cygwin-staging/setup

2013-09-08 Thread Cron Daemon
make: Entering directory `/sourceware1/cygwin-staging/setup'
gpg: Fatal: can't create directory `/sourceware/cygwin-staging/.gnupg': 
Permission denied
make: *** [/var/ftp/pub/cygwin/x86/setup.ini] Error 2
make: Leaving directory `/sourceware1/cygwin-staging/setup'

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



Cron exec /usr/bin/make -r -C /sourceware/cygwin-staging/setup

2013-09-08 Thread Cron Daemon
make: Entering directory `/sourceware1/cygwin-staging/setup'
gpg: Fatal: can't create directory `/sourceware/cygwin-staging/.gnupg': 
Permission denied
make: *** [/var/ftp/pub/cygwin/x86/setup.ini] Error 2
make: Leaving directory `/sourceware1/cygwin-staging/setup'

--
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: XmGrace does not work

2006-10-05 Thread Jonathan D. Arnold / Daemon Dancing

Roberto Veiga wrote:

Dear all:

I've installed Cygwin in my laptop running Windows XP, and a program
that I really need a lot (XmGrace) does not work. When I type the
command "xmgrace" and press Enter, nothing happens. I've seen that
this problem is related to the current version of xorg. Ok, I
reinstalled a previous version of xorg, ran rebaseall and XmGrace
still does not work. I uninstalled and so reinstalled Cygwin, with the
previous version of xorg selected, and XmGrace, unfortunately, insists
not to work. Any idea?


It's unclear on what you have had happen in the past - did it used to
work? If it is a Cygwin/X problem / application, you should probably
post to that list, but one man's guess is that you haven't started
the X server, as that doesn't happen automagically.

--
Jonathan Arnold (mailto:[EMAIL PROTECTED])
Daemon Dancing in the Dark, a FreeBSD weblog:
http://freebsd.amazingdev.com/blog/

UNIX is user-friendly. It's just a bit picky about who its friends are.

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