Problems with Osm2pgsql importing data

Hi all,

I am trying to set up a server to serve openstreetmap data via mapnik. However I have followed several tutorials/how tos but I always end up with the same problem:

arranholmes@mapserver1:~$ osm2pgsql -d gis /mnt/wddrive/uk-091219.osm
osm2pgsql SVN version 0.69-19652

Using projection SRS 900913 (Spherical Mercator)
Setting up table: planet_osm_point
NOTICE: table “planet_osm_point” does not exist, skipping
NOTICE: table “planet_osm_point_tmp” does not exist, skipping
Setting up table: planet_osm_line
NOTICE: table “planet_osm_line” does not exist, skipping
NOTICE: table “planet_osm_line_tmp” does not exist, skipping
Setting up table: planet_osm_polygon
NOTICE: table “planet_osm_polygon” does not exist, skipping
NOTICE: table “planet_osm_polygon_tmp” does not exist, skipping
Setting up table: planet_osm_roads
NOTICE: table “planet_osm_roads” does not exist, skipping
NOTICE: table “planet_osm_roads_tmp” does not exist, skipping
Mid: Ram, scale=100

Any help would be great, as I have been scratching my head for days

Arran

I do not see a problem.

Does it stop after these informal messages? If so, please paste the lines where it stops and gives an error.