I installed OpenERP on Debian Squeeze via the nightly apt repository.
The main user interface and the underlying bits all seem to work after I fixed the postgresql template, but the /xmlrpc/ interface is throwing 404 (Not Found) errors when I try to point a browser at http://[servername]:8069/xmlrpc/ or http://[servername]:8069/xmlrpc/common etc.
Are the xmlrpc files not included in the apt repository? From what I understand, it's removed from the SaaS version, but this is one I'm running myself.
Here is my configuration:
[options]
admin_passwd = xxx
db_host = False
db_port = False
db_user = openerp
db_password = False
xmlrpc = True
xmlrpc_interface = x.x.x.x
xmlrpc_port = 8069
proxy_mode = True
(The bottom bit was suggested as it will be running behind an nginx proxy to handle SSL)