View Single Post
  #1   (View Single Post)  
Old 15th February 2012
unixjingleman unixjingleman is offline
Fdisk Soldier
 
Join Date: Jan 2011
Posts: 70
Default devfs rules not being applied to jail

Hi
I have several jails. I built a new one, as the devfs rules were not being applied when i issued this command:

Code:
#devfs -m $D/dev rule -s 4 applyset
When i issued the above command on the new jail this command returned without an error. After a powercut, that happened when i was in this new jail, when i issued the above command, from the host system, i get an error saying:

Code:
devfs rule: ioctl DEVFSIO_SAPPLY: No such process
Does anyone know what this error means?Does anyone know a fix for this error?. I found a fix when i googled it but the page on which the fix was documented didn't show the whole text for the fix some of it was covered, on the right hand side of the web page, so i couldn't read what i was supposed to do. This page also said that the fix was rather an ugly one).
Thank you very much for any replies

Last edited by unixjingleman; 22nd February 2012 at 02:01 PM.
Reply With Quote