
Hi Stefan, On Thu, Jul 31, 2003 at 08:30:52AM +0200, Stefan Kanitz wrote:
I've installed otrs-1.1.3-01.tar.gz on a shared-system It works :-) But only with use lib "/home/pacs/hs00/users/domain1/doms/domain1.de/otrs/"; in index.pl. Otherwise I get
opendir(./../../../../../../..): Permission denied at /usr/share/perl/5.6.1/FindBin.pm line 143 Can't locate Kernel/Config.pm in @INC [...]
Now the PostMasterPOP3.pl-Output: opendir(./../../../../../..): Permission denied at /usr/share/perl/5.6.1/FindBin.pm line 143 1. What I have to change?
Your environment (file permissions) are very hard, so perl isn't able to search for the current directory name. Replace the "use lib dirname(...)" stuff with your "use lib "/home/pac..." and it should work.
2. How can I stop the complete cronjob-Output at PostMasterPOP3.pl (no messages if mail or not)
Use something like "*/10 * * * * $HOME/bin/PostMasterPOP3.pl >> /dev/null" -=> " >> /dev/null" and you will just get error messages.
3. It's necessary to stop syslog. Where can I do that?
Use the file log backend (http://doc.otrs.org/1.1/html/configfile-log.html) and you don't need syslogd.
Stefan
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- "The number of Unix installations has grown to 10, with more expected." The Unix Programmer's Manual, 2nd Edition, June 1972