Re: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-25 Thread Greg Matheson
would check that just FTPing the file from the mirror gave the same result or not. Or if CPAN is not using FTP, but libwww, then a perl script trying libwww. -- Greg Matheson, Taiwan -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygw

Re: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-24 Thread Greg Matheson
AAC::Pvoice::Bitmap1.12 J/JO/JOUKE/AAC-Pvoice-0.91.tar.gz AAC::Pvoice::Dialog1.01 J/JO/JOUKE/AAC-Pvoice-0.91.tar.gz Probably your file got damaged, I think. -- Greg Matheson, Taiwan -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pr

where is $SHELL set?

2004-02-17 Thread Greg Matheson
inux server, SHELL is also set. Where is it being set? -- Greg Matheson, Taiwan -- 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: perl localtime returns gmttime

2003-11-11 Thread Greg Matheson
GW. The date is in Chinese, however. [EMAIL PROTECTED] ~/perl-5.8.2 $ ./perl -e 'use POSIX qw(strftime); $now_string = strftime ("%a %b %e > %H:%M:%S %Y", localtime); print $now_string . "\n";' ¬P´Á¤G [EMAIL PROTECTED] 20:14:44 2003 [EMAIL PROTECTED] ~/perl-5

Re: CJK on mutt

2003-11-04 Thread Greg Matheson
ont. In mutt, only the header is readable, I guess because the header was supposed to be left free of MIME-requiring encodings. So, yes, vim does. -- Greg Matheson, Taiwan -- 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: Perl page fault - old news ??

2003-10-21 Thread Greg Matheson
dows pop which contains ... > > > > PERL caused an invalid page fault in > > module FCNTL.DLL at 017f:00b931b8. > I use Perl 5.8.0, DBI and CPAN on Cygwin. Never had any page faults. I > suggest you think that the problem lies outside of this and that perhaps > your Cygw

Re: Perl Tk in Cygwin (using X)

2003-10-08 Thread Greg Matheson
RE" -U_WIN32 -Wall > -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ > tixDiITxt.c > In file included from tixDef.h:23, > from tixDiITxt.c:20: > default.h:21:29: tkWinDefault.h: No such file or directory Does this mean it thinks it is on

Re: procmail not writing mbox file properly?

2003-09-23 Thread Greg Matheson
h fromwhom as the sender (instead of -f one could use the alternate and obsolete -r). If fromwhom consists merely of a single `-', then procmail will only update the timestamp on the `From ' line (if present, if not, it will generate a n

Re: Should PERLIO=no_crlf be the default on Cygwin?

2003-06-01 Thread Greg Matheson
10004355 in perl_run () from /usr/bin/cygperl5_8_0.dll #8 0x0040113d in ?? () #9 0x61007408 in cygwin1!__assert () from /usr/bin/CYGWIN1.DLL #10 0x610076ed in [EMAIL PROTECTED] () from /usr/bin/CYGWIN1.DLL #11 0x00403ed2 in ?? () #12 0x0040103c in ?? () #13 0xbff8b6be in KERNEL32!EnumTimeFormat

Re: Should PERLIO=no_crlf be the default on Cygwin?

2003-05-31 Thread Greg Matheson
ime it is needed with PERLIO=crlf. It would be good to be able to use the 'open' pragma to do this, rather than an environmental variable. use open IN => ":crlf", OUT => ":bytes"; But it didn't seem to work. -- Greg Matheson

Re: perl-5.8.0-2 CYGWIN1.DLL:setlinebuf failure

2003-04-05 Thread Greg Matheson
you getting when you run perldoc? > I doon't get error messages when running it. The same messages I had been getting for a couple of months with 5.8.0-1. As I posted here: Linkname: Greg Matheson - perl error messages with cygwin 1.3.18-1 URL: http://cygwin.com/ml/cygwin/2003-01/msg00028

Re: perl-5.8.0-2 CYGWIN1.DLL:setlinebuf failure

2003-04-03 Thread Greg Matheson
On Fri, 04 Apr 2003, Max Bowsher wrote: > Greg Matheson wrote: > > I installed the new perl-5.8.0-2, but > > This is with cygwin-1.3.22-1 and earlier versions. >^^^ > No, this version contains setlinebuf. You either have an old cygwin1.dll

perl-5.8.0-2 CYGWIN1.DLL:setlinebuf failure

2003-04-03 Thread Greg Matheson
::Audit script invoked by fetchmail. -- Greg MathesonExperience is the best teacher because it Dr Bean's Penpal Poolgives the test first & the lesson after. Address: palpool --From Martin Pauly Domain: @cn91.chinmin.edu.tw -- Unsubsc

Re: two problems w/ new perl encountered

2003-03-14 Thread Greg Matheson
export PAGER='/bin/less -R'; helped me with perldoc. I've forgotten if I was also having problems with man, however. -- Greg MathesonI have an elaborate mnemonic for Dr Bean's Penpal Poolremembering what day it is. It's Address: palpool

Re: --auth ssh with fetchmail-6.2.2.1 (was Chmod not working on Win98

2003-03-13 Thread Greg Matheson
have "auth ssh" in your ~/.fetchmailrc > file? It was part of my solution in the past to a problem of getting an earlier version of fetchmail to download from the server. Either it was not a necessary part of the solution or someone changed the pop server configuration. -- Greg Matheson

--auth ssh with fetchmail-6.2.2.1 (was Chmod not working on Win98

2003-03-11 Thread Greg Matheson
On Tue, 11 Mar 2003, Jason Tishler wrote: > Greg, > On Tue, Mar 11, 2003 at 10:48:12PM +0800, Greg Matheson wrote: > > On Tue, 11 Mar 2003, Jason Tishler wrote: > > > On Mon, Mar 10, 2003 at 09:34:36AM -0500, Jason Tishler wrote: > > > > On Sat, Mar 08, 2003 a

Re: chmod not working on Win98

2003-03-11 Thread Greg Matheson
On Tue, 11 Mar 2003, Jason Tishler wrote: > On Mon, Mar 10, 2003 at 09:34:36AM -0500, Jason Tishler wrote: > > On Sat, Mar 08, 2003 at 10:18:29PM +0800, Greg Matheson wrote: > > > When I installed fetchmail-6.2.2.1, fetchmail started refusing to > > > use my .fetchmail

chmod not working on Win98

2003-03-08 Thread Greg Matheson
PROTECTED] ~ $ ls -al .fetchmailrc -rw-r--r--1 greg unknown 864 Feb 17 06:54 .fetchmailrc -- Greg MathesonMake a mistake. Dr Bean's Penpal PoolTry it, you'll like it. Address: palpool --Dr Bean Domain: @cn91.chin

Re: cygwin as an acronym? (Was Re: Official List of cygwin Acronyms)

2003-03-03 Thread Greg Matheson
ella Your GNU Windows Something Something. -- Greg MathesonManagement is doing things right; Dr Bean's Penpal PoolLeadership is doing the right things. Address: palpool --Peter Drucker Domain: @cn91.chinmin.edu.tw -- Unsubscribe info: http://cygwin.c

Authorization for POP users without login rights on Win2K

2003-02-23 Thread Greg Matheson
exim and qpopper? The Outlook Express MUAs they are using don't appear to do APOP. Perhaps I should make them use mutt ;-) Just joking. -- Greg Matheson Gertrude Stein (on deathbed): What is the Dr Bean's Penpal Pool answer? What is the answer? (Sits up) Address: palpool

Re: Does Mutt work now?

2003-02-22 Thread Greg Matheson
e know how long it will take > > till I can download a working binary from anywhere in > > the net? Thanks! ;-) > > (I just miss mutt when forced to work on Win, so I'd > > appreciate any hint...) I thought there was a native Win32 port of mutt, but was that just someo

Re: procmail and NTSEC

2003-02-15 Thread Greg Matheson
ry that contained it was group writable (the rc- file was not used). So perhpas your home directory is world writeable, or group writeable. -- Greg MathesonNo trees were killed in the sending of this message. Dr Bean's Penpal Pool

Re: Trouble installing Perl module under cygwin

2003-02-15 Thread Greg Matheson
n think of is that these error's are due > to perl-5.8 still being in it's cygwin experimental phase. Do you get > error's from perl-5.6? No. But with 5.8, I get the pagefaulting one I wrote about in Linkname: Greg Matheson - perl error messages with cygwin 1.3.18-1

Re: Trouble installing Perl module under cygwin

2003-02-14 Thread Greg Matheson
as parent(0x74) != 0x75 > > C:\cygwin\bin\perl.exe: *** unable to remap > > C:\cygwin\bin\cygiconv-2.dll > > to same address as parent(0x74) != 0x75 > >3810 [main] perl 6060 sync_with_child: child 4644(0x18C) > > died before > > initializati

Re: Cygwin Exim

2003-01-12 Thread Greg Matheson
why you want > to change /etc/services. He was reading some advice to Gerrit Haase to put tabs instead of spaces in /etc/services to get exim working on cygwin. -- Greg MathesonThose who can do. Chinmin College Those who can't operate.

Re: perl error messages with cygwin 1.3.18-1

2003-01-05 Thread Greg Matheson
/bin/less -R'; in my /etc/profile, and now I don't have to think about installing an HTML version anymore ;-) -- Greg MathesonPractitioners just do it. Chinmin College Reflective Practitioners just think they did it. Taiwan

Re: perl error messages with cygwin 1.3.18-1

2003-01-03 Thread Greg Matheson
that you need is the open line: #!/bin/perl use CPAN; open(MAILER, '|/usr/bin/exim'); I still get 6 error messages. If I comment the 'use CPAN' back out, I don't get the error messages. -- Greg MathesonAlice: Which way should I

perl error messages with cygwin 1.3.18-1

2003-01-02 Thread Greg Matheson
42 14 Stack dump: 00b96000 0002 0073f460 00b91042 00b97000 0073f4c0 0073f470 61009aa3 00ba 00b9 0073f4c0 61009ee2 00ba0008 0073f488 001c 425c312d Other dlls like socket.dll also give similar warning messages. -- Greg Matheson Learn a second language and Chinmin

Re: 2 copies of perl includes?

2002-12-30 Thread Greg Matheson
64int ... greg@6505 ~ $ ls /usr/lib/perl5 5.6.1 5.8.0 site_perl greg@6505 ~ $ ls /lib/perl ls: /lib/perl: No such file or directory -- Greg MathesonEverybody's talking about Chinmin College a new way of walking. --Memphis Jazz B

Re: exim-4.10-2 renamed EXIM-4~1 in reinstall with setup 2.249.2.5

2002-12-27 Thread Greg Matheson
On Sun, 22 Dec 2002, Greg Matheson wrote: >I reinstalled exim on Win98 and I found it was renamed >EXIM-4~1.EXE >The linking of exim to exim-4.10-2.exe thus failed. >USER@TEACHER ~ >$ ls -al /bin/exim* >-rwxr-xr-x1 USER unknown499712 Sep 14 10:06 /bin/EXIM-4~1.EX

exim-4.10-2 renamed EXIM-4~1 in reinstall with setup 2.249.2.5

2002-12-21 Thread Greg Matheson
sr/bin/ usr/bin/exim-4.10-2.exe [etc] So, you are right. It has teh correct file name. > If it is correct, the problem is beyond my control and it should > be brought to the attention of the setup people on the list. I wonder if it is due to my LOGNAME being all capitals? However, this may not b

Re: [ANNOUNCEMENT] Updated cygwin package: rxvt-2.7.9-2

2002-12-03 Thread Greg Matheson
On Tue, 03 Dec 2002, Soren A wrote: > Is there _anything_ that can be done about the cursor shape in rxvt? That > _od-awful block cursor that obscures the character lying under it drives me > nuts. I don't have the latest package, but it has never obscured the character for

Re: Cygwin/Procmail stops working after setup.exe upgrade

2002-10-23 Thread Greg Matheson
only is possible if procmail has root privileges. I wonder if the default ntsec setting means he doesn't have the permissions to run procmail in this mode? There is more about the permissions requirements for explicit delivery mode in the man page. User has to be in /etc/

Re: Cygwin/Procmail stops working after setup.exe upgrade

2002-10-23 Thread Greg Matheson
s > as called for in the recipes... You have to pipe individual messages, not a mailbox. Something like formail -s procmail < test.mbox might work, but I've forgotten. See the man pages. -- Greg MathesonAnyone who doesn't make mistakes Chinmin C

Re: Cygwin/Procmail stops working after setup.exe upgrade

2002-10-22 Thread Greg Matheson
On Tue, 22 Oct 2002, Thomas Baker wrote: > I still cannot > get Procmail to write a log, so I am still unsure whether > the problem lies with Cygwin, Fetchmail, or Procmail: Can you run it from the command line? You can pipe messages in mutt to "procmail -m .procmailrc"

exim on cygwin is great

2002-10-11 Thread Greg Matheson
was so easy. I think this was the only configuration I needed to do, other than run the daemon, exim -bd -q15m, and in mutt, set sendmail="/usr/bin/exim -i", following Pierre Humblet's instructions in /usr/doc/Cygwin/exim-4.10-1.README So, it's goodbye ssmtp. -- Greg Matheso

Re: ncftp's lls requiring /bin/more

2002-09-29 Thread Greg Matheson
there is some value in more being less because I don't have to change pagers for other programs, eg my -- Greg Matheson It was said a million monkeys on a million typewriters Chinmin College would eventually write the works of Shakespeare. Now, th

ncftp's lls requiring /bin/more

2002-09-28 Thread Greg Matheson
Another ncftp peculiarity is lls, which won't work because it requires /usr/bin/more. The manual says you can set the environmental variable, $PAGER, but that didn't work for me. I forced lls to work by linking /bin/less to /bin/more. -- Greg MathesonFailed to turn my

Re: Question for perl gurus: what creates /bin/{HEAD|GET|POST}?

2002-09-27 Thread Greg Matheson
I think I remember being asked, but it wasn't yesterday. Perhaps, it was during make install. I think I remember it being later, rather than earlier. -- Greg MathesonIf you're not making any mistakes, Chinmin College you must be making some mist

vim losing file bug with :e#

2002-05-10 Thread Greg Matheson
onger available again. The changing of focus to another window is involved. If I don't change focus, I don't lose the file. I sent the vim bugreport.txt data to [EMAIL PROTECTED] -- Greg Matheson There is here. Never ceases to amaze me. Chinmin College

Re: procmail locking problem warning (was Re: procmail on cygwin)

2002-03-23 Thread Greg Matheson
(ie Philip Guenther) should be made aware of the autoconf problem. -- Greg Matheson Taiwan Penpals Site Chinmin College, Taiwan http://netcity.hinet.net/kurage [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

compiling lynx-2.8.4.1

2002-01-06 Thread Greg Matheson
nce to `acs_map' collect2: ld returned 1 exit status make[1]: *** [lynx.exe] Error 1 make[1]: Leaving directory `/usr/src/lynx-2.8.4-1/src' make: *** [all] Error 2 So what do I do next? Has anyone succeeeded in compiling lynx? -- Greg MathesonIf there is one thing

Re: procmail (and SmartList) on cygwin

2002-01-03 Thread Greg Matheson
/* Procmail will lock via: dotlocking */ #define NOfcntl_lock /* autoconf completed */ This is on Windows 98. But as it builds already with your autoconf.h, I don't think this is a problem. I mentioned the existence of the executable on the procmail list, but there was no reaction

Re: procmail (and SmartList) on cygwin

2001-12-31 Thread Greg Matheson
ed and I sometimes have file locking problems. Why is it necessary to rename LN=ln to cp? I have to run the pre-built fetchmail from the above site to download the mails but ssmtp sends the distributed mail back out automatically. I hardlinked a sendmail to ssmtp. -- Greg Matheson Chinmin C

Re: procmail cannot write to local directories

2001-12-16 Thread Greg Matheson
th 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/

Re: cvs pserver authentication frustration

2001-12-11 Thread Greg Matheson
essing it via pserver. It is not pretty but it works. The > server is NT 4.0, sp6a. > > The ONLY way that I could get it work work was to do the > following: > > In the windows user manager, set up an account and make it a > member of the administrators group --