Gnus development mailing list
 help / color / mirror / Atom feed
From: Harry Putnam <reader@newsguy.com>
Subject: Something breaking batch command - possilbe `marks' related [or] Boot strap mania
Date: Mon, 27 Aug 2001 11:43:28 -0700	[thread overview]
Message-ID: <m17kvptkbz.fsf@reader.newsguy.com> (raw)

Recent cvs, including 5 minutes ago cause an error in my, long in
existence, batch send/fetch scripts.

The output from script in debug mode indicates gnus is trying to
create a directory and file and .marks it should not be:

106: emacs -batch -l /home/reader/.emacs-dir/batch-fetch.el -f lars-fetch-news
106: 2>&1 
106: awk_cmd
106: tee -a /home/reader/t/var/log/gnus_batch.log
Aug 27 2001 10:16:25 Loading ~/.emacs-custom...
Aug 27 2001 10:16:28 Wrote /home/reader/.newsrc-dribble
Aug 27 2001 10:16:28 Reading /home/reader/.newsrc.eld...
Aug 27 2001 10:16:28 Reading active file from enews.newsguy.com via nntp...
Aug 27 2001 10:16:39 Reading active file via nnml...
Aug 27 2001 10:16:39 Opening nnml server...
Aug 27 2001 10:16:39 
Aug 27 2001 10:16:39 nnml: Reading incoming mail from directory...
Aug 27 2001 10:16:40 Wrote /home/reader/Mail/cron_fetchall/2420
Aug 27 2001 10:16:40 nnml: Reading incoming mail (1 new)...done
Aug 27 2001 10:16:40 Reading active file via nnml...
Aug 27 2001 10:16:40 Reading active file via nnml...done
Aug 27 2001 10:16:40 Reading active file from archive via nnfolder...
Aug 27 2001 10:16:40 Opening nnfolder server on archive...
Aug 27 2001 10:16:40 
Aug 27 2001 10:16:40 Reading active file from archive via nnfolder...
Aug 27 2001 10:16:40 Reading active file from archive via nnfolder...done
Aug 27 2001 10:16:40 21 new newsgroups have arrived
Aug 27 2001 10:16:40 Checking new news...

    WHERE does this come from?

Aug 27 2001 10:16:40 Updating marks for mail-0801...
Aug 27 2001 10:16:40 Bootstrapping marks for mail-0801...
Aug 27 2001 10:16:40 Creating mail directory /home/reader/Mail/mail-0801/
Aug 27 2001 10:16:40 Could not write to /home/reader/Mail/mail-0801/.marks ((file-error Opening output file not a directory /home/reader/Mail/mail-0801/.marks)).  Continue? (yes or no) Error reading from stdin

========================================

My split hasn't been changed recently. It includes some archive code
like this:

[...] Begin split code
(setq nnmail-split-methods 
  '(("tests" "^Subject:.*test.*labridge") 

[...] tail of split code
    ("wgdev" "^Sender:.owner-wgdev@webglimpse") 
    ("Edited"  "^Subject: \\[ed\\]\\|^Subject:  \\[ed\\]") 
      ("misc" ""))) 

(setq gnus-message-archive-group
      '((let ((current-archive-date-string
	       (format-time-string "%m%y" (current-time))))
	  (concat (if (message-news-p)
		      "news-"
		    "mail-")
		  current-archive-date-string))))

========================================

These files appeared in ~/Mail recently:
-rw-r--r--    1 reader   reader       3314 Aug 27 01:02 mail-0801
-rw-------    1 reader   reader        315 Aug 27 01:02 mail-0801.nov


Having removed the abover files, gnus has created a spanking new
directory that it shouldn't and populated it with a .marks file.

Now every time I take a breath, I get bootstrapped... What's up with
rampant bootstrapping?


             reply	other threads:[~2001-08-27 18:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-27 18:43 Harry Putnam [this message]
2001-08-27 20:26 ` Simon Josefsson
2001-08-28  0:28   ` Harry Putnam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m17kvptkbz.fsf@reader.newsguy.com \
    --to=reader@newsguy.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).