Hexxeh / rpi-firmware

Firmware files for the Raspberry Pi
Other
776 stars 208 forks source link

LVM - new kernel leaked on lvcreate invocation #6

Closed xnosek00 closed 11 years ago

xnosek00 commented 11 years ago

Hi,

I update firmware right now. There is problem with LVM. The latest version works: root@raspberrypi:/# uname -a Linux raspberrypi 3.2.27+ #260 PREEMPT Thu Nov 8 00:34:12 GMT 2012 armv6l GNU/Linux

now I use this version: root@raspberrypi:/var/log# uname -a Linux raspberrypi 3.6.11+ #348 PREEMPT Tue Jan 1 16:33:22 GMT 2013 armv6l GNU/Linux

After reboot - these errors:

setting up lvm volume groups mlock failed cannot allocate memory munlock failed

After lvcreate: root@raspberrypi:# lvcreate -L 1G -n test vg2t File descriptor 8 (pipe:[15832]) leaked on lvcreate invocation. Parent PID 3635: bash ffff0000-ffff1000 r-xp 00000000 00:00 0 [vectors]: mlock failed: Cannot allocate memory ffff0000-ffff1000 r-xp 00000000 00:00 0 [vectors]: munlock failed: Cannot allocate memory Logical volume "test" created

Something is wrong in kernel. LVM worked before kernel update.

xnosek00 commented 11 years ago

Wrong forum. Reported here: https://github.com/raspberrypi/linux