我正在使用 tilelite 来提供地图。我需要它在服务器启动时运行。我已经构建了一个在启动时运行以下命令的脚本:
/usr/local/bin/liteserv.py /home/Uname/bin/mapnik/my_osm.xml --caching --debug=False
进程失败:
致命:用户“user_name”的身份验证失败(在解析层“休闲”时遇到)
根据此页面:
http://wiki.openstreetmap.org/wiki/Mapnik#Authentication_failed
我运行了以下命令:
./generate_xml.py osm.xml my_osm.xml --accept-none --dbname gis --symbols ./symbols/ --world_boundaries ./world_boundaries/
现在我得到:
RuntimeError: PSQL error:
FATAL: Ident authentication failed for user "root" (在解析层 'leisure' 时遇到)
我对postgres真的很陌生,所以有人可以给我一些非常简单的关于如何解决这个问题的指导。