On Fri, Apr 20, 2007 at 09:35:13AM -0400, Wenbin Zhang wrote: > Hi All, > > Anybody has experiences for Vserver on ARM? I have lots of problems > for this.
yep, seems to works fine here ... > Firstly I compiled the kernel with Vserver, then compiled the > util-vserver. However I haven't made the util-vserver run on my Arm > phone. The first reason is my arm phone doesnot support Bash while > vserver script is based on Bash. Then I installed the Arm Bash on my > phone. The next problem is getopt. 'Getopt' is required for Vserver > script, but I cannot find a good Getopt source and compile it on Arm. the getopt is a standalone tool which is part of util-linux (so it should be easy to rebuild that for arm) alternatively you can use the bash bult- in getopts ... > And I also noticed duing Vserver setup phase, the program need connect > with outside to download some package. not really, but it depends on the build method e.g. template based build methods will not need any network access, while network :) based ones will .... > I still haven't find an easy way to connect the Arm phone with > internet. should be fairly trivial via bluetooth, just make a pairing with a laptop and configure the network to route over it, and masquerade the phone's ip (probably private) ... > I am still thinking.. Anybody can share some experiences for > this? thanks! best, Herbert > Wenbin > _______________________________________________ > Vserver mailing list > [email protected] > http://list.linux-vserver.org/mailman/listinfo/vserver _______________________________________________ Vserver mailing list [email protected] http://list.linux-vserver.org/mailman/listinfo/vserver
