-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Carl,
It looks like you need to mknod device specials that you need. # ls -lL /dev/log crw-r----- 1 root sys 21, 5 Jun 9 14:46 /dev/log # mknod /mychroot/dev/log c 21 5 Although the ln manual page says it can also hardlink special files, in which case a simple hardlink ln command may also work. on my solaris 11 system /dev/random is crw-r--r-- 1 root sys 190, 0 Dec 5 22:08 /dev/random mknod /mychroot/dev/random c 190 0 Best regards, Wouter Carl Williams wrote: > During my installation of UNBOUND on Solaris 10 I must make sure unbound > > Can access entropy from inside the chroot. > > > > On Linux this is very simple by using: > > > > mount --bind -n /dev/random /etc/unbound/dev/random > > mount --bind -n /dev/log /etc/unbound/dev/log > > > > How may I do this on Solaris 10 as I don’t see that Solaris 10 has the > –bind option to mount. > > > > Carl > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Unbound-users mailing list > [email protected] > http://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iEYEARECAAYFAkk5mYEACgkQkDLqNwOhpPgldgCeKgpHJc/PToWpcdWCV+4b1e+Q LNIAoLZvdr8dco3wguce9U8TGanbfsYD =TEEC -----END PGP SIGNATURE----- _______________________________________________ Unbound-users mailing list [email protected] http://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users
