Displaying 20 results from an estimated 3000 matches similar to: "how to run knoppix under xen"
2005 Nov 26
0
can''t start tty linux.
hello.
i just installed xen from source (using mke world then make install) booted
into linux using the xen-2.0.7.gz kernel and then triewd to run ttylinux
from the instructions in the user manual.
i used this command.
xm create /store/xmexample1 -c
my xonfigfile ( xmexample1) is this.
> # -*- mode: python; -*-
>
>
2005 Jun 30
0
ttylinux-xen domain U Boot problems
Hi,
I have got xen compiled and installed properly.Domain 0 is created on the
Xen port of Linux-2.6.11.10.But I am unable to boot the host domains.
This is what one of my XenU config file contains
[root@xion /]# cat /etc/xen/ttylinux
kernel = "/boot/vmlinuz-2.6.11.10-xenU"
memory = 64
name = "ttylinux"
nics = 1
vif = [ ''mac=bb:00:00:00:00:11,
2005 Jul 31
1
xen 3.0 on UP amd64 - rootfs mounting problem in xenU
Hi,
I''m trying to run Xen 3.0 on my amd64 UP machine. So far xen0 is working fine
but there is a problem with mounting rootfs on xenU kernel.
Is there something else that needs to be compiled into xenU 3.0 kernel?
$ grep XEN kernel-xenU-x86_64-3.0.config
CONFIG_XEN=y
CONFIG_ARCH_XEN=y
# XEN
# CONFIG_XEN_PRIVILEGED_GUEST is not set
# CONFIG_XEN_PHYSDEV_ACCESS is not set
2005 Dec 06
0
Problem: IP-Config: Unable to set interface netmask (-22)
Hi all,
I tried to boot up a VM using two options (a) reading boot information from a config file (b) adding
boot information directly to the command line. However, I got "IP-Config: Unable to set interface
netmask (-22)" problem when using option (b). For (a), I don''t have such problem. The boot
information for both (a) and (b) is same.
Could you please let me know what I am
2005 Dec 06
0
RE: Problem: IP-Config: Unable to set interface netmask(-22)
> Hi all,
> I tried to boot up a VM using two options (a) reading boot
> information from a config file (b) adding boot information
> directly to the command line. However, I got "IP-Config:
> Unable to set interface netmask (-22)" problem when using
> option (b). For (a), I don''t have such problem. The boot
> information for both (a) and (b) is same.
2004 Oct 27
5
Unable to create a new domain
Hi,
I have a same question posted by punamia , when I am trying to create
domain using xen-2.0 built on Fedora 2/ Pentium PC with IDE drive:
"Kernel panic: No init found. Try passing init= option
to kernel".
Below is console dump. Any suggestions ?
Thanks
Console Dump:
Linux version 2.6.8.1-xenU (root@localhost.localdomain) (gcc version
3.3.3 20040412 (Red Hat Linux
2005 Oct 11
8
More on domU not starting
I get the following warning when running xend start, and a similar
warning sometimes when doing xm commands:
/usr/lib/python/xen/xend/XendNode.py:26: RuntimeWarning: Python C API
version mismatch for module xen.lowlevel.xc: This Python has API version
1012, module xen.lowlevel.xc has version 1011.
import xen.lowlevel.xc
/usr/lib/python/xen/xend/xenstore/xstransact.py:10: RuntimeWarning:
2006 Oct 13
1
"Xenoppix-x86-64(Xen3.0.2+KNOPPIX-x86_64-5.0.1) CD size" is released.
Dear,
"Xenoppix-x86-64(Xen3.0.2+KNOPPIX-x86_64-5.0.1) CD size" is released.
http://unit.aist.go.jp/itri/knoppix/xen/index-en.html
Xenoppix-x86-64 exploits latest CPU (Intel Core2 Duo and AMD Athlon64).
* Xenoppix-x86-64 boots both X86 and X86_64 linux kernel on HVM of Xen.
* Xenoppix-x86-64 looks like KNOPPIX but all packages are replaced for X86_64.
* Xenoppix-x86-64 also
2005 Sep 06
2
network probs trying to get nfs root to work
Hi. trying to get a domU (dom1) up using nfs root. never done this
before ;-). I have dom0 up (2.6.12-xen0) and i have an external nfs
server with a nice root disk populated. i get this after
xm create -c dom1 vmid=1
.
.
.
IP-Config: Complete:
device=eth0, addr=172.31.205.229, mask=255.255.255.0,
gw=172.31.205.2,
host=vm%d, domain=, nis-domain=(none),
2009 Jan 29
2
Knoppix won't let me write to emergency drive
I appear to have lost the whole of my home directory on my centos
server (which includes all my mail saved from the last 7 years).
Although I have recent backups of most data I would like to copy
important files from /etc, and, if possible, /var/logs so that I can
try to find out what went wrong. However, knoppix refuses to let me
write to either my usb hdd or usb pendrive. Does anyone know how
2006 Mar 05
2
how-to: installing R on Knoppix
Installing R on Knoppix
Knoppix is a small LINUX distribution
(http://www.knoppix.net/) runnable from a CD (without
an installation) It can be also installed on a hard
drive from a single CD. The idea was to reuse an old
laptop with 6gb hard drive and 128mb memory.
I had few days experience with Linux and few years
experience with R. The latter was not required :-)
The Knoppix installation
2006 Apr 19
3
xen-unstable-9514 and CONFIG_IA32_EMULATION
Hi guys,
Maybe one of you quickly can tell me if the x86_64 kernel
configuration option CONFIG_IA32_EMULATION is supposed to work under
Xen?
I''ve used an ia32 root file system together with CONFIG_IA32_EMULATION
inside qemu-system-x86_64 for quite a while now (without xen). It
works pretty well.
However, when I try this with xen-unstable-9514 all I get is general
protection errors...
2004 Nov 25
8
Virtual ethernet driver.
Hello,
I trying to run XEN 2.0 (2.4.27, 2.4.28, 2.6.9) on gentoo 2004.3.
When i boot guest domain i get this:
anubis xen # xm create -f ttylinux -c
Using config file "ttylinux".
Started domain ttylinux, console on port 9601
************ REMOTE CONSOLE: CTRL-] TO QUIT ********
Linux version 2.4.28-xenU (root@anubis) (gcc version 3.3.3 20040217
(Gentoo Linux 3.3.3, propolice-3.3-7))
2005 Aug 30
0
Xen 2.0.7 , amd64 (32 bit mode) lvm partition: runaway loop modprobe binfmt-464c
Hi i''m trying to run Xen on my amd64. Installed is
Debian 3.1 sarge i386 and Xen 2.0.7, my whole enviroment
is 32 bit.
When i''m running a xenU domain and use /var/xen/samba
as a ext2 fs file ( file:/var/xen/samba,hda1,w ) everything
goes according to plan.
If i use my LVM partition ( phy:/dev/xen/samba-ha,hda1,w )
it gives during boot:
--------
...
NET:
2004 Oct 19
0
Create Domain Error Xen-2.0
Hi,
I am new to Xen, I get the following message when trying to create
domain using xen-2.0 built on RedHat 9/ Pentium PC with IDE drive:
"Kernel panic: No init found. Try passing init= option
to kernel".
Below is console dump. Any suggestions ?
Thanks
Console Dump:
[root@mppunami-linux xen]# xm console 35
************ REMOTE CONSOLE: CTRL-] TO QUIT ********
Linux
2004 May 11
1
installing mgcv (Knoppix/Debian unstable)
Just in case anyone cares or is hitting the same problem:
to install current mgcv (1.0-5) on 1.9.0 on Knoppix/Debian unstable I had
to:
# cd /usr/lib
# ln -s /usr/lib/atlas/libblas.so.3 libblas-3.so
# ln -s /usr/lib/atlas/liblapack.so.3 liblapack-3.so
Otherwise compilation couldn't find -lblas-3 or -llapack-3
(I could have gotten away with the links in /usr/lib/atlas instead of
/usr/lib,
2005 Oct 04
1
LVM & Knoppix
I'm probably missing something very simple.
My hard drive looks like this:
[root at mavis ~]# fdisk -l
Disk /dev/hdb: 163.9 GB, 163928604672 bytes
255 heads, 63 sectors/track, 19929 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 13 104391 83 Linux
/dev/hdb2 14
2005 Nov 08
0
TX/RX ring buffer allocation (xen-unstable)
Hi,
I did not find any hints in the web where to configure/setup/manipulate
the rx/tx ring buffer allocation within dom0 for xen-unstable, maybe
someone here can nudge me towards the right knob.
The problem: when booting a handful of domUs and connecting them
(comprising a small experimental IP network with links and nodes etc.),
some interfaces that have been given by the configuration files
2005 Aug 14
2
udev not starting on xenU FC4
Hi,
Running lastest Xen dev (3.0) supplied by Fedorea C4, I get this same problem as
already reported but whatever information I''ve found on this list is not working:
Starting udev: [FAILED]
Any new hints on how to fix it?
Regards,
--
xm create -c vsi
Using config file "/etc/xen/vsi".
Started domain vsi, console on port 9604
************ REMOTE CONSOLE: CTRL-] TO QUIT
2014 Feb 02
4
xorriso or genisoimage syntax assistance
I got this figured out much faster than I thought I would. Thanks to all of
your help, Peter, Mattias, Thomas and Helmut. And Thomas, that 8 partition
live OS sounds right up my alley, and I will definitely check it out.
The second partition is working well with `parted' and `fdisk', so I am
quite pleased. Below is, again, "what I came up with". I tried to integrate
each of your