[rt-users] rt startup

Evgeny OpenMsk openmsk at gmail.com
Wed Dec 8 08:54:25 EST 2010


cat /opt/rt3/etc/RT_SiteConfig.pm

Set( $rtname, 'city.local');

#Set(@Plugins, qw(RT::Authen::ExternalAuth));

Set($WebBaseURL , 'http://rt.city.local');
Set( $WebPath , '');

Set($DataBaseType  , 'mysql');
Set($DatabaseHost   , 'localhost');
Set($DatabaseRTHost , 'localhost');
Set($DatabaseName  , 'rt3');
Set($DatabaseUser, 'rt_user');
Set($DatabasePassword , 'rt_pass');
Set($Timezone, 'Europe/Moscow');

Set($CorrespondAddress, 'rt at city.ru');
Set($CommentAddress, 'rt-comment at city.ru');
Set($RTAddressRegexp, '^rt(-comment)?\@(city\.ru|city\.local)$');
Set($OwnerEmail, 'admin at city.ru');
1;

сейчас в логи чистые.

 Конфиг апача: http://pastebin.ch/6309

Через perl -MCPAN -e shell установил RT::Authen::ExternalAuth

теперь хочу добиться что бы пользователи домена могли под своими логинами и
паролями заходить на страничку РТ.

Следующий шаг -- почта, ссылки приветствуются. Как её настраивать пока не
знаю.
почта на другом сервере (sendmail)

8 декабря 2010 г. 10:58 пользователь Evgeny OpenMsk <openmsk at gmail.com>написал:

> Здравствуйте товарищи.
> Подскажите пжлста, начал осваивать продукт request-tracker
> настроил по мануалу.
>
> сейчас в логи валиться такой текст:
> [Wed Dec 08 10:54:31 2010] [notice] caught SIGTERM, shutting down
> [Wed Dec  8 07:54:46 2010] [error]: The RTAddressRegexp option is not set
> in the config. Not setting this option results in additional SQL queries to
> check whether each address belongs to RT or not. It is especially important
> to set this option if RT recieves emails on addresses that are not in the
> database or config. (/opt/rt3/bin/../lib/RT/Config.pm:343)
> [Wed Dec 08 10:55:00 2010] [notice] SELinux policy enabled; httpd running
> as context user_u:system_r:httpd_t
> [Wed Dec  8 07:55:04 2010] [error]: The RTAddressRegexp option is not set
> in the config. Not setting this option results in additional SQL queries to
> check whether each address belongs to RT or not. It is especially important
> to set this option if RT recieves emails on addresses that are not in the
> database or config. (/opt/rt3/bin/../lib/RT/Config.pm:343)
> [Wed Dec 08 10:55:18 2010] [notice] Digest: generating secret for digest
> authentication ...
> [Wed Dec 08 10:55:18 2010] [notice] Digest: done
> [Wed Dec 08 10:55:18 2010] [notice] Apache/2.2.6 (Unix) DAV/2 PHP/5.1.6
> mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations
>
>
> и страничка загружается с ошибками и без графики.
> пытался пересоздавать базу make dropdb/ make initialize-database - не
> помогло
>
> подскажите куда дальше копать?
>
> Evgeny OpenMsk.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20101208/f02eb410/attachment.htm>


More information about the rt-users mailing list