Displaying 20 results from an estimated 1000 matches similar to: "VNC for Dom U"
2007 Jun 12
7
Xen in RHEL 5.0...Installation problems
Hello..I am not very proficient in Linux kernel stuffs although I know my basics. I have a question and all suggestions/solutions will be highly appreciated...
I got to know that RHEL 5 has inbuilt Xen Support...So I tried to install a RHEL 5.0 Server on my P4 machine. On top of it I tried to install Xen specific RPMs and some other RPMs needed by Xen.
The additinal RPMs added after base
2009 May 21
3
VNC connection to DomU got black screen
Hi all,
I installed xen-3.3.1 and configured two DomU with 2.6.18.8-xen kernel. Now
the DomU1 and DomU2 could work and the network is ok. But I used the
filesystem image from jailtime, so the X-Window mode can''t work. Thus, I
tried two ways to make the GUI-mode work:
(1) yum install X-Window in Guest OS, and the GUI configuration Wizard shows
up. When done with the configuration, the
2007 Oct 16
18
xen + centos + areca raid issues
I am trying to run a new server with centos + xen using centos xen packages.
After installation, we had to install a hardware raid card (areca) on the
machine, and thus reload the os. It so happens the drivers shipped aren''t
compatible with xen kernel, so i was forced to compile xen from source to
compile areca drivers.
Now with system running under compiled xen, i cannot boot my old
2006 Oct 31
6
Asterisk web interface is not parsing the PHP pages
Hi All,
I have installed Asterisk 1.2.10 on Fedora 5. I have installed
Asterisk Management Portal (AMP) for web interface.
After installing properly when opening in the webpage it is not parsing the
index.php for the AMP. My Database is MySQL.and web server is Apache 2.2.
Please let me know is this configuration problem or this is the problem with
Apache (Apache 2.2) .
Thanks
2012 Oct 18
2
help in R
Hello Sir/Madam?
I want to reverse the colour distribution . I want the lowest value of error to be in blue and highest in red .
With Regards?
Namrata Mohapatra
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Rplot.pdf
Type: application/pdf
Size: 214037 bytes
Desc: not available
URL:
2004 Jun 02
2
Distributed computing with R
Dear all,
We have started using R for data analysis since a few months and find it
useful. We are planning to acquire a high-end dedicated system for
microarray data analysis and thinking of a distributed environment. I
would appreciate if some one could send some pointers regarding how to
choose a proper hardware configuration, software (R or other software,
esp. MATLAB), issues on setting up
2010 Oct 26
2
Formatting durations
Hi,
I am working with a dataset for sometime and I need some help in parsing
some data.
There is a column called "Duration" which has data like following:
2 minutes => 120
2 min => 120
10 seconds =>10
2 hrs =>7200
2-3 minutes => 150 or 120
5 minutes (when i arrived => 300
Flyby approx 20 sec. => 20
felt like 10 mins but tim => 600
I need to convert them to
2007 May 02
2
CentOS 4 and CentOS 5 DomU on CentOS 5 Dom0: problems with hand-built OS and LVM
I''ve been running any number of CentOS 4 based Xen hosts and guests
using CentOS 4.4, and the Xen RPM''s from www.xensource.com, and various
hand-built OS images using jailtime and my own own OS images.
I like the jailtime approach:
One partition for / on the DomU, /dev/sda1, built as a local file or
local LVM partition
One partiton for swap on the DomU, /dev/sda2,
2007 Nov 06
9
Can''t find kernel file
I am pretty new to using solaris''s xvm. I booted my sol dom0 and attempted to create a one of the linux pre-built domU''s. Every time I try to run the xm create command I get an error saying something about it not being able to find the kernel file. Any ideas.
This message posted from opensolaris.org
2008 Mar 06
3
static vnc port
Hi,
I''m trying so give all my guests a static vnc display my Configfile
looks like this.
1 ostype = "opensuse"
2 name = "suse-10.3-testcups"
3 builder = "linux"
4 memory = 512
5 vcpus = 1
6 uuid = "c6d9aa20-06c4-46f5-81e8-7906f7cfb642"
7 on_crash = "destroy"
8 on_poweroff =
2020 Nov 07
4
Data Table not rendering properly using R shiny
Hi All,
I have a data output as below.I want to display them in an interactive html
report using shiny but the data table is not rendering properly and instead
giving NA values.
max_usage_hours_per_region<-setNames(aggregate(df3_machine_region$sum_as_hours~df3_machine_region$Region,df3_machine_region,max),c("Region","Sum_as_Hours"))
Region Sum_as_Hours
1 Africa 1156.0833
2020 Nov 07
4
Data Table not rendering properly using R shiny
Hi All,
I have a data output as below.I want to display them in an interactive html
report using shiny but the data table is not rendering properly and instead
giving NA values.
max_usage_hours_per_region<-setNames(aggregate(df3_machine_region$sum_as_hours~df3_machine_region$Region,df3_machine_region,max),c("Region","Sum_as_Hours"))
Region Sum_as_Hours
1 Africa 1156.0833
2006 Jun 23
3
No eth0 in DomU in FC5
If I try to ifup eth0, I get the following:
Device eth0 does not seem to be present, delaying initialization.
DomU: Linux fedora1 2.6.16-1.2133_FC5xenU #1 SMP Tue Jun 6 02:58:27 EDT 2006
i686 i686 i386 GNU/Linux
config:
kernel = "/boot/vmlinuz-2.6-xenU"
#ramdisk="/boot/initrd-2.6.16-1.2133_FC5xenU.img"
memory = 128
name = "fedora1"
#dhcp = "dhcp"
disk =
2012 Oct 09
8
unexpected should_receive behaviour
Hi,
surely I''m missing something... but what!?
in my spec I''ve
User.should_receive(:find).with("1").and_return(@user)
and in my controller
User.find(params[:id])
green light... correct...
but if I change my controller using another method, for example first:
User.first
or even
User.all
I get green light too... I was expecting an error like
expected: 1 time
2011 Dec 17
39
Stack Level Too Deep Error (can't seem to figure it out)
Hi all,
I am running into a weird issue where my application is giving me a
stack level too deep error. I can''t seem to find where my code is
throwing this error. On the machine I developed this code on, this
error does not show up when I run rails s but when I move the code to
another system to run it this error shows up.
The system that this code runs fine on is a mac os x machine
2012 Feb 27
6
selecting params value to use with $.ajax()
Hello all,
I''m trying to write a jquery function where I am posting some data from a
form. I am wondering is there a way to select the particular param that I
want to use when I submit the data to $.ajax(). I don''t believe it makes
sense to create a hidden field just to use with $.ajax() but I can''t seem
to figure out how to get to the params key/value using jquery.
2010 Feb 11
6
tapdisk2 segfaults with xen-unstable+linux-2.6-pvops
Hi,
I''m trying to run guest pv vm on my machine running xen-unstable
(xen-4.0.0-rc3.pre + linux-2.6-pvops). However, I get blktap error:
"
sudo xm create -c xmexample
Using config file "./xmexample".
Error: Failed to create device.
stdout: unrecognized child response
stderr:
Check that target "/home/ashish/xen/hd.img" exists and that blktap2
driver
2009 Feb 01
4
ramdisk
Way are not a ramdisk included with the images from jailtime.org
That seems this is needed
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Sep 26
15
RE: Individual passwords for guest VNC servers ?
> Thanks all point about security, I''ll do as follows.
> I thought that the point was the following two.
>
>
> 1. Storage place of encrypted password
> Should I store it in /etc/xen/passwd ?
> Or, should I wait for DB of Xen that will be released in
> the future?
The xend life cycle management patches were posted by Alistair a couple
of months back.
2008 Oct 09
1
about pvgrub
Hi,
I test pvgrub on xen-3.3.0. After starting pvgrub with "xm cr xmexample.pv-grub", I can see nothing but qemu window. With "xm li" , I can see this domain is running:
Name ID Mem VCPUs State Time(s)
Domain-0 0 1024 2 r-----