search for: jph

Displaying 11 results from an estimated 11 matches for "jph".

Did you mean: jp
2006 Jul 28
3
Private Interconnect and self fencing
...tering setups to setup a different or even multiple heartbeats? On a crossover between servers, or on a private interface? Seems like putting it only on the disk, that may have heavy IO is going to cause problems. Any advice on setting up the heartbeats would be greatly appreciated. Thanks, -JPH
2009 Jul 09
4
Issues with file.info?
Are there any tricks associated with file.info? I just tried it on a directory folder and it returned NA for all fields for all files. I tried it on a different folder with different files and it still returned NA. I tried it on a specific file and it returned all the proper info correctly. Just wondering if there are any tricks I've overlooked.
2006 May 10
1
Floating Point Exception
I have a Fedora Core server running: Fedora Core release 4 (Stentz) kernel version: 2.6.15-1.1833_FC4smp ( I have also tried kernel version: 2.6.16-1.2108_FC4smp) I compiled the ocfs2 and ocfs2-tools using the following steps: # MODULES: tar zxvpf ocfs2-1.2.1.tar.gz cd ocfs2-1.2.1 ./configure make make install # TOOLS: tar zxf ocfs2-tools-1.2.1.tar.gz cd ocfs2-tools-1.2.1 ./configure
2008 Apr 04
4
Arbitrary Precision Numbers
Hi (If you're wondering, this is a Project Euler question :)) If I wanted to calculate the sum of the digits in the decimal representation of 2^1000, what would be a good way to go about that? I've tried the following methods: # Calculate the sum of digits in the decimal representation of 2^n # Only works for smaller values of n bsum <- function(n) { s <- 0 e <-
2007 Feb 19
1
need help in reading TOMS observed ASCII data file
Hello R Users, I am new to R. I have two data sets i) TOMS aerosol optical depth(AOD) and ii) TOMS ozone(O3). > > AOD data is on 1x1 grid and O3 data is on 5x5 grid. > > First I want to read AOD and O3 as it is and then I want to regrid AOD on > 5x5 grid as O3. > > Reading is first problem. > > FIRST PROBLEM READING AOD: > > AOD data is in following format: >
2012 Dec 20
4
Memory filling up while looping
Hey, I have an double loop like this: chunk <- list(1:10, 11:20, 21:30) for(k in 1:length(chunk)){ print(chunk[k]) DummyCatcher <- NULL for(i in chunk[k]){ print("i load something") dummy <- 1 print("i do something") dummy <- dummy + 1 print("i do put it together") DummyCatcher = rbind(DummyCatcher, dummy) } print("i save a chunk
2001 Feb 08
0
hello, I need some help for using wine...
..._____________________ > GET INTERNET ACCESS FROM JUNO! > Juno offers FREE or PREMIUM Internet access for less! > Join Juno today! For your FREE software, visit: > http://dl.www.juno.com/get/tagj. > Sent via Deja.com http://www.deja.com/ --__--__-- Message: 4 From: JP Hermans <JPH@Linux-fan.com> Subject: Re: [Fwd: RedHat 7.0, Wine en Matlab: een fontprobleem??] Date: Wed, 07 Feb 2001 18:01:53 GMT Organization: Telenet Internet To: wine-users@winehq.com Reply-To: wine-users@winehq.com In article <3A817BC9.4A91EE16@rug.ac.be>, Dries Van Dyck <Dries.VanDyck.nospam@...
2003 Jun 11
7
IPFW: combining "divert natd" with "keep-state"
I've been using ipfw for a while to create a router with NAT and packet filtering, but have never combined it with stateful filtering, instead using things like "established" to accept incoming TCP packets which are part of a conversation initiated from the "inside". I'd like to move to using keep-state/check-state to get tighter filtering and also to allow outgoing
1998 Aug 02
0
ipportfw - security
...recautions in using port forwarding with ipportfw? I'm planning on forwarding ports from an outer firewall/router (connected to the Internet) to a host in the DMZ, then on from the DMZ host to the inner firewall, and finally from the inner firewall to some host on the inside. Thanks, Jens jph@strengur.is From mail@mail.redhat.com Wed Aug 5 09:48:30 1998 Received: (qmail 795 invoked from network); 5 Aug 1998 07:48:23 -0000 Received: from 3dyn106.delft.casema.net (HELO rosie.BitWizard.nl) (root@195.96.104.106) by mail2.redhat.com with SMTP; 5 Aug 1998 07:48:22 -0000 Received: from cav...
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...e!Fc17iOd+T_z?034mRJ{V2LN&%rv3<r>8W<b#v zJ1c{;>#ADwYp_~M0SIpvkK13k?2fVSmM(t*v=lZZ(2TIG6H(VJM=)D)l2iTjXO`cw zCr5S@g?K%fs8mEr8i$g&c_i%h7#EXGyf5aAu%CpDwC+47qm)BIx4daQlYH#?PKKgU zbOG0C0x%<`6Y3g~^L8xC=weFjLwI>9`;asdoOl$^CHT_CTb^CZQ^9-xb|Da0L&%9b zT|^|K|1vt!)>Ff>Q{qJBI%jpH@^anLTp&?PA={?|SNy=kRkyjSzvZA6ikWYS$<+;A zkBJr6@``2ioQL(#%=-@>NX!`*J!RNhS>f8*)hYoi)_z>et{2qi0V*`8eIoU36Zs5= zu3<l)*;Y;)VxJ{P`cSn_qvZg=W=+U*uAC-u+OA6(7!dvoMFP94$J(Tio6xO}G2Sov z==gYClgk#^_*T>o7;8CdoKI9PTfMj{(->SExi$Mm&2(+Bv}vE1hY&fGpZ<>pFbloe znB)cdUfPInyS70?f-v...
1999 Apr 22
0
RFC: failover configuration
I've recently been asked to investigate the possibility of using our 2 Samba fileservers (strictly) in a manually-enabled symmetric failover configuration for read-only file shares. Using rsync :) I've managed to replicate the predominantly static filesystems between our two Unix servers. Now, I'm testing a script which starts a second set of nmbd and smbd procs (in daemon mode)