Hi all,
 
till yesterday , my mote-view was working fine.
somehow I am getting the following error today:
 
 
 XServe Ver:$Id: xserve.c,v 1.21 2005/09/02 08:15:37 pipeng Exp $
Using params: [baud=0xe100] [logging]
Opening device: /dev/ttyS0
Note: sync
error: Connection to database 'task' failed.
could not connect to server: Connection refused
        Is the server running on host localhost and accepting
        TCP/IP connections on port 5432?
error: DATABASE command failed: 6
CREATE TABLE surge_results ( result_time timestamp without time zone, nodeid int
eger,parent integer,epoch integer,voltage integer,temp integer,light integer,acc
el_x integer,accel_y integer,mag_x integer,mag_y integer)
error: Connection to database 'task' failed.
could not connect to server: Connection refused
        Is the server running on host localhost and accepting
        TCP/IP connections on port 5432?
CREATE TABLE surge_results_L ( result_time timestamp without time zone, nodeid i
nteger,parent integer,epoch integer,voltage integer,temp integer,light integer,a
ccel_x integer,accel_y integer,mag_x integer,mag_y integer)
error: Connection to database 'task' failed.
could not connect to server: Connection refused
        Is the server running on host localhost and accepting
        TCP/IP connections on port 5432?
CREATE RULE cache_surge_results AS ON INSERT TO surge_results DO ( DELETE FROM s
urge_results_L WHERE nodeid = NEW.nodeid; INSERT INTO surge_results_L VALUES (NE
W.*); )
error: Connection to database 'task' failed.
could not connect to server: Connection refused
        Is the server running on host localhost and accepting
        TCP/IP connections on port 5432?
INSERT INTO task_query_log (query_id, tinydb_qid, query_text, query_type, table_
name) VALUES (0, 0, 'SELECT nodeid,parent,epoch,voltage,temp,light,accel_x,accel
_y,mag_x,mag_y SAMPLE PERIOD 99000', 'sensor', 'surge_results')
error: Connection to database 'task' failed.
could not connect to server: Connection refused
        Is the server running on host localhost and accepting
        TCP/IP connections on port 5432?
INSERT INTO task_query_time_log (query_id, start_time) VALUES (0, now())
error: Connection to database 'task' failed.
 
Please help.
 
Regards,
Chandresh


Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2ยข/min or less.
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to