Konstantin Belousov
2017-12-17 20:37:34 UTC
Hello,
What suggestions do you have for where I should look next? I'm happy to start installing various builds of FreeBSD in order to track down which commit caused this.
I'm trying to access a tape library from within a jail running on a FreeBSD 11.1 host. sa(4) devices are working (e.g. I can rewind nsa0).
The device appears in the jail and has appropriate permissions. This access was granted
via /etc/devfs.rules using the same approach I used for FreeBSD 10.3
crw------- 1 root operator 0x74 Dec 16 21:52 /dev/pass7
cannot open SCSI device '/dev/pass7' - Operation not permitted
Here is the truss output of the command in question: https://gist.github.com/dlangille/b80ee804b8080e1cbf5b5ab67f0bdabe
Does it work to access the pass device from host using host' /dev ?What suggestions do you have for where I should look next? I'm happy to start installing various builds of FreeBSD in order to track down which commit caused this.
I'm trying to access a tape library from within a jail running on a FreeBSD 11.1 host. sa(4) devices are working (e.g. I can rewind nsa0).
The device appears in the jail and has appropriate permissions. This access was granted
via /etc/devfs.rules using the same approach I used for FreeBSD 10.3
crw------- 1 root operator 0x74 Dec 16 21:52 /dev/pass7
cannot open SCSI device '/dev/pass7' - Operation not permitted
Here is the truss output of the command in question: https://gist.github.com/dlangille/b80ee804b8080e1cbf5b5ab67f0bdabe
Same question for the host access using the nodes of the jailed devfs mount.