
Hallo! I have installed OTRS 1.2.3 from the sources. No Problems: jan@heli:/# perl -cw /usr/local/otrs/bin/cgi-bin/index.pl /usr/local/otrs/bin/cgi-bin/index.pl syntax OK jan@heli:/# perl -cw /usr/local/otrs/bin/PostMaster.pl /usr/local/otrs/bin/PostMaster.pl syntax OK But after inserting the initial SQL data, i can't login with the login combination (root@localhost, root) given in the documentation. I found the following errors in /var/log/messages: Apr 20 09:31:18 heli OTRS-CGI-10[2539]: [Notice][Kernel::System::Auth::DB::Auth] The crypt() of your mod_perl(2) is not working correctly! Update mod_perl! Apr 20 09:31:18 heli OTRS-CGI-10[2539]: [Notice][Kernel::System::Auth::DB::Auth] User: root@localhost with wrong Pw!!! (REMOTE_ADDR: 192.168.100.10) I'm not using mod_perl. I assume, the problem is the crypt() function. A test does not return the encrypted password as given in the documentation. jan@heli:/# perl -e 'print crypt("root", "root@localhost") . "\n"' $2a$04$root..................QHSCVtcO1oNz6sch8SNzSuYTbSVQtwK How could i configure OTRS tu work with this version of crypt()? I found out, that there is a test for bug inside RedHat8, where the the encrypted password is compared with a given one. I changed (crypt('root', 'root@localhost') eq 'roK20XGbWEsSM')) to (crypt('root', 'root@localhost') eq 'QHSCVtcO1oNz6sch8SNzSuYTbSVQtwK')) inside Kernel/System/User.pm, Kernel/System/CustomerAuth/DB.pm, Kernel/System/CustomerUser/DB.pm and Kernel/System/Auth/DB.pm. I changed the password for root@localhost inside the database to. But it didn't work. I got the same error message as mentioned above. Could anyone help me please? With kind regards Jan -- NEU : GMX Internet.FreeDSL Ab sofort DSL-Tarif ohne Grundgeb�hr: http://www.gmx.net/dsl

Hello,
jan@heli:/# perl -cw /usr/local/otrs/bin/cgi-bin/index.pl /usr/local/otrs/bin/cgi-bin/index.pl syntax OK jan@heli:/# perl -cw /usr/local/otrs/bin/PostMaster.pl /usr/local/otrs/bin/PostMaster.pl syntax OK
I forget to write, this is perl 5.8.2. FreeBSD 5.2.1 is running as operating system on the server. With kind regards Jan -- "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! Jetzt aktivieren unter http://www.gmx.net/info

Hi, if I try to log onto OTRS I get the internal server message a couple of times before been able to get to any page. This happens in every page, not only in the login. tail -f /var/log/httpd/error.log [Tue Apr 20 10:32:10 2004] [error] 7429: ModPerl::Registry: Can't locate object method "new" via package "Kernel::System::WebRequest" at /opt/otrs/bin/cgi-bin/index.pl line 72.! [Tue Apr 20 10:33:06 2004] [error] 7431: ModPerl::Registry: Undefined subroutine called at /opt/otrs//Kernel/System/Ticket.pm line 119.! [Tue Apr 20 10:34:02 2004] [error] 7431: ModPerl::Registry: Undefined subroutine called at /opt/otrs//Kernel/System/Ticket.pm line 119.! ticket.pm , line 119: $Self->{StateObject} = Kernel::System::State->new(%Param); This is OTRS 1.2.2 Thanks in advance, Duarte Cordeiro

Hello!
I found the following errors in /var/log/messages:
Apr 20 09:31:18 heli OTRS-CGI-10[2539]: [Notice][Kernel::System::Auth::DB::Auth] The crypt() of your mod_perl(2) is not working correctly! Update mod_perl! Apr 20 09:31:18 heli OTRS-CGI-10[2539]: [Notice][Kernel::System::Auth::DB::Auth] User: root@localhost with wrong Pw!!! (REMOTE_ADDR: 192.168.100.10)
I set Debug to 1 and get the following messages now: Apr 20 13:33:15 heli OTRS-CGI-10[94139]: [Notice][Kernel::System::Auth::DB::Auth] The crypt() of your mod_perl(2) is not working correctly! Update mod_perl! Apr 20 13:33:15 heli OTRS-CGI-10[94139]: [Notice][Kernel::System::Auth::DB::Auth] User: 'root@localhost' tried to login with Pw: 'root' (1/$2a$04$Q.....................NaNm9VdHtKYWEXxWfp4t9wLK1rhJuo6/QHSCVtcO1oNz6sch8SNzSuYT bSVQtwK/QH/192.168.175.119) Apr 20 13:33:15 heli OTRS-CGI-10[94139]: [Notice][Kernel::System::Auth::DB::Auth] User: root@localhost with wrong Pw!!! (REMOTE_ADDR: 192.168.100.10) Crypt() is the problem. But how to solve the problem? Maybe this is useful for debugging. I still found no solution for my problem. With kind regards Jan -- "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! Jetzt aktivieren unter http://www.gmx.net/info

On Tuesday, April 20, 2004 1:42 PM
Jan Herbst
Crypt() is the problem. But how to solve the problem? Maybe this is useful for debugging. I still found no solution for my problem.
Does the problem still persist? Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388
participants (3)
-
Duarte Cordeiro
-
Jan Herbst
-
Robert Kehl