|
From: Serge L. <fi...@in...> - 2010-08-02 18:13:57
|
On 08/02/2010 06:47 AM, mailing dl2 wrote: > 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 The errors above can be ignored. > > 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 > <http://libc-2.5.1.so>: mlock failed: Invalid argument > aa458000-aa479000 r-xp 00000000 16:00 37352 mlock(2) mlock() locks pages in the address range starting at addr and continuing for len bytes. All pages that contain a part of the specified address range are guaranteed to be resident in RAM when the call returns successfully; the pages are guaranteed to stay in RAM until later unlocked. Can you post 'dmesg'? It might be a side effect of PAE Kernel also, but I'd suggest using memtest for starter. How many RAM do you have? Have you tested it before? > I tried it on two different Celeron systems. > > Can I ignore these messages/errors? > > Will my system work correctly? It's too difficult question, but I can tell that I had about a couple of dozen 1.4 based boxes and they worked correctly. If it's a HW problem you see it in 'dmesg' (at startup, when the kernel detects HW). Serge |