Displaying 20 results from an estimated 500 matches similar to: "Permissions For Editing Centos Wiki Pages"
2007 Oct 30
3
data format
Hi,
How can I analyze the data collected in database formatting (with labels)
rather than splitted by individual columns (almost in excel)?
For example (comma separated data);
Label,Value
Good,10
Bad,12
Good,15
Good,18
Good,12
Bad,15
Bad,10
etc...
ks.test or chisq.test can be done.
Splitting the data into new columns is not applicable cos' I'll use
R-integration in another software.
2009 Oct 24
11
Howto hide scsi or other hardware from the virtual system
Hi,
I have created a virtual system via xen and would like to strip some
unrequired virtual hardware from it.
Example: my virtual Windows system shows me a scsi PCI device (as
unknown device). I would like to get rid of it - I am only using IDE in
the virtual system.
How can I hide specific hardware from the virtual system?
Cheers,
Emre
P.S.: as far as I understand specifying
2007 Dec 06
2
Anyone able to compile Nvidia on Ubuntu 7.10 or Fedora 8
Hi,
Is there anyone following this list who could compile any version of nvidia
driver on Ubuntu 7.10 or Fedora 8 running XEN? (kernels 2.6.22-14 for Ubuntu
or 2.6.21 for Fedora 8 )
Thanks,
Emre Erenoglu
erenoglu@gmail.com
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 Aug 17
6
Gutsy Xen 3.1 2.6.22-9-xen network-bridge problem
Hi,
I have a strange problem with my networking setup. I read all forums around
the world where people had similar problems, but couldn''t find a solution.
I have an Attansic L1 gigeth chip on my mainboard. This chip works OK in
stock Ubuntu Gutsy (development) 2.6.22-9-generic kernel.
When I boot into Xen, and after the bridge is created, the network stops
working. Some info:
- If I
2007 Oct 03
3
P-value
Hi,
why don't you try try
ks.test(VeriSeti1, VeriSeti2)$p.value
All the best
Jenny
>How can i print only the P-Value of the kolmogorov smirnov test?
>
>
>> ks.test(VeriSeti1, VeriSeti2)
>
> Two-sample Kolmogorov-Smirnov test
>
>data: VeriSeti1 and VeriSeti2
>D = 0.5, p-value = 0.4413
>alternative hypothesis: two-sided
>
>
>This expression
2008 May 12
4
PV Drivers: XenSource ones VS GPL''ed
Hi all,
I''m testing a windows 2003r2 installation on Centos 5 so i''im wondering about
the reliability of Windows PV drivers on a domU running on the GPL "flavor"
of XEN.
- which are the most stable PV drivers GPL''ed ones or XenSource ones?
- is safe running the XenSource ones on a GPL XEN machine or vice-versa?
thanks,
--
Ruggero Tonelli
2007 Sep 11
2
Why does domU Windows have to be re-registered after Xen 3.1.0 dom0 upgrade
Hi all,
Just wondering if anybody knows the answer to this mystery?
I upgraded my Dom0 from Xen 3.0.4 + kernel 2.6.16.33-xen to Xen 3.1.0 +
kernel 2.6.18-xen.
After the upgrade, my domU (WInXP home edition) popped up a message saying
that it needed to be re-registered with Microsoft, owing to significant
changes in the hardware environment on which it is running. Something about
windows
2008 Sep 03
4
how to create /dev/xvda
Hi All,
The following is my domU''s cfg file.
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kernel = ''/usr/local/src/xen/vmlinuz''
ramdisk = ''/usr/local/src/xen/initrd.img''
memory = ''256''
name = ''centos5.2''
vif0 = [ ''bridge=xenbr1'' ]
disk = [ ''phy:/dev/server/cbox,xvda,w'' ]
on_reboot =
2008 Apr 25
3
How to overlap two density plots?
Hi,
How can I overlap two density plots?
A <- c(8,10,10,11,11,11,12,12,12,12,11,11,11,10,10,7)
B <- c(11,13,13,14,14,14,15,15,15,15,14,14,14,13,13,10)
plot(density(A))
plot(density(B))
Regards,
Emre
P.S. There's a overlap.density function in package DAAG
Is there another way to do this?
--
---
Emre ÜNAL
http://www.geocities.com/dusemre
[[alternative HTML version
2007 Mar 19
1
abode acrobat professional 7.0 installation problem
Hi all,
When I try to install acrobat pro 7.0, I get the following error and
execution stops:
"fixme:msi:MsiInstallProductW L"Z:\\home\\emre\\tmp\\Acrobat
Professional 7.0\\Adobe Acrobat 7.0 Professional\\AcroPro.msi" L"
SETUPEXEDIR=\"Z:\\home\\emre\\tmp\\Acrobat Professional 7.0\\Adobe
Acrobat 7.0 Professional\""
err:msi:ITERATE_Actions Execution halted,
2008 May 14
4
GPL PV drivers for Windows - WDM version
I''m been busily converting the xenpci and xenvbd drivers from WDF to WDM
to resolve a few issues including potential licensing problems with the
Microsoft WDF and to (hopefully) allow them to function as boot drivers
when doing install and system recovery.
It was a fairly major rewrite of xenpci, and xenvbd, which are now
working (booting and running without crashes so far). I
2008 May 14
4
GPL PV drivers for Windows - WDM version
I''m been busily converting the xenpci and xenvbd drivers from WDF to WDM
to resolve a few issues including potential licensing problems with the
Microsoft WDF and to (hopefully) allow them to function as boot drivers
when doing install and system recovery.
It was a fairly major rewrite of xenpci, and xenvbd, which are now
working (booting and running without crashes so far). I
2017 Nov 07
3
FW: Time Series
Hi,
I would like to ask a question about time series.
I am trying to convert my data into time series data.
I have hourly data from ?2015-12-18 00:00? to ?2017-10-24 23:00?
I am trying the following codes but they are not working.
Could you help me out?
tseri <- ts(data ,seq(from=as.POSIXct("2015-12-18 00:00:00"), to=as.POSIXct("2017-10-24 23:00:00"), by="hour"))
2008 Jun 04
8
Shared File System
I have a few cases where I need to share a filesystem (Read/Write) with
multiple DomUs. Currently I use NFS to accomplish this task. However, NFS
on Fedora 7 locks up under heavy traffic from time to time, forcing a
reboot. Wouldn''t want that on the Dom0.
Any one recommend a good way of sharing a file system in read/write with
multiple DomUs?
--
View this message in context:
2007 Sep 06
2
How to do ANOVA with fractional values and overcome the error: Error in `storage.mode<-`(`*tmp*`, value = "double") : invalid to change the storage mode of a factor
I have exported a CSV file from my EXCEL worksheet and its last column contained decimal values:
Subject;Group;Side;Difference;PercentError
M3;1;1;;
M5;1;1;375;18,75
M8;1;1;250;14,58
M10;1;1;500;12,50
M12;1;1;375;25,00
.
.
.
When I tried to do ANOVA test on it, R complained by givin error:
> Anova3LongAuditoryFemaleError.data <- read.csv("C:\\Documents\ and\
2017 Nov 07
0
FW: Time Series
Hello!
What is the error message, please?
At first glance, you are using the "ts" function. That doesn't work for
hourly frequency.
You may want to create a zoo object.
This is Round One.
Sincerely,
Erin
On Tue, Nov 7, 2017 at 1:46 AM, Emre Karag?lle <karagullemre at gmail.com>
wrote:
>
> Hi,
> I would like to ask a question about time series.
> I am trying
2009 Dec 11
2
sip realtime question
Hi everybody,
First of all i am sorry my English :)
i want to configure my asterisk server as a sip server that stores sip users in the mysql database connecting directly over odbc driver. My odbc configuration works as below
[root at ao042 asterisk]# isql -v asterisk
+---------------------------------------+
| Connected! |
| |
|
2008 Apr 07
2
virtual gigabit
Is there anyway to get gigabit networking for a fully virtualized
guest? I''ve tried searching for this one, but all I get are results
about gigabit networking for the host / dom0, nothing for domU.
Thanks,
Gordon
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Jan 28
2
about windows PV drivers
Hi All ,
What does PV driver standard for . Does it mean I can run windows as a
paravirt guest ?
If so , that sounds cool . It seems paravirt''s performance is better , right ?
Thank you
yushang
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Jul 15
3
windows resolution
Hy
my name is riccardo, write from italy, i''m a student and i don''t know very
well english
I use xen 3.2-1 with Debian Etch, kernel 2.6.18
excuse me for
my bad english
I have installed Windows XP in hvm, it''s boot but the
resolution is 640x480 and use only 4 bit for colors
thank a lot
riccardo
_______________________________________________
Xen-users mailing