Hi there! Excited about my new install on a Nexus 7 (2012). I've used the Windows based installer twice to install NetHunter on my Nexus and each time I have had a problem with the Postgres DB starting.

Everytime I try to start postgres using "service postgresql start" I encounter an issue which says the following:

could not create shared memory segment: Function not implemented
Failed system call was shmget(key=5432001, size=39460864, 03600)


If I enter "man shmget", I get a man page for the function.

I would appreciate any help!