search for: olm

Displaying 20 results from an estimated 20 matches for "olm".

Did you mean: old
2009 Apr 19
3
Local root vulnerability in udev
I just saw this thread in the OLM forum. Possibly of interest, since they say it includes CentOS 5, if the update hasn't been released yet. Always good to keep boxes updated, for security and stability reasons. <http://forums.olm.net/showthread.php?t=2137>
2013 Jan 11
1
problems with package 'segmented'
...ct to the error message I cannot imagine that this will cause my problems. Below you will find the code as it was reported in the paper: library(segmented) data("plant") attach(plant) X <- model.matrix(~0 + group)*time time.KV <- X[,1] time.KW <- X[,2] time.WC <- X[,3] olm <- lm(y~0+ group + time.KV + time.KW + time.WC) os <- segmented(olm, seg.Z= ~ time.KV + time.KW + time.WC, psi=list(time.KV=c(300,500), time.KW=c(450,600), time.WC=c(300,450))) The error message is as follows: Error in `rownames<-`(`*tmp*`, value = c("psi1.time.KV", "ps...
2010 May 26
3
Peak Over Threshold values
Dear List I hope you can help me: I?ve got a dataframe (df) within which I am looking for Peak Over Threshold values as well as the length of the events. An event starts when walevel equals 5.8 and it should end when walevel equals the lower threshold value (5.35). I tried ?clusters (?)? from ?evd package?, and varied r (see example) but it did not work for all events (again
2013 Jan 12
1
Question on broken-line regression: 'segmented' or alternative
...and 3: subset_data <- subset(data, subset=data$group!=3) names(subset_data) <- c("sub_group", "sub_x", "sub_y") attach(subset_data) X <- model.matrix(~0+sub_group)*sub_x time.1 <- X[,1] time.2 <- X[,2] time.3 <- X[,3] olm <- lm(sub_y~0 + sub_group + time.1 + time.2) os <- segmented(olm, seg.Z= ~ time.1 + time.2, psi=list(time.1=c(14,30), time.2=40)) #End of code
2009 May 14
6
Dealing with brute force attacks
Over the weekend one of our servers at a remote location was hammered by an IP originating in mainland China. This attack was only noteworthy in that it attempted to connect to our pop3 service. We have long had an IP throttle on ssh connections to discourage this sort of thing. But I had not considered the possibility that other services were equally at risk. Researching this on the web does
2009 Dec 29
0
{SOLVED} Re: OT: What are the 2 openssl commands I need to use?
...ntrol panel generates a 1024 bit key, > where the certificate you got was 2048 bits. ?What you need to do is > generate a 2048 bit key and csr on your domain. You would Thank you, to everyone who responded! In the end, it wasn't necessary for me to use the openssl command, as the man in OLM Tech Support had suggested to me earlier today. Eddy at StartCom (StartSSL) gave me the commands, to check the Modulus of the ssl.key and ssl.crt files, which I'd made this morning, after running into the problem and confusion, with the 1024 bit CSR from the old Ensim Control Panel and the 204...
2014 Jan 30
2
samba vs LDAP - can I see LDAP logs, please?
Hi, I'm setting up Samba to authenticate against an LDAP Server. I have the basic setup running but authentication fails. I'm 95% sure that the LDAP config is still wrong but the guy I'm setting this up for doesn't really come up with the proper info. I have set log level = 5 and get tons of irrelevant info. What I'd like to see is the LDAP queries that the samba server
2007 Dec 06
2
Segmented regression
Hello all, I have 3 time series (tt) that I've fitted segmented regression models to, with 3 breakpoints that are common to all, using code below (requires segmented package). However I wish to specifiy a zero coefficient, a priori, for the last segment of the KW series (green) only. Is this possible to do with segmented? If not, could someone point in a direction? The final goal is to
2007 Jul 31
0
FW: NYC Special Event - Join Us
...to:dean at cognation.net> +1-212-203-4357 Ph +61-2-9016-5642 (Sydney in-dial). ________________________________ From: Polycom Connect [mailto:PolycomConnect at post.polycomconnect.com] Sent: Tuesday, 31 July 2007 11:12 AM To: Dean Collins Subject: NYC Special Event - Join Us <http://olm.polycom.com/olm/05/images%20-new%20brand%20headers%20and%20L P%20/EventInviteHeader06.jpg> OPEN HOUSE The Future of High Definition Conferencing Polycom NYC Office 1 Penn Plaza - Suite 1614 (212) 372-6970 Thursday - August 9, 2007 Session 1 - 9:30am - 10:30am Session 2 - 11:00am - 12:00...
2008 Sep 24
2
Centos and colocation....
...unt. Eventually I added some more sites and got to grow out and went to this new fangled thing called VPS. Lots of problems plagued me throughout that experience, some on ensim control panel, some on others. When chost.net (think that was their name) blew up (1999 ?) and I lost my sites I moved to OLM. Finally got big enough to go to the dedicated thing. My own server, managed by the hosting company. Years of that turned stale as recumbent issues of updating and control panels just made it not so good. I made the plunge and built my own server and colocated it. Only problem, which software. I d...
2009 May 16
6
fsck file system is mounted
Hi, Is there a way to run fsck or any other program to check if there is drive problem. I don't want it repaired, now, but maybe later on. I can't shutdown the system and reboot in single user-mode. All suggestions are welcomed. -- Thanks http://www.911networks.com When the network has to work
2014 May 13
1
dovecot shared folder
...ash { special_use = \Trash } prefix = separator = / } passdb { args = /etc/dovecot/dovecot-ldap.conf.ext driver = ldap } plugin { acl = vfile:/etc/dovecot/dovecot-acl acl_anyone = allow acl_shared_dict = file:/home/dovecot/shared-mailboxes.db } postmaster_address = root at mail.olm.ro protocols = imap pop3 service auth { unix_listener /var/spool/postfix/private/auth { group = postdrop mode = 0666 user = postfix } unix_listener auth-userdb { group = mailbox mode = 0666 user = mailbox } user = dovecot } service dict { unix_listener dict {...
2009 Dec 29
3
OT: What are the 2 openssl commands I need to use?
I looked on the openssl man page but am too dense with commands to understand what I need to do..... Ran into problems generating a key and CSR for SSL, because the web site is on a server with an old Ensim Control Panel. Please someone knowledgeable, give me the openssl commands I need to use, after I ssh into the web site, to generate a 2048 bit key and csr. TIA and Happy New Year!
2008 Dec 09
8
pop3 attack
I was looking at my maillog and it looks like someone is trying to get into my pop3 server. Dec 9 15:28:54 mailserver dovecot: pop3-login: Aborted login: user=<alexis>, method=PLAIN, rip=::ffff:66.167.184.203, lip=::ffff:192.168.1.2 Dec 9 15:29:08 mailserver dovecot: pop3-login: Aborted login: user=<alfonso>, method=PLAIN, rip=::ffff:66.167.184.203, lip=::ffff:192.168.1.2 Dec 9
2007 Sep 06
7
Why CentOS as a webhosting platform
Hi, CentOS seems to be doing really well in the hosting business these days, and even for people who would normally have used Windows or OSX on the hosting previously, are now looking at using CentOS. And I thought it would be nice to have a section on the wiki about exactly why that is. Not having any direct connection with the hosting business I was wondering if people here could help me
2019 Nov 18
5
[cfe-dev] RFC: Moving toward Discord and Discourse for LLVM's discussions
FWIW I'm a fan of using open-source stuff for open-source projects. Discourse looks open source, but Discord doesn't as far as I can tell (?). On Mon, Nov 18, 2019 at 3:15 AM Chandler Carruth via cfe-dev < cfe-dev at lists.llvm.org> wrote: > Hello folks, > > I sent the message quoted below to llvm-dev@ just now, but it applies to > the whole community so sending an FYI
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...YOe_*hAyu{&9JN-B{& z5%4X;+yN*g?!^j<=L8AWX6lqaj(`VGtM~&rCkk>`9PdIki&W3lG1Ptb^zxg#fD?5T z$HO)YV11oa=Vqs{9Vgd1PKt|bFn1CFjA;cD6mhVrOR^<rttHQ9QB%whN6`YHYLe-< zQjQj>uPv&-8XQnwkjz2BC>ns@>Z^K>MIFSV4qYBIY9I)=gLRwt+LDjVnvco;xj;2C zd9KAr#qAsuSG#M>Pc-q}L^vt#HJG<OLMc**5nJ&m$qiN#$%U at fVoKx%oi3K0x4n78 z_GbGb{7h8IEKjzt*4==QkzAkVug<S^zOe1=UTKH;@L5druKW$bVB-4m0%15v%2 at nc z>D)uLipY@@P4CIaTpRqeP*C3n=;3$ihu;PGRNL9ppna+V;vfpT|0z1$C+MQM{EuR~ zw+(b}17tivc;2{<x%H++0x%E&(+cUv3al47n3WxuNmV_U-=|wl(rVt(?-`B<rl_yQ zeI4}}<DT<fJ-Rn|VhL4+RoaK~jOla7ef...
2013 Dec 02
1
too many groups for a user?
Hi, we're exporting a number of directories via samba shares. To manage access for individual users, the files are put into different groups, users who get access to the files will be put into the respective groups. It seems there's a limited number of groups that a user can be member of - googling around comes up with wildly different numbers from 16 up to 64k. The limit for CentOS
2002 Mar 15
1
Problems compiling on Redhat
Hello, I have a x86 Red Hat Linux release 7.0 (Guinness) box. OpenSSL 0.9.6b I downloaded the most recent version of OpenSSH (3.1p1). Attached is the result of ./configure and make. Thanks in advance -------------- next part -------------- # ./configure checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are