Masato Taruishi
taru****@users*****
2004年 10月 18日 (月) 02:32:27 JST
=================================================================== RCS file: demo/uml/README,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- demo/uml/README 2004/10/17 16:05:13 1.4 +++ demo/uml/README 2004/10/17 17:32:27 1.5 @@ -3,16 +3,17 @@ This makes a virtual linux which has same packages as your host machine. - 0) If you use the buggy version of ultrapossum-uml, you may want to do this: - - ~# install -d /etc/ultrapossum/module.d/ - ~# touch /etc/ultrapossum/module.d/server.cf - 1) Install ultrapossum-uml package ~# apt-get install user-mode-linux=2.4.20-4um-1 ultrapossum-uml - If you read this, you probably have done this. + If you read this, you probably have done this. + + Note: current latest version of user-mode-linux is broken. + So you have to install the old version of user-mode-linux + such as 2.4.20-4um-1. You can get this from: + + deb http://snapshot.debian.net/archive pool user-mode-linux 2) Register a new virtual linux hostname to the configuration file @@ -44,6 +45,11 @@ You need to give user 'daemon' the read/write permission of /dev/net/tun. This is automatically mananged if you use devfs. + +If you need to this manually, do as follows: + + ~# modprobe tun + ~# chown daemon /dev/net/tun Have fun!