search for: chn

Displaying 20 results from an estimated 88 matches for "chn".

Did you mean: can
2016 Oct 01
2
winbind join ad via the trust forest's child domain user failed.
Hi all, I want to let linux server join ad by using a trust ad's child domain user, but failed with error. below is my env and what I have try I have 3 domain controller: test.com,demo.com and chn.demo.com test.com with demo.com is two way trust. and chn.demo.com is the child domain of demo.com demo at demo.com chn at chn.demo.com can join ad member to test.com I have tested demo at demo.com chn at chn.demo.com let win server join the test.com domain all is ok. but when I do this und...
2012 Oct 08
0
nlminb problem, convergence error code = 1
Hi, I was trying to do a multi-level modeling of the data using the nlme package. I encounter the following message: > addRandomSlopeRange<- lme(FAN.range ~ CHN.range + Age + Block.T, data=data.block, random = ~CHN.range|CHI, method = "ML", na.action=na.omit) Error in lme.formula(FAN.range ~ CHN.range + Age + Block.T, data = data.block, : nlminb problem, convergence error code = 1 message = iteration limit reached without convergence (10)...
2016 Oct 02
0
winbind join ad via the trust forest's child domain user failed.
...0:01 +0000 Fay zhang via samba <samba at lists.samba.org> wrote: > Hi all, > I want to let linux server join ad by using a trust ad's child domain > user, but failed with error. > below is my env and what I have try > > I have 3 domain controller: test.com,demo.com and chn.demo.com > > test.com with demo.com is two way trust. and chn.demo.com is the child > domain of demo.com > > demo at demo.com chn at chn.demo.com can join ad member to test.com > > I have tested demo at demo.com chn at chn.demo.com let win server join the > test.com do...
2007 Jun 05
2
Problems with Merge
...this matrix with an 'update' matrix that has about 30 rows, and roughly similar number of columns as the history ds (but not necessarily equal). The update dataset is read from an Excel ODBC connection. When I try and merge these datasets, I get counter-intuitive results. library(RODBC) chn <- odbcConnectExcel(UpdateFile) sqlTables(chn) UpdateData <- sqlFetch(chn,"MCap243") colnames(UpdateData) <- gsub("#",".",colnames(UpdateData)) close(chn) # specify just how many rows we need from the Update file. We'd only read five # ro...
2023 May 14
18
[Bug 3572] New: ssh-agent refused operation when using FIDO2 with -O verify-required
https://bugzilla.mindrot.org/show_bug.cgi?id=3572 Bug ID: 3572 Summary: ssh-agent refused operation when using FIDO2 with -O verify-required Product: Portable OpenSSH Version: 9.3p1 Hardware: Other OS: Linux Status: NEW Severity: minor Priority: P5 Component:
2013 Mar 22
0
predict.Arima error "'xreg' and 'newxreg' have different numbers of columns"
Hello all, I use arima to fit the model with fit <- arima(y, order = c(1,0,1), xreg = list.indep, include.mean = TRUE) and would like to use predict() to forecast: chn.forecast <- rep(0,times=num.record) chn.forecast[1] <- y[1] for (j in 2:num.record){ indep <- c(aa=chn.forecast[j-1], list.indep[j,2:num.indep]) # this is the newxreg in the forecast. chn.forecast[j] <- predict(fit, newxreg=indep...
2008 Jun 15
2
round(1.5) = round(2.5) = 2?
...nd (2.5) = 3. I would like to understand the reason behind this rule. Thanks for your comments. Markus -- Markus Didion Waldökologie Forest Ecology Inst. f. Terrestrische Oekosysteme Inst. of Terrestrial Ecosystems Departement Umweltwissenschaften Dept. of Environmental Sciences Eidg. Technische Hochschule Swiss Fed. Inst. of Technology ETH-Zentrum CHN G78 ETH-Zentrum CHN G78 Universitätstr. 22 Universitaetstr. 22 CH-8092 Zürich CH-8092 Zurich Schweiz Switzerland Tel +41 (0)44 632 5629 Fax +41 (0)44 632 1358 Email markus.didion@env.ethz.ch homepage: http://www...
2002 Feb 11
0
read.table in TCL/TK interface
...mand=function()tclvalue(done)<-1) done <- tclVar(0) tkpack(y.entry) topMenu <- tkmenu(tt) tkconfigure(tt,menu=topMenu) fileMenu <- tkmenu(topMenu,tearoff=FALSE) load <- function() { file <- tkcmd("tk_getOpenFile") if (!length(file)) return() chn <- tkcmd("open", file, "r") #tkinsert(txt,"0.0",tkcmd("read",chn)) chn <- read.table(file,na.strings="?",headers=TRUE) tkcmd("close",chn) wfile <<- file } exit <- function(...
2012 Jan 31
26
[PATCH 00/10] FLASK updates: MSI interrupts, cleanups
This patch set adds XSM security labels to useful debugging output locations, and fixes some assumptions that all interrupts behaved like GSI interrupts (which had useful non-dynamic IDs). It also cleans up the policy build process and adds an example of how to use the user field in the security context. Debug output: [PATCH 01/10] xsm: Add security labels to event-channel dump [PATCH 02/10] xsm:
2020 Oct 02
3
Lahman Baseball Data Using R DBI Package
...MIL 2911 NL 130 NA 489 100 161 29 3 44 97 30 107419 107419 youngal01 2019 1 ARI 2896 NL 17 NA 25 1 1 0 0 0 0 0 107420 107420 zagunma01 2019 1 CHN 2901 NL 30 NA 36 2 9 3 0 0 5 0 107422 107422 zavalse01 2019 1 CHA 2900 AL 5 NA 12 1 1 0 0 0 0 0 107427 107427 zimmery01 2019...
2010 Mar 01
1
Saving multiple plots named with part of the original file name
...grams from each file, *and* have it save with the original file name plus some new information. The way I have it set up right now, I keep saving over each new graph. I can turn the history on and see them all, but I want them all to save as unique files as well. Idealy they would be "filename CHN 1mm Length Frequency", "filename CHN 2mm Length Frequency"...and so forth. Any hints? Thanks for your time. Here is what I'm using now: filenames<-dir("C:/Documents and Settings/tfish/Desktop/R/Untilted Data") for(i in filenames){data<- read.csv(i, header = TRUE,...
2010 Nov 04
0
plotting time series for particular months!
...need a plot with its axis reading "1980, 1981, 1982 .. 2005" (even if the months are specified then it should be of more use). for now, i get an axis like .. "0, 500, ... 2000" (the plot is giving the index values). i tried changing the freq as given below, but did not work! ts.chn <- ts(chn.arr[1:2386,4], start=c(1980, 10), end=c(2005, 12), freq=365) plot(ts.chn) -- Regards, Mahalakshmi Graduate Student #20, Department of Geography Michigan State University East Lansing, MI 48824 [[alternative HTML version deleted]]
2008 May 15
1
"possible hijacking of X11-forwarded connections" bug has not been fixed completely
...arding yesX11DisplayOffset 10X11UseLocalhost no // must not use "yes" to bind to localhost 3. /opt/ssh/sbin/sshd 4. log to sshpa4 from another terminal with normal user "sway" and start "nc" sway at sshpa4# /opt/netcat/bin/nc -l -p 6010 -v -v -s sshpa4.chn.hp.comlistening on [16.157.129.223] 6010 ... 5. logon to sshpa4 with another "leanne" with X11 forwarding leanne at sshpa4# echo $DISPLAY16.157.129.223:10.0 leanne at sshpa4# netstat -an|grep 6010tcp 0 0 16.157.129.223.6010 *.* LISTENtcp 0 0...
2020 Oct 03
1
Lahman Baseball Data Using R DBI Package
...130 NA 489 100 161 29 3 44 97 30 >> 107419 107419 youngal01 2019 1 ARI 2896 >> NL 17 NA 25 1 1 0 0 >> 0 0 0 >> 107420 107420 zagunma01 2019 1 CHN 2901 NL >> 30 NA 36 2 9 3 0 0 >> 5 0 >> 107422 107422 zavalse01 2019 1 CHA 2900 >> AL 5 NA 12 1 1 0 0 >> 0 0 0 >> 107427...
2008 Jan 29
2
B-W stacked area chart with pattern
...ed the various help lists on graphics in R but was unable to find something appropriate. Thanks, Markus -- Markus Didion Wald?kologie Forest Ecology Inst. f. Terrestrische Oekosysteme Inst. of Terrestrial Ecosystems Departement Umweltwissenschaften Dept. of Environmental Sciences Eidg. Technische Hochschule Swiss Fed. Inst. of Technology ETH-Zentrum CHN G78 ETH-Zentrum CHN G78 Universit?tstr. 22 Universitaetstr. 22 CH-8092 Z?rich CH-8092 Zurich Schweiz Switzerland Tel +41 (0)44 632 5629 Fax +41 (0)44 632 1358 Email markus.didion at env.ethz.ch homepage: http://www.fe.eth...
2008 May 16
4
[Bug 1464] New: "possible hijacking of X11-forwarded connections" bug has not been fixed completely
...warding yesX11DisplayOffset 10X11UseLocalhost no // must not use "yes" to bind to localhost 3. /opt/ssh/sbin/sshd 4. log to sshpa4 from another terminal with normal user "sway" and start "nc" sway at sshpa4# /opt/netcat/bin/nc -l -p 6010 -v -v -s sshpa4.chn.hp.comlistening on [16.157.129.223] 6010 ... 5. logon to sshpa4 with another "leanne" with X11 forwarding leanne at sshpa4# echo $DISPLAY16.157.129.223:10.0 leanne at sshpa4# netstat -an|grep 6010tcp 0 0 16.157.129.223.6010 *.* LISTENtcp 0 0...
2020 Oct 08
0
Lahman Baseball Data Using R DBI Package
...489 100 161 29 3 44 97 30 > >> 107419 107419 youngal01 2019 1 ARI 2896 > >> NL 17 NA 25 1 1 0 0 > >> 0 0 0 > >> 107420 107420 zagunma01 2019 1 CHN 2901 NL > >> 30 NA 36 2 9 3 0 0 > >> 5 0 > >> 107422 107422 zavalse01 2019 1 CHA 2900 > >> AL 5 NA 12 1 1 0 0 > >> 0...
2006 Feb 12
1
one legend for multiple plots
...e managed is to put a legend inside the plot region of one graph. Although I could write text in the margin I don't know how to draw lines in the margin if I were to construct the legend from scratch. Thanks for any help. Lucy Crooks Theoretical Biology Universitätstrasse 16 ETH Zentrum, CHN 75.1 CH-8092 Zurich Tel.: 0041 44 632 8326 Fax: 0041 44 632 1271 http://www.eco.ethz.ch/ [[alternative HTML version deleted]]
2008 Feb 22
1
addtable2plot(plotrix)
...an alternative to add a bunch of information to a plot? I'm using R 2.6.1 on WinXP SP2. thanks Markus -- Markus Didion Wald?kologie Forest Ecology Inst. f. Terrestrische Oekosysteme Inst. of Terrestrial Ecosystems Departement Umweltwissenschaften Dept. of Environmental Sciences Eidg. Technische Hochschule Swiss Fed. Inst. of Technology ETH-Zentrum CHN G78 ETH-Zentrum CHN G78 Universit?tstr. 22 Universitaetstr. 22 CH-8092 Z?rich CH-8092 Zurich Schweiz Switzerland Tel +41 (0)44 632 5629 Fax +41 (0)44 632 1358 Email markus.didion at env.ethz.ch homepage: http://www.fe.eth...
2008 May 30
5
[PATCH 1/4] pvSCSI driver
pvSCSI backend driver Signed-off-by: Tomonari Horikoshi <t.horikoshi@jp.fujitsu.com> Signed-off-by: Jun Kamada <kama@jp.fujitsu.com> ----- Jun Kamada _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel