Gentoo Archives: gentoo-soc

From: Jing Huang <jing.huang.pku@×××××.com>
To: lu_zero@g.o, gentoo-soc@l.g.o
Subject: [gentoo-soc] cross_container_support - progress report #5
Date: Mon, 25 Jun 2012 15:16:57
Message-Id: CAK8mDgp9EZR6R=ZzjZc19qmbE054=HsS_TUJZGcg1MuOOnc8HA@mail.gmail.com
1 Hi,
2
3 == Progress of this Week ==
4
5 This week, I update my work to qemu-user-1.1.0-r1.
6
7 Build an arm helloworld program in gentoo container.
8
9 Document the usage of lxc.sh on my wiki page:
10 https://wiki.gentoo.org/wiki/Cross_Container_Support_Project
11
12
13 Problem:
14
15 Cannot use network in the container, the error happens in qemu-user.
16
17 host_to_target_cmsg
18 -->gemu_log("Unsupported ancillary data: ....",...)
19
20 It seems just happens when executing "ping" command.
21
22
23 == Plans for next week ==
24
25 1. Continue to debug the lxc.sh for arm arch.
26 2. Get accustomed to crossdev.
27 3. Get accustomed with playing with ld.so.conf.
28
29
30 Jing.