search for: xxuser

Displaying 2 results from an estimated 2 matches for "xxuser".

Did you mean: xxxuser
2007 Mar 13
1
error with virtual users
Hi, In my dovecot-deliver.log i have this: deliver(xxuser): Mar 13 11:36:49 Error: open(/home/xxuser/.temp.alboran.24421.63c6890e35b613e8) failed: No such file or directory deliver(yyuser): Mar 13 11:38:29 Error: open(/home/yyuser/.temp.alboran.26046.dcb46511eeb37f3d) failed: No such file or directory but i haven't homedir user. I have /var/spool...
2011 Jun 08
2
MySql2 adapter hangs in Rails3 on Windows XP
...ke.rb:1992:in `run'' C:/Ruby192/bin/rake:31:in `<main>'' I''ve checked the Gemfile and run bundle install. Here is a snippet from the database.yml development: adapter: mysql2 encoding: utf8 reconnect: false database: xxx_schema_name_xxx pool: 5 username: xxuser password: xxpwd host: xxx_dev.devhost.com port: 3306 I have reconfigured this for a db local on my PC and for a remotes db- server. Both of those databases respond normally to commandline mysql monitor and to MySql Workbench. The tests with sqlite3 databases work fine. -- You received th...