Displaying 20 results from an estimated 4000 matches similar to: "File locking in a cluster"
2007 Jan 01
2
minimum install Disks required
Hi,
I am currently downloading CentOS-4.4-i386-bin1of4.iso and was wondering
what is the minimum number of install disks I require to get a working
install of Centos ? Do I need to download all four of the disks ?
cheers,
Jeffery
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jeffery.vcf
Type: text/x-vcard
Size: 293 bytes
Desc: not available
URL:
2006 Jul 02
7
xen will only load images built for xen v3.0
Hi,
I am attempting to get Xen working on my Mandriva Linux and I can only get as
far as the initial loading screen which happens to be failing with:
"xen will only load images built for xen v3.0"
I am following the instructions outlined at
http://qa.mandriva.com/twiki/bin/view/Main/HowToXen
Any hints on where I should start debugging this problem?
cheers,
Jeffery
2009 Jul 15
4
duplicate data points on a line graph
Hi,
I am new to R plot. I am trying to increase the data point
observation when duplicate data points exist
x y
1 10
1 10
2 3
4 5
9 8
in the about example 1, 10 would be displayed larger than the other
data points. Could someone give me some assistance with this problem
757-864-7114
LARC/J.L.Shipman/jshipman
Jeffery.L.Shipman at nasa.gov
2009 Apr 29
1
Dynamic visualisation of R data using Adobe FLEX
Hi useRs,
I had posted about Adobe FLEX talking to R for rich visualisation.
Reply from Jeffery Horner contained links to the
revolution-computing.com webpage which had information pertaining to
the Bay Users R group Meetup on Web Dashboards with R.
I have a very specific project that I need to implement.
I wish to use the graphics capabilities provided by Adobe FLEX to
visualise outputs from R.
2012 Dec 22
1
Character Variable in X axis scatter plot
I am very new to R statistics.
Have installed R-2.15.2 ; Rcmdr 1.9-2 ; RStudio 0.97.237 on Debian Squeeze and also windows7
I can Import from Excel File OK
.Workbook <- loadWorkbook("/media/4C90-B739/Oct13-Dec21Bsl.xls")
JJData <- readWorksheet(.Workbook, "Oct13-Dec21Bsl")
remove(.Workbook)
have a data frame with following.
DATEEVENT
2018 Jul 05
4
[PATCH 0/2] drm/nouveau: Fix panic on nouveau unload.
If have a couple patches I found while looking at a panic
I was seeing while unloading the nouveau module.
Unloading the nouveau module on my optimus notebook machine causes
the system to panic. This started occuring when moving from 4.4
to 4.14.
These patches make it such that the system does not panic
when unloading the module.
4.14 also requires commit 34112bf4935d ("drm/nouveau/fbcon:
2006 Feb 03
2
can asterisk to say chinese like say english
this is not just playback recorded voice. this is let asterisk say chinese.
how to do this.
there have any ideas?
--
Jeffery
iaxtel Num: 1-700-576-1311
fwdnet Num: 728150
2018 Jul 17
2
[PATCH 0/2] drm/nouveau: Fix panic on nouveau unload.
nevermind, I just hit it today. Will test your patches
On Tue, Jul 17, 2018 at 12:46 PM, Karol Herbst <kherbst at redhat.com> wrote:
> does this also happen with the newest kernel? I was kind of under the
> impression we already fixed such issues.
>
> On Thu, Jul 5, 2018 at 9:09 PM, Jeffery Miller <jmiller at neverware.com> wrote:
>> If have a couple patches I found
2011 Jul 14
1
Yes/No Pedantic Patch
Hello developers.
I have made a yes/no 'pedantic' patch that affects how ssh command line and
other agents that employ yes/no prompts interpret results.
The nature of the patch is the following:
When prompted with things like:
----SNIP----
./ssh localhost
The authenticity of host 'localhost (127.0.0.1)' can't be established.
RSA key fingerprint is
2006 Apr 28
1
two box share one real time configuration database.
hi, alll,,,
there two asterisk box share one realtime database... and all the client is
IAX2.. and registery dynamic...
there have some question need to confirm..
1, when i run iax2 show peers,,,there no show the peers that registed with
real time... the same as run iax2 show users..there not show any real time
users..
2, if user1 have registed with box1,, how user2 on box1 and user3 on box2
2001 Sep 10
1
not safe to return vector pointer
Hello All,
I recently upgraded from R-1.1.1 to R-1.2.2.
I have an R function that uses .Call() to
return a list from C code. The C code
has the form:
SEXP function(SEXP var)
{
SEXP rlist ;
PROTECT(rlist = NEW_LIST(3)) ;
VECTOR_PTR(rlist)[0] = NEW_INTEGER(1) ;
VECTOR_PTR(rlist)[1] = NEW_STRING(1) ;
...
UNPROTECT(1) ;
return(rlist) ;
}
When I try to
1997 Dec 15
1
Problems with Self extracting zip files
Hi folks,
I have a curious problem when executing self extracting zip files from a
samba share. Everything does work, but it is very very slow. Copying the
.exe onto local disk (from the samba share) takes no time at all
(500kb/sec). I would say it takes about 10 times as long to unzip when run
directly from the samba share. This happens will all self-extracting exe
files, and also from any share
2000 Dec 02
2
axis label rotation
Hello,
I recently switch over from Splus to R and I have not been able to
generate right axis labels that face inwards. This is accomplished
in Splus with the command srt=270 but this option is not supported
in R. In addition the par argument las=0 or 3 does not rotate the
right axis labels.
The editor of a journal is demanding that the right axis labels face
inwards in the figures I recently
2006 Aug 09
1
NLS and IV
Hello All,
I'm looking to test a variable in a logit model (glm(...,
binomial(link="logit"))) for exogeneity (endogeneity). At this point I am
planning to try implementing Jeffery Grogger's "A Simple Test for Exogeneity in
Probit, Logit, and Poisson Regression Models", Economic Letters, 1990. To do
this, I need to be able to do an instrumental variables NLS
2018 Aug 23
1
[PATCH 1/5] drm/nouveau: Check backlight IDs are >= 0, not > 0
Patches 1-5 are Reviewed-by: Karol Herbst <kherbst at redhat.com>
I think it might be worth to test those patches on a system without
any backlight devices just to verify we don't break things, but the
code looked good already, so maybe we don't really need to test.
On Thu, Aug 23, 2018 at 3:21 AM, Lyude Paul <lyude at redhat.com> wrote:
> Remember, ida IDs start at 0, not
2009 Sep 25
0
[LLVMdev] Global register variables/custom calling conventions
Hi Andrew,
On Wed, Sep 23, 2009 at 7:26 AM, Andrew Jeffery <andrew at aj.id.au> wrote:
> TCG seperates the guest (ARM) code into blocks - my front end translates
> these to LLVM IR for LLVM to translate to x86. The assumption is that LLVM
> will produce a better translation than TCG*. At some future point the
> TCG-generated native block is replaced by the LLVM's, and as
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
2009 Jul 12
1
Cluster Related Question
I am not sure this is the proper forum for this question, feel free to
redirect me if you like to the correct place.
I have the following setup:
vmware esxi
2 CentOS 5.3 servers (vmware virtual hosts)
these 2 servers are running conga(luci, ricci) and the rest of the
cluster suite with a simple IP address setup to failover for testing.
My problem comes in when I need to setup fencing for
2016 Nov 10
12
[Bug 98677] New: [NVAC] iMac9, 1 effective backlight brightness range changes after S3
https://bugs.freedesktop.org/show_bug.cgi?id=98677
Bug ID: 98677
Summary: [NVAC] iMac9,1 effective backlight brightness range
changes after S3
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2008 May 07
4
Updating a Facebook Status
Does anyone know how to update a Facebook Status with Facebooker?