Displaying 20 results from an estimated 50000 matches similar to: "Unable to get Xen working..."
2006 Jul 25
2
Compile from sources
I''ve compiled xen-3.0.2-2 from sources. I''ve went to the end without
errors. The ./install.sh script have been created the /etc/grub.conf
file as it :
# initrd /boot/initrd-version.img
#boot=/dev/hdc
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.15-1.2054_FC5)
root (hd0,0)
kernel
2006 Jul 15
1
Fedora FC5 install
For when is scheduled to have the xen-install-fc5 available. FC5 is now
the currend Fedora Core release.
Thans in advance
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2012 Aug 05
1
Unable to configure GRUB to boto xen 4.2 Kernel
I''ve just built and installed xen 4.2 -rc1 (72160635df2c) (from
/usr/local/xen-rc-4.2/), which seemed to go fine, along with all
dependencies listed in readme (on a clean debian-squeeze base). After a few
days of head bashing I can''t configure grub to boot into the xen kernel.
Initially I was getting a whole load of python errors as xen installed into
2007 Oct 25
0
Streaming to Doja devices
Thanks for the replies... it looks I will have to implement my own streamming
server....
A question unrelated to icecast: what format (Ogg, Matroska, WMV, MP4) would
be more appropiate to handle streaming in bursts??
I think maybe Ogg is good for this as the server can keep state information of
the last stream/page a client downloaded and send the next group of pages
when the client requests
2007 Jan 15
2
Whine in dual core Windows PC if R uses full CPU capacity
Dear R-developers,
the following may seem a weird question for R-devel – I try anyway, because it
does seem to be related to usage of R and R's way of interacting with the
hardware.
When running R (2.4.0) on my new dual core Windows XP system (Intel Core 2 Duo
E6600, Mainboard ASUS P5B, BeQuiet Power Unit), I observe various types of
sounds (not related to fans) when running at full
2005 Apr 15
2
Newbie question
Hola!
I''m trying to follow the User Manual''s example on how to run ttylinux on
xen and failing.
# xm create ttylinux-xen.cf -c
Using config file "ttylinux-xen.cf".
Started domain ttylinux, console on port 9604
************ REMOTE CONSOLE: CTRL-] TO QUIT ********
Linux version 2.6.11-xenU (horape@elanor.compendium.net.ar) (gcc version
3.3.5 (Debian 1:3.3.5-3)) #1 Thu
2012 Jul 20
0
RuntimeError: Unable to find partition containing kernel
Hardware:
2x Intel Xeon Quad-Core 2.33GHz
24GB FBDIMM RAM
2x 2TB HDD in RAID-1
Intel Server Board S5400SF
Setup:
Arch Linux x86_64
Xen 4.1.2
Grub2 Multiboot
Synopsis:
I set up a new VM for Debian Squeeze following instructions here:
http://www.howtoforge.com/installing-debian-squeeze-6.0-domu-on-centos-5.5-x86_64-dom0.
Partitioning & installation completed correctly. When I tried to run the
2006 May 10
0
Unable to boot Xen (3.0.2) on Dell Poweredge 1855
This is a really long email...my apologies.
Hardware platform: Dell Poweredge 1855 (blade), Dual Xeon 2.8 GHz; 12 MB
RAM; PERC 4/IM; mirrored 73 GB U320 SCSI; qLogic 2312 PCI Fibre Channel
HBAs.
OS: (currently) CentOS 4.3, gcc 3.4.5
Software: Xen 3.0.2-2
Attempting to boot off local SCSI RAID (mirror)...not the SAN.
I am more of a Solaris person, so forgive me if I don''t know all
2007 Oct 22
3
strsplit
Hello R Gurus:
I would like to take a character string and split at the $ sign.
I thought that strsplit would do it, but here are the results:
> vv
[1] "whine$ts1"
> vv
[1] "whine$ts1"
> strsplit(vv,"$")
[[1]]
[1] "whine$ts1"
Does anyone have any suggestions, please?
Thanks,
Edna Bell
2007 Oct 23
2
Streaming to Doja devices
Hi,
Actually, I thought that Icecast did support seeking for static files. Of
course it doesn't for a live stream.
Geoff.
----- Original Message -----
From: "Thomas B. Ruecker" <dm8tbr@afthd.tu-darmstadt.de>
To: "Horacio Sanson" <hsanson@gmail.com>; <icecast@xiph.org>
Sent: Tuesday, October 23, 2007 1:01 PM
Subject: Re: [Icecast] Streaming to Doja
2006 Mar 16
0
freebsd-stable Digest, Vol 149, Issue 6
On Thu, 2006-03-16 at 01:01 +0000, Guy Helmer <ghelmer@palisadesys.com>
wrote:
> David Wolfskill wrote:
> > I'm running:
> >
> > localhost(6.1-P)[21] uname -a
> > FreeBSD localhost 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #19:
> Wed Mar 15 07:15:25 PST 2006
>
2006 Nov 28
1
There exist a FCS package on R-languaje?
Hi all, excuse me by this elementary question. I wish to know if a
package in language R exists to analyze FCS (Fluorescence Correlation
Spectroscopy) datas. And, if it possible, in addition can read the
archives in raw format generated by the ConfoCor2 program.
Thanks Horacio.
****************************************************************************
Dr. Horacio Castellini
2008 Nov 20
0
Re: Unable to open a connection to the Xen hypervisor/daemon (installation XEN3.3.0 on CentOS5.2 x86_32 - RESOLVED)
Hi Ross,
I did it! At last.... I have succeded the installation Xen3.3.0 on CentOS
5.2
This is the step:
- [CAUTION] : When installing CentOS do not install Xen or remove previous
Xen.
INSTALLATION EXTENSIONS
- yum install mercurial
- download the latest git (git-1.6.0.tar.gz), otherwise "make world" would
fail
wget http://www.kernel.org/pub/software/scm/git/git-1.6.0.1.tar.gz
tar
2010 Jan 10
2
[LLVMdev] Variable declarations vs. definitions
On 01/09/2010 01:12 PM, Chris Lattner wrote:
> The equivalent of "extern int G;" is:
>
> @G = external global i32
OK, then I want to whine a little bit about how that is more obscurely
hinted at than discussed. Whine, whine.... :-)
Even knowing the word to search on, the only explicit application of the
keyword to data is incidental to an example about structures. I think
2016 Dec 30
2
Conversión de datos a fechas
Agradezco la ayuda recibida me vino muy bien,,, el problema de
instalar el paquete lubridate es que no está en los repositorios de
Debian,,, al usar RStudio creo que se debe instalar en
~/R/x86_64-pc-linux-gnu-library previa compilación de fuente bajada de
r-cran,,, cosa que será otro pedido de ayuda en el futuro si sale
mal,,,
Saludos Horacio
El día 30 de diciembre de 2016, 7:05, Carlos Ortega
2005 Mar 07
0
Questions about glmms.
Hi,
I have a couple of questions related to glmm (glmmPQL
in MASS and GLMM in lme4).
1) is there some way do obtain the fitted values by
group, similar to:
> predict(dbd.glmmPQL, dbd.cytdens,
+ type="response", level=0)
where dbd.glmmPQL is the fitted model and dbd.cytdens
is a data frame with a subset of the factors?
2) when I double-click on a saved workspace
2003 Apr 25
2
problem
i have a problem, i am installing openssh-3.6.1, in digital unix version 4.0d, and no can,t install for this error, configure: error: *** Can't find recent OpenSSL libcrypto (see config.log for detail)
please helpme
Horacio Mari?a
2007 Nov 12
2
How can I fitting this function from values.
Hi all, I'd like fit this function:
G(t)=A*1/(1+t/B)*1/sqrt(1+t/C)
where A, B and C are fitting constants that one like search. I have
got a fcs<-(t,G(t)) value table in a data frame.
Any one can help me? Tahnks Horacio.
2010 Jan 10
0
[LLVMdev] Variable declarations vs. definitions
On Jan 9, 2010, at 5:53 PM, Dustin Laurence wrote:
> On 01/09/2010 01:12 PM, Chris Lattner wrote:
>
>> The equivalent of "extern int G;" is:
>>
>> @G = external global i32
>
> OK, then I want to whine a little bit about how that is more obscurely
> hinted at than discussed. Whine, whine.... :-)
Patches welcome!
-Chris
2006 Jun 22
5
Sliding Gallery
I have a little image gallery application in rails enough for small galleries
(20< photos). But as images increase and the user needs to scroll down the
page it starts getting anoying to see all pictures...
I thought pagination but then I saw this AJAX goodness
http://www.apple.com/getamac/ads/
As you can see the videos scroll right/left when the arrows are pressed in a
circular manner