search for: langston

Displaying 12 results from an estimated 12 matches for "langston".

2012 Jun 01
1
R studio web-based console ?
Hi all, My console is no longer responding to commands, I''m using the web-based console running off of a server. I have tried to interrupt R, I have deleted the data and profile files in the user directory, and restarted the server, relogged in, flushed the cache on the browser, but the console is not responding. I even move the .rstudio directory When I try to run the code, it looks
2005 Dec 16
2
Preview7 is missing iconv.so
for all of us who have rails apps that use the salted login generator in their app, it is required to have iconv.so in ruby/lib/ruby/1.8/i386-mswin32/ apparently the one-click version of ruby fails to include this. I would be helpful if this could be included in InstantRails so we did not have to go back in deal with this on each new release (cryptic behavior on rails 1.0.... seems webrick
2011 Nov 18
1
Reading a file w/ two delimiters
Hi all, I've been scratching and poking, but basically, the file I need to read has two delimiters that I need to contend with. The first is that the file contains tabs (\t) , instead of newlines (\n), and the second is that the fields have | for the seperators. I can easily do a read if I first convert the \t to \n and then use read.table to get the file read with the | separator. But, what
2003 Oct 02
1
User unable to log into Solaris when password has been expired by root
...behaviour? It's not like I have locked the account -- how can I ensure my new users get access? Can I simply modify the test in auth.c or is there a 'proper' way to achieve the desired behaviour? Many thanks, --- Doug Manton, Managed Security Services AT&T Business, Building 6000 Langstone Technology Park, Havant, United Kingdom This message and any attachments to it contain business information exclusively intended for the recipients. Do not forward or distribute it to anyone else. If you have received this e-mail in error, please reply to dmanton at emea.att.com to report the er...
2008 Dec 10
2
VTd not showing PCI device in VM
...sonable precautions to ensure that this email is free of viruses, Xyratex does not accept liability for the presence of any computer viruses in this email, nor for any losses caused as a result of viruses. Xyratex Technology Limited (03134912), Registered in England & Wales, Registered Office, Langstone Road, Havant, Hampshire, PO9 1SA. The Xyratex group of companies also includes, Xyratex Ltd, registered in Bermuda, Xyratex International Inc, registered in California, Xyratex (Malaysia) Sdn Bhd registered in Malaysia, Xyratex Technology (Wuxi) Co Ltd registered in The People''s Republic...
2011 Jun 22
2
Queries regarding Lustre Throughput Numbers with mdtest benchmark
Hi, I have a query regarding Lustre Throughput Numbers with mdtest benchmark.I am running mdtest benhmark with following options :- /home/meshram/mpich2-new/mpich2-1.4/mpich2-install/bin/mpirun -np 256 -hostfile ./hostfile ./mdtest -z 3 -b 10 -I 5 -v -d /tmp/l66 where , mdtest - is the standard benchmark to test metadata operations. [ https://computing.llnl.gov/?set=code&page=sio_downloads
2011 Jun 22
2
Queries regarding Lustre Throughput Numbers with mdtest benchmark
Hi, I have a query regarding Lustre Throughput Numbers with mdtest benchmark.I am running mdtest benhmark with following options :- /home/meshram/mpich2-new/mpich2-1.4/mpich2-install/bin/mpirun -np 256 -hostfile ./hostfile ./mdtest -z 3 -b 10 -I 5 -v -d /tmp/l66 where , mdtest - is the standard benchmark to test metadata operations. [ https://computing.llnl.gov/?set=code&page=sio_downloads
2010 Aug 17
18
write RPC & congestion
Hi, thanks for previous help. I have some question about Lustre RPC and the sequence of events that occur during large concurrent write() involving many processes and large data size per process. I understand there is a mechanism of flow control by credits, but I''m a little unclear on how it works in general after reading the "networking & io protocol" white paper. Is
2006 Oct 10
1
read.table versus read.csv (PR#9284)
...360,329,345,531,452,415,434,44,35,63,34,1= 77 3151,Bartlesville Wesleyan Coll.,OK,IIB,*,*,*,264,*,*,*,358,0,0,0,0,26 3152,University of Central Okla.,OK,IIA,503,442,384,416,606,536,469,505,108,= 57,166,58,389 3154,East Central University,OK,IIB,453,407,352,378,538,488,429,456,39,31,64= ,23,158 3157,Langston University,OK,IIB,459,375,313,342,545,454,383,415,12,31,34,29,= 108 3161,Northeastern State Univ.,OK,IIB,455,374,348,377,554,462,431,464,80,49,7= 1,52,257 3163,Northwestern Okla.State Univ,OK,IIB,435,397,321,336,522,479,390,407,12,= 11,30,24,77 3164,Oklahoma Baptist University,OK,IIB,379,335,282,31...
2012 Mar 15
28
Lustre and cross-platform portability
Whamcloud and EMC are jointly investigating how to be able to contribute the Lustre client code into the upstream Linux kernel. As a prerequisite to this, EMC is working to clean up the Lustre client code to better match the kernel coding style, and one of the anticipated major obstacles to upstream kernel submission is the heavy use of code abstraction via libcfs for portability to other
2012 Mar 15
28
Lustre and cross-platform portability
Whamcloud and EMC are jointly investigating how to be able to contribute the Lustre client code into the upstream Linux kernel. As a prerequisite to this, EMC is working to clean up the Lustre client code to better match the kernel coding style, and one of the anticipated major obstacles to upstream kernel submission is the heavy use of code abstraction via libcfs for portability to other
2005 Oct 16
0
ROR 14.0 Candidate has Blocking bug from Changeset 2465
I have filed a ticket #2486 on a blocking but that is created by changeset 2465... seems that change calls "mysql_config" thru a shellout exec. This is a problem for windows in that mysql_config is a shell script and is not provided for windows mysql installs. Also, calling this on systems without a mysql installation should also result in an error. I am posting this here hoping