This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

7.300 - After Update SMTP fails

Hi.

After 7.202 to 7.300 (yesterday at 18:00pm) update the smtp is not working correctly.

Mails enter in SMTP but dont delivered to the server.

In the Live Log System messages i can see this errors repeated every 5 seconds all the time:


(none) postgres[11089]: [332-1] ERROR: relation "m" does not exist 
2008:08:27-11:58:15 (none) postgres[11089]: [332-2] STATEMENT: UPDATE m SET action='none' WHERE cluster_id = '0' AND location = 'output' AND action = 'retry' 
2008:08:27-11:58:15 (none) postgres[11089]: [333-1] ERROR: relation "m" does not exist 
2008:08:27-11:58:15 (none) postgres[11089]: [333-2] STATEMENT: SELECT DISTINCT message_id FROM m WHERE cluster_id = '0' AND location = 'error' AND action = 'delete' 
2008:08:27-11:58:15 (none) postgres[11089]: [334-1] ERROR: relation "m" does not exist 
2008:08:27-11:58:15 (none) postgres[11089]: [334-2] STATEMENT: SELECT DISTINCT message_id FROM m WHERE cluster_id = '0' AND location = 'error' AND action = 'retry' 
2008:08:27-11:58:15 (none) postgres[11089]: [335-1] ERROR: relation "q" does not exist 
2008:08:27-11:58:15 (none) postgres[11089]: [335-2] STATEMENT: SELECT * FROM q WHERE cluster_id = '0' AND action = 'delete' 
2008:08:27-11:58:15 (none) postgres[11089]: [336-1] ERROR: relation "q" does not exist 
2008:08:27-11:58:15 (none) postgres[11089]: [336-2] STATEMENT: SELECT * FROM q WHERE cluster_id = '0' AND action = 'release' 
2008:08:27-11:58:20 (none) postgres[11089]: [337-1] ERROR: relation "m" does not exist 
2008:08:27-11:58:20 (none) postgres[11089]: [337-2] STATEMENT: SELECT count(DISTINCT message_id) FROM m WHERE cluster_id = '0' AND location = 'work' 
2008:08:27-11:58:20 (none) postgres[11089]: [338-1] ERROR: relation "m" does not exist 
2008:08:27-11:58:20 (none) postgres[11089]: [338-2] STATEMENT: SELECT * FROM m WHERE cluster_id = '0' AND location = 'output' AND action = 'delete' 
2008:08:27-11:58:20 (none) postgres[11089]: [339-1] ERROR: relation "m" does not exist 
2008:08:27-11:58:20 (none) postgres[11089]: [339-2] STATEMENT: SELECT * FROM m WHERE cluster_id = '0' AND location = 'output' AND action = 'cancel' 
2008:08:27-11:58:20 (none) postgres[11089]: [340-1] ERROR: relation "m" does not exist 
2008:08:27-11:58:20 (none) postgres[11089]: [340-2] STATEMENT: SELECT DISTINCT message_id FROM m WHERE cluster_id = '0' AND location = 'output' AND action = 'retry' 
2008:08:27-11:58:20 (none) postgres[11089]: [341-1] ERROR: relation "m" does not exist 
2008:08:27-11:58:20 (none) postgres[11089]: [341-2] STATEMENT: UPDATE m SET action='none' WHERE cluster_id = '0' AND location = 'output' AND action = 'retry' 
2008:08:27-11:58:20 (none) postgres[11089]: [342-1] ERROR: relation "m" does not exist 
2008:08:27-11:58:20 (none) postgres[11089]: [342-2] STATEMENT: SELECT DISTINCT message_id FROM m WHERE cluster_id = '0' AND location = 'error' AND action = 'delete' 
2008:08:27-11:58:20 (none) postgres[11089]: [343-1] ERROR: relation "m" does not exist 
2008:08:27-11:58:20 (none) postgres[11089]: [343-2] STATEMENT: SELECT DISTINCT message_id FROM m WHERE cluster_id = '0' AND location = 'error' AND action = 'retry' 
2008:08:27-11:58:20 (none) postgres[11089]: [344-1] ERROR: relation "q" does not exist 
2008:08:27-11:58:20 (none) postgres[11089]: [344-2] STATEMENT: SELECT * FROM q WHERE cluster_id = '0' AND action = 'delete' 
2008:08:27-11:58:20 (none) postgres[11089]: [345-1] ERROR: relation "q" does not exist 
2008:08:27-11:58:20 (none) postgres[11089]: [345-2] STATEMENT: SELECT * FROM q WHERE cluster_id = '0' AND action = 'release' 

I try to restart smtp but the same messages appears.

Anybody can help me.

Thank you very much.


This thread was automatically locked due to age.
Parents
  • This might be caused by the permission issue some are experiencing. IF it is that problem, the fix is to run some commands from the shell. 
     
    chmod 644 /var/chroot-smtp/etc/hosts
     
    /var/mdw/scripts/smtp restart
     
    BUT, your database migration with 7.300 may also be experiencing issues. I would suggest first contacting Astaro support. 1) You'll get an authoritative response quicker than on the boards in most cases. 2) It lets Astaro know that there may be an issue that should be looked into.
    __________________
    ACE v8/SCA v9.3

    ...still have a v5 install disk in a box somewhere.

    http://xkcd.com
    http://www.tedgoff.com/mb
    http://www.projectcartoon.com/cartoon/1
  • Thanks for the reply.

    I had test the commands that you post in command line but with same results. The errors raise again and repeats every 5 seconds.

    May be a database issue because i see alot of SQL commands when smtp restarts with a lot of erros in each command execution.

    I will send it to Astaro.

    Thank you very much.
Reply
  • Thanks for the reply.

    I had test the commands that you post in command line but with same results. The errors raise again and repeats every 5 seconds.

    May be a database issue because i see alot of SQL commands when smtp restarts with a lot of erros in each command execution.

    I will send it to Astaro.

    Thank you very much.
Children
No Data