similar to: Script error 216, 191

Displaying 20 results from an estimated 10000 matches similar to: "Script error 216, 191"

2019 May 09
2
[PATCH 05/10] s390/cio: introduce DMA pools to cio
On Wed, 8 May 2019 23:22:10 +0200 Halil Pasic <pasic at linux.ibm.com> wrote: > On Wed, 8 May 2019 15:18:10 +0200 (CEST) > Sebastian Ott <sebott at linux.ibm.com> wrote: > > > @@ -1063,6 +1163,7 @@ static int __init css_bus_init(void) > > > unregister_reboot_notifier(&css_reboot_notifier); > > > goto out_unregister; > > > } >
2019 May 09
2
[PATCH 05/10] s390/cio: introduce DMA pools to cio
On Wed, 8 May 2019 23:22:10 +0200 Halil Pasic <pasic at linux.ibm.com> wrote: > On Wed, 8 May 2019 15:18:10 +0200 (CEST) > Sebastian Ott <sebott at linux.ibm.com> wrote: > > > @@ -1063,6 +1163,7 @@ static int __init css_bus_init(void) > > > unregister_reboot_notifier(&css_reboot_notifier); > > > goto out_unregister; > > > } >
2004 Aug 06
2
what happens to a client when a streams source dissapears
Heyas all, I've had a good root round in the docs but cant seem to find an answer to this:
2024 Aug 05
1
An error message with the command fm<-1m (Version 4.4.1. p. 80, An introduction to R)
Dear all, I am introducing in R and I had a problem in the beginning. Please, you can see an error message below: (Maybe I am in error. If so, sorry for that). Thank You so much! [1] "R" > x<-rnorm(50) > y<-rnorm(x) > plot(x,y) > ls() [1] "x" "y" > rm(x,y) > x<-1:20 Make x=(1,2,...,20). Erro: unexpected symbol em "x<-1:20
2004 Oct 19
1
Cross compiling in R-2.0.0
Hello, When compiling R-2.0.0 for cross-compiling, I get the following error when calling 'make R' ---------- Making package base ------------ adding build stamp to DESCRIPTION /bin/sh: line 1: --vanilla: command not found make[5]: *** [frontmatter] Erro 127 make[4]: *** [all] Erro 2 make[3]: *** [pkg-base] Erro 2 make[2]: *** [rpackage] Erro 2 make[1]: *** [all] Erro 2 make[1]:
2024 Aug 06
1
An error message with the command fm<-1m (Version 4.4.1. p. 80, An introduction to R)
The function is lm(), not 1m(). lm stands for "linear model" (the first letter of each word) On Tue, Aug 6, 2024 at 11:22?AM Rosana Curzel <rcurzel at gmail.com> wrote: > Dear all, > > I am introducing in R and I had a problem in the beginning. Please, you can > see an error message below: (Maybe I am in error. If so, sorry for that). > Thank You so much! >
2019 Jul 23
2
Error after upgrade NT_STATUS_INTERNAL_DB_CORRUPTION
Hi Thanks for answers. I have 3 Dcs Samba 4 in version 4.8.3. if try join new DC with same verions(4.8.3) i have erro WERR_DNS_ERROR_RCODE_NAME_ERROR If try join with samba version 4.7.X i have same erro WERR_DNS_ERROR_RCODE_NAME_ERROR I was only able to join the domain with version 4.6.X then I performed the upgrade to 4.8.3. I can upgrade samba 4.8.3 to 4.10.6 ? and why a i have erro
2008 Jun 16
3
Error when make linux-2.6-xenU-build
CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o: In function `vmcoreinfo_show'': /usr/src/linux-2.6.18-xen.hg/drivers/xen/core/xen_sysfs.c:340: undefined reference to `vmcoreinfo_size_xen'' /usr/src/linux-2.6.18-xen.hg/drivers/xen/core/xen_sysfs.c:340: undefined reference to `paddr_vmcoreinfo_xen'' make[4]: ** [.tmp_vmlinux1]
2006 Jul 08
1
KhmaladzeTest
Hello. I am a beginer in R and I can not implement the KhmaladzeTest in the following command. Please help me!!!!!!!!!!! PD: I attach thw results and the messages of the R program R : Copyright 2006, The R Foundation for Statistical Computing Version 2.3.1 (2006-06-01) ISBN 3-900051-07-0 R es un software libre y viene sin GARANTIA ALGUNA. Usted puede redistribuirlo bajo ciertas
2006 Oct 11
1
Bug in stepAIC?
Hi, First of all, thanks for the great work on R in general, and MASS in particular. It's been a life saver for me many times. However, I think I've discovered a bug. It seems that, when I use weights during an initial least-squares regression fit, and later try to add terms using stepAIC(), it uses the weights when looking to remove terms, but not when looking to add them:
2018 May 20
1
Erro Join new DC
HI!! For information only: In my tests: Samba 4 version 7.X or 8.x Dont join in same version or after, only necessary join with versio 6.X, and after upgrade.. Exemple: Samba 4 7.7 DC: New Join new DC with samba 4 6.X -> OK New Join new DC with samba 4 7.X -> Erro New Join new DC with samba 4 8.X -> Erro Samba 4 8.X DC: New Join new DC with samba 4 6.X -> OK New Join new
2001 Jan 27
1
termplot fails for composite non-factor terms (PR#828)
I am running R 1.2.1 under Windows 98SE. termplot() currently fails when there are composite terms, thus: > library(mass) > data(hills) > hills.lm <- lm(time ~ climb + poly(dist, 2), data = hills) > termplot(hills.lm) Hit <Return> to see next plot: Error in eval(expr, envir, enclos) : Object "dist" not found The call >
2018 Mar 20
1
Fwd: Re: Erro Upgrade Samba 4.6.3 to 4.8
HI, after update my DC(with fsmo) the replication is not work. 1° - Update DC2, replication OK 2° - Update DC(FSMo), replication error DC(FSMO) -> DC2 -> OK DC2 -> DC(FSMo) -> ERRO Erro information in "samba-tool  drs showrepl" result 121 (WERR_SEM_TIMEOUT) Any Ideia ? Samba 4.7.6 . Regards; On 20-03-2018 09:51, Carlos wrote: > > Hi, > > Thank you all
2004 Aug 30
2
after lm-fit: equality of two regression coefficients test
Hi Let's assume, we have a multiple linear regression, such as the one using the Scottish hills data (MASS, data(hills)): one dependent variable: time two independent var (metric): dist, climb if I am interested, after (!) fitting a lm: my. lm <- lm(time ~ dist + climb, data = hills) in the equivalence (or non-equivalence) of the two predictors "dist" and
2005 Jun 10
1
Compiling wine-20050524
I got msg: "/usr/bin/ld: cannot find -lXext collect2: ld returned 1 exit status winegcc: gcc failed. make[2]: ** [ddraw.dll.so] Erro 2 make[2]: Leaving directory `/home/kurumin/SW/wine-20050524/dlls/ddraw' make[1]: ** [ddraw] Erro 2 make[1]: Leaving directory `/home/kurumin/SW/wine-20050524/dlls' make: ** [dlls] Erro 2" Wha can I do to fix the problem and get wine up and
2007 Apr 04
1
Problems loading package GeoXp
Dear useR's, I wanted to load the package GeoXP in my computer but I couldn't because this warning message appeared: > require(GeoXp) Carregando pacotes exigidos: GeoXp Carregando pacotes exigidos: tcltk Loading Tcl/Tk interface ... Erro em fun(...) : couldn't connect to display ":0" Al?m disso: Warning message: pacote 'GeoXp' foi compilado na vers?o do R 2.4.1
2005 Mar 29
2
Spandsp compilation error
Hello everybody, I'm trying to receive and sending faxes with asterisk using spandsp. But while compiling the spandsp0.0.2pre11 (tried also spandsp0.0.1), I get following errormessage: gcc -DHAVE_CONFIG_H -I. -I. -I. -I -g -O2 -c t4.c -Wp,-MD,.deps/t4.TPlo -fPIC -DPIC -o .libs/t4.o In file included from spandsp.h:42, from t4.c:71: spandsp/arctan2.h: In function
2018 May 16
3
No RID Set found for this server
Hi! I have two Dcs(samba 4.7.7 compilated running in ubuntu 14.04). I add one more DC: 1° - Compilated Samba 4 .6.15(because join with samba 4.7.7 has erro) 2° - Upgrade for samba 4.7.7 3° - Join OK In logs i see on erro: May 16 20:20:11 dc-linux samba[3530]: ../source4/rpc_server/drsuapi/updaterefs.c:374: Refusing DsReplicaUpdateRefs for sid
2005 Jan 15
1
pair() and X11 fonts error
I am encountering an font error when using either plot() or pairs() for a scatter plot matrice under some circumstances. For instances pairs(hills) using the "hills" data set in MASS results in the following error: "Error in text.default(x, y, txt, cex = cex, font = font) : X11 font at size 16 could not be loaded" However pairs(iris) works fine. Since the iris
2006 Sep 19
2
mgcv in R-2.4.0.alpha
Hola! I am sending this to the list since emails from me to Simon Wood has bounced earlier. I get: > library(tsDyn) Loading required package: mgcv Erro en `parent.env<-`(`*tmp*`, value = NULL) : use of NULL environment is defunct Error: package 'mgcv' could not be loaded > library(mgcv) Erro en `parent.env<-`(`*tmp*`, value = NULL) : use of NULL environment