MathGroup Archive 2001

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: [SYS #14934] (general) serious newsgroup problem

  • To: mathgroup at smc.vnet.net
  • Subject: Re: [SYS #14934] (general) serious newsgroup problem
  • From: Shaun Eack <shaune at wolfram.com>
  • Date: Fri, 9 Mar 2001 08:46:42 -0600
  • Cc: wri-sysadmin at wolfram.com

The news group should have posts on other servers, but for some reason when the moderator approved the
posts they got bounced off of our server, here is an example post :

Date: Sun, 25 Feb 2001 00:20:40 -0600 (CST)
From: owner-wri-mathgroup at wolfram.com
To: owner-wri-mathgroup at wolfram.com
Subject: BOUNCE wri-mathgroup: Invalid 'Approved:' header

>From postmaster  Sun Feb 25 00:20:32 2001
Received: from smtp2.vnet.net (smtp2.vnet.net [166.82.1.32])
        by dragonfly.wolfram.com (8.8.8/8.8.8) with ESMTP id AAA16603;
        Sun, 25 Feb 2001 00:20:30 -0600 (CST)
Received: from smc.vnet.net (smc.vnet.net [166.82.236.10])
        by smtp2.vnet.net (8.10.1/8.10.1) with ESMTP id f1P6IBx10732;
        Sun, 25 Feb 2001 01:18:12 -0500 (EST)
Received: (from daemon@localhost)
        by smc.vnet.net (8.8.8+Sun/8.8.8) id AAA10684
        for mathgroup-out; Sun, 25 Feb 2001 00:53:16 -0500 (EST)
Received: (from steve@localhost)
        by smc.vnet.net (8.8.8+Sun/8.8.8) id AAA10677
        for mathgroup-send; Sun, 25 Feb 2001 00:53:15 -0500 (EST)
Date: Sun, 25 Feb 2001 00:53:15 -0500 (EST)
Message-Id: <200102250553.AAA10677 at smc.vnet.net>
From: bghiggins at ucdavis.edu (Brian Higgins)
To: mathgroup at smc.vnet.net
Approved: Steven M. Christensen <steve at smc.vnet.net>, Moderator 
Subject: [mg27390] [mg27390] Re:SetDelayed problems with matrix operation
Organization: The Math Forum
References: <96vv3k$ks at smc.vnet.net>

Guillermo,

The problem is the use of the Delayed Assignment used in your function
definition. When you use a delayed assignment the RHS is not evaluated
until the function is used. Thus Mathematica complains that the LHS is
a list while the RHS is  not.   You can fix the problem by using an
immediate assignment:

{ x1[t_], x2[t_], x3[t_]} = MatrixExp[A t].{b1, 0, 0}

Brian

As you can see for some reason they are being bounced.  However since we don't host this group (I believe), then it only comes to us through newsfeed and other servers with the similar feed should have more up to date
info on the whole newsgroup.  For example, deja probably has all the news group information.  So while
we are fixing this problem, I would suggest that you use deja news or another news server for the time
being, since this group appears to be unreliable at the moment on our server.  

The only way I have found to keep this problem from happening is to unleash the bandwidth limits currently
imposed on the news server.  Since that causes severe congestion of our T1, we would really prefer
not to unleash the limits set on the news server.  Let me know if deja will be accurate.  If it isn't I 
would still like to try to look at some other news servers before moving to give news more
bandwidth.

-- 
----------------------------------------------------------------------
	Shaun Eack			Phone: (217) 398-0700 ext. 292
	Unix System Adminstrator	Email: shaune at wolfram.com
	Wolfram Research, Inc.
			

On Fri, 9 Mar 2001, Michael Trott wrote:

> The Mathematica-only newsgroup comp.soft-sys.math.mathematica seems to
> get only a tiny fraction of the messages posted within the last about 10
> days.
> The availability of this newsgroup is of critical importance for
> Wolfram.
> Can we make sure that we get every single message posted to this group?
> 
> 



  • Prev by Date: Re: exchanging 2 elements in a list (problem with Block)
  • Next by Date: ReadList query
  • Previous by thread: Re: Re: exchanging 2 elements in a list (problem with Block)
  • Next by thread: ReadList query