Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kernel 3.6-rc1+ & encrypted swap under user mode linux
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3922
Location: Hamburg

PostPosted: Fri Aug 10, 2012 6:38 pm    Post subject: kernel 3.6-rc1+ & encrypted swap under user mode linux Reply with quote

With vanilla kernel 3.5.1 as host, 3.6-rc1+ as client kernel and a x86 Gentoo user mode linux image I'm wondering about this message during shutdown of the UML image guest system :
Code:
 * Deactivating swap devices ...
 [ ok ]
 * Removing dm-crypt mappings
 *   crypt-swap ...
Kernel not configured for semaphores (System V IPC). Not using udev synchronisation code.
 [ ok ]
 * Stopping udev ...
 [ ok ]


An older guest kernel (3.5) works fine. Both guest kernels have nearly identical .configs :
Code:
$ /usr/local/bin/linux-v3.5 --showconfig | grep IPC | grep -v '#'
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y

$ /usr/local/bin/linux-v3.6-rc1-207-gf4ba394 --showconfig | grep IPC | grep -v '#'
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
and cryptsetup was already recompiled using the latest used kernels.

FWIW I'm using an encrypted swap devie for the guest kernels:
Code:
$ grep ^swap dmcrypt
swap=crypt-swap
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum