|
From: mailing d. <mai...@gm...> - 2010-08-02 13:47:44
|
Hello, I am trying to upgrade some of my DL box (1.2.13) to the 1.4RC version. The computer is a Celeron and the disk is an IDE disk of 10GB. Here are the output when I am doing the LVM: dl:~# pvcreate /dev/hda1 Physical volume "/dev/hda1" successfully created dl:~# vgcreate -s 8M devil-linux /dev/hda1 /dev/cdrom: open failed: Read-only file system /dev/cdrom: open failed: Read-only file system /dev/cdrom: open failed: Read-only file system /dev/cdrom: open failed: Read-only file system Volume group "devil-linux" successfully created dl:~# lvcreate -L 1G -n swap devil-linux 7608f000-7614b000 r-xp 00000000 16:00 58505 /sbin/lvm: mlock failed: Invalid argument aa2be000-aa3dc000 r-xp 00000000 16:00 37193 /lib/libc-2.5.1.so: mlock failed: Invalid argument aa458000-aa479000 r-xp 00000000 16:00 37352 /lib/libdevmapper.so.1.02: mlock failed: Invalid argument aa480000-aa484000 r-xp 00000000 16:00 38671 /lib/libsafe.so.2.0.16: mlock failed: Invalid argument aa489000-aa4a2000 r-xp 00000000 16:00 37012 /lib/ld-2.5.1.so: mlock failed: Invalid argument 7608f000-7614b000 r-xp 00000000 16:00 58505 /sbin/lvm: munlock failed: Invalid argument aa2be000-aa3dc000 r-xp 00000000 16:00 37193 /lib/libc-2.5.1.so: munlock failed: Invalid argument aa458000-aa479000 r-xp 00000000 16:00 37352 /lib/libdevmapper.so.1.02: munlock failed: Invalid argument aa480000-aa484000 r-xp 00000000 16:00 38671 /lib/libsafe.so.2.0.16: munlock failed: Invalid argument aa489000-aa4a2000 r-xp 00000000 16:00 37012 /lib/ld-2.5.1.so: munlock failed: Invalid argument Logical volume "swap" created I tried it on two different Celeron systems. Can I ignore these messages/errors? Will my system work correctly? Regards. |