search for: seatbelt

Displaying 20 results from an estimated 25 matches for "seatbelt".

2004 Jul 30
2
dynamic regression
Greetings: Is there an simple way to do dynamic regressions in R? >From what I've seen, one must use arima() and construct the X matrix with lagged values etc. and modify Y as well. Thanks, Bob --------------------------------- [[alternative HTML version deleted]]
2012 May 29
1
strucchange Fstats() example
...east" two breakpoints. When plotting the F-statistics using the following code, we see indeed two peaks in the F-statistics, that coincides with the dates given by the authors: c.a 1973 and 1983 but when trying to add those breakpoints to the time series, only one is taken into account ## UK Seatbelt data: a SARIMA(1,0,0)(1,0,0)_12 model ## (fitted by OLS) is used and reveals (at least) two ## breakpoints - one in 1973 associated with the oil crisis and ## one in 1983 due to the introduction of compulsory ## wearing of seatbelts in the UK. data("UKDriverDeaths") seatbelt <- log10(U...
2012 May 10
0
Using valgrind to debug R, extracting column of a mts object causes valgrind to crash
...bug my R package with valgrind, but I cannot get past the point where I load make the data, as valgrind crashes when trying to extract a single time series object of a multivariate mts object. I'm using R 2.15.0 with platform x86_64-redhat-linux-gnu (64-bit). The valgrind.R contains code data(Seatbelts) y<-Seatbelts[,"VanKilled"] And I run valgrind with R -d "valgrind --tool=memcheck --leak-check=yes" --no-save < valgrind.R Results look like this: > data(Seatbelts) > y<-Seatbelts[,"VanKilled"] vex amd64->IR: unhandled instruction bytes: 0x66 0xF...
2004 Mar 16
2
make check failed for R-1.9.0alpha (2004-03-16) when link against Goto's BLAS
...d: shared library, R profiling Recommended packages: yes (The Goto BLAS is libgoto_opt64-r0.93.so.) "make" ran fine, but "make check" failed with tail tests/Examples/stats-Ex.Rout.fail giving: > ## now see the effect of the explanatory variables > data(Seatbelts) > X <- Seatbelts[, c("kms", "PetrolPrice", "law")] > X[, 1] <- log10(X[, 1]) - 4 > arima(log10(Seatbelts[, "drivers"]), c(1,0,0), + seasonal = list(order= c(1,0,0)), xreg = X) Error in La.svd(x, nu, nv, method) : error code 3 from Lapac...
2002 Jan 18
5
contrib/solaris/opensshd.in patch
This patch adds the seatbelts which _only_ kill parent sshd procs... -RMallory (eg: when you ssh into a machine and pkgadd the new openssh, it will not kill your current (or anyone else's sshd session) onanother_note: the buildpkg.sh could use some exec_prefix functionality... to deal with ./configure --prefix= --ex...
2004 Jun 30
1
NMBD will not start...
...s !!! Larry S. Singleton lars@thornwood.com Systems Analyst E-Mail Administrator/Webmaster/"Guru in Training" Thornwood Furniture Mfg., Inc. "Remember.....The best team does NOT always win" and "Michael Moore is a Stupid Fat Ignorant White Man." "PLEASE WEAR YOUR SEATBELT AND BUCKLE YOUR KIDS IN EVERYTIME !!!!"
2011 Sep 06
2
Announce: OpenSSH 5.9 released
...child can perform. This intention is to prevent a compromised privsep child from being used to attack other hosts (by opening sockets and proxying) or probing local kernel attack surface. Three concrete sandbox implementation are provided (selected at configure time): systrace, seatbelt and rlimit. The systrace sandbox uses systrace(4) in unsupervised "fast-path" mode, where a list of permitted syscalls is supplied. Any syscall not on the list results in SIGKILL being sent to the privsep child. Note that this requires a kernel with the new SYSTR_POLICY_KILL...
2011 Sep 06
2
Announce: OpenSSH 5.9 released
...child can perform. This intention is to prevent a compromised privsep child from being used to attack other hosts (by opening sockets and proxying) or probing local kernel attack surface. Three concrete sandbox implementation are provided (selected at configure time): systrace, seatbelt and rlimit. The systrace sandbox uses systrace(4) in unsupervised "fast-path" mode, where a list of permitted syscalls is supplied. Any syscall not on the list results in SIGKILL being sent to the privsep child. Note that this requires a kernel with the new SYSTR_POLICY_KILL...
2011 Aug 14
10
Call for testing: OpenSSH-5.9
...child can perform. This intention is to prevent a compromised privsep child from being used to attack other hosts (by opening sockets and proxying) or probing local kernel attack surface. Three concrete sandbox implementation are provided (selected at configure time): systrace, seatbelt and rlimit. The systrace sandbox uses systrace(4) in unsupervised "fast-path" mode, where a list of permitted syscalls is supplied. Any syscall not on the list results in SIGKILL being sent to the privsep child. Note that this requires a kernel with the new SYSTR_POLICY_KILL...
2017 Feb 02
2
Bug#771441: [PATCH tftpd-hpa] tftpd: don't use AI_CANONNAME and AI_ADDRCONFIG to resolve addresses for bind
...> you proposing this patch (based on the discussion on #d-d) also goes away > too ... See above. Which problems do you see introduced by my patch? IMHO "we don't do it right because it might paper over other problems" is a poor reason for not patching. ("I don't need seatbelt or a helmet because if my head gets hurt there is a different problem.") > Assuming that at some point the NM bug will be fixed, why would we still > want to make this change in this code? See above. FTR: The NM bug is already reported upstream and a first (though not fixing) patch wa...
2013 Feb 11
7
PoD, 4.2, and current/maximum reservation
A user has pointed out a problem with GPLPV under Xen 4.2 when using PoD. I''m using the difference between XENMEM_maximum_reservation and XENMEM_current_reservation to tell me how much I should balloon down to account for PoD, but when the user has ballooned down to 1G (from 4Gb or 8GB), GPLPV logs the following: 13005008825593: XenPCI XENMEM_maximum_reservation = 262400
2017 Feb 03
0
Bug#771441: [PATCH tftpd-hpa] tftpd: don't use AI_CANONNAME and AI_ADDRCONFIG to resolve addresses for bind
...happening in most cases. The lessons of: https://tools.ietf.org/html/draft-thomson-postel-was-wrong-00 aren't entirely inapplicable here. > IMHO "we don't do it right because it might paper over other problems" > is a poor reason for not patching. ("I don't need seatbelt or a helmet > because if my head gets hurt there is a different problem.") I don't think defining "do it right" as "I'd rather you disable checking in the software for everyone than configure it locally to do what I want" is very helpful here. Especially not if...
2005 Dec 28
1
segmetation fault
Hey, I don;t know if anyone has come across this error before... I am running R on the terminal of my MAC OS X 10.3.4 and I have written C code and compiled it using R CMD SHLIB mycode.c There were no problems in compiling so I now have mycode.o and mycode.so. I used dyn.load("mycode.so") and again, no problems. But when I try to use the code .C("mycode",x)
2004 Jul 06
0
Fw: Help with long PC names and AIX
...ser ghostraider not found. How do I work around this issue? Thanks !!! Larry S. Singleton lars@thornwood.com Systems Analyst E-Mail Administrator/Webmaster/"Guru in Training" Thornwood Furniture Mfg., Inc. "Remember.....The best team does NOT always win" "PLEASE WEAR YOUR SEATBELT AND BUCKLE YOUR KIDS IN EVERYTIME !!!!" disclaimer: Views expressed in this signature are the PROUD and sole responsibility of the sender and not his employer.
2005 Feb 02
4
(no subject)
...f Loblolly pine trees Nile Flow of the River Nile Orange Growth of orange trees OrchardSprays Potency of Orchard Sprays PlantGrowth Results from an Experiment on Plant Growth Puromycin Reaction velocity of an enzymatic reaction Seatbelts Road Casualties in Great Britain 1969-84 Theoph Pharmacokinetics of theophylline Titanic Survival of passengers on the Titanic ToothGrowth The Effect of Vitamin C on Tooth Growth in Guinea Pigs UCBAdmissions...
2017 Feb 03
2
Bug#771441: [PATCH tftpd-hpa] tftpd: don't use AI_CANONNAME and AI_ADDRCONFIG to resolve addresses for bind
...sing what the admin requested if he articulates something incomprehensial. It's just about doing what the admin clearly requested. > > IMHO "we don't do it right because it might paper over other problems" > > is a poor reason for not patching. ("I don't need seatbelt or a helmet > > because if my head gets hurt there is a different problem.") > > I don't think defining "do it right" as "I'd rather you disable checking > in the software for everyone than configure it locally to do what I want" > is very helpful...
2011 Aug 01
1
ivreg and structural change
Hello, I am looking for some help with this question: how could I test structural breaks in a instrumental variablesĀ“s model? For example, I was trying to do something with my model with three time series. tax_ivreg <- ivreg(l_y ~ l_x2 + l_x1+ dl_y | lag(l_x2, -1)+lag(l_x2, -2)+ lag(l_x1, -1)+lag(l_x1, -2)+lag(l_y, -1)+lag(l_y, -2), data=tax1) summary(tax_ivreg) ## after estimating it,
2000 Nov 01
4
root-partition
Hi all, I've been working with the ext3-fs for several months (since 0.0.2c), and it works pretty fine for me, but I haven't found out, how I works to migrate my root-partition from ext2 to ext3. I tried it with the commands at the lilo-prompt, but it didn't work. I only received a kernel panic. Any ideas, how I can migrate to ext3 on my root-partition? tnx, Joachim -- Joachim
2011 Aug 17
1
openssh-unix-dev Digest, Vol 100, Issue 3
...> This intention is to prevent a compromised privsep child from being > used to attack other hosts (by opening sockets and proxying) or probing > local kernel attack surface. > > Three concrete sandbox implementation are provided (selected at > configure time): systrace, seatbelt and rlimit. > > The systrace sandbox uses systrace(4) in unsupervised "fast-path" > mode, where a list of permitted syscalls is supplied. Any syscall not > on the list results in SIGKILL being sent to the privsep child. Note > that this requires a kernel with the ne...
2010 Jun 14
0
areaplot
...ot(1940:1970, 500*runif(31), ylim=c(0,500)) areaplot(Armed.Forces~Year, data=longley, add=TRUE) # matrix areaplot(WorldPhones) areaplot(WorldPhones, prop=TRUE) # table require(MASS) areaplot(table(Aids2$age)) areaplot(table(Aids2$age, Aids2$sex)) # ts/mts areaplot(austres) areaplot(Seatbelts[,c("drivers","front","rear")], ylab="Killed or seriously injured") abline(v=1983+1/12, lty=3) } \keyword{kwd1} \keyword{kwd2}