similar to: Cannot start sm-client on CentOS

Displaying 20 results from an estimated 8000 matches similar to: "Cannot start sm-client on CentOS"

2003 Apr 10
4
Odd sendmail error
One my 4.8 box I recently made a silly mistake sending a mail from the command line, along the lines of: mkn@shrewd$ mail test@knigma.org -c test@knigma.org Subject: test test EOT mkn@shrewd$ WARNING: RunAsGid for MSP ignored, check group ids (egid=1001, want=25) can not chdir(/var/spool/clientmqueue/): Permission denied Program mode requires special privileges, e.g., root
2003 Apr 08
1
Sendmail -- local mail problems
I am having problems on with locally generated mail on a box (production) that was just updated to 4.8-RELEASE from 4.62 After trying all manor of cures noted by others here and in google I have managed to get past the permission denied messages in the system log, but not in maillog. I now have all of today's local form submissions and my command line test mails backing up in
2015 Feb 16
2
setting up centos 6 x86_64 to relay through gmail
I have setup my machine to relay through smtp.gmail.com installed cyrus-sasl-md5 cyrus-sasl-plain Added to access: AuthInfo:smtp.gmail.com "U:smmsp" "I:my accont" "P:my pass" "M:PLAIN" AuthInfo:smtp.gmail.com:587 "U:smmsp" "I:my account" "P:my pass" "M:PLAIN" Added to sendmail.mc the
2003 Jun 05
2
sendmail: clientmqueue directory storing massive messages, not being cleared
I just got done sending 42,000 e-mail messages that were rotting away in /var/spool/clientmqueue. I figured out the command to do so was "sendmail -L sm-msp-queue -Ac -q30m". I never even knew that directory existed. I thought everything queued was kept in /var/spool/mqueue (which, I might add is being taken care of on a regular basis.. just seems the problem lies in the
2006 Feb 05
2
I appear to be attacking others
It looks like my CentOS 4.2 box is attacking other people with some type of ftp attack. I got an email from somebody saying they were being attacked by my IP address. Further investigation /var/log/messages shows a whole bunch of sshd attacks on me, none of which appear successful. I'm running ethereal right now and I can see that my system is doing some kind of ftp attacks on others.
2008 Jun 30
1
Problem with Sendmail + Apache
In my /var/log/maillog show this message: NOQUEUE: SYSERR(apache): can not chdir(/var/spool/clientmqueue/): Permission denied Permissions on dir: drwxrwx--- 2 smmsp smmsp 36864 Jun 30 15:23 clientmqueue If i change the permissions to 777 works normaly but is not safe and in other server works fine with the permissions 770. Anybody have any idea? Thanks, -- Daniel Bruno
2008 Aug 12
2
Sendmail with TLS, permission problem
Hello, list, I have a problem with Sendmail configuration. I'm building (on CentOS 5) a "dual-MTA" setup with amavisd-new (as specified in amavisd-new documentation, file README.sendmail-dual). So far so good. But when I tried to add server SMTP-AUTH and TLS, I get a strange, permission-related error, and STARTTLS will not start. In my .mc conf, the Sendmail user is now the usual
2008 Jun 09
8
sendmail not sending after reboot
HI folks, I've an up-to-date CentOS 5.x box on a small intranet (<20 users). We did a reboot over the weekend and all appears well except that clients on the LAN can no longer send email. Just hangs/times out. No clear identifiers in the /var/log/maillog or /var/log/messages. We're not setup for ESMTP as it's a closed network and I'm really hoping for a kickstart as to
2003 May 18
3
make buildworld ignoring NO_MAILWRAPPER=true
For the last few system builds, I've noticed that the variable in /etc/make.conf NO_MAILWRAPPER=true is being ignored, resulting in my sendmail (different than stock version) being overwritten. This applies to 4.8-STABLE; is this a known issue.
2007 Aug 16
1
Question about sm.options & sm.survival
Hi, there: It's my first time to post question in this forum, so thanks for your tolerance if my question is too naive. I am using a nonparametric smoothing procedure in sm package to generate smoothed survival curves for continuous covariate. I want to truncate the suvival curve and only display the part with covariate value between 0 and 7. The following is the code I wrote:
2010 Nov 22
1
sm.ancova graphic
Hi R-Users, I am working with sm.ancova (in the package sm) and I have two problems with the graph, which is automatically generated when sm.ancova() is run. 1-Besides of the fitted lines, the observed data appeared automatically in the graph. I prefer that only fitted lines appear. I check the sm.options, but I could not find the way that the observed data do not appear in the graph. 2-I
2009 Mar 30
3
Nonparametric analysis of repeated measurements data with sm library
Dear all, Does anybody know how to get more evaluation points in performing Nonparametric analysis of repeated measurements data with "sm" library. The following command gives the estimation for 50 points, by I would like to increase to 100 points But I do not know how to do that. library(sm) provide.data(citrate, options=list(describe=FALSE)) provide.data(dogs,
2009 Mar 03
1
sm.density.compare
I am running the sm.density.compare function amd I am getting the following error:   my code is  > sm.density.compare(LBSTRESN,COHORT,xlab="Units = umol/L"subset = LBTEST=="Creatinine")   Error in if (from == to) rep.int(from, length.out) else as.vector(c(from,  :   missing value where TRUE/FALSE needed   I do not understand the error and I have had no help when searching
2009 Oct 27
1
sm.regression
Hi all, I was looking for a non parametric survival analysis and I came up with the following sample from the web. However, I could not run it. Which library or function does "sm.regression" require? x <- runif(100,-2, 2) y <- x^2 + rnorm(50) sm.regression(x, y, h=0.5) Error: could not find function "sm.regression" Thanks Val [[alternative HTML version deleted]]
2012 Jan 02
1
sm.density.compare - a lot of curves
Dear all, Let say I have a sets of numbers: rno1 = rnorm(1000) rno2 = rnorm(1000) If I write request as follow: sm.density.compare (rno, rno3, xfit=min(rno), max(rno2)) why I receive a lot of curves in my plot, while I have only two data sets? regards Przemek -- View this message in context: http://r.789695.n4.nabble.com/sm-density-compare-a-lot-of-curves-tp4253039p4253039.html Sent from the
2009 Mar 06
2
sm.options
Hi, I am doing kernel density plots, and am trying to make the lines thicker. I comparing three groups, in sm.density.compare. I tried changing lwd to make the line sthicker right on the density compare call, but was not able to do it. There is not an option in sm.options to specify line thickness, as well as cex.ylab or cex.xlab- I tried it and it does not change the thickness of the lines.
2007 Jun 08
1
pointwise confidence bands or interval values for a non parametric sm.regression
Dear all, Is there a way to plot / calculate pointwise confidence bands or interval values for a non parametric regression like sm.regression? Thank you in advance. Regards, Martin
2000 Dec 19
1
sm library
Hello to everyone Does someone know where is the bug in sm.logit function in sm library? The estimated probabilities are always 1/2 I'm new to this list, so I don't know if this list is about this kind of things. Sorry for my english, and thanks in advance Oscar -------------- next part -------------- An HTML attachment was scrubbed... URL:
2001 Jan 24
3
sm.density
Hello to everyone I''ve downloaded the version sm2 for smoothing methods and when I try the simple code y <- rnorm(50) sm.density(y, model = "Normal") I get the error message Error in if (any(omit)) { : missing value where logical needed I''m running R 1.1.1. on windows 98 Anybody can help? -------------- next part -------------- An HTML attachment was
2013 Sep 30
1
[sm.density.compare] scale up y-axis and additional line type
Dear fellows, The two questions are on sm.density.compare(). I compare kernel density estimates of two arrays of data. I'd like to scale up y-axis so that I can show better the differences in y values. English is not my first language so I'll try to explain it. I would like to stretch y-axis a bit longer but not to change the range of y values. How can I do this? Second, I'm