search for: swap1

Displaying 9 results from an estimated 9 matches for "swap1".

Did you mean: swap
2019 Apr 03
2
Kickstart putting /boot on sda2 (anaconda partition enumeration)?
...tloader --location=mbr --driveorder=sda,sdb zerombr ignoredisk --only-use=sda,sdb clearpart --all --drives=sda,sdb part raid.boot0 --size 1000 --ondrive=sda part raid.swap0 --size 8192 --ondrive=sda part raid.root0 --size 8000 --grow --ondrive=sda part raid.boot1 --size 1000 --ondrive=sdb part raid.swap1 --size 8192 --ondrive=sdb part raid.root1 --size 8000 --grow --ondrive=sdb raid /boot --fstype ext4 --device md0 --level=RAID1 raid.boot1 raid.boot0 raid swap --fstype swap --device md1 --level=RAID1 raid.swap1 raid.swap0 raid / --fstype ext4 --device md2 --level=RAID1 raid.root1 raid.root0 The an...
2005 Dec 06
0
Problem: IP-Config: Unable to set interface netmask (-22)
...ase let me know what I am missing for (b) or is it a bug? BTW, my Xen version is 2.0-testing. Thanks Xuehai (a) $ cat vwconfig kernel = "/boot/vmlinuz-2.6.11-xenU" memory = 256 name = "ucvosg" disk = [ "file:/tmp/vosg/vosg-gk-rootfs.img,sda1,w" , "file:/tmp/vosg/swap1.img,sda2,w" ] nics=2 hostname="alex.cs.uchicago.edu" ip="128.135.164.83" netmask="255.255.255.192" gateway="128.135.164.65" root = "/dev/sda1 ro" extra = "" $ xm create vwconfig -c (snipped) xen_blk: Initialising virtual block devic...
2005 Dec 06
0
RE: Problem: IP-Config: Unable to set interface netmask(-22)
...m create to get it to print out the sxp for both cases. Best, Ian > (a) > > $ cat vwconfig > kernel = "/boot/vmlinuz-2.6.11-xenU" > memory = 256 > name = "ucvosg" > disk = [ "file:/tmp/vosg/vosg-gk-rootfs.img,sda1,w" , > "file:/tmp/vosg/swap1.img,sda2,w" ] > nics=2 > hostname="alex.cs.uchicago.edu" > ip="128.135.164.83" > netmask="255.255.255.192" > gateway="128.135.164.65" > > root = "/dev/sda1 ro" > extra = "" > > $ xm create vwconfig -c &...
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 ................ 00003e0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 00003f0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ -0000400: 0000 0000 0000 0000 0000...
2010 Jul 04
1
Ubuntu DomU does not finish booting up.
...ices vtpm. [2010-07-04 13:14:31 9855] INFO (XendDomain:1206) Domain LinuxVirtual-1 (32) unpaused. -- Config file - No initramfs used. kernel = "/boot/vmlinuz-2.6.31.13" vif = [ '''' ] disk = [ ''phy:NETWARRIOR/LXVIRTUAL1,xvda1,w'',''phy:NETWARRIOR/SWAP1,xvda2,w'' ] root = "/dev/xvda1 ro" Any help appreciated. Best Regards _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Jul 21
0
[PATCH] RFC: Encrypted swap support
...32 @@ start_ovirt_early () { BOOT_IMAGE=* | initrd=* | check | linux | liveimg | \ root=* | rootfstype=* | rootflags=* | ro) ;; + ovirt_swap_encrypt=*) + i=${i#ovirt_swap_encrypt=} + eval $(printf $i|awk -F\; '{ print "swap1="$1; print "swap2="$2; }') + for p in 1 2; do + var=swap$p + swapdev= + swapcyph= + local default_cypher="aes-cbc-essiv:sha256" + if [ -n ${!var} ]; then + eval $(printf ${!var} |...
2013 Nov 03
1
FreeBSD 10 Beta 2: make installkernel failure with installer provided ZFS configuration.
...me, noexec, nosuid, nfsv4acls) zroot/var/run on /var/run (zfs, local, noatime, noexec, nosuid, nfsv4acls) zroot/var/tmp on /var/tmp (zfs, local, noatime, nosuid, nfsv4acls) root at els1:/usr/src # cat /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/gpt/swap0 none swap sw 0 0 /dev/gpt/swap1 none swap sw 0 0 /dev/gpt/swap2 none swap sw 0 0 /dev/gpt/swap3 none swap sw 0 0 /dev/gpt/swap4 none swap sw 0 0 root at els1:/usr/src # ll /dev/ada* crw-r----- 1 root operator 0x5f Nov 3 10:01 /dev/ada0 crw-r----- 1 root operator 0x64 Nov 3 10:01 /dev/ada0p1 crw-r----- 1 root operator...
2006 Jul 14
1
Any ongoing effort to port /etc/rc.d/pf_boot, /etc/pf.boot.conf from NetBSD ?
Hi, [I have added freebsd-security to recipient list as I consider this issue a security risk] Paul Schenkeveld wrote: > Hello, > > On Fri, Jul 14, 2006 at 01:26:38PM +0300, Ari Suutari wrote: >> Hi, >> >> Does anyone know if there are any plans to bring >> pf boot-time protection (ie. /etc/rc.d/pf_boot and >> related config files) from NetBSD to FreeBSD
2013 Jan 24
2
RFC: Suggesting ZFS "best practices" in FreeBSD
>> #1. Map the physical drive slots to how they show up in FBSD so if a >> disk is removed and the machine is rebooted all the disks after that >> removed one do not have an 'off by one error'. i.e. if you have >> ada0-ada14 and remove ada8 then reboot - normally FBSD skips that >> missing ada8 drive and the next drive (that used to be ada9) is now