similar to: mkswap in guests

Displaying 20 results from an estimated 700 matches similar to: "mkswap in guests"

2012 Mar 13
2
mkswap, lvm and bootbits sectors
Hello, I am confused by a warning from mkswap : When making a swap on a LVM volume, I see the following warning : mkswap: /dev/vg_SDB1/swap_test6_64: warning: don't erase bootbits sectors on whole disk. Use -f to force. Setting up swapspace version 1, size = 1048572 KiB Is it safe to use mkswap -f in this case ? (If that matters, the swap is intended for a virtual machine, and the
2011 Mar 10
1
mkswap - unable to relabel, operation not supported
Hi, I am getting following error on creating a swap fs. CentOS 5.5 {{{ mkswap: unable to relabel /srv/cloud/one/var/25/images/disk.1 to system_u:object_r:swapfile_t: Operation not supported }}} The selinux is configured in permissive mode. Any clues on what might be wrong here and how to fix it? {{{ # /bin/dd if=/dev/zero of=/srv/cloud/one/var/25/images/disk.1 bs=1 count=1 seek=512M # sudo
2005 Jul 08
2
Accidentally issued "mkswap" on ext3 fs -- recovery possible?
Hi, I accidentally issued "mkswap" on a used ext3 fs partition (~30G) :-/ I have analyzed the behaviour of mkswap using two test files and it appears to only change "some" bytes: --8<-- --- swap2.xxd 2005-07-04 21:00:10.157261360 +0200 +++ swap1.xxd 2005-07-04 21:00:01.894517488 +0200 @@ -62,7 +62,7 @@ 00003d0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
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
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 >>>
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 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/
2005 Jan 02
5
Xen0 crash dump (/dev/ram0 root) possibly of interest
I''m continuing to work on making a new XenCD as previously discussed here. In the course of that work, I''ve generated (actually, currently stuck on) the enclosed crash dump. Thought I''d forward it for interest. To head off questions, you''ll see references to a very large initrd (~114 Mb). The Xen dump may or not be related to this unusual usage.
2005 Jan 13
2
Debian Sarge Root Raid + LVM + XEN install guide (LONG)
Hello fellow xenophiles and happy new year! I''ve documented the install procedure for a prototype server here since I found no similar document Anywhere on the net. It''s a Sarge-based Domain0 on linux root raid from scratch, using LVM to store the data for the domU mail server and its mailstore. I humbly submit my notes in the hope that they are useful to some weary traveller.
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
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
2005 Jan 01
1
Multiple partitions in a Guest OS
Hi, I was trying to run a guest OS with multiple partitions. I added a line like disk=[''phy:hda6,hda6,w''] in the configuration file. The disk was not mounted in the host OS. However, the kernel refuses to boot with an error message which says "kernel not syncing... attempted to kill init... rebooting...". When I remove that line, everything works. Is there
2005 Jan 13
1
iptables not working with XEN2.0 on Fedora Core 3
Hello, I have just installed XEN2.0 on a fresh installation of Fedora Core 3 and iptables does not work properly ===================================================================== [root@aquarius ~]# /etc/init.d/iptables start Applying iptables firewall rules: iptables-restore v1.2.11: iptables-restore: unable to initialize table ''filter'' Error occurred at line: 3 Try
2005 Jan 14
1
xen-unstable dom0/1 smp schedule while atomic
While running xen-unstable (2005-01-13 nightly) with dom0 and dom1 with CONFIG_SMP=y I got 271k of output... sshd was running in dom0 and I remotely initiated an scp from dom0 to another remote host (not dom1) Ill only post the first and last few "scheduling while atomic" entries, let me know if someone wants the whole trace. scheduling while atomic [schedule+1682/1696]
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.
2016 May 02
0
Getting an error from apache-ant-1.9.2 from CENTOS 7.0
Hi all, I am getting an error in building SOURCE rpm from apache-ant: [javadoc] /home/nupur/NEWREPO/ant/BUILD/apache-ant-1.9.2/src/main/org/apache/tools/ant/taskdefs/Rmic.java:57: error: unexpected end tag: </p> [javadoc] * inclusion/exclusion of files works, and how to write patterns.</p> [javadoc] ^ [javadoc]
2005 Jan 04
1
Unable to boot linux in a user domain because of libselinux.so
I''m unable to start Linux Fedora Core 2 in a user domain, with the vmlinuz-2.6.9-xenU kernel image delivered with xen-2.0.1-install.tgz. The boot aborts with the following message: /sbin/init: error while loading shared libraries: libselinux.so.1: cannot dynamically load executable Kernel panic - not syncing: Attempted to kill init ! I dont understand because the