similar to: Xen0 crash dump (/dev/ram0 root) possibly of interest

Displaying 20 results from an estimated 300 matches similar to: "Xen0 crash dump (/dev/ram0 root) possibly of interest"

2004 Dec 15
21
Re: Xen and reiser4
>>> Hi all >>> >>> Thanks to Milan I am able to get further with xen and reiser4 >>> >>> - In swap line 6 and 7 status_flags.c >>> >>> #include <linux/bio.h> >>> #include <linux/page-flags.h> >>> >>> >>> - PACKED is redefined, but the definitions are the same, so the gcc >>>
2010 Jun 15
4
TPROXY configuration
I''m trying to get TPROXY / Squid running and I have a few questions... I found this page: http://www.shorewall.net/Shorewall_Squid_Usage.html#TPROXY However, it doesn''t explain what I''m seeing in the configuration. For the zone file, do I keep my loc and net configurations and just add the following to the file? - lo - - or do I remove the loc and net zones and
2005 Jan 04
3
Porting Xen...
All- I''m wondering if there is a guide or a general Getting Started for porting Xen to different architectures. I''m interested in supporting the arm platform. Any help or direction is greatly appreciated... Thanks! Carl - -- "There are 10 types of people in the world: Those who understand binary and those that don''t."
2005 Jan 10
2
building xen2.0 versus xen2.0testing
From sf.net/xen I have obtained xen2.0 and brought xen2.0 stable up on FC2. I am trying to find out a way to obtaining a tar file of xen2.0testing, without bk. I may have overlooked something here, helpful corrections solicited. Thanks in advance. -- Woody Marvel LTC Open Source Projects tel: 503-578-3833/775-3833 email: marvel@us.ibm.com
2005 Jan 05
2
Comiple fails for Xen 2.0.2
Changes in xen/arch/x86/domain.c in 2.0.2 break comiple for me with: ld --oformat elf32-i386 -T x86_32/xen.lds -N \ boot/x86_32.o /home/root/xen-2.0/xen/common/common.o /home/root/xen-2.0/xen/drivers/char/driver.o /home/root/xen-2.0/xen/drivers/acpi/driver.o /home/root/xen-2.0/xen/drivers/pci/driver.o /home/root/xen-2.0/xen/arch/x86/arch.o -o /home/root/xen-2.0/xen/xen-syms
2004 Nov 22
7
memory and cpu usage
Is there a way to discovery how much free memory I still have to use in a new domain? Another question is about cpu usage. I guess that xen scheduler allocate a fixed time slice for all virtual machines and does not make any idea if the virtual machine is using or not using all this time, right? How I can identify if CPU is the bottleneck? Thanks! -- Flávio Bruno Leitner
2005 Jan 02
12
[XEN] using shmfs for swapspace
hi, am starting to play with XEN - the virtualisation project (http://xen.sf.net). i''ll give some background first of all and then the question - at the bottom - will make sense [when posting to lkml i often get questions asked that are answered by the background material i also provide... *sigh*] each virtual machine requires (typically) its own physical ram (a chunk of the
2005 Jan 13
1
FreeBSD Xen documentation ?
Hello there, I am looking around for days where I can dig some information on how to build Xen on FreeBSD... Does anybody here have any good doc / pointer on how to find it... BTW on xen-unstable there no FreeBSD tree... ? ;( where is it then ? Many thanks /Xavier -- Xavier Beaudouin - Unix System Administrator & Projects Leader. President of Kazar Organization : http://www.kazar.net/
2010 Jun 17
4
shorewall 4.4.10 failing to start; won't recognize ipset "capability"
I have been using shorewall for years with ipsets. I have encountered a problem after upgrading from 4.2.11 to 4.4.10. When I run ''shorewall-check'' or ''shorewall start'', it halts with the error: ---------------------------------------------------------------------- ERROR: ipset names in Shorewall configuration files require Ipset Match in your kernel and
2004 Dec 15
8
SMP guest support in unstable tree.
The unstable tree now includes support for SMP guests, i.e. domains which run on multiple cpus. SMP guests can use between 1 and 32 virtual cpus, even if the machine has fewer physical cpus. The code is highly experimental and performance will improve over time. To use SMP guests: - enable option CONFIG_SMP in the Linux 2.6 kernel config - dom0 will boot with upto the number of physical cpus in
2004 Oct 01
6
xm list dropping domain?
I rebooted xenU from console (dom2) and exited (ctr-]). xm list does not report 2 anymore yet I can log into 2 via console and it is running just fine. Is this a bug? I''ll pull/rebuild and see what happens.. (this is xen-2.0, cset 1.1321.1.1, rh7.3 dom0/dom1) ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on
2010 Jun 20
2
Proper setup for a router with 2 interfaces and a bridge on one?
I''m working on setting up a new router/server/etc. box. I''m using Proxmox as the base system (Debian Lenny basically). I''m trying to figure out the right way to configure Shorewall on it. I''ve looked at some of the bridging info but they seem to all be talking about single-interface setups. Could someone look over my setup and give me some input into the
2004 Oct 12
2
brctl troubles - more info
Just did a quick scan for that error message in the kernel source. Turns out it''s triggered in net/bridge/br_fdb.c:289. if (!is_valid_ether_addr(addr)) return -EADDRNOTAVAIL; Interestingly enough, it''s claiming that the mac addy isn''t any good! 8-( I''ll go add a printk line to that to see if I can determine what kind of data
2011 Jul 21
42
Problem With OpenVPN Connectivity
Hi, I''m running Slackware 13.37 x86 using Shorewall 4.4.21 with OpenVPN and the VPN options I''m using in Slackware 13.37 will not work in Shorewall, but in Slackware 13.1 using the same Shorewall version and files, the ''interfaces'', ''policy'' and ''zone'', are all I have configured, it was working and this also works in Arch at
2004 Oct 12
3
Problem with VBD
Hi! $ xm create -n -f xmtest Using config file "xmtest". (vm (name testdomain) (memory 128) (image (linux (kernel /boot/vmlinuz-2.6.8-foo1-XenU) (ip :1.2.3.4:::tesmo:eth0:dhcp) (root ''/dev/xda1 ro'') (args 1) ) ) (device (vbd (uname phy:loop0) (dev xda1) (mode w))) (device (vif (mac
2005 Jan 14
1
mkswap in guests
kaffe:/home/doogie# mkswap /dev/hda mkswap: Will not try to make swapdevice on ''%s'' Is this supposed to work? See my previous email as for the mapping. ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It''s fun and FREE -- well,
2005 Jan 09
2
Coral with Xen
Hi! Coral isn''t working from Xen. If you can please try it, maybe i''m just doing something wrong. However it works from outside Xen with the same setup. Can Xen cause this kind of DNS errors? Try something like: http://www.scs.cs.nyu.edu.nyud.net:8090/coral/ or http://www.google.com.nyud.net:8090/ -- /Varga Péter/ ------------------------------------------------------- The
2004 Dec 29
3
inclusion of figlet source
Why is figlet source included in xen? Wouldn''t it make more sense to alter xen/Makefile, to have compile.h built from a .in, and the figlet view of the version info, and have the upstream developers regen the figlet part when the version changes? I''m willing to modify the build system to do this. I''m also fixing several other poor implementation of things.
2004 Sep 28
6
VM Remote access options
Just to error test my own thinking here, there seems to be the following options for remote graphical access to a running domian vm. Besides the normal network service via a port and a raw console, the options are straight X, VNC, and XN. X - supports a single X window running on a local XServer, tied to a single process on the remote system. No remote desktop VNC - comes in two flavors of
2004 Oct 14
3
atropos scheduler params
Hi folks, I''m trying to use the atropos scheduler with Xen. Couple of questions: - the scheduling param *has* to be specified at boot time right, or does Xen allow changing the scheduling scheme at run time?? - xm help atropos gives a very vague message at best, perhaps we could make it more elaborate: xm atropos DOM SLICE PERIOD LATENCY XTRATIME o is DOM the vm ID or the vm NAME (as