
18 May
2006
18 May
'06
7:23 a.m.
Manish Sharma wrote:
I find my OTRS is not accepting incoming mails by itself. I have download all my incoming mails manually using “postmasterpop3.pl -f -d 2”
And each time I run this module I get this error message
Can't open file: 'process_id.MYI'. (errno: 145), SQL: 'SELECT process_
name, process_id, process_host, process_create FROM process_id WHERE process
_name = 'PostMasterPOP3''
Looks like MySQL has a corrupted table. You could run "myisamcheck -r process_id" or enter the MySQL prompt (mysql -u <username> -p <databasename>) and run "REPAIR TABLE process_id;". Also make sure you didn't run out of disk space. Nils Breunese.