
Originally Posted by
zenful
mySQL can be set up, but its pretty damn tricky. if your interested, i have a copy of BT5 ive been owrking on for arm that has mySQL already built in, configured and autostarted with VNC
(pwned my roommates PC a few days ago :P)
postgresql isnt fully implememnted into arm. you can install it, but it doesnt load up at all (upstart process errors)
the bt5 copy can be found here ---->
http://www.backtrack-linux.org/forum...ne-device.html
zenful thanks for the good york you have been done about this thread:
Code:
http://www.backtrack-linux.org/forums/backtrack-5-arm-topics/42901-any-sized-backtrack-5-4gig-image-android-smartphone-device.html
You talking about: (upstart process errors)
This work for me:
Failed to connect to socket /com/ubuntu/upstart ? Upstart Jobs Cannot be Run on chroot
Being on chroot will cause some packages to fail when they are upgrading. Giving us an error message like this one:
start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
dpkg: error processing procps (--configure):
You can workaround this limitation by running these commands
Code:
root@localhost:# dpkg-divert --local --rename --add /sbin/initctl
Adding 'local diversion of /sbin/initctl to /sbin/initctl.distrib'
Code:
root@localhost:# ln -s /bin/true /sbin/initctl