Displaying 20 results from an estimated 2000 matches similar to: "centos31 anaconda bug with lvm lvcreate?"
2004 Sep 01
0
is centos3.1 compatible with dag's el3 repo?]
-------- Original Message --------
Subject: Re: [Centos] is centos3.1 compatible with dag's el3 repo?
Date: Thu, 26 Aug 2004 10:15:22 +0200
From: sophana <sophana78 at yahoo.fr>
To: Dag Wieers <dag at wieers.com>
References: <412B3E8B.7020805 at yahoo.fr>
<Pine.LNX.4.61.0408241519120.6016 at horsea.3ti.be>
Dag Wieers wrote:
>Correct me if I'm wrong, but
2006 Jan 05
2
can not lvcreate after lvm snapshot and "xm mem-set" and lvremove
I am not sure if it''s a xen bug or lvm bug, or just my bad hardware,
but here''s how to reproduce:
/dev/vg0/centos1 is lvm block used by a domainU, it''s 8G in size.
#lvcreate -L8192M -s -n snap1 vg0
#mount /dev/vg0/snap1 /mnt
do some copying files here
#umount /mnt
#lvremove /dev/vg0/snap1
not removed! it says can''t allocated memory
#xm mem-set 0 512
#lvremove
2010 Dec 13
0
Any ideas why this lvcreate kernel BUG happens?
Hello,
From time to time I get this error and the lvcreate process becomes with D state and can not be killed?
Any ideas why this happens? I use Debian Lenny with xen-4.0.1
[229995.580419] kernel BUG at /root/xen-4.0.1/linux-2.6-pvops.git/arch/x86/xen/mmu.c:1885!
[229995.580624] invalid opcode: 0000 [#1] SMP
[229995.580749] last sysfs file: /sys/devices/virtual/block/dm-49/removable
2014 Oct 05
0
lvcreate error
Hello
I am unable create a new logical volume, I receive the following error
when using lvcreate
# lvcreate -L 1g -n system3_root hm
device-mapper: resume ioctl on failed: Invalid argument
Unable to resume hm-system3_root (253:7)
Failed to activate new LV.
# pvs
PV VG Fmt Attr PSize PFree
/dev/sda4 hm lvm2 a-- 998.00g 864.75g
# gvs
VG #PV #LV #SN Attr VSize
2008 Jun 25
4
Centos 5.2 Install - lvcreate failed for ...
!st install of 5.2; system requires custom partitioning (Scalix mail
server).
Boot and Swap are hard partitions, rest of drive is LVM.
In LVM, three ext3 partitions: /, /home, /var/opt/scalix
lvcreate failed for the last (named Scalix_02). It was the last of the
three partitions and used up the remainder of the LVM space.
Now 'The Installer will now exit..." And all there is is a
2006 Apr 27
1
Unsubscribe
> Send LARTC mailing list submissions to
> lartc@mailman.ds9a.nl
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
> or, via email, send a message with subject or body ''help'' to
> lartc-request@mailman.ds9a.nl
>
> You can reach the person managing the list at
>
2004 Dec 18
1
Postfix Install error
I'm trying to install postfix-2.0.16-14.RHEL on a newly installed CentOS 3.3
boxen and I get the following error:
Preparing... ###########################################
[100%]
1:postfix ###########################################
[100%]
link /usr/share/man/man8/sendmail.8.gz incorrect for slave mta-sendmailman
(/usr/share/man/man1/sendmail.1.gz
2011 Feb 17
0
Can't create mirrored LVM: Insufficient suitable allocatable extents for logical volume : 2560 more required
I'm trying to setup a LVM mirror on 2 iSCS targets, but can't.
I have added both /dev/sda & /dev/sdb to the LVM-RAID PV, and both
have 500GB space.
[root at HP-DL360 by-path]# pvscan
PV /dev/cciss/c0d0p2 VG LVM lvm2 [136.59 GB / 2.69 GB free]
PV /dev/sda VG LVM-RAID lvm2 [500.00 GB / 490.00 GB free]
PV /dev/sdb VG LVM-RAID lvm2 [502.70 GB /
2013 Apr 22
1
failure creating a snapshot volume within a lvm-based pool
Hi
I have defined a logical pool and a volume within it
# virsh vol-create-as images_lvm myvol 2G
Vol myvol created
# virsh vol-list images_lvm
Name Path
-----------------------------------------
myvol /dev/libvirt_images_vg/myvol
if I try to create another volume using the previous one as backing-vol,
the creation fails with what looks like an incorrect
2002 Feb 04
1
LVM (1.0.2 ), ext3 and 'hot' snapshotting
Hello, all.
I work with lvm ( kernel 2.4.17 + ext3-2.4-0.9.17-2418p3 patch ) but i can't
snapshot a ext3 fs directly
# lvcreate --snap --name snap --size +1G /dev/vgtest/lvtest
# mount -o ro -t ext3 /dev/vgtest/lvtest /snap /mnt/snap
ext3 can't work , ext2 work
If I mount readonly the etx3 filesystem, snapshot-it, and remount rw the
filesystem ( and ro the snapshot ) it work
2004 Aug 24
2
is centos3.1 compatible with dag's el3 repo?
Hi All
What is the major difference between version 3 and 3.1?
Is there any incompatibilities for rpms?
For example I wish to install evms from dag's repo. Is there any problem?
Thanks for your great job.
2011 Feb 13
2
using an lvm for kvm vm
Is there a simple way to directly install a vm on an lvm (or proably
seperate LVM's for root and swap)? For example something like:
lvcreate -L 10G -n testvm_root vg_myvg
lvcreate -L 1G -n testvm_swap
Then somehow setup the VM to be able to directly install and boot the vm
from these LV's. How do I do this?
Could you then pause the virtual machine and safely take an LVM
snapshot,
2010 Jul 01
0
GNBD/LVM problem
Hello all:
I'm having a strange problem with GNBD and LVM on two fully updated
CentOS 5.5 x86_64 systems.
On node1, I have exported a gnbd volume.
lvcreate -L 500M -n mirrortest_lv01 mirrorvg
gnbd_serv
gnbd_export -d /dev/mirrorvg/mirrortest_lv01 -e node1_lv01
On node2 I have imported the volume:
gnbd_import -i node1
Next, on node2 I attempt to create a mirrored LV with the
2011 Feb 25
3
can't create large LVM, even though pvscan shows enough space left
I'm trying to create a 500GB lv volume on a 500GB physical volume, but can't:
[root at francois-pc ~]# pvscan
PV /dev/sdd VG freenas lvm2 [500.00 GB / 500.00 GB free]
PV /dev/sdc VG thecus lvm2 [1010.00 GB /
910.00 GB free]
PV /dev/mapper/ddf1_RAIDp2 VG VolGroup00 lvm2 [931.25 GB / 0 free]
Total: 3 [2.38 TB] / in use: 3 [2.38 TB]
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.
2006 Jun 07
14
HA Xen on 2 servers!! No NFS, special hardware, DRBD or iSCSI...
I''ve been brainstorming...
I want to create a 2-node HA active/active cluster (In other words I want to run a handful of
DomUs on one node and a handful on another). In the event of a failure I want all DomUs to fail
over to the other node and start working immediately. I want absolutely no
single-points-of-failure. I want to do it with free software and no special hardware. I want
2004 Dec 21
1
perl dependency problems in dag's repo
Hi
I know this might not be the right list.
There are some dependency problems with perl packages in dag's repo.
This is not the first perl package which doesn't install because of this
kind of dependency.
Any idea?
Resolving dependencies
.....Unable to satisfy dependencies
Package ldap-account-manager needs perl(Net::SSH::Perl), this is not
available.
Package ldap-account-manager
2004 Dec 16
2
Postfix on Centos3.3
Hi, as far as security advisories from Redhat I only
see the last update to Postfix being 9/2/04
2.0.16-14.RHEL3.
Centos3.3 however added a newer version that I am
currently using which matches the last 2.0 version
official release at postfix.org.
/pub/cAos/centos-3/3.3/contrib/i386/RPMS/
postfix-2.0.20-1.centos3.1
Since I am running this as my public smtp server it
makes me wonder why Redhat
2004 May 11
3
MC
I've tried to install midnight commander on centos3.1 final. No luck in
installing it via yum install. When I download src.rpm from centos2 updates
SRPMS I couldn't rebuild it. RPM --rebuild mc*.src.rpm didn't work (no
rebuild option). What can I do then ?
Best Regards
Cooba
2006 Sep 04
2
postfix pb with mass emails
Hi
I'm hosting a forum (phpbb) with more than 3500 users with centos 4.3.
The forum admins would like to send an email to its (3500) users. I
configured phpbb to use smtp (postfix-2.1.5-4.2.RHEL4.mysql.centos4) to
send the email.
I raised the max destination limit from 1000 to 5000, and made a test.
Here the disaster began:
Majority of the users received from 20 to 50 emails.
Looking at the