Displaying 20 results from an estimated 800 matches similar to: "IUD Number"
2010 Jan 05
5
Signing In Other than Root
Hi;
How do I make it so that it's impossible to SSH into the server directly as
root? That is, make it necessary to SSH in as an ordinary user and then su
to root?
TIA,
Suzie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100105/9d567d47/attachment-0002.html>
2009 Nov 21
4
crontab problem
Hi;
I have the following in crontab -eu root:
@daily /usr/local/bin/mysql-backup-
daily.sh
@weekly /usr/local/bin/mysql-backup-weekly.sh
@monthly /usr/local/bin/mysql-backup-monthly.sh
[root at 13gems globalsolutionsgroup.vi]# ls /usr/local/bin/mysql-*
/usr/local/bin/mysql-daily.sh /usr/local/bin/mysql-monthly.sh
/usr/local/bin/mysql-weekly.sh
These scripts worked on another server. The daily
2009 Nov 23
12
Recommend Mail Server
Hi;
I don't want sendmail. What's a good secure email server that I can yum? I
really only need smtp right now, but who knows what the future will bring?
TIA,
Suzie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20091123/1ef8c879/attachment-0003.html>
2009 Oct 11
3
SVN hell!
Hi!
I'm trying to install SVN on a latest version of CentOS (5.3). I just did:
yum install subversion
yum install mod_dav_svn
Then i edited /etc/httpd/conf.d/subversion.conf
and here is the content:
========================
<Location /svn>
DAV svn
SVNParentPath /var/www/svn
# Limit write permission to list of valid users.
<LimitExcept GET PROPFIND OPTIONS
2010 Feb 26
2
Email Problem
Hi;
The following message appears to have been sent, but in fact never does
reach their destination:
[root qmail-send]# tail current
@400000004b87b3d3392cbddc new msg 97881462
@400000004b87b3d3392cc5ac info msg 97881462: bytes 531 from <
suzieprogrammer at gmail.com> qp 23629 uid 508
@400000004b87b3d33b7f700c starting delivery 4: msg 97881462 to remote
suzieprogrammer at gmail.com
2010 Feb 24
2
tcpserver on port 25
Hi;
[root at 13gems beno]# netstat -ltnup
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State PID/Program name
tcp 0 0 0.0.0.0:3306 0.0.0.0:*
LISTEN 24560/mysqld
tcp 0 0 0.0.0.0:110 0.0.0.0:*
LISTEN 27762/tcpserver
tcp 0 0 0.0.0.0:25
2006 May 30
1
max / pmax
Hello R users,
I am relatively new to R and cannot seem to crack a coding problem. I
am working with substance abuse data, and I have a variable called
"primary.drug" which is considered the drug of choice for each
subject. I have just a few missing values on that variable. Instead
of using a multiple imputation method like chained equations, I would
prefer to derive these
2010 Jan 15
4
OT TTW Email Interface
Hi;
I don't know what these things are called so that I can look for an OS
solution. I want to install an email server interface like Hotmail where
people can check their email TTW. What is this called? Any recommendations?
TIA,
Susan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Feb 25
2
getaddrinfo problem
Hi;
A problem occurred in a Python script. Here is the sequence of function
calls leading up to the error, in the order they occurred.
/var/www/html/mysite.com/simplemail/mail2.py
40 </head>
41 <body>'''
42 my_mail()
43 print '''
44 </body>
my_mail = <function my_mail>
/var/www/html/mysite.com/simplemail/mail2.py in my_mail()
27
2010 Jun 28
3
Upgrading MySQL
Hi;
I'm trying to install django and got this error:
django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is
required; you have 1.2.1
So then I tried yum upgrade mysql and got this:
No Packages marked for Update
Please advise.
TIA,
Susan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Jun 26
2
Upgrading MySQLdb
Hi;
I've got MySQLdb installed (bridge to Python) and I can't figure out how to
upgrade it. I did a find and got these paths:
/usr/lib/python2.6/site-packages/SQLAlchemy-0.6beta2-py2.6.egg/sqlalchemy/dialects/mysql/mysqldb.py
/usr/lib/python2.6/site-packages/SQLAlchemy-0.6beta2-py2.6.egg/sqlalchemy/dialects/mysql/mysqldb.pyc
I don't have mysql-devel installed, so it wasn't that.
2010 Mar 22
1
Upgrading Python with Yum
Hi;
I have an old version of Python (2.4.3) and I'm trying to upgrade (to 2.6);
however, when I try
yum upgrade python
it tells me that it's already got the latest and greatest...presumably of
2.4.3. I've tried
yum list python
and it only gives me the 2.4.3. Are there no others? Do I have to build from
a tarball? I'm surprised I don't find a version of Python 3 either. In what
2003 Mar 25
4
Fixed Quantizer - Fixed Quality
Here's the problem:
> 2) Encoding with rate control as in single pass "Bitrate
> control" will not
> lead to better quality than fixed quant (with the right value
> of the fixed
> quant). Ratecontrol doens't know anything about "quality". It
> will try to
> reach more-or-less CBR.
>
> But somehow this is not a fair comparison, because
2012 Jul 13
3
Help with R2 OpenBUGs
Hi, I'm currently working on the below codes however whenever I run it in
openbugs it gives an error message saying: unknown type of logical function
error pos 76. Any help would be appreciated.
## bugs code
library(R2OpenBUGS)
sink("C:/Users/CCF/Documents/Suzie Work/PTY Project/Waterhole
Correction/ungulate.txt")
cat("
model{
# hyperparameters
# habitat effects for each
2005 May 20
2
address of Gordon Smyth ?
Anyone know where I can reach the author of the compareGrowthCurves function?
I'm having trouble with it.
Thanks,
Suzie
__________________________________________________________________
Switch to Netscape Internet Service.
New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at
2005 Jun 13
1
ppinit
Probably a simple question, but I can't find the answer to it ...
In the 'ppinit' code it describes how it takes a 'file in standard format' and creates a point process object with it. Can anyone enlighten me as to what this 'standard format' is? The example given doesn't allow me to view the '.dat' file that apparently is in this format.
Thanks,
Suzie
2001 Sep 14
5
Our Sympathies
The following is a message to be sent to the President
of the United States of America. Although we may not be able to do a
great deal from where we are, but for the people of America just
knowing we care and feel their sadness will help. Please put your name
on the following list and send it to all you know and who care. If you
are the 100th name and every 100th there on could you please also
2003 Sep 12
1
Using the system command
Hello, I am currently taking a statistics course and we are to do a project producing a graph using multiple input files.
In R, I'm trying to build a filelist based on a pattern. For some reason, if I do the command interactively and not assign it to an array variable I get what I thought I should, but if I do this inside my R program it chops off some file names and thinks there are two.
2005 Jun 01
0
cor.test on spatial data
I have spatial data on various species of trees within plots. What I'd like to know is if their patterns are positively associated or not. Could I use cor.test on the values generated by Kest or Gest functions? or would it be more powerful to do a G i to j and then G j to i analysis instead?
Thanks,
Suzie
__________________________________________________________________
Switch to Netscape
2008 Feb 27
3
Another 1.1rc1 signal 6 crash (with backtrace)
Core was generated by /usr/local/libexec/dovecot/imap'.
Program terminated with signal 6, Aborted.
#0 0xb7fb6410 in __kernel_vsyscall ()
(gdb) bt
#0 0xb7fb6410 in __kernel_vsyscall ()
#1 0xb7e85f15 in raise () from /lib/i686/cmov/libc.so.6
#2 0xb7e87891 in abort () from /lib/i686/cmov/libc.so.6
#3 0x080ce499 in i_internal_fatal_handler (type=LOG_TYPE_PANIC, status=0,
fmt=0x80e8f54