RC4 testers needed - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: Announcements (/forum-6.html) +--- Thread: RC4 testers needed (/thread-2666.html) |
RE: RC4 testers needed - joximu - 03-10-2008 08:08 PM can you see the owner of the mail folders? This should all be the same: Code: # ls -la /var/mail/virtual/ /J RE: RC4 testers needed - Kika - 03-10-2008 08:31 PM Code: # ls -la /var/mail/virtual/ Code: # ls -la /var/mail/virtual/domain.tld RE: RC4 testers needed - Kika - 03-10-2008 09:32 PM This is the script what i used for the upgrade: Code: #!/bin/bash ispcp_mysql_update.sql: Code: UPDATE mail_users SET status="toadd" where status="ok"; RE: RC4 testers needed - Zothos - 03-10-2008 10:11 PM thx for your mysql root pw.... RE: RC4 testers needed - Kika - 03-10-2008 10:17 PM Zothos Wrote:thx for your mysql root pw....Thx. i changed that RE: RC4 testers needed - joximu - 03-10-2008 10:35 PM if it's a bigger update step, you should also copy the new tpl files in /etc/ispcp/*/parts/*.tpl /J RE: RC4 testers needed - Kika - 03-10-2008 10:45 PM I upgraded the iscp.conf, but the tpls not. I will try... RE: RC4 testers needed - Kika - 03-10-2008 11:25 PM hmm in the ispcp database i found this at the status of a mail_user: store_file() | ERROR: Undefined input data, fname: |/etc/ispcp/postfix/backup/mailboxes.1205063224|, fdata, fuid: '', fgid: '', fperms: '420' This file not extists... RE: RC4 testers needed - joximu - 03-10-2008 11:33 PM seems that the engine does not know what's the right user. Since some trunk versions the ispcp.conf hast two more lines: user (root) and group (also root, or wheel in bsd) - if you put theese data in later then set the status to "toadd" an rerun the request manager (I think this now can also be done in the debugger in the gui). /J RE: RC4 testers needed - Kika - 03-10-2008 11:56 PM The problem was when i try to upgrade first than i didn't upgrade the ispcp.conf. I saw the error on the login screen (ROOT_USER, ROOT_GROUP) than i did the ispcp.conf upgrade, but the status of the mail_users was not "ok" when i rerun the mysql upgrade script... Thanks joximu. Now i updated the mail_users, domains, aliases, subdomains tables and rebuild (/var/www/ispcp/engine/ispcp-rqst-mngr). All status is ok, but the courier doesn't works. The log equal than the last what i pasted. |