Closed
Description
First, I would like to comment that you have done an excellent job to easily install Linux onto an Android device.
I am trying to install MySQL and PostgreSQL inside Debian Wheezy but both installations using aptitude failed. Is there anything that I should look out for? Do you need my log files?
Thanks.
Jason Tan Boon Teck
Activity
meskes commentedon Jan 31, 2013
You have to add the postgres user to the inet group so it is allowed to create a socket. Just run this in our chroot:
usermod -aG aid_inet postgres