Re: [otrs] Installation documentation somewhat bias away from PostgreSQL

2013-06-03 Thread Michiel Beijen
Hi Paul,

On Mon, Jun 3, 2013 at 6:19 AM, Paul Simons  wrote:
> Any chance of releasing the 'installer.pl' before the official date?  I could 
> test it for you ;-)

We'll have beta's before the release as usual.
Also, it's on github, so you could check it there if you want, you'll
find it in the 'master' branch:
https://github.com/OTRS/otrs/tree/master

And if you want to test it out probably the easiest way is to use the
beta of the Windows Installer which already contains a backport of the
new Web Installer:
http://www.otrs.com/en/open-source/community-news/release-notes-otrs-windows-installer-300-beta3/

--
Mike
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs


Re: [otrs] Installation documentation somewhat bias away from PostgreSQL

2013-06-03 Thread Paul Simons
Any chance of releasing the 'installer.pl' before the official date?  I could 
test it for you ;-)

___
Paul Simons

-Original Message-
From: otrs-boun...@otrs.org [mailto:otrs-boun...@otrs.org] On Behalf Of Paul 
Simons
Sent: Monday, June 03, 2013 11:34 AM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Installation documentation somewhat bias away from 
PostgreSQL

Hi Michiel
Thank you for this advice and the links.
Very glad to hear installer is being updated Regards

___
Paul Simons

-Original Message-
From: otrs-boun...@otrs.org [mailto:otrs-boun...@otrs.org] On Behalf Of Michiel 
Beijen
Sent: Monday, June 03, 2013 10:09 AM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Installation documentation somewhat bias away from 
PostgreSQL

Hi Paul,

You're right that most emphasis is on running OTRS on MySQL - but also most 
people deploy OTRS on MySQL. This could be just because the emphasis of the 
documentation of course...

Although for upcoming OTRS 3.3 we have improved the web installer so you can 
also use it for deploying OTRS on PostgreSQL, Oracle or Microsoft SQL Server.
I think the best instructions for how to deploy on PostgreSQL are
here: https://github.com/OTRS/otrs/blob/rel-3_2/README.database.md

If you have trouble with 'otrs' user on startup, this is because the PostgreSQL 
server typically uses 'ident' authentication by default on a stock install. 
This means the linux user id is used for database permissions; but apache 
typically does not run under the 'otrs'  user that is running the cron jobs. 
You can fix it by changing the authentication mode of PostgreSQL (as pointed to 
in the link above).
Alternatively you can also change the user that runs the web server.

--
Michiel Beijen
Senior Developer

OTRS BV
Schipholweg 103
2316 XC Leiden
The Netherlands

T: +31 71 8200 255
I: http://www.otrs.com

OTRS 3.2 - More than a Help Desk System – Process and Customer Management – Be 
an early bird with our special offer - http://j.mp/11TFPSr


On Fri, May 31, 2013 at 10:26 AM, Paul Simons  wrote:
> Hello
>
> I am trying to install OTRS over PostgreSQL, over CentOS.
>
> The documentation (although extremely good) is not a lot of help in my
> case . The emphasis is squarely on MySQL and
>
> the ‘installer.pl’ WEB GUI which ‘only works with MySQL’ :-(
>
> All other configurations are consigned to rather brief footnotes.
>
> Is there someone who has installed this variant and is willing to post
> a step-by-step guide?
>
> Specifically I am have trouble with ‘otrs’ user access permissions on
> start up.
>
> Regards
>
>
>
> ___
>
> Paul Simons
>
>
>
>
> 
>
> Disclaimer: This e-mail (and any attachments to it) is confidential
> and intended solely for the named person/s to whom it is addressed. If
> you are not an intended recipient, please notify us immediately and
> delete the email from your system. Any review, dissemination or other
> use of it in these circumstances is prohibited.
>
> -
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs



Disclaimer: This e-mail (and any attachments to it) is confidential and 
intended solely for the named person/s to whom it is addressed. If you are not 
an intended recipient, please notify us immediately and delete the email from 
your system. Any review, dissemination or other use of it in these 
circumstances is prohibited.
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs



Disclaimer: This e-mail (and any attachments to it) is confidential and 
intended solely for the named person/s to whom it is addressed. If you are not 
an intended recipient, please notify us immediately and delete the email from 
your system. Any review, dissemination or other use of it in these 
circumstances is prohibited.
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Re: [otrs] Installation documentation somewhat bias away from PostgreSQL

2013-06-03 Thread Paul Simons
Hi Michiel
Thank you for this advice and the links.
Very glad to hear installer is being updated
Regards

___
Paul Simons

-Original Message-
From: otrs-boun...@otrs.org [mailto:otrs-boun...@otrs.org] On Behalf Of Michiel 
Beijen
Sent: Monday, June 03, 2013 10:09 AM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Installation documentation somewhat bias away from 
PostgreSQL

Hi Paul,

You're right that most emphasis is on running OTRS on MySQL - but also most 
people deploy OTRS on MySQL. This could be just because the emphasis of the 
documentation of course...

Although for upcoming OTRS 3.3 we have improved the web installer so you can 
also use it for deploying OTRS on PostgreSQL, Oracle or Microsoft SQL Server.
I think the best instructions for how to deploy on PostgreSQL are
here: https://github.com/OTRS/otrs/blob/rel-3_2/README.database.md

If you have trouble with 'otrs' user on startup, this is because the PostgreSQL 
server typically uses 'ident' authentication by default on a stock install. 
This means the linux user id is used for database permissions; but apache 
typically does not run under the 'otrs'  user that is running the cron jobs. 
You can fix it by changing the authentication mode of PostgreSQL (as pointed to 
in the link above).
Alternatively you can also change the user that runs the web server.

--
Michiel Beijen
Senior Developer

OTRS BV
Schipholweg 103
2316 XC Leiden
The Netherlands

T: +31 71 8200 255
I: http://www.otrs.com

OTRS 3.2 - More than a Help Desk System – Process and Customer Management – Be 
an early bird with our special offer - http://j.mp/11TFPSr


On Fri, May 31, 2013 at 10:26 AM, Paul Simons  wrote:
> Hello
>
> I am trying to install OTRS over PostgreSQL, over CentOS.
>
> The documentation (although extremely good) is not a lot of help in my
> case . The emphasis is squarely on MySQL and
>
> the ‘installer.pl’ WEB GUI which ‘only works with MySQL’ :-(
>
> All other configurations are consigned to rather brief footnotes.
>
> Is there someone who has installed this variant and is willing to post
> a step-by-step guide?
>
> Specifically I am have trouble with ‘otrs’ user access permissions on
> start up.
>
> Regards
>
>
>
> ___
>
> Paul Simons
>
>
>
>
> 
>
> Disclaimer: This e-mail (and any attachments to it) is confidential
> and intended solely for the named person/s to whom it is addressed. If
> you are not an intended recipient, please notify us immediately and
> delete the email from your system. Any review, dissemination or other
> use of it in these circumstances is prohibited.
>
> -
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs



Disclaimer: This e-mail (and any attachments to it) is confidential and 
intended solely for the named person/s to whom it is addressed. If you are not 
an intended recipient, please notify us immediately and delete the email from 
your system. Any review, dissemination or other use of it in these 
circumstances is prohibited.
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Re: [otrs] Installation documentation somewhat bias away from PostgreSQL

2013-06-03 Thread Michiel Beijen
Hi Paul,

You're right that most emphasis is on running OTRS on MySQL - but also
most people deploy OTRS on MySQL. This could be just because the
emphasis of the documentation of course...

Although for upcoming OTRS 3.3 we have improved the web installer so
you can also use it for deploying OTRS on PostgreSQL, Oracle or
Microsoft SQL Server.
I think the best instructions for how to deploy on PostgreSQL are
here: https://github.com/OTRS/otrs/blob/rel-3_2/README.database.md

If you have trouble with 'otrs' user on startup, this is because the
PostgreSQL server typically uses 'ident' authentication by default on
a stock install. This means the linux user id is used for database
permissions; but apache typically does not run under the 'otrs'  user
that is running the cron jobs. You can fix it by changing the
authentication mode of PostgreSQL (as pointed to in the link above).
Alternatively you can also change the user that runs the web server.

--
Michiel Beijen
Senior Developer

OTRS BV
Schipholweg 103
2316 XC Leiden
The Netherlands

T: +31 71 8200 255
I: http://www.otrs.com

OTRS 3.2 - More than a Help Desk System – Process and Customer
Management – Be an early bird with our special offer -
http://j.mp/11TFPSr


On Fri, May 31, 2013 at 10:26 AM, Paul Simons  wrote:
> Hello
>
> I am trying to install OTRS over PostgreSQL, over CentOS.
>
> The documentation (although extremely good) is not a lot of help in my case
> . The emphasis is squarely on MySQL and
>
> the ‘installer.pl’ WEB GUI which ‘only works with MySQL’ :-(
>
> All other configurations are consigned to rather brief footnotes.
>
> Is there someone who has installed this variant and is willing to post a
> step-by-step guide?
>
> Specifically I am have trouble with ‘otrs’ user access permissions on start
> up.
>
> Regards
>
>
>
> ___
>
> Paul Simons
>
>
>
>
> 
>
> Disclaimer: This e-mail (and any attachments to it) is confidential and
> intended solely for the named person/s to whom it is addressed. If you are
> not an intended recipient, please notify us immediately and delete the email
> from your system. Any review, dissemination or other use of it in these
> circumstances is prohibited.
>
> -
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Re: [otrs] Installation documentation somewhat bias away from PostgreSQL

2013-05-31 Thread Roy Kaldung
On May 31, 2013, at 10:26 AM, Paul Simons  wrote:
> 
> Hello
Hi

> I am trying to install OTRS over PostgreSQL, over CentOS.
That's exactly what I run.

> The documentation (although extremely good) is not a lot of help in my case . 
> The emphasis is squarely on MySQL and
> the ‘installer.pl’ WEB GUI which ‘only works with MySQL’ :-(
> All other configurations are consigned to rather brief footnotes.
> Is there someone who has installed this variant and is willing to post a 
> step-by-step guide?
> Specifically I am have trouble with ‘otrs’ user access permissions on start 
> up.
> 
> […]

Follow these steps:
  
http://doc.otrs.org/3.2/en/html/manual-installation-of-otrs.html#database-configuration
There are not pitfalls. Just check if all Perl modules are installed and keep 
an eye on the Apache httpd
configuration when using mod_perl, I recommend to avoid mod_perl during the 
setup.

Did you tried it like explained int the manual?


hth,
Roy

-- 
Roy Kaldung
e-mail: r...@kaldung.com





-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs


Re: [otrs] Installation on Windows of 3.1 B2

2011-12-20 Thread Michiel Beijen
Hi Timothy,

Simply install beta3 from our site, it has been released today !

Michiel Beijen
Senior Consultant

OTRS BV
Schipholweg 103
2316 XC Leiden
The Netherlands

T: +31 71 8200 255
F: +31 71 8200 254
I: http://www.otrs.com

Making OTRS even better! Exclusive Feature Add-Ons improve usability
of OTRS and extend its functionality: http://j.mp/ndQvZj


On Mon, Dec 19, 2011 at 20:31, Timothy J. Deerinck
 wrote:
> Has the B2 tarball been fixed?   If not, is there an easy way for me to 
> update the Windows B1 to B2?
>
> Thanks much,
>
> Timothy J. Deerinck
> Owner / Senior Network & Systems Engineer
>
>
> -Original Message-
> From: otrs-boun...@otrs.org [mailto:otrs-boun...@otrs.org] On Behalf Of 
> Michiel Beijen
> Sent: Tuesday, December 13, 2011 12:04 PM
> To: User questions and discussions about OTRS.
> Subject: Re: [otrs] Installation on Windows of 3.1 B2
>
> Hi Timothy, there was an unfortunate issue when creating the tarball for 
> 3.1beta2, one of the modules was not bundled. This causes your issue. Please 
> try beta1 for now :(
> --
> Mike
>
> On Tue, Dec 13, 2011 at 16:46, Timothy J. Deerinck  
> wrote:
>> Hello all,
>>
>>
>>
>> Has anyone run into the problem of getting an Internal Server when
>> completing the install of OTRS 3.1B2?
>>
>>
>>
>> Right after testing the mail setup, which is successful in my case,
>> the error comes up and the setup does not complete.    If I then login
>> to the system, it is still appearing to be in install mode.
>>
>>
>>
>> If I click on Admin and then Customer Company and try to add a
>> Customer Company, the Internal Server error again comes up.
>>
>>
>>
>> Any ideas??
>>
>>
>>
>> Thanks much in advance,
>>
>>
>>
>>
>>
>> Timothy J. Deerinck
>>
>>
>>
>> This e-mail and any attachments may contain confidential and
>> privileged information. If you are not the intended recipient, please
>> notify the sender immediately by return e-mail, delete this e-mail and
>> destroy any copies. Any dissemination or use of this information by a
>> person other than the intended recipient is unauthorized and is
>> strictly prohibited by law.
>>
>>
>> -
>> OTRS mailing list: otrs - Webpage: http://otrs.org/
>> Archive: http://lists.otrs.org/pipermail/otrs
>> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
> -
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
> This e-mail and any attachments may contain confidential and
> privileged information. If you are not the intended recipient,
> please notify the sender immediately by return e-mail, delete this
> e-mail and destroy any copies. Any dissemination or use of this
> information by a person other than the intended recipient is
> unauthorized and is strictly prohibited by law.
> -
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Re: [otrs] Installation on Windows of 3.1 B2

2011-12-19 Thread Timothy J. Deerinck
Has the B2 tarball been fixed?   If not, is there an easy way for me to update 
the Windows B1 to B2?

Thanks much,

Timothy J. Deerinck
Owner / Senior Network & Systems Engineer


-Original Message-
From: otrs-boun...@otrs.org [mailto:otrs-boun...@otrs.org] On Behalf Of Michiel 
Beijen
Sent: Tuesday, December 13, 2011 12:04 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Installation on Windows of 3.1 B2

Hi Timothy, there was an unfortunate issue when creating the tarball for 
3.1beta2, one of the modules was not bundled. This causes your issue. Please 
try beta1 for now :(
--
Mike

On Tue, Dec 13, 2011 at 16:46, Timothy J. Deerinck  
wrote:
> Hello all,
>
>
>
> Has anyone run into the problem of getting an Internal Server when 
> completing the install of OTRS 3.1B2?
>
>
>
> Right after testing the mail setup, which is successful in my case, 
> the error comes up and the setup does not complete.    If I then login 
> to the system, it is still appearing to be in install mode.
>
>
>
> If I click on Admin and then Customer Company and try to add a 
> Customer Company, the Internal Server error again comes up.
>
>
>
> Any ideas??
>
>
>
> Thanks much in advance,
>
>
>
>
>
> Timothy J. Deerinck
>
>
>
> This e-mail and any attachments may contain confidential and 
> privileged information. If you are not the intended recipient, please 
> notify the sender immediately by return e-mail, delete this e-mail and 
> destroy any copies. Any dissemination or use of this information by a 
> person other than the intended recipient is unauthorized and is 
> strictly prohibited by law.
>
>
> -
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
This e-mail and any attachments may contain confidential and
privileged information. If you are not the intended recipient,
please notify the sender immediately by return e-mail, delete this
e-mail and destroy any copies. Any dissemination or use of this
information by a person other than the intended recipient is
unauthorized and is strictly prohibited by law.
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Re: [otrs] Installation on Windows of 3.1 B2

2011-12-14 Thread Timothy J. Deerinck
Mike,

Probably a silly question, but after I install the Beta 1 on Windows, how can I 
get it up to Beta 2 for the version number?  Do I have to wait for Beta 3?

Thanks,

Timothy J. Deerinck


-Original Message-
From: otrs-boun...@otrs.org [mailto:otrs-boun...@otrs.org] On Behalf Of Michiel 
Beijen
Sent: Tuesday, December 13, 2011 12:04 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Installation on Windows of 3.1 B2

Hi Timothy, there was an unfortunate issue when creating the tarball for 
3.1beta2, one of the modules was not bundled. This causes your issue. Please 
try beta1 for now :(
--
Mike

On Tue, Dec 13, 2011 at 16:46, Timothy J. Deerinck  
wrote:
> Hello all,
>
>
>
> Has anyone run into the problem of getting an Internal Server when 
> completing the install of OTRS 3.1B2?
>
>
>
> Right after testing the mail setup, which is successful in my case, 
> the error comes up and the setup does not complete.    If I then login 
> to the system, it is still appearing to be in install mode.
>
>
>
> If I click on Admin and then Customer Company and try to add a 
> Customer Company, the Internal Server error again comes up.
>
>
>
> Any ideas??
>
>
>
> Thanks much in advance,
>
>
>
>
>
> Timothy J. Deerinck
>
>
>
> This e-mail and any attachments may contain confidential and 
> privileged information. If you are not the intended recipient, please 
> notify the sender immediately by return e-mail, delete this e-mail and 
> destroy any copies. Any dissemination or use of this information by a 
> person other than the intended recipient is unauthorized and is 
> strictly prohibited by law.
>
>
> -
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
This e-mail and any attachments may contain confidential and
privileged information. If you are not the intended recipient,
please notify the sender immediately by return e-mail, delete this
e-mail and destroy any copies. Any dissemination or use of this
information by a person other than the intended recipient is
unauthorized and is strictly prohibited by law.
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Re: [otrs] Installation on Windows of 3.1 B2

2011-12-14 Thread Timothy J. Deerinck
Mike,

Thanks very much!  That will prevent more hair pulling!!  :)

Regards,

Timothy J. Deerinck

-Original Message-
From: otrs-boun...@otrs.org [mailto:otrs-boun...@otrs.org] On Behalf Of Michiel 
Beijen
Sent: Tuesday, December 13, 2011 12:04 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Installation on Windows of 3.1 B2

Hi Timothy, there was an unfortunate issue when creating the tarball for 
3.1beta2, one of the modules was not bundled. This causes your issue. Please 
try beta1 for now :(
--
Mike

On Tue, Dec 13, 2011 at 16:46, Timothy J. Deerinck  
wrote:
> Hello all,
>
>
>
> Has anyone run into the problem of getting an Internal Server when 
> completing the install of OTRS 3.1B2?
>
>
>
> Right after testing the mail setup, which is successful in my case, 
> the error comes up and the setup does not complete.    If I then login 
> to the system, it is still appearing to be in install mode.
>
>
>
> If I click on Admin and then Customer Company and try to add a 
> Customer Company, the Internal Server error again comes up.
>
>
>
> Any ideas??
>
>
>
> Thanks much in advance,
>
>
>
>
>
> Timothy J. Deerinck
>
>
>
> This e-mail and any attachments may contain confidential and 
> privileged information. If you are not the intended recipient, please 
> notify the sender immediately by return e-mail, delete this e-mail and 
> destroy any copies. Any dissemination or use of this information by a 
> person other than the intended recipient is unauthorized and is 
> strictly prohibited by law.
>
>
> -
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
This e-mail and any attachments may contain confidential and
privileged information. If you are not the intended recipient,
please notify the sender immediately by return e-mail, delete this
e-mail and destroy any copies. Any dissemination or use of this
information by a person other than the intended recipient is
unauthorized and is strictly prohibited by law.
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Re: [otrs] Installation on Windows of 3.1 B2

2011-12-13 Thread Michiel Beijen
Hi Timothy, there was an unfortunate issue when creating the tarball
for 3.1beta2, one of the modules was not bundled. This causes your
issue. Please try beta1 for now :(
--
Mike

On Tue, Dec 13, 2011 at 16:46, Timothy J. Deerinck
 wrote:
> Hello all,
>
>
>
> Has anyone run into the problem of getting an Internal Server when
> completing the install of OTRS 3.1B2?
>
>
>
> Right after testing the mail setup, which is successful in my case, the
> error comes up and the setup does not complete.    If I then login to the
> system, it is still appearing to be in install mode.
>
>
>
> If I click on Admin and then Customer Company and try to add a Customer
> Company, the Internal Server error again comes up.
>
>
>
> Any ideas??
>
>
>
> Thanks much in advance,
>
>
>
>
>
> Timothy J. Deerinck
>
>
>
> This e-mail and any attachments may contain confidential and
> privileged information. If you are not the intended recipient,
> please notify the sender immediately by return e-mail, delete this
> e-mail and destroy any copies. Any dissemination or use of this
> information by a person other than the intended recipient is
> unauthorized and is strictly prohibited by law.
>
>
> -
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Re: [otrs] Installation guide for FreeBSD ...

2010-04-21 Thread Kiffin Gish
Problem fixed: sudo cpan -i Apache2::Reload

On Wed, 2010-04-21 at 12:49 +0200, Kiffin Gish wrote:
> I'm struggling to get OTRS installed on my FreeBSD server, e.g. Can't
> locate Apache2/Reload.pm etc.
> 
> Is there a guide available that explains how to do this?
> 


-- 
Kiffin Gish 
Gouda, The Netherlands


-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/


Re: [otrs] Installation: Software error (FreeBSD, MySQL, OTRS 2.4)

2009-09-27 Thread Frank Goenninger - Consequor Consulting AG

Hi Martin,

Am 27.09.2009 um 13:53 schrieb Martin Edenhofer:


Hi Frank,

to check if perl environment is working well use:

shell> perl -cw /serv/opt/otrs/bin/cgi-bin/installer.pl


It does.



The result is "bin/cgi-bin/installer.pl syntax OK" it seems that it's
something (e. g. file permission related to the user/web server user
which is executing installer.pl.

If not, then the error message will give your more detail about your
problem. :)


The actual problem was that I used apache2-httpd.include.conf in my  
httpd.conf. I then changed to apache2-httpd-new.include.conf. And the  
problem was gone. Why? I actually really seriously don't know. And I  
don't have the time to clearify currently.


Anyway: OTRS works. Customization in the works now.

Thanks for replying.

Cheers!

Frank


On 25.09.2009, at 16:44, Frank Goenninger - Consequor Consulting AG
wrote:


Hello OTRSers,

I am a bloody newbie re OTRS.

In  a brave attempt  to install OTRS 2.4 on  FreeBSD 7.2 with MySQL
5.1.38 using Perl 5.10.1 I get the following error:

Software error:
Can't locate object method "new" via package "Kernel::Config" at /
serv/opt/otrs/bin/cgi-bin/installer.pl line 53,  line 275.
This occurs after having enter the database info on screen #2 in the
Installer ( http://web.consequor.eu/otrs/installer.pl ). I ran out
of ideas as all checks I could find via WWW and mailing lists just
say "Syntax OK" and that's about it. I double checked the perl env
and all modules are installed ok.
Any ideas, hints, advice really appreciated!
TIA!
Cheers
Frank


-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/


-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/


Re: [otrs] Installation: Software error (FreeBSD, MySQL, OTRS 2.4)

2009-09-27 Thread Martin Edenhofer

Hi Frank,

to check if perl environment is working well use:

shell> perl -cw /serv/opt/otrs/bin/cgi-bin/installer.pl

The result is "bin/cgi-bin/installer.pl syntax OK" it seems that it's  
something (e. g. file permission related to the user/web server user  
which is executing installer.pl.


If not, then the error message will give your more detail about your  
problem. :)


 -Martin

On 25.09.2009, at 16:44, Frank Goenninger - Consequor Consulting AG  
wrote:



Hello OTRSers,

I am a bloody newbie re OTRS.

In  a brave attempt  to install OTRS 2.4 on  FreeBSD 7.2 with MySQL  
5.1.38 using Perl 5.10.1 I get the following error:


Software error:
Can't locate object method "new" via package "Kernel::Config" at / 
serv/opt/otrs/bin/cgi-bin/installer.pl line 53,  line 275.
This occurs after having enter the database info on screen #2 in the  
Installer ( http://web.consequor.eu/otrs/installer.pl ). I ran out  
of ideas as all checks I could find via WWW and mailing lists just  
say "Syntax OK" and that's about it. I double checked the perl env  
and all modules are installed ok.

Any ideas, hints, advice really appreciated!
TIA!
Cheers
 Frank


-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/


Re: [otrs] Installation support

2009-08-20 Thread Alan McKay
On Tue, Aug 18, 2009 at 5:33 AM, Codatel Lists wrote:
> is there anyone who is interested in assisting with installation and
> configuration of an otrs system.
> or is there anyone who can point me to an appropriate person or
> company who can assist with this?

Well, the obvious answer is the OTRS people, is it not?

http://www.otrs.com/en/


-- 
“Don't eat anything you've ever seen advertised on TV”
 - Michael Pollan, author of "In Defense of Food"
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/


Re: [otrs] Installation support

2009-08-18 Thread Codatel Lists
linux

On 18/08/2009, at 7:47 PM, Ralf Hildebrandt wrote:

> * Codatel Lists :
>
>> is there anyone who is interested in assisting with installation and
>> configuration of an otrs system. or is there anyone who can point  
>> me to
>> an appropriate person or company who can assist with this?
>
> On which platform?
>
> -- 
> Ralf Hildebrandt
>  Geschäftsbereich IT | Abteilung Netzwerk
>  Charité - Universitätsmedizin Berlin
>  Campus Benjamin Franklin
>  Hindenburgdamm 30 | D-12203 Berlin
>  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
>  ralf.hildebra...@charite.de | http://www.charite.de
>   
> -
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>
> NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
> http://www.otrs.com/en/support/enterprise-subscription/

-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/


Re: [otrs] Installation support

2009-08-18 Thread Ralf Hildebrandt
* Codatel Lists :

> is there anyone who is interested in assisting with installation and 
> configuration of an otrs system. or is there anyone who can point me to
> an appropriate person or company who can assist with this?

On which platform?

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de

-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Re: [otrs] Installation otrs 2.4.1

2009-08-05 Thread Rory
Your webserver doesn't recognise this as a file that it can process
and so it is just returning the file itself.
What webserver are you using? Apache?

Have a look at the Apache doc to set this up;

http://httpd.apache.org/docs/2.2/howto/cgi.html

Rory

Support my 365 Challenge in aid of the Irish Cancer Society

www.365challenge.ie



2009/8/5 Davis, Sam :
> Greetings,
>
> I am experiencing a problem with the installation of OTRS 2.4.1.  I have
> installed the web server and need to implement the database but everytime I
> execute in a browser http://localhost/otrs/installer.pl .  I get the error
> the extension .pl is unknown and wants to download the file.  Does anyone
> has any suggestions.
>
> Best Regards,
>
>
> Sam Davis
>
> ___
> Sam Davis
> System Adminstrator
> AAIPharma
> c/ Rosa de Lima, 1-bis, Edificio Alba
> 28290 Las Matas (Madrid)
> Tel: +34 91 372 6065 (Direct)
> Fax: +34 91 372 6060
> sam.da...@aaipharma.com
> www.aaipharma.com
> ___
> The content of this e-mail and any attachments to it is intended only for
> the confidential
> use of the intended recipient(s). If you are not the intended recipient(s),
> you are hereby
> notified that you have received this communication in error and that any
> disclosure, copying,
> distribution, or the taking of any action in reliance on the contents of
> this e-mail is
> strictly prohibited and that the documents should be returned to the author
> immediately.
> If you have received this email in error, please notify the author by using
> the reply key
> immediately.
> P Please consider the Environment before printing this e-mail.
>
> -
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>
> NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
> http://www.otrs.com/en/support/enterprise-subscription/
>
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/


Re: [otrs] Installation path

2009-06-27 Thread sumeet jain
Thanks a Ton...
I will get back if i have issues

On Sat, Jun 27, 2009 at 6:25 AM, Karlos Jelez  wrote:

> Hi,
>
> I have been using OTRS for 4 years and I have 4 OTRS installations on one
> box.
> I use P4, 2 GB, 80 GB, FreeBSD 7, Apache2, 100 Mb/s
> Every OTRS installation is using its path.
> Apache & crontab must be configured to serve the 4 OTRS installations.
>
> I did install from sources.
>
> I will try to answer specific questions to help you.
>
> Karlos,
>
>
> 2009/6/25 sumeet jain 
>
>> Does OTRS needs to be installed at /opt/otrs/ Only?
>>
>>
>>
>> -
>> OTRS mailing list: otrs - Webpage: http://otrs.org/
>> Archive: http://lists.otrs.org/pipermail/otrs
>> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>>
>> NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
>> http://www.otrs.com/en/support/enterprise-subscription/
>>
>
>
> -
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>
> NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
> http://www.otrs.com/en/support/enterprise-subscription/
>
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Re: [otrs] Installation path

2009-06-26 Thread Karlos Jelez
Hi,

I have been using OTRS for 4 years and I have 4 OTRS installations on one
box.
I use P4, 2 GB, 80 GB, FreeBSD 7, Apache2, 100 Mb/s
Every OTRS installation is using its path.
Apache & crontab must be configured to serve the 4 OTRS installations.

I did install from sources.

I will try to answer specific questions to help you.

Karlos,


2009/6/25 sumeet jain 

> Does OTRS needs to be installed at /opt/otrs/ Only?
>
>
>
> -
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>
> NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
> http://www.otrs.com/en/support/enterprise-subscription/
>
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Re: [otrs] Installation path

2009-06-26 Thread Yogesh Desai
Are you using binary installation.
If you are using source installation then this should not be an issue.
Thanks,
Yogesh


-Original Message-
From: otrs-boun...@otrs.org [mailto:otrs-boun...@otrs.org] On Behalf Of Shawn 
Beasley
Sent: Friday, June 26, 2009 11:20 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Installation path

Hi all,
> Thanks..
> Actually, the documentation suggests /op/ at all the places,so was
> confused.
>
> Also, seems its possible to run multiple instances of OTRS in one
> machine...
> I havent tried but want to do it...
>
> Any suggestions/experiences welcome..
>
>
My 2 Cents :D

http://faq.otrs.org/otrs/public.pl?Action=PublicFAQ&ItemID=289

--Shawn
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/


Re: [otrs] Installation path

2009-06-26 Thread Shawn Beasley

Hi all,

Thanks..
Actually, the documentation suggests /op/ at all the places,so was 
confused.
 
Also, seems its possible to run multiple instances of OTRS in one 
machine...

I havent tried but want to do it...
 
Any suggestions/experiences welcome..


 

My 2 Cents :D

http://faq.otrs.org/otrs/public.pl?Action=PublicFAQ&ItemID=289

--Shawn
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/


Re: [otrs] Installation path

2009-06-25 Thread sumeet jain
Thanks..
Actually, the documentation suggests /op/ at all the places,so was confused.

Also, seems its possible to run multiple instances of OTRS in one machine...
I havent tried but want to do it...

Any suggestions/experiences welcome..


On 6/25/09, Juan Ferreyra  wrote:
>
> We are still not using mod_perl because we are in a dev early fase, we are
> using otrs version 2.3.4.
> You can try to configure 2 different virtual hosts in apache.
>
>
> Jan Schuer wrote:
>
>> Are both using mod_perl? I only get this working, one with mod_perl, the
>> other without mod_perl.
>> which version do you use?
>>
>> Greetz,
>> Jan
>>
>> Op 25-jun-09, om 15:21 heeft Juan Ferreyra het volgende geschreven:
>>
>> I have 2 installations in the same server, one in the default path, the
>>> other in /opt/otrs2, each one with its own database, both are working fine,
>>> so I think it's possible to put it anywhere.
>>> Regards,
>>> Juan Ferreyra
>>>
>>> sumeet jain wrote:
>>>
 Does OTRS needs to be installed at /opt/otrs/ Only?


 


 -
 OTRS mailing list: otrs - Webpage: http://otrs.org/
 Archive: http://lists.otrs.org/pipermail/otrs
 To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

 NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
 http://www.otrs.com/en/support/enterprise-subscription/

>>>
>>> -
>>> OTRS mailing list: otrs - Webpage: http://otrs.org/
>>> Archive: http://lists.otrs.org/pipermail/otrs
>>> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>>>
>>> NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
>>> http://www.otrs.com/en/support/enterprise-subscription/
>>>
>>
>> -
>> OTRS mailing list: otrs - Webpage: http://otrs.org/
>> Archive: http://lists.otrs.org/pipermail/otrs
>> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>>
>> NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
>> http://www.otrs.com/en/support/enterprise-subscription/
>>
>>
> -
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>
> NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
> http://www.otrs.com/en/support/enterprise-subscription/
>
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Re: [otrs] Installation path

2009-06-25 Thread Juan Ferreyra
We are still not using mod_perl because we are in a dev early fase, we 
are using otrs version 2.3.4.

You can try to configure 2 different virtual hosts in apache.


Jan Schuer wrote:
Are both using mod_perl? I only get this working, one with mod_perl, 
the other without mod_perl.

which version do you use?

Greetz,
Jan

Op 25-jun-09, om 15:21 heeft Juan Ferreyra het volgende geschreven:

I have 2 installations in the same server, one in the default path, 
the other in /opt/otrs2, each one with its own database, both are 
working fine, so I think it's possible to put it anywhere.

Regards,
Juan Ferreyra

sumeet jain wrote:

Does OTRS needs to be installed at /opt/otrs/ Only?


 



-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/


-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/


-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/



-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/


Re: [otrs] Installation path

2009-06-25 Thread Jan Schuer
Are both using mod_perl? I only get this working, one with mod_perl,  
the other without mod_perl.

which version do you use?

Greetz,
Jan

Op 25-jun-09, om 15:21 heeft Juan Ferreyra het volgende geschreven:

I have 2 installations in the same server, one in the default path,  
the other in /opt/otrs2, each one with its own database, both are  
working fine, so I think it's possible to put it anywhere.

Regards,
Juan Ferreyra

sumeet jain wrote:

Does OTRS needs to be installed at /opt/otrs/ Only?




-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/


-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/


-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/


Re: [otrs] Installation path

2009-06-25 Thread Juan Ferreyra
I have 2 installations in the same server, one in the default path, the 
other in /opt/otrs2, each one with its own database, both are working 
fine, so I think it's possible to put it anywhere.

Regards,
Juan Ferreyra

sumeet jain wrote:

Does OTRS needs to be installed at /opt/otrs/ Only?




-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/


-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/


Re: [otrs] Installation path

2009-06-25 Thread Marco Vannini
Hi,
I don't think its mandatory having otrs in /opt either because in many case
you can find $OTRS_HOME or $HOME used for the crontab script runned by user
otrs.



On Thu, Jun 25, 2009 at 11:55 AM, sumeet jain  wrote:

> Does OTRS needs to be installed at /opt/otrs/ Only?
>
>
>
> -
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>
> NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
> http://www.otrs.com/en/support/enterprise-subscription/
>
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Re: [otrs] installation on FreeBSD Jail

2009-06-08 Thread Jerais A. Al-Jeraisy
Hi Michiel,

thank you man, you made my day, i thought no one faced/know my issue!

i'll check the servers this week and get back, appreciated.

btw, for Lighty + OTRS how-to, consider it done, i'll send it to the
maillist next week, insha'allah.

-- 
Jerais A. Al-Jeraisy, RHCE, LPIC, Linux+.
Sr. Systems Specialist
email: r...@jerais.com
website: http://www.jerais.com

"Knowledge is power, and power corrupts. Study hard, Be evil!" --unknown

On Mon, Jun 8, 2009 at 1:07 PM, Michiel Beijen  wrote:

> Hi Jerais,
>
> You probably noticed that Log.pm uses the System-V shared memory queues to
> store the system log messages for displaying these in the web frontend.
> I currently do not have access to a FreeBSD system, but there is a kernel
> configuration flag to enable System-V shmem: see the SYSVSHM option in the
> Handbook:
> http://www.freebsd.org/doc/en/books/handbook/kernelconfig-config.html - is
> this enabled in your kernel?
>
> Also, have you enabled jail.sysvipc_allowed sysctl for kernel? This is
> necessary to allow access to shmget et al. from a jail.
>
> Can you share your experiences with running OTRS on Lighty? Do you also use
> fcgi? Were there any caveats configuring it, and can you share your
> configuration setup?
>
> Kind regards,
> --
> Michiel Beijen
> Software Consultant
> +31 6 - 457 42 418
> Bee Free IT + http://beefreeit.nl
>
>
> On Wed, Jun 3, 2009 at 12:44, Jerais A. Al-Jeraisy wrote:
>
>> Hi all,
>>
>> well, i've this strange problem and i'm sure you gonna help me :-).
>>
>> - the problem is:
>> when i run -though web- installer.pl or index.pl i'm getting this error
>> message:
>>
>> "Function not implemented at
>> /usr/local/otrs/bin/cgi-bin/../../Kernel/System/Log.pm line 93."
>>
>> - this is the environment that i'm gonna install OTRS on:
>>
>> FreeBSD 7.1. -Jailed-.
>> Webserver: lighttpd-1.4.22
>> Perl version: v5.10.0
>> perl-OTRS modules:
>> ./otrs.checkModules
>> "
>>o CGIok (v3.43)
>>o Date::Pcalcok (v1.2)
>>o Date::Format...ok (v2.22)
>>o DBIok (v1.607)
>>o DBD::mysql.ok (v4.010)
>>o Digest::MD5ok (v2.38)
>>o Crypt::PasswdMD5...ok (v1.3)
>>o LWP::UserAgent.ok (v5.826)
>>o IO::Scalar.ok (v2.110)
>>o IO::Wrap...ok (v2.110)
>>o MIME::Base64...ok (v3.07)
>>o Mail::Internet.ok (v2.04)
>>o MIME::Toolsok (v5.427)
>>o Net::DNS...ok (v0.65)
>>o Net::POP3..ok (v2.29)
>>   o Net::POP3::SSLWrapper...not installed! (not required / for SSL
>> connections)
>>o Net::IMAP::Simple..not installed! (not required / for
>> IMAP connections)
>>   o Net::IMAP::Simple::SSL..not installed! (not required / for SSL
>> connections)
>>o Net::SMTP..ok (v2.31)
>>   o Authen::SASLok (v2.12)
>>o Net::LDAP..not installed! (not required / for
>> directory authentication)
>>o GD.ok (v2.41)
>>   o GD::Textok (v0.86)
>>   o GD::Graph...ok (v1.44_01)
>>   o GD::Graph::linesok (v1.17)
>>   o GD::Text::Align.ok (v1.18)
>>o PDF::API2..ok (v0.73)
>>   o Compress::Zlib..ok (v2.015)
>>o XML::Parserok (v2.36)
>> "
>> this is the first time i'm getting this with OTRS, and i'm struggling
>> since 2days to solve it.
>>
>> appreacitaced your help in advance.
>>
>>
>> --
>> Jerais A. Al-Jeraisy, RHCE
>> Sr. Systems Specialist
>> email: r...@jerais.com
>> website: http://www.jerais.com
>>
>> "Knowledge is power, and power corrupts. Study hard, Be evil!" --unknown
>>
>>
>> -
>> OTRS mailing list: otrs - Webpage: http://otrs.org/
>> Archive: http://lists.otrs.org/pipermail/otrs
>> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>>
>> NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
>> http://www.otrs.com/en/support/enterprise-subscription/
>>
>
>
> -
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>
> NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
> http://www.otrs.com/en/support/enterprise-subscription/
>
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscriptio

Re: [otrs] installation on FreeBSD Jail

2009-06-08 Thread Michiel Beijen
Hi Jerais,

You probably noticed that Log.pm uses the System-V shared memory queues to
store the system log messages for displaying these in the web frontend.
I currently do not have access to a FreeBSD system, but there is a kernel
configuration flag to enable System-V shmem: see the SYSVSHM option in the
Handbook:
http://www.freebsd.org/doc/en/books/handbook/kernelconfig-config.html - is
this enabled in your kernel?

Also, have you enabled jail.sysvipc_allowed sysctl for kernel? This is
necessary to allow access to shmget et al. from a jail.

Can you share your experiences with running OTRS on Lighty? Do you also use
fcgi? Were there any caveats configuring it, and can you share your
configuration setup?

Kind regards,
--
Michiel Beijen
Software Consultant
+31 6 - 457 42 418
Bee Free IT + http://beefreeit.nl


On Wed, Jun 3, 2009 at 12:44, Jerais A. Al-Jeraisy  wrote:

> Hi all,
>
> well, i've this strange problem and i'm sure you gonna help me :-).
>
> - the problem is:
> when i run -though web- installer.pl or index.pl i'm getting this error
> message:
>
> "Function not implemented at
> /usr/local/otrs/bin/cgi-bin/../../Kernel/System/Log.pm line 93."
>
> - this is the environment that i'm gonna install OTRS on:
>
> FreeBSD 7.1. -Jailed-.
> Webserver: lighttpd-1.4.22
> Perl version: v5.10.0
> perl-OTRS modules:
> ./otrs.checkModules
> "
>o CGIok (v3.43)
>o Date::Pcalcok (v1.2)
>o Date::Format...ok (v2.22)
>o DBIok (v1.607)
>o DBD::mysql.ok (v4.010)
>o Digest::MD5ok (v2.38)
>o Crypt::PasswdMD5...ok (v1.3)
>o LWP::UserAgent.ok (v5.826)
>o IO::Scalar.ok (v2.110)
>o IO::Wrap...ok (v2.110)
>o MIME::Base64...ok (v3.07)
>o Mail::Internet.ok (v2.04)
>o MIME::Toolsok (v5.427)
>o Net::DNS...ok (v0.65)
>o Net::POP3..ok (v2.29)
>   o Net::POP3::SSLWrapper...not installed! (not required / for SSL
> connections)
>o Net::IMAP::Simple..not installed! (not required / for IMAP
> connections)
>   o Net::IMAP::Simple::SSL..not installed! (not required / for SSL
> connections)
>o Net::SMTP..ok (v2.31)
>   o Authen::SASLok (v2.12)
>o Net::LDAP..not installed! (not required / for
> directory authentication)
>o GD.ok (v2.41)
>   o GD::Textok (v0.86)
>   o GD::Graph...ok (v1.44_01)
>   o GD::Graph::linesok (v1.17)
>   o GD::Text::Align.ok (v1.18)
>o PDF::API2..ok (v0.73)
>   o Compress::Zlib..ok (v2.015)
>o XML::Parserok (v2.36)
> "
> this is the first time i'm getting this with OTRS, and i'm struggling since
> 2days to solve it.
>
> appreacitaced your help in advance.
>
>
> --
> Jerais A. Al-Jeraisy, RHCE
> Sr. Systems Specialist
> email: r...@jerais.com
> website: http://www.jerais.com
>
> "Knowledge is power, and power corrupts. Study hard, Be evil!" --unknown
>
>
> -
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>
> NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
> http://www.otrs.com/en/support/enterprise-subscription/
>
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Re: [otrs] Installation Error in Ubuntu 9.04

2009-05-07 Thread Michiel Beijen
Dear Mr Kumar,

You are obviously having issues with the otrs2 installation package.

The Debian package (of which the Ubuntu package is derived) is currently no
longer actively maintained, see:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515300

The bug tracker for the Debian package is here:
http://bugs.debian.org/cgi-bin/pkgreport.cgi?package=otrs2

If you'd like to set up OTRS on Ubuntu for now, I can recommend you to perform
an 'installation from source' as described in the user manual; it will not take
you very long and it is properly documented.
See: http://doc.otrs.org/2.3/en/html/x414.html
--

Michiel Beijen
Software Consultant
+31 6 - 457 42 418
Bee Free IT + http://beefreeit.nl


On Thu, May 7, 2009 at 09:00,  wrote:

> Nobody... Nobody... :(
>
>
> On May 5, 2009 4:32pm, Ravi Kumar  wrote:
> > Please help me...
> > :( :(
> >
> > On Mon, May 4, 2009 at 10:25 AM, ravipr...@gmail.com> wrote:
> >
> > Hi
> >
> > I tried to install otrs2 in ubuntu
> > I got below error msg, Please help me
> >
> > r...@serveross:/home/ravi# apt-get install otrs2
> > Reading package lists... Done
> > Building dependency tree
> > Reading state information... Done
> >
> > otrs2 is already the newest version.
> > The following packages were automatically installed and are no longer
> required:
> > pwgen mythtv-common mobile-broadband-provider-info gnome-themes-selected
> tango-icon-theme python-pkg-resources odt2txt python-rdflib
> >
> > Use 'apt-get autoremove' to remove them.
> > 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> > 1 not fully installed or removed.
> > After this operation, 0B of additional disk space will be used.
> >
> > Setting up otrs2 (2.3.2-2) ...
> > dbconfig-common: writing config to /etc/dbconfig-common/otrs2.conf
> > *** WARNING: ucf was run from a maintainer script that uses debconf, but
> > the script did not pass --debconf-ok to ucf. The maintainer
> >
> > script should be fixed to not stop debconf before calling ucf,
> > and pass it this parameter. For now, ucf will revert to using
> > old-style, non-debconf prompting. Ugh!
> >
> > Please inform the package maintainer about this problem.
> >
> > Replacing config file /etc/otrs/database.pm with new version
> > granting access to database otrs2 for o...@localhost: already exists.
> > creating database otrs2: success.
> >
> > verifying database otrs2 exists: success.
> > populating database via sql... done.
> > dbconfig-common: flushing administrative password
> > Module perl already enabled
> > ERROR: Module rewrite not properly enabled:
> /etc/apache2/mods-enabled/rewrite.load is a real file, not touching it
> >
> > dpkg: error processing otrs2 (--configure):
> > subprocess post-installation script returned error exit status 1
> > Errors were encountered while processing:
> > otrs2
> > E: Sub-process /usr/bin/dpkg returned an error code (1)
> >
> > r...@serveross:/home/ravi#
> >
> >
> >
> > Thanks,
> > Ravi
> >
> >
>
> -
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>
> NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
> http://www.otrs.com/en/support/enterprise-subscription/
>
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Re: [otrs] Installation Error in Ubuntu 9.04

2009-05-07 Thread raviproff

Nobody... Nobody... :(

On May 5, 2009 4:32pm, Ravi Kumar  wrote:

Please help me...
:( :(



On Mon, May 4, 2009 at 10:25 AM, ravipr...@gmail.com> wrote:



Hi



I tried to install otrs2 in ubuntu
I got below error msg, Please help me



r...@serveross:/home/ravi# apt-get install otrs2
Reading package lists... Done
Building dependency tree
Reading state information... Done



otrs2 is already the newest version.
The following packages were automatically installed and are no longer  
required:
pwgen mythtv-common mobile-broadband-provider-info gnome-themes-selected  
tango-icon-theme python-pkg-resources odt2txt python-rdflib



Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.



Setting up otrs2 (2.3.2-2) ...
dbconfig-common: writing config to /etc/dbconfig-common/otrs2.conf
*** WARNING: ucf was run from a maintainer script that uses debconf, but
the script did not pass --debconf-ok to ucf. The maintainer



script should be fixed to not stop debconf before calling ucf,
and pass it this parameter. For now, ucf will revert to using
old-style, non-debconf prompting. Ugh!



Please inform the package maintainer about this problem.



Replacing config file /etc/otrs/database.pm with new version
granting access to database otrs2 for o...@localhost: already exists.
creating database otrs2: success.



verifying database otrs2 exists: success.
populating database via sql... done.
dbconfig-common: flushing administrative password
Module perl already enabled
ERROR: Module rewrite not properly enabled:  
/etc/apache2/mods-enabled/rewrite.load is a real file, not touching it



dpkg: error processing otrs2 (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
otrs2
E: Sub-process /usr/bin/dpkg returned an error code (1)



r...@serveross:/home/ravi#





Thanks,
Ravi



-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Re: [otrs] Installation Error in Ubuntu 9.04

2009-05-05 Thread Ravi Kumar
Please help me...
:( :(

On Mon, May 4, 2009 at 10:25 AM,  wrote:

> Hi
>
> I tried to install otrs2 in ubuntu
> I got below error msg, Please help me
>
> r...@serveross:/home/ravi# apt-get install otrs2
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> otrs2 is already the newest version.
> The following packages were automatically installed and are no longer
> required:
> pwgen mythtv-common mobile-broadband-provider-info gnome-themes-selected
> tango-icon-theme python-pkg-resources odt2txt python-rdflib
> Use 'apt-get autoremove' to remove them.
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> 1 not fully installed or removed.
> After this operation, 0B of additional disk space will be used.
> Setting up otrs2 (2.3.2-2) ...
> dbconfig-common: writing config to /etc/dbconfig-common/otrs2.conf
> *** WARNING: ucf was run from a maintainer script that uses debconf, but
> the script did not pass --debconf-ok to ucf. The maintainer
> script should be fixed to not stop debconf before calling ucf,
> and pass it this parameter. For now, ucf will revert to using
> old-style, non-debconf prompting. Ugh!
>
> Please inform the package maintainer about this problem.
> Replacing config file /etc/otrs/database.pm with new version
> granting access to database otrs2 for o...@localhost: already exists.
> creating database otrs2: success.
> verifying database otrs2 exists: success.
> populating database via sql... done.
> dbconfig-common: flushing administrative password
> Module perl already enabled
> ERROR: Module rewrite not properly enabled:
> /etc/apache2/mods-enabled/rewrite.load is a real file, not touching it
> dpkg: error processing otrs2 (--configure):
> subprocess post-installation script returned error exit status 1
> Errors were encountered while processing:
> otrs2
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> r...@serveross:/home/ravi#
>
>
>
> Thanks,
> Ravi
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Re: [otrs] Installation errors

2009-02-11 Thread Riccardo Michele Filippone

try to do:
sudo apt-get purge otrs2
sudo apt-get install libapache2-mod-perl2-dev (or something similar)
sudo apt-get install otrs2


bye


Il giorno 12/feb/09, alle ore 00:42, Pierre-Andre Malbrough ha scritto:

I get errors when I try to install from Debian repositories...not  
having much success installing from Source either.  Can you send  
documentation on installation from source, I'm confused by the  
"INSTALL" file that comes with it.


Thanks

--
- Pierre-Andre
< 
Philidephia 
-2009 
-02-11-15-30-25.png>___

OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs


___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs


Re: [otrs] installation problem on SUSE 11

2009-01-27 Thread Leonardo Certuche
Being a suse distro, yo can easily satisfy most of the requirements using
yast.
>From command line type yast (command-lined) or yast2 (graphical), choose
software management, insert the suse DVD and you'll be able to install any
package needed. Which packages? Check
http://doc.otrs.org/2.3/en/html/x414.html#installation-of-needed-perl-modulesand
http://www.otrs.com/en/products/otrsitsm/system-requirements/

2009/1/27 sanjeev rao 

> in other distro's it can be done as follows
>
> perl -MCPAN -e shell
>
> #install Apache2::Reload
>
> can you try similar for suse?
>
>
> --- On *Tue, 1/27/09, Bharat Malik * wrote:
>
> From: Bharat Malik 
> Subject: RE: [otrs] installation problem on SUSE 11
> To: sosweet_...@yahoo.com, "'User questions and discussions about OTRS.'"
> 
> Date: Tuesday, January 27, 2009, 2:24 PM
>
>
>  Hi Sanjeev,
>
>
>
> Following is error in log file of apache2.
>
>
>
>
>
> [Tue Jan 27 14:15:42 2009] [error] Can't locate Apache2/Reload.pm in @INC
> (@INC contains: ../../ /opt/otrs/Kernel/cpan-lib /opt/otrs/
> /srv/www/perl-lib /usr/lib/perl5/5.10.0/i586-linux-thread-multi
> /usr/lib/perl5/5.10.0
> /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi
> /usr/lib/perl5/site_perl/5.10.0
> /usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi
> /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl . /srv/www) at
> (eval 110) line 3.\n
>
> [Tue Jan 27 14:15:42 2009] [error] Can't load Perl module Apache2::Reload
> for server linux-0yq4.site:0, exiting...
>
>
>
>
>
> Thanks & Regards
>
> Bharat
>
>
>  --
>
> *From:* otrs-boun...@otrs.org [mailto:otrs-boun...@otrs.org] *On Behalf Of
> *sanjeev rao
> *Sent:* Tuesday, January 27, 2009 12:40 PM
> *To:* User questions and discussions about OTRS.
> *Subject:* Re: [otrs] installation problem on SUSE 11
>
>
>
> i dont think so, can you please check the log files of apache (access,error
> logs) and update here?
>
> --- On *Tue, 1/27/09, Bharat Malik * wrote:
>
> From: Bharat Malik 
> Subject: Re: [otrs] installation problem on SUSE 11
> To: otrs@otrs.org
> Date: Tuesday, January 27, 2009, 10:05 AM
>
>
>
> Hi,
>
> I am facing problem during the installation of otrs on open SUSE 11. As I
> install otrs, my webserver (apache2) services will be automatically
> terminated.
>
> Is it a problem of otrs version?  Please help me.
>
>
>
> Thanks & Regards
>
> Bharat
>
> ___
>
> OTRS mailing list: otrs - Webpage: http://otrs.org/
>
> Archive: http://lists.otrs.org/pipermail/otrs
>
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>
>
>
>
>
> ___
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>



-- 
Leonardo Certuche
301 284 6250
leonardo.certu...@itcon-ltda.com
www.itcon-ltda.com
Medellín, Colombia
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Re: [otrs] installation problem on SUSE 11

2009-01-27 Thread sanjeev rao
in other distro's it can be done as follows

perl -MCPAN -e shell

#install Apache2::Reload

can you try similar for suse?


--- On Tue, 1/27/09, Bharat Malik  wrote:
From: Bharat Malik 
Subject: RE: [otrs] installation problem on SUSE 11
To: sosweet_...@yahoo.com, "'User questions and discussions about OTRS.'" 

Date: Tuesday, January 27, 2009, 2:24 PM




 
 







Hi Sanjeev, 

   

Following is error in log file of apache2. 

   

   

[Tue Jan 27 14:15:42 2009] [error] Can't
locate Apache2/Reload.pm in @INC (@INC contains: ../../
/opt/otrs/Kernel/cpan-lib /opt/otrs/ /srv/www/perl-lib
/usr/lib/perl5/5.10.0/i586-linux-thread-multi /usr/lib/perl5/5.10.0
/usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.10.0
/usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl . /srv/www) at
(eval 110) line 3.\n 

[Tue Jan 27 14:15:42 2009] [error] Can't
load Perl module Apache2::Reload for server linux-0yq4.site:0, exiting... 

   

   

Thanks & Regards 

Bharat 

   









From:
otrs-boun...@otrs.org [mailto:otrs-boun...@otrs.org] On Behalf Of sanjeev rao

Sent: Tuesday, January 27, 2009
12:40 PM

To: User questions and discussions
about OTRS.

Subject: Re: [otrs] installation
problem on SUSE 11 



   


 
  
  i dont think so, can you please check the log files
  of apache (access,error logs) and update here?

  

  --- On Tue, 1/27/09, Bharat Malik 
  wrote: 
  From: Bharat Malik
  

  Subject: Re: [otrs] installation problem on SUSE 11

  To: otrs@otrs.org

  Date: Tuesday, January 27, 2009, 10:05 AM 
  
  
    
  Hi, 
  I am
  facing problem during the installation of otrs on open SUSE 11. As I install
  otrs, my webserver (apache2) services will be automatically terminated. 
  Is it a
  problem of otrs version?  Please help me. 
    
  Thanks
  & Regards 
  Bharat 
  
  
  ___

OTRS mailing list: otrs - Webpage: http://otrs.org/

Archive: http://lists.otrs.org/pipermail/otrs

To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs 
 


   



 




  ___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Re: [otrs] installation problem on SUSE 11

2009-01-27 Thread Bharat Malik
Hi Sanjeev,

 

Following is error in log file of apache2.

 

 

[Tue Jan 27 14:15:42 2009] [error] Can't locate Apache2/Reload.pm in @INC
(@INC contains: ../../ /opt/otrs/Kernel/cpan-lib /opt/otrs/
/srv/www/perl-lib /usr/lib/perl5/5.10.0/i586-linux-thread-multi
/usr/lib/perl5/5.10.0
/usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.10.0
/usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl . /srv/www) at
(eval 110) line 3.\n

[Tue Jan 27 14:15:42 2009] [error] Can't load Perl module Apache2::Reload
for server linux-0yq4.site:0, exiting...

 

 

Thanks & Regards

Bharat

 

  _  

From: otrs-boun...@otrs.org [mailto:otrs-boun...@otrs.org] On Behalf Of
sanjeev rao
Sent: Tuesday, January 27, 2009 12:40 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] installation problem on SUSE 11

 


i dont think so, can you please check the log files of apache (access,error
logs) and update here?

--- On Tue, 1/27/09, Bharat Malik  wrote:

From: Bharat Malik 
Subject: Re: [otrs] installation problem on SUSE 11
To: otrs@otrs.org
Date: Tuesday, January 27, 2009, 10:05 AM

 

Hi,

I am facing problem during the installation of otrs on open SUSE 11. As I
install otrs, my webserver (apache2) services will be automatically
terminated.

Is it a problem of otrs version?  Please help me.

 

Thanks & Regards

Bharat

___


OTRS mailing list: otrs - Webpage: http://otrs.org/


Archive: http://lists.otrs.org/pipermail/otrs


To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

 

___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Re: [otrs] installation problem on SUSE 11

2009-01-26 Thread sanjeev rao
i dont think so, can you please check the log files of apache (access,error 
logs) and update here?

--- On Tue, 1/27/09, Bharat Malik  wrote:
From: Bharat Malik 
Subject: Re: [otrs] installation problem on SUSE 11
To: otrs@otrs.org
Date: Tuesday, January 27, 2009, 10:05 AM




 
 






   

Hi, 

I am facing problem during the installation of otrs on open
SUSE 11. As I install otrs, my webserver (apache2) services will be
automatically terminated. 

Is it a problem of otrs version?  Please help me. 

   

Thanks & Regards 

Bharat 



 

___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs


  ___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Re: [otrs] installation problem on SUSE 11

2009-01-26 Thread Bharat Malik
 

Hi,

I am facing problem during the installation of otrs on open SUSE 11. As I
install otrs, my webserver (apache2) services will be automatically
terminated.

Is it a problem of otrs version?  Please help me.

 

Thanks & Regards

Bharat

___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Re: [otrs] Installation problem ?

2008-01-17 Thread Alexis Gingras
Anyone can give me some advice on how the solve my problem?

2008/1/17, Alexis Gingras <[EMAIL PROTECTED]>:
>
> Thanks for the hints. After using the cvs version i got rid of the
> internal server error. But now i have
>
> Software Error:
> Got no TicketObject! at ../..//Kernel/Output/HTML/NavBarModuleAdmin.pm line 
> 30.
>
> I looked into the doc if I missed something in the installation process
> but I don't think so. Im not sure what im doing wrong !
> Thanks !
>
> 2008/1/16, Peter van Beugen <[EMAIL PROTECTED]>:
> >
> >  Work-arounds:
> >
> > -  Install older perl modules on Fedora 7 (already figured out
> > in this list)
> >
> > -  Use Fedora Core 6
> >
> > -  Use OTRS CVS version
> >
> > -  Wait for 2.2.5… (I think –and hope- it will be released this
> > month….)
> >
> >
> >
> > Regards,
> >
> > Peter van Beugen
> >
> >
> >
> > *Van:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *Namens *Alexis
> > Gingras
> > *Verzonden:* dinsdag 15 januari 2008 19:44
> > *Aan:* User questions and discussions about OTRS.org
> > *Onderwerp:* Re: [otrs] Installation problem ?
> >
> >
> >
> > Yeah,
> > After some research I saw that otrs add some problem with perl ­>=5.8.25.
> > But I didn't saw any workaround or any release date for otrs 2.2.5. Does
> > anyone know it?
> > Thanks
> >
> > 2008/1/15, Peter van Beugen <[EMAIL PROTECTED]>:
> >
> > I think I read a thing about Fedora 7/8 and the new perl modules which
> > are the problem
> >
> > This bug is fixed in the upcoming 2.2.5 release:
> >
> > - (2008/01/03) Fixed bug# 2491 - OTRS crash's after initial login on
> > fresh
> >
> > installation on fedora 7, fedora 8, altlinux and ActiveState Perl on
> > win32.
> >
> > See:
> >
> > http://cvs.otrs.org/viewvc.cgi/otrs/CHANGES?revision=1.545&view=markup
> >
> > Regards,
> >
> > Peter van Beugen
> >
> > -Oorspronkelijk bericht-
> > Van: [EMAIL PROTECTED] [ mailto:[EMAIL PROTECTED]<[EMAIL PROTECTED]>]
> > Namens Lars Jørgensen
> > Verzonden: dinsdag 15 januari 2008 13:52
> > Aan: otrs@otrs.org
> > Onderwerp: RE: [otrs] Installation problem ?
> >
> > > If the Fedora package is not working for you, you might want
> >
> > > to file a bug in Fedora's bug tracker. The current version of OTRS is
> > 2.2.4, I
> >
> > > believe Fedora 7 has 2.1.5. There are RPMs available on otrs.org .
> >
> > Let me sugggest a manual installation. I did it with absolutely no OTRS
> > experience just by following the instructions on otrs.org. This way
> > you'll be running the latest release and you end up knowing a little bit
> > about OTRS in the process.
> >
> > I installed it on a Debian stable if that's any help for you.
> >
> >
> >
> > --
> >
> > Lars
> >
> > ___
> >
> > OTRS mailing list: otrs - Webpage: http://otrs.org/
> >
> > Archive: http://lists.otrs.org/pipermail/otrs
> >
> > To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
> >
> > Support or consulting for your OTRS system?
> >
> > =http://www.otrs.com/
> >
> >
> > ___
> > OTRS mailing list: otrs - Webpage: http://otrs.org/
> > Archive: http://lists.otrs.org/pipermail/otrs
> > To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
> > Support or consulting for your OTRS system?
> > => http://www.otrs.com/
> >
> >
> >
> >
> > --
> > Alexis Gingras
> >
> >
> > ___
> > OTRS mailing list: otrs - Webpage: http://otrs.org/
> > Archive: http://lists.otrs.org/pipermail/otrs
> > To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
> > Support or consulting for your OTRS system?
> > => http://www.otrs.com/
> >
>
>
>
> --
> Alexis Gingras
>
>
>


-- 
Alexis Gingras
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/

Re: [otrs] Installation problem ?

2008-01-16 Thread Alexis Gingras
Thanks for the hints. After using the cvs version i got rid of the internal
server error. But now i have

Software Error:
Got no TicketObject! at ../..//Kernel/Output/HTML/NavBarModuleAdmin.pm line 30.

I looked into the doc if I missed something in the installation process but
I don't think so. Im not sure what im doing wrong !
Thanks !

2008/1/16, Peter van Beugen <[EMAIL PROTECTED]>:
>
>  Work-arounds:
>
> -  Install older perl modules on Fedora 7 (already figured out in
> this list)
>
> -  Use Fedora Core 6
>
> -  Use OTRS CVS version
>
> -  Wait for 2.2.5… (I think –and hope- it will be released this
> month….)
>
>
>
> Regards,
>
> Peter van Beugen
>
>
>
> *Van:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *Namens *Alexis
> Gingras
> *Verzonden:* dinsdag 15 januari 2008 19:44
> *Aan:* User questions and discussions about OTRS.org
> *Onderwerp:* Re: [otrs] Installation problem ?
>
>
>
> Yeah,
> After some research I saw that otrs add some problem with perl ­>=5.8.25.
> But I didn't saw any workaround or any release date for otrs 2.2.5. Does
> anyone know it?
> Thanks
>
> 2008/1/15, Peter van Beugen <[EMAIL PROTECTED]>:
>
> I think I read a thing about Fedora 7/8 and the new perl modules which are
> the problem
>
> This bug is fixed in the upcoming 2.2.5 release:
>
> - (2008/01/03) Fixed bug# 2491 - OTRS crash's after initial login on fresh
>
> installation on fedora 7, fedora 8, altlinux and ActiveState Perl on
> win32.
>
> See:
>
> http://cvs.otrs.org/viewvc.cgi/otrs/CHANGES?revision=1.545&view=markup
>
> Regards,
>
> Peter van Beugen
>
> -Oorspronkelijk bericht-
> Van: [EMAIL PROTECTED] [ mailto:[EMAIL PROTECTED]<[EMAIL PROTECTED]>]
> Namens Lars Jørgensen
> Verzonden: dinsdag 15 januari 2008 13:52
> Aan: otrs@otrs.org
> Onderwerp: RE: [otrs] Installation problem ?
>
> > If the Fedora package is not working for you, you might want
>
> > to file a bug in Fedora's bug tracker. The current version of OTRS is
> 2.2.4, I
>
> > believe Fedora 7 has 2.1.5. There are RPMs available on otrs.org .
>
> Let me sugggest a manual installation. I did it with absolutely no OTRS
> experience just by following the instructions on otrs.org. This way you'll
> be running the latest release and you end up knowing a little bit about OTRS
> in the process.
>
> I installed it on a Debian stable if that's any help for you.
>
>
>
> --
>
> Lars
>
> ___
>
> OTRS mailing list: otrs - Webpage: http://otrs.org/
>
> Archive: http://lists.otrs.org/pipermail/otrs
>
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>
> Support or consulting for your OTRS system?
>
> =http://www.otrs.com/
>
>
> ___
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
> Support or consulting for your OTRS system?
> => http://www.otrs.com/
>
>
>
>
> --
> Alexis Gingras
>
>
> ___
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
> Support or consulting for your OTRS system?
> => http://www.otrs.com/
>



-- 
Alexis Gingras
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/

RE: [otrs] Installation problem ?

2008-01-16 Thread Peter van Beugen
Work-arounds:

-  Install older perl modules on Fedora 7 (already figured out in this 
list)

-  Use Fedora Core 6

-  Use OTRS CVS version

-  Wait for 2.2.5... (I think -and hope- it will be released this 
month)

 

Regards,

Peter van Beugen

 

Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Alexis Gingras
Verzonden: dinsdag 15 januari 2008 19:44
Aan: User questions and discussions about OTRS.org
Onderwerp: Re: [otrs] Installation problem ?

 

Yeah,
After some research I saw that otrs add some problem with perl ­>=5.8.25. But I 
didn't saw any workaround or any release date for otrs 2.2.5. Does anyone know 
it? 
Thanks

2008/1/15, Peter van Beugen <[EMAIL PROTECTED]>:

I think I read a thing about Fedora 7/8 and the new perl modules which are the 
problem

This bug is fixed in the upcoming 2.2.5 release:

- (2008/01/03) Fixed bug# 2491 - OTRS crash's after initial login on fresh

installation on fedora 7, fedora 8, altlinux and ActiveState Perl on win32.

See:

http://cvs.otrs.org/viewvc.cgi/otrs/CHANGES?revision=1.545&view=markup 
<http://cvs.otrs.org/viewvc.cgi/otrs/CHANGES?revision=1.545&view=markup>  

Regards,

Peter van Beugen

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED] [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] 
Namens Lars Jørgensen
Verzonden: dinsdag 15 januari 2008 13:52
Aan: otrs@otrs.org
Onderwerp: RE: [otrs] Installation problem ?

> If the Fedora package is not working for you, you might want 

> to file a bug in Fedora's bug tracker. The current version of OTRS is 2.2.4, 
> I  

> believe Fedora 7 has 2.1.5. There are RPMs available on otrs.org .

Let me sugggest a manual installation. I did it with absolutely no OTRS 
experience just by following the instructions on otrs.org. This way you'll be 
running the latest release and you end up knowing a little bit about OTRS in 
the process.

I installed it on a Debian stable if that's any help for you.

 

-- 

Lars

___

OTRS mailing list: otrs - Webpage: http://otrs.org/

Archive: http://lists.otrs.org/pipermail/otrs 

To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs 

Support or consulting for your OTRS system?

=http://www.otrs.com/


___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/ 




-- 
Alexis Gingras



___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/

Re: [otrs] Installation problem ?

2008-01-15 Thread Alexis Gingras
Yeah,
After some research I saw that otrs add some problem with perl ­>=5.8.25.
But I didn't saw any workaround or any release date for otrs 2.2.5. Does
anyone know it?
Thanks

2008/1/15, Peter van Beugen <[EMAIL PROTECTED]>:
>
>  I think I read a thing about Fedora 7/8 and the new perl modules which
> are the problem
>
> This bug is fixed in the upcoming 2.2.5 release:
>
> - (2008/01/03) Fixed bug# 2491 - OTRS crash's after initial login on fresh
>
> installation on fedora 7, fedora 8, altlinux and ActiveState Perl on
> win32.
>
> See:
>
> ***http://cvs.otrs.org/viewvc.cgi/otrs/CHANGES?revision=1.545&view=markup*<http://cvs.otrs.org/viewvc.cgi/otrs/CHANGES?revision=1.545&view=markup>
>
> Regards,
>
> Peter van Beugen
>
> -Oorspronkelijk bericht-
> Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]<[EMAIL PROTECTED]>]
> Namens Lars Jørgensen
> Verzonden: dinsdag 15 januari 2008 13:52
> Aan: otrs@otrs.org
> Onderwerp: RE: [otrs] Installation problem ?
>
> > If the Fedora package is not working for you, you might want
>
> > to file a bug in Fedora's bug tracker. The current version of OTRS is
> 2.2.4, I
>
> > believe Fedora 7 has 2.1.5. There are RPMs available on otrs.org.
>
> Let me sugggest a manual installation. I did it with absolutely no OTRS
> experience just by following the instructions on otrs.org. This way you'll
> be running the latest release and you end up knowing a little bit about OTRS
> in the process.
>
> I installed it on a Debian stable if that's any help for you.
>
> --
>
> Lars
>
> ___
>
> OTRS mailing list: otrs - Webpage: http://otrs.org/
>
> Archive: http://lists.otrs.org/pipermail/otrs
>
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>
> Support or consulting for your OTRS system?
>
> =http://www.otrs.com/
>
> ___
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
> Support or consulting for your OTRS system?
> => http://www.otrs.com/
>



-- 
Alexis Gingras
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/

RE: [otrs] Installation problem ?

2008-01-15 Thread Peter van Beugen
I think I read a thing about Fedora 7/8 and the new perl modules which are the 
problem
This bug is fixed in the upcoming 2.2.5 release:
- (2008/01/03) Fixed bug# 2491 - OTRS crash's after initial login on fresh
installation on fedora 7, fedora 8, altlinux and ActiveState Perl on win32.

See:
http://cvs.otrs.org/viewvc.cgi/otrs/CHANGES?revision=1.545&view=markup


Regards,
Peter van Beugen

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Lars Jørgensen
Verzonden: dinsdag 15 januari 2008 13:52
Aan: otrs@otrs.org
Onderwerp: RE: [otrs] Installation problem ?

> If the Fedora package is not working for you, you might want 
> to file a bug in Fedora's bug tracker. The current version of OTRS is 2.2.4, 
> I  
> believe Fedora 7 has 2.1.5. There are RPMs available on otrs.org.

Let me sugggest a manual installation. I did it with absolutely no OTRS 
experience just by following the instructions on otrs.org. This way you'll be 
running the latest release and you end up knowing a little bit about OTRS in 
the process.

I installed it on a Debian stable if that's any help for you.


-- 
Lars
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=http://www.otrs.com/
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/

RE: [otrs] Installation problem ?

2008-01-15 Thread Lars Jørgensen
> If the Fedora package is not working for you, you might want 
> to file a bug in Fedora's bug tracker. The current version of OTRS is 2.2.4, 
> I  
> believe Fedora 7 has 2.1.5. There are RPMs available on otrs.org.

Let me sugggest a manual installation. I did it with absolutely no OTRS 
experience just by following the instructions on otrs.org. This way you'll be 
running the latest release and you end up knowing a little bit about OTRS in 
the process.

I installed it on a Debian stable if that's any help for you.


-- 
Lars
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/


Re: [otrs] Installation problem ?

2008-01-15 Thread Nils Breunese (Lemonbit)

Alexis Gingras wrote:

I wan't to try otrs. I use Fedora Core 7 so I used the rpm package.  
The installation went well. But when I log in
 I got a 500 internal server error. When i look at the otrs log file  
I got :
[Mon Jan 14 21:24:35 2008][Notice][Kernel::System::Auth::DB::Auth]  
User: [EMAIL PROTECTED] authentication ok (REMOTE_ADDR: 127.0.0.1).  
Nothing there. Now I looked into the apache error_log and WOW :


If the Fedora package is not working for you, you might want to file a  
bug in Fedora's bug tracker. The current version of OTRS is 2.2.4, I  
believe Fedora 7 has 2.1.5. There are RPMs available on otrs.org.


You also could take a look at that line that is generating the errors.

Nils Breunese.
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/


RE: [otrs] Installation Problems

2007-12-26 Thread Ryan Stahl
Did you try restarting all the otrs service's?




Thank you,
Ryan S. Stahl
Casper, WY
True IT Department
IT Technician
MCSA
(307) 266-0249

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Jason Hough
Sent: Wednesday, December 19, 2007 12:53 PM
To: otrs@otrs.org
Subject: [otrs] Installation Problems

Hello..

I ran through all the installation instructions successfully (no errors at
all)however when I try to log into the system @
http://localhost/otrs/index.pl   I get a 500 Internal Server Error

I checked my messages log and get the following:

Dec 19 14:22:34 hd OTRS-CGI-10[21834]:
[Notice][Kernel::System::Auth::DB::Auth] User: [EMAIL PROTECTED] authentication
ok (REMOTE_ADDR: 10.33.249.45).
Dec 19 14:22:36 hd kernel: index.pl[21836] general protection eip:6170e3
esp:bf86c820 error:0 Dec 19 14:23:25 hd OTRS-CGI-10[21846]:
[Notice][Kernel::System::Auth::DB::Auth] User: [EMAIL PROTECTED] authentication
ok (REMOTE_ADDR: 10.33.249.45).
Dec 19 14:23:26 hd kernel: index.pl[21848]: segfault at 0011 eip
006170cb esp bfdb5560 error 4 Dec 19 14:25:17 hd OTRS-CGI-10[21912]:
[Notice][Kernel::System::Auth::DB::Auth] User: [EMAIL PROTECTED] authentication
ok (REMOTE_ADDR: 10.33.249.45).
Dec 19 14:26:58 hd OTRS-CGI-10[21918]:
[Notice][Kernel::System::Auth::DB::Auth] User: [EMAIL PROTECTED] authentication
ok (REMOTE_ADDR: 10.33.249.45).
Dec 19 14:27:00 hd kernel: index.pl[21920] general protection eip:4350ac
esp:bfe875e8 error:0


as you can see Im getting a general protection error on index.plany idea
why this is happening?

Please adviseThanks!




   Thanks,

***
Jason Hough
Network Administrator
Phone: 517-272-5527
GC Services


The information in this electronic mail message and any attached files is 
confidential and may be legally privileged.  If you are not the intended 
recipient, delete this message and contact the sender immediately.  Access to 
this message by anyone other than its intended recipient is unauthorized.  You 
must not use or disseminate this information as it is proprietary property of 
the True companies.  Communications on or through the True companies' computer 
systems may be monitored or recorded to secure effective system operation and 
for other lawful purposes.  Thank you.

___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/


Re: [otrs] Installation Problems

2007-12-19 Thread Beavis
Jason,

  Hi there is a script called otrs/bin/otrs.checkModules.
make sure that you have all the needed perl modules.



regards,
-Beavis

On Dec 19, 2007 1:52 PM, Jason Hough <[EMAIL PROTECTED]> wrote:
> Hello..
>
> I ran through all the installation instructions successfully (no errors at 
> all)however when I try to log into the system @ 
> http://localhost/otrs/index.pl   I get a 500 Internal Server Error
>
> I checked my messages log and get the following:
>
> Dec 19 14:22:34 hd OTRS-CGI-10[21834]: 
> [Notice][Kernel::System::Auth::DB::Auth] User: [EMAIL PROTECTED] 
> authentication ok (REMOTE_ADDR: 10.33.249.45).
> Dec 19 14:22:36 hd kernel: index.pl[21836] general protection eip:6170e3 
> esp:bf86c820 error:0
> Dec 19 14:23:25 hd OTRS-CGI-10[21846]: 
> [Notice][Kernel::System::Auth::DB::Auth] User: [EMAIL PROTECTED] 
> authentication ok (REMOTE_ADDR: 10.33.249.45).
> Dec 19 14:23:26 hd kernel: index.pl[21848]: segfault at 0011 eip 006170cb 
> esp bfdb5560 error 4
> Dec 19 14:25:17 hd OTRS-CGI-10[21912]: 
> [Notice][Kernel::System::Auth::DB::Auth] User: [EMAIL PROTECTED] 
> authentication ok (REMOTE_ADDR: 10.33.249.45).
> Dec 19 14:26:58 hd OTRS-CGI-10[21918]: 
> [Notice][Kernel::System::Auth::DB::Auth] User: [EMAIL PROTECTED] 
> authentication ok (REMOTE_ADDR: 10.33.249.45).
> Dec 19 14:27:00 hd kernel: index.pl[21920] general protection eip:4350ac 
> esp:bfe875e8 error:0
>
>
> as you can see Im getting a general protection error on index.plany idea 
> why this is happening?
>
> Please adviseThanks!
>
>
>
>
>Thanks,
>
> ***
> Jason Hough
> Network Administrator
> Phone: 517-272-5527
> GC Services
>
>
>
> ___
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
> Support or consulting for your OTRS system?
> => http://www.otrs.com/
>
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/


RE: [otrs] Installation/Configuration

2007-06-14 Thread Allen Laymon
Ok, I have no idea what i changed, but it's working all of a sudden.  I 
appreciate your help.  I did check and test all of the items that you have 
listed below and was unable to get it to work previously.  Very strange. 
 

Allen Laymon
Integris Tech
479.927.3303 x.200

>>> "Greg Horne" <[EMAIL PROTECTED]> 06/14/07 10:25 AM >>> 
Thanks for the additional information.  My first question would be can you
send email to this machine using SMTP from another machine?

If yes then you know that SMTP is working on that IP address.

Next I would check to make sure I could send SMTP from your mail server to
your mail server.  You can telnet to your machine using port 25 from a
terminal session and verify that you can send SMTP from your localhost.

telnet 127.0.0.1 25
helo abc.com
mail from:[EMAIL PROTECTED]
rcpt to:[EMAIL PROTECTED]
data
test
.
quit or exit from telnet

Also are you getting anything from your log files in OTRS or from the mail
server logs, relay rejects, auth errors

Hope this helps...

Greg Horne

geh gehorne


- Original Message-
From: otrs- [EMAIL PROTECTED] [mailto:otrs- [EMAIL PROTECTED] Behalf Of
Allen Laymon
Sent: Thursday, June 14, 2007 11:14 AM
To: 'User questions and discussions about OTRS.org'
Subject: RE: [otrs] Installation/Configuration


Yes, OTRS is running on the Novell server and yes, it is also my internal
mail server.

The OS is Novell Open Enterprise Server (OES) for Linux.



Allen Laymon
Integris Tech
479.927.3303 x.200

>>> "Greg Horne" <[EMAIL PROTECTED]> 06/14/07 10:05 AM >>>
Is OTRS running on the Novell server or is that your internal mail server?

Specifically what OS is OTRS running on?

Thanks

Greg Horne
geh gehorne

-  Original Message-
From: otrs-  [EMAIL PROTECTED] [mailto:otrs-  [EMAIL PROTECTED] Behalf Of
Allen Laymon
Sent: Thursday, June 14, 2007 10:36 AM
To: otrs@otrs.org
Subject: [otrs] Installation/Configuration


I have successfully installed and setup OTRS and can log in and everything
looks perfect.  I have one small problem in that I cannot get OTRS to send
email when a new ticket is created or change of ownership.  I have tried
both SMTP and sendmail configurations.  Can someone guide me in the
direction to get this resolved?

This is some of my specs:

Novell Open Enterprise Server with GroupWise
OTRS v.2.1.7

Any assistance would be greatly appreciated.


Allen Laymon
Integris Tech
479.927.3303 x.200

___
OTRS mailing list: otrs -   Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-  bin/listinfo/otrs
Support or consulting for your OTRS system?


___
OTRS mailing list: otrs -   Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-  bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/

___
OTRS mailing list: otrs -  Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi- bin/listinfo/otrs
Support or consulting for your OTRS system?


___
OTRS mailing list: otrs -  Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi- bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/

___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/


RE: [otrs] Installation/Configuration

2007-06-14 Thread Greg Horne
Thanks for the additional information.  My first question would be can you
send email to this machine using SMTP from another machine?

If yes then you know that SMTP is working on that IP address.

Next I would check to make sure I could send SMTP from your mail server to
your mail server.  You can telnet to your machine using port 25 from a
terminal session and verify that you can send SMTP from your localhost.

telnet 127.0.0.1 25
helo abc.com
mail from:[EMAIL PROTECTED]
rcpt to:[EMAIL PROTECTED]
data
test
.
quit or exit from telnet

Also are you getting anything from your log files in OTRS or from the mail
server logs, relay rejects, auth errors

Hope this helps...

Greg Horne

geh gehorne


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
Allen Laymon
Sent: Thursday, June 14, 2007 11:14 AM
To: 'User questions and discussions about OTRS.org'
Subject: RE: [otrs] Installation/Configuration


Yes, OTRS is running on the Novell server and yes, it is also my internal
mail server.

The OS is Novell Open Enterprise Server (OES) for Linux.



Allen Laymon
Integris Tech
479.927.3303 x.200

>>> "Greg Horne" <[EMAIL PROTECTED]> 06/14/07 10:05 AM >>>
Is OTRS running on the Novell server or is that your internal mail server?

Specifically what OS is OTRS running on?

Thanks

Greg Horne
geh gehorne

- Original Message-
From: otrs- [EMAIL PROTECTED] [mailto:otrs- [EMAIL PROTECTED] Behalf Of
Allen Laymon
Sent: Thursday, June 14, 2007 10:36 AM
To: otrs@otrs.org
Subject: [otrs] Installation/Configuration


I have successfully installed and setup OTRS and can log in and everything
looks perfect.  I have one small problem in that I cannot get OTRS to send
email when a new ticket is created or change of ownership.  I have tried
both SMTP and sendmail configurations.  Can someone guide me in the
direction to get this resolved?

This is some of my specs:

Novell Open Enterprise Server with GroupWise
OTRS v.2.1.7

Any assistance would be greatly appreciated.


Allen Laymon
Integris Tech
479.927.3303 x.200

___
OTRS mailing list: otrs -  Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi- bin/listinfo/otrs
Support or consulting for your OTRS system?


___
OTRS mailing list: otrs -  Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi- bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/

___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?


___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/


RE: [otrs] Installation/Configuration

2007-06-14 Thread Allen Laymon
Yes, OTRS is running on the Novell server and yes, it is also my internal mail 
server.  

The OS is Novell Open Enterprise Server (OES) for Linux.
 
 

Allen Laymon
Integris Tech
479.927.3303 x.200

>>> "Greg Horne" <[EMAIL PROTECTED]> 06/14/07 10:05 AM >>> 
Is OTRS running on the Novell server or is that your internal mail server?

Specifically what OS is OTRS running on?

Thanks

Greg Horne
geh gehorne

- Original Message-
From: otrs- [EMAIL PROTECTED] [mailto:otrs- [EMAIL PROTECTED] Behalf Of
Allen Laymon
Sent: Thursday, June 14, 2007 10:36 AM
To: otrs@otrs.org
Subject: [otrs] Installation/Configuration


I have successfully installed and setup OTRS and can log in and everything
looks perfect.  I have one small problem in that I cannot get OTRS to send
email when a new ticket is created or change of ownership.  I have tried
both SMTP and sendmail configurations.  Can someone guide me in the
direction to get this resolved?

This is some of my specs:

Novell Open Enterprise Server with GroupWise
OTRS v.2.1.7

Any assistance would be greatly appreciated.


Allen Laymon
Integris Tech
479.927.3303 x.200

___
OTRS mailing list: otrs -  Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi- bin/listinfo/otrs
Support or consulting for your OTRS system?


___
OTRS mailing list: otrs -  Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi- bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/

___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/


RE: [otrs] Installation/Configuration

2007-06-14 Thread Greg Horne
Is OTRS running on the Novell server or is that your internal mail server?

Specifically what OS is OTRS running on?

Thanks

Greg Horne
geh gehorne

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
Allen Laymon
Sent: Thursday, June 14, 2007 10:36 AM
To: otrs@otrs.org
Subject: [otrs] Installation/Configuration


I have successfully installed and setup OTRS and can log in and everything
looks perfect.  I have one small problem in that I cannot get OTRS to send
email when a new ticket is created or change of ownership.  I have tried
both SMTP and sendmail configurations.  Can someone guide me in the
direction to get this resolved?

This is some of my specs:

Novell Open Enterprise Server with GroupWise
OTRS v.2.1.7

Any assistance would be greatly appreciated.


Allen Laymon
Integris Tech
479.927.3303 x.200

___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?


___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/


Re: [otrs] installation problem

2007-05-02 Thread Adriano Amaral




Easy George, 

mod_perl is not configured or not installed. If it is  go to the shell
as root and type :  a2enmod perl

You can find this answer as well on the FAQ

Good Luck 

Adriano

George Develekos wrote:

  Greetings,
  
  
  I've had to upgrade to Apache2, so
I'm
trying to get OTRS to work with it. I can't, for the life of me, get
past
this problem I get when I run rcapache2:
  
  
  mail:/sw/Linux/Suse # rcapache2
start
  
  Starting httpd2 (prefork) Syntax
error
on line 10 of /etc/apache2/conf.d/otrs.conf:
  
  Invalid command 'PerlRequire',
perhaps misspelled or defined by a module not included in the server
configuration
  
  
  The command line was:
  
  /usr/sbin/httpd2-prefork -f
/etc/apache2/httpd.conf
  
  
  I've just run SuSEconfig and proceeded to
the rcapache2 step.
  
  
  It's a Suse Enterprise v.9 system,
with
the following packages installed and verified:
  
  
  mail:/sw/Linux/Suse # rpm -qa|grep
apache2
  
  apache2-2.2.0-21.7
  
  apache2-doc-2.0.49-27.8
  
  apache2-prefork-2.2.0-21.7
  
  apache2-worker-2.2.0-21
  
  apache2-example-pages-2.0.49-27.8
  
  apache2-mod_perl-2.0.3-12
  
  mail:/sw/Linux/Suse # rpm -qa|grep
otrs
  
  otrs-2.1.7-01
  
  
  Can you please suggest some way out
or some further diagnosing step?
  
  
  Thanks a lot,
  
  
  George I. Develekos
Software Engineer
Omilia Ltd.
  

___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/


-- 



___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/

Re: [otrs] Installation of ITSM fails on v2.2

2007-04-22 Thread Alexander Scholler
Sorry, I missed to extract the archive otrs-itsm-1.0-beta2.tar.gz.
After that, I completed the installation as described in INSTALL.ITSM.
Why is the installation splited into 7 OPMs - therefore the installation
if very time-comsuming.

Alex

Alexander Scholler schrieb:
> Hi,
> 
> I want to install the package otrs-itsm-1.0-beta2.tar.gz on a running
> otrs-2.2.0-beta2.tar.gz.
> 
> Whether I try it with the webgui or with bin/opm.pl -a install -p
> /path-to/package
> it fails with
> 
> ###
> jERROR: OTRS-opm-81 Perl: 5.8.8 OS: linux Time: Mon Apr 23
> 07:48:51 2007
> 
>  Message: C-Parser:
> not well-formed (invalid token) at line 1, column 0, byte 0 at
> /usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/XML/Parser.pm
> line 187
> !
> 
>  Traceback (4624):
>Module: Kernel::System::XML::XMLParse (v1.55) Line: 1040
>Module: Kernel::System::Package::PackageParse (v1.63) Line: 1400
>Module: ./opm.pl (v1.16) Line: 288
> 
> Can't use an undefined value as a HASH reference at
> /home/otrs-2.2.0-beta2/Kernel/System/Package.pm line 1458.
> ###
> 
> Any suggestions...?
> 
> Bye, Alex
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/


RE: [otrs] installation problem/question (follow-up)

2006-12-06 Thread Andy Lubel
You want to edit the "Kernel/Config.pm" and look for this part:

   #  #
   # fs root directory   
   #  #
$Self->{Home} = '/opt/ididntreadthemanual/otrs';
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Nils Breunese (Lemonbit)
Sent: Wednesday, December 06, 2006 11:24 AM
To: User questions and discussions about OTRS.org
Subject: Re: [otrs] installation problem/question (follow-up)

Christopher Scott wrote:

> When trying to hit my new ITRS install, I get:
>
>  Software error:
>  at /var/www/otrs/Kernel/Config/Defaults.pm line 1803.
>
> Looking at my Apache error log shows:
>
> ERROR: /opt/otrs/RELEASE does not exist! This file is needed by 
> central system parts of OTRS, the system will not work without this 
> file.
> [Wed Dec 06 09:26:10 2006] [error]  at /var/www/otrs/Kernel/Config/ 
> Defaults.pm line 1803.\n
>
> However, my OTRS install is stored in /var/www/otrs, not /opt/otrs.
>
> Looking at Defaults.pm shows the {Home} variable - this is clearly the

> issue; {Home} is set to be /opt.
>
> My question is: where does the {Home} value get set?

The SetPermissions.sh script might fix this for you. I guess you will
find it as /var/www/otrs/bin/SetPermissions.sh on your install:

 /var/www/otrs/bin/SetPermissions.sh  


On my CentOS system I'd use '/opt/otrs otrs apache' as the three
arguments, but on your system the first argument would be /var/www/
otrs. Adjust otrs and apache if you use different users for that on your
install (I know for instance on Debian systems you'd use www- data as
APACHE_USER).

Nils Breunese.


___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/


Re: [otrs] installation problem/question (follow-up)

2006-12-06 Thread Nils Breunese (Lemonbit)

Christopher Scott wrote:


When trying to hit my new ITRS install, I get:

 Software error:
 at /var/www/otrs/Kernel/Config/Defaults.pm line 1803.

Looking at my Apache error log shows:

ERROR: /opt/otrs/RELEASE does not exist! This file is needed by  
central system parts of OTRS, the system will not work without this  
file.
[Wed Dec 06 09:26:10 2006] [error]  at /var/www/otrs/Kernel/Config/ 
Defaults.pm line 1803.\n


However, my OTRS install is stored in /var/www/otrs, not /opt/otrs.

Looking at Defaults.pm shows the {Home} variable - this is clearly  
the issue; {Home} is set to be /opt.


My question is: where does the {Home} value get set?


The SetPermissions.sh script might fix this for you. I guess you will  
find it as /var/www/otrs/bin/SetPermissions.sh on your install:


/var/www/otrs/bin/SetPermissions.sh



On my CentOS system I'd use '/opt/otrs otrs apache' as the three  
arguments, but on your system the first argument would be /var/www/ 
otrs. Adjust otrs and apache if you use different users for that on  
your install (I know for instance on Debian systems you'd use www- 
data as APACHE_USER).


Nils Breunese.


___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/


Re: [otrs] Installation on Windows when Apache is already installed

2006-11-02 Thread Paul Puschmann
On Tue, Oct 31, 2006 at 03:04:49PM -0500, Gary Feldman wrote:
> I've searched the archives, and discovered that this question has been 
> asked before but never answered:  How does one install OTRS if Apache 
> (and other prerequisites) are already installed?
> 
> There's one note that's a couple of years old that claims it's not a 
> problem, but when I run the 2.1.1 Windows installer, I get
> 
>"Found the installed service Apache2.  Installation aborted.  Please 
> remove the services
>Apache, MySQL, Perl, and Cron before continuing."
> 
> Obviously, removing such services is unacceptable, since the reason 
> they're there is that other systems on the server rely on them.
> 
> Do the OTRS developers consider this a bug in the installer?  My opinion 
> is yes; an installation kit could choose to require them as 
> prerequisites, but it should never prohibit existing installations, and 
> nor should it try to install them itself without going through the 
> native installers for the various products.
> 
On Windows such "cross-installs" aren't that easy.
Please try a .zip / tar.gz and configure Apache on your own.

Paul
-- 
: Please answer below the quote, use a realname and
: use plain-text (no HTML).
: Thank you.


signature.asc
Description: Digital signature
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/

Re: [otrs] Installation on Windows using IIS and MS SQL Server

2006-10-20 Thread David Violino
So, I take it that when you reply "LOL", that means you don't know how to setup OTRS.On 10/16/06, Andy Lubel <
[EMAIL PROTECTED]> wrote:




LOL.




On 10/14/06 3:50 PM, "David Violino" <[EMAIL PROTECTED]> wrote:

Has anyone setup OTRS using IIS and MS SQL Server instead of the builtin Apache and MySQL?


Can you provide detailed steps?

Thanks

___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/


-- 






___OTRS mailing list: otrs - Webpage: http://otrs.org/Archive: 
http://lists.otrs.org/pipermail/otrsTo unsubscribe: 
http://lists.otrs.org/cgi-bin/listinfo/otrsSupport orr consulting for your OTRS system?=> http://www.otrs.com/

___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/

RE : [otrs] Installation on Oracle 9.2

2006-10-17 Thread EXT / CAP GEMINI LEBLANC Bastien
Just resolved the issue on my own for the installation!

The constraints were created before the insert. Then we tried several times the 
insert, so the sequence were not initialised.

After a re_run of:
1) otrs-schema.oracle.sql
2) initial_insert.sql
2) otrs-schema-post.oracle.sql

All the data and structure is inserted fine.

But my second question is still to be answered, does someone allready running 
OTRS 2.x on Oracle with Success, what are the things to care about?

Thank you!

Cordialement,
Bastien Leblanc - Administrateur Peoplesoft
CAPGEMINI 
int: 30 01 69
ext: 01 56 33 01 69
 
-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de EXT / CAP GEMINI 
LEBLANC Bastien
Envoyé : lundi 16 octobre 2006 18:01
À : otrs@otrs.org
Objet : [otrs] Installation on Oracle 9.2

Hi,

I am trying to install OTRS 2.1 for my client under Oracle 9.2.
The problem comes with the initial insert script.
All the insert statements are based on the "AUTO_INCREMENT" status of the 
tables. But this doesn't exist in Oracle.
I found one mail in the mailing list archives about someone writing a patch.

My question is, is there someone who allready wrote a patch for these insert 
(and maybe also for the rest of the code?)

Second question, do you recommand using Oracle anyway?

Thank you for your answer
Regards,
Bastien Leblanc - Peoplesoft Administrator
CAPGEMINI 

 

___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/


Re: [otrs] Installation on Windows using IIS and MS SQL Server

2006-10-16 Thread Andy Lubel
Title: Re: [otrs] Installation on Windows using IIS and MS SQL Server



LOL.




On 10/14/06 3:50 PM, "David Violino" <[EMAIL PROTECTED]> wrote:

Has anyone setup OTRS using IIS and MS SQL Server instead of the builtin Apache and MySQL?

Can you provide detailed steps?

Thanks

___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/


-- 





___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/

Re: [otrs] Installation Questions

2006-06-08 Thread Hershel Robinson

Andy Lubel wrote:

Options +execCGI is under the  tag?


Yes, my httpd.conf ends thusly:


  Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
  ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/


AllowOverride None
Options +ExecCGI -Includes
Order allow,deny
Allow from all


AllowOverride None
Order allow,deny
Allow from all


--
Gallery Robinson Web Services
http://web.galleryrobinson.com/
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/


RE: [otrs] Installation Questions

2006-06-08 Thread Andy Lubel
Options +execCGI is under the  tag?


-Original Message-
From: [EMAIL PROTECTED] on behalf of Hershel Robinson
Sent: Thu 6/8/2006 11:03 AM
To: User questions and discussions about OTRS.org
Subject: Re: [otrs] Installation Questions
 
Andy Lubel wrote:
> im no installation expert quite yet but i think that you need mod_perl along 
> with mod_cgi in order to use the "fast" option.  other than that it looks 
> like the modules you have will support.  your config file has the +execCGI 
> outside of a directory as well, i believe that doesnt work.  try it like so:
> 
> #
> # Basic apache configuration file for OTRS
> #
> # agent, admin and customer frontend
> #
> ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
> Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
> #
> # Directory settings
> #
> 
> AllowOverride None
> Options +ExecCGI -Includes
> Order allow,deny
> Allow from all
> 
> 
> AllowOverride None
> Order allow,deny
> Allow from all
> 
> 
> as noted in documentation, but i suggest you take a closer look at the 
> README.webserver that is included in the source distribution.  another good 
> thing that you could do is use seperate config files for each virtual host by 
> doing a "Include /etc/httpd/sites/*.conf" and it will load whatever conf 
> files you have in that directory.  i dont know if thats possible with Cpanel 
> however!

No, CPanel set up those automatically. There are a slew of existing 
sites on this VPS.

I added the lines as you suggest, to the end of httpd.conf. I still get 
Internal Server Error.

Any other ideas?

Hershel

-- 
Gallery Robinson Web Services
http://web.galleryrobinson.com/
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/

<>___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/

Re: [otrs] Installation Questions

2006-06-08 Thread Hershel Robinson

Andy Lubel wrote:

im no installation expert quite yet but i think that you need mod_perl along with mod_cgi 
in order to use the "fast" option.  other than that it looks like the modules 
you have will support.  your config file has the +execCGI outside of a directory as well, 
i believe that doesnt work.  try it like so:

#
# Basic apache configuration file for OTRS
#
# agent, admin and customer frontend
#
ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
#
# Directory settings
#

AllowOverride None
Options +ExecCGI -Includes
Order allow,deny
Allow from all


AllowOverride None
Order allow,deny
Allow from all


as noted in documentation, but i suggest you take a closer look at the README.webserver 
that is included in the source distribution.  another good thing that you could do is use 
seperate config files for each virtual host by doing a "Include 
/etc/httpd/sites/*.conf" and it will load whatever conf files you have in that 
directory.  i dont know if thats possible with Cpanel however!


No, CPanel set up those automatically. There are a slew of existing 
sites on this VPS.


I added the lines as you suggest, to the end of httpd.conf. I still get 
Internal Server Error.


Any other ideas?

Hershel

--
Gallery Robinson Web Services
http://web.galleryrobinson.com/
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/


RE: [otrs] Installation Questions

2006-06-08 Thread Andy Lubel
im no installation expert quite yet but i think that you need mod_perl along 
with mod_cgi in order to use the "fast" option.  other than that it looks like 
the modules you have will support.  your config file has the +execCGI outside 
of a directory as well, i believe that doesnt work.  try it like so:

#
# Basic apache configuration file for OTRS
#
# agent, admin and customer frontend
#
ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
#
# Directory settings
#

AllowOverride None
Options +ExecCGI -Includes
Order allow,deny
Allow from all


AllowOverride None
Order allow,deny
Allow from all


as noted in documentation, but i suggest you take a closer look at the 
README.webserver that is included in the source distribution.  another good 
thing that you could do is use seperate config files for each virtual host by 
doing a "Include /etc/httpd/sites/*.conf" and it will load whatever conf files 
you have in that directory.  i dont know if thats possible with Cpanel however!


HTH,

Andy


-Original Message-
From: [EMAIL PROTECTED] on behalf of Hershel Robinson
Sent: Wed 6/7/2006 7:00 PM
To: User questions and discussions about OTRS.org
Subject: Re: [otrs] Installation Questions
 
Andy Lubel wrote:
> Do you load the mod_perl and mod_cgi module?

Here is my httpd.conf file:

http://wcconline.com/httpd.txt

save the VirtualHost sections that I removed (to protect the innocent)

Thanks.

-- 
Gallery Robinson Web Services
http://web.galleryrobinson.com/
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/

<>___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/

Re: [otrs] Installation Questions

2006-06-07 Thread Hershel Robinson

Andy Lubel wrote:

Do you load the mod_perl and mod_cgi module?


Here is my httpd.conf file:

http://wcconline.com/httpd.txt

save the VirtualHost sections that I removed (to protect the innocent)

Thanks.

--
Gallery Robinson Web Services
http://web.galleryrobinson.com/
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/


Re: [otrs] Installation Questions

2006-06-07 Thread Andy Lubel
Do you load the mod_perl and mod_cgi module?


On 6/7/06 2:40 PM, "Hershel Robinson" <[EMAIL PROTECTED]> wrote:

> Nils Breunese (Lemonbit Internet) wrote:
>> Hershel Robinson wrote:
>> 
>>> Before I do that, I would like to at least have a more simple version
>>> running. As it is, CGI is not running.
>>> 
>>> any other ideas?
>> 
>> Maybe the key is Options +ExecCGI?
> 
> Tried it in .htaccess in the OTRS /bin/cgi-bin/ dir and then I also
> added it to httpd.conf. Same results.
> 
> I did:
> 
> perl installer.pl > installer.htm
> 
> and when I bring up that file (http://mysite.com/otrs/installer.htm) it
> looks good. Except for the HTTP header stuff at the top.
> 
> Any other ideas???

-- 


___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/


Re: [otrs] Installation Questions

2006-06-07 Thread Hershel Robinson

Nils Breunese (Lemonbit Internet) wrote:

Hershel Robinson wrote:

Before I do that, I would like to at least have a more simple version 
running. As it is, CGI is not running.


any other ideas?


Maybe the key is Options +ExecCGI?


Tried it in .htaccess in the OTRS /bin/cgi-bin/ dir and then I also 
added it to httpd.conf. Same results.


I did:

perl installer.pl > installer.htm

and when I bring up that file (http://mysite.com/otrs/installer.htm) it 
looks good. Except for the HTTP header stuff at the top.


Any other ideas???

--
Gallery Robinson Web Services
http://web.galleryrobinson.com/
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/


Re: [otrs] Installation Questions

2006-06-07 Thread Nils Breunese (Lemonbit Internet)

Hershel Robinson wrote:

Before I do that, I would like to at least have a more simple  
version running. As it is, CGI is not running.


any other ideas?


Maybe the key is Options +ExecCGI?

Nils Breunese.

___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/


Re: [otrs] Installation Questions

2006-06-07 Thread Hershel Robinson

Nils Breunese (Lemonbit Internet) wrote:

Hershel Robinson wrote:

Could this be a problem with step 6? Webserver configuration? I don't 
think so but I don't know. All I actually did was add these 2 lines:


 Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
 Alias /otrs/ "/opt/otrs/bin/cgi-bin/"

to the very bottom of httpd.conf

What now?


I have this instead:

ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"

So, a ScriptAlias instead of a normal Alias. That should tell apache to 
execute the files as scripts, instead of serving them up as text documents.


Tried that and I get the same results.

Here's my full vhost configuration for OTRS using mod_perl instead of 
CGI (much faster):


Before I do that, I would like to at least have a more simple version 
running. As it is, CGI is not running.


any other ideas?

--
Gallery Robinson Web Services
http://web.galleryrobinson.com/
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/


Re: [otrs] Installation Questions

2006-06-07 Thread Nils Breunese (Lemonbit Internet)

Hershel Robinson wrote:

Could this be a problem with step 6? Webserver configuration? I  
don't think so but I don't know. All I actually did was add these 2  
lines:


 Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
 Alias /otrs/ "/opt/otrs/bin/cgi-bin/"

to the very bottom of httpd.conf

What now?


I have this instead:

ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"

So, a ScriptAlias instead of a normal Alias. That should tell apache  
to execute the files as scripts, instead of serving them up as text  
documents.


Here's my full vhost configuration for OTRS using mod_perl instead of  
CGI (much faster):




# agent, admin and customer frontend
ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"

# load all otrs modules
Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl

# Apache::Reload - Reload Perl Modules when Changed on Disk
PerlModule Apache::Reload
PerlInitHandler Apache::Reload

# set mod_perl2 options

#  ErrorDocument 403 /otrs/customer.pl
  AllowOverride None
  ErrorDocument 403 /otrs/index.pl
  SetHandler  perl-script
  PerlHandler ModPerl::Registry
  Options +ExecCGI
  PerlOptions +ParseHeaders
  Order allow,deny
  Allow from all


# directory settings

AllowOverride None
Options +ExecCGI -Includes
Order allow,deny
Allow from all


AllowOverride None
Order allow,deny
Allow from all




You might have to replace Apache::Reload with Apache2::Reload on your  
system (two occurences), I'm not sure.


Nils.
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/


Re: [otrs] Installation Questions

2006-06-07 Thread Hershel Robinson
I guess the OTRS rpm isn't really going to work on your CPanel box 
without a lot of tweaking and moving files etc. Maybe you're better off 
doing an install from the source tarball following the instructions. 
Yeah, it's more work. Or try a non-CPanel box.


I am trying to install from a tarball. I followed the instructions in 
the README file. Steps 1-5 went fine. Step 6 I will discuss below. Step 
7 also worked.


Now when I go to mysite/otrs/ I see a list of files. This is a step in 
the right direction. :)


When I attempt to execute index.pl or installer.pl however, I get:

==
Internal Server Error
The server encountered an internal error or misconfiguration and was 
unable to complete your request.


Please contact the server administrator, [EMAIL PROTECTED] and inform 
them of the time the error occurred, and anything you might have done 
that may have caused the error.


More information about this error may be available in the server error log.
==

The log shows:

[Wed Jun  7 10:22:24 2006] [error] [client 212.143.165.237] Premature 
end of script headers: /opt/otrs/bin/cgi-bin/installer.pl
[Wed Jun  7 10:22:24 2006] [error] [client 212.143.165.237] File does 
not exist: /home/mylogin/public_html/500.shtml


but when I run

[EMAIL PROTECTED] [/opt/otrs/bin/cgi-bin]# perl installer.pl

I get a perfectly valid HTML page outputted.

Could this be a problem with step 6? Webserver configuration? I don't 
think so but I don't know. All I actually did was add these 2 lines:


 Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
 Alias /otrs/ "/opt/otrs/bin/cgi-bin/"

to the very bottom of httpd.conf

What now?

--
Gallery Robinson Web Services
http://web.galleryrobinson.com/
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/


Re: [otrs] Installation Questions

2006-06-06 Thread Hershel Robinson
I guess the OTRS rpm isn't really going to work on your CPanel box 
without a lot of tweaking and moving files etc. Maybe you're better off 
doing an install from the source tarball following the instructions. 
Yeah, it's more work. Or try a non-CPanel box.


OK, thank you very much for your assistance.

Hershel

--
Gallery Robinson Web Services
http://web.galleryrobinson.com/
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/


Re: [otrs] Installation Questions

2006-06-05 Thread Nils Breunese (Lemonbit Internet)

Hershel Robinson wrote:

Apache 1.3.36 is the OFFICIALLY supported version of Apache. 2.x is  
not supported OFFICIALLY by CPanel and is labeled "beta" as far as  
support, so I would suggest being careful trying to use it.


You can install whatever you like. However, most likely installing  
it will most likely not help you as the pre-made RPM distributions  
are not going to put the files where you want them.


The script may have installed a file called "/etc/httpd/conf.d/ 
otrs.conf", however... APACHE is not looking there.


Well, I guess you better not use the OTRS rpm provided for FC1,2,3  
then. That rpm makes quite a lot of assumptions about your system,  
but as CPanel/your PVS messed with the system quite a bit your system  
isn't really looking like a FC2 system anymore. For instance: Fedora  
comes with Apache2 by default, so the OTRS rpm for FC1,2,3 assumes  
you're running Apache2. I installed OTRS on several servers running  
Plesk and at least Plesk doesn't completely change your system  
around. The OTRS rpm worked just fine on those machines.



Any other ideas?


I guess the OTRS rpm isn't really going to work on your CPanel box  
without a lot of tweaking and moving files etc. Maybe you're better  
off doing an install from the source tarball following the  
instructions. Yeah, it's more work. Or try a non-CPanel box.


Nils Breunese.
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/


Re: [otrs] Installation Questions

2006-06-05 Thread Hershel Robinson
This looks pretty weird. RPM says apache 2.0.51 is installed, but when 
you ask for its status you get some sort of HTML answer from an apache 
1.3.33 server... Fedora Core 2 comes with apache2 by default and I guess 
that the OTRS RPM expects to find apache2 as well. However, it looks 
like your server has apache2 installed, but it's not using it. Instead 
1.3.33 is running. I guess your server provider messed with the OS quite 
a bit. You might want to ask them what's up with apache1.3/apache2.


OK, I have some responses from my PVS support. Here they are:

===
Regarding status... it's just "lynx localhost/whm-server-status". WHM 
renames server-status to "whm-server-status". That's why "service httpd 
status" does not work.


Apache 1.3.36 is the OFFICIALLY supported version of Apache. 2.x is not 
supported OFFICIALLY by CPanel and is labeled "beta" as far as support, 
so I would suggest being careful trying to use it.


You can install whatever you like. However, most likely installing it 
will most likely not help you as the pre-made RPM distributions are not 
going to put the files where you want them.


The script may have installed a file called 
"/etc/httpd/conf.d/otrs.conf", however... APACHE is not looking there.


Again, CPanel does not use the default locations where some of the 
default non-virtualized setups think things should go. Apache's 
httpd.conf file is located at:


/usr/local/apache/conf/httpd.conf

If you check that file, there is no reference at all to otrs, or the 
other otrs conf file.


This is something you need to contact the script provider regarding. 
This is NOT a server problem. It's a script configuration problem.


Also... I would HIGHLY recommend against trying to serve the program out 
of folders NOT inside of your home folder for security reasons.


===

So I copied otrs.conf to /usr/local/apache/conf/ and added this line:

Include "otrs.conf"

to the bottom of /usr/local/apache/conf/httpd.conf but I still get the 
same results.


Any other ideas?

Thanks.

--
Gallery Robinson Web Services
http://web.galleryrobinson.com/
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/


Re: [otrs] Installation Questions

2006-05-31 Thread Hershel Robinson
This looks pretty weird. RPM says apache 2.0.51 is installed, but when 
you ask for its status you get some sort of HTML answer from an apache 
1.3.33 server... Fedora Core 2 comes with apache2 by default and I guess 
that the OTRS RPM expects to find apache2 as well. However, it looks 
like your server has apache2 installed, but it's not using it. Instead 
1.3.33 is running. I guess your server provider messed with the OS quite 
a bit. You might want to ask them what's up with apache1.3/apache2.


OK, thank you for your assistance. I will see what they say.

Hershel

--
Gallery Robinson Web Services
http://web.galleryrobinson.com/
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


Re: [otrs] Installation Questions

2006-05-31 Thread Nils Breunese (Lemonbit Internet)

Hershel Robinson wrote:


[EMAIL PROTECTED] [~]# service httpd status

   Not Found

   The requested URL /server-status was not found on this server.

   Additionally, a 404 Not Found error was encountered while trying  
to use an

   ErrorDocument to handle the request.
 _


Apache/1.3.33 Server at host.mzshosting.com Port 80
[EMAIL PROTECTED] [~]# rpm -q httpd
httpd-2.0.51-2.9


This looks pretty weird. RPM says apache 2.0.51 is installed, but  
when you ask for its status you get some sort of HTML answer from an  
apache 1.3.33 server... Fedora Core 2 comes with apache2 by default  
and I guess that the OTRS RPM expects to find apache2 as well.  
However, it looks like your server has apache2 installed, but it's  
not using it. Instead 1.3.33 is running. I guess your server provider  
messed with the OS quite a bit. You might want to ask them what's up  
with apache1.3/apache2.


Nils Breunese.
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


Re: [otrs] Installation Questions

2006-05-31 Thread Hershel Robinson
This seems very strange. What does 'service httpd status' say? Maybe you 
have some sort of strange custom httpd setup that OTRS doesn't detect. 
What does 'rpm -q httpd' say?


Hey, brother, now we're getting somewhere. Please excuse the length of 
this dump, but check this out:




[EMAIL PROTECTED] [~]# service httpd status

   Not Found

   The requested URL /server-status was not found on this server.

   Additionally, a 404 Not Found error was encountered while trying to 
use an

   ErrorDocument to handle the request.
 _


Apache/1.3.33 Server at host.mzshosting.com Port 80
[EMAIL PROTECTED] [~]# rpm -q httpd
httpd-2.0.51-2.9
[EMAIL PROTECTED] [~]# service --status-all
anacron is stopped
antirelayd (pid 30045) is running...
usage: /etc/init.d/apf [start|stop|restart]
Usage: bandmin {start|stop}
chkservd (pid 29948) is running...
cpsrvd (pid 8172) is running...
entropychat (pid 31932) is running...
melange (pid 3) is running...
stunnel is stopped
interchange is stopped
qrunner is stopped
crond (pid 30203) is running...
dc_client is stopped
dc_server is stopped
exim (pid 21919 30025 30018) is running...
Usage: filelimits {start|stop|restart|reload}
gpm is stopped
/etc/init.d/halt-pre_sleep: call me as 'halt' or 'reboot' please!

   Not Found

   The requested URL /server-status was not found on this server.

   Additionally, a 404 Not Found error was encountered while trying to 
use an

   ErrorDocument to handle the request.
 _


Apache/1.3.33 Server at host.mzshosting.com Port 80
Usage: ipaliases {start|stop|restart|reload}
Firewall is stopped.
Firewall is stopped.
Usage: /etc/init.d/mysql start|stop|restart
number of zones: 21
debug level: 0
xfers running: 0
xfers deferred: 0
soa queries in progress: 0
query logging is OFF
server is up and running
netplugd is stopped
Configured devices:
lo venet0
Currently active devices:
lo venet0

   Not Found

   The requested URL /server-status was not found on this server.

   Additionally, a 404 Not Found error was encountered while trying to 
use an

   ErrorDocument to handle the request.
 _


Apache/1.3.33 Server at host.mzshosting.com Port 80
mysqld: unrecognized service
Checking database connect... DBI 
connect('database=otrs;host=localhost;','otrs',...) failed: Access 
denied for user: '[EMAIL PROTECTED]' (Using password: YES) at 
/opt/otrs/Kernel/System/DB.pm line 191

ERROR: OTRS-CheckDB-10 Perl: 5.8.3 OS: linux Time: Wed May 31 07:29:26 2006

 Message: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES)

 Traceback (30149):
   Module: Kernel::System::DB::new (v1.47) Line: 168
   Module: /opt/otrs/bin/CheckDB.pl (v1.12) Line: 47

No database connect! Error!
 May your database isn't configured yet?
Checking /opt/otrs/bin/PostMaster.pl ... (not activ) failed.
Checking otrs spool dir... done.
portmap is stopped
portsentry (pid 32333) is running...
proftpd (pid 27826 29844) is running...
The random data source exists
saslauthd (pid 32289) is running...
sendmail is stopped
smbd is stopped
nmbd is stopped
snmpd is stopped
snmptrapd is stopped
sshd (pid 19471 1774 29879) is running...
syslogd (pid 29830) is running...
klogd is stopped
winbindd is stopped
xinetd (pid 29889) is running...
xinetd (pid 29889) is running...
Nightly yum update is disabled.
[EMAIL PROTECTED] [~]# service httpd-2.0.51-2.9 status
httpd-2.0.51-2.9: unrecognized service



Let me verify that this server works and I have the right server as well. :)

I went to /home/mylogin/www and added a new file. I then was able to see 
that file in my browser via HTTP.


What now?

Thanks,
Hershel

--
Gallery Robinson Web Services
http://web.galleryrobinson.com/
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


Re: [otrs] Installation Questions

2006-05-31 Thread Nils Breunese (Lemonbit Internet)

Hershel Robinson wrote:


[EMAIL PROTECTED] [/]# rm otrs-2.0.4-01.i386.rpm
rm: remove regular file `otrs-2.0.4-01.i386.rpm'? y
[EMAIL PROTECTED] [/]# rpm -e otrs
error: package otrs is not installed
[EMAIL PROTECTED] [/]# rm -rf /opt/otrs
[EMAIL PROTECTED] [/]# wget ftp://ftp.otrs.org/pub/otrs/RPMS/redhat/8.0/ 
otrs-2.0.4-01.i386.rpm
--06:42:42-- ftp://ftp.otrs.org/pub/otrs/RPMS/redhat/8.0/ 
otrs-2.0.4-01.i386.rpm

   => `otrs-2.0.4-01.i386.rpm.1'
Resolving ftp.otrs.org... 217.160.177.88
Connecting to ftp.otrs.org[217.160.177.88]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/otrs/RPMS/redhat/8.0 ... done.
==> PASV ... done.==> RETR otrs-2.0.4-01.i386.rpm ... done.

[<=>  ] 11,844,037   733.55K/s

06:42:59 (702.80 KB/s) - `otrs-2.0.4-01.i386.rpm.1' saved [11,844,037]

[EMAIL PROTECTED] [/]# ls -l otrs*
-rw-r--r--  1 root root 11844037 May 31 05:07 otrs-2.0.4-01.i386.rpm
-rw-r--r--  1 root root 11844037 May 31 06:42 otrs-2.0.4-01.i386.rpm.1


It seems that in one of your previous FTP sessions you created  
otrs-2.0.4-01.i386.rpm.1 by downloading otrs-2.0.4-01.i386.rpm while  
you already had a file by that name in the download directory. You  
might then have installed the 'old' rpm again. Anyway, after my steps  
you should be installing the correct version. You can delete the .rpm. 
1 file anyhow.



[EMAIL PROTECTED] [/]# service otrs restart
Shutting down OTRS
 Disable /opt/otrs/bin/PostMaster.pl ... done.
 Shutting down cronjobs ...
no crontab for otrs
 failed!
Starting OTRS..
 Checking httpd ...  failed!
  --> Please start the webserver at first! (service httpd start) <--


This seems very strange. What does 'service httpd status' say? Maybe  
you have some sort of strange custom httpd setup that OTRS doesn't  
detect. What does 'rpm -q httpd' say?


Nils Breunese.
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


Re: [otrs] Installation Questions

2006-05-31 Thread Hershel Robinson



>> First I used rpm -e to remove the package, then I tried this:
>> [snip]
>> [EMAIL PROTECTED] [/]# ls o*
>> otrs-2.0.4-01.i386.rpm
>>
>> opt:
>> ./  ../  otrs/
>
> This seems strange to me. I'd think that after doing rpm -e otrs
> /opt/otrs would be gone. But I might be wrong.
>
>> [EMAIL PROTECTED] [/]# rpm -ivh otrs-2.0.4-01.i386.rpm
>> Preparing...
>> ### [100%]
>> Check OTRS user (/etc/passwd)... otrs exists.
>>1:otrs
>> ### [100%]
>
> Either otrs was not properly uninstalled or uninstalling it doesn't
> remove the otrs system user. I don't know really. In the latter case
> there's no problem.
>
> I always use -Uvh by the way, as it will ensure you'll never have two
> versions (or more) of the same package installed (of course I do use
> -ivh for kernels and such).
>
>> You have more ideas?
>
> Can you do the following and mail me the output?
>
> # rm otrs-2.0.4-01.i386.rpm
> # rpm -e otrs
> # rm -rf /opt/otrs
> # wget ftp://ftp.otrs.org/pub/otrs/RPMS/redhat/8.0/otrs-2.0.4-01.i386.rpm
> # ls -l otrs*
> # rpm -Uvh otrs-2.0.4-01.i386.rpm
> # service httpd restart
> # service otrs restart
> Go to http://hostname/otrs/installer.pl

Here it is:



[EMAIL PROTECTED] [/]# rm otrs-2.0.4-01.i386.rpm
rm: remove regular file `otrs-2.0.4-01.i386.rpm'? y
[EMAIL PROTECTED] [/]# rpm -e otrs
error: package otrs is not installed
[EMAIL PROTECTED] [/]# rm -rf /opt/otrs
[EMAIL PROTECTED] [/]# wget 
ftp://ftp.otrs.org/pub/otrs/RPMS/redhat/8.0/otrs-2.0.4-01.i386.rpm
--06:42:42-- 
ftp://ftp.otrs.org/pub/otrs/RPMS/redhat/8.0/otrs-2.0.4-01.i386.rpm

   => `otrs-2.0.4-01.i386.rpm.1'
Resolving ftp.otrs.org... 217.160.177.88
Connecting to ftp.otrs.org[217.160.177.88]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/otrs/RPMS/redhat/8.0 ... done.
==> PASV ... done.==> RETR otrs-2.0.4-01.i386.rpm ... done.

[<=>  ] 11,844,037   733.55K/s

06:42:59 (702.80 KB/s) - `otrs-2.0.4-01.i386.rpm.1' saved [11,844,037]

[EMAIL PROTECTED] [/]# ls -l otrs*
-rw-r--r--  1 root root 11844037 May 31 05:07 otrs-2.0.4-01.i386.rpm
-rw-r--r--  1 root root 11844037 May 31 06:42 otrs-2.0.4-01.i386.rpm.1
[EMAIL PROTECTED] [/]# rpm -Uvh otrs-2.0.4-01.i386.rpm
Preparing...### 
[100%]

Check OTRS user (/etc/passwd)... otrs exists.
   1:otrs   ### 
[100%]


Next steps:

[httpd services]
 Restart httpd 'service httpd restart'

[mysqld service]
 Start mysqld 'service mysqld start'

[install the OTRS database]
 Use a webbrowser and open this link:
 http://host.mzshosting.com/otrs/installer.pl

[OTRS services]
 Start OTRS 'service otrs start' (service otrs {start|stop|status|restart).

Have fun!

 Your OTRS Team

[EMAIL PROTECTED] [/]# service httpd restart
/etc/init.d/httpd restart: httpd restarted
[EMAIL PROTECTED] [/]# service otrs restart
Shutting down OTRS
 Disable /opt/otrs/bin/PostMaster.pl ... done.
 Shutting down cronjobs ...
no crontab for otrs
 failed!
Starting OTRS..
 Checking httpd ...  failed!
  --> Please start the webserver at first! (service httpd start) <--
[EMAIL PROTECTED] [/]#



HTTP results in:

The requested URL /otrs/installer.pl was not found on this server.

I did this too just for fun:

[EMAIL PROTECTED] [/]# rpm -qa | grep otrs
otrs-2.0.4-01

Hershel

--
Gallery Robinson Web Services
http://web.galleryrobinson.com/
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


Re: [otrs] Installation Questions

2006-05-31 Thread Nils Breunese (Lemonbit Internet)

Hershel Robinson wrote:

Not exactly. If you take a look at http://otrs.org/download/  
you'll see that there are seven download links that serve rpms.  
Which one did you pick? I hope you picked the one for Fedora Core  
1,2,3 (or RH8, as it's the same rpm actually).


I used FTP to get the file straight onto the server and I *think* I  
used RH8, but I am not 100% certain today.


Perhaps I should remove this RPM and reinstall now that I know  
which is the correct one?


Well, since that would probably be not too much work, maybe you  
better make sure.


Nils Breunese.
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


Re: [otrs] Installation Questions

2006-05-31 Thread Hershel Robinson

>> #cat /etc/*-release

Fedora Core release 2 (Tettnang)
Fedora Core release 2 (Tettnang)


Looks like Fedora Core 2 to me. :o)


It does? How did you know that? You Linux guys are so technical. :)

Not exactly. If you take a look at http://otrs.org/download/ you'll see 
that there are seven download links that serve rpms. Which one did you 
pick? I hope you picked the one for Fedora Core 1,2,3 (or RH8, as it's 
the same rpm actually).


I used FTP to get the file straight onto the server and I *think* I used 
RH8, but I am not 100% certain today.


Perhaps I should remove this RPM and reinstall now that I know which is 
the correct one?


The rpm installation should have created /etc/httpd/conf.d/otrs.conf 
which has a ScriptAlias directive that makes sure /otrs/ is linked to 
/opt/otrs/bin/cgi-bin/. Maybe still you need to restart apache in order 
to load the OTRS config for apache.


Yes, that file is there and has:
ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"

I restarted apache now (although I also did this yesterday) and still 
page not found. /opt/otrs/bin/cgi-bin/installer.pl certainly exists, 
however. :)


I tried now mysite.com/otrs/ and got: You don't have permission to 
access /otrs/ on this server. This is opposed to 
mysite/otrs/installer.pl which shows: The requested URL 
/otrs/installer.pl was not found on this server.


Perhaps therein lies the problem? Permissions? Doesn't seem to be however:

drwxrwxr-x  3 apache apache 1024 May 30 04:00 cgi-bin/

and

-rwxrwxr-x  1 apache apache 4365 Nov 12  2005 installer.pl*

Hershel

--
Gallery Robinson Web Services
http://web.galleryrobinson.com/
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


Re: [otrs] Installation Questions

2006-05-31 Thread Nils Breunese (Lemonbit Internet)

Hershel Robinson wrote:


#cat /etc/*-release
Fedora Core release 2 (Tettnang)
Fedora Core release 2 (Tettnang)


Looks like Fedora Core 2 to me. :o)


> Also, which rpm did you pick? If
you don't even know what OS you're running you might have picked  
the wrong one.


I wrote in my last post:

>> I downloaded otrs-2.0.4-01.i386.rpm and installed it and it worked.

Is that what you are asking?


Not exactly. If you take a look at http://otrs.org/download/ you'll  
see that there are seven download links that serve rpms. Which one  
did you pick? I hope you picked the one for Fedora Core 1,2,3 (or  
RH8, as it's the same rpm actually).


Use any domain hosted on the server and append /otrs/installer.pl  
for the location of the installer.


Tried that now on two domains and both say:

The requested URL /otrs/installer.pl was not found on this server.

There is a /opt/otrs directory on the server now with all kinds of  
stuff there, but that's all I can tell you at this point.


The rpm installation should have created /etc/httpd/conf.d/otrs.conf  
which has a ScriptAlias directive that makes sure /otrs/ is linked  
to /opt/otrs/bin/cgi-bin/. Maybe still you need to restart apache in  
order to load the OTRS config for apache.


Nils Breunese.
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


Re: [otrs] Installation Questions

2006-05-31 Thread Hershel Robinson

Nils, thank you for responding.

Linux host.mzshosting.com 2.6.8-022stab078.1-enterprise #1 SMP Thu May 
11 13:51:08 MSD 2006 i686 athlon i386 GNU/Linux


That's the answer to what kernel the machine runs, not what OS it is. 


I thought it was something like that. :)


You might want to cat /etc/*-release.


#cat /etc/*-release
Fedora Core release 2 (Tettnang)
Fedora Core release 2 (Tettnang)

> Also, which rpm did you pick? If
you don't even know what OS you're running you might have picked the 
wrong one.


I wrote in my last post:

>> I downloaded otrs-2.0.4-01.i386.rpm and installed it and it worked.

Is that what you are asking?


The machine is hosted by powervps.com


I see they host 4 kinds of control panels. Which one do you have?


Virtuozzo Power Panel and of course the manager is "WHM 10.0.0 cPanel 
10.0.0-R161  Fedora i686 - WHM X v3.1.0"


Use any domain hosted on the server and append /otrs/installer.pl for 
the location of the installer.


Tried that now on two domains and both say:

The requested URL /otrs/installer.pl was not found on this server.

There is a /opt/otrs directory on the server now with all kinds of stuff 
there, but that's all I can tell you at this point.


Any ideas?

Thank you very much for your assistance,
Hershel

--
Gallery Robinson Web Services
http://web.galleryrobinson.com/
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


Re: [otrs] Installation Questions

2006-05-31 Thread Nils Breunese (Lemonbit Internet)

Hershel Robinson wrote:

I am attempting to install OTRS on a Linux VPS (virtual private  
server). I have SSH access to the server.


I downloaded otrs-2.0.4-01.i386.rpm and installed it and it worked.  
Well, it claimed to have worked. Unfortunately the URL that it  
provided me to continue the installation failed--it doesn't exist.


A few points to note about this situation: I myself have few Linux  
skills--nothing more than the Unix basics I used back in college.  
Furthermore, I know very little about this VPS, as in how precisely  
it works etc.


The VPS support responded thusly when asked what OS the machine runs:

Linux host.mzshosting.com 2.6.8-022stab078.1-enterprise #1 SMP Thu  
May 11 13:51:08 MSD 2006 i686 athlon i386 GNU/Linux


That's the answer to what kernel the machine runs, not what OS it is.  
You might want to cat /etc/*-release. Also, which rpm did you pick?  
If you don't even know what OS you're running you might have picked  
the wrong one.



The machine is hosted by powervps.com


I see they host 4 kinds of control panels. Which one do you have?


After the install, the system said to continue here:
http://host.mzshosting.com/otrs/installer.pl

but mzshosting.com itself doesn't really go anywhere, let alone  
that URI.


So, can anyone tell me how to proceed from here?


Use any domain hosted on the server and append /otrs/installer.pl for  
the location of the installer.


Nils Breunese.
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


RE: [otrs] installation

2005-07-14 Thread Michael Belz
You need to install all the perl libraries, you should be able to get to
a cpan shell to install the DBI module which usually holds you up. I use
freebsd and use the ports system : ) im not sure how you do it with
Fedora Core linux. Jeremy maybe knows im sure he will put his comments
in here is awesome shoot him an email. Alos you can check the perl
modules by " perl -cw /opt/otrs/bin/cgi-bin/index.pl" you should get a
syntax ok if everything is good. Try that it is under section 5 in the
user guide. Hope this helps.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Luca Tebaldi
Sent: Thursday, July 14, 2005 4:44 AM
To: otrs@otrs.org
Subject: [otrs] installation

Hi I'm luca from Italy,
i have a little proplem to install otrs from tar.gz in fodora core 4 
basic configuration
I have fact all the steps contained in 
http://doc.otrs.org/1.3/en/html/install-cli.html
but the server have an internal server error

[Thu Jul 14 13:45:36 2005] [error] [client [cut]] failed to resolve 
handler `Apache::Registry': Can't locate Apache/Registry.pm in @INC 
(@INC contains: /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 
/usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3 
/usr/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 
/usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.3 
/usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/5.8.6 . /etc/httpd) at (eval 5) line 3.\n
[Thu Jul 14 13:45:36 2005] [error] [client [cut]] failed to resolve 
handler `Apache::Registry': Can't locate Apache/Registry.pm in @INC 
(@INC contains: /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 
/usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3 
/usr/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 
/usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.3 
/usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/5.8.6 . /etc/httpd) at (eval 5) line 3.\n

where is my error???
thanks a lot
Luca

-- 
Luca Tebaldi
<->-<->-<->-<->-<->-<->-<->-<->-<->-<->-<->-<->-
Centro di Telematica dell' Universita di Ferrara
http://www.unife.it/centel
http://student.unife.it
e-mail: [EMAIL PROTECTED]
Phone +39.0532.97.4052
Fax +39.0532.248199
<->-<->-<->-<->-<->-<->-<->-<->-<->-<->-<->-<->-
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/

___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


RE: [otrs] installation

2005-07-14 Thread West, Bradley G.
Title: RE: [otrs] installation





I had problems with OTRS 2.0 beta 2 using mod_perl2 under FC4 as well. The problem seemed to stem from the differences between mod_perl 1.99_xxx and the final release code. I ended up installing FC3 instead and it worked like a charm. 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Jeremy Blain
Sent: Thursday, July 14, 2005 9:24 AM
To: User questions and discussions about OTRS.org
Subject: Re: [otrs] installation


You are trying to run it under mod_perl, but have don't
have the proper perl libraries installed.




Luca Tebaldi wrote:


> Hi I'm luca from Italy,
> i have a little proplem to install otrs from tar.gz in fodora core 4 
> basic configuration
> I have fact all the steps contained in 
> http://doc.otrs.org/1.3/en/html/install-cli.html
> but the server have an internal server error
>
> [Thu Jul 14 13:45:36 2005] [error] [client [cut]] failed to resolve 
> handler `Apache::Registry': Can't locate Apache/Registry.pm in @INC 
> (@INC contains:



___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/



___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/

Re: [otrs] installation

2005-07-14 Thread Jeremy Blain

You are trying to run it under mod_perl, but have don't
have the proper perl libraries installed.



Luca Tebaldi wrote:


Hi I'm luca from Italy,
i have a little proplem to install otrs from tar.gz in fodora core 4 
basic configuration
I have fact all the steps contained in 
http://doc.otrs.org/1.3/en/html/install-cli.html

but the server have an internal server error

[Thu Jul 14 13:45:36 2005] [error] [client [cut]] failed to resolve 
handler `Apache::Registry': Can't locate Apache/Registry.pm in @INC 
(@INC contains:



___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


Re: [otrs] Installation error - otrs v2-beta4

2005-07-12 Thread Ivica Mustapic
On Mon, 11 Jul 2005 09:20 pm, Christian Schoepplein wrote:
> What happens, if you go to
> 
> http://your-otrs-host.tld/otrs/index.pl
> 
> Do you get any error message? Normaly the DB is connected already if 
> this page is loaded.
> 
> Which database do you use? What database specific settings do you have 
> in your Config.pm file?
> 

Christian,

Thanks for the prompt answer, the issue was resolved just by restarting my 
system.
Should have tried that first. ;)

Regards,

Ivica
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting f�r Ihr OTRS System?
=> http://www.otrs.de/


Re: [otrs] Installation error - otrs v2-beta4

2005-07-11 Thread Christian Schoepplein
Hi Ivica,

On Sat, Jul 09, 2005 at 01:17:33AM +0800, Ivica Mustapic wrote:
>I have just installed OTRS v2-beta4 on Fedora 3. 
>Installation looked normal but OTRS would not connect.
>
>Database was created OK.
>OTRS user can access DB.
>Permissions look OK.
>
>After running CheckDB.pl following error was reported:
>Invalid argument at /opt/otrs/Kernel/System/Log.pm line 79,  line 4.
>
>Any ideas?

What happens, if you go to

http://your-otrs-host.tld/otrs/index.pl

Do you get any error message? Normaly the DB is connected already if 
this page is loaded.

Which database do you use? What database specific settings do you have 
in your Config.pm file?

Best regards,
Christian

-- 
((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg
http://www.otrs.de/ :: Manage your communication!



signature.asc
Description: Digital signature
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/

Re: [otrs] Installation problem.

2005-06-30 Thread Christian Schoepplein
Hi David,

On Tue, Jun 28, 2005 at 05:25:16PM -0400, David Chubb wrote:
>System Redhat 7.3 installed via RPM.
>
>I am having an issue running the Install.pl since I do not have a webbrowser
>(or any GUI at all) installed on the local machine. I am getting a 403 -
>Forbidden error when I try and run access it remotely.

Normaly the installer.pl is accessible from other hosts. Looks like 
there is another problem with your webserver configuration. Please let 
me see the OTRS specific things from your webserver configuration.

>--David Chubb

Best regards,
Christian

-- 
((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg
http://www.otrs.de/ :: Manage your communication!



signature.asc
Description: Digital signature
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/

Re: [otrs] Installation problem

2005-04-12 Thread Sébastien Prud'homme
You just need MySQL DBD perl module on your system

On Apr 12, 2005 2:38 PM, Vincent SABOURDY <[EMAIL PROTECTED]> wrote:
> Hi
> 
> I try to install otrs on a redhat 7.2.
> 
> the install control ask me to install mysql::DBD but it already
> installed and when i go to installer.pl i have :
> 
> Software error:
> install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC
> (@INC contains: ../../
> /home/wservir/otrs/bin/cgi-bin/../../Kernel/cpan-lib
> /home/wservir/otrs/bin/cgi-bin/../..
> /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0
> /usr/lib/perl5/site_perl/5.6.0/i386-linux
> /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .
> /home/wservir/otrs/bin/cgi-bin/../..
> /home/wservir/otrs/bin/cgi-bin/../../Kernel/cpan-lib) at (eval 20)
> line 3.
> Perhaps the DBD::mysql perl module hasn't been fully installed,
> or perhaps the capitalisation of 'mysql' isn't right.
> Available drivers: ADO, ExampleP, Multiplex, Pg, Proxy.
>  at
> /home/wservir/otrs/bin/cgi-bin/../../Kernel/Modules/Installer.pm
> line 174
> 
> can you help me about this ?
> 
> regards
> 
> vsa
> ___
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
> Support oder Consulting für Ihr OTRS System?
> => http://www.otrs.de/
>
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


Re: [otrs] Installation

2005-01-24 Thread Robert Kehl
Bernard PRE schrieb:
Shutting down httpd-perl:   [  OK  ]
Shutting down httpd2:   [  OK  ]
It seems you're trying to start one perl-enabled Apache 1.3.x and one 
Apache2, probably traing to load mod_perl2. This is not the wisest of 
all solutions.

If you have no need for those two Apache, eliminate the 1.3.x one. Also 
make sure to not try to load mod_perl1 with Apache2 - it requires 
mod_perl2.

hth,
Robert Kehl
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


RE: [otrs] Installation

2005-01-24 Thread Balaji_Krishnamurthy
Check if you sql connection is Ok  . 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alvaro Lopez
Sent: Monday, January 24, 2005 12:55 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Installation


I have just installed otrs (i am a newbee) and i nedd some help.

>>I can't join this url : http://my_server/otrs/installer.pl
>>
>>Forbidden
>>You don't have permission to access /otrs/installer.pl on this server.
>>
>>
>>
   I had the same issue, and the trouble was permission, check it, 
probably you don't change the owner,  and the group. Check too the 
apache config, you need to change User and Group.

  I hope that it can help you.


  Alvaro.


___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


Re: [otrs] Installation

2005-01-23 Thread [EMAIL PROTECTED]
in case you are on fedora, do "setenforce 0" and that
will turn off selinux.

--- Alvaro Lopez <[EMAIL PROTECTED]> wrote:

> I have just installed otrs (i am a newbee) and i
> nedd some help.
> 
> >>I can't join this url :
> http://my_server/otrs/installer.pl
> >>
> >>Forbidden
> >>You don't have permission to access
> /otrs/installer.pl on this server.
> >>
> >>
> >>
>I had the same issue, and the trouble was
> permission, check it, 
> probably you don't change the owner,  and the group.
> Check too the 
> apache config, you need to change User and Group.
> 
>   I hope that it can help you.
> 
> 
>   Alvaro.
> 
> 
> ___
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe:
> http://lists.otrs.org/cgi-bin/listinfo/otrs
> Support oder Consulting für Ihr OTRS System?
> => http://www.otrs.de/
> 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


Re: [otrs] Installation

2005-01-23 Thread Alvaro Lopez
I have just installed otrs (i am a newbee) and i nedd some help.
I can't join this url : http://my_server/otrs/installer.pl
Forbidden
You don't have permission to access /otrs/installer.pl on this server.
   

  I had the same issue, and the trouble was permission, check it, 
probably you don't change the owner,  and the group. Check too the 
apache config, you need to change User and Group.

 I hope that it can help you.
 Alvaro.
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


RE: [otrs] Installation

2005-01-22 Thread Bernard PRE
Excuse me,
In my last post i make an error :

I have included this line in httpd.conf :

Include /opt/otrs/scripts/apache2-httpd.include.conf

The path in scripts/apache2-perl-startup.pl are correct (i have installed in
/opt/otrs)

Bernard

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de
Robert Kehl
Envoyé : samedi 22 janvier 2005 01:47
À : User questions and discussions about OTRS.
Objet : Re: [otrs] Installation


Bernard PRE schrieb:
> Here is my problem :

I see. We have no RPM for Mandrake available right now, and I haven't
got the time to do it in the near future. Perhaps someone else might be
willing to?

Follow the steps noted on:
http://doc.otrs.org/1.3/en/html/install-cli.html

A tipp: Do not note the necessary directives to install OTRS in Apache
in commonhttpd.conf nor http2.conf or similar, but simply include this
oneline *somewhere* in Apache's config (this could also be a virtual host!):

Include /opt/otrs/scripts/apache2-httpd.include.conf

Ensure to adapt the paths in there, and esp. in
scripts/apache2-perl-startup.pl.


Btw, I guess (with knowing a thing about it!) MandrakeSoft would be
willing to include an OTRS RPM in their future releases of MandrakeLinux
(at least in their PowerPack or server edition), providing it were
well-formed and integrated as seamlessly as the usual server packages.
This will most certainly mean a boost to OTRS, too. Different story, though.

With kind regards,

Robert Kehl

PS: Although I'm willing to assist anyone in building the MDK package,
say with testing and design, one will please note that the OTRS GmbH
will be best to be contacted first in this matter. This allows
constistent development. Thanks.
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


RE: [otrs] Installation

2005-01-21 Thread Bernard PRE
Hi,

I have include /opt/otrs/scripts/apache2-httpd.include.conf but i have this
error :

#set Apache::PerlRun Mode for /cgi-perl Alias

SetHandler perl-script

  PerlHandler Apache::PerlRun


  PerlResponseHandler ModPerl::PerlRun

Options -Indexes ExecCGI
PerlSendHeader On



# --
# added for OTRS (http://otrs.org/)
# --
"commonhttpd.conf" 996L, 32086C écrit(s)
[EMAIL PROTECTED] conf]# apachectl stop
Shutting down httpd-perl:   [  OK  ]
Shutting down httpd2:   [  OK  ]
[EMAIL PROTECTED] conf]# apachectl start
Starting httpd-perl: Syntax error on line 981 of
/etc/httpd/conf/commonhttpd.conf:
Can't locate Apache/Reload.pm in @INC (@INC contains: ../../
/opt/otrs/Kernel/cpan-lib /opt/otrs/
/usr/lib/perl5/5.8.5/i386-linux-thread-multi /usr/lib/perl5/5.8.5
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.5
/usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.4
/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.3
/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl . /etc/httpd/
/etc/httpd/lib/perl) at (eval 91) line 3.

[ECHEC ]
Starting httpd2: Syntax error on line 978 of
/etc/httpd/2.0/conf/commonhttpd.conf:
Invalid command 'Perlrequire', perhaps mis-spelled or defined by a module
not included in the server configuration
[ECHEC ]

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de
Robert Kehl
Envoyé : samedi 22 janvier 2005 01:47
À : User questions and discussions about OTRS.
Objet : Re: [otrs] Installation


Bernard PRE schrieb:
> Here is my problem :

I see. We have no RPM for Mandrake available right now, and I haven't
got the time to do it in the near future. Perhaps someone else might be
willing to?

Follow the steps noted on:
http://doc.otrs.org/1.3/en/html/install-cli.html

A tipp: Do not note the necessary directives to install OTRS in Apache
in commonhttpd.conf nor http2.conf or similar, but simply include this
oneline *somewhere* in Apache's config (this could also be a virtual host!):

Include /opt/otrs/scripts/apache2-httpd.include.conf

Ensure to adapt the paths in there, and esp. in
scripts/apache2-perl-startup.pl.


Btw, I guess (with knowing a thing about it!) MandrakeSoft would be
willing to include an OTRS RPM in their future releases of MandrakeLinux
(at least in their PowerPack or server edition), providing it were
well-formed and integrated as seamlessly as the usual server packages.
This will most certainly mean a boost to OTRS, too. Different story, though.

With kind regards,

Robert Kehl

PS: Although I'm willing to assist anyone in building the MDK package,
say with testing and design, one will please note that the OTRS GmbH
will be best to be contacted first in this matter. This allows
constistent development. Thanks.
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


Re: [otrs] Installation

2005-01-21 Thread Robert Kehl
Just to avoid confusion:
Robert Kehl wrote:
Btw, I guess (with knowing a thing about it!) MandrakeSoft would be 
willing to include an OTRS RPM in their future releases of MandrakeLinux 
The first line must read:
Btw, I guess (*without* knowing a thing about it!) ...
With kind regards,
Robert Kehl
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


Re: [otrs] Installation

2005-01-21 Thread Robert Kehl
Bernard PRE schrieb:
Here is my problem :
I see. We have no RPM for Mandrake available right now, and I haven't 
got the time to do it in the near future. Perhaps someone else might be 
willing to?

Follow the steps noted on:
http://doc.otrs.org/1.3/en/html/install-cli.html
A tipp: Do not note the necessary directives to install OTRS in Apache 
in commonhttpd.conf nor http2.conf or similar, but simply include this 
oneline *somewhere* in Apache's config (this could also be a virtual host!):

Include /opt/otrs/scripts/apache2-httpd.include.conf
Ensure to adapt the paths in there, and esp. in 
scripts/apache2-perl-startup.pl.

Btw, I guess (with knowing a thing about it!) MandrakeSoft would be 
willing to include an OTRS RPM in their future releases of MandrakeLinux 
(at least in their PowerPack or server edition), providing it were 
well-formed and integrated as seamlessly as the usual server packages. 
This will most certainly mean a boost to OTRS, too. Different story, though.

With kind regards,
Robert Kehl
PS: Although I'm willing to assist anyone in building the MDK package, 
say with testing and design, one will please note that the OTRS GmbH 
will be best to be contacted first in this matter. This allows 
constistent development. Thanks.
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


RE: [otrs] Installation

2005-01-21 Thread Bernard PRE
Here is my problem :

>Hi,
>
>I have just installed otrs (i am a newbee) and i nedd some help.
>
>I can't join this url : http://my_server/otrs/installer.pl
>
>Forbidden
>You don't have permission to access /otrs/installer.pl on this server.
>
>My config :
>
>Mandrake 10.1
>in my commonhttpd.conf : (i think my error is here !! but i don't
>understand) (this file is included in httpd.conf),
>I don't know where i must write this lines :
>
>  With mod_perl (speed!):
>  ===
>  Add this to the mod_perl stuff section in httpd.conf
>  [...]
>
>  Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
>  Alias /otrs/ "/opt/otrs/bin/cgi-bin/"
>
>  
>SetHandler  perl-script
>PerlHandler Apache::Registry
>Options ExecCGI
>PerlSendHeader On
>PerlSetupEnv On
>  
>
>=> The user must to be apache
>=> I don't find the section where to add in commonnhttpd.conf ...
>   I have try this :
>
>
>
>Alias /icons/ /var/www/icons/
>Alias /doc /usr/share/doc
>ScriptAlias /cgi-bin/ /var/www/cgi-bin/
>ScriptAlias /protected-cgi-bin/ /var/www/protected-cgi-bin/
>
>Alias /perl/ /var/www/perl/
>Alias /cgi-perl/ /var/www/perl/
>Alias /otrs-web/ /opt/otrs/var/httpd/htdocs/
>Alias /otrs/ /opt/otrs/bin/cgi-bin/
>
>
>   SetHandler perl-script
>   PerlHandler Apache::Registry
>   Options ExecCGI
>   PerlSendHeader On
>   PerlSetupEnv On
>
>
>
>
>
>
>
>Thanks for your help,
>
>Bernard


-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de
Robert Kehl
Envoyé : vendredi 21 janvier 2005 00:50
À : User questions and discussions about OTRS.
Objet : Re: [otrs] Installation


Bernard PRE schrieb:
> As somebody installed on Mandrake 10.1 with success ?
>
> Pb with perl
> Pb with httpd

What's wrong on MDK 10.1? I have it running here smoothly...

With kind regards,

Robert Kehl
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


Re: [otrs] Installation

2005-01-20 Thread Robert Kehl
Bernard PRE schrieb:
As somebody installed on Mandrake 10.1 with success ?
Pb with perl
Pb with httpd
What's wrong on MDK 10.1? I have it running here smoothly...
With kind regards,
Robert Kehl
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


Re: [otrs] Installation

2005-01-19 Thread Bernard Duclot
Bonjour,
Pour être plus clair dans config.pm as-tu vu ?
  #* SecureMode
   # (Enable this so you can't use the installer.pl)
   #$Self->{SecureMode} = 1;
*
Voila
Bernard Duclot
Bernard PRE a écrit :
Hi,
I have just installed otrs (i am a newbee) and i nedd some help.
I can't join this url : http://my_server/otrs/installer.pl
Forbidden
You don't have permission to access /otrs/installer.pl on this server.
My config :
Mandrake 10.1
in my commonhttpd.conf : (i think my error is here !! but i don't
understand) (this file is included in httpd.conf),
I don't know where in must write this lines :
 With mod_perl (speed!):
 ===
 Add this to the mod_perl stuff section in httpd.conf
 [...]
 Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
 Alias /otrs/ "/opt/otrs/bin/cgi-bin/"
 
   SetHandler  perl-script
   PerlHandler Apache::Registry
   Options ExecCGI
   PerlSendHeader On
   PerlSetupEnv On
 
=> The user must to be apache
=> I don't find the section where to add in commonnhttpd.conf ...
  I have try this :

   Alias /icons/ /var/www/icons/
   Alias /doc /usr/share/doc
   ScriptAlias /cgi-bin/ /var/www/cgi-bin/
   ScriptAlias /protected-cgi-bin/ /var/www/protected-cgi-bin/
   
   Alias /perl/ /var/www/perl/
   Alias /cgi-perl/ /var/www/perl/
   Alias /otrs-web/ /opt/otrs/var/httpd/htdocs/
   Alias /otrs/ /opt/otrs/bin/cgi-bin/
   
  SetHandler perl-script
  PerlHandler Apache::Registry
  Options ExecCGI
  PerlSendHeader On
  PerlSetupEnv On
   
   

Thanks for your help,
Bernard
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/
 


___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


  1   2   >