search for: afhe

Displaying 7 results from an estimated 7 matches for "afhe".

Did you mean: ache
2015 Apr 11
0
disk order question
I'm not sure, but I think I may be having a disk order issue related to my installation woes. When I boot the installer, it sees /dev/sda and /dev/sdb on my 3ware disk controller (both multi TB raid 5 arrays). It also sees /dev/sdc, which is the target disk for the installation. The install runs fine (5.11, BTW) and tells me to reboot. My reboot fails. If I go into grub and do a find
1998 Sep 08
0
Some users need to re-authenticate themselves
Some of my users have to type in their password when their shares are mounted, or when they want to print. Some of them simply login at boot time and are covered for the entire session. The version I am running is Version 1.9.18p8. The OS I am using is Solaris 2.6, on a Sun Ultra. Here is the info that I think is relevant: >From smb.conf: [argus] comment = Art's Group Share path
2012 Nov 13
9
Intel DC S3700
[This email is either empty or too large to be displayed at this time]
2006 Feb 17
3
Matrix indexing in a loop
How do you specify matrix location a[i,j] (or a[i-1,j], etc.) in a "for" loop? I am looking for a flexible method of indexing neighbors over a series of lags (1,2,3...) and I may wish to extend this method to 3D arrays. Example: Data matrix > fun [,1] [,2] [,3] [1,] 1 5 9 [2,] 2 6 10 [3,] 3 7 11 [4,] 4 8 12 For each element a[i,j] in
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
When empty grids are shown (ex: no VMs in this pool) a specific graphic, message and improved action button are shown. For Task views, the user will see the current filter and an explanation that no tasks match that filter. Signed-off-by: Jeremy Perry <jeremy.perry at redhat.com> --- src/app/views/hardware/show_hosts.rhtml | 11 ++++------- src/app/views/hardware/show_storage.rhtml
2006 May 15
1
analysis of binomial data with rpart/tree
Hi all, I am using the rpart library to construct wildlife distribution models. As many of the sites that we have sampled have been sampled over many years, we would like to evaluate binomial responses (number of years that the species was present vs. number of years it was absent at a particular site). Does anybody know if the rpart function can evaluate binomial responses? If not, are there
2006 Mar 14
1
ignoring objects containing NaN's in a recursive function
Hi- General question: I have written a function that performs a permutation test. I use the function "sample" to randomize my data, then I call on another function I wrote to analyze the randomized data. This process repeats "n" times-- 10, 100 or whatever. The function applied to the randomized data creates a matrix and sometimes the matrix contains NaN's. I would