ich habe das aktuelle OTRS frisch aufgesetzt. Der Postmaster-Cronjob produziert mir immer diesen fehler:
Code: Select all
ERROR: OTRS-PostMasterMailbox.pl-10 Perl: 5.10.0 OS: linux Time: Tue Feb 21 09:14:02 2012
Message: Can't write '/opt/otrs/var/tmp/CacheFileStorable//CacheInternalUser/bccca8f9e6278bc47d7371641c3f486d': Permission denied
Traceback (3184):
Module: Kernel::System::Main::FileWrite (v1.58) Line: 444
Module: Kernel::System::Cache::FileStorable::Set (v1.8) Line: 91
Module: Kernel::System::Cache::Set (v1.20) Line: 126
Module: Kernel::System::CacheInternal::Set (v1.9) Line: 132
Module: Kernel::System::User::GetUserData (v1.114.2.2) Line: 302
Module: Kernel::System::Ticket::GetSubscribedUserIDsByQueueID (v1.488.2.18) Line: 3453
Module: Kernel::System::Ticket::Article::ArticleCreate (v1.274.2.3) Line: 392
Module: Kernel::System::PostMaster::NewTicket::Run (v1.76) Line: 245
Module: Kernel::System::PostMaster::Run (v1.85) Line: 351
Module: Kernel::System::MailAccount::IMAP::_Fetch (v1.10) Line: 206
Module: Kernel::System::MailAccount::IMAP::Fetch (v1.10) Line: 79
Module: Kernel::System::MailAccount::MailAccountFetch (v1.16) Line: 386
Code: Select all
ls -l /opt/otrs/var/tmp/CacheFileStorable//CacheInternalUser/bccca8f9e6278bc47d7371641c3f486d
-rw-rw-r-- 1 otrs www-data 1559 21. Feb 09:03 /opt/otrs/var/tmp/CacheFileStorable//CacheInternalUser/bccca8f9e6278bc47d7371641c3f486d
Code: Select all
cd /opt/otrs
bin/otrs.SetPermissions.pl --otrs-user=otrs --otrs-group=otrs --web-user=www-data --web-group=www-data /opt/otrs
TIA