Re: dll_list::load_after_fork() blues (was Re: [ python-Bugs-489709 ] Building Fails ...)

2001-12-16 Thread Robert Collins

- Original Message -
From: "Jason Tishler" <[EMAIL PROTECTED]>


> Rob,
>
> On Mon, Dec 10, 2001 at 11:42:01PM +1100, Robert Collins wrote:
> > Possibly because the cygwin heap is getting allocated across where
those
> > .dll's would go.
>
> That is what I figured.  Any suggestions on a good address to use
during
> the rebasing?

Leave ~ the size of the cygwin heap between each .dll needed to load
bash + (say) vim. Then use process explorer to see where the heap is
occuring, and rebase everything second time avoiding that base + the
size of the maximum heap.

Rob


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




Re: bc & dc

2001-12-16 Thread Lewis Mammel


Thanks for responses. I used "save link as" and got the
55k package in my /home/default ( also I installed bzip2),
but I get "bzip2: Data integrity error when decompressing."
with tar -xjf options. Is it just a bad file? I see some talk
about a GNU version. Will this work? There's nothing tricky
about the install is there?

Thanks again. Sorry to bother.

Why oh why aren't bc & dc on the Cygwin page 
They're primal UNIX.

Lew Mammel, Jr.

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




Re: bc & dc

2001-12-16 Thread Robert Collins

Use setup.exe to install bc and dc. Installing by hand is not supported
by this list - you are on your own.

http://www.cygwin.com/packages/bc/ is the link on the cygwin page.

Rob
===
- Original Message -
From: "Lewis Mammel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, December 16, 2001 7:10 PM
Subject: Re: bc & dc


>
> Thanks for responses. I used "save link as" and got the
> 55k package in my /home/default ( also I installed bzip2),
> but I get "bzip2: Data integrity error when decompressing."
> with tar -xjf options. Is it just a bad file? I see some talk
> about a GNU version. Will this work? There's nothing tricky
> about the install is there?
>
> Thanks again. Sorry to bother.
>
> Why oh why aren't bc & dc on the Cygwin page 
> They're primal UNIX.
>
> Lew Mammel, Jr.
>
> --
> 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/
>
>


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




Re: dll_list::load_after_fork() blues (was Re: [ python-Bugs-489709 ] Building Fails ...)

2001-12-16 Thread Robert Collins

- Original Message -
From: "Jason Tishler" <[EMAIL PROTECTED]>
>   - cygwin1.dll: since I believe that it relies on being based
> at 0x6100

It does not rely on any base address per se. It *does* reply on the base
address being consistent between forked/spawned and exec'd parent and
children. That means that the base address must be one of the following:
a) Whatever is in the .dll, in all cygwin processs (for a given process
hierarchy). (ie it can be different for different invocations of
cygwin.bat).
b) Relocated consistently on the fly in all cygwin processs (for a given
process hierarchy). (ie it can be different for different invocations of
cygwin.bat).

>   - cygcurl-2.dll: because it gets "whacked" by rebase and
> AFAICT is not used by Python anyway

Can you detail 'whack' a little more?

>   - cygtclpip80.dll: because it appears not to be relocatable

What error do you get?

> Unfortunately, when I run the complete Python regression test, I still
> get the same three test failures as reported by Michael without
rebasing:
>
> test_popen2
> test_pty
> test_socket
>
> When I run these tests individually (i.e., not part of the complete
test
> suite), then they pass.  Hence, the rebasing appears not to completely
> solve this problem.

Can you get process explorer to show their address space - get them to
fail, and stop rather than terminating (usually there is a dialog you
could leave open or you can use the CYGWIN debug flags).

Rob


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




Re: Installer Problem

2001-12-16 Thread Robert Collins

Do another download from the internet - your setup.ini file is corrupt
or missing.

Rob
===
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, December 08, 2001 10:13 AM
Subject: Installer Problem


> I tried to install Cygwin from a local directory but had to stop
> because of an error.  When I tried again, the installer no longer
> showed development or anything else but "misc" packages.  I
> deleted all the logs I can find but I can't get the installer to
install all
> the packages I want (and that are in a local directory.)  Any
> suggestions?
>
> Thanks!
>
> David Nordquest
> [EMAIL PROTECTED]
>
> --
> 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/
>
>


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




help me please

2001-12-16 Thread maria elisa

can i use cygwin to run psybnc?
if can can you explain how to use cygwin for psybnc?
how do i use login?
how can i get my username n password for login?

__
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com

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




Re: network package problem ((

2001-12-16 Thread David Le Roy

Corinna Vinschen wrote:

>
>Sounds as if your system's services file is corrupted.
>
got any hint about how to fix that without reinstalling all ? Im on win 
2000.
i ve reinstalled cygwin to check if one of the package is broken but it 
keep anoying me with that error (
im open to all ideas ;)



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




[ANNOUNCEMENT] Updated: OpenSSH-3.0.2p1-2

2001-12-16 Thread Corinna Vinschen

I've updated the version of OpenSSH in cygwin/latest to 3.0.2p1-2.

=
This is a security update.  Only the Cygwin OpenSSH is concerned.

Problem description:

If you're logging in to a Cygwin sshd with version 2 protocol using an
arbitrary user name which is not in /etc/passwd, the forked sshd which
is handling this connection crashes with a segmentation violation.  The
client side encounters an immediate disconnect ("Connection reset by
peer").  This could be used by a malicious remote client to enumerate
the user names on the Cygwin server machine.

Cause:
--
The Cygwin specific code implicitly dereferences a pointer to a struct
passwd.  This pointer can be NULL if the user isn't found in /etc/passwd.


Solution:
-
Update to version 3.0.2p1-2.
=

To update your installation, click on the "Install Cygwin now" link on
the http://sources.redhat.com/cygwin web page.  This downloads setup.exe
to your system.  The, run setup and answer all of the questions.

Note that we do not allow downloads from sources.redhat.com (aka
cygwin.com) due to bandwidth limitations.  This means that you will need
to find a mirror which has this update.

In the US, ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/ is a
reliable high bandwidth connection.

In Germany,
ftp://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/mirrors/cygnus/ is
usually pretty good.

In the UK,
http://programming.ccp14.ac.uk/ftp-mirror/programming/cygwin/pub/cygwin/
is usually up-to-date within 48 hours.

If one of the above doesn't have the latest version of this package then
you can either wait for the site to be updated or find another mirror.

If you have questions or comments, please send them to the Cygwin
mailing list at:  [EMAIL PROTECTED] .  I would appreciate
if you would use this mailing list rather than emailing me directly.
This includes ideas and comments about the setup utility or Cygwin
in general.

If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe to the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.


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




Re: bc & dc

2001-12-16 Thread Randall R Schulz

Lew,

It is moot now because Chris Faylor has incorporated the bc/dc package into 
the Cygwin distribution, but the file I retrieved from the site you 
mentioned was intact, at least as far as getting a clean listing from "tar 
jtvf bc-7.1.tar.bz2".

Randall Schulz


At 00:10 2001-12-16, you wrote:
>Thanks for responses. I used "save link as" and got the 55k package in my 
>/home/default ( also I installed bzip2), but I get "bzip2: Data integrity 
>error when decompressing." with tar -xjf options. Is it just a bad file? I 
>see some talk about a GNU version. Will this work? There's nothing tricky 
>about the install is there?
>
>Thanks again. Sorry to bother.
>
>Why oh why aren't bc & dc on the Cygwin page  They're primal UNIX.
>
>Lew Mammel, Jr.


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




Newbie question

2001-12-16 Thread Robert White

All

I have been using cygwin for some time now, as a replacement shell
basically on various flavours on Windows machines.

I only joined this list about a week ago however, and have noticed that
some of the mail is to do with server side networking, such as imetd.

I am very interested in setting something like this up, which from what
I infer from the questions allows telneting on to a box running cygwin.

I have checked the archives, and the user guide, but cannot find
anything about how to set up these daemons.

Could someone please provide some pointers?

Thank you in advance.

Rob White


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




Re: Newbie question

2001-12-16 Thread Gerrit P. Haase

Hallo Robert,

Am 2001-12-16 um 21:27 schriebst du:

> I have been using cygwin for some time now, as a replacement shell
> basically on various flavours on Windows machines.

> I only joined this list about a week ago however, and have noticed that
> some of the mail is to do with server side networking, such as imetd.

> I am very interested in setting something like this up, which from what
> I infer from the questions allows telneting on to a box running cygwin.

> I have checked the archives, and the user guide, but cannot find
> anything about how to set up these daemons.

> Could someone please provide some pointers?

Most information is in /usr/doc/Cygwin/
in the various README's, like for inetutils, openssh, cygrunsrv which
probably are the first you're looking for now.
There are also a lot of 'recipes' in the mailing list archives.
Maybe you need to install some of the packages first if there are no docs.
Let me suggest also that it is probably more interesting to run sshd and
connect with ssh to your box than it is with telnet;)

Gerrit
-- 
=^..^=mailto:[EMAIL PROTECTED]


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




Re: Newbie question

2001-12-16 Thread hongxun lee

Same question.

What i have done:
under /etc, run 'iu-config' to generate some files.

What to do next ??
inetutils..README says: login

but where? what should have been done before 'login'?

Thanks

- Original Message -

> Hallo Robert,
>
> Am 2001-12-16 um 21:27 schriebst du:
>
> > I have been using cygwin for some time now, as a replacement shell
> > basically on various flavours on Windows machines.
>
> > I only joined this list about a week ago however, and have noticed that
> > some of the mail is to do with server side networking, such as imetd.
>
> > I am very interested in setting something like this up, which from what
> > I infer from the questions allows telneting on to a box running cygwin.
>
> > I have checked the archives, and the user guide, but cannot find
> > anything about how to set up these daemons.
>
> > Could someone please provide some pointers?
>
> Most information is in /usr/doc/Cygwin/
> in the various README's, like for inetutils, openssh, cygrunsrv which
> probably are the first you're looking for now.
> There are also a lot of 'recipes' in the mailing list archives.
> Maybe you need to install some of the packages first if there are no docs.
> Let me suggest also that it is probably more interesting to run sshd and
> connect with ssh to your box than it is with telnet;)
>
> Gerrit
> --
> =^..^=mailto:[EMAIL PROTECTED]
>



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




Erroneous uudecode.1 (sharutils 4.2.1-1) man page

2001-12-16 Thread Alessandro Doro

The uudecode man pages in sharutils package (4.2.1-1)
badly sources uuencode.1

In fact it contains the (only) line:

.so /tmp/install/usr/man/man11/uuencode.1

that should be corrected to:

.so uuencode.1

or (not very good)

.mso /usr/man/man1/uuencode.1


I think that an error occurred while building the package.


Bye, Alessandro.


-- 
 
   ad
   le castagne scottano... (and so on)
   ancora per poco (-15)
__

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




Re: Permission denied running programs in other directories

2001-12-16 Thread Paul G.

Hi folks,

disclaimer: can't say with certainty (99%) that what it appears to be is actually the 
case.  This is more like me thinking 
out loud than anything else.

On 15 Dec 2001 at 18:42, Chris Bagwell wrote:

> Hello,
> 
> I am having problems running some development programs and could use
> some help.
> 
> I have been using Cygwin successfully running Windows 98.  Actually,
> I'm running it under Linux using the program Win4Lin.  This causes the
> filesystem to appear a little differently then under real windows
> since its not using direct-to-disk FAT drivers.  I'm sure this is
> related to part of the problem.  I'm not sure but they may be treated
> as network drives.

It really looks to be very similar to a /root vs. Win4Lin /root access 
conflict.
> 
> Somewhere after a cygwin upgrade I noticed that when I tried to
> compile programs it would give me the following error:
> 
> gcc: installation problem, cannot exec 
> '/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/b
> in/as.exe': Permission denied

Again, it may be that you are getting conflicts between what Win4Lin considers 
/root and what your Linux 
system thinks of as $ROOT.  (You may need to give Win4Lin su status.  Just a guess 
based on behavior I noted 
when I used Linux extensively many years ago, but seems to make sense.)

I am not familiar with how Win4Lin sets things up.  Believe (again, not 
certain) that setup.exe determines 
Cygwin /root when it does an "install from web".  Under MS Windows, the assumption is 
that once Cygwin /root is set 
it does not need to be re-initialized, not ever.  (Linux needs to always have /root 
defined.)  Now, if Linux is over-riding 
or re-defining $ROOT settings when Win4Lin is shut down, it would make sense that the 
Cygwin /root would always 
need to be re-initialized/defined whenever Win4Lin is restarted.  In extreme cases, 
this could be accomplished with 
some sort of SU priority shell script which is run whenever Win4Lin is launched.

> 
> I am able to reproduce the same error if I type the follow from the
> bash prompt:
> 
> /usr/i686-pc-cygwin/bin/as.exe
> BASH: /usr/i686-pc-cygwin/bin/as.exe: Permission denied
> 
> It will run fine if I run it from within that directory:

ok...so when PWD is set to /usr/i686-pc-cygwin/bin:
> 
> cd /usr/i686-pc-cygwin/bin
> as.exe
> [starts accepting input until I type ctrl-d]

It works until you try and access a term i/o (console?) directive.

Other possibility, you're missing a $PATH$ or symlink(hard) reference.  Again, 
uncertain on this, so it is 
largely speculation, ctrl-d is typically a call to Cygwin console/term driver, isn't 
it?  Does ctrl-d run when $PWD is set 
(Win4Lin) to Cygwin /root (Under MS-Windows  is defined as 
"Cygwin /root" -- same likely 
applies for Win4Lin)?

Again, looks like a conflict between what Cygwin considers "/root" for 
MS-Windows and what Linux considers 
/root for System ($ROOT) once Win4Lin (process?) has been shut down and restarted.

> 
> For some extra strange stuff, if I run "strace 
> /usr/i686-pc-cygwin/bin/as.exe" I get the following message:
> 
> strace.xe: error creating process /usr/i686-pc-cygwin/bin/as.exe,
> (error 2)

Looks like user priority ("Linux su" vs. "Linux user") conflict.
> 
> And finally, if I reinstall the binutil package using the setup
> program then it starts working... By that I mean it works until I shut
> down windows... When I restart it I will get the same behavior as
> described above.  Its as if the setup program is enabling some file or
> directory permissions that are not setup upon bootup.

Hope this helps.

Paul G.

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




Re Re: Re: UNIX Sockets - Broadcast address

2001-12-16 Thread Kay M

So what the bottom line, no broadcasting ?.

Question: Has any one ever written a program on cygwin that uses A broadcast 
address ?. A client program to be more specific.



On Thu, Dec 13, 2001 at 08:08:15AM +, Kay M wrote:
>Yup, Like I said Ok with LINUX, so ?
>
>What could be wrong ?. REMEMBER its the bind()ing function that gives an 
>error!. Even with no server just client, bind()ing gives error.

Dunno.  The error code is returned by a WinSock function.  It's
not explicitely set by Cygwin so I assume you're hitting a restriction
of WinSock.  Did you try asking on a microsoft news group?

Corinna



_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


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




Building elf2flt

2001-12-16 Thread ÓÚ¸»¸Õ

Building  elf2flt in Cygwin-1-3-4

windows:
   winme
elf2flt:
   elf2flt2105.tar.tz
error messages:
/usr/lib/libbfd.a(bfd.o)(.text+0x27d):bfd.c: undefined reference to dcgettext__'
/usr/lib/libbfd.a(bfd.o)(.text+0x4eb):bfd.c: undefined reference to dcgettext__'
/usr/lib/libbfd.a(bfd.o)(.text+0x5e4):bfd.c: undefined reference to dcgettext__'
/usr/lib/libbfd.a(bfd.o)(.text+0x62f):bfd.c: undefined reference to dcgettext__'
/usr/lib/libbfd.a(bfd.o)(.text+0x67e):bfd.c: undefined reference to dcgettext__'
/usr/lib/libbfd.a(libbfd.o)(.text+0xca1):libbfd.c: more undefined references to 
`dcgettext__' follow
collect2: ld returned 1 exit status
make: *** [elf2flt] Error 1

Thanks for any help


xyz  [EMAIL PROTECTED]  















===
 
ÊÖ»úºÅÂëÊǵçÓÊ£¬´Ó´Ë½»·Ñ²»ÓóһºÅÔÚÊÖ¡°ËæÉíÓÊ¡±
 
¡ª¡ª 163¡°ËæÉíÓÊ¡±ÊÖ»úÓÊÏä ¡ª¡ª
¡ò ÊÖ»úºÅÂë¾ÍÊǵç×ÓÓÊÏ䵨ַ£¬·½±ã¼ÇÒä
¡ò ²»ÓÃÉÏÍø£¬Í¸¹ýÊÖ»ú¶ÌÐÅ£¬ËæÊ±ÕÆÎÕÓʼþµÄ½ÓÊÕÇé¿ö
¡ò ¾ö²»´í¹ýÈκÎÉÌÒµÁ¼»ú
¡ò ·½±ãµÄ°´ÔÂÊÕ·Ñ·½Ê½£¬×îµÍÿÔÂÖ»Ðè5Ôª
 
ÏêÇéÇëä¯ÀÀ
http://vip.163.net/mobile/mobile.htm
 
===

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




Re: procmail cannot write to local directories

2001-12-16 Thread Greg Matheson

On Mon, 10 Dec 2001, Larry Hall (RFK Partners, Inc) wrote:

> I would agree.  Oh well, maybe it's time to debug...

I had the same problem, and it seems to be because my .procmailrc was in
dos format. In vim, I ran :set ff=unix and the problem went away.

> At 03:23 PM 12/10/2001, C. Porter Bassett wrote:
> >I don't think that's the problem.  Here's what I get when I run mount:

> > > Don't know for sure but judging by the missing quotes and first letter
> > > from many of your messages, I'm guessing your running with text mounts.
> > > Try binary mounts instead and see if anything is better.

> > > At 02:47 PM 12/10/2001, C. Porter Bassett wrote:
> > > >I downloaded cygwin-compiled procmail from
> > > >http://www.dd.iij4u.or.jp/~madokam/.  Right now, I am trying to use it to
> > > >filter an existing test mailbox that has two messages in it by running
> > > >  $ cat testspool |procmail

I think you need to pipe messages individually to procmail, not
as a folder.

> > > >Here's my super-simple .procmailrc which should do nothing put put all
> > > >messages into ~/Mail/inbox and write its log to ~/.procmail/log:
> > > > PATH=/usr/bin:/bin
> > > > SHELL=/bin/sh
> > > > VERBOSE=no
> > > > MAILDIR=$HOME/Mail
> > > > DEFAULT=$MAILDIR/inbox
> > > > PMDIR=$HOME/.procmail
> > > > LOGFILE=$PMDIR/log

> > > >:0
> > > >$DEFAULT


> > > >When I try to do this, procmail gives me all kinds of odd errors.  Here's
> > > >what procmail puts into stderr:

> > > > ~/Mail$ cat testspool |procmail
> > > > "rocmail: Error while writing to "/home/porter/.procmail/log
> > > > "rocmail: Skipped "
> > > > "rocmail: Skipped "
> > > > "rocmail: Error while writing to "/home/porter/Mail/inbox
> > > > "rocmail: Skipped "
> > > > .lock"il: Lock failure on "/home/porter/Mail/inbox
> > > > "rocmail: Error while writing to "/home/porter/Mail/inbox


> > > >I have no idea why it cannot write to /home/porter/.procmail/log or
> > > >/home/porter/Mail/inbox.  I can modify both of them.  I also have no idea
> > > >why it keeps saying Skipped ".

Probably it is skipping the ^M.

I seemed to be having problems with mailbox corruption with the
sample fetchmailrc at the site above, so I used

mda "/usr/bin/procmail -f %F -m /home/lang/.procmailrc -d %T"
# mda "/usr/bin/procmail -d %T"   # pass message to the local MDA
  # (Procmail in this case.)

The -f flag to rewrite the ^From line, and the -m one to quiet the
"not able to write /var/spool/mail/lang" message.

But before doing this, I had been moving the messages around my
mail folders with procmail so, perhaps the sample fetchmailrc does
work.

-- 
Greg Matheson
Chinmin College Taiwan

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




vimtutor

2001-12-16 Thread fergus at bonhard dot uklinux dot net

(a) What should I get as a response to vimtutor ? Both at the bash
prompt and in a rxvt terminal window I get

tempfile: not found
vim6: Command not found

followed by a text tutorial several pages long, evidently viewed from within
vim itself. Is this "right" (the error messages are a bit non-optimal, but
something is working)?

(b) I have earlier memories of a multi-coloured Help facility / tutorial for
vim, that was interactive (you could work through it and press links, that
worked). Maybe this preceded all the recent vim updates of the past couple
of months. I can't find it now. Please can anybody remind me what this was,
and how to get there?

Thank you.

Fergus



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