Lines 1-19
Link Here
|
1 |
==== |
1 |
==== |
2 |
FreeBSD host notes: |
2 |
FreeBSD host notes: |
3 |
- needs to run as root in order to use /dev/tap* networking (why?) |
3 |
- needs to run as root in order to use /dev/tap* networking (why?) |
4 |
- slirp (usermode networking) is fixed now in cvs, on FreeSBIE guests |
4 |
- slirp (usermode networking) is fixed now in cvs, on FreeSBIE 1.0 guests |
5 |
you still have to manually do: |
5 |
you still have to manually do: |
6 |
echo nameserver 10.0.2.3 >/etc/resolv.conf |
6 |
echo nameserver 10.0.2.3 >/etc/resolv.conf |
7 |
but i've been told that that's normal. (and you have to wait a bit |
7 |
but i've been told that that's normal. (fixed on FreeSBIE 1.1.) |
8 |
for dhclient to do its thing; traffic to address 10.0.2.2 is routed |
8 |
and you have to wait a bit for dhclient to do its thing; traffic to |
9 |
to 127.1 on the host) |
9 |
address 10.0.2.2 is routed to 127.1 on the host. |
10 |
- expect timer problems when guest kernel HZ is > hosts |
10 |
- expect timer problems when guest kernel HZ is > hosts, |
11 |
(for example time sleep 1 takes 49 seconds and booting sleeps for |
11 |
for example time sleep 1 takes 49 seconds and booting sleeps for |
12 |
minutes at the acd0 probe with a FreeSBIE guest, thats because |
12 |
minutes at the acd0 probe with a FreeSBIE 1.0 guest, thats because |
13 |
the FreeSBIE kernel is built with HZ=5000, and FreeBSD's default |
13 |
its kernel is built with HZ=5000, and FreeBSD's default is 100... |
14 |
is 100... The linux 2.6 kernel uses 1000 by default btw.) Enabling |
14 |
(no longer a problem with FreeSBIE 1.1.) The linux 2.6 kernel uses |
15 |
/dev/rtc doesn't seem to help either (not included since it needs a |
15 |
1000 by default btw. Enabling /dev/rtc doesn't seem to help either |
16 |
patch to emulators/rtc.) |
16 |
(not included since it needs a patch to emulators/rtc.) |
17 |
- using physical media doesn't work on 4.x hosts (missing DIOCGMEDIASIZE |
17 |
- using physical media doesn't work on 4.x hosts (missing DIOCGMEDIASIZE |
18 |
ioctl) |
18 |
ioctl.) |
19 |
==== |
19 |
==== |