Solved mount: /mnt/zroot-133/A_FILES/Backup/FreeBSD/compat: No such file or directory

Hello.

on dmesg -a I see the error below,that I'm not able to fix..For sure there is some parameter that comes from the past that now is not anymore valid and it can be related to the configuration of Linux / Ubuntu with the Linuxulator with / without a jail. I looked everywhere,but I didn't find the origin of the problem :

Code:
# dmesg -a

mount: /mnt/zroot-133/A_FILES/Backup/FreeBSD/compat: No such file or directory
mount: /mnt/zroot-133/A_FILES/Backup/FreeBSD/compat: No such file or directory
mount: /mnt/zroot-133/A_FILES/Backup/FreeBSD/compat: No such file or directory
mount: /mnt/zroot-133/A_FILES/Backup/FreeBSD/compat: No such file or directory
mount: /mnt/zroot-133/A_FILES/Backup/FreeBSD/compat: No such file or directory
mount: /mnt/zroot-133/A_FILES/Backup/FreeBSD/compat: No such file or directory

where can I further look ? thanks.
 
are you trying to start a jail in your /etc/rc.conf

you need to manually start the jail after login
otherwise you get errors about the file system not being mounted
 
Thanks. But are you sure that it is deprecated ? Because scripts put there still work.
The term 'deprecated' (rather than 'unsupported' or 'removed') usually means that the functionality will be removed in some future version but is still currently supported. The following wording from rc(8) confirms this: 'Typically, the /usr/local/etc/rc.d/ mechanism is used instead of rc.local these days but if you want to use rc.local, it is still supported.'
 
Back
Top