devfs_set_rulesets="path=devfsrules_hide_all path=devfsrules_unhide_basic" doesn't work after upgrade from 12-STABLE to 13-STABLE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Jan 2024 14:56:27 UTC
Hello! I've upgraded server from 12-STABLE to 13-STABLE. This sever has several limited devfses for chrooted software. These devfses are configured in /etc/fstab and are limited via devfs_set_rulesets="" devfs_set_rulesets="${devfs_set_rulesets} /path1/dev=devfsrules_hide_all /path1/dev=devfsrules_unhide_basic" devfs_set_rulesets="${devfs_set_rulesets} /path2/dev=devfsrules_hide_all /path2/dev=devfsrules_unhide_basic" And now I get these errors on boot: devfs rule: ioctl DEVFSIO_SUSE: Inappropriate ioctl for device ... devfs rule: ioctl DEVFSIO_SAPPLY: Inappropriate ioctl for device ... and nothing is hidden. I've read /usr/src/UPDATING and can find nothing about devfs -- // Lev Serebryakov