prizident n00b
Joined: 06 Dec 2006 Posts: 42
|
Posted: Wed Dec 19, 2007 5:20 am Post subject: lvm and "File descriptor left open" |
|
|
Some days ago I had a system crash, after which lvm utilities started showing lots of such messages
Code: |
#lvscan
File descriptor 4 left open
ACTIVE '/dev/system/root' [7,28 GB] inherit
ACTIVE '/dev/system/var' [6,28 GB] inherit
ACTIVE '/dev/system/swap' [1,00 GB] inherit
ACTIVE '/dev/system/home' [3,52 GB] inherit
ACTIVE '/dev/system/portage' [1,17 GB] inherit
|
There is lots of them at boot up
Code: |
* Setting up the Logical Volume Manager ...
File descriptor 5 left open
File descriptor 7 left open
File descriptor 8 left open
File descriptor 5 left open
File descriptor 7 left open
File descriptor 8 left open
File descriptor 5 left open
File descriptor 7 left open
File descriptor 8 left open
|
I've got even much more of them at shutdown. They do not cause any critical errors, but they are very annoing.
I checked all partitions with fsck, but messages still appear. I tried to remove one of the lvm volumes and recreate it, but this messages still appear. Googling on this also didn't give me any help
I should mention that I use baselayout2, but don't think messages appear because of it, all worked fine untill system crash |
|