I have been working on getting a debian install running in a Jail, for which to migrate a physical installation of debian 7 with some NVR software by ubiquiti. I feel like I have a functional Jail but may be running into a limitation of the linux compatibility layer in Freebsd 10.3.
What I'm getting that is rather confusing is the following in the sysctl kern.msgbuffer:
linux: pid 59658 (jsvc): capset effective=0x4c4, permitted=0x4c4, inheritable=0x4c4 is not implemented.
Just looking for some pointers on what might be generating this error... is this the linux compatibility kernel module and how do I determine what 'is not implemented' that would be implemented in a full blown linux kernel to possibly go about submitting a bug to resolve the issue... I have done quite a bit of googling to no avail.
If you would like a more in depth view of the steps I've gone through... see the following:
https://protocolsyntax.wordpress.com/2017/06/15/install-ubiquiti-video-nvr-debian-in-freebsd-jail/
I have a theory it has something to do with the requirement to comment out echo 0x10 > /proc/self/coredump_filter as linprocfs is not writable and coredump_filter doesn't appear to exist in /proc/self.
Any assistance or guidance would be appreciated...
What I'm getting that is rather confusing is the following in the sysctl kern.msgbuffer:
linux: pid 59658 (jsvc): capset effective=0x4c4, permitted=0x4c4, inheritable=0x4c4 is not implemented.
Just looking for some pointers on what might be generating this error... is this the linux compatibility kernel module and how do I determine what 'is not implemented' that would be implemented in a full blown linux kernel to possibly go about submitting a bug to resolve the issue... I have done quite a bit of googling to no avail.
If you would like a more in depth view of the steps I've gone through... see the following:
https://protocolsyntax.wordpress.com/2017/06/15/install-ubiquiti-video-nvr-debian-in-freebsd-jail/
I have a theory it has something to do with the requirement to comment out echo 0x10 > /proc/self/coredump_filter as linprocfs is not writable and coredump_filter doesn't appear to exist in /proc/self.
Any assistance or guidance would be appreciated...