Can't create PID PostMasterPOP3, because it's already running

hi, we have otrs 2.2.6 running on a windows 2003 server with apache and mysql. everything works pretts fine... if there were no entry in the otrs.log file telling me that it could not create PID postmasterpop3: [Wed Jul 16 11:20:03 2008][Notice][Kernel::System::PID::PIDCreate] Can't create PID PostMasterPOP3, because it's already running actually i did some research on the web... the only thing i found out, were that there should be some entries deleted in the otrs db table process_id. but there is nothing in this table. should there be something on a windows server? what exactly does this notice in the log mean as everything works pretty good? thanks for your replies. regards, patrick.

Guten Tag Patrick Schiess. PS> hi, PS> we have otrs 2.2.6 running on a windows 2003 server with apache PS> and mysql. everything works pretts fine... if there were no entry PS> in the otrs.log file telling me that it could not create PID postmasterpop3: PS> [Wed Jul 16 11:20:03 PS> 2008][Notice][Kernel::System::PID::PIDCreate] Can't create PID PS> PostMasterPOP3, because it's already running PS> actually i did some research on the web... the only thing i found PS> out, were that there should be some entries deleted in the otrs db PS> table process_id. but there is nothing in this table. should there PS> be something on a windows server? PS> what exactly does this notice in the log mean as everything works pretty good? PS> thanks for your replies. PS> regards, PS> patrick. http://bugs.otrs.org/show_bug.cgi?id=2943 -- Mit freundlichen Grüßen André Bauer System: Ubuntu Server 6.06.1 LTS / Apache 2.0.55 - MOD_PERL 2.0.2 / MySQL 5.0.21 / OTRS 2.2.5

Hi for all I Need to hide some ticket types from the customer when open the ticket from customer front end , i have tree kinds of type : Problem , Incidente and request but is necessary to customer see only incident or request , agents can view all types . I tried to do this with ACL but without sucess , like this # ticket acl $Self->{TicketAcl}->{'ACL-Name-1'} = { # match properties Properties => { # current ticket match properties Ticket => { Queue => ['queue-customer'], } }, # return possible options (white list) Possible => { # possible ticket options (white list) Ticket => { Type => ['Incident'], } } }; Lucio de Aquino Marinho
participants (3)
-
André Bauer
-
Lucio de Aquino Marinho
-
Patrick Schiess