search for: mw

Displaying 20 results from an estimated 473 matches for "mw".

2004 Jan 14
2
wich tools
Hello I have two DSL modems witch are connected to my isp, in future my boss want to buy another connection via DSL modem. Then i will have 3 DSL modems. With every DSL modem i get 3x8 IP`s (netmask 248) from my ISP, now i have question how to configure gateway wich tools should i use. Because ip route and next hop via. wich i use now makes his work fine but with new kernels there is an error
2011 Sep 21
7
Slow Directory Access after upgrade to 3.5.6
Upgraded to Samba 3.5.6 from 3.5.2. Samba is running as a standalone server on a box that was upgraded from Slackware 13.1 to Slackware 13.37. All Win XP Pro and Win 7 Pro clients can connect to the workgroup and browse shares and folders exactly as before; however, many complain of intermittent pauses, slowdowns and "Not Responding" messages when traversing directories. The samba server
2004 May 31
1
small question
Hello frieds, do I need to do 'net rpc join -U Administrator' (to selfjoin the localhost to the domain) if I have samba3.0.4 running in ROLE_DOMAIN_PDC and with ldapsam-Backend and want to use winbindd for ntlm_auth squid authentification? -- Best regards, Malte mailto:malte.woelky@gmx.de _________________ Malte Woelky -=[SkyNet]=-
2010 Apr 20
1
multiple plots problem
...L, 1L, 2L, 2L, 2L, 2L), .Label = c("Gaps", "Surroundings"), class = "factor"), stage = structure(c(4L, 2L, 3L, 1L, 4L, 2L, 3L, 1L), .Label = c("Alpine_Grassl.", "Early", "Late", "Pioneer"), class = "factor"), mw = c(12.06293707, 26.09265735, 37.12287713, 81.53846154, 28.88005449, 68.44004261, 97.61124961, 100)), .Names = c("pos", "stage", "mw"), class = "data.frame", row.names = c(NA, -8L)))) seedl<-data.frame( list(structure(list(pos = structure(c(1L,...
2012 Feb 19
2
barplot with more than 1 variable
...the x axis, each country observed in 2 subsequent years and 3 variables. Basically, I should have three bars for each year for each country. I am attaching the chart I made in Stata, but I am not sure you'll manage to see it! I did the following: #here I create the data-set TUSE2. The vectors mw, st and all are the three variables I'd like to plot in each of the two years of the variable year3 for each country. country <- c("United States","United States","Italy","Italy","Germany","Germany","Netherlands","Ne...
2009 May 07
3
[PATCH] ocfs2_cluster_lock: code cleanup for redundant assignment
In fs/ocfs2/dlmglue.c:ocfs2_cluster_lock(), after label 'out:' the code is: 1373 if (wait && arg_flags & OCFS2_LOCK_NONBLOCK && 1374 mw.mw_mask & (OCFS2_LOCK_BUSY|OCFS2_LOCK_BLOCKED)) { 1375 wait = 0; 1376 if (lockres_remove_mask_waiter(lockres, &mw)) 1377 ret = -EAGAIN; 1378 else 1379 goto again; 1380 } On L1375 variabl...
2010 May 26
4
More efficient way to use ifelse()?
...ed computations using ifelse(). # Say you have some vector representing a factor with a number of levels (6 in this case), representing the location that samples were collected. Population <- gl( n=6, k=5,length=120, labels =c("CO", "CN","Ga","KO", "Mw", "Ng")) # You would like to assign a particular value to each level of population (in this case the elevation at which they were collected). In a vectorized approach (for speed... pretend this was a big data set..) elevation <- ifelse(Population=="CO", 2169, ifelse...
2010 May 26
1
More efficient way to use ifelse()? - A follow up
...thoughts? # i.e. using N <- 6000000 # number of observations elevation <- rep(NA, length(Population)) # This does not really speed things up much. ##### Population <- gl( n=6, k=5,length=N, labels =c("Ga", "CO", "CN","KO", "Ng", "Mw")) # You would like to assign a particular value to each level of population (in this case the elevation at which they were collected). In a vectorized approach (for speed... pretend this was a big data set..) elevation <- rep(NA, length(Population)) # Just to make a vector of the right...
2006 Aug 02
2
tcl/tk bind destroy event
...n", type="yesnocancel", default="yes") returnVal <- as.character(returnVal) if( returnVal == "yes" ) { # save file value <- saveFile() # destroy window when save was successfull if( value == 1 ) tkdestroy(mw) } if( returnVal == "no" ) { tkdestroy(mw) } if( returnVal == "cancel" ) { # do nothing cat("Cancel was pressed.\n") } } # bind the destroy event in order to show a message box tkbind(mw,"<Destro...
2005 Aug 12
2
coercing created variables into a new data frame using na.omit()
...o illustrate this problem I will give the example I am working on and the approah I have been using:- data.frame1<-filepath.... attach(data.frame1) #create a new variable using a function new.variable<-rep(1,length(weight3)) for (x in 1:length(new.variable)) {f<-((((age1[x]-7)*(weight[x]-mw))+((age2[x]-7)*(weight2[x]-mw))+((age3[x]-7)* (weight3[x]-mw)))/(((age1[x]-7)^2)+((age2[x]-7)^2)+((age3[x]-7)^2))); new.variable[x]<-f} #then bind it into the existing old data frame data.frame2<-cbind(data.frame1,newvariable) rm(dat.frame1) attach(data.frame2) #everything o.k. so far but no...
2004 Sep 10
1
FLAC 1.0.5 beta1 released
..... On my RH8 Duron 800MHz box, after running ./configure --enable-3dnow && make && make check && make install I received the following errors: =================== 2 of 8 tests failed =================== make[3]: *** [check-TESTS] Error 1 make[3]: Leaving directory `/home/mw/flac-1.0.5_beta1/test' make[2]: *** [check-am] Error 2 make[2]: Leaving directory `/home/mw/flac-1.0.5_beta1/test' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/home/mw/flac-1.0.5_beta1/test' make: *** [check-recursive] Error 1 I'm not a Linux guru, but this l...
2003 Jun 13
1
lars - lasso problem
hello I tried to use lars() but neither with my own data nor with the sample data it works. I get in both cases the following error prompt: > data(diabetes) > par(mfrow=c(2,2)) > attach(diabetes) > x<-lars(x,y) Error in one %*% x : requires numeric matrix/vector arguments > x<-lars(x,y, type="lasso") Error in one %*% x : requires numeric matrix/vector arguments
2006 Oct 31
2
SIP RTP flow
Hey, This is probably a rather stilly question... If I pick up my SIP phone that's registered to my asterisk server and dial a number that asterisk recognises as destined for a SIP trunk (could be a static route, or an ENUM lookup) or another SIP device registered on said asterisk server (internal extension to extension call), what route does the actual audio take? The control
2009 May 07
1
I need your help about plsr
...les, so I tried to use plsr and biplot. But, I failed. Because, I had to change data type of my sample. Unfortunately, I didn't know how change data type. I want you to help me about that. please, help me. I show you my sample data , my scripts and error message. sample data > asdf sp mw.1 mw.2 mw.3 1 a 1 2 5 2 a 2 3 6 3 b 3 4 7 4 c 4 5 8 5 c 5 6 9 My script p1=plsr(sp~ .,data=asdf,varidation='CV') error message Warning message: In model.response(mf, "numeric") : using type="numeric" with a factor re...
2010 Feb 02
17
WG: Suddenly DMZ can't access to internet
net dmz:192.168.0.1 tcp 80 I forgot to mention that this should be put to rules file, sorry. _____ Von: Michael Weickel - iQom Business Services GmbH [mailto:mw@iqom.de] Gesendet: Dienstag, 2. Februar 2010 17:37 An: ''Shorewall Users'' Betreff: AW: [Shorewall-users] Suddenly DMZ can''t access to internet No. For example. If you want to grant access from net (whole internet) to dmz´s webserver with internal ip 192.168.0.1 th...
2000 Mar 15
3
scp problem
...ey (1024 bits). debug: Host 'karadi.msci.memphis.edu' is known and matches the host key. debug: Encryption type: 3des debug: Sent encrypted session key. debug: Installing crc compensation attack detector. debug: Received encrypted confirmation. debug: Trying RSA authentication with key 'mw at moni.msci.memphis.edu' debug: Server refused our key. debug: Doing password authentication. wierdlm at karadi.msci.memphis.edu's password: debug: Sending command: scp -v -f 11Lecture/lecture.tex debug: Entering interactive session. bash: scp: command not found debug: Transferred: stdin...
2005 Jan 21
1
Why does nobody answere??? WG: username map - same problem
regards Mathias Wohlfarth EDV-Beratung Thomas-Mann-Str.1 53111 Bonn Tel. +49 172 / 53 45 591 +49 1801 / 777 555 33 01 Fax +49 228 / 9469181 Email mathias.wohlfarth@mw-eb.de ----- Weitergeleitet von Mathias am 21.01.2005 10:40 ----- Mathias.Wohlfarth@mw-eb.de Gesendet von: samba-bounces+mathias.wohlfarth=mw-eb.de@lists.samba.org 19.01.2005 17:35 An: Bj?rn-Sverre N?ttum <bsnottum@hotmail.com> Kopie: samba@lists.samba.org, samba-boun...
2010 Feb 02
8
Suddenly DMZ can't access to internet
Hello We are using old version ( shorewall-3.0.7-1) with Centos 5.3 The shorewall has three zones (net / loc / dmz). Loc can access to internet with no problem and can access to DMZ. DMZ can''t access to internet. Net can''t access to DMZ with NAT. I tried to restart the machine / check Lan card / check cable , they were work find. Is it DMZ Lan card problem? but it can
2015 Feb 02
3
Can't create users with RSAT - "An error occurred. Contact you system administrator"
...everything on a clean Active Directory with no extra users. So I used the administrator account and tried to create the users. I tried to create the new users in the "Users" container and inside newly created containers. smb.conf [global] workgroup = ILR realm = ILR.MW.TU-DRESDEN.DE netbios name = MLRDC1 server role = active directory domain controller dns forwarder = 141.30.66.135 idmap_ldb:use rfc2307 = yes [netlogon] path = /var/lib/samba/sysvol/ilr.mw.tu-dresden.de/scripts read only = No [sysvol] path...
2006 Apr 18
2
get the parameter estimates from lm model
R-help, Sorry for posting the same question (almost) once again. I'm using a lm model for some data. The code is below: fitData <- glm(pm ~ age + mw , family = binomial(link = logit), maxit = 30, data = inputModel1) "age" is a factor and "mw" is a continous variable. The summary function does not provide the parameter estimates for the first level of the categorical variable (I think the others are relative to the first,i...