View previous topic :: View next topic |
Author |
Message |
cchee Apprentice


Joined: 29 Jul 2003 Posts: 214 Location: NYC
|
Posted: Fri Sep 12, 2003 2:09 pm Post subject: OTRS ebuild |
|
|
Is anyone working on the ebuild for OTRS? Check http://www.otrs.org/ for details. In summary, this is a web-based helpdesk support software (open source) that allow customer or anyone to send email to submit ticket. Every nice and easy to use. |
|
Back to top |
|
 |
pilla Bodhisattva


Joined: 07 Aug 2002 Posts: 7731 Location: Underworld
|
Posted: Fri Sep 12, 2003 4:34 pm Post subject: |
|
|
EDIT: Moved to Unsupported. --pjp, 2005.MAY.19
Moved to Gentoo Chat _________________ "I'm just very selective about the reality I choose to accept." -- Calvin |
|
Back to top |
|
 |
Tasslehoff Tux's lil' helper


Joined: 09 Jul 2003 Posts: 100 Location: BC Canada
|
Posted: Fri Sep 12, 2003 7:15 pm Post subject: |
|
|
I will try and make one tonight, never made an ebuild before may as well try |
|
Back to top |
|
 |
cchee Apprentice


Joined: 29 Jul 2003 Posts: 214 Location: NYC
|
Posted: Mon Oct 13, 2003 8:11 pm Post subject: |
|
|
Tasslehoff,
Did you have a chance to create the ebuild? If so, i will be your tester to test it out. Thanks in advance. |
|
Back to top |
|
 |
charlieg Advocate


Joined: 30 Jul 2002 Posts: 2149 Location: Manchester UK
|
Posted: Tue Oct 14, 2003 9:01 am Post subject: |
|
|
Really, web based tools don't qualify for ebuilds because they are designed to be dropped on top of your web server and Just Work (tm). Since a persons web server setup is usually very customised, it's incredibly difficult to have an automatic installation - which is what an ebuild accomplishes.
Really, for something like OTRS, an ebuild is overkill. Just download the script and follow the (probably incredibly basic) installation instructions. _________________ Want Free games?
Free Gamer - open source games list & commentary
Open source web-enabled rich UI platform: Vexi |
|
Back to top |
|
 |
fca Guru

Joined: 22 Feb 2003 Posts: 346 Location: Netherlands
|
Posted: Tue Oct 14, 2003 9:48 am Post subject: |
|
|
phpmyadmin and phpbb have ebuilds too. Without the ebuild, I wouldn't have known how to install them. |
|
Back to top |
|
 |
Tasslehoff Tux's lil' helper


Joined: 09 Jul 2003 Posts: 100 Location: BC Canada
|
Posted: Tue Oct 14, 2003 4:15 pm Post subject: |
|
|
I should have posted that I was unsucessful. I am willing to try again soon, probably after midterms (they are this week and the next) |
|
Back to top |
|
 |
cchee Apprentice


Joined: 29 Jul 2003 Posts: 214 Location: NYC
|
Posted: Tue Oct 14, 2003 4:17 pm Post subject: |
|
|
Tass,
You want to post what you have so far here... so I can also give it a try while u do your midterms? |
|
Back to top |
|
 |
cchee Apprentice


Joined: 29 Jul 2003 Posts: 214 Location: NYC
|
Posted: Wed Oct 15, 2003 4:27 pm Post subject: |
|
|
I did a manual install just to get a feel on how things are setup, and I ran into a permission problem with apache2 and otrs. Basically, I followed the instruction from OTRS and install the otrs under /opt/otrs, includes the two otrs apache2 setup files (changed the alias from otrs to helpdesk) to /etc/apache2/conf/apache2.conf; ran the SetPermission script from /opt/otrs. Restart the server. Then I bring up mozilla firebird, and goto http://localhost/helpdesk/installer.pl, and I get
Code: | Forbidden
You don't have permission to access /helpdesk/installer.pl on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.0.47 (Gentoo/Linux) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.47 OpenSSL/0.9.6j PHP/4.3.2 Server at localhost Port 80 |
Anyone familar with apache 2 permission stuff that can give me a hand please? Thanks in advance. |
|
Back to top |
|
 |
cchee Apprentice


Joined: 29 Jul 2003 Posts: 214 Location: NYC
|
Posted: Mon Oct 20, 2003 5:43 pm Post subject: |
|
|
Renaming the directive in their apache2 script from Location to Directory and replace the path name with absolute path corrects the problem.
Last edited by cchee on Tue Oct 21, 2003 10:50 pm; edited 1 time in total |
|
Back to top |
|
 |
Matje l33t

Joined: 29 Oct 2002 Posts: 619 Location: Hasselt, Belgium
|
Posted: Mon Oct 20, 2003 9:00 pm Post subject: |
|
|
OTRS is not the easiest package to install, I know from second-hand experience (didn't install it myself, but observed occasionaly as someone else strugled with it ), so a working ebuild for it would be very welcome to some people, I can imagine. _________________ Life is like a box of chocolates... Before you know it, it's empty... |
|
Back to top |
|
 |
nianderson Guru

Joined: 06 May 2003 Posts: 369 Location: Lawrence, KS
|
Posted: Wed Nov 05, 2003 7:42 pm Post subject: |
|
|
so is anyone working on an ebuild? im juststargn to do the install for a webhosting company. speeking of an ebuild for ispman would be nice too. |
|
Back to top |
|
 |
cchee Apprentice


Joined: 29 Jul 2003 Posts: 214 Location: NYC
|
Posted: Thu Nov 06, 2003 4:38 pm Post subject: |
|
|
I am stuck at the point where I don't know how to fix the permission problem with apache2 for directory outside /var/www/localhost/[htdocs|cgi-bin]. Anyone can enlighten me a bit here to help me move along? |
|
Back to top |
|
 |
nianderson Guru

Joined: 06 May 2003 Posts: 369 Location: Lawrence, KS
|
Posted: Thu Nov 06, 2003 4:46 pm Post subject: |
|
|
i did get it installed tho i am using apache 1.3
wasnt too hard
now i find out our billing system has integrated helpdesk to this may be effort for nothing
i am having problem with default customer language ... dont know where to change it to english |
|
Back to top |
|
 |
cchee Apprentice


Joined: 29 Jul 2003 Posts: 214 Location: NYC
|
Posted: Mon Nov 17, 2003 7:12 pm Post subject: |
|
|
finally got it to work. here is what need to be changed.
file scripts/apache2-httpd-include.conf
========================
Code: |
# --
# added for OTRS (http://otrs.org/)
# --
# agent, admin and customer frontend
Alias /otrs-web /opt/otrs/var/httpd/htdocs
ScriptAlias /otrs /opt/otrs/bin/cgi-bin
# 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
<Directory /opt/otrs/bin/cgi-bin>
# ErrorDocument 403 /otrs/customer.pl
# ErrorDocument 403 /otrs/index.pl
DirectoryIndex index.pl
SetHandler perl-script
PerlHandler ModPerl::Registry
Options +ExecCGI
PerlOptions +ParseHeaders
AllowOverride Indexes
Order allow,deny
Allow from all
</Directory>
<Directory /opt/otrs/var/httpd/htdocs>
# ErrorDocument 403 /otrs/customer.pl
# ErrorDocument 403 /otrs/index.pl
AllowOverride Indexes
DirectoryIndex /otrs/customer.pl
Allow from all
Order allow,deny
</Directory>
# MaxRequestsPerChild (so no apache child will be to big!)
MaxRequestsPerChild 400
|
|
|
Back to top |
|
 |
fosstux Apprentice


Joined: 01 Oct 2002 Posts: 274 Location: Vienna, Austria
|
Posted: Tue May 04, 2004 11:48 pm Post subject: OTRS on Apache2.0.48 PHP Perl |
|
|
I'm having problems setting OTRS up.
First of all I've discovered that the config files are built up differently. EG the line with Perlrequire was in /etc/apache2/conf/modules.d/75_mod_perl.conf.
When I open my Browser I get the following error:
Quote: | Not Found
The requested URL /otrs/installer.pl was not found on this server.
Apache/2.0.48 (Gentoo/Linux) mod_ssl/2.0.48 OpenSSL/0.9.7c PHP/4.3.4 Server at www.crparr.net Port 80 |
What is also funny that in the last line I can't see anything about mod_perl.
Please help.
Thanks _________________ Windows = a 64 bit rewrite for a 32 bit extension to a 16 bit GUI on an
8 bit OS written for a 4 bit architecture by a 2 bit company who can't
stand 1 bit of competition. |
|
Back to top |
|
 |
massctrl Apprentice


Joined: 19 Mar 2004 Posts: 156
|
Posted: Mon Oct 18, 2004 1:27 pm Post subject: |
|
|
Hi all,
First of all i'm completely new to apache, so i'm quite sure the mistake is mine.
I've installed otrs using the provided ebuild.
I've installed and configured sql and all the rest using the how-to provided by the otrs team.
But i'm stuck !!!
when I browse to http://fubar.local/otrs/installer.pl i get
Quote: | requested url /otrs/installer.pl was not found on this server |
/var/log/apache/error.log says:
Quote: | file does not exist /var/www/localhost/htdocs/otrs/installer.pl
|
In /etc/apache/commonapache.conf between the mod_perl stuff:
Code: | Alias /otrs "/var/www/localhost/cgi-bin/otrs"
Alias /otrs-web "/var/www/localhost/htdocs/otrs" |
In /etc/apache/apache.conf
Quote: | DocumentRoot /var/www/localhost/htdocs |
Has someone set-up otrs with this ebuild?
If so could you help me out please
Thanks in advance |
|
Back to top |
|
 |
stimpy n00b


Joined: 18 Apr 2002 Posts: 49 Location: NZ
|
Posted: Tue Oct 19, 2004 1:05 am Post subject: |
|
|
I just started playing with this, and have found (probably) the same thing. At this stage, I believe that it is a problem with the webapp-config part of the ebuild, that is supposed to set up all the otrs files for the webserver, based on the otrs package files that it installs. (They are installed in one place, then "installed" again using webapp-config into you web server document tree appropriately. I think... This is my first hard look at webapp-config.)
Judging by the two bugs 65850 and 66792 I think its a known problem. (These may be what your problem is, but maybe not.) |
|
Back to top |
|
 |
PhPAtA n00b

Joined: 27 Jan 2005 Posts: 2
|
Posted: Thu Jan 27, 2005 8:00 pm Post subject: |
|
|
I am having the same problem. Any solutions so far?  |
|
Back to top |
|
 |
tacker Tux's lil' helper


Joined: 22 Jul 2004 Posts: 85 Location: Offenbach, Germany
|
Posted: Fri Mar 04, 2005 11:26 am Post subject: |
|
|
Code: | $ wget http://bugs.gentoo.org/attachment.cgi?id=45508&action=view -O /usr/portage/www-apps/otrs/otrs-1.3.2.ebuild
$ wget http://bugs.gentoo.org/attachment.cgi?id=45509&action=view -O /usr/portage/www-apps/otrs/files/postinstall-en-1.3.2.txt
$ ebuild /usr/portage/www-apps/otrs/otrs-1.3.2.ebuild digest
$ emerge www-apps/otrs
$ webapp-config -I -h <host> -d otrs otrs 1.3.2
$ wget http://bugs.gentoo.org/attachment.cgi?id=52638&action=view -O /etc/apache2/conf/modules.d/76_otrs.conf |
|
|
Back to top |
|
 |
zeek Guru


Joined: 16 Nov 2002 Posts: 480 Location: Bantayan Island
|
Posted: Fri Mar 25, 2005 12:45 am Post subject: |
|
|
One more thing, OTRS keeps looking for the RELEASE file. A variation of these commands may be needed to satisfy that requirement:
Code: | cp /usr/share/doc/otrs-1.3.2/RELEASE.gz /var/www/<YOURHOST>/otrs/
gunzip /var/www/<YOURHOST>/otrs/RELEASE.gz
|
|
|
Back to top |
|
 |
Tesla n00b

Joined: 01 Apr 2005 Posts: 32
|
Posted: Tue May 03, 2005 10:57 pm Post subject: |
|
|
I emerged otrs and it installed fine. I set up and started apache2 and
mySQL. I ran the installer.pl from apache and filled in the info that
was asked for and it created the database, tables and the user. I then
filled in the next set of data and it ran fine. I then restarted the
server and went to the index page, and it had this error
Error: Access denied for user: 'otrs@localhost' (Using password: YES)
I have tried creating a new user and giving the user full access but
that dose not seam too work. I think it might be a configuration problem
in mysql but I am not sure. It seams that apache2 can connect to the
mysql databaase as the root user but not a regular user. |
|
Back to top |
|
 |
Tesla n00b

Joined: 01 Apr 2005 Posts: 32
|
Posted: Mon May 09, 2005 1:25 pm Post subject: |
|
|
Ok. I'm getting more an more busy and don't seem to have the time to get this going.
I was wondering if paying some someone to get OTRS up and runing for me is a good idea. if so how much do you offer someone ?? i have a large College and University close by.
This is what i'm after, I would like OTRS and a file server running (i have heard samba is good). I have Gentoo installed and running. How much time would it take someone who is good with Linux/Gentoo, to get those two programs running ? |
|
Back to top |
|
 |
tacker Tux's lil' helper


Joined: 22 Jul 2004 Posts: 85 Location: Offenbach, Germany
|
Posted: Mon May 09, 2005 1:34 pm Post subject: |
|
|
15 to 30 mins |
|
Back to top |
|
 |
Tesla n00b

Joined: 01 Apr 2005 Posts: 32
|
Posted: Tue May 10, 2005 1:05 am Post subject: |
|
|
Tacker if it would only take that long to do it, know anyone that would get samba and OTRS running and working for me ? |
|
Back to top |
|
 |
|