Displaying 8 results from an estimated 8 matches for "quails".
Did you mean:
quail
2019 Sep 19
5
deprecations leading up to C8
Was reading the long list of things being deprecated in the RHEL 8
release notes t'other day, and saw my old friend sendmail on the list.
I've stuck by her because I've learned how she likes to be stroked to
get the best out of her, and quail at the thought of taking on a new
MTA and having to learn it all all over again.
But I guess I'm going to have to, soon or late, probably
2011 Feb 28
1
Logwatch reporting spamassassin messages as unmatched entries
I've recently switched to using spamassassin via a sendmail milter,
rather than using procmail to invoke it. This means that I get a number
of messages appearing in my maillog, and then being reported by logwatch
as unmatched entries.
An example of such a messages is:
Feb 27 04:33:09 quail sendmail[24780]: p1R4X46P024780[2]: URIBL blacklist\n\t* [URIs: tablettoxicspillsrx.ru]\n\t* 1.5
2002 Jul 01
1
Multiple Ethernet Cards: Ignoring one of them
...;s one or the other. At the moment I'm choosing 'Net'...
Does anybody have any suggestions how to solve this?
Thanks,
Michael M.
--
================================================================================
"How to explain? How to describe? Even the omniscient viewpoint quails."
- from 'A Fire Upon the Deep' by Vernor Vinge
michael@mjmoorhouse.co.uk
================================================================================
2019 Sep 20
0
deprecations leading up to C8
Does that mean it's gone from the CentOS repos or just that PostFix is
the default choice?
On 9/19/19 6:04 PM, Fred Smith wrote:
> Was reading the long list of things being deprecated in the RHEL 8
> release notes t'other day, and saw my old friend sendmail on the list.
>
> I've stuck by her because I've learned how she likes to be stroked to
> get the best out of
2019 Sep 21
2
deprecations leading up to C8
On Fri, Sep 20, 2019 at 12:45:03PM -0500, SternData wrote:
> Does that mean it's gone from the CentOS repos or just that PostFix is
> the default choice?
I believe it means that it won't be in Centos anymore.
I also believe the Postifx is already the default choice, Sendmail
isn't in the default installation.
>
> On 9/19/19 6:04 PM, Fred Smith wrote:
> > Was
2006 Dec 21
0
Poisson mixed effects model
Hello,
I am fitting a Poisson mixed effects model. I have the number of eggs
(Eggs) laid by a quail and looking at the effect of dosage of a chemical
(Dose) in the study. I have counts of eggs laid by week of the study,
so I am including the week number (Week) as a random effect. I'm using
the lme4 package.
I have,
> mod1 <- lmer(Eggs~Dose + (1|Week),family=poisson)
>
2019 Sep 20
0
deprecations leading up to C8
When I migrated our mx boxes from CentOS 5 to 7 I made the leap to postfix.
I built a test server with postfix etc on it and threw everything I could think of at it before going live.
The key is, like in learning a new language, to start thinking in postfix terms instead of thinking in sendmail terms.
It takes a while to 'get it' but I'm glad we made the link.
We search, read as
2008 Jun 03
3
Rpart and case weights: working with functions
I can't get rpart accept case weights defined inside a function.
It keeps using the copy defined in the "global" environment (if they
exists) instead of the function-defined ones.
Here is what I do:
test.function <- function (formula, data) {
weights <- rep(.1, 100)
rpart(formula, data, weights)
}
test.function(x~y, data)
And I get an error:
> Error in