search for: jma

Displaying 14 results from an estimated 14 matches for "jma".

Did you mean: dma
2012 Oct 30
0
ensembleBMA pit function warnings
...ssue on my data.  Hope that you could find some time to take a look here. Thank you Anna > library(ensembleBMA) Loading required package: chron > example(MAE) MAE>   data(ensBMAtest) MAE>   ensMemNames <- c("gfs","cmcg","eta","gasp","jma","ngps","tcwb","ukmo") MAE>   obs <- paste("T2","obs", sep = ".") MAE>   ens <- paste("T2", ensMemNames, sep = ".") MAE>   tempTestData <- ensembleData( forecasts = ensBMAtest[,ens], MAE+      ...
2011 Sep 10
9
[Bug 1935] New: ls -l with wildcards produces incorrect output
...on: Unclassified Product: Portable OpenSSH Version: 5.8p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sftp AssignedTo: unassigned-bugs at mindrot.org ReportedBy: jma at freedomcircle.com This is probably best demonstrated with some sample output. Issuing the command: sftp> ls -l localhost.access.log.?.gz gives the following (abbreviated) output: 29787 Aug 31 02:24 localhost.access.log.2.gz 43664 Sep 1 02:23 localhost.access.log.3.gz 37122 Aug 29 02:23...
2011 Jun 01
0
Clean up Rmpi when there is a bug in the code
...t; inherits Execution halted I therefore correct the error and re-run the code, the odd thing is that in our cluster, the previous version of my R code is loaded and the new one is just ignored, so I end up with the same error message. I tried to use # R CMD BATCH --no-restore /home/sph/jma/Rmpi/ext2/ext2_pull.R to prohibit the previous version, it does not work. Basically, how can I clean up the cluster if I have an error in my Rmpi code? Thank you very much and I appreciate your help! Best Regards, [[alternative HTML version deleted]]
2011 Feb 01
1
AD integration with multiple groups
Hello, I post here my question after having spent time on google and forums and documentation to find a clue. I use: GNU/Linux RHEL5 x86_64 Samba Version 3.5.6 Active Directory 2003 on Windows 2003/2008 I want to allow an authenticated user (AD authenticated) to access a share partition under samba only if one of his secondary groups is a defined one. ex: user joe uid=4001(joe) gid=4010(domain
2012 Jul 12
0
I: ensembleBMA pit function warnings
...ame warnings as below, when I type the example(pit). Any suggestion on how to resolve it? > library(ensembleBMA) Loading required package: chron > example(pit) pit>   data(ensBMAtest) pit>   ensMemNames <- c("gfs","cmcg","eta","gasp","jma","ngps","tcwb","ukmo") pit>   obs <- paste("T2","obs", sep = ".") pit>   ens <- paste("T2", ensMemNames, sep = ".") pit>   tempTestData <- ensembleData( forecasts = ensBMAtest[,ens], pit+      ...
2009 Mar 31
2
CentOS5U2 waiting too long when ssh login to other linux servers
The waiting time is about 50s on my CentOS box now. "yum remove openssh* "and "yum install openssh*" can't make it right. "mv ~/.ssh{,.bak}" not works either. Here comes my tcpdump log, I am not an expert on SSH, Can anyone here get me out of this? Thanks Ryan [root at centos5u2 ~]# tcpdump -s 1520 -nn port 22 tcpdump: WARNING: peth0: no IPv4 address assigned
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...dQPtf^~biVU+Gtzgk;#D>h zTaf at PZl>Vzxi)^QEaUV)36{5JT5dhE4*3PU2#`b!xN^b8CObN8D=uydts|B)FAu-L zTT(VkY9pb{TlAiPX-)c9JI(=QO)x;UkdNBI88t*+vsgVwk;h`8p8%U0ub3KOwBV*K zocShgH)xWY*(?u_!+<8ii<v<|@iv>Owboa2KJ{oJ1_EEOl3}VC;O_Fx at JsvROby?e zlYRDx09ydjw*<{l>gh<TNVRbZR*4Z_cFm(=Zl=Sbj5jmaS7q(-N0)p6ck2Z8zru5c zTN<7Jl&QR5 at ISk@g7^(AWXaG8*u5|7JeqYVi$*HeTvd}?slEWEjhcE2&~=KghB5^; z?G*ZGaV+aZsh^cQ&T5ix%<reccWL+<^9SpZ9FtOW#Np*ffZc{>?wvQmzoPsD5OM*O zcaT(ged^-cq?CL<8{cib-v<DkVHk+ZyO%*Wfvl5P7QAh8!)m<GdD_(Ym+S$UO)TIQ zlR=(~rCibzv*zcLG`rk1ao;??0CtWTDkKuS9~vo6h...
2008 Nov 27
1
Looking for a method to keep at least 5% CPU
Hi all, Sometimes, the working threads occupy 100% CPU, and I just cann't ssh login with root. my question is: Is there any solution for this case? I googled and found some related links, but not helpful. http://www.linuxquestions.org/questions/linux-general-1/limit-cpu-usage-for-a-process-269019/ -- FIXME if it is wrong.
2005 Jul 09
1
Problems with iproute2
I''m using Debian (sarge) I do now have 2 ISP, one DSL and one cabel. I want to use the DSL as my primary and only use the cabel-modem if the DSL fails. The setup is: IP1 -> Router -> NAT_IP1 -> eth0 -> eth2 (LAN) IP2 -> Cable-Modem -> eth1 -> eth2 (LAN) I wrote the following in my /etc/iproute2/rt_tables ip rule add from NAT_IP1 lookup 1 ip route add
2002 Dec 02
3
HTB and IP tables
Hi, All, Does anyone have working scripts using HTB for QoS but IPtables for filtering? I want to learn how to put them together. Do the scripts working on Redhat? Thanks in advance, James
2002 Dec 04
1
u32 and netfilter
Hi, All, My understanding is u32 filter is very powerful filter and could do anything about IP header filtering, then why do we sometimes use netfilering in IPtables? One advantege I guess is in netfilering, there is usage counter? Are there other advantges using netfilter (such as delay, flexibility)? What is the disadvantages to us Netfilter? In summary, what are the considerations to select
2002 Dec 05
1
flowid and classid
Hi, All, I have a class 1:10, it seems if I use netfilter mark as classifier, then the class will be refered as classid 1:10, however, if I use u32 as classifer, then the class should be refered as flowid 1:10, is it right? Thanks in advance, James
2002 Sep 12
3
iptable for multiple ip address
Hi, All, So far, all the applications I have seen for Iptables are focusing on connecting a WAN with one IP address to a LAN and using NAT. My question is if the iptables support multiple IP address on WAN side? If so, how it works (you only have one NIC on WAN side)? Is static NAT (it might not be the right term, I mean a static and permanent connection between WAN IP address and LAN IP address)