View Single Post
Posts: 110 | Thanked: 14 times | Joined on Sep 2010
#33
login as: user
user@192.168.1.100's password:


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ cd /home/user
~ $ mv clientside/ pygeotrack
~ $ cd pygeotrack/
~/pygeotrack $ cat pygeosettings.cfg
[Settings]
server: http://192.168.1.102/pygeotrack/upload.php
key: pygeotrackern900
~/pygeotrack $ python locupdate.py
Traceback (most recent call last):
File "locupdate.py", line 6, in <module>
import conic
ImportError: No module named conic
~/pygeotrack $ sudo su apt-get install conic
Password:
Sorry, user user is not allowed to execute '/bin/su apt-get install conic' as root on Nokia-N900.
~/pygeotrack $ root


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

where can i get the conic thing?? can anyone please post a link thank you all


===============================

was able to locate conic module in python-conic.. now my problem is the page refresh too fast no time to parse the url passed by n900 to host/server

===============================

now im getting error

Lat: 14.339917
Lon: 121.049910
Bear: nan
Speed: nan
Key: pygeotrackern900
Warning: mysqli::mysqli() [function.mysqli]: (HY000/2003): Can't connect to MySQL server on '192.168.1.102' (111) in /var/www/pygeotrack/mysql.php on line 3
Konnte keine Verbindung zur Datenbank aufbauen: Can't connect to MySQL server on '192.168.1.102' (111)(2003)

Last edited by chivar; 2010-10-31 at 15:32. Reason: cant connect to mysql