Displaying 20 results from an estimated 20000 matches similar to: "Web page updates?"
2009 May 28
1
[PATCH node] Temporarily disable security driver.
I've uploaded a new libvirtd based on the latest release into F12
but it requires a selinux config which we do not have on the node.
This is a temporary hack to make it work until we go to an F11 node.
Must remember to remove this for F11!!
Signed-off-by: Ian Main <imain at redhat.com>
---
scripts/ovirt-functions | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff
2012 Sep 17
1
How to filter information from a big .csv table into a new table
Hi,
I have big .csv file. I would like to filter that file into a new table.
For example, I have .csv file as below:
f1 f2 f3 f4 f5 f6 f7 f9 f10 f11
t1 1 0 1 0 1 0 0 0 0 1
t2 1 0 0 0 0 1 1 1 1 1
t3 0 0 0 0 0 0 0 0 0 0
t4 1 0 0 0 1 0 0 0 0 0
t5 0 0 0 0 0 0 0 0 0 0
t6 0 0 0 0 0 0 0 0 0 0
2012 Sep 18
1
chunk row to new table/file
I have big .csv file. I would like to filter that file into a new table.
For example, I have .csv file as below:
f1 f2 f3 f4 f5 f6 f7 f9 f10 f11
t1 1 0 1 0 1 0 0 0 0 1
t2 1 0 0 0 0 1 1 1 1 1
t3 0 0 0 0 0 0 0 0 0 0
t4 1 0 0 0 1 0 0 0 0 0
t5 0 0 0 0 0 0 0 0 0 0
t6 0 0 0 0 0 0
2008 Apr 30
1
help text key F10 in pxelinux > 3.61
Hi,
i have a strange problem since pxelinux 3.62 with the F10 help key.
I configured this:
DISPLAY pxelinux.cfg/schlunix_new.txt
F1 pxelinux.cfg/helps/schlunix
F2 pxelinux.cfg/helps/schlunix64
F3 pxelinux.cfg/helps/rescue
F4 pxelinux.cfg/helps/rescue64
F5 pxelinux.cfg/helps/stress
F6 pxelinux.cfg/helps/stress64
F7 pxelinux.cfg/helps/dosimages
F8 pxelinux.cfg/helps/mailsystem
F9
2010 Feb 14
1
mlogit function cut off formular
I'm trying to fit a multinominal logistic model using package mlogit. I have
15 independent variables. The code looks like this:
m<-mlogit(score~0|f1+f2+f3+f4+f5+f6+f7+f8+f9+f10+f11+f12+f13+f14+f15, data,
reflevel="1")
And it gives the following error message:
Error in parse(text = x) :
unexpected ')' in "score ~ 0 + alt:(f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8
+ f9
2009 Nov 28
4
Fedora 11 i386 Evolution address book --> CentOS 5.4 x86_64
Finally moved my home desktop from Fedora to CentOS. My spouse was
unhappy with me upgrading from F9-->F10-->f11 etc and wanted something
more stable.
I built a second machine which is now running in parallel to the old F11
desktop. I moved my data (mail and files) from the F11 box to the
CentOS 5.4 box. I used tar to move everything. Mail and files
transferred A-OK...but the Evolution
2009 Jan 22
2
[PATCH] I attach two patches correcting documentation and I have a few questions
I post this to the mailing list, but perhaps is not the good place.
I'm not subscribed, so I don't know if I'm going to get any reply, but
please, tell me where to send patches.
I attach two patches that correctly describes the new support for F11
and F12 in documentation but I have two more question to update
documentation accordingly.
In doc/syslinux.txt line 515, talking about
2007 Feb 14
2
[LLVMdev] Linux/ppc backend
Hi Chris,
Chris Lattner wrote:
>> 2) Line 369 of PPCInstrInfo.td, we declare the non-callee saved registers.
>> However, Linux and Darwin do not have the same set
>> of non-callee saved registers. I don't know how to make the if(isDarwin) test
>> in here
>>
>
> Take a look at ARM/ARMRegisterInfo.td for an example of this
I tried to define Defs just
2007 Nov 09
1
Confidence Intervals for Random Effect BLUP's
I want to compute confidence intervals for the random effect estimates
for each subject. From checking on postings, this is what I cobbled
together using Orthodont data.frame as an example. There was some
discussion of how to properly access lmer slots and bVar, but I'm not
sure I understood. Is the approach shown below correct?
Rick B.
# Orthodont is from nlme (can't have both nlme and
2009 Jun 22
10
Could not find an installable distribution
Hi all,
I am trying to install OpenSUSE 11.1 as a para-virtualized DomU on an opensolaris2009.06 guest using the xvm packages provided via IPS.
I followed the instructions available here:
http://www.opensolaris.org/os/community/xen/docs/virtinstall/
but I get the following error when trying to install from a NFS share where I mounted the iso (as far as I understand the only way to get a Linux
2009 Aug 06
1
[PATCH node-image] workaround for gpxe issue with the virt-preview
Unable to boot using qemu-kvm and gPXE from virt-preview repository
https://bugzilla.redhat.com/show_bug.cgi?id=512358
Signed-off-by: Alan Pevec <apevec at redhat.com>
---
common-blacklist.ks | 9 +++++++++
common-pkgs.ks | 3 +++
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/common-blacklist.ks b/common-blacklist.ks
index 7c19aa4..2f8842f 100644
---
2012 Sep 17
1
self defined distance matrix in NbClust
i m using a package NbClust for cluster analysis. in the following algorithm
->NbClust(m, diss="NULL", distance = "euclidean", min.nc=2, max.nc=15, method = "ward", index = "all", alphaBeale = 0.1)
i want to define my own dissimilarity matrix of dimension 38*38. my original data "m" is a matrix of 365*38. whenever i define my own dissimilarity
2006 Jul 03
1
panel ordering in nlme and augPred plots
Hi,
I'm new at this, I'm very confused, and I think I'm missing something
important here. In our pet example we have this:
> fm <- lme(Orthodont)
> plot(Orthodont)
> plot(augPred(fm, level = 0:1))
which gives us a trellis plot with the females above the males,
starting with "F03", "F04", "F11", "F06", etc. I thought the point of
2008 Dec 26
2
Re: Fw: Install problems on fresh F10
I did post to ovirt-devel but I am not a registered user, so a moderator need to review my posting before it becomes available.
I will register, but right now I only have a few seconds to spare.
I try to add use "Add Virtual Machine" but the "Storage" is empty. My iSCSI and NFS storage says "State: pending_setup". What am I doing wrong?
Sincerely,
/bs66
2008 Sep 25
0
Interesting EverQuest overlay performance
First off, a big thank you to the Wine team for you efforts over the years. I haven't booted my Windows partition in over two months and am actually considering reclaiming the partition for something useful.
I was playing around with Wine+EverQuest trying to see how fast I could get my EverQuest session to run the last couple of days. I had been through all the fun NVIDIA bits related to
2010 Sep 10
0
covariance matrix structure for random effect in glmmPQL
Dear all,
I'm using R function "glmmPQL" in "MASS" package for generalized linear mixed model considering the temporal correlations in random effect. There are 1825 observations in my data, in which the random effect is called "Date", and there are five levels in "Date", each repeats 365 times.
When I tried
2009 Jun 03
1
[PATCH server] ovirt server installer autobuild integration
update server autobuild to set up a new isolated vm environment and
go through the server installer process and rails tests
---
autobuild.sh | 65 ++++++++++++++++++++++++++++++++++++++++++
ovirt-installer-test-answers | 21 +++++++++++++
ovirt-server-test.ks | 37 ++++++++++++++++++++++++
3 files changed, 123 insertions(+), 0 deletions(-)
create mode 100644
2009 Mar 23
7
ANNOUNCE: Puppet 0.24.8 now available!
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Puppet 0.24.8 is now available!
This is a maintenance release for the 0.24.x branch but contains a small
number of new features including some significant performance
enhancements for large installations and stored configurations.
The tarball is available at:
http://reductivelabs.com/downloads/puppet/puppet-0.24.8.tgz
MD5 hash:
2011 May 26
1
dataframe - column value calculation in R
Dear RGroup
I have a requirement for which I am seeking help.
I am looking at automating the last column calculation through R when
having the data of the other columns as a dataframe, In excel I can do
using the formula function as given below, however, hereagain for the
number of observations that come under control, I need to write the
formula seperately for each cell and then I can block
2010 Jun 15
1
Fwd: Re: "Graphics history" in UNIX
Many thanks again for your code.
Actually, manual typing of the function names to record or review plots
is not a practical solution for me.
I taught it would be a quick task to program Function keys for this purpose.
I uselessly spent time messing with a "<home>.initrc " file.
The only solution I found is to write the functions names, via Bash
menu