search for: 251

Displaying 20 results from an estimated 1519 matches for "251".

Did you mean: 21
2008 Oct 22
5
LDAP Problem
...squid puppetclass: named # www1.testing.com, Hosts, xyz.com dn: cn=www1.testing.com,ou=Hosts,dc=xyz,dc=com cn: www1.testing.com description: webserving host objectClass: device objectClass: top objectClass: puppetClient objectClass: ipHost parentnode: webserver ipHostNumber: 192.168.0.100 # ip-10-251-122-148.ec2.internal, Hosts, xyz.com dn: cn=ip-10-251-122-148.ec2.internal,ou=Hosts,dc=xyz,dc=com description: webserving host objectClass: device objectClass: ipHost objectClass: puppetClient objectClass: top cn: ip-10-251-122-148.ec2.internal environment: production ipHostNumber: ip-10-251-122-14...
2009 Oct 24
2
ifelse
When I run this code from an R-script: ddd = 360 + round ( atan2(-u,-v) / d2r ) print(class(ddd)) print(ddd) ifelse ( ddd>360, ddd-360, ddd ) print(ddd) I get this output: [1] "numeric" [1] 461 213 238 249 251 [1] 461 213 238 249 251 Why does ifelse not change the 461 to 101? I recreated the vector ddd and ran the same ifelse code and it did work as expected. > ddd <- c(461, 213, 238, 249, 251) > print(class(ddd)) [1] "numeric" > print(ddd) [1] 461 213 238 249 251 > ifel...
2003 Sep 12
2
problem with * and Howlink CL-100 ip phone
...39;ve used all different versions of pwlib/openh323 from most recent to older ones like 1.4.9 and both chan_h323 and oh323 and have no success. Here's trace output from chan_h323: 0:26.010 H323 Listener:80f1b50 transports.cxx(1423) H323TCP Started connection: host=XXX.XXX.XXX.251:1094, if=XXX.XXX.XXX.252:1720, handle=27 0:26.011 H225 Answer:40419ae0 transports.cxx(524) H225 Started incoming call thread 0:26.011 H225 Answer:40419ae0 transports.cxx(984) H225 Awaiting first PDU 0:26.029 H225 Answer:40419ae0 h323pdu.cxx(474) H2...
2005 Nov 26
4
activerecord rake test_mysql
...83:in `insert_fixtures'' ./test/../lib/active_record/fixtures.rb:253:in `create_fixtures'' ./test/../lib/active_record/fixtures.rb:253:in `each'' ./test/../lib/active_record/fixtures.rb:253:in `create_fixtures'' ./test/../lib/active_record/fixtures.rb:251:in `transaction'' ./test/../lib/active_record/fixtures.rb:251:in `create_fixtures'' ./test/../lib/active_record/fixtures.rb:244:in `silence'' ./test/../lib/active_record/fixtures.rb:244:in `create_fixtures'' ./test/../lib/active_record/fixtures.rb:539...
2008 Oct 15
1
Argh! Trouble using string data read from a file
...quot;");x } And here is the outcome (just a few of the 60 records successfully read): > optdata = > read.csv("K:\\MerchantData\\RiskModel\\AutomatedRiskModel\\soptions.dat", > header = FALSE, na.strings="") > optdata V1 V2 V3 V4 1 251 2008 18 Plus_Shipping.2008.18.dat 2 251 2008 19 Plus_Shipping.2008.19.dat 3 251 2008 20 Plus_Shipping.2008.20.dat 4 251 2008 22 Plus_Shipping.2008.22.dat 5 251 2008 23 Plus_Shipping.2008.23.dat 6 251 2008 24 Plus_Shipping.2008.24.dat I can see the data has been correctly read. But for some r...
2004 Mar 26
4
multicolumn sort on dataframe?
I couldn't find any reference to this in the FAQ, but is it possible to sort a dataframe by multiple columns? I've created some code, similar to the following: nspr.code <- sp.results$sp.code[order( sp.results$sp.code )] nspr.tpa <- sp.results$tpa[order( sp.results$sp.code )] nspr.code <- as.character( levels( nspr.code ) )[nspr.code] nspr.tpa <- as.numeric( levels( nspr.tpa
2010 May 20
0
WG: Which version of CTDB
...0/05/20 09:35:40.091833 [31866]: server/ctdb_takeover.c:162 public address '192.168.134.100' now unassigned (old iface '__none__' refs[0]) 2010/05/20 09:35:40.092451 [31866]: Recovery has finished 2010/05/20 09:35:40.092492 [31866]: Monitoring has been disabled 2010/05/20 09:35:40.092516 [31866]: server/eventscript.c:715 Starting eventscript recovered 2010/05/20 09:35:40.378186 [31866]: server/eventscript.c:466 Eventscript recovered finished with state 0 2010/05/20 09:35:40.378264 [31866]: Monitoring has been enabled 2010/05/20 09:35:40.534741 [31866]: CTDB_WAIT_UNTIL_RECOVERED 2...
2013 Mar 04
2
Automatically fix big jumps in one variable due to anomalies
...the mean of the previous one. Does it make sense? Example of data set TIMESTAMP variable diameter 38 2012-06-21 13:45:00 r4_3 NA 86 2012-06-21 14:00:00 r4_3 NA 134 2012-06-21 14:15:00 r4_3 246 182 2012-06-21 14:30:00 r4_3 251 230 2012-06-21 14:45:00 r4_3 250 278 2012-06-21 15:00:00 r4_3 255 326 2012-06-21 15:15:00 r4_3 5987 374 2012-06-21 15:30:00 r4_3 5991 422 2012-06-21 15:45:00 r4_3 5994 470 2012-06-21 16:00:00 r4_3 5999 As an example, this is the cu...
2013 Oct 20
1
cannot load such file -- unicode (LoadError)
...essfully. However while running "rails server", I get the error below. Any suggestions are most appreciated. Thanks! -------------- rails server output -------------- C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activesupport-3.2. 13/lib/active_support/dependencies.rb:251:in `require'': cannot load such file -- unicode (LoadError) from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activ esupport-3.2.13/lib/active_support/dependencies.rb:251:in `block in require'' from C:/software/RailsInstaller/Ruby1.9.3/lib/ruby/g...
2008 Jan 10
3
[LLVMdev] LLVM Build Problems on Itanium
...t.h:250: error: initializer element is not constant ./gt-dbxout.h:250: error: (near initialization for ‘gt_pch_rs_gt_dbxout_h[0].base’) ./gt-dbxout.h:250: error: initializer element is not constant ./gt-dbxout.h:250: error: (near initialization for ‘gt_pch_rs_gt_dbxout_h[0].stride’) ./gt-dbxout.h:251: error: ‘type_queue_index’ undeclared here (not in a function) ./gt-dbxout.h:251: error: initializer element is not constant ./gt-dbxout.h:251: error: (near initialization for ‘gt_pch_rs_gt_dbxout_h[1].base’) ./gt-dbxout.h:251: error: initializer element is not constant ./gt-dbxout.h:251: error:...
2002 May 19
1
[Bug 251] openssh-3.2.2p1-1.src.rpm won't build under RH6.2
http://bugzilla.mindrot.org/show_bug.cgi?id=251 ------- Additional Comments From seba at iq.pl 2002-05-20 09:29 ------- update bug info error at link time: i386-redhat-linux-gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o clientloop.o -L. -Lopenbsd-compat/ -L/usr/kerberos/lib -l ssh -lopenbsd-compat -...
2002 Sep 16
1
[LLVMdev] how to dynamically load a pass
...know how to fix it? thanks a lot, xiaodong ----------------------------------------------------------- %gmake ../../../Makefile.common:247: warning: overriding commands for target `.so' ../../../Makefile.common:243: warning: ignoring old commands for target `.so' ../../../Makefile.common:251: warning: overriding commands for target `../../../lib/Release/libScalarReplacement' ../../../Makefile.common:243: warning: ignoring old commands for target `../../../lib/Release/libScalarReplacement' ../../../Makefile.common:256: warning: overriding commands for target `../../../lib/Debug/...
2011 Mar 19
3
create a matrix with values from data.frame
Hello, I'm trying to create a matrix (95x55) with data from a data.frame pop: xloc yloc go ind Ene totW 1 23 20 516 1 0.02 20.21 2 23 20 1143 1 0.02 20.21 3 23 20 250 1 0.02 20.21 4 22 15 251 1 0.02 18.69 5 22 15 598 1 0.02 18.69 6 21 19 250 1 0.02 20.21 7 22 20 251 1 0.02 18.69 8 22 20 598 1 0.02 18.69 where xloc is the x dimension, yloc the y dimension, and totW the values for each cell (xloc,yloc) in my matrix...
2011 Mar 10
1
vegan CCA I am Completely new to ordination analyses
...213 266 255 2879 339 19 0.85 192 252 244 2192 308 34 6.85 197 257 249 1947 337 55 7.52 189 250 242 2275 351 41 7.15 198 257 250 1997 332 50 10.57 204 263 255 1816 296 53 0.96 201 260 252 1823 297 53 6.44 208 268 258 1801 314 65 1.77 211 271 261 1782 311 64 5.01 201 260 252 1833 294 50 4.17 201 260 251 1851 314 57 1.75 203 262 254 1860 320 58 0.87 202 261 253 1854 305 52 2.42 214 275 263 1632 322 85 1.41 212 276 262 1646 306 80 0.74 210 268 260 1876 295 52 4.58 210 270 260 1788 296 57 3.48 211 270 261 1796 292 53 0.81 214 276 264 1720 323 73 5.58 201 260 244 1974 412 65 0.74 209 264 257 1866 339...
2008 Jan 10
0
[LLVMdev] LLVM Build Problems on Itanium
...ement is not constant > ./gt-dbxout.h:250: error: (near initialization for > ‘gt_pch_rs_gt_dbxout_h[0].base’) > ./gt-dbxout.h:250: error: initializer element is not constant > ./gt-dbxout.h:250: error: (near initialization for > ‘gt_pch_rs_gt_dbxout_h[0].stride’) > ./gt-dbxout.h:251: error: ‘type_queue_index’ undeclared here (not in a > function) > ./gt-dbxout.h:251: error: initializer element is not constant > ./gt-dbxout.h:251: error: (near initialization for > ‘gt_pch_rs_gt_dbxout_h[1].base’) > ./gt-dbxout.h:251: error: initializer element is not constant &...
2002 May 18
0
[Bug 251] New: openssh-3.2.2p1-1.src.rpm won't build under RH6.2
http://bugzilla.mindrot.org/show_bug.cgi?id=251 Summary: openssh-3.2.2p1-1.src.rpm won't build under RH6.2 Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build system...
2004 May 10
1
ztcfg and Aastra 390 phones
...red message lights go out and the phones are in a ready state. Sorry if my explanation is screwy. It just seems weird that the phones dont go ready until I run ztcfg. Is there any logic to this scenario? Thanks, Ronald R. McDaniel Southern Computer Services, Inc. rmcdaniel@southerncomp.net (251) 444-3136 office (251) 446-3137 fax (251) 294-1202 cell
2008 Sep 23
1
Create groups from data to compute lm?
Hello, Below are the first two rows from my dataset and the header. This dataset has 5749 rows and I want to select only certain rows to be used based on existing grouping values. I am trying to group the data based on the values under 'ex_bin'. (e.g a group for 250, 251, 252, 500, 501, 502) I would then like to perform a lm for each grouping. My data: > all[1:2,] year extent scape bi_ca r ex_bin PriNo pri1234 pri_ex sc_ex Sc_ex_pri sc_ec_p1234 PD LPI ED LSI 1 3 25 1 1 3251 251 1 1 26 125 1125 1125 21.6565 62.6602 82.0...
2009 Feb 18
2
from postfix deliver to dovecot deliver
...Deliver to the mailbox now is done by postfix Now i want to enable quota's and therefor i need dovecot deliver. Can i just switch to dovecot deliver? Or must i first do some prrperations in the mailboxes. regards -- _______________________ *Johan Hendriks* *Schavemaker Transport* Tel: +31 (0)251 229098 Fax: +31 (0)251 212016 email: j.hendriks at schavemaker.com <mailto:j.hendriks at schavemaker.com> web: http://www.schavemaker.com _______________________ /Confidentiality Notice: The information in this document may be confidential. It is intended only for the use of the named recipie...
2002 Nov 14
1
Citrix trigging printing bug??
...". [2002/11/11 13:55:08, 1] lib/util_sock.c:open_socket_out(860) timeout connecting to 130.240.3.200:139 [2002/11/11 13:55:08, 1] libsmb/cliconnect.c:cli_connect(787) Error connecting to 130.240.3.200 (Operation already in progress) [2002/11/11 13:55:22, 0] smbd/service.c:make_connection(251) sm-pc255 (130.240.3.45) couldn't find service lwdup,winspool,ne13: ... (a lot of the same) [2002/11/11 13:55:22, 0] smbd/service.c:make_connection(251) sm-pc255 (130.240.3.45) couldn't find service lwdup,winspool,ne13: And in the logs from the same Windows client under the same circum...