Masato Taruishi
taru****@users*****
2004年 10月 19日 (火) 15:05:40 JST
=================================================================== RCS file: demo/uml/README,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- demo/uml/README 2004/10/18 05:10:12 1.14 +++ demo/uml/README 2004/10/19 06:05:40 1.15 @@ -43,6 +43,13 @@ ~# /usr/sbin/update-ultrapossum configure + If you see the following error + + 'E: No read permission to /dev/net/tun for daemon' + + then you need to setup tun device. See 'About tun device' + section below. + 4) Overwrite the template file in order to install packages on your host ~# dpkg --get-selections > /etc/ultrapossum/uml/uml0/selections @@ -94,6 +101,9 @@ ~# /etc/init.d/ultrapossum-uml stop + +************************ About tun device ********************************* + You need to give user 'daemon' the read/write permission of /dev/net/tun. This is automatically mananged if you use devfs. @@ -101,6 +111,9 @@ ~# modprobe tun ~# chown daemon /dev/net/tun + +*************************************************************************** + Have fun!