similar to: SEC protocol driver.

Displaying 20 results from an estimated 110 matches similar to: "SEC protocol driver."

2007 Mar 21
1
gamatronic/sec driver: gettimeofday
On 3/20/07, Julius Malkiewicz <jpmalkiewicz@gmail.com> wrote: > I would like to use the gettimeofday() call to do some timing - but > it is invoked optionally, therefore it is _not_ required. I'm aware > that different unix(es) have different header files to include to get > to the gettimeofday() syscall - on linux it is <sys/time.h>. > > How do I modify the
2005 Nov 15
1
nut driver for Belkin OmniGuard F6C230 - RKM
Hallo, i'v bought a Belkin F6C230. The CD which is shiped with this UPS has a totally useless installation part for linux. So I'v tried to use nut instead of the Belkin software. I've tried both belkin drivers (belkin and belkinunv) and also the generic driver (genericups) with all available upstypes. None of these drivers did actually work. Has anybody experiences with this UPS
2010 Jun 09
1
equivalent of stata command in R
Dear all, I need to use R for one estimation, and i have readily available stata command, but i need also the R version of the same command. the estimation in stata is as following: 1. Compute mean values of relevant variables . sum inno lnE lnM Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------
2015 Feb 10
2
Re: HugePages - can't start guest that requires them
On 09.02.2015 18:19, G. Richard Bellamy wrote: > First I'll quickly summarize my understanding of how to configure numa... > > In "//memoryBacking/hugepages/page[@nodeset]" I am telling libvirt to > use hugepages for the guest, and to get those hugepages from a > particular host NUMA node. No, @nodeset refers to guest NUMA nodes. > > In
2010 Jun 09
1
equivalent of stata command in R‏
From: saint-filth@hotmail.com To: saint-filth@hotmail.com Subject: RE: Date: Wed, 9 Jun 2010 09:53:20 +0000 OK! sorry thats my fault, here the translations of the stata commands 1st step is to get the mean values of the variables, well that doesnt need explanation i guess, 2nd step is to estimate the model on panel data estimation method which is:
2005 Dec 19
0
new(er) SEC driver.
Hi! I've recently come into to the possesion of a couple of Belkin Omniguard 3200 UPS's. Given the horrible apache/java based software they come with, I decided to see if I cannot get them to work with NUT. To cut a long story short, they work out to be SEC -based, and extensively modifying the nut-1.4 driver code to come up with the attached two files. I've marked them
2017 Jun 05
0
v2.2.30.1 released
On 2017-05-31 15:24, Timo Sirainen wrote: > https://dovecot.org/releases/2.2/dovecot-2.2.30.1.tar.gz > https://dovecot.org/releases/2.2/dovecot-2.2.30.1.tar.gz.sig > > Due to some release process changes I didn't notice that one important > bugfix wasn't included in the v2.2.30 release branch before I made the > release. So fixing it here with v2.2.30.1. Also included
2017 May 31
8
v2.2.30.1 released
https://dovecot.org/releases/2.2/dovecot-2.2.30.1.tar.gz https://dovecot.org/releases/2.2/dovecot-2.2.30.1.tar.gz.sig Due to some release process changes I didn't notice that one important bugfix wasn't included in the v2.2.30 release branch before I made the release. So fixing it here with v2.2.30.1. Also included another less important fix. - quota_warning scripts weren't
2017 May 31
8
v2.2.30.1 released
https://dovecot.org/releases/2.2/dovecot-2.2.30.1.tar.gz https://dovecot.org/releases/2.2/dovecot-2.2.30.1.tar.gz.sig Due to some release process changes I didn't notice that one important bugfix wasn't included in the v2.2.30 release branch before I made the release. So fixing it here with v2.2.30.1. Also included another less important fix. - quota_warning scripts weren't
2015 Feb 04
2
Re: HugePages - can't start guest that requires them
*facepalm* Now that I'm re-reading the documentation it's obvious that <page/> and @nodeset are for the guest, "This tells the hypervisor that the guest should have its memory allocated using hugepages instead of the normal native page size." Pretty clear there. Thank you SO much for the guidance, I'll return to my tweaking. I'll report back here with my results.
2006 Jan 12
0
safe_asterisk not working?
I've been experiencing some crashes in Asterisk in the past few weeks. I haven't been able to find out why as gdb shows it's in a different function every time. But, in the meantime, I've been using safe_asterisk hoping that it would simply restart Asterisk by itself. It doesn't seem to do that. Whenever Asterisk crashed, the list of processes doesn't show asterisk or
2015 Feb 20
0
Re: HugePages - can't start guest that requires them
On Tue, Feb 10, 2015 at 1:14 AM, Michal Privoznik <mprivozn@redhat.com> wrote: > On 09.02.2015 18:19, G. Richard Bellamy wrote: >> First I'll quickly summarize my understanding of how to configure numa... >> >> In "//memoryBacking/hugepages/page[@nodeset]" I am telling libvirt to >> use hugepages for the guest, and to get those hugepages from a
2002 Apr 16
0
FreeBSD Security Advisory FreeBSD-SA-02:20.syncache
-----BEGIN PGP SIGNED MESSAGE----- ============================================================================= FreeBSD-SA-02:20 Security Advisory FreeBSD, Inc. Topic: syncache/syncookies denial of service Category: core Module: net Announced: 2002-04-16
2015 Feb 09
0
Re: HugePages - can't start guest that requires them
First I'll quickly summarize my understanding of how to configure numa... In "//memoryBacking/hugepages/page[@nodeset]" I am telling libvirt to use hugepages for the guest, and to get those hugepages from a particular host NUMA node. In "//numatune/memory[@nodeset]" I am telling libvirt to pin the memory allocation to the guest from a particular host numa node. In
2010 Jun 09
1
equivalent of stata command in R‏‏
Thanx for your response, yeah, i know i didnst specified the indexes when i wrote the 2nd mail, in fact in the 1st mail i wrote already that i dont have problem with the estimation of the model... thats the reason why i didnt write in fact since the issue is not to estimate the model but to get the marginal effect, anyway, i figured out that predict(), doesnt work for panel data... and well, my
2008 Dec 01
1
Comparing output from linear regression to output from quasipoisson to determine the model that fits best.
R 2.7 Windows XP I have two model that have been run using exactly the same data, both fit using glm(). One model is a linear regression (gaussian(link = "identity")) the other a quasipoisson(link = "log"). I have log likelihoods from each model. Is there any way I can determine which model is a better fit to the data? anova() does not appear to work as the models have the
2005 Oct 03
0
TDMoE help with Alarms...
I have configured TDMoE sucessfully and I am able to make a Zap connection from one box to the other. The question I have is.. I'm getting repeated errors every second on both systems.. Oct 3 09:53:16 WARNING[4409]: chan_zap.c:6252 handle_init_event: Detected alarm on channel 1: No Alarm Oct 3 09:53:16 WARNING[4409]: chan_zap.c:6252 handle_init_event: Detected alarm on channel 2: No Alarm
2005 Apr 26
3
Error using e1071 svm: NA/NaN/Inf in foreign function call
Hello, As far I saw in archive mailing list, I am not the first person with this problem. Anyway I was not able to pass this error once the information I got from the archive it is not very conclusive for this case. I have used linear, radial and sigmoid kernels for the same data in the same conditions and everything is ok. This problem just happens with the polynomial kernel. I send the
2006 Apr 16
1
has_many :through and belongs_to
I have a relationship where a Show has_many Techs through People. From what I understand that requires me to put belongs_to Show in the People model. My problem is that a Tech can belong to many Shows. Is there any way of solving this besides putting a has_many Shows relationship in People -- Posted via http://www.ruby-forum.com/.
2003 Jun 02
2
./configure --with-pam fails allways
Hi, It is since a while on different distributions that i can't compile samba --with-pam I download 2.2.8a ./configure --with-pam And i always get: 1)config.log 2)screen dump 1) this is the config.log file This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:814: checking for gcc configure:927: checking