
cron: can't lock /var/run/cron.pid, otherpid may be 612: Resource temporarily unavailable<< What have i done wrong?
Hi Guys, 1) i've installed OTRS on a Suse 8.2-System. And it runs. But: How do i start a cron job for pop3-email-fetching? If i run "perl PostMasterPOP3.pl" - it works and i have emails in the OTRS-Queue. If i run "cron otrs", an error message appears: 2) If i try to send an email, it takes 5-10 secs to get sent it. Why? The Config.pm contains the following matter: $Self->{SendmailModule} = 'Kernel::System::Email::SMTP'; $Self->{SendmailModule::Host} = 'srv-exchange2k'; $Self->{SendmailModule::AuthUser} = 'otrs'; $Self->{SendmailModule::AuthPassword} = 'password'; (it is an exchange-server) merci!