Displaying 18 results from an estimated 18 matches for "expn".
Did you mean:
exp
2001 Dec 14
1
nls fit to exponential decay with unknown time origin
I'm trying to use nls() to fit an exponential decay with an unknown offset
in the time (independent variable). (Perhaps this is inherently very
difficult?).
> decay.pl <- nls (amp ~ expn(b0,b1,tau,t0,t), data = decay,
+ start = c(b0=1, b1=7.5, tau=3.5, t0=0.1), trace=T)
Error in nlsModel(formula, mf, start) : singular gradient matrix at
initial parameter estimates
>
> expn(1, 7.5, 3.5, 0.1, decay$t)
[1] 6.636080 5.259657 4.164661 2.797383 1.760584 1.250300
a...
2002 Mar 19
0
MASS Book Exercise
Hi,
In the third edition of the MASS book, Chapter 8, Page 252 ~ 253.
I tried applying the same technique on using a negative exponential model
(as suggested in Exercise 1), and trying to get a confidence interval.
What I have changed is follows:
expn <- function(b0, b1, th, x) {
temp <- exp(-x/th)
model.func <- b0 + b1 * temp
# Differentiate temp
derive.negexp <- (x * temp) / th^2
Z <- cbind(1, temp, derive.negexp)
dimnames(Z) <- list(NULL, c("b0","b1","th"))
attr(model...
2005 Apr 28
0
[LLVMdev] SimplifyLibCalls Pass -- Help!
...e
transforms (so we don't duplicate efforts), (b) you don't understand one
of them or (c) you find a bug in one of them.
Thanks,
Reid
abs:
* abs(cnst) -> cnst'
atan:
* atan(0.0) -> 0.0
* atan(1.0) -> pi/4
cbrt:
* cbrt(constant) -> constant'
* cbrt(expN(X)) -> expN(x/3)
* cbrt(sqrt(x)) -> pow(x,1/6)
* cbrt(sqrt(x)) -> pow(x,1/9)
ceil, ceilf, ceill:
* ceil(constant) -> constant'
cos, cosf, cosl:
* cos(0.0) -> 1.0
* cox(-x) -> cos(x)
exp, expf, expl:
* exp(0.0) -> 1.0
* exp(int) -> c...
2005 Aug 05
2
SMTP auth with Sendmail
Dear All,
I have two machines, a Centos 3.4 machine and a Centos 4.1 machine.
I have used the same sendmail.mc file on each, and 3.4 machine does
plain SMTP auth with no problems, compiling the same mc file on the 4.1
machine gives this error:
xxxxx [x.x.x.x] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA
in the logs, it doesn't even try to authenticate, the cyrus sasl rpm is
installed for auth PLAIN
It reports this from the EHLO so all looks good:
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH DIGEST-MD5 CRAM-MD5 LOGI...
2007 Feb 16
3
Probelm with some smtp MTAs
I am getting large numbers of these types of messages in my maillog files:
somehost.hotmail.com [65.54.246.97] did not issue MAIL/EXPN/VRFY/ETRN
during connection to MTA
on both of our external machines beginning on the same date. These hosts
sit on different netblocks and on both machines the sendmail.cf files date
from Jan 09, 2007.
The last successfull connection from any hotmail acocunt was on Jan 15 at
13:17:29. The firs...
2017 Oct 17
2
Auth failure messages
...but don't know how
to figure out what the IP address is. I don't see anything in the
"maillog" that, for example, has the name "bettie" or some other
clue. The only thing I see is a message like
sendmail[5452]: v9HIoBox005452: [xxx.xxx.xxx.xxx] did not issue
MAIL/EXPN/VRFY/ETRN during connection to MTA
with a close timestamp, but I'm reluctant to tie the two log entries together.
Is there some log, or log setting that might enable me to tie the
do_auth error to a specific IP address? I'm very reluctant to change
mail servers to postfix or something...
2008 Nov 28
2
Sendmail - STARTTLS not appear on one client
...ient side (firewall,
etc...) can cause this error including that this function is missing
in printout of ehlo? POP3S working good.
>From Sendmail log (/var/log/maillog):
Nov 28 19:31:23 server sendmail[11163]: xxx:
xxxxx.jizmorava.adsl-llu.static.bluetone.cz [85.207.xxx.211] did not
issue MAIL/EXPN/VRFY/ETRN during connection to MTA
Thank you very much
2016 May 05
2
Dovecot/Rainloop 2.0.13-1_129.el5
...imap-login: Login: user=<chris>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=13002, secured
May 5 16:34:29 firewall dovecot: imap(chris): Disconnected: Logged out bytes=11/334
May 5 16:34:29 firewall sendmail[13003]: u45FYTtd013003: localhost.localdomain [127.0.0.1] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA
The webmail server and our mail server are the same system. The firewall is open for port 143.
It is only send from Dovecot that fails authentication, all other outgoing mail is sent correctly.
Does anyone have any idea where else I can look for clues as to wh...
2024 Apr 16
1
read.csv
...int expsign = 1;
switch(*++p) {
case '-': expsign = -1;
case '+': p++;
default: ;
}
for (n = 0; *p >= '0' && *p <= '9'; p++) n = (n < MAX_EXPONENT_PREFIX) ? n * 10 + (*p - '0') : n;
expn += expsign * n;
}
which sets the exponent to zero even if the for loop terminates immediately.
This might qualify as a bug, as it differs from the C function strtod which accepts
"A sequence of digits, optionally containing a decimal-point character (.), optionally followed by an expo...
2009 Sep 16
1
Bug#546908: logcheck: Since upgrade to latest, some patterns are no longer filtered
...his rule in violations.ignore.d/local:
sm-mta.* nobody at .*.ram.loc .* did not issue MAIL.* during connection
But I still have this line show up in the "System Events" section:
Sep 16 11:27:19 tours sm-mta[5597]: n8G9RJLe005597: nobody at tours.ram.loc [192.168.0.4] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA
Putting that line in a file and using the pattern above with egrep
triggers a match.
Is this due to a locale problem maybe? It used to work fine with
an earlier version of logcheck (1.2.6, IIRC).
-- System Information:
Debian Release: squeeze/sid
APT prefers...
2012 Oct 15
1
Dovecot Authentication Problem Can't Make it Work
...Oct 15 18:00:39 localhost dovecot: pop3-login: Disconnected (auth failed, 1
attempts): user=<howell at mydomain.info <howell at tourforyou.info>>,
method=PLAIN, rip=88.22.197.66, lip=10.0.0.123
Oct 15 18:01:05 localhost sendmail[26722]: q9FA15LB026722: [88.22.197.66]
did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA
# 2.0.9: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-279.el6.x86_64 x86_64 CentOS release 6.3 (Final) ext4
auth_debug_passwords = yes
auth_mechanisms = plain login
auth_socket_path = /var/run/dovecot/auth-userdb
disable_plaintext_auth = no
last_valid_gid = 10
l...
2011 Jul 29
1
Dovecot 2.0.x + Sendmail 8.14.4 SMTP AUTH not working
...krtel.net [95.132.31.136]
Jul 29 23:46:12 one2action sendmail[2865]: p6TMkB95002865: lost input
channel from 136-31-132-95.pool.ukrtel.net [95.132.31.136] to TLSMTA
after auth
Jul 29 23:46:12 one2action sendmail[2865]: p6TMkB95002865:
136-31-132-95.pool.ukrtel.net [95.132.31.136] did not issue
MAIL/EXPN/VRFY/ETRN during connection to TLSMTA
Here's dovecot -n
# dovecot -n
# 2.0.beta6 (3156315704ef): /etc/dovecot/dovecot.conf
# OS: Linux 2.6.39.1-linode34 i686 CentOS Linux release 6.0 (Final)
auth_cache_negative_ttl = 3600 s
auth_debug_passwords = yes
auth_mechanisms = plain login DIGEST-MD5 c...
2024 Apr 16
5
read.csv
Dear R-developers,
I came to a somewhat unexpected behaviour of read.csv() which is trivial but worthwhile to note -- my data involves a protein named "1433E" but to save space I drop the quote so it becomes,
Gene,SNP,prot,log10p
YWHAE,13:62129097_C_T,1433E,7.35
YWHAE,4:72617557_T_TA,1433E,7.73
Both read.cv() and readr::read_csv() consider prot(ein) name as (possibly confused by
2008 Aug 24
2
Bug#496367: The possibility of attack with the help of symlinks in some Debian packages
...9-1)
file: /usr/sbin/fence_egenera
Binary-package: scratchbox2 (1.99.0.24-1)
file: /usr/share/scratchbox2/scripts/dpkg-checkbuilddeps
file: /usr/share/scratchbox2/scripts/sb2-check-pkg-mappings
Binary-package: sendmail-base (8.14.3-5)
file: /usr/sbin/checksendmail
file: /usr/bin/expn
Binary-package: fwbuilder (2.1.19-3)
file: /usr/bin/fwb_install
Binary-package: sng (1.0.2-5)
file: /usr/bin/sng_regress
Binary-package: dist (1:3.5-17-1)
file: /usr/bin/patcil
file: /usr/bin/patdiff
Binary-package: sympa (5.3.4-5)
file: /usr/lib/cgi-bin/sympa/wwsympa.fcgi
f...
2004 Oct 06
9
Problem with local email after shorewall installation
...0.0.1 DST=127.0.0.1 LEN=60 TOS=0x00
Other relevant log entries
Oct 5 22:02:06 dibbler tcplogd: smtp connection attempt from
localhost [127.0.\0.1]
Since dibbler is the firewall, something is listening
Oct 5 22:02:23 dibbler sm-mta[13127]: i95K26EM013127: localhost
[127.0.0.1] di\d not issue MAIL/EXPN/VRFY/ETRN during connection to
MTA
But is not getting what it expects.
What am I missing here ?
(and a possibly related question: Does shorewall block all ident/auth
access by default ? )
Thanks for any tips, and pointers
Tim T.
2007 Apr 30
25
escape regex code
hello,
i wondered if it would not be interesting to have some filters
function in puppet like
filter_integer(), filter_prelregex, filter_text, filter_email or such
so we can validate and make our defines a little more foolproof :)
i particulary see filter_regex as usefull in quite a lot of exec that
manipulates text files. What do you think about this ?
--
Cordialement,
Ghislain
2005 Jun 29
10
TCP Snoop & wrapper shell script posted
Hi ,
I have posted DTrace script to snoop tcp traffic and also provided a
wrapper script
for it to filter out unwanted traffic.
http://blogs.sun.com/roller/comments/raviswam/Weblog/tcp_snoop_using_dtrace
Please let me know if you have any feedback/comments on this.
Thanks
Ravi
1998 Jun 06
21
Named update for RH 4.2 exploitable?
Someone I was speaking with this evening claimed they have installed the
latest named rpms yet they are still getting exploited daily and being
hacked. Do the latest rpm''s for the named 4.9.x stuff fix all the root
exploits or is this person just an idiot who probably has holes elsewhere in
the system?