Hi Peter, You're absolutely right. I was tired as hell when i posted the email last night and realised this morning in the shower the real error was the one you pointed out.
I think you're right about it being an Android derived kernel as the installers provided by the Netbook manufacturer for the Debian system and the Android system both contain the same customised kernel. I'll do what you suggested shortly and let you know how it goes. On Tue, Aug 30, 2011 at 9:11 AM, <[email protected]> wrote: > > It's nothing to do with locales. > > This line: > > socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = -1 EACCES (Permission denied) > > is your problem. > > My guess is you're using an android derived kernel, and you have > CONFIG_ANDROID_PARANOID_NETWORK set. In this case you need to create > a group called aid_inet and add yourself (and any other users wanting > to use the network) to that group: > > As root: > groupadd -g 3003 aid_inet > usermod -G aid_inet your_login_name > > See http://elinux.org/Android_Security#Paranoid_network-ing > > y > > -- Kind Regards, Christopher Barnes Microsoft Certified Systems Engineer Microsoft Certified IT Professional e. [email protected] -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
