similar to: unable to assign ip from config file

Displaying 20 results from an estimated 600 matches similar to: "unable to assign ip from config file"

2009 Jan 14
7
Selecting a linux distro for a xen-involved project
Hi, I wanted an opinion on the most xen-compatible linux distro. Im embarking on a 4 month project with xen which involves the following objectives: 1.>Creating a tool with GUI that allows a)starting,stopping restarting domUs b)maintaining a status log of domUs c)migration of dom Us d)
2009 Jan 10
4
xen on fedora-core8(host) with fc8 as dom0 hangs after "starting atd"
hi, im using xen on fedora core 8 as dom0, and i downloaded the fc8 image from jailtime.org, when i use "xm create /xen/fedora/fedora.fc8.xen3.cfg -c" i get the following on my terminal: Using config file "/xen/fedora/fedora.fc8.xen3.cfg". Started domain fedora.fc8 Linux version 2.6.21-2950.fc8xen ( kojibuilder@xenbuilder2.fedora.redhat.com) (gcc
2009 Jan 29
1
Cant ssh into domU
hi, I cant ssh into my domU from the Dom0 even if i type the correct password. The ip of my domU is 192.168.2.100, and from my dom0 i type: #ssh root@192.168.2.100 The authenticity of host ''192.168.2.100 (192.168.2.100)'' can''t be established. RSA key fingerprint is 25:91:2c:63:6d:fc:ba:28:b8:54:2c:14:b1:c5:e5:cf. Are you sure you want to continue connecting (yes/no)?
2007 Nov 17
1
Segmentation Faults on DomU
Hi All, I am seeing strange segmentation faults on DomU after I install gcc ( or for that matter any s/w with yum). I am using PV linux images. - I am using the source for xen 3.0.4 from Xensource and I built Xen + Dom0 from source, and booted Dom0. - I then downloaded the fedora6 file system images from jailtime.org and booted the DomU using the kernel from the step above. - When I run
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 =
2007 Oct 29
4
Avoiding VmEntry/VmExit.
Hi All, I am trying to provide services to guest VMs where I wish to run guest VMs in a loop. I wish to use a core to schedule a guest VM, service it eg. execute an ISR etc and then return to the context of Xen on that core, so that I can then schedule the next VM on that core. In doing all this, the goal is to avoid the calls to VMEntry and VMExit. Is there a workaround for this to be done or
2010 Jun 24
9
port OS to XEN
Hello everyone, I''m studying XEN these days, and totally a newbie for XEN world. Recently, I''m assigned to move our OS to run on XEN, I means, paravitualization. I know a bit about XEN technique, and I tried to look into Linux code, but it seems too many threads to get understood it ... Now, I have no idea how to proceed my project... Can anyone give some advice? Any suggestion
2005 Mar 23
2
Will "R" work on this 64 bit machine?...
Hello, Will "R" work on this 64 bit machine?, Here are the specs. of our linux box: *Red Hat Enterprise Linux WS (v.3 Standard for AMD64 and Intel EM64T) *OS: redhat-release Release: 3WS CPU Arch: ia32e-redhat-linux (4) GenuineIntel Intel(R) Xeon(TM) CPU 3.40GHz 3399 MHZ Arch: EM64T Cache: 1024 KB Vendor: GenuineIntel Memory: 2000 MB Stepping: 1 Family: 15 Swap: 4000
2012 Oct 18
2
How to import data from text file using scan() Function?
Hi.... I have one text file which containing 4 variables with 10 observations. I would like to import with scan() function. Please give some suggestion............ Thanks... Mydata set is. id name sex age 111 HELEN f 22 112 DONNA f 22 113 ERIC m 21 114 LINDA f 23 115 AXEL m 27 116 Madhuri f 32 117 Tarun m 39 118 Aashirya f 23 119 Nachik m 24 120 Leena f 32 -- View this message in context:
2005 Jul 01
3
NFS sleepy woes
Hi all, I have a problem with a CentOS 4 and now updated to 4.1 server, every so often the other servers try to contact it and this not there a retry and it is, like it goes to sleep, I have no problem with the fedora1, RH9 and slackware machines they just never do this. its most annoying.. they all use IP's not names. all access lists are identical, all hosts files are identical, all
2010 Aug 27
3
R-help
Respected R Help Team Members, I am venkatesh .B , doing mtech in *University of Hyd,HYDERABAD. *i want know , is there any package that contains Hungarian algorithm, that solves linear assignment problem. thanking you. * * -- *Sincerely B.venkatesh University of Hyd,HYDERABAD 9440186746* [[alternative HTML version deleted]]
2009 May 01
5
fts-solr plugin issue (Marked invalid)
Hi. We user ftp-solr plugin and have problem with solr-1.3+ with HTMLStripWhitespaceTokenizerFactory (Solr schema in attachments). In some maildir's present messages with wrong "Content-Type: " fields in attachments. For example: " Content-Type: TEXT/mspowerpoint; name="Zapatec_6zap_netvibes_1.ppt" " Indexing for this messages is stop with "fts_solr:
2007 Feb 21
3
Examples on how to READ/WRITE to database using R-Project
Hi, We are working on a project on forecast modeling and would like to know if there are any examples on how to READ/WRITE to a database (e.g. PostgreSQL) using R-Project. I do have a sample R Script which takes input as files from a directory and writes back output files to a directory. I would like to convert this script to read from a database and write back the output to a database.
2014 Mar 25
2
[PATCH] virtio-blk: make the queue depth the max supportable by the hypervisor
On Wed, Mar 19, 2014 at 10:48 AM, Venkatesh Srinivas <venkateshs at google.com> wrote: >> And I rewrote it substantially, mainly to take >> VIRTIO_RING_F_INDIRECT_DESC into account. >> >> As QEMU sets the vq size for PCI to 128, Venkatash's patch wouldn't >> have made a change. This version does (since QEMU also offers >>
2014 Mar 25
2
[PATCH] virtio-blk: make the queue depth the max supportable by the hypervisor
On Wed, Mar 19, 2014 at 10:48 AM, Venkatesh Srinivas <venkateshs at google.com> wrote: >> And I rewrote it substantially, mainly to take >> VIRTIO_RING_F_INDIRECT_DESC into account. >> >> As QEMU sets the vq size for PCI to 128, Venkatash's patch wouldn't >> have made a change. This version does (since QEMU also offers >>
2005 Apr 05
3
grub/raid1 on centos4
With Centos3, fedora1/2 I have been able to put /boot on a RAID1 partition and have it boot normally. Unlike earlier versions that used lilo as the default boot loader, these did not make the 2nd drive bootable but at least I was fairly confident that if the first drive failed I could use the install CD in rescue mode to fix up the 2nd one and go on. However, Centos4 won't boot at all with
2005 Aug 31
3
difference between src and destination sizes when rsync was run
hello all, i have two machines, one is a rsync server and another is rsync client when i run the rsync client for backup, the src dir is showing 4.8G and the destination dir to which i am backingup is showing 5.5G can anyone tell me why is this. thank u all regards venkatesh -- Venkatesh.S lin2ven@speedpost.net -- http://www.fastmail.fm - Email service worth paying for. Try it for free
2008 Apr 10
2
snmpd wont start on CentOS 4.4?
Hello All, Ive searched the arqchives, but didnt find anything like this.. Maybe im missing some trick here... The problem: I've instaled snmpd and snmp-utils packages with yum. Im using and old simple .conf file, i've been using on my fedora 1 box, but when I try to start snmpd, it just says OK, (Starting snmpd..........[OK]), but the service dont work at all. I dont see any process
2010 May 09
4
Fwd: R apply() help -urgent
---------- Forwarded message ---------- From: Dr. Venkatesh <drvenki at liv.ac.uk> Date: Sun, May 9, 2010 at 4:55 AM Subject: R apply() help -urgent To: r-help at r-project.org I have a file with 4873 rows of 1s or 0s and has 26 alphabets (A-Z) as columns. the 27th column also has 1s and 0s but stands for a different variable (pLoss). columns 1 and 2 are not significant and hence lets
2006 Jul 09
1
Bundle tfp-detection with correct defaults for aiglx
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.freedesktop.org/archives/compiz/attachments/20060709/4955ef3d/attachment.pgp