From pape-rt at inf.fu-berlin.de Tue Jun 1 02:38:09 2004 From: pape-rt at inf.fu-berlin.de (Dirk Pape) Date: Tue, 01 Jun 2004 08:38:09 +0200 Subject: [rt-users] email threads In-Reply-To: <20040528175657.GB7014@yem.eng.utah.edu> References: <20040528175657.GB7014@yem.eng.utah.edu> Message-ID: <20C47969AE03EEAD01D9D643@eremix> Hello Mark, --Am Freitag, 28. Mai 2004 11:56 Uhr -0600 schrieb Mark Ogden : > We just upgrade from rt-1 to rt-3.0.10 and everything works great > except now our email doesn't thread. [...] > Do I have something wrong? no, you have not. Email-threading unfortunately has been left when going from rt 2 to rt 3. But you can try my patch, which works very well here for months. It inserts In-Reply-To and References header appropriately for most cases: see inside the patch for basic doc. Dirk. From fw at deneb.enyo.de Tue Jun 1 04:39:01 2004 From: fw at deneb.enyo.de (Florian Weimer) Date: Tue, 01 Jun 2004 10:39:01 +0200 Subject: [rt-users] RT 3 and Debian :-) In-Reply-To: <20040531203310.GA17514@torres.ka0.zugschlus.de> (Marc Haber's message of "Mon, 31 May 2004 22:33:10 +0200") References: <40B6C945.4040407@krivis.com> <20040528063321.GA14376@torres.ka0.zugschlus.de> <73EE2971-B0D0-11D8-A764-000A959B1F9A@mindlace.net> <1085783932.28510.2704.camel@louise3.6s.nl> <20040531195339.GL17514@torres.ka0.zugschlus.de> <1086034566.998.12.camel@munter> <20040531203310.GA17514@torres.ka0.zugschlus.de> Message-ID: <87smdfpt96.fsf@deneb.enyo.de> * Marc Haber: >> I've just been through this. Sid broke twice in one week, and currently >> remains broken. > > I cannot confirm this. My sid systems are alive and kicking. There was some mod_perl breakage recently, and if you're running RT3 on top of Perl, this can be quite painful. > I have to disagree on that. priority high only shortens the wait > period. If a package's dependencies cannot be satisfied in sarge, the > package doesn't migrate to sarge even if the waiting period is over. > That way, a security update can be held from migrating to sarge for > weeks or even months. This is correct, that's why you have to become familiar with the build process of the most important packages you use. Train using dpatch and friends in advance, so that you can create your own security update if necessary. Subscribe to the package tracking system for your important packages. Follow the upstream announcement mailing lists for those packages (sarge/sid vulnerabilities are not necessarily announced by Debian). And, what's probably most annoying: regularly update to the most current sarge or unstable version. This can be disruptive, and you don't want to add this to the usual troubles of a security upgrade. -- Current mail filters: many dial-up/DSL/cable modem hosts, and the following domains: bigpond.com, di-ve.com, fuorissimo.com, hotmail.com, jumpy.it, libero.it, netscape.net, postino.it, simplesnet.pt, spymac.com, tiscali.co.uk, tiscali.cz, tiscali.it, voila.fr, yahoo.com. From acesarz at crowley.pl Tue Jun 1 05:47:30 2004 From: acesarz at crowley.pl (Alek Cesarz) Date: Tue, 01 Jun 2004 11:47:30 +0200 Subject: [rt-users] RTIR - user privileges Message-ID: <40BC50B2.9070406@crowley.pl> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 RTIR users (if any ((-;), what privileges should i give to a user or to which group i should assign one, to make him operator of RTIR. currently only root sees Incident Reports, etc. other users see only counters (for example "Found 24,840 Reports"), but no reports. regards, -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFAvFCyC3s32xNJGmERAvulAJ4kcrA5Q/+ZhuV3w8f12oZgJIBH/gCgjfrf T9v66kgvThRP7GzHd+lHQlI= =7Yr+ -----END PGP SIGNATURE----- From ronny.pettersen at edb.com Tue Jun 1 06:04:22 2004 From: ronny.pettersen at edb.com (ronny.pettersen at edb.com) Date: Tue, 1 Jun 2004 12:04:22 +0200 Subject: [rt-users] FastCGI and suExec problems (Intern) Message-ID: <396B51785F9A0F4588DD7F6D42D5933B10D5A1@TNS-FBU-2E-003.corp.telenor.no> Check suexec.log. 1. Make sure you have "SuexecUserGroup rtuser rtgroup" (as mentioned in an other post). (or whatever you set rt to run as during configure) in httpd.conf. 2. The fastcgi-server executable can't be setgid: # chmod a-s /path_to_rt/bin/* 3. The rtuser needs to be owner of the directory and files where fastcgi server is located: # chown -Rh rtuser:rtgroup /path_to_rt/bin 4. RT needs to be in Apache docroot, I put it in /var/www/rt (using Apache from Fedora distro). My httpd.conf: SuexecUserGroup rt rt FastCgiWrapper /usr/sbin/suexec FastCgiIpcDir /var/log/fastcgi FastCgiServer /var/www/rt/bin/mason_handler.fcgi -processes 10 -idle-timeout 300 -user rt -group rt I switched to suexec as well after having to restart RT every day due to "Insecure dependency" errors. I got these errors in the RT log: [Wed May 5 13:50:06 2004] [crit]: Transaction not committed. Usually indicates a software fault. Data loss may have occurred (/usr/local/rt3/bin/mason_handler.fcgi:62) Once the "Insecure dependency" occured, that fascgi-server probably was "unstable", and needed restart. Haven't had any "insecure dependency" since I switched to suexec, and no restarts other than after RT upgrade. Regards, Ronny Pettersen -----Original Message----- Date: Fri, 28 May 2004 11:33:07 +0100 From: "Nick Bown" Subject: [rt-users] FastCGI and suExec problems To: Hello, I'm running RT 3.0.11 on a Solaris 9 server with Apache 2.0.49, Perl 5.8.3 and FastCGI. My users seem to be getting the: error: Insecure dependency in eval while running with -T switch at /usr/local/lib/perl5/5.8.3/Locale/Maketext/Guts.pm line 247. error constantly at the moment so I have tried to get the suExec wrapper working with the mason_handler on the httpd.conf file: FastCgiIpcDir /tmp/fastcgi FastCgiWrapper /usr/local/apache2/bin/suexec FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 300 -processes 6 But I now get the following error when I restart Apache: <<<< CUT >>>> [Fri May 28 10:42:52 2004] [warn] FastCGI: server "/opt/rt3/bin/mason_handler.fcgi" (uid 102, gid 60001) started (pid 15053) [Fri May 28 10:42:52 2004] [warn] FastCGI: server "/opt/rt3/bin/mason_handler.fcgi" (pid 15053) terminated by calling exit with status '103' <<<< CUT >>>> Does anyone have any ideas on what I'm missing from my config? Cheers, Nick From d.batterham at ee.mu.oz.au Tue Jun 1 10:04:05 2004 From: d.batterham at ee.mu.oz.au (David Batterham) Date: Wed, 02 Jun 2004 00:04:05 +1000 Subject: [rt-users] problem using fast-cgi and external auth, htaccess Message-ID: <40BC8CD5.8070402@ee.mu.oz.au> Hi, I've successfully installed and configured RT3.0.10 and wish to use it as our primary Helpdesk application. I want RT3 to use Apache's authenticated username for RT. We're using a simple .htaccess/.htpasswd setup with user details derived from another system and kept synced. My problem is that I cannot seem to get things working with both fast-cgi/mason AND .htaccess! If I have my httpd.conf configured correctly for a .htaccess file in /usr/local/rt3/share/html, Apache will NOT authenticate users UNTIL I comment out, or otherwise stuff up the line below in httpd.conf: ScriptAlias / /usr/local/rt3/bin/mason_handler.fcgi/ If I change the Scriptalias line above, RT breaks. The best I've achieved is to get the login screen to display after successfully authenticating to apache, but once logged in, I just get a page of code/junk. Even this is not so great, as I shouldn't get the login screen at all with WebExternalAuth set. I can get either .htaccess or RT to work, but not both at once. Some background, the whole point of this exercise is that I would like to allow our users to email requests in, but to prevent problems with changing email addresses, spam etc. I think the path I'm on will enable me to set things up so users can go to the RT Web UI after being authenticated by Apache, and RT will create an account for them based on their apache username (due to WebExternalAuto being set as well). This way users can email tickets in from their "official" email address, but SPAM etc, will not trigger new accounts being created in RT and junk tickets in queues etc. If someone can help me with the above problem, or suggest a better way of acheiving my goal, then I'd be most grateful. technical info: Solaris 9: Apache/2.0.48 (Unix) mod_ssl/2.0.48 OpenSSL/0.9.7c mod_fastcgi/mod_fastcgi-SNAP-0404142202 JRun/4.0 RT installed in /usr/local/rt3 Document root in apache set to /usr/local/rt3/share/html (virtual server running on non standard port using SSL. Regs, Dave -- ----------------------------------------------------------------------------- David Batterham Information Systems & Services Manager Department of Electrical & Electronic Engineering The University of Melbourne, Victoria 3010 Email: d.batterham at ee.mu.oz.au Phone: +61 3 8344 3366 Fax: +61 3 8344 6678 From BrettB at hkusa.com Tue Jun 1 10:04:50 2004 From: BrettB at hkusa.com (Brett Barnhart) Date: Tue, 1 Jun 2004 09:04:50 -0500 Subject: [rt-users] Recommendation on Linux environment Message-ID: <2E8440B99F0D1B4F9D4F3099A3778FB507179D1E@EXCHANGE4> We are working on getting RT running on Windows. We are almost entirely a Windows shop with a few Macs scattered around. We do have some Linux users here (who use it on their own). It is my belief that we will be better off with setting up a Linux box to run RT (memory management, stability, etc). Does anyone have recommendation on which flavor of Linux we should run? The only thing this box will be doing is running RT. Thanks! Brett From rmortimer at bluechiptechnology.co.uk Tue Jun 1 10:31:22 2004 From: rmortimer at bluechiptechnology.co.uk (Robert Mortimer) Date: Tue, 1 Jun 2004 15:31:22 +0100 Subject: [rt-users] Problems with Fedora core 1 Message-ID: <001501c447e5$1ca5b040$7600000a@robert> I am installing RT on a FC1 machine. I have installed the stock MySQL-server RPM I have compiled Apache 1.3.31 & Mod perl mod_perl-1.0-current as per instructions I cave configured RT Now the problem perl sbin/rt-test-dependencies --with-mysql --with-modperl1 --install downloads all the perl modules I need bar 1 HTML::FormatText This module is listed as missing. I have tried a CPAN shell install and have searched CPAN but have been unable to find this module. Is this module still available? Has someone got a copy? Regards R Mortimer From cubic at acronis.ru Tue Jun 1 10:38:14 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Tue, 01 Jun 2004 18:38:14 +0400 Subject: [rt-users] Problems with Fedora core 1 In-Reply-To: <001501c447e5$1ca5b040$7600000a@robert> References: <001501c447e5$1ca5b040$7600000a@robert> Message-ID: <40BC94D6.5070605@acronis.ru> Robert Mortimer wrote: > I am installing RT on a FC1 machine. > > I have installed the stock MySQL-server RPM > I have compiled Apache 1.3.31 & Mod perl mod_perl-1.0-current as per > instructions > I cave configured RT > > Now the problem > > perl sbin/rt-test-dependencies --with-mysql --with-modperl1 --install > > downloads all the perl modules I need bar 1 HTML::FormatText I don't remember exactly, but it was some typo in module name, but I really think it was fixed. Don't you want to try http://wiki.bestpractical.com/index.cgi?RPMInstall? > > This module is listed as missing. > I have tried a CPAN shell install and have searched CPAN but have been > unable to find this module. > Is this module still available? Has someone got a copy? > > Regards R Mortimer > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From maxb at ukf.net Tue Jun 1 12:54:41 2004 From: maxb at ukf.net (Max Bowsher) Date: Tue, 1 Jun 2004 17:54:41 +0100 Subject: RT required module has vanished from CPAN (was: [rt-users] Problems with Fedora core 1) References: <001501c447e5$1ca5b040$7600000a@robert> Message-ID: <00d401c447f9$2464ef80$78d96f83@robinson.cam.ac.uk> Robert Mortimer wrote: > I am installing RT on a FC1 machine. > > I have installed the stock MySQL-server RPM > I have compiled Apache 1.3.31 & Mod perl mod_perl-1.0-current as per > instructions > I cave configured RT > > Now the problem > > perl sbin/rt-test-dependencies --with-mysql --with-modperl1 --install > > downloads all the perl modules I need bar 1 HTML::FormatText > > This module is listed as missing. > I have tried a CPAN shell install and have searched CPAN but have been > unable to find this module. > Is this module still available? Has someone got a copy? The module seems to have vanished off CPAN. I have no idea why, or how to find out why. If no one else on this list knows why, perhaps someone should email the author. Anyway, I googled on the filename of the last I had, and found a mirror at: ftp://ftp.se.netbsd.org/pub/NetBSD/packages/distfiles/HTML-Format-2.03.tar.gz Max From jim.rowan at starcore-dsp.com Tue Jun 1 12:55:46 2004 From: jim.rowan at starcore-dsp.com (Jim Rowan) Date: Tue, 1 Jun 2004 11:55:46 -0500 Subject: [rt-users] [Rt-announce] A brief update on what we've been working on Message-ID: <7DE01782B2345640AD55C17C5D2888DC05F74C@ausexm2.aus.starcore-dsp.com> > Subject: [rt-users] [Rt-announce] A brief update on what we've been > workingon ... > ... As of 3.4, custom fields can now apply to Ticket comments and > correspondence, users and groups. Will that mean that each (comment/correspondence) transaction can have an individual value for a particular custom field? We need to classify the timeworked for each transaction in terms of billable/not, and thus want a "per transaction" custom field in which to do it. This sounds like what we need! Thanks for the summary, by the way -- VERY useful to know what might be coming down the road. Jim From seans.lists at verizon.net Tue Jun 1 13:17:23 2004 From: seans.lists at verizon.net (Sean McKay) Date: Tue, 1 Jun 2004 10:17:23 -0700 Subject: [rt-users] Recommendation on Linux environment In-Reply-To: <10E6C696E40B654AB7B5A934DB181F9A03A89F2C@foxmail.campus.georgefox.edu> Message-ID: <20040601171724.YVZC27801.out008.verizon.net@smckay> >It is my belief that we will be better off with setting up a Linux box to >run RT (memory management, stability, etc). Does anyone have recommendation >on which flavor of Linux we should run? The only thing this box will be >doing is running RT. My experience is that performance on Windows 2000 is terrible. We ran the windows version of RT on a Dual-450 with 256MB of RAM and the mysqld alone was using 700MB of memory (and we just started using it a week ago). Needless to say, I've just deployed a Linux version today for our office and we are up and running on it. mysqld on Linux is utilizing just 2.5% of 256MB of memory right now. I would strongly encourage you to partner with one of your more experienced Linux users and run RT on Linux. From seph at directionless.org Tue Jun 1 14:01:24 2004 From: seph at directionless.org (seph) Date: Tue, 01 Jun 2004 14:01:24 -0400 Subject: [rt-users] Re: problem using fast-cgi and external auth, htaccess In-Reply-To: <40BC8CD5.8070402@ee.mu.oz.au> (David Batterham's message of "Wed, 02 Jun 2004 00:04:05 +1000") References: <40BC8CD5.8070402@ee.mu.oz.au> Message-ID: > My problem is that I cannot seem to get things working with both > fast-cgi/mason AND .htaccess! Consider putting the Auth related stuff directly in httpd.conf. seph From rmroland at indiana.edu Tue Jun 1 14:06:27 2004 From: rmroland at indiana.edu (Roland, Ryan M) Date: Tue, 1 Jun 2004 13:06:27 -0500 Subject: [rt-users] Recommendation on Linux environment Message-ID: >From working with several different Linux distributions, the one that I would recommend is Gentoo. Resolving dependencies with this source-based distro was frighteningly easy. If someone, who had the know-how, would create an ebuild specifically for RT, installation of RT would nearly be as simple as a single command: 'emerge rt' However all ebuilds that I've found for RT were from summer of '03. If anyone knows of one from more recently, posting that here would be immensely helpful. Or, I'd be willing to work with someone with more experience to help create one. Ryan -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Brett Barnhart Sent: Tuesday, June 01, 2004 09:05 To: rt-users at lists.bestpractical.com Subject: [rt-users] Recommendation on Linux environment We are working on getting RT running on Windows. We are almost entirely a Windows shop with a few Macs scattered around. We do have some Linux users here (who use it on their own). It is my belief that we will be better off with setting up a Linux box to run RT (memory management, stability, etc). Does anyone have recommendation on which flavor of Linux we should run? The only thing this box will be doing is running RT. Thanks! Brett _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. From bkogami at randmcnally.com Tue Jun 1 16:39:34 2004 From: bkogami at randmcnally.com (Kogami, Bruce) Date: Tue, 1 Jun 2004 13:39:34 -0700 Subject: [rt-users] Problems with Fedora core 1 Message-ID: Robert, Here's how I got around the HTML::FormatText problem. 1. perl -MCPAN -e 'install Font::AFM' (prerequisite) 2. http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Format-1.23.tar.gz 3. tar xzvf HTML-Format-1.23.tar.gz -C /export/src 4. cd /export/src/HTML-Format-1.23 5. perl Makefile.PL 6. make 7. make install Hope this helps, Bruce > -----Original Message----- > From: Robert Mortimer [mailto:rmortimer at bluechiptechnology.co.uk] > Sent: Tuesday, June 01, 2004 7:31 AM > To: rt-users at lists.bestpractical.com > Subject: [rt-users] Problems with Fedora core 1 > > I am installing RT on a FC1 machine. > > I have installed the stock MySQL-server RPM > I have compiled Apache 1.3.31 & Mod perl mod_perl-1.0-current as per > instructions > I cave configured RT > > Now the problem > > perl sbin/rt-test-dependencies --with-mysql --with-modperl1 --install > > downloads all the perl modules I need bar 1 HTML::FormatText > > This module is listed as missing. > I have tried a CPAN shell install and have searched CPAN but have been > unable to find this module. > Is this module still available? Has someone got a copy? > > Regards R Mortimer > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt > this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. *************************************************************** This E-mail is confidential. It should not be read, copied, disclosed or used by any person other than the intended recipient. Unauthorized use, disclosure or copying by whatever medium is strictly prohibited and may be unlawful. If you have received this E-mail in error, please contact the sender immediately and delete the E-mail from your system. *************************************************************** From jesse at bestpractical.com Tue Jun 1 16:43:12 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Tue, 1 Jun 2004 16:43:12 -0400 Subject: [rt-users] Problems with Fedora core 1 In-Reply-To: References: Message-ID: <20040601204312.GN22597@pallas.eruditorum.org> On Tue, Jun 01, 2004 at 01:39:34PM -0700, Kogami, Bruce wrote: > Robert, > > Here's how I got around the HTML::FormatText problem. For what it's worth, this is biting folks other than RT users. One of the maintainers of SlashCode and I chatted earlier today after they independently got bitten by this issue. We're working on getting it figured out and have email into the maintainers to see what's up. Going forward, we're also looking at keeping a publicly accessible private CPAN repository of everything RT needs to get going. Jesse > > 1. perl -MCPAN -e 'install Font::AFM' (prerequisite) > 2. http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Format-1.23.tar.gz > 3. tar xzvf HTML-Format-1.23.tar.gz -C /export/src > 4. cd /export/src/HTML-Format-1.23 > 5. perl Makefile.PL > 6. make > 7. make install > > Hope this helps, > Bruce > > > -----Original Message----- > > From: Robert Mortimer [mailto:rmortimer at bluechiptechnology.co.uk] > > Sent: Tuesday, June 01, 2004 7:31 AM > > To: rt-users at lists.bestpractical.com > > Subject: [rt-users] Problems with Fedora core 1 > > > > I am installing RT on a FC1 machine. > > > > I have installed the stock MySQL-server RPM > > I have compiled Apache 1.3.31 & Mod perl mod_perl-1.0-current as per > > instructions > > I cave configured RT > > > > Now the problem > > > > perl sbin/rt-test-dependencies --with-mysql --with-modperl1 --install > > > > downloads all the perl modules I need bar 1 HTML::FormatText > > > > This module is listed as missing. > > I have tried a CPAN shell install and have searched CPAN but have been > > unable to find this module. > > Is this module still available? Has someone got a copy? > > > > Regards R Mortimer > > > > _______________________________________________ > > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > > > RT Developer and Administrator training is coming to LA, DC and Frankfurt > > this spring and summer. > > http://bestpractical.com/services/training.html > > > > Sign up early, as class space is limited. > > > *************************************************************** > This E-mail is confidential. It should not be read, copied, disclosed or used by any person other than the intended recipient. Unauthorized use, disclosure or copying by whatever medium is strictly prohibited and may be unlawful. If you have received this E-mail in error, please contact the sender immediately and delete the E-mail from your system. > *************************************************************** > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From steve at n2sw.com Tue Jun 1 16:44:40 2004 From: steve at n2sw.com (Steve Rieger) Date: Tue, 1 Jun 2004 16:44:40 -0400 Subject: [rt-users] error Message-ID: <20040601204447.FTEM1551.out004.verizon.net@stacy> I finally got rt installed but not configured, when I type in my url http://n2sw.webair.com all I get is text, what am I doing wrong. Thanx for the help -------------- next part -------------- An HTML attachment was scrubbed... URL: From mrjoel at nstep.net Tue Jun 1 17:01:25 2004 From: mrjoel at nstep.net (Joel Johnson) Date: Tue, 01 Jun 2004 15:01:25 -0600 Subject: [rt-users] No Graph in the Statistics page In-Reply-To: <20040530050132.GA23613@qwestip.net> References: <20040530050132.GA23613@qwestip.net> Message-ID: <40BCEEA5.5050501@nstep.net> I'm getting the same result here.....with the addition that when I go to the "Tickets by status" tab, I get the following system error: *error:* Can't bind a reference (RT::Queues=HASH(0xb459e1c)) at /usr/share/perl5/DBIx/SearchBuilder/Handle.pm line 410. *context:* *...* *406:* delete $bhash->{'value'}; *407:* $sth->bind_param($bind_idx+1, undef, $bhash ); *408:* } *409:* } *410:* unless ( $sth->execute(@bind_values) ) { *411:* if ($DEBUG) { *412:* die "$self couldn't execute the query '$QueryString'" *413:* . $self->dbh->errstr . "\n"; *414:* *...* *code stack:* /usr/share/perl5/DBIx/SearchBuilder/Handle.pm:410 /usr/share/perl5/DBIx/SearchBuilder/Record.pm:899 /usr/share/perl5/DBIx/SearchBuilder/Record.pm:819 /usr/share/perl5/DBIx/SearchBuilder/Record/Cachable.pm:110 /usr/share/request-tracker3/lib/RT/Record.pm:225 /usr/share/request-tracker3/lib/RT/Queue_Overlay.pm:330 /usr/local/share/request-tracker3/html/Statistics/OpenStalled/index.html:118 /usr/share/request-tracker3/html/autohandler:196 I'm running Debian (in spite of recent discussion on the list!) with the request-tracker3 package on apache2 with mod_perl, and extracted the tarball into the /usr/local/share/request-tracker3/ (the html and lib directories). When running like that, RT grabs the ./html/Elements/Tabs file and displays the tab on the menu, but when I click on the tab it gives a file not found, and doesn't appear to notice anything in the ./html/Statistics directory. I copy it over manually into /usr/share/request-tracker3/html and it seems to work fine, just without the graphs. Any ideas on either of these issues? Joel Johnson Asif Iqbal wrote: >Hi All > >I did follow the instructions on >http://wiki.bestpractical.com/index.cgi?RT3StatisticsPackage page > >I expanded the archive on my /opt/rt3/local page. I am running RT-3-10 >with Apache 1.x and mod_perl1. I did install GD::Graph using CPAN tool > >perl -MCPAN -e shell >cpan> install GD::Graph > >I don't see any graphs. Here is the source page looks like > > > >Is that mean I need to install Apache::GD::Graph? > >Please help > >Thanks > > > From pseymour at servervault.com Tue Jun 1 18:43:12 2004 From: pseymour at servervault.com (Seymour, Paul) Date: Tue, 1 Jun 2004 18:43:12 -0400 Subject: [rt-users] Display Message-ID: <841A2A811DB61840BA6423C08B5735D301550010@dulles1.ops.servervault.com> I have a few questions concerning the display of tickets in RT3. 1) Is there a way I can add the ability to see the last updated time of the ticket in the "Ticket I own" window? 2) Is there a way I can change the color scheme/look and feel of RT? 3) In the "Tickets I own" page, in what order are the tickets placed? Thanks, Paul From cubic at acronis.ru Tue Jun 1 19:01:09 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Wed, 02 Jun 2004 03:01:09 +0400 Subject: [rt-users] Display In-Reply-To: <841A2A811DB61840BA6423C08B5735D301550010@dulles1.ops.servervault.com> References: <841A2A811DB61840BA6423C08B5735D301550010@dulles1.ops.servervault.com> Message-ID: <40BD0AB5.80203@acronis.ru> Seymour, Paul wrote: > I have a few questions concerning the display of tickets in RT3. > > 1) Is there a way I can add the ability to see the last updated time of the > ticket in the "Ticket I own" window? > 2) Is there a way I can change the color scheme/look and feel of RT? This can be changed in .css file. All other questions were disscussed here many times. Google + look into: share/html/Elements/MyTickets share/html/Elements/MyRequests > 3) In the "Tickets I own" page, in what order are the tickets placed? > > Thanks, > > Paul > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From n8-rt at adullmoment.com Tue Jun 1 21:33:54 2004 From: n8-rt at adullmoment.com (nate) Date: Tue, 1 Jun 2004 21:33:54 -0400 Subject: [rt-users] asset tracking Message-ID: This is probably the billionth time someone's asked this, but what's the state of asset tracking in RT? Is anyone willing to make this happen if there's money involved? I've read all the threads about vague plans but don't know if anyone's tackled an asset tracking module yet. Does anyone have something close? Is it possible to do this using custom fields? That seems inefficient, but I'll take what I can get. I'm reviewing helpdesk packages right now and have a bunch of coworkers complaining that asset tracking MUST be included in the solution we choose. Asset information doesn't change that often in our environment, but it would be nice to correlate problems with hardware. Thanks, nate From Steve at n2sw.com Wed Jun 2 03:37:39 2004 From: Steve at n2sw.com (Steve Rieger) Date: Wed, 02 Jun 2004 07:37:39 -0000 Subject: [rt-users] Compilation error, i could use some pointers here Message-ID: <200406020039660.SM00244@n2sw.com> bash-2.05# /usr/local/apache/bin/apachectl configtest Odd number of elements in hash assignment at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Exceptions.pm line 154. [Mon Jun 1 23:39:46 2009] [error] unknown field mod_perl must be compiled with PERL_METHOD_HANDLERS=1 (or EVERYTHING=1) to use passed to constructor for class HTML::Mason::ExceptionCompilation failed in require at /usr/local/rt3/bin/webmux.pl line 61.\nBEGIN failed--compilation aborted at /usr/local/rt3/bin/webmux.pl line 67.\nCompilation failed in require at (eval 5) line 1.\n Syntax error on line 981 of /usr/local/apache/conf/httpd.conf: unknown field mod_perl must be compiled with PERL_METHOD_HANDLERS=1 (or EVERYTHING=1) to use passed to constructor for class HTML::Mason::ExceptionCompilation failed in require at /usr/local/rt3/bin/webmux.pl line 61. BEGIN failed--compilation aborted at /usr/local/rt3/bin/webmux.pl line 67. Compilation failed in require at (eval 5) line 1. From gustavo at cpqd.com.br Wed Jun 2 08:54:32 2004 From: gustavo at cpqd.com.br (Gustavo Chaves) Date: 02 Jun 2004 09:54:32 -0300 Subject: [rt-users] A question for the Brazilian users out there Message-ID: Hi there, I'm evaluating RT for deployment on a customer and also internally and we'd like to know if there is any organization in Brazil offering training and support for RT. Please, answer directly to me so that we don't bother the non-Brazilians in the list. I'll post a summary of the responses in a few days. Thanks. Gustavo. From bkogami at randmcnally.com Wed Jun 2 17:47:17 2004 From: bkogami at randmcnally.com (Kogami, Bruce) Date: Wed, 2 Jun 2004 14:47:17 -0700 Subject: [rt-users] Email problems when sending attachments Message-ID: Hi, We are running into problems with sending attachments to the RT server. This is the email error from our RT server. Jun 2 09:33:29 ir-rt-01 sendmail[5807]: i52GUqFn005806: timeout waiting for input from local during Draining Input I checked sendmail.org and they have an article about this error... ---- >From sendmail.org If e-mail is delivered to a program which generates too much output, then sendmail may issue an error: timeout waiting for input from local during Draining Input Make sure that the program does not generate output beyond a status message (corresponding to the exit status). This may require a wrapper around the actual program to redirect output to /dev/null. ---- Is there anyway to redirect the program output to /dev/null? Any other suggestions on how I can fix this problem? It seems that the problem only surfaces the user sends attachments to RT. If the email is small, then we don't see this problem. I'm running Linux RH EL3, sendmail 8.12.11, RT 3.0.11, perl 5.8.4 Thanks, Bruce *************************************************************** This E-mail is confidential. It should not be read, copied, disclosed or used by any person other than the intended recipient. Unauthorized use, disclosure or copying by whatever medium is strictly prohibited and may be unlawful. If you have received this E-mail in error, please contact the sender immediately and delete the E-mail from your system. *************************************************************** From jesse at bestpractical.com Wed Jun 2 18:08:03 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Wed, 2 Jun 2004 18:08:03 -0400 Subject: RT required module has vanished from CPAN (was: [rt-users] Problems with Fedora core 1) In-Reply-To: <00d401c447f9$2464ef80$78d96f83@robinson.cam.ac.uk> References: <001501c447e5$1ca5b040$7600000a@robert> <00d401c447f9$2464ef80$78d96f83@robinson.cam.ac.uk> Message-ID: <20040602220803.GH22597@pallas.eruditorum.org> On Tue, Jun 01, 2004 at 05:54:41PM +0100, Max Bowsher wrote: > > The module seems to have vanished off CPAN. I have no idea why, or how to > find out why. > If no one else on this list knows why, perhaps someone should email the > author. > > Anyway, I googled on the filename of the last I had, and found a mirror at: > ftp://ftp.se.netbsd.org/pub/NetBSD/packages/distfiles/HTML-Format-2.03.tar.gz FWIW, This has been fixed. > > Max > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From ZalafR at Leadingedgegroup.com.au Wed Jun 2 18:27:10 2004 From: ZalafR at Leadingedgegroup.com.au (Rabbie Zalaf) Date: Thu, 3 Jun 2004 08:27:10 +1000 Subject: RT required module has vanished from CPAN (was: [rt-users] Pr oblems with Fedora core 1) Message-ID: <5237E8DD31703E4B8F18DE416229C8C0C28658@legsydms01.leadingedgegroup.com.au> Unsubscribe. -----Original Message----- From: Jesse Vincent [mailto:jesse at bestpractical.com] Sent: Thursday, 3 June 2004 8:08 AM To: Max Bowsher Cc: rt-users at lists.bestpractical.com Subject: Re: RT required module has vanished from CPAN (was: [rt-users] Problems with Fedora core 1) On Tue, Jun 01, 2004 at 05:54:41PM +0100, Max Bowsher wrote: > > The module seems to have vanished off CPAN. I have no idea why, or how to > find out why. > If no one else on this list knows why, perhaps someone should email the > author. > > Anyway, I googled on the filename of the last I had, and found a mirror at: > ftp://ftp.se.netbsd.org/pub/NetBSD/packages/distfiles/HTML-Format-2.03.tar.g z FWIW, This has been fixed. > > Max > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. -------------- next part -------------- An HTML attachment was scrubbed... URL: From justdiana at wideopenwest.com Wed Jun 2 21:00:13 2004 From: justdiana at wideopenwest.com (Diana Clarke) Date: Wed, 2 Jun 2004 20:00:13 -0500 Subject: [rt-users] RT install Mac OS X Message-ID: <5E7E2486-B4F9-11D8-A6DA-000A95985054@wideopenwest.com> I'm having trouble installing Request Tracker. I have LOTS of questions so if you can help me - off list may be the way to go... I am NOT a programmer, don't know perl or unix - but I'm not afraid to learn or bang around to try to figure stuff out. My goal is to install on to the school web server where i work - which is running OS X 10.3.4 Server, Apache 1.3.28, mysql 3.23.49 and php 4.3.2 Currently, I'm installing on a laptop running OS X 10.3 (client - not Server) and everything else the same I think I have perl 5.8.3 - how would I check to find out? In following the documentation on the site, I got thru step 3 - all the dependencies. I'm confused about WHERE I'm installing. Ultimately it has to run from my web server, so it seems like it should be going into the webserver directory, but step 1 or 2 says NOT to configure in the directory you want to install???? BTW, I'm not sure I did 1 or 2 correctly either. Step 4 says create a new unix group - I'm not sure I did this or did it correctly. Step 5 is where I get totally stuck - First where's the rt directory - which one? where's it supposed to be? None of the commands work for me (make install, make initialize-database or make dropdb) regardless of what directory I navigate to. Also, since I played with all of this in Terminal (as root - of course) I can no longer use my laptop as a testing server as the Web sharing won't start up and the web browser tells me that it can't find "the server localhost"!!! Thanks in advance for ANY help! I appreciate your time and energy. Diana From ehall at amaxx.com Wed Jun 2 23:34:00 2004 From: ehall at amaxx.com (Hall, Eric M.) Date: Wed, 2 Jun 2004 23:34:00 -0400 Subject: [rt-users] Unable to open tck via email Message-ID: <22FE880162A7B449AC605D3E6E2D93440CAAEF@corpsrv.amaxx.net> You are right... That fixed it!!! Thank you... Next question for you.... When someone emails the 'helpdesk' I would like it send them a link that can check the status of the tck. Any idea? I see it added a user (the email address) each time someone new send an email . However the user is unable to login with that userid. Thanks again -----Original Message----- From: Dale Bewley [mailto:dlbewley at ucdavis.edu] Sent: Wednesday, June 02, 2004 5:32 PM To: Hall, Eric M. Subject: Re: [rt-users] Unable to open tck via email What MTA are you using? Most likely it doesn't think the /opt/rt3/bin/rt-mailgate is safe to run on incoming email. If you run sendmail look for info on smrsh. On Sun, 2004-05-30 at 19:24, Hall, Eric M. wrote: > Group > I'm new to this program. I'm trying to open tck via email. > I read the doc and thought I have it but I get an error > > Here is my /etc/aliases file under mailman aliases > > rtir: "| /opt/rt3/bin/rt-mailgate --queue 'Incident Reports' > --action correspond --url http://www.domain.net/" > > > When sending a message I get this back > > There was a SMTP communication problem with the > recipient's email server. Please contact your system administrator. > > < WebServ #5.5.0 X-Unix; 69> > > > Any ideas? > > > > ______________________________________________________________________ > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- Dale Bewley - dlbewley a/t lib.ucdavis.edu Unix Administrator - Shields Library - UC Davis From jamie.baddeley at fx.net.nz Wed Jun 2 23:40:51 2004 From: jamie.baddeley at fx.net.nz (Jamie Baddeley) Date: Thu, 03 Jun 2004 15:40:51 +1200 Subject: [rt-users] database: user password encryption Message-ID: <1086234050.15449.384.camel@titan.fx.net.nz> Hi, I'm wanting to use mod_auth_pgsql to connect to the user table of the database so I can use my RT user/pass pair for apache authentication. I want to use my RT DB as the master user db for other websites. mod_auth_pgsql can deal with crypt and MD5 coded passwords..... what format does rt store the passwords in? Because it's not working for me....saying there's a password mismatch.. My apache snippet looks like this: AuthType basic AuthName "Access via Postgres" Auth_PG_host aa.bb.cc.dd Auth_PG_port 5432 Auth_PG_user xxxxxxx Auth_PG_database xxx Auth_PG_pwd xxxxxxxxxxx Auth_PG_pwd_table users Auth_PG_uid_field name Auth_PG_pwd_field password Auth_PG_encrypted on Auth_PG_hash_type MD5 require valid-user tia, jamie -- From Witold_Koziel at kaplan.com Thu Jun 3 00:23:40 2004 From: Witold_Koziel at kaplan.com (Witold Koziel) Date: Thu, 3 Jun 2004 00:23:40 -0400 Subject: [rt-users] RTFM Tab Message-ID: <8DF9D814B996F54C8FAE018DB1CA6A2F1E4492@888mail1.kaplaninc.com> In our setup several bussines groups have rights to access their respective queues only. We have installed RTFM and would like to restict access to the RTFM tab only to the limited number of privileged users. Does anyone have suggestions how to do this? Running RT 3.0.7_01. -Thanks, Witek From Travis_Niedens at redlands.edu Thu Jun 3 00:27:46 2004 From: Travis_Niedens at redlands.edu (Niedens, Travis) Date: Wed, 2 Jun 2004 21:27:46 -0700 Subject: [rt-users] RTFM for windows Message-ID: <30D0F22BE0464E4F98580F12FD65D7A8343D1D@exch.redlands.edu> Jesse/Autrijus, Is there going to be a Windows port of RTFM? Very curious since our HD people are asking about it. Also, they are asking about inventory tracking. We are somewhat doing this right now with custom fields but would love for there to be a separate product/feature specifically for this. Thanks, Travis Niedens Network Manager University of Redlands From vinita at cs.mu.OZ.AU Thu Jun 3 01:21:12 2004 From: vinita at cs.mu.OZ.AU (vinita vigine MURUGIAH) Date: Thu, 03 Jun 2004 15:21:12 +1000 Subject: [rt-users] bug in SEARCH - watcher Message-ID: <40BEB548.8050004@cs.mu.oz.au> HI I have 2 problems 1) Search for Cc doesn't return any result, also following error found in rt.html [Thu Jun 3 04:59:28 2004] [error]: RestrictionsToClauses: I don't know about Cc yet at /local/host/apps/rttest/lib/RT/Tickets_Overlay.pm line 1976. After I did the following it worked [vinita at mulga] RT [2:108] rcsdiff Tickets_Overlay.pm =================================================================== RCS file: Tickets_Overlay.pm,v retrieving revision 1.1 diff -r1.1 Tickets_Overlay.pm 104a105 > Cc => ['WATCHERFIELD' => 'Cc',], 2) There is no way to list all the tickets I created (requester) and all the ticket I'm watching as Cc.(not sure the fix yet) If I do a search for 'requester email address is ' followed by 'Cc email address is ' the query are joined by 'AND' what I need is a 'OR' join. I'm think of doing something to Tickets_Overlay::LimitWatcher, Instead of passing the TYPE as the FIELD can we fix a string say called 'Watcher' so that the quires will be 'OR'ed??? Any idea?? Thanks -- warm regards Vinita Vigine Murugiah Email : vinita at cs.mu.oz.au -------------- next part -------------- An HTML attachment was scrubbed... URL: From thomas.herrmann at teleteach.net Thu Jun 3 05:50:00 2004 From: thomas.herrmann at teleteach.net (Thomas Herrmann) Date: Thu, 3 Jun 2004 11:50:00 +0200 (CEST) Subject: [rt-users] Bulk removal of Requestor ends in "Could not find that principal" Message-ID: <37325.212.11.226.33.1086256200.squirrel@webmail.teleteach.de> Hi all, i want to remove a requestor in a couple of tickets via the bulk ticket update. Unfortunately, i allways get the error message "Could not find that principal". I have tried the Name, the e-mail and the numerical id of the requestor. The removal of the requestor via "People" in a single ticket update has no problem (but i want to change over 50 tickets....). Any hints? Thanks a lot! Thomas -- Teleteach GmbH Jeschkenstr. 49, 82538 Geretsried, Germany Tel. +49.8171.929590, Fax +49.8171.929592 http://www.teleteach.de/ From rmortimer at bluechiptechnology.co.uk Thu Jun 3 05:57:05 2004 From: rmortimer at bluechiptechnology.co.uk (Robert Mortimer) Date: Thu, 3 Jun 2004 10:57:05 +0100 Subject: [rt-users] Fedora core 1 rt-mail problem Message-ID: <00dc01c44951$204ea4a0$7600000a@robert> I am running FC1 with sendmail Apache 2 & Mod_Perl 1.99(2) (as per Fedora howto http://wiki.bestpractical.com/index.cgi?FedoraInstallGuide) NB the RPM install does not work with FC1 (I suspect it is looking for Apache 1.3 Mod_perl 1) I have FEATURE(`smrsh',`/usr/sbin/smrsh')dnl in my sendmail M4 I have the following in /etc/aliases rt: "|/etc/smrsh/rt-mailgate --que general --action correspond --url http://ticket.bc-tech.co.uk/" All required DNS is internal to our network and works locally After following these instructions http://marc.free.net.ph/attach/1 at 20030605.105120.74c3bfa8.attach I have set up the following pass through script in /etc/smrsh rt-mailgate #!/bin/sh /usr/local/rt3/bin/rt-mailgate $* The script has the following permissions -rwxr-sr-x 1 root rt /usr/local/rt3/bin/rt-mailgate has the permissions -rwxr-sr-x 1 mail rt However I still get a bounce when I try to send mail to the script ----- The following addresses had permanent fatal errors ----- "|/etc/smrsh/mailgate --que general --action correspond --url http://ticket.bc-tech.co.uk/" (reason: 2) (expanded from: ) ----- Transcript of session follows ----- Can't do setuid 554 5.3.0 unknown mailer error 2 Has anyone got any ideas (I would prefer to go direct from sendmail - no procmail) ____________________________________________ Robert Mortimer IT Engineer rmortimer at bluechiptechnology.co.uk From lists at flothow.de Thu Jun 3 07:53:14 2004 From: lists at flothow.de (Sebastian Flothow) Date: Thu, 3 Jun 2004 13:53:14 +0200 Subject: [rt-users] Compilation error, i could use some pointers here In-Reply-To: <200406020039660.SM00244@n2sw.com> References: <200406020039660.SM00244@n2sw.com> Message-ID: <9870B790-B554-11D8-8E3F-000393B2BB20@flothow.de> Am 2. Jun 2004 um 09:38 Uhr schrieb Steve Rieger: > Syntax error on line 981 of /usr/local/apache/conf/httpd.conf: > unknown field mod_perl must be compiled with PERL_METHOD_HANDLERS=1 > (or EVERYTHING=1) to use passed to constructor for class > HTML::Mason::ExceptionCompilation failed in require at > /usr/local/rt3/bin/webmux.pl line 61. And to quote the README in the RT tarball: mod_perl 1.x must be build with EVERYTHING=1 Did you do so? Sebastian -- Sebastian Flothow sebastian at flothow.de Because it reverses the logical flow of conversation. > Why is top posting frowned upon? From lists at flothow.de Thu Jun 3 08:22:04 2004 From: lists at flothow.de (Sebastian Flothow) Date: Thu, 3 Jun 2004 14:22:04 +0200 Subject: [rt-users] database: user password encryption In-Reply-To: <1086234050.15449.384.camel@titan.fx.net.nz> References: <1086234050.15449.384.camel@titan.fx.net.nz> Message-ID: <9FB3D57E-B558-11D8-8E3F-000393B2BB20@flothow.de> Am 3. Jun 2004 um 05:40 Uhr schrieb Jamie Baddeley: > what format does rt store the passwords in? From perldoc /opt/rt3/lib/RT/User_Overlay.pm: > _GeneratePassword PASSWORD > > returns an MD5 hash of the password passed in, in base64 encoding. So I suppose that's stored in the DB. Sebastian -- Sebastian Flothow sebastian at flothow.de Because it reverses the logical flow of conversation. > Why is top posting frowned upon? From lists at flothow.de Thu Jun 3 08:00:09 2004 From: lists at flothow.de (Sebastian Flothow) Date: Thu, 3 Jun 2004 14:00:09 +0200 Subject: [rt-users] Email problems when sending attachments In-Reply-To: References: Message-ID: <8FA60FB0-B555-11D8-8E3F-000393B2BB20@flothow.de> Am 2. Jun 2004 um 23:47 Uhr schrieb Kogami, Bruce: > From sendmail.org > If e-mail is delivered to a program which generates too much output, > then sendmail may issue an error: > > timeout waiting for input from local during Draining Input > > Make sure that the program does not generate output beyond a status > message (corresponding to the exit status). This may require a wrapper > around the actual program to redirect output to /dev/null. > ---- > > Is there anyway to redirect the program output to /dev/null? I don't think you want to do this, as you would lose legitimate error output as well. Also, if rt-mailgate is generating too much output (whatever is considered too much by sendmail), then something is wrong anyway. What happens when you run rt-mailgate manually, feeding it a message with attachments on stdin? Sebastian -- Sebastian Flothow sebastian at flothow.de Because it reverses the logical flow of conversation. > Why is top posting frowned upon? From lists at flothow.de Thu Jun 3 08:54:01 2004 From: lists at flothow.de (Sebastian Flothow) Date: Thu, 3 Jun 2004 14:54:01 +0200 Subject: [rt-users] Retrieving mail from Outlook Server In-Reply-To: <2E8440B99F0D1B4F9D4F3099A3778FB507179D10@EXCHANGE4> References: <2E8440B99F0D1B4F9D4F3099A3778FB507179D10@EXCHANGE4> Message-ID: <163039AA-B55D-11D8-8E3F-000393B2BB20@flothow.de> Am 28. Mai 2004 um 16:59 Uhr schrieb Brett Barnhart: > Interesting, when I dump the email to a file and then try to read it > in, it succeeds, but the requestor, subject, etc don't come through. > > The email in the file looks like > MAIL FROM: BrettB at hkusa.com > RCPT TO: BrettB at localhost > DATA > Received: from xxx.xxx.xxx.xxx [xxx.xxx.xxx.xxx] > by localhost with POP3 (fetchmail-6.2.5) > for BrettB at localhost (single-drop); Fri, 28 May 2004 09:48:36 -0500 > (CDT) > Received: by EXCHANGE4 > id <01C444C2.57574DA0 at EXCHANGE4>; Fri, 28 May 2004 09:44:55 -0500 > Message-ID: <2E8440B99F0D1B4F9D4F3099A3778FB507179D0E at EXCHANGE4> > From: Brett Barnhart > To: rtadmin RT Testing > Subject: test again > Date: Fri, 28 May 2004 09:44:55 -0500 > MIME-Version: 1.0 > Content-Type: text/plain; > charset="iso-8859-1" > Another test > . > > The only thing created in the rt is > Another test > . > > > So, it looks like things aren't be parsed out correctly. > > If I remove all the header information down to 'From:' it works > correctly. I suppose this is caused by the first three lines, as these are SMTP commands rather than message headers. How did you dump this message to the file? Sebastian -- Sebastian Flothow sebastian at flothow.de Because it reverses the logical flow of conversation. > Why is top posting frowned upon? From BrettB at hkusa.com Thu Jun 3 09:26:52 2004 From: BrettB at hkusa.com (Brett Barnhart) Date: Thu, 3 Jun 2004 08:26:52 -0500 Subject: [rt-users] Retrieving mail from Outlook Server Message-ID: <2E8440B99F0D1B4F9D4F3099A3778FB507179D52@EXCHANGE4> I reinstalled the RT and poof... everything works fine. Go figure. Thanks for all your help! > -----Original Message----- > From: Sebastian Flothow [mailto:lists at flothow.de] > Sent: Thursday, June 03, 2004 7:54 AM > To: Brett Barnhart > Cc: 'rt-users at lists.bestpractical.com' > Subject: Re: [rt-users] Retrieving mail from Outlook Server > > > Am 28. Mai 2004 um 16:59 Uhr schrieb Brett Barnhart: > > Interesting, when I dump the email to a file and then try > to read it > > in, it succeeds, but the requestor, subject, etc don't come through. > > > > The email in the file looks like > > MAIL FROM: BrettB at hkusa.com > > RCPT TO: BrettB at localhost > > DATA > > Received: from xxx.xxx.xxx.xxx [xxx.xxx.xxx.xxx] > > by localhost with POP3 (fetchmail-6.2.5) > > for BrettB at localhost (single-drop); Fri, 28 May 2004 > 09:48:36 -0500 > > (CDT) > > Received: by EXCHANGE4 > > id <01C444C2.57574DA0 at EXCHANGE4>; Fri, 28 May 2004 09:44:55 -0500 > > Message-ID: <2E8440B99F0D1B4F9D4F3099A3778FB507179D0E at EXCHANGE4> > > From: Brett Barnhart > > To: rtadmin RT Testing > > Subject: test again > > Date: Fri, 28 May 2004 09:44:55 -0500 > > MIME-Version: 1.0 > > Content-Type: text/plain; > > charset="iso-8859-1" > > Another test > > . > > > > The only thing created in the rt is > > Another test > > . > > > > > > So, it looks like things aren't be parsed out correctly. > > > > If I remove all the header information down to 'From:' it works > > correctly. > > I suppose this is caused by the first three lines, as these are SMTP > commands rather than message headers. How did you dump this > message to > the file? > > > Sebastian > > -- > Sebastian Flothow > sebastian at flothow.de > > Because it reverses the logical flow of conversation. > > Why is top posting frowned upon? > From bkogami at randmcnally.com Thu Jun 3 09:28:22 2004 From: bkogami at randmcnally.com (Kogami, Bruce) Date: Thu, 3 Jun 2004 06:28:22 -0700 Subject: [rt-users] Email problems when sending attachments Message-ID: Sebastian, Thanks for responding. I believe you are correct in saying that if rt-mailgate is generating too much output, something is wrong. I saw from a previous posting on truncating attachments. They suggested to changed my mysql config setting (my.cnf), max_allowed_packet from 1M to 16M. Once I did the change, I was able to successfully receive large attachments. Thanks, Bruce > -----Original Message----- > From: Sebastian Flothow [mailto:lists at flothow.de] > Sent: Thursday, June 03, 2004 5:00 AM > To: Kogami, Bruce > Cc: rt-users at lists.bestpractical.com > Subject: Re: [rt-users] Email problems when sending attachments > > Am 2. Jun 2004 um 23:47 Uhr schrieb Kogami, Bruce: > > From sendmail.org > > If e-mail is delivered to a program which generates too much output, > > then sendmail may issue an error: > > > > timeout waiting for input from local during Draining Input > > > > Make sure that the program does not generate output beyond a status > > message (corresponding to the exit status). This may require a wrapper > > around the actual program to redirect output to /dev/null. > > ---- > > > > Is there anyway to redirect the program output to /dev/null? > > I don't think you want to do this, as you would lose legitimate error > output as well. Also, if rt-mailgate is generating too much output > (whatever is considered too much by sendmail), then something is wrong > anyway. > > What happens when you run rt-mailgate manually, feeding it a message > with attachments on stdin? > > > Sebastian > > -- > Sebastian Flothow > sebastian at flothow.de > > Because it reverses the logical flow of conversation. > > Why is top posting frowned upon? *************************************************************** This E-mail is confidential. It should not be read, copied, disclosed or used by any person other than the intended recipient. Unauthorized use, disclosure or copying by whatever medium is strictly prohibited and may be unlawful. If you have received this E-mail in error, please contact the sender immediately and delete the E-mail from your system. *************************************************************** From Mike.Frazer at ipay.com Thu Jun 3 09:32:14 2004 From: Mike.Frazer at ipay.com (Mike.Frazer at ipay.com) Date: Thu, 3 Jun 2004 09:32:14 -0400 Subject: [rt-users] database: user password encryption Message-ID: Essentially... create the MD5 hash of the password, then convert it to Base64. The Base64 part is necessary to store the password because MD5 can sometimes create characters that can't be stored in the database as-is. Base64 ensure that the password will be storable and compatible across other systems. -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com]On Behalf Of Sebastian Flothow Sent: Thursday, June 03, 2004 8:22 AM To: jamie.baddeley at fx.net.nz Cc: rt Subject: Re: [rt-users] database: user password encryption Am 3. Jun 2004 um 05:40 Uhr schrieb Jamie Baddeley: > what format does rt store the passwords in? From perldoc /opt/rt3/lib/RT/User_Overlay.pm: > _GeneratePassword PASSWORD > > returns an MD5 hash of the password passed in, in base64 encoding. So I suppose that's stored in the DB. Sebastian -- Sebastian Flothow sebastian at flothow.de Because it reverses the logical flow of conversation. > Why is top posting frowned upon? _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. From rmortimer at bluechiptechnology.co.uk Thu Jun 3 10:30:49 2004 From: rmortimer at bluechiptechnology.co.uk (Robert Mortimer) Date: Thu, 3 Jun 2004 15:30:49 +0100 Subject: [rt-users] RTFM install Message-ID: <010801c44977$5dc8c0b0$7600000a@robert> Installing RTFM I am having some problems installing RTFM My RT3 install is in the standard install directory (/opt/rt3) I run "make install" and get the following output for dir in `cd ./lib/ && find . -type d -print`; do \ /bin/sh ./install-sh -c -d -m 0755 /opt/rt3/lib/$dir ; \ done for f in `cd ./lib/ && find . -type f -name \*.pm -print`; do \ /bin/sh ./install-sh -c -m 0644 lib/$f /opt/rt3/lib/$f ; \ done for dir in `cd ./html/ && find . -type d -print`; do \ /bin/sh ./install-sh -c -d -m 0755 /opt/rt3/share/html/$dir ; \ done for f in `cd ./html/ && find . -type f -print`; do \ /bin/sh ./install-sh -c -m 0644 html/$f /opt/rt3/share/html/$f ; \ done for dir in `cd ./po/ && find . -type d -print`; do \ /bin/sh ./install-sh -c -d -m 0755 /opt/rt3/local/po/$dir ; \ done for f in `cd ./po/ && find . -type f -print`; do \ echo "Installing /opt/rt3/share/html/$f" ; \ /bin/sh ./install-sh -c -m 0644 po/$f /opt/rt3/local/po/$f ; \ done Installing /opt/rt3/share/html/./RTFM/fr.po Installing /opt/rt3/share/html/./RTFM/zh_tw.po All the RTFM bits seem to be in the right place in my /opt/rt3/ tree but alas I get no RTFM in request ticket!! Any Ideas? Regards Robert R Mortimer IT Engineer Blue Chip Technology Limited Tel: +44 (0)1829 772000 From phillip at reportstar.net Thu Jun 3 11:03:24 2004 From: phillip at reportstar.net (Khutjo Phillip Leremi) Date: Thu, 3 Jun 2004 17:03:24 +0200 Subject: [rt-users] RTFM install References: <010801c44977$5dc8c0b0$7600000a@robert> Message-ID: <014001c4497c$0a8076a0$6800a8c0@reportstar> Do you have a link to RTFM on your RT page? ----- Original Message ----- From: "Robert Mortimer" To: Sent: Thursday, June 03, 2004 4:30 PM Subject: [rt-users] RTFM install > Installing RTFM > > I am having some problems installing RTFM > > My RT3 install is in the standard install directory (/opt/rt3) > > I run "make install" and get the following output > > for dir in `cd ./lib/ && find . -type d -print`; do \ > /bin/sh ./install-sh -c -d -m 0755 /opt/rt3/lib/$dir ; \ > done > for f in `cd ./lib/ && find . -type f -name \*.pm -print`; do \ > /bin/sh ./install-sh -c -m 0644 lib/$f /opt/rt3/lib/$f ; \ > done > for dir in `cd ./html/ && find . -type d -print`; do \ > /bin/sh ./install-sh -c -d -m 0755 /opt/rt3/share/html/$dir ; \ > done > for f in `cd ./html/ && find . -type f -print`; do \ > /bin/sh ./install-sh -c -m 0644 html/$f /opt/rt3/share/html/$f ; \ > done > for dir in `cd ./po/ && find . -type d -print`; do \ > /bin/sh ./install-sh -c -d -m 0755 /opt/rt3/local/po/$dir ; \ > done > for f in `cd ./po/ && find . -type f -print`; do \ > echo "Installing /opt/rt3/share/html/$f" ; \ > /bin/sh ./install-sh -c -m 0644 po/$f /opt/rt3/local/po/$f ; \ > done > Installing /opt/rt3/share/html/./RTFM/fr.po > Installing /opt/rt3/share/html/./RTFM/zh_tw.po > > All the RTFM bits seem to be in the right place in my /opt/rt3/ tree but > alas I get no RTFM in request ticket!! > > Any Ideas? > > Regards Robert > > R Mortimer > IT Engineer > Blue Chip Technology Limited > Tel: +44 (0)1829 772000 > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 2004/05/22 From dlbewley at ucdavis.edu Thu Jun 3 11:06:34 2004 From: dlbewley at ucdavis.edu (Dale Bewley) Date: Thu, 03 Jun 2004 08:06:34 -0700 Subject: [rt-users] Unable to open tck via email In-Reply-To: <22FE880162A7B449AC605D3E6E2D93440CAAEF@corpsrv.amaxx.net> References: <22FE880162A7B449AC605D3E6E2D93440CAAEF@corpsrv.amaxx.net> Message-ID: <1086275194.19063.12.camel@tofu.lib.ucdavis.edu> I added the following to my autoreply template. "Configuration -> Global -> Templates -> Autoreply". Because I have a finite user base, before I did this I populated my user table with email addresses and passwords from another local application (libcf). I used rtadduser.pl to do that. Although you will be notified by email when there is progress to report on your issue, you may check the status of your ticket at {$RT::WebURL}SelfService/Display.html?id={$Ticket->id()} Username: {$Ticket->RequestorAddresses} Password: Your LibCF Password On Wed, 2004-06-02 at 20:34, Hall, Eric M. wrote: > You are right... That fixed it!!! Thank you... Next question for you.... > When someone emails the 'helpdesk' I would like it send them a link that > can check the status of the tck. Any idea? > > I see it added a user (the email address) each time someone new send an > email . However the user is unable to login with that userid. > > > Thanks again > > -----Original Message----- > From: Dale Bewley [mailto:dlbewley at ucdavis.edu] > Sent: Wednesday, June 02, 2004 5:32 PM > To: Hall, Eric M. > Subject: Re: [rt-users] Unable to open tck via email > > What MTA are you using? Most likely it doesn't think the > /opt/rt3/bin/rt-mailgate is safe to run on incoming email. If you run > sendmail look for info on smrsh. > > On Sun, 2004-05-30 at 19:24, Hall, Eric M. wrote: > > Group > > I'm new to this program. I'm trying to open tck via email. > > I read the doc and thought I have it but I get an error > > > > Here is my /etc/aliases file under mailman aliases > > > > rtir: "| /opt/rt3/bin/rt-mailgate --queue 'Incident Reports' > > --action correspond --url http://www.domain.net/" > > > > > > When sending a message I get this back > > > > There was a SMTP communication problem with the > > recipient's email server. Please contact your system administrator. > > > > < WebServ #5.5.0 X-Unix; 69> > > > > > > Any ideas? > > > > > > > > ______________________________________________________________________ > > _______________________________________________ > > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > > > RT Developer and Administrator training is coming to LA, DC and > Frankfurt this spring and summer. > > http://bestpractical.com/services/training.html > > > > Sign up early, as class space is limited. > -- > Dale Bewley - dlbewley a/t lib.ucdavis.edu Unix Administrator - Shields > Library - UC Davis > > -- Dale Bewley - dlbewley a/t lib.ucdavis.edu Unix Administrator - Shields Library - UC Davis From dthacker at omnihotels.com Thu Jun 3 13:04:28 2004 From: dthacker at omnihotels.com (Dave Thacker) Date: Thu, 3 Jun 2004 12:04:28 -0500 Subject: [rt-users] Does priority auto advance in version 3.0.10 Message-ID: <200406031204.28780.dthacker@omnihotels.com> We're currently testing version 3.0.10. When the queue defaults are set to a starting and "moves toward" value, are they auto advanced? If so, what controls the rate of advancement? Pointers to relevant sections of TFM are welcome, as I may have missed it. TIA DT -- Dave Thacker SysAdmin, DBA, Postmaster, Odd Jobs Omni Hotels Reservation Center V:402-952-6535 F:402-334-8013 M: 402-981-4613 (24/7) ----------------------------------------------------------- [Tag suppressed for internal email] From sguillemette at metrocastcablevision.com Thu Jun 3 13:17:18 2004 From: sguillemette at metrocastcablevision.com (Shawn Guillemette) Date: Thu, 3 Jun 2004 13:17:18 -0400 Subject: [rt-users] Fast CGI errors Message-ID: <000001c4498e$9fa32770$1d06a8c0@hsdlaptop> I'm attempting and install of rt3 and have not ever use fast cgi server. I followed the instructions listed in the read me as well as from a few site I stumbled on to. I'm not seeing the following output in my httpd-error logs. Sorry about the format... Any thoughts or ideas... Thanks Shawn Can't locate FCGI.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.2 /usr/local/rt3/local/lib /usr/local/rt3/lib /usr/local/lib/perl5/site_perl/5.8.2/mach /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.2/BSDPAN /usr/local/lib/perl5/5.8.2/mach /usr/local/lib/perl5/5.8.2 .) at /usr/local/lib/perl5/site_perl/5.8.2/CGI/Fast.pm line 22. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.2/CGI/Fast.pm line 22. Compilation failed in require at /usr/local/rt3/bin/mason_handler.fcgi line 33. [Wed Jun 2 16:04:18 2004] [warn] FastCGI: server "/usr/local/rt3/bin/mason_handler.fcgi" (pid 47063) terminated by calling exit with status '2' [Wed Jun 2 16:04:18 2004] [warn] FastCGI: server "/usr/local/rt3/bin/mason_handler.fcgi" restarted (pid 47066) [Wed Jun 2 16:04:31 2004] [error] [client 192.168.6.29] FastCGI: comm with server "/usr/local/rt3/bin/mason_handler.fcgi" aborted: idle timeout (30 sec) [Wed Jun 2 16:04:31 2004] [error] [client 192.168.6.29] FastCGI: incomplete headers (0 bytes) received from server "/usr/local/rt3/bin/mason_handler.fcgi" Can't locate FCGI.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.2 /usr/local/rt3/local/lib /usr/local/rt3/lib /usr/local/lib/perl5/site_perl/5.8.2/mach /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.2/BSDPAN /usr/local/lib/perl5/5.8.2/mach /usr/local/lib/perl5/5.8.2 .) at /usr/local/lib/perl5/site_perl/5.8.2/CGI/Fast.pm line 22. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.2/CGI/Fast.pm line 22. Compilation failed in require at /usr/local/rt3/bin/mason_handler.fcgi line 33. [Wed Jun 2 16:04:37 2004] [warn] FastCGI: server "/usr/local/rt3/bin/mason_handler.fcgi" (pid 47066) terminated by calling exit with status '2' [Wed Jun 2 16:04:37 2004] [warn] FastCGI: server "/usr/local/rt3/bin/mason_handler.fcgi" restarted (pid 47068) -------------- next part -------------- An HTML attachment was scrubbed... URL: From grosland at mtsu.edu Thu Jun 3 13:34:15 2004 From: grosland at mtsu.edu (Matt Grosland) Date: Thu, 3 Jun 2004 12:34:15 -0500 (CDT) Subject: [rt-users] RT install Mac OS X In-Reply-To: <20040603051832.1C6DA84C357@pallas.eruditorum.org> Message-ID: Hi Diana! I currently have RT3 running on an OS X.3 server. Now that it's running, it's very stable, but I have to tell you that the install was a pain, as many of the dependencies are not on OS X by default. I'm also a Unix guy, and had to do alot of Unix-y like stuff to get this up and running. That having been said, I will try to answer some of your questions. First, the Terminal application is your friend, if you haven't figured this out by now. To find your version of perl, simply type: perl -v at a Terminal prompt. That will give you the version number and more info than you probably wanted. You don't want to configure the *installer* in the same directory you are going to install RT3 in. When configuring you are telling the installation mechanism information it needs to know prior to installing RT. If you install into the same directory, you will overwrite files that the installer needs. If you want to keep everything on your web server under one site, I'd simply make an 'rt' directory in your /Library/WebServer/Documents directory (or whatever your default web documents folder is), and make that the directory where rt will be installed. As for the dependencies, when you run script that checks for your dependencies, make sure that none of them are listed as 'not found'. RT will break without them. I had a hell of a time with this on previous versions of RT and older OS X versions, but as I recall I only had a few stumbling blocks in this install. Make sure you look at the command options and choose the correct database type. In OS X.3, in order to create a group you need to have a basic understanding of how Workgroup manager works (unless you're a Unix guru). Workgroup manager is the easiest way to get a group created...open Workgroup manager, click the 'Accounts' button at the top, then click the middle button on the left that looks like a bunch of merry fellows. You can then hit the 'New Group' button at the top, and name it appropriately. Doing this from unix is a little more tricky and not worth mentioning unless you really want to go that route. I ran into a problem installing this on a fresh copy of OS X server, because it did not have the Unix utilities 'make' and others. These you may need to install (I don't remember where these are off the top of my head). Even when this is all done, there is still a fair amount of work left. I had to spend a while getting the mail stuff to work, and configuring the RT config file appropriately. Honestly, if you don't know Unix at all this will be difficult. I would really spend some time getting to know Unix and 1 or 2 basic text editors (vi or emacs, for example). The Unix for Dummies books are great for beginners, and I'd recommend it for you if you have no Unix experience. But, if you'd like I can try to help you through the mail part. Let's see if we can actually get you to a point where you can load RT on a web browser. Let me know if you have any issues regarding the aforementioned information (details help!). -Matt > Message: 4 > Date: Wed, 2 Jun 2004 20:00:13 -0500 > From: Diana Clarke > Subject: [rt-users] RT install Mac OS X > To: rt-users at lists.bestpractical.com > Message-ID: <5E7E2486-B4F9-11D8-A6DA-000A95985054 at wideopenwest.com> > Content-Type: text/plain; charset=US-ASCII; format=flowed > > I'm having trouble installing Request Tracker. I have LOTS of > questions so if you can help me - off list may be the way to go... > > I am NOT a programmer, don't know perl or unix - but I'm not afraid to > learn or bang around to try to figure stuff out. > > My goal is to install on to the school web server where i work - which > is running OS X 10.3.4 Server, Apache 1.3.28, mysql 3.23.49 and php > 4.3.2 > > Currently, I'm installing on a laptop running OS X 10.3 (client - not > Server) and everything else the same > > I think I have perl 5.8.3 - how would I check to find out? > > In following the documentation on the site, I got thru step 3 - all the > dependencies. I'm confused about WHERE I'm installing. Ultimately it > has to run from my web server, so it seems like it should be going into > the webserver directory, but step 1 or 2 says NOT to configure in the > directory you want to install???? BTW, I'm not sure I did 1 or 2 > correctly either. > > Step 4 says create a new unix group - I'm not sure I did this or did it > correctly. > > Step 5 is where I get totally stuck - First where's the rt directory - > which one? where's it supposed to be? None of the commands work for > me (make install, make initialize-database or make dropdb) regardless > of what directory I navigate to. > > Also, since I played with all of this in Terminal (as root - of course) > I can no longer use my laptop as a testing server as the Web sharing > won't start up and the web browser tells me that it can't find "the > server localhost"!!! > > Thanks in advance for ANY help! I appreciate your time and energy. > Diana > > > > ------------------------------ > > Message: 5 > Date: Wed, 2 Jun 2004 23:34:00 -0400 > From: "Hall, Eric M." > Subject: RE: [rt-users] Unable to open tck via email > To: "Dale Bewley" > Cc: rt-users at lists.bestpractical.com > Message-ID: <22FE880162A7B449AC605D3E6E2D93440CAAEF at corpsrv.amaxx.net> > Content-Type: text/plain; charset="us-ascii" > > You are right... That fixed it!!! Thank you... Next question for you.... > When someone emails the 'helpdesk' I would like it send them a link that > can check the status of the tck. Any idea? > > I see it added a user (the email address) each time someone new send an > email . However the user is unable to login with that userid. > > > Thanks again > > -----Original Message----- > From: Dale Bewley [mailto:dlbewley at ucdavis.edu] > Sent: Wednesday, June 02, 2004 5:32 PM > To: Hall, Eric M. > Subject: Re: [rt-users] Unable to open tck via email > > What MTA are you using? Most likely it doesn't think the > /opt/rt3/bin/rt-mailgate is safe to run on incoming email. If you run > sendmail look for info on smrsh. > > On Sun, 2004-05-30 at 19:24, Hall, Eric M. wrote: > > Group > > I'm new to this program. I'm trying to open tck via email. > > I read the doc and thought I have it but I get an error > > > > Here is my /etc/aliases file under mailman aliases > > > > rtir: "| /opt/rt3/bin/rt-mailgate --queue 'Incident Reports' > > --action correspond --url http://www.domain.net/" > > > > > > When sending a message I get this back > > > > There was a SMTP communication problem with the > > recipient's email server. Please contact your system administrator. > > > > < WebServ #5.5.0 X-Unix; 69> > > > > > > Any ideas? > > > > > > > > ______________________________________________________________________ > > _______________________________________________ > > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > > > RT Developer and Administrator training is coming to LA, DC and > Frankfurt this spring and summer. > > http://bestpractical.com/services/training.html > > > > Sign up early, as class space is limited. > -- > Dale Bewley - dlbewley a/t lib.ucdavis.edu Unix Administrator - Shields > Library - UC Davis > > > > > > > ------------------------------ > > Message: 6 > Date: Thu, 03 Jun 2004 15:40:51 +1200 > From: Jamie Baddeley > Subject: [rt-users] database: user password encryption > To: rt > Message-ID: <1086234050.15449.384.camel at titan.fx.net.nz> > Content-Type: text/plain > > Hi, > > I'm wanting to use mod_auth_pgsql to connect to the user table of the > database so I can use my RT user/pass pair for apache authentication. > > I want to use my RT DB as the master user db for other websites. > > mod_auth_pgsql can deal with crypt and MD5 coded passwords..... > > what format does rt store the passwords in? Because it's not working for > me....saying there's a password mismatch.. > > My apache snippet looks like this: > > AuthType basic > AuthName "Access via Postgres" > Auth_PG_host aa.bb.cc.dd > Auth_PG_port 5432 > Auth_PG_user xxxxxxx > Auth_PG_database xxx > Auth_PG_pwd xxxxxxxxxxx > Auth_PG_pwd_table users > Auth_PG_uid_field name > Auth_PG_pwd_field password > Auth_PG_encrypted on > Auth_PG_hash_type MD5 > > require valid-user > > > > > tia, > > jamie > -- > > > > > ------------------------------ > > Message: 7 > Date: Thu, 3 Jun 2004 00:23:40 -0400 > From: "Witold Koziel" > Subject: [rt-users] RTFM Tab > To: > Message-ID: > <8DF9D814B996F54C8FAE018DB1CA6A2F1E4492 at 888mail1.kaplaninc.com> > Content-Type: text/plain; charset="Windows-1252" > > In our setup several bussines groups have rights to access their respective queues only. We have installed RTFM and would like to restict access to the RTFM tab only to the limited number of privileged users. > Does anyone have suggestions how to do this? > Running RT 3.0.7_01. > > -Thanks, > > Witek > > > ------------------------------ > > Message: 8 > Date: Wed, 2 Jun 2004 21:27:46 -0700 > From: "Niedens, Travis" > Subject: [rt-users] RTFM for windows > To: "rt-users at lists.bestpractical.com" > > Message-ID: <30D0F22BE0464E4F98580F12FD65D7A8343D1D at exch.redlands.edu> > Content-Type: text/plain; charset="us-ascii" > > Jesse/Autrijus, > > Is there going to be a Windows port of RTFM? Very curious since our HD > people are asking about it. Also, they are asking about inventory tracking. > We are somewhat doing this right now with custom fields but would love for > there to be a separate product/feature specifically for this. > > Thanks, > Travis Niedens > Network Manager > University of Redlands > > > > ------------------------------ > > Message: 9 > Date: Thu, 03 Jun 2004 15:21:12 +1000 > From: vinita vigine MURUGIAH > Subject: [rt-users] bug in SEARCH - watcher > To: rt-users at lists.bestpractical.com > Message-ID: <40BEB548.8050004 at cs.mu.oz.au> > Content-Type: text/plain; charset="us-ascii" > > HI I have 2 problems > > 1) Search for Cc doesn't return any result, also following error found > in rt.html > [Thu Jun 3 04:59:28 2004] [error]: RestrictionsToClauses: I don't know > about Cc yet at /local/host/apps/rttest/lib/RT/Tickets_Overlay.pm line 1976. > > After I did the following it worked > > [vinita at mulga] RT [2:108] rcsdiff Tickets_Overlay.pm > =================================================================== > RCS file: Tickets_Overlay.pm,v > retrieving revision 1.1 > diff -r1.1 Tickets_Overlay.pm > 104a105 > > Cc => ['WATCHERFIELD' => 'Cc',], > > > > 2) There is no way to list all the tickets I created (requester) and all > the ticket I'm watching as Cc.(not sure the fix yet) > If I do a search for 'requester email address is ' followed by > 'Cc email address is ' the query are joined by 'AND' > what I need is a 'OR' join. > > I'm think of doing something to Tickets_Overlay::LimitWatcher, > Instead of passing the TYPE as the FIELD can we fix a string say called > 'Watcher' so that the quires will be 'OR'ed??? > > Any idea?? > Thanks > > -- > > > warm regards > Vinita Vigine Murugiah > Email : vinita at cs.mu.oz.au > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://lists.bestpractical.com/pipermail/rt-users/attachments/20040603/155bb881/attachment.htm > > ------------------------------ > > _______________________________________________ > RT-Users mailing list > RT-Users at lists.bestpractical.com > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > > End of RT-Users Digest, Vol 3, Issue 5 > ************************************** > > From alesh at sportina.si Thu Jun 3 15:22:11 2004 From: alesh at sportina.si (=?iso-8859-2?B?QWxluSBTdbluaWs=?=) Date: Thu, 3 Jun 2004 21:22:11 +0200 Subject: [rt-users] Does priority auto advance in version 3.0.10 In-Reply-To: <200406031204.28780.dthacker@omnihotels.com> Message-ID: <200406031922.i53JMI6g017479@ sportina.si> http://download.bestpractical.com/pub/rt/contrib/3.0/rt-escalate Use rt-escalate to "move toward" values.... A. -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Dave Thacker Sent: Thursday, June 03, 2004 7:04 PM To: rt-users at lists.bestpractical.com Subject: [rt-users] Does priority auto advance in version 3.0.10 We're currently testing version 3.0.10. When the queue defaults are set to a starting and "moves toward" value, are they auto advanced? If so, what controls the rate of advancement? Pointers to relevant sections of TFM are welcome, as I may have missed it. TIA DT -- Dave Thacker SysAdmin, DBA, Postmaster, Odd Jobs Omni Hotels Reservation Center V:402-952-6535 F:402-334-8013 M: 402-981-4613 (24/7) ----------------------------------------------------------- [Tag suppressed for internal email] _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. From sturner at MIT.EDU Thu Jun 3 16:09:34 2004 From: sturner at MIT.EDU (Stephen Turner) Date: Thu, 03 Jun 2004 16:09:34 -0400 Subject: [rt-users] Adding new tabs Message-ID: <5.2.1.1.2.20040603160848.019a5378@po14.mit.edu> I'd like to add a tab to the left-hand navbar that would appear on all RT pages. In /Elements/Tabs I see this: # Now let callbacks add their extra tabs $m->comp('/Elements/Callback', topactions => $topactions, toptabs => $toptabs, %ARGS); but I'm at a loss as to how to create such a callback. Has anyone done this? We are using RT 3.1.14. Thanks, Steve From avahlkamp at txgenco.com Thu Jun 3 18:04:58 2004 From: avahlkamp at txgenco.com (avahlkamp at txgenco.com) Date: Thu, 3 Jun 2004 17:04:58 -0500 Subject: [rt-users] I'm stuck Message-ID: Well, I've done all I know how to and keep getting the following error: You don't have permission to access / on this server I got this on the default install. I reconfigured and put rt in the /www/htdocs directory and change the default settings to point to /share/html/index.html. I'm sure it has something to do with permissions, but I can't seem to figure out what it is. Any suggestions? Thanks! -Win ==================================================== Texas Genco, a subsidiary of CenterPoint Energy, Inc., is not the same company as CenterPoint Energy Houston, and you do not have to buy Texas Genco's products to continue to receive quality regulated services from CenterPoint Energy Houston. From khascall at midway.uchicago.edu Thu Jun 3 18:10:29 2004 From: khascall at midway.uchicago.edu (Kaylea Hascall) Date: Thu, 03 Jun 2004 17:10:29 -0500 Subject: [rt-users] Re: RT install Mac OS X Message-ID: <200406032210.i53MAT1x002062@harper.uchicago.edu> Sounds like Diana has a helpful volunteer, so I won't address all of her inquiries -- but, Diana, let me know if I can offer any extra advice. Some quick notes which might be of interest.... My experience installing RT on OS X 10.3 was really really smooth & speedy -- you don't need OS X Server, just the desktop version of OS X is enough, but it helps a *ton* to have the developer kit installed, AKA XCode. Install it first if you don't have it -- you may've gotten the CD in with your OS X CD, otherwise it's downloadable from Apple. I did have to google for the fixes to one or two weird error messages afterwards. I downloaded mysql from mysql.com rather than using a pre-installed version, but the package is a fast, double-click install. I relied on this super website to get Apache and mod_perl working happily: http://www.macdevcenter.com/pub/a/mac/2002/11/05/apache_osx.html. I relied on this super website to get postfix dealing with e-mail happily: http://www.macosxhints.com/article.php?story=20031025022626398 I ended up setting up postfix to use RBLs to prevent spam from clogging up RT, since we don't have any spam filters at the border to the campus network. I used instructions from http://jimsun.linxnet.com/misc/postfix-anti-UCE.txt -- however, this website is not as cookbooklike as the previous two. Oh, and the RT docs mention setting up the default CPAN bundle in perl, which is an easy step to overlook because it's such a brief mention, but it was totally key for me. (from Terminal: perl -MCPAN -e 'install Bundle::CPAN'). It asks you a lot of questions, but the defaults are pretty good, and it will automate a lot of the rest of the install -- I only had to install 2 or 3 modules by hand. Hope this helps!! -Kaylea ----------------- Kaylea Hascall | (773) 834-4117 or khascall at uchicago.edu TASC: Technology, Architecture, & Service Coordination Assistant Director: Academic Technologies, Learning Environments Group NSIT, University of Chicago From autrijus at autrijus.org Thu Jun 3 18:14:25 2004 From: autrijus at autrijus.org (Autrijus Tang) Date: Fri, 4 Jun 2004 06:14:25 +0800 Subject: [rt-users] I'm stuck In-Reply-To: References: Message-ID: <20040603221425.GB50413@aut.dyndns.org> On Thu, Jun 03, 2004 at 05:04:58PM -0500, avahlkamp at txgenco.com wrote: > You don't have permission to access / on this server > > I got this on the default install. I reconfigured and put rt in the > /www/htdocs directory and change the default settings to point to > /share/html/index.html. > > I'm sure it has something to do with permissions, but I can't seem to > figure out what it is. > > Any suggestions? Are you on Apache2 + mod_perl2? If yes, try this in your httpd.conf: RedirectMatch permanent (.*)/$ $1/index.html Thanks, /Autrijus/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available URL: From avahlkamp at txgenco.com Thu Jun 3 18:19:49 2004 From: avahlkamp at txgenco.com (avahlkamp at txgenco.com) Date: Thu, 3 Jun 2004 17:19:49 -0500 Subject: [rt-users] I'm stuck Message-ID: Actually, no, I'm on Apache 1.3.31 with mod_perl1. Forgot to mention that. -Win |---------+----------------------------> | | Autrijus Tang | | | | | | | | | 06/03/2004 05:14 | | | PM | | | | |---------+----------------------------> >------------------------------------------------------------------------------------------------------------------------------| | | | To: avahlkamp at txgenco.com | | cc: rt-users at lists.bestpractical.com | | Subject: Re: [rt-users] I'm stuck | >------------------------------------------------------------------------------------------------------------------------------| On Thu, Jun 03, 2004 at 05:04:58PM -0500, avahlkamp at txgenco.com wrote: > You don't have permission to access / on this server > > I got this on the default install. I reconfigured and put rt in the > /www/htdocs directory and change the default settings to point to > /share/html/index.html. > > I'm sure it has something to do with permissions, but I can't seem to > figure out what it is. > > Any suggestions? Are you on Apache2 + mod_perl2? If yes, try this in your httpd.conf: RedirectMatch permanent (.*)/$ $1/index.html Thanks, /Autrijus/ (See attached file: attqel4o.dat) ==================================================== Texas Genco, a subsidiary of CenterPoint Energy, Inc., is not the same company as CenterPoint Energy Houston, and you do not have to buy Texas Genco's products to continue to receive quality regulated services from CenterPoint Energy Houston. -------------- next part -------------- A non-text attachment was scrubbed... Name: attqel4o.dat Type: application/octet-stream Size: 194 bytes Desc: not available URL: From b.boksa at sidebysite.de Thu Jun 3 18:22:02 2004 From: b.boksa at sidebysite.de (Benjamin Boksa) Date: Fri, 4 Jun 2004 00:22:02 +0200 Subject: [rt-users] RT install Mac OS X In-Reply-To: <5E7E2486-B4F9-11D8-A6DA-000A95985054@wideopenwest.com> References: <5E7E2486-B4F9-11D8-A6DA-000A95985054@wideopenwest.com> Message-ID: <700F4B9D-B5AC-11D8-BF3C-00039310C34C@sidebysite.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dunno if this is helpful, I wrote it some time ago: http://www.boksa.de/tutorials/rt3_macosx.mpp Regards, Benne Am 03.06.2004 um 03:00 schrieb Diana Clarke: > I'm having trouble installing Request Tracker. I have LOTS of > questions so if you can help me - off list may be the way to go... > > I am NOT a programmer, don't know perl or unix - but I'm not afraid to > learn or bang around to try to figure stuff out. > > My goal is to install on to the school web server where i work - which > is running OS X 10.3.4 Server, Apache 1.3.28, mysql 3.23.49 and php > 4.3.2 > > Currently, I'm installing on a laptop running OS X 10.3 (client - not > Server) and everything else the same > > I think I have perl 5.8.3 - how would I check to find out? > > In following the documentation on the site, I got thru step 3 - all > the dependencies. I'm confused about WHERE I'm installing. > Ultimately it has to run from my web server, so it seems like it > should be going into the webserver directory, but step 1 or 2 says NOT > to configure in the directory you want to install???? BTW, I'm not > sure I did 1 or 2 correctly either. > > Step 4 says create a new unix group - I'm not sure I did this or did > it correctly. > > Step 5 is where I get totally stuck - First where's the rt directory - > which one? where's it supposed to be? None of the commands work for > me (make install, make initialize-database or make dropdb) regardless > of what directory I navigate to. > > Also, since I played with all of this in Terminal (as root - of > course) I can no longer use my laptop as a testing server as the Web > sharing won't start up and the web browser tells me that it can't find > "the server localhost"!!! > > Thanks in advance for ANY help! I appreciate your time and energy. > Diana > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and > Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iD8DBQFAv6QiR5U9XkJXZKwRArUTAJoC5kPusNooQeTVY2ZMa8KuYjolngCffrU5 0/PDQZSnXtQQimk+vJxyUjk= =N1gS -----END PGP SIGNATURE----- From Greg.Deickman at coaccess.com Thu Jun 3 19:06:36 2004 From: Greg.Deickman at coaccess.com (Greg Deickman) Date: Thu, 03 Jun 2004 17:06:36 -0600 Subject: [rt-users] RT 3.0.11 Oracle errors with Groups and owners Message-ID: My 3.0.10 RT instance works fine against Oracle, but when I upgraded a test instance to 3.0.11, the -> Configuration -> Groups page shows up blank and gives me an oracle error (see below). Also when trying to assign an owner there are none listed other than "nobody". I believe something with the Groups isn't coming up correct causing my queue permissions to be messed up. I have lots of errors in my log stating "ORA-00920: invalid relational operator" or "ORA-00905: missing keyword". I have debugged a little bit from 3.0.10 to 3.0.11. It looks like the sql generated by clicking "Configuration->Groups" in 3.0.10 used to be this: SELECT main.* FROM Groups main WHERE ((main.Domain = 'UserDefined')) ORDER BY main.Name ASC In 3.0.11 the sql generated is this: SELECT main.* FROM ( SELECT DISTINCT main.id FROM ( Groups main LEFT JOIN Principals as Principals_1 ON ( main.id = Principals_1.id)) WHERE ((Principals_1.Disabled = '0')) AND ((main.Domain = 'UserDefined')) ) distinctquery, Groups main WHERE (main.id = distinctquery.id) ORDER BY main.Name ASC The error is in the "as Principals_1" I don't think Oracle understands the "as" keyword. I ran it by my DBA and she was able to run it if she removed the as and changed the Principals_1 to Principals. Also if you check the "Include disabled groups in listing" the groups show up and I don't receive an error. Has anyone who is running Oracle seen this issue in 3.0.11? Am I missing something in the upgrade. When I change back to 3.0.10 everything works fine. Thanks for any information. Greg Here are some of the raw logs: [Thu Jun 03 16:55:23 2004] [error] [client 10.10.50.156] FastCGI: server "/opt/r t3/bin/mason_handler.fcgi" stderr: DBD::Oracle::db prepare failed: ORA-00905: mi ssing keyword (DBD ERROR: error possibly near <*> indicator at char 85 in 'SELEC T main.* FROM ( SELECT DISTINCT main.id FROM ( Groups main LEFT JOIN Principals <*>as Principals_1 ON ( main.id = Principals_1.id)) WHERE ((Principals_1.Disa bled = '0')) AND ((main.Domain = 'UserDefined')) ) distinctquery, Groups main W HERE (main.id = distinctquery.id) ORDER BY main.Name ASC') [for Statement "SELEC T main.* FROM ( SELECT DISTINCT main.id FROM ( Groups main LEFT JOIN Principals as Principals_1 ON ( main.id = Principals_1.id)) WHERE ((Principals_1.Disable d = '0')) AND ((main.Domain = 'UserDefined')) ) distinctquery, Groups main WHER E (main.id = distinctquery.id) ORDER BY main.Name ASC"] at /usr/local/lib/perl5/ site_perl/5.8.3/DBIx/SearchBuilder.pm line 129., referer: http://test-rt.coacces s.com/Admin/Queues/GroupRights.html?id=21 [Thu Jun 03 17:03:52 2004] [error] [client 10.10.50.156] FastCGI: server "/opt/r t3/bin/mason_handler.fcgi" stderr: Error:ORA-00920: invalid relational operator (DBD ERROR: error possibly near <*> indicator at char 183 in 'SELECT main.* FROM ( SELECT DISTINCT main.id FROM Users main, Principals Principals_1 WHERE ((Pri ncipals_1.Disabled = '0')) AND ((Principals_1.PrincipalType = 'User')) AND ((mai n.Id <*>NULL 'IS')) AND ((lower(main.id) = principals_1.id)) ) distinctquery, U sers main WHERE (main.id = distinctquery.id) ORDER BY main.Name ASC'), referer: http://test-rt.coaccess.com/Ticket/Display.html?id=4007 >>> Benjamin Boksa 6/3/2004 4:22:02 PM >>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dunno if this is helpful, I wrote it some time ago: http://www.boksa.de/tutorials/rt3_macosx.mpp Regards, Benne Am 03.06.2004 um 03:00 schrieb Diana Clarke: > I'm having trouble installing Request Tracker. I have LOTS of > questions so if you can help me - off list may be the way to go... > > I am NOT a programmer, don't know perl or unix - but I'm not afraid to > learn or bang around to try to figure stuff out. > > My goal is to install on to the school web server where i work - which > is running OS X 10.3.4 Server, Apache 1.3.28, mysql 3.23.49 and php > 4.3.2 > > Currently, I'm installing on a laptop running OS X 10.3 (client - not > Server) and everything else the same > > I think I have perl 5.8.3 - how would I check to find out? > > In following the documentation on the site, I got thru step 3 - all > the dependencies. I'm confused about WHERE I'm installing. > Ultimately it has to run from my web server, so it seems like it > should be going into the webserver directory, but step 1 or 2 says NOT > to configure in the directory you want to install???? BTW, I'm not > sure I did 1 or 2 correctly either. > > Step 4 says create a new unix group - I'm not sure I did this or did > it correctly. > > Step 5 is where I get totally stuck - First where's the rt directory - > which one? where's it supposed to be? None of the commands work for > me (make install, make initialize-database or make dropdb) regardless > of what directory I navigate to. > > Also, since I played with all of this in Terminal (as root - of > course) I can no longer use my laptop as a testing server as the Web > sharing won't start up and the web browser tells me that it can't find > "the server localhost"!!! > > Thanks in advance for ANY help! I appreciate your time and energy. > Diana > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and > Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iD8DBQFAv6QiR5U9XkJXZKwRArUTAJoC5kPusNooQeTVY2ZMa8KuYjolngCffrU5 0/PDQZSnXtQQimk+vJxyUjk= =N1gS -----END PGP SIGNATURE----- _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. CONFIDENTIALITY NOTICE: If you are not the intended recipient of this electronic message, you are hereby notified that any disclosure, copying, distribution, or action taken in reliance on the contents of this document is strictly prohibited. If you received this information in error, please notify the sender immediately and arrange for the return or destruction of this document. <<<>>> From rmroland at indiana.edu Thu Jun 3 19:12:21 2004 From: rmroland at indiana.edu (Roland, Ryan M) Date: Thu, 3 Jun 2004 18:12:21 -0500 Subject: [rt-users] Alternative Ticket Submission Interface Message-ID: We want to use a customized UI for ticket submission by our users, this form may even be served from a different server. We have run into some concern with the UTF-8 char encoding on the body of the request. Has anyone attempted anything similar and are there any complications that we need to be aware of as we do this? Thanks, Ryan Roland Application Developer Information Technology Division of Recreational Sports Indiana University 812.855.9617 rmroland at indiana.edu From rmroland at indiana.edu Thu Jun 3 19:20:02 2004 From: rmroland at indiana.edu (Roland, Ryan M) Date: Thu, 3 Jun 2004 18:20:02 -0500 Subject: [rt-users] I'm stuck Message-ID: I've had that exact same issue with Apache1 and modperl1 on Gentoo. Everything else during install goes swimmingly, but when I direct a browser at the site, I get a Forbidden error. Looking at the error_log on the server I get an error like 'Access denied to client due to server configuration.' Here are some details on users/perms: Apache is running as user: apache I ./configured with --with-web-user=apache --with-web-group=apache I installed to /usr/local/rt3 /usr/local/rt3 (and all subdirectories) have permissions of 755 Files in /usr/local/rt3/share/html all have 755 So, I'm stumped too. If anyone else has solved this issue, I'd appreciate some guidance as well. Thanks, Ryan Roland Application Developer Information Technology Division of Recreational Sports Indiana University 812.855.9617 rmroland at indiana.edu -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of avahlkamp at txgenco.com Sent: Thursday, June 03, 2004 17:20 To: Autrijus Tang Cc: rt-users at lists.bestpractical.com Subject: Re: [rt-users] I'm stuck Actually, no, I'm on Apache 1.3.31 with mod_perl1. Forgot to mention that. -Win |---------+----------------------------> | | Autrijus Tang | | | | | | | | | 06/03/2004 05:14 | | | PM | | | | |---------+----------------------------> >----------------------------------------------------------------------- -------------------------------------------------------| | | | To: avahlkamp at txgenco.com | | cc: rt-users at lists.bestpractical.com | | Subject: Re: [rt-users] I'm stuck | >----------------------------------------------------------------------- -------------------------------------------------------| On Thu, Jun 03, 2004 at 05:04:58PM -0500, avahlkamp at txgenco.com wrote: > You don't have permission to access / on this server > > I got this on the default install. I reconfigured and put rt in the > /www/htdocs directory and change the default settings to point to > /share/html/index.html. > > I'm sure it has something to do with permissions, but I can't seem to > figure out what it is. > > Any suggestions? Are you on Apache2 + mod_perl2? If yes, try this in your httpd.conf: RedirectMatch permanent (.*)/$ $1/index.html Thanks, /Autrijus/ (See attached file: attqel4o.dat) ==================================================== Texas Genco, a subsidiary of CenterPoint Energy, Inc., is not the same company as CenterPoint Energy Houston, and you do not have to buy Texas Genco's products to continue to receive quality regulated services from CenterPoint Energy Houston. From pfau at nbpfaus.net Thu Jun 3 19:29:16 2004 From: pfau at nbpfaus.net (Thomas Pfau) Date: Thu, 03 Jun 2004 19:29:16 -0400 Subject: [rt-users] I'm stuck In-Reply-To: References: Message-ID: <40BFB44C.8060702@nbpfaus.net> Are you setting up RT in a virtual host configuration? Make sure there's a 'Order allow,deny' and 'Allow from all' in the section. Roland, Ryan M wrote: >I've had that exact same issue with Apache1 and modperl1 on Gentoo. > >Everything else during install goes swimmingly, but when I direct a >browser at the site, I get a Forbidden error. > >Looking at the error_log on the server I get an error like 'Access >denied to client due to server configuration.' Here are some details >on users/perms: > >Apache is running as user: apache >I ./configured with --with-web-user=apache --with-web-group=apache >I installed to /usr/local/rt3 >/usr/local/rt3 (and all subdirectories) have permissions of 755 >Files in /usr/local/rt3/share/html all have 755 > >So, I'm stumped too. If anyone else has solved this issue, I'd >appreciate some guidance as well. > >Thanks, > > > > >Ryan Roland > >Application Developer >Information Technology >Division of Recreational Sports >Indiana University > >812.855.9617 >rmroland at indiana.edu > > >-----Original Message----- >From: rt-users-bounces at lists.bestpractical.com >[mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of >avahlkamp at txgenco.com >Sent: Thursday, June 03, 2004 17:20 >To: Autrijus Tang >Cc: rt-users at lists.bestpractical.com >Subject: Re: [rt-users] I'm stuck > > >Actually, no, I'm on Apache 1.3.31 with mod_perl1. Forgot to mention >that. > >-Win > > >|---------+----------------------------> >| | Autrijus Tang | >| | | | s.org> | >| | | >| | 06/03/2004 05:14 | >| | PM | >| | | >|---------+----------------------------> > > > >>----------------------------------------------------------------------- >> >> >-------------------------------------------------------| > | >| > | To: avahlkamp at txgenco.com >| > | cc: rt-users at lists.bestpractical.com >| > | Subject: Re: [rt-users] I'm stuck >| > > > >>----------------------------------------------------------------------- >> >> >-------------------------------------------------------| > > > > >On Thu, Jun 03, 2004 at 05:04:58PM -0500, avahlkamp at txgenco.com wrote: > > >>You don't have permission to access / on this server >> >>I got this on the default install. I reconfigured and put rt in the >>/www/htdocs directory and change the default settings to point to >>/share/html/index.html. >> >>I'm sure it has something to do with permissions, but I can't seem to >>figure out what it is. >> >>Any suggestions? >> >> > >Are you on Apache2 + mod_perl2? If yes, try this in your httpd.conf: > > RedirectMatch permanent (.*)/$ $1/index.html > >Thanks, >/Autrijus/ >(See attached file: attqel4o.dat) > > > >==================================================== >Texas Genco, a subsidiary of CenterPoint Energy, Inc., is not the same >company as CenterPoint Energy Houston, and you do not have to buy Texas >Genco's products to continue to receive quality regulated services from >CenterPoint Energy Houston. > >_______________________________________________ >http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > >RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. >http://bestpractical.com/services/training.html > >Sign up early, as class space is limited. > > -- tom_p pfau at nbpfaus.net -- http://nbpfaus.net/~pfau/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From Peter_Losher at isc.org Thu Jun 3 19:39:50 2004 From: Peter_Losher at isc.org (Peter Losher) Date: Thu, 3 Jun 2004 16:39:50 -0700 Subject: [rt-users] Looking for more documentation on RT3's mailgate... Message-ID: <200406031639.51346.Peter_Losher@isc.org> Hi, I am currently testing RT3 internally so that we can migrate our RT2 installs over at some point. The install has been painless (thanks to FreeBSD's /usr/ports) But what has stimied me has been the new (to RT3) rt-mailgate. It looks like it does basically a HTTP post to the web interface, and since we put our app server behind various auth mechanisms (mod_auth_kerb and mod_auth_pgsql) it has no way to post any messages to the application server via HTTPD. I have been scowering Google for more info on how RT3's rt-mailgate works to get around this, but to no avail... So: a) can it talk over https? b) how does it talk to the application server? (Even with $WebFallbackToInternalAuth defined, it still throws up "An Error Occurred ================= 401 Authorization Required") Is there a user I need to add, etc? Thanks in advance for any tips you can provide... Best Wishes - Peter -- Peter_Losher at isc.org | ISC | OpenPGP 0xE8048D08 | "The bits must flow" -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: signature URL: From mloftis at wgops.com Thu Jun 3 19:52:00 2004 From: mloftis at wgops.com (Michael Loftis) Date: Thu, 03 Jun 2004 17:52:00 -0600 Subject: [rt-users] Looking for more documentation on RT3's mailgate... In-Reply-To: <200406031639.51346.Peter_Losher@isc.org> References: <200406031639.51346.Peter_Losher@isc.org> Message-ID: <514516250.1086285120@d216-220-25-60.dynip.modwest.com> Hi Pete, The URL is passed to LWP::UserAgent so if you've got SSL support built into your LWP (usually so) you can use https, as for auth you can use username:password at host form of the URL. --On Thursday, June 03, 2004 16:39 -0700 Peter Losher wrote: > Hi, > > I am currently testing RT3 internally so that we can migrate our RT2 > installs over at some point. The install has been painless (thanks to > FreeBSD's /usr/ports) But what has stimied me has been the new (to RT3) > rt-mailgate. > > It looks like it does basically a HTTP post to the web interface, and > since we put our app server behind various auth mechanisms > (mod_auth_kerb and mod_auth_pgsql) it has no way to post any messages to > the application server via HTTPD. I have been scowering Google for > more info on how RT3's rt-mailgate works to get around this, but to no > avail... > > So: > > a) can it talk over https? > > b) how does it talk to the application server? (Even with > $WebFallbackToInternalAuth defined, it still throws up "An Error Occurred > ================= 401 Authorization Required") Is there a user I need > to add, etc? > > Thanks in advance for any tips you can provide... > > Best Wishes - Peter > -- > Peter_Losher at isc.org | ISC | OpenPGP 0xE8048D08 | "The bits must flow" -- GPG/PGP --> 0xE736BD7E 5144 6A2D 977A 6651 DFBE 1462 E351 88B9 E736 BD7E From Peter_Losher at isc.org Thu Jun 3 19:56:04 2004 From: Peter_Losher at isc.org (Peter Losher) Date: Thu, 3 Jun 2004 16:56:04 -0700 Subject: [rt-users] Looking for more documentation on RT3's mailgate... In-Reply-To: <514516250.1086285120@d216-220-25-60.dynip.modwest.com> References: <200406031639.51346.Peter_Losher@isc.org> <514516250.1086285120@d216-220-25-60.dynip.modwest.com> Message-ID: <200406031656.05284.Peter_Losher@isc.org> On Thursday 03 June 2004 04:52 pm, Michael Loftis wrote: > The URL is passed to LWP::UserAgent so if you've got SSL support built into > your LWP (usually so) you can use https, as for auth you can use > username:password at host form of the URL. Thanks! So based on this - I should create a RTMail user in RT, complete w/ a "local" password, and the ability to comment/reply to messages, and then change the --url tag to something like "https://RTMail:f00bat@/rt3/" How with that affect incoming messages - will it have any new tickets it creates set the requestor to RTMail or the original email address of the sender? -Peter -- Peter_Losher at isc.org | ISC | OpenPGP 0xE8048D08 | "The bits must flow" -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: signature URL: From jesse at bestpractical.com Thu Jun 3 20:09:57 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Thu, 3 Jun 2004 20:09:57 -0400 Subject: [rt-users] RT 3.0.11 Oracle errors with Groups and owners In-Reply-To: References: Message-ID: <20040604000957.GI22597@pallas.eruditorum.org> On Thu, Jun 03, 2004 at 05:06:36PM -0600, Greg Deickman wrote: > My 3.0.10 RT instance works fine against Oracle, but when I upgraded a > test instance to 3.0.11, the -> Configuration -> Groups page shows up > blank and gives me an oracle error (see below). Also when trying to > assign an owner there are none listed other than "nobody". I believe > something with the Groups isn't coming up correct causing my queue > permissions to be messed up. > > I have lots of errors in my log stating "ORA-00920: invalid relational > operator" or "ORA-00905: missing keyword". I have debugged a little bit > from 3.0.10 to 3.0.11. It looks like the sql generated by clicking > "Configuration->Groups" in 3.0.10 used to be this: Can you try the latest pre-release DBIx::SearchBuilder available on CPAN? This is an issue we've found and fixed for a customer running Oracle. From murple at murple.net Thu Jun 3 20:13:07 2004 From: murple at murple.net (Craig Schenk) Date: Thu, 3 Jun 2004 20:13:07 -0400 Subject: [rt-users] Looking for more documentation on RT3's mailgate... In-Reply-To: <200406031639.51346.Peter_Losher@isc.org> References: <200406031639.51346.Peter_Losher@isc.org> Message-ID: <20040603201307.2056cc23.murple@murple.net> We had a similar issue. However, since rt-mailgate and Apache run on the same host, and since no non-admin users have logins on the host, our solution was to edit Apache's config to bypass authentication for requests coming from localhost. From jesse at bestpractical.com Thu Jun 3 20:15:55 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Thu, 3 Jun 2004 20:15:55 -0400 Subject: [rt-users] Looking for more documentation on RT3's mailgate... In-Reply-To: <200406031656.05284.Peter_Losher@isc.org> References: <200406031639.51346.Peter_Losher@isc.org> <514516250.1086285120@d216-220-25-60.dynip.modwest.com> <200406031656.05284.Peter_Losher@isc.org> Message-ID: <20040604001555.GJ22597@pallas.eruditorum.org> On Thu, Jun 03, 2004 at 04:56:04PM -0700, Peter Losher wrote: > On Thursday 03 June 2004 04:52 pm, Michael Loftis wrote: > > > The URL is passed to LWP::UserAgent so if you've got SSL support built into > > your LWP (usually so) you can use https, as for auth you can use > > username:password at host form of the URL. > > Thanks! > > So based on this - I should create a RTMail user in RT, complete w/ a "local" > password, and the ability to comment/reply to messages, and then change the > --url tag to something like "https://RTMail:f00bat@/rt3/" Really, you should be configuring Apache to not require authentication for /NoAuth/ and /REST/1.0/NoAuth > > How with that affect incoming messages - will it have any new tickets it > creates set the requestor to RTMail or the original email address of the > sender? The original email address of the sender. > -Peter > -- > Peter_Losher at isc.org | ISC | OpenPGP 0xE8048D08 | "The bits must flow" > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From mloftis at wgops.com Thu Jun 3 21:07:32 2004 From: mloftis at wgops.com (Michael Loftis) Date: Thu, 03 Jun 2004 19:07:32 -0600 Subject: [rt-users] Looking for more documentation on RT3's mailgate... In-Reply-To: <200406031656.05284.Peter_Losher@isc.org> References: <200406031639.51346.Peter_Losher@isc.org> <514516250.1086285120@d216-220-25-60.dynip.modwest.com> <200406031656.05284.Peter_Losher@isc.org> Message-ID: <519047765.1086289652@d216-220-25-60.dynip.modwest.com> --On Thursday, June 03, 2004 16:56 -0700 Peter Losher wrote: > On Thursday 03 June 2004 04:52 pm, Michael Loftis wrote: > >> The URL is passed to LWP::UserAgent so if you've got SSL support built >> into your LWP (usually so) you can use https, as for auth you can use >> username:password at host form of the URL. > > Thanks! NP > > So based on this - I should create a RTMail user in RT, complete w/ a > "local" password, and the ability to comment/reply to messages, and then > change the --url tag to something like > "https://RTMail:f00bat@/rt3/" > > How with that affect incoming messages - will it have any new tickets it > creates set the requestor to RTMail or the original email address of the > sender? It won't affect them at all you're just getting past apache in this path -- anything under NoAuth is just that in RT... RT::Interface::Email::Gateway() is what is getting executed (essentially -- acutally it's the mason mail-gateway /usr/local/rt3/share/html/REST/1.0/NoAuth/mail-gateway in FreeBSD) and it makes a run by the guts of the RT::Interface::Email::Auth::MailFrom package in order to figure out the Auth, so that path ignores your REMOTE_USER. And yeah it's a bit convoluted but it works :) Hope that answers your question. > > -Peter > -- > Peter_Losher at isc.org | ISC | OpenPGP 0xE8048D08 | "The bits must flow" -- GPG/PGP --> 0xE736BD7E 5144 6A2D 977A 6651 DFBE 1462 E351 88B9 E736 BD7E From ESantelices at ibill.com Thu Jun 3 23:34:44 2004 From: ESantelices at ibill.com (Eric Santelices) Date: Thu, 3 Jun 2004 23:34:44 -0400 Subject: [rt-users] svn.bestpractical.com Down? Message-ID: <3F4D3DEEA7AB8F4FAD4682B547797BB64EB099@exch01.corp.ibill.com> I'm unable to connect to svn.bestpractical.com is it down? ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. ********************************************************************** From jesse at bestpractical.com Thu Jun 3 23:37:27 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Thu, 3 Jun 2004 23:37:27 -0400 Subject: [rt-users] svn.bestpractical.com Down? In-Reply-To: <3F4D3DEEA7AB8F4FAD4682B547797BB64EB099@exch01.corp.ibill.com> References: <3F4D3DEEA7AB8F4FAD4682B547797BB64EB099@exch01.corp.ibill.com> Message-ID: <20040604033727.GM22597@pallas.eruditorum.org> On Thu, Jun 03, 2004 at 11:34:44PM -0400, Eric Santelices wrote: > I'm unable to connect to svn.bestpractical.com is it down? No. svn ls svn://svn.bestpractical.com works just fine for me right now -- From vinita at cs.mu.OZ.AU Fri Jun 4 00:50:08 2004 From: vinita at cs.mu.OZ.AU (vinita vigine MURUGIAH) Date: Fri, 04 Jun 2004 14:50:08 +1000 Subject: [rt-users] running 2 RT under one SSL- VirtualHost Message-ID: <40BFFF80.90801@cs.mu.oz.au> Hello I'm using SSL for RT, and Since Name-based virtual hosting cannot be used with SSL, I only have 1 SSL-VirtualHost and using alias for rt with in the VirtualHost. How do I run 2 rt (one for testing and other one for production) in the same server?? I'm trying to do as below Even though I defined the PerlRequire with in Directory it still complaint when I started the apache **Subroutine handler redefined at /local/host/apps/rttest/bin/webmux.pl line 121. If I comment out one PerlRequire, still it doesn't work .Any one has done anything similar?? (both RTS and RTTEST works by itself (if I comment out other whole ) Thanks ---------------------------------------------- # General setup for the virtual host ServerName mailhost.cs.mu.OZ.AU ServerAdmin http://www.cs.mu.OZ.AU/systems/contact.html ErrorLog /local/host/apps/httpdmh/logs/ssl_error_log TransferLog /local/host/apps/httpdmh/logs/ssl_access_log AddDefaultCharset UTF-8 SSLEngine on SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLCertificateFile /local/host/apps/httpdmh/conf/mulga-ssl.key/server.crt SSLCertificateKeyFile /local/host/apps/httpdmh/conf/mulga-ssl.key/server.key ######### # RTS Alias /rts /usr/local/apps/rt-3.0.8/share/html AllowOverride AuthConfig AuthName "Request Tracking System, Department of Computer Science and Software Engineering, The University of Melbourne" AuthType Basic AuthUserFile /local/host/apps/httpdmh/root/passwd require valid-user PerlModule Apache::DBI PerlRequire /usr/local/apps/rt-3.0.8/bin/webmux.pl SetHandler Perl-script PerlHandler RT::Mason ########## # RTTEST Alias /rttest /local/host/apps/rttest/share/html AllowOverride AuthConfig AuthName "RTS, Department of CSSE, The University of Melbourne" AuthType Basic AuthUserFile /local/host/apps/httpdmh/root/passwd require valid-user SetHandler Perl-script PerlHandler RT::Mason PerlModule Apache::DBI PerlRequire /local/host/apps/rttest/bin/webmux.pl # Bypass the authentication for the email interface Satisfy Any Allow from all -- warm regards Vinita Vigine Murugiah Email : vinita at cs.mu.oz.au Ph : (03) 8344 1273 From cubic at acronis.ru Fri Jun 4 02:31:51 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Fri, 04 Jun 2004 10:31:51 +0400 Subject: [rt-users] Adding new tabs In-Reply-To: <5.2.1.1.2.20040603160848.019a5378@po14.mit.edu> References: <5.2.1.1.2.20040603160848.019a5378@po14.mit.edu> Message-ID: <40C01757.1090708@acronis.ru> Stephen Turner wrote: > I'd like to add a tab to the left-hand navbar that would appear on all > RT pages. In /Elements/Tabs I see this: > > # Now let callbacks add their extra tabs > $m->comp('/Elements/Callback', > topactions => $topactions, > toptabs => $toptabs, %ARGS); Look into RTFM or Statistics package how they use it. > > but I'm at a loss as to how to create such a callback. > > Has anyone done this? We are using RT 3.1.14. > > Thanks, > Steve > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and > Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From vinita at cs.mu.OZ.AU Fri Jun 4 03:01:17 2004 From: vinita at cs.mu.OZ.AU (vinita vigine MURUGIAH) Date: Fri, 04 Jun 2004 17:01:17 +1000 Subject: [rt-users] adding more rights Message-ID: <40C01E3D.9090801@cs.mu.oz.au> Hi I'm thinking to add a new right called 'make staff user' and In my new html I use it to allow users to enable other users. How hard is it to add a new rights? Thanks -- warm regards Vinita Vigine Murugiah Email : vinita at cs.mu.oz.au Ph : (03) 8344 1273 From sam_ml at spacething.org Fri Jun 4 06:40:04 2004 From: sam_ml at spacething.org (Sam Stickland) Date: Fri, 4 Jun 2004 11:40:04 +0100 Subject: [rt-users] I'm stuck References: Message-ID: <086c01c44a20$4cf3ee00$fb00a8c0@office.toastedmedia.net> Everybody must have execute permissions on each directory in the tree or apache can't navigate to the document root. Some distributions create home directories with drwx------ which stops apache in it's tracks. A chmod a+x on the home directory should stop this. Sam Roland, Ryan M wrote: > I've had that exact same issue with Apache1 and modperl1 on Gentoo. > > Everything else during install goes swimmingly, but when I direct a > browser at the site, I get a Forbidden error. > > Looking at the error_log on the server I get an error like 'Access > denied to client due to server configuration.' Here are some details > on users/perms: > > Apache is running as user: apache > I ./configured with --with-web-user=apache --with-web-group=apache > I installed to /usr/local/rt3 > /usr/local/rt3 (and all subdirectories) have permissions of 755 > Files in /usr/local/rt3/share/html all have 755 > > So, I'm stumped too. If anyone else has solved this issue, I'd > appreciate some guidance as well. > > Thanks, > > > > > Ryan Roland > > Application Developer > Information Technology > Division of Recreational Sports > Indiana University > > 812.855.9617 > rmroland at indiana.edu > > > -----Original Message----- > From: rt-users-bounces at lists.bestpractical.com > [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of > avahlkamp at txgenco.com > Sent: Thursday, June 03, 2004 17:20 > To: Autrijus Tang > Cc: rt-users at lists.bestpractical.com > Subject: Re: [rt-users] I'm stuck > > > Actually, no, I'm on Apache 1.3.31 with mod_perl1. Forgot to mention > that. > > -Win > > >> ---------+----------------------------> >> | Autrijus Tang | >> | > | s.org> | >> | | >> | 06/03/2004 05:14 | >> | PM | >> | | >> ---------+----------------------------> > >> ----------------------------------------------------------------------- > -------------------------------------------------------| > | >> > | To: avahlkamp at txgenco.com >> > | cc: rt-users at lists.bestpractical.com >> > | Subject: Re: [rt-users] I'm stuck >> > >> ----------------------------------------------------------------------- > -------------------------------------------------------| > > > > > On Thu, Jun 03, 2004 at 05:04:58PM -0500, avahlkamp at txgenco.com wrote: >> You don't have permission to access / on this server >> >> I got this on the default install. I reconfigured and put rt in the >> /www/htdocs directory and change the default settings to point to >> /share/html/index.html. >> >> I'm sure it has something to do with permissions, but I can't seem to >> figure out what it is. >> >> Any suggestions? > > Are you on Apache2 + mod_perl2? If yes, try this in your httpd.conf: > > RedirectMatch permanent (.*)/$ $1/index.html > > Thanks, > /Autrijus/ > (See attached file: attqel4o.dat) > > > > ==================================================== > Texas Genco, a subsidiary of CenterPoint Energy, Inc., is not the same > company as CenterPoint Energy Houston, and you do not have to buy > Texas > Genco's products to continue to receive quality regulated services > from > CenterPoint Energy Houston. > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and > Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From lists at flothow.de Fri Jun 4 06:06:45 2004 From: lists at flothow.de (Sebastian Flothow) Date: Fri, 4 Jun 2004 12:06:45 +0200 Subject: [rt-users] Fast CGI errors In-Reply-To: <000001c4498e$9fa32770$1d06a8c0@hsdlaptop> References: <000001c4498e$9fa32770$1d06a8c0@hsdlaptop> Message-ID: Am 3. Jun 2004 um 19:17 Uhr schrieb Shawn Guillemette: > I'm not seeing the following output in my httpd-error logs. So where is it from, then? It certainly does look like an Apache error log. > Sorry about the format... Not sending HTML mail would likely be better than doing it and excusing at the same time. > Can't locate FCGI.pm in @INC Well... did you install it? What does rt-test-dependencies --with-fastcgi tell you? Sebastian -- Sebastian Flothow sebastian at flothow.de Because it reverses the logical flow of conversation. > Why is top posting frowned upon? From lists at flothow.de Fri Jun 4 06:16:51 2004 From: lists at flothow.de (Sebastian Flothow) Date: Fri, 4 Jun 2004 12:16:51 +0200 Subject: [rt-users] running 2 RT under one SSL- VirtualHost In-Reply-To: <40BFFF80.90801@cs.mu.oz.au> References: <40BFFF80.90801@cs.mu.oz.au> Message-ID: <4BB800DA-B610-11D8-8E3F-000393B2BB20@flothow.de> Am 4. Jun 2004 um 06:50 Uhr schrieb vinita vigine MURUGIAH: > How do I run 2 rt (one for testing and other one for production) in > the same server?? You can run only one RT instances via mod_perl, use FastCGI for additional instances (or use it for all instances, if you like). Sebastian -- Sebastian Flothow sebastian at flothow.de Because it reverses the logical flow of conversation. > Why is top posting frowned upon? From dthacker at omnihotels.com Fri Jun 4 10:58:17 2004 From: dthacker at omnihotels.com (Dave Thacker) Date: Fri, 4 Jun 2004 09:58:17 -0500 Subject: [rt-users] Date Format Message-ID: <200406040958.17313.dthacker@omnihotels.com> We'd like the date entry 06/09/2004 to equal June, 9 2004. Currently it's stored as September 6, 2004. I haven't been able to find a place to change this setting. Is it adjustable? DT -- Dave Thacker SysAdmin, DBA, Postmaster, Odd Jobs Omni Hotels Reservation Center V:402-952-6535 F:402-334-8013 M: 402-981-4613 (24/7) ----------------------------------------------------------- "Hotlanta" is hotter than ever, "connecting" you to all that Atlanta has to offer at the newly expanded Omni Hotel at CNN Center! ?Ask about our Grand Re-Opening meeting offer by calling our sales team at 404-659-0000 or your Omni National Sales representative. From Greg.Deickman at coaccess.com Fri Jun 4 11:00:40 2004 From: Greg.Deickman at coaccess.com (Greg Deickman) Date: Fri, 04 Jun 2004 09:00:40 -0600 Subject: [rt-users] RT 3.0.11 Oracle errors with Groups and owners Message-ID: That worked great, I am no longer seeing any Oracle errors in the logs. Thank you, Greg >>> Jesse Vincent 6/3/2004 6:09:57 PM >>> On Thu, Jun 03, 2004 at 05:06:36PM -0600, Greg Deickman wrote: > My 3.0.10 RT instance works fine against Oracle, but when I upgraded a > test instance to 3.0.11, the -> Configuration -> Groups page shows up > blank and gives me an oracle error (see below). Also when trying to > assign an owner there are none listed other than "nobody". I believe > something with the Groups isn't coming up correct causing my queue > permissions to be messed up. > > I have lots of errors in my log stating "ORA-00920: invalid relational > operator" or "ORA-00905: missing keyword". I have debugged a little bit > from 3.0.10 to 3.0.11. It looks like the sql generated by clicking > "Configuration->Groups" in 3.0.10 used to be this: Can you try the latest pre-release DBIx::SearchBuilder available on CPAN? This is an issue we've found and fixed for a customer running Oracle. _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. CONFIDENTIALITY NOTICE: If you are not the intended recipient of this electronic message, you are hereby notified that any disclosure, copying, distribution, or action taken in reliance on the contents of this document is strictly prohibited. If you received this information in error, please notify the sender immediately and arrange for the return or destruction of this document. <<<>>> -------------- next part -------------- An HTML attachment was scrubbed... URL: From m-liebman at northwestern.edu Fri Jun 4 11:05:30 2004 From: m-liebman at northwestern.edu (Michael S. Liebman) Date: Fri, 4 Jun 2004 11:05:30 -0400 Subject: [rt-users] Date Format In-Reply-To: <200406040958.17313.dthacker@omnihotels.com> References: <200406040958.17313.dthacker@omnihotels.com> Message-ID: <20040604150527.GA9990@SDF.LONESTAR.ORG> On Fri, Jun 04, 2004 at 09:58:17AM -0500, Dave Thacker wrote: > We'd like the date entry 06/09/2004 to equal June, 9 2004. Currently it's > stored as September 6, 2004. I haven't been able to find a place to change > this setting. Is it adjustable? >From /path/to/rt3/etc/RT_Config.pm > # {{{ RT Date Handling Options (for Time::ParseDate) > > # Set this to 1 if your local date convention looks like "dd/mm/yy" > # instead of "mm/dd/yy". > > Set($DateDayBeforeMonth , 1); Change this in your RT_SiteConfig.pm Michael -- Michael S. Liebman m-liebman at northwestern.edu http://msl521.freeshell.org/ "I have vision and the rest of the world wears bifocals." -Paul Newman in "Butch Cassidy & the Sundance Kid" From smeed1 at mac.com Fri Jun 4 11:35:04 2004 From: smeed1 at mac.com (Damian Burke) Date: Fri, 4 Jun 2004 10:35:04 -0500 Subject: [rt-users] Date Format In-Reply-To: <20040604150051.BDF6684C42E@pallas.eruditorum.org> References: <20040604150051.BDF6684C42E@pallas.eruditorum.org> Message-ID: > We'd like the date entry 06/09/2004 to equal June, 9 2004. Currently > it's > stored as September 6, 2004. I haven't been able to find a place to > change > this setting. Is it adjustable? > Edit /etc/RT_SiteConfig.pm Change Set($DateDayBeforeMonth , 1); to Set($DateDayBeforeMonth , 0); Damian From rt-users at becobaf.com Fri Jun 4 11:54:07 2004 From: rt-users at becobaf.com (Bastiaan Spandaw) Date: Fri, 04 Jun 2004 17:54:07 +0200 Subject: [rt-users] Date Format In-Reply-To: References: <20040604150051.BDF6684C42E@pallas.eruditorum.org> Message-ID: <1086364447.17940.9.camel@louise3.6s.nl> On Fri, 2004-06-04 at 17:35, Damian Burke wrote: > > We'd like the date entry 06/09/2004 to equal June, 9 2004. Currently > > it's > > stored as September 6, 2004. I haven't been able to find a place to > > change > > this setting. Is it adjustable? > > > > Edit /etc/RT_SiteConfig.pm > Change Set($DateDayBeforeMonth , 1); to Set($DateDayBeforeMonth , 0); rt3:~# vi /etc/request-tracker3/RT_SiteConfig.pm rt3:~# grep Day /etc/request-tracker3/RT_SiteConfig.pm Set($DateDayBeforeMonth , 0); rt3:~# /etc/init.d/apache restart Configuration syntax error detected. Not reloading. [Fri Jun 4 17:52:21 2004] [error] /etc/request-tracker3/RT_SiteConfig.pm did not return a true value at /usr/share/request-tracker3/lib/RT.pm line 105.\nCompilation failed in require at (eval 6) line 1.\n Syntax error on line 15 of /etc/request-tracker3/apache-modperl.conf: /etc/request-tracker3/RT_SiteConfig.pm did not return a true value at /usr/share/request-tracker3/lib/RT.pm line 105. Compilation failed in require at (eval 6) line 1. is it me? From m-liebman at northwestern.edu Fri Jun 4 12:00:17 2004 From: m-liebman at northwestern.edu (Michael S. Liebman) Date: Fri, 4 Jun 2004 12:00:17 -0400 Subject: [rt-users] Date Format In-Reply-To: <1086364447.17940.9.camel@louise3.6s.nl> References: <20040604150051.BDF6684C42E@pallas.eruditorum.org> <1086364447.17940.9.camel@louise3.6s.nl> Message-ID: <20040604160017.GA26429@SDF.LONESTAR.ORG> On Fri, Jun 04, 2004 at 05:54:07PM +0200, Bastiaan Spandaw wrote: > On Fri, 2004-06-04 at 17:35, Damian Burke wrote: > rt3:~# /etc/init.d/apache restart > Configuration syntax error detected. Not reloading. > > [Fri Jun 4 17:52:21 2004] [error] > /etc/request-tracker3/RT_SiteConfig.pm did not return a true value at > /usr/share/request-tracker3/lib/RT.pm line 105.\nCompilation failed in > require at (eval 6) line 1.\n > Syntax error on line 15 of /etc/request-tracker3/apache-modperl.conf: > /etc/request-tracker3/RT_SiteConfig.pm did not return a true value at > /usr/share/request-tracker3/lib/RT.pm line 105. > Compilation failed in require at (eval 6) line 1. Does your RT_SiteConfig.pm end in 1; ? Michael -- Michael S. Liebman m-liebman at northwestern.edu http://msl521.freeshell.org/ "I have vision and the rest of the world wears bifocals." -Paul Newman in "Butch Cassidy & the Sundance Kid" From sguillemette at metrocastcablevision.com Fri Jun 4 12:03:46 2004 From: sguillemette at metrocastcablevision.com (Shawn Guillemette) Date: Fri, 4 Jun 2004 12:03:46 -0400 Subject: [rt-users] Fast CGI errors In-Reply-To: Message-ID: <000001c44a4d$843835b0$1d06a8c0@hsdlaptop> -----Original Message----- From: Sebastian Flothow [mailto:lists at flothow.de] Sent: Friday, June 04, 2004 6:07 AM To: Shawn Guillemette Cc: rt-users at lists.bestpractical.com Subject: Re: [rt-users] Fast CGI errors Am 3. Jun 2004 um 19:17 Uhr schrieb Shawn Guillemette: > I'm not seeing the following output in my httpd-error logs. So where is it from, then? It certainly does look like an Apache error log. This was taken from the httpd-error logs. I was in a hurry.. Sorry > Sorry about the format... Not sending HTML mail would likely be better than doing it and excusing at the same time. > Can't locate FCGI.pm in @INC Well... did you install it? What does rt-test-dependencies --with-fastcgi tell you? I installed fastcgi_mod from the ports collection on freebsd. If I do a pkg_info I see that it was installed. Yet rt-test-dependencies --with-fastcgi reveals that fastcgi was not found.. When I stop apache and start it back up I see that the fstcgi server has started.. [Fri Jun 4 12:01:44 2004] [notice] FastCGI: process manager initialized (pid 50269) [Fri Jun 4 12:01:44 2004] [warn] FastCGI: server "/usr/local/rt3/bin/mason_handler.fcgi" started (pid 50270) [Fri Jun 4 12:01:45 2004] [notice] Apache/1.3.29 (Unix) mod_perl/1.29 mod_fastcgi/2.4.2 mod_ssl/2.8.16 OpenSSL/0.9.7d configured -- resuming normal operations [Fri Jun 4 12:01:45 2004] [notice] Accept mutex: flock (Default: flock) Also with in the apache conf file there is this entry... AddModule mod_fastcgi.c AddHandler fastcgi-script fcgi fcgi fpl AddHandler fastcgi-script fcgi I thank you for your time and advice.. Sebastian -- Sebastian Flothow sebastian at flothow.de Because it reverses the logical flow of conversation. > Why is top posting frowned upon? From les at futuresource.com Fri Jun 4 12:17:34 2004 From: les at futuresource.com (Les Mikesell) Date: Fri, 04 Jun 2004 11:17:34 -0500 Subject: [rt-users] running 2 RT under one SSL- VirtualHost In-Reply-To: <4BB800DA-B610-11D8-8E3F-000393B2BB20@flothow.de> References: <40BFFF80.90801@cs.mu.oz.au> <4BB800DA-B610-11D8-8E3F-000393B2BB20@flothow.de> Message-ID: <1086365853.1375.7.camel@moola.futuresource.com> On Fri, 2004-06-04 at 05:16, Sebastian Flothow wrote: > Am 4. Jun 2004 um 06:50 Uhr schrieb vinita vigine MURUGIAH: > > How do I run 2 rt (one for testing and other one for production) in > > the same server?? > > You can run only one RT instances via mod_perl, use FastCGI for > additional instances (or use it for all instances, if you like). It can be done with mod_perl but you have to start another instance of httpd with a different configuration, bound to a different IP address or port number. You can make this transparent by running a non mod_perl httpd configured to proxy (via ProxyPass or RewriteRules) to multiple mod_perl instances running on different ports. The FastCGI configuration is probably easier, though. --- Les Mikesell les at futuresource.com From adam at baz.org Fri Jun 4 12:20:05 2004 From: adam at baz.org (Adam Hirsch) Date: Fri, 4 Jun 2004 12:20:05 -0400 Subject: [rt-users] CustomFields in Templates Message-ID: <20040604162005.GC23751@baz.org> Anyone had any luck with getting CustomField names/values to show up via email templates and care to share some code snippets? Adam -- In this very breath that we now take lies the secret that all great teachers try to tell us. -Peter Matthiessen From adam at baz.org Fri Jun 4 12:32:39 2004 From: adam at baz.org (Adam Hirsch) Date: Fri, 4 Jun 2004 12:32:39 -0400 Subject: [rt-users] CustomFields in Templates In-Reply-To: <20040604162005.GC23751@baz.org> References: <20040604162005.GC23751@baz.org> Message-ID: <20040604163239.GD23751@baz.org> Actually, I may have just found the answer to my question in, go figure, the documentation. http://wiki.bestpractical.com/index.cgi?AddCustomFieldsValuesToMail Adam -- You think it's a conspiracy [by] the networks to put bad shows on TV. But the shows are bad because that's what people want. It's not like Windows users don't have any power. I think they are happy with Windows, and that's an incredibly depressing thought. -S. Jobs From iqbala at qwestip.net Fri Jun 4 14:06:28 2004 From: iqbala at qwestip.net (Asif Iqbal) Date: Fri, 4 Jun 2004 14:06:28 -0400 Subject: [rt-users] No Graph in the Statistics page In-Reply-To: <20040530050132.GA23613@qwestip.net> References: <20040530050132.GA23613@qwestip.net> Message-ID: <20040604180628.GA12322@qwestip.net> Asif Iqbal wrote: > Hi All > > I did follow the instructions on > http://wiki.bestpractical.com/index.cgi?RT3StatisticsPackage page > > I expanded the archive on my /opt/rt3/local page. I am running RT-3-10 > with Apache 1.x and mod_perl1. I did install GD::Graph using CPAN tool > > perl -MCPAN -e shell > cpan> install GD::Graph > > I don't see any graphs. Here is the source page looks like > > > > Is that mean I need to install Apache::GD::Graph? > Anyone else seen this symptom? Where should I look for to debug this issue? > Please help > Thanks -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu There's no place like 127.0.0.1 From seph at directionless.org Fri Jun 4 14:22:41 2004 From: seph at directionless.org (seph) Date: Fri, 04 Jun 2004 14:22:41 -0400 Subject: [rt-users] Re: Date Format In-Reply-To: <1086364447.17940.9.camel@louise3.6s.nl> (Bastiaan Spandaw's message of "Fri, 04 Jun 2004 17:54:07 +0200") References: <20040604150051.BDF6684C42E@pallas.eruditorum.org> <1086364447.17940.9.camel@louise3.6s.nl> Message-ID: > rt3:~# /etc/init.d/apache restart > Configuration syntax error detected. Not reloading. As has been covered, you need to do a full stop and start. restart probably doesn't do this. > /etc/request-tracker3/RT_SiteConfig.pm did not return a true value at > /usr/share/request-tracker3/lib/RT.pm line 105.\nCompilation failed in > require at (eval 6) line 1.\n hermes:~# tail -3 /etc/request-tracker3/RT_SiteConfig.pm # and make sure it includes properly 1; seph From m-liebman at northwestern.edu Fri Jun 4 14:32:13 2004 From: m-liebman at northwestern.edu (Michael S. Liebman) Date: Fri, 4 Jun 2004 14:32:13 -0400 Subject: [rt-users] No Graph in the Statistics page In-Reply-To: <20040604180628.GA12322@qwestip.net> References: <20040530050132.GA23613@qwestip.net> <20040604180628.GA12322@qwestip.net> Message-ID: <20040604183213.GA16690@SDF.LONESTAR.ORG> On Fri, Jun 04, 2004 at 02:06:28PM -0400, Asif Iqbal wrote: > Asif Iqbal wrote: > > perl -MCPAN -e shell > > cpan> install GD::Graph > > > > I don't see any graphs. Here is the source page looks like > > > > > > > > Is that mean I need to install Apache::GD::Graph? Since at least 0.1.3, Apache::GD::Graph was no longer required. > Anyone else seen this symptom? Where should I look for to debug this > issue? Do your versions of libgd, GD.pm, GD::Graph and GD::Text::Util match those listed on http://wiki.bestpractical.com/index.cgi?RT3StatisticsPackage? Michael -- Michael S. Liebman m-liebman at northwestern.edu http://msl521.freeshell.org/ "I have vision and the rest of the world wears bifocals." -Paul Newman in "Butch Cassidy & the Sundance Kid" From rt at musefoundry.com Fri Jun 4 15:48:12 2004 From: rt at musefoundry.com (AJ) Date: Fri, 4 Jun 2004 15:48:12 -0400 Subject: [rt-users] running 2 RT under one SSL- VirtualHost In-Reply-To: <1086365853.1375.7.camel@moola.futuresource.com> Message-ID: Install RT in another directory. Copy your front end to the local directory. Copy you existing httpd.conf to something like httpd-devel.conf and change the locations to point to the devel installation Start up the development server with /httpd -f /httpd-devel.conf In your devel conf name sure NameVirtualHost directive looks like: NameVirtualHost *: And in your virt host directive: .... Will start up another apache server using the development conf file which points to your development instance of rt and saves the need to install another apache. Can be accessed by going to http://rt:port A.J. -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Les Mikesell Sent: Friday, June 04, 2004 12:18 PM To: Sebastian Flothow Cc: rt-users at lists.bestpractical.com; vinita vigine MURUGIAH Subject: Re: [rt-users] running 2 RT under one SSL- VirtualHost On Fri, 2004-06-04 at 05:16, Sebastian Flothow wrote: > Am 4. Jun 2004 um 06:50 Uhr schrieb vinita vigine MURUGIAH: > > How do I run 2 rt (one for testing and other one for production) in > > the same server?? > > You can run only one RT instances via mod_perl, use FastCGI for > additional instances (or use it for all instances, if you like). It can be done with mod_perl but you have to start another instance of httpd with a different configuration, bound to a different IP address or port number. You can make this transparent by running a non mod_perl httpd configured to proxy (via ProxyPass or RewriteRules) to multiple mod_perl instances running on different ports. The FastCGI configuration is probably easier, though. --- Les Mikesell les at futuresource.com _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. From jonescr at cisco.com Fri Jun 4 16:42:17 2004 From: jonescr at cisco.com (Charles Jones) Date: Fri, 04 Jun 2004 13:42:17 -0700 Subject: [rt-users] giving "Everyone" the right CreateTicket for queue? In-Reply-To: <40A5427A.7020607@cisco.com> References: <40A5427A.7020607@cisco.com> Message-ID: <40C0DEA9.1090908@cisco.com> In setting up brand new RT3 instance Im getting the following error in localhost email after a mail goes through rt-mailgate: "RT could not load a valid user, and RT's configuration does not allow for the creation of a new user for this email (root at mydomain.cisco.com). You might need to grant 'Everyone' the right 'CreateTicket' for the queue testqueue." I have browsed through allthe queue and user menus and don't see an "Everyone" user to give this right to? -Charles From jonescr at cisco.com Fri Jun 4 17:52:21 2004 From: jonescr at cisco.com (Charles Jones) Date: Fri, 04 Jun 2004 14:52:21 -0700 Subject: [rt-users] Scrip to resolve a ticket based on subject text? Message-ID: <40C0EF15.80106@cisco.com> I am trying to integrate "Big Brother" into RT. Basically BB is a systems monitoring system that sends emails/alerts when things go awry. So far I have BB sending copies of the alerts into RT, which opens a ticket. What I need to do is have a Scrip that can automatically resolve a ticket upon the receipt of a resolved email from BB, which is denoted by an alert ID of 0. Example: When host "host1" has a disk problem, BB sends in an email with the subject line of: !BB - 2270510! host1.cisco.com.disk - 400064101115035 When host1's disk problem is resolved, BB automatically sends a followup resolved email with the subject line of: !BB - 0000000! host1.cisco.com.disk - 400064101115035 Note the zeros. So, I need some way to scan the subject of the incoming ticket, and if it has zeros, resolve the ticket whose subject has a matching BB id number (the 400064..). P.S. I know this may be a bit confusing for anyone who hasn't dealt with BB, I'm just hoping someone who is a guru at making RT scrips has allready done something similar to this and can give me some pointers. -Charles From mloftis at wgops.com Fri Jun 4 18:05:38 2004 From: mloftis at wgops.com (Michael Loftis) Date: Fri, 04 Jun 2004 16:05:38 -0600 Subject: [rt-users] Anyone going to fix RT::Interface::Email::Filter::SpamAssassin Message-ID: <4645EB448C3A0A48A3E979D3@[10.1.2.77]> I'm still not able to use this module as part of my MailPlugins because it overwrites $_ inside of the gateway function where it gets called casuing it to mulch up the MailPlugin list the first time it detects a SPAM. I saw soemone post some solutions quite a while back, but they don't seem to work for me -- I get an 'ever expanding' entry instead of a blank one so it ends up saying Filter::SpamAssassin like 2-3 times. Anyone? OR am I just SOL if I actually want to protect my queues with SA? -- Undocumented Features quote of the moment... "It's not the one bullet with your name on it that you have to worry about; it's the twenty thousand-odd rounds labeled `occupant.'" --Murphy's Laws of Combat From dthacker at omnihotels.com Fri Jun 4 18:11:32 2004 From: dthacker at omnihotels.com (Dave Thacker) Date: Fri, 4 Jun 2004 17:11:32 -0500 Subject: [rt-users] Scrip to resolve a ticket based on subject text? In-Reply-To: <40C0EF15.80106@cisco.com> References: <40C0EF15.80106@cisco.com> Message-ID: <200406041711.32913.dthacker@omnihotels.com> On Friday 04 June 2004 16:52, Charles Jones wrote: > I am trying to integrate "Big Brother" into RT. Basically BB is a > systems monitoring system that sends emails/alerts when things go awry. > So far I have BB sending copies of the alerts into RT, which opens a > ticket. What I need to do is have a Scrip that can automatically > resolve a ticket upon the receipt of a resolved email from BB, which is > denoted by an alert ID of 0. > I'm curious. How are you screening out duplicate notifications if an alarm is not caught in time? You could create a lot of tickets if an alarm went un-answered. DT -- Dave Thacker SysAdmin, DBA, Postmaster, Odd Jobs Omni Hotels Reservation Center V:402-952-6535 F:402-334-8013 M: 402-981-4613 (24/7) From jonescr at cisco.com Fri Jun 4 18:21:25 2004 From: jonescr at cisco.com (Charles Jones) Date: Fri, 04 Jun 2004 15:21:25 -0700 Subject: [rt-users] Scrip to resolve a ticket based on subject text? Message-ID: <40C0F5E5.1090402@cisco.com> Dave, Two ways. First we have 24/7 support that responds to all alerts, so none go un-answered for long. Second, it's throttled on the BB side, it's configured to not send more than X number of alerts per X minutes, and in some cases only send 1 alert for certain conditions. -Charles Date: Fri, 4 Jun 2004 17:11:32 -0500 From: Dave Thacker Subject: Re: [rt-users] Scrip to resolve a ticket based on subject text? On Friday 04 June 2004 16:52, Charles Jones wrote: >> I am trying to integrate "Big Brother" into RT. Basically BB is a >> systems monitoring system that sends emails/alerts when things go awry. >> So far I have BB sending copies of the alerts into RT, which opens a >> ticket. What I need to do is have a Scrip that can automatically >> resolve a ticket upon the receipt of a resolved email from BB, which is >> denoted by an alert ID of 0. >> > > I'm curious. How are you screening out duplicate notifications if an alarm is not caught in time? You could create a lot of tickets if an alarm went un-answered. DT From jonescr at cisco.com Fri Jun 4 18:25:30 2004 From: jonescr at cisco.com (Charles Jones) Date: Fri, 04 Jun 2004 15:25:30 -0700 Subject: [rt-users] Opps...deleted a scrip :( In-Reply-To: <20040604221005.2AB5384C3FC@pallas.eruditorum.org> References: <20040604221005.2AB5384C3FC@pallas.eruditorum.org> Message-ID: <40C0F6DA.3070005@cisco.com> Heh okay so I wanted certain queues to not autoreply. So I went to Configuration, Global, scrips, and saw that there was an AutoReply scrip which applies to all queues. I checked the box to "delete" it, and it is indeed gone...question is...how do I get it back? I can't find where to re-add it, either to the global scrips or an individual queue. -Charles From iqbala at qwestip.net Fri Jun 4 19:50:38 2004 From: iqbala at qwestip.net (Asif Iqbal) Date: Fri, 4 Jun 2004 19:50:38 -0400 Subject: [rt-users] Email Issue Message-ID: <20040604235038.GD2427@qwestip.net> Hi All I am noticing my emails from RT is coming to owners and requestors as the email address of the queue and as the email address (not exist) of the httpd owner which is www in my case. Is there a way I can stop that behavior. Any Reply-All will have one bounce message about www at mydomain.com since that email address does not exist Thanks -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu There's no place like 127.0.0.1 From seph at directionless.org Fri Jun 4 23:22:52 2004 From: seph at directionless.org (seph) Date: Fri, 04 Jun 2004 23:22:52 -0400 Subject: [rt-users] Re: Email Issue In-Reply-To: <20040604235038.GD2427@qwestip.net> (Asif Iqbal's message of "Fri, 4 Jun 2004 19:50:38 -0400") References: <20040604235038.GD2427@qwestip.net> Message-ID: > I am noticing my emails from RT is coming to owners and requestors as > the email address of the queue and as the email address (not exist) of > the httpd owner which is www in my case. RTFM this has been covered countless times. (trusted, sender, header) seph From lcs at MIT.EDU Sat Jun 5 00:02:51 2004 From: lcs at MIT.EDU (Larry Stone) Date: Sat, 5 Jun 2004 0:02:51 EDT Subject: [rt-users] Anyone going to fix RT::Interface::Email::Filter::SpamAssassin In-Reply-To: Your message of Fri, 04 Jun 2004 16:05:38 -0600 Message-ID: > I'm still not able to use this module as part of my MailPlugins because it > overwrites $_ inside of the gateway function where it gets called casuing > it to mulch up the MailPlugin list the first time it detects a SPAM. I just rewrote it but haven't had time to submit a patch to Jesse yet. I'll append it below. Been using it with RT 3.0.10 on Solaris/MySQL/FastCGI, not tested in any other configuration but it shouldn't matter. I was going to modify the plugin driver to protect $_ but it was simpler to just do it in the SpamAssassin plugin instead, so it only patches the one file. It's been running with SA 2.63 for a couple weeks now, no problems. -- Larry ----- This is the final version of my fix to the SpamAssassin filter plugin. It takes two new configuration options: $SpamAssassinRejectFactor - factor by which to multiply the spam threshold to reach the threshold for deleting or filing messages so they don't become tickets. $SpamAssassinRejectMailbox - pathname of mailbox in which to file rejected spams; by default they are just dropped on the floor. Must be writable by user running RT. This version does not require any changes to the Email.pm driver, it localizes $_ since something in SpamAssassin apparently munges it. *** SpamAssassin.pm Fri Jan 2 17:55:55 2004 --- SpamAssassin.pm Wed May 26 00:28:53 2004 *************** *** 24,41 **** package RT::Interface::Email::Filter::SpamAssassin; use Mail::SpamAssassin; my $spamtest = Mail::SpamAssassin->new(); sub GetCurrentUser { ! my $item = shift; ! my $status = $spamtest->check ($item); ! return (undef, 0) unless $status->is_spam(); ! eval { $status->rewrite_mail() }; ! if ($status->get_hits > $status->get_required_hits()*1.5) { ! # Spammy indeed ! return (undef, -1); } ! return (undef, 0); } =head1 NAME --- 24,74 ---- package RT::Interface::Email::Filter::SpamAssassin; use Mail::SpamAssassin; + use POSIX qw(strftime); + use Fcntl ':flock'; # import LOCK_* constants + my $spamtest = Mail::SpamAssassin->new(); sub GetCurrentUser { ! # magic: localize $_ because something in spamassassin munges it, breaks caller. ! local $_; ! my $result = 0; ! my %args = ( Message => undef, ! @_ ); ! my $status = $spamtest->check_message_text($args{'Message'}->as_string()); ! my $hits = $status->get_hits(); ! my $factor = defined($RT::SpamAssassinRejectFactor) ? $RT::SpamAssassinRejectFactor : 1.5; ! if ($status->is_spam() && ! $hits > $status->get_required_hits() * $factor) { ! # Spammy indeed, file in mailbox or drop it. ! my $mid = $args{'Message'}->head()->get('Message-Id'); ! if (defined $RT::SpamAssassinRejectMailbox) { ! if (open(MBOX, ">> $RT::SpamAssassinRejectMailbox")) { ! flock(MBOX,LOCK_EX); ! # in case it got appended to while we waited: ! seek(MBOX, 0, 2); ! # mbox header "from" line, reduced to single word: ! my ($from) = $args{'Message'}->head()->get('From'); ! $from = ($from =~ m/<(\S+)>/) ? $1 : 'some-spammer'; ! print MBOX "From $from ". strftime("%a %b %e %H:%M:%S %Y\n", localtime); ! $args{'Message'}->print(MBOX); ! flock(MBOX,LOCK_UN); ! close(MBOX); ! $RT::Logger->info("Filter::SpamAssassin: Filing message $mid in spambox because spam score = $hits"); ! } else { ! $RT::Logger->error("Filter::SpamAssassin: Could not open mbox for appending: $RT::SpamAssassinRejectMailbox : $!"); ! } ! } else { ! $RT::Logger->info("Filter::SpamAssassin: Dropping message $mid because spam score = $hits"); ! } ! $result = -1; ! } else { ! $args{'Message'}->head()->replace('X-RT-SpamAssassin-Score', sprintf("%.3f", $hits)); ! $args{'Message'}->head()->replace('X-RT-SpamAssassin-Flag', ($status->is_spam() ? "YES" : "NO")); ! $args{'Message'}->head()->replace('X-RT-SpamAssassin-Level', '*' x ($hits >= 0 ? int($hits): 0)); } ! $status->finish(); ! return (undef, $result); } =head1 NAME From jesse at bestpractical.com Sat Jun 5 01:05:01 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Sat, 5 Jun 2004 01:05:01 -0400 Subject: [rt-users] Anyone going to fix RT::Interface::Email::Filter::SpamAssassin In-Reply-To: <4645EB448C3A0A48A3E979D3@[10.1.2.77]> References: <4645EB448C3A0A48A3E979D3@[10.1.2.77]> Message-ID: <20040605050501.GJ22597@pallas.eruditorum.org> On Fri, Jun 04, 2004 at 04:05:38PM -0600, Michael Loftis wrote: > > Anyone? OR am I just SOL if I actually want to protect my queues with SA? I posted a pre-filter a while ago and actually here at Best Practical, we've been much happier filtering out spam _before_ it gets anywhere near RT. Jesse > > -- > Undocumented Features quote of the moment... > "It's not the one bullet with your name on it that you > have to worry about; it's the twenty thousand-odd rounds > labeled `occupant.'" > --Murphy's Laws of Combat > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt > this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From justdiana at wideopenwest.com Sat Jun 5 02:40:26 2004 From: justdiana at wideopenwest.com (Diana Clarke) Date: Sat, 5 Jun 2004 01:40:26 -0500 Subject: [rt-users] RE: RT install on OS X Message-ID: <3A44DED4-B6BB-11D8-91AC-000A95985054@wideopenwest.com> Thank you SO MUCH for the helpful suggestions! I got a little farther -- I'm now stuck on installing some of the dependencies: DBD::mysql 2.1018 and Apache::Request Because of the missing modules, make initialize-database doesn't work. I downloaded libapreq2 from the apache site, as suggested. I can't get it to "work" when I need it to so that the Apache::Request will work. - It seems to still go look for and get libapreq-1.3 from Joe I can't find the file to change the setting so it won't download THAT file. I'd like to get this working on my laptop before I try it on the server (different operating systems Mac OS 10.3.4 client on the laptop, server on the server) Do you think it will be any easier installing it on the server?! Thanks for any help! Diana From girgen at pingpong.net Sat Jun 5 09:38:32 2004 From: girgen at pingpong.net (Palle Girgensohn) Date: Sat, 05 Jun 2004 15:38:32 +0200 Subject: [rt-users] Help: Can't locate object method "new" via package "RT::Handle" Message-ID: <4B6DCDF28FBD7DBCF32EDFD3@palle.girgensohn.se> Hi! I just updated to perl-5.8.4, rt-3.0.11 and dbix-searchhandler-1.00_3. Now I get Can't locate object method "new" via package "RT::Handle". I've tried reinstalling DBIx-SearchHandler, but it does not help. perl-5.8.4, freebsd-4.10, postgresql-7.2.4, FASTCGI (not mod_perl). From jesse at bestpractical.com Sat Jun 5 10:35:50 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Sat, 5 Jun 2004 10:35:50 -0400 Subject: [rt-users] Help: Can't locate object method "new" via package "RT::Handle" In-Reply-To: <4B6DCDF28FBD7DBCF32EDFD3@palle.girgensohn.se> References: <4B6DCDF28FBD7DBCF32EDFD3@palle.girgensohn.se> Message-ID: <20040605143550.GK22597@pallas.eruditorum.org> That imples you set your DatabaseType to something incorrect. (In RT 3.2, this will generate a better error message) On Sat, Jun 05, 2004 at 03:38:32PM +0200, Palle Girgensohn wrote: > Hi! > > I just updated to perl-5.8.4, rt-3.0.11 and dbix-searchhandler-1.00_3. > > Now I get Can't locate object method "new" via package "RT::Handle". I've > tried reinstalling DBIx-SearchHandler, but it does not help. > > perl-5.8.4, freebsd-4.10, postgresql-7.2.4, FASTCGI (not mod_perl). > > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt > this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From girgen at pingpong.net Sat Jun 5 12:09:55 2004 From: girgen at pingpong.net (Palle Girgensohn) Date: Sat, 05 Jun 2004 18:09:55 +0200 Subject: [rt-users] Help: Can't locate object method "new" via package "RT::Handle" In-Reply-To: <20040605143550.GK22597@pallas.eruditorum.org> References: <4B6DCDF28FBD7DBCF32EDFD3@palle.girgensohn.se> <20040605143550.GK22597@pallas.eruditorum.org> Message-ID: <647BB662AE503B36F59D85B2@palle.girgensohn.se> I realize that, but I haven't changed anything from before the update. It is still 'Pg'; /usr/local/rt3/etc/RT_Config.pm:Set($DatabaseType , 'Pg'); /usr/local/rt3/etc/RT_SiteConfig.pm:Set($DatabaseType, 'Pg'); --On l?rdag, juni 05, 2004 10.35.50 -0400 Jesse Vincent wrote: > > That imples you set your DatabaseType to something incorrect. (In RT > 3.2, this will generate a better error message) > > On Sat, Jun 05, 2004 at 03:38:32PM +0200, Palle Girgensohn wrote: >> Hi! >> >> I just updated to perl-5.8.4, rt-3.0.11 and dbix-searchhandler-1.00_3. >> >> Now I get Can't locate object method "new" via package "RT::Handle". >> I've tried reinstalling DBIx-SearchHandler, but it does not help. >> >> perl-5.8.4, freebsd-4.10, postgresql-7.2.4, FASTCGI (not mod_perl). >> >> >> _______________________________________________ >> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users >> >> RT Developer and Administrator training is coming to LA, DC and >> Frankfurt this spring and summer. >> http://bestpractical.com/services/training.html >> >> Sign up early, as class space is limited. > > -- From maxb at ukf.net Sat Jun 5 12:51:05 2004 From: maxb at ukf.net (Max Bowsher) Date: Sat, 5 Jun 2004 17:51:05 +0100 Subject: [rt-users] Help: Can't locate object method "new" via package"RT::Handle" References: <4B6DCDF28FBD7DBCF32EDFD3@palle.girgensohn.se> Message-ID: <013601c44b1d$4d1ff010$78d96f83@robinson.cam.ac.uk> Palle Girgensohn wrote: > Hi! > > I just updated to perl-5.8.4, rt-3.0.11 and dbix-searchhandler-1.00_3. > > Now I get Can't locate object method "new" via package "RT::Handle". Edit RT/Handle.pm and add the line: die $@ if $@; immediately after the line: #TODO check for errors here. Try again, and you should get a more informative error message. Max. From iqbala at qwestip.net Sat Jun 5 13:48:12 2004 From: iqbala at qwestip.net (Asif Iqbal) Date: Sat, 5 Jun 2004 13:48:12 -0400 Subject: [rt-users] Re: Email Issue In-Reply-To: References: <20040604235038.GD2427@qwestip.net> Message-ID: <20040605174812.GE2427@qwestip.net> seph wrote: > > I am noticing my emails from RT is coming to owners and requestors as > > the email address of the queue and as the email address (not exist) of > > the httpd owner which is www in my case. > > RTFM this has been covered countless times. (trusted, sender, header) > This is how it is setup in my RT_SiteConfig.pm file Set($RTAddressRegexp , '^rt\@mydomain.net$'); Set($CorrespondAddress , 'RT::CorrespondAddress'); Set($CommentAddress , 'RT::CommentAddress'); I am using the default scrip/templates for AutoReply and Corresponds. When I try to search the ML I get this Achtung! We're in the middle of recovering from emergency maintenance. Unfortunately, you're looking for a file that hasn't been put back in place yet. If you've got questions or concerns, please contact jesse at bestpractical.com. Can anyone else please suggest anything else to fix it? > seph > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu There's no place like 127.0.0.1 From iqbala at qwestip.net Sat Jun 5 13:48:12 2004 From: iqbala at qwestip.net (Asif Iqbal) Date: Sat, 5 Jun 2004 13:48:12 -0400 Subject: [rt-users] Re: Email Issue In-Reply-To: References: <20040604235038.GD2427@qwestip.net> Message-ID: <20040605174812.GE2427@qwestip.net> seph wrote: > > I am noticing my emails from RT is coming to owners and requestors as > > the email address of the queue and as the email address (not exist) of > > the httpd owner which is www in my case. > > RTFM this has been covered countless times. (trusted, sender, header) > This is how it is setup in my RT_SiteConfig.pm file Set($RTAddressRegexp , '^rt\@mydomain.net$'); Set($CorrespondAddress , 'RT::CorrespondAddress'); Set($CommentAddress , 'RT::CommentAddress'); I am using the default scrip/templates for AutoReply and Corresponds. When I try to search the ML I get this Achtung! We're in the middle of recovering from emergency maintenance. Unfortunately, you're looking for a file that hasn't been put back in place yet. If you've got questions or concerns, please contact jesse at bestpractical.com. Can anyone else please suggest anything else to fix it? > seph > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu There's no place like 127.0.0.1 From autrijus at autrijus.org Sat Jun 5 14:59:38 2004 From: autrijus at autrijus.org (Autrijus Tang) Date: Sun, 6 Jun 2004 02:59:38 +0800 Subject: [rt-users] RT-win32 3.0.11-pre1 Message-ID: <20040605185937.GA66454@aut.dyndns.org> I'm happy to announce the first prerelease of RT-win32 3.0.11: http://p4.elixus.org/dist/rt-3.0.11pre1.exe MD5 (rt-3.0.11pre1.exe) = 373ab2ddccc0da2248c388722a8cabad It is based on the rt-3.0.11-final codebase. There are no significant changes over RT-win32 3.0.10; the Edit UIs of TabbedUI are speeded up quite a bit, some inconsistent Add/Edit semantics was fixed, the experimental Atom/0.3 interface is included -- and that's pretty much it. If no problems are reported for the next week, I'm going to declare it RT-win32 3.0.11-final. Thanks! /Autrijus/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available URL: From jsmith at PRESIDIO.com Sat Jun 5 21:46:47 2004 From: jsmith at PRESIDIO.com (James Smith) Date: Sat, 5 Jun 2004 21:46:47 -0400 Subject: [rt-users] Problems with Windows port of RT3 Message-ID: Someone please tell me it isn't a cruel joke on the folks who use windows and a not so subtle hint to use Linux... I'm running W2k Server, fully patched (SP4 and all hotfixes), 128MB RAM, 6GB HD I'm trying to install 3.0.10 of the windows port of RT, and not having any luck. I've done a fresh install of W2k twice, installed and re-installed rt several times each with no success. What happens is everything seems to install fine, but when the installer fires off IE to do the database startup, it hangs and the CPU goes to 100% and stays there until I manage to get it's attention long enough to stop the Apache server. Looking at the system processes, Perl seems to be taking up a lot of time, with 2 or 3 processes running. Looking at the log files, it seems that a perl program cannot stay alive and continually restarts. I've read several months back into the archives and I've seen two folks post about problems with no response in the list, and one person who says it is "slick", so I guess he likes it. Me, it is frustrating the heck out of me. I had one of my guys give it a whirl and he gave up after two days of playing with it, and he was motivated to make it work ('cause I'm his boss and I told him to get it working! LOL!) Does anyone have pointers to any other sources of help? Thanks! James H. Smith From autrijus at autrijus.org Sun Jun 6 01:03:57 2004 From: autrijus at autrijus.org (Autrijus Tang) Date: Sun, 6 Jun 2004 13:03:57 +0800 Subject: [rt-users] Problems with Windows port of RT3 In-Reply-To: References: Message-ID: <20040606050357.GA69480@aut.dyndns.org> On Sat, Jun 05, 2004 at 09:46:47PM -0400, James Smith wrote: > Someone please tell me it isn't a cruel joke on the folks who use windows and > a not so subtle hint to use Linux... It is not intended to be a cruel joke. I apologize for the troubles it caused you. > I'm running W2k Server, fully patched (SP4 and all hotfixes), 128MB RAM, 6GB > HD Experience shows 128MB of ram is probably not enough for RT to run smoothly -- it needs at least 512MB or so for reasonable performance. If you are stuck with the 128MB machine, though, try editing this file: C:\Program Files\OurInternet\Request Tracker\win32\lib\WinRT\DB.pm change both "256M" strings near the top of the file to "32M" (or "64M" if your machine isn't used for other things), then kill the "mysqld-nt.exe" process from the task manager. > What happens is everything seems to install fine, but when the installer > fires off IE to do the database startup, it hangs and the CPU goes to 100% > and stays there until I manage to get it's attention long enough to stop the > Apache server. Okay... Can you look at C:\Program Files\OurInternet\Request Tracker\logs\httpd-error.log and see if there's any relevant messages there? If none, try running the initdb.cgi manually in the command line: cd C:\Program Files\OurInternet\Request Tracker\rt\html\cgi-bin "C:\Program Files\OurInternet\Common\Perl\bin\perl.exe" initdb.cgi and see if there is any error messages printed to the console. Thanks, /Autrijus/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available URL: From rtuser at slynetworks.com Sun Jun 6 01:23:30 2004 From: rtuser at slynetworks.com (Rtuser) Date: Sun, 06 Jun 2004 00:23:30 -0500 Subject: [rt-users] 3.0.10 - email setup for queues. Message-ID: <007f8edeb577e36a0d8029f3d9c35bdd@slynetworks.com> I just installed 3.0.10 on a Windows 2003 server without any issues. I can log in and navigate the site so I know the web portion works. My question is, how do I get email going with RT? Do I have to create an MX record to point to my RT server? and will RT know to pick up incoming email? or do I have to create a POP account on my mail server and have RT check the mailbox? Thanks in advance. RT User. From autrijus at autrijus.org Sun Jun 6 03:58:04 2004 From: autrijus at autrijus.org (Autrijus Tang) Date: Sun, 6 Jun 2004 15:58:04 +0800 Subject: [rt-users] 3.0.10 - email setup for queues. In-Reply-To: <007f8edeb577e36a0d8029f3d9c35bdd@slynetworks.com> References: <007f8edeb577e36a0d8029f3d9c35bdd@slynetworks.com> Message-ID: <20040606075803.GA70512@aut.dyndns.org> On Sun, Jun 06, 2004 at 12:23:30AM -0500, Rtuser wrote: > I just installed 3.0.10 on a Windows 2003 server without any issues. I can > log in and navigate the site so I know the web portion works. My question > is, how do I get email going with RT? Do I have to create an MX record to > point to my RT server? and will RT know to pick up incoming email? or do I > have to create a POP account on my mail server and have RT check the mailbox? The latter. Please read this: C:\Program Files\OurInternet\Request Tracker\README.txt as well as this: C:\Program Files\OurInternet\Common\fetchmail\README.txt An integrated "POP3 settings" tool in the Admin page is planned, but is currently low on priority, again due to lack of customer interest. Thanks, /Autrijus/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available URL: From mloftis at wgops.com Sun Jun 6 05:36:00 2004 From: mloftis at wgops.com (Michael Loftis) Date: Sun, 06 Jun 2004 03:36:00 -0600 Subject: [rt-users] Anyone going to fix RT::Interface::Email::Filter::SpamAssassin In-Reply-To: <20040605050501.GJ22597@pallas.eruditorum.org> References: <4645EB448C3A0A48A3E979D3@[10.1.2.77]> <20040605050501.GJ22597@pallas.eruditorum.org> Message-ID: <8BEF6D5E5498C2407CF8188A@[10.1.2.77]> --On Saturday, June 05, 2004 01:05 -0400 Jesse Vincent wrote: > > > > On Fri, Jun 04, 2004 at 04:05:38PM -0600, Michael Loftis wrote: >> >> Anyone? OR am I just SOL if I actually want to protect my queues with >> SA? > > > I posted a pre-filter a while ago and actually here at Best Practical, > we've been much happier filtering out spam _before_ it gets anywhere > near RT. Yeah we do a lot of frontline stuff too, I just don't want to complicate the injection process any. It's a pain in the butt to shell out to pass off messages via 'spamassassin' or 'spamc/spamd'. I'll dig back in the archives but i guess that's going to be the only way is to write some script around spamc. Last time I did this though you had to run the damned message through SA 2x if you wanted header changes done because spamc wouldn't give an exit code AND header munching. I'm hoping someone got out the clue bat and fixed that one. -- Undocumented Features quote of the moment... "It's not the one bullet with your name on it that you have to worry about; it's the twenty thousand-odd rounds labeled `occupant.'" --Murphy's Laws of Combat From mloftis at wgops.com Sun Jun 6 05:37:23 2004 From: mloftis at wgops.com (Michael Loftis) Date: Sun, 06 Jun 2004 03:37:23 -0600 Subject: [rt-users] Anyone going to fix RT::Interface::Email::Filter::SpamAssassin In-Reply-To: References: Message-ID: <6DC96DD6BF7B1E2187CAE091@[10.1.2.77]> --On Saturday, June 05, 2004 00:02 -0400 Larry Stone wrote: >> I'm still not able to use this module as part of my MailPlugins because >> it overwrites $_ inside of the gateway function where it gets called >> casuing it to mulch up the MailPlugin list the first time it detects a >> SPAM. > > I just rewrote it but haven't had time to submit a patch to Jesse yet. > I'll append it below. Been using it with RT 3.0.10 on > Solaris/MySQL/FastCGI, not tested in any other configuration but it > shouldn't matter. > > I was going to modify the plugin driver to protect $_ but it was simpler > to just do it in the SpamAssassin plugin instead, so it only patches the > one file. Ooooo goody! Just what I wanted coz I'm lazy LOL :) Thanks Larry, I'll patch it into a local SA filter module and give it a rip. TYVM! > > It's been running with SA 2.63 for a couple weeks now, no problems. > > -- Larry > > ----- > From rtuser at slynetworks.com Sun Jun 6 11:02:36 2004 From: rtuser at slynetworks.com (Rtuser) Date: Sun, 06 Jun 2004 10:02:36 -0500 Subject: [rt-users] 3.0.10 - email setup for queues. Message-ID: <9cf94e40a0b37c6703b1385a459550bf@slynetworks.com> To my surprise, this readme file is empty! (C:\Program Files\OurInternet\Request Tracker\README.txt) Could someone fwd me this file? I'd appreciate it. As far as fetchmail, I'll have to create a new mailbox for each queue? So a new line for every queue in rt-mailgate.conf? Thanks, RT user > On Sun, Jun 06, 2004 at 12:23:30AM -0500, Rtuser wrote: > > I just installed 3.0.10 on a Windows 2003 server without any issues. I can > > log in and navigate the site so I know the web portion works. My question > > is, how do I get email going with RT? Do I have to create an MX record to > > point to my RT server? and will RT know to pick up incoming email? or do I > > have to create a POP account on my mail server and have RT check the mailbox? > > The latter. Please read this: > C:\Program Files\OurInternet\Request Tracker\README.txt > > as well as this: > C:\Program Files\OurInternet\Common\fetchmail\README.txt > > An integrated "POP3 settings" tool in the Admin page is planned, but > is currently low on priority, again due to lack of customer interest. > > Thanks, > /Autrijus/ > From girgen at pingpong.net Sun Jun 6 11:31:28 2004 From: girgen at pingpong.net (Palle Girgensohn) Date: Sun, 06 Jun 2004 17:31:28 +0200 Subject: [rt-users] Help: Can't locate object method "new" via package"RT::Handle" In-Reply-To: <013601c44b1d$4d1ff010$78d96f83@robinson.cam.ac.uk> References: <4B6DCDF28FBD7DBCF32EDFD3@palle.girgensohn.se> <013601c44b1d$4d1ff010$78d96f83@robinson.cam.ac.uk> Message-ID: <635DB5AF70A480D447EC71FF@palle.girgensohn.se> Thank for all replies. Turned out that the new version of searchbuilder needed Want, and it was not installed. So, now everything is peachy! ;-) /Palle --On l?rdag, juni 05, 2004 17.51.05 +0100 Max Bowsher wrote: > Palle Girgensohn wrote: >> Hi! >> >> I just updated to perl-5.8.4, rt-3.0.11 and dbix-searchhandler-1.00_3. >> >> Now I get Can't locate object method "new" via package "RT::Handle". From les at futuresource.com Sun Jun 6 15:04:15 2004 From: les at futuresource.com (Les Mikesell) Date: Sun, 06 Jun 2004 14:04:15 -0500 Subject: [rt-users] Anyone going to fix RT::Interface::Email::Filter::SpamAssassin In-Reply-To: <20040605050501.GJ22597@pallas.eruditorum.org> References: <4645EB448C3A0A48A3E979D3@[10.1.2.77]> <20040605050501.GJ22597@pallas.eruditorum.org> Message-ID: <1086548655.28768.29.camel@les-home.futuresource.com> On Sat, 2004-06-05 at 00:05, Jesse Vincent wrote: > I posted a pre-filter a while ago and actually here at Best Practical, > we've been much happier filtering out spam _before_ it gets anywhere > near RT. It is such a universal problem that it would be nice if RT could handle it internally. How about adding something that looks like a queue from the UI but is really kept in separate tables until manually deleted or accepted? Holding in the spam queue could be triggered either by the contents of a header if you do spam scanning at the system level or as an option, RT could run SpamAssassin internally. Hmmm, I suppose every real queue would have to have an optional matching spam holding queue so the permissions to view it would match - maybe generalizing to a 'moderated' queue would be a better idea, with spam tagging being one thing that could trigger the requirement for a moderator to manually make the choice to accept or not. --- Les Mikesell les at futuresource.com From ahorn at deorth.org Sun Jun 6 17:36:28 2004 From: ahorn at deorth.org (Alan Horn) Date: Sun, 6 Jun 2004 14:36:28 -0700 (PDT) Subject: [rt-users] Authenticating to RT using PAM ? Message-ID: Is this possible ? IS there any documentation or howtos out there on the subject ? I've looked around some but can't find anything, so my apologies if its obvious :) Cheers, Al From jesse at bestpractical.com Sun Jun 6 17:37:58 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Sun, 6 Jun 2004 17:37:58 -0400 Subject: [rt-users] Authenticating to RT using PAM ? In-Reply-To: References: Message-ID: <20040606213758.GP22597@pallas.eruditorum.org> On Sun, Jun 06, 2004 at 02:36:28PM -0700, Alan Horn wrote: > > Is this possible ? IS there any documentation or howtos out there on the > subject ? RT lets you delegate authentication to your webserver. Do that. Then do this: http://pam.sourceforge.net/mod_auth_pam/configure.html > I've looked around some but can't find anything, so my apologies if its > obvious :) > > Cheers, > > Al > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt > this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From ahorn at deorth.org Sun Jun 6 18:29:11 2004 From: ahorn at deorth.org (Alan Horn) Date: Sun, 6 Jun 2004 15:29:11 -0700 (PDT) Subject: [rt-users] Authenticating to RT using PAM ? In-Reply-To: <20040606213758.GP22597@pallas.eruditorum.org> References: <20040606213758.GP22597@pallas.eruditorum.org> Message-ID: On Sun, 6 Jun 2004, Jesse Vincent wrote: >Date: Sun, 6 Jun 2004 17:37:58 -0400 >From: Jesse Vincent >To: Alan Horn >Cc: rt-users at lists.bestpractical.com >Subject: Re: [rt-users] Authenticating to RT using PAM ? > > > On Sun, Jun 06, 2004 at 02:36:28PM -0700, Alan Horn wrote: >> >> Is this possible ? IS there any documentation or howtos out there on the >> subject ? > > RT lets you delegate authentication to your webserver. Do that. Then do > this: > > http://pam.sourceforge.net/mod_auth_pam/configure.html That looks like just what I need.. thanks ! One more question.. it says in config.pm that RT will 'defer' to REMOTE_USER. Does it only do that if REMOTE_USER is defined (I'd test but I don't have a test instance running right now...) I can see a situation where my internal support folks go to RT via centralised PAM for auth (e.g. via a webserver redirect that defined the variable), and the external customers still use the RT database. Is this doable ? Cheers, Al From jesse at bestpractical.com Sun Jun 6 18:30:33 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Sun, 6 Jun 2004 18:30:33 -0400 Subject: [rt-users] Authenticating to RT using PAM ? In-Reply-To: References: <20040606213758.GP22597@pallas.eruditorum.org> Message-ID: <20040606223033.GS22597@pallas.eruditorum.org> > That looks like just what I need.. thanks ! > > One more question.. it says in config.pm that RT will 'defer' to > REMOTE_USER. Does it only do that if REMOTE_USER is defined (I'd test but > I don't have a test instance running right now...) Take a read through the configuration file. If you still have questions, ask again. > I can see a situation where my internal support folks go to RT via > centralised PAM for auth (e.g. via a webserver redirect that defined the > variable), and the external customers still use the RT database. Is this > doable ? > > Cheers, > > Al -- From jamie.baddeley at fx.net.nz Sun Jun 6 18:40:06 2004 From: jamie.baddeley at fx.net.nz (jamie baddeley) Date: Mon, 07 Jun 2004 10:40:06 +1200 Subject: [rt-users] database: user password encryption In-Reply-To: References: Message-ID: <1086561606.984.14.camel@munter> I now have a modified libapache-mod-auth-pgsql debian (woody) package that in addition to doing standard crypt and md5 encryption, now also does the base64 encoded md5 variant that is supported by RT..... If anyone is interested in it let me know. Happy to provide it to anyone that wants it. Thanks for the help. Jamie On Fri, 2004-06-04 at 01:32, Mike.Frazer at ipay.com wrote: > Essentially... create the MD5 hash of the password, then convert it to > Base64. The Base64 part is necessary to store the password because MD5 can > sometimes create characters that can't be stored in the database as-is. > Base64 ensure that the password will be storable and compatible across other > systems. > > > > -----Original Message----- > From: rt-users-bounces at lists.bestpractical.com > [mailto:rt-users-bounces at lists.bestpractical.com]On Behalf Of Sebastian > Flothow > Sent: Thursday, June 03, 2004 8:22 AM > To: jamie.baddeley at fx.net.nz > Cc: rt > Subject: Re: [rt-users] database: user password encryption > > > Am 3. Jun 2004 um 05:40 Uhr schrieb Jamie Baddeley: > > what format does rt store the passwords in? > > From perldoc /opt/rt3/lib/RT/User_Overlay.pm: > > > _GeneratePassword PASSWORD > > > > returns an MD5 hash of the password passed in, in base64 encoding. > > So I suppose that's stored in the DB. > > > Sebastian From burba at rfn.ru Sun Jun 6 18:50:13 2004 From: burba at rfn.ru (Alex S. Burba) Date: Mon, 07 Jun 2004 02:50:13 +0400 Subject: [rt-users] Escalating ticket by customer Message-ID: <40C39FA5.4000005@rfn.ru> Hi. Does RT have a standard feature which allows a customer to escalate his own ticket? I tried to find such thing, but didn't find anything standard. More detail description of 'escalating ticket by customer': A simple customer sends the request, support/NOC creates a ticket and openes it, and so that customer gets a message saying "Your problem has got ticket number XXX ...". Ok, for some time the customer is satisfied. A few hours have passed - no furhter messages have followed. The customer is worried that there is no new information (progress) about his trouble, he understands that sending another request with the same problem is a bad idea, so he needs some kind of way to escalate his own ticket to attract more attention to it of the support/NOC personal. P.S. I'm only asking about some kind of standard feature of RT which can be used to do such thing. I clearly see that there are numerous ways to do that manualy (like a simple add-on to RT), but I'm firstly interested if RT has got something already. -- Bye. Alex S. Burba From jesse at bestpractical.com Sun Jun 6 19:12:16 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Sun, 6 Jun 2004 19:12:16 -0400 Subject: [rt-users] giving "Everyone" the right CreateTicket for queue? In-Reply-To: <40C0DEA9.1090908@cisco.com> References: <40A5427A.7020607@cisco.com> <40C0DEA9.1090908@cisco.com> Message-ID: <20040606231216.GT22597@pallas.eruditorum.org> > You might need to grant 'Everyone' the right 'CreateTicket' for the > queue testqueue." > > I have browsed through allthe queue and user menus and don't see an > "Everyone" user to give this right to? It's a group. > From jesse at bestpractical.com Sun Jun 6 19:13:27 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Sun, 6 Jun 2004 19:13:27 -0400 Subject: [rt-users] charset problem In-Reply-To: References: Message-ID: <20040606231327.GU22597@pallas.eruditorum.org> On Wed, May 26, 2004 at 11:15:20AM +0300, Jussi Hamalainen wrote: > Hello! > > I'm using RT 3.0.10 and I have a problem with charset recognition in > incomging emails: Is it _all_ messages or just some of them? If it's just some of them, could you send me one personally? From ahorn at deorth.org Sun Jun 6 19:45:05 2004 From: ahorn at deorth.org (Alan Horn) Date: Sun, 6 Jun 2004 16:45:05 -0700 (PDT) Subject: [rt-users] Authenticating to RT using PAM ? In-Reply-To: <20040606223033.GS22597@pallas.eruditorum.org> References: <20040606213758.GP22597@pallas.eruditorum.org> <20040606223033.GS22597@pallas.eruditorum.org> Message-ID: On Sun, 6 Jun 2004, Jesse Vincent wrote: >Date: Sun, 6 Jun 2004 18:30:33 -0400 >From: Jesse Vincent >To: Alan Horn >Cc: rt-users at lists.bestpractical.com >Subject: Re: [rt-users] Authenticating to RT using PAM ? > > > >> That looks like just what I need.. thanks ! >> >> One more question.. it says in config.pm that RT will 'defer' to >> REMOTE_USER. Does it only do that if REMOTE_USER is defined (I'd test but >> I don't have a test instance running right now...) > > Take a read through the configuration file. If you still have questions, > ask again. > I did that.. I see two things that seem relevant : LookupExternalUserInfo structure and # If $WebExternalAuth is defined, RT will defer to the environment's # REMOTE_USER variable. $WebExternalAuth = undef; So my question is.. if I define $WebExternalAuth and then _don't_ define $REMOTE_USER via the webserver, will RT then fall through to its internal authentication database. It's not clear to me from reading the configuration file that it will, or won't. I should of course mention that this is RT2.0.15 (sorry for not stating that earlier) Cheers, Al From autrijus at autrijus.org Sun Jun 6 20:35:49 2004 From: autrijus at autrijus.org (Autrijus Tang) Date: Mon, 7 Jun 2004 08:35:49 +0800 Subject: [rt-users] Authenticating to RT using PAM ? In-Reply-To: References: <20040606213758.GP22597@pallas.eruditorum.org> <20040606223033.GS22597@pallas.eruditorum.org> Message-ID: <20040607003549.GA76459@aut.dyndns.org> On Sun, Jun 06, 2004 at 04:45:05PM -0700, Alan Horn wrote: > >Take a read through the configuration file. If you still have questions, > >ask again. > > > > I did that.. I see two things that seem relevant : > > So my question is.. if I define $WebExternalAuth and then _don't_ define > $REMOTE_USER via the webserver, will RT then fall through to its internal > authentication database. Look again for: $WebFallbackToInternalAuth $WebExternalGecos $WebExternalAuto Thanks, /Autrijus/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available URL: From webmaster at crealabs.com Sun Jun 6 21:50:02 2004 From: webmaster at crealabs.com (Pierre-Luc Soucy) Date: Sun, 06 Jun 2004 21:50:02 -0400 Subject: [rt-users] RT_Config.pm issue Message-ID: <40C3C9CA.3090206@crealabs.com> Hi, I have run through the installation steps for RT with FastCGI and everything seems to be set up properly, but I am unable to get it to run with Apache. When I run /opt/rt3/bin/mason_handler.fcgi from shell, it works fine, but I get a 500 error with Apache and the logs say the following: =============== Sun Jun 06 21:35:42 2004] [warn] FastCGI: server "/opt/rt3/bin/mason_handler.fcgi" restarted (pid 30556) Can't locate /opt/rt3/etc/RT_Config.pm in @INC (@INC contains: /opt/rt3/local/lib/i686-linux /opt/rt3/local/lib /opt/rt3/lib /usr/lib/perl5/5.8.3/i686-linux /usr/lib/perl5/5.8.3 /usr/lib/perl5/site_perl/5.8.3/i686-linux /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl) at /opt/rt3/lib/RT.pm line 108. Compilation failed in require at /opt/rt3/bin/mason_handler.fcgi line 28. =============== I can see that / is not in @INC, but shouldn't the program be able to find RT_Config.pm easily when it has the absolute path to it? Or am I missing something here? Any help would be appreciated. Thanks! Pierre-Luc From m-liebman at northwestern.edu Sun Jun 6 22:30:39 2004 From: m-liebman at northwestern.edu (Michael S. Liebman) Date: Sun, 06 Jun 2004 22:30:39 -0400 Subject: [rt-users] RT_Config.pm issue In-Reply-To: <40C3C9CA.3090206@crealabs.com> References: <40C3C9CA.3090206@crealabs.com> Message-ID: <6.0.3.0.2.20040606223001.032e6158@pop.mail.yahoo.com> At 09:50 PM 6/6/2004, Pierre-Luc Soucy wrote: >I can see that / is not in @INC, but shouldn't the program be able to find >RT_Config.pm easily when it has the absolute path to it? Or am I missing >something here? Check your permissions. Make sure the same user that is running the FastCGI process can read RT_Config.pm. Michael -- Michael S. Liebman m-liebman at northwestern.edu http://msl521.freeshell.org/ "I have vision and the rest of the world wears bifocals." -Paul Newman in "Butch Cassidy & the Sundance Kid" From count at theblah.fi Mon Jun 7 00:45:12 2004 From: count at theblah.fi (Jussi Hamalainen) Date: Mon, 7 Jun 2004 07:45:12 +0300 (EEST) Subject: [rt-users] charset problem In-Reply-To: <20040606231327.GU22597@pallas.eruditorum.org> References: <20040606231327.GU22597@pallas.eruditorum.org> Message-ID: On Sun, 6 Jun 2004, Jesse Vincent wrote: > > I'm using RT 3.0.10 and I have a problem with charset recognition in > > incomging emails: > > Is it _all_ messages or just some of them? If it's just some of them, > could you send me one personally? Not all. Looks like messages sent with Eudora get utf8-botched, but some others work just fine. I tested with Mozilla and RT seems to handle those just fine. I'll send an example directly to you. -- -=[ Count Zero / TBH - Jussi H?m?l?inen - email count at theblah.fi ]=- From ahorn at deorth.org Mon Jun 7 01:21:48 2004 From: ahorn at deorth.org (Alan Horn) Date: Sun, 6 Jun 2004 22:21:48 -0700 (PDT) Subject: [rt-users] Authenticating to RT using PAM ? In-Reply-To: <20040607003549.GA76459@aut.dyndns.org> References: <20040606213758.GP22597@pallas.eruditorum.org> <20040606223033.GS22597@pallas.eruditorum.org> <20040607003549.GA76459@aut.dyndns.org> Message-ID: On Mon, 7 Jun 2004, Autrijus Tang wrote: >> So my question is.. if I define $WebExternalAuth and then _don't_ define >> $REMOTE_USER via the webserver, will RT then fall through to its internal >> authentication database. > > Look again for: > > $WebFallbackToInternalAuth > $WebExternalGecos > $WebExternalAuto > > Thanks, > /Autrijus/ > These variables are not in my (2.0.15) config.pm file. I don't recall deleting them, but it's possible. The original file in my distribution doesn't seem to have them either. Is this an RT3 thing ? From autrijus at autrijus.org Mon Jun 7 03:06:26 2004 From: autrijus at autrijus.org (Autrijus Tang) Date: Mon, 7 Jun 2004 15:06:26 +0800 Subject: [rt-users] Authenticating to RT using PAM ? In-Reply-To: References: <20040606213758.GP22597@pallas.eruditorum.org> <20040606223033.GS22597@pallas.eruditorum.org> <20040607003549.GA76459@aut.dyndns.org> Message-ID: <20040607070625.GA78508@aut.dyndns.org> On Sun, Jun 06, 2004 at 10:21:48PM -0700, Alan Horn wrote: > >Look again for: > > > > $WebFallbackToInternalAuth > > $WebExternalGecos > > $WebExternalAuto > > These variables are not in my (2.0.15) config.pm file. I don't recall > deleting them, but it's possible. The original file in my distribution > doesn't seem to have them either. > > Is this an RT3 thing ? Oh. Yes. You really want RT3 if you want falling back to internal auth. I also hear that rt2-to-rt3 converter is quite robust nowadays. :-) Thanks, /Autrijus/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available URL: From sc2 at gmx.at Mon Jun 7 06:18:19 2004 From: sc2 at gmx.at (sc2 at gmx.at) Date: Mon, 7 Jun 2004 12:18:19 +0200 Subject: [rt-users] Scripts - Autoreply ? Message-ID: <000901c44c78$c19e9ac0$6bda6c50@b> Hello in RT 2.x i have Autoreply on (when user creates - reply with template) is there a way or a script available where i can say for "this emailadr. do not use autoreply" like mailer-daemons etc. ? thx From pavel at bizexpert.ru Mon Jun 7 10:10:11 2004 From: pavel at bizexpert.ru (Pavel Titov) Date: Mon, 07 Jun 2004 18:10:11 +0400 Subject: [rt-users] Strange recoding and headers after upgrading from 3.0.6 to 3.0.10 Message-ID: <40C47743.3010706@bizexpert.ru> I've upgraded RT from 3.0.6 to 3.0.10 version (more definetly - installed 3.0.10 on other server with same database that 3.0.6 used). And now some letters, that processed by 3.0.10 converts to something strange and unreadable. Headers follows, note the double X-RT-Original-Encoding header (actual domain names were removed by me): MIME-Version: 1.0 In-Reply-To: X-Mailer: The Bat! (v2.11 Beta/5) UNREG / CD5BF9353B3B7091 X-Priority: 3 (Normal) Date: Mon, 7 Jun 2004 17:30:54 +0400 Message-Id: <446377929.20040607173054@****> References: Reply-To: mail Content-Type: text/plain; charset="utf-8" X-Virus-Scanned: by amavisd-new at bhost.ru To: Pavel Titov Content-Transfer-Encoding: 8bit X-RT-Original-Encoding: koi8-r From: mail X-RT-Original-Encoding: utf-8 Content-Length: 1231 What can cause this problem? What do double X-RT-Original-Encoding header mean? -- [TITOV-RIPN] http://www.bhost.ru/ From rmroland at indiana.edu Mon Jun 7 10:48:10 2004 From: rmroland at indiana.edu (Roland, Ryan M) Date: Mon, 7 Jun 2004 09:48:10 -0500 Subject: [rt-users] Gentoo RT ebuild Message-ID: I have mapped out the emerge dependencies for RT for all the perl modules (see below). I have also attached the ebuild that I made (from the modified skeleton one provided in portage which ONLY handles the dependencies right now. There were two modules that I could not find which ebuild loads them: Text::Quoted and HTML::FormatText, the latter of which I believe had some discussion in this mailing list regarding it not correctly appearing in portage. It may end up that we need to use CPAN to install them until we can confirm their existence in portage. If anyone else using Gentoo can test this and confirm or deny that at least the part I have done works to meet dependencies, I'd appreciate it. Once that part is confirmed, I'd like to work with anyone more familiar with creating ebuilds than I am to determine what is needed for the compilation, installation, and configuration of RT in this ebuild. Thanks, Ryan Roland Application Developer Information Technology Indiana University 812.855.9617 rmroland at indiana.edu =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= PERL Deps: Perl (requires >= 5.8.3) >=dev-lang/perl-5.8.3 MASON Deps: Params::Validate (requires >= 0.02) >=dev-perl/Params-Validate-0.02 Cache::Cache (used my machine's current) >=dev-perl/Cache-Cache-1.02 Exception::Class (used my machine's current) >=dev-perl/Exception-Class-1.14-r1 HTML::Mason (requires >= 1.16) >=dev-perl/HTML-Mason-1.16 MLDBM (used my machine's current) >=dev-perl/MLDBM-2.01 Errno (used my machine's current) Default Gentoo Install FreezeThaw (used my machine's current) >=dev-perl/FreezeThaw-0.43-r1 Digest::MD5 (requires >= 2.27) >=dev-perl/Digest-MD5-2.27 CGI::Cookie (requires >= 1.20) Default Gentoo Install Storable (requires >= 2.08) >=dev-perl/Storable-2.08 Apache::Session (requires >= 1.53) >=dev-perl/Apache-Session-1.53 MAILGATE Deps: HTML::TreeBuilder (used my machine's current) >=dev-perl/HTML-Tree-3.17 HTML::FormatText (used my machine's current) Not Found Getopt::Long (used my machine's current) >=dev-perl/Getopt-Long-2.34 LWP::UserAgent (used my machine's current) >=dev-perl/libwww-perl-5.69-r2 MODPERL1 Deps: CGI (requires >= 2.92) >=dev-perl/CGI-2.92 Apache::Request (used my machine's current) >=dev-perl/libapreq-1.2-r1 Apache::DBI (requires >= 0.92) >=dev-perl/Apache-DBI-0.92 CLI Deps: Getopt::Long (requires >= 2.24) >=dev-perl/Getopt-Long-2.24 CORE Deps: Digest::MD5 (requires >= 2.27) >=dev-perl/Digest-MD5-2.27 DBI (requires >= 1.37) >=dev-perl/DBI-1.37 Test::Inline (used my machine's current) >=dev-perl/Test-Inline-0.15-r1 Class::ReturnValue (requires >= 0.40) >=dev-perl/class-returnvalue-0.40 DBIx::SearchBuilder (requires >= 0.97) >=dev-perl/dbix-searchbuilder-0.97 Text::Template (used my machine's current) >=dev-perl/text-template-1.44 File::Spec (requires >= 0.8) >=dev-perl/File-Spec-0.8 HTML::Entities (used my machine's current) >=dev-perl/HTML-Parser-3.34-r1 Net::Domain (used my machine's current) Default Gentoo Install Log::Dispatch (requires >= 2.0) >=dev-perl/log-dispatch-2.0 Locale::Maketext (requires >= 1.06) >=dev-perl/locale-maketext-1.06 Locale::Maketext::Lexicon (requires >= 0.32) >=dev-perl/locale-maketext-lexicon-0.32 Locale::Maketext::Fuzzy (used my machine's current) >=dev-perl/locale-maketext-fuzzy-0.02 MIME::Entity (requires >= 5.108) >=dev-perl/MIME-tools-5.108 Mail::Mailer (requires >= 1.57) >=dev-perl/MailTools-1.57 Net::SMTP (used my machine's current) Default Gentoo Install Text::Wrapper (used my machine's current) >=dev-perl/text-wrapper-1.000 Time::ParseDate (used my machine's current) >=dev-perl/Time-modules-2003.0211 File::Temp (used my machine's current) >=dev-perl/File-Temp-0.12 Term::ReadKey (used my machine's current) >=dev-perl/TermReadKey-2.21 Text::Autoformat (used my machine's current) >=dev-perl/text-autoformat-1.12 Text::Quoted (requires >= 1.3) Not Found Scalar::Util (used my machine's current) Default Gentoo Install DEV Deps: Regexp::Common (used my machine's current) >=dev-perl/regexp-common-2.113 Time::HiRes (used my machine's current) >=dev-perl/Time-HiRes-1.54 Test::Inline (used my machine's current) >=dev-perl/Test-Inline-0.15-r1 WWW::Mechanize (used my machine's current) >=dev-perl/WWW-Mechanize-0.72 MYSQL Deps: MySQL (used my machine's current) >=dev-db/mysql-4.0.18-r2 DBD::mysql (requires >= 2.1018) >=dev-perl/DBD-mysql-2.1018 POSTGRES Deps: PostGreSQL (used my machine's current) >=dev-db/postgresql-7.4.2-r1 DBD::Pg (used my machine's current) >=dev-perl/DBD-Pg-1.22 -------------- next part -------------- A non-text attachment was scrubbed... Name: rt-3.0.11.ebuild Type: application/octet-stream Size: 7611 bytes Desc: rt-3.0.11.ebuild URL: From chris at torresen.com Mon Jun 7 11:07:41 2004 From: chris at torresen.com (Christopher VanOosterhout) Date: Mon, 07 Jun 2004 11:07:41 -0400 Subject: [rt-users] Messages From RT System Itself Message-ID: <6.1.0.6.2.20040607110618.065315a8@mail.torresen.com> What does it mean when we get tickets with about information that says not to delete or modify theuser. "Do not delete or modify this user. It is integral to RT's internal database structures" The ticket appears to be blank except for the file FFDMJCDD.EXE Thanks, Christopher -- Christopher VanOosterhout Torresen Marine, Inc. - The Sailboat Specialists Internet Division http://www.torresen.com/ http://www.marinedieseldirect.com/ 3126 Lake Shore Drive Muskegon, Michigan 49441 231-759-8596 From jesse at bestpractical.com Mon Jun 7 12:00:00 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Mon, 7 Jun 2004 12:00:00 -0400 Subject: [rt-users] Strange recoding and headers after upgrading from 3.0.6 to 3.0.10 In-Reply-To: <40C47743.3010706@bizexpert.ru> References: <40C47743.3010706@bizexpert.ru> Message-ID: <20040607155959.GE22597@pallas.eruditorum.org> > What can cause this problem? What do double X-RT-Original-Encoding > header mean? They mean that there's something wrong and that RT is double-processing the message. To debug this issue, I need you to send me _personally_ an email message that would exhibit this issue if piped into RT. (It would also be good if you can verify that this issue is still a problem with 3.0.11) > -- > [TITOV-RIPN] http://www.bhost.ru/ > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt > this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From bronto at tiscali.com Mon Jun 7 12:44:36 2004 From: bronto at tiscali.com (Marco Marongiu) Date: Mon, 07 Jun 2004 18:44:36 +0200 Subject: [rt-users] Are debian testing packages ok? Message-ID: <40C49B74.8010700@tiscali.com> Hello list In the latest days I believe I saw some rumours about rt3 packages for debian testing were broken. So, for the moment, I pinned those packages on my RT-server and they are not being upgraded any more for the moment. I would like to know if they are ok, so that I can upgrade them as well. Ciao and thanks --Marco From sheeri.kritzer at tufts.edu Mon Jun 7 13:06:02 2004 From: sheeri.kritzer at tufts.edu (Sheeri Kritzer) Date: Mon, 7 Jun 2004 13:06:02 -0400 Subject: [rt-users] magic search box & relative URL's Message-ID: <1086627962.40c4a07af320e@webmail.tufts.edu> So, when users of our RT instance do a search using the magic search box, say a queue name, the URL that gets returned is: https:///index.html?q= This makes things like the bulk update "Update all these tickets at once" fail, because the link is a relative one. I've checked, and I'm pretty sure this isn't due to some local customization I've made. Of course, I could *make* a local customization to handle that (changing <&|/l&>Update all these tickets at once to <&|/l&>Update all these tickets at once wouldn't be that hard) -- however, I was wondering if anyone else had problems with relative addressing, here or other places. -Sheeri Kritzer Systems Administrator University Systems Group Tufts University 617-627-3925 sheeri.kritzer at tufts.edu From jesse at bestpractical.com Mon Jun 7 13:18:47 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Mon, 7 Jun 2004 13:18:47 -0400 Subject: [rt-users] magic search box & relative URL's In-Reply-To: <1086627962.40c4a07af320e@webmail.tufts.edu> References: <1086627962.40c4a07af320e@webmail.tufts.edu> Message-ID: <20040607171847.GG22597@pallas.eruditorum.org> Most of these have already been fixed in 3.0.11. Dirk Pape submitted a fix which catches the last few this morning. On Mon, Jun 07, 2004 at 01:06:02PM -0400, Sheeri Kritzer wrote: > So, when users of our RT instance do a search using the magic search box, say a > queue name, the URL that gets returned is: > > https:///index.html?q= > > This makes things like the bulk update "Update all these tickets at once" fail, > because the link is a relative one. I've checked, and I'm pretty sure this > isn't due to some local customization I've made. Of course, I could *make* a > local customization to handle that (changing > > <&|/l&>Update all these tickets at once > to > <&|/l&>Update all these tickets at once > > wouldn't be that hard) -- however, I was wondering if anyone else had problems > with relative addressing, here or other places. > > -Sheeri Kritzer > Systems Administrator > University Systems Group > Tufts University > 617-627-3925 > sheeri.kritzer at tufts.edu > > > > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From jesse at bestpractical.com Mon Jun 7 13:51:48 2004 From: jesse at bestpractical.com (Jesse) Date: Mon, 7 Jun 2004 13:51:48 -0400 Subject: [rt-users] [Rt-announce] Next Monday: RT Training in DC - discounted admission Message-ID: <20040607175148.GC1227@pallas.eruditorum.org> Next Monday, we'll be offering RT developer training in Washington. We've had a few last minute cancellations, which means I get to play the part of "Crazy Eddie." So, without further ado: We've got just a few available spots for: ** RT DEVELOPER TRAINING IN WASHINGTON DC ** AN AMAZING, NEVER BEFORE OFFERED PRICE! SAVE 40% IF YOU ACT NOW! DETAILED, DEVELOPER TAUGHT RT TRAINING, JUST $600! WE'RE PRACTICALLY GIVING IT AWAY! TO GET IN ON THIS INCREDIBLE OFFER, EMAIL NOW! OUR TICKETING SYSTEM IS STANDING BY TO CONFIRM YOUR RESERVATION! EMAIL training at bestpractical.com NOW TO TAKE ADVANTAGE OF THIS AMAZING OPPORTUNITY! This comprehensive session will include: RT's system architecture A guided tour of the RT source code Extension mechanisms you can use to customize RT How to tie RT into your existing authentication infrastructure Building your own tools that talk to the RT backend Automating common procedures Customizing RT's workflow to match your own How to write custom reports based on RT's data Coffee in the morning and afternoon -- _______________________________________________ RT-Announce mailing list RT-Announce at lists.bestpractical.com http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-announce From rtuser at slynetworks.com Mon Jun 7 14:35:13 2004 From: rtuser at slynetworks.com (Rtuser) Date: Mon, 07 Jun 2004 13:35:13 -0500 Subject: [rt-users] rt-mailgate.conf Message-ID: <57b3bcb24622c7a7a841baa1e6e9ad99@slynetworks.com> I'm getting this error: fetchmail: no mailservers have been specified. I know I have the right server name and user information. Contents of rt-mailgate.conf: poll mail.mydomain.com protocol pop3: username "q_general" password "test" mda "c:/progra~1/ourInternet/common/perl/bin/perl.exe c:/progra~1/ourinternet/reques~1/rt/bin/rt-mailgate.in --url http://tracking.mydomain.com:8284/ --queue General --action correspond" I even tried the IP address and still same results. Maybe I missed a step? From Jeff_Leach at Progressive.com Mon Jun 7 15:17:41 2004 From: Jeff_Leach at Progressive.com (Jeff_Leach at Progressive.com) Date: Mon, 7 Jun 2004 15:17:41 -0400 Subject: [rt-users] dbi will not pass user name to mysql Message-ID: I am new to RT, and have been attempting to install v. 3.010 on Red hat advanced Server with the following config. DBD::mysql 2.1018... and mysql 4.0.20-standard I continually get authentication errors to the mysql database no matter what I do. I have attempted to add the root user to the mysql database, and also wiped the database out and recreated the database. I am not an expert in either RT or mysql, but what stumps me is that even when I change the RT_SiteConfig.pm field Set($DatabaseUser , 'root'); to any user I still get the same error when running make initialize-database, which follows. [Mon Jun 7 17:34:47 2004] [crit]: Connect Failed Access denied for user: '@localhost' to database 'rt3' at //data/doc_root/rt/sbin/rt-setup-database line 334 (/data/doc_root/rt/lib/RT.pm:254) make: *** [initialize-database] Error 255 I am not sure why it is using a blank user name. Any help would be greatly appreciated. Jeff Leach Unix Systems Administrator x-50745 From malik at iinteractive.com Mon Jun 7 16:08:20 2004 From: malik at iinteractive.com (Malik Graves-Pryor) Date: Mon, 7 Jun 2004 16:08:20 -0400 Subject: [rt-users] Mail Configuration Message-ID: <01d501c44ccb$2df85ce0$f900a8c0@infinityinteractive.com> I have looked in the configuration settings for RT to determine where I might change the Nobody at localhost.localdomain default address on ticket creation and autoreply to no avail. Can someone help in this regard? Thanks. --Malik Graves-Pryor --------------------------------------- Infinity Interactive, Inc. 306 W. 38th Street 14th Floor, Suite #1 New York, NY 10018 http://www.iinteractive.com V: 212.388.9100 x104 M: 917.449.8706 F: 212.388.0303 E: malik at iinteractive.com AIM: NatomaAIM YIM: natoma77 ICQ: 3102878 MSN: natoma77 at hotmail.com --------------------------------------- Notable Quotables: "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." -- Anonymous "Expecting the world to treat you fairly because you are a good person is a little like expecting the bull not to attack you because you are a vegetarian." -- Dennis Wholey --------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From pseymour at servervault.com Mon Jun 7 16:09:41 2004 From: pseymour at servervault.com (Seymour, Paul) Date: Mon, 7 Jun 2004 16:09:41 -0400 Subject: [rt-users] Delete Status Message-ID: <841A2A811DB61840BA6423C08B5735D30155001B@dulles1.ops.servervault.com> I apologize for bringing up this question in case this answered in a previous item, but I couldn't find any references in the archives or on google. How do I go about removing "delete" from the status list? -------------- next part -------------- An HTML attachment was scrubbed... URL: From rtuser at slynetworks.com Mon Jun 7 18:19:14 2004 From: rtuser at slynetworks.com (Rtuser) Date: Mon, 07 Jun 2004 17:19:14 -0500 Subject: [rt-users] fetchmail: mda returned nonzero status 127 Message-ID: <020ed29b901ea18da7bb2e0c30941b38@slynetworks.com> I re-installed using version 3.0.11. Set the Reply-To q_general at mydomain.com. Set the queue address to q_general at mydomain.com. Changed the rt-mailgate.conf to point to my mail server with user/pass information. I re-started Request Tracker service and launched fetchmail; it failed again with same error. Is it because fetchmail is assuming the email address is "q_general at mail.mydomain.com"? (Read error below) The email for the queue is supposed to be q_general at mydomain.com. Permissions problems maybe? I havn't changed any default settings other than the SMTPFrom: Thanks again for your help. Oscar Global Setup: SMTPFrom: q_general at mydomain.com AdminAddress: oscar at mydomain.com Queue Setup: Correspondence Address: q_general at mydomain.com Comment Address: q_general at mydomain.com Fetchmail config file: poll mail.mydomain.com proto pop3: username "q_general" password "test" mda "c:/progra~1/ourInternet/common/perl/bin/perl.exe c:/progra~1/ourinternet/reques~1/rt/bin/rt-mailgate.in --url http://tracking.mydomain.com:8284/ --queue General --action correspond" Error: fetchmail: starting fetchmail 6.2.5 daemon 1 message for q_general at mail.mydomain.com (705 octets). reading message q_general at mail.mydomain.com:1 of 1 (705 octets) fetchmail: MDA returned nonzero status 127 not flushed fetchmail: sleeping at Mon Jun 07 16:54:56 2004 From rtuser at slynetworks.com Tue Jun 8 00:24:44 2004 From: rtuser at slynetworks.com (Rtuser) Date: Mon, 07 Jun 2004 23:24:44 -0500 Subject: [rt-users] fetchmail: mda returned nonzero status 127 Message-ID: <66d54b58d6c55fc92665256267d55aca@slynetworks.com> Update: I tried installing 3.0.11 on a different server with exact same config and got same errror. I also tried pointing to a new mail server (plain pop3 server) and got same results. error: MDA returned nonzero status 127 There's got to be something I'm missing here. Your help is appreciated. -Oscar. > > I re-installed using version 3.0.11. Set the Reply-To q_general at mydomain.com. Set the queue address to q_general at mydomain.com. Changed the rt-mailgate.conf to point to my mail server with user/pass information. I re-started Request Tracker service and launched fetchmail; it failed again with same error. > > Is it because fetchmail is assuming the email address is "q_general at mail.mydomain.com"? (Read error below) > The email for the queue is supposed to be q_general at mydomain.com. > > Permissions problems maybe? I havn't changed any default settings other than the SMTPFrom: > > Thanks again for your help. > > Oscar > > Global Setup: > SMTPFrom: q_general at mydomain.com > AdminAddress: oscar at mydomain.com > > Queue Setup: > Correspondence Address: q_general at mydomain.com > Comment Address: q_general at mydomain.com > > Fetchmail config file: > poll mail.mydomain.com proto pop3: > username "q_general" password "test" mda "c:/progra~1/ourInternet/common/perl/bin/perl.exe c:/progra~1/ourinternet/reques~1/rt/bin/rt-mailgate.in --url http://tracking.mydomain.com:8284/ --queue General --action correspond" > > Error: > fetchmail: starting fetchmail 6.2.5 daemon > 1 message for q_general at mail.mydomain.com (705 octets). > reading message q_general at mail.mydomain.com:1 of 1 (705 octets) > fetchmail: MDA returned nonzero status 127 > not flushed > fetchmail: sleeping at Mon Jun 07 16:54:56 2004 > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From vinita at cs.mu.OZ.AU Tue Jun 8 00:37:24 2004 From: vinita at cs.mu.OZ.AU (vinita vigine MURUGIAH) Date: Tue, 08 Jun 2004 14:37:24 +1000 Subject: [rt-users] running 2 RT under one SSL- VirtualHost References: <40BFFF80.90801@cs.mu.oz.au> <4BB800DA-B610-11D8-8E3F-000393B2BB20@flothow.de> <1086365853.1375.7.camel@moola.futuresource.com> Message-ID: <40C54284.60206@cs.mu.oz.au> Thanks, it worked, running 2nd instance of apace Les Mikesell wrote: >On Fri, 2004-06-04 at 05:16, Sebastian Flothow wrote: > >>Am 4. Jun 2004 um 06:50 Uhr schrieb vinita vigine MURUGIAH: >> >>>How do I run 2 rt (one for testing and other one for production) in >>>the same server?? >>> >>You can run only one RT instances via mod_perl, use FastCGI for >>additional instances (or use it for all instances, if you like). >> > >It can be done with mod_perl but you have to start another >instance of httpd with a different configuration, bound to >a different IP address or port number. You can make this >transparent by running a non mod_perl httpd configured to >proxy (via ProxyPass or RewriteRules) to multiple mod_perl >instances running on different ports. The FastCGI configuration >is probably easier, though. > >--- > Les Mikesell > les at futuresource.com > > >_______________________________________________ >http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > >RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. >http://bestpractical.com/services/training.html > >Sign up early, as class space is limited. > -- warm regards Vinita Vigine Murugiah Email : vinita at cs.mu.oz.au Ph : (03) 8344 1273 -------------- next part -------------- An HTML attachment was scrubbed... URL: From stephen at jadevine.org.uk Tue Jun 8 05:15:24 2004 From: stephen at jadevine.org.uk (Stephen Quinney) Date: Tue, 8 Jun 2004 10:15:24 +0100 Subject: [rt-users] Are debian testing packages ok? In-Reply-To: <40C49B74.8010700@tiscali.com> References: <40C49B74.8010700@tiscali.com> Message-ID: <20040608091524.GA20400@computing-services.oxford.ac.uk> On Mon, Jun 07, 2004 at 06:44:36PM +0200, Marco Marongiu wrote: > > In the latest days I believe I saw some rumours about rt3 packages for > debian testing were broken. So, for the moment, I pinned those packages > on my RT-server and they are not being upgraded any more for the moment. > > I would like to know if they are ok, so that I can upgrade them as well. As far as I am aware (and I'm one of the package maintainers) there is nothing wrong with the rt3 packages in Debian (testing or unstable). If anyone has found a bug they should report it, rumours do not help anyone. You can always check for bugs in the request-tracker3 package by going to http://www.debian.org/Bugs/ and using the form on there. I hope that answers your question. Stephen Quinney -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From Hans-Martin.Mosner at gefa.de Tue Jun 8 05:25:00 2004 From: Hans-Martin.Mosner at gefa.de (Hans-Martin Mosner) Date: Tue, 8 Jun 2004 11:25:00 +0200 Subject: Antwort: [rt-users] Messages From RT System Itself Message-ID: Hi, have you tried to track down how these tickets entered the RT system? The presence of such an executable is a very strong indicator for a worm mail, but it seems strange that the subject refers to RT. Cheers, Hans-Martin From bronto at tiscali.com Tue Jun 8 05:29:52 2004 From: bronto at tiscali.com (Marco Marongiu) Date: Tue, 08 Jun 2004 11:29:52 +0200 Subject: [rt-users] Are debian testing packages ok? In-Reply-To: <20040608091524.GA20400@computing-services.oxford.ac.uk> References: <40C49B74.8010700@tiscali.com> <20040608091524.GA20400@computing-services.oxford.ac.uk> Message-ID: <40C58710.6080100@tiscali.com> Stephen Quinney wrote: > As far as I am aware (and I'm one of the package maintainers) there is > nothing wrong with the rt3 packages in Debian (testing or > unstable). Good! > If anyone has found a bug they should report it, rumours do > not help anyone. Mmmmhhh... did I misread the thread about putting rt testing packages on a stable distribution or someone said that there were bugs? > You can always check for bugs in the request-tracker3 > package by going to http://www.debian.org/Bugs/ and using the form > on there. Yep, right! I nearly forgot that! > I hope that answers your question. Yes, absolutely! Thanks! Ciao --bronto From ann at drop.2organize.com Tue Jun 8 05:30:43 2004 From: ann at drop.2organize.com (ann at drop.2organize.com) Date: Tue, 8 Jun 2004 11:30:43 +0200 (CEST) Subject: [rt-users] Question/Problem with Scrips/Templates Message-ID: Hello, I imagine this has been answered before, but as the archives are offline please forgive me for asking it again. I have just started playing around with making a Scrip to send a template. With the Scrip 'On Comment, Autoreply To Requestors with Template welcome', I, the requestor, receive the expected email. If I change the Script to 'On Comment, Notify Requestors with Template welcome', the mail is not received. Reading Appendix 3 in the draft (April 13, 2003) documentation I see that notify requestors ought to email the ticket's requestor. Am I doing something wrong, or is this a bug? A configuration issue? The template is obviously not the problem, since it can be sent. The relevant log entries are (removed some identifying information): #1317/10186 - Scrip 17 on comment, welcome requestors (/opt/rtdev-3.0.9/lib/RT/Action/SendEmail.pm:92) No recipients found. Not sending. (/opt/rtdev-3.0.9/lib/RT/Action/SendEmail.pm:257) However, this doesn't make much sense to me, as I assume the recipients for 'notify requestors' are the same as the recipients for 'autoreply to requestors'. Any help would be appreciated. Thanks, A From ann at drop.2organize.com Tue Jun 8 06:34:34 2004 From: ann at drop.2organize.com (ann at drop.2organize.com) Date: Tue, 8 Jun 2004 12:34:34 +0200 (CEST) Subject: [rt-users] Question/Problem with Scrips/Templates In-Reply-To: References: Message-ID: It's bad form to reply to one's own mails, I know, but I have found the problem (posting a question is a sure trigger to finding the answer!). For the curious, it had to do with the fact that the person who performs the action isn't mailed. Since I was adding the comment, I wasn't receiving the mail. My guess is that this is the undocumented (at least in Appendix 3) difference between Autoreply and Notify. Adding another person to the requestor list therefore fixed the 'problem'. - Ann I wrote: > Hello, > > I imagine this has been answered before, but as the archives are offline > please forgive me for asking it again. > > I have just started playing around with making a Scrip to send a template. > With the Scrip 'On Comment, Autoreply To Requestors with Template welcome', > I, the requestor, receive the expected email. If I change the Script to > 'On Comment, Notify Requestors with Template welcome', the mail is not > received. > > Reading Appendix 3 in the draft (April 13, 2003) documentation I see that > notify requestors ought to email the ticket's requestor. > > Am I doing something wrong, or is this a bug? A configuration issue? > The template is obviously not the problem, since it can be sent. > > The relevant log entries are (removed some identifying information): > > #1317/10186 - Scrip 17 on comment, welcome requestors (/opt/rtdev-3.0.9/lib/RT/Action/SendEmail.pm:92) > No recipients found. Not sending. (/opt/rtdev-3.0.9/lib/RT/Action/SendEmail.pm:257) > > However, this doesn't make much sense to me, as I assume the recipients > for 'notify requestors' are the same as the recipients for 'autoreply > to requestors'. > > Any help would be appreciated. > > Thanks, > A From cubic at acronis.ru Tue Jun 8 06:39:29 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Tue, 08 Jun 2004 14:39:29 +0400 Subject: [rt-users] Question/Problem with Scrips/Templates In-Reply-To: References: Message-ID: <40C59761.9000905@acronis.ru> ann at drop.2organize.com wrote: > It's bad form to reply to one's own mails, I know, but I have found the > problem (posting a question is a sure trigger to finding the answer!). > > For the curious, it had to do with the fact that the person who performs > the action isn't mailed. Since I was adding the comment, I wasn't receiving > the mail. My guess is that this is the undocumented (at least in Appendix > 3) difference between Autoreply and Notify. Adding another person to the > requestor list therefore fixed the 'problem'. Hello, Ann. May be you don't know about http://wiki.bestpractical.com . This topic covered on: http://wiki.bestpractical.com/?NotifyActor http://wiki.bestpractical.com/?FAQ > > - Ann > > I wrote: > > >>Hello, >> >>I imagine this has been answered before, but as the archives are offline >>please forgive me for asking it again. >> >>I have just started playing around with making a Scrip to send a template. >>With the Scrip 'On Comment, Autoreply To Requestors with Template welcome', >>I, the requestor, receive the expected email. If I change the Script to >>'On Comment, Notify Requestors with Template welcome', the mail is not >>received. >> >>Reading Appendix 3 in the draft (April 13, 2003) documentation I see that >>notify requestors ought to email the ticket's requestor. >> >>Am I doing something wrong, or is this a bug? A configuration issue? >>The template is obviously not the problem, since it can be sent. >> >>The relevant log entries are (removed some identifying information): >> >> #1317/10186 - Scrip 17 on comment, welcome requestors (/opt/rtdev-3.0.9/lib/RT/Action/SendEmail.pm:92) >> No recipients found. Not sending. (/opt/rtdev-3.0.9/lib/RT/Action/SendEmail.pm:257) >> >>However, this doesn't make much sense to me, as I assume the recipients >>for 'notify requestors' are the same as the recipients for 'autoreply >>to requestors'. >> >>Any help would be appreciated. >> >>Thanks, >>A > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From ann at drop.2organize.com Tue Jun 8 06:45:49 2004 From: ann at drop.2organize.com (ann at drop.2organize.com) Date: Tue, 8 Jun 2004 12:45:49 +0200 (CEST) Subject: [rt-users] Question/Problem with Scrips/Templates In-Reply-To: <40C59761.9000905@acronis.ru> References: <40C59761.9000905@acronis.ru> Message-ID: Ruslan wrote: > May be you don't know about http://wiki.bestpractical.com . > > This topic covered on: > http://wiki.bestpractical.com/?NotifyActor > http://wiki.bestpractical.com/?FAQ I did check the Wiki, but, alas, I only checked the main page, where I found "NoRecipFound - No recipients found. Not sending" which described a different problem. I don't see this question in the FAQ, and the other question doesn't yet exist. Was the suggestion that I should add this to the wiki instead of mailing the list? - Ann From rmortimer at bluechiptechnology.co.uk Tue Jun 8 07:44:51 2004 From: rmortimer at bluechiptechnology.co.uk (Robert Mortimer) Date: Tue, 8 Jun 2004 12:44:51 +0100 Subject: [rt-users] "self service" mode Message-ID: <001501c44d4e$02273bd0$7600000a@robert> I want to set up Request tracker to function in "self service" mode. I have RT set up to allow tickets to be created from incoming emails Each ticket from a new email address sets up a new unprivileged account My question is how do these new unprivileged accounts log-on to manage/view ticket progress. I also want to publish the knowledge base to unprivileged users. R Mortimer IT Engineer Blue Chip Technology Limited Tel: +44 (0)1829 772000 From cubic at acronis.ru Tue Jun 8 08:17:51 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Tue, 08 Jun 2004 16:17:51 +0400 Subject: [rt-users] Question/Problem with Scrips/Templates In-Reply-To: References: <40C59761.9000905@acronis.ru> Message-ID: <40C5AE6F.80601@acronis.ru> ann at drop.2organize.com wrote: > Ruslan wrote: > > >>May be you don't know about http://wiki.bestpractical.com . >> >>This topic covered on: >>http://wiki.bestpractical.com/?NotifyActor >>http://wiki.bestpractical.com/?FAQ > > > I did check the Wiki, but, alas, I only checked the main page, where I > found "NoRecipFound - No recipients found. Not sending" which described > a different problem. It's almost same problem as your. > > I don't see this question in the FAQ, and the other question doesn't yet > exist. Was the suggestion that I should add this to the wiki instead of > mailing the list? First question in "Mail Gate" section of FAQ. Feel free to change Q/A if you think that it'l help other users. Feel free to editt any wiki page. > > - Ann > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From jesse at bestpractical.com Tue Jun 8 08:18:37 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Tue, 8 Jun 2004 08:18:37 -0400 Subject: [rt-users] Question/Problem with Scrips/Templates In-Reply-To: References: Message-ID: <20040608121837.GQ22597@pallas.eruditorum.org> On Tue, Jun 08, 2004 at 11:30:43AM +0200, ann at drop.2organize.com wrote: > Hello, > > I imagine this has been answered before, but as the archives are offline > please forgive me for asking it again. Hn? The archives are available at http://lists.bestpractical.com. There's also a search tool linked from lists.bestpractical.com. Jesse From ann at drop.2organize.com Tue Jun 8 08:27:07 2004 From: ann at drop.2organize.com (ann at drop.2organize.com) Date: Tue, 8 Jun 2004 14:27:07 +0200 (CEST) Subject: [rt-users] Question/Problem with Scrips/Templates In-Reply-To: <20040608121837.GQ22597@pallas.eruditorum.org> References: <20040608121837.GQ22597@pallas.eruditorum.org> Message-ID: Jesse wrote: > Hn? The archives are available at http://lists.bestpractical.com. > There's also a search tool linked from lists.bestpractical.com. Hi Jesse, http://lists.bestpractical.com/lists/ content: "Achtung! We're in the middle of recovering from emergency maintenance. Unfortunately, you're looking for a file that hasn't been put back in place yet. If you've got questions or concerns, please contact jesse at bestpractical.com." This message has been there for at least a month, because when I saw it for the first time I read the news, and then there was an explanation of a break-in which had only been about two days before. - Ann From michael-list at i4u.com.au Tue Jun 8 08:29:12 2004 From: michael-list at i4u.com.au (michael-list) Date: Tue, 8 Jun 2004 22:29:12 +1000 Subject: [rt-users] RT upgrade info Message-ID: <002201c44d54$37424ca0$0200a8c0@family> Hi all, Upgradeing RT from 1.0.7 to 3.0.10-2 , onto a different box, is it possible to backup the existing data/tickets and deploy them into the new RT3 system? thanks Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: From burba at rfn.ru Tue Jun 8 08:52:05 2004 From: burba at rfn.ru (Alex S. Burba) Date: Tue, 08 Jun 2004 16:52:05 +0400 Subject: [rt-users] Problem with search in not English language Message-ID: <40C5B675.3080506@rfn.ru> Hi. I've got a problem with russian language (or perhaps any language which is not english :) ): If user has in Preference->Language=English the search among the tickets works fine, but when I set Language to Russian or leave it empty I have such troubles: When I try to use seach I get in browser: no connection to syslog available at /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch/Syslog.pm line 77 Trace begun at /usr/local/lib/perl5/site_perl/5.8.2/HTML/Mason/Exceptions.pm line 131 [... next stuff has been skipped ...] In httpd-error.log I see: [Tue Jun 8 12:39:38 2004] [error]: Do not know how to thaw data with code `b' at /usr/local/lib/perl5/site_perl/5.8.2/FreezeThaw.pm line 542 [... next stuff has been skipped ...] In /var/log/messages I see: Jun 8 16:45:04 netflow RT: stream /dev/conslog is not writable at /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch/Syslog.pm line 77 (/usr/local/rt3/lib/RT.pm:248) Jun 8 16:45:04 netflow RT: console is not writable at /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch/Syslog.pm line 77 (/usr/local/rt3/lib/RT.pm:248) What should I do to resolve this strange problem? My system is: FreeBSD-5.2.1 Mysql-4.0.18_1 Perl-5.8.2_5 mod_perl-1.29 apache-1.3.29_6 rt3-3.0.11.rc1 Any help or links will be grealy appreciated. -- Alex Burba, All-Russia state television and broadcasting company, NOC. From jesse at bestpractical.com Tue Jun 8 08:51:56 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Tue, 8 Jun 2004 08:51:56 -0400 Subject: [rt-users] Question/Problem with Scrips/Templates In-Reply-To: References: <20040608121837.GQ22597@pallas.eruditorum.org> Message-ID: <20040608125156.GR22597@pallas.eruditorum.org> On Tue, Jun 08, 2004 at 02:27:07PM +0200, ann at drop.2organize.com wrote: > Jesse wrote: > > > Hn? The archives are available at http://lists.bestpractical.com. > > There's also a search tool linked from lists.bestpractical.com. > > Hi Jesse, > > http://lists.bestpractical.com/lists/ content: Ah. I apologize. As a result of our (forced) transition to a newer version of mailman with a newer, more standard configuration, that URL changed. I hadn't realized that. Sorry. > > This message has been there for at least a month, because when I saw it > for the first time I read the news, and then there was an explanation of > a break-in which had only been about two days before. > > - Ann -- From detertj at msoe.edu Tue Jun 8 10:25:51 2004 From: detertj at msoe.edu (Jonathan C. Detert) Date: Tue, 8 Jun 2004 09:25:51 -0500 Subject: [rt-users] RT upgrade info In-Reply-To: <002201c44d54$37424ca0$0200a8c0@family> References: <002201c44d54$37424ca0$0200a8c0@family> Message-ID: <20040608142551.GA12792@msoe.edu> * michael-list [040608 07:29]: > Hi all, > > Upgradeing RT from 1.0.7 to 3.0.10-2 , onto a different box, is it > possible to backup the existing data/tickets and deploy them into the > new RT3 system? Yes. I made the same migration, but i first upgraded to rt2, and then rt3. The intermediate upgrade to rt2.x seemed to be necessary in order to convert the existing tickets all the way from v1.x to v3.x. Here's roughly how i did it: - install rt2.x cd /usr/local/src/rt-2-0-15/make install - on rt1.x box, run the script 'import-1.0-to-2.0' - dump the rt2.x db using script from rtv3.x : perl rt-2.0-to-dumpfile rt2.db.dumpfile - install rt3.x - on rt3.x box, run 'make initialize-database' - on rt3.x box, run perl dumpfile-to-rt-3.0 rt2.db.dumpfile - on rt3.x box, restart apache -- Happy Landings, Jon Detert IT Systems Administrator, Milwaukee School of Engineering 1025 N. Broadway, Milwaukee, Wisconsin 53202 From sven.sternberger at desy.de Tue Jun 8 11:05:49 2004 From: sven.sternberger at desy.de (Sven Sternberger) Date: Tue, 08 Jun 2004 17:05:49 +0200 Subject: [rt-users] problems to create and modify rtfm articles Message-ID: <40C5D5CD.30004@desy.de> Hi! I test on a debian "testing" system, the rtfm2.0.3 on rt 3.0.10. but i run in several strange problems 1.) Often I try to modify an article I got the following error. Sometimes I can go back (with browser button) and repost it successfull. Undefined subroutine &RT::FM::ArticleCFValueCollection called at /usr/share/perl5/RT/FM/Article_Overlay.pm line 1086. Trace begun at /usr/share/perl5/HTML/Mason/Exceptions.pm line 131 HTML::Mason::Exceptions::rethrow_exception('Undefined subroutine &RT::FM::ArticleCFValueCollection called at /usr/share/perl5/RT/FM/Article_Overlay.pm line 1086.^J') called at /usr/share/perl5/RT/FM/Article_Overlay.pm line 1086 RT::FM::Article::DeleteCustomFieldValue('RT::FM::Article=HASH(0x9668124)', 'Field', 4, 'Content', 'hello^M^Jdu^M^Jda^M^Jwas^M^Jsoll^M^Jdas') called at /usr/share/request-tracker3/html/RTFM/Article/Edit.html line 206 HTML::Mason::Commands::__ANON__('Article-4-CustomField-2-Values', '^M^J^M^J', 'RefersTo-4', '', '4-RefersTo', '', 'Summary', '', 'Article-4-CustomField-3-Values', '', 'Article-4-CustomField-4-Values', 'hello^M^Jdu^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^Jhello^M^Jdugg^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^J', 'Article-4-CustomField-1-Values', 'Linux', 'id', 4, 'Class', 1, 'Name', 'yhhgfhj', 'Article-4-CustomField-2-Values', '^M^J^M^J', 'RefersTo-4', '', '4-RefersTo', '', 'Summary', '', 'Article-4-CustomField-3-Values', '', 'Article-4-CustomField-4-Values', 'hello^M^Jdu^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^Jhello^M^Jdugg^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^J', 'Article-4-CustomField-1-Values', 'Linux', 'id', 4, 'Class', 1, 'Name', 'yhhgfhj') called at /usr/share/perl5/HTML/Mason/Component.pm line 134 HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x968117c)', 'Article-4-CustomField-2-Values', '^M^J^M^J', 'RefersTo-4', '', '4-RefersTo', '', 'Summary', '', 'Article-4-CustomField-3-Values', '', 'Article-4-CustomField-4-Values', 'hello^M^Jdu^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^Jhello^M^Jdugg^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^J', 'Article-4-CustomField-1-Values', 'Linux', 'id', 4, 'Class', 1, 'Name', 'yhhgfhj', 'Article-4-CustomField-2-Values', '^M^J^M^J', 'RefersTo-4', '', '4-RefersTo', '', 'Summary', '', 'Article-4-CustomField-3-Values', '', 'Article-4-CustomField-4-Values', 'hello^M^Jdu^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^Jhello^M^Jdugg^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^J', 'Article-4-CustomField-1-Values', 'Linux', 'id', 4, 'Class', 1, 'Name', 'yhhgfhj') called at /usr/share/perl5/HTML/Mason/Request.pm line 1074 eval {...}('HTML::Mason::Component::FileBased=HASH(0x968117c)', 'Article-4-CustomField-2-Values', '^M^J^M^J', 'RefersTo-4', '', '4-RefersTo', '', 'Summary', '', 'Article-4-CustomField-3-Values', '', 'Article-4-CustomField-4-Values', 'hello^M^Jdu^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^Jhello^M^Jdugg^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^J', 'Article-4-CustomField-1-Values', 'Linux', 'id', 4, 'Class', 1, 'Name', 'yhhgfhj', 'Article-4-CustomField-2-Values', '^M^J^M^J', 'RefersTo-4', '', '4-RefersTo', '', 'Summary', '', 'Article-4-CustomField-3-Values', '', 'Article-4-CustomField-4-Values', 'hello^M^Jdu^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^Jhello^M^Jdugg^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^J', 'Article-4-CustomField-1-Values', 'Linux', 'id', 4, 'Class', 1, 'Name', 'yhhgfhj') called at /usr/share/perl5/HTML/Mason/Request.pm line 1068 HTML::Mason::Request::comp(undef, undef, 'Article-4-CustomField-2-Values', '^M^J^M^J', 'RefersTo-4', '', '4-RefersTo', '', 'Summary', '', 'Article-4-CustomField-3-Values', '', 'Article-4-CustomField-4-Values', 'hello^M^Jdu^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^Jhello^M^Jdugg^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^J', 'Article-4-CustomField-1-Values', 'Linux', 'id', 4, 'Class', 1, 'Name', 'yhhgfhj', 'Article-4-CustomField-2-Values', '^M^J^M^J', 'RefersTo-4', '', '4-RefersTo', '', 'Summary', '', 'Article-4-CustomField-3-Values', '', 'Article-4-CustomField-4-Values', 'hello^M^Jdu^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^Jhello^M^Jdugg^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^J', 'Article-4-CustomField-1-Values', 'Linux', 'id', 4, 'Class', 1, 'Name', 'yhhgfhj') called at /usr/share/perl5/HTML/Mason/Request.pm line 760 HTML::Mason::Request::call_next('HTML::Mason::Request::ApacheHandler=HASH(0x8c58814)', 'Article-4-CustomField-2-Values', '^M^J^M^J', 'RefersTo-4', '', '4-RefersTo', '', 'Summary', '', 'Article-4-CustomField-3-Values', '', 'Article-4-CustomField-4-Values', 'hello^M^Jdu^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^Jhello^M^Jdugg^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^J', 'Article-4-CustomField-1-Values', 'Linux', 'id', 4, 'Class', 1, 'Name', 'yhhgfhj') called at /usr/share/request-tracker3/html/autohandler line 196 HTML::Mason::Commands::__ANON__('Article-4-CustomField-2-Values', '^M^J^M^J', 'RefersTo-4', '', '4-RefersTo', '', 'Summary', '', 'Article-4-CustomField-3-Values', '', 'Article-4-CustomField-4-Values', 'hello^M^Jdu^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^Jhello^M^Jdugg^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^J', 'Article-4-CustomField-1-Values', 'Linux', 'id', 4, 'Class', 1, 'Name', 'yhhgfhj') called at /usr/share/perl5/HTML/Mason/Component.pm line 134 HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x8f1d11c)', 'Article-4-CustomField-2-Values', '^M^J^M^J', 'RefersTo-4', '', '4-RefersTo', '', 'Summary', '', 'Article-4-CustomField-3-Values', '', 'Article-4-CustomField-4-Values', 'hello^M^Jdu^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^Jhello^M^Jdugg^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^J', 'Article-4-CustomField-1-Values', 'Linux', 'id', 4, 'Class', 1, 'Name', 'yhhgfhj') called at /usr/share/perl5/HTML/Mason/Request.pm line 1069 eval {...}('HTML::Mason::Component::FileBased=HASH(0x8f1d11c)', 'Article-4-CustomField-2-Values', '^M^J^M^J', 'RefersTo-4', '', '4-RefersTo', '', 'Summary', '', 'Article-4-CustomField-3-Values', '', 'Article-4-CustomField-4-Values', 'hello^M^Jdu^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^Jhello^M^Jdugg^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^J', 'Article-4-CustomField-1-Values', 'Linux', 'id', 4, 'Class', 1, 'Name', 'yhhgfhj') called at /usr/share/perl5/HTML/Mason/Request.pm line 1068 HTML::Mason::Request::comp(undef, undef, undef, 'Article-4-CustomField-2-Values', '^M^J^M^J', 'RefersTo-4', '', '4-RefersTo', '', 'Summary', '', 'Article-4-CustomField-3-Values', '', 'Article-4-CustomField-4-Values', 'hello^M^Jdu^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^Jhello^M^Jdugg^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^J', 'Article-4-CustomField-1-Values', 'Linux', 'id', 4, 'Class', 1, 'Name', 'yhhgfhj') called at /usr/share/perl5/HTML/Mason/Request.pm line 338 eval {...}(undef, undef, undef, 'Article-4-CustomField-2-Values', '^M^J^M^J', 'RefersTo-4', '', '4-RefersTo', '', 'Summary', '', 'Article-4-CustomField-3-Values', '', 'Article-4-CustomField-4-Values', 'hello^M^Jdu^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^Jhello^M^Jdugg^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^J', 'Article-4-CustomField-1-Values', 'Linux', 'id', 4, 'Class', 1, 'Name', 'yhhgfhj') called at /usr/share/perl5/HTML/Mason/Request.pm line 338 eval {...}(undef, undef, undef, 'Article-4-CustomField-2-Values', '^M^J^M^J', 'RefersTo-4', '', '4-RefersTo', '', 'Summary', '', 'Article-4-CustomField-3-Values', '', 'Article-4-CustomField-4-Values', 'hello^M^Jdu^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^Jhello^M^Jdugg^M^Jda^M^Jwas^M^Jsoll^M^Jdas^M^J', 'Article-4-CustomField-1-Values', 'Linux', 'id', 4, 'Class', 1, 'Name', 'yhhgfhj') called at /usr/share/perl5/HTML/Mason/Request.pm line 297 HTML::Mason::Request::exec('HTML::Mason::Request::ApacheHandler=HASH(0x8c58814)') called at /usr/share/perl5/HTML/Mason/ApacheHandler.pm line 134 eval {...}('HTML::Mason::Request::ApacheHandler=HASH(0x8c58814)') called at /usr/share/perl5/HTML/Mason/ApacheHandler.pm line 134 HTML::Mason::Request::ApacheHandler::exec('HTML::Mason::Request::ApacheHandler=HASH(0x8c58814)') called at /usr/share/perl5/HTML/Mason/ApacheHandler.pm line 793 HTML::Mason::ApacheHandler::handle_request('HTML::Mason::ApacheHandler=HASH(0x8f1f18c)', 'Apache=SCALAR(0x967908c)') called at /usr/share/request-tracker3/libexec/webmux.pl line 139 eval {...}('HTML::Mason::ApacheHandler=HASH(0x8f1f18c)', 'Apache=SCALAR(0x967908c)') called at /usr/share/request-tracker3/libexec/webmux.pl line 139 RT::Mason::handler('Apache=SCALAR(0x967908c)') called at /dev/null line 0 eval {...}('Apache=SCALAR(0x967908c)') called at /dev/null line 0 2.) If I enter a new article, I have to choose a value from single/multiselect box. When I try to set one after I got the error message from rtfm. RTFM says always "name in use" best regards sven From rtuser at slynetworks.com Tue Jun 8 11:20:50 2004 From: rtuser at slynetworks.com (Rtuser) Date: Tue, 08 Jun 2004 10:20:50 -0500 Subject: [rt-users] problem with fetchmail Message-ID: <904356ab2107f34930b24e859d55ab02@slynetworks.com> I can't seem to get fetchmail to work. I've tried to point (pop3,imap) to different servers, exchange and imail with same results. I've created different queues with different addresses and still no dice. Help! Thanks, Oscar. results when running rt-mailgate pop3 mode: fetchmail: starting fetchmail 6.2.5 daemon 1 message for newqueue at mail.mydomain.com (651 octets). reading message newqueue at mail.mydomain.com:1 of 1 (651 octets) fetchmail: MDA r eturned nonzero status 127 not flushed fetchmail: sleeping at Tue Jun 08 10:04:48 2004 ... in imap mode: fetchmail: starting fetchmail 6.2.5 daemon 1 message (1 seen) for newqueue at mail.mydomain.com. skipping message newqueue at mail.mydomain.com:1 not flushed fetchmail: sleeping at Tue Jun 08 10:17:03 2004 From pmcgraw at aamc.org Tue Jun 8 11:48:22 2004 From: pmcgraw at aamc.org (Paula McGraw) Date: Tue, 08 Jun 2004 11:48:22 -0400 Subject: [rt-users] problem with fetchmail Message-ID: Here's how I addressed that error - from an earlier list post - This error - "MDA returned nonzero status 127 not flushed"? Sorry to say that once I got it running I haven't found the time to go back and id what was missing from the RT installer. I see that since I installed, a new packaged release was posted. Not sure if latest includes what may have been an outdated or missing cygwin dll. My steps for fixing - downloaded cygwin (www.cygwin.com) and selected a minimal install. Then ran RT install. Copied \program files\ourinternet\common\fetchmail\rt-mailgate.conf.in to rt-mailgate.conf Edited to rt-mailgate.conf file to reflect my settings Save changes Selected rt-mailgate.conf file properties - security - advanced - owner - select logged in user not domain admin Clicked on rt-mailgate shortcut to start retrieving mail >>> Rtuser 6/8/2004 11:20:50 AM >>> I can't seem to get fetchmail to work. I've tried to point (pop3,imap) to different servers, exchange and imail with same results. I've created different queues with different addresses and still no dice. Help! Thanks, Oscar. results when running rt-mailgate pop3 mode: fetchmail: starting fetchmail 6.2.5 daemon 1 message for newqueue at mail.mydomain.com (651 octets). reading message newqueue at mail.mydomain.com:1 of 1 (651 octets) fetchmail: MDA r eturned nonzero status 127 not flushed fetchmail: sleeping at Tue Jun 08 10:04:48 2004 ... in imap mode: fetchmail: starting fetchmail 6.2.5 daemon 1 message (1 seen) for newqueue at mail.mydomain.com. skipping message newqueue at mail.mydomain.com:1 not flushed fetchmail: sleeping at Tue Jun 08 10:17:03 2004 _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. From jsmith at PRESIDIO.com Tue Jun 8 12:30:58 2004 From: jsmith at PRESIDIO.com (James Smith) Date: Tue, 8 Jun 2004 12:30:58 -0400 Subject: [rt-users] README file missing [was: 3.0.10 - email setup for queues.] Message-ID: The file is just plain missing here. Can amyone forward it to me? I do recall during the install when the process forked off the notepad program that the file was not found, and it asked me if I wanted to create one. I declined. FWIW, when I tried the 3.0.8 install (previous attempt), the file was there. Thanks! James H. Smith II NNCSE NNCDS Senior Systems Engineer First Call Response Center Team Lead The Presidio Corporation -----Original Message----- From: Rtuser [mailto:rtuser at slynetworks.com] Sent: Sunday, June 06, 2004 11:03 AM To: Autrijus Tang Cc: rt-users at lists.bestpractical.com Subject: Re: [rt-users] 3.0.10 - email setup for queues. To my surprise, this readme file is empty! (C:\Program Files\OurInternet\Request Tracker\README.txt) Could someone fwd me this file? I'd appreciate it. As far as fetchmail, I'll have to create a new mailbox for each queue? So a new line for every queue in rt-mailgate.conf? Thanks, RT user > On Sun, Jun 06, 2004 at 12:23:30AM -0500, Rtuser wrote: > > I just installed 3.0.10 on a Windows 2003 server without any issues. I can > > log in and navigate the site so I know the web portion works. My question > > is, how do I get email going with RT? Do I have to create an MX record to > > point to my RT server? and will RT know to pick up incoming email? or do I > > have to create a POP account on my mail server and have RT check the mailbox? > > The latter. Please read this: > C:\Program Files\OurInternet\Request Tracker\README.txt > > as well as this: > C:\Program Files\OurInternet\Common\fetchmail\README.txt > > An integrated "POP3 settings" tool in the Admin page is planned, but > is currently low on priority, again due to lack of customer interest. > > Thanks, > /Autrijus/ > _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. From nate at natetech.com Tue Jun 8 12:39:12 2004 From: nate at natetech.com (Nate Duehr) Date: Tue, 08 Jun 2004 10:39:12 -0600 Subject: [rt-users] Are debian testing packages ok? In-Reply-To: <40C49B74.8010700@tiscali.com> References: <40C49B74.8010700@tiscali.com> Message-ID: <40C5EBB0.6020101@natetech.com> Marco Marongiu wrote: > Hello list > > In the latest days I believe I saw some rumours about rt3 packages for > debian testing were broken. So, for the moment, I pinned those > packages on my RT-server and they are not being upgraded any more for > the moment. Just rumors, I'd say. Working fine here. Nate From mseguin at med-eng.com Tue Jun 8 13:15:24 2004 From: mseguin at med-eng.com (=?iso-8859-1?B?TWFyayBT6Wd1aW4=?=) Date: Tue, 8 Jun 2004 13:15:24 -0400 Subject: [rt-users] Email address length Message-ID: <20040608171524.CF2E68B746@mail3.medeng.ca> Hi all I'm having problems with my users email addresses. When I specify an address smaller than 7 characters I get the error Email Address: Illegal value for Email Address Is there a configuration that I could change the length of an address Thanks Mark S?guin From jsmith at PRESIDIO.com Tue Jun 8 15:09:50 2004 From: jsmith at PRESIDIO.com (James Smith) Date: Tue, 8 Jun 2004 15:09:50 -0400 Subject: [rt-users] problem with fetchmail Message-ID: I'm fighting the same battle... I've done what Paula suggested, and I still get the same error in the end. I've checked the fetchmail man page, and none of the errors given are listed, so I have no idea what is causing the error. Bummer that... Is there anything magical about this version of fetchmail given in the install, and does the placement of it and it's dll's in the windows filesystem matter? I'm thinking of replacing the entire fetchmail part given in the install package with the one that comes direct from Cygwin and seeing what happens with that... James H. Smith II NNCSE NNCDS Senior Systems Engineer First Call Response Center Team Lead The Presidio Corporation -----Original Message----- From: Rtuser [mailto:rtuser at slynetworks.com] Sent: Tuesday, June 08, 2004 11:21 AM To: rt-users at lists.bestpractical.com Subject: [rt-users] problem with fetchmail I can't seem to get fetchmail to work. I've tried to point (pop3,imap) to different servers, exchange and imail with same results. I've created different queues with different addresses and still no dice. Help! Thanks, Oscar. results when running rt-mailgate pop3 mode: fetchmail: starting fetchmail 6.2.5 daemon 1 message for newqueue at mail.mydomain.com (651 octets). reading message newqueue at mail.mydomain.com:1 of 1 (651 octets) fetchmail: MDA r eturned nonzero status 127 not flushed fetchmail: sleeping at Tue Jun 08 10:04:48 2004 ... in imap mode: fetchmail: starting fetchmail 6.2.5 daemon 1 message (1 seen) for newqueue at mail.mydomain.com. skipping message newqueue at mail.mydomain.com:1 not flushed fetchmail: sleeping at Tue Jun 08 10:17:03 2004 _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. From jwhittington at excelorant.com Tue Jun 8 15:38:28 2004 From: jwhittington at excelorant.com (James) Date: Tue, 08 Jun 2004 15:38:28 -0400 Subject: [rt-users] Using RTCrontool, script on howto send open ticket reminders to ticket owners? Message-ID: <1086723507.1729.1.camel@localhost.localdomain> I'm trying to use rt-crontool to send reminder notices on open issues to admins. I see on the wiki they have an example for Escalating a ticket. Does anyone have an example of using it to email someone ? I tried the line below but I guess I don't know to feed it an arguement because it says it can't call method "Parse" in SendEmail.pm . ./rt-crontool --search RT::Search::ActiveTicketsInQueue --search-arg EDS --action RT::Action::SendEmail --action-arg jwhittington at tmfloyd.com --verbose If someone has a good method of doing this it should really go on the wiki since its a good feature to have. Thanks. -- _______________________________________________ James Whittington jwhittington at tmfloyd.com _______________________________________________ From rtuser at slynetworks.com Tue Jun 8 15:43:20 2004 From: rtuser at slynetworks.com (Rtuser) Date: Tue, 08 Jun 2004 14:43:20 -0500 Subject: [rt-users] problem with fetchmail Message-ID: <840b485696adbbf1cec757bcc0e0bd01@slynetworks.com> Thanks for the pointer Paula. Seems like that version of cygwin did the trick. It did require additional steps. This is what I had to do to get fetchmail to work: Note: If you're having the same problem (fetchmail: MDA returned nonzero status 127) and don't want to re-install. You may want to install CygWin and jump to steps 6 and 7. 1.Uninstalled RT and all Common apps. 2.Installed CygWin to c:\cygwin\ 3.Re-installed version 3.0.10 with defaults. 4.Logged in, changed SMTPFrom and queue address. 5.Gave 'Everyone' create ticket rights (Global) 6.Renamed c:\program files\ourinternet\common\fetchmail\bin\cygwin1.dll TO cygwin1.old 7.Copied C:\cygwin\bin\cygwin1.dll (version: 1005.10.0.0 size: 1,153,417 bytes) TO c:\program files\ourinternet\common\fetchmail\ 8.Copied c:\program files\ourinternet\common\fetchmail\rt-mailgate.conf.in to rt-mailgate.conf 9.Made necessary changes to rt-mailgate.conf 10.Changed ownership of to local administrator (logged in user) 11.Restarted Request Tracker service 12.Ran the RT-Mailgate shortcut in c:\program files\ourinternet\common\fetchmail\ 13.Sent a test email to the general queue....and it started working. The next lines were... fetchmail: starting fetchmail 6.2.5 daemon 1 message for q_general at mail.mydomain.com (661 octets). reading message q_general at mail.mydomain.com:1 of 1 (661 octets) flushed fetchmail: sleeping at Tue Jun 08 14:28:10 2004 Hope this helps other users out there fighting the same battle. Thanks, Oscar. From Kent.Holloway at onvoy.com Tue Jun 8 16:50:58 2004 From: Kent.Holloway at onvoy.com (Kent Holloway) Date: Tue, 8 Jun 2004 15:50:58 -0500 Subject: [rt-users] Error during ShowMessageHeaders can't use global @_ Message-ID: <586ED719740E6447A10DE62BA05D737409F69E@mail01.lan.onvoy.com> I keep getting this error semi randomly from my RT 3.0.10 setup while trying to view the history for a ticket. This happens on multiple tickets new or old and occurs at random intervals. This is a new install on a test system, data was migrated from rt1 -> rt2 -> rt3 without any problems. 17,000 tickets in system currently. After the error occurs I can display the ticket again and it will usually display correctly after that. Systems is under almost no use. I am the only person testing with it at this point. No other applications are on this server, just RT. Solaris 9 (w/latest patch set) on V100 hardware 512MB Ram Perl 5.8.3 Rt 3.0.10 Mysql 4.0.20 Apache 1.3.31 w/Mod_ssl 2.8.17 and Openssl 0.9.7b MM 1.3.0 FastCGI 2.4.2 Any suggestions would be welcomed. Error messages listed below. Thanks. System error error: Error during compilation of /usr/local/rt3/share/html/Ticket/Elements/ShowMessageHeaders: Can't use global @_ in "my" at /usr/local/rt3/var/mason_data/obj/standard/Ticket/Elements/ShowMessageHe aders line 10, near "if @_ " context: ... 6: %# 7: %# This work is made available to you under the terms of Version 2 of 8: %# the GNU General Public License. A copy of that license should have 9: %# been provided with this software, but in any event can be snarfed 10: %# from www.gnu.org. 11: %# 12: %# This work is distributed in the hope that it will be useful, but 13: %# WITHOUT ANY WARRANTY; without even the implied warranty of 14: %# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ... code stack: /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm:317 /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm:892 /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm:996 /usr/local/rt3/share/html/Ticket/Elements/ShowTransaction:85 /usr/local/rt3/share/html/Ticket/Elements/ShowHistory:84 /usr/local/rt3/share/html/Ticket/Display.html:37 /usr/local/rt3/share/html/autohandler:196 raw error Error during compilation of /usr/local/rt3/share/html/Ticket/Elements/ShowMessageHeaders: Can't use global @_ in "my" at /usr/local/rt3/var/mason_data/obj/standard/Ticket/Elements/ShowMessageHe aders line 10, near "if @_ " Trace begun at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm line 580 HTML::Mason::Interp::_compilation_error('HTML::Mason::Interp=HASH(0x102c 920)', '/usr/local/rt3/share/html/Ticket/Elements/ShowMessageHeaders', 'Error during compilation of :^JCan\'t use global @_ in "my" at /usr/local/rt3/var/mason_data/obj/standard/Ticket/Elements/ShowMessageHe aders line 10, near "if @_ "^J^J^JStack:^J [/usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm:311]^J [/usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm:892]^J [/usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm:996]^J [/usr/local/rt3/share/html/Ticket/Elements/ShowTransaction:85]^J [/usr/local/rt3/share/html/Ticket/Elements/ShowHistory:84]^J [/usr/local/rt3/share/html/Ticket/Display.html:37]^J [/usr/local/rt3/share/html/autohandler:196]^J') called at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm line 317 HTML::Mason::Interp::load('HTML::Mason::Interp=HASH(0x102c920)', '/Ticket/Elements/ShowMessageHeaders') called at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm line 892 HTML::Mason::Request::fetch_comp('HTML::Mason::Request::CGI=HASH(0x11ad7 48)', 'ShowMessageHeaders') called at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm line 996 HTML::Mason::Request::comp('HTML::Mason::Request::CGI=HASH(0x11ad748)', 'ShowMessageHeaders', 'Headers', '', 'Transaction', 'RT::Transaction=HASH(0x14020e4)') called at /usr/local/rt3/share/html/Ticket/Elements/ShowTransaction line 85 HTML::Mason::Commands::__ANON__('Attachments', 'RT::Attachments=HASH(0x1369440)', 'Ticket', 'RT::Ticket=HASH(0x135e564)', 'AttachmentContent', 'RT::Attachments=HASH(0x1377e5c)', 'ShowHeaders', undef, 'Collapsed', undef, 'AttachPath', '/Ticket/Attachment', 'UpdatePath', '/Ticket/Update.html', 'Ticket', 'RT::Ticket=HASH(0x135e564)', 'Transaction', 'RT::Transaction=HASH(0x14020e4)', 'ShowHeaders', undef, 'Collapsed', undef, 'RowNum', 1, 'ShowTitleBarCommands', 1, 'Attachments', 'ARRAY(0x13fd118)', 'AttachmentContent', 'HASH(0x140a3dc)') called at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Component.pm line 134 HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x14 35db0)', 'Attachments', 'RT::Attachments=HASH(0x1369440)', 'Ticket', 'RT::Ticket=HASH(0x135e564)', 'AttachmentContent', 'RT::Attachments=HASH(0x1377e5c)', 'ShowHeaders', undef, 'Collapsed', undef, 'AttachPath', '/Ticket/Attachment', 'UpdatePath', '/Ticket/Update.html', 'Ticket', 'RT::Ticket=HASH(0x135e564)', 'Transaction', 'RT::Transaction=HASH(0x14020e4)', 'ShowHeaders', undef, 'Collapsed', undef, 'RowNum', 1, 'ShowTitleBarCommands', 1, 'Attachments', 'ARRAY(0x13fd118)', 'AttachmentContent', 'HASH(0x140a3dc)') called at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm line 1074 eval {...} at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm line 1068 HTML::Mason::Request::comp(undef, undef, 'Attachments', 'RT::Attachments=HASH(0x1369440)', 'Ticket', 'RT::Ticket=HASH(0x135e564)', 'AttachmentContent', 'RT::Attachments=HASH(0x1377e5c)', 'ShowHeaders', undef, 'Collapsed', undef, 'AttachPath', '/Ticket/Attachment', 'UpdatePath', '/Ticket/Update.html', 'Ticket', 'RT::Ticket=HASH(0x135e564)', 'Transaction', 'RT::Transaction=HASH(0x14020e4)', 'ShowHeaders', undef, 'Collapsed', undef, 'RowNum', 1, 'ShowTitleBarCommands', 1, 'Attachments', 'ARRAY(0x13fd118)', 'AttachmentContent', 'HASH(0x140a3dc)') called at /usr/local/rt3/share/html/Ticket/Elements/ShowHistory line 84 HTML::Mason::Commands::__ANON__('Ticket', 'RT::Ticket=HASH(0x135e564)', 'Collapsed', undef, 'ShowHeaders', undef, 'Attachments', 'RT::Attachments=HASH(0x1369440)', 'AttachmentContent', 'RT::Attachments=HASH(0x1377e5c)') called at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Component.pm line 134 HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x13 fd2e0)', 'Ticket', 'RT::Ticket=HASH(0x135e564)', 'Collapsed', undef, 'ShowHeaders', undef, 'Attachments', 'RT::Attachments=HASH(0x1369440)', 'AttachmentContent', 'RT::Attachments=HASH(0x1377e5c)') called at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm line 1074 eval {...} at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm line 1068 HTML::Mason::Request::comp(undef, undef, 'Ticket', 'RT::Ticket=HASH(0x135e564)', 'Collapsed', undef, 'ShowHeaders', undef, 'Attachments', 'RT::Attachments=HASH(0x1369440)', 'AttachmentContent', 'RT::Attachments=HASH(0x1377e5c)') called at /usr/local/rt3/share/html/Ticket/Display.html line 37 HTML::Mason::Commands::__ANON__('id', 109841, 'id', 109841) called at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Component.pm line 134 HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x13 67314)', 'id', 109841, 'id', 109841) called at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm line 1074 eval {...} at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm line 1068 HTML::Mason::Request::comp(undef, undef, 'id', 109841, 'id', 109841) called at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm line 760 HTML::Mason::Request::call_next('HTML::Mason::Request::CGI=HASH(0x11ad74 8)', 'id', 109841) called at /usr/local/rt3/share/html/autohandler line 196 HTML::Mason::Commands::__ANON__('id', 109841) called at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Component.pm line 134 HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x11 a4870)', 'id', 109841) called at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm line 1072 eval {...} at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm line 1068 HTML::Mason::Request::comp(undef, undef, undef, 'id', 109841) called at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm line 338 eval {...} at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm line 338 eval {...} at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm line 297 HTML::Mason::Request::exec('HTML::Mason::Request::CGI=HASH(0x11ad748)') called at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/CGIHandler.pm line 197 eval {...} at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/CGIHandler.pm line 197 HTML::Mason::Request::CGI::exec('HTML::Mason::Request::CGI=HASH(0x11ad74 8)') called at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm line 207 HTML::Mason::Interp::exec(undef, undef, 'id', 109841) called at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/CGIHandler.pm line 127 eval {...} at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/CGIHandler.pm line 127 HTML::Mason::CGIHandler::_handler('HTML::Mason::CGIHandler=HASH(0x881b38 )', 'HASH(0x11beb78)') called at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/CGIHandler.pm line 76 HTML::Mason::CGIHandler::handle_cgi_object('HTML::Mason::CGIHandler=HASH (0x881b38)', 'CGI::Fast=HASH(0x11b1704)') called at /dev/fd/3 line 54 eval {...} at /dev/fd/3 line 54 -- "Want to be truly exceptional? Be a touch insane... You need a little bit of insanity to do great things." -Henry Rollins ---------------------------------------- Kent Holloway - Systems Engineer - Onvoy ---------------------------------------- From jsmith at PRESIDIO.com Tue Jun 8 17:09:30 2004 From: jsmith at PRESIDIO.com (James Smith) Date: Tue, 8 Jun 2004 17:09:30 -0400 Subject: [rt-users] problem with fetchmail Message-ID: Here is what happens *here*... With Cygwin installed (for just me *or* for all users, fetchmail installed as part of cygwin or not), I get a "Lock creation failed". If I move the Cygwin directory to another name (like c:\cygwin-tmp), I get the "... not flushed" error. But! If I open up the Cygwin command box, it works. I'm wondering if I need to go home, get back into bed, and get out on the *other* side... James H. Smith II NNCSE NNCDS Senior Systems Engineer First Call Response Center Team Lead The Presidio Corporation -----Original Message----- From: Rtuser [mailto:rtuser at slynetworks.com] Sent: Tuesday, June 08, 2004 3:43 PM To: Paula McGraw Cc: rt-users at lists.bestpractical.com Subject: Re: [rt-users] problem with fetchmail Thanks for the pointer Paula. Seems like that version of cygwin did the trick. It did require additional steps. This is what I had to do to get fetchmail to work: Note: If you're having the same problem (fetchmail: MDA returned nonzero status 127) and don't want to re-install. You may want to install CygWin and jump to steps 6 and 7. 1.Uninstalled RT and all Common apps. 2.Installed CygWin to c:\cygwin\ 3.Re-installed version 3.0.10 with defaults. 4.Logged in, changed SMTPFrom and queue address. 5.Gave 'Everyone' create ticket rights (Global) 6.Renamed c:\program files\ourinternet\common\fetchmail\bin\cygwin1.dll TO cygwin1.old 7.Copied C:\cygwin\bin\cygwin1.dll (version: 1005.10.0.0 size: 1,153,417 bytes) TO c:\program files\ourinternet\common\fetchmail\ 8.Copied c:\program files\ourinternet\common\fetchmail\rt-mailgate.conf.in to rt-mailgate.conf 9.Made necessary changes to rt-mailgate.conf 10.Changed ownership of to local administrator (logged in user) 11.Restarted Request Tracker service 12.Ran the RT-Mailgate shortcut in c:\program files\ourinternet\common\fetchmail\ 13.Sent a test email to the general queue....and it started working. The next lines were... fetchmail: starting fetchmail 6.2.5 daemon 1 message for q_general at mail.mydomain.com (661 octets). reading message q_general at mail.mydomain.com:1 of 1 (661 octets) flushed fetchmail: sleeping at Tue Jun 08 14:28:10 2004 Hope this helps other users out there fighting the same battle. Thanks, Oscar. _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. From dsmith at sirocco.com.au Tue Jun 8 18:00:21 2004 From: dsmith at sirocco.com.au (Danny Smith) Date: Wed, 9 Jun 2004 08:00:21 +1000 Subject: [rt-users] problem with fetchmail In-Reply-To: Message-ID: <001d01c44da4$03619a80$3402a8c0@sirocco.com.au> Hi James, I might be able to help with the 'Lock creation failed' - with Cygwin installed I ran into the same issue. It's probably trying to create the lock file in the current user's home directory (their cygwin home directory). For instance on my test install with everything running as Administrator, it's trying to create c:\cygwin\home\Administrator\.fetchmail.pid, and that directory doesn't exist by default. It started working for me after I created the directory and sorted the permissions. Cheers, Danny Smith > -----Original Message----- > From: James Smith [mailto:jsmith at PRESIDIO.com] > Sent: Wednesday, 9 June 2004 7:10 AM > To: Rtuser; Paula McGraw > Cc: rt-users at lists.bestpractical.com > Subject: RE: [rt-users] problem with fetchmail > > > Here is what happens *here*... > > With Cygwin installed (for just me *or* for all users, > fetchmail installed as part of cygwin or not), I get a "Lock > creation failed". If I move the Cygwin directory to another > name (like c:\cygwin-tmp), I get the "... not flushed" error. > > But! If I open up the Cygwin command box, it works. > > I'm wondering if I need to go home, get back into bed, and > get out on the *other* side... > > James H. Smith II NNCSE NNCDS > Senior Systems Engineer > First Call Response Center Team Lead > The Presidio Corporation > > > -----Original Message----- > From: Rtuser [mailto:rtuser at slynetworks.com] > Sent: Tuesday, June 08, 2004 3:43 PM > To: Paula McGraw > Cc: rt-users at lists.bestpractical.com > Subject: Re: [rt-users] problem with fetchmail > > > Thanks for the pointer Paula. Seems like that version of > cygwin did the trick. It did require additional steps. > > This is what I had to do to get fetchmail to work: > > Note: If you're having the same problem (fetchmail: MDA > returned nonzero status 127) and don't want to re-install. > You may want to install CygWin and jump to steps 6 and 7. > > 1.Uninstalled RT and all Common apps. > 2.Installed CygWin to c:\cygwin\ > 3.Re-installed version 3.0.10 with defaults. > 4.Logged in, changed SMTPFrom and queue address. > 5.Gave 'Everyone' create ticket rights (Global) > 6.Renamed c:\program > files\ourinternet\common\fetchmail\bin\cygwin1.dll TO > cygwin1.old 7.Copied C:\cygwin\bin\cygwin1.dll (version: > 1005.10.0.0 size: 1,153,417 bytes) TO c:\program > files\ourinternet\common\fetchmail\ > 8.Copied c:\program > files\ourinternet\common\fetchmail\rt-mailgate.conf.in to > rt-mailgate.conf 9.Made necessary changes to rt-mailgate.conf > 10.Changed ownership of to local administrator (logged in > user) 11.Restarted Request Tracker service 12.Ran the > RT-Mailgate shortcut in c:\program files\ourinternet\common\fetchmail\ > 13.Sent a test email to the general queue....and it started working. > The next lines were... > fetchmail: starting fetchmail 6.2.5 daemon > 1 message for q_general at mail.mydomain.com (661 octets). > reading message q_general at mail.mydomain.com:1 of 1 (661 > octets) flushed > fetchmail: sleeping at Tue Jun 08 14:28:10 2004 > > Hope this helps other users out there fighting the same battle. > > Thanks, > > Oscar. > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC > and Frankfurt this spring and summer. > http://bestpractical.com/services/training.htm> l > > Sign up > early, as class space is limited. > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC > and Frankfurt this spring and summer. > http://bestpractical.com/services/training.htm> l > > Sign up > early, as class space is limited. > From kbailey at freewayprojects.com Tue Jun 8 18:17:56 2004 From: kbailey at freewayprojects.com (Kevin Bailey) Date: Tue, 08 Jun 2004 23:17:56 +0100 Subject: [rt-users] newbie needs a quick hand Message-ID: <1086733076.31695.6491.camel@skoltwo> hi guys, i have set up request-tracker1 on a debian box and its seems to be working fine via the web interface and i have set up some users. i have set up a queue (say queue1) and what i'd like to do is allow clients to send emails to queue1 at freewayprojects.com and this should create a ticket in the queue. is this where rt: |"/path/to/lrt/bin/rt-mailgate general correspond" in the docs comes in? would i set up queue1 at freewayprojects.com: |"/usr/bin/rt-mailgate queue1 correspond" in the mail aliases file? thanks for any help, kev bailey From burba at rfn.ru Tue Jun 8 18:28:25 2004 From: burba at rfn.ru (Alex S. Burba) Date: Wed, 09 Jun 2004 02:28:25 +0400 Subject: [rt-users] Problem with search in not English language References: <40C5B675.3080506@rfn.ru> Message-ID: <40C63D89.2030601@rfn.ru> Alex S. Burba wrote: It seems that on perl-5.6.1 such problem doesn't exists. And mainly problem is caused by FreezeThaw module (" Do not know how to thaw data with code `b' "). Can someone tell me about same problems? Or everybody has got _fine_ multilanguage support with perl-5.8.x ? -- Bye. Alex S. Burba > I've got a problem with russian language (or perhaps any language which > is not english :) ): > > If user has in Preference->Language=English the search among the tickets > works fine, but when I set Language to Russian or leave it empty I have > such troubles: > > When I try to use seach I get in browser: > no connection to syslog available at > /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch/Syslog.pm line 77 > > Trace begun at > /usr/local/lib/perl5/site_perl/5.8.2/HTML/Mason/Exceptions.pm line 131 > [... next stuff has been skipped ...] > > In httpd-error.log I see: > [Tue Jun 8 12:39:38 2004] [error]: Do not know how to thaw data with > code `b' at /usr/local/lib/perl5/site_perl/5.8.2/FreezeThaw.pm line 542 > [... next stuff has been skipped ...] > > In /var/log/messages I see: > Jun 8 16:45:04 netflow RT: stream /dev/conslog is not writable at > /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch/Syslog.pm line 77 > (/usr/local/rt3/lib/RT.pm:248) > Jun 8 16:45:04 netflow RT: console is not writable at > /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch/Syslog.pm line 77 > (/usr/local/rt3/lib/RT.pm:248) > > What should I do to resolve this strange problem? > > My system is: > FreeBSD-5.2.1 > Mysql-4.0.18_1 > Perl-5.8.2_5 > mod_perl-1.29 > apache-1.3.29_6 > rt3-3.0.11.rc1 > > Any help or links will be grealy appreciated. From Peter_Losher at isc.org Tue Jun 8 21:41:27 2004 From: Peter_Losher at isc.org (Peter Losher) Date: Tue, 8 Jun 2004 18:41:27 -0700 Subject: [rt-users] Looking for more documentation on RT3's mailgate... In-Reply-To: <20040604001555.GJ22597@pallas.eruditorum.org> References: <200406031639.51346.Peter_Losher@isc.org> <200406031656.05284.Peter_Losher@isc.org> <20040604001555.GJ22597@pallas.eruditorum.org> Message-ID: <200406081841.28363.Peter_Losher@isc.org> On Thursday 03 June 2004 05:15 pm, Jesse Vincent wrote: > Really, you should be configuring Apache to not require authentication > for /NoAuth/ and /REST/1.0/NoAuth And if I need to restrict it further, I can always restrict it to the hostname of the server and/or localhost. Thanks to all who responded - Peter -- Peter_Losher at isc.org | ISC | OpenPGP 0xE8048D08 | "The bits must flow" -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: signature URL: From darren.kelly at digicom.net.au Wed Jun 9 01:40:12 2004 From: darren.kelly at digicom.net.au (Darren Kelly) Date: Wed, 9 Jun 2004 15:10:12 +0930 Subject: [rt-users] Ticket Extraction not working in RTFM Message-ID: <057401c44de4$3c3bc9d0$0a00a8c0@grenache> Hi Guys, Just wondering whether there has been any resolution to the thread entitled 'Ticket Extraction not working in RTFM'. (I've seen two separate posts on this subject) I appear to have hit the same issue where RTFM is not picking up the transaction content even though you assign custom fields to transactions on the ExtractFromTicket.html page. It seems adding the text manually on Edit.html works fine. I'm using RT-3.0.10 and RTFM-2.0.3 and have also tried with RTFM-2.0.4pre1 with same result. Thanks for your assistance. Regards Darren Kelly -- This e-mail is certified virus free. Scanned with virus definition file 4364 issued Jun 02 2004. From jure.simsic at mobitel.si Wed Jun 9 05:36:09 2004 From: jure.simsic at mobitel.si (Jure Simsic) Date: Wed, 09 Jun 2004 11:36:09 +0200 Subject: [rt-users] Group.Name NULL (~performace) Message-ID: <40C6DA09.1050809@mobitel.si> Hi, I'm trying to drill to the bottom of why my RT performance is really sluggish and it burns out nearly all of my CPU (on a 4 CPU solaris box!!!!). As i was looking around through the mysql tables i found out i have a bunch of groups with NULL name or just empty string. The situation is like this: mysql> select count(id) from Groups where Name like '%'; +-----------+ | count(id) | +-----------+ | 188 | +-----------+ 1 row in set (0.03 sec) Of these, 7 are empty strings: mysql> select count(id) from Groups where Name=''; +-----------+ | count(id) | +-----------+ | 7 | +-----------+ 1 row in set (0.02 sec) and 157 are a "User nnn" type: mysql> select count(id) from Groups where Name like 'User %'; +-----------+ | count(id) | +-----------+ | 157 | +-----------+ 1 row in set (0.03 sec) And the NULLs are 3639-188=3451!!! mysql> select count(id) from Groups; +-----------+ | count(id) | +-----------+ | 3936 | +-----------+ 1 row in set (0.02 sec) Shit. Is this normal?? I have a feeling my DB is all messed up. The page loads take a long time and the main reason that I've stumbled on this Groups thing is that i have a test user and i couldn't deassign him from one group - it would timeout and the CPU just went ^^^..So I had to delete him from group membership by hand.. Are there any DB sanity tools/checks one could try or just some schema to recreate the db anew and in sane state? I'm running rt 3.0.11 on solaris8 and mysql 4.0.18, apache 1.3.29, modperl 1.29 but also tried apache2 (2.0.49) with fastcgi (2.4.0) but was constantly getting errors and stack dumps, so I switched back yesterday.. Any suggestions? Anything is appreciated ;-) Thanx Jure From lists at flothow.de Wed Jun 9 05:45:12 2004 From: lists at flothow.de (Sebastian Flothow) Date: Wed, 9 Jun 2004 11:45:12 +0200 Subject: [rt-users] Escalating ticket by customer In-Reply-To: <40C39FA5.4000005@rfn.ru> References: <40C39FA5.4000005@rfn.ru> Message-ID: Am 7. Jun 2004 um 00:50 Uhr schrieb Alex S. Burba: > A simple customer sends the request, support/NOC creates a ticket and > openes it, and so that customer gets a message saying "Your problem > has got ticket number XXX ...". Ok, for some time the customer is > satisfied. > A few hours have passed - no furhter messages have followed. The > customer is worried that there is no new information (progress) about > his trouble, he understands that sending another request with the same > problem is a bad idea, so he needs some kind of way to escalate his > own ticket to attract more attention to it of the support/NOC > personal. I'm not convinced this is a good idea - every customer will consider his own tickets the most important ones, so you'll end up with all (or most) tickets escalated to highest priority, and your situation isn't better than before (except for being annoyed by the escalations, maybe). I'd rather clue customers in that there is a finite number of humans dealing with the tickets, so things may take a while occasionally. (This seems obvious, but some people tend to mistake ticketing systems for automagic problem solving machines.) Also, escalating a ticket will satisfy the customers only for a short time, as they get just another automatic response. What they actually want is a reply from a human, at least a confirmation that the problem is being worked on. Thus, you could make it a policy that if a ticket is (say) 4 hours old, the owner should reply with a short summary of his troubleshooting attempts. Sebastian -- Sebastian Flothow sebastian at flothow.de Because it reverses the logical flow of conversation. > Why is top posting frowned upon? From cubic at acronis.ru Wed Jun 9 07:12:41 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Wed, 09 Jun 2004 15:12:41 +0400 Subject: [rt-users] Email address length In-Reply-To: <20040608171524.CF2E68B746@mail3.medeng.ca> References: <20040608171524.CF2E68B746@mail3.medeng.ca> Message-ID: <40C6F0A9.7010500@acronis.ru> Mark S?guin wrote: > Hi all > > I'm having problems with my users email addresses. > When I specify an address smaller than 7 characters I get the error Email Address: Illegal value for Email Address RT report such error in case when EmailAddress allready registered in DB. Check it. IMHO you have unpriveleged user with such email. > Is there a configuration that I could change the length of an address > > Thanks > > Mark S?guin > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From cubic at acronis.ru Wed Jun 9 07:18:45 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Wed, 09 Jun 2004 15:18:45 +0400 Subject: [rt-users] Problem with search in not English language In-Reply-To: <40C63D89.2030601@rfn.ru> References: <40C5B675.3080506@rfn.ru> <40C63D89.2030601@rfn.ru> Message-ID: <40C6F215.3020108@acronis.ru> Alex S. Burba wrote: > Alex S. Burba wrote: > > It seems that on perl-5.6.1 such problem doesn't exists. > And mainly problem is caused by FreezeThaw module (" Do not know how to > thaw data with code `b' "). > > Can someone tell me about same problems? Or everybody has got _fine_ > multilanguage support with perl-5.8.x ? Please review archive for last month or two, I've send patches for it and other peoples two. I don't have much time now too generate all those patches. > > -- > Bye. > Alex S. Burba > > >> I've got a problem with russian language (or perhaps any language >> which is not english :) ): >> >> If user has in Preference->Language=English the search among the >> tickets works fine, but when I set Language to Russian or leave it >> empty I have such troubles: >> >> When I try to use seach I get in browser: >> no connection to syslog available at >> /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch/Syslog.pm line 77 >> >> Trace begun at >> /usr/local/lib/perl5/site_perl/5.8.2/HTML/Mason/Exceptions.pm line 131 >> [... next stuff has been skipped ...] >> >> In httpd-error.log I see: >> [Tue Jun 8 12:39:38 2004] [error]: Do not know how to thaw data with >> code `b' at /usr/local/lib/perl5/site_perl/5.8.2/FreezeThaw.pm line 542 >> [... next stuff has been skipped ...] >> >> In /var/log/messages I see: >> Jun 8 16:45:04 netflow RT: stream /dev/conslog is not writable at >> /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch/Syslog.pm line 77 >> (/usr/local/rt3/lib/RT.pm:248) >> Jun 8 16:45:04 netflow RT: console is not writable at >> /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch/Syslog.pm line 77 >> (/usr/local/rt3/lib/RT.pm:248) >> >> What should I do to resolve this strange problem? >> >> My system is: >> FreeBSD-5.2.1 >> Mysql-4.0.18_1 >> Perl-5.8.2_5 >> mod_perl-1.29 >> apache-1.3.29_6 >> rt3-3.0.11.rc1 >> >> Any help or links will be grealy appreciated. From burba at rfn.ru Wed Jun 9 08:21:43 2004 From: burba at rfn.ru (Alex S. Burba) Date: Wed, 09 Jun 2004 16:21:43 +0400 Subject: [rt-users] Escalating ticket by customer In-Reply-To: References: <40C39FA5.4000005@rfn.ru> Message-ID: <40C700D7.7070102@rfn.ru> ebastian Flothow ?????: > What they actually want is a reply from a human, at least a > confirmation that the problem is being worked on. Yes, in fact that's all what a customer needs. > Thus, you could make it a policy that if a ticket is > (say) 4 hours old, the owner should reply with a short summary of his > troubleshooting attempts. Interesting idea, I should think of it. Thanks. -- Alex Burba, All-Russia state television and broadcasting company, NOC. From burba at rfn.ru Wed Jun 9 09:13:11 2004 From: burba at rfn.ru (Alex S. Burba) Date: Wed, 09 Jun 2004 17:13:11 +0400 Subject: [rt-users] Problem with search in not English language In-Reply-To: <40C6F215.3020108@acronis.ru> References: <40C5B675.3080506@rfn.ru> <40C63D89.2030601@rfn.ru> <40C6F215.3020108@acronis.ru> Message-ID: <40C70CE7.4070500@rfn.ru> Ruslan U. Zakirov ?????: > Please review archive for last month or two, I've send patches for it > and other peoples two. I don't have much time now too generate all those > patches. Thanks. http://lists.bestpractical.com/pipermail/rt-users/2004-April/022680.html If you're talking about this patch (topic about FreezeThaw error), than the link is broken right now and I can't download it. http://lists.bestpractical.com/pipermail/rt-users/2004-May/022994.html I also have found another path of yours (topic Search with international chars) and it is downloadable. What should I apply ? -- Alex Burba, All-Russia state television and broadcasting company, NOC. From cubic at acronis.ru Wed Jun 9 09:27:19 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Wed, 09 Jun 2004 17:27:19 +0400 Subject: [rt-users] Problem with search in not English language In-Reply-To: <40C70CE7.4070500@rfn.ru> References: <40C5B675.3080506@rfn.ru> <40C63D89.2030601@rfn.ru> <40C6F215.3020108@acronis.ru> <40C70CE7.4070500@rfn.ru> Message-ID: <40C71037.5000303@acronis.ru> Alex S. Burba wrote: > Ruslan U. Zakirov ?????: > >> Please review archive for last month or two, I've send patches for it >> and other peoples two. I don't have much time now too generate all >> those patches. > > Thanks. > > http://lists.bestpractical.com/pipermail/rt-users/2004-April/022680.html This was integrated in core. > > If you're talking about this patch (topic about FreezeThaw error), than > the link is broken right now and I can't download it. > > > http://lists.bestpractical.com/pipermail/rt-users/2004-May/022994.html > > I also have found another path of yours (topic Search with international > chars) and it is downloadable. You should apply this and it'll solve search problems as I remember. This patch doesn't solve problem with bookmarks on such searches, mason doesn't do right URL escaping with UTF strings. I don't remember did I send patch against this or not. > > What should I apply ? > From seph at directionless.org Wed Jun 9 09:47:51 2004 From: seph at directionless.org (seph) Date: Wed, 09 Jun 2004 09:47:51 -0400 Subject: [rt-users] Re: newbie needs a quick hand In-Reply-To: <1086733076.31695.6491.camel@skoltwo> (Kevin Bailey's message of "Tue, 08 Jun 2004 23:17:56 +0100") References: <1086733076.31695.6491.camel@skoltwo> Message-ID: > i have set up request-tracker1 on a debian box and its seems to be > working fine via the web interface and i have set up some users. Don't do that. That package is RT version 1, several years and major versions old. If you want the debian package, use request-tracker3 seph From J.Ritschmann at tiscon.com Wed Jun 9 10:13:43 2004 From: J.Ritschmann at tiscon.com (Joachim Ritschmann) Date: Wed, 9 Jun 2004 16:13:43 +0200 Subject: AW: [rt-users] newbie needs a quick hand Message-ID: <410A796D112A3643B11B633E8739E11C4C12C9@extis.tiscon.com> Hi, beside what seph wrote about the version, which is really true. If you have succesfully upgraded to RT3: Your mailexchanger receives a mail for queue1 at freewayprojects.com and is forwarding it to queue1 at WhateverTheNameOfYourRTServerIs. The entry in your alias on WhateverTheNameOfYourRTServerIs should look like: queue1: "|/path/to/rt-mailgate --queue general --action correspond --url http://URLOfRT/" JR > -----Urspr?ngliche Nachricht----- > Von: Kevin Bailey [mailto:kbailey at freewayprojects.com] > Gesendet: Mittwoch, 9. Juni 2004 00:18 > An: rt-users at lists.bestpractical.com > Betreff: [rt-users] newbie needs a quick hand > > > hi guys, > > i have set up request-tracker1 on a debian box and its seems to be > working fine via the web interface and i have set up some users. > > i have set up a queue (say queue1) and what i'd like to do is allow > clients to send emails to > queue1 at freewayprojects.com > and this should create a ticket in the queue. > > is this where > > rt: |"/path/to/lrt/bin/rt-mailgate general correspond" > > in the docs comes in? > > would i set up > > queue1 at freewayprojects.com: |"/usr/bin/rt-mailgate queue1 correspond" > > in the mail aliases file? > > thanks for any help, > kev bailey From twt at globodom.com Wed Jun 9 10:40:19 2004 From: twt at globodom.com (Tim) Date: Wed, 9 Jun 2004 10:40:19 -0400 Subject: [rt-users] approvals Message-ID: <20040609144019.GA16174@bunny.tickel.net> Hi everyone -- I am trying to get the approvals system working but am not having any luck. I've been through the list archives, but have not found my solution yet. I am running 3.0.11 on fedora core 2 with apache 2 and fastcgi. I'm also a rt newbie, so please be nice :). This is my configuration -- For queue General, I have defined Template: (Approval Template) ===Create-Ticket: approval Subject: approval for {$Tickets{'TOP'}->Subject} Depended-On-By: TOP Queue: Approvals Type: Approval Content: Someone has created a ticket. you should review and approve it, so they can finish their work ENDOFCONTENT Scrip: On Create, Create Tickets, TransactionCreate, Approval Template When I create a ticket in General, it does appear to create a ticket in the Approvals queue, but I can only get to that ticket by clicking on the dependency in the original ticket, and the 'approval' sidebar link does show the approval requests. I need the requests to also appear in the Approvals queue though so I can search through them. Approve works as expected, except that I'd like it to send out emails. Reject doesn't work -- it rejects the approval ticket, but a quick look through etc/initialdata leaves me suspecting that the original ticket should be deleted when this happens? Also, it appears that any users can approve/reject any approval request -- how do I fix that? One more thing, what is the __Approvals queue for, and do I need to do something special to use its templates/scripts? I tried enabling it and setting it to the queue for approvals in my Approval Template, but that didn't work -- no approval tickets were generated after I did that. Thanks in advance for your help, Tim From Parimala.Ramdas at Zoran.com Wed Jun 9 11:05:28 2004 From: Parimala.Ramdas at Zoran.com (Parimala Ramdas) Date: Wed, 9 Jun 2004 11:05:28 -0400 Subject: [rt-users] tar.gz attachment problem Message-ID: Hi all, When I attach a tar.gz file, it doesn't open but gives me an error message - 'It does not appear to be a valid archive file'. I can open this file directly from hard disk. Can someone tell me what's happening? I'm using RT 2.1.88 Thanks in advance. Parimala -------------- next part -------------- An HTML attachment was scrubbed... URL: From dawsons at augsburg.edu Wed Jun 9 12:20:20 2004 From: dawsons at augsburg.edu (Paul Schmidt) Date: Wed, 09 Jun 2004 11:20:20 -0500 Subject: [rt-users] rt CLI and custom fields when creating tickets Message-ID: <40C738C4.4070405@augsburg.edu> Hi, I'm trying to create a simple script to automatically create around 300 tickets in RT (currently running 3.0.9). Each ticket represents one computer that needs to be replaced and the ticket will need to have some custom fields set that indicate the department getting the system, what type of system it is, etc. I'm planning on using Perl to feed data to the rt executable. A simple test creation of a ticket without the custom fields works properly: rt create -i -t ticket I have RT (3.0.11) installed and the web interface is working like a champ. However, when I attempt to setup the email side of it, I never see a ticket created. Here's what I have in my /etc/aliases: cs-i: "|/usr/local/rt3/bin/rt-mailgate --queue csi --action correspond --url http://mysite/" of course, mysite is my auctual domain. This is a FreeBSD 4.9 box with Apache 1.3.31 and mod_perl on it. I am not running sendmail, but I am running postfix. newaliases has been run and Im seeing the mail hit the server like it's supposed to, but it appears as though RT isnt auctually doing anything with it. Any suggestions on where to look are more than welcome. Thanks! -Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: From harm at pb-gaming.net Wed Jun 9 14:12:24 2004 From: harm at pb-gaming.net (Nick Hale) Date: Wed, 9 Jun 2004 13:12:24 -0500 Subject: [rt-users] RT 3.0.11 / Postfix Help References: <006601c44e4a$eebcbef0$0203a8c0@laptop> Message-ID: <00a301c44e4d$5076ae60$0203a8c0@laptop> New error found. Jun 9 13:06:35 nsrmc postfix/local[37055]: 3B1E9210F: to=, relay=local, delay=167, status=deferred (temporary failure. Command output: An Error Occurred ================= 500 Can't connect to x.x.x.x:80 (connect: Invalid argument) ) this is where the process is dying >:( ----- Original Message ----- From: Nick Hale To: rt-users at fsck.com Sent: Wednesday, June 09, 2004 12:55 PM Subject: [rt-users] RT 3.0.11 / Postfix Help I have RT (3.0.11) installed and the web interface is working like a champ. However, when I attempt to setup the email side of it, I never see a ticket created. Here's what I have in my /etc/aliases: cs-i: "|/usr/local/rt3/bin/rt-mailgate --queue csi --action correspond --url http://mysite/" of course, mysite is my auctual domain. This is a FreeBSD 4.9 box with Apache 1.3.31 and mod_perl on it. I am not running sendmail, but I am running postfix. newaliases has been run and Im seeing the mail hit the server like it's supposed to, but it appears as though RT isnt auctually doing anything with it. Any suggestions on where to look are more than welcome. Thanks! -Nick ------------------------------------------------------------------------------ _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. -------------- next part -------------- An HTML attachment was scrubbed... URL: From dwarner at ctinetworks.com Wed Jun 9 14:14:33 2004 From: dwarner at ctinetworks.com (Douglas E. Warner) Date: Wed, 9 Jun 2004 14:14:33 -0400 Subject: [rt-users] occasional problem of dis-owning tickets Message-ID: <200406091414.33629.dwarner@ctinetworks.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Several of our users have expressed a problem where, on resolve + reply, the ticket will be given to 'Nobody' after they save. I would blame 'fat fingers' here, but it's been happening too often, and the user the ticket is given to is always 'Nobody', not any other user in the queue. I'm not really sure where to start debugging this (to find out if it's RT or user error). Does anybody have any ideas about what might trigger this? Some info about my installation: RT 3.0.9 MySQL 4.0.14 Apache 1.3.29 mod_perl 1.29 mostly default scripts - -Doug - -- Douglas E. Warner Network Engineer CTI/PAdotNET http://ctinetworks.com +1 717 975 9000 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAx1OJJV36su0A0xIRAoAuAJ4tQq2ngieWAq5fbC5Vv41Jf4nYTQCg/2zG JyiDDje09cWSfTEC97odB3g= =Thob -----END PGP SIGNATURE----- From jeff at theorbitor.com Wed Jun 9 14:16:32 2004 From: jeff at theorbitor.com (jeff rak) Date: Wed, 9 Jun 2004 14:16:32 -0400 Subject: [rt-users] RT 3.0.11 / Postfix Help In-Reply-To: <00a301c44e4d$5076ae60$0203a8c0@laptop> References: <006601c44e4a$eebcbef0$0203a8c0@laptop> <00a301c44e4d$5076ae60$0203a8c0@laptop> Message-ID: <200406091416.32187.jeff@theorbitor.com> Maybe a possible firewall problem? ::On Wednesday 09 June 2004 02:12 pm, "Nick Hale" wrote: ::New error found. :: ::Jun 9 13:06:35 nsrmc postfix/local[37055]: 3B1E9210F: to=, ::relay=local, delay=167, status=deferred (temporary failure. Command output: ::An Error Occurred ================= 500 Can't connect to x.x.x.x:80 ::(connect: Invalid argument) ) :: ::this is where the process is dying >:( :: ----- Original Message ----- :: From: Nick Hale :: To: rt-users at fsck.com :: Sent: Wednesday, June 09, 2004 12:55 PM :: Subject: [rt-users] RT 3.0.11 / Postfix Help :: :: :: I have RT (3.0.11) installed and the web interface is working like a :: champ. However, when I attempt to setup the email side of it, I never see :: a ticket created. Here's what I have in my /etc/aliases: :: :: cs-i: "|/usr/local/rt3/bin/rt-mailgate --queue csi --action :: correspond --url http://mysite/" :: :: of course, mysite is my auctual domain. This is a FreeBSD 4.9 box with :: Apache 1.3.31 and mod_perl on it. I am not running sendmail, but I am :: running postfix. newaliases has been run and Im seeing the mail hit the :: server like it's supposed to, but it appears as though RT isnt auctually :: doing anything with it. Any suggestions on where to look are more than :: welcome. Thanks! :: :: -Nick :: :: ::--------------------------------------------------------------------------- ::--- :: :: :: _______________________________________________ :: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users :: :: RT Developer and Administrator training is coming to LA, DC and Frankfurt :: this spring and summer. http://bestpractical.com/services/training.html :: :: Sign up early, as class space is limited. From nicolas.kravec at ericsson.com Wed Jun 9 14:37:29 2004 From: nicolas.kravec at ericsson.com (Nicolas Kravec (QC/EMC)) Date: Wed, 9 Jun 2004 13:37:29 -0500 Subject: [rt-users] Take ticket on open Message-ID: Quick question, Is there an easy way to make it so that if a tech opens a ticket, then that person automatically becomes the owner (takes) the ticket as well? Thanks for any help, Nicolas Kravec Ericsson Research -------------- next part -------------- An HTML attachment was scrubbed... URL: From cubic at acronis.ru Wed Jun 9 14:43:27 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Wed, 09 Jun 2004 22:43:27 +0400 Subject: [rt-users] Take ticket on open In-Reply-To: References: Message-ID: <40C75A4F.7090503@acronis.ru> Nicolas Kravec (QC/EMC) wrote: > Quick question, > > Is there an easy way to make it so that if a tech opens a ticket, then > that person automatically becomes the owner (takes) the ticket as well? Yes, this is possible to do with scrip. > > Thanks for any help, Enough? > > Nicolas Kravec > Ericsson Research From Parimala.Ramdas at Zoran.com Wed Jun 9 14:46:25 2004 From: Parimala.Ramdas at Zoran.com (Parimala Ramdas) Date: Wed, 9 Jun 2004 14:46:25 -0400 Subject: [rt-users] pdf file attachment Message-ID: I have a weird problem with pdf files. Whenever I try to open it, it asks me for a Password saying that this file is protected. The headers for this file Content-Type: application/pdf; name = "guide.pdf" Content-Disposition: inline filename = "guide.pdf" Content-Transfer-Encoding: base64 Is this allright? I haven't used attachments in RT so far... I have problems with pdf and tar.gz as specified in an earlier mail. I would like to know if this is an RT problem. Any help will be appreciated. System info: linux i686 apache 1.3.27 mysql 3.23.55 mod_perl 1.27 rt 2.1.88 Thanks, Parimala -------------- next part -------------- An HTML attachment was scrubbed... URL: From jesse at bestpractical.com Wed Jun 9 14:53:07 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Wed, 9 Jun 2004 14:53:07 -0400 Subject: [rt-users] pdf file attachment In-Reply-To: References: Message-ID: <20040609185307.GL22597@pallas.eruditorum.org> On Wed, Jun 09, 2004 at 02:46:25PM -0400, Parimala Ramdas wrote: > I have a weird problem with pdf files. Whenever I try to open it, it > asks me for a Password saying that this file is protected. The headers > for this file And the same pdfs aren't password locked if you don't send them through RT? > > Is this allright? I haven't used attachments in RT so far... I have > problems with pdf and tar.gz as specified in an earlier mail. I would > like to know if this is an RT problem. Any help will be appreciated. > > System info: > linux i686 > apache 1.3.27 > mysql 3.23.55 You need to be running Mysql 4.0.x > mod_perl 1.27 > rt 2.1.88 RT 2.1.88 was released in March of 2003. We've spent over a year fixing bugs and making improvements. Before you spend time struggling with a potential issue, I'd _strongly_ urge you to upgrade. > Thanks, Parimala > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From BrettB at hkusa.com Wed Jun 9 14:58:52 2004 From: BrettB at hkusa.com (Brett Barnhart) Date: Wed, 9 Jun 2004 13:58:52 -0500 Subject: [rt-users] Problem starting Apache after installing RT Message-ID: <2E8440B99F0D1B4F9D4F3099A3778FB507179DB7@EXCHANGE4> Apache - 2.0.49 Perl - 5.8.4 MySQL - 4.0.20 RT- 3.0.11 This is a clean system running Fedora set up as a server I've had to do a lot more then the instructions on installing on Fedora, but I now have it really close. After I add the new text to /usr/local/apache2/conf/httpd.conf namely: ServerName hkrt.hkusa.com DocumentRoot /usr/local/rt3/share/html AddDefaultCharset UTF-8 PerlSetVar MasonArgsMethod CGI PerlModule Apache2 Apache::compat RewriteEngine On RewriteRule ^(.*)/$ $1/index.html [PT] PerlModule Apache::DBI PerlRequire /usr/local/rt3/bin/webmux.pl SetHandler perl-script PerlHandler RT::Mason I get this error when I try to start my server ( /usr/local/apache2/bin/apachectl start) "Syntax error on line 1057 of /usr/local/apache2/conf/httpd.conf: Invalid command 'PerlSetVar', perhaps mis-spelled or defined by a module not included in the server configuration" Any ideas? Thanks From cubic at acronis.ru Wed Jun 9 15:04:26 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Wed, 09 Jun 2004 23:04:26 +0400 Subject: [rt-users] Problem starting Apache after installing RT In-Reply-To: <2E8440B99F0D1B4F9D4F3099A3778FB507179DB7@EXCHANGE4> References: <2E8440B99F0D1B4F9D4F3099A3778FB507179DB7@EXCHANGE4> Message-ID: <40C75F3A.4090608@acronis.ru> You don't have mod_perl properly installed or you don't have LoadModule directive in Apache conf. Brett Barnhart wrote: > Apache - 2.0.49 > Perl - 5.8.4 > MySQL - 4.0.20 > RT- 3.0.11 > > This is a clean system running Fedora set up as a server > > I've had to do a lot more then the instructions on installing on Fedora, but > I now have it really close. > > After I add the new text to /usr/local/apache2/conf/httpd.conf > > namely: > > ServerName hkrt.hkusa.com > DocumentRoot /usr/local/rt3/share/html > AddDefaultCharset UTF-8 > > PerlSetVar MasonArgsMethod CGI > PerlModule Apache2 Apache::compat > RewriteEngine On > RewriteRule ^(.*)/$ $1/index.html [PT] > > > PerlModule Apache::DBI > PerlRequire /usr/local/rt3/bin/webmux.pl > > > SetHandler perl-script > PerlHandler RT::Mason > > > > I get this error when I try to start my server > ( /usr/local/apache2/bin/apachectl start) > > "Syntax error on line 1057 of /usr/local/apache2/conf/httpd.conf: > Invalid command 'PerlSetVar', perhaps mis-spelled or defined by a module not > included in the server configuration" > > Any ideas? > Thanks > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From cubic at acronis.ru Wed Jun 9 15:14:40 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Wed, 09 Jun 2004 23:14:40 +0400 Subject: [rt-users] occasional problem of dis-owning tickets In-Reply-To: <200406091414.33629.dwarner@ctinetworks.com> References: <200406091414.33629.dwarner@ctinetworks.com> Message-ID: <40C761A0.2010006@acronis.ru> Douglas E. Warner wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Several of our users have expressed a problem where, on resolve + reply, the > ticket will be given to 'Nobody' after they save. > I would blame 'fat fingers' here, but it's been happening too often, and the > user the ticket is given to is always 'Nobody', not any other user in the > queue. > I'm not really sure where to start debugging this (to find out if it's RT or > user error). Does anybody have any ideas about what might trigger this? I know only one legal case when ownership can be lost it's ticket's Queue change. When you're changing queue and current owner doesn't have right 'OwnTicket' on target queue then he loses ownership. > > Some info about my installation: > RT 3.0.9 > MySQL 4.0.14 > Apache 1.3.29 > mod_perl 1.29 > mostly default scripts > > - -Doug > > - -- > Douglas E. Warner Network Engineer > CTI/PAdotNET http://ctinetworks.com +1 717 975 9000 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (GNU/Linux) > > iD8DBQFAx1OJJV36su0A0xIRAoAuAJ4tQq2ngieWAq5fbC5Vv41Jf4nYTQCg/2zG > JyiDDje09cWSfTEC97odB3g= > =Thob > -----END PGP SIGNATURE----- > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From BrettB at hkusa.com Wed Jun 9 15:29:38 2004 From: BrettB at hkusa.com (Brett Barnhart) Date: Wed, 9 Jun 2004 14:29:38 -0500 Subject: [rt-users] Problem starting Apache after installing RT Message-ID: <2E8440B99F0D1B4F9D4F3099A3778FB507179DB8@EXCHANGE4> I think part of the problem is that I now have 2 servers installed... time to start over from scratch.. each time I get a little farther! mod-perl is not installed correctly > -----Original Message----- > From: Ale? Su?nik [mailto:ales at sportina.si] > Sent: Wednesday, June 09, 2004 2:13 PM > To: 'Brett Barnhart'; rt-users at lists.bestpractical.com > Subject: RE: [rt-users] Problem starting Apache after installing RT > > > What does httpd -l show? mod_perl compiled in? > > A. > > -----Original Message----- > From: rt-users-bounces at lists.bestpractical.com > [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Brett > Barnhart > Sent: Wednesday, June 09, 2004 8:59 PM > To: 'rt-users at lists.bestpractical.com' > Cc: Brett Barnhart > Subject: [rt-users] Problem starting Apache after installing RT > > Apache - 2.0.49 > Perl - 5.8.4 > MySQL - 4.0.20 > RT- 3.0.11 > > This is a clean system running Fedora set up as a server > > I've had to do a lot more then the instructions on installing > on Fedora, but > I now have it really close. > > After I add the new text to /usr/local/apache2/conf/httpd.conf > > namely: > > ServerName hkrt.hkusa.com > DocumentRoot /usr/local/rt3/share/html > AddDefaultCharset UTF-8 > > PerlSetVar MasonArgsMethod CGI > PerlModule Apache2 Apache::compat > RewriteEngine On > RewriteRule ^(.*)/$ $1/index.html [PT] > > > PerlModule Apache::DBI > PerlRequire /usr/local/rt3/bin/webmux.pl > > > SetHandler perl-script > PerlHandler RT::Mason > > > > I get this error when I try to start my server > ( /usr/local/apache2/bin/apachectl start) > > "Syntax error on line 1057 of /usr/local/apache2/conf/httpd.conf: > Invalid command 'PerlSetVar', perhaps mis-spelled or defined > by a module not > included in the server configuration" > > Any ideas? > Thanks > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC > and Frankfurt > this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. > > From BrettB at hkusa.com Wed Jun 9 16:02:05 2004 From: BrettB at hkusa.com (Brett Barnhart) Date: Wed, 9 Jun 2004 15:02:05 -0500 Subject: [rt-users] Problem starting Apache after installing RT Message-ID: <2E8440B99F0D1B4F9D4F3099A3778FB507179DB9@EXCHANGE4> OK... I am getting much closer now, so I decided not to start over. Now I am getting the error message "Invalid command 'RewriteEngine', perhaps mis-spelled or defined by a module not included in the server configuration" -----Original Message----- From: Ruslan U. Zakirov To: Brett Barnhart Cc: 'rt-users at lists.bestpractical.com' Sent: 6/9/2004 2:04 PM Subject: Re: [rt-users] Problem starting Apache after installing RT You don't have mod_perl properly installed or you don't have LoadModule directive in Apache conf. Brett Barnhart wrote: > Apache - 2.0.49 > Perl - 5.8.4 > MySQL - 4.0.20 > RT- 3.0.11 > > This is a clean system running Fedora set up as a server > > I've had to do a lot more then the instructions on installing on Fedora, but > I now have it really close. > > After I add the new text to /usr/local/apache2/conf/httpd.conf > > namely: > > ServerName hkrt.hkusa.com > DocumentRoot /usr/local/rt3/share/html > AddDefaultCharset UTF-8 > > PerlSetVar MasonArgsMethod CGI > PerlModule Apache2 Apache::compat > RewriteEngine On > RewriteRule ^(.*)/$ $1/index.html [PT] > > > PerlModule Apache::DBI > PerlRequire /usr/local/rt3/bin/webmux.pl > > > SetHandler perl-script > PerlHandler RT::Mason > > > > I get this error when I try to start my server > ( /usr/local/apache2/bin/apachectl start) > > "Syntax error on line 1057 of /usr/local/apache2/conf/httpd.conf: > Invalid command 'PerlSetVar', perhaps mis-spelled or defined by a module not > included in the server configuration" > > Any ideas? > Thanks > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From cubic at acronis.ru Wed Jun 9 16:09:31 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Thu, 10 Jun 2004 00:09:31 +0400 Subject: [rt-users] Group.Name NULL (~performace) In-Reply-To: <40C6DA09.1050809@mobitel.si> References: <40C6DA09.1050809@mobitel.si> Message-ID: <40C76E7B.5030008@acronis.ru> Jure Simsic wrote: > Hi, > > I'm trying to drill to the bottom of why my RT performance is really > sluggish and it burns out nearly all of my CPU (on a 4 CPU solaris > box!!!!). As i was looking around through the mysql tables i found out i > have a bunch of groups with NULL name or just empty string. The > situation is like this: > [snip] read this http://wiki.bestpractical.com/?Group try next query to better understand what this groups mean: mysql> select Domain, Type, count(1) from Groups GROUP BY Domain, Type; > > Shit. Is this normal?? I have a feeling my DB is all messed up. The page > loads take a long time and the main reason that I've stumbled on this > Groups thing is that i have a test user and i couldn't deassign him from > one group - it would timeout and the CPU just went ^^^..So I had to > delete him from group membership by hand.. To help developers you should collect debug info about where it sucks: 1) mysql> show full processlist; 2) MySQL full query log; 3) RT log; 4) more info We have 1CPU and RT with >100k tickets, 90k users, 400k records in Groups table and everything is fine with user management. > > Are there any DB sanity tools/checks one could try or just some schema > to recreate the db anew and in sane state? You can try to apply constraints.mysql file to your DB copy. > > I'm running rt 3.0.11 on solaris8 and mysql 4.0.18, apache 1.3.29, > modperl 1.29 but also tried apache2 (2.0.49) with fastcgi (2.4.0) but > was constantly getting errors and stack dumps, so I switched back > yesterday.. > > Any suggestions? > Anything is appreciated ;-) > > Thanx > Jure From cubic at acronis.ru Wed Jun 9 16:10:45 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Thu, 10 Jun 2004 00:10:45 +0400 Subject: [rt-users] Problem starting Apache after installing RT In-Reply-To: <2E8440B99F0D1B4F9D4F3099A3778FB507179DB9@EXCHANGE4> References: <2E8440B99F0D1B4F9D4F3099A3778FB507179DB9@EXCHANGE4> Message-ID: <40C76EC5.6050605@acronis.ru> Brett Barnhart wrote: > OK... I am getting much closer now, so I decided not to start over. > > Now I am getting the error message > > "Invalid command 'RewriteEngine', perhaps mis-spelled or defined by a module > not included in the server configuration" Same with mod_rewrite :) > > -----Original Message----- > From: Ruslan U. Zakirov > To: Brett Barnhart > Cc: 'rt-users at lists.bestpractical.com' > Sent: 6/9/2004 2:04 PM > Subject: Re: [rt-users] Problem starting Apache after installing RT > > You don't have mod_perl properly installed or you don't have LoadModule > directive in Apache conf. > > Brett Barnhart wrote: > >>Apache - 2.0.49 >>Perl - 5.8.4 >>MySQL - 4.0.20 >>RT- 3.0.11 >> >>This is a clean system running Fedora set up as a server >> >>I've had to do a lot more then the instructions on installing on > > Fedora, but > >>I now have it really close. >> >>After I add the new text to /usr/local/apache2/conf/httpd.conf >> >>namely: >> >> ServerName hkrt.hkusa.com >> DocumentRoot /usr/local/rt3/share/html >> AddDefaultCharset UTF-8 >> >> PerlSetVar MasonArgsMethod CGI >> PerlModule Apache2 Apache::compat >> RewriteEngine On >> RewriteRule ^(.*)/$ $1/index.html [PT] >> >> >> PerlModule Apache::DBI >> PerlRequire /usr/local/rt3/bin/webmux.pl >> >> >> SetHandler perl-script >> PerlHandler RT::Mason >> >> >> >>I get this error when I try to start my server >>( /usr/local/apache2/bin/apachectl start) >> >>"Syntax error on line 1057 of /usr/local/apache2/conf/httpd.conf: >>Invalid command 'PerlSetVar', perhaps mis-spelled or defined by a > > module not > >>included in the server configuration" >> >>Any ideas? >>Thanks >>_______________________________________________ >>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users >> >>RT Developer and Administrator training is coming to LA, DC and > > Frankfurt this spring and summer. > >>http://bestpractical.com/services/training.html >> >>Sign up early, as class space is limited. From BrettB at hkusa.com Wed Jun 9 16:37:20 2004 From: BrettB at hkusa.com (Brett Barnhart) Date: Wed, 9 Jun 2004 15:37:20 -0500 Subject: [rt-users] Problem starting Apache after installing RT Message-ID: <2E8440B99F0D1B4F9D4F3099A3778FB507179DBA@EXCHANGE4> I am inching my way there... How do I fix this error? mkdir /usr/local/rt3/var/mason_data/obj: Permission denied at /usr/local/lib/perl5/site_perl/5.8.4/HTML/Mason/Compiler/ToObject.pm line 102 From BrettB at hkusa.com Wed Jun 9 16:42:12 2004 From: BrettB at hkusa.com (Brett Barnhart) Date: Wed, 9 Jun 2004 15:42:12 -0500 Subject: [rt-users] Problem starting Apache after installing RT Message-ID: <2E8440B99F0D1B4F9D4F3099A3778FB507179DBB@EXCHANGE4> This is the raw error mkdir /usr/local/rt3/var/mason_data/obj: Permission denied at /usr/local/lib/perl5/site_perl/5.8.4/HTML/Mason/Compiler/ToObject.pm line 102 Trace begun at /usr/local/lib/perl5/site_perl/5.8.4/HTML/Mason/Exceptions.pm line 131 HTML::Mason::Exceptions::rethrow_exception('mkdir /usr/local/rt3/var/mason_data/obj: Permission denied at /usr/local/lib/perl5/site_perl/5.8.4/HTML/Mason/Compiler/ToObject.pm line 102^J') called at /usr/local/lib/perl5/5.8.4/Carp.pm line 191 Carp::croak('mkdir /usr/local/rt3/var/mason_data/obj: Permission denied') called at /usr/local/lib/perl5/5.8.4/File/Path.pm line 162 File::Path::mkpath('/usr/local/rt3/var/mason_data/obj', 0, 509) called at /usr/local/lib/perl5/5.8.4/File/Path.pm line 155 File::Path::mkpath('/usr/local/rt3/var/mason_data/obj/standard', 0, 509) called at /usr/local/lib/perl5/site_perl/5.8.4/HTML/Mason/Compiler/ToObject.pm line 102 HTML::Mason::Compiler::ToObject::compile_to_file(undef, 'file', '/usr/local/rt3/var/mason_data/obj/standard/index.html', 'source', 'HTML::Mason::ComponentSource=HASH(0x9c69548)') called at /usr/local/lib/perl5/site_perl/5.8.4/HTML/Mason/Interp.pm line 308 HTML::Mason::Interp::load('HTML::Mason::Interp=HASH(0x9c5dc50)', '/index.html') called at /usr/local/lib/perl5/site_perl/5.8.4/HTML/Mason/Request.pm line 198 eval {...} at /usr/local/lib/perl5/site_perl/5.8.4/HTML/Mason/Request.pm line 186 HTML::Mason::Request::_initialize('HTML::Mason::Request::ApacheHandler=HASH( 0x9c69590)') called at /usr/local/lib/perl5/site_perl/5.8.4/HTML/Mason/Request.pm line 166 HTML::Mason::Request::new('HTML::Mason::Request::ApacheHandler', 'error_mode', 'output', 'autoflush', 1, 'error_format', 'html', 'interp', 'HTML::Mason::Interp=HASH(0x9c5dc50)', 'comp', '/index.html', 'args', 'ARRAY(0x9523a4c)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0x9b04a14)', 'apache_req', 'Apache::RequestRec=SCALAR(0x9b03cac)', 'container', 'HASH(0x9c68f84)') called at /usr/local/lib/perl5/site_perl/5.8.4/HTML/Mason/ApacheHandler.pm line 60 HTML::Mason::Request::ApacheHandler::new('HTML::Mason::Request::ApacheHandle r', 'error_mode', 'output', 'autoflush', 1, 'error_format', 'html', 'interp', 'HTML::Mason::Interp=HASH(0x9c5dc50)', 'comp', '/index.html', 'args', 'ARRAY(0x9523a4c)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0x9b04a14)', 'apache_req', 'Apache::RequestRec=SCALAR(0x9b03cac)', 'container', 'HASH(0x9c68f84)') called at /usr/local/lib/perl5/site_perl/5.8.4/Class/Container.pm line 265 Class::Container::call_method('HTML::Mason::Interp=HASH(0x9c5dc50)', 'request', 'new', 'interp', 'HTML::Mason::Interp=HASH(0x9c5dc50)', 'comp', '/index.html', 'args', 'ARRAY(0x9523a4c)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0x9b04a14)', 'apache_req', 'Apache::RequestRec=SCALAR(0x9b03cac)', 'container', 'HASH(0x9c68f84)') called at /usr/local/lib/perl5/site_perl/5.8.4/Class/Container.pm line 343 Class::Container::create_delayed_object('interp', 'HTML::Mason::Interp=HASH(0x9c5dc50)', 'comp', '/index.html', 'args', 'ARRAY(0x9523a4c)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0x9b04a14)', 'apache_req', 'Apache::RequestRec=SCALAR(0x9b03cac)', 'container', 'HASH(0x9c68f84)') called at /usr/local/lib/perl5/site_perl/5.8.4/HTML/Mason/Interp.pm line 213 HTML::Mason::Interp::make_request('HTML::Mason::Interp=HASH(0x9c5dc50)', 'comp', '/index.html', 'args', 'ARRAY(0x9523a4c)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0x9b04a14)', 'apache_req', 'Apache::RequestRec=SCALAR(0x9b03cac)') called at /usr/local/lib/perl5/site_perl/5.8.4/HTML/Mason/ApacheHandler.pm line 863 eval {...} at /usr/local/lib/perl5/site_perl/5.8.4/HTML/Mason/ApacheHandler.pm line 862 HTML::Mason::ApacheHandler::prepare_request('HTML::Mason::ApacheHandler=HASH (0x9b04a14)', 'Apache::RequestRec=SCALAR(0x9b03cac)') called at /usr/local/lib/perl5/site_perl/5.8.4/HTML/Mason/ApacheHandler.pm line 789 HTML::Mason::ApacheHandler::handle_request('HTML::Mason::ApacheHandler=HASH( 0x9b04a14)', 'Apache::RequestRec=SCALAR(0x9b03cac)') called at /usr/local/rt3/bin/webmux.pl line 138 eval {...} at /usr/local/rt3/bin/webmux.pl line 138 RT::Mason::handler('Apache::RequestRec=SCALAR(0x9b03cac)') called at -e line 0 eval {...} at -e line 0 -----Original Message----- From: Brett Barnhart To: 'Ruslan U. Zakirov '; Brett Barnhart Cc: ''rt-users at lists.bestpractical.com' ' Sent: 6/9/2004 3:37 PM Subject: RE: [rt-users] Problem starting Apache after installing RT I am inching my way there... How do I fix this error? mkdir /usr/local/rt3/var/mason_data/obj: Permission denied at /usr/local/lib/perl5/site_perl/5.8.4/HTML/Mason/Compiler/ToObject.pm line 102 From cubic at acronis.ru Wed Jun 9 16:49:54 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Thu, 10 Jun 2004 00:49:54 +0400 Subject: [rt-users] Problem starting Apache after installing RT In-Reply-To: <2E8440B99F0D1B4F9D4F3099A3778FB507179DBA@EXCHANGE4> References: <2E8440B99F0D1B4F9D4F3099A3778FB507179DBA@EXCHANGE4> Message-ID: <40C777F2.6080505@acronis.ru> Brett Barnhart wrote: > I am inching my way there... > > How do I fix this error? > > mkdir /usr/local/rt3/var/mason_data/obj: Permission denied at > /usr/local/lib/perl5/site_perl/5.8.4/HTML/Mason/Compiler/ToObject.pm line > 102 Reinstall RT using configure options: --with-web-user, --with-web-group. It must be user that apache runs with. From bmdeschenes at ubi.com Wed Jun 9 17:08:42 2004 From: bmdeschenes at ubi.com (Boris-Michel Deschenes) Date: Wed, 9 Jun 2004 17:08:42 -0400 Subject: [rt-users] 10 highest priority tickets I own Message-ID: <2E17AC0ED12EA54F9BEF813457413A640490AE89@srvmail1-mtl.montreal.ubisoft.org> This must have been answered before, but how can I get the 25 or the 50 highest priority tickets I own on the RT at a glance page (instead of 10) ? (yes, I procrastinate I know...) thank you guys -------------- next part -------------- An HTML attachment was scrubbed... URL: From cubic at acronis.ru Wed Jun 9 17:10:38 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Thu, 10 Jun 2004 01:10:38 +0400 Subject: [rt-users] 10 highest priority tickets I own In-Reply-To: <2E17AC0ED12EA54F9BEF813457413A640490AE89@srvmail1-mtl.montreal.ubisoft.org> References: <2E17AC0ED12EA54F9BEF813457413A640490AE89@srvmail1-mtl.montreal.ubisoft.org> Message-ID: <40C77CCE.2060704@acronis.ru> Boris-Michel Deschenes ?????: > > This must have been answered before, but how can I get the 25 or the 50 > highest priority tickets I own on the RT at a glance page (instead of > 10) ? (yes, I procrastinate I know...) > > thank you guys RT_SiteConfig.pm > > > ------------------------------------------------------------------------ > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From Brian_Gupta at timeinc.com Wed Jun 9 17:30:20 2004 From: Brian_Gupta at timeinc.com (Brian_Gupta at timeinc.com) Date: Wed, 9 Jun 2004 17:30:20 -0400 Subject: [rt-users] Using RTCrontool, script on howto send open ticket reminders to ticket owners? Message-ID: <4D0FD2F4B17F334AAC95B9CE02800477257510@nycmailmb04.enterprise.corpad.timeinc.com> We use rt-remind, because I never got rt-crontool to send email. :) Nor had anyone else got it working at that time. I don't know if that's been fixed yet. -Brian -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of James Sent: Tuesday, June 08, 2004 3:38 PM To: rt-users at lists.bestpractical.com Subject: [rt-users] Using RTCrontool, script on howto send open ticket reminders to ticket owners? I'm trying to use rt-crontool to send reminder notices on open issues to admins. I see on the wiki they have an example for Escalating a ticket. Does anyone have an example of using it to email someone ? I tried the line below but I guess I don't know to feed it an arguement because it says it can't call method "Parse" in SendEmail.pm . ./rt-crontool --search RT::Search::ActiveTicketsInQueue --search-arg EDS --action RT::Action::SendEmail --action-arg jwhittington at tmfloyd.com --verbose If someone has a good method of doing this it should really go on the wiki since its a good feature to have. Thanks. -- _______________________________________________ James Whittington jwhittington at tmfloyd.com _______________________________________________ _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. ----------------------------------------------------------------------- This message is the property of Time Inc. or its affiliates. It may be legally privileged and/or confidential and is intended only for the use of the addressee(s). No addressee should forward, print, copy, or otherwise reproduce this message in any manner that would allow it to be viewed by any individual not originally listed as a recipient. If the reader of this message is not the intended recipient, you are hereby notified that any unauthorized disclosure, dissemination, distribution, copying or the taking of any action in reliance on the information herein is strictly prohibited. If you have received this communication in error, please immediately notify the sender and delete this message. Thank you. From m-liebman at northwestern.edu Wed Jun 9 21:41:02 2004 From: m-liebman at northwestern.edu (Michael S. Liebman) Date: Wed, 09 Jun 2004 21:41:02 -0400 Subject: [rt-users] rt CLI and custom fields when creating tickets In-Reply-To: <40C738C4.4070405@augsburg.edu> References: <40C738C4.4070405@augsburg.edu> Message-ID: <6.0.3.0.2.20040609213914.032b9f38@pop.mail.yahoo.com> At 12:20 PM 6/9/2004, Paul Schmidt wrote: >The additional lines in ticket.tmpl for the custom fields are: > >Department: Information Technology >LFC: Chris >Replacement: e4100 Take a look at the documentation for Ticket_Overlay.pm. The template format is described in there. It explains how to use the custom field number to insert those values. Michael -- Michael S. Liebman m-liebman at northwestern.edu http://msl521.freeshell.org/ "I have vision and the rest of the world wears bifocals." -Paul Newman in "Butch Cassidy & the Sundance Kid" From troy at nack.net Wed Jun 9 23:10:07 2004 From: troy at nack.net (Troy Davis) Date: Wed, 9 Jun 2004 20:10:07 -0700 Subject: [rt-users] Templates with queue name in subject Message-ID: <20040610031007.GB29481@nack.net> Here are templates that insert the queue name in the email subject. The only examples I found in the list archives don't check whether the queue name is already in the subject, so each successive email responses makes RT add the queue name again (Re: (blah) Re: (blah) RT-12345 Whatever). I used a second variable for the queue name regex because using $Ticket->QueueObj->Name directly wasn't being interpolated and I didn't care enough to find out why. Correspondence template: RT-Attach-Message: yes Subject: { my $s = ($Transaction->Subject||$Ticket->Subject); $s =~ s/^Re\:\ //i; my $qn = ($Ticket->QueueObj->Name); $s =~ s/\($qn\)\ //; $s = "(" . ($Ticket->QueueObj->Name) . ") " . $s; $s;} {$Transaction->Content()} Admin Comment template: Subject: { my $s = ($Transaction->Subject||$Ticket->Subject); $s =~ s/^Re\:\ //i; my $qn = ($Ticket->QueueObj->Name); $s =~ s/\($qn\)\ //; $s =~ s/\[Comment\]\ //g; $s = "(" . ($Ticket->QueueObj->Name) . ") [Comment] " . $s; $s;} {$RT::WebURL}Ticket/Display.html?id={$Ticket->id} This is a comment. It is not sent to the Requestor(s): {$Transaction->Content()} From kbailey at freewayprojects.com Thu Jun 10 04:07:02 2004 From: kbailey at freewayprojects.com (Kevin Bailey) Date: Thu, 10 Jun 2004 09:07:02 +0100 Subject: [rt-users] Re: newbie needs a quick hand In-Reply-To: References: <1086733076.31695.6491.camel@skoltwo> Message-ID: <1086854821.31695.8525.camel@skoltwo> but this is on debian stable/woody and request-tracker1 is the current version on stable. surely rt1 is sufficient for basic needs? kev On Wed, 2004-06-09 at 14:47, seph wrote: > > i have set up request-tracker1 on a debian box and its seems to be > > working fine via the web interface and i have set up some users. > > Don't do that. That package is RT version 1, several years and major > versions old. If you want the debian package, use request-tracker3 > > seph From kbailey at freewayprojects.com Thu Jun 10 04:18:40 2004 From: kbailey at freewayprojects.com (Kevin Bailey) Date: Thu, 10 Jun 2004 09:18:40 +0100 Subject: AW: [rt-users] newbie needs a quick hand In-Reply-To: <410A796D112A3643B11B633E8739E11C4C12C9@extis.tiscon.com> References: <410A796D112A3643B11B633E8739E11C4C12C9@extis.tiscon.com> Message-ID: <1086855519.31687.8549.camel@skoltwo> hi, rt has been installed on to the same server which recieves email for the domain - freewayprojects.com The entry in your alias on WhateverTheNameOfYourRTServerIs should look like: > queue1: "|/path/to/rt-mailgate --queue general --action correspond --url > http://URLOfRT/" > doesn't this mean that the requests sent to queue1 at freewayprojects.com get put on to the 'general' queue. i'm confusd by the basic issues on this..... if an external client sends in a email query do they send all queries to rt at example.com from here they go into the 'general' queue. this seems to be the way the docs point to. someone then reviews the 'general' queue and allocates the ticket - maybe even moving it to a different queue. or can several queues receive requests by using different email addresses - i.e. project1 at example.com project2 at example.com project3 at example.com etc etc and emails received at these addresses would be put into the queues project1 project2 project3 etc etc thanks again for the help, kev bailey On Wed, 2004-06-09 at 15:13, Joachim Ritschmann wrote: > Hi, > beside what seph wrote about the version, which is really true. > If you have succesfully upgraded to RT3: > Your mailexchanger receives a mail for queue1 at freewayprojects.com > and is forwarding it to queue1 at WhateverTheNameOfYourRTServerIs. > The entry in your alias on WhateverTheNameOfYourRTServerIs should look like: > queue1: "|/path/to/rt-mailgate --queue general --action correspond --url > http://URLOfRT/" > > JR > > > -----Urspr?ngliche Nachricht----- > > Von: Kevin Bailey [mailto:kbailey at freewayprojects.com] > > Gesendet: Mittwoch, 9. Juni 2004 00:18 > > An: rt-users at lists.bestpractical.com > > Betreff: [rt-users] newbie needs a quick hand > > > > > > hi guys, > > > > i have set up request-tracker1 on a debian box and its seems to be > > working fine via the web interface and i have set up some users. > > > > i have set up a queue (say queue1) and what i'd like to do is allow > > clients to send emails to > > queue1 at freewayprojects.com > > and this should create a ticket in the queue. > > > > is this where > > > > rt: |"/path/to/lrt/bin/rt-mailgate general correspond" > > > > in the docs comes in? > > > > would i set up > > > > queue1 at freewayprojects.com: |"/usr/bin/rt-mailgate queue1 correspond" > > > > in the mail aliases file? > > > > thanks for any help, > > kev bailey From ann at drop.2organize.com Thu Jun 10 04:26:56 2004 From: ann at drop.2organize.com (ann at drop.2organize.com) Date: Thu, 10 Jun 2004 10:26:56 +0200 (CEST) Subject: [rt-users] occasional problem of dis-owning tickets In-Reply-To: <200406091414.33629.dwarner@ctinetworks.com> References: <200406091414.33629.dwarner@ctinetworks.com> Message-ID: Doug Warner wrote: > Several of our users have expressed a problem where, on resolve + reply, the > ticket will be given to 'Nobody' after they save. > I would blame 'fat fingers' here, but it's been happening too often, and the > user the ticket is given to is always 'Nobody', not any other user in the > queue. > I'm not really sure where to start debugging this (to find out if it's RT or > user error). Does anybody have any ideas about what might trigger this? We had a similar problem; I made a bug report of it in May. See http://rt3.fsck.com/Ticket/Display.html?id=5627&user=guest&pass=guest for my writeup of the problem. It doesn't look like anything has been done with it yet. I was able to observe this happening on a fresh RT installation (RT 3.0.9, Perl 5.8.3, mysql 4.0.18), so I'm pretty sure it is an RT problem. Our current work-around is to do another action between the take and the resolve, such as viewing the basic page. - Ann From cubic at acronis.ru Thu Jun 10 05:31:52 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Thu, 10 Jun 2004 13:31:52 +0400 Subject: [rt-users] occasional problem of dis-owning tickets In-Reply-To: References: <200406091414.33629.dwarner@ctinetworks.com> Message-ID: <40C82A88.8070307@acronis.ru> ann at drop.2organize.com wrote: > Doug Warner wrote: > > >>Several of our users have expressed a problem where, on resolve + reply, the >>ticket will be given to 'Nobody' after they save. >>I would blame 'fat fingers' here, but it's been happening too often, and the >>user the ticket is given to is always 'Nobody', not any other user in the >>queue. >>I'm not really sure where to start debugging this (to find out if it's RT or >>user error). Does anybody have any ideas about what might trigger this? > > > We had a similar problem; I made a bug report of it in May. > > See http://rt3.fsck.com/Ticket/Display.html?id=5627&user=guest&pass=guest > for my writeup of the problem. It doesn't look like anything has been > done with it yet. > > I was able to observe this happening on a fresh RT installation (RT 3.0.9, > Perl 5.8.3, mysql 4.0.18), so I'm pretty sure it is an RT problem. > Our current work-around is to do another action between the take and the > resolve, such as viewing the basic page. Can't reproduce your test case on 1) RT 3.0.9+DBIx::SB 0.99+Perl 5.8.3(FC RPM)+mysql 4.0.14 2) RT 3.0.HEAD+DBIx::SB 0.99+Perl 5.8.MAINT22834( own build)+mysql 4.0.20 Can you provide mysql query log for 2, 3 steps in your test case? Best regards. Ruslan. > > - Ann From ann at drop.2organize.com Thu Jun 10 06:24:13 2004 From: ann at drop.2organize.com (ann at drop.2organize.com) Date: Thu, 10 Jun 2004 12:24:13 +0200 (CEST) Subject: [rt-users] occasional problem of dis-owning tickets In-Reply-To: <40C82A88.8070307@acronis.ru> References: <200406091414.33629.dwarner@ctinetworks.com> <40C82A88.8070307@acronis.ru> Message-ID: Ruslan wrote: > Can't reproduce your test case on > 1) RT 3.0.9+DBIx::SB 0.99+Perl 5.8.3(FC RPM)+mysql 4.0.14 > 2) RT 3.0.HEAD+DBIx::SB 0.99+Perl 5.8.MAINT22834( own build)+mysql 4.0.20 > > Can you provide mysql query log for 2, 3 steps in your test case? > Best regards. Ruslan. Unfortunately I can no longer recreate the problem, perhaps because the installation has been customised since then. We have the mysql logging off by default, so I can't recover any logs from the day when I tested it. Perhaps Doug can be of more help here? Here's some more system-specific specs: apache_1.3.29 mod_perl-1.29 mod_ssl-2.8.16-1.3.29 My guess would be some kind of caching problem...that would also explain the intermittent behavior observed by Doug. But this is pure speculation; I know nothing of RT guts. Sorry I can't be of more help. - Ann From Joerg.Jacobsen at ee-consultants.de Thu Jun 10 06:26:41 2004 From: Joerg.Jacobsen at ee-consultants.de (=?iso-8859-1?Q?=22Jacobsen=2C_J=F6rg=22?=) Date: Thu, 10 Jun 2004 12:26:41 +0200 Subject: [rt-users] RT's report facilities Message-ID: <0948B33B7003EB4B9AAA429564486192011D3BD6@mail.ee-consultants.de> Hi there, we just started using RT 3.0.10 within several projects and I am quite satisfied with RT's concepts and robustness. A thing I am missing though is the ability to generate reports. Let's say I wanted to communicate a detailed list of feature requests for a product to a person I cannot grant direct access to RT. How do I do this? (I should note that the feature request queue involves a couple of custom fields). Any help appreciated, thanks, Joerg. From ann at drop.2organize.com Thu Jun 10 06:33:11 2004 From: ann at drop.2organize.com (ann at drop.2organize.com) Date: Thu, 10 Jun 2004 12:33:11 +0200 (CEST) Subject: [rt-users] RT's report facilities In-Reply-To: <0948B33B7003EB4B9AAA429564486192011D3BD6@mail.ee-consultants.de> References: <0948B33B7003EB4B9AAA429564486192011D3BD6@mail.ee-consultants.de> Message-ID: Joerg wrote: > A thing I am missing though is the ability to generate reports. Let's > say I wanted to communicate a detailed list of feature requests for a > product to a person I cannot grant direct access to RT. How do I do > this? (I should note that the feature request queue involves a couple of > custom fields). We had a similar need; people wanted Excel overviews of projects which also involved custom fields (although in our case the people who needed the overviews did have access). I made some new templates which operated on search results (and were linked from the search page) that gave the information in tab-delimited format. I'm not very satisfied with the result, however, because it requires the person to explicitly save the page source. I haven't had time to look for a more graceful solution yet. So I'm also curious about how other people have solved this. - Ann From burba at rfn.ru Thu Jun 10 06:44:40 2004 From: burba at rfn.ru (Alex S. Burba) Date: Thu, 10 Jun 2004 14:44:40 +0400 Subject: [rt-users] Problem with search in not English language In-Reply-To: <40C71037.5000303@acronis.ru> References: <40C5B675.3080506@rfn.ru> <40C63D89.2030601@rfn.ru> <40C6F215.3020108@acronis.ru> <40C70CE7.4070500@rfn.ru> <40C71037.5000303@acronis.ru> Message-ID: <40C83B98.6080607@rfn.ru> Ruslan U. Zakirov ?????: > You should apply this and it'll solve search problems as I remember. > This patch doesn't solve problem with bookmarks on such searches, mason > doesn't do right URL escaping with UTF strings. I don't remember did I > send patch against this or not. Thanks the problem is solved. -- Alex Burba, All-Russia state television and broadcasting company, NOC. From sven.sternberger at desy.de Thu Jun 10 07:04:12 2004 From: sven.sternberger at desy.de (Sven Sternberger) Date: Thu, 10 Jun 2004 13:04:12 +0200 Subject: [rt-users] RT's report facilities In-Reply-To: <0948B33B7003EB4B9AAA429564486192011D3BD6@mail.ee-consultants.de> References: <0948B33B7003EB4B9AAA429564486192011D3BD6@mail.ee-consultants.de> Message-ID: <40C8402C.4030805@desy.de> Hi Joerg! I've recently found this on freshmeat: http://freshmeat.net/projects/pyrtreport/ may this what your are looking for. gruesse aus hamburg! sven Jacobsen, J?rg wrote: >Hi there, > >we just started using RT 3.0.10 within several projects and I am quite satisfied with RT's concepts and robustness. > >A thing I am missing though is the ability to generate reports. Let's say I wanted to communicate a detailed list of feature requests for a product to a person I cannot grant direct access to RT. How do I do this? (I should note that the feature request queue involves a couple of custom fields). > >Any help appreciated, thanks, Joerg. >_______________________________________________ >http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > >RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. >http://bestpractical.com/services/training.html > >Sign up early, as class space is limited. > > From hwagener at hamburg.fcb.com Thu Jun 10 07:28:52 2004 From: hwagener at hamburg.fcb.com (Harald Wagener) Date: Thu, 10 Jun 2004 13:28:52 +0200 Subject: [rt-users] Re: newbie needs a quick hand In-Reply-To: <1086854821.31695.8525.camel@skoltwo> References: <1086733076.31695.6491.camel@skoltwo> <1086854821.31695.8525.camel@skoltwo> Message-ID: <59D355FA-BAD1-11D8-BD96-003065DC18B8@hamburg.fcb.com> Am 10.06.2004 um 10:07 schrieb Kevin Bailey: > but this is on debian stable/woody and request-tracker1 is the current > version on stable. > > surely rt1 is sufficient for basic needs? Possibly, depending on Your basic needs. But most people here use RT3, some RT2. Community support for rt1 will be hard to find, And You will have to sort out the advice people give assuming You use rt3... Regards, Harald From seph at directionless.org Thu Jun 10 07:56:51 2004 From: seph at directionless.org (seph) Date: Thu, 10 Jun 2004 07:56:51 -0400 Subject: [rt-users] Re: newbie needs a quick hand In-Reply-To: <1086854821.31695.8525.camel@skoltwo> (Kevin Bailey's message of "Thu, 10 Jun 2004 09:07:02 +0100") References: <1086733076.31695.6491.camel@skoltwo> <1086854821.31695.8525.camel@skoltwo> Message-ID: Kevin Bailey writes: > but this is on debian stable/woody and request-tracker1 is the current > version on stable. > > surely rt1 is sufficient for basic needs? depends on your needs. I would say "certainly not" seph From kbailey at freewayprojects.com Thu Jun 10 08:10:30 2004 From: kbailey at freewayprojects.com (Kevin Bailey) Date: Thu, 10 Jun 2004 13:10:30 +0100 Subject: [rt-users] fundamentals need explaining In-Reply-To: <1086855519.31687.8549.camel@skoltwo> References: <410A796D112A3643B11B633E8739E11C4C12C9@extis.tiscon.com> <1086855519.31687.8549.camel@skoltwo> Message-ID: <1086869430.6295.8821.camel@skoltwo> i'm confusd by some basic issues ..... BTW - i'm using request-tracker1 - i promise to upgrade to request-tracker3 when debian sarge goes stable :o) if an external client sends in a email query do they send all queries to rt at example.com from here they go into the 'general' queue. this seems to be the way the docs point to. someone then reviews the 'general' queue and allocates the ticket - maybe even moving it to a different queue. or can several queues receive requests by using different email addresses - i.e. project1 at example.com project2 at example.com project3 at example.com etc etc and emails received at these addresses would be put into the queues project1 project2 project3 etc etc thanks again for the help, kev bailey From BrettB at hkusa.com Thu Jun 10 09:18:43 2004 From: BrettB at hkusa.com (Brett Barnhart) Date: Thu, 10 Jun 2004 08:18:43 -0500 Subject: [rt-users] Problem starting Apache after installing RT Message-ID: <2E8440B99F0D1B4F9D4F3099A3778FB507179DBE@EXCHANGE4> This is a silly question, but how can I tell what version of mod_perl I have installed? I've tried mod_perl -version perl mod_perl -version Thanks! Brett > -----Original Message----- > From: Ruslan U. Zakirov [mailto:cubic at acronis.ru] > Sent: Wednesday, June 09, 2004 3:50 PM > To: Brett Barnhart > Cc: ''rt-users at lists.bestpractical.com' ' > Subject: Re: [rt-users] Problem starting Apache after installing RT > > > Brett Barnhart wrote: > > I am inching my way there... > > > > How do I fix this error? > > > > mkdir /usr/local/rt3/var/mason_data/obj: Permission denied at > > > /usr/local/lib/perl5/site_perl/5.8.4/HTML/Mason/Compiler/ToObj > ect.pm line > > 102 > > Reinstall RT using configure options: --with-web-user, > --with-web-group. > It must be user that apache runs with. > From m-liebman at northwestern.edu Thu Jun 10 09:20:08 2004 From: m-liebman at northwestern.edu (Michael S. Liebman) Date: Thu, 10 Jun 2004 09:20:08 -0400 Subject: [rt-users] RT's report facilities In-Reply-To: <0948B33B7003EB4B9AAA429564486192011D3BD6@mail.ee-consultants.de> References: <0948B33B7003EB4B9AAA429564486192011D3BD6@mail.ee-consultants.de> Message-ID: <20040610132008.GA23429@SDF.LONESTAR.ORG> On Thu, Jun 10, 2004 at 12:26:41PM +0200, "Jacobsen, J?rg" wrote: > A thing I am missing though is the ability to generate reports. Take a look at the Buglist (http://download.bestpractical.com/pub/rt/contrib/3.0/Buglist.html). It's a good starting point for learning how to write your own reports. Michael -- Michael S. Liebman m-liebman at northwestern.edu http://msl521.freeshell.org/ "I have vision and the rest of the world wears bifocals." -Paul Newman in "Butch Cassidy & the Sundance Kid" From jwhittington at excelorant.com Thu Jun 10 09:28:18 2004 From: jwhittington at excelorant.com (James) Date: Thu, 10 Jun 2004 09:28:18 -0400 Subject: [rt-users] Using RTCrontool, script on howto send open ticket reminders to ticket owners? In-Reply-To: <4D0FD2F4B17F334AAC95B9CE02800477257510@nycmailmb04.enterprise.corpad.timeinc.com> References: <4D0FD2F4B17F334AAC95B9CE02800477257510@nycmailmb04.enterprise.corpad.timeinc.com> Message-ID: <1086874098.2373.55.camel@localhost.localdomain> Thank you! thank you! thank you! I found rt-remind, dropped in into place, and now we're rock'n and rolling. Do you know if you have place multiple queues in the rt-remind script, I tried separating them with a comma but it didn't seem to work Like this: my($queuename) = 'eds,excelorant client'; I can always break the file into multiple scripts if needed, I was just curious.. Thanks again.. James Whittington On Wed, 2004-06-09 at 17:30, Brian_Gupta at timeinc.com wrote: > We use rt-remind, because I never got rt-crontool to send email. :) Nor > had anyone else got it working at that time. I don't know if that's been > fixed yet. > > -Brian > > -----Original Message----- > From: rt-users-bounces at lists.bestpractical.com > [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of James > Sent: Tuesday, June 08, 2004 3:38 PM > To: rt-users at lists.bestpractical.com > Subject: [rt-users] Using RTCrontool, script on howto send open ticket > reminders to ticket owners? > > > I'm trying to use rt-crontool to send reminder notices on open issues to > admins. > I see on the wiki they have an example for Escalating a ticket. > Does anyone have an example of using it to email someone ? > > I tried the line below but I guess I don't know to feed it an arguement > because it says it can't call method "Parse" in SendEmail.pm . > > ./rt-crontool --search RT::Search::ActiveTicketsInQueue --search-arg EDS > --action RT::Action::SendEmail --action-arg jwhittington at tmfloyd.com > --verbose > > If someone has a good method of doing this it should really go on the > wiki since its a good feature to have. > > > Thanks. -- _______________________________________________ James Whittington Web Systems Administrator TM Floyd & Company 1800 St. Julian Place P.O. Box 8263 Columbia, SC 29202 803.765.1310 | Phone 800.780.1170 | Toll Free 803.765.1431 | Fax jwhittington at tmfloyd.com _______________________________________________ From anabella at lifia.info.unlp.edu.ar Thu Jun 10 10:01:23 2004 From: anabella at lifia.info.unlp.edu.ar (Anabella Cristaldi) Date: Thu, 10 Jun 2004 11:01:23 -0300 Subject: [rt-users] Automatic Status Information to Requestors Message-ID: <40C869B3.3060805@lifia.info.unlp.edu.ar> Hi all, I'm new to RT and I wanted to know the following 1) the requestor creates a ticket via mail interface 2) he/she recieves the autoreply with the ticket ID 3) after some time he/she wants to know about the state of the ticket It is possible to automatically reply when the requestor ask about the status of the ticket via email interface? Thanks in advance Anabella From cubic at acronis.ru Thu Jun 10 10:04:44 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Thu, 10 Jun 2004 18:04:44 +0400 Subject: [rt-users] Problem starting Apache after installing RT In-Reply-To: <2E8440B99F0D1B4F9D4F3099A3778FB507179DBE@EXCHANGE4> References: <2E8440B99F0D1B4F9D4F3099A3778FB507179DBE@EXCHANGE4> Message-ID: <40C86A7C.6040900@acronis.ru> Brett Barnhart wrote: > This is a silly question, but how can I tell what version of mod_perl I have > installed? > > I've tried mod_perl -version > perl mod_perl -version :) look into main apache error log after startup > > > Thanks! > Brett > From rthompson at interpublic.com Thu Jun 10 10:11:35 2004 From: rthompson at interpublic.com (Ray Thompson) Date: Thu, 10 Jun 2004 09:11:35 -0500 Subject: [rt-users] fundamentals need explaining Message-ID: > > or can several queues receive requests by using different > email addresses - i.e. > > project1 at example.com > project2 at example.com > project3 at example.com > etc etc > > and emails received at these addresses would be put into the > queues project1 project2 project3 etc etc > > thanks again for the help, > > kev bailey Correct. Create a different alias for each queue and modify accordingly. -Ray From dclark at cyberMIND.biz Thu Jun 10 10:10:48 2004 From: dclark at cyberMIND.biz (Dan Clark) Date: Thu, 10 Jun 2004 10:10:48 -0400 Subject: [rt-users] Cannot Reply or Comment Tickets Message-ID: I've recently had some trouble getting into the ticket reply/comment screens for existing tickets. I can view existing tickets, but when clicking on the [Reply] or [Comment] links, the page starts to load, but then quits. It gets as far as the "Status" drop-down box, and then it dies. The last thing it displays is the word "Owner", but the drop-down box for the owner never appears. Any ideas what could cause this kind of behavior? RedHat 7.2 MySQL 4.0.13 Apache 1.3.27 RT 3.0.10 ================================ Dan Clark Internet Technology Specialist cyberM*I*N*D* 877-373-6680 269-373-6680 www.cybermind-usa.net From BrettB at hkusa.com Thu Jun 10 10:24:40 2004 From: BrettB at hkusa.com (Brett Barnhart) Date: Thu, 10 Jun 2004 09:24:40 -0500 Subject: [rt-users] Problem starting Apache after installing RT Message-ID: <2E8440B99F0D1B4F9D4F3099A3778FB507179DC0@EXCHANGE4> OK, I just tried to restart httpd after upgrading Perl and I am getting this error. httpd failed. The error was: Starting httpd: Syntax error on line 10 of /etc/httpd/conf.d/perl.conf: Cannot load /etc/httpd/modules/mod_perl.so into server: libperl.so: cannot open shared object file: No such file or directory I've double checked, and mod_perl.so is in this directory. Any suggestions? (I am getting a crash course in Linux this last week). Thanks! Brett -----Original Message----- From: Ruslan U. Zakirov To: Brett Barnhart Cc: 'rt-users at lists.bestpractical.com' Sent: 6/10/2004 9:04 AM Subject: Re: [rt-users] Problem starting Apache after installing RT Brett Barnhart wrote: > This is a silly question, but how can I tell what version of mod_perl I have > installed? > > I've tried mod_perl -version > perl mod_perl -version :) look into main apache error log after startup > > > Thanks! > Brett > From cubic at acronis.ru Thu Jun 10 10:36:52 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Thu, 10 Jun 2004 18:36:52 +0400 Subject: [rt-users] Problem starting Apache after installing RT In-Reply-To: <2E8440B99F0D1B4F9D4F3099A3778FB507179DC0@EXCHANGE4> References: <2E8440B99F0D1B4F9D4F3099A3778FB507179DC0@EXCHANGE4> Message-ID: <40C87204.4000705@acronis.ru> Brett Barnhart wrote: > OK, I just tried to restart httpd after upgrading Perl and I am getting > this error. > > httpd failed. The error was: Starting httpd: Syntax error on line 10 of > /etc/httpd/conf.d/perl.conf: > Cannot load /etc/httpd/modules/mod_perl.so into server: libperl.so: cannot > open shared object file: No such file or directory > > I've double checked, and mod_perl.so is in this directory. > Any suggestions? > (I am getting a crash course in Linux this last week). > > Thanks! > Brett Brett. http://perl.apache.org/docs/1.0/guide/install.html#Should_I_Rebuild_mod_perl_if_I_have_Upgraded_Perl_ There is several step-by-step guides: http://wiki.bestpractical.com/?InstallationGuides mod_perl is well documented project. 1) You need working perl 5.8.3 or greater. 2) Then you should instal Apache+mod_perl a) Apache1+mp1: http://perl.apache.org/docs/1.0/guide/install.html#The_Flexible_Way Is static compilation and it is recomended. b) Apache2+mp2 is not recomended for production use yet, but in any case you can find install docs there too. 3) And only when you finally get positive answer on next question http://perl.apache.org/docs/1.0/guide/install.html#How_can_I_tell_whether_mod_perl_is_running_ you can return to RT install process. Best regards. Ruslan. From jsmith at PRESIDIO.com Thu Jun 10 10:56:41 2004 From: jsmith at PRESIDIO.com (James Smith) Date: Thu, 10 Jun 2004 10:56:41 -0400 Subject: [rt-users] pdf file attachment Message-ID: I ran into this same problem. I found that documents created with later versions (unknown what version) of Acrobat would not open with earlier versions (4.0 and earlier) of Reader. Opening the document with 5.0 and later worked. Odd... Of course, your mileage may vary, this email filled by weight not volume, contents may have settled during shipping. James H. Smith II NNCSE NNCDS Senior Systems Engineer First Call Response Center Team Lead The Presidio Corporation -----Original Message----- From: Parimala Ramdas [mailto:Parimala.Ramdas at Zoran.com] Sent: Wednesday, June 09, 2004 2:46 PM To: rt-users at lists.bestpractical.com Subject: [rt-users] pdf file attachment I have a weird problem with pdf files. Whenever I try to open it, it asks me for a Password saying that this file is protected. The headers for this file Content-Type: application/pdf; name = "guide.pdf" Content-Disposition: inline filename = "guide.pdf" Content-Transfer-Encoding: base64 Is this allright? I haven't used attachments in RT so far... I have problems with pdf and tar.gz as specified in an earlier mail. I would like to know if this is an RT problem. Any help will be appreciated. System info: linux i686 apache 1.3.27 mysql 3.23.55 mod_perl 1.27 rt 2.1.88 Thanks, Parimala -------------- next part -------------- An HTML attachment was scrubbed... URL: From jwhittington at excelorant.com Thu Jun 10 12:36:26 2004 From: jwhittington at excelorant.com (James) Date: Thu, 10 Jun 2004 12:36:26 -0400 Subject: [rt-users] Using RTCrontool, script on howto send open ticket reminders to ticket owners? In-Reply-To: <1086877392.3162.3.camel@kanwar> References: <4D0FD2F4B17F334AAC95B9CE02800477257510@nycmailmb04.enterprise.corpad.timeinc.com> <1086874098.2373.55.camel@localhost.localdomain> <1086877392.3162.3.camel@kanwar> Message-ID: <1086885386.2373.65.camel@localhost.localdomain> If anyone else out there was watching this thread, I went ahead and put something on the wiki giving a brief description or the rt-reminder script. At the moment I'm using the one from the contributed area of the best practical site, but another RT user mentioned there was a newer version of the script out there... I include a link to the new script on the wiki page. http://wiki.bestpractical.com/index.cgi?rt-reminder Jessie and all, thanks for creating such a great product, it flat out works... James Whittington On Thu, 2004-06-10 at 10:23, M3 Freak wrote: > On Thu, 2004-06-10 at 09:28, James wrote: > > Do you know if you have place multiple queues in the rt-remind script, I > > tried separating them with a comma but it didn't seem to work > > Like this: > > my($queuename) = 'eds,excelorant client'; > > The author released (a month ago, perhaps a bit more) an updated version > of the rt-remind script that lets you setup up multiple queues. > > Kanwar > Systems Aligned Inc. > www.systemsaligned.com -- _______________________________________________ James Whittington Web Systems Administrator TM Floyd & Company 1800 St. Julian Place P.O. Box 8263 Columbia, SC 29202 803.765.1310 | Phone 800.780.1170 | Toll Free 803.765.1431 | Fax jwhittington at tmfloyd.com _______________________________________________ From Kris.Boutilier at scrd.bc.ca Thu Jun 10 13:04:33 2004 From: Kris.Boutilier at scrd.bc.ca (Kris Boutilier) Date: Thu, 10 Jun 2004 10:04:33 -0700 Subject: [rt-users] Successor to enhanced-mailgate for RT3? Message-ID: <1174450A1968D111AAAF00805FC162AE01206CAE@deep_thought.secure.scrd.bc.ca> This probably qualifies as a FAQ as it seems to come up every few months... if this generates a comprehensive answer I'll try and add it to the wiki. What's the future hold for manipulating ticket fields via emails in RT3? There seems to be interest expressed from time to time to execute status changes via email, as well as adding time to tickets and so on... For those of us who are mobile workers trying to use RT3 in near real time its efficient to just compose working notes as emails and transmit them next time we're near an access point. The current mailgate works fine for the textual portion of a transaction, but not so helpful for manipulating the metadata. We've end up needing a 'setting period' at the end of the day when access to the web interface is needed so time can be added into the tickets, statuses changed and so on. Becuase we're doing this after the work has actually been done inaccuracies creep in, time worked is sometimes missed and so on. Thoughts, anyone? Kris Boutilier Information Systems Coordinator Sunshine Coast Regional District From jesse at bestpractical.com Thu Jun 10 13:06:30 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Thu, 10 Jun 2004 13:06:30 -0400 Subject: [rt-users] Successor to enhanced-mailgate for RT3? In-Reply-To: <1174450A1968D111AAAF00805FC162AE01206CAE@deep_thought.secure.scrd.bc.ca> References: <1174450A1968D111AAAF00805FC162AE01206CAE@deep_thought.secure.scrd.bc.ca> Message-ID: <20040610170630.GI26100@pallas.eruditorum.org> On Thu, Jun 10, 2004 at 10:04:33AM -0700, Kris Boutilier wrote: > This probably qualifies as a FAQ as it seems to come up every few months... > if this generates a comprehensive answer I'll try and add it to the wiki. RT 3.2 contains the authentication infrastructure we need to do this safely (with pgp). Once 3.2's out, it's something we might look at internally again. Best, Jesse From pseymour at servervault.com Thu Jun 10 13:06:20 2004 From: pseymour at servervault.com (Seymour, Paul) Date: Thu, 10 Jun 2004 13:06:20 -0400 Subject: [rt-users] Using RTCrontool, script on howto send open ticket reminders to ticket owners? Message-ID: <841A2A811DB61840BA6423C08B5735D301550033@dulles1.ops.servervault.com> I'm not very well versed in the way RT is programmed, so I'm still learning how it's all put together. What would be required to make this script generate an email based on the age of the ticket, say if it's open for 7 days as opposed to one that's only been open for a single day? -----Original Message----- From: James [mailto:jwhittington at excelorant.com] Sent: Thursday, June 10, 2004 12:36 PM To: m3freak at rogers.com; rt Subject: RE: [rt-users] Using RTCrontool, script on howto send open ticket reminders to ticket owners? If anyone else out there was watching this thread, I went ahead and put something on the wiki giving a brief description or the rt-reminder script. At the moment I'm using the one from the contributed area of the best practical site, but another RT user mentioned there was a newer version of the script out there... I include a link to the new script on the wiki page. http://wiki.bestpractical.com/index.cgi?rt-reminder Jessie and all, thanks for creating such a great product, it flat out works... James Whittington On Thu, 2004-06-10 at 10:23, M3 Freak wrote: > On Thu, 2004-06-10 at 09:28, James wrote: > > Do you know if you have place multiple queues in the rt-remind script, I > > tried separating them with a comma but it didn't seem to work > > Like this: > > my($queuename) = 'eds,excelorant client'; > > The author released (a month ago, perhaps a bit more) an updated version > of the rt-remind script that lets you setup up multiple queues. > > Kanwar > Systems Aligned Inc. > www.systemsaligned.com -- _______________________________________________ James Whittington Web Systems Administrator TM Floyd & Company 1800 St. Julian Place P.O. Box 8263 Columbia, SC 29202 803.765.1310 | Phone 800.780.1170 | Toll Free 803.765.1431 | Fax jwhittington at tmfloyd.com _______________________________________________ _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. From travisll at comfedcu.org Thu Jun 10 13:04:20 2004 From: travisll at comfedcu.org (travis llewellyn ) Date: Thu, 10 Jun 2004 12:04:20 -0500 Subject: [rt-users] Error When creating a ticket. Message-ID: I just upgraded to rt 3.0.11 and ever since we have gotten an error as follows. Can anyone help me figure this out? Thanks in advance. error: Unrecognised line: travisll at comfedcu.org at /opt/rt3/lib/RT/EmailParser.pm line 404 context: ... 187: # whether they should generate a full stack trace (confess() and cluck()) 188: # or simply report the caller's package (croak() and carp()), respectively. 189: # confess() and croak() die, carp() and cluck() warn. 190: 191: sub croak { die shortmess @_ } 192: sub confess { die longmess @_ } 193: sub carp { warn shortmess @_ } 194: sub cluck { warn longmess @_ } 195: ... code stack: /usr/lib/perl5/5.8.0/Carp.pm:191 g /usr/lib/perl5/site_perl/5.8.0/Mail/Address.pm:115 g /usr/lib/perl5/site_perl/5.8.0/Mail/Address.pm:175 g /opt/rt3/lib/RT/EmailParser.pm:404 g /opt/rt3/lib/RT/User_Overlay.pm:599 g /opt/rt3/lib/RT/Ticket_Overlay.pm:487 g /opt/rt3/lib/RT/Interface/Web.pm:346 g /opt/rt3/share/html/Ticket/Display.html:72 g /opt/rt3/share/html/Ticket/Create.html:255 g /opt/rt3/share/html/autohandler:196 g ----------------------------------------------------------------- This e-mail and the files transmitted with it are the property of Communication Federal Credit Union and/or its affiliates, are confidential, and are intended solely for use of the individual or entity to whom this e-mail is addressed. If you are not one of the named recipient(s) or otherwise have reason to believe that you have received this message in error, please notify the sender at 405-879-5600 and delete this message immediately from your computer. Any other use, retention, dissemination, forwarding, printing, or copying of this e-mail is strictly prohibited. From anner at blast.com Thu Jun 10 15:19:06 2004 From: anner at blast.com (Anne Ramey) Date: Thu, 10 Jun 2004 15:19:06 -0400 Subject: [rt-users] RT attachment Corruption In-Reply-To: <4072BA6C.6040306@ukerna.ac.uk> References: <4072BA6C.6040306@ukerna.ac.uk> Message-ID: <0A9E31E7-BB13-11D8-8696-000A959E1C16@blast.com> I don't have my apache ready to work with perl 5.8.3. I recently switched to 3.0.11 for another reason, but am getting corrupted excel files now. What can I do? Anne On Apr 6, 2004, at 10:10 AM, John Green wrote: > Kevin Moran wrote: >> Hi, I have the problem that RT corrupts all attachments. I had a look >> around the RT-list archive but haven't found a proper solution. Has >> anyone had this problem and solved. If you could help that would be >> great. > > http://wiki.bestpractical.com/cgi-bin/index.cgi?FAQ > > Q: My attachments are corrupted? > > A: In most cases it's perl/UTF bug. Update minimum to perl5.8.3 or > greater and rt3.0.8 or greater. Also don't forget to look in archives > for more info. > > John > JANET-CERT > > _______________________________________________ > http://lists.bestpractical.com/mailman/listinfo/rt-users From rmroland at indiana.edu Thu Jun 10 15:33:35 2004 From: rmroland at indiana.edu (Roland, Ryan M) Date: Thu, 10 Jun 2004 14:33:35 -0500 Subject: [rt-users] Forbidden Error after Install Message-ID: I mentioned something about this problem in another thread, but wanted to reiterate my request for help since my issue has no problem reiterating its complaint. Everything during install goes swimmingly, but when I direct a browser at the site, I get a Forbidden error. This is on Apache 1.3.31-r1 and mod_perl 1.27-r4 Looking at the error_log on the server I get an error like: "client denied by server configuration: /usr/rt3/share/html.' Here are some more details on users/perms: Apache is running as user "apache" I configured with: ./configure --prefix=/usr/rt3 ... --with-web-user=apache --with-web-group=apache All files and directories (recursively) of /usr/rt3 have permissions of 755, so user apache should have at least read permissions on those files. So, I'm stumped. If anyone else has run into this issue, I'd appreciate some guidance. Thanks, Ryan Roland Application Developer Information Technology Division of Recreational Sports Indiana University 812.855.9617 rmroland at indiana.edu From alesh at sportina.si Thu Jun 10 15:33:20 2004 From: alesh at sportina.si (=?iso-8859-2?B?QWxluSBTdbluaWs=?=) Date: Thu, 10 Jun 2004 21:33:20 +0200 Subject: [rt-users] RT attachment Corruption In-Reply-To: <0A9E31E7-BB13-11D8-8696-000A959E1C16@blast.com> Message-ID: <200406101933.i5AJXPqw027337@ sportina.si> Recompile apache to work against perl 5.8.3 and recompile mod_perl? This might help (did with me): http://download.bestpractical.com/pub/rt/devel/IO-stringy-Hacked-For-UTF8-2. 109-BestPractical-Hack-20040107.tar.gz A. -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Anne Ramey Sent: Thursday, June 10, 2004 9:19 PM To: John Green Cc: rt-users at lists.bestpractical.com; Kevin Moran Subject: Re: [rt-users] RT attachment Corruption I don't have my apache ready to work with perl 5.8.3. I recently switched to 3.0.11 for another reason, but am getting corrupted excel files now. What can I do? Anne On Apr 6, 2004, at 10:10 AM, John Green wrote: > Kevin Moran wrote: >> Hi, I have the problem that RT corrupts all attachments. I had a look >> around the RT-list archive but haven't found a proper solution. Has >> anyone had this problem and solved. If you could help that would be >> great. > > http://wiki.bestpractical.com/cgi-bin/index.cgi?FAQ > > Q: My attachments are corrupted? > > A: In most cases it's perl/UTF bug. Update minimum to perl5.8.3 or > greater and rt3.0.8 or greater. Also don't forget to look in archives > for more info. > > John > JANET-CERT > > _______________________________________________ > http://lists.bestpractical.com/mailman/listinfo/rt-users _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. From anner at blast.com Thu Jun 10 15:41:39 2004 From: anner at blast.com (Anne Ramey) Date: Thu, 10 Jun 2004 15:41:39 -0400 Subject: [rt-users] RT attachment Corruption In-Reply-To: <0A9E31E7-BB13-11D8-8696-000A959E1C16@blast.com> References: <4072BA6C.6040306@ukerna.ac.uk> <0A9E31E7-BB13-11D8-8696-000A959E1C16@blast.com> Message-ID: <310E4D50-BB16-11D8-8696-000A959E1C16@blast.com> At the moment it's only showing all kinds of strange characters, etc, on spreadsheets made on windows machines. If I mail an attachment from my mac, it comes through fine? Anne On Jun 10, 2004, at 3:19 PM, Anne Ramey wrote: > I don't have my apache ready to work with perl 5.8.3. I recently > switched to 3.0.11 for another reason, but am getting corrupted excel > files now. What can I do? > > Anne > On Apr 6, 2004, at 10:10 AM, John Green wrote: > >> Kevin Moran wrote: >>> Hi, I have the problem that RT corrupts all attachments. I had a >>> look >>> around the RT-list archive but haven't found a proper solution. Has >>> anyone had this problem and solved. If you could help that would be >>> great. >> >> http://wiki.bestpractical.com/cgi-bin/index.cgi?FAQ >> >> Q: My attachments are corrupted? >> >> A: In most cases it's perl/UTF bug. Update minimum to perl5.8.3 or >> greater and rt3.0.8 or greater. Also don't forget to look in archives >> for more info. >> >> John From anner at blast.com Thu Jun 10 15:54:09 2004 From: anner at blast.com (Anne Ramey) Date: Thu, 10 Jun 2004 15:54:09 -0400 Subject: [rt-users] RT attachment Corruption In-Reply-To: <200406101933.i5AJXPqw027337@ sportina.si> References: <200406101933.i5AJXPqw027337@ sportina.si> Message-ID: I've tried. I still have one error left. it compiles, makes, and installs fine, but when I try and start apache I get: Cannot load /usr/local/apache/libexec/libauth_mysql.so into server: /usr/local/apache/libexec/libauth_mysql.so: undefined symbol: mysql_connect /usr/local/bin/apachectl startssl: httpd could not be started So I'm stuck without 5.8.3 for the moment. Anne On Jun 10, 2004, at 3:33 PM, Ale? Su?nik wrote: > Recompile apache to work against perl 5.8.3 and recompile mod_perl? > This might help (did with me): > http://download.bestpractical.com/pub/rt/devel/IO-stringy-Hacked-For- > UTF8-2. > 109-BestPractical-Hack-20040107.tar.gz > > A. > > -----Original Message----- > From: rt-users-bounces at lists.bestpractical.com > [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Anne > Ramey > Sent: Thursday, June 10, 2004 9:19 PM > To: John Green > Cc: rt-users at lists.bestpractical.com; Kevin Moran > Subject: Re: [rt-users] RT attachment Corruption > > I don't have my apache ready to work with perl 5.8.3. I recently > switched to 3.0.11 for another reason, but am getting corrupted excel > files now. What can I do? > > Anne > On Apr 6, 2004, at 10:10 AM, John Green wrote: > >> Kevin Moran wrote: >>> Hi, I have the problem that RT corrupts all attachments. I had a >>> look >>> around the RT-list archive but haven't found a proper solution. Has >>> anyone had this problem and solved. If you could help that would be >>> great. >> >> http://wiki.bestpractical.com/cgi-bin/index.cgi?FAQ >> >> Q: My attachments are corrupted? >> >> A: In most cases it's perl/UTF bug. Update minimum to perl5.8.3 or >> greater and rt3.0.8 or greater. Also don't forget to look in archives >> for more info. >> >> John >> JANET-CERT >> >> _______________________________________________ >> http://lists.bestpractical.com/mailman/listinfo/rt-users > From BrettB at hkusa.com Thu Jun 10 18:13:24 2004 From: BrettB at hkusa.com (Brett Barnhart) Date: Thu, 10 Jun 2004 17:13:24 -0500 Subject: [rt-users] Problem installing Apache::Request Message-ID: <2E8440B99F0D1B4F9D4F3099A3778FB507179DCF@EXCHANGE4> I think this is really a problem installing Apache:Test which is a dependency of Apache::Request. Doing perl -MCPAN -e'install Apache::Test' works. It prompts me: 'Please provide a full path to 'httpd' executable:' To which I put: /usr/local/apache/bin/httpd (I've tried both this and without httpd) Then 'Please provide a full path to (optional) 'apxs' executable:' /usr/local/apache/bin/apxs (again, tried it both ways) I then get these messages. I've tried everything I can think of and I can't get passed this. [warning] rerunning '/usr/local/bin/perl /root/.cpan/build/Apache-Test-1.11/t/TEST -bugreport -verbose=0' with new config opts APXS (/usr/local/apache/bin/apxs) query for SBINDIR failed APXS (/usr/local/apache/bin/apxs) query for TARGET failed APXS (/usr/local/apache/bin/apxs) query for SYSCONFDIR failed APXS (/usr/local/apache/bin/apxs) query for PREFIX failed APXS (/usr/local/apache/bin/apxs) query for LIBEXECDIR failed APXS (/usr/local/apache/bin/apxs) query for LIBEXECDIR failed [warning] root mode: changing the files ownership to 'nobody' (99:99) [warning] testing whether 'nobody' is able to -rwx /root/.cpan/build/Apache-Test-1.11/t "/usr/local/bin/perl" -Mlib=lib -MApache::TestRun -e 'eval { Apache::TestRun::run_root_fs_test(99, 99, q[/root/.cpan/build/Apache-Test-1.11/t]) }'; [warning] result: [ error] You are running the test suite under user 'root'. Apache cannot spawn child processes as 'root', therefore we attempt to run the test suite with user 'nobody' (99:99). The problem is that the path (including all parent directories): /root/.cpan/build/Apache-Test-1.11/t must be 'rwx' by user 'nobody', so Apache can read and write under that path. There are several ways to resolve this issue. One is to move and rebuild the distribution to '/tmp/' and repeat the 'make test' phase. The other is not to run 'make test' as root (i.e. building under your /home/user directory). Any help would be appreciated. This is my last missing dependency and I've been working on this one most of the day. Running Apache 1.3.31 and mod_perl 1.29 Thanks! Brett From MikeHamilton at clovisusd.k12.ca.us Thu Jun 10 19:06:24 2004 From: MikeHamilton at clovisusd.k12.ca.us (MikeHamilton at clovisusd.k12.ca.us) Date: Thu, 10 Jun 2004 16:06:24 -0700 Subject: [rt-users] Perl Question Message-ID: I am a Perl newbie, and over the course of learning Perl have come up with a question that I thought someone here could answer effectively: What advantages does Mason have over CGI.pm? I am trying to decide how I should divide my time spent learning Perl, and just kind of came up with this question because I see Perl as being a language that offers many different possible solutions to any given problem. Is this just a situation where Mason and CGI.pm are a matter of personal preference (i.e. you can basically accomplish the same things with either one), or are there differences between them that makes one better suited for a particular task than the other one. -------------- next part -------------- An HTML attachment was scrubbed... URL: From seph at directionless.org Thu Jun 10 19:59:07 2004 From: seph at directionless.org (seph) Date: Thu, 10 Jun 2004 19:59:07 -0400 Subject: [rt-users] Re: RT attachment Corruption In-Reply-To: (Anne Ramey's message of "Thu, 10 Jun 2004 15:54:09 -0400") References: <200406101933.i5AJXPqw027337@ sportina.si> Message-ID: > I've tried. I still have one error left. it compiles, makes, and > installs fine, but when I try and start apache I get: > Cannot load /usr/local/apache/libexec/libauth_mysql.so into server: > /usr/local/apache/libexec/libauth_mysql.so: undefined symbol: > mysql_connect > /usr/local/bin/apachectl startssl: httpd could not be started so rebuild mod-auth-mysql? Or stop using it. > So I'm stuck without 5.8.3 for the moment. so fix your problems. perl earlier than 5.8.3 is known to cause attachment corruption. seph From seph at directionless.org Thu Jun 10 20:00:32 2004 From: seph at directionless.org (seph) Date: Thu, 10 Jun 2004 20:00:32 -0400 Subject: [rt-users] Re: Forbidden Error after Install In-Reply-To: (Ryan M. Roland's message of "Thu, 10 Jun 2004 14:33:35 -0500") References: Message-ID: > Looking at the error_log on the server I get an error like: > "client denied by server configuration: /usr/rt3/share/html.' so, uh, how's you apache configured? Are you by change requiring ssl, and then connecting without it? Or disallowing an IP range.... seph From seph at directionless.org Thu Jun 10 20:16:59 2004 From: seph at directionless.org (seph) Date: Thu, 10 Jun 2004 20:16:59 -0400 Subject: [rt-users] Re: Perl Question In-Reply-To: (MikeHamilton@clovisusd.k12.ca.us's message of "Thu, 10 Jun 2004 16:06:24 -0700") References: Message-ID: > What advantages does Mason have over CGI.pm? Are you asking which you should use for RT work, or are you asking an off topic question on a high volume mailing list? However, Mason and CGI.pm are not what you mean to be comparing. Mason will even run under CGI.pm. I have no idea if you're asking about the comparative merits of CGI.pm vs. mod-perl vs. fast-cgi, or if you're asking a more general questions about what mason does. Either way, there are more appropriate forums. google should help in finding them. seph From MikeHamilton at clovisusd.k12.ca.us Thu Jun 10 20:33:31 2004 From: MikeHamilton at clovisusd.k12.ca.us (MikeHamilton at clovisusd.k12.ca.us) Date: Thu, 10 Jun 2004 17:33:31 -0700 Subject: [rt-users] Re: Perl Question Message-ID: I want to customize rt, which is why I'm asking the question... I basically understand that mason allows you to embed Perl in html. I'm confused however by how cgi.pm seems to almost be the idea of simply generating html using Perl as opposed to Mason allowing you to embed Perl in html. What I want advice on is this: Since I'm just learning, but would like to customize rt, should I spend any time with cgi.pm or just crack open the mason book and learn that approach. I'm not asking the wrong forum, because RT is the main reason that I want to learn Perl. I've read a couple of Perl books, but just wanted a bit of direction. .. ----- Original Message ----- From: seph [seph at directionless.org] Sent: 06/10/2004 05:16 PM To: MikeHamilton at clovisusd.k12.ca.us Cc: rt-users at lists.bestpractical.com Subject: Re: Perl Question > What advantages does Mason have over CGI.pm? Are you asking which you should use for RT work, or are you asking an off topic question on a high volume mailing list? However, Mason and CGI.pm are not what you mean to be comparing. Mason will even run under CGI.pm. I have no idea if you're asking about the comparative merits of CGI.pm vs. mod-perl vs. fast-cgi, or if you're asking a more general questions about what mason does. Either way, there are more appropriate forums. google should help in finding them. seph From hwagener at hamburg.fcb.com Thu Jun 10 20:42:37 2004 From: hwagener at hamburg.fcb.com (Harald Wagener) Date: Fri, 11 Jun 2004 02:42:37 +0200 Subject: [rt-users] Re: Perl Question In-Reply-To: References: Message-ID: <3C4CE84E-BB40-11D8-AF9C-000D9351023E@hamburg.fcb.com> Am 11.06.2004 um 02:33 schrieb MikeHamilton at clovisusd.k12.ca.us: > I want to customize rt, which is why I'm asking the question... Then You should learn Mason IMHO, since it allows You to reuse more of the existing infrastructure. Also, Your customizations will be easier to fit into RT, since it provides mechanisms to replace the existing implementations by local ones without having to touch the original files. Regards, Harald From jonescr at cisco.com Thu Jun 10 21:31:36 2004 From: jonescr at cisco.com (Charles Jones) Date: Thu, 10 Jun 2004 18:31:36 -0700 Subject: [rt-users] "Time Worked" only shown in minutes? In-Reply-To: <20040609184554.D3C5884C3C3@pallas.eruditorum.org> References: <20040609184554.D3C5884C3C3@pallas.eruditorum.org> Message-ID: <40C90B78.3030702@cisco.com> No matter what number I put in for "Time Worked" on a ticket, RT shows it in minutes. I havn't looked into the code yet to see if there is a way to specify hours, but I tried putting "h" on the end, which it accepted, but still displays it as minutes in the ticket summary. Thu Jun 10 18:19:58 2004 cjones - TimeWorked changed from 125 to 6h The Basics Id: 100 Status: open Worked: 6 min Priority: 0/0 Queue: testqueue Is there indeed a way to specify time in hours? Thanks, -Charles ------------------------------------------------------------- | | Charles Jones :|: :|: Senior Systems Engineer :|||: :|||: Cisco Systems Inc. .:|||||||:..:|||||||:. Cisco Networking Academy C I S C O S Y S T E M S Metrics-Reporting-Evaluations Team From MikeHamilton at clovisusd.k12.ca.us Thu Jun 10 21:42:49 2004 From: MikeHamilton at clovisusd.k12.ca.us (MikeHamilton at clovisusd.k12.ca.us) Date: Thu, 10 Jun 2004 18:42:49 -0700 Subject: [rt-users] Re: Perl Question Message-ID: I thought of a better way to word my question, and hopefully this will help someone understand the conceptual hurdle that I have in learning about this: What advantage is there to embedding perl in html (I.e. Mason) vs just generating the web page using raw perl (probably using cgi.pm to generate the html). I think my hurdle has to do with the difference between cgi and modperl, which is why I would like to understand the advantage better. Is that a better version of the question? I want to know because it would really help me to figure out how RT works a bit better. I went to the RT training in sf last year, but didn't know any Perl at the time and now using RT is making me want to understand the components that make up RT so that I could write some customizations for it. Fact is, I doubt that a book would be able to answer this as well as someone who actually understands RT rather than some generic Perl guru that would not understand the context of the question. I hope that my question makes more sense, because the question itself is bugging me. Is it a matter of programming approach or a matter of the logic of the pieces that make up the foundation of tools that RT runs on. I'm not trying to ask a question that should be in a more generic Perl forum, so please forgive the cloudy nature of my first question. I would like help understanding the perspective that RT operates from so that I can make the time that I spend learning Perl more useful. .. From rtusers-lists-fsck-com at jal.org Thu Jun 10 22:29:16 2004 From: rtusers-lists-fsck-com at jal.org (Jamie Lawrence) Date: Thu, 10 Jun 2004 22:29:16 -0400 Subject: [rt-users] Re: Perl Question In-Reply-To: References: Message-ID: <20040611022916.GA18321@clueinc.net> On Thu, 10 Jun 2004, MikeHamilton at clovisusd.k12.ca.us wrote: > I thought of a better way to word my question, and hopefully this will help > someone understand the conceptual hurdle that I have in learning about > this: > What advantage is there to embedding perl in html (I.e. Mason) vs just > generating the web page using raw perl (probably using cgi.pm to generate > the html). The answer, like almost everything, is "it depends on what you want". Mason provides a very nice framework for not just generating HTML, but for reuse of code and design from a site-centric viewpoint. There are a number of conveniences (things like autohandlers, dhandlers, inheritance) that are extremely useful when designing sites. Note the emphasis - sites, not pages. Other approaches are faster, or stick to a stricter MVC framework (which you can do in Mason, if you want), or different conveniences. As far as the difference between embedding Perl in HTML and generating HTML, in the end, you're doing the same thing. Different people have different preferences. I personally really appreciate being able to do simple switches inline in the HTML: % (if $logged_in) { Hello, <% $username %> % } else { Please log in % } Seems much more natural to me than writing a generator. It is really purely a matter of preference. (Actually, I usually do that sort of thing completely inline: <% $logged_in ? 'Hello, ' . $username : 'Please log in' %> but some people don't like that.) That's just one example - we do a lot of (non-RT) Mason work, and find it the best tool for what we do. If you're customizing RT, it seems to me to make little sense to bring in an entirely different toolchain unless you have a really good reason. You'll bloat the app, end up writing things that already exist, have a lot of friction where the customizations rub up against the rest of the app, and likely have a lot of work every time you the base app. Anyway, that's my $.02. HTH. -j -- Jamie Lawrence jal at jal.org Reality is that which, when you stop believing in it, doesn't go away. - Philip K. Dick From seph at directionless.org Thu Jun 10 22:52:26 2004 From: seph at directionless.org (seph) Date: Thu, 10 Jun 2004 22:52:26 -0400 Subject: [rt-users] Re: Perl Question In-Reply-To: (MikeHamilton@clovisusd.k12.ca.us's message of "Thu, 10 Jun 2004 17:33:31 -0700") References: Message-ID: > I want to customize rt, which is why I'm asking the question... Then you should start by getting a good knowledge of perl. Much of the RT customization is straight perl, using the existing RT stuff for the web related stuff. Understanding perl's objects, pointers, and modules helps a good deal. After that I'd spend a short period of time getting a rough feel for CGI and how web interaction works (like a day). Then either jump into RT, or spend a bit with mason. RT should be pretty easy, if you've picked up the perl background. seph From MikeHamilton at clovisusd.k12.ca.us Thu Jun 10 22:57:03 2004 From: MikeHamilton at clovisusd.k12.ca.us (MikeHamilton at clovisusd.k12.ca.us) Date: Thu, 10 Jun 2004 19:57:03 -0700 Subject: [rt-users] Re: Perl Question Message-ID: Thanks for the guidance :-) Without a good understanding of how RT worked, reading some of the basic code was a little confusing. This makes much more sense now. Of course, I should have asked the question a bit better :-) .. From rmroland at indiana.edu Thu Jun 10 23:07:48 2004 From: rmroland at indiana.edu (Roland, Ryan M) Date: Thu, 10 Jun 2004 22:07:48 -0500 Subject: [rt-users] Forbidden Error after Install Message-ID: Nothing like that. This is a fresh apache setup. No ssl or anything like that. No IP blocks or anything. This is the basic structure of the virtual host setup I have; taken from the Fedora Source install page: http://wiki.bestpractical.com/index.cgi?FedoraInstallGuide ServerName my.testmachines.ip.address DocumentRoot /usr/local/rt3/share/html AddDefaultCharset UTF-8 PerlModule Apache::DBI PerlRequire /usr/local/rt3/bin/webmux.pl SetHandler perl-script PerlHandler RT::Mason I have also tried using the VirturalDirectory setup mentioned at the bottom of the aforementioned page. Alias /rt "/usr/share/rt3/share/html" SetHandler perl-script PerlHandler RT::Mason But that had the same issues. Thanks, Ryan -----Original Message----- From: seph [mailto:seph at directionless.org] Sent: Thu 6/10/2004 7:00 PM To: Roland, Ryan M Cc: rt-users at lists.bestpractical.com Subject: Re: Forbidden Error after Install > Looking at the error_log on the server I get an error like: > "client denied by server configuration: /usr/rt3/share/html.' so, uh, how's you apache configured? Are you by change requiring ssl, and then connecting without it? Or disallowing an IP range.... seph -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef Size: 4950 bytes Desc: not available URL: From bobg at uic.edu Thu Jun 10 23:10:48 2004 From: bobg at uic.edu (Bob Goldstein) Date: Thu, 10 Jun 2004 22:10:48 -0500 Subject: [rt-users] Re: Perl Question In-Reply-To: Your message of "Thu, 10 Jun 2004 18:42:49 PDT." Message-ID: <200406110310.i5B3Amko004621@shark.cc.uic.edu> > >I thought of a better way to word my question, and hopefully this will help >someone understand the conceptual hurdle that I have in learning about >this: >What advantage is there to embedding perl in html (I.e. Mason) vs just >generating the web page using raw perl (probably using cgi.pm to generate >the html). >I think my hurdle has to do with the difference between cgi and modperl, ... Of course, it depends :-) The simple bottom line for RT is, use Mason. RT already does, and you're better off fitting in. As far as cgi and modperl, 'cgi' is for creating web pages as the output of real-time programs, whether in perl or C or shell or whatever. 'mod_perl' is for changing apache's behavior using perl, which can include auth/auth, url rewriting, logging, or anything apache does internally. It so happens that mod_perl can also run cgi that are written in perl, hence your interest. But modperl and cgi are not at all the same, they just happen to overlap in the perl-cgi area. As far as the straight perl (cgi.pm generation of html to you) or inside-out (perl inside html, as in Mason or Template::Toolkit), it's a matter of style and preference. For really simple pages, I write straight perl (with print statements, not even CGI.pm) However, I quickly reach for a templating language when the page becomes even a little more complicated. This enables me to use straight perl for database fetches and complicated assembly of data to display, and use the templating language for rendering. Of course, rendering can involve some computation (if X is present, display Y, otherwise Z), so you need some control, not just substitutions. If I'm careful to put the "what to display" in perl and the "how to display" in the template, I find my code much easier to understand and maintain. So I like both :-) bobg From Anders.Hansen-Ovre at contra.no Fri Jun 11 05:04:46 2004 From: Anders.Hansen-Ovre at contra.no (=?iso-8859-1?Q?Anders_Hansen-=D8vre?=) Date: Fri, 11 Jun 2004 11:04:46 +0200 Subject: [rt-users] Problem with rt-2.0-to-rt-3.0 Message-ID: <73738191AEA93C408AFE10A980177EF211DB6F@konsulentdc01.konsulenthuset.as> Hi all. I have a problem with the RT2 dump, we are upgrading RT to RT v3.0.11 Current RT Base 2.0.15 MySQL v4.0.20 total: used: free: shared: buffers: cached: Mem: 261296128 249692160 11603968 0 61800448 42606592 Swap: 250667008 22892544 227774464 MemTotal: 255172 kB MemFree: 11332 kB MemShared: 0 kB Buffers: 60352 kB Cached: 27520 kB SwapCached: 14088 kB Active: 33036 kB Inactive: 175072 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 255172 kB LowFree: 11332 kB SwapTotal: 244792 kB SwapFree: 222436 kB root at xxx:/var/download/rt2-to-rt3-1.23# ./rt-2.0-to-dumpfile /var/rt2dump Segmentation fault Could this be a resource problem ? --- mvh/yours Anders Hansen-?vre, Seniorkonsulent Mail : anders.hansen-ovre at contra.no Mail : anders.hansen-ovre at terminalserver.no Cell : (+47) 90 98 17 78 Konsulenthuset Contra as Hedmark N?ringspark, 2312 Ottestad Phone : (+47) 62 54 42 99 Fax : (+47) 62 54 42 85 Mail : post at contra.no Web : http://www.contra.no From niconico at tiscali.it Fri Jun 11 05:16:55 2004 From: niconico at tiscali.it (niconico) Date: Fri, 11 Jun 2004 11:16:55 +0200 Subject: [rt-users] Html mail Message-ID: <004c01c44f94$d7172970$9600a8c0@inatlantis.dom> Hi all, when a mail is received by rt, it arrive to admins in text and html format. The txt part arrive correctly, but the html have encoding problems... any solution? Here an example: ------- Begin Fri Jun 11 10:57:08 2004: Request 3037 was acted upon. Transaction: Ticket created by ^NOSPAM^@msn.com Queue: help Subject: ??? Owner: Nobody Requestors: ^NOSPAM^@msn.com Status: new Ticket ???? -------------------------------------------------------------------------------- ??FONT> ------- End (Sorry for my very BAD english...) Nicola -------------- next part -------------- An HTML attachment was scrubbed... URL: From Gautam.Gupta at cwgoindia.com Fri Jun 11 06:50:18 2004 From: Gautam.Gupta at cwgoindia.com (Gautam Gupta) Date: Fri, 11 Jun 2004 16:20:18 +0530 Subject: [rt-users] RT SeeQue problem Message-ID: <2EDFC977AE052046AA4A2CCCD6D810F3018D3624@cwitplmail1.cwgoindia.com> Hi I have been trying to set up rt 3.08 on Redhat 7.2 with mysql database. I want to assign the following schema I have a group called staff. This is a priviledged group and can see all queues and all tickets (successfully configured) I have a group called customer1. This is a non-priviledged group and should be able to create tickets, see tickets and see customer1 queue only. I have assigned rights of seequeue, Showticket and createticket to the group customer1 on the queue customer1. I am able to create tickets but unable to see either the queue or the ticket. Any ideas how this can be sorted out Regards Gautam This email and any files transmitted with it are confidential and intended solely for the use of the individual addressee(s) or entity to whom they are addressed and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Cable & Wireless or it.helpdesk at cwgoindia.com immediately and destroy all copies of this message and any attachments. This footnote also confirms that this email message has been swept for the presence of computer viruses. While Cable & Wireless has taken reasonable precautions to minimise the risk of any attachment to this email containing viruses, we cannot accept liability for any damage which you sustain as a result of any such viruses. You should carry out your own virus checks before opening this document. From howard.jones at network-i.net Fri Jun 11 07:02:03 2004 From: howard.jones at network-i.net (Howard Jones) Date: Fri, 11 Jun 2004 12:02:03 +0100 Subject: [rt-users] Pre-filling the Create Ticket form? Message-ID: <02cb01c44fa3$8736de00$0a01010a@citrix1> Hi, We have an account/provisioning database, which I would like to loosely link with RT. All I really need is a way to start the fault-reporting process from that database. What I am hoping to do is just have a 'magic' link in the accounts db pages with a URL something like http://rt.domain.com/Extras/PreSeedCreate.html?queue=adsl&customfield=22&subjectline=blah&20blah%20blah This would bring up the normal create ticket form, but with some values pre-filled. What's the best way to do this? I'd rather not end up with two copies of /Ticket/Create.html... Things I can think of: 1) Use callbacks to have RT pull the data from the other db. Would rather not. The URL-passing way allows me to do this from anything, not just this one case. 2) Copy /Ticket/Create.html and modify it. Pain to keep updated. 3) Create a ticket in the background, then show the user the modify form, and hope they don't notice. Potentially leaves lots of 'aborted' tickets around. Is there a nice way to do this? Also, incidentally, is there actually any docs for what Callbacks are available where? Or a human-readable changelog for new releases, while I think of it? (I don't see anything on the website that tells me the difference between 3-0-10 which I have, and 3-0-11). Best Regards, Howard From cubic at acronis.ru Fri Jun 11 07:07:31 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Fri, 11 Jun 2004 15:07:31 +0400 Subject: [rt-users] Re: Perl Question In-Reply-To: References: Message-ID: <40C99273.3080609@acronis.ru> MikeHamilton at clovisusd.k12.ca.us wrote: > I want to customize rt, which is why I'm asking the question... > I basically understand that mason allows you to embed Perl in html. I'm confused however by how cgi.pm seems to almost be the idea of simply generating html using Perl as opposed to Mason allowing you to embed Perl in html. What I want advice on is this: > Since I'm just learning, but would like to customize rt, should I spend any time with cgi.pm or just crack open the mason book and learn that approach. > I'm not asking the wrong forum, because RT is the main reason that I want to learn Perl. I've read a couple of Perl books, but just wanted a bit of direction. > > .. mod_perl vs CGI. CGI can run any program. it prepare environment for app and exec it, then send output to user. Even Delphi app can run under CGInterface. mod_perl is different technology like PHP via CGI vs mod_php. There is different ways to use it: 1) Run same CGI scripts under it for speedup(Apache::Registry*). It's that that mod_php provide to PHP lang. 2) mod_perl give you access to Apache API. CGI in apache implented with extension mod_cgi which is content handler. mod_auth is auth handler. mod_rewrite is translate uri handler. Now imagine you can write all that handlers yourself with perl and has all that power that C developers have when write their apache modules. http://perl.apache.org http://modperl.com:9000/ http://www.modperlcookbook.org/ Mason. Mason is group of perl modules which give you framework with own rules, advantages and disadvantages. 1) You can run it under CGI environment, mod_perl and FastCGI. 2) You can mix code with HTML 3) and many other things like dhandlers, autohandlers... Main disadvantages: 1) app run slower even under MP(still more faster then pure CGI) then it can run in pure MP environment, it's price that you should pay for portability. 2) You don't use apache API directly. RT I can split RT into several parts: 1) DB as backend(MySQL, Pg, Oracle...) 2) DBIx::SearchBuilder module which is wrapper over DB and exactly this module allow you use different DB engines for same app. 3) RT Core API is collection of classes( /opt/rt3/lib ) which allow you operate with RT Objects(Ticket, Queue...) 4) Front-end based on Mason technology(/opt/rt3/share/html) which uses RT API and give you nice WebUI. Also it provides REST interface. Good luck. Ruslan. > > > > ----- Original Message ----- > From: seph [seph at directionless.org] > Sent: 06/10/2004 05:16 PM > To: MikeHamilton at clovisusd.k12.ca.us > Cc: rt-users at lists.bestpractical.com > Subject: Re: Perl Question > > >>What advantages does Mason have over CGI.pm? From seph at directionless.org Fri Jun 11 07:39:42 2004 From: seph at directionless.org (seph) Date: Fri, 11 Jun 2004 07:39:42 -0400 Subject: [rt-users] Re: RT SeeQue problem In-Reply-To: <2EDFC977AE052046AA4A2CCCD6D810F3018D3624@cwitplmail1.cwgoindia.com> (Gautam Gupta's message of "Fri, 11 Jun 2004 16:20:18 +0530") References: <2EDFC977AE052046AA4A2CCCD6D810F3018D3624@cwitplmail1.cwgoindia.com> Message-ID: > I have a group called customer1. This is a non-priviledged group and > should be able to create tickets, see tickets and see customer1 > queue only. I have assigned rights of seequeue, Showticket and > createticket to the group customer1 on the queue customer1. I am > able to create tickets but unable to see either the queue or the > ticket. Any ideas how this can be sorted out Are the customer1 users privledged, or not? In RT "privledged" just means "can be granted rights" and yours need to be. seph From Gautam.Gupta at cwgoindia.com Fri Jun 11 07:48:23 2004 From: Gautam.Gupta at cwgoindia.com (Gautam Gupta) Date: Fri, 11 Jun 2004 17:18:23 +0530 Subject: [rt-users] RE: RT SeeQue problem Message-ID: <2EDFC977AE052046AA4A2CCCD6D810F3018D3690@cwitplmail1.cwgoindia.com> Hi Seph Thanks a lot for taking the time out to respond The group customer1 is non-priveledged. I do not want this group to be privilidged as the they see all queues. I have multiple customers and I want each customer to see their respective queue only. Appreciate the help!! Regards Gautam -----Original Message----- From: seph [mailto:seph at directionless.org] Sent: 11 June 2004 17:10 To: Gautam Gupta Cc: rt-users at lists.bestpractical.com Subject: Re: RT SeeQue problem > I have a group called customer1. This is a non-priviledged group and > should be able to create tickets, see tickets and see customer1 > queue only. I have assigned rights of seequeue, Showticket and > createticket to the group customer1 on the queue customer1. I am > able to create tickets but unable to see either the queue or the > ticket. Any ideas how this can be sorted out Are the customer1 users privledged, or not? In RT "privledged" just means "can be granted rights" and yours need to be. seph This email and any files transmitted with it are confidential and intended solely for the use of the individual addressee(s) or entity to whom they are addressed and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Cable & Wireless or it.helpdesk at cwgoindia.com immediately and destroy all copies of this message and any attachments. This footnote also confirms that this email message has been swept for the presence of computer viruses. While Cable & Wireless has taken reasonable precautions to minimise the risk of any attachment to this email containing viruses, we cannot accept liability for any damage which you sustain as a result of any such viruses. You should carry out your own virus checks before opening this document. From mux at qualigaz.com Fri Jun 11 08:02:46 2004 From: mux at qualigaz.com (Maxime Henrion) Date: Fri, 11 Jun 2004 14:02:46 +0200 Subject: [rt-users] DB purge script? Message-ID: <014601c44fac$02ac9310$5f27a8c0@Maxime2> Hi all, I think I remember hearing about a perl script to purge deleted tickets from the RT database, but can't find it anywhere on the website. I thought I'd find it in the contrib/3.0 directory (I'm using RT 3.0.11) but no luck. Does such a script exist? Thanks, Maxime From cubic at acronis.ru Fri Jun 11 08:06:30 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Fri, 11 Jun 2004 16:06:30 +0400 Subject: [rt-users] RE: RT SeeQue problem In-Reply-To: <2EDFC977AE052046AA4A2CCCD6D810F3018D3690@cwitplmail1.cwgoindia.com> References: <2EDFC977AE052046AA4A2CCCD6D810F3018D3690@cwitplmail1.cwgoindia.com> Message-ID: <40C9A046.5020308@acronis.ru> You've taken a little bit wrong direction in RT Right management. Please read next articles to understand difference between priveleged and non priveleged users http://wiki.bestpractical.com/index.cgi?PrivilegedUsers and then http://wiki.bestpractical.com/index.cgi?Rights Hope this will help you. Ruslan. PS: feel free to ask if something unclear in articles. Gautam Gupta wrote: > Hi Seph > > Thanks a lot for taking the time out to respond > > The group customer1 is non-priveledged. I do not want this group to be privilidged as the they see all queues. I have multiple customers and I want each customer to see their respective queue only. > > Appreciate the help!! > Regards > Gautam > From anner at blast.com Fri Jun 11 10:21:20 2004 From: anner at blast.com (Anne Ramey) Date: Fri, 11 Jun 2004 10:21:20 -0400 Subject: [rt-users] apache won't start because of rt error Message-ID: <9C2AF342-BBB2-11D8-8696-000A959E1C16@blast.com> After upgrading to apache 1.3.31 and perl 5.8.3 I get apachectl startssl Use of uninitialized value in numeric ge (>=) at /opt/rt3/bin/webmux.pl line 50. /usr/local/bin/apachectl startssl: httpd could not be started which is an error on this piece of code...mod_perl is installed, so it should be able to get a version. Works fine in my old versions (apache 1.3.29 and perl 5.8.0). Is this a problem anyone has seen before? BEGIN { if ($mod_perl::VERSION >= 1.9908) { require Apache::RequestUtil; no warnings 'redefine'; my $sub = *Apache::request{CODE}; *Apache::request = sub { my $r; eval { $r = $sub->('Apache'); }; # warn $@ if $@; return $r; }; } From dchristilaw at onduty.com Fri Jun 11 10:48:37 2004 From: dchristilaw at onduty.com (Dennis Christilaw) Date: Fri, 11 Jun 2004 09:48:37 -0500 Subject: [rt-users] RT Windows Version Help Message-ID: <20040611144738.B401284C057@pallas.eruditorum.org> Hello, I am currently running the Windows Version of RT (found here: http://wiki.bestpractical.com/index.cgi?WindowsOSInstallGuide). I have everything installed and up and running. I would like to look at and administer the MySQL Database using the MySQL Control Center and MySQL Administrator (found at http://www.mysql.com/products/). The only thing I need is the port to tell the application to find the Database Server on my server. The default port of 3306 does not work; I have also tried 8285 with no success. Any help or insight would be appreciated. Thank you, Dennis Christilaw -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmroland at indiana.edu Fri Jun 11 11:09:56 2004 From: rmroland at indiana.edu (Roland, Ryan M) Date: Fri, 11 Jun 2004 10:09:56 -0500 Subject: [rt-users] RT Windows Version Help Message-ID: I can't tell you the default MySQL port used in the Windows RT bundle, but I can help you try to figure it out. If you know you have MySQL running, you can try to use the command `netstat -a` to view open (LISTENING) ports and try to deduce which port is being used by which app. You can also use a tool called fport which tries to match applications to the open ports on your machine. http://www.foundstone.com/index.htm?subnav=resources/navigation.htm&subc ontent=/resources/proddesc/fport.htm Hope that helps, Ryan Roland Application Developer Information Technology Division of Recreational Sports Indiana University 812.855.9617 rmroland at indiana.edu -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Dennis Christilaw Sent: Friday, June 11, 2004 09:49 To: rt-users at lists.bestpractical.com Subject: [rt-users] RT Windows Version Help Hello, I am currently running the Windows Version of RT (found here: http://wiki.bestpractical.com/index.cgi?WindowsOSInstallGuide). I have everything installed and up and running. I would like to look at and administer the MySQL Database using the MySQL Control Center and MySQL Administrator (found at http://www.mysql.com/products/). The only thing I need is the port to tell the application to find the Database Server on my server. The default port of 3306 does not work; I have also tried 8285 with no success. Any help or insight would be appreciated. Thank you, Dennis Christilaw From dchristilaw at onduty.com Fri Jun 11 11:33:12 2004 From: dchristilaw at onduty.com (Dennis Christilaw) Date: Fri, 11 Jun 2004 10:33:12 -0500 Subject: [rt-users] RT Windows Version Help In-Reply-To: Message-ID: <20040611153212.DAA6184C056@pallas.eruditorum.org> Ryan, Thank you for your prompt reply and the information that you provided. I ran the FPORT tool you pointed me to and got the following out of it: 1568 mysqld-nt -> 8285 TCP C:\Program Files\OurInternet\Common\mysql\bin\mysqld-nt.exe Ok, so based on the information above, we can see that it is listening port 8285. When I try to connect to the SQL Server via port 8285, it tells me that it can not find a MySQL Server on that port. Is there any other way that I can access the DB directly. I would like to populate the data base with information for existing customers and so forth and would like to save time by NOT having to manually input the data... :o) Thanks again Dennis Christilaw -----Original Message----- From: Roland, Ryan M [mailto:rmroland at indiana.edu] Sent: Friday, June 11, 2004 10:10 AM To: Dennis Christilaw; rt-users at lists.bestpractical.com Subject: RE: [rt-users] RT Windows Version Help I can't tell you the default MySQL port used in the Windows RT bundle, but I can help you try to figure it out. If you know you have MySQL running, you can try to use the command `netstat -a` to view open (LISTENING) ports and try to deduce which port is being used by which app. You can also use a tool called fport which tries to match applications to the open ports on your machine. http://www.foundstone.com/index.htm?subnav=resources/navigation.htm&subc ontent=/resources/proddesc/fport.htm Hope that helps, Ryan Roland Application Developer Information Technology Division of Recreational Sports Indiana University 812.855.9617 rmroland at indiana.edu -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Dennis Christilaw Sent: Friday, June 11, 2004 09:49 To: rt-users at lists.bestpractical.com Subject: [rt-users] RT Windows Version Help Hello, I am currently running the Windows Version of RT (found here: http://wiki.bestpractical.com/index.cgi?WindowsOSInstallGuide). I have everything installed and up and running. I would like to look at and administer the MySQL Database using the MySQL Control Center and MySQL Administrator (found at http://www.mysql.com/products/). The only thing I need is the port to tell the application to find the Database Server on my server. The default port of 3306 does not work; I have also tried 8285 with no success. Any help or insight would be appreciated. Thank you, Dennis Christilaw From bshaw at corefa.com Fri Jun 11 11:41:00 2004 From: bshaw at corefa.com (Betty Shaw) Date: Fri, 11 Jun 2004 11:41:00 -0400 Subject: [rt-users] Question about query cc field search Message-ID: <40C9D28C.9040203@corefa.com> Hi, We are currently using RT 3.0.10 to track email correspondence between users at work. However, we run into a problem where when we do a query to search the default cc field or admincc field, it does not work. But the search for requester field is working fine. All other queries for the default fields as well as the custom fields are working fine for us. Just wondering if anyone has experience a similar issue with the default cc field search issue, and how can we resolve this issue as well. We able to query the database to get the information we want, but not sure why it does not work in RT query page. Thanks, Betty Shaw From rmroland at indiana.edu Fri Jun 11 11:44:13 2004 From: rmroland at indiana.edu (Roland, Ryan M) Date: Fri, 11 Jun 2004 10:44:13 -0500 Subject: [rt-users] RT Windows Version Help Message-ID: Well, I suppose there could be a permission setup on the windows bundle which keeps you from connecting, but I would suspect a different message than server not found. You can always try the CLI mysql tool: C:\Program Files\OurInternet\Common\mysql\bin\mysql.exe (I'm guessing here) You'll have to pass the port number to it and the special user/pass for RT. Here is a connection guide to the CLI mysql: http://dev.mysql.com/doc/mysql/en/Connecting-disconnecting.html Keep in mind, I haven't used this bundle, I'm just sharing what I know about mysql in general. If none of the above works for you, there may be a specific setup that was done to the mysql used in the RT Windows bundle which limits connection methods. If that is the case, then someone more familiar with that needs to help you from here. Thanks, Ryan Roland Application Developer Information Technology Division of Recreational Sports Indiana University 812.855.9617 rmroland at indiana.edu -----Original Message----- From: Dennis Christilaw [mailto:dchristilaw at onduty.com] Sent: Friday, June 11, 2004 10:33 To: Roland, Ryan M; rt-users at lists.bestpractical.com Subject: RE: [rt-users] RT Windows Version Help Ryan, Thank you for your prompt reply and the information that you provided. I ran the FPORT tool you pointed me to and got the following out of it: 1568 mysqld-nt -> 8285 TCP C:\Program Files\OurInternet\Common\mysql\bin\mysqld-nt.exe Ok, so based on the information above, we can see that it is listening port 8285. When I try to connect to the SQL Server via port 8285, it tells me that it can not find a MySQL Server on that port. Is there any other way that I can access the DB directly. I would like to populate the data base with information for existing customers and so forth and would like to save time by NOT having to manually input the data... :o) Thanks again Dennis Christilaw -----Original Message----- From: Roland, Ryan M [mailto:rmroland at indiana.edu] Sent: Friday, June 11, 2004 10:10 AM To: Dennis Christilaw; rt-users at lists.bestpractical.com Subject: RE: [rt-users] RT Windows Version Help I can't tell you the default MySQL port used in the Windows RT bundle, but I can help you try to figure it out. If you know you have MySQL running, you can try to use the command `netstat -a` to view open (LISTENING) ports and try to deduce which port is being used by which app. You can also use a tool called fport which tries to match applications to the open ports on your machine. http://www.foundstone.com/index.htm?subnav=resources/navigation.htm&subc ontent=/resources/proddesc/fport.htm Hope that helps, Ryan Roland Application Developer Information Technology Division of Recreational Sports Indiana University 812.855.9617 rmroland at indiana.edu -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Dennis Christilaw Sent: Friday, June 11, 2004 09:49 To: rt-users at lists.bestpractical.com Subject: [rt-users] RT Windows Version Help Hello, I am currently running the Windows Version of RT (found here: http://wiki.bestpractical.com/index.cgi?WindowsOSInstallGuide). I have everything installed and up and running. I would like to look at and administer the MySQL Database using the MySQL Control Center and MySQL Administrator (found at http://www.mysql.com/products/). The only thing I need is the port to tell the application to find the Database Server on my server. The default port of 3306 does not work; I have also tried 8285 with no success. Any help or insight would be appreciated. Thank you, Dennis Christilaw From dchristilaw at onduty.com Fri Jun 11 11:48:59 2004 From: dchristilaw at onduty.com (Dennis Christilaw) Date: Fri, 11 Jun 2004 10:48:59 -0500 Subject: [rt-users] RT Windows Version Help In-Reply-To: Message-ID: <20040611154800.7C51184C10E@pallas.eruditorum.org> Ryan, Thanks again for all your help! I will try those suggestions out and see what happens. If I find anything new, I will be sure to share. Thanks Again! Dennis Christilaw -----Original Message----- From: Roland, Ryan M [mailto:rmroland at indiana.edu] Sent: Friday, June 11, 2004 10:44 AM To: Dennis Christilaw; rt-users at lists.bestpractical.com Subject: RE: [rt-users] RT Windows Version Help Well, I suppose there could be a permission setup on the windows bundle which keeps you from connecting, but I would suspect a different message than server not found. You can always try the CLI mysql tool: C:\Program Files\OurInternet\Common\mysql\bin\mysql.exe (I'm guessing here) You'll have to pass the port number to it and the special user/pass for RT. Here is a connection guide to the CLI mysql: http://dev.mysql.com/doc/mysql/en/Connecting-disconnecting.html Keep in mind, I haven't used this bundle, I'm just sharing what I know about mysql in general. If none of the above works for you, there may be a specific setup that was done to the mysql used in the RT Windows bundle which limits connection methods. If that is the case, then someone more familiar with that needs to help you from here. Thanks, Ryan Roland Application Developer Information Technology Division of Recreational Sports Indiana University 812.855.9617 rmroland at indiana.edu -----Original Message----- From: Dennis Christilaw [mailto:dchristilaw at onduty.com] Sent: Friday, June 11, 2004 10:33 To: Roland, Ryan M; rt-users at lists.bestpractical.com Subject: RE: [rt-users] RT Windows Version Help Ryan, Thank you for your prompt reply and the information that you provided. I ran the FPORT tool you pointed me to and got the following out of it: 1568 mysqld-nt -> 8285 TCP C:\Program Files\OurInternet\Common\mysql\bin\mysqld-nt.exe Ok, so based on the information above, we can see that it is listening port 8285. When I try to connect to the SQL Server via port 8285, it tells me that it can not find a MySQL Server on that port. Is there any other way that I can access the DB directly. I would like to populate the data base with information for existing customers and so forth and would like to save time by NOT having to manually input the data... :o) Thanks again Dennis Christilaw -----Original Message----- From: Roland, Ryan M [mailto:rmroland at indiana.edu] Sent: Friday, June 11, 2004 10:10 AM To: Dennis Christilaw; rt-users at lists.bestpractical.com Subject: RE: [rt-users] RT Windows Version Help I can't tell you the default MySQL port used in the Windows RT bundle, but I can help you try to figure it out. If you know you have MySQL running, you can try to use the command `netstat -a` to view open (LISTENING) ports and try to deduce which port is being used by which app. You can also use a tool called fport which tries to match applications to the open ports on your machine. http://www.foundstone.com/index.htm?subnav=resources/navigation.htm&subc ontent=/resources/proddesc/fport.htm Hope that helps, Ryan Roland Application Developer Information Technology Division of Recreational Sports Indiana University 812.855.9617 rmroland at indiana.edu -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Dennis Christilaw Sent: Friday, June 11, 2004 09:49 To: rt-users at lists.bestpractical.com Subject: [rt-users] RT Windows Version Help Hello, I am currently running the Windows Version of RT (found here: http://wiki.bestpractical.com/index.cgi?WindowsOSInstallGuide). I have everything installed and up and running. I would like to look at and administer the MySQL Database using the MySQL Control Center and MySQL Administrator (found at http://www.mysql.com/products/). The only thing I need is the port to tell the application to find the Database Server on my server. The default port of 3306 does not work; I have also tried 8285 with no success. Any help or insight would be appreciated. Thank you, Dennis Christilaw From Joerg.Jacobsen at ee-consultants.de Fri Jun 11 11:51:17 2004 From: Joerg.Jacobsen at ee-consultants.de (=?iso-8859-1?Q?=22Jacobsen=2C_J=F6rg=22?=) Date: Fri, 11 Jun 2004 17:51:17 +0200 Subject: AW: [rt-users] Question about query cc field search Message-ID: <0948B33B7003EB4B9AAA429564486192011D3BD8@mail.ee-consultants.de> Hi Betty, I just tried it out myself and seem to get the same results you do (RT 3.0.10). Unfortunately don't know either why this does not work. Regards, Joerg. From cubic at acronis.ru Fri Jun 11 11:54:38 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Fri, 11 Jun 2004 19:54:38 +0400 Subject: AW: [rt-users] Question about query cc field search In-Reply-To: <0948B33B7003EB4B9AAA429564486192011D3BD8@mail.ee-consultants.de> References: <0948B33B7003EB4B9AAA429564486192011D3BD8@mail.ee-consultants.de> Message-ID: <40C9D5BE.5080806@acronis.ru> Jacobsen, J?rg wrote: > Hi Betty, > > I just tried it out myself and seem to get the same results you do (RT 3.0.10). Unfortunately don't know either why this does not work. > > Regards, Joerg. Fixed in 3.0.11. From bshaw at corefa.com Fri Jun 11 12:03:37 2004 From: bshaw at corefa.com (Betty Shaw) Date: Fri, 11 Jun 2004 12:03:37 -0400 Subject: AW: [rt-users] Question about query cc field search In-Reply-To: <40C9D5BE.5080806@acronis.ru> References: <0948B33B7003EB4B9AAA429564486192011D3BD8@mail.ee-consultants.de> <40C9D5BE.5080806@acronis.ru> Message-ID: <40C9D7D9.3030108@corefa.com> Ruslan U. Zakirov wrote: > Jacobsen, J?rg wrote: > >> Hi Betty, >> >> I just tried it out myself and seem to get the same results you do >> (RT 3.0.10). Unfortunately don't know either why this does not work. >> >> Regards, Joerg. > > > Fixed in 3.0.11. > Hi Jacobsen. Thanks for the info. I will get our system guy to install 3.0.11 to see if the problem goes away. However, we did try to fix this by installing a different version 3.1.5 and it does not appear to fix this particular problem. Just wondering whether you have 3.1.5 there to test with. Will let you know once we get 3.0.11 installed Thanks, Betty From jesse at bestpractical.com Fri Jun 11 13:24:54 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Fri, 11 Jun 2004 13:24:54 -0400 Subject: [rt-users] [Rt-announce] RTFM 2.0.4 now available Message-ID: <20040611172454.GE26100@pallas.eruditorum.org> I'm pleased to announce the immediate availability of RTFM 2.0.4. This release fixes three small but important issues: * RTFM was sometimes overly draconian about access control * RTFM 2.0.3 broke the "Extract ticket to article" functionality * RTFM wouldn't always let you edit articles when using an Oracle backend. Additionally, this version of RTFM now strips HTML from articles before they're included in outgoing ticket replies. http://download.bestpractical.com/pub/rt/release/RTFM-2.0.4.tar.gz d5a6935dedd40344ca977ffd5209196a RTFM-2.0.4.tar.gz http://download.bestpractical.com/pub/rt/release/RTFM-2.0.4.tar.gz.sig e75e4480d9ffc1c0fe41d684d7eb20a7 RTFM-2.0.4.tar.gz.sig Best, Jesse Vincent Best Practical -- _______________________________________________ RT-Announce mailing list RT-Announce at lists.bestpractical.com http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-announce From jesse at bestpractical.com Fri Jun 11 13:43:24 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Fri, 11 Jun 2004 13:43:24 -0400 Subject: [rt-users] Ticket Extraction not working in RTFM In-Reply-To: <057401c44de4$3c3bc9d0$0a00a8c0@grenache> References: <057401c44de4$3c3bc9d0$0a00a8c0@grenache> Message-ID: <20040611174324.GG26100@pallas.eruditorum.org> Give the just-release 2.0.4 a shot. On Wed, Jun 09, 2004 at 03:10:12PM +0930, Darren Kelly wrote: > Hi Guys, > > Just wondering whether there has been any resolution > to the thread entitled 'Ticket Extraction not working in RTFM'. > (I've seen two separate posts on this subject) > > I appear to have hit the same issue where RTFM is not picking > up the transaction content even though you assign custom > fields to transactions on the ExtractFromTicket.html page. > > It seems adding the text manually on Edit.html works fine. > > I'm using RT-3.0.10 and RTFM-2.0.3 and have also tried with > RTFM-2.0.4pre1 with same result. > > Thanks for your assistance. > > Regards > Darren Kelly > > > -- > This e-mail is certified virus free. > Scanned with virus definition file 4364 issued Jun 02 2004. > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From MikeHamilton at clovisusd.k12.ca.us Fri Jun 11 13:52:26 2004 From: MikeHamilton at clovisusd.k12.ca.us (MikeHamilton at clovisusd.k12.ca.us) Date: Fri, 11 Jun 2004 10:52:26 -0700 Subject: [rt-users] HTML::Format Message-ID: In the README for RTFM, it mentions installing HTML::Format but on CPAN the closest that I can find is HTML::FormatText (for which the tarball is called HTML-Format). Is that the right module to fill the dependency? -------------- next part -------------- An HTML attachment was scrubbed... URL: From rt at chaka.net Fri Jun 11 13:29:13 2004 From: rt at chaka.net (Todd Chapman) Date: Fri, 11 Jun 2004 13:29:13 -0400 Subject: [rt-users] Problem installing Apache::Request In-Reply-To: <2E8440B99F0D1B4F9D4F3099A3778FB507179DCF@EXCHANGE4> References: <2E8440B99F0D1B4F9D4F3099A3778FB507179DCF@EXCHANGE4> Message-ID: <20040611172913.GI28862@chaka.net> You need to build the module in a directory that is readable by user nobody. See: perldoc CPAN You need to change build_dir. -Todd On Thu, Jun 10, 2004 at 05:13:24PM -0500, Brett Barnhart wrote: > > > [warning] result: > [ error] You are running the test suite under user 'root'. > Apache cannot spawn child processes as 'root', therefore > we attempt to run the test suite with user 'nobody' (99:99). > The problem is that the path (including all parent directories): > /root/.cpan/build/Apache-Test-1.11/t > must be 'rwx' by user 'nobody', so Apache can read and write under that > path. > > There are several ways to resolve this issue. One is to move and > rebuild the distribution to '/tmp/' and repeat the 'make test' > phase. The other is not to run 'make test' as root (i.e. building > under your /home/user directory). > From mikep at uclink.berkeley.edu Fri Jun 11 15:10:19 2004 From: mikep at uclink.berkeley.edu (Mike Patterson) Date: Fri, 11 Jun 2004 12:10:19 -0700 Subject: [rt-users] RTFM "create new classes" error In-Reply-To: References: Message-ID: <40CA039B.2030200@uclink.berkeley.edu> When I attempt to create new article class (RTFM->Configuration->Classes->New Class) I get an error message (see below). Using RTFM 2.0.4, RT 3.0.11 , Statistics 0.1.5, Mysql 4.0.20 , Perl 5.8.4, FreeBSD 4.8, Apache: Apache/1.3.31 mod_perl/1.29 mod_ssl/2.8.18 OpenSSL/0.9.7d I recently upgraded Perl 5.8.2-5 -> 5.8.4, RT from 3.0.7 -> 3.0.11 & RTFM 2.0 -> 2.0.2 I'm not aware of whether or not this problem was preexisting or not, I just noticed it today, so I upgraded RTFM 2.0.2 -> 2.0.4 and still have same problem. Do I need to set different permissions on my log files? Any tips? Thanks, Mike error: no connection to syslog available at /usr/local/lib/perl5/site_perl/5.8.4/Log/Dispatch/Syslog.pm line 77 context: ... 187: # whether they should generate a full stack trace (confess() and cluck()) 188: # or simply report the caller's package (croak() and carp()), respectively. 189: # confess() and croak() die, carp() and cluck() warn. 190: 191: sub croak { die shortmess @_ } 192: sub confess { die longmess @_ } 193: sub carp { warn shortmess @_ } 194: sub cluck { warn longmess @_ } 195: ... code stack: /usr/local/lib/perl5/5.8.4/Carp.pm:191 /usr/local/lib/perl5/5.8.4/mach/Sys/Syslog.pm:430 /usr/local/lib/perl5/5.8.4/mach/Sys/Syslog.pm:337 /usr/local/lib/perl5/site_perl/5.8.4/Log/Dispatch/Syslog.pm:77 /usr/local/lib/perl5/site_perl/5.8.4/Log/Dispatch/Output.pm:41 /usr/local/lib/perl5/site_perl/5.8.4/Log/Dispatch.pm:95 /usr/local/lib/perl5/site_perl/5.8.4/Log/Dispatch.pm:74 /usr/local/lib/perl5/site_perl/5.8.4/Log/Dispatch.pm:22 /usr/local/rt3/lib/RT.pm:250 /usr/local/lib/perl5/5.8.4/Carp.pm:194 /usr/local/rt3/lib/RT/Principal_Overlay.pm:354 /usr/local/rt3/lib/RT/User_Overlay.pm:1474 /usr/local/rt3/lib/RT/CurrentUser.pm:305 /usr/local/rt3/lib/RT/FM/Class_Overlay.pm:267 /usr/local/rt3/lib/RT/FM/Class_Overlay.pm:254 /usr/local/lib/perl5/site_perl/5.8.4/DBIx/SearchBuilder/Record.pm:410 /usr/local/rt3/share/html/RTFM/Admin/Classes/Modify.html:103 /usr/local/rt3/share/html/autohandler:196 From BrettB at hkusa.com Fri Jun 11 15:46:27 2004 From: BrettB at hkusa.com (Brett Barnhart) Date: Fri, 11 Jun 2004 14:46:27 -0500 Subject: [rt-users] Problem installing Apache::Request Message-ID: <2E8440B99F0D1B4F9D4F3099A3778FB507179DDD@EXCHANGE4> Thanks Todd, I finally got this installed. Thanks to everyone for their help. trying to get mail sucked into the RT now.. :) > -----Original Message----- > From: Todd Chapman [mailto:rt at chaka.net] > Sent: Friday, June 11, 2004 12:29 PM > To: Brett Barnhart > Cc: '''rt-users at lists.bestpractical.com' ' ' > Subject: Re: [rt-users] Problem installing Apache::Request > > > You need to build the module in a directory that is readable > by user nobody. > > See: perldoc CPAN > > You need to change build_dir. > > -Todd > > On Thu, Jun 10, 2004 at 05:13:24PM -0500, Brett Barnhart wrote: > > > > > > [warning] result: > > [ error] You are running the test suite under user 'root'. > > Apache cannot spawn child processes as 'root', therefore > > we attempt to run the test suite with user 'nobody' (99:99). > > The problem is that the path (including all parent directories): > > /root/.cpan/build/Apache-Test-1.11/t > > must be 'rwx' by user 'nobody', so Apache can read and > write under that > > path. > > > > There are several ways to resolve this issue. One is to move and > > rebuild the distribution to '/tmp/' and repeat the 'make test' > > phase. The other is not to run 'make test' as root (i.e. building > > under your /home/user directory). > > > From dwfm at rtimage.com Fri Jun 11 16:16:24 2004 From: dwfm at rtimage.com (Alex) Date: Fri, 11 Jun 2004 13:16:24 -0700 Subject: [rt-users] Tool to migrate from RT3 on postgres to RT3 on mysql and back... In-Reply-To: <20030815071633.GB10198@fsck.com> References: <20030815071633.GB10198@fsck.com> Message-ID: <40CA1318.1030407@rtimage.com> There were questions on the list about doing it the other way around: from MySQL to Postgres. I have managed to use this tool to migrate RT 3.0.10 the other way around -- from mysql to postgres. The procedure was: 1. *rt-setup-database --action schema ... * 2. Download http://fsck.com/pub/rt/contrib/3.0/Conversion/rt3-on-pg-to-mysql 3. Modify the script to reflect database locations, e.g.: * my $new_handle = DBI->connect("dbi:Pg:dbname=rtdb",'postgres','') or die $DBI::errstr; * my $old_handle = DBI->connect("dbi:mysql:database=rt3;host=;port=3306",' ','') or die $DBI::errstr; 4. Switch to PostgreSQL DBA account: *su postgres* 5. Run the script and make sure it worked OK. At this point you can login and see tickets, but not create tickets 6. Reset the sequences in the database: * *su postgres psql rtdb* * For every SEQUENCE in /etc/request-tracker3/schema.Pg (I am using Debian; the location on your system may be in /opt/rt3. or somewhere else) do: o SELECT MAX(id) + 1 FROM ; o note the result o ALTER SEQUENCE
_is_seq RESTART WITH ; NOTES 1. Usual disclaimer: The above worked for me once; it is not guaranteed to work for you and you are strongly advised not to do it on the production database without prior testing. 2. IMHO ALTER SEQUENCE
_is_seq RESTART WITH (SELECT MAX(id) + 1 FROM
) should have worked but it didn't and I had to split it in two. Postgres/SQL gurus might be able to explain why. Perl gurus may want to modify Jesse's script to do all this automagically. 3. In my totally unscientific Apples-to-Oranges comparison moving database to Postgres actually made things faster, contrary to what many people experience. Jesse Vincent wrote on 04/11/2004 4:12 PM: >Is now available at http://fsck.com/pub/rt/contrib/3.0/Conversion/ > >It's a small tool I built for a client who wanted to move from Pg to >Mysql with their existing RT3 database. > >You should start with a full RT database on postgres and an RT3 database >on mysql that contains only the schema and not the database content. > > -j > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mikep at uclink.berkeley.edu Fri Jun 11 16:19:55 2004 From: mikep at uclink.berkeley.edu (Mike Patterson) Date: Fri, 11 Jun 2004 13:19:55 -0700 Subject: [rt-users] RTFM "create new classes" error In-Reply-To: <40CA039B.2030200@uclink.berkeley.edu> References: <40CA039B.2030200@uclink.berkeley.edu> Message-ID: <40CA13EB.7050301@uclink.berkeley.edu> This solved my problem for me: http://marc.free.net.ph/message/20040123.215715.974d9463.html Adding this socket statement to the /my-rtinstall-dir/lib/RT.pm in the if ($RT::LogToSyslog) { statement just above the stderr => 1, fixed it for me: socket => 'inet' From lists.fsck.com at okra.org Fri Jun 11 16:53:44 2004 From: lists.fsck.com at okra.org (Dan Fulbright) Date: Fri, 11 Jun 2004 15:53:44 -0500 Subject: [rt-users] Bulk removal of Requestor ends in "Could not find that principal" In-Reply-To: <37325.212.11.226.33.1086256200.squirrel@webmail.teleteach.de> References: <37325.212.11.226.33.1086256200.squirrel@webmail.teleteach.de> Message-ID: <20040611205344.GA23221@crosseye.danf.org> > i want to remove a requestor in a couple of tickets via the bulk ticket update. > > Unfortunately, i allways get the error message "Could not find that principal". I hate to post a "Me too" message, but I've been dealing with this problem since at least RT 3.0.6. I'm now using RT 3.0.10 and still experiencing the problem. Adding a requestor via bulk update works fine. From matt at webexc.com Fri Jun 11 17:43:35 2004 From: matt at webexc.com (Matt Barton) Date: Fri, 11 Jun 2004 16:43:35 -0500 Subject: [rt-users] Error When Doing Subject Search Message-ID: <40CA2787.3010002@webexc.com> Hello In RT 3.0.11, I get an error when performing a search by subject. Here is the error I receive. error: no connection to syslog available at /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch/Syslog.pm line 77 context: ... 187: # whether they should generate a full stack trace (confess() and cluck()) 188: # or simply report the caller's package (croak() and carp()), respectively. 189: # confess() and croak() die, carp() and cluck() warn. 190: 191: sub croak { die shortmess @_ } 192: sub confess { die longmess @_ } 193: sub carp { warn shortmess @_ } 194: sub cluck { warn longmess @_ } 195: ... code stack: /usr/local/lib/perl5/5.8.2/Carp.pm:191 /usr/local/lib/perl5/5.8.2/mach/Sys/Syslog.pm:429 /usr/local/lib/perl5/5.8.2/mach/Sys/Syslog.pm:337 /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch/Syslog.pm:77 /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch/Output.pm:41 /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch.pm:95 /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch.pm:74 /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch.pm:22 /usr/local/rt3/lib/RT/Tickets_Overlay.pm:907 /usr/local/rt3/lib/RT/Interface/Web.pm:603 /usr/local/rt3/share/html/Search/Listing.html:101 /usr/local/rt3/share/html/autohandler:195 Here is my environment. FreeBSD 4.9-RELEASE-p5 RT 3.0.11 Apache 1.3.29 mod_perl 1.28 Log::Dispatch 2.10 All of the software has been installed via FreeBSD Ports, including RT and Log::Dispatch. If there's anything else that I need to provide, please let me know, and I will gladly do so. Thanks in advance. -- Matt Barton Webexcellence PH: 317.423.3548 x22 TF: 800.808.6332 x22 FX: 317.423.8735 matt at webexc.com www.webexc.com From cubic at acronis.ru Sat Jun 12 05:04:32 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Sat, 12 Jun 2004 13:04:32 +0400 Subject: [rt-users] RTFM "create new classes" error In-Reply-To: <40CA13EB.7050301@uclink.berkeley.edu> References: <40CA039B.2030200@uclink.berkeley.edu> <40CA13EB.7050301@uclink.berkeley.edu> Message-ID: <40CAC720.2010801@acronis.ru> Mike Patterson wrote: > This solved my problem for me: > > http://marc.free.net.ph/message/20040123.215715.974d9463.html > > Adding this socket statement to the /my-rtinstall-dir/lib/RT.pm in the > if ($RT::LogToSyslog) { statement just above the stderr => 1, fixed > it for me: > > socket => 'inet' Now you can do it in RT config. There is special comment about this problem. Best regards. Ruslan. From cubic at acronis.ru Sat Jun 12 06:47:02 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Sat, 12 Jun 2004 14:47:02 +0400 Subject: [rt-users] Tool to migrate from RT3 on postgres to RT3 on mysql and back... In-Reply-To: <40CA1318.1030407@rtimage.com> References: <20030815071633.GB10198@fsck.com> <40CA1318.1030407@rtimage.com> Message-ID: <40CADF26.4030307@acronis.ru> Thanks, Alex. Published: http://wiki.bestpractical.com/index.cgi?MySQLToPg Best regards. Ruslan. Alex wrote: > There were questions on the list about doing it the other way around: > from MySQL to Postgres. > > I have managed to use this tool to migrate RT 3.0.10 the other way > around -- from mysql to postgres. > > The procedure was: > > 1. *rt-setup-database --action schema ... > * > 2. Download > http://fsck.com/pub/rt/contrib/3.0/Conversion/rt3-on-pg-to-mysql > 3. Modify the script to reflect database locations, e.g.: > * my $new_handle = > DBI->connect("dbi:Pg:dbname=rtdb",'postgres','') > or die $DBI::errstr; > * my $old_handle = > DBI->connect("dbi:mysql:database=rt3;host=;port=3306",' > ','') or die $DBI::errstr; > 4. Switch to PostgreSQL DBA account: *su postgres* > 5. Run the script and make sure it worked OK. At this point you can > login and see tickets, but not create tickets > 6. Reset the sequences in the database: > * *su postgres > psql rtdb* > * For every SEQUENCE in /etc/request-tracker3/schema.Pg (I am > using Debian; the location on your system may be in > /opt/rt3. or somewhere else) do: > o SELECT MAX(id) + 1 FROM
; > o note the result > o ALTER SEQUENCE
_is_seq RESTART WITH of the previous statement> ; > > NOTES > > 1. Usual disclaimer: The above worked for me once; it is not > guaranteed to work for you and you are strongly advised not to do > it on the production database without prior testing. > 2. IMHO ALTER SEQUENCE
_is_seq RESTART WITH (SELECT MAX(id) + > 1 FROM
) should have worked but it didn't and I had to > split it in two. Postgres/SQL gurus might be able to explain why. > Perl gurus may want to modify Jesse's script to do all this > automagically. > 3. In my totally unscientific Apples-to-Oranges comparison moving > database to Postgres actually made things faster, contrary to what > many people experience. > > > Jesse Vincent wrote on 04/11/2004 4:12 PM: > >>Is now available at http://fsck.com/pub/rt/contrib/3.0/Conversion/ >> >>It's a small tool I built for a client who wanted to move from Pg to >>Mysql with their existing RT3 database. >> >>You should start with a full RT database on postgres and an RT3 database >>on mysql that contains only the schema and not the database content. >> >> -j >> >> >> >> >> > > ------------------------------------------------------------------------ > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From burba at rfn.ru Sat Jun 12 19:37:39 2004 From: burba at rfn.ru (Alex S. Burba) Date: Sun, 13 Jun 2004 03:37:39 +0400 Subject: [rt-users] Using template "New Pending Approval" Message-ID: <40CB93C3.9050908@rfn.ru> Hi. I've set up Approvals and now they're working fine (very usefull feature, IMHO). But I have some questions ... queue Support queue Approvals Wherever I create a ticket in Support an approval ticket is created in Approval - that's ok, but the watchers of the Approval always get this type of e-mail: Sun Jun 13 03:20:52 2004: Request 145 was acted upon. Transaction: Ticket created by RT_System Queue: Approvals Subject: New Pending Approval: TEST TICKET Owner: nobody Requestors: Status: new Ticket Of cource I understand that this is a result of the template which I have constructed for the approval script in queue Support, but I can not undestand: 1. Why there is a template "New Pending Approval" in queue Approval? 2. When that template will be used? 3. And are there any possibilities for me to allow watchers of the queue Approval recieve not that message (I've stated before), but the result of the template "New Pending Approval" from the queue Approval? -- Bye. Alex S. Burba From burba at rfn.ru Mon Jun 14 01:55:32 2004 From: burba at rfn.ru (Alex S. Burba) Date: Mon, 14 Jun 2004 09:55:32 +0400 Subject: [rt-users] Using template "New Pending Approval" References: <40CB93C3.9050908@rfn.ru> Message-ID: <40CD3DD4.5030507@rfn.ru> Alex S. Burba wrote: Perhaps my watchers always get such e-mails because the queue Approval has been enabled. After disabling it everything began to work just as I wanted. -- Bye. Alex S. Burba > I've set up Approvals and now they're working fine (very usefull > feature, IMHO). But I have some questions ... > > queue Support > queue Approvals > > Wherever I create a ticket in Support an approval ticket is created in > Approval - that's ok, but the watchers of the Approval always get this > type of e-mail: > > Sun Jun 13 03:20:52 2004: Request 145 was acted upon. > Transaction: Ticket created by RT_System > Queue: Approvals > Subject: New Pending Approval: TEST TICKET > Owner: nobody > Requestors: > Status: new > Ticket > > Of cource I understand that this is a result of the template which I > have constructed for the approval script in queue Support, but I can not > undestand: > 1. Why there is a template "New Pending Approval" in queue Approval? > 2. When that template will be used? > 3. And are there any possibilities for me to allow watchers of the queue > Approval recieve not that message (I've stated before), but the result > of the template "New Pending Approval" from the queue Approval? From Joerg.Jacobsen at ee-consultants.de Mon Jun 14 05:33:38 2004 From: Joerg.Jacobsen at ee-consultants.de (=?iso-8859-1?Q?=22Jacobsen=2C_J=F6rg=22?=) Date: Mon, 14 Jun 2004 11:33:38 +0200 Subject: [rt-users] Show history in reverse order? Message-ID: <0948B33B7003EB4B9AAA429564486192011D3BDA@mail.ee-consultants.de> Hi there, does anyone know how to show a ticket's history in reverse order i.e. starting with its latest transaction? Regards, Joerg. From mux at qualigaz.com Mon Jun 14 07:23:36 2004 From: mux at qualigaz.com (Maxime Henrion) Date: Mon, 14 Jun 2004 13:23:36 +0200 Subject: [rt-users] Problems with rt command line tool Message-ID: <000901c45202$096c20f0$5f27a8c0@Maxime2> Hello all, I'm completely unable to use the rt command line tool, which outputs lots of errors before failing. I thought I was missing some dependency and thus ran rt-test-dependencies, but it appears the only thing I'm missing is the WWW::Mechanize Perl module, which, if I understood correctly, is not strictly required. I'm using RT 3.0.11, and it's the first time I tried to run the command line tool. The web interface works perfectly. Here is the messages printed by rt : Variable "%help" is not imported at /usr/bin/rt line 139. (Did you mean &help instead?) Variable "%help" is not imported at /usr/bin/rt line 144. (Did you mean &help instead?) Variable "%help" is not imported at /usr/bin/rt line 155. (Did you mean &help instead?) Variable "%help" is not imported at /usr/bin/rt line 166. (Did you mean &help instead?) Global symbol "$type" requires explicit package name at /usr/bin/rt line 136. Global symbol "%help" requires explicit package name at /usr/bin/rt line 139. Global symbol "$key" requires explicit package name at /usr/bin/rt line 139. Global symbol "$key" requires explicit package name at /usr/bin/rt line 141. Global symbol "%help" requires explicit package name at /usr/bin/rt line 144. Global symbol "$key" requires explicit package name at /usr/bin/rt line 144. Global symbol "$type" requires explicit package name at /usr/bin/rt line 149. Global symbol "$key" requires explicit package name at /usr/bin/rt line 150. Global symbol "$type" requires explicit package name at /usr/bin/rt line 150. Global symbol "$key" requires explicit package name at /usr/bin/rt line 152. Global symbol "$type" requires explicit package name at /usr/bin/rt line 152. Global symbol "%help" requires explicit package name at /usr/bin/rt line 155. Global symbol "$key" requires explicit package name at /usr/bin/rt line 155. Global symbol "$type" requires explicit package name at /usr/bin/rt line 156. Global symbol "$key" requires explicit package name at /usr/bin/rt line 157. Global symbol "$type" requires explicit package name at /usr/bin/rt line 157. Global symbol "$key" requires explicit package name at /usr/bin/rt line 157. Global symbol "$key" requires explicit package name at /usr/bin/rt line 158. Global symbol "$key" requires explicit package name at /usr/bin/rt line 158. Global symbol "$type" requires explicit package name at /usr/bin/rt line 158. Global symbol "$key" requires explicit package name at /usr/bin/rt line 159. Global symbol "$key" requires explicit package name at /usr/bin/rt line 162. Global symbol "%help" requires explicit package name at /usr/bin/rt line 166. Global symbol "$key" requires explicit package name at /usr/bin/rt line 166. Unmatched right curly bracket at /usr/bin/rt line 167, at end of line /usr/bin/rt has too many errors. Any help would be greatly appreciated. Thanks, Maxime From testigo at ukr.net Mon Jun 14 08:37:05 2004 From: testigo at ukr.net (Igor) Date: Mon, 14 Jun 2004 15:37:05 +0300 Subject: [rt-users] problem with russian Message-ID: Hello, I have FreeBSD-5.2.1R+rt-3.0.11+apache-1.3.31+perl-5.8.4+mod_perl-1.3.31 To use rt-mailgate script I've put in /etc/aliases rt: "|/usr/local/rt3/bin/rt-mailgate --queue queuename --action correspond --url http://rt.host.name/" Everything works great fo english writing users, but I've got a problem when try to send russian written e-mail (KOI-R or windows-1251) There are ??? signs instead russian letters in ticket's e-mail confirmation and the same ??? signs when I try to look at new created ticket via http. How can I solve this ? Thanks in advance Igor From rtuser at slynetworks.com Mon Jun 14 09:49:14 2004 From: rtuser at slynetworks.com (Rtuser) Date: Mon, 14 Jun 2004 08:49:14 -0500 Subject: [rt-users] RT3:ExternalDatabaseDSN Message-ID: <0d1e516e1d12d709b0f4d1cc1fa6120d@slynetworks.com> Under Global Setup/Basic there's an option for ExternalDatabaseDSN with a value of : dbi:ODBC=rt3 Can I change this connection string? for example, Win32::ODBC("DSN=Rt3") There may be an include file that holds the connection string. Any pointers? Thanks, Oscar. From anner at blast.com Mon Jun 14 10:11:24 2004 From: anner at blast.com (Anne Ramey) Date: Mon, 14 Jun 2004 10:11:24 -0400 Subject: [rt-users] rt won't let apache start after upgrade Message-ID: Upgraded to a working version of apache 1.3.31 and perl 5.8.3. Installed the necessary perl Mods (including apache:DBI, apache:test, apache:request and HTML:Mason) and get this error when I try and start apache. I grabbed the newest HTML:Mason off of cpan and it installed with no errors. I'm using rt 3.0.11 [Mon Jun 14 10:01:01 2004] [error] Undefined subroutine &Apache::perl_hook called at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/ApacheHandler.pm line 344.\nBEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/ApacheHandler.pm line 344.\nCompilation failed in require at /opt/rt3/bin/webmux.pl line 61.\nBEGIN failed--compilation aborted at /opt/rt3/bin/webmux.pl line 67.\nCompilation failed in require at (eval 4) line 1.\n Syntax error on line 1257 of /usr/local/apache/conf/httpd.conf: Undefined subroutine &Apache::perl_hook called at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/ApacheHandler.pm line 344. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/ApacheHandler.pm line 344. Compilation failed in require at /opt/rt3/bin/webmux.pl line 61. BEGIN failed--compilation aborted at /opt/rt3/bin/webmux.pl line 67. Compilation failed in require at (eval 4) line 1. Anne From stephen.quinney at computing-services.oxford.ac.uk Mon Jun 14 10:42:08 2004 From: stephen.quinney at computing-services.oxford.ac.uk (Stephen Quinney) Date: Mon, 14 Jun 2004 15:42:08 +0100 Subject: [rt-users] Problems with rt command line tool In-Reply-To: <000901c45202$096c20f0$5f27a8c0@Maxime2> References: <000901c45202$096c20f0$5f27a8c0@Maxime2> Message-ID: <20040614144208.GB27347@computing-services.oxford.ac.uk> On Mon, Jun 14, 2004 at 01:23:36PM +0200, Maxime Henrion wrote: > > I'm completely unable to use the rt command line tool, which outputs > lots of errors before failing. I thought I was missing some > dependency and thus ran rt-test-dependencies, but it appears the only > thing I'm missing is the WWW::Mechanize Perl module, which, if I > understood correctly, is not strictly required. I'm using RT 3.0.11, > and it's the first time I tried to run the command line tool. The web > interface works perfectly. Here is the messages printed by rt : For a patch see my message to this list: Date: Wed, 26 May 2004 15:10:18 +0100 From: Stephen Quinney Subject: [rt-users] Bug in rt 3.0.11 CLI That will fix your problem, Stephen Quinney From mux at qualigaz.com Mon Jun 14 11:06:40 2004 From: mux at qualigaz.com (Maxime Henrion) Date: Mon, 14 Jun 2004 17:06:40 +0200 Subject: [rt-users] Problems with rt command line tool References: <000901c45202$096c20f0$5f27a8c0@Maxime2> <20040614144208.GB27347@computing-services.oxford.ac.uk> Message-ID: <006a01c45221$32bb7180$5f27a8c0@Maxime2> > On Mon, Jun 14, 2004 at 01:23:36PM +0200, Maxime Henrion wrote: > > > > I'm completely unable to use the rt command line tool, which outputs > > lots of errors before failing. I thought I was missing some > > dependency and thus ran rt-test-dependencies, but it appears the only > > thing I'm missing is the WWW::Mechanize Perl module, which, if I > > understood correctly, is not strictly required. I'm using RT 3.0.11, > > and it's the first time I tried to run the command line tool. The web > > interface works perfectly. Here is the messages printed by rt : > > For a patch see my message to this list: > > Date: Wed, 26 May 2004 15:10:18 +0100 > From: Stephen Quinney > Subject: [rt-users] Bug in rt 3.0.11 CLI > > That will fix your problem, > > Stephen Quinney Indeed, I patched my /usr/bin/rt and it's now working fine. Thanks! Maxime From fclaros at capside.com Mon Jun 14 11:21:34 2004 From: fclaros at capside.com (Fernando Claros) Date: Mon, 14 Jun 2004 17:21:34 +0200 Subject: [rt-users] a little confused... Message-ID: <20040614161859.GA26610@mail21b.london21-verio.com> Hi, i am still a bit confused about a couple of things: - What is the difference between Unprivileged and Everyone? - Is there any difference between Privileged and Staff Member? Thank you Fernando Claros de Luna CAPSiDE fclaros at capside.com Phone +34 934 266 731 -------------- next part -------------- An HTML attachment was scrubbed... URL: From m-liebman at northwestern.edu Mon Jun 14 11:27:56 2004 From: m-liebman at northwestern.edu (Michael S. Liebman) Date: Mon, 14 Jun 2004 11:27:56 -0400 Subject: [rt-users] a little confused... In-Reply-To: <20040614161859.GA26610@mail21b.london21-verio.com> References: <20040614161859.GA26610@mail21b.london21-verio.com> Message-ID: <20040614152756.GA5854@SDF.LONESTAR.ORG> On Mon, Jun 14, 2004 at 05:21:34PM +0200, Fernando Claros wrote: > Hi, i am still a bit confused about a couple of things: > > - What is the difference between Unprivileged and Everyone? Everyone is the superset of Privileged and Unprivileged users. Everyone is just that, every user in the system. > - Is there any difference between Privileged and Staff Member? Programmatically, not really. Privileged users are what you make of them. Most people use them as their internal staff and use unprivileged users as the customers. Have a look at http://wiki.bestpractical.com/index.cgi?PrivilegedUsers and http://wiki.bestpractical.com/index.cgi?Rights. Michael -- Michael S. Liebman m-liebman at northwestern.edu http://msl521.freeshell.org/ "I have vision and the rest of the world wears bifocals." -Paul Newman in "Butch Cassidy & the Sundance Kid" From rjansen at vub.ac.be Mon Jun 14 11:39:56 2004 From: rjansen at vub.ac.be (Jansen Robert) Date: Mon, 14 Jun 2004 17:39:56 +0200 Subject: [rt-users] RTFM "create new classes" error In-Reply-To: <40CAC720.2010801@acronis.ru> References: <40CA039B.2030200@uclink.berkeley.edu> <40CA13EB.7050301@uclink.berkeley.edu> <40CAC720.2010801@acronis.ru> Message-ID: At 1:04 PM +0400 6/12/04, Ruslan U. Zakirov wrote: >Mike Patterson wrote: >>This solved my problem for me: >> >>http://marc.free.net.ph/message/20040123.215715.974d9463.html >> >>Adding this socket statement to the /my-rtinstall-dir/lib/RT.pm in >>the if ($RT::LogToSyslog) { statement just above the stderr => >>1, fixed it for me: >> >>socket => 'inet' >Now you can do it in RT config. There is special comment about this problem. > > Best regards. Ruslan. >_______________________________________________ >http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > >RT Developer and Administrator training is coming to LA, DC and >Frankfurt this spring and summer. >http://bestpractical.com/services/training.html > >Sign up early, as class space is limited. I'm also using Solaris, so this was a very welcome addition to RT. Thanks Jesse. Example: I added this: # On Solaris, set to ( socket => 'inet' ). Options here override any # other options RT passes to Log::Dispatch::Syslog. Other interesting # flags include facility and logopt. (See the Log::Dispatch::Syslog # documentation for more information.) (Maybe ident too, if you have # multiple RT installations.) #@LogToSyslogConf = (socket => 'inet') unless (@LogToSyslogConf); @LogToSyslogConf = (socket => 'inet') unless (@LogToSyslogConf); to my RT_SiteConfig.pm, restarted apache and the RTFM 2.0.4 no longer croaks. Thanks Ruslan for the pointer. -- -------------------------- Brussels University Pleinlaan 2 Computer Center VUB/ULB (VUBnet) Ing. Robert Jansen B-1050 Brussels Belgium (Europe) email: rjansen at vub.ac.be Tel: +32-2-650.36.94 Secr: +32-2-650.37.38 Fax: +32-2-650.37.40 -------------------------- From cubic at acronis.ru Mon Jun 14 11:42:39 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Mon, 14 Jun 2004 19:42:39 +0400 Subject: [rt-users] a little confused... In-Reply-To: <20040614152756.GA5854@SDF.LONESTAR.ORG> References: <20040614161859.GA26610@mail21b.london21-verio.com> <20040614152756.GA5854@SDF.LONESTAR.ORG> Message-ID: <40CDC76F.5080306@acronis.ru> Hello. Michael is right. This question is also described on wiki: http://wiki.bestpractical.com/index.cgi?PrivilegedUsers http://wiki.bestpractical.com/index.cgi?Group Best regards. Ruslan. Michael S. Liebman wrote: > On Mon, Jun 14, 2004 at 05:21:34PM +0200, Fernando Claros wrote: > >>Hi, i am still a bit confused about a couple of things: >> >>- What is the difference between Unprivileged and Everyone? > > > Everyone is the superset of Privileged and Unprivileged > users. Everyone is just that, every user in the system. > > >>- Is there any difference between Privileged and Staff Member? > > > Programmatically, not really. Privileged users are what you make of > them. Most people use them as their internal staff and use > unprivileged users as the customers. > > Have a look at http://wiki.bestpractical.com/index.cgi?PrivilegedUsers > and http://wiki.bestpractical.com/index.cgi?Rights. > > Michael From cubic at acronis.ru Mon Jun 14 11:45:26 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Mon, 14 Jun 2004 19:45:26 +0400 Subject: [rt-users] rt won't let apache start after upgrade In-Reply-To: References: Message-ID: <40CDC816.1030309@acronis.ru> Did you upgrade mod_perl? http://perl.apache.org/docs/1.0/guide/install.html#Should_I_Rebuild_mod_perl_if_I_have_Upgraded_Perl_ Anne Ramey wrote: > Upgraded to a working version of apache 1.3.31 and perl 5.8.3. > Installed the necessary perl Mods (including apache:DBI, apache:test, > apache:request and HTML:Mason) and get this error when I try and start > apache. I grabbed the newest HTML:Mason off of cpan and it installed > with no errors. I'm using rt 3.0.11 > > [Mon Jun 14 10:01:01 2004] [error] Undefined subroutine > &Apache::perl_hook called at > /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/ApacheHandler.pm line > 344.\nBEGIN failed--compilation aborted at > /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/ApacheHandler.pm line > 344.\nCompilation failed in require at /opt/rt3/bin/webmux.pl line > 61.\nBEGIN failed--compilation aborted at /opt/rt3/bin/webmux.pl line > 67.\nCompilation failed in require at (eval 4) line 1.\n > Syntax error on line 1257 of /usr/local/apache/conf/httpd.conf: > Undefined subroutine &Apache::perl_hook called at > /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/ApacheHandler.pm line 344. > BEGIN failed--compilation aborted at > /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/ApacheHandler.pm line 344. > Compilation failed in require at /opt/rt3/bin/webmux.pl line 61. > BEGIN failed--compilation aborted at /opt/rt3/bin/webmux.pl line 67. > Compilation failed in require at (eval 4) line 1. > > Anne > From MikeHamilton at clovisusd.k12.ca.us Sun Jun 13 03:04:50 2004 From: MikeHamilton at clovisusd.k12.ca.us (MikeHamilton at clovisusd.k12.ca.us) Date: Sun, 13 Jun 2004 00:04:50 -0700 Subject: [rt-users] RTFM Wiki Message-ID: Is there any documentation about using RTFM's Wiki field? I looked on the RT Wiki and did not see anything. -------------- next part -------------- An HTML attachment was scrubbed... URL: From cubic at acronis.ru Mon Jun 14 12:55:25 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Mon, 14 Jun 2004 20:55:25 +0400 Subject: [rt-users] RTFM Wiki In-Reply-To: References: Message-ID: <40CDD87D.3070207@acronis.ru> There is only one wiki for all about near RT, so you can start fill info about RTFM. As you can see RTIR is also described a little. MikeHamilton at clovisusd.k12.ca.us wrote: > > Is there any documentation about using RTFM's Wiki field? I looked on > the RT Wiki and did not see anything. > > From cubic at acronis.ru Mon Jun 14 13:03:49 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Mon, 14 Jun 2004 21:03:49 +0400 Subject: [rt-users] Error When Doing Subject Search In-Reply-To: <40CA2787.3010002@webexc.com> References: <40CA2787.3010002@webexc.com> Message-ID: <40CDDA75.6090309@acronis.ru> Matt, if you still didn't find solution it's in your RT_SiteConfig and described at http://wiki.bestpractical.com/index.cgi?RT3OnSolaris . Matt Barton wrote: > Hello > > In RT 3.0.11, I get an error when performing a search by subject. Here > is the error I receive. > > error: no connection to syslog available at > /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch/Syslog.pm line 77 > > context: ... > 187: # whether they should generate a full stack trace (confess() > and cluck()) > 188: # or simply report the caller's package (croak() and > carp()), respectively. > 189: # confess() and croak() die, carp() and cluck() warn. > 190: > 191: sub croak { die shortmess @_ } > 192: sub confess { die longmess @_ } > 193: sub carp { warn shortmess @_ } > 194: sub cluck { warn longmess @_ } > 195: > ... > code stack: /usr/local/lib/perl5/5.8.2/Carp.pm:191 > /usr/local/lib/perl5/5.8.2/mach/Sys/Syslog.pm:429 > /usr/local/lib/perl5/5.8.2/mach/Sys/Syslog.pm:337 > /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch/Syslog.pm:77 > /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch/Output.pm:41 > /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch.pm:95 > /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch.pm:74 > /usr/local/lib/perl5/site_perl/5.8.2/Log/Dispatch.pm:22 > /usr/local/rt3/lib/RT/Tickets_Overlay.pm:907 > /usr/local/rt3/lib/RT/Interface/Web.pm:603 > /usr/local/rt3/share/html/Search/Listing.html:101 > /usr/local/rt3/share/html/autohandler:195 > > Here is my environment. > > FreeBSD 4.9-RELEASE-p5 > > RT 3.0.11 > Apache 1.3.29 > mod_perl 1.28 > Log::Dispatch 2.10 > > All of the software has been installed via FreeBSD Ports, including RT > and Log::Dispatch. > > If there's anything else that I need to provide, please let me know, and > I will gladly do so. Thanks in advance. > From MikeHamilton at clovisusd.k12.ca.us Mon Jun 14 13:22:35 2004 From: MikeHamilton at clovisusd.k12.ca.us (MikeHamilton at clovisusd.k12.ca.us) Date: Mon, 14 Jun 2004 10:22:35 -0700 Subject: [rt-users] RTFM Wiki Message-ID: I'd be happy to write some documentation if I can get some direction in terms of just the basics of how it works. I noticed that back in RTFM 2.0.3 there is a Wiki field that exists as a custom field. I am assuming that this field is used to link an RTFM article to a Wiki document using a Wiki URI (i.e. SomeHelpIssue). Is anyone doing this or does anyone know what Wiki server to use? -------------- next part -------------- An HTML attachment was scrubbed... URL: From jesse at bestpractical.com Mon Jun 14 13:24:49 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Mon, 14 Jun 2004 13:24:49 -0400 Subject: [rt-users] RTFM Wiki In-Reply-To: References: Message-ID: <20040614172443.GU26100@pallas.eruditorum.org> Actually, that field is like TextSingle, but Wikifies the text, using the Text::WikiFormat engine. Article names are the targets of the WikiWord links. Essentially, it turns RTFM into a wiki. On Mon, Jun 14, 2004 at 10:22:35AM -0700, MikeHamilton at clovisusd.k12.ca.us wrote: > I'd be happy to write some documentation if I can get some direction in > terms of just the basics of how it works. I noticed that back in RTFM > 2.0.3 there is a Wiki field that exists as a custom field. I am assuming > that this field is used to link an RTFM article to a Wiki document using a > Wiki URI (i.e. SomeHelpIssue). Is anyone doing this or does anyone know > what Wiki server to use? > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From jesse at bestpractical.com Mon Jun 14 13:39:05 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Mon, 14 Jun 2004 13:39:05 -0400 Subject: [rt-users] RT 3.2 status Message-ID: <20040614173904.GV26100@pallas.eruditorum.org> We were hoping to release a first RC for RT 3.2.0 last week, but have been somewhat held up due to an intermittent "taint" but deep within MIME::Tools that we've been trying to track down and work around. This bug only manifests with FastCGI or mod_perl running in taint mode, but could result in mail messages being temporarily rejected by your RT server. We're testing a fix on rt3.fsck.com. If that fix appears stable and nothing else new rears its head, RT 3.2.0RC1 should go out next Monday. Best, Jesse -- From anner at blast.com Mon Jun 14 15:04:35 2004 From: anner at blast.com (Anne Ramey) Date: Mon, 14 Jun 2004 15:04:35 -0400 Subject: [rt-users] rt won't let apache start after upgrade In-Reply-To: <40CDC816.1030309@acronis.ru> References: <40CDC816.1030309@acronis.ru> Message-ID: Yes. Apache and perl and modperl are working fine on other servers. It seems to be just RT Anne On Jun 14, 2004, at 11:45 AM, Ruslan U. Zakirov wrote: > Did you upgrade mod_perl? > http://perl.apache.org/docs/1.0/guide/ > install.html#Should_I_Rebuild_mod_perl_if_I_have_Upgraded_Perl_ > > > Anne Ramey wrote: > >> Upgraded to a working version of apache 1.3.31 and perl 5.8.3. >> Installed the necessary perl Mods (including apache:DBI, apache:test, >> apache:request and HTML:Mason) and get this error when I try and >> start apache. I grabbed the newest HTML:Mason off of cpan and it >> installed with no errors. I'm using rt 3.0.11 >> [Mon Jun 14 10:01:01 2004] [error] Undefined subroutine >> &Apache::perl_hook called at >> /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/ApacheHandler.pm line >> 344.\nBEGIN failed--compilation aborted at >> /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/ApacheHandler.pm line >> 344.\nCompilation failed in require at /opt/rt3/bin/webmux.pl line >> 61.\nBEGIN failed--compilation aborted at /opt/rt3/bin/webmux.pl line >> 67.\nCompilation failed in require at (eval 4) line 1.\n >> Syntax error on line 1257 of /usr/local/apache/conf/httpd.conf: >> Undefined subroutine &Apache::perl_hook called at >> /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/ApacheHandler.pm line >> 344. >> BEGIN failed--compilation aborted at >> /usr/local/lib/perl5/site_perl/5.8.3/HTML/Mason/ApacheHandler.pm line >> 344. >> Compilation failed in require at /opt/rt3/bin/webmux.pl line 61. >> BEGIN failed--compilation aborted at /opt/rt3/bin/webmux.pl line 67. >> Compilation failed in require at (eval 4) line 1. >> Anne >> From melanie.humphrey at ualberta.ca Mon Jun 14 15:53:13 2004 From: melanie.humphrey at ualberta.ca (Melanie Humphrey) Date: Mon, 14 Jun 2004 13:53:13 -0600 Subject: [rt-users] Preserving requestor/user information on a per-ticket basis Message-ID: I have a request to modify RT to preserve the requestor's user information (phone, email, department, etc) on a per-ticket basis, in a way that makes this information sortable, searchable, etc. per ticket. Put another way, even when the users' info in the users table is updated, the information that was current at the time the ticket in question was created is preserved, forevermore, along with the ticket. This seems easy enough to do by adding global custom fields for the desired information, and pulling the info into the fields from the users table at ticket creation. What has been bothering me about this approach is that there are plans to pull reporting data out of the mysql database directly with external (non-UNIX) tools. Hence the thought that we should be adding these columns to the database's ticket table so it more compatible with this kind of external access at the risk of being less rt-compatible in the future. I am a UNIX sysadmin, not an SQL programmer, so I appeal to those on the list with database skills. What do y'all think? /msh -- Melanie Humphrey UNIX Support Analyst melanie.humphrey at ualberta.ca 780-492-8618 From m-liebman at northwestern.edu Mon Jun 14 21:14:55 2004 From: m-liebman at northwestern.edu (Michael S. Liebman) Date: Mon, 14 Jun 2004 21:14:55 -0400 Subject: [rt-users] Preserving requestor/user information on a per-ticket basis In-Reply-To: References: Message-ID: <6.1.1.1.2.20040614211032.035aff78@mail.freeshell.org> At 03:53 PM 6/14/2004, Melanie Humphrey wrote: >I am a UNIX sysadmin, not an SQL programmer, so I appeal to those on the >list with database skills. What do y'all think? The consensus here seems to be that modifying the database schema is not the best idea. The API is the best way to get at data. Going directly to the database can be unsafe. That said, if your just going to be querying, no harm can come from that. The problem with modifying the database schema comes when it is time to upgrade. You may run into issues if the RT schema changes. It is much harder to merge database schemas than it is to merge code. You've mapped out a pretty good RTish solution to the problem that shouldn't be too difficult to implement. If I was in your shoes, I'd go that route. The API should run just fine under Win32 and you only need to install the dependencies for the bits you will use. Michael -- Michael S. Liebman m-liebman at northwestern.edu http://msl521.freeshell.org/ "I have vision and the rest of the world wears bifocals." -Paul Newman in "Butch Cassidy & the Sundance Kid" From Krzysztof.Opala at comarch.pl Tue Jun 15 05:28:17 2004 From: Krzysztof.Opala at comarch.pl (=?iso-8859-2?Q?Krzysztof_Opa=B3a?=) Date: Tue, 15 Jun 2004 11:28:17 +0200 Subject: [rt-users] Problem with Perl script for RT Message-ID: <01b101c452bb$18a07f30$b605050a@pcopala> Sorry for disturbing you but I'm completely new to object-oriented Perl, and I've got a problem that completely not able to cope with: What I wanna do is put some data about tickets into Excel file (sth like a report done with Search in RT). I'm downloaded Spreadsheet::WriteExcel library and tried to make sth using it. I managed to mage a file starting a perl script from command line so the library is working. But I really can't make it working with my RT. Can anybody show me how to run this in RT using for instance a very simple code: #!/usr/bin/perl -w use strict; use Spreadsheet::WriteExcel; # Create a new Excel workbook called perl.xls my $workbook = Spreadsheet::WriteExcel->new("perl.xls"); my $worksheet = $workbook->addworksheet(); # Write some text and some numbers # Row and column are zero indexed $worksheet->write(0, 0, "The Perl Journal"); $worksheet->write(1, 0, "One" ); $worksheet->write(2, 0, "Two" ); $worksheet->write(3, 0, 3 ); $worksheet->write(4, 0, 4.0000001 ); How to make it working run from '/opt/rt3/share/html/Search/' directory in my RT ? When I try to start it just putting '%' before every line I get: System error error: Can't call method "addworksheet" on an undefined value at /opt/rt3/share/html/Search/ListingExcel2Report.html line 5. context: 1: %use strict; 2: %use Spreadsheet::WriteExcel; 3: %# Create a new Excel workbook called perl.xls 4: %my $workbook = Spreadsheet::WriteExcel->new("perl.xls"); 5: %my $worksheet = $workbook->addworksheet(); 6: %# Write some text and some numbers 7: %# Row and column are zero indexed 8: %$worksheet->write(0, 0, "The Perl Journal"); 9: %$worksheet->write(1, 0, "One" ); ... Lost of thanks in advance - you'll give me a great birthday present ;) Greets Krzysztof Opa?a Comarch Krak?w S.A. Poland -------------- next part -------------- An HTML attachment was scrubbed... URL: From cubic at acronis.ru Tue Jun 15 06:15:40 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Tue, 15 Jun 2004 14:15:40 +0400 Subject: [rt-users] Problem with Perl script for RT In-Reply-To: <01b101c452bb$18a07f30$b605050a@pcopala> References: <01b101c452bb$18a07f30$b605050a@pcopala> Message-ID: <40CECC4C.40004@acronis.ru> Krzysztof Opa?a wrote: > Sorry for disturbing you but I?m completely new to object-oriented Perl, > and I?ve got a problem that completely not able to cope with: > > What I wanna do is put some data about tickets into Excel file (sth like > a report done with Search in RT). > > I?m downloaded Spreadsheet::WriteExcel library and tried to make sth > using it. I managed to mage a file starting a perl script from command > line so the library is working. But I really can?t make it working with > my RT. > > Can anybody show me how to run this in RT using for instance a very > simple code: Comments below. > > > > #!/usr/bin/perl -w > > > > use strict; > > use Spreadsheet::WriteExcel; > > # Create a new Excel workbook called perl.xls > > my $workbook = Spreadsheet::WriteExcel->new("perl.xls"); I think that constructor return undef because it can't create perl.xls in CWD. You should use some base dir for *.xls files. Also you can't use one file name. > > my $worksheet = $workbook->addworksheet(); > > # Write some text and some numbers > > # Row and column are zero indexed > > $worksheet->write(0, 0, "The Perl Journal"); > [snip] From amartoq at dfi.uchile.cl Tue Jun 15 06:37:46 2004 From: amartoq at dfi.uchile.cl (Aldrin Martoq) Date: Tue, 15 Jun 2004 06:37:46 -0400 Subject: [rt-users] Help w/ WebExternalAuto: all users are created in the Privileged group Message-ID: <1087295866.3034.14.camel@naya> Hi, I'm trying to authenticate users through Apache's libapache-mod-auth-pam and I also set WebExternalAuto for autocreation of missing accounts. This works fine, except that all new users are created under the privileged group instead of the unprivileged group. I looked for any configuration option, try to Overload User_Overload.pm, but it seems that code didn't execute... Nothing worked, or I don't know what to change. Google web & groups didn't help. Is there any way of setting the default group for new auto-created webusers to Unprivileged or another one? MySetup: Debian 3.0 woody (stable) apache-1.3.26 libapache-mod-auth-pam 1.0a7 perl 5.8.4 compiled locally, prefix=~user/local/ rt-3.0.11 compiled locally, prefix=~user/local/ VirtualHost using fastcgi: ScriptAlias /foo/ ~user/local/bin/mason_handler.fcgi/ AuthType Basic AuthName "Log on" require valid-user AuthPAM_Enabled on Options from RT_SiteConfig.pm: Set($rtname , "foo"); Set($Organization , "foo"); Set($MinimumPasswordLength , "0"); Set($Timezone , 'CL/Continental'); Set($OwnerEmail , 'foo at foo'); Set($StoreLoops, 1); Set($RTAddressRegexp, '^foo\@.*foo$'); Set($CorrespondAddress , 'foo at foo'); Set($CommentAddress , 'foo at foo'); Set($LogToFile, 'debug'); Set($WebPath , "/foo"); Set($WebBaseURL , "http://foo"); Set($WebImagesURL , $WebURL . "/foo"); Set($WebExternalAuth , 1); Set($WebFallbackToInternalAuth, 1); Set($WebExternalGecos , 1); Set($WebExternalAuto , 1); @LexiconLanguages = qw(en fr es); 1; Thanks, -- Aldrin From seph at directionless.org Tue Jun 15 07:56:20 2004 From: seph at directionless.org (seph) Date: Tue, 15 Jun 2004 07:56:20 -0400 Subject: [rt-users] Re: Help w/ WebExternalAuto: all users are created in the Privileged group In-Reply-To: <1087295866.3034.14.camel@naya> (Aldrin Martoq's message of "Tue, 15 Jun 2004 06:37:46 -0400") References: <1087295866.3034.14.camel@naya> Message-ID: > I'm trying to authenticate users through Apache's > libapache-mod-auth-pam and I also set WebExternalAuto for autocreation > of missing accounts. > This works fine, except that all new users are created under the > privileged group instead of the unprivileged group. > I looked for any configuration option, try to Overload > User_Overload.pm, but it seems that code didn't execute... Nothing > worked, or I don't know what to change. Override WebExternalAutoInfo as defined by Interface/Web.pm. seph From James.Little at onetel.co.uk Tue Jun 15 08:52:36 2004 From: James.Little at onetel.co.uk (Little, James) Date: Tue, 15 Jun 2004 13:52:36 +0100 Subject: [rt-users] Ticket Approval Code Message-ID: <26763A87AB861745B5C2BD0341DC0B2E01163D39@cpqdlex02.onetel.co.uk> Hi all, I've recently got RT3 working after management decided we needed a workflow system again (previously used RT2) and we really want to use the Approval system but i'm a bit confused on exactly how to set it up. Here is my situation. We have One Queue called Webdev - this has both an e-mail gateway and web interface attached to it - what we want is that if someone create's a ticket via either of these methods, it goes to one (or two?) users Approval (and e-mail this user(s)) to let them know about the new ticket requiring approval - once this user(s) has logged into RT to approve the ticket, I'd like it to e-mail an address to say that there is a new ticket to work on. Is there anyway in which I can do this - could anyone explain to me step by step how it is possible (or just give me the code for it or something similar that I can look at?). Any help is appreciated. Cheers --------- James Little Web Development Phone : 0161 342 9443 Mobile : 0789 965 3761 Fax : 0871 433 7985 ___ ___ _ | . |._ _ ___ |_ _| ___ | | | | || ' |/ ._> _ | | / ._>| | `___'|_|_|\___.<_> |_| \___.|_| Landline.Internet.Mobile -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: Mail_Disclaimer.txt URL: From smk at axiom-capital.com Tue Jun 15 11:31:12 2004 From: smk at axiom-capital.com (Susan Keaney) Date: Tue, 15 Jun 2004 11:31:12 -0400 Subject: [rt-users] Where did my users go? Message-ID: <209E4CC5F4489D40BCF64D7DAD1019249FE5F1@exchange.ACAPITAL> I have an odd problem. My machine crashed a few days ago. I now go to log in and I'm able to log in with my normal username and password but if I go to look at the properties for the users, I can find no users. Any idea what's going on here? Thanks, Susan M. Keaney -------------- next part -------------- An HTML attachment was scrubbed... URL: From bspage at webassign.net Tue Jun 15 11:37:32 2004 From: bspage at webassign.net (Shawn Page) Date: Tue, 15 Jun 2004 11:37:32 -0400 Subject: [rt-users] upgrading rt-2.0.15 to rt-3.0.15 with rt2-to-rt3-1.23 Message-ID: <40CF17BC.90503@webassign.net> We are currently using version 2.0.15 of RT and would like to try out version 3.0.11. In using version 1.23 of rt2-to-rt3 I ran into a problem with PagerEmailAddress not being a column in the Users table ( in the export_users subroutine of rt2-to-rt3, $blank_User->_Accessible is called which seems to add PagerEmailAddress to _AccessibleCache) What version of rt2-to-rt3 should I use for an upgrade from 2.0.15 to 3.0.11? -Shawn Page bspage at webassign.net From joe.thurgood at vexcel.com Tue Jun 15 12:09:28 2004 From: joe.thurgood at vexcel.com (Jolyon D Thurgood) Date: Tue, 15 Jun 2004 10:09:28 -0600 Subject: [rt-users] RTFM Create Custom Field error Message-ID: <003401c452f3$22961c10$7704a8c0@joethurgood> I have a new installation of RT and RTFM 3.0.10. I have the following problem when trying to configure RTFM. To start with, I understand I need to create some custom fields, but when I try to create one, I receive the following error: RTFM Error RTFM Error Could not create CustomField Since I'm not able to create any custom fields, I can't create a class: I receive the following error when trying to do so: RTFM Error RTFM Error Internal Error: Couldn't execute the query 'INSERT INTO FM_Classes (LastUpdatedBy, SortOrder, Created, Name, Description, Creator, LastUpdated) VALUES (?, ?, ?, ?, ?, ?, ?)'Table 'rt3.FM_Classes' doesn't exist I don't know if this indicates that the initial installation was not correct? I would appreciate some guidance here. Thanks, Joe. -------------- next part -------------- An HTML attachment was scrubbed... URL: From cubic at acronis.ru Tue Jun 15 12:32:14 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Tue, 15 Jun 2004 20:32:14 +0400 Subject: [rt-users] RTFM Create Custom Field error In-Reply-To: <003401c452f3$22961c10$7704a8c0@joethurgood> References: <003401c452f3$22961c10$7704a8c0@joethurgood> Message-ID: <40CF248E.2080709@acronis.ru> Jolyon D Thurgood wrote: > I have a new installation of RT and RTFM 3.0.10. I have the following > problem when trying to configure RTFM. To start with, I understand I > need to create some custom fields, but when I try to create one, I > receive the following error: [snip] > > I don't know if this indicates that the initial installation was not > correct? Yes, follow RTFM README. You didn't init your RTFM DB part. > I would appreciate some guidance here. > Thanks, > Joe. > > From Richard.Ellis at Sun.COM Tue Jun 15 12:56:34 2004 From: Richard.Ellis at Sun.COM (Richard Ellis) Date: Tue, 15 Jun 2004 17:56:34 +0100 Subject: [rt-users] Auto Assigning Tickets Message-ID: I have seen this requested several times on the User Group, but I haven't seen a solution that actually works. I have been asked: a) if it is possible to have the owner of a ticket automatically change if someone opens the ticket b) If it is possible to automatically assign ownership of the tickets to the First Queue Watcher on receipt of the initial email. Most of the queues only have one person on the list, but where there is more than one, just pick the first one. Any help would be great. Thanks Rik From kukla at buffalo.edu Tue Jun 15 12:59:26 2004 From: kukla at buffalo.edu (Michael F Kukla) Date: Tue, 15 Jun 2004 12:59:26 -0400 (EDT) Subject: [rt-users] RT 3.0.3 cannot send mail when PerlTaint is on Message-ID: About a year, another rt-user sent the list this message: " I'm getting this message in my /var/log/messages on RedHat 9 when I have PerlTaint turned on in my httpd.conf file: Jul 7 15:53:18 it-linux1 RT: Could not send mail. -Insecure $ENV{PATH} while running with -T switch at /export/home2/apache/intranet_html/rt-3.0.3/lib/RT/Action/SendEmail.pm line 263. Stack: [/export/home2/apache/intranet_html/rt-3.0.3/lib/RT/Action/SendEmail.pm:263] [/export/home2/apache/intranet_html/rt-3.0.3/lib/RT/Action/SendEmail.pm:175] [/export/home2/apache/intranet_html/rt-3.0.3/lib/RT/ScripAction_Overlay.pm:192] [/export/home2/apache/intranet_html/rt-3.0.3/lib/RT/Scrip_Overlay.pm:409] [/export/home2/apache/intranet_html/rt-3.0.3/lib/RT/Scrip_Overlay.pm:344] [/export/home2/apache/intranet_html/rt-3.0.3/lib/RT/Transaction_Overlay.pm:169] [/export/home2/apache/intranet_html/rt-3.0.3/lib/RT/Ticket_Overlay.pm:3743] [/export/home2/apache/intranet_html/rt-3.0.3/lib/RT/Ticket_Overlay.pm:597] [/export/home2/apache/intranet_html/rt-3.0.3/lib/RT/Interface/Web.pm:286] [/export/home2/apache/intranet_html/rt-3.. Turning off PerlTaint let's email be sent just fine...." There was not much follow-up to this, so I thought some might find it of use or interest to note that we've encountered the same problem. Syslog output was virtually identical to that given above; and the problem was similarly resolved simply by removing the PerlTaint directive from httpd.conf and fully stopping and re-starting apache. Our apache environment and the most relevant parts of the RT config are RedHat 9 Server version: Apache/1.3.31 (Unix) mod_perl-1.29 RT 3.0.10 ----------------------------------------- Set($MailCommand , 'sendmailpipe'); Set($SendmailArguments , "-oi -t"); -- Mike Kukla, Web Developer/Assistant System Administrator University of Buffalo, College of Arts and Sciences, Educational Technology Node (CASet), 414 Clemens Hall From cubic at acronis.ru Tue Jun 15 13:21:53 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Tue, 15 Jun 2004 21:21:53 +0400 Subject: [rt-users] Auto Assigning Tickets In-Reply-To: References: Message-ID: <40CF3031.80900@acronis.ru> Richard Ellis wrote: > I have seen this requested several times on the User Group, but I haven't seen a solution that actually works. > > I have been asked: > a) if it is possible to have the owner of a ticket automatically change if someone opens the ticket Yes, it's possible. > > b) If it is possible to automatically assign ownership of the tickets to the First Queue Watcher on receipt of the initial email. Most of the queues only have one person on the list, but where there is more than one, just pick the first one. Yes, it's possible. http://wiki.bestpractical.com/index.cgi?action=search&search=WriteCustomAction "Set current actor as Ticket owner" > > Any help would be great. > > Thanks > > Rik > > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From bshaw at corefa.com Tue Jun 15 15:06:21 2004 From: bshaw at corefa.com (Betty Shaw) Date: Tue, 15 Jun 2004 15:06:21 -0400 Subject: AW: [rt-users] Question about query cc field search In-Reply-To: <40C9D5BE.5080806@acronis.ru> References: <0948B33B7003EB4B9AAA429564486192011D3BD8@mail.ee-consultants.de> <40C9D5BE.5080806@acronis.ru> Message-ID: <40CF48AD.4000107@corefa.com> Ruslan U. Zakirov wrote: > Jacobsen, J?rg wrote: > >> Hi Betty, >> >> I just tried it out myself and seem to get the same results you do >> (RT 3.0.10). Unfortunately don't know either why this does not work. >> >> Regards, Joerg. > > > Fixed in 3.0.11. > Thank you very much. 3.0.11 is working for us as well. :) Betty From mike.ridilla at globalcomplianceservices.com Tue Jun 15 15:59:47 2004 From: mike.ridilla at globalcomplianceservices.com (Mike Ridilla) Date: Tue, 15 Jun 2004 15:59:47 -0400 Subject: [rt-users] Attachment Problems - Yet Another Message-ID: <40303051A9CCD61195C300508BB3574F36F39C@caizexg001.lan.ci-pinkerton.com> Hey Everyone, Here's my system: RT 3.0.8 Perl 5.8.4 mod_perl 1.29 apache 1.3.29 RH Enterprise I was having the problem with attachments becoming corrupted after a short while after an apache restart, which I fixed by upgrading from Perl 5.8.0 to 5.8.4 and then rebuilding mod_perl and apache. So life was good! :-) I've been creating test tickets like crazy and every once in a while when I add an attactment to a ticket and then create the ticket, there is no link on the Display.html for that attachment in the ticket. The attachment seems to be there, but the 'Download size' link isn't there for that attachment. Also, the attachment itself isn't listed in the 'Attachments' box either. I've created test tickets with multiple attachments, and other attachments in the same ticket are uploaded correctly. It seems like it happens to mostly word documents, but certainly not all word documents. And it's repeatable with the same darn attachment. Anyone ever see this before? Any fixes out there? Thanks for your help in advance! Mike Ridilla System Admin Global Compliance Services -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike.ridilla at globalcomplianceservices.com Tue Jun 15 16:23:08 2004 From: mike.ridilla at globalcomplianceservices.com (Mike Ridilla) Date: Tue, 15 Jun 2004 16:23:08 -0400 Subject: [rt-users] Attachments, attachments, wherefore art thou attac hmets? Message-ID: <40303051A9CCD61195C300508BB3574F36F39E@caizexg001.lan.ci-pinkerton.com> Damien, I'm having a similar problem. I just installed RT and I've been creating test tickets like crazy and every once in a while when I add an attactment to a ticket and then create the ticket, there is no link on the Display.html for that attachment in the ticket. The attachment seems to be there, but the 'Download size' link isn't there for that attachment. Also, the attachment itself isn't listed in the 'Attachments' box either. I've created test tickets with multiple attachments, and other attachments in the same ticket are uploaded correctly. It seems like it happens to mostly word documents, but certainly not all word documents. And it's repeatable with the same darn attachment. I have no idea what's causing it. Anyone? Maybe please? :-) My system: RT 3.0.8 Perl 5.8.4 mod_perl 1.29 apache 1.3.29 RH Enterprise Thanks in advance! Mike Ridilla System Admin Global Compliance Services -----Original Message----- From: Lederer, Damien [mailto:Damien.Lederer at itsa.gov.au] Sent: Tuesday, March 09, 2004 1:16 AM To: 'rt-users at lists.bestpractical.com' Subject: [rt-users] Attachments, attachments, wherefore art thou attachmets? Friends, Once again, I want to say that RT is such a great tool and a big thank you to all the people who's contributed to its success. I've almost got our RT implementation to production state, but we now have just one niggling little injury that somebody might be kind enough to offer some thoughts on. I've searched through the list and can find somewhat similar problems, but nobody seems to suffer exactly the same symptoms. When I create a ticket I can add one or more attachments to it. This works fine and the attachments can be downloaded afterwards (ie, they are not corrupt). However the problem is that when I edit a ticket using "Jumbo" and add other attachments they simply do not appear in the Attachments box. The comment appears in the comments list, but the attachment is completely absent. There are no errors thrown up in the log. It was as if I never even added a filename to the "Attach:" field under Jumbo. Would anybody have encountered a similar problem? Does anybody have any suggestions for a) fixing it, or b) debugging it. The box: Sun Ultra-2, 1GB memory Solaris 8 RT 3.0.9 Perl 5.8.0 Damien Lederer Solaris Administrator ITSA Information Technology -------------- next part -------------- An HTML attachment was scrubbed... URL: From gibsonb at umich.edu Tue Jun 15 17:46:06 2004 From: gibsonb at umich.edu (Bryan Gibson) Date: Tue, 15 Jun 2004 16:46:06 -0500 Subject: [rt-users] postgres slowdown Message-ID: <40CF6E1E.3030000@umich.edu> Hi all, We've been running RT for a year now, and we're trying to upgrade from RT 3.0.4/apache-1.3.27/mod_perl1/postgresql-7.2.4 to RT 3.0.11/apache-2.0.49/fastCGI/postgresql-7.4.2 on a dual PIII 1.9 Ghz machine with 1 Gig RAM and SCSI drives. This is all that's running on this box. I imported the database from the old instance, and applied the commands from the UPGRADING file. I'm running into a problem where the initial login, or going to the user "Home" page, is very slow. The slowdown appears to happen when the user's requested tickets are loaded. This happens for any user. Most of the postgres statements take from <1 to 200 ms. This search takes ~48000 ms. I've tried tweaking the postgresql settings and this is as fast as I can get it. I noticed other people were getting slowdowns do to the search parsing through attachments, but removing the attachments from the db didn't help either. Don't know if that would have any effect anyway. Has anyone else had this problem or know what I might do to speed it up? The log of the statement I'm talking about is here: ------------------------------------- Jun 15 20:46:48 [hostname] postgres[8198]: [2003-1] LOG: duration: 48442.259 ms statement: SELECT DISTINCT main.* FROM Tickets main , Groups Groups_1, CachedGroupMembers CachedGroupMembers_2, Users Users_3 WHERE ((main.EffectiveId = main.id)) AND ((main.Status != 'deleted')) AND ((main.Type = 'ticket')) AND ( ( ( (Users_3.EmailAddress ILIKE 'root at localhost')AND(Groups_1.Domain = 'RT::Ticket-Role')AND(main.id ILIKE Groups_1.Instance)AND(Groups_1.Type = 'Requestor')AND(Groups_1.id ILIKE CachedGroupMembers_2.GroupId)AND(CachedGroupMembers_2.MemberId ILIKE Users_3.id) ) ) AND ( (main.Status = 'new')OR(main.S tatus = 'open') ) ) ORDER BY main.Priority DESC LIMIT 10 ------------------------------------- The relevant FastCGI config stuff is here: ------------------------------------- LoadModule fastcgi_module modules/mod_fastcgi.so FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 3600 -listen-queue-depth 200 -priority 10 ServerName [hostname] DocumentRoot /opt/rt3/share/html AddDefaultCharset UTF-8 ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/ AllowOverride None Order allow,deny Allow from all Options +ExecCGI ------------------------------------- The postgres config changes I've made are here: ------------------------------------- tcpip_socket = true max_connections = 100 shared_buffers = 15826 sort_mem = 4096 vacuum_mem = 126615 effective_cache_size = 92852 random_page_cost = 2 ------------------------------------- Thanks in advance, Bryan Gibson gibsonb at umich.edu CPD From jesse at bestpractical.com Tue Jun 15 16:52:14 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Tue, 15 Jun 2004 16:52:14 -0400 Subject: [rt-users] Attachment Problems - Yet Another In-Reply-To: <40303051A9CCD61195C300508BB3574F36F39C@caizexg001.lan.ci-pinkerton.com> References: <40303051A9CCD61195C300508BB3574F36F39C@caizexg001.lan.ci-pinkerton.com> Message-ID: <20040615205214.GO26100@pallas.eruditorum.org> > And it's repeatable with the same darn attachment. > Anyone ever see this before? Any fixes out there? Can you send me the attachment for testing? > Thanks for your help in advance! > Mike Ridilla > > System Admin > Global Compliance Services > > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From jesse at bestpractical.com Tue Jun 15 17:41:52 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Tue, 15 Jun 2004 17:41:52 -0400 Subject: [rt-users] postgres slowdown In-Reply-To: <40CF6E1E.3030000@umich.edu> References: <40CF6E1E.3030000@umich.edu> Message-ID: <20040615214152.GR26100@pallas.eruditorum.org> On Tue, Jun 15, 2004 at 04:46:06PM -0500, Bryan Gibson wrote: > I imported the database from the old instance, and applied the commands > from the UPGRADING file. I'm running into a problem where the initial > login, or going to the user "Home" page, is very slow. The slowdown > appears to happen when the user's requested tickets are loaded. This > happens for any user. Most of the postgres statements take from <1 to > 200 ms. This search takes ~48000 ms. I've tried tweaking the > postgresql settings and this is as fast as I can get it. > > I noticed other people were getting slowdowns do to the search parsing > through attachments, but removing the attachments from the db didn't > help either. Don't know if that would have any effect anyway. > > Has anyone else had this problem or know what I might do to speed it up? Try the latest prerelease DBIx::SearchBuilder. > > The log of the statement I'm talking about is here: > ------------------------------------- > Jun 15 20:46:48 [hostname] postgres[8198]: [2003-1] LOG: > duration: 48442.259 ms > statement: > SELECT DISTINCT main.* FROM Tickets main , Groups Groups_1, > CachedGroupMembers CachedGroupMembers_2, Users Users_3 WHERE > ((main.EffectiveId = main.id)) AND ((main.Status != 'deleted')) AND > ((main.Type = 'ticket')) AND ( ( ( (Users_3.EmailAddress ILIKE > 'root at localhost')AND(Groups_1.Domain = 'RT::Ticket-Role')AND(main.id > ILIKE Groups_1.Instance)AND(Groups_1.Type = 'Requestor')AND(Groups_1.id > ILIKE CachedGroupMembers_2.GroupId)AND(CachedGroupMembers_2.MemberId > ILIKE Users_3.id) ) ) AND ( (main.Status = 'new')OR(main.S > tatus = 'open') ) ) ORDER BY main.Priority DESC LIMIT 10 > ------------------------------------- > > The relevant FastCGI config stuff is here: > ------------------------------------- > LoadModule fastcgi_module modules/mod_fastcgi.so > FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 3600 > -listen-queue-depth 200 -priority 10 > > > ServerName [hostname] > DocumentRoot /opt/rt3/share/html > AddDefaultCharset UTF-8 > > ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/ > > > AllowOverride None > Order allow,deny > Allow from all > Options +ExecCGI > > > > ------------------------------------- > > The postgres config changes I've made are here: > ------------------------------------- > tcpip_socket = true > max_connections = 100 > shared_buffers = 15826 > sort_mem = 4096 > vacuum_mem = 126615 > effective_cache_size = 92852 > random_page_cost = 2 > ------------------------------------- > > Thanks in advance, > Bryan Gibson > gibsonb at umich.edu > CPD > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt > this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From amartoq at dfi.uchile.cl Tue Jun 15 18:28:22 2004 From: amartoq at dfi.uchile.cl (Aldrin Martoq) Date: Tue, 15 Jun 2004 18:28:22 -0400 Subject: [rt-users] Re: Help w/ WebExternalAuto: all users are created in the Privileged group In-Reply-To: References: <1087295866.3034.14.camel@naya> Message-ID: <1087338501.32011.0.camel@naya> On Tue, 2004-06-15 at 07:56, seph wrote: > > I'm trying to authenticate users through Apache's > > libapache-mod-auth-pam and I also set WebExternalAuto for autocreation > > of missing accounts. > > This works fine, except that all new users are created under the > > privileged group instead of the unprivileged group. > > I looked for any configuration option, try to Overload > > User_Overload.pm, but it seems that code didn't execute... Nothing > > worked, or I don't know what to change. > Override WebExternalAutoInfo as defined by Interface/Web.pm. Thanks to both, it worked great. I searched again and find that info in the wiki. -- Aldrin. From chimbut at yahoo.co.in Tue Jun 15 19:50:58 2004 From: chimbut at yahoo.co.in (=?iso-8859-1?q?Chimbu=20Thankachan?=) Date: Wed, 16 Jun 2004 00:50:58 +0100 (BST) Subject: [rt-users] Unable to create a ticket Message-ID: <20040615235058.88975.qmail@web8204.mail.in.yahoo.com> Hi I have a fresh install of RT 3.0.11 on Tao Linux running on Postgres and modperl1. When I try to create a ticket , i get the following error error: Unrecognised line: xyz at intelsat.com at /opt/rt3/lib/RT/EmailParser.pm line 404 context: ... 187: # whether they should generate a full stack trace (confess() and cluck())188: # or simply report the caller's package (croak() and carp()), respectively.189: # confess() and croak() die, carp() and cluck() warn.190: 191: sub croak { die shortmess @_ }192: sub confess { die longmess @_ }193: sub carp { warn shortmess @_ }194: sub cluck { warn longmess @_ }195: ... code stack: /usr/lib/perl5/5.8.0/Carp.pm:191 /usr/lib/perl5/site_perl/5.8.0/Mail/Address.pm:122 /usr/lib/perl5/site_perl/5.8.0/Mail/Address.pm:182 /opt/rt3/lib/RT/EmailParser.pm:404 /opt/rt3/lib/RT/User_Overlay.pm:599 /opt/rt3/lib/RT/Ticket_Overlay.pm:487 /opt/rt3/lib/RT/Interface/Web.pm:346 /opt/rt3/share/html/Ticket/Display.html:72 /opt/rt3/share/html/Ticket/Create.html:255 /opt/rt3/share/html/autohandler:196 raw error: Unrecognised line: xyz at intelsat.com at /opt/rt3/lib/RT/EmailParser.pm line 404 Trace begun at /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Exceptions.pm line 131 HTML::Mason::Exceptions::rethrow_exception('Unrecognised line: xyz at intelsat.com at /opt/rt3/lib/RT/EmailParser.pm line 404^J') called at /usr/lib/perl5/5.8.0/Carp.pm line 191 Carp::croak('Unrecognised line: xyz at intelsat.com') called at /usr/lib/perl5/site_perl/5.8.0/Mail/Address.pm line 122 Mail::Address::_tokenise('xyz at intelsat.com') called at /usr/lib/perl5/site_perl/5.8.0/Mail/Address.pm line 182 Mail::Address::parse('Mail::Address', 'xyz at intelsat.com') called at /opt/rt3/lib/RT/EmailParser.pm line 404 RT::EmailParser::ParseAddressFromHeader('', 'xyz at intelsat.com') called at /opt/rt3/lib/RT/User_Overlay.pm line 599 RT::User::LoadOrCreateByEmail('RT::User=HASH(0x9542d3c)', 'xyz at intelsat.com') called at /opt/rt3/lib/RT/Ticket_Overlay.pm line 487 RT::Ticket::Create('RT::Ticket=HASH(0x952d4dc)', 'Requestor', 'ARRAY(0x85f6dac)', 'TimeEstimated', undef, 'Cc', 'ARRAY(0x85f6e0c)', 'Subject', 'test', 'Status', 'new', 'FinalPriority', 0, 'TimeLeft', '', 'Queue', 'General', 'AdminCc', 'ARRAY(0x85f6e6c)', 'Owner', '', 'MIMEObj', 'MIME::Entity=HASH(0x9539e0c)', 'InitialPriority', 0, 'Starts', '1970-01-01 00:00:00', 'TimeWorked', '', 'Due', '1970-01-01 00:00:00') called at /opt/rt3/lib/RT/Interface/Web.pm line 346 HTML::Mason::Commands::CreateTicket('Attachments', undef, 'Status', 'new', 'new-DependsOn', '', 'Queue', 'General', 'AdminCc', '', 'Requestors', 'xyz at intelsat.com', 'InitialPriority', 0, 'Starts', '', 'Attach', '', 'TimeWorked', '', 'id', 'new', 'Cc', '', 'Subject', 'test', 'FinalPriority', 0, 'new-RefersTo', '', 'RefersTo-new', '', 'TimeLeft', '', 'DependsOn-new', '', 'Owner', '', 'new-MemberOf', '', 'MemberOf-new', '', 'Content', 'test', 'Due', '') called at /opt/rt3/share/html/Ticket/Display.html line 72 HTML::Mason::Commands::__ANON__('Owner', '', 'DependsOn-new', '', 'Requestors', 'xyz at intelsat.com', 'Cc', '', 'InitialPriority', 0, 'new-MemberOf', '', 'Subject', 'test', 'Starts', '', 'MemberOf-new', '', 'Attach', '', 'Status', 'new', 'FinalPriority', 0, 'new-RefersTo', '', 'TimeWorked', '', 'new-DependsOn', '', 'Content', 'test', 'TimeLeft', '', 'RefersTo-new', '', 'id', 'new', 'Queue', 'General', 'Due', '', 'AdminCc', '') called at /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Component.pm line 134 HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x95324b8)', 'Owner', '', 'DependsOn-new', '', 'Requestors', 'xyz at intelsat.com', 'Cc', '', 'InitialPriority', 0, 'new-MemberOf', '', 'Subject', 'test', 'Starts', '', 'MemberOf-new', '', 'Attach', '', 'Status', 'new', 'FinalPriority', 0, 'new-RefersTo', '', 'TimeWorked', '', 'new-DependsOn', '', 'Content', 'test', 'TimeLeft', '', 'RefersTo-new', '', 'id', 'new', 'Queue', 'General', 'Due', '', 'AdminCc', '') called at /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm line 1074 eval {...} at /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm line 1068 HTML::Mason::Request::comp(undef, undef, 'Owner', '', 'DependsOn-new', '', 'Requestors', 'xyz at intelsat.com', 'Cc', '', 'InitialPriority', 0, 'new-MemberOf', '', 'Subject', 'test', 'Starts', '', 'MemberOf-new', '', 'Attach', '', 'Status', 'new', 'FinalPriority', 0, 'new-RefersTo', '', 'TimeWorked', '', 'new-DependsOn', '', 'Content', 'test', 'TimeLeft', '', 'RefersTo-new', '', 'id', 'new', 'Queue', 'General', 'Due', '', 'AdminCc', '') called at /opt/rt3/share/html/Ticket/Create.html line 255 HTML::Mason::Commands::__ANON__('Status', 'new', 'new-DependsOn', '', 'Queue', 'General', 'AdminCc', '', 'Requestors', 'xyz at intelsat.com', 'InitialPriority', 0, 'Starts', '', 'Attach', '', 'TimeWorked', '', 'id', 'new', 'Cc', '', 'Subject', 'test', 'new-RefersTo', '', 'FinalPriority', 0, 'RefersTo-new', '', 'TimeLeft', '', 'DependsOn-new', '', 'Owner', '', 'new-MemberOf', '', 'MemberOf-new', '', 'Content', 'test', 'Due', '', 'Status', 'new', 'new-DependsOn', '', 'Queue', 'General', 'AdminCc', '', 'Requestors', 'xyz at intelsat.com', 'InitialPriority', 0, 'Starts', '', 'Attach', '', 'TimeWorked', '', 'id', 'new', 'Cc', '', 'Subject', 'test', 'FinalPriority', 0, 'new-RefersTo', '', 'RefersTo-new', '', 'TimeLeft', '', 'DependsOn-new', '', 'Owner', '', 'new-MemberOf', '', 'MemberOf-new', '', 'Content', 'test', 'Due', '') called at /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Component.pm line 134 HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x8c90ec0)', 'Status', 'new', 'new-DependsOn', '', 'Queue', 'General', 'AdminCc', '', 'Requestors', 'xyz at intelsat.com', 'InitialPriority', 0, 'Starts', '', 'Attach', '', 'TimeWorked', '', 'id', 'new', 'Cc', '', 'Subject', 'test', 'new-RefersTo', '', 'FinalPriority', 0, 'RefersTo-new', '', 'TimeLeft', '', 'DependsOn-new', '', 'Owner', '', 'new-MemberOf', '', 'MemberOf-new', '', 'Content', 'test', 'Due', '', 'Status', 'new', 'new-DependsOn', '', 'Queue', 'General', 'AdminCc', '', 'Requestors', 'xyz at intelsat.com', 'InitialPriority', 0, 'Starts', '', 'Attach', '', 'TimeWorked', '', 'id', 'new', 'Cc', '', 'Subject', 'test', 'FinalPriority', 0, 'new-RefersTo', '', 'RefersTo-new', '', 'TimeLeft', '', 'DependsOn-new', '', 'Owner', '', 'new-MemberOf', '', 'MemberOf-new', '', 'Content', 'test', 'Due', '') called at /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm line 1074 eval {...} at /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm line 1068 HTML::Mason::Request::comp(undef, undef, 'Status', 'new', 'new-DependsOn', '', 'Queue', 'General', 'AdminCc', '', 'Requestors', 'xyz at intelsat.com', 'InitialPriority', 0, 'Starts', '', 'Attach', '', 'TimeWorked', '', 'id', 'new', 'Cc', '', 'Subject', 'test', 'new-RefersTo', '', 'FinalPriority', 0, 'RefersTo-new', '', 'TimeLeft', '', 'DependsOn-new', '', 'Owner', '', 'new-MemberOf', '', 'MemberOf-new', '', 'Content', 'test', 'Due', '', 'Status', 'new', 'new-DependsOn', '', 'Queue', 'General', 'AdminCc', '', 'Requestors', 'xyz at intelsat.com', 'InitialPriority', 0, 'Starts', '', 'Attach', '', 'TimeWorked', '', 'id', 'new', 'Cc', '', 'Subject', 'test', 'FinalPriority', 0, 'new-RefersTo', '', 'RefersTo-new', '', 'TimeLeft', '', 'DependsOn-new', '', 'Owner', '', 'new-MemberOf', '', 'MemberOf-new', '', 'Content', 'test', 'Due', '') called at /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm line 760 HTML::Mason::Request::call_next('HTML::Mason::Request::ApacheHandler=HASH(0x91d46fc)', 'Status', 'new', 'new-DependsOn', '', 'Queue', 'General', 'AdminCc', '', 'Requestors', 'xyz at intelsat.com', 'InitialPriority', 0, 'Starts', '', 'Attach', '', 'TimeWorked', '', 'id', 'new', 'Cc', '', 'Subject', 'test', 'FinalPriority', 0, 'new-RefersTo', '', 'RefersTo-new', '', 'TimeLeft', '', 'DependsOn-new', '', 'Owner', '', 'new-MemberOf', '', 'MemberOf-new', '', 'Content', 'test', 'Due', '') called at /opt/rt3/share/html/autohandler line 196 HTML::Mason::Commands::__ANON__('Status', 'new', 'new-DependsOn', '', 'Queue', 'General', 'AdminCc', '', 'Requestors', 'xyz at intelsat.com', 'InitialPriority', 0, 'Starts', '', 'Attach', '', 'TimeWorked', '', 'id', 'new', 'Cc', '', 'Subject', 'test', 'new-RefersTo', '', 'FinalPriority', 0, 'RefersTo-new', '', 'TimeLeft', '', 'DependsOn-new', '', 'Owner', '', 'new-MemberOf', '', 'MemberOf-new', '', 'Content', 'test', 'Due', '') called at /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Component.pm line 134 HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x8c921e0)', 'Status', 'new', 'new-DependsOn', '', 'Queue', 'General', 'AdminCc', '', 'Requestors', 'xyz at intelsat.com', 'InitialPriority', 0, 'Starts', '', 'Attach', '', 'TimeWorked', '', 'id', 'new', 'Cc', '', 'Subject', 'test', 'new-RefersTo', '', 'FinalPriority', 0, 'RefersTo-new', '', 'TimeLeft', '', 'DependsOn-new', '', 'Owner', '', 'new-MemberOf', '', 'MemberOf-new', '', 'Content', 'test', 'Due', '') called at /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm line 1069 eval {...} at /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm line 1068 HTML::Mason::Request::comp(undef, undef, undef, 'Status', 'new', 'new-DependsOn', '', 'Queue', 'General', 'AdminCc', '', 'Requestors', 'xyz at intelsat.com', 'InitialPriority', 0, 'Starts', '', 'Attach', '', 'TimeWorked', '', 'id', 'new', 'Cc', '', 'Subject', 'test', 'new-RefersTo', '', 'FinalPriority', 0, 'RefersTo-new', '', 'TimeLeft', '', 'DependsOn-new', '', 'Owner', '', 'new-MemberOf', '', 'MemberOf-new', '', 'Content', 'test', 'Due', '') called at /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm line 338 eval {...} at /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm line 338 eval {...} at /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm line 297 HTML::Mason::Request::exec('HTML::Mason::Request::ApacheHandler=HASH(0x91d46fc)') called at /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/ApacheHandler.pm line 134 eval {...} at /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/ApacheHandler.pm line 134 HTML::Mason::Request::ApacheHandler::exec('HTML::Mason::Request::ApacheHandler=HASH(0x91d46fc)') called at /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/ApacheHandler.pm line 792 HTML::Mason::ApacheHandler::handle_request('HTML::Mason::ApacheHandler=HASH(0x91d5b90)', 'Apache=SCALAR(0x91d5824)') called at /opt/rt3/bin/webmux.pl line 138 eval {...} at /opt/rt3/bin/webmux.pl line 138 RT::Mason::handler('Apache=SCALAR(0x91d5824)') called at /dev/null line 0 eval {...} at /dev/null line 0 I see that this error has been raised before in the mailing list but no one has replied to it. What am I missing here. Thanks in advance Chimbu Yahoo! India Matrimony: Find your partner online. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jonescr at cisco.com Tue Jun 15 20:14:14 2004 From: jonescr at cisco.com (Charles Jones) Date: Tue, 15 Jun 2004 17:14:14 -0700 Subject: [rt-users] mod_perl vs fastcgi, which performs best, which is more scalable? In-Reply-To: <20040615235024.0FFCC84C597@pallas.eruditorum.org> References: <20040615235024.0FFCC84C597@pallas.eruditorum.org> Message-ID: <40CF90D6.2000206@cisco.com> I have an associate who has been running RT for quite some time, and has literally tens of thousands of tickets in the database. He mentioned that sometimes loading a ticket can take an extremly long time (I assume if it has other parent/child tickets that it has to find). I do not want this to eventually happen to my RT instance, so I am wondering what the optimal setup is. He is using mod_perl, I am using fastcgi. His apache and mysql are on solaris, mine are on linux. Both architectures are SMP, but I really am more interested in optimal setups and tweaks for RT on the software side, rather than the OS and hardware. In other words, we can probably discuss at length whether apache runs better on a multi-proc Solaris box or a Linux box, as well as 64bit Mysql advantages etc. What I am wondering exactly is: 1. Which performs better in general, mod_perl or fastcgi? I googled for some benchmarks and didn't really find anything enlightening. 2. Is there anything that can be done to the RT database itself, to speed up a large database, short of actually deleting older tickets? Things like table indexes, ensuring all the numeric tables are numeric types, etc? 3. How aware are the RT developers of issues later down the road when the database gets huge? In other words, is RT3 as optimal as it can be as far as making the db queries as efficient as possible, or is there a lot of work and improvment that can/will be done in future versions? Thanks, -Charles Jones From jesse at bestpractical.com Tue Jun 15 20:14:59 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Tue, 15 Jun 2004 20:14:59 -0400 Subject: [rt-users] mod_perl vs fastcgi, which performs best, which is more scalable? In-Reply-To: <40CF90D6.2000206@cisco.com> References: <20040615235024.0FFCC84C597@pallas.eruditorum.org> <40CF90D6.2000206@cisco.com> Message-ID: <20040616001459.GT26100@pallas.eruditorum.org> On Tue, Jun 15, 2004 at 05:14:14PM -0700, Charles Jones wrote: > 3. How aware are the RT developers of issues later down the road when > the database gets huge? In other words, is RT3 as optimal as it can be > as far as making the db queries as efficient as possible, or is there a > lot of work and improvment that can/will be done in future versions? What's huge? We've got sites with 750,000 tickets in their database. Each and every site will have different scalabiltiy concerns. If your site is getting huge, you're going to want to spend time tuning the system to meet your needs or have us do so on your behalf. > > Thanks, > -Charles Jones > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt > this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From jonescr at cisco.com Tue Jun 15 20:26:45 2004 From: jonescr at cisco.com (Charles Jones) Date: Tue, 15 Jun 2004 17:26:45 -0700 Subject: [rt-users] mod_perl vs fastcgi, which performs best, which is more scalable? In-Reply-To: <20040616001459.GT26100@pallas.eruditorum.org> References: <20040615235024.0FFCC84C597@pallas.eruditorum.org> <40CF90D6.2000206@cisco.com> <20040616001459.GT26100@pallas.eruditorum.org> Message-ID: <40CF93C5.90907@cisco.com> Jesse Vincent wrote: > >On Tue, Jun 15, 2004 at 05:14:14PM -0700, Charles Jones wrote: > > >>3. How aware are the RT developers of issues later down the road when >>the database gets huge? In other words, is RT3 as optimal as it can be >>as far as making the db queries as efficient as possible, or is there a >>lot of work and improvment that can/will be done in future versions? >> >> > >What's huge? We've got sites with 750,000 tickets in their database. >Each and every site will have different scalabiltiy concerns. If your >site is getting huge, you're going to want to spend time tuning the >system to meet your needs or have us do so on your behalf. > > > > I'm not sure how big our instance will get, but I was concerned about my colleagues issues with the slow load times. They may (in fact probably are) be due to his particular hardware setup, but I just wanted to do some fact finding so I could have optimal setup from the get-go, instead of finding out 6 months from now that I need to switch to mod_perl to keep the performance level up. I don't mind tuning things to get things running optimally (in fact I enjoy it!)...just wondering what other RT users (that have large dbs) experiences are like. P.S. RT is great :-) -Charles Jones From geoff at lanrex.com.au Tue Jun 15 21:12:21 2004 From: geoff at lanrex.com.au (Geoff Powell) Date: Wed, 16 Jun 2004 11:12:21 +1000 Subject: [rt-users] Statistics only for Super Users Message-ID: <49402F135E09A04CB6D9020C8E2A97282F8F4E@lrsydas2.lanrex.priv> Hi everyone, A quick and hopefully simple question - we want to run the Statistics module on top of RT 3.0.9, the Statistics navigation menu should only be available to RT Super Users. What is the best way to do this? Thanks Geoff From DSuzuki at ZipRealty.com Wed Jun 16 00:43:57 2004 From: DSuzuki at ZipRealty.com (Derek Suzuki) Date: Tue, 15 Jun 2004 21:43:57 -0700 Subject: [rt-users] mod_perl vs fastcgi, which performs best, which is more scalable? Message-ID: <00E17C85D040BC4AA582CA0BC87AFD72028B20@hqmail1.ziprealty.corp> I've been running on FastCGI since 3.0.7. Starting from 3.0.9 we have seen some horrendous performance problems (CPU pegging and effectively hanging the application for upwards of a minute) even on modern hardware with minimal workloads. We were able to work around them by pre-starting multiple server processes (the perl process is actually what seems to hang), and performance has been pretty good since then. I did hear from one mod_perl user who said he had a similar problem, but I've never tried that configuration myself. For comparison, I've got a dual Xeon server with 2GB RAM and hardware mirrored SATA drives running RHEL 3. -----Original Message----- From: rt-users-bounces at lists.bestpractical.com on behalf of Charles Jones Sent: Tue 6/15/2004 5:14 PM To: rt-users at lists.bestpractical.com Subject: [rt-users] mod_perl vs fastcgi, which performs best,which is more scalable? I have an associate who has been running RT for quite some time, and has literally tens of thousands of tickets in the database. He mentioned that sometimes loading a ticket can take an extremly long time (I assume if it has other parent/child tickets that it has to find). I do not want this to eventually happen to my RT instance, so I am wondering what the optimal setup is. He is using mod_perl, I am using fastcgi. His apache and mysql are on solaris, mine are on linux. Both architectures are SMP, but I really am more interested in optimal setups and tweaks for RT on the software side, rather than the OS and hardware. In other words, we can probably discuss at length whether apache runs better on a multi-proc Solaris box or a Linux box, as well as 64bit Mysql advantages etc. What I am wondering exactly is: 1. Which performs better in general, mod_perl or fastcgi? I googled for some benchmarks and didn't really find anything enlightening. 2. Is there anything that can be done to the RT database itself, to speed up a large database, short of actually deleting older tickets? Things like table indexes, ensuring all the numeric tables are numeric types, etc? 3. How aware are the RT developers of issues later down the road when the database gets huge? In other words, is RT3 as optimal as it can be as far as making the db queries as efficient as possible, or is there a lot of work and improvment that can/will be done in future versions? Thanks, -Charles Jones _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jesse at bestpractical.com Wed Jun 16 00:46:25 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Wed, 16 Jun 2004 00:46:25 -0400 Subject: [rt-users] mod_perl vs fastcgi, which performs best, which is more scalable? In-Reply-To: <00E17C85D040BC4AA582CA0BC87AFD72028B20@hqmail1.ziprealty.corp> References: <00E17C85D040BC4AA582CA0BC87AFD72028B20@hqmail1.ziprealty.corp> Message-ID: <20040616044625.GX26100@pallas.eruditorum.org> On Tue, Jun 15, 2004 at 09:43:57PM -0700, Derek Suzuki wrote: > I've been running on FastCGI since 3.0.7. Starting from 3.0.9 we have seen some horrendous performance problems (CPU pegging and effectively hanging the application for upwards of a minute) even on modern hardware with minimal workloads. We were able to work around them by pre-starting multiple server processes (the perl process is actually what seems to hang), and performance has been pretty good since then. Was the perl process waiting on anything? Was there a blocking database query? Did you attempt any sort of debugging of the actual problem? Thanks, Jesse From DSuzuki at ZipRealty.com Wed Jun 16 00:53:57 2004 From: DSuzuki at ZipRealty.com (Derek Suzuki) Date: Tue, 15 Jun 2004 21:53:57 -0700 Subject: [rt-users] mod_perl vs fastcgi, which performs best, which is more scalable? Message-ID: <00E17C85D040BC4AA582CA0BC87AFD72028B21@hqmail1.ziprealty.corp> I posted the details back when it happened, but nobody seemed to have any ideas. I assumed that there was something odd about our configuration that triggered the problem. MySQL was more or less idle and completely responsive at all times. Off the top of my head, the perl process seemed to be doing some sort of rapid polling that didn't produce any results. Typically we would see perl lock up for about 30-120 seconds 10-20 times per day. This was with five active administrators and about 100 tickets per day. I would guess that having multiple backend processes doesn't actually prevent the hangups, but it does allow other people to keep working without any visible problems. -----Original Message----- From: Jesse Vincent [mailto:jesse at bestpractical.com] Sent: Tue 6/15/2004 9:46 PM To: Derek Suzuki Cc: Charles Jones; rt-users at lists.bestpractical.com Subject: Re: [rt-users] mod_perl vs fastcgi, which performs best, which is more scalable? On Tue, Jun 15, 2004 at 09:43:57PM -0700, Derek Suzuki wrote: > I've been running on FastCGI since 3.0.7. Starting from 3.0.9 we have seen some horrendous performance problems (CPU pegging and effectively hanging the application for upwards of a minute) even on modern hardware with minimal workloads. We were able to work around them by pre-starting multiple server processes (the perl process is actually what seems to hang), and performance has been pretty good since then. Was the perl process waiting on anything? Was there a blocking database query? Did you attempt any sort of debugging of the actual problem? Thanks, Jesse -------------- next part -------------- An HTML attachment was scrubbed... URL: From jesse at bestpractical.com Wed Jun 16 01:00:15 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Wed, 16 Jun 2004 01:00:15 -0400 Subject: [rt-users] mod_perl vs fastcgi, which performs best, which is more scalable? In-Reply-To: <00E17C85D040BC4AA582CA0BC87AFD72028B21@hqmail1.ziprealty.corp> References: <00E17C85D040BC4AA582CA0BC87AFD72028B21@hqmail1.ziprealty.corp> Message-ID: <20040616050015.GY26100@pallas.eruditorum.org> On Tue, Jun 15, 2004 at 09:53:57PM -0700, Derek Suzuki wrote: > I posted the details back when it happened, but nobody seemed to have any ideas. I assumed that there was something odd about our configuration that triggered the problem. MySQL was more or less idle and completely responsive at all times. Off the top of my head, the perl process seemed to be doing some sort of rapid polling that didn't produce any results. Typically we would see perl lock up for about 30-120 seconds 10-20 times per day. This was with five active administrators and about 100 tickets per day. > I would guess that having multiple backend processes doesn't actually prevent the hangups, but it does allow other people to keep working without any visible problems. > That _sounds_ like users were asking for pages while still rendering others. The user session handler puts a lock on the session while a page is being generated to stop other processes from clobbering that session. The symptom of a second process polling for a lock to be released would look much like what you're seeing. But you'd want to use a tool like "mytop" to see if there were actually mysql processes spinning on locks. > > -----Original Message----- > From: Jesse Vincent [mailto:jesse at bestpractical.com] > Sent: Tue 6/15/2004 9:46 PM > To: Derek Suzuki > Cc: Charles Jones; rt-users at lists.bestpractical.com > Subject: Re: [rt-users] mod_perl vs fastcgi, which performs best, which is more scalable? > > > > > On Tue, Jun 15, 2004 at 09:43:57PM -0700, Derek Suzuki wrote: > > I've been running on FastCGI since 3.0.7. Starting from 3.0.9 we have seen some horrendous performance problems (CPU pegging and effectively hanging the application for upwards of a minute) even on modern hardware with minimal workloads. We were able to work around them by pre-starting multiple server processes (the perl process is actually what seems to hang), and performance has been pretty good since then. > > Was the perl process waiting on anything? Was there a blocking database > query? Did you attempt any sort of debugging of the actual problem? > > Thanks, > Jesse > > > -- From Joerg.Jacobsen at ee-consultants.de Wed Jun 16 06:45:30 2004 From: Joerg.Jacobsen at ee-consultants.de (=?iso-8859-1?Q?=22Jacobsen=2C_J=F6rg=22?=) Date: Wed, 16 Jun 2004 12:45:30 +0200 Subject: AW: [rt-users] Attachments, attachments, wherefore art thou attachmets? Message-ID: <0948B33B7003EB4B9AAA429564486192011D3BDC@mail.ee-consultants.de> Hi, just a thought: we also have the problem (3.0.10) that some attachments don't show up at least in the web interface. My feeling is these are the ones of size >= 1MB. Regards, Joerg. -------------- next part -------------- An HTML attachment was scrubbed... URL: From cubic at acronis.ru Wed Jun 16 06:49:15 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Wed, 16 Jun 2004 14:49:15 +0400 Subject: AW: [rt-users] Attachments, attachments, wherefore art thou attachmets? In-Reply-To: <0948B33B7003EB4B9AAA429564486192011D3BDC@mail.ee-consultants.de> References: <0948B33B7003EB4B9AAA429564486192011D3BDC@mail.ee-consultants.de> Message-ID: <40D025AB.8030502@acronis.ru> Jacobsen, J?rg wrote: > Hi, > > just a thought: we also have the problem (3.0.10) that some attachments > don't show up at least in the web interface. My feeling is these are the > ones of size >= 1MB. > > Regards, Joerg. > Heh, FAQ http://wiki.bestpractical.com/index.cgi?FAQ Attachments section. Best regards. Ruslan. From Joerg.Jacobsen at ee-consultants.de Wed Jun 16 07:00:24 2004 From: Joerg.Jacobsen at ee-consultants.de (=?iso-8859-1?Q?=22Jacobsen=2C_J=F6rg=22?=) Date: Wed, 16 Jun 2004 13:00:24 +0200 Subject: AW: AW: [rt-users] Attachments, attachments, wherefore art thou attachmets? Message-ID: <0948B33B7003EB4B9AAA42956448619201250527@mail.ee-consultants.de> > Jacobsen, J?rg wrote: > > Hi, > > > > just a thought: we also have the problem (3.0.10) that some > attachments > > don't show up at least in the web interface. My feeling is > these are the > > ones of size >= 1MB. > > > > Regards, Joerg. > > > Heh, FAQ > http://wiki.bestpractical.com/index.cgi?FAQ > Attachments section. > Embarrassing. Thanks, Joerg. From cubic at acronis.ru Wed Jun 16 08:03:06 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Wed, 16 Jun 2004 16:03:06 +0400 Subject: [rt-users] Statistics only for Super Users In-Reply-To: <49402F135E09A04CB6D9020C8E2A97282F8F4E@lrsydas2.lanrex.priv> References: <49402F135E09A04CB6D9020C8E2A97282F8F4E@lrsydas2.lanrex.priv> Message-ID: <40D036FA.4010801@acronis.ru> Geoff Powell wrote: > Hi everyone, > > A quick and hopefully simple question - we want to run the Statistics > module on top of RT 3.0.9, the Statistics navigation menu should only be > available to RT Super Users. > > What is the best way to do this? http://wiki.bestpractical.com/index.cgi?HideConfigurationTab I hope this 'how to' will give you an idea how to _hide_ it. It's only invisibility, but user can still access with direct link. > > Thanks > Geoff From m-liebman at northwestern.edu Wed Jun 16 09:05:07 2004 From: m-liebman at northwestern.edu (Michael S. Liebman) Date: Wed, 16 Jun 2004 09:05:07 -0400 Subject: [rt-users] Statistics only for Super Users In-Reply-To: <40D036FA.4010801@acronis.ru> References: <49402F135E09A04CB6D9020C8E2A97282F8F4E@lrsydas2.lanrex.priv> <40D036FA.4010801@acronis.ru> Message-ID: <20040616130500.GA15643@SDF.LONESTAR.ORG> On Wed, Jun 16, 2004 at 04:03:06PM +0400, Ruslan U. Zakirov wrote: > I hope this 'how to' will give you an idea how to _hide_ it. It's only > invisibility, but user can still access with direct link. RT-OnlineDocs provides an example of how to restrict the actual content. If you look at the autohandler it provides. You can browse it at http://search.cpan.org/src/JESSE/RT-OnlineDocs-0.02/html/Developer/Perldoc/autohandler if you don't have the extention installed. Michael -- Michael S. Liebman m-liebman at northwestern.edu http://msl521.freeshell.org/ "I have vision and the rest of the world wears bifocals." -Paul Newman in "Butch Cassidy & the Sundance Kid" From michael-list at i4u.com.au Wed Jun 16 12:00:52 2004 From: michael-list at i4u.com.au (michael-list) Date: Thu, 17 Jun 2004 02:00:52 +1000 Subject: [rt-users] rt 2.0.15 install Message-ID: <00b601c453bb$1bab2fd0$0200a8c0@family> Hi all, Im trying to install rt 2.0.15, so i can import RT1 tickets, then import rt2 tickets into rt3. i've edited the makefile, adding rt_user && root passwords, when i try and make install i get the following error, mysqladmin cant connect to server at localhost failed access denied error for user root at localhost using password:yes make: *** [acls] Error 1 i have set the correct p/w in the makefile, and enter the correct pw when prompted. i can login to mysql as user root and rt_user, using the listed passwords. I can also successfully, 'make dropdb' when i make testdeps, i have no dependency error's. anyone suggestions would be greatly appreciated thanks michael -------------- next part -------------- An HTML attachment was scrubbed... URL: From lucaskeli at fastmail.fm Wed Jun 16 18:18:12 2004 From: lucaskeli at fastmail.fm (Kelly D. Lucas) Date: Wed, 16 Jun 2004 17:18:12 -0500 Subject: [rt-users] Integration with LDap or Bugzilla Message-ID: <40D0C724.3050800@fastmail.fm> An HTML attachment was scrubbed... URL: From pjsm at fct.unl.pt Wed Jun 16 21:28:35 2004 From: pjsm at fct.unl.pt (Paulo Matos) Date: Thu, 17 Jun 2004 02:28:35 +0100 (WEST) Subject: [rt-users] Unable to create a ticket In-Reply-To: <20040615235058.88975.qmail@web8204.mail.in.yahoo.com> References: <20040615235058.88975.qmail@web8204.mail.in.yahoo.com> Message-ID: On Wed, 16 Jun 2004, Chimbu Thankachan wrote: > I have a fresh install of RT 3.0.11 on Tao Linux running on Postgres and modperl1. When I try to create a ticket , i get the following error (...) > > Unrecognised line: xyz at intelsat.com at /opt/rt3/lib/RT/EmailParser.pm line 404 (...) > I see that this error has been raised before in the mailing list but no one has replied to it. Ok. The problem is with perl-5.8.0, take a look at the bottom of: http://rt3.fsck.com/Ticket/Display.html?id=5286&user=guest&pass=guest the full explanation is here: http://lists.fsck.com/pipermail/rt-devel/2004-April/005725.html and the solution is: 1) upgrade to perl-5.8.3 or later (Recommended) 2) apply the attached patch. Regards, -- Paulo Matos ----------------------------------- ---------------------------------- |Sys & Net Admin | Servi?o de Inform?tica | |Faculdade de Ci?ncias e Tecnologia | Tel: +351-21-2948596 | |Universidade Nova de Lisboa | Fax: +351-21-2948548 | |P-2829-516 Caparica | e-Mail: pjsm at fct.unl.pt | ----------------------------------- ---------------------------------- -------------- next part -------------- # # rt-3.0.11-Autocreation_with_name_WorkAround_for_perl5.8.0.patch # # NOTE: This should only be applied as a workaround if you use perl >= 5.8.0 # or <= 5.8.2. # # * 2004.06.17 Paulo Matos # - Updated to apply directly to stock 3.0.11. # # * 2004.04.27 Paulo Matos # - Added Encode::_utf8_off so it won't broke Mail::Address # parse() function. # diff -uNr rt-3.0.11.orig/lib/RT/Queue_Overlay.pm rt-3.0.11/lib/RT/Queue_Overlay.pm --- rt-3.0.11.orig/lib/RT/Queue_Overlay.pm 2004-05-24 03:14:26.000000000 +0100 +++ rt-3.0.11/lib/RT/Queue_Overlay.pm 2004-06-17 02:17:43.000000000 +0100 @@ -49,6 +49,7 @@ use RT::Groups; use RT::ACL; use RT::EmailParser; +use Encode; @ACTIVE_STATUS = qw(new open stalled); @@ -605,6 +606,7 @@ # if the user doesn't exist, we need to create a new user my $new_user = RT::User->new($RT::SystemUser); + Encode::_utf8_off($args{'Email'}); my ( $Address, $Name ) = RT::EmailParser::ParseAddressFromHeader('', $args{'Email'}); diff -uNr rt-3.0.11.orig/lib/RT/User_Overlay.pm rt-3.0.11/lib/RT/User_Overlay.pm --- rt-3.0.11.orig/lib/RT/User_Overlay.pm 2004-04-26 23:14:44.000000000 +0100 +++ rt-3.0.11/lib/RT/User_Overlay.pm 2004-06-17 02:18:59.000000000 +0100 @@ -54,6 +54,7 @@ use RT::Principals; use RT::ACE; use RT::EmailParser; +use Encode; # {{{ sub _Accessible @@ -596,6 +597,7 @@ my ($val, $message); + Encode::_utf8_off($email); my ( $Address, $Name ) = RT::EmailParser::ParseAddressFromHeader('', $email); $email = $Address; From psilver at ultrafast.com.au Wed Jun 16 22:38:09 2004 From: psilver at ultrafast.com.au (Peter Silver) Date: Thu, 17 Jun 2004 12:38:09 +1000 Subject: [rt-users] mod_perl vs fastcgi, which performs best, which is more scalable? In-Reply-To: <20040616001459.GT26100@pallas.eruditorum.org> References: <20040615235024.0FFCC84C597@pallas.eruditorum.org> <40CF90D6.2000206@cisco.com> <20040616001459.GT26100@pallas.eruditorum.org> Message-ID: <1087439888.15484.145.camel@pete> On Wed, 2004-06-16 at 10:14, Jesse Vincent wrote: > > On Tue, Jun 15, 2004 at 05:14:14PM -0700, Charles Jones wrote: > > 3. How aware are the RT developers of issues later down the road when > > the database gets huge? In other words, is RT3 as optimal as it can be > > as far as making the db queries as efficient as possible, or is there a > > lot of work and improvment that can/will be done in future versions? > > What's huge? We've got sites with 750,000 tickets in their database. > Each and every site will have different scalabiltiy concerns. If your > site is getting huge, you're going to want to spend time tuning the > system to meet your needs or have us do so on your behalf. We've just hit 200,000 tickets in our RT database, and our install is very responsive with 10 - 15 operators using RT at any given time; Logging in & displaying stats for 50 queues : 2 - 3 secs Entering a queue with 20 tickets : 2 secs Displaying a ticket with several responses : 1 - 2 secs Our system specs aren't anything very special; CPU: 2.8ghz Intel P4 RAM: 2gb RT: 3.0.11 Apache: 1.3.31 mod_perl: 1.29 We hit major performance problems once we upgraded from the RT 2.0.x to 3.0.x series. The following are things that seem to have helped in speeding up the system; 1. We were running the system on IDE drives. We migrated the DB data onto SCSI drives. 2. Upgraded the amount of RAM from 1gb to 2gb. 3. Tweaking of MySQL config - trial & error to some extent. 4. SWAP was running on a single IDE drive - we defined several smaller swap partitions, one on each physical drive. After the above 4, and a few RT upgrades as newer versions were released, the system was running very nicely. Of the above 4 changes, I think we saw the most performance gain from the tweaking of MySQL & additional RAM. The only remaining problem was that RT would get less & less responsive throughout the day, until apache was restarted. Changing MaxRequestsPerChild in apache from 0 to 100 has fixed this problem for us. I'm sure we made a few additional tweaks, but I cannot recall these off the top of my head. The next step for us, is to remove all deleted tickets from our database. Our management's decision is that we cannot outright delete anything for 5 years, so we have to transfer all deleted tickets to a holding database, where each ticket can be permanently purged after it's reached 5 years.. fun! Regards, Peter -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From michael-list at i4u.com.au Thu Jun 17 00:20:39 2004 From: michael-list at i4u.com.au (michael-list) Date: Thu, 17 Jun 2004 14:20:39 +1000 Subject: [rt-users] upgrade info, Message-ID: <074b01c45422$72c48700$0200a8c0@family> Hi all, in relation to my earlier problem, a character in my pasword must have acted as an escape character :) soon as i changed it, install worked like a charm Just about to backup tickets from RT1 into RT2, using script, import-1.0-to-2.0, just want to confirm that this will only back them up, not delete or interfer with the RT1's operation. I thought i'd just check, cant imagine that it would, just wanting to confirm. thanks :) Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: From chimbut at yahoo.co.in Thu Jun 17 01:36:48 2004 From: chimbut at yahoo.co.in (=?iso-8859-1?q?Chimbu=20Thankachan?=) Date: Thu, 17 Jun 2004 06:36:48 +0100 (BST) Subject: [rt-users] Unable to create a ticket In-Reply-To: Message-ID: <20040617053648.20682.qmail@web8205.mail.in.yahoo.com> I got around the problem by going back a version interms of RT. I installed RT3.0.10 and it works fine Thanks for the help. regards Chimbu Paulo Matos wrote: On Wed, 16 Jun 2004, Chimbu Thankachan wrote: > I have a fresh install of RT 3.0.11 on Tao Linux running on Postgres and modperl1. When I try to create a ticket , i get the following error (...) > > Unrecognised line: xyz at intelsat.com at /opt/rt3/lib/RT/EmailParser.pm line 404 (...) > I see that this error has been raised before in the mailing list but no one has replied to it. Ok. The problem is with perl-5.8.0, take a look at the bottom of: http://rt3.fsck.com/Ticket/Display.html?id=5286&user=guest&pass=guest the full explanation is here: http://lists.fsck.com/pipermail/rt-devel/2004-April/005725.html and the solution is: 1) upgrade to perl-5.8.3 or later (Recommended) 2) apply the attached patch. Regards, -- Paulo Matos ----------------------------------- ---------------------------------- |Sys & Net Admin | Servi?o de Inform?tica | |Faculdade de Ci?ncias e Tecnologia | Tel: +351-21-2948596 | |Universidade Nova de Lisboa | Fax: +351-21-2948548 | |P-2829-516 Caparica | e-Mail: pjsm at fct.unl.pt | ----------------------------------- ----------------------------------# # rt-3.0.11-Autocreation_with_name_WorkAround_for_perl5.8.0.patch # # NOTE: This should only be applied as a workaround if you use perl >= 5.8.0 # or <= 5.8.2. # # * 2004.06.17 Paulo Matos # - Updated to apply directly to stock 3.0.11. # # * 2004.04.27 Paulo Matos # - Added Encode::_utf8_off so it won't broke Mail::Address # parse() function. # diff -uNr rt-3.0.11.orig/lib/RT/Queue_Overlay.pm rt-3.0.11/lib/RT/Queue_Overlay.pm --- rt-3.0.11.orig/lib/RT/Queue_Overlay.pm 2004-05-24 03:14:26.000000000 +0100 +++ rt-3.0.11/lib/RT/Queue_Overlay.pm 2004-06-17 02:17:43.000000000 +0100 @@ -49,6 +49,7 @@ use RT::Groups; use RT::ACL; use RT::EmailParser; +use Encode; @ACTIVE_STATUS = qw(new open stalled); @@ -605,6 +606,7 @@ # if the user doesn't exist, we need to create a new user my $new_user = RT::User->new($RT::SystemUser); + Encode::_utf8_off($args{'Email'}); my ( $Address, $Name ) = RT::EmailParser::ParseAddressFromHeader('', $args{'Email'}); diff -uNr rt-3.0.11.orig/lib/RT/User_Overlay.pm rt-3.0.11/lib/RT/User_Overlay.pm --- rt-3.0.11.orig/lib/RT/User_Overlay.pm 2004-04-26 23:14:44.000000000 +0100 +++ rt-3.0.11/lib/RT/User_Overlay.pm 2004-06-17 02:18:59.000000000 +0100 @@ -54,6 +54,7 @@ use RT::Principals; use RT::ACE; use RT::EmailParser; +use Encode; # {{{ sub _Accessible @@ -596,6 +597,7 @@ my ($val, $message); + Encode::_utf8_off($email); my ( $Address, $Name ) = RT::EmailParser::ParseAddressFromHeader('', $email); $email = $Address; Yahoo! India Matrimony: Find your partner online. -------------- next part -------------- An HTML attachment was scrubbed... URL: From sven.sternberger at desy.de Thu Jun 17 07:00:59 2004 From: sven.sternberger at desy.de (Sven Sternberger) Date: Thu, 17 Jun 2004 13:00:59 +0200 Subject: [rt-users] Could not modify article in RTFM Message-ID: <40D179EB.5030208@desy.de> Hello! I could create custom fields, classes and articles. But when I try to modify an article I get the following error message: error: Undefined subroutine &RT::FM::ArticleCFValueCollection called at /usr/share/perl5/RT/FM/Article_Overlay.pm line 1086. context: ... 1082: $cf->Load( $args{'Field'} ); 1083: 1084: #Load up the ObjectKeyword we\'re talking about 1085: 1086: my $values = RT::FM::ArticleCFValueCollection($self->CurrentUser); 1087: $values->LimitToArticle($self->id); 1088: $values->LimitToCustomField($self->id); 1089: my $CFObjectValue = $values->HasEntryWithContent($args{'Content'}); 1090: ... code stack: /usr/share/perl5/RT/FM/Article_Overlay.pm:1086 /usr/share/request-tracker3/html/RTFM/Article/Edit.html:206 /usr/share/request-tracker3/html/autohandler:196 If I go back with the browser back-button I could successfilluy save the changes This is a fresh installed machine with debian sarge, and it is normally updated. Debian packages ... LIBC: 2.3.2.ds1-12 Kernel: 2.4.26 Perl: 5.8.3-3 request-tracker3: 3.0.10-3 best regards! BTW: This is a repost on my first submission I don't get any reaction. -------------- next part -------------- An HTML attachment was scrubbed... URL: From pjsm at fct.unl.pt Thu Jun 17 09:19:09 2004 From: pjsm at fct.unl.pt (Paulo Matos) Date: Thu, 17 Jun 2004 14:19:09 +0100 (WEST) Subject: [rt-users] Unable to create a ticket In-Reply-To: <20040617053648.20682.qmail@web8205.mail.in.yahoo.com> References: <20040617053648.20682.qmail@web8205.mail.in.yahoo.com> Message-ID: On Thu, 17 Jun 2004, Chimbu Thankachan wrote: chimbu> I got around the problem by going back a version interms of RT. chimbu> I installed RT3.0.10 and it works fine Obviously... thew patch adding this feature was only added on rt-3.0.11! -- Paulo Matos ----------------------------------- ---------------------------------- |Sys & Net Admin | Servi?o de Inform?tica | |Faculdade de Ci?ncias e Tecnologia | Tel: +351-21-2948596 | |Universidade Nova de Lisboa | Fax: +351-21-2948548 | |P-2829-516 Caparica | e-Mail: pjsm at fct.unl.pt | ----------------------------------- ---------------------------------- From pjsm at fct.unl.pt Thu Jun 17 09:46:41 2004 From: pjsm at fct.unl.pt (Paulo Matos) Date: Thu, 17 Jun 2004 14:46:41 +0100 (WEST) Subject: [rt-users] Integration with LDAP or Bugzilla In-Reply-To: <40D0C724.3050800@fastmail.fm> References: <40D0C724.3050800@fastmail.fm> Message-ID: Hi Kelly! Hi Marcus! On Wed, 16 Jun 2004, Kelly D. Lucas wrote: > 2) Has anyone succesfully integrated authentication with existing ldap > directories? I did read a post from someone, how hacked one of the > .pm's, but just wanted to check and see if that seems to be a viable, > stable, work around. Marcus is one of those using this workaround, he states that: "it works like a charm". You can find more info on 'Extensions' section at: http://wiki.bestpractical.com/index.cgi?Contributions -- Paulo Matos ----------------------------------- ---------------------------------- |Sys & Net Admin | Servi?o de Inform?tica | |Faculdade de Ci?ncias e Tecnologia | Tel: +351-21-2948596 | |Universidade Nova de Lisboa | Fax: +351-21-2948548 | |P-2829-516 Caparica | e-Mail: pjsm at fct.unl.pt | ----------------------------------- ---------------------------------- From Anders.Hansen-Ovre at contra.no Thu Jun 17 09:47:11 2004 From: Anders.Hansen-Ovre at contra.no (=?iso-8859-1?Q?Anders_Hansen-=D8vre?=) Date: Thu, 17 Jun 2004 15:47:11 +0200 Subject: [rt-users] Problem with the Statistics pack Message-ID: <73738191AEA93C408AFE10A980177EF211DB7B@konsulentdc01.konsulenthuset.as> The Statistics requires GD and GD::Graph to work. When I try p? install GD using CPAN i get the following error: Using Slackware 8.1 with Perl 5.8.4 cc -c -I/usr/local/include -I/usr/local/include/gd -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.12\" -DXS_VERSION=\"2.12\" -fpic "-I/usr/lib/perl5/5.8.4/i386-linux/CORE" -DHAVE_JPEG -DHAVE_FT -DHAVE_XPM GD.c GD.xs: In function `XS_GD__Image_stringFT': GD.xs:1879: structure has no member named `charmap' GD.xs:1885: `gdFTEX_CHARMAP' undeclared (first use in this function) GD.xs:1885: (Each undeclared identifier is reported only once GD.xs:1885: for each function it appears in.) GD.xs:1887: structure has no member named `charmap' GD.xs:1887: `gdFTEX_Unicode' undeclared (first use in this function) GD.xs:1889: structure has no member named `charmap' GD.xs:1889: `gdFTEX_Shift_JIS' undeclared (first use in this function) GD.xs:1891: structure has no member named `charmap' GD.xs:1891: `gdFTEX_Big5' undeclared (first use in this function) make: *** [GD.o] Error 1 /usr/bin/make -- NOT OK Anyone who can give me a hint to resolv this problem? --- mvh/yours Anders Hansen-?vre, Seniorkonsulent Mail : anders.hansen-ovre at contra.no Mail : anders.hansen-ovre at terminalserver.no Cell : (+47) 90 98 17 78 Konsulenthuset Contra as Hedmark N?ringspark, 2312 Ottestad Phone : (+47) 62 54 42 99 Fax : (+47) 62 54 42 85 Mail : post at contra.no Web : http://www.contra.no From Roy at esomething.co.uk Thu Jun 17 09:59:09 2004 From: Roy at esomething.co.uk (Raed El - Hames) Date: Thu, 17 Jun 2004 14:59:09 +0100 Subject: [rt-users] Mailing attachements Message-ID: <002401c45473$441eadd0$336f840a@internal.gxn.net> Hi there; Does RT mail attachments out to requestors? I would like to open a ticket, with someone else as requestor, add an attachment and would like the requestor to get this attachment via RT. Many thanks; Roy -------------- next part -------------- An HTML attachment was scrubbed... URL: From cubic at acronis.ru Thu Jun 17 10:14:59 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Thu, 17 Jun 2004 18:14:59 +0400 Subject: [rt-users] Mailing attachements In-Reply-To: <002401c45473$441eadd0$336f840a@internal.gxn.net> References: <002401c45473$441eadd0$336f840a@internal.gxn.net> Message-ID: <40D1A763.1090301@acronis.ru> Raed El - Hames wrote: > Hi there; > > Does RT mail attachments out to requestors? I would like to open a > ticket, with someone else as requestor, add an attachment and would like > the requestor to get this attachment via RT. > > Many thanks; Read about special header at: http://wiki.bestpractical.com/index.cgi?Template > > Roy > > > ------------------------------------------------------------------------ > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From ann at drop.2organize.com Thu Jun 17 10:26:43 2004 From: ann at drop.2organize.com (ann at drop.2organize.com) Date: Thu, 17 Jun 2004 16:26:43 +0200 (CEST) Subject: [rt-users] Customisation question: 'From: RT_user ' Message-ID: Hi, Can someone point me in the right direction for having the actor's name as the sender? I see this is done on fsck--if Jesse replies to a ticket, I see the sender as 'Jesse Vincent '. I checked the FAQ (mailgate and templates), Contributions and Patches pages. I'm happy to update the wiki if someone would just direct me to the correct place. Thanks, Ann From cubic at acronis.ru Thu Jun 17 10:28:08 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Thu, 17 Jun 2004 18:28:08 +0400 Subject: [rt-users] Problem with the Statistics pack In-Reply-To: <73738191AEA93C408AFE10A980177EF211DB7B@konsulentdc01.konsulenthuset.as> References: <73738191AEA93C408AFE10A980177EF211DB7B@konsulentdc01.konsulenthuset.as> Message-ID: <40D1AA78.6000001@acronis.ru> Anders Hansen-?vre wrote: > The Statistics requires GD and GD::Graph to work. When I try p? install GD using CPAN i get the following error: It's problem with GD. You should try manual install from tarball. May be this GD module is incompatible with your libgd or you have broken headers. > > Using Slackware 8.1 with Perl 5.8.4 > [snip] From cubic at acronis.ru Thu Jun 17 10:39:35 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Thu, 17 Jun 2004 18:39:35 +0400 Subject: [rt-users] Customisation question: 'From: RT_user ' In-Reply-To: References: Message-ID: <40D1AD27.1040309@acronis.ru> ann at drop.2organize.com wrote: > Hi, > > Can someone point me in the right direction for having the actor's > name as the sender? I see this is done on fsck--if Jesse replies > to a ticket, I see the sender as 'Jesse Vincent '. 'From: ' - is mail header field. Use template first lines to override it: From: {my $u = $Transaction->CreatorObj; my $res = $u->RealName || $u->Name; $res .= " <". $u->EmailAddress .">" if( $res ne $u->EmailAddress ); $res; } Best regards. Ruslan. > > I checked the FAQ (mailgate and templates), Contributions and Patches pages. > I'm happy to update the wiki if someone would just direct me to the > correct place. > > Thanks, > Ann > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From m-liebman at northwestern.edu Thu Jun 17 11:30:09 2004 From: m-liebman at northwestern.edu (Michael S. Liebman) Date: Thu, 17 Jun 2004 11:30:09 -0400 Subject: [rt-users] Customisation question: 'From: RT_user ' In-Reply-To: <40D1AD27.1040309@acronis.ru> References: <40D1AD27.1040309@acronis.ru> Message-ID: <20040617153009.GA4606@SDF.LONESTAR.ORG> On Thu, Jun 17, 2004 at 06:39:35PM +0400, Ruslan U. Zakirov wrote: > ann at drop.2organize.com wrote: > >Hi, > > > >Can someone point me in the right direction for having the actor's > >name as the sender? I see this is done on fsck--if Jesse replies > >to a ticket, I see the sender as 'Jesse Vincent '. > > 'From: ' - is mail header field. > Use template first lines to override it: What about $UseFriendlyFromLine? > # By default, RT sets the outgoing mail's "From:" header to > # "SenderName via RT". Setting this option to 0 disables it. > > Set($UseFriendlyFromLine , 1); > > # sprintf() format of the friendly 'From:' header; its arguments > # are SenderName and SenderEmailAddress. > Set($FriendlyFromLineFormat , "\"%s via RT\" <%s>"); Michael -- Michael S. Liebman m-liebman at northwestern.edu http://msl521.freeshell.org/ "I have vision and the rest of the world wears bifocals." -Paul Newman in "Butch Cassidy & the Sundance Kid" From cubic at acronis.ru Thu Jun 17 11:30:37 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Thu, 17 Jun 2004 19:30:37 +0400 Subject: [rt-users] Customisation question: 'From: RT_user ' In-Reply-To: References: <40D1AD27.1040309@acronis.ru> Message-ID: <40D1B91D.6050705@acronis.ru> ann at drop.2organize.com wrote: > Duh. > I've changed the subjects considerably, but it didn't occur to me to try > to change other mail headers in the same way. > > Anyhow, I'm pretty sure what I want isn't $u->EmailAddress, but > $Ticket->QueueObj->CommentAddress or $Ticket->QueueObj->CorrespondAddress. > I guess I need to construct a statement to pick the correct address, > but I'm not sure how to tell whether it is a comment or not. I checked > the methods in Transaction_Overlay, but didn't see an appropriate one > there. if( $Transaction->Type eq 'Comment' ) { ... } elsif( $Transaction->Type eq 'Correspond' ) { ... } > > Any pointers? > > Thanks, > Ann From jesse at bestpractical.com Thu Jun 17 11:52:05 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Thu, 17 Jun 2004 11:52:05 -0400 Subject: [rt-users] Could not modify article in RTFM In-Reply-To: <40D179EB.5030208@desy.de> References: <40D179EB.5030208@desy.de> Message-ID: <20040617155205.GJ26100@pallas.eruditorum.org> On Thu, Jun 17, 2004 at 01:00:59PM +0200, Sven Sternberger wrote: > Hello! > > I could create custom fields, classes and articles. But when I try to > modify an article > I get the following error message: > > LIBC: 2.3.2.ds1-12 > Kernel: 2.4.26 > Perl: 5.8.3-3 > request-tracker3: 3.0.10-3 When reporting bugs in RTFM, knowing what version of RTFM you're running is much more important than what version of libc you're running. ;) > From kfh at mqsoftware.com Thu Jun 17 11:58:29 2004 From: kfh at mqsoftware.com (Kelly F. Hickel) Date: Thu, 17 Jun 2004 10:58:29 -0500 Subject: [rt-users] how to make people CC'd on original email be added as CC users on the ticket? Message-ID: <3C05BBBA1B54ED43B1A6827E620EF1CD584BB3@mailservermn.mqsoftware.com> This doesn't seem like it should be hard to do, But I've looked through the wiki and the FAQ's and tried to create a scrip, and I just seem to be missing something. For our helpdesk, if a user sends an email and C's someone (like their manager), we want that person to be added to the CC list of the ticket. Anyone? -- Kelly F. Hickel Senior Software Architect MQSoftware, Inc. 952.345.8677 kfh at mqsoftware.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From sven.sternberger at desy.de Thu Jun 17 11:59:43 2004 From: sven.sternberger at desy.de (Sven Sternberger) Date: Thu, 17 Jun 2004 17:59:43 +0200 Subject: [rt-users] which right I have to set to modify >location/organisation< Message-ID: <40D1BFEF.5000103@desy.de> Hello! I am a little surprised. I set "ModifySelf" for a group and they can change in preference every field but not "Organisation"?? Which right do they need and has organisation a special mening?? best regards From m-liebman at northwestern.edu Thu Jun 17 12:03:32 2004 From: m-liebman at northwestern.edu (Michael S. Liebman) Date: Thu, 17 Jun 2004 12:03:32 -0400 Subject: [rt-users] how to make people CC'd on original email be added as CC users on the ticket? In-Reply-To: <3C05BBBA1B54ED43B1A6827E620EF1CD584BB3@mailservermn.mqsoftware.com> References: <3C05BBBA1B54ED43B1A6827E620EF1CD584BB3@mailservermn.mqsoftware.com> Message-ID: <20040617160331.GB4606@SDF.LONESTAR.ORG> On Thu, Jun 17, 2004 at 10:58:29AM -0500, Kelly F. Hickel wrote: > For our helpdesk, if a user sends an email and C's someone (like their > manager), we want that person to be added to the CC list of the ticket. $ParseNewMessageForTicketCcs in RT_Config.pm? Make sure to read the documentation so you don't end up with mail loops. Michael -- Michael S. Liebman m-liebman at northwestern.edu http://msl521.freeshell.org/ "I have vision and the rest of the world wears bifocals." -Paul Newman in "Butch Cassidy & the Sundance Kid" From sven.sternberger at desy.de Thu Jun 17 12:10:12 2004 From: sven.sternberger at desy.de (Sven Sternberger) Date: Thu, 17 Jun 2004 18:10:12 +0200 Subject: [rt-users] Could not modify article in RTFM In-Reply-To: <20040617155205.GJ26100@pallas.eruditorum.org> References: <40D179EB.5030208@desy.de> <20040617155205.GJ26100@pallas.eruditorum.org> Message-ID: <40D1C264.8080405@desy.de> Sorry just a cut and paste issue. It is debian rtfm package 2.0.3-1 (which mainly is vanilla 2.0.3 i think) best regards! Jesse Vincent wrote: > >On Thu, Jun 17, 2004 at 01:00:59PM +0200, Sven Sternberger wrote: > > >>Hello! >> >>I could create custom fields, classes and articles. But when I try to >>modify an article >>I get the following error message: >> >>LIBC: 2.3.2.ds1-12 >>Kernel: 2.4.26 >>Perl: 5.8.3-3 >>request-tracker3: 3.0.10-3 >> >> > >When reporting bugs in RTFM, knowing what version of RTFM you're running >is much more important than what version of libc you're running. ;) > > > From kfh at mqsoftware.com Thu Jun 17 12:17:22 2004 From: kfh at mqsoftware.com (Kelly F. Hickel) Date: Thu, 17 Jun 2004 11:17:22 -0500 Subject: [rt-users] how to make people CC'd on original email be added as CC users on the ticket? Message-ID: <3C05BBBA1B54ED43B1A6827E620EF1CD584BB7@mailservermn.mqsoftware.com> DOH! I knew I was missing something simple! Thanks Michael.... -- Kelly F. Hickel Senior Software Architect MQSoftware, Inc. 952.345.8677 kfh at mqsoftware.com -----Original Message----- From: Michael S. Liebman [mailto:m-liebman at northwestern.edu] Sent: Thursday, June 17, 2004 11:04 AM To: Kelly F. Hickel Cc: rt-users at lists.fsck.com Subject: Re: [rt-users] how to make people CC'd on original email be added as CC users on the ticket? On Thu, Jun 17, 2004 at 10:58:29AM -0500, Kelly F. Hickel wrote: > For our helpdesk, if a user sends an email and C's someone (like their > manager), we want that person to be added to the CC list of the ticket. $ParseNewMessageForTicketCcs in RT_Config.pm? Make sure to read the documentation so you don't end up with mail loops. Michael -- Michael S. Liebman m-liebman at northwestern.edu http://msl521.freeshell.org/ "I have vision and the rest of the world wears bifocals." -Paul Newman in "Butch Cassidy & the Sundance Kid" From kfh at mqsoftware.com Thu Jun 17 12:26:53 2004 From: kfh at mqsoftware.com (Kelly F. Hickel) Date: Thu, 17 Jun 2004 11:26:53 -0500 Subject: Make people CC'd on response CC tiket users (WAS RE: [rt-users] how to make people CC'd on original email be added as CC users on the ticket?) Message-ID: <3C05BBBA1B54ED43B1A6827E620EF1CD584BBC@mailservermn.mqsoftware.com> OK, next question, this doesn't help if the person wasn't CC'd on the initial request, but was CC'd by the requestor on a later email updating the ticket..... Is there currently a way to do that???? -- Kelly F. Hickel Senior Software Architect MQSoftware, Inc. 952.345.8677 kfh at mqsoftware.com -----Original Message----- From: Kelly F. Hickel Sent: Thursday, June 17, 2004 11:17 AM To: 'm-liebman at northwestern.edu' Cc: rt-users at lists.fsck.com Subject: RE: [rt-users] how to make people CC'd on original email be added as CC users on the ticket? DOH! I knew I was missing something simple! Thanks Michael.... -- Kelly F. Hickel Senior Software Architect MQSoftware, Inc. 952.345.8677 kfh at mqsoftware.com -----Original Message----- From: Michael S. Liebman [mailto:m-liebman at northwestern.edu] Sent: Thursday, June 17, 2004 11:04 AM To: Kelly F. Hickel Cc: rt-users at lists.fsck.com Subject: Re: [rt-users] how to make people CC'd on original email be added as CC users on the ticket? On Thu, Jun 17, 2004 at 10:58:29AM -0500, Kelly F. Hickel wrote: > For our helpdesk, if a user sends an email and C's someone (like their > manager), we want that person to be added to the CC list of the ticket. $ParseNewMessageForTicketCcs in RT_Config.pm? Make sure to read the documentation so you don't end up with mail loops. Michael -- Michael S. Liebman m-liebman at northwestern.edu http://msl521.freeshell.org/ "I have vision and the rest of the world wears bifocals." -Paul Newman in "Butch Cassidy & the Sundance Kid" From jesse at bestpractical.com Thu Jun 17 12:29:11 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Thu, 17 Jun 2004 12:29:11 -0400 Subject: Make people CC'd on response CC tiket users (WAS RE: [rt-users] how to make people CC'd on original email be added as CC users on the ticket?) In-Reply-To: <3C05BBBA1B54ED43B1A6827E620EF1CD584BBC@mailservermn.mqsoftware.com> References: <3C05BBBA1B54ED43B1A6827E620EF1CD584BBC@mailservermn.mqsoftware.com> Message-ID: <20040617162911.GM26100@pallas.eruditorum.org> On Thu, Jun 17, 2004 at 11:26:53AM -0500, Kelly F. Hickel wrote: > OK, next question, this doesn't help if the person wasn't CC'd on the > initial request, but was CC'd by the requestor on a later email updating > the ticket..... > > Is there currently a way to do that???? You could do it with a scrip. But if you do that, it means that a third party could get themselves added to _every_ ticket in your system by spamming you. Which may well not be what you want. > From kfh at mqsoftware.com Thu Jun 17 12:31:17 2004 From: kfh at mqsoftware.com (Kelly F. Hickel) Date: Thu, 17 Jun 2004 11:31:17 -0500 Subject: Make people CC'd on response CC tiket users (WAS RE: [rt-users] how to make people CC'd on original email be added as CC users on the ticket?) Message-ID: <3C05BBBA1B54ED43B1A6827E620EF1CD584BBD@mailservermn.mqsoftware.com> Hmmm, valid point, but this email addr is internal only and there's no way to forward email from the internet to this RT..... Any hints on the scrip? I haven't written one before...... -- Kelly F. Hickel Senior Software Architect MQSoftware, Inc. 952.345.8677 kfh at mqsoftware.com -----Original Message----- From: Jesse Vincent [mailto:jesse at bestpractical.com] Sent: Thursday, June 17, 2004 11:29 AM To: Kelly F. Hickel Cc: m-liebman at northwestern.edu; rt-users at lists.fsck.com Subject: Re: Make people CC'd on response CC tiket users (WAS RE: [rt-users] how to make people CC'd on original email be added as CC users on the ticket?) On Thu, Jun 17, 2004 at 11:26:53AM -0500, Kelly F. Hickel wrote: > OK, next question, this doesn't help if the person wasn't CC'd on the > initial request, but was CC'd by the requestor on a later email updating > the ticket..... > > Is there currently a way to do that???? You could do it with a scrip. But if you do that, it means that a third party could get themselves added to _every_ ticket in your system by spamming you. Which may well not be what you want. > From mike at sepia.com Thu Jun 17 12:31:06 2004 From: mike at sepia.com (Mike Schmidt) Date: Thu, 17 Jun 2004 12:31:06 -0400 Subject: [rt-users] Limit on number of CustomFieldValues? Message-ID: <40D1C74A.3010704@sepia.com> I'm running RT 3.0.7_01 We have a number of custom fields defined for a queue, where one is a drop-down single select list. I have been unable to add new values to the list after the 45th. This doesn't make much sense, and there is no error message or log that I can find that would explain why this happens. Is there a limit to the number of CustomFieldValues we can have for a CustomField, and if so, how can I change it? I have had a look at the code, but couldn't find any indication of a limit. Thanks, Mike -- ________________________________________________________ Mike Schmidt Syst?mes Scientifiques SEPIA/Intello President SEPIA Scientific Systems/Intello Tel: 450-358-2266 556 1?re Rue Fax: 450-358-2267 Saint-Jean-sur-Richelieu e-mail: mike at sepia.com Qu?bec, Canada J2X 3B4 cell: 514-835-9497 http://www.sepia.com http://www.intello.com From myk1 at ptgrey.com Thu Jun 17 13:22:02 2004 From: myk1 at ptgrey.com (Mike White) Date: Thu, 17 Jun 2004 10:22:02 -0700 Subject: [rt-users] mod_perl vs fastcgi, which performs best, which is more scalable? In-Reply-To: <1087439888.15484.145.camel@pete> References: <20040615235024.0FFCC84C597@pallas.eruditorum.org> <40CF90D6.2000206@cisco.com> <20040616001459.GT26100@pallas.eruditorum.org> <1087439888.15484.145.camel@pete> Message-ID: <40D1D33A.6070301@ptgrey.com> Peter Silver wrote: > Our system specs aren't anything very special; > CPU: 2.8ghz Intel P4 > RAM: 2gb > RT: 3.0.11 > Apache: 1.3.31 > mod_perl: 1.29 Peter, What OS are you running? Really curious, mike From richc at chem.utah.edu Thu Jun 17 13:48:20 2004 From: richc at chem.utah.edu (richc at chem.utah.edu) Date: Thu, 17 Jun 2004 11:48:20 -0600 (MDT) Subject: [rt-users] rt page not rendering. Message-ID: <1087494500.40d1d96467add@imap.chem.utah.edu> Hello. I've just finished a few installs of request tracker and I'm constantly having the problem of it not rendering the request tracker page. It's merely showing the contents of the share/html/index.html file. It renders the submit "Go" button but that's it. I'm running rt-3.0.10 apache_1.3.31 mod_perl-1.29 I've not been able to find a cause if this in your archives.. Any ideas? Thanx richc From les at futuresource.com Thu Jun 17 15:19:54 2004 From: les at futuresource.com (Les Mikesell) Date: Thu, 17 Jun 2004 14:19:54 -0500 Subject: [rt-users] Integration with LDap or Bugzilla In-Reply-To: <40D0C724.3050800@fastmail.fm> References: <40D0C724.3050800@fastmail.fm> Message-ID: <1087499994.29459.6.camel@moola.futuresource.com> On Wed, 2004-06-16 at 17:18, Kelly D. Lucas wrote: > My company is considering implementing RT3, and our group will be the > primary owner and user of RT; however, there are existing systems in > place, and I want to find out about ease of integration, if it comes > to that. Some custom code has been posted to automatically import users that are found in LDAP as well as authenticate against it. If you don't mind adding users once but you want to authenticate against system passwords you can use the apache modules for ldap or pam authentication and configure RT to accept external authentication. I'm using mod_auth_pam on a Linux box set up to accept either local passwords or check against a windows domain controller. --- Les Mikesell les at futuresource.com From richc at chem.utah.edu Thu Jun 17 18:00:00 2004 From: richc at chem.utah.edu (richc at chem.utah.edu) Date: Thu, 17 Jun 2004 16:00:00 -0600 (MDT) Subject: [rt-users] rt page not rendering Message-ID: <1087509600.40d21460258f9@imap.chem.utah.edu> I think I see what might be causing my rt page not be rendered. Just showing the index.html file itself. It renders the submit "Go" button but that's it. I'm running rt-3.0.10 apache_1.3.31 mod_perl-1.29 The "perl sbin/rt-test-dependencies --with-mysql --with-modperl1" command showed nothing missing.. MASON dependencies: Params::Validate 0.02...found Cache::Cache ...found Exception::Class ...found HTML::Mason 1.16...found MLDBM ...found Errno ...found FreezeThaw ...found Digest::MD5 2.27...found CGI::Cookie 1.20...found Storable 2.08...found Apache::Session 1.53...found There's no RT/Mason.pm in the filesystem. Any idea on how to get it installed Thankyou richc From psilver at ultrafast.com.au Thu Jun 17 19:12:08 2004 From: psilver at ultrafast.com.au (Peter Silver) Date: Fri, 18 Jun 2004 09:12:08 +1000 Subject: [rt-users] mod_perl vs fastcgi, which performs best, which is more scalable? In-Reply-To: <40D1D33A.6070301@ptgrey.com> References: <20040615235024.0FFCC84C597@pallas.eruditorum.org> <40CF90D6.2000206@cisco.com> <20040616001459.GT26100@pallas.eruditorum.org> <1087439888.15484.145.camel@pete> <40D1D33A.6070301@ptgrey.com> Message-ID: <1087513927.15484.175.camel@pete> On Fri, 2004-06-18 at 03:22, Mike White wrote: > Peter Silver wrote: > > > Our system specs aren't anything very special; > > CPU: 2.8ghz Intel P4 > > RAM: 2gb > > RT: 3.0.11 > > Apache: 1.3.31 > > mod_perl: 1.29 > > What OS are you running? Our system runs on RHEL 3 ES. Regards, Peter -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From rob.joost at knowledgenet.com Thu Jun 17 20:47:49 2004 From: rob.joost at knowledgenet.com (Robert Joost) Date: Thu, 17 Jun 2004 17:47:49 -0700 Subject: [rt-users] dumpfile-to-rt-3.0 choking on attachment Message-ID: <40D23BB5.8030109@knowledgenet.com> Hello, This is my first post so please bear with me. Trying to upgrade from RT2 to RT3. I successfully exported RT2 using rt-2.0-to-dumpfile. (Using VERSION 1.23 of rt2-to-rt3-1.23) RT2 is running on an RH8 box with Postgres 7.2 RT2 is at 2.0.15 and RT3 is at rt-3-0-4 I built another box with FreeBSD and built RT3, scp'd the dump over to that box and ran dumpfile-to-rt-3.0. After running ./dumpfile-to-rt-3.0 /tmp/dump Importing groups gggggggggggggggggggggrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqImporting tickets...t-17 .t-18 .t-19 Couldn't create attachment $VAR1 = { 'Subject' => '', 'ContentType' => 'application/msword', 'Filename' => 'Script for testing the functionality of RT ticket 273.doc', 'Headers' => 'Content-Type: application/msword; name="Script for testing the functionality of RT ticket 273.doc" Content-Disposition: inline; filename="Script for testing the functionality of RT ticket 273.doc" Content-Transfer-Encoding: base64 ', 'Creator' => '19', 'Parent' => '1133', 'Created' => '2003-01-22 00:53:13+00', 'ContentEncoding' => 'base64', 'id' => '1135', 'TransactionId' => '2420' }; ERROR: parser: unterminated quoted string at or near "'???????" at character 682 [Fri Jun 18 00:16:02 2004] [crit]: Died at ./dumpfile-to-rt-3.0 line 719. (/usr/local/rt3/lib/RT.pm:242) From the postgres log: ERROR: parser: unterminated quoted string at or near "'???????" at character 682 LOG: recycled transaction log file 0000000000000000 AFTER this error, a select on the users table in the RT3 database showed all the users and a few of my users were able to login. I was able to login as root as well. So all the user data from the user tables was successfully imported :-) Upon logging in, I saw only 1 ticket (there are over 4,000). So dumpfile-to-rt-3.0 is choking per the error above. I'm hoping someone will help me with this. Thanks! -- Rob Joost Unix Administrator KnowledgeNet 14624 N. Scottsdale Road, #300 Scottsdale, AZ 85254 Phone: (480) 315-4841 Cell: (602) 920-6113 Email: rob.joost at knowledgenet.com Web: Why KnowledgeNet? Listen and learn from top customers -- Cisco, US Postal Service, and EMC, to name a few! NOTICE: This communication may contain privileged or other confidential information. If you are not the intended recipient or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received. Thank you. From rob.joost at knowledgenet.com Thu Jun 17 21:05:44 2004 From: rob.joost at knowledgenet.com (Robert Joost) Date: Thu, 17 Jun 2004 18:05:44 -0700 Subject: [rt-users] re: dumpfile-to-rt-3.0 choking on attachment Message-ID: <40D23FE8.7020806@knowledgenet.com> Here's more information I got after re-running dumpfile-to-rt-3.0 Importing groups gggggggggggggggggggggrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrqFailed to create queue for$VAR1 = { 'LastUpdatedBy' => '192', 'Disabled' => '1', 'Created' => '2003-03-18 21:31:16+00', 'Creator' => '192', 'LastUpdated' => '2004-01-09 19:38:13+00', 'Name' => 'corp-web-bug' }; qFailed to create queue for$VAR1 = { 'LastUpdatedBy' => '192', 'Disabled' => '1', 'Created' => '2003-03-18 21:31:00+00', 'Creator' => '192', 'LastUpdated' => '2004-01-09 19:38:24+00', 'Name' => 'corp-web-dev' }; qFailed to create queue for$VAR1 = { 'LastUpdatedBy' => '192', 'Created' => '2002-11-14 23:59:32+00', 'Name' => 'dba-request', 'LastUpdated' => '2004-01-09 21:39:18+00', 'Creator' => '192' }; Couldn't load principal to grant them CommentOnTicket on queue $VAR1 = { 'PrincipalType' => 'Group', 'Role' => 'Owner', 'Name' => 'CommentOnTicket' }; [Fri Jun 18 00:51:48 2004] [crit]: 1 (/usr/local/rt3/lib/RT/ACE_Overlay.pm:884) [Fri Jun 18 00:51:48 2004] [crit]: Can't load a principal for id (/usr/local/rt3/lib/RT/ACE_Overlay.pm:885) Couldn't load principal to grant them CreateTicket on queue $VAR1 = { 'PrincipalType' => 'Group', 'Role' => 'Owner', 'Name' => 'CreateTicket' }; [Fri Jun 18 00:51:48 2004] [crit]: 1 (/usr/local/rt3/lib/RT/ACE_Overlay.pm:884) [Fri Jun 18 00:51:48 2004] [crit]: Can't load a principal for id (/usr/local/rt3/lib/RT/ACE_Overlay.pm:885) Couldn't load principal to grant them ReplyToTicket on queue $VAR1 = { 'PrincipalType' => 'Group', 'Role' => 'Owner', 'Name' => 'ReplyToTicket' }; -- Rob Joost Unix Administrator KnowledgeNet 14624 N. Scottsdale Road, #300 Scottsdale, AZ 85254 Phone: (480) 315-4841 Cell: (602) 920-6113 Email: rob.joost at knowledgenet.com Web: Why KnowledgeNet? Listen and learn from top customers -- Cisco, US Postal Service, and EMC, to name a few! NOTICE: This communication may contain privileged or other confidential information. If you are not the intended recipient or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received. Thank you. From jesse at bestpractical.com Fri Jun 18 02:16:44 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Fri, 18 Jun 2004 02:16:44 -0400 Subject: [rt-users] Postgres Users: DBIx::SearchBuilder 1.00_06 Message-ID: <20040618061644.GX26100@pallas.eruditorum.org> I've just uploaded DBIx::SearchBuilder 1.00_06 to CPAN. This release includes additional query-builder enhancements for PostgreSQL (and Oracle). One heavy test site reports a significant performance improvement across the board. I'd love to hear how folks do with this release. Best, Jesse -- From jesse at bestpractical.com Fri Jun 18 02:33:04 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Fri, 18 Jun 2004 02:33:04 -0400 Subject: [rt-users] Attachment Problems - Yet Another In-Reply-To: <40303051A9CCD61195C300508BB3574F36F3A1@caizexg001.lan.ci-pinkerton.com> References: <40303051A9CCD61195C300508BB3574F36F3A1@caizexg001.lan.ci-pinkerton.com> Message-ID: <20040618063304.GY26100@pallas.eruditorum.org> On Wed, Jun 16, 2004 at 09:01:19AM -0400, Mike Ridilla wrote: > Jesse, > > Thanks in advance for taking the time to look at this. I've attached one of > the word files I've been having problems with. I tried changing the name of > the file to something different, but no luck there either. It also seems to > happen every once in a while with certain Excel Spreadsheets as well. > > BTW RT is a great product! > It looks like perhaps you haven't configured mysql to deal with packets larger than 1Mb. From rob.joost at knowledgenet.com Fri Jun 18 03:06:17 2004 From: rob.joost at knowledgenet.com (Rob Joost) Date: Fri, 18 Jun 2004 00:06:17 -0700 Subject: [rt-users] RE: dumpfile-to-rt-3.0 choking on attachment Message-ID: <9269BCC02971FA44859FB272D5A0D1AD2BFDBB@LMS2.knowledgenet.ad> From below, I noticed that after running ./dumpfile-to-rt-3.0 the queues table has the same number of rows on both Postgres databases (the rt2 box and the new rt3 box I'm trying to import into) BUT no more than a few tickets are being created in the tickets table....below are some of the errors... I just inherited this project, it's great, it's Open Source, I'm just hoping there is an Open channel of information on help with this :-) since I'm running rt 3.0.4, I found a bug report which was integrated into a newer version of rt...since I'm trying to stick to FreeBSD ports, I added the diffs myself: ( it's late and I'm also exhausted, so I don't have the bug number... --- lib/RT/Ticket_Overlay.pm Tue Nov 18 04:54:11 2003 +++ /opt/rt3/lib/RT/Ticket_Overlay.pm Thu Nov 20 20:13:14 2003 @@ -305,6 +305,7 @@ my $self = shift; my %args = ( id => undef, + EffectiveId => undef, Queue => undef, Requestor => undef, Cc => undef, @@ -521,7 +522,7 @@ } #Set the ticket's effective ID now that we've created it. - my ( $val, $msg ) = $self->__Set( Field => 'EffectiveId', Value => $id ); + my ( $val, $msg ) = $self->__Set( Field => 'EffectiveId', Value => $args{'EffectiveId'} || $id ); unless ($val) { $RT::Logger->crit("$self ->Create couldn't set EffectiveId: $msg\n"); STILL it's no dice ... Trying to upgrade from RT2 to RT3. I successfully exported RT2 using rt-2.0-to-dumpfile. (Using VERSION 1.23 of rt2-to-rt3-1.23) RT2 is running on an RH8 box with Postgres 7.2 RT2 is at 2.0.15 and RT3 is at rt-3-0-4 I built another box with FreeBSD and built RT3, scp'd the dump over to that box and ran dumpfile-to-rt-3.0. After running ./dumpfile-to-rt-3.0 /tmp/dump Importing groups gggggggggggggggggggggrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqImporting tickets...t-17 .t-18 .t-19 Couldn't create attachment $VAR1 = { 'Subject' => '', 'ContentType' => 'application/msword', 'Filename' => 'Script for testing the functionality of RT ticket 273.doc', 'Headers' => 'Content-Type: application/msword; name="Script for testing the functionality of RT ticket 273.doc" Content-Disposition: inline; filename="Script for testing the functionality of RT ticket 273.doc" Content-Transfer-Encoding: base64 ', 'Creator' => '19', 'Parent' => '1133', 'Created' => '2003-01-22 00:53:13+00', 'ContentEncoding' => 'base64', 'id' => '1135', 'TransactionId' => '2420' }; ERROR: parser: unterminated quoted string at or near "'???????" at character 682 [Fri Jun 18 00:16:02 2004] [crit]: Died at ./dumpfile-to-rt-3.0 line 719. (/usr/local/rt3/lib/RT.pm:242) From the postgres log: ERROR: parser: unterminated quoted string at or near "'???????" at character 682 LOG: recycled transaction log file 0000000000000000 AFTER this error, a select on the users table in the RT3 database showed all the users and a few of my users were able to login. I was able to login as root as well. So all the user data from the user tables was successfully imported :-) Upon logging in, I saw only 1 ticket (there are over 4,000). So dumpfile-to-rt-3.0 is choking per the error above. I'm hoping someone will help me with this. Here's more information I got after re-running dumpfile-to-rt-3.0 Importing groups gggggggggggggggggggggrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrqFailed to create queue for$VAR1 = { 'LastUpdatedBy' => '192', 'Disabled' => '1', 'Created' => '2003-03-18 21:31:16+00', 'Creator' => '192', 'LastUpdated' => '2004-01-09 19:38:13+00', 'Name' => 'corp-web-bug' }; qFailed to create queue for$VAR1 = { 'LastUpdatedBy' => '192', 'Disabled' => '1', 'Created' => '2003-03-18 21:31:00+00', 'Creator' => '192', 'LastUpdated' => '2004-01-09 19:38:24+00', 'Name' => 'corp-web-dev' }; qFailed to create queue for$VAR1 = { 'LastUpdatedBy' => '192', 'Created' => '2002-11-14 23:59:32+00', 'Name' => 'dba-request', 'LastUpdated' => '2004-01-09 21:39:18+00', 'Creator' => '192' }; Couldn't load principal to grant them CommentOnTicket on queue $VAR1 = { 'PrincipalType' => 'Group', 'Role' => 'Owner', 'Name' => 'CommentOnTicket' }; [Fri Jun 18 00:51:48 2004] [crit]: 1 (/usr/local/rt3/lib/RT/ACE_Overlay.pm:884) [Fri Jun 18 00:51:48 2004] [crit]: Can't load a principal for id (/usr/local/rt3/lib/RT/ACE_Overlay.pm:885) Couldn't load principal to grant them CreateTicket on queue $VAR1 = { 'PrincipalType' => 'Group', 'Role' => 'Owner', 'Name' => 'CreateTicket' }; [Fri Jun 18 00:51:48 2004] [crit]: 1 (/usr/local/rt3/lib/RT/ACE_Overlay.pm:884) [Fri Jun 18 00:51:48 2004] [crit]: Can't load a principal for id (/usr/local/rt3/lib/RT/ACE_Overlay.pm:885) Couldn't load principal to grant them ReplyToTicket on queue $VAR1 = { 'PrincipalType' => 'Group', 'Role' => 'Owner', 'Name' => 'ReplyToTicket' }; Thanks! -- Rob Joost Unix Administrator KnowledgeNet 14624 N. Scottsdale Road, #300 Scottsdale, AZ 85254 Phone: (480) 315-4841 Cell: (602) 920-6113 Email: rob.joost at knowledgenet.com Web: Why KnowledgeNet? Listen and learn from top customers -- Cisco, US Postal Service, and EMC, to name a few! NOTICE: This communication may contain privileged or other confidential information. If you are not the intended recipient or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From as at sysformance.com Fri Jun 18 08:50:51 2004 From: as at sysformance.com (Aurel Schwarzentruber) Date: Fri, 18 Jun 2004 14:50:51 +0200 Subject: [rt-users] Postgres Users: DBIx::SearchBuilder 1.00_06 In-Reply-To: <20040618061644.GX26100@pallas.eruditorum.org> References: <20040618061644.GX26100@pallas.eruditorum.org> Message-ID: <200406181450.51575.as@sysformance.com> On Friday June 18 2004 08:16, Jesse Vincent wrote: > I've just uploaded DBIx::SearchBuilder 1.00_06 to CPAN. This release > includes additional query-builder enhancements for PostgreSQL (and > Oracle). One heavy test site reports a significant performance > improvement across the board. I'd love to hear how folks do with this > release. It's definitely faster for me in every way, excellent work! Tested on RT 3.0.11, PostgreSQL 7.3.4 > Best, > Jesse From cerion at open-works.co.uk Fri Jun 18 09:27:44 2004 From: cerion at open-works.co.uk (Cerion Armour-Brown) Date: Fri, 18 Jun 2004 15:27:44 +0200 Subject: [rt-users] archiving / exporting tickets Message-ID: <200406181527.44016.cerion@open-works.co.uk> Hi, I'm wondering what people out there do when they finish a project and want to move all related tickets to an archive (perhaps a second RT instance)? I've set up RT with a custom field of 'project'. When a project comes to an end, I'd like to be able to export all tickets with that project value (and then remove them from the RT database) If this isn't possible, might it at least be possible to 'hide' all tickets with that project value, so they don't come up in any searches? Thanks, Cerion From mike.ridilla at globalcomplianceservices.com Fri Jun 18 09:38:50 2004 From: mike.ridilla at globalcomplianceservices.com (Mike Ridilla) Date: Fri, 18 Jun 2004 09:38:50 -0400 Subject: [rt-users] Attachment Problems - Yet Another Message-ID: <40303051A9CCD61195C300508BB3574F36F3AE@caizexg001.lan.ci-pinkerton.com> I'm pretty sure I did configure mysql to handle packets larger than 1Mb. In the /etc/my.cnf file, I have the following: [mysql] max_allowed_packet=100M BTW, the mysql version I'm running is 4.0.17. Then in the RT_SiteConfig.pm (rt 3.0.8), I have the following: Set($MaxAttachmentSize , 100000000); Set($TruncateLongAttachments , undef); Set($DropLongAttachments , undef); I was reading another set of messages and it one of them said I should possibly upgrade to > 3.0.9pre. I'm referring to: On Solaris 8, the fix seems to be in 3.0.9pre4 with perl 5.8.3. This did it for me. For some reason, 3.0.9pre2 still had the same problem on downloading attachments using IE. Regards, Neil --On lundi 9 f?vrier 2004 18:00 +0200 Danie Marais wrote: > Can't be it because I can download smaller ones just fine. And I have > 3.0.8. > > But as I say not the end of the world. > >> I remember some fixes in rt3.0.8 or 9pre about IE bug with some no-cache >> headers. >> I size doesn't matter in this case of error. >> Best regards. Ruslan. >> > >> > Thanks again. >> > Danie So should I just go ahead and bite the bullet and upgrade to 3.0.11? Thanks again for all the help! Mike Ridilla System Admin Global Compliance Services -----Original Message----- From: Jesse Vincent [mailto:jesse at bestpractical.com] Sent: Friday, June 18, 2004 2:33 AM To: Mike Ridilla; rt-users at lists.bestpractical.com Subject: Re: [rt-users] Attachment Problems - Yet Another On Wed, Jun 16, 2004 at 09:01:19AM -0400, Mike Ridilla wrote: > Jesse, > > Thanks in advance for taking the time to look at this. I've attached one of > the word files I've been having problems with. I tried changing the name of > the file to something different, but no luck there either. It also seems to > happen every once in a while with certain Excel Spreadsheets as well. > > BTW RT is a great product! > It looks like perhaps you haven't configured mysql to deal with packets larger than 1Mb. From ges at wingfoot.org Fri Jun 18 10:52:29 2004 From: ges at wingfoot.org (Glenn Sieb) Date: Fri, 18 Jun 2004 10:52:29 -0400 Subject: [rt-users] How can I tell what version of RT was used in the database? Message-ID: <40D301AD.4060005@wingfoot.org> I have been asked to install RT on a system--and they want me to use an old RT database backup--is there anyway in MySQL I can find out what version of RT was used to create that DB? Unfortunately, I'm under a small time crunch... :-/ We're _guessing_ it's 3.0.9-11 somewhere... Thanks in advance, everyone! Best, Glenn From iqbala at qwestip.net Fri Jun 18 11:06:11 2004 From: iqbala at qwestip.net (Asif Iqbal) Date: Fri, 18 Jun 2004 11:06:11 -0400 Subject: [rt-users] RT bug? Message-ID: <20040618150611.GD15517@qwestip.net> Hi All I am using RT 3.0.11 with Apache 1.3.27,mod_perl1,mysql-4.0.13i and perl 5.8.4. I am running it on Solaris 8 Now one of my user experienced this and I quote "I have noticed that after taking ownership of a case, WebRT will on occasion set the owner back to "Nobody" when we go to resolve the ticket. The most recent example I have is #251228. I looked back through the browser cache. The first window shows me taking ownership of the ticket. The next window shows what came up after I clicked on "resolve" = Status field shows "resolved". Owner shows "Nobody" The third window shows the results: "The comment has been recorded Status: Status changed from new to resolved by kkmoor5 Owner changed from kkmoor5 to Nobody" The ticket logs show Thu Jun 17 15:14:52 2004 kkmoor5 - Taken Thu Jun 17 15:15:51 2004 kkmoor5 - Comments added Thu Jun 17 15:15:53 2004 kkmoor5 - Status changed from new to resolved Thu Jun 17 15:15:53 2004 kkmoor5 - Given to Nobody I then contacted Steve about this and he asked me to go in and add comments to the ticket. This gave ownership back to me: Thu Jun 17 15:19:41 2004 kkmoor5 - Taken Thu Jun 17 15:22:33 2004 kkmoor5 - Comments added Again, I have notice this happening intermittently." Is there a know bug similar to this? Here is the ticket look like Received: from qmail.qwestip.net (qmail [205.171.7.14]) by webrt.arl.qwestip.net (8.11.7p1+Sun/8.11.7) with SMTP id i5HJ3Lm16463 for ; Thu, 17 Jun 2004 15:03:21 -0400 (EDT) Received: (qmail 398 invoked by alias); 17 Jun 2004 18:59:52 -0000 Received: (qmail 382 invoked by uid 7801); 17 Jun 2004 18:59:52 -0000 Received: from koko at kokosuniverse.com by qmail by uid 7791 with qmail-scanner-1.22st (clamdscan: 0.70. spamassassin: 2.63. Clear:RC:1(63.249.95.33):. Processed in 0.816198 secs); 17 Jun 2004 18:59:52 -0000 Received: from www3.cruzio.com ([63.249.95.33]) (envelope-sender ) by qmail.qwestip.net (qmail-ldap-1.03) with SMTP for ; 17 Jun 2004 18:59:50 -0000 Received: from windy1.kokosuniverse.com (dsl3-63-249-88-160.cruzio.com [63.249.88.160]) by www3.cruzio.com with ESMTP id i5HIxeLu020323; Thu, 17 Jun 2004 11:59:40 -0700 (PDT) Delivered-To: dns-admin at QWESTIP.NET MIME-Version: 1.0 Subject: 63.230.238.45 is sending inappropriate data to children and forging email address X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.3.0 Date: Thu, 17 Jun 2004 12:01:10 -0700 Message-Id: <6.0.3.0.2.20040617115543.02638ec0 at pop.ix.netcom.com> Content-Type: multipart/mixed; boundary="=====================_44112281==_" To: dns-admin at QWESTIP.NET, abuse at QWESTIP.NET, ericslund at aol.com From: koko at kokosuniverse.com Content-Length: 0 Content-Type: multipart/alternative; boundary="=====================_44112296==.ALT" Content-Length: 0 content-type: text/plain; charset="utf-8"; format="flowed" X-RT-Original-Encoding: us-ascii Content-Length: 2579 This ticket also had a jpg (4.8k) and a txt attachmeat (130b) Thanks for any help/suggestion with this -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu There's no place like 127.0.0.1 From ler at lerctr.org Fri Jun 18 11:14:53 2004 From: ler at lerctr.org (Larry Rosenman) Date: Fri, 18 Jun 2004 10:14:53 -0500 Subject: [rt-users] Syslog Config.... Message-ID: Jesse, I was upgrading RT to 3.0.11, and noted the following in RT_Config: # On Solaris, set to ( socket => 'inet' ). Options here override any # other options RT passes to Log::Dispatch::Syslog. Other interesting # flags include facility and logopt. (See the Log::Dispatch::Syslog # documentation for more information.) (Maybe ident too, if you have # multiple RT installations.) @LogToSyslogConf = () unless (@LogToSyslogConf); # }}} Can this note be updated to include UnixWare as well? It fixes An issue with Sys::Syslog 0.04 with the SCO Supplied PERL 5.8.3. Thanks! LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler at lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 From caleb at earnware.com Fri Jun 18 11:23:07 2004 From: caleb at earnware.com (Caleb) Date: Fri, 18 Jun 2004 08:23:07 -0700 Subject: [rt-users] Problem running Make Initialize-Database Message-ID: <204080-22004651815237351@earnware.com> Hi All, I've been reading this list lately to hopefully get a handle on RT and how it works, before I attempt to install this and deploy it for my company. I am attempting to run RT on a RH9 box. I got all the dependences to work and ran the make install with out any problems. But then when I ran the make initialize-database I run into some errors. Basically my problem is this: When I run the "make initialize-database" I get /usr/bin/perl: relocation error: /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/DBD/mysql/mysql.so: undefined symbol: mysql_init make: *** [initialize-database] Error 127 Any ideas???? Thanks, Caleb ---------------------------------------------- Technical Support Earnware Corporation Phone | Fax | VM: 800-800-8273 mail to:support at earnware.com ---------------------------------------------- Perfecting the way you do business... Visit us at: http://www.earnware.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From dthacker at omnihotels.com Fri Jun 18 11:47:06 2004 From: dthacker at omnihotels.com (Dave Thacker) Date: Fri, 18 Jun 2004 10:47:06 -0500 Subject: [rt-users] Why is default scrip not triggered? Message-ID: <200406181047.06116.dthacker@omnihotels.com> RT 3.0.10-Default scrips only. ?No custom scripts defined yet. I have a group of 5 people defined. ?I've set this group as an AdminCC watcher for the ticket in question. ?I then add a comment to the ticket with the "type" field set to "Comment(not sent to requestors)". ? I'm expecting the default scrip "On Comment Notify AdminCcs as Comment with template Admin Comment" to be triggered and an email sent to the group. ?It's not happening. ?What have I missed? TIA DT -- Dave Thacker SysAdmin, DBA, Postmaster, Odd Jobs Omni Hotels Reservation Center V:402-952-6535 F:402-334-8013 M: 402-981-4613 (24/7) From rob.joost at knowledgenet.com Fri Jun 18 12:48:09 2004 From: rob.joost at knowledgenet.com (Robert Joost) Date: Fri, 18 Jun 2004 09:48:09 -0700 Subject: [rt-users] RE: dumpfile-to-rt-3.0 choking on attachment Message-ID: <40D31CC9.9010201@knowledgenet.com> RT is a great Open Source tool; unfortunately, if I can't upgrade without paying thousands of dollars then I can't use it. I'm not asking for help in customizing this tool; however, a decent Open Source tool needs to be upgradable without pulling teeth. I am decent with perl and databases and all the tools used with RT but I don't have the time to dissect this tool and beg for help in terms of doing a simple upgrade. If my company needs to pay thousands of dollars to do things like upgrading, then they'll get Remedy and be done with it. Otherwise, it was a great tool, a plus in Open Source. Thanks, Rob -- Rob Joost Unix Administrator KnowledgeNet 14624 N. Scottsdale Road, #300 Scottsdale, AZ 85254 Phone: (480) 315-4841 Cell: (602) 920-6113 Email: rob.joost at knowledgenet.com Web: Why KnowledgeNet? Listen and learn from top customers -- Cisco, US Postal Service, and EMC, to name a few! NOTICE: This communication may contain privileged or other confidential information. If you are not the intended recipient or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received. Thank you. From jesse at bestpractical.com Fri Jun 18 13:00:59 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Fri, 18 Jun 2004 13:00:59 -0400 Subject: [rt-users] RE: dumpfile-to-rt-3.0 choking on attachment In-Reply-To: <40D31CC9.9010201@knowledgenet.com> References: <40D31CC9.9010201@knowledgenet.com> Message-ID: <20040618170059.GD26100@pallas.eruditorum.org> On Fri, Jun 18, 2004 at 09:48:09AM -0700, Robert Joost wrote: > RT is a great Open Source tool; unfortunately, if I can't upgrade > without paying thousands of dollars then I can't use it. I'm not asking > for help in customizing this tool; however, a decent Open Source tool > needs to be upgradable without pulling teeth. > I am decent with perl and databases and all the tools used with RT but I > don't have the time to dissect this tool and beg for help in terms of > doing a simple upgrade. > If my company needs to pay thousands of dollars to do things like > upgrading, then they'll get Remedy and be done with it. Rob, I'm somewhat confused. You sent two messages earlier today explaining that when you try to migrate from RT 2.0 to a version of RT 3.0 that's almost a year out of date, you run into problems. Certainly nobody from Best Practical told you that you need to pay thousands of dollars, or in fact any money at all to upgrade from RT 2 to RT 3. Certainly, it hasn't been an unacceptably long time to wait for other users of RT to reply to your mail. (Many of them are located in the US and are probably just reading their "morning" email right now.) If you can't afford to pay for help and can't work through a problem on your own, then sending irate, impatient mail to the community of other users of the tool isn't going to help you or anyone else out. > Otherwise, it was a great tool, a plus in Open Source. Thanks. > Thanks, > Rob > From rob.joost at knowledgenet.com Fri Jun 18 13:22:00 2004 From: rob.joost at knowledgenet.com (Robert Joost) Date: Fri, 18 Jun 2004 10:22:00 -0700 Subject: [rt-users] RE: dumpfile-to-rt-3.0 choking on attachment In-Reply-To: <20040618170059.GD26100@pallas.eruditorum.org> References: <40D31CC9.9010201@knowledgenet.com> <20040618170059.GD26100@pallas.eruditorum.org> Message-ID: <40D324B8.9080601@knowledgenet.com> Jesse Vincent wrote: > >On Fri, Jun 18, 2004 at 09:48:09AM -0700, Robert Joost wrote: > > >>RT is a great Open Source tool; unfortunately, if I can't upgrade >>without paying thousands of dollars then I can't use it. I'm not asking >>for help in customizing this tool; however, a decent Open Source tool >>needs to be upgradable without pulling teeth. >>I am decent with perl and databases and all the tools used with RT but I >>don't have the time to dissect this tool and beg for help in terms of >>doing a simple upgrade. >>If my company needs to pay thousands of dollars to do things like >>upgrading, then they'll get Remedy and be done with it. >> >> > >Rob, > > I'm somewhat confused. You sent two messages earlier today >explaining that when you try to migrate from RT 2.0 to a version of RT >3.0 that's almost a year out of date, you run into problems. Certainly >nobody from Best Practical told you that you need to pay thousands of >dollars, or in fact any money at all to upgrade from RT 2 to RT 3. >Certainly, it hasn't been an unacceptably long time to wait for other >users of RT to reply to your mail. (Many of them are located in the US >and are probably just reading their "morning" email right now.) > >If you can't afford to pay for help and can't work through a problem >on your own, then sending irate, impatient mail to the community of other >users of the tool isn't going to help you or anyone else out. > You are correct. Stress and lack of sleep does wonders. I'll continue to troubleshoot and report any findings to the list. I did find that you recommend perl 5.8.3. My FreeBSD upgrade box is at perl 5.8.0. I don't know enough of the codebase to determine if this is an issue; however, I'll be upgrading to perl 5.8.3 (the FreeBSD port to 5.83 is not available yet)... and going from there. Thanks. > > > >>Otherwise, it was a great tool, a plus in Open Source. >> >> > >Thanks. > > > >>Thanks, >>Rob >> >> >> -- Rob Joost Unix Administrator KnowledgeNet 14624 N. Scottsdale Road, #300 Scottsdale, AZ 85254 Phone: (480) 315-4841 Cell: (602) 920-6113 Email: rob.joost at knowledgenet.com Web: Why KnowledgeNet? Listen and learn from top customers -- Cisco, US Postal Service, and EMC, to name a few! NOTICE: This communication may contain privileged or other confidential information. If you are not the intended recipient or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received. Thank you. From ler at lerctr.org Fri Jun 18 13:18:53 2004 From: ler at lerctr.org (Larry Rosenman) Date: Fri, 18 Jun 2004 12:18:53 -0500 Subject: [rt-users] RE: dumpfile-to-rt-3.0 choking on attachment In-Reply-To: <40D324B8.9080601@knowledgenet.com> Message-ID: Robert Joost wrote: > You are correct. Stress and lack of sleep does wonders. > I'll continue to troubleshoot and report any findings to the list. > I did find that you recommend perl 5.8.3. My FreeBSD upgrade box is > at perl 5.8.0. > I don't know enough of the codebase to determine if this is an issue; > however, I'll be upgrading to perl 5.8.3 (the FreeBSD port to 5.83 is > not available yet)... and going from there. The lang/perl5.8 port is now at 5.8.4. This was committed in the last 2 weeks. JFYI. LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler at lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 From david.falkenburger at rbc.com Fri Jun 18 14:55:30 2004 From: david.falkenburger at rbc.com (david.falkenburger at rbc.com) Date: Fri, 18 Jun 2004 14:55:30 -0400 Subject: [rt-users] install problem Message-ID: <1AA4003F8D264140917F84EDBF6ED8590B294E@sew01063.maple.fg.rbc.com> I am having trouble with install of RT. I had it working under Fedora, trying now under RedHat enterprise and am stuck with this error. [Fri Jun 18 14:42:43 2004] [error] Can't locate object method "new" via package "RT::Handle" at /opt/rt3/lib/RT.pm line 147. Any ideas on this? Everything is reported as being installed successfully. Thanks. ------------------------------------------------------------ This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately. Ce courrier ?lectronique est confidentiel et prot?g?. L'exp?diteur ne renonce pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) d?sign?(s) est interdite. Si vous recevez ce courrier ?lectronique par erreur, veuillez m'en aviser imm?diatement, par retour de courrier ?lectronique ou par un autre moyen. ============================================================ -------------- next part -------------- An HTML attachment was scrubbed... URL: From bsam at ipt.ru Fri Jun 18 15:01:41 2004 From: bsam at ipt.ru (Boris B. Samorodov) Date: Fri, 18 Jun 2004 23:01:41 +0400 Subject: [rt-users] directory permissions on install rt-3.0.11 Message-ID: <20040618190141.GB13204@ipt.ru> Hi! I've just install rt-3.0.11 from FreeBSD port. All was fine, but logging to file didn't work. http://wiki.bestpractical.com/index.cgi?Debug says the directory /var/log must be owned by apache process. Chown this directory to www (owner of apache process in FreeBSD) worked fine. Who should fixperms to that directory: FreeBSD-ports team for FreeBSD users or RT3-team for all platforms? WBR -- bsam From tom at LS.Berkeley.EDU Fri Jun 18 15:30:11 2004 From: tom at LS.Berkeley.EDU (Tom Holub) Date: Fri, 18 Jun 2004 12:30:11 -0700 Subject: [rt-users] Safe to delete "CachedGroupMembers"? Message-ID: <20040618193011.GA22166@ls.berkeley.edu> I have an RT instance that started out as RT2, was upgraded to RT3 soon after its release, and is now running 3.0.10. A system crash several months ago caused some problems for the database; we had to manually fix a few tables to get RT running again. It's now working mostly fine, except for a few niggling problems. In particular, there's one user who has been disabled, and who is not listed in any groups or as a watcher of any queues (when I view them with the web interface), who still gets AdminCCs on mail sent to one of the queues. My working theory is that there's a problem with the CachedGroupMembers table. My question is, is it safe to clear the values in this table? Will RT re-create them? -- Tom Holub (tom_holub at LS.Berkeley.EDU, 510-642-9069) College of Letters & Science 249 Campbell Hall From david.falkenburger at rbc.com Fri Jun 18 16:02:19 2004 From: david.falkenburger at rbc.com (david.falkenburger at rbc.com) Date: Fri, 18 Jun 2004 16:02:19 -0400 Subject: [rt-users] install problem Message-ID: <1AA4003F8D264140917F84EDBF6ED859CE55AD@sew01063.maple.fg.rbc.com> Fixed, it was directory permission problem on perl library directories. No error messages, but no one other than root had access to installed files. ------------------------------------------------------------ This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately. Ce courrier ?lectronique est confidentiel et prot?g?. L'exp?diteur ne renonce pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) d?sign?(s) est interdite. Si vous recevez ce courrier ?lectronique par erreur, veuillez m'en aviser imm?diatement, par retour de courrier ?lectronique ou par un autre moyen. ============================================================ -------------- next part -------------- An HTML attachment was scrubbed... URL: From dmd at speakeasy.org Fri Jun 18 16:10:17 2004 From: dmd at speakeasy.org (Dave Dennis) Date: Fri, 18 Jun 2004 13:10:17 -0700 (PDT) Subject: [rt-users] RE: dumpfile-to-rt-3.0 choking on attachment In-Reply-To: <40D31CC9.9010201@knowledgenet.com> References: <40D31CC9.9010201@knowledgenet.com> Message-ID: Was upgrading to latest perl / RT what is needed to solve migration issues with migrate script failing? +------------------------- + Dave Dennis + Seattle, WA + dmd at speakeasy.org + http://www.dmdennis.com +------------------------- On Fri, 18 Jun 2004, Robert Joost wrote: > RT is a great Open Source tool; unfortunately, if I can't upgrade > without paying thousands of dollars then I can't use it. I'm not asking > for help in customizing this tool; however, a decent Open Source tool > needs to be upgradable without pulling teeth. > I am decent with perl and databases and all the tools used with RT but I > don't have the time to dissect this tool and beg for help in terms of > doing a simple upgrade. > If my company needs to pay thousands of dollars to do things like > upgrading, then they'll get Remedy and be done with it. > > Otherwise, it was a great tool, a plus in Open Source. > Thanks, > Rob > > -- > Rob Joost > Unix Administrator > > KnowledgeNet > 14624 N. Scottsdale Road, #300 > Scottsdale, AZ 85254 > Phone: (480) 315-4841 > Cell: (602) 920-6113 > Email: rob.joost at knowledgenet.com > Web: > > Why KnowledgeNet? Listen and learn from top customers -- Cisco, US > Postal Service, and EMC, to name a few! > > > NOTICE: This communication may contain privileged or other confidential information. If you are not the intended recipient or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received. Thank you. > > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. > From cerion at open-works.co.uk Fri Jun 18 16:25:43 2004 From: cerion at open-works.co.uk (Cerion Armour-Brown) Date: Fri, 18 Jun 2004 22:25:43 +0200 Subject: [rt-users] error setting user Message-ID: <200406182225.43369.cerion@open-works.co.uk> Hi, I'm getting an intermittent error when trying to set an initial user from 'Nobody': "Can't call method "Delete" on an undefined value at /opt/rt3/lib/RT/ Ticket_Overlay.pm line 3112" I've seen similar reports regarding 3.0.7 and postgresql, but I'm running rt1.0.10 with mysql4.0.18, apache2.0.48, fastcgi. Anyone else getting this? Had a quick look at the code, and wondering if this hack would have any bad effects on anything: --- Ticket_Overlay.pm line 3112 if ( defined $self->OwnerGroup->MembersObj->First ) { my ( $del_id, $del_msg ) = $self->OwnerGroup->MembersObj->First->Delete(); ... --- Seems to solve immediate problem, but worried that it'll have unwanted effects... Cheers, Cerion From rob.joost at knowledgenet.com Fri Jun 18 16:36:41 2004 From: rob.joost at knowledgenet.com (Robert Joost) Date: Fri, 18 Jun 2004 13:36:41 -0700 Subject: [rt-users] RE: dumpfile-to-rt-3.0 choking on attachment In-Reply-To: References: <40D31CC9.9010201@knowledgenet.com> Message-ID: <40D35259.7030500@knowledgenet.com> Dave Dennis wrote: >Was upgrading to latest perl / RT what is needed to solve migration issues with >migrate script failing? > Unfortunately, no. I ran cvsup on my FreeBSD 4.9 stable box, then did a portupgrade of perl to perl 5.8.4 and all the depedencies..then used the rt test script and all dependencies checked out fine.. then reran dumpfile-to-rt-3.0 and still the same behavior: all users, queues, etc, are properly imported BUT the tickets are not.. i guess not many people have this problem, from the looks of the list because this isn't the kind of problem that would not be worked on if it were widespread on an open source project, so my only assumption is that i have to look at the diffs. the only diff i see is that i am running perl 5.8.4 and 5.8.3 was called for...strange over time, i'll go over the table structural changes from one rt version to the next, then start combing the code, but i'm also am hoping that this is indeed a wider spread problem and that some decent ideas will be coming our way. this is particularly strange because there were no customizations/direct sql manipulations of the data at any point, so the tool doesn't work in some way. ....just a few errors are listed here: qFailed to create queue for$VAR1 = { 'Creator' => '176', 'LastUpdatedBy' => '192', 'Disabled' => '1', 'Created' => '2003-03-24 20:50:09+00', 'Name' => 'wcs-bct-bug', 'LastUpdated' => '2004-01-09 20:36:09+00' }; qFailed to create queue for$VAR1 = { 'Creator' => '176', 'LastUpdatedBy' => '192', 'Disabled' => '1', 'Created' => '2003-03-24 20:50:32+00', 'Name' => 'wcs-bct-develop', 'LastUpdated' => '2004-01-09 20:36:15+00' }; mporting tickets...t-17 [Fri Jun 18 20:04:05 2004] [crit]: Couldn't create a ticket (/usr/local/rt3/lib/RT/Ticket_Overlay.pm:513) Couldn't create ticket HASH(0x8f78f04) $VAR1 = { 'Status' => 'open', 'Queue' => 'lcms-develop', 'Started' => '2002-10-28 17:34:36+00', 'Starts' => '1970-01-01 00:00:00+00', '_RecordTransaction' => '0', 'id' => 17, 'LastUpdated' => '2003-12-23 23:41:33+00', 'Requestor' => [ 'Peter Lenton' ], 'Cc' => [ 'StudioDev at knowledgenet.com' ], 'Subject' => 'Drag and drop within a project to be cut/paste', 'Creator' => '192', 'Owner' => '50', 'EffectiveId' => '17', 'LastUpdatedBy' => '192', 'Created' => '2002-10-23 23:29:50+00', 'Priority' => '5000', 'Due' => '1970-01-01 00:00:00+00' }; Couldn't create trans 68 $VAR1 = { 'Type' => 'Create', 'Ticket' => '17', 'Created' => '2002-10-23 23:29:50+00', 'id' => 68, 'Creator' => '192', 'ActivateScrips' => '0' }; > > >+------------------------- >+ Dave Dennis >+ Seattle, WA >+ dmd at speakeasy.org >+ http://www.dmdennis.com >+------------------------- > >On Fri, 18 Jun 2004, Robert Joost wrote: > > > >>RT is a great Open Source tool; unfortunately, if I can't upgrade >>without paying thousands of dollars then I can't use it. I'm not asking >>for help in customizing this tool; however, a decent Open Source tool >>needs to be upgradable without pulling teeth. >>I am decent with perl and databases and all the tools used with RT but I >>don't have the time to dissect this tool and beg for help in terms of >>doing a simple upgrade. >>If my company needs to pay thousands of dollars to do things like >>upgrading, then they'll get Remedy and be done with it. >> >>Otherwise, it was a great tool, a plus in Open Source. >>Thanks, >>Rob >> >>-- >>Rob Joost >>Unix Administrator >> >>KnowledgeNet >>14624 N. Scottsdale Road, #300 >>Scottsdale, AZ 85254 >>Phone: (480) 315-4841 >>Cell: (602) 920-6113 >>Email: rob.joost at knowledgenet.com >>Web: >> >>Why KnowledgeNet? Listen and learn from top customers -- Cisco, US >>Postal Service, and EMC, to name a few! >> >> >>NOTICE: This communication may contain privileged or other confidential information. If you are not the intended recipient or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received. Thank you. >> >> >>_______________________________________________ >>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users >> >>RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. >>http://bestpractical.com/services/training.html >> >>Sign up early, as class space is limited. >> >> >> -- Rob Joost Unix Administrator KnowledgeNet 14624 N. Scottsdale Road, #300 Scottsdale, AZ 85254 Phone: (480) 315-4841 Cell: (602) 920-6113 Email: rob.joost at knowledgenet.com Web: Why KnowledgeNet? Listen and learn from top customers -- Cisco, US Postal Service, and EMC, to name a few! NOTICE: This communication may contain privileged or other confidential information. If you are not the intended recipient or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received. Thank you. From rob.joost at knowledgenet.com Fri Jun 18 16:43:11 2004 From: rob.joost at knowledgenet.com (Robert Joost) Date: Fri, 18 Jun 2004 13:43:11 -0700 Subject: [rt-users] RE: dumpfile-to-rt-3.0 choking on attachment In-Reply-To: References: <40D31CC9.9010201@knowledgenet.com> Message-ID: <40D353DF.2000503@knowledgenet.com> It would be cool to have a separate list just for RT Upgrades :-) It's an admirable project, but upgrading is pretty serious and is definitely something to look at before committing to any project. I'll try to get more into the code and check out why the upgrade tools don't work in, for example, "this" instance Dave Dennis wrote: >Was upgrading to latest perl / RT what is needed to solve migration issues with >migrate script failing? > > >+------------------------- >+ Dave Dennis >+ Seattle, WA >+ dmd at speakeasy.org >+ http://www.dmdennis.com >+------------------------- > >On Fri, 18 Jun 2004, Robert Joost wrote: > > > >>RT is a great Open Source tool; unfortunately, if I can't upgrade >>without paying thousands of dollars then I can't use it. I'm not asking >>for help in customizing this tool; however, a decent Open Source tool >>needs to be upgradable without pulling teeth. >>I am decent with perl and databases and all the tools used with RT but I >>don't have the time to dissect this tool and beg for help in terms of >>doing a simple upgrade. >>If my company needs to pay thousands of dollars to do things like >>upgrading, then they'll get Remedy and be done with it. >> >>Otherwise, it was a great tool, a plus in Open Source. >>Thanks, >>Rob >> >>-- >>Rob Joost >>Unix Administrator >> >>KnowledgeNet >>14624 N. Scottsdale Road, #300 >>Scottsdale, AZ 85254 >>Phone: (480) 315-4841 >>Cell: (602) 920-6113 >>Email: rob.joost at knowledgenet.com >>Web: >> >>Why KnowledgeNet? Listen and learn from top customers -- Cisco, US >>Postal Service, and EMC, to name a few! >> >> >>NOTICE: This communication may contain privileged or other confidential information. If you are not the intended recipient or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received. Thank you. >> >> >>_______________________________________________ >>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users >> >>RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. >>http://bestpractical.com/services/training.html >> >>Sign up early, as class space is limited. >> >> >> -- Rob Joost Unix Administrator KnowledgeNet 14624 N. Scottsdale Road, #300 Scottsdale, AZ 85254 Phone: (480) 315-4841 Cell: (602) 920-6113 Email: rob.joost at knowledgenet.com Web: Why KnowledgeNet? Listen and learn from top customers -- Cisco, US Postal Service, and EMC, to name a few! NOTICE: This communication may contain privileged or other confidential information. If you are not the intended recipient or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received. Thank you. From dimitry.faynerman at hypermediasystems.com Fri Jun 18 16:44:57 2004 From: dimitry.faynerman at hypermediasystems.com (Dimitry Faynerman) Date: Fri, 18 Jun 2004 13:44:57 -0700 Subject: [rt-users] URGENT - delete tickets from DB In-Reply-To: <1AA4003F8D264140917F84EDBF6ED859CE55AD@sew01063.maple.fg.rbc.com> Message-ID: <000401c45575$1dfb7590$0401140a@DimitryFaynerman> Hello, I know that RT doesn?t allow to delete anything forever but I really need to delete all tickets from the database Of course I can manyally delete them from Tickets table. But that won?t be enough, right? Which other tables I will have to clean up? Can anybody help with that? It?s really urgent. Thanks, Dimitry ------------------------------------------------------------ This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately. Ce courrier ?lectronique est confidentiel et prot?g?. L'exp?diteur ne renonce pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) d?sign?(s) est interdite. Si vous recevez ce courrier ?lectronique par erreur, veuillez m'en aviser imm?diatement, par retour de courrier ?lectronique ou par un autre moyen. ============================================================ -------------- next part -------------- An HTML attachment was scrubbed... URL: From rt at northpb.com Fri Jun 18 16:53:24 2004 From: rt at northpb.com (Dan O'Neill) Date: Fri, 18 Jun 2004 13:53:24 -0700 (PDT) Subject: [rt-users] How to: Notify Owner of new ticket Message-ID: A new page has been added to the wiki. NotifyOwner send email to ticket owner when ticket is created or ownership of an existing ticket is modified. It seemed like this was a frequently asked, but not answered question. Please feel free to edit if I got something wrong. http://wiki.bestpractical.com/index.cgi?NotifyOwner dano From jesse at bestpractical.com Fri Jun 18 16:57:57 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Fri, 18 Jun 2004 16:57:57 -0400 Subject: [rt-users] RE: dumpfile-to-rt-3.0 choking on attachment In-Reply-To: <40D35259.7030500@knowledgenet.com> References: <40D31CC9.9010201@knowledgenet.com> <40D35259.7030500@knowledgenet.com> Message-ID: <20040618205757.GH26100@pallas.eruditorum.org> On Fri, Jun 18, 2004 at 01:36:41PM -0700, Robert Joost wrote: > Dave Dennis wrote: > > then reran dumpfile-to-rt-3.0 and still the same behavior: > all users, queues, etc, are properly imported BUT the tickets are not.. Robert, The last version of RT you identifed yourself as running was RT 3.0.4. Over the past eleven and a half months, many things about RT 3.0.x have been improved. Can you please verify that you're still having these issues with RT 3.0.11? From dimitry.faynerman at hypermediasystems.com Fri Jun 18 17:08:42 2004 From: dimitry.faynerman at hypermediasystems.com (Dimitry Faynerman) Date: Fri, 18 Jun 2004 14:08:42 -0700 Subject: [rt-users] URGENT - delete tickets from DB In-Reply-To: <40D35664.9090601@mhpcc.hpc.mil> Message-ID: <000201c45578$6fdc6dd0$0401140a@DimitryFaynerman> Thanks Michele, So basically there are 5 tables need to be cleaned up: Tickets, TicketCustomFieldValues, Transactions, Attachments, Links And it should be safe. Jesse, I would appreciate it if you could confirm this. Thanks! Dimitry -----Original Message----- From: Michele Hershey [mailto:michele.hershey at mhpcc.hpc.mil] Sent: Friday, June 18, 2004 12:54 PM To: Dimitry Faynerman Subject: Re: [rt-users] URGENT - delete tickets from DB I wrote this and use it Check against your version and can be critiqued and modified by anyone that sees any error/conflict/junk. ============ clear echo Delete Ticket from RT script echo echo while true # enclose everything in a main while loop do echo echo Please specify a ticket id or 0 to exit: read ticket_id echo if [[ $ticket_id == "0" ]] then exit 0 fi #### mysql below user=#### #May uncomment next two lines for Security #echo Please enter the password #read pass pass=###### db=rt2 ### Run query sub run_query() { echo "$query" | mysql -u$user -p$pass $db } ### Find the Subject & Display query="select Subject from Tickets where id = $ticket_id" subject=`echo "$query" | mysql -u$user -p$pass $db -s` echo Subject - $subject ### Accept Action echo Are you Sure? echo echo '( Y/n )' read reply if [[ $reply != "Y" && $reply != "y" ]] then exit 0 fi ### Find the Transaction ID query="select id from Transactions where Ticket = $ticket_id" trans_id=`echo "$query" | mysql -u$user -p$pass $db -s` echo Trans_id = $trans_id ### Delete from Attachments query="delete from Attachments where TransactionId = $trans_id;" run_query ### Delete from Transactions Table query="delete from Transactions where Ticket = $ticket_id;" run_query ### Delete from Watchers Table query="delete from Watchers where Value = $ticket_id;" run_query ### Delete from ObjectKeywords Table query="delete from ObjectKeywords where ObjectId = $ticket_id;" run_query ### Delete from Links Table query="delete from Links where LocalBase = $ticket_id;" run_query ### Delete from Links Table query="delete from Links where LocalTarget = $ticket_id;" run_query ### Delete from Tickets Table query="delete from Tickets where id = $ticket_id;" run_query done # main while loop Dimitry Faynerman wrote: Hello, I know that RT doesn?t allow to delete anything forever but I really need to delete all tickets from the database Of course I can manyally delete them from Tickets table. But that won?t be enough, right? Which other tables I will have to clean up? Can anybody help with that? It?s really urgent. Thanks, Dimitry ------------------------------------------------------------ This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately. Ce courrier ?lectronique est confidentiel et prot?g?. L'exp?diteur ne renonce pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) d?sign?(s) est interdite. Si vous recevez ce courrier ?lectronique par erreur, veuillez m'en aviser imm?diatement, par retour de courrier ?lectronique ou par un autre moyen. ============================================================ _____ _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jesse at bestpractical.com Fri Jun 18 17:13:56 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Fri, 18 Jun 2004 17:13:56 -0400 Subject: [rt-users] URGENT - delete tickets from DB In-Reply-To: <000201c45578$6fdc6dd0$0401140a@DimitryFaynerman> References: <40D35664.9090601@mhpcc.hpc.mil> <000201c45578$6fdc6dd0$0401140a@DimitryFaynerman> Message-ID: <20040618211356.GI26100@pallas.eruditorum.org> I'd suggest that you test out Ruslan's RTx::Shredder which does just what you want and is available on CPAN. On Fri, Jun 18, 2004 at 02:08:42PM -0700, Dimitry Faynerman wrote: > Thanks Michele, > > So basically there are 5 tables need to be cleaned up: Tickets, > TicketCustomFieldValues, Transactions, Attachments, Links > > And it should be safe. > > > > Jesse, I would appreciate it if you could confirm this. > > > > Thanks! > > > > Dimitry > > > > -----Original Message----- > From: Michele Hershey [mailto:michele.hershey at mhpcc.hpc.mil] > Sent: Friday, June 18, 2004 12:54 PM > To: Dimitry Faynerman > Subject: Re: [rt-users] URGENT - delete tickets from DB > > > > I wrote this and use it > > Check against your version and can be critiqued and modified by anyone that > sees any error/conflict/junk. > > ============ > > > clear > echo Delete Ticket from RT script > echo > echo > > while true # enclose everything in a main while loop > do > > echo > echo Please specify a ticket id or 0 to exit: > read ticket_id > echo > > if [[ $ticket_id == "0" ]] > then > exit 0 > fi > > > #### mysql below > > user=#### > > #May uncomment next two lines for Security > #echo Please enter the password > #read pass > > pass=###### > db=rt2 > > ### Run query sub > > run_query() > { > echo "$query" | mysql -u$user -p$pass $db > } > > ### Find the Subject & Display > > query="select Subject from Tickets where id = $ticket_id" > subject=`echo "$query" | mysql -u$user -p$pass $db -s` > echo Subject - $subject > > ### Accept Action > echo Are you Sure? > echo > echo '( Y/n )' > read reply > > if [[ $reply != "Y" && $reply != "y" ]] > then > exit 0 > fi > > ### Find the Transaction ID > > query="select id from Transactions where Ticket = $ticket_id" > trans_id=`echo "$query" | mysql -u$user -p$pass $db -s` > echo Trans_id = $trans_id > > ### Delete from Attachments > > query="delete from Attachments where TransactionId = $trans_id;" > > run_query > > ### Delete from Transactions Table > > query="delete from Transactions where Ticket = $ticket_id;" > > run_query > > > ### Delete from Watchers Table > > query="delete from Watchers where Value = $ticket_id;" > > run_query > > > ### Delete from ObjectKeywords Table > > query="delete from ObjectKeywords where ObjectId = $ticket_id;" > > run_query > > ### Delete from Links Table > > query="delete from Links where LocalBase = $ticket_id;" > > run_query > > ### Delete from Links Table > > query="delete from Links where LocalTarget = $ticket_id;" > > run_query > > ### Delete from Tickets Table > > query="delete from Tickets where id = $ticket_id;" > > run_query > > done # main while loop > > > Dimitry Faynerman wrote: > > > > Hello, > > > > I know that RT doesn?t allow to delete anything forever but I really need to > delete all tickets from the database > > Of course I can manyally delete them from Tickets table. But that won?t be > enough, right? > > Which other tables I will have to clean up? Can anybody help with that? It?s > really urgent. > > > > Thanks, > > > > Dimitry > > ------------------------------------------------------------ > This e-mail may be privileged and/or confidential, and the sender does not > waive any related rights and obligations. Any distribution, use or copying > of this e-mail or the information it contains by other than an intended > recipient is unauthorized. If you received this e-mail in error, please > advise me (by return e-mail or otherwise) immediately. > > Ce courrier ?lectronique est confidentiel et prot?g?. L'exp?diteur ne > renonce pas aux droits et obligations qui s'y rapportent. Toute diffusion, > utilisation ou copie de ce message ou des renseignements qu'il contient par > une personne autre que le (les) destinataire(s) d?sign?(s) est interdite. Si > vous recevez ce courrier ?lectronique par erreur, veuillez m'en aviser > imm?diatement, par retour de courrier ?lectronique ou par un autre moyen. > > ============================================================ > > > > > > > > _____ > > > > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt > this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From jesse at bestpractical.com Fri Jun 18 17:16:26 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Fri, 18 Jun 2004 17:16:26 -0400 Subject: [rt-users] Safe to delete "CachedGroupMembers"? In-Reply-To: <20040618193011.GA22166@ls.berkeley.edu> References: <20040618193011.GA22166@ls.berkeley.edu> Message-ID: <20040618211626.GK26100@pallas.eruditorum.org> > My working theory is that there's a problem with the CachedGroupMembers > table. My question is, is it safe to clear the values in this table? > Will RT re-create them? No. This table should only be modified by RT itself when adding users to or removing them from groups. And it only does this within a database transaction, so it shouldn't be able to get out of sync, unless you were running without InnoDB tables or manually editing things. > From rob.joost at knowledgenet.com Fri Jun 18 17:56:28 2004 From: rob.joost at knowledgenet.com (Robert Joost) Date: Fri, 18 Jun 2004 14:56:28 -0700 Subject: [rt-users] RE: dumpfile-to-rt-3.0 choking on attachment In-Reply-To: <20040618205757.GH26100@pallas.eruditorum.org> References: <40D31CC9.9010201@knowledgenet.com> <40D35259.7030500@knowledgenet.com> <20040618205757.GH26100@pallas.eruditorum.org> Message-ID: <40D3650C.5020509@knowledgenet.com> Jesse Vincent wrote: > >On Fri, Jun 18, 2004 at 01:36:41PM -0700, Robert Joost wrote: > > >>Dave Dennis wrote: >> >>then reran dumpfile-to-rt-3.0 and still the same behavior: >>all users, queues, etc, are properly imported BUT the tickets are not.. >> >> > >Robert, > The last version of RT you identifed yourself as running was RT >3.0.4. Over the past eleven and a half months, many things about RT >3.0.x have been improved. Can you please verify that you're still having >these issues with RT 3.0.11? > > So far, I've been able to do everything directly from FreeBSD ports. RT3 was a (nearly) seemless build from ports....after doing the cvsup, the new dist is indeed rt 3.0.11. (FYI, to use the port with postgres, simply go into /usr/ports/www/rt3/work/rt*/ and modify the makefile, it's quite explicitly documented in there - btw, we do use postgres on both the rt2 box and the new rt3 box) .. just go rt3.0.11 built...no success with the database, so dropped it, and initialized a new database and ran the dump again with the same exact errors. /usr/local/rt3/rt2-to-rt3-1.23/dumpfile-to-rt-3.0 dump is being run as root and it is still able to creat all the users and queues...just no tickets. -- Rob Joost Unix Administrator KnowledgeNet 14624 N. Scottsdale Road, #300 Scottsdale, AZ 85254 Phone: (480) 315-4841 Cell: (602) 920-6113 Email: rob.joost at knowledgenet.com Web: Why KnowledgeNet? Listen and learn from top customers -- Cisco, US Postal Service, and EMC, to name a few! NOTICE: This communication may contain privileged or other confidential information. If you are not the intended recipient or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received. Thank you. From jesse at bestpractical.com Fri Jun 18 17:56:07 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Fri, 18 Jun 2004 17:56:07 -0400 Subject: [rt-users] RE: dumpfile-to-rt-3.0 choking on attachment In-Reply-To: <40D3650C.5020509@knowledgenet.com> References: <40D31CC9.9010201@knowledgenet.com> <40D35259.7030500@knowledgenet.com> <20040618205757.GH26100@pallas.eruditorum.org> <40D3650C.5020509@knowledgenet.com> Message-ID: <20040618215607.GN26100@pallas.eruditorum.org> > just go rt3.0.11 built...no success with the database, so dropped it, > and initialized a new database and ran the dump again with the same > exact errors. > > /usr/local/rt3/rt2-to-rt3-1.23/dumpfile-to-rt-3.0 dump is being run as > root > and it is still able to creat all the users and queues...just no tickets. Ok. Now that you can reproduce the problem with a current RT, do you want to spend time hunting through the code to deal with your perhaps corrupt ticket #19. or just whack the file for ticket 19 (since presumably it was a testing ticket) and keep going? From rob.joost at knowledgenet.com Fri Jun 18 18:11:46 2004 From: rob.joost at knowledgenet.com (Robert Joost) Date: Fri, 18 Jun 2004 15:11:46 -0700 Subject: [rt-users] RE: dumpfile-to-rt-3.0 choking on attachment In-Reply-To: <20040618215607.GN26100@pallas.eruditorum.org> References: <40D31CC9.9010201@knowledgenet.com> <40D35259.7030500@knowledgenet.com> <20040618205757.GH26100@pallas.eruditorum.org> <40D3650C.5020509@knowledgenet.com> <20040618215607.GN26100@pallas.eruditorum.org> Message-ID: <40D368A2.4070102@knowledgenet.com> Jesse Vincent wrote: >>just go rt3.0.11 built...no success with the database, so dropped it, >>and initialized a new database and ran the dump again with the same >>exact errors. >> >>/usr/local/rt3/rt2-to-rt3-1.23/dumpfile-to-rt-3.0 dump is being run as >>root >>and it is still able to creat all the users and queues...just no tickets. >> >> > >Ok. Now that you can reproduce the problem with a current RT, do you >want to spend time hunting through the code to deal with your perhaps >corrupt ticket #19. or just whack the file for ticket 19 (since >presumably it was a testing ticket) and keep going? > > > Of course, which code are you referring to for ticket #19? I think you mean in the dump files? I deleted that ticket from the database and reran dumpfile-to-rt* and it wasn't put back in. Ok, from some of the output I sent you, some of the output is with the ticket number. Out of over 4,000 tickets, only 2 or 3 tickets get put into the database, the rest is lots of output like below... [Fri Jun 18 22:00:04 2004] [crit]: 1 (/usr/local/rt3/lib/RT/ACE_Overlay.pm:884) [Fri Jun 18 22:00:04 2004] [crit]: Can't load a principal for id (/usr/local/rt3/lib/RT/ACE_Overlay.pm:885) Couldn't load principal to grant them ReplyToTicket on queue $VAR1 = { 'PrincipalType' => 'Group', 'Role' => 'Requestor', 'Name' => 'ReplyToTicket' }; [Fri Jun 18 22:00:04 2004] [crit]: 1 (/usr/local/rt3/lib/RT/ACE_Overlay.pm:884) [Fri Jun 18 22:00:04 2004] [crit]: Can't load a principal for id (/usr/local/rt3/lib/RT/ACE_Overlay.pm:885) Couldn't load principal to grant them SeeQueue on queue $VAR1 = { 'PrincipalType' => 'Group', 'Role' => 'Requestor', 'Name' => 'SeeQueue' }; [Fri Jun 18 22:00:04 2004] [crit]: 1 (/usr/local/rt3/lib/RT/ACE_Overlay.pm:884) [Fri Jun 18 22:00:04 2004] [crit]: Can't load a principal for id (/usr/local/rt3/lib/RT/ACE_Overlay.pm:885) Couldn't load principal to grant them ShowTicket on queue $VAR1 = { 'PrincipalType' => 'Group', 'Role' => 'Requestor', 'Name' => 'ShowTicket' }; [Fri Jun 18 22:00:04 2004] [crit]: 1 (/usr/local/rt3/lib/RT/ACE_Overlay.pm:884) [Fri Jun 18 22:00:04 2004] [crit]: Can't load a principal for id (/usr/local/rt3/lib/RT/ACE_Overlay.pm:885) Couldn't load principal to grant them ShowTicketComments on queue $VAR1 = { 'PrincipalType' => 'Group', 'Role' => 'Requestor', 'Name' => 'ShowTicketComments' }; [Fri Jun 18 22:00:04 2004] [crit]: 1 (/usr/local/rt3/lib/RT/ACE_Overlay.pm:884) [Fri Jun 18 22:00:04 2004] [crit]: Can't load a principal for id (/usr/local/rt3/lib/RT/ACE_Overlay.pm:885) Couldn't load principal to grant them Watch on queue $VAR1 = { 'PrincipalType' => 'Group', 'Role' => 'Requestor', 'Name' => 'Watch' }; [Fri Jun 18 22:00:04 2004] [crit]: 1 (/usr/local/rt3/lib/RT/ACE_Overlay.pm:884) [Fri Jun 18 22:00:04 2004] [crit]: Can't load a principal for id (/usr/local/rt3/lib/RT/ACE_Overlay.pm:885) Couldn't load principal to grant them WatchAsAdminCc on queue $VAR1 = { 'PrincipalType' => 'Group', 'Role' => 'Requestor', 'Name' => 'WatchAsAdminCc' }; [Fri Jun 18 22:00:04 2004] [crit]: 1 (/usr/local/rt3/lib/RT/ACE_Overlay.pm:884) [Fri Jun 18 22:00:04 2004] [crit]: Can't load a principal for id (/usr/local/rt3/lib/RT/ACE_Overlay.pm:885) qFailed to create queue for$VAR1 = { 'Creator' => '708', 'LastUpdatedBy' => '192', 'Disabled' => '1', 'Created' => '2002-10-15 18:47:26+00', 'Name' => 'lcms-delivery-bug', 'LastUpdated' => '2004-01-09 20:34:57+00' }; qFailed to create queue for$VAR1 = { 'Creator' => '708', 'LastUpdatedBy' => '192', 'Disabled' => '1', 'Created' => '2002-10-15 18:47:35+00', 'Name' => 'lcms-delivery-development', 'LastUpdated' => '2004-01-09 20:35:06+00' }; qFailed to create queue for$VAR1 = { 'Creator' => '708', 'LastUpdatedBy' => '192', 'Disabled' => '1', 'Created' => '2002-10-15 18:47:45+00', 'Name' => 'lcms-delivery-feature-request', 'LastUpdated' => '2004-01-09 20:44:24+00' }; qFailed to create queue for$VAR1 = { 'Creator' => '176', 'LastUpdatedBy' => '176', 'Created' => '2002-11-04 23:18:16+00', 'LastUpdated' => '2002-11-27 01:09:30+00', 'Name' => 'lcms-delivery-release' }; qFailed to create queue for$VAR1 = { 'Creator' => '176', 'LastUpdatedBy' => '192', 'Created' => '2003-04-25 23:27:35+00', 'Name' => 'lcms-develop', 'Description' => 'Items with active or stalled devlopment', 'LastUpdated' => '2004-01-09 20:40:11+00' }; qFailed to create queue for$VAR1 = { 'Creator' => '176', 'LastUpdatedBy' => '192', 'Created' => '2003-04-25 23:26:59+00', 'Name' => 'lcms-roadmap', 'LastUpdated' => '2004-01-09 20:40:01+00', 'Description' => 'Items represent future features' }; qFailed to create queue for$VAR1 = { 'Creator' => '708', 'LastUpdatedBy' => '192', 'Disabled' => '1', 'Created' => '2002-10-12 02:23:21+00', 'Name' => 'lms-bug', 'LastUpdated' => '2004-01-09 20:08:22+00' }; qFailed to create queue for$VAR1 = { 'Creator' => '176', 'LastUpdatedBy' => '192', 'Created' => '2003-04-25 23:21:30+00', 'Name' => 'lms-develop', 'LastUpdated' => '2004-01-09 20:40:21+00', 'Description' => 'Items with active or stalled devlopment' }; qFailed to create queue for$VAR1 = { 'Creator' => '708', 'LastUpdatedBy' => '192', 'Disabled' => '1', 'Created' => '2002-10-12 02:23:41+00', 'Name' => 'lms-development', 'LastUpdated' => '2004-01-09 20:08:29+00' }; Couldn't create custom field Product LifecycleCouldn't create custom field DesignqFailed to create queue for$VAR1 = { 'Creator' => '176', 'LastUpdatedBy' => '192', 'Disabled' => '1', 'Created' => '2002-10-29 01:18:59+00', 'Name' => 'lms-feature-request', 'LastUpdated' => '2004-01-09 20:41:27+00' }; qFailed to create queue for$VAR1 = { 'Creator' => '176', 'LastUpdatedBy' => '192', 'Disabled' => '1', 'Created' => '2002-10-28 22:46:28+00', 'Name' => 'lms-future-feature', 'LastUpdated' => '2004-01-09 20:45:53+00' }; -- Rob Joost Unix Administrator KnowledgeNet 14624 N. Scottsdale Road, #300 Scottsdale, AZ 85254 Phone: (480) 315-4841 Cell: (602) 920-6113 Email: rob.joost at knowledgenet.com Web: Why KnowledgeNet? Listen and learn from top customers -- Cisco, US Postal Service, and EMC, to name a few! NOTICE: This communication may contain privileged or other confidential information. If you are not the intended recipient or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received. Thank you. From jesse at bestpractical.com Fri Jun 18 18:10:43 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Fri, 18 Jun 2004 18:10:43 -0400 Subject: [rt-users] RE: dumpfile-to-rt-3.0 choking on attachment In-Reply-To: <40D368A2.4070102@knowledgenet.com> References: <40D31CC9.9010201@knowledgenet.com> <40D35259.7030500@knowledgenet.com> <20040618205757.GH26100@pallas.eruditorum.org> <40D3650C.5020509@knowledgenet.com> <20040618215607.GN26100@pallas.eruditorum.org> <40D368A2.4070102@knowledgenet.com> Message-ID: <20040618221043.GO26100@pallas.eruditorum.org> On Fri, Jun 18, 2004 at 03:11:46PM -0700, Robert Joost wrote: > Ok, from some of the output I sent you, some of the output is with the > ticket number. > Out of over 4,000 tickets, only 2 or 3 tickets get put into the > database, the rest is lots of output like below... Something appears fairly messed up with your database. I haven't seen these symptoms before. From rob.joost at knowledgenet.com Fri Jun 18 18:26:11 2004 From: rob.joost at knowledgenet.com (Robert Joost) Date: Fri, 18 Jun 2004 15:26:11 -0700 Subject: [rt-users] RE: dumpfile-to-rt-3.0 choking on attachment In-Reply-To: <20040618221043.GO26100@pallas.eruditorum.org> References: <40D31CC9.9010201@knowledgenet.com> <40D35259.7030500@knowledgenet.com> <20040618205757.GH26100@pallas.eruditorum.org> <40D3650C.5020509@knowledgenet.com> <20040618215607.GN26100@pallas.eruditorum.org> <40D368A2.4070102@knowledgenet.com> <20040618221043.GO26100@pallas.eruditorum.org> Message-ID: <40D36C03.7000904@knowledgenet.com> Jesse Vincent wrote: > >On Fri, Jun 18, 2004 at 03:11:46PM -0700, Robert Joost wrote: > > >>Ok, from some of the output I sent you, some of the output is with the >>ticket number. >>Out of over 4,000 tickets, only 2 or 3 tickets get put into the >>database, the rest is lots of output like below... >> >> > >Something appears fairly messed up with your database. I haven't seen >these symptoms before. > > Ouch. Well, I believe it, you invented RT and I just inherited it a while ago. I did the export as root user, everything as root and the export from RT2 didn't report any errors. Well, I appreciate your effort. If it's like that, it might be better if I set up another instance and force them to start using the new one because I can always let them have access to the old one in the interim and maybe it'll give time to work out what's up.. -- Rob Joost Unix Administrator KnowledgeNet 14624 N. Scottsdale Road, #300 Scottsdale, AZ 85254 Phone: (480) 315-4841 Cell: (602) 920-6113 Email: rob.joost at knowledgenet.com Web: Why KnowledgeNet? Listen and learn from top customers -- Cisco, US Postal Service, and EMC, to name a few! NOTICE: This communication may contain privileged or other confidential information. If you are not the intended recipient or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received. Thank you. From jesse at bestpractical.com Fri Jun 18 18:25:33 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Fri, 18 Jun 2004 18:25:33 -0400 Subject: [rt-users] RE: dumpfile-to-rt-3.0 choking on attachment In-Reply-To: <40D36C03.7000904@knowledgenet.com> References: <40D31CC9.9010201@knowledgenet.com> <40D35259.7030500@knowledgenet.com> <20040618205757.GH26100@pallas.eruditorum.org> <40D3650C.5020509@knowledgenet.com> <20040618215607.GN26100@pallas.eruditorum.org> <40D368A2.4070102@knowledgenet.com> <20040618221043.GO26100@pallas.eruditorum.org> <40D36C03.7000904@knowledgenet.com> Message-ID: <20040618222532.GP26100@pallas.eruditorum.org> On Fri, Jun 18, 2004 at 03:26:11PM -0700, Robert Joost wrote: > Jesse Vincent wrote: > > > > >On Fri, Jun 18, 2004 at 03:11:46PM -0700, Robert Joost wrote: > > > > > >>Ok, from some of the output I sent you, some of the output is with the > >>ticket number. > >>Out of over 4,000 tickets, only 2 or 3 tickets get put into the > >>database, the rest is lots of output like below... > >> > >> > > > >Something appears fairly messed up with your database. I haven't seen > >these symptoms before. > Ouch. Well, I believe it, you invented RT and I just inherited it a > while ago. > I did the export as root user, everything as root and the export from > RT2 didn't report any errors. > Well, I appreciate your effort. > If it's like that, it might be better if I set up another instance and > force them to start using the new one because I can always let them have > access to the old one in the interim and maybe it'll give time > to work out what's up.. *nod* I suspect that it's something that could be fixed with enough work on the migration tool. If this is something that a lot of people are seeing, we can put in energy to try to find the issue. Unfortunately, we just don't have the resources to throw at every issue that comes up for every user. :/ Thank you for trying to come up to current versions of things before giving up. There is, at least, a sliver lining: Moving to a clean, new RT 3 instance does have the side benefit of being able to easily redo your queue, scrip and custom fields from a clean slate based on what your staff have learned using RT2. Best, Jesse > -- > Rob Joost > Unix Administrator > > KnowledgeNet > 14624 N. Scottsdale Road, #300 > Scottsdale, AZ 85254 > Phone: (480) 315-4841 > Cell: (602) 920-6113 > Email: rob.joost at knowledgenet.com > Web: > > Why KnowledgeNet? Listen and learn from top customers -- Cisco, US > Postal Service, and EMC, to name a few! > > > NOTICE: This communication may contain privileged or other confidential > information. If you are not the intended recipient or believe that you may > have received this communication in error, please reply to the sender > indicating that fact and delete the copy you received. Thank you. > -- From rob.joost at knowledgenet.com Fri Jun 18 18:47:28 2004 From: rob.joost at knowledgenet.com (Robert Joost) Date: Fri, 18 Jun 2004 15:47:28 -0700 Subject: [rt-users] RE: dumpfile-to-rt-3.0 choking on attachment In-Reply-To: <20040618222532.GP26100@pallas.eruditorum.org> References: <40D31CC9.9010201@knowledgenet.com> <40D35259.7030500@knowledgenet.com> <20040618205757.GH26100@pallas.eruditorum.org> <40D3650C.5020509@knowledgenet.com> <20040618215607.GN26100@pallas.eruditorum.org> <40D368A2.4070102@knowledgenet.com> <20040618221043.GO26100@pallas.eruditorum.org> <40D36C03.7000904@knowledgenet.com> <20040618222532.GP26100@pallas.eruditorum.org> Message-ID: <40D37100.6040304@knowledgenet.com> Jesse Vincent wrote: > >On Fri, Jun 18, 2004 at 03:26:11PM -0700, Robert Joost wrote: > > >>Jesse Vincent wrote: >> >> >> >>>On Fri, Jun 18, 2004 at 03:11:46PM -0700, Robert Joost wrote: >>> >>> >>> >>> >>>>Ok, from some of the output I sent you, some of the output is with the >>>>ticket number. >>>>Out of over 4,000 tickets, only 2 or 3 tickets get put into the >>>>database, the rest is lots of output like below... >>>> >>>> >>>> >>>> >>>Something appears fairly messed up with your database. I haven't seen >>>these symptoms before. >>> >>> >>Ouch. Well, I believe it, you invented RT and I just inherited it a >>while ago. >>I did the export as root user, everything as root and the export from >>RT2 didn't report any errors. >>Well, I appreciate your effort. >>If it's like that, it might be better if I set up another instance and >>force them to start using the new one because I can always let them have >>access to the old one in the interim and maybe it'll give time >>to work out what's up.. >> >> > >*nod* I suspect that it's something that could be fixed with enough work >on the migration tool. If this is something that a lot of people are >seeing, we can put in energy to try to find the issue. Unfortunately, we >just don't have the resources to throw at every issue that comes up for >every user. :/ Thank you for trying to come up to current versions of >things before giving up. > >There is, at least, a sliver lining: Moving to a clean, new RT 3 instance >does have the side benefit of being able to easily redo your queue, scrip >and custom fields from a clean slate based on what your staff have learned >using RT2. > Yes, it'll be easier for me to prep for upgrades in the future if I do it this way because there have never been backups, docs, and the following patches, etc etc. An upgrade path has to be prepared for as well. Cool, well, I'll keep my eyes out on the list, Thanks, Rob > > Best, > > Jesse > > > >>-- >>Rob Joost >>Unix Administrator >> >>KnowledgeNet >>14624 N. Scottsdale Road, #300 >>Scottsdale, AZ 85254 >>Phone: (480) 315-4841 >>Cell: (602) 920-6113 >>Email: rob.joost at knowledgenet.com >>Web: >> >>Why KnowledgeNet? Listen and learn from top customers -- Cisco, US >>Postal Service, and EMC, to name a few! >> >> >>NOTICE: This communication may contain privileged or other confidential >>information. If you are not the intended recipient or believe that you may >>have received this communication in error, please reply to the sender >>indicating that fact and delete the copy you received. Thank you. >> >> >> > > > -- Rob Joost Unix Administrator KnowledgeNet 14624 N. Scottsdale Road, #300 Scottsdale, AZ 85254 Phone: (480) 315-4841 Cell: (602) 920-6113 Email: rob.joost at knowledgenet.com Web: Why KnowledgeNet? Listen and learn from top customers -- Cisco, US Postal Service, and EMC, to name a few! NOTICE: This communication may contain privileged or other confidential information. If you are not the intended recipient or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received. Thank you. From les at futuresource.com Fri Jun 18 21:56:29 2004 From: les at futuresource.com (Les Mikesell) Date: Fri, 18 Jun 2004 20:56:29 -0500 Subject: [rt-users] RE: dumpfile-to-rt-3.0 choking on attachment In-Reply-To: <20040618222532.GP26100@pallas.eruditorum.org> References: <40D31CC9.9010201@knowledgenet.com> <40D35259.7030500@knowledgenet.com> <20040618205757.GH26100@pallas.eruditorum.org> <40D3650C.5020509@knowledgenet.com> <20040618215607.GN26100@pallas.eruditorum.org> <40D368A2.4070102@knowledgenet.com> <20040618221043.GO26100@pallas.eruditorum.org> <40D36C03.7000904@knowledgenet.com> <20040618222532.GP26100@pallas.eruditorum.org> Message-ID: <1087610189.22186.6.camel@les-home.futuresource.com> On Fri, 2004-06-18 at 17:25, Jesse Vincent wrote: > There is, at least, a sliver lining: Moving to a clean, new RT 3 instance > does have the side benefit of being able to easily redo your queue, scrip > and custom fields from a clean slate based on what your staff have learned > using RT2. Is there, by any chance, a way to move only the privileged users and groups from an RT2 to a new RT3 without taking tickets or unprivileged users? Taking the queues and watchers would be OK too but that part is easy enough to rebuild once the users are there. --- Les Mikesell les at futuresource.com From jesse at bestpractical.com Fri Jun 18 23:16:48 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Fri, 18 Jun 2004 23:16:48 -0400 Subject: [rt-users] RE: dumpfile-to-rt-3.0 choking on attachment In-Reply-To: <1087610189.22186.6.camel@les-home.futuresource.com> References: <40D35259.7030500@knowledgenet.com> <20040618205757.GH26100@pallas.eruditorum.org> <40D3650C.5020509@knowledgenet.com> <20040618215607.GN26100@pallas.eruditorum.org> <40D368A2.4070102@knowledgenet.com> <20040618221043.GO26100@pallas.eruditorum.org> <40D36C03.7000904@knowledgenet.com> <20040618222532.GP26100@pallas.eruditorum.org> <1087610189.22186.6.camel@les-home.futuresource.com> Message-ID: <20040619031648.GS26100@pallas.eruditorum.org> On Fri, Jun 18, 2004 at 08:56:29PM -0500, Les Mikesell wrote: > On Fri, 2004-06-18 at 17:25, Jesse Vincent wrote: > > > There is, at least, a sliver lining: Moving to a clean, new RT 3 instance > > does have the side benefit of being able to easily redo your queue, scrip > > and custom fields from a clean slate based on what your staff have learned > > using RT2. > > Is there, by any chance, a way to move only the privileged users and > groups from an RT2 to a new RT3 without taking tickets or > unprivileged users? Taking the queues and watchers would be OK too > but that part is easy enough to rebuild once the users are there. Have a look at the boolean variables at the top of the import tool. > --- > Les Mikesell > les at futuresource.com > -- From seph at directionless.org Sat Jun 19 00:09:01 2004 From: seph at directionless.org (seph) Date: Sat, 19 Jun 2004 00:09:01 -0400 Subject: [rt-users] Re: Problem running Make Initialize-Database In-Reply-To: <204080-22004651815237351@earnware.com> (caleb@earnware.com's message of "Fri, 18 Jun 2004 08:23:07 -0700") References: <204080-22004651815237351@earnware.com> Message-ID: > I've been reading this list lately to hopefully get a handle on RT > and how it works, before I attempt to install this and deploy it for > my company. I am attempting to run RT on a RH9 box. I got all the > dependences to work and ran the make install with out any > problems. But then when I ran the make initialize-database I run > into some errors. Basically my problem is this: RH9 is not a good choice for RT, check the list archives for specifics. > When I run the "make initialize-database" I get > > /usr/bin/perl: relocation error: > /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/DBD/mysql/mysql.so: undefined symbol: mysql_init > make: *** [initialize-database] Error 127 perl 5.8.0 is an especially bad choice. it's buggy, check the list archives for specifics. This error sounds like your DBD::mysql module was built wrong, a perl problem. seph From seph at directionless.org Sat Jun 19 00:19:52 2004 From: seph at directionless.org (seph) Date: Sat, 19 Jun 2004 00:19:52 -0400 Subject: [rt-users] Re: URGENT - delete tickets from DB In-Reply-To: <000401c45575$1dfb7590$0401140a@DimitryFaynerman> (Dimitry Faynerman's message of "Fri, 18 Jun 2004 13:44:57 -0700") References: <000401c45575$1dfb7590$0401140a@DimitryFaynerman> Message-ID: > I know that RT doesn't allow to delete anything forever but I > really need to delete all tickets from the database Why do you need to delete all the tickets? Can you just start with a fresh database? Why is it more urgent than anyone else problems? seph From oskar-rt at eyb.de Sat Jun 19 06:07:25 2004 From: oskar-rt at eyb.de (Oskar Eyb) Date: Sat, 19 Jun 2004 10:07:25 -0000 Subject: [rt-users] RT 3 in FreeBSD Jail Message-ID: Hello, I want to use RT3 in a Jail on a FreeBSD-System. That means a read-only /usr filesystem, what seems not to be working: System error error: mkdir /usr/local/rt3/var/mason_data/obj/standard: Read-only file system at /usr/local/lib/perl5/site_perl/5.6.1/HTML/Mason/Compiler/ToObject.pm line 102 context: ... 115: # whether they should generate a full stack trace (confess() and cluck()) 116: # or simply report the caller's package (croak() and carp()), respectively. 117: # confess() and croak() die, carp() and cluck() warn. 118: 119: sub croak { die shortmess @_ } 120: sub confess { die longmess @_ } 121: sub carp { warn shortmess @_ } 122: sub cluck { warn longmess @_ } 123: ... code stack: /usr/local/lib/perl5/5.6.1/Carp.pm:119 /usr/local/lib/perl5/5.6.1/File/Path.pm:140 /usr/local/lib/perl5/site_perl/5.6.1/HTML/Mason/Compiler/ToObject.pm:102 /usr/local/lib/perl5/site_perl/5.6.1/HTML/Mason/Interp.pm:308 /usr/local/lib/perl5/site_perl/5.6.1/HTML/Mason/Request.pm:198 /usr/local/lib/perl5/site_perl/5.6.1/HTML/Mason/Request.pm:166 /usr/local/lib/perl5/site_perl/5.6.1/HTML/Mason/ApacheHandler.pm:60 /usr/local/lib/perl5/site_perl/5.6.1/Class/Container.pm:265 /usr/local/lib/perl5/site_perl/5.6.1/Class/Container.pm:343 /usr/local/lib/perl5/site_perl/5.6.1/HTML/Mason/Interp.pm:213 /usr/local/lib/perl5/site_perl/5.6.1/HTML/Mason/ApacheHandler.pm:863 /usr/local/lib/perl5/site_perl/5.6.1/HTML/Mason/ApacheHandler.pm:789 /usr/local/rt3/bin/webmux.pl:138 /dev/null:0 Is there any way to use RT3 on a read-only /usr? The other issue I have is with the Apache 1.3 webserver. The specific SSL-vhost config looks like this: Alias /rt3/ "/usr/local/rt3/share/html/" PerlModule Apache::DBI PerlRequire /usr/local/rt3/bin/webmux.pl SetHandler perl-script PerlHandler RT::Mason Since the SetHandler-configuration, PHP-scripts are not interpreted by PHP any longer. HOw can I solve this? Greets, Oskar From rainer at ultra-secure.de Sat Jun 19 14:17:28 2004 From: rainer at ultra-secure.de (Rainer Duffner) Date: Sat, 19 Jun 2004 20:17:28 +0200 Subject: [rt-users] Re: RT 3 in FreeBSD Jail Message-ID: <20040619181728.57058.qmail@bsd.ultra-secure.de> Oskar Eyb wrote: > Hello, > > I want to use RT3 in a Jail on a FreeBSD-System. That means a read-only > /usr filesystem, what seems not to be working: > First of all, it will be a good idea to use perl5.8.4, now that it has finally been committed. Try to get rid of anything of Perl 5.6.1, including the additional modules you installed under 5.6.1, before you start again with the dependencies. I was under the impression that running RT3 with 5.6.1 is really unsupported. Also, in a jail, you will not be able to use postgresql. Rainer From oskar-rt at eyb.de Sat Jun 19 14:41:35 2004 From: oskar-rt at eyb.de (Oskar Eyb) Date: Sat, 19 Jun 2004 20:41:35 +0200 Subject: [rt-users] Re: RT 3 in FreeBSD Jail In-Reply-To: <20040619181728.57058.qmail@bsd.ultra-secure.de> References: <20040619181728.57058.qmail@bsd.ultra-secure.de> Message-ID: <20040619184135.GA29703@q.eyb.de> On Sat, Jun 19, 2004 at 08:17:28PM +0200, Rainer Duffner wrote: > >I want to use RT3 in a Jail on a FreeBSD-System. That means a read-only > >/usr filesystem, what seems not to be working: > First of all, it will be a good idea to use perl5.8.4, now that it has > finally been committed. okay, I'll update perl.. But then, the old error error: mkdir /usr/local/rt3/var/mason_data/obj/standard: Read-only file system because of the readl-only fs is still a problem for me. Can RT be configured to use other directorys for writing? > Try to get rid of anything of Perl 5.6.1, including the additional modules > you installed under 5.6.1, before you start again with the dependencies. > I was under the impression that running RT3 with 5.6.1 is really > unsupported. > > Also, in a jail, you will not be able to use postgresql. Why should TCP-connections to the database server not work? Oskar From rainer at ultra-secure.de Sat Jun 19 15:06:15 2004 From: rainer at ultra-secure.de (Rainer Duffner) Date: Sat, 19 Jun 2004 21:06:15 +0200 Subject: [rt-users] Re: RT 3 in FreeBSD Jail In-Reply-To: <20040619184135.GA29703@q.eyb.de> References: <20040619181728.57058.qmail@bsd.ultra-secure.de> <20040619184135.GA29703@q.eyb.de> Message-ID: <20040619190615.58570.qmail@bsd.ultra-secure.de> Oskar Eyb wrote: > On Sat, Jun 19, 2004 at 08:17:28PM +0200, Rainer Duffner wrote: > >> >I want to use RT3 in a Jail on a FreeBSD-System. That means a read-only >> >/usr filesystem, what seems not to be working: > >> First of all, it will be a good idea to use perl5.8.4, now that it has >> finally been committed. > > okay, I'll update perl.. > > But then, the old error > > error: mkdir /usr/local/rt3/var/mason_data/obj/standard: > Read-only file system > > because of the readl-only fs is still a problem for me. Is /usr and /usr/local the same fs ? > Can RT be configured to use other directorys for writing? ./configure --help I've never tried, though. Perhaps someone else might want to comment about this. >> Try to get rid of anything of Perl 5.6.1, including the additional modules >> you installed under 5.6.1, before you start again with the dependencies. >> I was under the impression that running RT3 with 5.6.1 is really >> unsupported. >> >> Also, in a jail, you will not be able to use postgresql. > > Why should TCP-connections to the database server not work? That's something completely different ;-) Rainer From oskar-rt at eyb.de Sat Jun 19 15:29:10 2004 From: oskar-rt at eyb.de (Oskar Eyb) Date: Sat, 19 Jun 2004 21:29:10 +0200 Subject: [rt-users] Re: RT 3 in FreeBSD Jail In-Reply-To: <20040619190615.58570.qmail@bsd.ultra-secure.de> References: <20040619181728.57058.qmail@bsd.ultra-secure.de> <20040619184135.GA29703@q.eyb.de> <20040619190615.58570.qmail@bsd.ultra-secure.de> Message-ID: <20040619192910.GA30154@q.eyb.de> On Sat, Jun 19, 2004 at 09:06:15PM +0200, Rainer Duffner wrote: > >>First of all, it will be a good idea to use perl5.8.4, now that it has > >>finally been committed. > > > >okay, I'll update perl.. .. but where commnitted? On a german cvsup-mirror was nothing new on perl (and src) > >error: mkdir /usr/local/rt3/var/mason_data/obj/standard: > >Read-only file system > > > >because of the readl-only fs is still a problem for me. > > Is /usr and /usr/local the same fs ? Yes. > > >Can RT be configured to use other directorys for writing? > > > ./configure --help > > I've never tried, though. Perhaps someone else might want to comment about > this. Then I'm going to try a manual install of RT3. > >>Also, in a jail, you will not be able to use postgresql. > > > >Why should TCP-connections to the database server not work? > > That's something completely different ;-) What else do you mean? PostgreSQL installed in a Jail also works here.. or did I smething wrong? ;) -- Oskar From rainer at ultra-secure.de Sat Jun 19 16:05:16 2004 From: rainer at ultra-secure.de (Rainer Duffner) Date: Sat, 19 Jun 2004 22:05:16 +0200 Subject: [rt-users] Re: RT 3 in FreeBSD Jail In-Reply-To: <20040619192910.GA30154@q.eyb.de> References: <20040619181728.57058.qmail@bsd.ultra-secure.de> <20040619184135.GA29703@q.eyb.de> <20040619190615.58570.qmail@bsd.ultra-secure.de> <20040619192910.GA30154@q.eyb.de> Message-ID: <20040619200516.60054.qmail@bsd.ultra-secure.de> Oskar Eyb wrote: > On Sat, Jun 19, 2004 at 09:06:15PM +0200, Rainer Duffner wrote: > > > >> >>First of all, it will be a good idea to use perl5.8.4, now that it has >> >>finally been committed. >> > >> >okay, I'll update perl.. > > .. but where commnitted? On a german cvsup-mirror was nothing new on > perl (and src) http://www.freshports.org/lang/perl5.8/ I don't think you are using the right "mirror". Try cvsup5 or 2 or 3. >> >error: mkdir /usr/local/rt3/var/mason_data/obj/standard: >> >Read-only file system >> > >> >because of the readl-only fs is still a problem for me. >> >> Is /usr and /usr/local the same fs ? > > > Yes. Can't you just mount /usr read-only and make /usr/local read-write ? > >> >> >Can RT be configured to use other directorys for writing? >> >> >> ./configure --help >> >> I've never tried, though. Perhaps someone else might want to comment about >> this. > > > Then I'm going to try a manual install of RT3. > > > > >> >>Also, in a jail, you will not be able to use postgresql. >> > >> >Why should TCP-connections to the database server not work? >> >> That's something completely different ;-) > > > What else do you mean? > > PostgreSQL installed in a Jail also works here.. or did I smething > wrong? ;) Hm. I think I tried it and it didn't work - looked around a bit and saw messages to the tune that it is not supposed to run - due to the fact the it needs SHM and that not being available in a jail. Rainer From oskar-rt at eyb.de Sat Jun 19 18:32:33 2004 From: oskar-rt at eyb.de (Oskar Eyb) Date: Sun, 20 Jun 2004 00:32:33 +0200 Subject: [rt-users] Re: RT 3 in FreeBSD Jail In-Reply-To: <20040619200516.60054.qmail@bsd.ultra-secure.de> References: <20040619181728.57058.qmail@bsd.ultra-secure.de> <20040619184135.GA29703@q.eyb.de> <20040619190615.58570.qmail@bsd.ultra-secure.de> <20040619192910.GA30154@q.eyb.de> <20040619200516.60054.qmail@bsd.ultra-secure.de> Message-ID: <20040619223233.GA31676@q.eyb.de> On Sat, Jun 19, 2004 at 10:05:16PM +0200, Rainer Duffner wrote: > >.. but where commnitted? On a german cvsup-mirror was nothing new on > >perl (and src) > > > http://www.freshports.org/lang/perl5.8/ > > > I don't think you are using the right "mirror". > Try cvsup5 or 2 or 3. now it's here.. > Can't you just mount /usr read-only and make /usr/local read-write ? No. Now I have RT3 installed manually from source into /opt. That works fine. > >PostgreSQL installed in a Jail also works here.. or did I smething > >wrong? ;) > > Hm. I think I tried it and it didn't work - looked around a bit and saw > messages to the tune that it is not supposed to run - due to the fact the > it needs SHM and that not being available in a jail. You're right. I was wrong, my Postgres install is not in a jail. However, I use MySQL (via TCP). Oskar From abdoul at club-internet.fr Sun Jun 20 10:56:00 2004 From: abdoul at club-internet.fr (abdoul) Date: Sun, 20 Jun 2004 15:56:00 +0100 Subject: [rt-users] UTF8 to ISO8859 Message-ID: <6.0.1.1.2.20040620155214.01ecd8a8@pop3.club-internet.Fr> Hello, I wonder where I can change the X-RT-Original-Encoding: utf-8 to iso8859 I changed the configuration file, but each time we send emails in french, emails are sent with unreadable characters. Any clue? Thanks, -abdoul ________________________ Free IP Call - www.freeipcall.com SIP | (131) 229-1001 at sip.freeipcall.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From cubic at acronis.ru Sun Jun 20 11:26:24 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Sun, 20 Jun 2004 19:26:24 +0400 Subject: [rt-users] Safe to delete "CachedGroupMembers"? In-Reply-To: <20040618193011.GA22166@ls.berkeley.edu> References: <20040618193011.GA22166@ls.berkeley.edu> Message-ID: <40D5ACA0.8020001@acronis.ru> Tom Holub wrote: > I have an RT instance that started out as RT2, was upgraded to RT3 > soon after its release, and is now running 3.0.10. > > A system crash several months ago caused some problems for the > database; we had to manually fix a few tables to get RT running again. > It's now working mostly fine, except for a few niggling problems. In > particular, there's one user who has been disabled, and who is not > listed in any groups or as a watcher of any queues (when I view them > with the web interface), who still gets AdminCCs on mail sent to one > of the queues. You can use script that I wrote to fix tables when user doesn't belong to 'everyone' system group and when he is not in 'priveleged' or 'unprivileged'. http://lists.bestpractical.com/pipermail/rt-devel/2004-April/005710.html > > My working theory is that there's a problem with the CachedGroupMembers > table. My question is, is it safe to clear the values in this table? > Will RT re-create them? > RT wouldn't recreate them. This records are created when user takes membership in group. From bobg at uic.edu Sun Jun 20 13:45:18 2004 From: bobg at uic.edu (Bob Goldstein) Date: Sun, 20 Jun 2004 12:45:18 -0500 Subject: [rt-users] scrips and dynamic templates Message-ID: <200406201745.i5KHjI2t000969@shark.cc.uic.edu> My original goal was to change the scrip "On Create Autoreply To Requestors with template Autoreply". I want to use one template if a certain custom field were non-null, and the normal Autoreply template for the default case. And, I thought I should do this for some queues, not all. (BTW, I have modified the email internal code so it can parse the incoming email for special commands and create a CF if needed. This is all based on an RT2 mailgate for giving commands with email, worked up for RT3. So in fact, the CF can exist during the initial create transaction.) I read through what docs (and wiki) I could find, but they seem a bit sketchy. So I'd like to have some assertions confirmed, as well as ask advice. (Sorry for the long note. If I can assemble enough info, I'll write a wiki article to help others that reach my state of befuddlement.) * The wiki page talks about creating a scrip condition by adding code into a directory such as rt/local/lib/RT/Condition/ Whereas most of the other comments have to do with putting custom code in the web page under "Scrips". Assertion 1: Filling out the web page puts the code into the database. Obviously, writing new code in rt/local/lib/RT/Condition/ does not. Assertion 2: Writing a new condition into rt/local/lib/RT/Condition/ would affect that condition *only*, and therefore all scrips that use that condition. Whereas putting a new condition into the database goes into the table Scrips, as opposed to ScripConditions, and therefore affects only the single condition-action-template combination specified. * If I write a custom condition on the web page, is that ANDed with something else like "OnCreate", or does it only apply at all if I choose "UserDefined" ? * I presume "Custom action preparation" and "Custom action cleanup" run before and after the selected action from the dropdown box? * The database schema has columns for ConditionRules and ActionRules. I can't match them to what I see on the web page. Are they used? * What is a "stage", and what is the difference between TransactionCreate and TransactionBatch? * Are templates a strictly replace-the-variables kind of template, or can I have branches or loops, as with Template::Toolkit? * Can I override or turn off a Global Scrip for a specific queue? I'd prefer not to have to turn off the scrip globally, because then I'd have to define the replacement for every queue, including the ones I haven't created yet. (Is there a condition OnQueueCreate ?) Ok, now for the advice. I see several potential options. Which is cleanest? 1. Modify template with a branch, depending on value of a custom field. If so, how? 2. Modify condition so that it somehow dynamically modifies the scrip it is in, to choose one template or the other. 3. Replace the Autoreply scrip with two scrips, OnCreate with CF-non-null, use template Autoreply-special OnCreate with CF--null, use template Autoreply-default (And can I add the CF check to the existing OnCreate condition, or do I have to fully make new conditions?) Thanks much for any help. bobg From brent.meshier at gtlogistics.com Sun Jun 20 18:39:26 2004 From: brent.meshier at gtlogistics.com (Brent Meshier) Date: Sun, 20 Jun 2004 17:39:26 -0500 Subject: [rt-users] example templates Message-ID: <200406202239.i5KMdN1B005520@dsrv-1.hq.gtlogistics.com> Anyone care to share a modified "Autoreply" template or any others. The default templates that comes with RT is somewhat lacking in style. I'm looking for some ideas on redesigning the templates. Respond off list if appropriate. Thanks! Brent Meshier Director IT Operations Global Transport Logistics, Inc (317) 481-0527 ext 23 http://www.gtlogistics.com/ "Innovative Fulfillment Solutions" From cubic at acronis.ru Sun Jun 20 20:46:05 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Mon, 21 Jun 2004 04:46:05 +0400 Subject: [rt-users] [ANNOUNCE] New version of RTx::Shredder is uploaded on CPAN. Message-ID: <40D62FCD.9050100@acronis.ru> Hello, folks. I've done it. Another one iteration: Now it's lighter 36KB instead of 60KB It works with almost all foreign key constraints Handles merged Tickets better Doesn't skip ticket links A lot of things I have to do before 0.01, but you can try it on your test machines. Suggestions and patches are wellcome. Best regards. Ruslan. From hwagener at hamburg.fcb.com Mon Jun 21 03:50:00 2004 From: hwagener at hamburg.fcb.com (Harald Wagener) Date: Mon, 21 Jun 2004 09:50:00 +0200 Subject: [rt-users] RT bug? In-Reply-To: <20040618150611.GD15517@qwestip.net> References: <20040618150611.GD15517@qwestip.net> Message-ID: <98DACD76-C357-11D8-8515-003065DC18B8@hamburg.fcb.com> Am 18.06.2004 um 17:06 schrieb Asif Iqbal: > Hi All > > I am using RT 3.0.11 with Apache 1.3.27,mod_perl1,mysql-4.0.13i and > perl > 5.8.4. I am running it on Solaris 8 > > Now one of my user experienced this and I quote > > "I have noticed that after taking ownership of a case, WebRT > will on occasion set the owner back to "Nobody" when we go to resolve > the ticket. > This happens on our site as well (RT 3.0.10, apache 1.3.31, perl 5.8.3, using mod_perl 1.29.0.1) time and again. Regards, Harald From jalgermissen at topicmapping.com Mon Jun 21 04:59:48 2004 From: jalgermissen at topicmapping.com (Jan Algermissen) Date: Mon, 21 Jun 2004 10:59:48 +0200 Subject: [rt-users] Problems when calling RT::Init more than once? Message-ID: <40D6A384.7385B8AD@topicmapping.com> Hi, I am using RT's database for general site authentication. For this I wrote a small Perl Apache handler that I hook to Apache's authentication phase. The authentication handler verifies the supplied credentials against RT's database, to control access. I am experiencing problems with the MySQL connection and I wonder if these are related to the fact that I now call RT::Init more than once during a complete request cycle (in the Auth phase via my handler and in the main phase via RT::Mason::handler defined in webmux.pl). Bottom line: does it do any harm to call RT::Init more than once inside a single process? [Since RT::Init is called inside the handler subroutine in webmux.pl it is called once per request anyway, so I actually do not see any problems....?] If anyone can help me out, many thanks in advance. Jan P.S. Here is the authentication handler's code just in case someone is interested in doing a similar thing: package MyRTAuth; use strict; use Apache::Constants qw(:common); use lib ("/opt/rt3/local/lib", "/opt/rt3/lib"); use RT; RT::Init(); # does this need to go inside the handler routine? sub handler { my $r = shift; my ($res,$sent_pw) = $r->get_basic_auth_pw; return $res if $res != OK; my $user = $r->connection->user; my $SystemUser = new RT::CurrentUser(); $SystemUser->LoadByName('RT_System'); my $rt_user = RT::User->new($SystemUser); my $rv = $rt_user->Load($user); # does the user exist? if($rv eq "Couldn't find row") { return AUTH_REQUIRED; } # correct password supplied? if(! $rt_user->IsPassword($sent_pw) ) { return AUTH_REQUIRED; } return OK; } 1; __END__ httpd.conf: AuthName "Site Access" AuthType Basic PerlRequire conf/startup.pl PerlAuthenHandler MyRTAuth require valid-user rt-users at lists.bestpractical.com -- Jan Algermissen http://www.topicmapping.com Consultant & Programmer http://www.gooseworks.org From dimitry.faynerman at hypermediasystems.com Mon Jun 21 09:56:12 2004 From: dimitry.faynerman at hypermediasystems.com (Dimitry Faynerman) Date: Mon, 21 Jun 2004 06:56:12 -0700 Subject: [rt-users] RE: URGENT - delete tickets from DB In-Reply-To: Message-ID: <000a01c45797$83621d20$2801a8c0@DimitryFaynerman> -----Original Message----- From: seph [mailto:seph at directionless.org] Sent: Friday, June 18, 2004 8:20 PM To: Dimitry Faynerman Cc: rt-users at lists.bestpractical.com Subject: Re: URGENT - delete tickets from DB >>Why is it more urgent than anyone else problems? >> >>seph it was urgent for me because it was needed to be done ASAP If you don't think that someone else's problem could be urgent, feel free to save your valuable time and pass my questions From pjsm at fct.unl.pt Mon Jun 21 10:08:11 2004 From: pjsm at fct.unl.pt (Paulo Matos) Date: Mon, 21 Jun 2004 15:08:11 +0100 (WEST) Subject: [rt-users] UTF8 to ISO8859 In-Reply-To: <6.0.1.1.2.20040620155214.01ecd8a8@pop3.club-internet.Fr> References: <6.0.1.1.2.20040620155214.01ecd8a8@pop3.club-internet.Fr> Message-ID: On Sun, 20 Jun 2004, abdoul wrote: > I wonder where I can change the X-RT-Original-Encoding: utf-8 to iso8859 > > I changed the configuration file, but each time we send emails in french, > emails are sent with unreadable characters. On RT_SiteConfig.pm, I use the following settings: @EmailInputEncodings = qw(iso-8859-1 us-ascii utf-8) unless (@EmailInputEncodings); Set($EmailOutputEncoding , 'iso-8859-1'); and it works ok. The Header 'X-RT-Original-Encoding' is AFAIK correct since RT internally uses utf8 (please, someone correct me if I'm wrong). There are, however, some problems with utf8 and perl 5.8.0-3. I experience them when I receive an email in utf8. Basically, until you bump your perl installation to at least 5.8.3 you won't be able to have utf8 behaving correctly, you can workaround a lot of the problems but dear Mr. Murphy will appear somewhere... -- Paulo Matos ----------------------------------- ---------------------------------- |Sys & Net Admin | Servi?o de Inform?tica | |Faculdade de Ci?ncias e Tecnologia | Tel: +351-21-2948596 | |Universidade Nova de Lisboa | Fax: +351-21-2948548 | |P-2829-516 Caparica | e-Mail: pjsm at fct.unl.pt | ----------------------------------- ---------------------------------- From pjsm at fct.unl.pt Mon Jun 21 10:20:08 2004 From: pjsm at fct.unl.pt (Paulo Matos) Date: Mon, 21 Jun 2004 15:20:08 +0100 (WEST) Subject: [rt-users] error setting user In-Reply-To: <200406182225.43369.cerion@open-works.co.uk> References: <200406182225.43369.cerion@open-works.co.uk> Message-ID: On Fri, 18 Jun 2004, Cerion Armour-Brown wrote: > I'm getting an intermittent error when trying to set an initial user from > 'Nobody': > "Can't call method "Delete" on an undefined value at /opt/rt3/lib/RT/ > Ticket_Overlay.pm line 3112" > > I've seen similar reports regarding 3.0.7 and postgresql, but I'm running > rt3.0.10 with mysql4.0.18, apache2.0.48, fastcgi. FWIW: All intermittent errors I've experienced in the past, even when the cause seemed too far away, were perl/utf8 related. ponit out your perl version as well... -- Paulo Matos ----------------------------------- ---------------------------------- |Sys & Net Admin | Servi?o de Inform?tica | |Faculdade de Ci?ncias e Tecnologia | Tel: +351-21-2948596 | |Universidade Nova de Lisboa | Fax: +351-21-2948548 | |P-2829-516 Caparica | e-Mail: pjsm at fct.unl.pt | ----------------------------------- ---------------------------------- From pjsm at fct.unl.pt Mon Jun 21 10:23:24 2004 From: pjsm at fct.unl.pt (Paulo Matos) Date: Mon, 21 Jun 2004 15:23:24 +0100 (WEST) Subject: [rt-users] install problem In-Reply-To: <1AA4003F8D264140917F84EDBF6ED8590B294E@sew01063.maple.fg.rbc.com> References: <1AA4003F8D264140917F84EDBF6ED8590B294E@sew01063.maple.fg.rbc.com> Message-ID: On Fri, 18 Jun 2004 david.falkenburger at rbc.com wrote: > I am having trouble with install of RT. I had it working under Fedora, > trying now under RedHat enterprise and am stuck with this error. For RHEL, try: http://wiki.bestpractical.com/index.cgi?RPMInstall It might give you an error, dependency related requiring "or" package... ignore it, this happens due to an rpm problem with conditional dependencies (i'll fix this in a very short period). -- Paulo Matos ----------------------------------- ---------------------------------- |Sys & Net Admin | Servi?o de Inform?tica | |Faculdade de Ci?ncias e Tecnologia | Tel: +351-21-2948596 | |Universidade Nova de Lisboa | Fax: +351-21-2948548 | |P-2829-516 Caparica | e-Mail: pjsm at fct.unl.pt | ----------------------------------- ---------------------------------- From m-liebman at northwestern.edu Mon Jun 21 10:30:54 2004 From: m-liebman at northwestern.edu (Michael S. Liebman) Date: Mon, 21 Jun 2004 10:30:54 -0400 Subject: [rt-users] scrips and dynamic templates In-Reply-To: <200406201745.i5KHjI2t000969@shark.cc.uic.edu> References: <200406201745.i5KHjI2t000969@shark.cc.uic.edu> Message-ID: <20040621143054.GA15513@SDF.LONESTAR.ORG> Sorry for only answering the small part I know.... On Sun, Jun 20, 2004 at 12:45:18PM -0500, Bob Goldstein wrote: > * Are templates a strictly replace-the-variables kind of template, > or can I have branches or loops, as with Template::Toolkit? Templates are Text::Template (http://search.cpan.org/perldoc?Text::Template) templates. It is basically Perl embeded in the text and doesn't require learning a whole new template language. Michael -- Michael S. Liebman m-liebman at northwestern.edu http://msl521.freeshell.org/ "I have vision and the rest of the world wears bifocals." -Paul Newman in "Butch Cassidy & the Sundance Kid" From Peter_Brownell at londonmarketing.com Mon Jun 21 10:58:58 2004 From: Peter_Brownell at londonmarketing.com (Peter Brownell) Date: Mon, 21 Jun 2004 15:58:58 +0100 Subject: [rt-users] RT Configuration Help Message-ID: I've found myself stumped by one last config problem, and have decided to ask for assistance before I trawl through code. At some point during my setup, I made a config error, and entered the wrong url for the web address. I've now been through every single file in RT's directories, but I still find the WebURL for tickets set to my incorrect address. I have also checked to make sure that my aliases file is correct. When I run RT from the command-line, I get a "Server not found" error, and I suspect the two may be connected. Is there any place that this WebUrl is set which is not in the main Config files ? (I have manually set the WebURL in configs, but it will not affect the email Url. Thanks Peter -------------- next part -------------- An HTML attachment was scrubbed... URL: From Hans-Martin.Mosner at gefa.de Mon Jun 21 11:08:55 2004 From: Hans-Martin.Mosner at gefa.de (Hans-Martin Mosner) Date: Mon, 21 Jun 2004 17:08:55 +0200 Subject: [rt-users] RT Configuration Help Message-ID: Wild guess: you did not restart Apache properly after changing your configuration... After changing the config, you need to *stop and start* Apache. Just doing "apachectl restart" won't do it. Cheers, Hans-Martin From dmd at speakeasy.org Mon Jun 21 11:11:01 2004 From: dmd at speakeasy.org (Dave Dennis) Date: Mon, 21 Jun 2004 08:11:01 -0700 (PDT) Subject: [rt-users] RE: dumpfile-to-rt-3.0 choking on attachment In-Reply-To: <20040618221043.GO26100@pallas.eruditorum.org> References: <40D31CC9.9010201@knowledgenet.com> <40D35259.7030500@knowledgenet.com> <20040618205757.GH26100@pallas.eruditorum.org> <40D3650C.5020509@knowledgenet.com> <20040618215607.GN26100@pallas.eruditorum.org> <40D368A2.4070102@knowledgenet.com> <20040618221043.GO26100@pallas.eruditorum.org> Message-ID: Thanks .. will look for signs of bad database when we try another RT2.0.15 to RT3.X migration next month... +------------------------- + Dave Dennis + Seattle, WA + dmd at speakeasy.org + http://www.dmdennis.com +------------------------- On Fri, 18 Jun 2004, Jesse Vincent wrote: > > > > On Fri, Jun 18, 2004 at 03:11:46PM -0700, Robert Joost wrote: > > Ok, from some of the output I sent you, some of the output is with the > > ticket number. > > Out of over 4,000 tickets, only 2 or 3 tickets get put into the > > database, the rest is lots of output like below... > > Something appears fairly messed up with your database. I haven't seen > these symptoms before. > From seph at directionless.org Mon Jun 21 11:16:29 2004 From: seph at directionless.org (seph) Date: Mon, 21 Jun 2004 11:16:29 -0400 Subject: [rt-users] Re: RT Configuration Help In-Reply-To: (Peter Brownell's message of "Mon, 21 Jun 2004 15:58:58 +0100") References: Message-ID: > At some point during my setup, I made a config error, and entered the > wrong url for the web address. I've now been through every single file > in RT's directories, but I still find the WebURL for tickets set to my > incorrect address. I have also checked to make sure that my aliases file > is correct. Did you do a full apache stop and start after changing the config file? > When I run RT from the command-line, I get a "Server not found" error, > and I suspect the two may be connected. I'm pretty sure the command line client, rt, is using a completely different and unrelated setting. seph From cerion at open-works.co.uk Mon Jun 21 11:20:55 2004 From: cerion at open-works.co.uk (Cerion Armour-Brown) Date: Mon, 21 Jun 2004 17:20:55 +0200 Subject: [rt-users] error setting user In-Reply-To: References: <200406182225.43369.cerion@open-works.co.uk> Message-ID: <200406211720.55874.cerion@open-works.co.uk> On Monday 21 June 2004 16:20, Paulo Matos wrote: > On Fri, 18 Jun 2004, Cerion Armour-Brown wrote: > > I'm getting an intermittent error when trying to set an initial user from > > 'Nobody': > > "Can't call method "Delete" on an undefined value at /opt/rt3/lib/RT/ > > Ticket_Overlay.pm line 3112" > > > > I've seen similar reports regarding 3.0.7 and postgresql, but I'm running > > rt3.0.10 with mysql4.0.18, apache2.0.48, fastcgi. > > FWIW: All intermittent errors I've experienced in the past, even when the > cause seemed too far away, were perl/utf8 related. > > point out your perl version as well... Using perl v5.8.3 I only get the error occasionally, and only after a ticket is created with user 'Nobody', and then the ticket is updated to a real user - it seems the 'Nobody' value was never entered on ticket creation... So far I've only seen this when a ticket is created from email - not the web interface (yet!) Can anyone tell me if my hack might have any adverse effects? Thanks, Cerion From Peter_Brownell at londonmarketing.com Mon Jun 21 11:20:04 2004 From: Peter_Brownell at londonmarketing.com (Peter Brownell) Date: Mon, 21 Jun 2004 16:20:04 +0100 Subject: [rt-users] RE: RT Configuration Help Message-ID: Uh. Should probably not say much more than that should I. Just a "reload" is not going to do much good. Sorted. Thanks -----Original Message----- From: seph [mailto:seph at directionless.org] Sent: 21 June 2004 16:16 To: Peter Brownell Cc: rt-users at lists.bestpractical.com Subject: Re: RT Configuration Help > At some point during my setup, I made a config error, and entered the > wrong url for the web address. I've now been through every single file > in RT's directories, but I still find the WebURL for tickets set to my > incorrect address. I have also checked to make sure that my aliases file > is correct. Did you do a full apache stop and start after changing the config file? > When I run RT from the command-line, I get a "Server not found" error, > and I suspect the two may be connected. I'm pretty sure the command line client, rt, is using a completely different and unrelated setting. seph From mboix at cesca.es Mon Jun 21 12:41:04 2004 From: mboix at cesca.es (Marc Boix) Date: Mon, 21 Jun 2004 18:41:04 +0200 Subject: [rt-users] Two RT intances in two Apache servers in the same box. Is it possible? Message-ID: Hi guys, I?m setting up a second RT instance, for testing, in the same box where we have the production RT instance. Often, we need stop and restart the Apache server to show the most recent changes, but we can?t to do this with the production site. So, I?ve installed another Apache server (both Apache/1.3.31) and another instance of RT (3.0.10 for production and 3.0.11 for testing). The production RT instance runs still great, but RT test instance causes always an ?Internal Server Error?. When, from RT_Siteconfig, I erase a line SetHandler perl-script PerlHandler RT::Mason ?erased! I can see the index.html page (but not compiled with Mason ), so I imagine than the error comes from this sentence. After googeling, search in wiki page (there is http://wiki.bestpractical.com/index.cgi?MultipleInstances but the two instances have the same Apache server) and search in users list, I?ve found an error with mason permissions who return ?Internal Server Error ? too (http://perl.org.il/pipermail/perl/2004-January/003972.html), but I think my case isn?t a permissions problem. Finally, I?m completely lost Any ideas? ---- Configuration: Debian Woody Kernel 2.4 Apache/1.3.31 mod_perl/1.29 RT 3.0.11 ---- Apache relevant configuration: ServerName mydomain DocumentRoot /opt/test/rt3/share/html ErrorLog /opt/test/rt3/var/log/error_log TransferLog /opt/test/rt3/var/log/access_log AddDefaultCharset UTF-8 PerlModule Apache::DBI PerlRequire /opt/test/rt3/bin/webmux.pl SetHandler perl-script PerlHandler RT::Mason ---- Tail of the error_log: [Mon Jun 21 17:47:57 2004] [notice] caught SIGTERM, shutting down [Mon Jun 21 17:48:03 2004] [notice] Apache/1.3.31 (Unix) mod_perl/1.29 configured -- resuming normal operations [Mon Jun 21 17:48:03 2004] [notice] Accept mutex: sysvsem (Default: sysvsem) ---- Web interface Internal Server Error (500) The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact Thanks a lot! Marc _____________________________________ Marc Boix i Ricart Dept. de Comunicacions E-mail: mboix at cesca.es Tf: 93 205.64.64 - ext 4454 CESCA (Centre de Supercomputaci? de Catalunya) http://www.cesca.es From jalgermissen at topicmapping.com Mon Jun 21 12:52:58 2004 From: jalgermissen at topicmapping.com (Jan Algermissen) Date: Mon, 21 Jun 2004 18:52:58 +0200 Subject: [rt-users] Two RT intances in two Apache servers in the same box.Is it possible? References: Message-ID: <40D7126A.25EB1FF2@topicmapping.com> Marc Boix wrote: > > Hi guys, > > I?m setting up a second RT instance, for testing, in the same box where we > have the production RT instance. > Often, we need stop and restart the Apache server to show the most recent > changes, but we can?t to do this with the production site. So, I?ve > installed another Apache server (both Apache/1.3.31) and another instance of > RT (3.0.10 for production and 3.0.11 for testing). Food. You needed to do that anyway in order to have two instances of RT. You cannot serve two instances from one Web server, because Mason caches compiled pages. > The production RT instance runs still great, but RT test instance causes > always an ?Internal Server Error?. Can you send a snippet from your Apache error log and also RT error log? What do they say? > > When, from RT_Siteconfig, YOu mean httpd.conf, yes? Jan I erase a line > > SetHandler perl-script > PerlHandler RT::Mason ?erased! > > I can see the index.html page (but not compiled with Mason?), so I imagine > than the error comes from this sentence. > > After googeling, search in wiki page (there is > http://wiki.bestpractical.com/index.cgi?MultipleInstances but the two > instances have the same Apache server) and search in users list, I?ve found > an error with mason permissions who return ?Internal Server Error ? too > (http://perl.org.il/pipermail/perl/2004-January/003972.html), but I think my > case isn?t a permissions problem. > > Finally, I?m completely lost? > Any ideas? > > ---- Configuration: > Debian Woody Kernel 2.4 > Apache/1.3.31 > mod_perl/1.29 > RT 3.0.11 > > ---- Apache relevant configuration: > > ServerName mydomain > DocumentRoot /opt/test/rt3/share/html > ErrorLog /opt/test/rt3/var/log/error_log > TransferLog /opt/test/rt3/var/log/access_log > AddDefaultCharset UTF-8 > PerlModule Apache::DBI > PerlRequire /opt/test/rt3/bin/webmux.pl > > > SetHandler perl-script > PerlHandler RT::Mason > > > > ---- Tail of the error_log: > [Mon Jun 21 17:47:57 2004] [notice] caught SIGTERM, shutting down > [Mon Jun 21 17:48:03 2004] [notice] Apache/1.3.31 (Unix) mod_perl/1.29 > configured -- resuming normal operations > [Mon Jun 21 17:48:03 2004] [notice] Accept mutex: sysvsem (Default: sysvsem) > > ---- Web interface > Internal Server Error (500) > The server encountered an internal error or misconfiguration and was unable > to complete your request. > Please contact? > > Thanks a lot! > > Marc > > _____________________________________ > > Marc Boix i Ricart > Dept. de Comunicacions > E-mail: mboix at cesca.es > Tf: 93 205.64.64 - ext 4454 > CESCA (Centre de Supercomputaci? de Catalunya) > http://www.cesca.es > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- Jan Algermissen http://www.topicmapping.com Consultant & Programmer http://www.gooseworks.org From bobg at uic.edu Mon Jun 21 12:56:42 2004 From: bobg at uic.edu (Bob Goldstein) Date: Mon, 21 Jun 2004 11:56:42 -0500 Subject: [rt-users] Two RT intances in two Apache servers in the same box. Is it possible? In-Reply-To: Your message of "Mon, 21 Jun 2004 18:41:04 +0200." Message-ID: <200406211656.i5LGugRm005035@shark.cc.uic.edu> If you are going to run 2 apaches on the same box, you must be running on different ports. The way I described running 2 RT's on the same apache, each had it's own set of fastcgi processes. I suspect (but haven't tried) that you could actually kill one set of fastcgi's, without killing the other set. Apache would restart them, and this would give you the same affect as restarting apache does now. (That is, the whole point of restarting apache is to reload code changes. If you are using mod_perl, you need to do this. But if you are using fastcgi, the code is loaded into fastcgi, not into apache itself.) bobg >Hi guys, > >I?m setting up a second RT instance, for testing, in the same box where we >have the production RT instance. >Often, we need stop and restart the Apache server to show the most recent >changes, but we can?t to do this with the production site. So, I?ve >installed another Apache server (both Apache/1.3.31) and another instance of >RT (3.0.10 for production and 3.0.11 for testing). >The production RT instance runs still great, but RT test instance causes >always an ?Internal Server Error?. > >When, from RT_Siteconfig, I erase a line > > SetHandler perl-script > PerlHandler RT::Mason ?erased! > >I can see the index.html page (but not compiled with Mason?), so I imagine >than the error comes from this sentence. > >After googeling, search in wiki page (there is >http://wiki.bestpractical.com/index.cgi?MultipleInstances but the two >instances have the same Apache server) and search in users list, I?ve found >an error with mason permissions who return ?Internal Server Error ? too >(http://perl.org.il/pipermail/perl/2004-January/003972.html), but I think my >case isn?t a permissions problem. > >Finally, I?m completely lost? >Any ideas? > >---- Configuration: >Debian Woody Kernel 2.4 >Apache/1.3.31 >mod_perl/1.29 >RT 3.0.11 > >---- Apache relevant configuration: > > ServerName mydomain > DocumentRoot /opt/test/rt3/share/html > ErrorLog /opt/test/rt3/var/log/error_log > TransferLog /opt/test/rt3/var/log/access_log > AddDefaultCharset UTF-8 > PerlModule Apache::DBI > PerlRequire /opt/test/rt3/bin/webmux.pl > > > SetHandler perl-script > PerlHandler RT::Mason > > > >---- Tail of the error_log: >[Mon Jun 21 17:47:57 2004] [notice] caught SIGTERM, shutting down >[Mon Jun 21 17:48:03 2004] [notice] Apache/1.3.31 (Unix) mod_perl/1.29 >configured -- resuming normal operations >[Mon Jun 21 17:48:03 2004] [notice] Accept mutex: sysvsem (Default: sysvsem) > > >---- Web interface >Internal Server Error (500) >The server encountered an internal error or misconfiguration and was unable >to complete your request. >Please contact? > >Thanks a lot! > >Marc > >_____________________________________ > >Marc Boix i Ricart >Dept. de Comunicacions >E-mail: mboix at cesca.es >Tf: 93 205.64.64 - ext 4454 >CESCA (Centre de Supercomputaci? de Catalunya) >http://www.cesca.es > >_______________________________________________ >http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > >RT Developer and Administrator training is coming to LA, DC and Frankfurt this > spring and summer. >http://bestpractical.com/services/training.html > >Sign up early, as class space is limited. > > > >!DSPAM:40d7112e49274601815047! > > From bkogami at randmcnally.com Mon Jun 21 13:16:17 2004 From: bkogami at randmcnally.com (Kogami, Bruce) Date: Mon, 21 Jun 2004 10:16:17 -0700 Subject: [rt-users] Open new window when selecting attachments Message-ID: Hi, We are running RT 3.0.12, Apache 1.3.29, perl 5.8.4. While in RT, if a user sends in an attachment and I select it to view, it opens the attachment in the same browser as RT. To get back to the ticket, I hit the 'Back' button. When I do this, RT creates a duplicate attachment. Is there a way to have RT create a new window when selecting the attachment for viewing? Thanks, Bruce *************************************************************** This E-mail is confidential. It should not be read, copied, disclosed or used by any person other than the intended recipient. Unauthorized use, disclosure or copying by whatever medium is strictly prohibited and may be unlawful. If you have received this E-mail in error, please contact the sender immediately and delete the E-mail from your system. *************************************************************** From dimitry.faynerman at hypermediasystems.com Mon Jun 21 13:24:55 2004 From: dimitry.faynerman at hypermediasystems.com (Dimitry Faynerman) Date: Mon, 21 Jun 2004 10:24:55 -0700 Subject: [rt-users] fake requestor In-Reply-To: Message-ID: <000001c457b4$ab6ec670$0f01140a@DimitryFaynerman> I have a small problem here. When a ticket created by a non-privileged user, it shows 2 requestor. The first one is the correct one, i.e. a real requestor, and the second one is one of users I have in the Users table. And for all tickets this second requestor seems to be the same. I know the problem is because I recently deleted some stuff from some of the tables. However, I wonder how RT stores info about requestors in the database. I found a field Creator in Tickets table, which obviously stores one of the requestors. But what if there are several requestors for a ticket? From lucaskeli at fastmail.fm Mon Jun 21 13:42:17 2004 From: lucaskeli at fastmail.fm (Kelly D. Lucas) Date: Mon, 21 Jun 2004 12:42:17 -0500 Subject: [rt-users] Adding more status types Message-ID: <40D71DF9.4000502@fastmail.fm> An HTML attachment was scrubbed... URL: From jalgermissen at topicmapping.com Mon Jun 21 13:53:34 2004 From: jalgermissen at topicmapping.com (Jan Algermissen) Date: Mon, 21 Jun 2004 19:53:34 +0200 Subject: [rt-users] Adding more status types References: <40D71DF9.4000502@fastmail.fm> Message-ID: <40D7209E.CA3E4CE3@topicmapping.com> Hi Kelly, search the list archives, there was a related posting at May 20th, 2004, titled "additional statuses possible?" Jan > "Kelly D. Lucas" wrote: > > I dodon't know if this has been addressed yet, but I assume it is a common request. > > I would like to add more choices for the status field. Since these are predefined by the > system, is there an easy way to do this? Ideally, I wish status was a user-defined > field; however, I realize that might complicate or take away from the the functionality > of this field. > > Thanks, > > kdl n't know if this has been addressed yet, but I assume it is a common request. > > I would like to add more choices for the status field. Since these are predefined by the > system, is there an easy way to do this? Ideally, I wish status was a user-defined > field; however, I realize that might complicate or take away from the the functionality > of this field. > > Thanks, > > kdl > > -- > Kelly D. Lucas > lucaskeli at fastmail.fm > > -------------------------------------------------------------------------------- > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring > and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- Jan Algermissen http://www.topicmapping.com Consultant & Programmer http://www.gooseworks.org From dmd at speakeasy.org Mon Jun 21 14:13:28 2004 From: dmd at speakeasy.org (Dave Dennis) Date: Mon, 21 Jun 2004 11:13:28 -0700 (PDT) Subject: [rt-users] Adding more status types In-Reply-To: <40D7209E.CA3E4CE3@topicmapping.com> References: <40D71DF9.4000502@fastmail.fm> <40D7209E.CA3E4CE3@topicmapping.com> Message-ID: I went to http://gossamer-threads.com/lists/engine?list=rt&do=search_results&search_forum=forum_3&search_string=%22additional+statuses+possible%3F%22&search_type=AND and find 3 mails. But they mention "how to do this is attached" but i don't see the attachment. Did this transaction occur private, and could someone post to list? Thanks! +------------------------- + Dave Dennis + Seattle, WA + dmd at speakeasy.org + http://www.dmdennis.com +------------------------- On Mon, 21 Jun 2004, Jan Algermissen wrote: > Hi Kelly, > > search the list archives, there was a related posting at May 20th, 2004, > titled "additional statuses possible?" > > Jan > > > > > "Kelly D. Lucas" wrote: > > > > I dodon't know if this has been addressed yet, but I assume it is a common request. > > > > I would like to add more choices for the status field. Since these are predefined by the > > system, is there an easy way to do this? Ideally, I wish status was a user-defined > > field; however, I realize that might complicate or take away from the the functionality > > of this field. > > > > Thanks, > > > > kdl n't know if this has been addressed yet, but I assume it is a common request. > > > > I would like to add more choices for the status field. Since these are predefined by the > > system, is there an easy way to do this? Ideally, I wish status was a user-defined > > field; however, I realize that might complicate or take away from the the functionality > > of this field. > > > > Thanks, > > > > kdl > > > > -- > > Kelly D. Lucas > > lucaskeli at fastmail.fm > > > > -------------------------------------------------------------------------------- > > _______________________________________________ > > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring > > and summer. > > http://bestpractical.com/services/training.html > > > > Sign up early, as class space is limited. > > -- > Jan Algermissen http://www.topicmapping.com > Consultant & Programmer http://www.gooseworks.org > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. > From bobg at uic.edu Mon Jun 21 14:22:10 2004 From: bobg at uic.edu (Bob Goldstein) Date: Mon, 21 Jun 2004 13:22:10 -0500 Subject: [rt-users] scrips and dynamic templates In-Reply-To: Your message of "Mon, 21 Jun 2004 10:30:54 EDT." <20040621143054.GA15513@SDF.LONESTAR.ORG> Message-ID: <200406211822.i5LIMAhL005457@shark.cc.uic.edu> >Sorry for only answering the small part I know.... Thanks, that's already useful! Unfortunately, it doesn't look like Text::Template will let me put blocks of templated text between control structures. I can do this: { if (...) { $OUT .= "stuff"; } else { $OUT .= "other stuff"; } } But not this: [ if (...) { ] stuff [ } else { ] other stuff [}] Oh, well. At least I _can_ get done what I need to, even if not pretty. I realized after I sent my note, Mason would have been a better choice than Template::Toolkit, since RT already uses it. bobg > >On Sun, Jun 20, 2004 at 12:45:18PM -0500, Bob Goldstein wrote: >> * Are templates a strictly replace-the-variables kind of template, >> or can I have branches or loops, as with Template::Toolkit? > >Templates are Text::Template >(http://search.cpan.org/perldoc?Text::Template) templates. It is >basically Perl embeded in the text and doesn't require learning a >whole new template language. > >Michael >-- >Michael S. Liebman m-liebman at northwestern.edu > http://msl521.freeshell.org/ >"I have vision and the rest of the world wears bifocals." > -Paul Newman in "Butch Cassidy & the Sundance Kid" > > > >!DSPAM:40d6f16c41091333917348! > > From kfh at mqsoftware.com Mon Jun 21 14:23:55 2004 From: kfh at mqsoftware.com (Kelly F. Hickel) Date: Mon, 21 Jun 2004 13:23:55 -0500 Subject: [rt-users] Adding more status types Message-ID: <3C05BBBA1B54ED43B1A6827E620EF1CD584C22@mailservermn.mqsoftware.com> Don't know why they didn't show up, but here's some text from one of my posts at : http://lists.bestpractical.com/pipermail/rt-users/2004-April/022562.html think in the current scheme, that's what "stalled" means. Also, see Linda Julien's post from 4/15/2004 3:15PM, subject "Re: [Rt-users] Custom Statuses", for information on adding active or inactive status representations.... -- Kelly F. Hickel Senior Software Architect MQSoftware, Inc. 952.345.8677 kfh at mqsoftware.com > -----Original Message----- > From: Dave Dennis [mailto:dmd at speakeasy.org] > Sent: Monday, June 21, 2004 1:13 PM > To: algermissen at acm.org > Cc: RT Users > Subject: Re: [rt-users] Adding more status types > > I went to > http://gossamer- > threads.com/lists/engine?list=rt&do=search_results&search_forum=forum_3& se > arch_string=%22additional+statuses+possible%3F%22&search_type=AND > > and find 3 mails. > > But they mention "how to do this is attached" > > but i don't see the attachment. > > Did this transaction occur private, and could someone post to list? > > Thanks! > > > +------------------------- > + Dave Dennis > + Seattle, WA > + dmd at speakeasy.org > + http://www.dmdennis.com > +------------------------- > > On Mon, 21 Jun 2004, Jan Algermissen wrote: > > > Hi Kelly, > > > > search the list archives, there was a related posting at May 20th, 2004, > > titled "additional statuses possible?" > > > > Jan > > > > > > > > > "Kelly D. Lucas" wrote: > > > > > > I dodon't know if this has been addressed yet, but I assume it is a > common request. > > > > > > I would like to add more choices for the status field. Since these are > predefined by the > > > system, is there an easy way to do this? Ideally, I wish status was a > user-defined > > > field; however, I realize that might complicate or take away from the > the functionality > > > of this field. > > > > > > Thanks, > > > > > > kdl n't know if this has been addressed yet, but I assume it is a > common request. > > > > > > I would like to add more choices for the status field. Since these are > predefined by the > > > system, is there an easy way to do this? Ideally, I wish status was a > user-defined > > > field; however, I realize that might complicate or take away from the > the functionality > > > of this field. > > > > > > Thanks, > > > > > > kdl > > > > > > -- > > > Kelly D. Lucas > > > lucaskeli at fastmail.fm > > > > > > ------------------------------------------------------------------ > -------------- > > > _______________________________________________ > > > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > > > > > RT Developer and Administrator training is coming to LA, DC and > Frankfurt this spring > > > and summer. > > > http://bestpractical.com/services/training.html > > > > > > Sign up early, as class space is limited. > > > > -- > > Jan Algermissen http://www.topicmapping.com > > Consultant & Programmer http://www.gooseworks.org > > _______________________________________________ > > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > > > RT Developer and Administrator training is coming to LA, DC and > Frankfurt this spring and summer. > > http://bestpractical.com/services/training.html > > > > Sign up early, as class space is limited. > > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt > this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From alesh at sportina.si Mon Jun 21 14:47:44 2004 From: alesh at sportina.si (=?iso-8859-2?B?QWxluSBTdbluaWs=?=) Date: Mon, 21 Jun 2004 20:47:44 +0200 Subject: [rt-users] Open new window when selecting attachments In-Reply-To: Message-ID: <200406211847.i5LIlmqw004587@ sportina.si> Change share/html/Ticket/Elements/ShowAttachment : <%$rev->CreatedAsString%> (<% $size %>) to: <%$rev->CreatedAsString%> (<% $size %>) A. -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Kogami, Bruce Sent: Monday, June 21, 2004 7:16 PM To: rt-users at lists.bestpractical.com Subject: [rt-users] Open new window when selecting attachments Hi, We are running RT 3.0.12, Apache 1.3.29, perl 5.8.4. While in RT, if a user sends in an attachment and I select it to view, it opens the attachment in the same browser as RT. To get back to the ticket, I hit the 'Back' button. When I do this, RT creates a duplicate attachment. Is there a way to have RT create a new window when selecting the attachment for viewing? Thanks, Bruce *************************************************************** This E-mail is confidential. It should not be read, copied, disclosed or used by any person other than the intended recipient. Unauthorized use, disclosure or copying by whatever medium is strictly prohibited and may be unlawful. If you have received this E-mail in error, please contact the sender immediately and delete the E-mail from your system. *************************************************************** _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. From lucaskeli at fastmail.fm Mon Jun 21 14:50:43 2004 From: lucaskeli at fastmail.fm (Kelly D. Lucas) Date: Mon, 21 Jun 2004 13:50:43 -0500 Subject: [rt-users] Adding more status types In-Reply-To: References: <40D71DF9.4000502@fastmail.fm> <40D7209E.CA3E4CE3@topicmapping.com> Message-ID: <40D72E03.4000902@fastmail.fm> An HTML attachment was scrubbed... URL: From Anders.Hansen-Ovre at contra.no Mon Jun 21 15:00:58 2004 From: Anders.Hansen-Ovre at contra.no (=?iso-8859-4?Q?Anders_Hansen-=D8vre?=) Date: Mon, 21 Jun 2004 21:00:58 +0200 Subject: [rt-users] Open new window when selecting attachments Message-ID: <73738191AEA93C408AFE10A980177EF211DB89@konsulentdc01.konsulenthuset.as> And change share/html/Ticket/Elements/ShowTranactions line 111 to reflect the same change. --- mvh/yours Anders Hansen-?vre, Seniorkonsulent > -----Original Message----- > From: rt-users-bounces at lists.bestpractical.com > [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf > Of Ale? Su?nik > Sent: 21. juni 2004 20:48 > To: 'Kogami, Bruce'; rt-users at lists.bestpractical.com > Subject: RE: [rt-users] Open new window when selecting attachments > > > Change share/html/Ticket/Elements/ShowAttachment : > > HREF="<%$RT::WebPath%>/Ticket/Attachment/<%$rev->TransactionId > %>/<%$rev->Id% > >/<%$rev->Filename | u%>"><%$rev->CreatedAsString%> (<% $size > %>) > > to: > > HREF="<%$RT::WebPath%>/Ticket/Attachment/<%$rev->TransactionId > %>/<%$rev->Id% > >/<%$rev->Filename | u%>" > target="blank"><%$rev->CreatedAsString%> (<% > >$size > %>) > > > A. > > > -----Original Message----- > From: rt-users-bounces at lists.bestpractical.com > [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf > Of Kogami, Bruce > Sent: Monday, June 21, 2004 7:16 PM > To: rt-users at lists.bestpractical.com > Subject: [rt-users] Open new window when selecting attachments > > Hi, > > We are running RT 3.0.12, Apache 1.3.29, perl 5.8.4. > > While in RT, if a user sends in an attachment and I select it > to view, it opens the attachment in the same browser as RT. > To get back to the ticket, I hit the 'Back' button. When I do > this, RT creates a duplicate attachment. > > Is there a way to have RT create a new window when selecting > the attachment for viewing? > > Thanks, > Bruce > > > *************************************************************** > This E-mail is confidential. It should not be read, copied, > disclosed or used by any person other than the intended > recipient. Unauthorized use, disclosure or copying by > whatever medium is strictly prohibited and may be unlawful. > If you have received this E-mail in error, please contact the > sender immediately and delete the E-mail from your system. > *************************************************************** > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC > and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up > early, as class space is limited. > > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC > and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up > early, as class space is limited. > From bkogami at randmcnally.com Mon Jun 21 16:41:16 2004 From: bkogami at randmcnally.com (Kogami, Bruce) Date: Mon, 21 Jun 2004 13:41:16 -0700 Subject: [rt-users] Open new window when selecting attachments Message-ID: Thanks, I'll try it. Bruce > -----Original Message----- > From: Anders Hansen-?vre [mailto:Anders.Hansen-Ovre at contra.no] > Sent: Monday, June 21, 2004 12:01 PM > To: rt-users at lists.bestpractical.com > Subject: RE: [rt-users] Open new window when selecting attachments > > And change share/html/Ticket/Elements/ShowTranactions line 111 to reflect > the same change. > > --- > mvh/yours > Anders Hansen-?vre, Seniorkonsulent > > > > -----Original Message----- > > From: rt-users-bounces at lists.bestpractical.com > > [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf > > Of Ale? Su?nik > > Sent: 21. juni 2004 20:48 > > To: 'Kogami, Bruce'; rt-users at lists.bestpractical.com > > Subject: RE: [rt-users] Open new window when selecting attachments > > > > > > Change share/html/Ticket/Elements/ShowAttachment : > > > > > HREF="<%$RT::WebPath%>/Ticket/Attachment/<%$rev->TransactionId > > %>/<%$rev->Id% > > >/<%$rev->Filename | u%>"><%$rev->CreatedAsString%> (<% $size > > %>) > > > > to: > > > > > HREF="<%$RT::WebPath%>/Ticket/Attachment/<%$rev->TransactionId > > %>/<%$rev->Id% > > >/<%$rev->Filename | u%>" > > target="blank"><%$rev->CreatedAsString%> (<% > > >$size > > %>) > > > > > > A. > > > > > > -----Original Message----- > > From: rt-users-bounces at lists.bestpractical.com > > [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf > > Of Kogami, Bruce > > Sent: Monday, June 21, 2004 7:16 PM > > To: rt-users at lists.bestpractical.com > > Subject: [rt-users] Open new window when selecting attachments > > > > Hi, > > > > We are running RT 3.0.12, Apache 1.3.29, perl 5.8.4. > > > > While in RT, if a user sends in an attachment and I select it > > to view, it opens the attachment in the same browser as RT. > > To get back to the ticket, I hit the 'Back' button. When I do > > this, RT creates a duplicate attachment. > > > > Is there a way to have RT create a new window when selecting > > the attachment for viewing? > > > > Thanks, > > Bruce > > > > > > *************************************************************** > > This E-mail is confidential. It should not be read, copied, > > disclosed or used by any person other than the intended > > recipient. Unauthorized use, disclosure or copying by > > whatever medium is strictly prohibited and may be unlawful. > > If you have received this E-mail in error, please contact the > > sender immediately and delete the E-mail from your system. > > *************************************************************** > > _______________________________________________ > > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > > > RT Developer and Administrator training is coming to LA, DC > > and Frankfurt this spring and summer. > > http://bestpractical.com/services/training.html > > > > Sign up > > early, as class space is limited. > > > > > > _______________________________________________ > > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > > > RT Developer and Administrator training is coming to LA, DC > > and Frankfurt this spring and summer. > > http://bestpractical.com/services/training.html > > > > Sign up > > early, as class space is limited. > > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt > this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. *************************************************************** This E-mail is confidential. It should not be read, copied, disclosed or used by any person other than the intended recipient. Unauthorized use, disclosure or copying by whatever medium is strictly prohibited and may be unlawful. If you have received this E-mail in error, please contact the sender immediately and delete the E-mail from your system. *************************************************************** From m-liebman at northwestern.edu Mon Jun 21 17:02:56 2004 From: m-liebman at northwestern.edu (Michael S. Liebman) Date: Mon, 21 Jun 2004 17:02:56 -0400 Subject: [rt-users] scrips and dynamic templates In-Reply-To: <200406211822.i5LIMAhL005457@shark.cc.uic.edu> References: <20040621143054.GA15513@SDF.LONESTAR.ORG> <200406211822.i5LIMAhL005457@shark.cc.uic.edu> Message-ID: <20040621210256.GA27515@SDF.LONESTAR.ORG> On Mon, Jun 21, 2004 at 01:22:10PM -0500, Bob Goldstein wrote: > But not this: > > [ if (...) { ] Don't do that. That's a Template::Toolkitism. Text::Template uses normal Perl as in your first example. > Oh, well. At least I _can_ get done what I need to, > even if not pretty. It may not look "pretty" to you, but its a whole heck of a lot easier to understand instead of having to learn another "language." > I realized after I sent my note, > Mason would have been a better choice than Template::Toolkit, > since RT already uses it. RT only uses Mason for the UI. Text::Template is used for the message templates. Michael -- Michael S. Liebman m-liebman at northwestern.edu http://msl521.freeshell.org/ "I have vision and the rest of the world wears bifocals." -Paul Newman in "Butch Cassidy & the Sundance Kid" From Parimala.Ramdas at Zoran.com Mon Jun 21 17:38:58 2004 From: Parimala.Ramdas at Zoran.com (Parimala Ramdas) Date: Mon, 21 Jun 2004 17:38:58 -0400 Subject: [rt-users] RT broke Message-ID: I upgraded perl from 5.8.0 to 5.8.4 and RT worked fine except for tar attachments. I looked in the forums and found that I had to re-build mod_perl. So, rebuilt it and now RT does not function properly. Like for example, I log in as admin and when click on any link, it takes me back to login page. Or logged in as a user clicking on a link displays blank page. Is there a way for me to get back to perl 5.8.0, so I can rebuild mod_perl and RT will work... Please help! Rebuilt mod_perl this way ... perl Makefile.PL USE_APXS=1 WITH_APXS=/usr/local/apache/bin/apxs EVERYTHING=1 linux i686 apache 1.3.27 mysql 3.23.55 mod_perl 1.27 rt 2.1.88 Thanks, Parimala -------------- next part -------------- An HTML attachment was scrubbed... URL: From dmd at speakeasy.org Mon Jun 21 18:19:53 2004 From: dmd at speakeasy.org (Dave Dennis) Date: Mon, 21 Jun 2004 15:19:53 -0700 (PDT) Subject: [rt-users] Adding more status types In-Reply-To: <3C05BBBA1B54ED43B1A6827E620EF1CD584C22@mailservermn.mqsoftware.com> References: <3C05BBBA1B54ED43B1A6827E620EF1CD584C22@mailservermn.mqsoftware.com> Message-ID: Kelly, List.. Regarding custom status -- I was able to succesfully update the arrays in {RT}/lib/RT/Queue_Overlay.pm -- as a test, adding some new resolve codes to @ACTIVE_STATUS = qw(new open stalled pending); @INACTIVE_STATUS = qw(resolved rejected deleted on-hold); And then testing it with restarting apache and creating / resolving test ticket using a new value... So thats great, thanks for the heads-up. Two questions: First: I was unable to get {RT}/local/lib/Queue_Overlay.pm with the same change to work, want to make all changes to a 'local' .. What was I doing wrong? (This for testing was with a whole copy of default Queue_Overlay.pm, should it have only had the specific lines needed not the whole file? Second question: Is it allowed to remove an item from an array, for example we rarely to never use 'stalled' . Would it break logic elsewhere in default code if 'stalled' were removed from the array? Thanks! +------------------------- + Dave Dennis + Seattle, WA + dmd at speakeasy.org + http://www.dmdennis.com +------------------------- On Mon, 21 Jun 2004, Kelly F. Hickel wrote: > Don't know why they didn't show up, but here's some text from one of my > posts at : > http://lists.bestpractical.com/pipermail/rt-users/2004-April/022562.html > > think in the current scheme, that's what "stalled" means. Also, see > Linda Julien's post from 4/15/2004 3:15PM, subject "Re: [Rt-users] > Custom Statuses", for information on adding active or inactive status > representations.... > > > -- > Kelly F. Hickel > Senior Software Architect > MQSoftware, Inc. > 952.345.8677 > kfh at mqsoftware.com > > > > -----Original Message----- > > From: Dave Dennis [mailto:dmd at speakeasy.org] > > Sent: Monday, June 21, 2004 1:13 PM > > To: algermissen at acm.org > > Cc: RT Users > > Subject: Re: [rt-users] Adding more status types > > > > I went to > > http://gossamer- > > > threads.com/lists/engine?list=rt&do=search_results&search_forum=forum_3& > se > > arch_string=%22additional+statuses+possible%3F%22&search_type=AND > > > > and find 3 mails. > > > > But they mention "how to do this is attached" > > > > but i don't see the attachment. > > > > Did this transaction occur private, and could someone post to list? > > > > Thanks! > > > > > > +------------------------- > > + Dave Dennis > > + Seattle, WA > > + dmd at speakeasy.org > > + http://www.dmdennis.com > > +------------------------- > > > > On Mon, 21 Jun 2004, Jan Algermissen wrote: > > > > > Hi Kelly, > > > > > > search the list archives, there was a related posting at May 20th, > 2004, > > > titled "additional statuses possible?" > > > > > > Jan > > > > > > > > > > > > > "Kelly D. Lucas" wrote: > > > > > > > > I dodon't know if this has been addressed yet, but I assume it is > a > > common request. > > > > > > > > I would like to add more choices for the status field. Since these > are > > predefined by the > > > > system, is there an easy way to do this? Ideally, I wish status > was a > > user-defined > > > > field; however, I realize that might complicate or take away from > the > > the functionality > > > > of this field. > > > > > > > > Thanks, > > > > > > > > kdl n't know if this has been addressed yet, but I assume it is a > > common request. > > > > > > > > I would like to add more choices for the status field. Since these > are > > predefined by the > > > > system, is there an easy way to do this? Ideally, I wish status > was a > > user-defined > > > > field; however, I realize that might complicate or take away from > the > > the functionality > > > > of this field. > > > > > > > > Thanks, > > > > > > > > kdl > > > > > > > > -- > > > > Kelly D. Lucas > > > > lucaskeli at fastmail.fm > > > > > > > > > ------------------------------------------------------------------ > > -------------- > > > > _______________________________________________ > > > > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > > > > > > > RT Developer and Administrator training is coming to LA, DC and > > Frankfurt this spring > > > > and summer. > > > > http://bestpractical.com/services/training.html > > > > > > > > Sign up early, as class space is limited. > > > > > > -- > > > Jan Algermissen > http://www.topicmapping.com > > > Consultant & Programmer > http://www.gooseworks.org > > > _______________________________________________ > > > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > > > > > RT Developer and Administrator training is coming to LA, DC and > > Frankfurt this spring and summer. > > > http://bestpractical.com/services/training.html > > > > > > Sign up early, as class space is limited. > > > > > _______________________________________________ > > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > > > RT Developer and Administrator training is coming to LA, DC and > Frankfurt > > this spring and summer. > > http://bestpractical.com/services/training.html > > > > Sign up early, as class space is limited. > > From m-liebman at northwestern.edu Mon Jun 21 22:01:01 2004 From: m-liebman at northwestern.edu (Michael S. Liebman) Date: Mon, 21 Jun 2004 22:01:01 -0400 Subject: [rt-users] Adding more status types In-Reply-To: References: <3C05BBBA1B54ED43B1A6827E620EF1CD584C22@mailservermn.mqsoftware.com> Message-ID: <6.1.1.1.2.20040621214932.035c67c8@mail.freeshell.org> At 06:19 PM 6/21/2004, Dave Dennis wrote: >First: I was unable to get {RT}/local/lib/Queue_Overlay.pm >with the same change to work, want to make all changes to a 'local' .. >What was I doing wrong? (This for testing was with a whole copy of default >Queue_Overlay.pm, should it have only had the specific lines needed not the >whole file? You only need to duplicate the *functions* you wish to override. But you must duplicate entire functions, not just individual lines. You might have better luck with Queue_Local.pm. >Second question: Is it allowed to remove an item from an array, >for example we rarely to never use 'stalled' . Would it break >logic elsewhere in default code if 'stalled' were removed from the >array? As I recall, it was said that removing or altering the default statuses would be a Bad Thing. If you have a great dislike for "stalled," you may be better off trying to change it at the presentation layer. Modify all the Mason components responsible for displaying the statuses to substitute your preferred name in the user visible areas but retain "stalled" in the back end. I know I've said this before, but if you feel a need to change the statuses, I would strongly suggest reconsidering a more RT like way of solving your work flow. There are no API guarantees for statuses which means that your custom statuses can break at any point with an upgrade. Michael -- Michael S. Liebman m-liebman at northwestern.edu http://msl521.freeshell.org/ "I have vision and the rest of the world wears bifocals." -Paul Newman in "Butch Cassidy & the Sundance Kid" From mboix at cesca.es Tue Jun 22 04:38:25 2004 From: mboix at cesca.es (Marc Boix) Date: Tue, 22 Jun 2004 10:38:25 +0200 Subject: [rt-users] Two RT intances in two Apache servers in the same box.Is it possible? In-Reply-To: <40D7126A.25EB1FF2@topicmapping.com> Message-ID: >> The production RT instance runs still great, but RT test instance causes >> always an ?Internal Server Error?. >Can you send a snippet from your Apache error log and also RT error log? What do >they say? I was working at 7:00 PM, too much later ;P I didn't watch the RT error log, because I was pretty sure than it was an Apache problem... Actually, it was a mistake in RT_Siteconfig! So, two RT instances with two Apache(+mod_perl) servers work wonderful in the same box. Thanks very much! Marc From ann at drop.2organize.com Tue Jun 22 04:55:37 2004 From: ann at drop.2organize.com (ann at drop.2organize.com) Date: Tue, 22 Jun 2004 10:55:37 +0200 (CEST) Subject: [rt-users] Adding more status types In-Reply-To: <6.1.1.1.2.20040621214932.035c67c8@mail.freeshell.org> References: <3C05BBBA1B54ED43B1A6827E620EF1CD584C22@mailservermn.mqsoftware.com> <6.1.1.1.2.20040621214932.035c67c8@mail.freeshell.org> Message-ID: Michael wrote: > I know I've said this before, but if you feel a need to change the > statuses, I would strongly suggest reconsidering a more RT like way of > solving your work flow. There are no API guarantees for statuses which > means that your custom statuses can break at any point with an upgrade. I agree with Michael here, for what it's worth. We needed slightly more fine-grained control, to indicate whether a ticket was waiting for client input, in testing, ready to put live, etc--all of which fall under the 'open' status. I actually did go to the code and add the additional states, but decided not to apply the patch to the live server because it looked as if it had the potential to make upgrades painful. In the end, our solution was to add a custom field, 'phase', which holds the additional values. I then modified the template so that you always see the phase in addition to the status, if it is present. It actually turned out that this model more accurately represents how we think about the tickets than additional status entries would, because for status it is always a progression from new to resolved, whereas the phase can bounce between different states. Anyhow, this is just another suggestion on how the different states could be handled. - Ann From fw at deneb.enyo.de Tue Jun 22 07:49:30 2004 From: fw at deneb.enyo.de (Florian Weimer) Date: Tue, 22 Jun 2004 13:49:30 +0200 Subject: [rt-users] Re: [Rt-devel] Postgres Users: DBIx::SearchBuilder 1.00_06 In-Reply-To: <20040618061644.GX26100@pallas.eruditorum.org> (Jesse Vincent's message of "Fri, 18 Jun 2004 02:16:44 -0400") References: <20040618061644.GX26100@pallas.eruditorum.org> Message-ID: <878yefx16d.fsf@deneb.enyo.de> * Jesse Vincent: > I've just uploaded DBIx::SearchBuilder 1.00_06 to CPAN. This release > includes additional query-builder enhancements for PostgreSQL (and > Oracle). One heavy test site reports a significant performance > improvement across the board. I'd love to hear how folks do with this > release. The UTF-8 issue has been fixed (we had a similar bugfix in place for quite some time). Performance with RT 3.0.11 has improved noticeably (I think, I failed to do before/after benchmarks). Debian folks, beware: there's a new dependency on libwant-perl (not yet in Debian, I might upload it later this week if nobody else does). -- Current mail filters: many dial-up/DSL/cable modem hosts, and the following domains: bigpond.com, di-ve.com, fuorissimo.com, hotmail.com, jumpy.it, libero.it, netscape.net, postino.it, simplesnet.pt, spymac.com, tiscali.co.uk, tiscali.cz, tiscali.it, voila.fr, yahoo.com. From timo.eissler at dtnet.de Tue Jun 22 08:05:01 2004 From: timo.eissler at dtnet.de (Timo Eissler) Date: Tue, 22 Jun 2004 14:05:01 +0200 Subject: [rt-users] Installation Problems on SuSE 9.0 Message-ID: <40D8206D.9080601@dtnet.de> Hello, i cannot install RT3 on SuSE 9.0 because i cant solve all dependencies. Can anybody give me a hint to solve my problems? Here are the copies of my error messages... rt-neu:/usr/src/rt-3.0.11 # perl sbin/rt-test-dependencies --with-mysql --with-modperl1 perl: 5.8.3...found MASON dependencies: Params::Validate 0.02...MISSING Cache::Cache ...MISSING Exception::Class ...MISSING HTML::Mason 1.16...MISSING MLDBM ...MISSING Errno ...found FreezeThaw ...MISSING Digest::MD5 2.27...found CGI::Cookie 1.20...found Storable 2.08...found Apache::Session 1.53...MISSING MAILGATE dependencies: HTML::TreeBuilder ...MISSING HTML::FormatText ...MISSING Getopt::Long ...found LWP::UserAgent ...MISSING MODPERL1 dependencies: CGI 2.92...found Apache::Request ...MISSING Apache::DBI 0.92...MISSING CLI dependencies: Getopt::Long 2.24...found CORE dependencies: Digest::MD5 2.27...found DBI 1.37...MISSING Test::Inline ...MISSING Class::ReturnValue 0.40...MISSING DBIx::SearchBuilder 0.97...MISSING Text::Template ...MISSING File::Spec 0.8...found HTML::Entities ...MISSING Net::Domain ...found Log::Dispatch 2.0...MISSING Locale::Maketext 1.06...found Locale::Maketext::Lexicon 0.32...MISSING Locale::Maketext::Fuzzy ...MISSING MIME::Entity 5.108...MISSING Mail::Mailer 1.57...MISSING Net::SMTP ...found Text::Wrapper ...MISSING Time::ParseDate ...MISSING File::Temp ...found Term::ReadKey ...MISSING Text::Autoformat ...MISSING Text::Quoted 1.3...MISSING Scalar::Util ...found DEV dependencies: Regexp::Common ...MISSING Time::HiRes ...found Test::Inline ...MISSING WWW::Mechanize ...MISSING MYSQL dependencies: DBD::mysql 2.1018...MISSING rt-neu:/usr/src/rt-3.0.11 # perl sbin/rt-test-dependencies --with-mysql --with-modperl1 --install perl: 5.8.3...found MASON dependencies: Params::Validate 0.02...MISSING Number found where operator expected at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 484, near "<= 60 && -s _ > 0" (Missing operator before 0?) syntax error at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 484, near "<= 60 && -s _ > 0" Global symbol "$mby" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 496. Global symbol "$overwrite_local" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 497. Global symbol "$mby" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 498. Global symbol "$mby" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 500. Global symbol "$m" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 500. Global symbol "$mby" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 500. Global symbol "$overwrite_local" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 501. Global symbol "$mby" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 502. Global symbol "$mby" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 503. Global symbol "$mby" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 506. Global symbol "$m" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 506. Global symbol "$mby" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 506. Global symbol "$mby" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 507. Global symbol "$loopcount" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 507. Global symbol "$mby" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 508. Global symbol "$mby" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 511. Global symbol "$m" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 511. Global symbol "$mby" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 511. Global symbol "$loopcount" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 512. Global symbol "$mby" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 513. Global symbol "$mby" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 514. Global symbol "$mby" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 517. Global symbol "$m" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 517. Global symbol "$mby" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 517. Global symbol "$mby" requires explicit package name at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 522. syntax error at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 524, near "}" /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm has too many errors. Compilation failed in require at /usr/lib/perl5/5.8.3/CPAN.pm line 1239. ThX and grZ Timo E. From thomas.herrmann at teleteach.net Tue Jun 22 08:47:10 2004 From: thomas.herrmann at teleteach.net (Thomas Herrmann) Date: Tue, 22 Jun 2004 14:47:10 +0200 (CEST) Subject: [rt-users] Installation Problems on SuSE 9.0 In-Reply-To: <40D8206D.9080601@dtnet.de> References: <40D8206D.9080601@dtnet.de> Message-ID: <33794.194.120.150.21.1087908430.squirrel@194.120.150.21> Hello Timo, > Number found where operator expected at > /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 484, near "<= 60 && -s _ > 0" > (Missing operator before 0?) > syntax error at /usr/lib/perl5/5.8.3/CPAN/FirstTime.pm line 484, near > "<= 60 && -s _ > 0" I had a similar problem. It seems like CPAN isn't configured properly on your system. You have to configure CPAN before the first use. Try perl -MCPAN -e shell to check CPAN. I currently don't have a system available to look up the appropriate initialization commands, but you probably find it in the cpan man page. Hope that helps (at least a little step...) Thomas -- Teleteach GmbH Jeschkenstr. 49, 82538 Geretsried, Germany Tel. +49.8171.929590, Fax +49.8171.929592 http://www.teleteach.de/ From lucaskeli at fastmail.fm Tue Jun 22 09:58:14 2004 From: lucaskeli at fastmail.fm (Kelly D. Lucas) Date: Tue, 22 Jun 2004 08:58:14 -0500 Subject: [rt-users] Adding more status types In-Reply-To: References: <3C05BBBA1B54ED43B1A6827E620EF1CD584C22@mailservermn.mqsoftware.com> <6.1.1.1.2.20040621214932.035c67c8@mail.freeshell.org> Message-ID: <40D83AF6.1020106@fastmail.fm> An HTML attachment was scrubbed... URL: From Parimala.Ramdas at Zoran.com Tue Jun 22 10:09:29 2004 From: Parimala.Ramdas at Zoran.com (Parimala Ramdas) Date: Tue, 22 Jun 2004 10:09:29 -0400 Subject: [rt-users] RT broke Message-ID: I did that and ran test deps (no error) and started apache But still the same problem persists. Click on any link and RT takes me back to the login page. Is this because of mod_perl using perl5.8.4? or something else..... Parimala -----Original Message----- From: Ale? Su?nik [mailto:alesh at sportina.si] Sent: Tuesday, June 22, 2004 1:51 AM To: Parimala Ramdas Subject: RE: [rt-users] RT broke Rebuild apache also, and run the test deps and depending on the report fix deps of RT. A. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Parimala.Ramdas at Zoran.com Tue Jun 22 10:33:39 2004 From: Parimala.Ramdas at Zoran.com (Parimala Ramdas) Date: Tue, 22 Jun 2004 10:33:39 -0400 Subject: [rt-users] RT broke Message-ID: I checked with others and RT still takes them back to the login page :-( Maybe if I build mod_perl to use prev version of Perl, RT will work.... Any thoughts on that? -----Original Message----- From: Brett Barnhart [mailto:BrettB at hkusa.com] Sent: Tuesday, June 22, 2004 10:11 AM To: Parimala Ramdas Subject: RE: [rt-users] RT broke Here at work, there is one employee who has this happen. My computer works just fine, but his requires a login for every action. I haven't trouble shooted this, but it may be some browser setting. -----Original Message----- From: Parimala Ramdas [mailto:Parimala.Ramdas at Zoran.com] Sent: Tuesday, June 22, 2004 9:09 AM To: rt-users at lists.bestpractical.com Subject: RE: [rt-users] RT broke I did that and ran test deps (no error) and started apache But still the same problem persists. Click on any link and RT takes me back to the login page. Is this because of mod_perl using perl5.8.4? or something else..... Parimala -----Original Message----- From: Ale? Su?nik [mailto:alesh at sportina.si] Sent: Tuesday, June 22, 2004 1:51 AM To: Parimala Ramdas Subject: RE: [rt-users] RT broke Rebuild apache also, and run the test deps and depending on the report fix deps of RT. A. -------------- next part -------------- An HTML attachment was scrubbed... URL: From lucaskeli at fastmail.fm Tue Jun 22 10:57:49 2004 From: lucaskeli at fastmail.fm (Kelly D. Lucas) Date: Tue, 22 Jun 2004 09:57:49 -0500 Subject: [rt-users] status update Message-ID: <40D848ED.4040206@fastmail.fm> Okay, after conferring with my staff, we decided to adopt Ann's plane of implementing phases, which we will call "state". A custom defined field. So now I only have 1 question before we plunge into it: If custom scips are made to support custom defined fields, will upgrades break this? Thanks for everyone's input, as it's made our job much easier here. kdl -- K.D. Lucas lucaskeli at fastmail.fm From rt at chaka.net Tue Jun 22 10:25:44 2004 From: rt at chaka.net (Todd Chapman) Date: Tue, 22 Jun 2004 10:25:44 -0400 Subject: [rt-users] status update In-Reply-To: <40D848ED.4040206@fastmail.fm> References: <40D848ED.4040206@fastmail.fm> Message-ID: <20040622142544.GJ28862@chaka.net> No, upgrades should not affect your scrips of CFs, unless you are using an API that changes. -Todd On Tue, Jun 22, 2004 at 09:57:49AM -0500, Kelly D. Lucas wrote: > Okay, after conferring with my staff, we decided to adopt Ann's plane of > implementing phases, which we will call "state". A custom defined field. > > So now I only have 1 question before we plunge into it: > > If custom scips are made to support custom defined fields, will upgrades > break this? > > Thanks for everyone's input, as it's made our job much easier here. > > kdl > > -- > K.D. Lucas > lucaskeli at fastmail.fm > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt > this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From dmd at speakeasy.org Tue Jun 22 11:29:27 2004 From: dmd at speakeasy.org (Dave Dennis) Date: Tue, 22 Jun 2004 08:29:27 -0700 (PDT) Subject: [rt-users] Adding more status types In-Reply-To: References: <3C05BBBA1B54ED43B1A6827E620EF1CD584C22@mailservermn.mqsoftware.com> <6.1.1.1.2.20040621214932.035c67c8@mail.freeshell.org> Message-ID: Adding a custom field is a great solution, but for one issue: The custom field is not available from List.html or Update.html at ticket resolve time. So the workflow of resolving a ticket suffers as the operator must visit the Basics screen and make a special detour in order to complete the resolve custom field value. +------------------------- + Dave Dennis + Seattle, WA + dmd at speakeasy.org + http://www.dmdennis.com +------------------------- On Tue, 22 Jun 2004 ann at drop.2organize.com wrote: > Michael wrote: > > > I know I've said this before, but if you feel a need to change the > > statuses, I would strongly suggest reconsidering a more RT like way of > > solving your work flow. There are no API guarantees for statuses which > > means that your custom statuses can break at any point with an upgrade. > > I agree with Michael here, for what it's worth. We needed slightly > more fine-grained control, to indicate whether a ticket was waiting > for client input, in testing, ready to put live, etc--all of which > fall under the 'open' status. > > I actually did go to the code and add the additional states, but > decided not to apply the patch to the live server because it looked > as if it had the potential to make upgrades painful. > > In the end, our solution was to add a custom field, 'phase', which > holds the additional values. I then modified the template so that you > always see the phase in addition to the status, if it is present. > > It actually turned out that this model more accurately represents > how we think about the tickets than additional status entries would, > because for status it is always a progression from new to resolved, > whereas the phase can bounce between different states. > > Anyhow, this is just another suggestion on how the different states > could be handled. > > - Ann > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. > From sguillemette at metrocastcablevision.com Tue Jun 22 13:19:58 2004 From: sguillemette at metrocastcablevision.com (Shawn Guillemette) Date: Tue, 22 Jun 2004 13:19:58 -0400 Subject: [rt-users] Question on customizing the RT look Message-ID: <001401c4587d$2527d420$1406a8c0@shawng> This sounds so simple I can't believe I'm asking it. However, not being a perl head I'm not sure where to begin looking. I want to make changes to the first page you see as you log in. I want to add our company logo to the top and possibly a few links too. I have found that if I just replace the bplogo.gif with what I want then I can get it to show however the image is messed with a little due to its size. What I'm really looking for is the HTML code that I can change for the site. I have a feeling that the HTML is generated by perl scripts. Can someone point me in a direction? I don't care if you send me urls to read just something to start off with. I have been looking at html files with in the dir's and have had no luck. Then again I could have missed it. Thanks Shawn -------------- next part -------------- An HTML attachment was scrubbed... URL: From cerion at open-works.co.uk Tue Jun 22 13:30:56 2004 From: cerion at open-works.co.uk (Cerion Armour-Brown) Date: Tue, 22 Jun 2004 19:30:56 +0200 Subject: [rt-users] Question on customizing the RT look In-Reply-To: <001401c4587d$2527d420$1406a8c0@shawng> References: <001401c4587d$2527d420$1406a8c0@shawng> Message-ID: <200406221930.56645.cerion@open-works.co.uk> On Tuesday 22 June 2004 19:19, Shawn Guillemette wrote: > This sounds so simple I can't believe I'm asking it. However, not being > a perl head I'm not sure where to begin looking. > > I want to make changes to the first page you see as you log in. I want > to add our company logo to the top and possibly a few links too. I have > found that if I just replace the bplogo.gif with what I want then I can > get it to show however the image is messed with a little due to its > size. What I'm really looking for is the HTML code that I can change for > the site. I have a feeling that the HTML is generated by perl scripts. > Can someone point me in a direction? I don't care if you send me urls to > read just something to start off with. > > I have been looking at html files with in the dir's and have had no > luck. Then again I could have missed it. > > Thanks Shawn Copy rt3/share/html/Elements/Header to 'rt3/local/html/Elements/' (make the dir if it doesn't exist) Edit your 'local' version. Restart apache You can do all kinds of things if you start messing with the css files... Cerion From cubic at acronis.ru Tue Jun 22 14:26:25 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Tue, 22 Jun 2004 22:26:25 +0400 Subject: [rt-users] directory permissions on install rt-3.0.11 In-Reply-To: <20040618190141.GB13204@ipt.ru> References: <20040618190141.GB13204@ipt.ru> Message-ID: <40D879D1.3040202@acronis.ru> Boris B. Samorodov wrote: > Hi! > > > I've just install rt-3.0.11 from FreeBSD port. All was fine, but > logging to file didn't work. It works. the only thing: file doesn't exists by default. > > http://wiki.bestpractical.com/index.cgi?Debug says the directory > /var/log must be owned by apache process. Chown this > directory to www (owner of apache process in FreeBSD) worked fine. It doesn't say that. It say that you should create file and give ownership to apache on this _file_. > > Who should fixperms to that directory: FreeBSD-ports team for > FreeBSD users or RT3-team for all platforms? > > > WBR From cerion at open-works.co.uk Tue Jun 22 14:30:59 2004 From: cerion at open-works.co.uk (Cerion Armour-Brown) Date: Tue, 22 Jun 2004 20:30:59 +0200 Subject: [rt-users] Question on customizing the RT look In-Reply-To: <002601c45880$8abe9320$1406a8c0@shawng> References: <002601c45880$8abe9320$1406a8c0@shawng> Message-ID: <200406222030.59709.cerion@open-works.co.uk> On Tuesday 22 June 2004 19:32, Shawn Guillemette wrote: >This is my document root for apache --> /usr/local/rt3/share/html > > And I think what you want me to do is create --> > /usr/local/rt3/local/html/Elements/ > > And Copy rt3/share/html/Elements/Header to > /usr/local/rt3/local/html/Elements/ > Is that correct? Yep. On Tuesday 22 June 2004 19:44, Shawn Guillemette wrote: > Thank you for pointing out the html location. I took me a min to figure > out was going on there.. The css files you mention are something > different. Where do I locate these? Do 'find . -name *css' in the rt3 dir > Is there a link I can go to and > learn more about customizing the rt program? No idea! Case of RTFM, and getting dirty with the code, I suspect :) Perhaps there's something at wiki.bestpractical.com? else google on 'rt3 customize'... Cerion From m-liebman at northwestern.edu Tue Jun 22 14:30:28 2004 From: m-liebman at northwestern.edu (Michael S. Liebman) Date: Tue, 22 Jun 2004 14:30:28 -0400 Subject: [rt-users] Question on customizing the RT look In-Reply-To: <200406221930.56645.cerion@open-works.co.uk> References: <001401c4587d$2527d420$1406a8c0@shawng> <200406221930.56645.cerion@open-works.co.uk> Message-ID: <20040622183028.GB16082@SDF.LONESTAR.ORG> On Tue, Jun 22, 2004 at 07:30:56PM +0200, Cerion Armour-Brown wrote: > On Tuesday 22 June 2004 19:19, Shawn Guillemette wrote: > > I want to make changes to the first page you see as you log in. > > Copy rt3/share/html/Elements/Header > to 'rt3/local/html/Elements/' (make the dir if it doesn't exist) > Edit your 'local' version. In addition to the Header element you probably also want to modify the Login element. > Restart apache You shouldn't need to restart for Mason changes. Mason should realize the page changed and update it's cache. Michael -- Michael S. Liebman m-liebman at northwestern.edu http://msl521.freeshell.org/ "I have vision and the rest of the world wears bifocals." -Paul Newman in "Butch Cassidy & the Sundance Kid" From bobg at uic.edu Tue Jun 22 17:04:03 2004 From: bobg at uic.edu (Bob Goldstein) Date: Tue, 22 Jun 2004 16:04:03 -0500 Subject: [rt-users] 3.2.0rc1 bookmarked searches Message-ID: <200406222104.i5ML43sl012071@shark.cc.uic.edu> There used to be a way to bookmark custom queries. Does this still exist in 3.2.0rc1? I have a separate web app, in which it would be really handy to create a link that opens a new RT window with the results of a query finding all tickets in a given queue that are open and whose content contains a certain IP address. If the query builder, which I really like, could spit out the url for that, I could cut-and-paste it into the other app. Note that this has to be a parameterized query. This would be cool, but not good enough: /Search/Build.html?SavedQuery=mycustomquery So a long query, where the parameter is explicit, is needed. Or, a way to parameterize a saved query (assuming I could activate the saved query as above.) bobg From Travis_Niedens at redlands.edu Tue Jun 22 17:06:46 2004 From: Travis_Niedens at redlands.edu (Niedens, Travis) Date: Tue, 22 Jun 2004 14:06:46 -0700 Subject: [rt-users] RT 3.2.0 for Winders? Message-ID: <30D0F22BE0464E4F98580F12FD65D7A8343DA7@exch.redlands.edu> Will there be a release for this on Winders soon after the RTM is released or will development stay on the 3.1.x track? Thanks, Travis Niedens Network Manager University of Redlands Phone: (909) 748-6328 Fax: (909) 793-2029 VoIP Phone: (909) 799-4778 VoIP Extension: 4778 "Defending the Network from Human Nature".. Cisco From jesse at bestpractical.com Tue Jun 22 17:10:06 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Tue, 22 Jun 2004 17:10:06 -0400 Subject: [rt-users] RT 3.2.0 for Winders? In-Reply-To: <30D0F22BE0464E4F98580F12FD65D7A8343DA7@exch.redlands.edu> References: <30D0F22BE0464E4F98580F12FD65D7A8343DA7@exch.redlands.edu> Message-ID: <20040622211006.GA26100@pallas.eruditorum.org> On Tue, Jun 22, 2004 at 02:06:46PM -0700, Niedens, Travis wrote: > Will there be a release for this on Winders soon after the RTM is released > or will development stay on the 3.1.x track? 3.1 and 3.2 are the same development branch. I expect that eventually, you'll see 3.2.0 released for windows by autrijus. > Thanks, > > Travis Niedens > Network Manager > University of Redlands > > Phone: (909) 748-6328 > Fax: (909) 793-2029 > VoIP Phone: (909) 799-4778 > VoIP Extension: 4778 > > "Defending the Network from Human Nature".. Cisco > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From alexmv at MIT.EDU Tue Jun 22 17:20:22 2004 From: alexmv at MIT.EDU (Alex Vandiver) Date: Tue, 22 Jun 2004 17:20:22 -0400 Subject: [rt-users] 3.2.0rc1 bookmarked searches In-Reply-To: <200406222104.i5ML43sl012071@shark.cc.uic.edu> References: <200406222104.i5ML43sl012071@shark.cc.uic.edu> Message-ID: <1087939222.8383.92.camel@zoq-fot-pik.mit.edu> On Tue, 2004-06-22 at 17:04, Bob Goldstein wrote: > [snip] You can, at very least, load a saved query as well as add various clauses to it in one url: http://rt3/Search/Build.html?LoadSavedSearch=RT::User-29309-SavedSearch-21 &AttachmentField=Content&AttachmentOp=LIKE&ValueOfAttachment=thingy ..however, in 3.2.0rc1, the DoSearch parameter, which forwards you to the results page, kicked in before any changes happen to the search. I just checked in a patch to change that, so in 3.2.0rc2 appending a &DoSearch=1 to the end of the URL above should do what you want. - Alex -- Networking -- one letter away from not working From jesse at bestpractical.com Tue Jun 22 17:31:16 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Tue, 22 Jun 2004 17:31:16 -0400 Subject: [rt-users] 3.2.0rc1 bookmarked searches In-Reply-To: <1087939222.8383.92.camel@zoq-fot-pik.mit.edu> References: <200406222104.i5ML43sl012071@shark.cc.uic.edu> <1087939222.8383.92.camel@zoq-fot-pik.mit.edu> Message-ID: <20040622213116.GC26100@pallas.eruditorum.org> On Tue, Jun 22, 2004 at 05:20:22PM -0400, Alex Vandiver wrote: > On Tue, 2004-06-22 at 17:04, Bob Goldstein wrote: > You can, at very least, load a saved query as well as add various > clauses to it in one url: Also, once you're on the "View results" page, hit the "View results" button again and you'll get the same page, this time with a URL containing your whole query. While there isn't yet a "bookmark this search" link on the page, this functionality should actually be more reliable in 3.2 than it was in 3.0. Jesse -- From lumpau at freeshell.org Tue Jun 22 17:56:15 2004 From: lumpau at freeshell.org (Renat Lumpau) Date: Tue, 22 Jun 2004 17:56:15 -0400 Subject: [rt-users] ANNOUNCE: Gentoo ebuild for rt-3.0.11 Message-ID: <40D8AAFF.2090400@freeshell.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 rt-users, A Gentoo ebuild for RT 3.0.11 is now available at http://bugs.gentoo.org/show_bug.cgi?id=54764 Currently only Apache1/mod_perl1 with PostgreSQL or MySQL is supported; fastcgi support will be added if there is interest. The ebuild is currently only in Bugzilla. I am planning to push to have it incorporated into Portage once it is tested more. Questions/comments/suggestions are most welcome. - -- Renat Lumpau lumpau at post.harvard.edu --> lumpau at freeshell.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFA2Kr/EzitwsaoONoRArRPAJ4sTIAAkLfrQk1zdZoiAlzNMiHs8wCgt2B2 7m6xdfLUfLNBxDtXDrtW4Vo= =nFrI -----END PGP SIGNATURE----- From jason at kavi.com Tue Jun 22 18:30:39 2004 From: jason at kavi.com (Jason Grigsby) Date: Tue, 22 Jun 2004 15:30:39 -0700 Subject: [rt-users] Speeding Up RT by Removing Code to Display File Sizes Message-ID: We've been battling RT speed issues on our server over the past couple of months. We had one ticket that took almost three minutes to load with 30 transactions on the ticket. One of our engineers found that removing the code that calculates the file size of attachments and transactions significantly sped up our RT installation. I've included his email to me below for reference. I thought this might be of interest to those of you looking for way to get better performance out of RT. -Jason Begin forwarded message: > I have made some more UI customization to RT to remove some of the > performance bottlenecks. Specifically, I changed the download links > generation code on both the ShowTransactions and ShowAttachments to not > caculate and subsequently display the size of each file. By doing this > I was able to reduce the time by half for display the history and > tickets. This did not seem to drastically reduce the available > information. > From jesse at bestpractical.com Tue Jun 22 20:13:49 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Tue, 22 Jun 2004 20:13:49 -0400 Subject: [rt-users] Speeding Up RT by Removing Code to Display File Sizes In-Reply-To: References: Message-ID: <20040623001349.GD26100@pallas.eruditorum.org> On Tue, Jun 22, 2004 at 03:30:39PM -0700, Jason Grigsby wrote: > We've been battling RT speed issues on our server over the past couple > of months. We had one ticket that took almost three minutes to load > with 30 transactions on the ticket. > One of our engineers found that removing the code that calculates the > file size of attachments and transactions significantly sped up our RT > installation. I've included his email to me below for reference. Jason, What version of RT are you using? This is something we addressed a couple revs of RT back in a somewhat less invasive way. Best, Jesse From autrijus at autrijus.org Tue Jun 22 21:00:49 2004 From: autrijus at autrijus.org (Autrijus Tang) Date: Wed, 23 Jun 2004 09:00:49 +0800 Subject: [rt-users] RT 3.2.0 for Winders? In-Reply-To: <30D0F22BE0464E4F98580F12FD65D7A8343DA7@exch.redlands.edu> References: <30D0F22BE0464E4F98580F12FD65D7A8343DA7@exch.redlands.edu> Message-ID: <20040623010048.GA19750@aut.dyndns.org> On Tue, Jun 22, 2004 at 02:06:46PM -0700, Niedens, Travis wrote: > Will there be a release for this on Winders soon after the RTM is released > or will development stay on the 3.1.x track? Eventually, yes; soon, I don't know about it -- I expect myself being busy in the coming conference month, but I'll see what I can do. Thanks, /Autrijus/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available URL: From jason at kavi.com Tue Jun 22 21:10:39 2004 From: jason at kavi.com (Jason Grigsby) Date: Tue, 22 Jun 2004 18:10:39 -0700 Subject: [rt-users] Speeding Up RT by Removing Code to Display File Sizes In-Reply-To: <20040623001349.GD26100@pallas.eruditorum.org> References: <20040623001349.GD26100@pallas.eruditorum.org> Message-ID: <24407952-C4B2-11D8-979C-000393D541EC@kavi.com> We're running 3.0.10. -Jason On Jun 22, 2004, at 5:13 PM, Jesse Vincent wrote: > > > > On Tue, Jun 22, 2004 at 03:30:39PM -0700, Jason Grigsby wrote: >> We've been battling RT speed issues on our server over the past couple >> of months. We had one ticket that took almost three minutes to load >> with 30 transactions on the ticket. > >> One of our engineers found that removing the code that calculates the >> file size of attachments and transactions significantly sped up our RT >> installation. I've included his email to me below for reference. > > Jason, > > What version of RT are you using? This is something we addressed > a couple revs of RT back in a somewhat less invasive way. > > Best, > Jesse From jesse at bestpractical.com Tue Jun 22 21:26:37 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Tue, 22 Jun 2004 21:26:37 -0400 Subject: [rt-users] Speeding Up RT by Removing Code to Display File Sizes In-Reply-To: <24407952-C4B2-11D8-979C-000393D541EC@kavi.com> References: <20040623001349.GD26100@pallas.eruditorum.org> <24407952-C4B2-11D8-979C-000393D541EC@kavi.com> Message-ID: <20040623012637.GG26100@pallas.eruditorum.org> On Tue, Jun 22, 2004 at 06:10:39PM -0700, Jason Grigsby wrote: > We're running 3.0.10. That's _really_ surprising. Especially since those filesizes are pre-generated and cached. I'd love to hear more information from your engineer. > >On Tue, Jun 22, 2004 at 03:30:39PM -0700, Jason Grigsby wrote: > >>We've been battling RT speed issues on our server over the past couple > >>of months. We had one ticket that took almost three minutes to load > >>with 30 transactions on the ticket. > > > >>One of our engineers found that removing the code that calculates the > >>file size of attachments and transactions significantly sped up our RT > >>installation. I've included his email to me below for reference. -- From m-liebman at northwestern.edu Tue Jun 22 21:30:49 2004 From: m-liebman at northwestern.edu (Michael S. Liebman) Date: Tue, 22 Jun 2004 21:30:49 -0400 Subject: [rt-users] Adding more status types In-Reply-To: <40D83AF6.1020106@fastmail.fm> References: <3C05BBBA1B54ED43B1A6827E620EF1CD584C22@mailservermn.mqsoftware.com> <6.1.1.1.2.20040621214932.035c67c8@mail.freeshell.org> <40D83AF6.1020106@fastmail.fm> Message-ID: <6.1.1.1.2.20040622211557.034ccd68@mail.freeshell.org> Please don't send HTML only mails to the list. At 09:58 AM 6/22/2004, Kelly D. Lucas wrote: >My group has been evaluating RT for 2 weeks now, and the only thing we've >found that will cause us implementation headaches is the rigid definitions >of the status field. I suspect that the status field is this way, because >alot of the logic flow of a ticket must be based on the status. Is this >assumption correct? Pretty much. If you take a step back from the process you are working on, you will probably find the "status" of the process will fit into one of the broad categories of the ticket status. >After the custom defined fields are added, then have a U/I under >configuration for scrips. You may want to have a look at Arturius's work flow based UI. >Any thoughts? I guess at a minimum, I want a way to add or remove >statuses, and connect the logic flow to them. I would recommend leaving the statuses the way they are and add a custom field for the specifics you want. For example, if you are trying to use RT for a provisioning work flow, you would create the ticket with the "new" status. This might be the first contact with the customer with regard to the service you are going to provision for them. The status would change to "open" when sales started working out the details. Your custom field would be set to "sales." Once things get worked out from there, the custom field would get set to "field operations" so the could actually go out and do the work. But the ticket status stays at "open." Once the service is provisioned, you would set the custom field to "billing" and again leave the status as "open." It's not until billing sends out the invoice that you set the status to "stalled" to indicate you are waiting for a response from the customer. Your custom field is still set to "billing." That way you know that after x amount of time, billing needs to follow up to find out where their payment is. Additionally, you could set the status to "stalled" anywhere else in your work flow, say when your custom field is "sales," to indicate you are waiting on the customer. But this time you know it is sales that has to do the follow up. It shouldn't be too difficult to get scrip with custom conditions and actions and the cron tool to do what you need to based on the relation between the ticket status and your custom field. Hope that helps. Michael -- Michael S. Liebman m-liebman at northwestern.edu http://msl521.freeshell.org/ "I have vision and the rest of the world wears bifocals." -Paul Newman in "Butch Cassidy & the Sundance Kid" From m-liebman at northwestern.edu Tue Jun 22 21:36:09 2004 From: m-liebman at northwestern.edu (Michael S. Liebman) Date: Tue, 22 Jun 2004 21:36:09 -0400 Subject: [rt-users] status update In-Reply-To: <20040622142544.GJ28862@chaka.net> References: <40D848ED.4040206@fastmail.fm> <20040622142544.GJ28862@chaka.net> Message-ID: <6.1.1.1.2.20040622213517.0340dd80@mail.freeshell.org> At 10:25 AM 6/22/2004, Todd Chapman wrote: >No, upgrades should not affect your scrips of CFs, unless >you are using an API that changes. And it is safe to assume that there are API guarantees for that sort of thing between patch releases. Michael -- Michael S. Liebman m-liebman at northwestern.edu http://msl521.freeshell.org/ "I have vision and the rest of the world wears bifocals." -Paul Newman in "Butch Cassidy & the Sundance Kid" From bsam at ipt.ru Wed Jun 23 05:17:48 2004 From: bsam at ipt.ru (Boris B. Samorodov) Date: Wed, 23 Jun 2004 13:17:48 +0400 Subject: [rt-users] directory permissions on install rt-3.0.11 In-Reply-To: <40D879D1.3040202@acronis.ru> References: <20040618190141.GB13204@ipt.ru> <40D879D1.3040202@acronis.ru> Message-ID: <20040623091748.GA32709@ipt.ru> On Tue, Jun 22, 2004 at 10:26:25PM +0400, Ruslan U. Zakirov wrote: > >I've just install rt-3.0.11 from FreeBSD port. All was fine, but > >logging to file didn't work. > It works. the only thing: file doesn't exists by default. > >http://wiki.bestpractical.com/index.cgi?Debug says the directory > >/var/log must be owned by apache process. Chown this > >directory to www (owner of apache process in FreeBSD) worked fine. > It doesn't say that. It say that you should create file and give > ownership to apache on this _file_. Yes, you are write. Then is it possible to patch the config file (to give users some more info): --- start --- --- RT_Config.pm.orig Wed Jun 23 11:32:48 2004 +++ RT_Config.pm Wed Jun 23 11:36:21 2004 @@ -246,6 +246,8 @@ Set($LogToFile , undef); Set($LogDir, '/usr/local/rt3/var/log'); Set($LogToFileNamed , "rt.log"); #log to rt.log + #make sure to create (touch it) and + #chown to : # On Solaris, set to ( socket => 'inet' ). Options here override any # other options RT passes to Log::Dispatch::Syslog. Other interesting --- stop --- WBR -- bsam From RT-User at wiwi.uni-wuppertal.de Wed Jun 23 07:36:21 2004 From: RT-User at wiwi.uni-wuppertal.de (RT-User) Date: Wed, 23 Jun 2004 13:36:21 +0200 Subject: [rt-users] rt-users@lists.bestpractical.com Message-ID: Hi everybody, does anyone of you have a solution for the following problem: We would like to have a kind of resubmission in RT. To put it in other words, if we stall a ticket, we would like to have the opportunity to set a specific date on which the ticket is reopened again. What would be the best way to perform this? Thanks for you help and take care everybody! Christian From js138 at eng.cam.ac.uk Wed Jun 23 07:38:19 2004 From: js138 at eng.cam.ac.uk (J. Sloan) Date: Wed, 23 Jun 2004 12:38:19 +0100 (BST) Subject: [rt-users] rt-users@lists.bestpractical.com In-Reply-To: References: Message-ID: On Wed, 23 Jun 2004, RT-User wrote: > Hi everybody, > > does anyone of you have a solution for the following problem: > > We would like to have a kind of resubmission in RT. To put it in other > words, if we stall a ticket, we would like to have the opportunity to > set a specific date on which the ticket is reopened again. > > What would be the best way to perform this? We set the Due Date and have a cron job which reopens stalled tickets when the Due Date has been reached. Simple but effective. John From cubic at acronis.ru Wed Jun 23 07:54:19 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Wed, 23 Jun 2004 15:54:19 +0400 Subject: [rt-users] scrips and dynamic templates In-Reply-To: <200406201745.i5KHjI2t000969@shark.cc.uic.edu> References: <200406201745.i5KHjI2t000969@shark.cc.uic.edu> Message-ID: <40D96F6B.4090200@acronis.ru> Bob Goldstein ?????: > My original goal was to change the scrip "On Create Autoreply To > Requestors with template Autoreply". > > I want to use one template if a certain custom field were non-null, > and the normal Autoreply template for the default case. And, I > thought I should do this for some queues, not all. (BTW, I have > modified the email internal code so it can parse the incoming > email for special commands and create a CF if needed. This is all > based on an RT2 mailgate for giving commands with email, worked > up for RT3. So in fact, the CF can exist during the initial > create transaction.) http://wiki.bestpractical.com/index.cgi?HowTos > > I read through what docs (and wiki) I could find, but they seem a > bit sketchy. So I'd like to have some assertions confirmed, as > well as ask advice. (Sorry for the long note. If I can assemble > enough info, I'll write a wiki article to help others that reach > my state of befuddlement.) > > * The wiki page talks about creating a scrip condition > by adding code into a directory such as rt/local/lib/RT/Condition/ > > Whereas most of the other comments have to do with putting custom > code in the web page under "Scrips". > > Assertion 1: Filling out the web page puts the code into > the database. Obviously, writing new code in > rt/local/lib/RT/Condition/ does not. > > Assertion 2: Writing a new condition into rt/local/lib/RT/Condition/ > would affect that condition *only*, and therefore all scrips > that use that condition. Whereas putting a new condition > into the database goes into the table Scrips, as opposed > to ScripConditions, and therefore affects only the > single condition-action-template combination specified. When you put condition into module under .../lib/RT/Condition/ then you should register this module in DB. > > * If I write a custom condition on the web page, is that ANDed > with something else like "OnCreate", or does it only apply > at all if I choose "UserDefined" ? Last. Only if "UserDefined" > > * I presume "Custom action preparation" and "Custom action cleanup" > run before and after the selected action from the dropdown box? No. RT doesn't support running scrip code before action. http://wiki.bestpractical.com/index.cgi?ScripExecOrder > > * The database schema has columns for ConditionRules and ActionRules. > I can't match them to what I see on the web page. Are they used? > > * What is a "stage", and what is the difference between TransactionCreate > and TransactionBatch? In 3.0.x stage select box appear by incident :) I can't explain all issues you should look at source code. Patch was on devel list and was approved for 3.2. I hope it's there :) didn't look yet. > > * Are templates a strictly replace-the-variables kind of template, > or can I have branches or loops, as with Template::Toolkit? perldoc Text::Template > > * Can I override or turn off a Global Scrip for a specific queue? > I'd prefer not to have to turn off the scrip globally, > because then I'd have to define the replacement for every > queue, including the ones I haven't created yet. (Is there > a condition OnQueueCreate ?) One of the most desired feature. Dirk Pape has patch that add this feature. > > > Ok, now for the advice. I see several potential options. > Which is cleanest? > > 1. Modify template with a branch, depending on value of > a custom field. If so, how? > > 2. Modify condition so that it somehow dynamically modifies > the scrip it is in, to choose one template or the other. > > 3. Replace the Autoreply scrip with two scrips, > OnCreate with CF-non-null, use template Autoreply-special > OnCreate with CF--null, use template Autoreply-default > > (And can I add the CF check to the existing OnCreate condition, > or do I have to fully make new conditions?) > > > Thanks much for any help. > > bobg > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From timo.eissler at dtnet.de Wed Jun 23 08:41:54 2004 From: timo.eissler at dtnet.de (Timo Eissler) Date: Wed, 23 Jun 2004 14:41:54 +0200 Subject: [rt-users] Installation of libapreq-1.3 failed! Message-ID: <40D97A92.4070607@dtnet.de> Hello, i tried to install libapreq-1.3 on my SuSE 9.0 box, but i always get this error! Please install mod_perl: 1.25 < version < 1.99 (Can't locate mod_perl.pm in @INC (@INC contains: Apache-Test/lib /usr/lib/perl5/5.8.3/i586-linux-thread-multi /usr/lib/perl5/5.8.3 /usr/lib/perl5/site_perl/5.8.3/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.3/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl .) at Makefile.PL line 22. ) at Makefile.PL line 23. BEGIN failed--compilation aborted at Makefile.PL line 31. Ok, i need a version of mod_perl between 1.25 and 1.99... The problem now is, that i have mod_perl 1.28 and still get this error message... rt-neu:/usr/src # rpm -qi mod_perl Name : mod_perl Relocations: (not relocateable) Version : 1.28 Vendor: SuSE Linux AG, Nuernberg, Germany Release : 65 Build Date: Wed Sep 24 02:11:04 2003 Install date: Fri Feb 27 10:39:56 2004 Build Host: E36.suse.de Group : Productivity/Networking/Web/Servers Source RPM: mod_perl-1.28-65.src.rpm Size : 3179973 License: Other License(s), see package Signature : DSA/SHA1, Wed Sep 24 02:28:53 2003, Key ID a84edae89c800aca Packager : http://www.suse.de/feedback URL : http://perl.apache.org/ Summary : Embedded Perl for Apache Description : The Apache/Perl integration project brings together the full power of the Perl programming language and the Apache HTTP server. With mod_perl it is possible to write Apache modules entirely in Perl. In addition, the persistent interpreter embedded in the server avoids the overhead of starting an external interpreter and the penalty of Perl start-up time. Authors: -------- Doug MacEachern and any others, see http://perl.apache.org/about/contributors/people.html Distribution: SuSE Linux 9.0 (i586) Can anybody give me an hint to solve this problem? grZ Timo --------------------------------------------------------------- DT Netsolution GmbH - Talaeckerstr. 30 - D-70437 Stuttgart Tel: +49-711-849910-70 Fax: +49-711-849910-970 WEB: http://www.dtnet.de/ Email: timo.eissler at dtnet.de From jalgermissen at topicmapping.com Wed Jun 23 08:50:40 2004 From: jalgermissen at topicmapping.com (Jan Algermissen) Date: Wed, 23 Jun 2004 14:50:40 +0200 Subject: [rt-users] Installation of libapreq-1.3 failed! References: <40D97A92.4070607@dtnet.de> Message-ID: <40D97CA0.A9DB67A2@topicmapping.com> Hi Timo-- have you checked if mod_perl is really installed with your Apache? Maybe you just have the package but not mod_perl inside you Apache? Jan Timo Eissler wrote: > > Hello, > > i tried to install libapreq-1.3 on my SuSE 9.0 box, but i always get > this error! > > Please install mod_perl: 1.25 < version < 1.99 > (Can't locate mod_perl.pm in @INC (@INC contains: Apache-Test/lib > /usr/lib/perl5/5.8.3/i586-linux-thread-multi /usr/lib/perl5/5.8.3 > /usr/lib/perl5/site_perl/5.8.3/i586-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl > /usr/lib/perl5/vendor_perl/5.8.3/i586-linux-thread-multi > /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl .) at > Makefile.PL line 22. > ) at Makefile.PL line 23. > BEGIN failed--compilation aborted at Makefile.PL line 31. > > Ok, i need a version of mod_perl between 1.25 and 1.99... > The problem now is, that i have mod_perl 1.28 and still get this error > message... > > rt-neu:/usr/src # rpm -qi mod_perl > Name : mod_perl Relocations: (not relocateable) > Version : 1.28 Vendor: SuSE Linux AG, Nuernberg, Germany > Release : 65 Build Date: Wed Sep 24 02:11:04 2003 > Install date: Fri Feb 27 10:39:56 2004 Build Host: E36.suse.de > Group : Productivity/Networking/Web/Servers Source RPM: mod_perl-1.28-65.src.rpm > Size : 3179973 License: Other License(s), see package > Signature : DSA/SHA1, Wed Sep 24 02:28:53 2003, Key ID a84edae89c800aca > Packager : http://www.suse.de/feedback > URL : http://perl.apache.org/ > Summary : Embedded Perl for Apache > Description : > The Apache/Perl integration project brings together the full power of > the Perl programming language and the Apache HTTP server. > > With mod_perl it is possible to write Apache modules entirely in Perl. > In addition, the persistent interpreter embedded in the server avoids > the overhead of starting an external interpreter and the penalty of > Perl start-up time. > > Authors: > -------- > Doug MacEachern and any others, see http://perl.apache.org/about/contributors/people.html > Distribution: SuSE Linux 9.0 (i586) > > Can anybody give me an hint to solve this problem? > > grZ Timo > > --------------------------------------------------------------- > DT Netsolution GmbH - Talaeckerstr. 30 - D-70437 Stuttgart > Tel: +49-711-849910-70 Fax: +49-711-849910-970 > WEB: http://www.dtnet.de/ Email: timo.eissler at dtnet.de > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- Jan Algermissen http://www.topicmapping.com Consultant & Programmer http://www.gooseworks.org From timo.eissler at dtnet.de Wed Jun 23 09:04:09 2004 From: timo.eissler at dtnet.de (Timo Eissler) Date: Wed, 23 Jun 2004 15:04:09 +0200 Subject: [rt-users] Installation of libapreq-1.3 failed! In-Reply-To: <40D97CA0.A9DB67A2@topicmapping.com> References: <40D97A92.4070607@dtnet.de> <40D97CA0.A9DB67A2@topicmapping.com> Message-ID: <40D97FC9.8050206@dtnet.de> Hi Jan, how can i check if mod_perl is inside my apache? grZ timo Jan Algermissen wrote: >Hi Timo-- > >have you checked if mod_perl is really installed with your Apache? >Maybe you just have the package but not mod_perl inside you Apache? > >Jan > > > >Timo Eissler wrote: > > >>Hello, >> >>i tried to install libapreq-1.3 on my SuSE 9.0 box, but i always get >>this error! >> >>Please install mod_perl: 1.25 < version < 1.99 >>(Can't locate mod_perl.pm in @INC (@INC contains: Apache-Test/lib >>/usr/lib/perl5/5.8.3/i586-linux-thread-multi /usr/lib/perl5/5.8.3 >>/usr/lib/perl5/site_perl/5.8.3/i586-linux-thread-multi >>/usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl >>/usr/lib/perl5/vendor_perl/5.8.3/i586-linux-thread-multi >>/usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl .) at >>Makefile.PL line 22. >>) at Makefile.PL line 23. >>BEGIN failed--compilation aborted at Makefile.PL line 31. >> >>Ok, i need a version of mod_perl between 1.25 and 1.99... >>The problem now is, that i have mod_perl 1.28 and still get this error >>message... >> >>rt-neu:/usr/src # rpm -qi mod_perl >>Name : mod_perl Relocations: (not relocateable) >>Version : 1.28 Vendor: SuSE Linux AG, Nuernberg, Germany >>Release : 65 Build Date: Wed Sep 24 02:11:04 2003 >>Install date: Fri Feb 27 10:39:56 2004 Build Host: E36.suse.de >>Group : Productivity/Networking/Web/Servers Source RPM: mod_perl-1.28-65.src.rpm >>Size : 3179973 License: Other License(s), see package >>Signature : DSA/SHA1, Wed Sep 24 02:28:53 2003, Key ID a84edae89c800aca >>Packager : http://www.suse.de/feedback >>URL : http://perl.apache.org/ >>Summary : Embedded Perl for Apache >>Description : >>The Apache/Perl integration project brings together the full power of >>the Perl programming language and the Apache HTTP server. >> >>With mod_perl it is possible to write Apache modules entirely in Perl. >>In addition, the persistent interpreter embedded in the server avoids >>the overhead of starting an external interpreter and the penalty of >>Perl start-up time. >> >>Authors: >>-------- >> Doug MacEachern and any others, see http://perl.apache.org/about/contributors/people.html >>Distribution: SuSE Linux 9.0 (i586) >> >>Can anybody give me an hint to solve this problem? >> >>grZ Timo >> >>--------------------------------------------------------------- >>DT Netsolution GmbH - Talaeckerstr. 30 - D-70437 Stuttgart >>Tel: +49-711-849910-70 Fax: +49-711-849910-970 >>WEB: http://www.dtnet.de/ Email: timo.eissler at dtnet.de >>_______________________________________________ >>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users >> >>RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. >>http://bestpractical.com/services/training.html >> >>Sign up early, as class space is limited. >> >> > > > -- --------------------------------------------------------------- DT Netsolution GmbH - Talaeckerstr. 30 - D-70437 Stuttgart Tel: +49-711-849910-70 Fax: +49-711-849910-970 WEB: http://www.dtnet.de/ Email: timo.eissler at dtnet.de From timo.eissler at dtnet.de Wed Jun 23 09:16:15 2004 From: timo.eissler at dtnet.de (Timo Eissler) Date: Wed, 23 Jun 2004 15:16:15 +0200 Subject: [rt-users] Installation of libapreq-1.3 failed! In-Reply-To: <40D97FFA.9E8A8FA9@topicmapping.com> References: <40D97A92.4070607@dtnet.de> <40D97CA0.A9DB67A2@topicmapping.com> <40D97EEF.2030606@dtnet.de> <40D97FFA.9E8A8FA9@topicmapping.com> Message-ID: <40D9829F.2040501@dtnet.de> Now i have checked that my mod_perl is inside my apache... i called phpinfo(); from a php script, and in the apache environment i see this: Apache/1.3.28 (Linux/SuSE) PHP/4.3.3 mod_perl/1.28 grZ timo Jan Algermissen wrote: >Timo Eissler wrote: > > >>Hi Jan, >> >>how can i check if mod_perl is inside my apache? >> >> > >It should say that as a startup message in the error log (or access log I think). >Dunno about what happens when you use dynamic loading though. > >The best is in my experience (especially for RT) to get a source code apache and >compile yourself, with mod_perl and what else you might need (mod_ssl?). > >HTH, > >Jan > > >>grZ timo >> >>Jan Algermissen wrote: >> >> >> >>>Hi Timo-- >>> >>>have you checked if mod_perl is really installed with your Apache? >>>Maybe you just have the package but not mod_perl inside you Apache? >>> >>>Jan >>> >>> >>> >>>Timo Eissler wrote: >>> >>> >>> >>> >>>>Hello, >>>> >>>>i tried to install libapreq-1.3 on my SuSE 9.0 box, but i always get >>>>this error! >>>> >>>>Please install mod_perl: 1.25 < version < 1.99 >>>>(Can't locate mod_perl.pm in @INC (@INC contains: Apache-Test/lib >>>>/usr/lib/perl5/5.8.3/i586-linux-thread-multi /usr/lib/perl5/5.8.3 >>>>/usr/lib/perl5/site_perl/5.8.3/i586-linux-thread-multi >>>>/usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl >>>>/usr/lib/perl5/vendor_perl/5.8.3/i586-linux-thread-multi >>>>/usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl .) at >>>>Makefile.PL line 22. >>>>) at Makefile.PL line 23. >>>>BEGIN failed--compilation aborted at Makefile.PL line 31. >>>> >>>>Ok, i need a version of mod_perl between 1.25 and 1.99... >>>>The problem now is, that i have mod_perl 1.28 and still get this error >>>>message... >>>> >>>>rt-neu:/usr/src # rpm -qi mod_perl >>>>Name : mod_perl Relocations: (not relocateable) >>>>Version : 1.28 Vendor: SuSE Linux AG, Nuernberg, Germany >>>>Release : 65 Build Date: Wed Sep 24 02:11:04 2003 >>>>Install date: Fri Feb 27 10:39:56 2004 Build Host: E36.suse.de >>>>Group : Productivity/Networking/Web/Servers Source RPM: mod_perl-1.28-65.src.rpm >>>>Size : 3179973 License: Other License(s), see package >>>>Signature : DSA/SHA1, Wed Sep 24 02:28:53 2003, Key ID a84edae89c800aca >>>>Packager : http://www.suse.de/feedback >>>>URL : http://perl.apache.org/ >>>>Summary : Embedded Perl for Apache >>>>Description : >>>>The Apache/Perl integration project brings together the full power of >>>>the Perl programming language and the Apache HTTP server. >>>> >>>>With mod_perl it is possible to write Apache modules entirely in Perl. >>>>In addition, the persistent interpreter embedded in the server avoids >>>>the overhead of starting an external interpreter and the penalty of >>>>Perl start-up time. >>>> >>>>Authors: >>>>-------- >>>> Doug MacEachern and any others, see http://perl.apache.org/about/contributors/people.html >>>>Distribution: SuSE Linux 9.0 (i586) >>>> >>>>Can anybody give me an hint to solve this problem? >>>> >>>>grZ Timo >>>> >>>>--------------------------------------------------------------- >>>>DT Netsolution GmbH - Talaeckerstr. 30 - D-70437 Stuttgart >>>>Tel: +49-711-849910-70 Fax: +49-711-849910-970 >>>>WEB: http://www.dtnet.de/ Email: timo.eissler at dtnet.de >>>>_______________________________________________ >>>>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users >>>> >>>>RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. >>>>http://bestpractical.com/services/training.html >>>> >>>>Sign up early, as class space is limited. >>>> >>>> >>>> >>>> >>> >>> >>> >>-- >>--------------------------------------------------------------- >>DT Netsolution GmbH - Talaeckerstr. 30 - D-70437 Stuttgart >>Tel: +49-711-849910-70 Fax: +49-711-849910-970 >>WEB: http://www.dtnet.de/ Email: timo.eissler at dtnet.de >> >> > > > -- --------------------------------------------------------------- DT Netsolution GmbH - Talaeckerstr. 30 - D-70437 Stuttgart Tel: +49-711-849910-70 Fax: +49-711-849910-970 WEB: http://www.dtnet.de/ Email: timo.eissler at dtnet.de -------------- next part -------------- An HTML attachment was scrubbed... URL: From count at theblah.fi Wed Jun 23 09:56:12 2004 From: count at theblah.fi (Jussi Hamalainen) Date: Wed, 23 Jun 2004 16:56:12 +0300 (EEST) Subject: [rt-users] Postgres Users: DBIx::SearchBuilder 1.00_06 In-Reply-To: <20040618061644.GX26100@pallas.eruditorum.org> References: <20040618061644.GX26100@pallas.eruditorum.org> Message-ID: On Fri, 18 Jun 2004, Jesse Vincent wrote: > I've just uploaded DBIx::SearchBuilder 1.00_06 to CPAN. This release > includes additional query-builder enhancements for PostgreSQL (and > Oracle). One heavy test site reports a significant performance > improvement across the board. I'd love to hear how folks do with this > release. After installing the package RT barfs (HTTP error 500) and I get this error in the log file: [Wed Jun 23 13:45:22 2004] [error] Can't locate object method "new" via package "RT::Handle" at /opt/RT/lib/RT.pm line 147.\n Reinstalling version 0.99 fixes the problem. I'm using Perl 5.8.4. -- -=[ Count Zero / TBH - Jussi H?m?l?inen - email count at theblah.fi ]=- From burba at rfn.ru Wed Jun 23 09:57:48 2004 From: burba at rfn.ru (Alex S. Burba) Date: Wed, 23 Jun 2004 17:57:48 +0400 Subject: [rt-users] Needless newlines in Subject Message-ID: <40D98C5C.3070700@rfn.ru> Hi. Does anyone know how to solve a problem of needlees newlines in Subject field after converting it to utf-8 (for me it's converted from koi8-r to utf8)? Before converting Subject: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA After converting Subject: ??????????????? ?????????????????????????????????????????? ?????????????????????????????????????????? Then I see that such "a little corrupted" subject after converting to utf-8 is inserted in DB (Attachments table) and there it resides. My configuration: rt-3.0.11rc1 (I also tried 3.0.11, but no effect) mysql-4.0.14 perl-5.8.2 apache-1.3.29 mod_perl-1.29 P.S. Such problem doesn't appear when subject is very short or is typed with ascii. Thanks in advance. -- Alex Burba, All-Russia state television and broadcasting company, NOC. From timo.eissler at dtnet.de Wed Jun 23 10:27:52 2004 From: timo.eissler at dtnet.de (Timo Eissler) Date: Wed, 23 Jun 2004 16:27:52 +0200 Subject: [rt-users] Installation of libapreq-1.3 failed! In-Reply-To: <200406231317.i5NDHPqw031057@ sportina.si> References: <200406231317.i5NDHPqw031057@ sportina.si> Message-ID: <40D99368.103@dtnet.de> Hi Ales, httpd -l gives me the following output... rt-neu:/usr/src/rt-3.0.11 # httpd -l Compiled-in modules: http_core.c mod_so.c suexec: enabled; valid wrapper /usr/sbin/suexec i think this is ok because i load mod_perl as module... grZ morlix Ale? Su?nik wrote: >httpd -l <= -L, but small caps... > >A. > >-----Original Message----- >From: rt-users-bounces at lists.bestpractical.com >[mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Timo Eissler >Sent: Wednesday, June 23, 2004 3:04 PM >To: algermissen at acm.org >Cc: rt-users at lists.bestpractical.com >Subject: Re: [rt-users] Installation of libapreq-1.3 failed! > >Hi Jan, > >how can i check if mod_perl is inside my apache? > >grZ timo > >Jan Algermissen wrote: > > > >>Hi Timo-- >> >>have you checked if mod_perl is really installed with your Apache? >>Maybe you just have the package but not mod_perl inside you Apache? >> >>Jan >> >> >> >>Timo Eissler wrote: >> >> >> >> >>>Hello, >>> >>>i tried to install libapreq-1.3 on my SuSE 9.0 box, but i always get >>>this error! >>> >>>Please install mod_perl: 1.25 < version < 1.99 >>>(Can't locate mod_perl.pm in @INC (@INC contains: Apache-Test/lib >>>/usr/lib/perl5/5.8.3/i586-linux-thread-multi /usr/lib/perl5/5.8.3 >>>/usr/lib/perl5/site_perl/5.8.3/i586-linux-thread-multi >>>/usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl >>>/usr/lib/perl5/vendor_perl/5.8.3/i586-linux-thread-multi >>>/usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl .) at >>>Makefile.PL line 22. >>>) at Makefile.PL line 23. >>>BEGIN failed--compilation aborted at Makefile.PL line 31. >>> >>>Ok, i need a version of mod_perl between 1.25 and 1.99... >>>The problem now is, that i have mod_perl 1.28 and still get this error >>>message... >>> >>>rt-neu:/usr/src # rpm -qi mod_perl >>>Name : mod_perl Relocations: (not relocateable) >>>Version : 1.28 Vendor: SuSE Linux AG, >>> >>> >Nuernberg, Germany > > >>>Release : 65 Build Date: Wed Sep 24 >>> >>> >02:11:04 2003 > > >>>Install date: Fri Feb 27 10:39:56 2004 Build Host: E36.suse.de >>>Group : Productivity/Networking/Web/Servers Source RPM: >>> >>> >mod_perl-1.28-65.src.rpm > > >>>Size : 3179973 License: Other License(s), >>> >>> >see package > > >>>Signature : DSA/SHA1, Wed Sep 24 02:28:53 2003, Key ID a84edae89c800aca >>>Packager : http://www.suse.de/feedback >>>URL : http://perl.apache.org/ >>>Summary : Embedded Perl for Apache >>>Description : >>>The Apache/Perl integration project brings together the full power of >>>the Perl programming language and the Apache HTTP server. >>> >>>With mod_perl it is possible to write Apache modules entirely in Perl. >>>In addition, the persistent interpreter embedded in the server avoids >>>the overhead of starting an external interpreter and the penalty of >>>Perl start-up time. >>> >>>Authors: >>>-------- >>> Doug MacEachern and any others, see >>> >>> >http://perl.apache.org/about/contributors/people.html > > >>>Distribution: SuSE Linux 9.0 (i586) >>> >>>Can anybody give me an hint to solve this problem? >>> >>>grZ Timo >>> >>>--------------------------------------------------------------- >>>DT Netsolution GmbH - Talaeckerstr. 30 - D-70437 Stuttgart >>>Tel: +49-711-849910-70 Fax: +49-711-849910-970 >>>WEB: http://www.dtnet.de/ Email: timo.eissler at dtnet.de >>>_______________________________________________ >>>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users >>> >>>RT Developer and Administrator training is coming to LA, DC and Frankfurt >>> >>> >this spring and summer. > > >>>http://bestpractical.com/services/training.html >>> >>>Sign up early, as class space is limited. >>> >>> >>> >>> >> >> >> >> > > > > -- --------------------------------------------------------------- DT Netsolution GmbH - Talaeckerstr. 30 - D-70437 Stuttgart Tel: +49-711-849910-70 Fax: +49-711-849910-970 WEB: http://www.dtnet.de/ Email: timo.eissler at dtnet.de From wmorgenstern at coopoptical.com Wed Jun 23 10:57:56 2004 From: wmorgenstern at coopoptical.com (Werner Morgenstern) Date: Wed, 23 Jun 2004 10:57:56 -0400 Subject: [rt-users] Change Logo In-Reply-To: <40D96F6B.4090200@acronis.ru> Message-ID: Hi, I want to change the default logo in RT (3.0.11) I already did the following: Copy the RT file share/html/Elements/Header into local/html/Elements/Header Edit that new file changing <%$RT::WebImagesURL%>/bplogo.gif" alt="" width="230" height="50"> to your logo. However, the logo does not display. It just does the normal placeholder, when the image can't be found. When I view the source, it is correct (the file is where it should, and the attributes are the same as bplogo.gif We use RT 3.0.11 with fastcgi, and Apache 2.0.48, on Fedora Core 2, and Perl 5.8.0 And when I look at the logs, it picks up the file where it should. What could be the problem? Thanks Werner Morgenstern From wmorgenstern at coopoptical.com Wed Jun 23 11:01:07 2004 From: wmorgenstern at coopoptical.com (Werner Morgenstern) Date: Wed, 23 Jun 2004 11:01:07 -0400 Subject: [rt-users] Scrip to move new ticket into correct queue In-Reply-To: <40D96F6B.4090200@acronis.ru> Message-ID: Hi, We use RT 3.0.11 with fastcgi, Perl 5.8.0, Apache 2.0.48, on Fedora Core 2. I have set up the mailgate (which works very well). It sents all new tickets (which come in via email) to the GENERAL Queue. Now I want to set up a scrip (or condition), that when a new ticket comes in via email (it won't be needed for the Web Interface), the scrip will scan the email (subject and maybe first line of body) for certain keywords, and then it will put the new ticket into the queue associated with that Keyword. E.g. when a Ticket comes in, that email is not working, it will go into the queue EMAIL PROBLEMS. How do I do that? Are there examples? Thanks Werner Morgenstern From cubic at acronis.ru Wed Jun 23 11:16:40 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Wed, 23 Jun 2004 19:16:40 +0400 Subject: [rt-users] Scrip to move new ticket into correct queue In-Reply-To: References: Message-ID: <40D99ED8.6050005@acronis.ru> Werner Morgenstern wrote: > Hi, > We use RT 3.0.11 with fastcgi, Perl 5.8.0, Apache 2.0.48, on Fedora Core 2. > > I have set up the mailgate (which works very well). It sents all new > tickets (which come in via email) to the GENERAL Queue. > Now I want to set up a scrip (or condition), that when a new ticket comes in > via email (it won't be needed for the Web Interface), the scrip will scan > the email (subject and maybe first line of body) for certain keywords, and > then it will put the new ticket into the queue associated with that Keyword. > E.g. when a Ticket comes in, that email is not working, it will go into the > queue EMAIL PROBLEMS. > > How do I do that? Are there examples? http://wiki.bestpractical.com/index.cgi?WriteCustomAction Code snippets chapter has an example "Change ticket's queue with target queue name" Keywords checks you can do with simple regexps. > > Thanks > Werner Morgenstern > From dmd at speakeasy.org Wed Jun 23 11:17:52 2004 From: dmd at speakeasy.org (Dave Dennis) Date: Wed, 23 Jun 2004 08:17:52 -0700 (PDT) Subject: [rt-users] Adding more status types In-Reply-To: <6.1.1.1.2.20040622211557.034ccd68@mail.freeshell.org> References: <3C05BBBA1B54ED43B1A6827E620EF1CD584C22@mailservermn.mqsoftware.com> <6.1.1.1.2.20040621214932.035c67c8@mail.freeshell.org> <40D83AF6.1020106@fastmail.fm> <6.1.1.1.2.20040622211557.034ccd68@mail.freeshell.org> Message-ID: Actually, not in our case. We've had several workflow discussions in house about this. What happens is a ticket can be stalled, but for what reason, and custom fields arent available at resolve time, so that workflow is convoluted. If we did it by custom statuses and expanded 'stalled' to mean stalled at the vendors end or stalled inhouse, or even more granular stalled in house because of shipping, or because of backorder, or what have you ... we'd have a way to split tickets out that exceeded our SLA, and be able to better explain why to senior mgt, other than just saying they're 'stalled.' We tried custom fields for this and that works fine, except for the huge gotcha that the resolve screens (Listing.html or Update.html) don't show custom fields!!!! So what good would be a custom field showing a resolve code if you cannot see it without chunking over to "Basics," updating that, then sauntering back to Update.html and resolving. Its a workflow headache I can't unleash on a busy staff, sounds like triviality there I am sure, but turning a 1-click resolve into a 3-4 click resolve detour is just not acceptable, the custom fields needs to be on the ticket resolve screens, imho. Kind regards, Dave D +------------------------- + Dave Dennis + Seattle, WA + dmd at speakeasy.org + http://www.dmdennis.com +------------------------- On Tue, 22 Jun 2004, Michael S. Liebman wrote: > Please don't send HTML only mails to the list. > > At 09:58 AM 6/22/2004, Kelly D. Lucas wrote: > >My group has been evaluating RT for 2 weeks now, and the only thing we've > >found that will cause us implementation headaches is the rigid definitions > >of the status field. I suspect that the status field is this way, because > >alot of the logic flow of a ticket must be based on the status. Is this > >assumption correct? > > Pretty much. If you take a step back from the process you are working on, > you will probably find the "status" of the process will fit into one of the > broad categories of the ticket status. > > >After the custom defined fields are added, then have a U/I under > >configuration for scrips. > > You may want to have a look at Arturius's work flow based UI. > > >Any thoughts? I guess at a minimum, I want a way to add or remove > >statuses, and connect the logic flow to them. > > I would recommend leaving the statuses the way they are and add a custom > field for the specifics you want. For example, if you are trying to use RT > for a provisioning work flow, you would create the ticket with the "new" > status. This might be the first contact with the customer with regard to > the service you are going to provision for them. The status would change to > "open" when sales started working out the details. Your custom field would > be set to "sales." Once things get worked out from there, the custom field > would get set to "field operations" so the could actually go out and do the > work. But the ticket status stays at "open." Once the service is > provisioned, you would set the custom field to "billing" and again leave > the status as "open." > > It's not until billing sends out the invoice that you set the status to > "stalled" to indicate you are waiting for a response from the customer. > Your custom field is still set to "billing." That way you know that after x > amount of time, billing needs to follow up to find out where their payment > is. Additionally, you could set the status to "stalled" anywhere else in > your work flow, say when your custom field is "sales," to indicate you are > waiting on the customer. But this time you know it is sales that has to do > the follow up. It shouldn't be too difficult to get scrip with custom > conditions and actions and the cron tool to do what you need to based on > the relation between the ticket status and your custom field. > > Hope that helps. > > Michael > > -- > Michael S. Liebman m-liebman at northwestern.edu > http://msl521.freeshell.org/ > "I have vision and the rest of the world wears bifocals." > -Paul Newman in "Butch Cassidy & the Sundance Kid" > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. > From wmorgenstern at coopoptical.com Wed Jun 23 11:27:08 2004 From: wmorgenstern at coopoptical.com (Werner Morgenstern) Date: Wed, 23 Jun 2004 11:27:08 -0400 Subject: [rt-users] Scrip to move new ticket into correct queue In-Reply-To: <40D99ED8.6050005@acronis.ru> Message-ID: So what is the object name for the Email Subject and Body (only first line)? How do I determine between if the ticket was added via email or Web Interface? Thanks Werner The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. -----Original Message----- From: Ruslan U. Zakirov [mailto:cubic at acronis.ru] Sent: Wednesday, June 23, 2004 11:17 AM To: wmorgenstern at coopoptical.com Cc: rt-users at lists.bestpractical.com Subject: Re: [rt-users] Scrip to move new ticket into correct queue Werner Morgenstern wrote: > Hi, > We use RT 3.0.11 with fastcgi, Perl 5.8.0, Apache 2.0.48, on Fedora Core 2. > > I have set up the mailgate (which works very well). It sents all new > tickets (which come in via email) to the GENERAL Queue. > Now I want to set up a scrip (or condition), that when a new ticket > comes in via email (it won't be needed for the Web Interface), the > scrip will scan the email (subject and maybe first line of body) for > certain keywords, and then it will put the new ticket into the queue associated with that Keyword. > E.g. when a Ticket comes in, that email is not working, it will go > into the queue EMAIL PROBLEMS. > > How do I do that? Are there examples? http://wiki.bestpractical.com/index.cgi?WriteCustomAction Code snippets chapter has an example "Change ticket's queue with target queue name" Keywords checks you can do with simple regexps. > > Thanks > Werner Morgenstern > From Jeff_Leach at Progressive.com Wed Jun 23 11:26:27 2004 From: Jeff_Leach at Progressive.com (Jeff_Leach at Progressive.com) Date: Wed, 23 Jun 2004 11:26:27 -0400 Subject: [rt-users] Change Logo Message-ID: Try to find a graphic that displays properly, and copy the variable attributes and display that image. If it works move your image to the directory where the working graphic is stored. I ended up getting it to work with the following code located in /rt/local/html/Elements/Header, and placing the graphic in /rt/share/html/NoAuth/pgr.gif Hopefully that helps. Jeff "Werner Morgenstern" > cc: Sent by: Subject: [rt-users] Change Logo rt-users-bounces at lists.bestpr actical.com 06/23/2004 10:57 AM Please respond to wmorgenstern Hi, I want to change the default logo in RT (3.0.11) I already did the following: Copy the RT file share/html/Elements/Header into local/html/Elements/Header Edit that new file changing <%$RT::WebImagesURL%>/bplogo.gif" alt="" width="230" height="50"> to your logo. However, the logo does not display. It just does the normal placeholder, when the image can't be found. When I view the source, it is correct (the file is where it should, and the attributes are the same as bplogo.gif We use RT 3.0.11 with fastcgi, and Apache 2.0.48, on Fedora Core 2, and Perl 5.8.0 And when I look at the logs, it picks up the file where it should. What could be the problem? Thanks Werner Morgenstern _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. From lucaskeli at fastmail.fm Wed Jun 23 11:32:46 2004 From: lucaskeli at fastmail.fm (Kelly D. Lucas) Date: Wed, 23 Jun 2004 10:32:46 -0500 Subject: [rt-users] Adding more status types In-Reply-To: References: <3C05BBBA1B54ED43B1A6827E620EF1CD584C22@mailservermn.mqsoftware.com> <6.1.1.1.2.20040621214932.035c67c8@mail.freeshell.org> <40D83AF6.1020106@fastmail.fm> <6.1.1.1.2.20040622211557.034ccd68@mail.freeshell.org> Message-ID: <40D9A29E.8030402@fastmail.fm> An HTML attachment was scrubbed... URL: From wmorgenstern at coopoptical.com Wed Jun 23 11:45:21 2004 From: wmorgenstern at coopoptical.com (Werner Morgenstern) Date: Wed, 23 Jun 2004 11:45:21 -0400 Subject: [rt-users] Change Logo In-Reply-To: Message-ID: I tried that. When I am displaying the image directly (putting in the image URL in the browser bar), it get this error: System error error: Error during compilation of /opt/rt3/share/html/NoAuth/coop.gif: Unrecognized character \x12 at /opt/rt3/share/html/NoAuth/coop.gif line 30. Stack: [/opt/rt3/share/html/NoAuth/coop.gif:30] [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm:534] [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm:311] [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm:198] [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm:166] [/usr/lib/perl5/site_perl/5.8.3/Class/Container.pm:265] [/usr/lib/perl5/site_perl/5.8.3/Class/Container.pm:343] [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm:213] [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm:207] [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/CGIHandler.pm:127] [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/CGIHandler.pm:76] [/opt/rt3/bin/mason_handler.fcgi:55] context: ... 26: ?p ??W?BG??p?? ?P ??? 27: ?? C?BX?QP+`???QR x?o@ }??n??5?? Dk@ |@?D???@p?t ?@??? ???B ,?qU4]P'?[!?pQIp3???h@ ~p?-?{A C`??@?k?;??yk0w? ~? H? ??cb ?w@ ?+???A`pp`u?Wf ??DP t j0 28: ?? vp??F?c??0, h?O?0??qF?A$^`?D??lP?Kh[@??|` $? TP?0n`G? V??????? tb`?t@ ?74&m s0D@2,]?d?R?7???M\?b fpd??[?0?NZb? 29: :*???UW??B?? 30: <? @???? g???R+]`cg^?q?? ???C?e0AvR?c?n? ]?a???AS ?`f`A??16cb@dBPa?????J??q?{????P'Y\???U^? ???[;/?,?]??fJd?lp???3????U?5?  ???S  ?$@?????$??`0??Q?^?? ?(p+?^0??? T???ub??"?\?????0?]?e F?e?? . ???#?? ?? ?????J?P?P@ ?? pP? ? ? pd??M p????\???M? M+?F+w??SVc5Ti }?`1?Jd4X7@$P-+@!??tM?dm?m ]?? ? ??M? 31: 0???? ? 32: P??l +?71X ?Ap??? t ?\F[YR0?? ? pP? W ? ????????? ? ?????rM ?*?>q?X at M?????? @"?i?????M?`???- 33: @0?t-?o?? `?t????? ? ?????-:?9??0 ??*@*??[M??????? @? "??0? ? ?? ? 0L?E)? 34: #????u}?amp???d???^?? ???M???71?V?2~N}?j=? ???bM??4@N??#?)????K  E??p??^?0RI? ?) ??R>?0?5P?N??5??5`?s?? ????`??=:@?????e??? ???@? ???5? 4??|? }?;0?{? ?e??????? %?4??? ?u x???????????;??~?#E5?4??^? ? ?}??9??4!!????? p?3??#?"px????????p h?&?? {? vp ?` )Lt?+w ?k?????do?m????j?h?n tL ?P ? ?@ 9??t` ?N????????{?5??n??n?@?h?? ?`"p zP?x03? ???#? ... code stack: /usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm:317 /usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm:198 /usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm:166 /usr/lib/perl5/site_perl/5.8.3/Class/Container.pm:265 /usr/lib/perl5/site_perl/5.8.3/Class/Container.pm:343 /usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm:213 /usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm:207 /usr/lib/perl5/site_perl/5.8.3/HTML/Mason/CGIHandler.pm:127 /usr/lib/perl5/site_perl/5.8.3/HTML/Mason/CGIHandler.pm:76 /opt/rt3/bin/mason_handler.fcgi:55 raw error Error during compilation of /opt/rt3/share/html/NoAuth/coop.gif: Unrecognized character \x12 at /opt/rt3/share/html/NoAuth/coop.gif line 30. Stack: [/opt/rt3/share/html/NoAuth/coop.gif:30] [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm:534] [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm:311] [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm:198] [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm:166] [/usr/lib/perl5/site_perl/5.8.3/Class/Container.pm:265] [/usr/lib/perl5/site_perl/5.8.3/Class/Container.pm:343] [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm:213] [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm:207] [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/CGIHandler.pm:127] [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/CGIHandler.pm:76] [/opt/rt3/bin/mason_handler.fcgi:55] Trace begun at /usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm line 580 HTML::Mason::Interp::_compilation_error('HTML::Mason::Interp=HASH(0xa54f4d0)', '/opt/rt3/share/html/NoAuth/coop.gif', 'Error during compilation of :^JUnrecognized character \x12 at /opt/rt3/share/html/NoAuth/coop.gif line 30.^J^JStack:^J [/opt/rt3/share/html/NoAuth/coop.gif:30]^J [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm:534]^J [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm:311]^J [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm:198]^J [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm:166]^J [/usr/lib/perl5/site_perl/5.8.3/Class/Container.pm:265]^J [/usr/lib/perl5/site_perl/5.8.3/Class/Container.pm:343]^J [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm:213]^J [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm:207]^J [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/CGIHandler.pm:127]^J [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/CGIHandler.pm:76]^J [/opt/rt3/bin/mason_handler.fcgi:55]^J^J^JStack:^J [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm:311]^J [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm:198]^J [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm:166]^J [/usr/lib/perl5/site_perl/5.8.3/Class/Container.pm:265]^J [/usr/lib/perl5/site_perl/5.8.3/Class/Container.pm:343]^J [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm:213]^J [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm:207]^J [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/CGIHandler.pm:127]^J [/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/CGIHandler.pm:76]^J [/opt/rt3/bin/mason_handler.fcgi:55]^J') called at /usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm line 317 HTML::Mason::Interp::load('HTML::Mason::Interp=HASH(0xa54f4d0)', '/NoAuth/coop.gif') called at /usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm line 198 eval {...} at /usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm line 186 HTML::Mason::Request::_initialize('HTML::Mason::Request::CGI=HASH(0xaa287c0)') called at /usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm line 166 HTML::Mason::Request::new('HTML::Mason::Request::CGI', 'error_mode', 'output', 'error_format', 'html', 'autoflush', 1, 'cgi_request', 'HTML::Mason::FakeApache=HASH(0xaa308f0)', 'out_method', 'CODE(0xa8ff6f4)', 'interp', 'HTML::Mason::Interp=HASH(0xa54f4d0)', 'comp', '/NoAuth/coop.gif', 'args', 'ARRAY(0xaa42c94)', 'container', 'HASH(0xa9b37c8)') called at /usr/lib/perl5/site_perl/5.8.3/Class/Container.pm line 265 Class::Container::call_method('HTML::Mason::Interp=HASH(0xa54f4d0)', 'request', 'new', 'interp', 'HTML::Mason::Interp=HASH(0xa54f4d0)', 'comp', '/NoAuth/coop.gif', 'args', 'ARRAY(0xaa42c94)', 'container', 'HASH(0xa9b37c8)') called at /usr/lib/perl5/site_perl/5.8.3/Class/Container.pm line 343 Class::Container::create_delayed_object('interp', 'HTML::Mason::Interp=HASH(0xa54f4d0)', 'comp', '/NoAuth/coop.gif', 'args', 'ARRAY(0xaa42c94)', 'container', 'HASH(0xa9b37c8)') called at /usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm line 213 HTML::Mason::Interp::make_request('HTML::Mason::Interp=HASH(0xa54f4d0)', 'comp', '/NoAuth/coop.gif', 'args', 'ARRAY(0xaa42c94)') called at /usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Interp.pm line 207 HTML::Mason::Interp::exec(undef, undef) called at /usr/lib/perl5/site_perl/5.8.3/HTML/Mason/CGIHandler.pm line 127 eval {...} at /usr/lib/perl5/site_perl/5.8.3/HTML/Mason/CGIHandler.pm line 127 HTML::Mason::CGIHandler::_handler('HTML::Mason::CGIHandler=HASH(0xa548974)', 'HASH(0xaa3fc34)') called at /usr/lib/perl5/site_perl/5.8.3/HTML/Mason/CGIHandler.pm line 76 HTML::Mason::CGIHandler::handle_cgi_object('HTML::Mason::CGIHandler=HASH(0xa548974)', 'CGI::Fast=HASH(0xa64d8c0)') called at /opt/rt3/bin/mason_handler.fcgi line 55 eval {...} at /opt/rt3/bin/mason_handler.fcgi line 55 -----Original Message----- From: Jeff_Leach at Progressive.com [mailto:Jeff_Leach at Progressive.com] Sent: Wednesday, June 23, 2004 11:26 AM To: wmorgenstern at coopoptical.com Cc: rt-users at lists.bestpractical.com Subject: Re: [rt-users] Change Logo Try to find a graphic that displays properly, and copy the variable attributes and display that image. If it works move your image to the directory where the working graphic is stored. I ended up getting it to work with the following code located in /rt/local/html/Elements/Header, and placing the graphic in /rt/share/html/NoAuth/pgr.gif Hopefully that helps. Jeff "Werner Morgenstern" > cc: Sent by: Subject: [rt-users] Change Logo rt-users-bounces at lists.bestpr actical.com 06/23/2004 10:57 AM Please respond to wmorgenstern Hi, I want to change the default logo in RT (3.0.11) I already did the following: Copy the RT file share/html/Elements/Header into local/html/Elements/Header Edit that new file changing <%$RT::WebImagesURL%>/bplogo.gif" alt="" width="230" height="50"> to your logo. However, the logo does not display. It just does the normal placeholder, when the image can't be found. When I view the source, it is correct (the file is where it should, and the attributes are the same as bplogo.gif We use RT 3.0.11 with fastcgi, and Apache 2.0.48, on Fedora Core 2, and Perl 5.8.0 And when I look at the logs, it picks up the file where it should. What could be the problem? Thanks Werner Morgenstern _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. From Parimala.Ramdas at Zoran.com Wed Jun 23 11:43:46 2004 From: Parimala.Ramdas at Zoran.com (Parimala Ramdas) Date: Wed, 23 Jun 2004 11:43:46 -0400 Subject: [rt-users] RT broke Message-ID: Thanks for all who responded. I found that apache was having problems as the error log had this message 'Address already in use: make_sock: could not bind to port 80' I killed all httpd processes, stopped and started apache. Still RT was giving me System error whenever I clicked on any link. Found that the errors were of HTML::Mason. So upgraded to the latest version and there are no problems so far. Hope this helps those having similar problems. Thanks, Parimala -----Original Message----- From: Aaron Hicks [mailto:aaron.hicks at intertrade.com] Sent: Tuesday, June 22, 2004 11:06 AM To: Parimala Ramdas Subject: RE: [rt-users] RT broke This happened to me, and the issue was I was using opera and have some setting set wrong. You can do a search of the archive and probably find the issue and answer there. Aaron On Tue, 2004-06-22 at 07:09, Parimala Ramdas wrote: > I did that and ran test deps (no error) and started apache But still > the same problem persists. Click on any link and RT takes me back to > the login page. > > Is this because of mod_perl using perl5.8.4? or something else..... > > Parimala -- Let's do it. -- Gary Gilmore, to his firing squad From cubic at acronis.ru Wed Jun 23 11:45:23 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Wed, 23 Jun 2004 19:45:23 +0400 Subject: [rt-users] Change Logo In-Reply-To: References: Message-ID: <40D9A593.8060902@acronis.ru> Werner Morgenstern wrote: > I tried that. When I am displaying the image directly (putting in the image URL in the browser bar), it get this error: > > System error > > error: Error during compilation of /opt/rt3/share/html/NoAuth/coop.gif: > Unrecognized character \x12 at /opt/rt3/share/html/NoAuth/coop.gif line 30. > You should place it in images subdir. From wmorgenstern at coopoptical.com Wed Jun 23 12:05:55 2004 From: wmorgenstern at coopoptical.com (Werner Morgenstern) Date: Wed, 23 Jun 2004 12:05:55 -0400 Subject: [rt-users] Change Logo In-Reply-To: <40D9A593.8060902@acronis.ru> Message-ID: I even tried that. The same. The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. -----Original Message----- From: Ruslan U. Zakirov [mailto:cubic at acronis.ru] Sent: Wednesday, June 23, 2004 11:45 AM To: wmorgenstern at coopoptical.com Cc: Jeff_Leach at Progressive.com; rt-users at lists.bestpractical.com Subject: Re: [rt-users] Change Logo Werner Morgenstern wrote: > I tried that. When I am displaying the image directly (putting in the image URL in the browser bar), it get this error: > > System error > > error: Error during compilation of /opt/rt3/share/html/NoAuth/coop.gif: > Unrecognized character \x12 at /opt/rt3/share/html/NoAuth/coop.gif line 30. > You should place it in images subdir. From bobg at uic.edu Wed Jun 23 12:05:13 2004 From: bobg at uic.edu (Bob Goldstein) Date: Wed, 23 Jun 2004 11:05:13 -0500 Subject: [rt-users] Adding more status types In-Reply-To: Your message of "Wed, 23 Jun 2004 10:32:46 CDT." <40D9A29E.8030402@fastmail.fm> Message-ID: <200406231605.i5NG5Erg016358@shark.cc.uic.edu> I'm far from an RT expert, but I've certainly poked through some of the code. My guess is that as long as the status-changing workflow is controlled by code, then removing status types is very risky, and adding them is possible but could involve a fair amount of work. (Risky == _lots_ of work to adapt to new releases.) You could, however, "remove" some of the offending status values by not displaying them in parts of the gui. That ought to be fairly safe. I don't know what Jesse's plans are, but 3.2.0rc1 clearly shows he is adding flexibility. If more of the internal workflow were to be put under control of scrips, there might come a time when changing existing status values (and associated workflow) would be safe, and maybe even gui-controlled to some extent. I have to ask about your use of "mainstream". My guess is that no matter what RT is or becomes, there will always be mainstream uses where it is almost good enough. Bug reporting, inventory control, calendar/to-do lists, archiving of work done, planning of workflow for large projects, integration with other databases, generalized document workflow, etc. Good as it is, it can't become everything :-) bobg >--===============1658785507== >Content-Type: text/html; charset=us-ascii >Content-Transfer-Encoding: 7bit > > > > > > > > >Agreed.
>
>Thanks for detailing the needs of many of us. I think if RT is to be an >easy to use product for main stream, it needs to address this workflow >issue.
>
>I don't think that the 6 provided status types will ever fit each >organization, and it needs to be customized for each organization.
>
>Has anyone scoped out how much work this would require? What I'm asking >for is the ability to add and remove status types that affect workflow. >Or, as Dave just pointed out, put the custom fields on the resolve >screens. Maybe this is more of a U/I issue than a workflow issue.....
>
>Any other thoughts on it?
>
>kdl
>
K.D. Lucas
>lucask
>eli at fastmail.fm
>
>
>Dave Dennis wrote: >
cite="midPine.LNX.4.58.0406230811220.27144 at shell1.speakeasy.net" > type="cite"> >
Actually, not in our case.  We've had several workflow discussi
>ons in house
>about this.  What happens is a ticket can be stalled, but for what reason, and
>custom fields arent available at resolve time, so that workflow is convoluted.
>If we did it by custom statuses and expanded 'stalled' to mean stalled at the
>vendors end or stalled inhouse, or even more granular stalled in house because
>of shipping, or because of backorder, or what have you ... we'd have a way to
>split tickets out that exceeded our SLA, and be able to better explain why to
>senior mgt, other than just saying they're 'stalled.'  We tried custom fields
>for this and that works fine, except for the huge gotcha that the resolve
>screens (Listing.html or Update.html) don't show custom fields!!!! So what goo
>d
>would be a custom field showing a resolve code if you cannot see it without
>chunking over to "Basics," updating that, then sauntering back to Update.html
>and resolving.  Its a workflow headache I can't unleash on a busy staff, sound
>s
>like triviality there I am sure, but turning a 1-click resolve into a 3-4 clic
>k
>resolve detour is just not acceptable, the custom fields needs to be on the
>ticket resolve screens, imho.
>
>
>Kind regards,
>
>Dave D
>
>+-------------------------
>+ Dave Dennis
>+ Seattle, WA
>+ dmd at spea
>keasy.org
>+ http://www.d
>mdennis.com
>+-------------------------
>
>On Tue, 22 Jun 2004, Michael S. Liebman wrote:
>
>  
>
>
Please don't send HTML only mails to the list.
>
>At 09:58 AM 6/22/2004, Kelly D. Lucas wrote:
>    
>
>
My group has been evaluating RT for 2 weeks now, and the on
>ly thing we've
>found that will cause us implementation headaches is the rigid definitions
>of the status field. I suspect that the status field is this way, because
>alot of the logic flow of a ticket must be based on the status. Is this
>assumption correct?
>      
>
>
Pretty much. If you take a step back from the process you are
> working on,
>you will probably find the "status" of the process will fit into one of the
>broad categories of the ticket status.
>
>    
>
>
After the custom defined fields are added, then have a  U/I
> under
>configuration for scrips.
>      
>
>
You may want to have a look at Arturius's work flow based UI.
>
>    
>
>
Any thoughts? I guess at a minimum, I want a way to add or 
>remove
>statuses, and connect the logic flow to them.
>      
>
>
I would recommend leaving the statuses the way they are and a
>dd a custom
>field for the specifics you want. For example, if you are trying to use RT
>for a provisioning work flow, you would create the ticket with the "new"
>status. This might be the first contact with the customer with regard to
>the service you are going to provision for them. The status would change to
>"open" when sales started working out the details. Your custom field would
>be set to "sales." Once things get worked out from there, the custom field
>would get set to "field operations" so the could actually go out and do the
>work. But the ticket status stays at "open." Once the service is
>provisioned, you would set the custom field to "billing" and again leave
>the status as "open."
>
>It's not until billing sends out the invoice that you set the status to
>"stalled" to indicate you are waiting for a response from the customer.
>Your custom field is still set to "billing." That way you know that after x
>amount of time, billing needs to follow up to find out where their payment
>is. Additionally, you could set the status to "stalled" anywhere else in
>your work flow, say when your custom field is "sales," to indicate you are
>waiting on the customer. But this time you know it is sales that has to do
>the follow up. It shouldn't be too difficult to get scrip with custom
>conditions and actions and the cron tool to do what you need to based on
>the relation between the ticket status and your custom field.
>
>Hope that helps.
>
>Michael
>
>--
>Michael S. Liebman                      ef="mailto:m-liebman at northwestern.edu">m-liebman at northwestern.edu
>                 http://msl521.freeshell.org/
>"I have vision and the rest of the world wears bifocals."
>        -Paul Newman in "Butch Cassidy & the Sundance Kid"
>
>_______________________________________________
>http://lists.bestpractical.com/cgi-bin/mailman/list
>info/rt-users
>
>RT Developer and Administrator training is coming to LA, DC and Frankfurt this
> spring and summer.
>http://bestpractical.com/services/training.html
>
>Sign up early, as class space is limited.
>
>    
>
>
_______________________________________________
>http://lists.bestpractical.com/cgi-bin/mailman/list
>info/rt-users
>
>RT Developer and Administrator training is coming to LA, DC and Frankfurt this
> spring and summer.
>http://bestpractical.com/services/training.html
>
>Sign up early, as class space is limited. 
>  
>
> >!DSPAM:40d9a4c9161971405512111! > > > > >--===============1658785507== >Content-Type: text/plain; charset="us-ascii" >MIME-Version: 1.0 >Content-Transfer-Encoding: 7bit >Content-Disposition: inline > >_______________________________________________ >http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > >RT Developer and Administrator training is coming to LA, DC and Frankfurt this > spring and summer. >http://bestpractical.com/services/training.html > >Sign up early, as class space is limited. > > >!DSPAM:40d9a4c9161971405512111! > >--===============1658785507==-- > > > From cubic at acronis.ru Wed Jun 23 12:06:04 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Wed, 23 Jun 2004 20:06:04 +0400 Subject: [rt-users] Adding more status types In-Reply-To: References: <3C05BBBA1B54ED43B1A6827E620EF1CD584C22@mailservermn.mqsoftware.com> <6.1.1.1.2.20040621214932.035c67c8@mail.freeshell.org> <40D83AF6.1020106@fastmail.fm> <6.1.1.1.2.20040622211557.034ccd68@mail.freeshell.org> Message-ID: <40D9AA6C.3010102@acronis.ru> Dave Dennis wrote: > Actually, not in our case. We've had several workflow discussions in house > about this. What happens is a ticket can be stalled, but for what reason, and > custom fields arent available at resolve time, so that workflow is convoluted. We've solve this problem with patch to RT WebUI which allow set CFs on update page. Jesse said that this aproach has some hidden problems, but we still use it :) because we need it. Jesse, could you please comment on patch, what problem could happen with it? > If we did it by custom statuses and expanded 'stalled' to mean stalled at the > vendors end or stalled inhouse, or even more granular stalled in house because > of shipping, or because of backorder, or what have you ... we'd have a way to > split tickets out that exceeded our SLA, and be able to better explain why to > senior mgt, other than just saying they're 'stalled.' We tried custom fields > for this and that works fine, except for the huge gotcha that the resolve > screens (Listing.html or Update.html) don't show custom fields!!!! So what good > would be a custom field showing a resolve code if you cannot see it without This also solvable and folks here sent patches that add CF values in ticket listings. > chunking over to "Basics," updating that, then sauntering back to Update.html > and resolving. Its a workflow headache I can't unleash on a busy staff, sounds > like triviality there I am sure, but turning a 1-click resolve into a 3-4 click > resolve detour is just not acceptable, the custom fields needs to be on the > ticket resolve screens, imho. > > > Kind regards, > > Dave D -------------- next part -------------- A non-text attachment was scrubbed... Name: rt3.custom_fields_on_reply.patch Type: application/aegis-patch Size: 1338 bytes Desc: not available URL: From cubic at acronis.ru Wed Jun 23 12:26:48 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Wed, 23 Jun 2004 20:26:48 +0400 Subject: [rt-users] Change Logo In-Reply-To: References: Message-ID: <40D9AF48.5030509@acronis.ru> In httpd.conf SetHandler none Werner Morgenstern wrote: > I even tried that. The same. > > > The information transmitted is intended only for the person or entity to > which it is addressed and may contain confidential and/or privileged > material. Any review, retransmission, dissemination or other use of, or > taking of any action in reliance upon, this information by persons or > entities other than the intended recipient is prohibited. If you received > this in error, please contact the sender and delete the material from any > computer. > > -----Original Message----- > From: Ruslan U. Zakirov [mailto:cubic at acronis.ru] > Sent: Wednesday, June 23, 2004 11:45 AM > To: wmorgenstern at coopoptical.com > Cc: Jeff_Leach at Progressive.com; rt-users at lists.bestpractical.com > Subject: Re: [rt-users] Change Logo > > Werner Morgenstern wrote: > >>I tried that. When I am displaying the image directly (putting in the > > image URL in the browser bar), it get this error: > >>System error >> >>error: Error during compilation of /opt/rt3/share/html/NoAuth/coop.gif: >>Unrecognized character \x12 at /opt/rt3/share/html/NoAuth/coop.gif line > > 30. > > You should place it in images subdir. > From jesse at bestpractical.com Wed Jun 23 12:52:49 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Wed, 23 Jun 2004 12:52:49 -0400 Subject: [rt-users] Needless newlines in Subject In-Reply-To: <40D98C5C.3070700@rfn.ru> References: <40D98C5C.3070700@rfn.ru> Message-ID: <20040623165249.GJ26100@pallas.eruditorum.org> On Wed, Jun 23, 2004 at 05:57:48PM +0400, Alex S. Burba wrote: > Hi. > > Does anyone know how to solve a problem of needlees newlines in Subject > field after converting it to utf-8 (for me it's converted from koi8-r to > utf8)? Can you verify that this problem still happens with perl 5.8.3 or newer? > My configuration: > rt-3.0.11rc1 (I also tried 3.0.11, but no effect) > mysql-4.0.14 > perl-5.8.2 > apache-1.3.29 > mod_perl-1.29 > > P.S. Such problem doesn't appear when subject is very short or is typed > with ascii. > > Thanks in advance. > > -- > Alex Burba, All-Russia state television and broadcasting company, NOC. > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt > this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From jesse at bestpractical.com Wed Jun 23 12:57:14 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Wed, 23 Jun 2004 12:57:14 -0400 Subject: [rt-users] Adding more status types In-Reply-To: <40D9AA6C.3010102@acronis.ru> References: <3C05BBBA1B54ED43B1A6827E620EF1CD584C22@mailservermn.mqsoftware.com> <6.1.1.1.2.20040621214932.035c67c8@mail.freeshell.org> <40D83AF6.1020106@fastmail.fm> <6.1.1.1.2.20040622211557.034ccd68@mail.freeshell.org> <40D9AA6C.3010102@acronis.ru> Message-ID: <20040623165714.GK26100@pallas.eruditorum.org> On Wed, Jun 23, 2004 at 08:06:04PM +0400, Ruslan U. Zakirov wrote: > Jesse, could you please comment on patch, what problem could happen with it? The patch looks reasonable, but I'd recommend doing it with callbacks rather than a patch. (See RTFM for an example of extending that page) > >If we did it by custom statuses and expanded 'stalled' to mean stalled at > >the > >vendors end or stalled inhouse, or even more granular stalled in house > >because > >of shipping, or because of backorder, or what have you ... we'd have a way > >to > >split tickets out that exceeded our SLA, and be able to better explain why > >to > >senior mgt, other than just saying they're 'stalled.' We tried custom > >fields > >for this and that works fine, except for the huge gotcha that the resolve > >screens (Listing.html or Update.html) don't show custom fields!!!! So what > >good > >would be a custom field showing a resolve code if you cannot see it without > This also solvable and folks here sent patches that add CF values in > ticket listings. > > >chunking over to "Basics," updating that, then sauntering back to > >Update.html > >and resolving. Its a workflow headache I can't unleash on a busy staff, > >sounds > >like triviality there I am sure, but turning a 1-click resolve into a 3-4 > >click > >resolve detour is just not acceptable, the custom fields needs to be on the > >ticket resolve screens, imho. > > > > > >Kind regards, > > > >Dave D > -- From wmorgenstern at coopoptical.com Wed Jun 23 13:13:02 2004 From: wmorgenstern at coopoptical.com (Werner Morgenstern) Date: Wed, 23 Jun 2004 13:13:02 -0400 Subject: [rt-users] Change Logo In-Reply-To: <40D9AF48.5030509@acronis.ru> Message-ID: That did not do it either. The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. -----Original Message----- From: Ruslan U. Zakirov [mailto:cubic at acronis.ru] Sent: Wednesday, June 23, 2004 12:27 PM To: wmorgenstern at coopoptical.com Cc: Jeff_Leach at Progressive.com; rt-users at lists.bestpractical.com Subject: Re: [rt-users] Change Logo In httpd.conf SetHandler none Werner Morgenstern wrote: > I even tried that. The same. > > > The information transmitted is intended only for the person or entity > to which it is addressed and may contain confidential and/or > privileged material. Any review, retransmission, dissemination or > other use of, or taking of any action in reliance upon, this > information by persons or entities other than the intended recipient > is prohibited. If you received this in error, please contact the > sender and delete the material from any computer. > > -----Original Message----- > From: Ruslan U. Zakirov [mailto:cubic at acronis.ru] > Sent: Wednesday, June 23, 2004 11:45 AM > To: wmorgenstern at coopoptical.com > Cc: Jeff_Leach at Progressive.com; rt-users at lists.bestpractical.com > Subject: Re: [rt-users] Change Logo > > Werner Morgenstern wrote: > >>I tried that. When I am displaying the image directly (putting in the > > image URL in the browser bar), it get this error: > >>System error >> >>error: Error during compilation of /opt/rt3/share/html/NoAuth/coop.gif: >>Unrecognized character \x12 at /opt/rt3/share/html/NoAuth/coop.gif >>line > > 30. > > You should place it in images subdir. > From ben at atomicmatrix.net Wed Jun 23 13:24:54 2004 From: ben at atomicmatrix.net (Ben Goodwin) Date: Wed, 23 Jun 2004 13:24:54 -0400 Subject: [rt-users] Adding more status types In-Reply-To: <40D9A29E.8030402@fastmail.fm> Message-ID: <20040623172507.39D4484C132@pallas.eruditorum.org> We've added several status types here, and changed the logic to them a bit as well - and it was relatively simple and doesn't patch any of the core code - it's done via scrips or the 'local' directory. For example, to define a new set of statuses, put this in RTHOME/local/lib/RT/Queue_Local.pm: ============ use strict; no warnings qw(redefine); use vars qw(@STATUS @ACTIVE_STATUS @INACTIVE_STATUS $RIGHTS); @ACTIVE_STATUS = qw(new open pending stalled parked); @INACTIVE_STATUS = qw(resolved rejected deleted); @STATUS = (@ACTIVE_STATUS, @INACTIVE_STATUS); 1; ============ Notice my new status types (pending and parked) I changed things such that: 1) comment/correspondence doesn't open a stalled ticket 2) *owner* comment/correspondence doesn't open a pending ticket 3) I rearranged the main menu to separate lists into new/open, pending, stalled, parked, and ones I requested I created RTHOME/local/lib/RT/Action/AutoOpen_Local.pm and added a new 'Prepare' sub which takes care of #1 and #2 #3 is simple copies and edits to RTHOME/local/html/Elements and html/index.html Done. We use 'pending' to mean 'pending customer correspondence' and 'stalled' to mean 'not enough time to work on this right now' I want comments/correspondence to open pending tickets (aka a customer sends something back in, so it's not pending anymore).. but not to stalled tickets (aka I or someone else makes a quick note, but it's still a stalled item). The changes I've made aren't lengthy, so if something major changes in the RT API that would break my code (doubtful), it's not much work to adapt it. I've happily upgraded throughout the RT3 series w/out issue, and the RT2 to RT3 upgrade wasn't horrible either. -=| Ben -------------- next part -------------- An HTML attachment was scrubbed... URL: From jritchie at bible.edu Wed Jun 23 14:17:31 2004 From: jritchie at bible.edu (Josiah Ritchie) Date: Wed, 23 Jun 2004 14:17:31 -0400 Subject: [rt-users] ANNOUNCE: Gentoo ebuild for rt-3.0.11 In-Reply-To: <40D8AAFF.2090400@freeshell.org> References: <40D8AAFF.2090400@freeshell.org> Message-ID: <1088014651.2546.373.camel@penguin> On Tue, 2004-06-22 at 17:56, Renat Lumpau wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > rt-users, > > A Gentoo ebuild for RT 3.0.11 is now available at > http://bugs.gentoo.org/show_bug.cgi?id=54764 > > Currently only Apache1/mod_perl1 with PostgreSQL or MySQL is supported; > fastcgi support will be added if there is interest. > > The ebuild is currently only in Bugzilla. I am planning to push to have > it incorporated into Portage once it is tested more. > > Questions/comments/suggestions are most welcome. Great, I'm glad to see this come to fruition. I'll go sign up as CC: to the bug. Let me know if I can help push it through. JSR/ From david.falkenburger at rbc.com Wed Jun 23 15:25:37 2004 From: david.falkenburger at rbc.com (david.falkenburger at rbc.com) Date: Wed, 23 Jun 2004 15:25:37 -0400 Subject: [rt-users] RT login with userid that is numeric Message-ID: <1AA4003F8D264140917F84EDBF6ED8590B2952@sew01063.maple.fg.rbc.com> I was wondering if the login should be allowed to use an id that is entirely numeric. Does not seem to be any limitation anywhere except in autohandler: $session{'CurrentUser'}->Load($user); Looking at the code for the RT::CurrentUser object, I found LoadByName and I changed the code to $session{'CurrentUser'}->LoadByName($user); and I am now fine. Should this be the default? When would a user logon using their actual record id number? Will doing this break anything somewhere else? Thanks. Dave ------------------------------------------------------------ This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately. Ce courrier ?lectronique est confidentiel et prot?g?. L'exp?diteur ne renonce pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) d?sign?(s) est interdite. Si vous recevez ce courrier ?lectronique par erreur, veuillez m'en aviser imm?diatement, par retour de courrier ?lectronique ou par un autre moyen. ============================================================ -------------- next part -------------- An HTML attachment was scrubbed... URL: From jesse at bestpractical.com Wed Jun 23 16:14:28 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Wed, 23 Jun 2004 16:14:28 -0400 Subject: [rt-users] RT login with userid that is numeric In-Reply-To: <1AA4003F8D264140917F84EDBF6ED8590B2952@sew01063.maple.fg.rbc.com> References: <1AA4003F8D264140917F84EDBF6ED8590B2952@sew01063.maple.fg.rbc.com> Message-ID: <20040623201428.GL26100@pallas.eruditorum.org> RT doesn't support numeric "names" for object. There are a number of places in the product where we allow users to do things by name or by id. Using numeric names breaks that and could lead to unexpected results. On Wed, Jun 23, 2004 at 03:25:37PM -0400, david.falkenburger at rbc.com wrote: > I was wondering if the login should be allowed to use an id that is entirely > numeric. Does not seem to be any limitation anywhere except in autohandler: > $session{'CurrentUser'}->Load($user); > > Looking at the code for the RT::CurrentUser object, I found LoadByName and I > changed the code to > $session{'CurrentUser'}->LoadByName($user); > and I am now fine. Should this be the default? When would a user logon using > their actual record id number? Will doing this break anything somewhere > else? > > Thanks. > Dave > > ------------------------------------------------------------ > This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately. > > Ce courrier ?lectronique est confidentiel et prot?g?. L'exp?diteur ne renonce pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) d?sign?(s) est interdite. Si vous recevez ce courrier ?lectronique par erreur, veuillez m'en aviser imm?diatement, par retour de courrier ?lectronique ou par un autre moyen. > > ============================================================ > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From jesse at bestpractical.com Wed Jun 23 17:08:32 2004 From: jesse at bestpractical.com (Jesse) Date: Wed, 23 Jun 2004 17:08:32 -0400 Subject: [rt-users] Request for comments: Configurable Status Message-ID: <20040623210832.GF20975@pallas.eruditorum.org> In the traditional RT model, the "Status" field is a simple, limited list of possible states that a ticket can be in. Roughly: untouched, active, temporarily inactive, permanently inactive. For more advanced workflow, we've recommended that users create custom fields or use multiple queues to represent different workflow stages. Of late, there's been an upswing in the number of users who would rather simply modify the existing "status" field. Would a simple editable per-queue ordered list of possible statuses (stati?) be sufficient for your needs? Do you need to control which status transitions are allowed? Do you need to be able to lock down certain statuses such that they're only selectable by specific users? Best, Jesse -- From burba at rfn.ru Wed Jun 23 17:21:01 2004 From: burba at rfn.ru (Alex S. Burba) Date: Thu, 24 Jun 2004 01:21:01 +0400 Subject: [rt-users] Needless newlines in Subject References: <40D98C5C.3070700@rfn.ru> <20040623165249.GJ26100@pallas.eruditorum.org> Message-ID: <40D9F43D.80207@rfn.ru> Jesse Vincent wrote: >>Does anyone know how to solve a problem of needlees newlines in Subject >>field after converting it to utf-8 (for me it's converted from koi8-r to >>utf8)? > > > Can you verify that this problem still happens with perl 5.8.3 or newer? I get the same error on perl-5.8.4. [ ... cut from rt.log ... ] [Wed Jun 23 21:12:22 2004] [debug]: Converting 'KOI8-R' to 'utf-8' for text/plain - Re: [rt.rfn.ru #362] ?? ?????^(n)?????? ?^(n)?? ?^(n)???????????? ????????????????, ?^(n)???? ?????? ?????????????? ???????????????? (/usr/local/rt3/lib/RT/I18N.pm:200) [ ... cut from rt.log ... ] And with these newlines the subject is inserted in mysql db. What else can I try to fix it ? -- Bye. Alex S. Burba From m3freak at rogers.com Wed Jun 23 18:04:35 2004 From: m3freak at rogers.com (M3 Freak) Date: Wed, 23 Jun 2004 18:04:35 -0400 Subject: [rt-users] Permissions on images Message-ID: <1088028275.3305.48.camel@kanwar> Hi everyone, I'm going to be taking a sledge hammer to our server in a little while, but before I do, can someone please answer this question for me: what are the permissions on files in the "../NoAuth/images/" directory, and on the directory itself? Thanks. Kanwar Systems Aligned Inc. www.systemsaligned.com From disney at ece.utk.edu Wed Jun 23 20:02:56 2004 From: disney at ece.utk.edu (Matt Disney) Date: Wed, 23 Jun 2004 20:02:56 -0400 Subject: [rt-users] Request for comments: Configurable Status In-Reply-To: <20040623210832.GF20975@pallas.eruditorum.org> References: <20040623210832.GF20975@pallas.eruditorum.org> Message-ID: <40DA1A30.3060504@ece.utk.edu> Jesse wrote: > Would a simple editable per-queue ordered list of possible statuses > (stati?) be sufficient for your needs? That would definitely a great first step and would probably be good enough for most people. > Do you need to control which status transitions are allowed? Do you > need to be able to lock down certain statuses such that they're only > selectable by specific users? These things both sound great to me and I would prefer them over the former option. They would allow much more advanced workflows in RT (relative to 3.0, I haven't tried 3.1/3.2). Those are both great from a quality assurance perspective and might make RT attractive to new audiences that are also interested in workflow or that would otherwise choose a commercial package with similar functionality. More specifically, I can see right now how both of these features would fit in at my organization and I am certain I would use them. I wonder if it wouldn't be a good idea, over the long-term, to continue rolling more advanced capabilities into custom fields and simply make Status a custom field that is configured a certain way by default. Of course, this would involve a lot of work, even figuring out what to do about indexing Status if it's just a custom field. On the other hand, more and more advanced functionality and flexibility serves to complicate RT and perhaps discourage users that don't need such features. I suppose the compromise between flexibility and user-friendliness lies in pursuing advanced features but having a good set of common default settings. The most common complaint about RT may be that setup is complicated (though things seem to be getting better in this respect all the time); if push comes to shove, it's probably better to make RT easier to setup rather than have certain advanced functionality that a minority of users will leverage. Just my two cents. MD From i at mindlace.net Wed Jun 23 20:41:31 2004 From: i at mindlace.net (emf) Date: Wed, 23 Jun 2004 20:41:31 -0400 Subject: [rt-users] Recreating Action in Script Message-ID: <3CBDBA5F-C577-11D8-A63F-000A959B1F9A@mindlace.net> My client requires that there be a special button to press before email gets sent to Requestors. I have added a script that looks for a change in a Custom Field and sends out the most recent correspondence. However, I need to have a post-condition that unsets the custom field. Since post-conditions are inoperative if I use a default action, how do I replicate the Notify Requestors action in a custom action? Thanks for your help, -- honi soit qui mal y pense ~mindlace http://mindlace.net From dmd at speakeasy.org Wed Jun 23 20:50:27 2004 From: dmd at speakeasy.org (Dave Dennis) Date: Wed, 23 Jun 2004 17:50:27 -0700 (PDT) Subject: [rt-users] Request for comments: Configurable Status In-Reply-To: <20040623210832.GF20975@pallas.eruditorum.org> References: <20040623210832.GF20975@pallas.eruditorum.org> Message-ID: As the one that inadvertently started this, I wanted to say that I think the existing RT statuses are fine, IF "Custom Fields" were available throughout RT and not just on some pages. This would allow workflow resolve status customizations to be solved by Custom Fields rather than hardcode server-wide status changes. But if there are unforseen issues with that, configurable statuses (per queue) would be amazing and great, too. Kind regards, +------------------------- + Dave Dennis + Seattle, WA + dmd at speakeasy.org + http://www.dmdennis.com +------------------------- On Wed, 23 Jun 2004, Jesse wrote: > > In the traditional RT model, the "Status" field is a simple, limited > list of possible states that a ticket can be in. Roughly: untouched, > active, temporarily inactive, permanently inactive. For more advanced > workflow, we've recommended that users create custom fields or use > multiple queues to represent different workflow stages. Of late, > there's been an upswing in the number of users who would rather simply > modify the existing "status" field. > > Would a simple editable per-queue ordered list of possible statuses > (stati?) be sufficient for your needs? Do you need to control which > status transitions are allowed? Do you need to be able to lock down > certain statuses such that they're only selectable by specific users? > > > Best, > Jesse > > > -- > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. > From raziegbm at yahoo.com Wed Jun 23 22:34:58 2004 From: raziegbm at yahoo.com (Gene Modequillo) Date: Wed, 23 Jun 2004 19:34:58 -0700 (PDT) Subject: [rt-users] problem installing RT in freebsd Message-ID: <20040624023458.47039.qmail@web20924.mail.yahoo.com> i have 5.1 freebsd installed in my machine, did cvsup before running make install, question is after i run make install and everything went smoothly, do i need to install mysql and apache after this, or it is installed already? confused in wiki instruction for freebsd, just run make install and thats it, no need to install mysql or apache? i just need to run it? pls help ===== Gene Razieg B. Modequillo IT Officer Connect2, Inc. 8F Net One Center, 26th Street Corner 3rd Avenue Crescent Parkwest, Bonifacio Global City Taguig, Metro Manila __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail From oli at isnic.is Wed Jun 23 23:25:35 2004 From: oli at isnic.is (Olafur Osvaldsson) Date: Thu, 24 Jun 2004 03:25:35 +0000 Subject: [rt-users] problem installing RT in freebsd In-Reply-To: <20040624023458.47039.qmail@web20924.mail.yahoo.com> References: <20040624023458.47039.qmail@web20924.mail.yahoo.com> Message-ID: <20040624032534.GA77938@isnic.is> Gene, On Wed, 23 Jun 2004, Gene Modequillo wrote: > i have 5.1 freebsd installed in my machine, did cvsup > before running make install, question is after i run > make install and everything went smoothly, do i need > to install mysql and apache after this, or it is > installed already? confused in wiki instruction for > freebsd, just run make install and thats it, > > no need to install mysql or apache? i just need to run > it? pls help It should all have been installed with the rt3 port. If you used the build options from the Makefile then it probably set up the database to, and then all you have to do is follow the message that came at the end of the make process. Build options: DB_TYPE=type mysql, Oracle, Pg or SQLite (mysql) DB_HOST=hostname The database host (localhost) DB_PORT=port The database port DB_DBA_USER=username Name of database administrator (root) DB_DBA_PASSWORD=password Password of database administrator WITH_FASTCGI Use FastCGI instead of mod_perl WITH_APACHE2 Use Apache2 as the web server INITIAL_INSTALL Do initialize DB (for initial install only) pkg-message: ===================================================================== To complete the installation of this port, please follow these steps: 1. Edit /usr/local/rt3/etc/RT_SiteConfig.pm, by referring to the default config file (/usr/local/rt3/etc/RT_Config.pm). 2. Configure the email and web gateways. Please refer to 'SETTING UP THE MAIL GATEWAY' in /usr/local/rt3/README 3. Restart Apache. 4. Do remember to *CHANGE* the root's password for the web interface. The default is "password" (without the quotes.) 5. Configure RT per the instructions at http://www.fsck.com/rtfm/. ===================================================================== Hope that helps, /Oli > > ===== > Gene Razieg B. Modequillo > IT Officer > Connect2, Inc. > 8F Net One Center, 26th Street Corner 3rd Avenue > Crescent Parkwest, Bonifacio Global City > Taguig, Metro Manila > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - 50x more storage than other providers! > http://promotions.yahoo.com/new_mail > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- Olafur Osvaldsson Systems Administrator Internet a Islandi hf. Tel: +354 525-5291 Email: oli at isnic.is From david_spezialie at toll.com.au Thu Jun 24 00:39:34 2004 From: david_spezialie at toll.com.au (David) Date: Thu, 24 Jun 2004 14:39:34 +1000 Subject: [rt-users] Insecure dependency Message-ID: <40DA5B06.4030709@toll.com.au> Greetings all, I have been experiencing the following issue in RT3 for the past few days. The only way that I have been able to fix the issue is to restart apache and then it works ok. I have FastCGI which I think is the issue but I am wondering what you guys/gurls think? Env: ------------------------------------------ Solaris 8 - latest patch release Apache 1.3.29 mod_fastcgi-2.4.2 perl 5.8.3 ------------------------------------------ TIA. David. ------------ error start ----------------- error: Insecure dependency in eval while running setgid at /usr/local/lib/perl5/5.8.3/Locale/Maketext/Guts.pm line 247. context: ... 243: unshift @code, "use strict; sub {\n"; 244: push @code, "}\n"; 245: 246: print @code if DEBUG; 247: my $sub = eval(join '', @code); 248: die "$@ while evalling" . join('', @code) if $@; # Should be impossible. 249: return $sub; 250: } 251: ... code stack: /usr/local/lib/perl5/5.8.3/Locale/Maketext/Guts.pm:247 /usr/local/lib/perl5/5.8.3/Locale/Maketext.pm:195 /usr/local/rt3/lib/RT/CurrentUser.pm:360 /usr/local/rt3/lib/RT/Interface/Web.pm:217 /usr/local/rt3/share/html/Ticket/ModifyDates.html:24 /usr/local/rt3/share/html/autohandler:196 ------------ error finish ----------------- -- David Spezialie Unix Systems Engineer T: +61 (0)3 9697 2302 Toll Solutions M: +61 (0)439 207 292 TOLL Group - Logistics and Transport in Australia, Australias Largest Logistics and Transport Provider From cubic at acronis.ru Thu Jun 24 02:25:45 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Thu, 24 Jun 2004 10:25:45 +0400 Subject: [rt-users] Insecure dependency In-Reply-To: <40DA5B06.4030709@toll.com.au> References: <40DA5B06.4030709@toll.com.au> Message-ID: <40DA73E9.1080205@acronis.ru> Look through devel and users archive this topic is hot novadays. David wrote: > Greetings all, > > I have been experiencing the following issue in RT3 for the past few > days. The only way that I have been able to fix the issue is to restart > apache and then it works ok. I have FastCGI which I think is the issue > but I am wondering what you guys/gurls think? > > Env: > ------------------------------------------ > Solaris 8 - latest patch release > Apache 1.3.29 > mod_fastcgi-2.4.2 > perl 5.8.3 > ------------------------------------------ > From Richard.Ellis at Sun.COM Thu Jun 24 04:34:50 2004 From: Richard.Ellis at Sun.COM (Richard Ellis) Date: Thu, 24 Jun 2004 09:34:50 +0100 Subject: [rt-users] RE: Configurable Status Message-ID: <129359128c98.128c98129359@eris-mail1.uk.sun.com> > Message: 5 > Date: Wed, 23 Jun 2004 17:08:32 -0400 > From: Jesse > Subject: [rt-users] Request for comments: Configurable Status > To: rt-users at lists.bestpractical.com > Message-ID: <20040623210832.GF20975 at pallas.eruditorum.org> > Content-Type: text/plain; charset=us-ascii > > > In the traditional RT model, the "Status" field is a simple, limited > list of possible states that a ticket can be in. Roughly: untouched, > active, temporarily inactive, permanently inactive. For more advanced > workflow, we've recommended that users create custom fields or use > multiple queues to represent different workflow stages. Of late, > there's been an upswing in the number of users who would rather simply > modify the existing "status" field. > > Would a simple editable per-queue ordered list of possible statuses > (stati?) be sufficient for your needs? Do you need to control which > status transitions are allowed? Do you need to be able to lock down > certain statuses such that they're only selectable by specific users? > > > Best, > Jesse > Custom Status messages IMHO is a nice to have. Almost any business processes can be adapted to fit into the categories available. Indeed, we have used them to help define and streamline the workflow which was in danger of drowning under its own weight. The restricted choices have crystalised the whole procedure from receipt to closure of a ticket. The ability to add a limited number to the default ones may well appeal to a new audience, but adding more complex processes to the back end of Status may just make it even more difficult for non Perl people to understand and potentially scare off those same new auudiences. Rik From ann at drop.2organize.com Thu Jun 24 04:46:15 2004 From: ann at drop.2organize.com (ann at drop.2organize.com) Date: Thu, 24 Jun 2004 10:46:15 +0200 (CEST) Subject: [rt-users] Adding more status types In-Reply-To: References: <3C05BBBA1B54ED43B1A6827E620EF1CD584C22@mailservermn.mqsoftware.com> <6.1.1.1.2.20040621214932.035c67c8@mail.freeshell.org> <40D83AF6.1020106@fastmail.fm> <6.1.1.1.2.20040622211557.034ccd68@mail.freeshell.org> Message-ID: Dave wrote: [...] > senior mgt, other than just saying they're 'stalled.' We tried custom fields > for this and that works fine, except for the huge gotcha that the resolve > screens (Listing.html or Update.html) don't show custom fields!!!! So what good > would be a custom field showing a resolve code if you cannot see it without > chunking over to "Basics," updating that, then sauntering back to Update.html > and resolving. Its a workflow headache I can't unleash on a busy staff, sounds > like triviality there I am sure, but turning a 1-click resolve into a 3-4 click > resolve detour is just not acceptable, the custom fields needs to be on the > ticket resolve screens, imho. We've had this problem as well. My usual suggestion is to use the jumbo view, because that does allow manipulation of custom variables. It's not perfect, however. What I plan to do, when I get a chance, is modify the 'resolve' link to display the jumbo view after changing jumbo to handle the 'DefaultStatus' argument. I'd also like to add a few extra submit buttons, and move the comment section to higher in the page. - Ann From ann at drop.2organize.com Thu Jun 24 05:07:22 2004 From: ann at drop.2organize.com (ann at drop.2organize.com) Date: Thu, 24 Jun 2004 11:07:22 +0200 (CEST) Subject: [rt-users] Request for comments: Configurable Status In-Reply-To: <20040623210832.GF20975@pallas.eruditorum.org> References: <20040623210832.GF20975@pallas.eruditorum.org> Message-ID: > In the traditional RT model, the "Status" field is a simple, limited > list of possible states that a ticket can be in. Roughly: untouched, > active, temporarily inactive, permanently inactive. For more advanced > workflow, we've recommended that users create custom fields or use > multiple queues to represent different workflow stages. Of late, > there's been an upswing in the number of users who would rather simply > modify the existing "status" field. > > Would a simple editable per-queue ordered list of possible statuses > (stati?) be sufficient for your needs? Do you need to control which > status transitions are allowed? Do you need to be able to lock down > certain statuses such that they're only selectable by specific users? My opinion: I think my users would be happy even without queue-based status fields. They already agreed to the list that we use for status fields, and these are used by all queues even though the list is not a perfect match for all queues. So, a queue-based list of possibilities would be sufficient. I like the fact that the existing values are also grouped in to categories, and that these categories can be used to determine the display. I would prefer that the groups be retained so that I could modify templates to display depending upon groups, instead of hardcoding status values in the templates. For controling which are allowed, or enforcing a certain order, I would expect to use custom code, although it would be nice to have an example of how to do this. I don't need to restrict values to certain people beyond the existing 'delete' restriction, but I can see how some people would. I suspect there would be the tempatation to roll 'approval' in to this section (that's certainly our workflow--someone makes a new request, project manager must appre, developer starts request, project manager tests, project manager states change can go live, developer puts it live, project manager checks and resolves request). - Ann From iqbala-rt-users at qwestip.net Thu Jun 24 05:39:25 2004 From: iqbala-rt-users at qwestip.net (Asif Iqbal) Date: Thu, 24 Jun 2004 05:39:25 -0400 Subject: [rt-users] Performance with Reply Message-ID: <20040624093925.GK15708@qwestip.net> Hi All I noticed the RT performance considerably faster with 3.0.11 for most of the time. The only time I see a delay about may be 15/20secs when I click on the reply button first time (for new ticket) Has this issue been addressed before specific to reply delay? I like to see some suggestions that I should try to improve the reply time Thanks for any help/feedback -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu There's no place like 127.0.0.1 From David.Smalley at i-to-i.com Thu Jun 24 05:37:10 2004 From: David.Smalley at i-to-i.com (David.Smalley) Date: Thu, 24 Jun 2004 10:37:10 +0100 Subject: [rt-users] RE: WinRT and RTFM Message-ID: Due to support constraints within my organisation I am not able to deploy a linux server and so have gone with the windows port of RT. I'm interested in getting RTFM up and running as well, I emailed Autrijus but he was unable to offer any suggestions on whether it is possible to integrate RTFM into WinRT. Has anybody managed to do this successfully and able to offer some pointers? Cheers, David Smalley Systems Administrator i-to-i UK Ltd. From lists at flothow.de Thu Jun 24 05:07:05 2004 From: lists at flothow.de (Sebastian Flothow) Date: Thu, 24 Jun 2004 11:07:05 +0200 Subject: [rt-users] Recreating Action in Script In-Reply-To: <3CBDBA5F-C577-11D8-A63F-000A959B1F9A@mindlace.net> References: <3CBDBA5F-C577-11D8-A63F-000A959B1F9A@mindlace.net> Message-ID: Am 24. Jun 2004 um 02:41 Uhr schrieb emf: > My client requires that there be a special button to press before > email gets sent to Requestors. Could you describe this more precisely? e.g., where is this button located, who will press it, etc. Sebastian -- Sebastian Flothow sebastian at flothow.de Because it reverses the logical flow of conversation. > Why is top posting frowned upon? From iqbala-rt-users at qwestip.net Thu Jun 24 06:25:51 2004 From: iqbala-rt-users at qwestip.net (Asif Iqbal) Date: Thu, 24 Jun 2004 06:25:51 -0400 Subject: [rt-users] RT bug? In-Reply-To: <98DACD76-C357-11D8-8515-003065DC18B8@hamburg.fcb.com> References: <20040618150611.GD15517@qwestip.net> <98DACD76-C357-11D8-8515-003065DC18B8@hamburg.fcb.com> Message-ID: <20040624102551.GM15708@qwestip.net> Harald Wagener wrote: > > Am 18.06.2004 um 17:06 schrieb Asif Iqbal: > > >Hi All > > > >I am using RT 3.0.11 with Apache 1.3.27,mod_perl1,mysql-4.0.13i and > >perl > >5.8.4. I am running it on Solaris 8 > > > >Now one of my user experienced this and I quote > > > >"I have noticed that after taking ownership of a case, WebRT > >will on occasion set the owner back to "Nobody" when we go to resolve > >the ticket. > > > > This happens on our site as well (RT 3.0.10, apache 1.3.31, perl 5.8.3, > using mod_perl 1.29.0.1) time and again. > Should this then be reported as bug may be for next release? > Regards, > Harald > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt > this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu There's no place like 127.0.0.1 From bmursec at hotmail.com Thu Jun 24 06:27:43 2004 From: bmursec at hotmail.com (Bojan Muršec) Date: Thu, 24 Jun 2004 12:27:43 +0200 Subject: [rt-users] Outgoing mail encoding Message-ID: Hi, we are stuck with the following problem: Everything works just fine with the incoming mail getting converted to utf-8 internally. The problem is that the outgoing mail doesn't get converted to iso-8859-2 correctly. Apparently, RT correctly converts the email header (along with the Subject line), but doesn't so in the message body. So the autoreply text (which contains utf-8 encoded characters) gets garbled to the recipients, while the subject line gets through just OK (although it appears strange in the "source" - like "Subject: =?ISO-8859-2?B?W3NvZGlzY2Uuc2kgIzE4ODhdIEF1dG9SZXBseTogVGVzdCC56Oa+8KnIxq7Q?="). Other header lines which may be of interest: Content-Type: text/plain; charset="iso-8859-2" X-RT-Original-Encoding: utf-8 We're using: RT 3.0.10 Perl 5.8.3 Apache 2.x mod_perl2 mySQL 4.x Any help would be very appreciated. Thanks, Bojan. _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail From cubic at acronis.ru Thu Jun 24 06:38:43 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Thu, 24 Jun 2004 14:38:43 +0400 Subject: [rt-users] RT bug? In-Reply-To: <20040624102551.GM15708@qwestip.net> References: <20040618150611.GD15517@qwestip.net> <98DACD76-C357-11D8-8515-003065DC18B8@hamburg.fcb.com> <20040624102551.GM15708@qwestip.net> Message-ID: <40DAAF33.5020109@acronis.ru> Asif Iqbal wrote: > Harald Wagener wrote: > >>Am 18.06.2004 um 17:06 schrieb Asif Iqbal: >> >> >>>Hi All >>> >>>I am using RT 3.0.11 with Apache 1.3.27,mod_perl1,mysql-4.0.13i and >>>perl >>>5.8.4. I am running it on Solaris 8 >>> >>>Now one of my user experienced this and I quote >>> >>>"I have noticed that after taking ownership of a case, WebRT >>>will on occasion set the owner back to "Nobody" when we go to resolve >>>the ticket. >>> >> >>This happens on our site as well (RT 3.0.10, apache 1.3.31, perl 5.8.3, >>using mod_perl 1.29.0.1) time and again. >> > > > Should this then be reported as bug may be for next release? Guys, may be it's a bug, but for example I can't reproduce it. So I can't get any debug info on this. If somebody could reproduce this in 100% cases then he should grab all debug info and send it to list. Best regards. Ruslan. > > >>Regards, >> Harald From vmr at wificom.com Thu Jun 24 06:50:52 2004 From: vmr at wificom.com (Veli-Matti Riepula) Date: Thu, 24 Jun 2004 13:50:52 +0300 Subject: [rt-users] Time worked cumulated amount Message-ID: Hi, we have a need to track on how many minutes have been cumulated on tickets related to a specific user or a group. In other words we need to find a way to see when client's support time limit is reached. We're using RT 3.0.11. I wonder if someone has already implemented something for this purpose, as I'd guess it is a very common requirement among RT users? I sifted through the archives but did not find anything directly related. --- V-M Riepula From burba at rfn.ru Thu Jun 24 06:58:18 2004 From: burba at rfn.ru (Alex S. Burba) Date: Thu, 24 Jun 2004 14:58:18 +0400 Subject: [rt-users] Needless newlines in Subject In-Reply-To: <40D9F43D.80207@rfn.ru> References: <40D98C5C.3070700@rfn.ru> <20040623165249.GJ26100@pallas.eruditorum.org> <40D9F43D.80207@rfn.ru> Message-ID: <40DAB3CA.9070908@rfn.ru> Alex S. Burba ?????: > Jesse Vincent wrote: > >>> Does anyone know how to solve a problem of needlees newlines in >>> Subject field after converting it to utf-8 (for me it's converted >>> from koi8-r to utf8)? The problem has been solved by stripping away '\n' from the subject line after encoding it to utf-8 in I18N.pm: sub DecodeMIMEWordsToEncoding { [...] # Stripping '\n' from the subject $str =~ s/\n//g; return ($str); } After testing it in depth I post the final results. Also I don't know if such solution is the best, maybe there are other ways to correct it. -- Alex Burba, All-Russia state television and broadcasting company, NOC. From hwagener at hamburg.fcb.com Thu Jun 24 08:41:54 2004 From: hwagener at hamburg.fcb.com (Harald Wagener) Date: Thu, 24 Jun 2004 14:41:54 +0200 Subject: [rt-users] RT bug? In-Reply-To: <40DAAF33.5020109@acronis.ru> References: <20040618150611.GD15517@qwestip.net> <98DACD76-C357-11D8-8515-003065DC18B8@hamburg.fcb.com> <20040624102551.GM15708@qwestip.net> <40DAAF33.5020109@acronis.ru> Message-ID: Am 24.06.2004 um 12:38 schrieb Ruslan U. Zakirov: > Asif Iqbal wrote: >> Harald Wagener wrote: >>> Am 18.06.2004 um 17:06 schrieb Asif Iqbal: >>>> >>>> "I have noticed that after taking ownership of a case, WebRT >>>> will on occasion set the owner back to "Nobody" when we go to >>>> resolve >>>> the ticket. >>> >>> This happens on our site as well (RT 3.0.10, apache 1.3.31, perl >>> 5.8.3, using mod_perl 1.29.0.1) time and again. >>> >> Should this then be reported as bug may be for next release? > Guys, may be it's a bug, but for example I can't reproduce it. Since it is an intermittent error, I cannot easily give a step-by-step ro reproduce. What basically happens is that the owner is not always set in the form if You navigate to RT::WebURL/Ticket/Update.html. It possibly is a timing/caching error. If You know of any trick to find those, please let me know. Regards, Harald From jesse at bestpractical.com Thu Jun 24 08:56:00 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Thu, 24 Jun 2004 08:56:00 -0400 Subject: [rt-users] RT bug? In-Reply-To: References: <20040618150611.GD15517@qwestip.net> <98DACD76-C357-11D8-8515-003065DC18B8@hamburg.fcb.com> <20040624102551.GM15708@qwestip.net> <40DAAF33.5020109@acronis.ru> Message-ID: <20040624125600.GD32580@pallas.eruditorum.org> > Since it is an intermittent error, I cannot easily give a step-by-step > ro reproduce. What basically happens is that the owner is not always > set in the form if You navigate to > RT::WebURL/Ticket/Update.html. It possibly is a timing/caching error. > If You know of any trick to find those, please let me know. I agree that it's likely a cache pollution issue. We've got some upcoming improvements to the caching system that might improve things with this. -- From chad at idworld.net Thu Jun 24 09:15:17 2004 From: chad at idworld.net (Chad Scott) Date: Thu, 24 Jun 2004 06:15:17 -0700 Subject: [rt-users] RT Crash... possible bug? Message-ID: <89724513-C5E0-11D8-86F4-000393CE1AF0@idworld.net> I had my RT server crash yesterday (or, more accurately, decide to not accept new e-mail). Our server handles a high amount of traffic and had been running for almost a year before this issue. After about 30 minutes of debugging, I discovered that the /tmp directory was completely full of File::Temp files. It appears that RT creates a temporary file/directory each time an e-mail arrives. These files don't appear to be properly cleaned up by the system. In investigating, I found a line in lib/RT/Interface/Email.pm: last if ( $fh, $temp_file ) = eval { File::Temp::tempfile(undef, UNLINK => 0) }; UNLINK => 0 specifically tells File::Temp to NOT remove a file when the object is destroyed... this looks like some of the NFS logic, so maybe that was intentional, but I believe this is where the file is created but not removed. Once I stopped apache, cleaned up the /tmp directory, and restarted, the system ran fine again. Hopefully you guys can track this down... everyone else, check your /tmp directory! Cheers, Chad From jeff at theorbitor.com Thu Jun 24 09:25:07 2004 From: jeff at theorbitor.com (jeff rak) Date: Thu, 24 Jun 2004 09:25:07 -0400 Subject: [rt-users] RT Crash... possible bug? (/tmp directory) In-Reply-To: <89724513-C5E0-11D8-86F4-000393CE1AF0@idworld.net> References: <89724513-C5E0-11D8-86F4-000393CE1AF0@idworld.net> Message-ID: <200406240925.07068.jeff@theorbitor.com> I believe this issue was fixed in 3.0.11. I had the same problem in 3.0.10 but it magically disappeared when I upgraded ;-) -Jeff ::On Thursday 24 June 2004 09:15 am, Chad Scott wrote: ::I had my RT server crash yesterday (or, more accurately, decide to not ::accept new e-mail). :: ::Our server handles a high amount of traffic and had been running for ::almost a year before this issue. After about 30 minutes of debugging, ::I discovered that the /tmp directory was completely full of File::Temp ::files. It appears that RT creates a temporary file/directory each time ::an e-mail arrives. These files don't appear to be properly cleaned up ::by the system. :: ::In investigating, I found a line in lib/RT/Interface/Email.pm: :: ::last if ( $fh, $temp_file ) = eval { File::Temp::tempfile(undef, UNLINK ::=> 0) }; :: ::UNLINK => 0 specifically tells File::Temp to NOT remove a file when the ::object is destroyed... this looks like some of the NFS logic, so maybe ::that was intentional, but I believe this is where the file is created ::but not removed. :: ::Once I stopped apache, cleaned up the /tmp directory, and restarted, ::the system ran fine again. :: ::Hopefully you guys can track this down... everyone else, check your ::/tmp directory! :: ::Cheers, ::Chad :: ::_______________________________________________ ::http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users :: ::RT Developer and Administrator training is coming to LA, DC and Frankfurt :: this spring and summer. http://bestpractical.com/services/training.html :: ::Sign up early, as class space is limited. From lucaskeli at fastmail.fm Thu Jun 24 09:31:53 2004 From: lucaskeli at fastmail.fm (Kelly D. Lucas) Date: Thu, 24 Jun 2004 08:31:53 -0500 Subject: [rt-users] Request for comments: Configurable Status In-Reply-To: <20040623210832.GF20975@pallas.eruditorum.org> References: <20040623210832.GF20975@pallas.eruditorum.org> Message-ID: <40DAD7C9.5060806@fastmail.fm> I'm very new to the system, and not a Perl developer, nor do I want to be. So, there is a developer on my staff, but his opinion is the less programming we do, the better the system will be for us. The 2 main reasons, which I think are obvious: * Time to deploy * Less risk involved From my perspective, the less amount of time we spend setting up the system, the better. Also, the more changes we implement at a code level, the greater chance we have of breaking the system. Especially when we upgrade or patch modules, etc. With the above disposition, I favor some sort of menu under Config, that would allow the following functionality: * Add or remove status * OR * Add or remove a user defined status [I'll call it ticket state], and tie it to the logic flow of the ticket If I could have it per queue, it is the most useful, as our organization is looking at using it in this way: 1) Tickets can be generated by a number of groups within [and later, maybe outside the company] for the purpose of issue tracking 2) The owner of the ticket may exchange hands numerous times, depending on if the issue is related to: * demo/installation [Sales Engineers] * system configuration [tech support] * enhancements or tech data [prod mgt] * bugs [dev/SQL] 3) So obviously there will be states like fixed, verified, that there won't be for the demo/installation issues. And in product marketing, they will have states regarding feature enhancements that other groups will not have. So, with the above in mind, I'm not sure how to best implement it, not knowing the code internals, but this would be my goal. I'm also planning to have a custom field for: * issue category * issue severity * issue priority [probably 5 priorities] * product * product version * product serial number * customer and all customer contact info So, in this system, we'll be able to capture the history of: * specific customers * specific products [by tracking serial numbers] * product versions * where most of our time is spent based on products, categories, or customers * and this will give our sales dept the ability to look in and see where issues are with their accounts So, having said all this, do you think my plans are too all encompassing for RT? Any comments welcomed. kdl K.D. Lucas lucaskeli at fastmail.fm Jesse wrote: >In the traditional RT model, the "Status" field is a simple, limited >list of possible states that a ticket can be in. Roughly: untouched, >active, temporarily inactive, permanently inactive. For more advanced >workflow, we've recommended that users create custom fields or use >multiple queues to represent different workflow stages. Of late, >there's been an upswing in the number of users who would rather simply >modify the existing "status" field. > >Would a simple editable per-queue ordered list of possible statuses >(stati?) be sufficient for your needs? Do you need to control which >status transitions are allowed? Do you need to be able to lock down >certain statuses such that they're only selectable by specific users? > > > Best, > Jesse > > > > From kfh at mqsoftware.com Thu Jun 24 09:39:46 2004 From: kfh at mqsoftware.com (Kelly F. Hickel) Date: Thu, 24 Jun 2004 08:39:46 -0500 Subject: [rt-users] Request for comments: Configurable Status Message-ID: <3C05BBBA1B54ED43B1A6827E620EF1CD584CE5@mailservermn.mqsoftware.com> Our support group really wanted to do custom status via the status field, and not by custom fields. Primarily because the custom fields are not integrated into the search, resolution, report "screens" (as reported by others). So, either customer status values (which we have now), or better integration of custom fields would solve that issue. I'd also like to be able to do scrips based on status changes, which I think I can do now, but haven't gotten into scrips that much. It seems to me that by doing this, you've covered the more complex workflow scenarios, without making it too difficult for beginning users...... -- Kelly F. Hickel Senior Software Architect MQSoftware, Inc. 952.345.8677 kfh at mqsoftware.com > -----Original Message----- > From: Jesse [mailto:jesse at bestpractical.com] > Sent: Wednesday, June 23, 2004 4:09 PM > To: rt-users at lists.bestpractical.com > Subject: [rt-users] Request for comments: Configurable Status > > > In the traditional RT model, the "Status" field is a simple, limited > list of possible states that a ticket can be in. Roughly: untouched, > active, temporarily inactive, permanently inactive. For more advanced > workflow, we've recommended that users create custom fields or use > multiple queues to represent different workflow stages. Of late, > there's been an upswing in the number of users who would rather simply > modify the existing "status" field. > > Would a simple editable per-queue ordered list of possible statuses > (stati?) be sufficient for your needs? Do you need to control which > status transitions are allowed? Do you need to be able to lock down > certain statuses such that they're only selectable by specific users? > > > Best, > Jesse > > > -- > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt > this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From lucaskeli at fastmail.fm Thu Jun 24 09:42:58 2004 From: lucaskeli at fastmail.fm (Kelly D. Lucas) Date: Thu, 24 Jun 2004 08:42:58 -0500 Subject: [rt-users] Request for comments: Configurable Status In-Reply-To: <3C05BBBA1B54ED43B1A6827E620EF1CD584CE5@mailservermn.mqsoftware.com> References: <3C05BBBA1B54ED43B1A6827E620EF1CD584CE5@mailservermn.mqsoftware.com> Message-ID: <40DADA62.6080304@fastmail.fm> Kelly, Good point about searching, as that is one key area that my corporate management will insist upon. So I'm curious is there is an easy way to search on custom fields? kdl K.D. Lucas lucaskeli at fastmail.fm Kelly F. Hickel wrote: >Our support group really wanted to do custom status via the status >field, and not by custom fields. Primarily because the custom fields >are not integrated into the search, resolution, report "screens" (as >reported by others). So, either customer status values (which we have >now), or better integration of custom fields would solve that issue. > >I'd also like to be able to do scrips based on status changes, which I >think I can do now, but haven't gotten into scrips that much. It seems >to me that by doing this, you've covered the more complex workflow >scenarios, without making it too difficult for beginning users...... > >-- >Kelly F. Hickel >Senior Software Architect >MQSoftware, Inc. >952.345.8677 >kfh at mqsoftware.com > > > > >>-----Original Message----- >>From: Jesse [mailto:jesse at bestpractical.com] >>Sent: Wednesday, June 23, 2004 4:09 PM >>To: rt-users at lists.bestpractical.com >>Subject: [rt-users] Request for comments: Configurable Status >> >> >>In the traditional RT model, the "Status" field is a simple, limited >>list of possible states that a ticket can be in. Roughly: untouched, >>active, temporarily inactive, permanently inactive. For more advanced >>workflow, we've recommended that users create custom fields or use >>multiple queues to represent different workflow stages. Of late, >>there's been an upswing in the number of users who would rather simply >>modify the existing "status" field. >> >>Would a simple editable per-queue ordered list of possible statuses >>(stati?) be sufficient for your needs? Do you need to control which >>status transitions are allowed? Do you need to be able to lock down >>certain statuses such that they're only selectable by specific users? >> >> >> Best, >> Jesse >> >> >>-- >> >>_______________________________________________ >>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users >> >>RT Developer and Administrator training is coming to LA, DC and >> >> >Frankfurt > > >>this spring and summer. >>http://bestpractical.com/services/training.html >> >>Sign up early, as class space is limited. >> >> > >_______________________________________________ >http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > >RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. >http://bestpractical.com/services/training.html > >Sign up early, as class space is limited. > > From cubic at acronis.ru Thu Jun 24 10:11:08 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Thu, 24 Jun 2004 18:11:08 +0400 Subject: [rt-users] Request for comments: Configurable Status In-Reply-To: <40DADA62.6080304@fastmail.fm> References: <3C05BBBA1B54ED43B1A6827E620EF1CD584CE5@mailservermn.mqsoftware.com> <40DADA62.6080304@fastmail.fm> Message-ID: <40DAE0FC.80508@acronis.ru> Kelly D. Lucas wrote: > Kelly, > > Good point about searching, as that is one key area that my corporate > management will insist upon. > > So I'm curious is there is an easy way to search on custom fields? Yes, it's possible. http://wiki.bestpractical.com/?FAQ > > kdl > > K.D. Lucas > lucaskeli at fastmail.fm > > > > Kelly F. Hickel wrote: > >> Our support group really wanted to do custom status via the status >> field, and not by custom fields. Primarily because the custom fields >> are not integrated into the search, resolution, report "screens" (as >> reported by others). So, either customer status values (which we have >> now), or better integration of custom fields would solve that issue. >> >> I'd also like to be able to do scrips based on status changes, which I >> think I can do now, but haven't gotten into scrips that much. It seems >> to me that by doing this, you've covered the more complex workflow >> scenarios, without making it too difficult for beginning users...... >> >> -- >> Kelly F. Hickel >> Senior Software Architect >> MQSoftware, Inc. >> 952.345.8677 >> kfh at mqsoftware.com >> >> >> >> >>> -----Original Message----- >>> From: Jesse [mailto:jesse at bestpractical.com] >>> Sent: Wednesday, June 23, 2004 4:09 PM >>> To: rt-users at lists.bestpractical.com >>> Subject: [rt-users] Request for comments: Configurable Status >>> >>> >>> In the traditional RT model, the "Status" field is a simple, limited >>> list of possible states that a ticket can be in. Roughly: untouched, >>> active, temporarily inactive, permanently inactive. For more advanced >>> workflow, we've recommended that users create custom fields or use >>> multiple queues to represent different workflow stages. Of late, >>> there's been an upswing in the number of users who would rather simply >>> modify the existing "status" field. >>> >>> Would a simple editable per-queue ordered list of possible statuses >>> (stati?) be sufficient for your needs? Do you need to control which >>> status transitions are allowed? Do you need to be able to lock down >>> certain statuses such that they're only selectable by specific users? >>> >>> >>> Best, >>> Jesse >>> >>> >>> -- >>> >>> _______________________________________________ >>> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users >>> >>> RT Developer and Administrator training is coming to LA, DC and >>> >> >> Frankfurt >> >> >>> this spring and summer. >>> http://bestpractical.com/services/training.html >>> >>> Sign up early, as class space is limited. >>> >> >> >> _______________________________________________ >> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users >> >> RT Developer and Administrator training is coming to LA, DC and >> Frankfurt this spring and summer. >> http://bestpractical.com/services/training.html >> >> Sign up early, as class space is limited. >> > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and > Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From timo.eissler at dtnet.de Thu Jun 24 10:21:08 2004 From: timo.eissler at dtnet.de (Timo Eissler) Date: Thu, 24 Jun 2004 16:21:08 +0200 Subject: [rt-users] Installation of libapreq-1.3 failed! In-Reply-To: <40D99368.103@dtnet.de> References: <200406231317.i5NDHPqw031057@ sportina.si> <40D99368.103@dtnet.de> Message-ID: <40DAE354.3040901@dtnet.de> Hello, can it be that realy nobody can give me an hint to solve this problem ? sorry but this is very fustrating, because i sit here and try and try and ... you know... grZ timo Timo Eissler wrote: > Hi Ales, > > httpd -l gives me the following output... > > rt-neu:/usr/src/rt-3.0.11 # httpd -l > Compiled-in modules: > http_core.c > mod_so.c > suexec: enabled; valid wrapper /usr/sbin/suexec > > i think this is ok because i load mod_perl as module... > > grZ morlix > > Ale? Su?nik wrote: > >> httpd -l <= -L, but small caps... >> >> A. >> -----Original Message----- >> From: rt-users-bounces at lists.bestpractical.com >> [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Timo >> Eissler >> Sent: Wednesday, June 23, 2004 3:04 PM >> To: algermissen at acm.org >> Cc: rt-users at lists.bestpractical.com >> Subject: Re: [rt-users] Installation of libapreq-1.3 failed! >> >> Hi Jan, >> >> how can i check if mod_perl is inside my apache? >> >> grZ timo >> >> Jan Algermissen wrote: >> >> >> >>> Hi Timo-- >>> >>> have you checked if mod_perl is really installed with your Apache? >>> Maybe you just have the package but not mod_perl inside you Apache? >>> >>> Jan >>> >>> >>> >>> Timo Eissler wrote: >>> >>> >>> >>> >>>> Hello, >>>> >>>> i tried to install libapreq-1.3 on my SuSE 9.0 box, but i always get >>>> this error! >>>> >>>> Please install mod_perl: 1.25 < version < 1.99 >>>> (Can't locate mod_perl.pm in @INC (@INC contains: Apache-Test/lib >>>> /usr/lib/perl5/5.8.3/i586-linux-thread-multi /usr/lib/perl5/5.8.3 >>>> /usr/lib/perl5/site_perl/5.8.3/i586-linux-thread-multi >>>> /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl >>>> /usr/lib/perl5/vendor_perl/5.8.3/i586-linux-thread-multi >>>> /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl .) at >>>> Makefile.PL line 22. >>>> ) at Makefile.PL line 23. >>>> BEGIN failed--compilation aborted at Makefile.PL line 31. >>>> >>>> Ok, i need a version of mod_perl between 1.25 and 1.99... >>>> The problem now is, that i have mod_perl 1.28 and still get this error >>>> message... >>>> >>>> rt-neu:/usr/src # rpm -qi mod_perl >>>> Name : mod_perl Relocations: (not >>>> relocateable) >>>> Version : 1.28 Vendor: SuSE Linux AG, >>>> >>> >> Nuernberg, Germany >> >> >>>> Release : 65 Build Date: Wed Sep 24 >>>> >>> >> 02:11:04 2003 >> >> >>>> Install date: Fri Feb 27 10:39:56 2004 Build Host: E36.suse.de >>>> Group : Productivity/Networking/Web/Servers Source RPM: >>>> >>> >> mod_perl-1.28-65.src.rpm >> >> >>>> Size : 3179973 License: Other >>>> License(s), >>>> >>> >> see package >> >> >>>> Signature : DSA/SHA1, Wed Sep 24 02:28:53 2003, Key ID >>>> a84edae89c800aca >>>> Packager : http://www.suse.de/feedback >>>> URL : http://perl.apache.org/ >>>> Summary : Embedded Perl for Apache >>>> Description : >>>> The Apache/Perl integration project brings together the full power of >>>> the Perl programming language and the Apache HTTP server. >>>> >>>> With mod_perl it is possible to write Apache modules entirely in Perl. >>>> In addition, the persistent interpreter embedded in the server avoids >>>> the overhead of starting an external interpreter and the penalty of >>>> Perl start-up time. >>>> >>>> Authors: >>>> -------- >>>> Doug MacEachern and any others, see >>>> >>> >> http://perl.apache.org/about/contributors/people.html >> >> >>>> Distribution: SuSE Linux 9.0 (i586) >>>> >>>> Can anybody give me an hint to solve this problem? >>>> >>>> grZ Timo >>>> >>>> --------------------------------------------------------------- >>>> DT Netsolution GmbH - Talaeckerstr. 30 - D-70437 Stuttgart >>>> Tel: +49-711-849910-70 Fax: +49-711-849910-970 >>>> WEB: http://www.dtnet.de/ Email: timo.eissler at dtnet.de >>>> _______________________________________________ >>>> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users >>>> >>>> RT Developer and Administrator training is coming to LA, DC and >>>> Frankfurt >>>> >>> >> this spring and summer. >> >> >>>> http://bestpractical.com/services/training.html >>>> >>>> Sign up early, as class space is limited. >>>> >>>> >>> >>> >>> >>> >> >> >> >> >> > > -- --------------------------------------------------------------- DT Netsolution GmbH - Talaeckerstr. 30 - D-70437 Stuttgart Tel: +49-711-849910-70 Fax: +49-711-849910-970 WEB: http://www.dtnet.de/ Email: timo.eissler at dtnet.de From jalgermissen at topicmapping.com Thu Jun 24 10:26:10 2004 From: jalgermissen at topicmapping.com (Jan Algermissen) Date: Thu, 24 Jun 2004 16:26:10 +0200 Subject: [rt-users] Installation of libapreq-1.3 failed! References: <200406231317.i5NDHPqw031057@ sportina.si> <40D99368.103@dtnet.de> <40DAE354.3040901@dtnet.de> Message-ID: <40DAE482.8A396425@topicmapping.com> Timo Eissler wrote: > > Hello, > > can it be that realy nobody can give me an hint to solve this problem ? Why don't you try to ask the libapreq author(s) or on a general Perl mailing list? Not that I think it is not appropriate to ask here, but they might know better. JAn > > sorry but this is very fustrating, because i sit here and try and try > and ... you know... > > grZ timo > > Timo Eissler wrote: > > > Hi Ales, > > > > httpd -l gives me the following output... > > > > rt-neu:/usr/src/rt-3.0.11 # httpd -l > > Compiled-in modules: > > http_core.c > > mod_so.c > > suexec: enabled; valid wrapper /usr/sbin/suexec > > > > i think this is ok because i load mod_perl as module... > > > > grZ morlix > > > > Ale? Su?nik wrote: > > > >> httpd -l <= -L, but small caps... > >> > >> A. > >> -----Original Message----- > >> From: rt-users-bounces at lists.bestpractical.com > >> [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Timo > >> Eissler > >> Sent: Wednesday, June 23, 2004 3:04 PM > >> To: algermissen at acm.org > >> Cc: rt-users at lists.bestpractical.com > >> Subject: Re: [rt-users] Installation of libapreq-1.3 failed! > >> > >> Hi Jan, > >> > >> how can i check if mod_perl is inside my apache? > >> > >> grZ timo > >> > >> Jan Algermissen wrote: > >> > >> > >> > >>> Hi Timo-- > >>> > >>> have you checked if mod_perl is really installed with your Apache? > >>> Maybe you just have the package but not mod_perl inside you Apache? > >>> > >>> Jan > >>> > >>> > >>> > >>> Timo Eissler wrote: > >>> > >>> > >>> > >>> > >>>> Hello, > >>>> > >>>> i tried to install libapreq-1.3 on my SuSE 9.0 box, but i always get > >>>> this error! > >>>> > >>>> Please install mod_perl: 1.25 < version < 1.99 > >>>> (Can't locate mod_perl.pm in @INC (@INC contains: Apache-Test/lib > >>>> /usr/lib/perl5/5.8.3/i586-linux-thread-multi /usr/lib/perl5/5.8.3 > >>>> /usr/lib/perl5/site_perl/5.8.3/i586-linux-thread-multi > >>>> /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl > >>>> /usr/lib/perl5/vendor_perl/5.8.3/i586-linux-thread-multi > >>>> /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl .) at > >>>> Makefile.PL line 22. > >>>> ) at Makefile.PL line 23. > >>>> BEGIN failed--compilation aborted at Makefile.PL line 31. > >>>> > >>>> Ok, i need a version of mod_perl between 1.25 and 1.99... > >>>> The problem now is, that i have mod_perl 1.28 and still get this error > >>>> message... > >>>> > >>>> rt-neu:/usr/src # rpm -qi mod_perl > >>>> Name : mod_perl Relocations: (not > >>>> relocateable) > >>>> Version : 1.28 Vendor: SuSE Linux AG, > >>>> > >>> > >> Nuernberg, Germany > >> > >> > >>>> Release : 65 Build Date: Wed Sep 24 > >>>> > >>> > >> 02:11:04 2003 > >> > >> > >>>> Install date: Fri Feb 27 10:39:56 2004 Build Host: E36.suse.de > >>>> Group : Productivity/Networking/Web/Servers Source RPM: > >>>> > >>> > >> mod_perl-1.28-65.src.rpm > >> > >> > >>>> Size : 3179973 License: Other > >>>> License(s), > >>>> > >>> > >> see package > >> > >> > >>>> Signature : DSA/SHA1, Wed Sep 24 02:28:53 2003, Key ID > >>>> a84edae89c800aca > >>>> Packager : http://www.suse.de/feedback > >>>> URL : http://perl.apache.org/ > >>>> Summary : Embedded Perl for Apache > >>>> Description : > >>>> The Apache/Perl integration project brings together the full power of > >>>> the Perl programming language and the Apache HTTP server. > >>>> > >>>> With mod_perl it is possible to write Apache modules entirely in Perl. > >>>> In addition, the persistent interpreter embedded in the server avoids > >>>> the overhead of starting an external interpreter and the penalty of > >>>> Perl start-up time. > >>>> > >>>> Authors: > >>>> -------- > >>>> Doug MacEachern and any others, see > >>>> > >>> > >> http://perl.apache.org/about/contributors/people.html > >> > >> > >>>> Distribution: SuSE Linux 9.0 (i586) > >>>> > >>>> Can anybody give me an hint to solve this problem? > >>>> > >>>> grZ Timo > >>>> > >>>> --------------------------------------------------------------- > >>>> DT Netsolution GmbH - Talaeckerstr. 30 - D-70437 Stuttgart > >>>> Tel: +49-711-849910-70 Fax: +49-711-849910-970 > >>>> WEB: http://www.dtnet.de/ Email: timo.eissler at dtnet.de > >>>> _______________________________________________ > >>>> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > >>>> > >>>> RT Developer and Administrator training is coming to LA, DC and > >>>> Frankfurt > >>>> > >>> > >> this spring and summer. > >> > >> > >>>> http://bestpractical.com/services/training.html > >>>> > >>>> Sign up early, as class space is limited. > >>>> > >>>> > >>> > >>> > >>> > >>> > >> > >> > >> > >> > >> > > > > > > -- > --------------------------------------------------------------- > DT Netsolution GmbH - Talaeckerstr. 30 - D-70437 Stuttgart > Tel: +49-711-849910-70 Fax: +49-711-849910-970 > WEB: http://www.dtnet.de/ Email: timo.eissler at dtnet.de > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- Jan Algermissen http://www.topicmapping.com Consultant & Programmer http://www.gooseworks.org From kmoran at servecentric.com Thu Jun 24 10:32:12 2004 From: kmoran at servecentric.com (Kevin Moran) Date: Thu, 24 Jun 2004 15:32:12 +0100 Subject: [rt-users] perl version Message-ID: Hi, I upgraded Perl v5.8.0 to 5.8.3 hoping that this would sort out the corrupt attachments problem but it hasn't. When I go to test dependencies it says that I am still using v5.8.0 but it is definitely the later version. I have tried re-configuring rt-3-0-9 without success. I am still getting corrupt attachments. Can someone help with this please? Do I have to recompile all the Perl modules? Regards, Kevin -------------- next part -------------- An HTML attachment was scrubbed... URL: From zjerodp at acck.edu Thu Jun 24 10:33:04 2004 From: zjerodp at acck.edu (Jerod Prothe) Date: Thu, 24 Jun 2004 09:33:04 -0500 Subject: [rt-users] rt3 & bzip2 on FreeBSD Message-ID: <40DAE620.6030904@acck.edu> Hi, I am brand new to rt, and am in the middle of trying to install rt-3.0.11 on FreeBSD 5.1 using the port. When I cd to /usr/ports/www/rt3 and execute make, I get the following output: # make You may use the following build options: DB_TYPE=type mysql, Oracle, Pg or SQLite (mysql) DB_HOST=hostname The database host (localhost) DB_PORT=port The database port DB_DBA_USER=username Name of database administrator (root) DB_DBA_PASSWORD=password Password of database administrator WITH_FASTCGI Use FastCGI instead of mod_perl WITH_APACHE2 Use Apache2 as the web server INITIAL_INSTALL Do initialize DB (for initial install only) ===> Extracting for rt-3.0.11 >> Checksum OK for rt-3.0.11.tar.gz. ===> Patching for rt-3.0.11 ===> rt-3.0.11 depends on executable: - not found ===> Verifying install for in /usr/ports/ ===> archivers ===> archivers/9e ===> archivers/arc ===> archivers/arj ===> archivers/bicom ===> archivers/bzip ===> archivers/bzip2 ===> bzip2-1.0.2 bzip2 is in the base system. *** Error code 1 Stop in /usr/ports/archivers/bzip2. *** Error code 1 Stop in /usr/ports/archivers. *** Error code 1 Stop in /usr/ports. *** Error code 1 Stop in /usr/ports/www/rt3. I thought that maybe bzip2 was tripping up the install, so I tried to 'make deinstall' in the bzip2 port directory, but that replies with: # make deinstall ===> Deinstalling for bzip2-1.0.2 ===> bzip2-1.0.2 not installed, skipping Is there some way to avert this message? I was hoping for this port to 'just work' like the other FreeBSD ports I've encountered. Many thanks, Jerod From bsam at ipt.ru Thu Jun 24 10:45:32 2004 From: bsam at ipt.ru (Boris B. Samorodov) Date: Thu, 24 Jun 2004 18:45:32 +0400 Subject: [rt-users] rt3 & bzip2 on FreeBSD In-Reply-To: <40DAE620.6030904@acck.edu> References: <40DAE620.6030904@acck.edu> Message-ID: <20040624144532.GA39200@ipt.ru> Hi! On Thu, Jun 24, 2004 at 09:33:04AM -0500, Jerod Prothe wrote: > Hi, > > > I am brand new to rt, and am in the middle of trying to install > rt-3.0.11 on FreeBSD 5.1 using the port. When I cd to > /usr/ports/www/rt3 and execute make, I get the following output: > > # make > > You may use the following build options: > > DB_TYPE=type mysql, Oracle, Pg or SQLite (mysql) > DB_HOST=hostname The database host (localhost) > DB_PORT=port The database port > DB_DBA_USER=username Name of database administrator (root) > DB_DBA_PASSWORD=password Password of database administrator > WITH_FASTCGI Use FastCGI instead of mod_perl > WITH_APACHE2 Use Apache2 as the web server > INITIAL_INSTALL Do initialize DB (for initial > install only) > > ===> Extracting for rt-3.0.11 > >> Checksum OK for rt-3.0.11.tar.gz. > ===> Patching for rt-3.0.11 > ===> rt-3.0.11 depends on executable: - not found ^^^^^^^^^^^^^ Maybe you have old/corrupted index file? Try to "make fetchindex". BTW this question is for freebsd-ports@ maillist. > ===> Verifying install for in /usr/ports/ > ===> archivers > ===> archivers/9e > ===> archivers/arc > ===> archivers/arj > ===> archivers/bicom > ===> archivers/bzip > ===> archivers/bzip2 > ===> bzip2-1.0.2 bzip2 is in the base system. > *** Error code 1 > > Stop in /usr/ports/archivers/bzip2. > *** Error code 1 > > Stop in /usr/ports/archivers. > *** Error code 1 > > Stop in /usr/ports. > *** Error code 1 > > Stop in /usr/ports/www/rt3. > > > > I thought that maybe bzip2 was tripping up the install, so I tried to > 'make deinstall' in the bzip2 port directory, but that replies with: > # make deinstall > ===> Deinstalling for bzip2-1.0.2 > ===> bzip2-1.0.2 not installed, skipping > > > > > Is there some way to avert this message? I was hoping for this port to > 'just work' like the other FreeBSD ports I've encountered. > Many thanks, > > Jerod > > > > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt > this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. WBR -- bsam From mike.ridilla at globalcomplianceservices.com Thu Jun 24 10:48:51 2004 From: mike.ridilla at globalcomplianceservices.com (Mike Ridilla) Date: Thu, 24 Jun 2004 10:48:51 -0400 Subject: [rt-users] perl version Message-ID: <40303051A9CCD61195C300508BB3574F36F3D2@caizexg001.lan.ci-pinkerton.com> I did the exact same thing! You need to recomply mod_perl and apache. This should take care of the problem! I'm still having a slight problem with attachments, but they do attach correctly now. Mike Ridilla -----Original Message----- From: Kevin Moran [mailto:kmoran at servecentric.com] Sent: Thursday, June 24, 2004 10:32 AM To: rt-users at lists.bestpractical.com Subject: [rt-users] perl version Hi, I upgraded Perl v5.8.0 to 5.8.3 hoping that this would sort out the corrupt attachments problem but it hasn't. When I go to test dependencies it says that I am still using v5.8.0 but it is definitely the later version. I have tried re-configuring rt-3-0-9 without success. I am still getting corrupt attachments. Can someone help with this please? Do I have to recompile all the Perl modules? Regards, Kevin -------------- next part -------------- An HTML attachment was scrubbed... URL: From rt at chaka.net Thu Jun 24 10:16:41 2004 From: rt at chaka.net (Todd Chapman) Date: Thu, 24 Jun 2004 10:16:41 -0400 Subject: [rt-users] perl version In-Reply-To: <40303051A9CCD61195C300508BB3574F36F3D2@caizexg001.lan.ci-pinkerton.com> References: <40303051A9CCD61195C300508BB3574F36F3D2@caizexg001.lan.ci-pinkerton.com> Message-ID: <20040624141640.GG28862@chaka.net> You only need to re-insall mod_perl, not apache. You don't even need the Apache source to re-compile mod_perl if you have apxs support. -Todd On Thu, Jun 24, 2004 at 10:48:51AM -0400, Mike Ridilla wrote: > I did the exact same thing! You need to recomply mod_perl and apache. This > should take care of the problem! I'm still having a slight problem with > attachments, but they do attach correctly now. > > Mike Ridilla > > -----Original Message----- > From: Kevin Moran [mailto:kmoran at servecentric.com] > Sent: Thursday, June 24, 2004 10:32 AM > To: rt-users at lists.bestpractical.com > Subject: [rt-users] perl version > > > > Hi, > > I upgraded Perl v5.8.0 to 5.8.3 hoping that this would sort out the corrupt > attachments problem but it hasn't. When I go to test dependencies it says > that I am still using v5.8.0 but it is definitely the later version. I have > tried re-configuring rt-3-0-9 without success. I am still getting corrupt > attachments. Can someone help with this please? Do I have to recompile all > the Perl modules? > > Regards, > > Kevin > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From mike.ridilla at globalcomplianceservices.com Thu Jun 24 11:04:45 2004 From: mike.ridilla at globalcomplianceservices.com (Mike Ridilla) Date: Thu, 24 Jun 2004 11:04:45 -0400 Subject: [rt-users] perl version Message-ID: <40303051A9CCD61195C300508BB3574F36F3D3@caizexg001.lan.ci-pinkerton.com> Hmmm....I did try to just recomply mod_perl, but it didn't seem to fix the problem, but when I did a make install on apache, it fixed it! Oh well such is life! Mike Ridilla -----Original Message----- From: Todd Chapman [mailto:rt at chaka.net] Sent: Thursday, June 24, 2004 10:17 AM To: Mike Ridilla Cc: 'Kevin Moran'; rt-users at lists.bestpractical.com Subject: Re: [rt-users] perl version You only need to re-insall mod_perl, not apache. You don't even need the Apache source to re-compile mod_perl if you have apxs support. -Todd On Thu, Jun 24, 2004 at 10:48:51AM -0400, Mike Ridilla wrote: > I did the exact same thing! You need to recomply mod_perl and apache. This > should take care of the problem! I'm still having a slight problem with > attachments, but they do attach correctly now. > > Mike Ridilla > > -----Original Message----- > From: Kevin Moran [mailto:kmoran at servecentric.com] > Sent: Thursday, June 24, 2004 10:32 AM > To: rt-users at lists.bestpractical.com > Subject: [rt-users] perl version > > > > Hi, > > I upgraded Perl v5.8.0 to 5.8.3 hoping that this would sort out the corrupt > attachments problem but it hasn't. When I go to test dependencies it says > that I am still using v5.8.0 but it is definitely the later version. I have > tried re-configuring rt-3-0-9 without success. I am still getting corrupt > attachments. Can someone help with this please? Do I have to recompile all > the Perl modules? > > Regards, > > Kevin > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From zjerodp at acck.edu Thu Jun 24 11:20:46 2004 From: zjerodp at acck.edu (Jerod Prothe) Date: Thu, 24 Jun 2004 10:20:46 -0500 Subject: [rt-users] rt3 & bzip2 on FreeBSD In-Reply-To: <20040624144532.GA39200@ipt.ru> References: <40DAE620.6030904@acck.edu> <20040624144532.GA39200@ipt.ru> Message-ID: <40DAF14E.7000004@acck.edu> Boris, # cd /usr/ports/archivers/bzip2 # make fetch index ===> bzip2-1.0.2 bzip2 is in the base system. make: don't know how to make index. Stop I'll try the ports list. Thanks anyway. Boris B. Samorodov wrote: >Hi! > >On Thu, Jun 24, 2004 at 09:33:04AM -0500, Jerod Prothe wrote: > > >>Hi, >> >> >> I am brand new to rt, and am in the middle of trying to install >>rt-3.0.11 on FreeBSD 5.1 using the port. When I cd to >>/usr/ports/www/rt3 and execute make, I get the following output: >> >># make >> >>You may use the following build options: >> >> DB_TYPE=type mysql, Oracle, Pg or SQLite (mysql) >> DB_HOST=hostname The database host (localhost) >> DB_PORT=port The database port >> DB_DBA_USER=username Name of database administrator (root) >> DB_DBA_PASSWORD=password Password of database administrator >> WITH_FASTCGI Use FastCGI instead of mod_perl >> WITH_APACHE2 Use Apache2 as the web server >> INITIAL_INSTALL Do initialize DB (for initial >>install only) >> >>===> Extracting for rt-3.0.11 >> >> >>>>Checksum OK for rt-3.0.11.tar.gz. >>>> >>>> >>===> Patching for rt-3.0.11 >>===> rt-3.0.11 depends on executable: - not found >> >> > ^^^^^^^^^^^^^ > >Maybe you have old/corrupted index file? Try to "make fetchindex". >BTW this question is for freebsd-ports@ maillist. > > > >>===> Verifying install for in /usr/ports/ >>===> archivers >>===> archivers/9e >>===> archivers/arc >>===> archivers/arj >>===> archivers/bicom >>===> archivers/bzip >>===> archivers/bzip2 >>===> bzip2-1.0.2 bzip2 is in the base system. >>*** Error code 1 >> >>Stop in /usr/ports/archivers/bzip2. >>*** Error code 1 >> >>Stop in /usr/ports/archivers. >>*** Error code 1 >> >>Stop in /usr/ports. >>*** Error code 1 >> >>Stop in /usr/ports/www/rt3. >> >> >> >>I thought that maybe bzip2 was tripping up the install, so I tried to >>'make deinstall' in the bzip2 port directory, but that replies with: >># make deinstall >>===> Deinstalling for bzip2-1.0.2 >>===> bzip2-1.0.2 not installed, skipping >> >> >> >> >>Is there some way to avert this message? I was hoping for this port to >>'just work' like the other FreeBSD ports I've encountered. >>Many thanks, >> >>Jerod >> >> >> >> >>_______________________________________________ >>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users >> >>RT Developer and Administrator training is coming to LA, DC and Frankfurt >>this spring and summer. >>http://bestpractical.com/services/training.html >> >>Sign up early, as class space is limited. >> >> > >WBR > > From bsam at ipt.ru Thu Jun 24 11:28:16 2004 From: bsam at ipt.ru (Boris B. Samorodov) Date: Thu, 24 Jun 2004 19:28:16 +0400 Subject: [rt-users] rt3 & bzip2 on FreeBSD In-Reply-To: <40DAF14E.7000004@acck.edu> References: <40DAE620.6030904@acck.edu> <20040624144532.GA39200@ipt.ru> <40DAF14E.7000004@acck.edu> Message-ID: <20040624152816.GA39447@ipt.ru> On Thu, Jun 24, 2004 at 10:20:46AM -0500, Jerod Prothe wrote: > Boris, > # cd /usr/ports/archivers/bzip2 # cd /usr/ports > # make fetch index > ===> bzip2-1.0.2 bzip2 is in the base system. > make: don't know how to make index. Stop > > I'll try the ports list. Thanks anyway. > WBR -- bsam From rt at chaka.net Thu Jun 24 10:43:23 2004 From: rt at chaka.net (Todd Chapman) Date: Thu, 24 Jun 2004 10:43:23 -0400 Subject: [rt-users] Request for comments: Configurable Status In-Reply-To: <40DA1A30.3060504@ece.utk.edu> References: <20040623210832.GF20975@pallas.eruditorum.org> <40DA1A30.3060504@ece.utk.edu> Message-ID: <20040624144323.GH28862@chaka.net> I think that RT can be more flexible but not compliacted by having it use intelligent defaults. That is, deliver what we have today but with a more flexible code base so that it can be extended even more easily. -Todd On Wed, Jun 23, 2004 at 08:02:56PM -0400, Matt Disney wrote: > > > On the other hand, more and more advanced functionality and flexibility > serves to complicate RT and perhaps discourage users that don't need > such features. I suppose the compromise between flexibility and > user-friendliness lies in pursuing advanced features but having a good > set of common default settings. The most common complaint about RT may > be that setup is complicated (though things seem to be getting better in > this respect all the time); if push comes to shove, it's probably better > to make RT easier to setup rather than have certain advanced > functionality that a minority of users will leverage. > From bsam at ipt.ru Thu Jun 24 11:30:04 2004 From: bsam at ipt.ru (Boris B. Samorodov) Date: Thu, 24 Jun 2004 19:30:04 +0400 Subject: [rt-users] rt3 & bzip2 on FreeBSD In-Reply-To: <20040624152816.GA39447@ipt.ru> References: <40DAE620.6030904@acck.edu> <20040624144532.GA39200@ipt.ru> <40DAF14E.7000004@acck.edu> <20040624152816.GA39447@ipt.ru> Message-ID: <20040624153004.GB39447@ipt.ru> On Thu, Jun 24, 2004 at 07:28:16PM +0400, Boris B. Samorodov wrote: > On Thu, Jun 24, 2004 at 10:20:46AM -0500, Jerod Prothe wrote: > > Boris, > > # cd /usr/ports/archivers/bzip2 > > # cd /usr/ports > > > # make fetch index sorry, didn't notice... # make fetchindex > > ===> bzip2-1.0.2 bzip2 is in the base system. > > make: don't know how to make index. Stop > > > > I'll try the ports list. Thanks anyway. > > > > WBR > -- > bsam > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. WBR -- bsam From dmd at speakeasy.org Thu Jun 24 11:35:41 2004 From: dmd at speakeasy.org (Dave Dennis) Date: Thu, 24 Jun 2004 08:35:41 -0700 (PDT) Subject: [rt-users] Request for comments: Configurable Status In-Reply-To: <40DADA62.6080304@fastmail.fm> References: <3C05BBBA1B54ED43B1A6827E620EF1CD584CE5@mailservermn.mqsoftware.com> <40DADA62.6080304@fastmail.fm> Message-ID: Custom Fields show up at the search ticket screen (in Refine Search) now, on the queue I have set up with custom fields "Open Status" and "Resolve Status". What we lack imho is once you "update all tickets at once" you cannot change these custom fields, also when you are resolving a ticket individually, custom fields don't appear there either. If we had both of those, leaving the status arrays alone would be fine for my org's workflow. Kind regards, +------------------------- + Dave Dennis + Seattle, WA + dmd at speakeasy.org + http://www.dmdennis.com +------------------------- On Thu, 24 Jun 2004, Kelly D. Lucas wrote: > Kelly, > > Good point about searching, as that is one key area that my corporate > management will insist upon. > > So I'm curious is there is an easy way to search on custom fields? > > kdl > > K.D. Lucas > lucaskeli at fastmail.fm > > > > Kelly F. Hickel wrote: > > >Our support group really wanted to do custom status via the status > >field, and not by custom fields. Primarily because the custom fields > >are not integrated into the search, resolution, report "screens" (as > >reported by others). So, either customer status values (which we have > >now), or better integration of custom fields would solve that issue. > > > >I'd also like to be able to do scrips based on status changes, which I > >think I can do now, but haven't gotten into scrips that much. It seems > >to me that by doing this, you've covered the more complex workflow > >scenarios, without making it too difficult for beginning users...... > > > >-- > >Kelly F. Hickel > >Senior Software Architect > >MQSoftware, Inc. > >952.345.8677 > >kfh at mqsoftware.com > > > > > > > > > >>-----Original Message----- > >>From: Jesse [mailto:jesse at bestpractical.com] > >>Sent: Wednesday, June 23, 2004 4:09 PM > >>To: rt-users at lists.bestpractical.com > >>Subject: [rt-users] Request for comments: Configurable Status > >> > >> > >>In the traditional RT model, the "Status" field is a simple, limited > >>list of possible states that a ticket can be in. Roughly: untouched, > >>active, temporarily inactive, permanently inactive. For more advanced > >>workflow, we've recommended that users create custom fields or use > >>multiple queues to represent different workflow stages. Of late, > >>there's been an upswing in the number of users who would rather simply > >>modify the existing "status" field. > >> > >>Would a simple editable per-queue ordered list of possible statuses > >>(stati?) be sufficient for your needs? Do you need to control which > >>status transitions are allowed? Do you need to be able to lock down > >>certain statuses such that they're only selectable by specific users? > >> > >> > >> Best, > >> Jesse > >> > >> > >>-- > >> > >>_______________________________________________ > >>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > >> > >>RT Developer and Administrator training is coming to LA, DC and > >> > >> > >Frankfurt > > > > > >>this spring and summer. > >>http://bestpractical.com/services/training.html > >> > >>Sign up early, as class space is limited. > >> > >> > > > >_______________________________________________ > >http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > > >RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > >http://bestpractical.com/services/training.html > > > >Sign up early, as class space is limited. > > > > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. > From avahlkamp at txgenco.com Thu Jun 24 11:43:38 2004 From: avahlkamp at txgenco.com (avahlkamp at txgenco.com) Date: Thu, 24 Jun 2004 10:43:38 -0500 Subject: [rt-users] RE: RT-Users Digest, Vol 3, Issue 74 Message-ID: I'd like to insert our corporate header which contains our personnel search into RT. It contains some javascript and it's own HTML code. Can anyone explain how to make this happen? Config: Mandrake Linux 10 Apache 1.3.31 Mod_perl1 RT 3 Standard RT installation with its files at /opt/rt3 and the elements files at /opt/rt3/share/html/elements I am reasonably sure the modification needs to happen in the /opt/rt3/share/html/elements/header file, but I'm not sure how to go about it. Thanks! -Win From cubic at acronis.ru Thu Jun 24 11:46:31 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Thu, 24 Jun 2004 19:46:31 +0400 Subject: [rt-users] perl version In-Reply-To: <20040624141640.GG28862@chaka.net> References: <40303051A9CCD61195C300508BB3574F36F3D2@caizexg001.lan.ci-pinkerton.com> <20040624141640.GG28862@chaka.net> Message-ID: <40DAF757.70608@acronis.ru> Hello. Full answer on topic "What should I do with Apache and mod_perl if I upgraded perl?": You should rebuild mod_perl http://perl.apache.org/docs/1.0/guide/install.html#Should_I_Rebuild_mod_perl_if_I_have_Upgraded_Perl_ If MP is DSO then you don't need rebuild Apache. *NOTE* *WARNING* *SPECIAL FOR APACHE 1.x USERS* *DON'T SKIP THIS* If you use Apache1.x+mod_perl1.x you want mod_perl compiled static with Apache. If you still have question "Why?" then you must read: http://perl.apache.org/docs/1.0/guide/install.html#When_DSO_can_be_Used http://masonhq.com/resources/todo/view.html?id=200 http://www.bricolage.cc/docs/api/1.6/Bric/FAQ.html#Installation http://www.apache-asp.org/faq.html#Error%3A%20no%20reb1d13fcf Do you still have questions about DSO in Apache 1.x? You don't know how to do it. It's not a big deal: http://perl.apache.org/docs/1.0/guide/install.html#The_Flexible_Way http://perl.apache.org/docs/1.0/guide/install.html#Installation_Scenarios_for_mod_perl_and_Other_Components *NOTE* *WARNING* *SPECIAL FOR APACHE 1.x USERS* *DON'T SKIP THIS* Now, MP2 can be compiled only as DSO and it's fine, so you shouldn't recompile Apache2 only mod_perl. http://perl.apache.org/docs/2.0/user/install/install.html Best regards. Ruslan. Todd Chapman wrote: > You only need to re-insall mod_perl, not apache. You don't even > need the Apache source to re-compile mod_perl if you have apxs > support. > > -Todd > > On Thu, Jun 24, 2004 at 10:48:51AM -0400, Mike Ridilla wrote: > >>I did the exact same thing! You need to recomply mod_perl and apache. This >>should take care of the problem! I'm still having a slight problem with >>attachments, but they do attach correctly now. >> >>Mike Ridilla >> >>-----Original Message----- >>From: Kevin Moran [mailto:kmoran at servecentric.com] >>Sent: Thursday, June 24, 2004 10:32 AM >>To: rt-users at lists.bestpractical.com >>Subject: [rt-users] perl version >> >> >> >>Hi, >> >>I upgraded Perl v5.8.0 to 5.8.3 hoping that this would sort out the corrupt >>attachments problem but it hasn't. When I go to test dependencies it says >>that I am still using v5.8.0 but it is definitely the later version. I have >>tried re-configuring rt-3-0-9 without success. I am still getting corrupt >>attachments. Can someone help with this please? Do I have to recompile all >>the Perl modules? >> >>Regards, >> >>Kevin >> From cubic at acronis.ru Thu Jun 24 12:30:43 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Thu, 24 Jun 2004 20:30:43 +0400 Subject: [rt-users] Request for comments: Configurable Status In-Reply-To: <20040623210832.GF20975@pallas.eruditorum.org> References: <20040623210832.GF20975@pallas.eruditorum.org> Message-ID: <40DB01B3.8050400@acronis.ru> Jesse wrote: > In the traditional RT model, the "Status" field is a simple, limited > list of possible states that a ticket can be in. Roughly: untouched, > active, temporarily inactive, permanently inactive. For more advanced > workflow, we've recommended that users create custom fields or use > multiple queues to represent different workflow stages. Of late, > there's been an upswing in the number of users who would rather simply > modify the existing "status" field. Jesse, as you can see many users want extended statuses because CFs aren't available in places where it should be. I don't like idea that somebody can change statuses set. If it would be then it would be in 3.2.x or even more in 3.4.x, but now with 'Advanced RT Search Builder' we can construct complex queries on CFs. As I can see it also allow customize output of search results and save search query. I think there is few steps needed to meet required flexibilty in this area: 1) Add ability to modify ticket's CFs on reply/comment/resolve... actions. 2) Add ability to put saved searches on own home page. 3) Add ability to output CFs in search results. IMHO feature 1) should be in RT in any case. We use one global CF State with 12 values that is something like extended status and patch that I sent. 1) Our supporters pray on it. They change CF State on almost all actions. 2) Our developers love it. They can stall ticket and set up State = 'Deffered/Later' to prevent autoopenning. They can change product, module or build num where issue was resolved with one click while commenting/replying. 3) I use it because nobody knows in company whether it's in GUI or in RT core bug is :) ... Best regards. Ruslan. > > Would a simple editable per-queue ordered list of possible statuses > (stati?) be sufficient for your needs? Do you need to control which > status transitions are allowed? Do you need to be able to lock down > certain statuses such that they're only selectable by specific users? > > > Best, > Jesse > > From les at futuresource.com Thu Jun 24 13:22:23 2004 From: les at futuresource.com (Les Mikesell) Date: Thu, 24 Jun 2004 12:22:23 -0500 Subject: [rt-users] Request for comments: Configurable Status In-Reply-To: <40DAD7C9.5060806@fastmail.fm> References: <20040623210832.GF20975@pallas.eruditorum.org> <40DAD7C9.5060806@fastmail.fm> Message-ID: <1088097743.27874.167.camel@moola.futuresource.com> On Thu, 2004-06-24 at 08:31, Kelly D. Lucas wrote: > * demo/installation [Sales Engineers] > * system configuration [tech support] > * enhancements or tech data [prod mgt] > * bugs [dev/SQL] It seems natural to me to arrange queues according to the people that do the work and get notifications and move tickets to the appropriate queue for different stages of work. > 3) So obviously there will be states like fixed, verified, that there > won't be for the demo/installation issues. Can't you move the ticket out of the queue for the people who fix or verify once it no longer needs their services? In the appropriate queue it is either done or not. > And in product marketing, > they will have states regarding feature enhancements that other groups > will not have. What should happen if you move a ticket into a queue that doesn't include it's current status as one of the choices? Marketing people generally aren't going to 'solve' a problem of feature enhancements. You need to push such a ticket to a queue watched by developers and let them send it back when the marketing people have something to sell. One thing I've sometimes wanted and haven't figured out an easy way to accomplish is to include the current owner or perhaps all the watchers of the current queue as a cc for notifications even though the ticket is being moved to a queue that doesn't normally include them and it may subsequently have its ownership changed too. For a single user you could add the email as a cc but it would be nice to be able to use the same group references you create for permissions as watchers and add-on cc:'s tied to individual tickets. Maybe what I'm really asking for in addition to letting groups be watchers is to to allow a ticket to appear in multiple queues so instead of moving it out of it's original queue for special services you could add it into the queue watched by others in some workflow step without losing track of it yourself. In case I've missed something, is there currently any way to find a ticket you've pushed to another queue if you no longer own it or if you weren't the original owner? Say something comes in to a support queue that needs development work to fix and is pushed to an appropriate queue. Is there any way for a different support person to know if those tickets have had any subsequent activity or if they are being ignored? Something like 'search for tickets that were moved out of the support queue but not yet resolved'? I'd like them to be generally out of the way while someone else has them but not completely forgotten. --- Les Mikesell les at futuresource.com From erikerik at gmail.com Thu Jun 24 13:41:28 2004 From: erikerik at gmail.com (Erik Anderson) Date: Thu, 24 Jun 2004 12:41:28 -0500 Subject: [rt-users] Mason problem? Message-ID: I'm running rt-3.0.11, apache-2.0.49, and mod_perl-1.99_11. Apache doesn't seem to be obeying the DirectoryIndex directives. If I navigate to http://helpdesk.foo.com/, I get a 404, but if I navigate to http://helpdesk.foo.com/index.html, I get the correct rt login page. I have verified that index.html *is* listed in the DirectoryIndex Directive, so I'm thinking that the mason handler or something else is screwing up the request. I get this in my apache error_log when I make a request to / : [Thu Jun 24 12:40:42 2004] [error] [client 192.168.1.95] Attempt to serve directory: /opt/rt3/share/html/ Any ideas? Thanks! From jalgermissen at topicmapping.com Thu Jun 24 13:45:32 2004 From: jalgermissen at topicmapping.com (Jan Algermissen) Date: Thu, 24 Jun 2004 19:45:32 +0200 Subject: [rt-users] Mason problem? References: Message-ID: <40DB133C.D02056CD@topicmapping.com> Erik Anderson wrote: > > I'm running rt-3.0.11, apache-2.0.49, and mod_perl-1.99_11. > > Apache doesn't seem to be obeying the DirectoryIndex directives. If I > navigate to http://helpdesk.foo.com/, I get a 404, but if I navigate > to http://helpdesk.foo.com/index.html, I get the correct rt login > page. > > I have verified that index.html *is* listed in the DirectoryIndex > Directive, so I'm thinking that the mason handler or something else is > screwing up the request. > > I get this in my apache error_log when I make a request to / : > > [Thu Jun 24 12:40:42 2004] [error] [client 192.168.1.95] Attempt to > serve directory: /opt/rt3/share/html/ > > Any ideas? Can you send your httpd.conf? Seems like an Alias problem or so. The relevant part of the RT config file would also be helpful. Jan > > Thanks! > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- Jan Algermissen http://www.topicmapping.com Consultant & Programmer http://www.gooseworks.org From BrettB at hkusa.com Thu Jun 24 14:59:59 2004 From: BrettB at hkusa.com (Brett Barnhart) Date: Thu, 24 Jun 2004 13:59:59 -0500 Subject: [rt-users] Request for comments: Configurable Status Message-ID: <2E8440B99F0D1B4F9D4F3099A3778FB507AA0963@EXCHANGE4> Personally, I don't move tickets around queues unless it was placed wrongly... For a given project, I have a project queue, a programming queue, and a testing queue. I may not want the original requestor to see all the notes back and forth about programming and testing. So, I use the dependencies a lot. A given project will have one project ticket. Each project will have one or more programming ticket. Each programming ticket will have a testing ticket. Part of the reason for this is accountability. I am the project manager, so I own the project. However, the programmer is the owner of the programming ticket and I am the requestor. The testor is the owner of the testing ticket and the programmer is the requestor. If you move the ticket around... you loose that paper trail. Programmer 1 moved the ticket to queue 2... was their part done or did they give up or something else happen? I would agree that it would be nice to have "Resolved" have permissions. We do not allow our programmers to resolve a ticket. The Project manager needs to do that. We are small enough that we just made the rule and ask people to follow it, but it isn't enforcable. > -----Original Message----- > From: Les Mikesell [mailto:les at futuresource.com] > Sent: Thursday, June 24, 2004 12:22 PM > To: Kelly D. Lucas > Cc: rt-users at lists.bestpractical.com > Subject: Re: [rt-users] Request for comments: Configurable Status > > > On Thu, 2004-06-24 at 08:31, Kelly D. Lucas wrote: > > > * demo/installation [Sales Engineers] > > * system configuration [tech support] > > * enhancements or tech data [prod mgt] > > * bugs [dev/SQL] > > It seems natural to me to arrange queues according to the > people that do the work and get notifications and move > tickets to the appropriate queue for different stages > of work. > > > 3) So obviously there will be states like fixed, verified, > that there > > won't be for the demo/installation issues. > > Can't you move the ticket out of the queue for the people who fix > or verify once it no longer needs their services? In the appropriate > queue it is either done or not. > > > And in product marketing, > > they will have states regarding feature enhancements that > other groups > > will not have. > > What should happen if you move a ticket into a queue that doesn't > include it's current status as one of the choices? Marketing people > generally aren't going to 'solve' a problem of feature enhancements. > You need to push such a ticket to a queue watched by developers and > let them send it back when the marketing people have something to > sell. > > One thing I've sometimes wanted and haven't figured out an easy > way to accomplish is to include the current owner or perhaps > all the watchers of the current queue as a cc for notifications > even though the ticket is being moved to a queue that doesn't > normally include them and it may subsequently have its ownership > changed too. For a single user you could add the email as a > cc but it would be nice to be able to use the same group references > you create for permissions as watchers and add-on cc:'s tied > to individual tickets. Maybe what I'm really asking for in addition > to letting groups be watchers is to to allow a ticket to appear > in multiple queues so instead of moving it out of it's original > queue for special services you could add it into the queue watched > by others in some workflow step without losing track of it yourself. > > In case I've missed something, is there currently any way to find > a ticket you've pushed to another queue if you no longer own it or > if you weren't the original owner? Say something comes in to a > support queue that needs development work to fix and is pushed to > an appropriate queue. Is there any way for a different support > person to know if those tickets have had any subsequent activity or if > they are being ignored? Something like 'search for tickets that were > moved out of the support queue but not yet resolved'? I'd like them > to be generally out of the way while someone else has them but not > completely forgotten. > > --- > Les Mikesell > les at futuresource.com > > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC > and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. > From lucaskeli at fastmail.fm Thu Jun 24 15:53:06 2004 From: lucaskeli at fastmail.fm (Kelly D. Lucas) Date: Thu, 24 Jun 2004 14:53:06 -0500 Subject: [rt-users] Request for comments: Configurable Status In-Reply-To: <2E8440B99F0D1B4F9D4F3099A3778FB507AA0963@EXCHANGE4> References: <2E8440B99F0D1B4F9D4F3099A3778FB507AA0963@EXCHANGE4> Message-ID: <40DB3122.1030406@fastmail.fm> I was planning to use [queues] in the following way: One potential path: [Sales] <====> [Support] <===> [Dev] A second: [Sales] <===> [ProdMgt] <===> [Dev] Basically, anything could possibly be "fixed" within any [queue] above, or could be passed on to a different queue for assistance or escalation. However, it would flow back to the originator for final closure. So although the owner would change hands, it would go back to the originator for the final approval of any ticket closure. So, as long as someone was able to track the , I would think they would have the ability to see all of the history of any issue that came in or out of the queue.... Is this the way the system works or am I missing some critical piece of info? K.D. Lucas lucaskeli at fastmail.fm Brett Barnhart wrote: >Personally, I don't move tickets around queues unless it was placed >wrongly... > >For a given project, I have a project queue, a programming queue, and a >testing queue. > >I may not want the original requestor to see all the notes back and forth >about programming and testing. So, I use the dependencies a lot. > >A given project will have one project ticket. >Each project will have one or more programming ticket. >Each programming ticket will have a testing ticket. > >Part of the reason for this is accountability. I am the project manager, so >I own the project. >However, the programmer is the owner of the programming ticket and I am the >requestor. >The testor is the owner of the testing ticket and the programmer is the >requestor. > >If you move the ticket around... you loose that paper trail. Programmer 1 >moved the ticket to queue 2... was their part done or did they give up or >something else happen? > >I would agree that it would be nice to have "Resolved" have permissions. We >do not allow our programmers to resolve a ticket. The Project manager needs >to do that. We are small enough that we just made the rule and ask people to >follow it, but it isn't enforcable. > > > > > >>-----Original Message----- >>From: Les Mikesell [mailto:les at futuresource.com] >>Sent: Thursday, June 24, 2004 12:22 PM >>To: Kelly D. Lucas >>Cc: rt-users at lists.bestpractical.com >>Subject: Re: [rt-users] Request for comments: Configurable Status >> >> >>On Thu, 2004-06-24 at 08:31, Kelly D. Lucas wrote: >> >> >> >>> * demo/installation [Sales Engineers] >>> * system configuration [tech support] >>> * enhancements or tech data [prod mgt] >>> * bugs [dev/SQL] >>> >>> >>It seems natural to me to arrange queues according to the >>people that do the work and get notifications and move >>tickets to the appropriate queue for different stages >>of work. >> >> >> >>>3) So obviously there will be states like fixed, verified, >>> >>> >>that there >> >> >>>won't be for the demo/installation issues. >>> >>> >>Can't you move the ticket out of the queue for the people who fix >>or verify once it no longer needs their services? In the appropriate >>queue it is either done or not. >> >> >> >>> And in product marketing, >>>they will have states regarding feature enhancements that >>> >>> >>other groups >> >> >>>will not have. >>> >>> >>What should happen if you move a ticket into a queue that doesn't >>include it's current status as one of the choices? Marketing people >>generally aren't going to 'solve' a problem of feature enhancements. >>You need to push such a ticket to a queue watched by developers and >>let them send it back when the marketing people have something to >>sell. >> >>One thing I've sometimes wanted and haven't figured out an easy >>way to accomplish is to include the current owner or perhaps >>all the watchers of the current queue as a cc for notifications >>even though the ticket is being moved to a queue that doesn't >>normally include them and it may subsequently have its ownership >>changed too. For a single user you could add the email as a >>cc but it would be nice to be able to use the same group references >>you create for permissions as watchers and add-on cc:'s tied >>to individual tickets. Maybe what I'm really asking for in addition >>to letting groups be watchers is to to allow a ticket to appear >>in multiple queues so instead of moving it out of it's original >>queue for special services you could add it into the queue watched >>by others in some workflow step without losing track of it yourself. >> >>In case I've missed something, is there currently any way to find >>a ticket you've pushed to another queue if you no longer own it or >>if you weren't the original owner? Say something comes in to a >>support queue that needs development work to fix and is pushed to >>an appropriate queue. Is there any way for a different support >>person to know if those tickets have had any subsequent activity or if >>they are being ignored? Something like 'search for tickets that were >>moved out of the support queue but not yet resolved'? I'd like them >>to be generally out of the way while someone else has them but not >>completely forgotten. >> >>--- >> Les Mikesell >> les at futuresource.com >> >> >>_______________________________________________ >>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users >> >>RT Developer and Administrator training is coming to LA, DC >>and Frankfurt this spring and summer. >>http://bestpractical.com/services/training.html >> >>Sign up early, as class space is limited. >> >> >> From lucaskeli at fastmail.fm Thu Jun 24 15:59:59 2004 From: lucaskeli at fastmail.fm (Kelly D. Lucas) Date: Thu, 24 Jun 2004 14:59:59 -0500 Subject: [rt-users] Issue-Tracker Message-ID: <40DB32BF.40606@fastmail.fm> Someone has introduced another potential candidate into our group, called Issue-Tracker, which was download from source-forge. The U/I looks fairly simple and the product was easy to install. http://issue-tracker.sourceforge.net/ So, I'm hoping to leveridge some of the experiences of users on this group. Does anyone have any experience with Issue-Tracker, and why did you select RT over it? I'm not experienced enough yet with either product to make any definitive statements yet, but the evaluation is proceeding. I can obviously see that Issue-Tracker does not support a FAQ generator, which is one feature I like about RT. Any other comments would be appreciated. Thanks, kdl -- K.D. Lucas lucaskeli at fastmail.fm From dmd at speakeasy.org Thu Jun 24 16:00:45 2004 From: dmd at speakeasy.org (Dave Dennis) Date: Thu, 24 Jun 2004 13:00:45 -0700 (PDT) Subject: [rt-users] Request for comments: Configurable Status In-Reply-To: <40DB3122.1030406@fastmail.fm> References: <2E8440B99F0D1B4F9D4F3099A3778FB507AA0963@EXCHANGE4> <40DB3122.1030406@fastmail.fm> Message-ID: The trouble as I see it with this approach, which we discussed in house, is that a ticket can get lost fairly easily as it traverses queues. By "lost" I mean that something entered into one queue by the original requestor will then get processed through to its 'pending' queue, something's done on it, then it eventually winds up in the 'resolved' queue. But unless you look for the ticket by "requestor" or by a specific memory for the ticket number, the ticket has no easy way, by date perhaps, to be located out of a crowd several days later. In our workflow, tickets come in from customers, potential customers, or from other vendors or people we buy stuff from, and the ticket goes into the queue that it fits for what type of work it is -- systems work, dev work, network work or IT. since a large number of our tickets can require interfacing to vendors we created a separate queue 'vendors' for tickets that were pending waiting for vendor callback. But this started to be bad, cause Joe creates a ticket on monday in Systems, and on Tuesday it gets stalled into Vendors, now its thursday and Joe can't find his original Systems ticket. If you see what we mean here.... Thanks, sorry for long winded... +------------------------- + Dave Dennis + Seattle, WA + dmd at speakeasy.org + http://www.dmdennis.com +------------------------- On Thu, 24 Jun 2004, Kelly D. Lucas wrote: > I was planning to use [queues] in the following way: > > One potential path: > [Sales] <====> [Support] <===> [Dev] > > A second: > [Sales] <===> [ProdMgt] <===> [Dev] > > Basically, anything could possibly be "fixed" within any [queue] above, > or could be passed on to a different queue for assistance or escalation. > However, it would flow back to the originator for final closure. So > although the owner would change hands, it would go back to the > originator for the final approval of any ticket closure. > > So, as long as someone was able to track the , I would think > they would have the ability to see all of the history of any issue that > came in or out of the queue.... Is this the way the system works or am I > missing some critical piece of info? > > K.D. Lucas > lucaskeli at fastmail.fm > > > > Brett Barnhart wrote: > > >Personally, I don't move tickets around queues unless it was placed > >wrongly... > > > >For a given project, I have a project queue, a programming queue, and a > >testing queue. > > > >I may not want the original requestor to see all the notes back and forth > >about programming and testing. So, I use the dependencies a lot. > > > >A given project will have one project ticket. > >Each project will have one or more programming ticket. > >Each programming ticket will have a testing ticket. > > > >Part of the reason for this is accountability. I am the project manager, so > >I own the project. > >However, the programmer is the owner of the programming ticket and I am the > >requestor. > >The testor is the owner of the testing ticket and the programmer is the > >requestor. > > > >If you move the ticket around... you loose that paper trail. Programmer 1 > >moved the ticket to queue 2... was their part done or did they give up or > >something else happen? > > > >I would agree that it would be nice to have "Resolved" have permissions. We > >do not allow our programmers to resolve a ticket. The Project manager needs > >to do that. We are small enough that we just made the rule and ask people to > >follow it, but it isn't enforcable. > > > > > > > > > > > >>-----Original Message----- > >>From: Les Mikesell [mailto:les at futuresource.com] > >>Sent: Thursday, June 24, 2004 12:22 PM > >>To: Kelly D. Lucas > >>Cc: rt-users at lists.bestpractical.com > >>Subject: Re: [rt-users] Request for comments: Configurable Status > >> > >> > >>On Thu, 2004-06-24 at 08:31, Kelly D. Lucas wrote: > >> > >> > >> > >>> * demo/installation [Sales Engineers] > >>> * system configuration [tech support] > >>> * enhancements or tech data [prod mgt] > >>> * bugs [dev/SQL] > >>> > >>> > >>It seems natural to me to arrange queues according to the > >>people that do the work and get notifications and move > >>tickets to the appropriate queue for different stages > >>of work. > >> > >> > >> > >>>3) So obviously there will be states like fixed, verified, > >>> > >>> > >>that there > >> > >> > >>>won't be for the demo/installation issues. > >>> > >>> > >>Can't you move the ticket out of the queue for the people who fix > >>or verify once it no longer needs their services? In the appropriate > >>queue it is either done or not. > >> > >> > >> > >>> And in product marketing, > >>>they will have states regarding feature enhancements that > >>> > >>> > >>other groups > >> > >> > >>>will not have. > >>> > >>> > >>What should happen if you move a ticket into a queue that doesn't > >>include it's current status as one of the choices? Marketing people > >>generally aren't going to 'solve' a problem of feature enhancements. > >>You need to push such a ticket to a queue watched by developers and > >>let them send it back when the marketing people have something to > >>sell. > >> > >>One thing I've sometimes wanted and haven't figured out an easy > >>way to accomplish is to include the current owner or perhaps > >>all the watchers of the current queue as a cc for notifications > >>even though the ticket is being moved to a queue that doesn't > >>normally include them and it may subsequently have its ownership > >>changed too. For a single user you could add the email as a > >>cc but it would be nice to be able to use the same group references > >>you create for permissions as watchers and add-on cc:'s tied > >>to individual tickets. Maybe what I'm really asking for in addition > >>to letting groups be watchers is to to allow a ticket to appear > >>in multiple queues so instead of moving it out of it's original > >>queue for special services you could add it into the queue watched > >>by others in some workflow step without losing track of it yourself. > >> > >>In case I've missed something, is there currently any way to find > >>a ticket you've pushed to another queue if you no longer own it or > >>if you weren't the original owner? Say something comes in to a > >>support queue that needs development work to fix and is pushed to > >>an appropriate queue. Is there any way for a different support > >>person to know if those tickets have had any subsequent activity or if > >>they are being ignored? Something like 'search for tickets that were > >>moved out of the support queue but not yet resolved'? I'd like them > >>to be generally out of the way while someone else has them but not > >>completely forgotten. > >> > >>--- > >> Les Mikesell > >> les at futuresource.com > >> > >> > >>_______________________________________________ > >>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > >> > >>RT Developer and Administrator training is coming to LA, DC > >>and Frankfurt this spring and summer. > >>http://bestpractical.com/services/training.html > >> > >>Sign up early, as class space is limited. > >> > >> > >> > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. > From les at futuresource.com Thu Jun 24 16:27:07 2004 From: les at futuresource.com (Les Mikesell) Date: Thu, 24 Jun 2004 15:27:07 -0500 Subject: [rt-users] Request for comments: Configurable Status In-Reply-To: <2E8440B99F0D1B4F9D4F3099A3778FB507AA0963@EXCHANGE4> References: <2E8440B99F0D1B4F9D4F3099A3778FB507AA0963@EXCHANGE4> Message-ID: <1088108827.3453.56.camel@moola.futuresource.com> On Thu, 2004-06-24 at 13:59, Brett Barnhart wrote: > Personally, I don't move tickets around queues unless it was placed > wrongly... Most of ours are 'placed' by customers mailing to support aliases and they generally don't know if they are doing something wrong (likely) or the software really is broken (less likely, but stuff happens...). Different sets of people need to deal with different types of problems. Probably 90% of the tickets have one question, one answer and are resolved by the first support person to see them. The others can be a lot messier and I want to minimize the clutter and notifications for people who don't need to see them. > I may not want the original requestor to see all the notes back and forth > about programming and testing. So, I use the dependencies a lot. We use comments vs. replies to control what the requestor sees but dependencies might be what I need to hold the view in one queue while work is completed by another group. If there were a quick and easy way to create a linked dependent ticket in the other queue and stall the current one until the child is resolved it could work. I still think continued correspondence with the requestor should find its way to both sets of people as work continues at least as an option. The customer or support person may come up with a work-around that makes the development job unnecessary. > A given project will have one project ticket. > Each project will have one or more programming ticket. > Each programming ticket will have a testing ticket. I take it you don't create these dozens of times a day, though... > If you move the ticket around... you loose that paper trail. Programmer 1 > moved the ticket to queue 2... was their part done or did they give up or > something else happen? > The ticket does show a transaction history, so anytime you can find it you can see what steps happened in what order. The catch is that you need to remember something about the ticket to find it after it leaves your queue - there's nothing left to remind you that it is not completed. --- Les Mikesell les at futuresource.com From jalgermissen at topicmapping.com Thu Jun 24 16:49:33 2004 From: jalgermissen at topicmapping.com (Jan Algermissen) Date: Thu, 24 Jun 2004 22:49:33 +0200 Subject: [rt-users] Issue-Tracker References: <40DB32BF.40606@fastmail.fm> Message-ID: <40DB3E5D.2BFF59BF@topicmapping.com> "Kelly D. Lucas" wrote: > Any other comments would be appreciated. While I do not know Issue-Tracker, I consider RT to be a save bet. It is one of the best pieces of software I have seen in years and if you have access to a decent Perl coder, you can cleanly(!!) extend it into almost any direction. HTH, Jan > Thanks, > > kdl > > -- > K.D. Lucas > lucaskeli at fastmail.fm > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- Jan Algermissen http://www.topicmapping.com Consultant & Programmer http://www.gooseworks.org From jalgermissen at topicmapping.com Thu Jun 24 16:53:10 2004 From: jalgermissen at topicmapping.com (Jan Algermissen) Date: Thu, 24 Jun 2004 22:53:10 +0200 Subject: [rt-users] Request for comments: Configurable Status References: <2E8440B99F0D1B4F9D4F3099A3778FB507AA0963@EXCHANGE4> <40DB3122.1030406@fastmail.fm> Message-ID: <40DB3F36.D562C7E8@topicmapping.com> "Kelly D. Lucas" wrote: > Is this the way the system works or am I > missing some critical piece of info? Suggestion: Use queues to categorize tickets (e.g. Incident, Request for change, etc) use ownership (and group membership) for responsibilities and watchers for access control for other interested parties. Do not use queues for responsibilities. Does that help? Jan > > K.D. Lucas > lucaskeli at fastmail.fm > > Brett Barnhart wrote: > > >Personally, I don't move tickets around queues unless it was placed > >wrongly... > > > >For a given project, I have a project queue, a programming queue, and a > >testing queue. > > > >I may not want the original requestor to see all the notes back and forth > >about programming and testing. So, I use the dependencies a lot. > > > >A given project will have one project ticket. > >Each project will have one or more programming ticket. > >Each programming ticket will have a testing ticket. > > > >Part of the reason for this is accountability. I am the project manager, so > >I own the project. > >However, the programmer is the owner of the programming ticket and I am the > >requestor. > >The testor is the owner of the testing ticket and the programmer is the > >requestor. > > > >If you move the ticket around... you loose that paper trail. Programmer 1 > >moved the ticket to queue 2... was their part done or did they give up or > >something else happen? > > > >I would agree that it would be nice to have "Resolved" have permissions. We > >do not allow our programmers to resolve a ticket. The Project manager needs > >to do that. We are small enough that we just made the rule and ask people to > >follow it, but it isn't enforcable. > > > > > > > > > > > >>-----Original Message----- > >>From: Les Mikesell [mailto:les at futuresource.com] > >>Sent: Thursday, June 24, 2004 12:22 PM > >>To: Kelly D. Lucas > >>Cc: rt-users at lists.bestpractical.com > >>Subject: Re: [rt-users] Request for comments: Configurable Status > >> > >> > >>On Thu, 2004-06-24 at 08:31, Kelly D. Lucas wrote: > >> > >> > >> > >>> * demo/installation [Sales Engineers] > >>> * system configuration [tech support] > >>> * enhancements or tech data [prod mgt] > >>> * bugs [dev/SQL] > >>> > >>> > >>It seems natural to me to arrange queues according to the > >>people that do the work and get notifications and move > >>tickets to the appropriate queue for different stages > >>of work. > >> > >> > >> > >>>3) So obviously there will be states like fixed, verified, > >>> > >>> > >>that there > >> > >> > >>>won't be for the demo/installation issues. > >>> > >>> > >>Can't you move the ticket out of the queue for the people who fix > >>or verify once it no longer needs their services? In the appropriate > >>queue it is either done or not. > >> > >> > >> > >>> And in product marketing, > >>>they will have states regarding feature enhancements that > >>> > >>> > >>other groups > >> > >> > >>>will not have. > >>> > >>> > >>What should happen if you move a ticket into a queue that doesn't > >>include it's current status as one of the choices? Marketing people > >>generally aren't going to 'solve' a problem of feature enhancements. > >>You need to push such a ticket to a queue watched by developers and > >>let them send it back when the marketing people have something to > >>sell. > >> > >>One thing I've sometimes wanted and haven't figured out an easy > >>way to accomplish is to include the current owner or perhaps > >>all the watchers of the current queue as a cc for notifications > >>even though the ticket is being moved to a queue that doesn't > >>normally include them and it may subsequently have its ownership > >>changed too. For a single user you could add the email as a > >>cc but it would be nice to be able to use the same group references > >>you create for permissions as watchers and add-on cc:'s tied > >>to individual tickets. Maybe what I'm really asking for in addition > >>to letting groups be watchers is to to allow a ticket to appear > >>in multiple queues so instead of moving it out of it's original > >>queue for special services you could add it into the queue watched > >>by others in some workflow step without losing track of it yourself. > >> > >>In case I've missed something, is there currently any way to find > >>a ticket you've pushed to another queue if you no longer own it or > >>if you weren't the original owner? Say something comes in to a > >>support queue that needs development work to fix and is pushed to > >>an appropriate queue. Is there any way for a different support > >>person to know if those tickets have had any subsequent activity or if > >>they are being ignored? Something like 'search for tickets that were > >>moved out of the support queue but not yet resolved'? I'd like them > >>to be generally out of the way while someone else has them but not > >>completely forgotten. > >> > >>--- > >> Les Mikesell > >> les at futuresource.com > >> > >> > >>_______________________________________________ > >>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > >> > >>RT Developer and Administrator training is coming to LA, DC > >>and Frankfurt this spring and summer. > >>http://bestpractical.com/services/training.html > >> > >>Sign up early, as class space is limited. > >> > >> > >> > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- Jan Algermissen http://www.topicmapping.com Consultant & Programmer http://www.gooseworks.org From erikerik at gmail.com Thu Jun 24 17:05:17 2004 From: erikerik at gmail.com (Erik Anderson) Date: Thu, 24 Jun 2004 16:05:17 -0500 Subject: [rt-users] setting email From: field Message-ID: Is there any way to set the address that RT puts in the From: field of its emails? Currently, it's sending out from apache at foo.com, and I'd like it to be sending out from rt at foo.com. Thanks! From cubic at acronis.ru Thu Jun 24 17:08:25 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Fri, 25 Jun 2004 01:08:25 +0400 Subject: [rt-users] setting email From: field In-Reply-To: References: Message-ID: <40DB42C9.8010006@acronis.ru> Erik Anderson wrote: > Is there any way to set the address that RT puts in the From: field of > its emails? > > Currently, it's sending out from apache at foo.com, and I'd like it to be > sending out from rt at foo.com. Templates http://wiki.bestpractical.com/?FAQ > > Thanks! > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From erikerik at gmail.com Thu Jun 24 17:12:09 2004 From: erikerik at gmail.com (Erik Anderson) Date: Thu, 24 Jun 2004 16:12:09 -0500 Subject: [rt-users] setting email From: field In-Reply-To: <2E8440B99F0D1B4F9D4F3099A3778FB507AA096B@EXCHANGE4> References: <2E8440B99F0D1B4F9D4F3099A3778FB507AA096B@EXCHANGE4> Message-ID: On Thu, 24 Jun 2004 16:06:48 -0500, Brett Barnhart wrote: > > It's in the Queue Configuration... Reply and Comment email address Negative...I have the $CorrespondAddress and $CommentAddress set correctly in RT_SiteConfig.pm. These settings are setting the Reply-To field correctly, but not the from field. From erikerik at gmail.com Thu Jun 24 17:32:21 2004 From: erikerik at gmail.com (Erik Anderson) Date: Thu, 24 Jun 2004 16:32:21 -0500 Subject: [rt-users] setting email From: field In-Reply-To: <40DB42C9.8010006@acronis.ru> References: <40DB42C9.8010006@acronis.ru> Message-ID: On Fri, 25 Jun 2004 01:08:25 +0400, Ruslan U. Zakirov wrote: > Templates > > http://wiki.bestpractical.com/?FAQ Thanks for the pointer - that got me going in the right direction I believe. If I'm understanding this correctly, I need to put "From: rt at foo.com" at the top of the relevant templates, correct? Well I've added that to the Autoreply template and the Transation template, and the emails are still being sent out incorrectly. Am I missing something completely obvious? From les at futuresource.com Thu Jun 24 17:40:51 2004 From: les at futuresource.com (Les Mikesell) Date: Thu, 24 Jun 2004 16:40:51 -0500 Subject: [rt-users] setting email From: field In-Reply-To: References: Message-ID: <1088113251.4979.47.camel@moola.futuresource.com> On Thu, 2004-06-24 at 16:05, Erik Anderson wrote: > Is there any way to set the address that RT puts in the From: field of > its emails? > > Currently, it's sending out from apache at foo.com, and I'd like it to be > sending out from rt at foo.com. Some mailers enforce that the sender's From: matches the uid of the submitter. If it has a concept of 'trusted users' allowed to use an alternate 'From:' you'll have to add apache to that list. --- Les Mikesell les at futuresource.com From erikerik at gmail.com Thu Jun 24 17:45:42 2004 From: erikerik at gmail.com (Erik Anderson) Date: Thu, 24 Jun 2004 16:45:42 -0500 Subject: [rt-users] setting email From: field In-Reply-To: <1088113251.4979.47.camel@moola.futuresource.com> References: <1088113251.4979.47.camel@moola.futuresource.com> Message-ID: On Thu, 24 Jun 2004 16:40:51 -0500, Les Mikesell wrote: > Some mailers enforce that the sender's From: matches the uid > of the submitter. If it has a concept of 'trusted users' allowed > to use an alternate 'From:' you'll have to add apache to > that list. I'm using ssmtp, which is a very lightweight smtp server. I'm guessing that it possibly isn't handling the mail correctly. I'm going to ditch it and install qmail to see if that works any better. Thanks for the info, Les! From les at futuresource.com Thu Jun 24 17:49:11 2004 From: les at futuresource.com (Les Mikesell) Date: Thu, 24 Jun 2004 16:49:11 -0500 Subject: [rt-users] Request for comments: Configurable Status In-Reply-To: <40DB3F36.D562C7E8@topicmapping.com> References: <2E8440B99F0D1B4F9D4F3099A3778FB507AA0963@EXCHANGE4> <40DB3122.1030406@fastmail.fm> <40DB3F36.D562C7E8@topicmapping.com> Message-ID: <1088113751.4979.58.camel@moola.futuresource.com> On Thu, 2004-06-24 at 15:53, Jan Algermissen wrote: > Suggestion: > > Use queues to categorize tickets (e.g. Incident, Request for change, etc) > use ownership (and group membership) for responsibilities and watchers > for access control for other interested parties. > Do not use queues for responsibilities. I think it makes more sense for the queues to tie to the people performing the services. Otherwise you'd have to set watchers on every ticket and people would always have to look through the 'wrong' queues for tickets that might need their service. The only time it is a problem is when a ticket doesn't neatly fit a single category or service and more than one group needs to work on it. Then you have to make the choice of moving the ticket to the right people or making the people come get the ticket - or come up with something better that isn't too hard. --- Les Mikesell les at futuresource.com From les at futuresource.com Thu Jun 24 17:55:59 2004 From: les at futuresource.com (Les Mikesell) Date: Thu, 24 Jun 2004 16:55:59 -0500 Subject: [rt-users] setting email From: field In-Reply-To: References: <1088113251.4979.47.camel@moola.futuresource.com> Message-ID: <1088114159.4979.66.camel@moola.futuresource.com> On Thu, 2004-06-24 at 16:45, Erik Anderson wrote: > I'm using ssmtp, which is a very lightweight smtp server. I'm > guessing that it possibly isn't handling the mail correctly. I'm > going to ditch it and install qmail to see if that works any better. Arguably, enforcing the uid match is 'correct'. Sendmail has an option for trusted users, but even when the sender isn't trusted it doesn't modify the From: - it just adds a 'Sender: or X-Authentication-Warning: header so the mismatch is noted. --- Les Mikesell les at futuresource.com From lucaskeli at fastmail.fm Thu Jun 24 18:02:38 2004 From: lucaskeli at fastmail.fm (Kelly D. Lucas) Date: Thu, 24 Jun 2004 17:02:38 -0500 Subject: [rt-users] Request for comments: Configurable Status In-Reply-To: <40DB3F36.D562C7E8@topicmapping.com> References: <2E8440B99F0D1B4F9D4F3099A3778FB507AA0963@EXCHANGE4> <40DB3122.1030406@fastmail.fm> <40DB3F36.D562C7E8@topicmapping.com> Message-ID: <40DB4F7E.9070003@fastmail.fm> Yes, I think I understand how you would implement and why. I think the most problematic issue arises is when tickets need to move from one queue or back again because that is our workflow... by design. Since in the beginning, we don't know if a ticket is something simple or possibly a software, or even later could become a hardware bug. And each of these queues is a different group of people with different purposes. I think there are built in users, like originator, that may or may not be informed when updates happen. I think the easiest way to do this, is when one owner decides to place a ticket in a different queue, that they place themselves as a watcher. And they would remain a watcher until the ticket was completed and came back to them to verify it was resolved. Does the logic of the system support this? kdl K.D. Lucas lucaskeli at fastmail.fm Jan Algermissen wrote: >"Kelly D. Lucas" wrote: > > > >>Is this the way the system works or am I >>missing some critical piece of info? >> >> > > >Suggestion: > >Use queues to categorize tickets (e.g. Incident, Request for change, etc) >use ownership (and group membership) for responsibilities and watchers >for access control for other interested parties. >Do not use queues for responsibilities. > >Does that help? > >Jan > > > > >>K.D. Lucas >>lucaskeli at fastmail.fm >> >>Brett Barnhart wrote: >> >> >> >>>Personally, I don't move tickets around queues unless it was placed >>>wrongly... >>> >>>For a given project, I have a project queue, a programming queue, and a >>>testing queue. >>> >>>I may not want the original requestor to see all the notes back and forth >>>about programming and testing. So, I use the dependencies a lot. >>> >>>A given project will have one project ticket. >>>Each project will have one or more programming ticket. >>>Each programming ticket will have a testing ticket. >>> >>>Part of the reason for this is accountability. I am the project manager, so >>>I own the project. >>>However, the programmer is the owner of the programming ticket and I am the >>>requestor. >>>The testor is the owner of the testing ticket and the programmer is the >>>requestor. >>> >>>If you move the ticket around... you loose that paper trail. Programmer 1 >>>moved the ticket to queue 2... was their part done or did they give up or >>>something else happen? >>> >>>I would agree that it would be nice to have "Resolved" have permissions. We >>>do not allow our programmers to resolve a ticket. The Project manager needs >>>to do that. We are small enough that we just made the rule and ask people to >>>follow it, but it isn't enforcable. >>> >>> >>> >>> >>> >>> >>> >>>>-----Original Message----- >>>>From: Les Mikesell [mailto:les at futuresource.com] >>>>Sent: Thursday, June 24, 2004 12:22 PM >>>>To: Kelly D. Lucas >>>>Cc: rt-users at lists.bestpractical.com >>>>Subject: Re: [rt-users] Request for comments: Configurable Status >>>> >>>> >>>>On Thu, 2004-06-24 at 08:31, Kelly D. Lucas wrote: >>>> >>>> >>>> >>>> >>>> >>>>> * demo/installation [Sales Engineers] >>>>> * system configuration [tech support] >>>>> * enhancements or tech data [prod mgt] >>>>> * bugs [dev/SQL] >>>>> >>>>> >>>>> >>>>> >>>>It seems natural to me to arrange queues according to the >>>>people that do the work and get notifications and move >>>>tickets to the appropriate queue for different stages >>>>of work. >>>> >>>> >>>> >>>> >>>> >>>>>3) So obviously there will be states like fixed, verified, >>>>> >>>>> >>>>> >>>>> >>>>that there >>>> >>>> >>>> >>>> >>>>>won't be for the demo/installation issues. >>>>> >>>>> >>>>> >>>>> >>>>Can't you move the ticket out of the queue for the people who fix >>>>or verify once it no longer needs their services? In the appropriate >>>>queue it is either done or not. >>>> >>>> >>>> >>>> >>>> >>>>>And in product marketing, >>>>>they will have states regarding feature enhancements that >>>>> >>>>> >>>>> >>>>> >>>>other groups >>>> >>>> >>>> >>>> >>>>>will not have. >>>>> >>>>> >>>>> >>>>> >>>>What should happen if you move a ticket into a queue that doesn't >>>>include it's current status as one of the choices? Marketing people >>>>generally aren't going to 'solve' a problem of feature enhancements. >>>>You need to push such a ticket to a queue watched by developers and >>>>let them send it back when the marketing people have something to >>>>sell. >>>> >>>>One thing I've sometimes wanted and haven't figured out an easy >>>>way to accomplish is to include the current owner or perhaps >>>>all the watchers of the current queue as a cc for notifications >>>>even though the ticket is being moved to a queue that doesn't >>>>normally include them and it may subsequently have its ownership >>>>changed too. For a single user you could add the email as a >>>>cc but it would be nice to be able to use the same group references >>>>you create for permissions as watchers and add-on cc:'s tied >>>>to individual tickets. Maybe what I'm really asking for in addition >>>>to letting groups be watchers is to to allow a ticket to appear >>>>in multiple queues so instead of moving it out of it's original >>>>queue for special services you could add it into the queue watched >>>>by others in some workflow step without losing track of it yourself. >>>> >>>>In case I've missed something, is there currently any way to find >>>>a ticket you've pushed to another queue if you no longer own it or >>>>if you weren't the original owner? Say something comes in to a >>>>support queue that needs development work to fix and is pushed to >>>>an appropriate queue. Is there any way for a different support >>>>person to know if those tickets have had any subsequent activity or if >>>>they are being ignored? Something like 'search for tickets that were >>>>moved out of the support queue but not yet resolved'? I'd like them >>>>to be generally out of the way while someone else has them but not >>>>completely forgotten. >>>> >>>>--- >>>> Les Mikesell >>>> les at futuresource.com >>>> >>>> >>>>_______________________________________________ >>>>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users >>>> >>>>RT Developer and Administrator training is coming to LA, DC >>>>and Frankfurt this spring and summer. >>>>http://bestpractical.com/services/training.html >>>> >>>>Sign up early, as class space is limited. >>>> >>>> >>>> >>>> >>>> >>_______________________________________________ >>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users >> >>RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. >>http://bestpractical.com/services/training.html >> >>Sign up early, as class space is limited. >> >> > > > From les at futuresource.com Thu Jun 24 18:15:22 2004 From: les at futuresource.com (Les Mikesell) Date: Thu, 24 Jun 2004 17:15:22 -0500 Subject: [rt-users] Request for comments: Configurable Status In-Reply-To: <40DB4F7E.9070003@fastmail.fm> References: <2E8440B99F0D1B4F9D4F3099A3778FB507AA0963@EXCHANGE4> <40DB3122.1030406@fastmail.fm> <40DB3F36.D562C7E8@topicmapping.com> <40DB4F7E.9070003@fastmail.fm> Message-ID: <1088115322.6647.8.camel@moola.futuresource.com> On Thu, 2004-06-24 at 17:02, Kelly D. Lucas wrote: > I think the easiest way to do this, is when one owner decides to place a > ticket in a different queue, that they place themselves as a watcher. > And they would remain a watcher until the ticket was completed and came > back to them to verify it was resolved. > > Does the logic of the system support this? Yes, that works and if the owner doesn't change it still stays 'visible' even if no action happens in the other queue. However if you give ownership to someone in the other queue (which seems to make sense in terms of screen clutter) you now won't see it grow old and moldy when the new owner goes on vacation. --- Les Mikesell les at futuresource.com From chad at idworld.net Thu Jun 24 18:30:39 2004 From: chad at idworld.net (Chad Scott) Date: Thu, 24 Jun 2004 15:30:39 -0700 Subject: [rt-users] RT Crash... possible bug? (/tmp directory) In-Reply-To: <200406240925.07068.jeff@theorbitor.com> References: <89724513-C5E0-11D8-86F4-000393CE1AF0@idworld.net> <200406240925.07068.jeff@theorbitor.com> Message-ID: <1EF11B1A-C62E-11D8-B0C0-000393CE1AF0@idworld.net> I see the same issue in 3.0.11, unfortunately. On Jun 24, 2004, at 6:25 AM, jeff rak wrote: > I believe this issue was fixed in 3.0.11. I had the same problem in > 3.0.10 but > it magically disappeared when I upgraded ;-) From jesse at bestpractical.com Thu Jun 24 18:36:09 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Thu, 24 Jun 2004 18:36:09 -0400 Subject: [rt-users] RT Crash... possible bug? (/tmp directory) In-Reply-To: <1EF11B1A-C62E-11D8-B0C0-000393CE1AF0@idworld.net> References: <89724513-C5E0-11D8-86F4-000393CE1AF0@idworld.net> <200406240925.07068.jeff@theorbitor.com> <1EF11B1A-C62E-11D8-B0C0-000393CE1AF0@idworld.net> Message-ID: <20040624223608.GI32580@pallas.eruditorum.org> On Thu, Jun 24, 2004 at 03:30:39PM -0700, Chad Scott wrote: > I see the same issue in 3.0.11, unfortunately. What new tempfiles is 3.0.11 creating for you? What's in them? What actions in RT generate tempfiles? Are you using mod_perl or fastcgi? What database are you using? Jesse > On Jun 24, 2004, at 6:25 AM, jeff rak wrote: > > >I believe this issue was fixed in 3.0.11. I had the same problem in > >3.0.10 but > >it magically disappeared when I upgraded ;-) > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt > this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From chad at idworld.net Thu Jun 24 18:41:52 2004 From: chad at idworld.net (Chad Scott) Date: Thu, 24 Jun 2004 15:41:52 -0700 Subject: [rt-users] RT Crash... possible bug? (/tmp directory) In-Reply-To: <1EF11B1A-C62E-11D8-B0C0-000393CE1AF0@idworld.net> References: <89724513-C5E0-11D8-86F4-000393CE1AF0@idworld.net> <200406240925.07068.jeff@theorbitor.com> <1EF11B1A-C62E-11D8-B0C0-000393CE1AF0@idworld.net> Message-ID: Here's an example of a directory listing for my system. I'm running RT 3.0.11, with perl 5.8.3 on Apache/1.3.29 (Unix) mod_perl/1.29 mod_ssl/2.8.16 OpenSSL/0.9.7c. This is all on a FreeBSD 4.9-RELEASE-p1 system. Below is a snippet of directory listing. Notice some of the files are dated yesterday (PDT), which is when I cleared the directory out due to the crash. RT was upgraded to 3.0.11 far before that. ls -la /tmp -rw------- 1 nobody wheel 1567 Jun 24 11:45 0G1BZmuRrx -rw------- 1 nobody wheel 1899 Jun 24 14:36 0MZYb1QcSy -rw------- 1 nobody wheel 3716 Jun 23 20:13 0pE2uebslm -rw------- 1 nobody wheel 2463 Jun 24 03:58 0qfC9F2jgo -rw------- 1 nobody wheel 1595 Jun 24 09:36 1X7KbKs1M7 -rw------- 1 nobody wheel 32691 Jun 24 02:21 1jJWWlMTHZ -rw------- 1 nobody wheel 4197 Jun 24 02:27 22O3IRL5v2 -rw------- 1 nobody wheel 2129 Jun 24 13:57 25mY7wdI5h -rw------- 1 nobody wheel 1886 Jun 23 20:39 2OF1k9vqdr drwx------ 2 nobody wheel 512 Jun 23 15:57 3lbooSmrSW -rw------- 1 nobody wheel 1908 Jun 23 16:10 4Qutt7K4rY -rw------- 1 nobody wheel 1588 Jun 24 10:45 4T0EZngfsO -rw------- 1 nobody wheel 4190 Jun 24 06:08 4UEe1w3TeD -rw------- 1 nobody wheel 4628 Jun 23 17:41 4WWs9Duk90 -rw------- 1 nobody wheel 1662 Jun 24 06:26 4fxrUrmWpP -rw------- 1 nobody wheel 3054 Jun 23 16:14 4iRs73VArR -rw------- 1 nobody wheel 4613 Jun 24 12:18 5ALTfZTd7g -rw------- 1 nobody wheel 2103 Jun 24 11:42 5AVRiu5JuA -rw------- 1 nobody wheel 5725 Jun 24 11:09 672E2jqhe8 -rw------- 1 nobody wheel 4166 Jun 24 07:37 6AumAxA6w5 -rw------- 1 nobody wheel 4931 Jun 23 18:48 6GSsaP5BRs -rw------- 1 nobody wheel 773279 Jun 24 10:23 6GXabF4Hck -rw------- 1 nobody wheel 5282 Jun 24 12:32 6eHKdLJxEr -rw------- 1 nobody wheel 3605 Jun 24 09:35 80ex3HrtRx -rw------- 1 nobody wheel 2577 Jun 24 03:43 8NT3XbWzAG -rw------- 1 nobody wheel 2300 Jun 24 11:35 8se864YEEg On Jun 24, 2004, at 3:30 PM, Chad Scott wrote: > I see the same issue in 3.0.11, unfortunately. > > On Jun 24, 2004, at 6:25 AM, jeff rak wrote: > >> I believe this issue was fixed in 3.0.11. I had the same problem in >> 3.0.10 but >> it magically disappeared when I upgraded ;-) > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and > Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From chad at idworld.net Thu Jun 24 18:46:48 2004 From: chad at idworld.net (Chad Scott) Date: Thu, 24 Jun 2004 15:46:48 -0700 Subject: [rt-users] RT Crash... possible bug? (/tmp directory) In-Reply-To: <20040624223608.GI32580@pallas.eruditorum.org> References: <89724513-C5E0-11D8-86F4-000393CE1AF0@idworld.net> <200406240925.07068.jeff@theorbitor.com> <1EF11B1A-C62E-11D8-B0C0-000393CE1AF0@idworld.net> <20040624223608.GI32580@pallas.eruditorum.org> Message-ID: <601C1793-C630-11D8-B0C0-000393CE1AF0@idworld.net> The files contain the RFC822 data for a message, as if it were about to be written to an mbox. I'll send you one privately if you really want to see one. I don't know what actions in RT generate temp files... it appears to be a message (any message) coming into the system. I'm using mod_perl, static within Apache. The database is mySQL. I'll do anything you'd like to help you nail it down. Thanks for taking a look, Jesse. Thanks, Chad On Jun 24, 2004, at 3:36 PM, Jesse Vincent wrote: > > > > On Thu, Jun 24, 2004 at 03:30:39PM -0700, Chad Scott wrote: >> I see the same issue in 3.0.11, unfortunately. > > What new tempfiles is 3.0.11 creating for you? What's in them? What > actions in RT generate tempfiles? Are you using mod_perl or fastcgi? > What database are you using? > > Jesse > >> On Jun 24, 2004, at 6:25 AM, jeff rak wrote: >> >>> I believe this issue was fixed in 3.0.11. I had the same problem in >>> 3.0.10 but >>> it magically disappeared when I upgraded ;-) >> >> _______________________________________________ >> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users >> >> RT Developer and Administrator training is coming to LA, DC and >> Frankfurt >> this spring and summer. >> http://bestpractical.com/services/training.html >> >> Sign up early, as class space is limited. > > -- From cubic at acronis.ru Thu Jun 24 18:47:04 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Fri, 25 Jun 2004 02:47:04 +0400 Subject: [rt-users] setting email From: field In-Reply-To: References: <40DB42C9.8010006@acronis.ru> Message-ID: <40DB59E8.8020707@acronis.ru> Erik Anderson wrote: > On Fri, 25 Jun 2004 01:08:25 +0400, Ruslan U. Zakirov wrote: > >>Templates >> >>http://wiki.bestpractical.com/?FAQ > > > Thanks for the pointer - that got me going in the right direction I > believe. If I'm understanding this correctly, I need to put "From: > rt at foo.com" at the top of the relevant templates, correct? > > Well I've added that to the Autoreply template and the Transation > template, and the emails are still being sent out incorrectly. When you get mails from any source there is Return-Path: set by smtp server/program, you can override it with -f sendmail flag for eg. It's for _bounced_ mails! You don't it back in RT, but often you don't need it back to apache at example.com, but may be rt-bounced at example.com. If you wish one sender for your queue then you should override: Sender: and From: For example(no new lines in template before header overriding lines): ______________________________ START From: Example Support Department Sender: Example Support Department RT-Attach-Message: Yes {$Transaction->Content()} ______________________________ END And that's all. Best regards. Ruslan. > > Am I missing something completely obvious? From jesse at bestpractical.com Thu Jun 24 18:51:48 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Thu, 24 Jun 2004 18:51:48 -0400 Subject: [rt-users] RT Crash... possible bug? (/tmp directory) In-Reply-To: <601C1793-C630-11D8-B0C0-000393CE1AF0@idworld.net> References: <89724513-C5E0-11D8-86F4-000393CE1AF0@idworld.net> <200406240925.07068.jeff@theorbitor.com> <1EF11B1A-C62E-11D8-B0C0-000393CE1AF0@idworld.net> <20040624223608.GI32580@pallas.eruditorum.org> <601C1793-C630-11D8-B0C0-000393CE1AF0@idworld.net> Message-ID: <20040624225148.GJ32580@pallas.eruditorum.org> > I'm using mod_perl, static within Apache. The database is mySQL. > > I'll do anything you'd like to help you nail it down. Just to be sure, you've stopped and started apache since upgrading RT to 3.0.11 and the web ui now tells you it's running 3.0.11? > > Thanks for taking a look, Jesse. > > Thanks, > Chad > > On Jun 24, 2004, at 3:36 PM, Jesse Vincent wrote: > > > > > > > > >On Thu, Jun 24, 2004 at 03:30:39PM -0700, Chad Scott wrote: > >>I see the same issue in 3.0.11, unfortunately. > > > >What new tempfiles is 3.0.11 creating for you? What's in them? What > >actions in RT generate tempfiles? Are you using mod_perl or fastcgi? > >What database are you using? > > > > Jesse > > > >>On Jun 24, 2004, at 6:25 AM, jeff rak wrote: > >> > >>>I believe this issue was fixed in 3.0.11. I had the same problem in > >>>3.0.10 but > >>>it magically disappeared when I upgraded ;-) > >> > >>_______________________________________________ > >>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > >> > >>RT Developer and Administrator training is coming to LA, DC and > >>Frankfurt > >>this spring and summer. > >>http://bestpractical.com/services/training.html > >> > >>Sign up early, as class space is limited. > > > >-- -- From chad at idworld.net Thu Jun 24 18:54:42 2004 From: chad at idworld.net (Chad Scott) Date: Thu, 24 Jun 2004 15:54:42 -0700 Subject: [rt-users] RT Crash... possible bug? (/tmp directory) In-Reply-To: <20040624225148.GJ32580@pallas.eruditorum.org> References: <89724513-C5E0-11D8-86F4-000393CE1AF0@idworld.net> <200406240925.07068.jeff@theorbitor.com> <1EF11B1A-C62E-11D8-B0C0-000393CE1AF0@idworld.net> <20040624223608.GI32580@pallas.eruditorum.org> <601C1793-C630-11D8-B0C0-000393CE1AF0@idworld.net> <20040624225148.GJ32580@pallas.eruditorum.org> Message-ID: <7ACE467E-C631-11D8-B0C0-000393CE1AF0@idworld.net> Yeah. Part of my "push" is to stop, load, and restart. The UI says 3.0.11. On Jun 24, 2004, at 3:51 PM, Jesse Vincent wrote: > > > >> I'm using mod_perl, static within Apache. The database is mySQL. >> >> I'll do anything you'd like to help you nail it down. > > Just to be sure, you've stopped and started apache since upgrading RT > to > 3.0.11 and the web ui now tells you it's running 3.0.11? From jesse at bestpractical.com Thu Jun 24 19:09:31 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Thu, 24 Jun 2004 19:09:31 -0400 Subject: [rt-users] RT Crash... possible bug? (/tmp directory) In-Reply-To: <7ACE467E-C631-11D8-B0C0-000393CE1AF0@idworld.net> References: <89724513-C5E0-11D8-86F4-000393CE1AF0@idworld.net> <200406240925.07068.jeff@theorbitor.com> <1EF11B1A-C62E-11D8-B0C0-000393CE1AF0@idworld.net> <20040624223608.GI32580@pallas.eruditorum.org> <601C1793-C630-11D8-B0C0-000393CE1AF0@idworld.net> <20040624225148.GJ32580@pallas.eruditorum.org> <7ACE467E-C631-11D8-B0C0-000393CE1AF0@idworld.net> Message-ID: <20040624230931.GK32580@pallas.eruditorum.org> Next question. If you shutdown apache, do the tempfiles go away? On Thu, Jun 24, 2004 at 03:54:42PM -0700, Chad Scott wrote: > Yeah. > > Part of my "push" is to stop, load, and restart. The UI says 3.0.11. > > On Jun 24, 2004, at 3:51 PM, Jesse Vincent wrote: > > > > > > > > >>I'm using mod_perl, static within Apache. The database is mySQL. > >> > >>I'll do anything you'd like to help you nail it down. > > > >Just to be sure, you've stopped and started apache since upgrading RT > >to > >3.0.11 and the web ui now tells you it's running 3.0.11? -- From chad at idworld.net Thu Jun 24 19:11:50 2004 From: chad at idworld.net (Chad Scott) Date: Thu, 24 Jun 2004 16:11:50 -0700 Subject: [rt-users] RT Crash... possible bug? (/tmp directory) In-Reply-To: <20040624230931.GK32580@pallas.eruditorum.org> References: <89724513-C5E0-11D8-86F4-000393CE1AF0@idworld.net> <200406240925.07068.jeff@theorbitor.com> <1EF11B1A-C62E-11D8-B0C0-000393CE1AF0@idworld.net> <20040624223608.GI32580@pallas.eruditorum.org> <601C1793-C630-11D8-B0C0-000393CE1AF0@idworld.net> <20040624225148.GJ32580@pallas.eruditorum.org> <7ACE467E-C631-11D8-B0C0-000393CE1AF0@idworld.net> <20040624230931.GK32580@pallas.eruditorum.org> Message-ID: Unfortunately, no. :( On Jun 24, 2004, at 4:09 PM, Jesse Vincent wrote: > Next question. If you shutdown apache, do the tempfiles go away? From i at mindlace.net Thu Jun 24 20:00:14 2004 From: i at mindlace.net (emf) Date: Thu, 24 Jun 2004 20:00:14 -0400 Subject: [rt-users] Recreating Action in Script In-Reply-To: References: <3CBDBA5F-C577-11D8-A63F-000A959B1F9A@mindlace.net> Message-ID: On Jun 24, 2004, at 05:07, Sebastian Flothow wrote: > Am 24. Jun 2004 um 02:41 Uhr schrieb emf: >> My client requires that there be a special button to press before >> email gets sent to Requestors. > > Could you describe this more precisely? e.g., where is this button > located, who will press it, etc. It doesn't matter. What they want is an additional check before mail gets sent out to a Requestor - they don't like that Reply is right next to Comment in the drop down, and thus someone could "accidentally" get email. Therefore I'm implementing something to make emailing the Requestor an entirely separate action. I've got it almost working. I've disabled any "Notify Requestors" script that pre-existed. Right now I have a script that has a user-defined condition of "the custom attribute gets set", with an action of "Notify Requestors", and a custom template that includes the last correspondence on the ticket. I want to have clean up code that unsets the custom attribute. In order to do this, I apparently need a custom action. I want to know how to "Notify Requestors" in the custom action preparation code section. Thanks for your help, -- nothing can happen inside a sphere that you could not inscribe upon it. ~mindlace http://mindlace.net From chad at idworld.net Thu Jun 24 22:06:57 2004 From: chad at idworld.net (Chad Scott) Date: Thu, 24 Jun 2004 19:06:57 -0700 Subject: [rt-users] Recreating Action in Script In-Reply-To: References: <3CBDBA5F-C577-11D8-A63F-000A959B1F9A@mindlace.net> Message-ID: <5609AA24-C64C-11D8-B59F-000393CE1AF0@idworld.net> You can go two routes in my mind right now: * Completely remote the "Reply" action from the web UI and force everyone to use "Comment". Those who really want to reply to the customer can change the action drop-down that's presented. * Add some javascript that pops up a dialog saying something like "Are you sure you want to respond to the requestor?" and having an "OK" and "Cancel" action. Hope that helps. Cheers, Chad On Jun 24, 2004, at 5:00 PM, emf wrote: > On Jun 24, 2004, at 05:07, Sebastian Flothow wrote: > >> Am 24. Jun 2004 um 02:41 Uhr schrieb emf: >>> My client requires that there be a special button to press before >>> email gets sent to Requestors. >> >> Could you describe this more precisely? e.g., where is this button >> located, who will press it, etc. > > It doesn't matter. What they want is an additional check before mail > gets sent out to a Requestor - they don't like that Reply is right > next to Comment in the drop down, and thus someone could > "accidentally" get email. Therefore I'm implementing something to make > emailing the Requestor an entirely separate action. I've got it almost > working. > > I've disabled any "Notify Requestors" script that pre-existed. > > Right now I have a script that has a user-defined condition of "the > custom attribute gets set", with an action of "Notify Requestors", and > a custom template that includes the last correspondence on the ticket. > > I want to have clean up code that unsets the custom attribute. In > order to do this, I apparently need a custom action. I want to know > how to "Notify Requestors" in the custom action preparation code > section. > > Thanks for your help, > -- > nothing can happen inside a sphere > that you could not inscribe upon it. > ~mindlace http://mindlace.net > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and > Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From Joe.Thurgood at vexcel.com Fri Jun 25 02:05:49 2004 From: Joe.Thurgood at vexcel.com (Joe.Thurgood at vexcel.com) Date: Fri, 25 Jun 2004 00:05:49 -0600 (MDT) Subject: [rt-users] Customer access to own tickets Message-ID: <1111.172.159.227.177.1088143549.squirrel@mail1.vexcel.com> I am setting up a customer support system based on RT, and also want to allow customers access to their own tickets without letting them see other customers' tickets. Is there any way to do this apart from having each customer have their own queue? Or is there a way to create queues that are a customer-specific view selected from a common queue? Thanks for any advice you can give me. Joe. From jens at cyber.com.au Fri Jun 25 02:48:03 2004 From: jens at cyber.com.au (Jens Porup) Date: Fri, 25 Jun 2004 16:48:03 +1000 Subject: [rt-users] Debian setup: postgres problem? Message-ID: <20040625064803.GA433@vanilla.office.cyber.com.au> G'day, I am trying to install Request Tracker on Debian testing. root at request-tracker:~# psql -h 127.0.0.1 -d template1 -U rtuser -W Password: psql: could not connect to server: Connection refused Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432? root at request-tracker:~# I've read the postgresql manual, which helpfully informs me that " A common mistake is to forget to configure the server to allow TCP/IP connections." ...But then fails to tell me how to do that! In my fiddling, at other times, I have managed to get manual login to the database as rtuser to work, but then when I try to run the /usr/sbin/rt-setup-database file, it fails on line 110. (The dbi connect line) A test perl script shows that specifying "host:localhost" on the dsn causes the $dbi->connect to fail, and if I remove that bit I can connect fine--in my test.pl script. But I don't want to have to go hacking RT code! I'm an experienced Perl programmer, but postgres is brand new to me, and so is request tracker. Thanks, Jens From jens at cyber.com.au Fri Jun 25 02:56:24 2004 From: jens at cyber.com.au (Jens Porup) Date: Fri, 25 Jun 2004 16:56:24 +1000 Subject: [rt-users] Debian setup: postgres problem? In-Reply-To: <20040625064803.GA433@vanilla.office.cyber.com.au> References: <20040625064803.GA433@vanilla.office.cyber.com.au> Message-ID: <20040625065624.GB433@vanilla.office.cyber.com.au> More info: If I don't specify a host with the psql -h flag, this works fine: root at request-tracker:~# psql -d template1 -U rtuser -W Password: Welcome to psql 7.4.2, the PostgreSQL interactive terminal. Type: \copyright for distribution terms \h for help with SQL commands \? for help on internal slash commands \g or terminate with semicolon to execute query \q to quit template1=> And my /etc/postgresql/postgresql.conf file includes the uncommented lines: tcpip_socket = true port = 5432 The tcpip_socket is the same as the postmaster -i flag which "Allows clients to connect via TCP/IP". The server is running using /etc/init.d/postgresql start, although nmap localhost does not list 5432 as being open. I'm up against a brick wall here, people. Please help? Thanks, Jens From wilson at cfi.co.ug Fri Jun 25 05:54:18 2004 From: wilson at cfi.co.ug (Wilson Abigaba) Date: Fri, 25 Jun 2004 12:54:18 +0300 Subject: [rt-users] Is it possible to merge RT with another website? Message-ID: Hey rt users, In our comapny, we have rt and another web interface i developed in php that reports all call details from our 3com nbx telephony system. I'm thinking of merging the two. I'm ready to convert the php site html-mason if need arises. My thinking is that on the RT left menu bar, there should be a link to the call detail reports page, and during the display of the CDR(call detail report), the RT headers, left menu and footers should be mantained. Any ideas? Regards, Wilso From sivan.deray at net-aptitude.fr Fri Jun 25 05:58:27 2004 From: sivan.deray at net-aptitude.fr (Sivan DERAY) Date: Fri, 25 Jun 2004 11:58:27 +0200 Subject: [rt-users] Problem with Email reply via RT Message-ID: <4E13BD0442DACA4D9606CAD98924F09A1FDFF3@srv-nap-atlas-1.net-aptitude.fr> Hi, I'm using RT3.0.10 on a RH7.3 with apache1 modperl1 Here is my problem: When a ticket is generated by email, RT integrate it and i can see it in the general queue as i configurate it to and the autotreply is working good. But when i open this ticket so to close it or just to reply to the person who has created the ticket nothing is sent !! :( Has anybody an idea ? Thanks a lot From ann at drop.2organize.com Fri Jun 25 08:11:54 2004 From: ann at drop.2organize.com (ann at drop.2organize.com) Date: Fri, 25 Jun 2004 14:11:54 +0200 (CEST) Subject: [rt-users] Request for comments: Configurable Status In-Reply-To: <40DB01B3.8050400@acronis.ru> References: <20040623210832.GF20975@pallas.eruditorum.org> <40DB01B3.8050400@acronis.ru> Message-ID: Ruslan wrote: > I don't like idea that somebody can change statuses set. > > If it would be then it would be in 3.2.x or even more in 3.4.x, but now > with 'Advanced RT Search Builder' we can construct complex queries on CFs. > As I can see it also allow customize output of search results and save > search query. > I think there is few steps needed to meet required flexibilty in this area: > 1) Add ability to modify ticket's CFs on reply/comment/resolve... actions. > 2) Add ability to put saved searches on own home page. > 3) Add ability to output CFs in search results. I agree that with our organisation, if our custom fields were as available as the status field, it would solve our problem. I am not sure this would solve the problem for everyone, however, since there is the special handling attached to states which might be more heavily used by some (we don't use anything beyond 'open' and 'resolved'). Having custom fields available on the basic update ticket and in the initial searches would (for us) be more useful than being able to select a status, because then we would be able to use other custom fields as we like, instead of just a status custom field. I guess what I'm thinking of is along the lines of RTFM custom fields. If, alongside the queue-based custom fields, there were also global custom fields in the style of RTFM, and these fields were available in the default search before the queue is selected, I think that all the comments I receive concerning status types would be ended. I'd also like to be able to set defaults for custom fields and require a value for a field, but these are other matters. Another advantage for me in global custom fields would be that I wouldn't have to run a script to create the field whenever I create a queue. Note that I'm not suggesting global custom fields replace queue-based ones, because we often also have fields with the same names but different choices in different queues. So, in light of what Ruslan says, I'm more in favor of a greater integration of custom fields over the modification of status names. Although I guess both would be nice, now that I think about it more fully, the custom field integration would give wider benefits, at least for us. Groetjes, Ann From stephen.quinney at computing-services.oxford.ac.uk Fri Jun 25 08:29:20 2004 From: stephen.quinney at computing-services.oxford.ac.uk (Stephen Quinney) Date: Fri, 25 Jun 2004 13:29:20 +0100 Subject: [rt-users] Mason problem? In-Reply-To: References: Message-ID: <20040625122920.GB9299@computing-services.oxford.ac.uk> On Thu, Jun 24, 2004 at 12:41:28PM -0500, Erik Anderson wrote: > I'm running rt-3.0.11, apache-2.0.49, and mod_perl-1.99_11. > > Apache doesn't seem to be obeying the DirectoryIndex directives. If I > navigate to http://helpdesk.foo.com/, I get a 404, but if I navigate > to http://helpdesk.foo.com/index.html, I get the correct rt login > page. > > I have verified that index.html *is* listed in the DirectoryIndex > Directive, so I'm thinking that the mason handler or something else is > screwing up the request. > > I get this in my apache error_log when I make a request to / : > > [Thu Jun 24 12:40:42 2004] [error] [client 192.168.1.95] Attempt to > serve directory: /opt/rt3/share/html/ There is a problematic interaction between the modperl2 handler system and the Apache2 module that takes a request for a directory and serves up the index page, if it exists. There are various solutions that use apache config options for mod_rewrite. One is suggested in the README that comes with rt3: RewriteEngine On RewriteRule ^(.*)/$ $1/index.html I am not certain this is exactly the correct thing to do. I came up with something like this for the suggested Apache2/modperl2 config in the Debian package: ####### begin ####### AddDefaultCharset UTF-8 PerlModule Apache2 Apache::compat PerlModule Apache::DBI PerlRequire /usr/share/request-tracker3/libexec/webmux.pl PerlSetVar MasonArgsMethod CGI RewriteEngine on # This assumes your site has a base absolute url of /rt # e.g. http://www.example.com/rt # Ensure we always have a trailing slash after the rt base RewriteRule ^/rt$ /rt/ # Rewrite urls to physical locations RewriteRule ^/rt/(.*)$ /usr/share/request-tracker3/html/$1 # Directory requests need an index.html appended RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(/usr/share/request-tracker3/html.*)/$ $1/index.html SetHandler perl-script PerlHandler RT::Mason ####### end ####### I have tested this with various situations and it seems to work well. Obviously it would need a fair bit of alteration if you were using a Location directive or had the base physical location as your DocumentRoot. I think this gives the basic idea of how to do the rewriting though. Stephen Quinney -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From stephen.quinney at computing-services.oxford.ac.uk Fri Jun 25 08:31:32 2004 From: stephen.quinney at computing-services.oxford.ac.uk (Stephen Quinney) Date: Fri, 25 Jun 2004 13:31:32 +0100 Subject: [rt-users] Debian setup: postgres problem? In-Reply-To: <20040625064803.GA433@vanilla.office.cyber.com.au> References: <20040625064803.GA433@vanilla.office.cyber.com.au> Message-ID: <20040625123132.GC9299@computing-services.oxford.ac.uk> On Fri, Jun 25, 2004 at 04:48:03PM +1000, Jens Porup wrote: > > G'day, > > I am trying to install Request Tracker on Debian testing. > > root at request-tracker:~# psql -h 127.0.0.1 -d template1 -U rtuser -W > Password: > psql: could not connect to server: Connection refused > Is the server running on host "127.0.0.1" and accepting > TCP/IP connections on port 5432? > root at request-tracker:~# Have you read all the information in the README.Debian.gz and INSTALL.Debian.gz located in the /usr/share/doc/request-tracker3/? They are the best place to start and may well already answer your questions. Stephen Quinney -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From lucaskeli at fastmail.fm Fri Jun 25 09:32:16 2004 From: lucaskeli at fastmail.fm (Kelly D. Lucas) Date: Fri, 25 Jun 2004 08:32:16 -0500 Subject: [rt-users] Request for comments: Configurable Status In-Reply-To: References: <20040623210832.GF20975@pallas.eruditorum.org> <40DB01B3.8050400@acronis.ru> Message-ID: <40DC2960.7010105@fastmail.fm> An HTML attachment was scrubbed... URL: From Brian_Gupta at timeinc.com Fri Jun 25 09:33:20 2004 From: Brian_Gupta at timeinc.com (Brian_Gupta at timeinc.com) Date: Fri, 25 Jun 2004 09:33:20 -0400 Subject: [rt-users] Issue-Tracker Message-ID: <4D0FD2F4B17F334AAC95B9CE0280047736264D@nycmailmb04.enterprise.corpad.timeinc.com> As far as I could tell when I did a survey of the open-source ticketing space, RT seemed to have the largest critical mass, with the largest installed user base, in addition to the most development activity. (The availability of commercial support from the developer is a big plus also). I also liked the fact that RT had very strong email integration. Add in a command-line client and the API, and RT is the way to go. Good luck, -Brian -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Jan Algermissen Sent: Thursday, June 24, 2004 4:50 PM To: Kelly D. Lucas Cc: RT Users Subject: Re: [rt-users] Issue-Tracker "Kelly D. Lucas" wrote: > Any other comments would be appreciated. While I do not know Issue-Tracker, I consider RT to be a save bet. It is one of the best pieces of software I have seen in years and if you have access to a decent Perl coder, you can cleanly(!!) extend it into almost any direction. HTH, Jan > Thanks, > > kdl > > -- > K.D. Lucas > lucaskeli at fastmail.fm > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and > Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- Jan Algermissen http://www.topicmapping.com Consultant & Programmer http://www.gooseworks.org _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. ----------------------------------------------------------------------- This message is the property of Time Inc. or its affiliates. It may be legally privileged and/or confidential and is intended only for the use of the addressee(s). No addressee should forward, print, copy, or otherwise reproduce this message in any manner that would allow it to be viewed by any individual not originally listed as a recipient. If the reader of this message is not the intended recipient, you are hereby notified that any unauthorized disclosure, dissemination, distribution, copying or the taking of any action in reliance on the information herein is strictly prohibited. If you have received this communication in error, please immediately notify the sender and delete this message. Thank you. From hegbloom at pdx.edu Fri Jun 25 11:32:11 2004 From: hegbloom at pdx.edu (Karl Hegbloom) Date: Fri, 25 Jun 2004 08:32:11 -0700 Subject: [rt-users] Debian setup: postgres problem? In-Reply-To: <20040625064803.GA433@vanilla.office.cyber.com.au> References: <20040625064803.GA433@vanilla.office.cyber.com.au> Message-ID: <1088177531.6187.5.camel@bittersweet.localnet> On Fri, 2004-06-25 at 16:48 +1000, Jens Porup wrote: > I am trying to install Request Tracker on Debian testing. What's in your /etc/postgresql/pg_hba.conf file? You need: # host template1 rtuser 127.0.0.1 255.255.255.255 md5 # local template1 rtuser md5 host rtdb rtuser 127.0.0.1 255.255.255.255 md5 local rtdb rtuser md5 ... right after where it says "put your actual configuration here". The lines I have commented off should be uncommented until after you have loaded the initial RT database. After you edit this file, you must run "/etc/init.d/postgresql restart". The IP address and mask that connections are allowed from can be for another host, if your database and RT are on separate boxes. Rather than waiting for "nmap" to see what ports are open, why not just use "netstat"? "netstat --tcp -lp" will show you open TCP ports programs are listening on, along with what programs they are. -- Karl Hegbloom From sivan.deray at net-aptitude.fr Fri Jun 25 11:30:36 2004 From: sivan.deray at net-aptitude.fr (Sivan DERAY) Date: Fri, 25 Jun 2004 17:30:36 +0200 Subject: [rt-users] Problem with Email reply via RT Message-ID: <4E13BD0442DACA4D9606CAD98924F09A1FDFF7@srv-nap-atlas-1.net-aptitude.fr> I found the problem !! It was just that the scrip associated with the action was not correct.... From hegbloom at pdx.edu Fri Jun 25 11:40:46 2004 From: hegbloom at pdx.edu (Karl Hegbloom) Date: Fri, 25 Jun 2004 08:40:46 -0700 Subject: mod_perl2/Apache2 not honoring DirectoryIndex for / (Re: [rt-users] Mason problem?) In-Reply-To: <20040625122920.GB9299@computing-services.oxford.ac.uk> References: <20040625122920.GB9299@computing-services.oxford.ac.uk> Message-ID: <1088178046.6187.9.camel@bittersweet.localnet> On Fri, 2004-06-25 at 13:29 +0100, Stephen Quinney wrote: > On Thu, Jun 24, 2004 at 12:41:28PM -0500, Erik Anderson wrote: > > I'm running rt-3.0.11, apache-2.0.49, and mod_perl-1.99_11. > > > > Apache doesn't seem to be obeying the DirectoryIndex directives. If I > > navigate to http://helpdesk.foo.com/, I get a 404, but if I navigate > > to http://helpdesk.foo.com/index.html, I get the correct rt login > > page. I was having the same problem, then something I did suddenly cured the problem... I'm not sure exactly what solved it. I'm using Debian GNU/ Linux unstable, and Apache 2 with mod_perl2. I've enabled mod_ssl, mod_perl2, and mod_rewrite, and have added a listen 443 to ports.conf. I've also added a global configuration in apache2/conf.d for the SSL server certificate... The attached file is the RT virtual host on my laptop testbed. Perhaps others will find it useful. -- Karl Hegbloom -------------- next part -------------- # Requires the following Apache2 modules be enabled: # # mod_perl (mod_perl2 for Apache2) # mod_rewrite (URL rewriting) # mod_ssl (Secure Sockets Layer) # # Also see: # # /etc/apache2/conf.d/ssl-global.conf # /etc/request-tracker3/RT_SiteConfig.pm # # ToDo: # # * Create a fresh SSL cert for the server. Make sure that it lists # all of the virtual hosts in that field I cannot recall the name # of that is for that... It's in the RFC for X.509. # # ? I don't know why, but I get a warning about no VirtualHost for the # NameVirtualHost rt:80, when I start Apache2. Everything seems to # work fine anyways. I'm ignoring the warning. # NameVirtualHost rt:80 ServerName rt ServerAdmin webmaster at rt # Redirect all URL's to the SSL port; old links will keep working. ReWriteEngine on ReWriteRule ^/(.*$) https://rt/$1 [R] NameVirtualHost rt:443 ServerName rt ServerAdmin webmaster at rt DocumentRoot /usr/share/request-tracker3/html/ SSLEngine on SSLOptions +StrictRequire Options FollowSymLinks AllowOverride None SSLRequireSSL Options FollowSymLinks AllowOverride None Order allow,deny allow from all ErrorLog /var/log/apache2/error-rt.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. # LogLevel warn CustomLog /var/log/apache2/access-rt.log combined ServerSignature On Alias /icons/ "/usr/share/apache2/icons/" Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all # Assume that we have mod_perl loaded. PerlModule Apache2 # This line causes performance problems with mod_perl2 :-( but is # presently required to make HTML::Mason function properly. # Comment it off when HTML::Mason supports mod_perl2 natively. # PerlModule Apache::compat # CGI is the only one that works with Apache2. The mod_perl # method is likely faster and better, so when HTML::Mason supports # mod_perl2 natively, change to that. # PerlSetVar MasonArgsMethod CGI # PerlSetVar MasonArgsMethod mod_perl PerlModule Apache::DBI PerlModule CGI PerlModule CGI::Cookie PerlModule Data::Dumper # For return codes (NOT_FOUND, DECLINED, FORBIDDEN) use Apache::Const -compile => qw(:common); PerlRequire /usr/share/request-tracker3/libexec/webmux.pl SetHandler perl-script PerlInitHandler Apache::NOT_FOUND SetHandler perl-script PerlInitHandler Apache::NOT_FOUND # Notice that in the following, directory indexes are NOT # mentioned or handled. This means that Apache will do the usual # "DirectoryIndex" thing, redirecting a request for a URL ending # in "/" to one like "/index.html" instead. That generates a # second page request for the file with name ending in .html, and # Mason handles that here. Service of image files, CSS, and what # have you are also left up to Apache's normal mechanisms. # AddDefaultCharset UTF-8 SetHandler perl-script PerlHandler RT::Mason # I think that the /REST/ stuff is meant to be accessed by the # mail gate and CLI only, so I will dissallow it from outside # hosts. # # ### ? Look into this; maybe change it ? # Order allow,deny Allow from .local # # Local Variables: # mode: apache # indent-tabs-mode: nil # tab-width: 4 # filladapt-mode: t # End: From erikerik at gmail.com Fri Jun 25 11:49:06 2004 From: erikerik at gmail.com (Erik Anderson) Date: Fri, 25 Jun 2004 10:49:06 -0500 Subject: mod_perl2/Apache2 not honoring DirectoryIndex for / (Re: [rt-users] Mason problem?) In-Reply-To: <1088178046.6187.9.camel@bittersweet.localnet> References: <20040625122920.GB9299@computing-services.oxford.ac.uk> <1088178046.6187.9.camel@bittersweet.localnet> Message-ID: Thanks for the info, Karl...I actually got it working last night by adding in the mod_rewrite rule for apache2. I don't know how I missed that the first time around. I'll chock it up to it being the end of a long week ;-) On Fri, 25 Jun 2004 08:40:46 -0700, Karl Hegbloom wrote: > > On Fri, 2004-06-25 at 13:29 +0100, Stephen Quinney wrote: > > On Thu, Jun 24, 2004 at 12:41:28PM -0500, Erik Anderson wrote: > > > I'm running rt-3.0.11, apache-2.0.49, and mod_perl-1.99_11. > > > > > > Apache doesn't seem to be obeying the DirectoryIndex directives. If I > > > navigate to http://helpdesk.foo.com/, I get a 404, but if I navigate > > > to http://helpdesk.foo.com/index.html, I get the correct rt login > > > page. > > I was having the same problem, then something I did suddenly cured the > problem... I'm not sure exactly what solved it. I'm using Debian GNU/ > Linux unstable, and Apache 2 with mod_perl2. I've enabled mod_ssl, > mod_perl2, and mod_rewrite, and have added a listen 443 to ports.conf. > I've also added a global configuration in apache2/conf.d for the SSL > server certificate... > > The attached file is the RT virtual host on my laptop testbed. Perhaps > others will find it useful. > > -- > Karl Hegbloom > > > > rt - 3K Download > noname - 1K Download > From sivan.deray at net-aptitude.fr Fri Jun 25 12:08:13 2004 From: sivan.deray at net-aptitude.fr (Sivan DERAY) Date: Fri, 25 Jun 2004 18:08:13 +0200 Subject: [rt-users] Message not recorded when replying to autoreply message Message-ID: <4E13BD0442DACA4D9606CAD98924F09A1FDFF8@srv-nap-atlas-1.net-aptitude.fr> I'm getting an email from RT with : subject : Message not recorded a body : Permission denied after i reply to an autoreply email generated by RT. Any idea ? From rt_mail_lists at no1.net.au Fri Jun 25 12:13:26 2004 From: rt_mail_lists at no1.net.au (John) Date: Sat, 26 Jun 2004 02:13:26 +1000 Subject: [rt-users] Internal Server Error with a FastCGI install Message-ID: <40DC4F26.7020703@no1.net.au> Sorry to bother you kind folks with a boring issue... but I am in dire need and will really appreciate any input... even point me in the right direction and I can research more would be appreciated.... I have been slogging this out for over a week now with gradual success... it is time to ask for help... I have successfully installed Apache/2.0.49 (Unix) DAV/2 mod_fastcgi/2.4.2 Server, along with MySQL and Postfix on an OpenBSD box. All perl dependancies are now sorted (thanks to CPAN my new friend!!!) Reason for Fastcgi was because we want 2 or 3 installs for different companies on the one server. >>Present predicament<< When I go to the url, I simply get a generic "Internal Server Error" message (I did, for a short time et the login screen but could not log in, it went to a 404 screen and the logo was missing, but that is all gone now) I am expecting this all has something to do with my Apache config...so the following snips are what I have in the httpd.conf file ########>> Section for RT bits <<##################### # LoadModule fastcgi_module modules/mod_fastcgi.so # AddModule mod_fastcgi.c # LoadModule perl_module libexec/libperl.so # AddModule mod_perl.c AddHandler fastcgi-script fcgi # FastCgiServer /opt/rt3/bin/mason_handler.fcgi (btw the username and group settings are listed before my RT bits section - I found this to be important with permissions) #############<< Virtual Host >>############### ServerName rt.crusty.no1.com.au DocumentRoot /opt/rt3/share/html AddDefaultCharset UTF-8 ErrorLog logs/error/rt.crusty CustomLog logs/xfer/rt.crusty combined # this line applies to Apache2+mod_perl2 only # PerlModule Apache2 Apache::compat # PerlModule Apache::DBI # PerlRequire /opt/rt3/bin/webmux.pl ScriptAlias / /opt/rt3/bin/mason_handler.fcgi Alias /NoAuth/images/rt.jpg /opt/rt3/share/html/NoAuth/images/rt.jpg # # SetHandler perl-script # PerlHandler RT::Mason # :::::::::::::::::::::Processes Running root 8898 0.0 0.4 1056 228 ?? Ss 1:14AM 0:00.24 /usr/local/apache2/bin/httpd -k start www 27077 0.0 0.8 1056 520 ?? S 1:14AM 0:00.08 /usr/local/apache2/bin/fcgi- -k start (httpd) (more Apaches) www 16976 38.4 11.9 6096 7716 ?? R 2:05AM 0:01.01 /usr/bin/perl /opt/rt3/bin/mason_handler.fcgi (up to 10 of these spawn) ::::::::::::::::::::::Logs sample of .../apache2/logs/error_logs [Sat Jun 26 02:05:17 2004] [warn] FastCGI: (dynamic) server "/opt/rt3/bin/mason_handler.fcgi" (pid 10459) termination signaled [Sat Jun 26 02:05:17 2004] [warn] FastCGI: (dynamic) server "/opt/rt3/bin/mason_handler.fcgi" (pid 10459) terminated due to uncaught signal '15' (Terminated) [Sat Jun 26 02:05:42 2004] [warn] FastCGI: (dynamic) server "/opt/rt3/bin/mason_handler.fcgi" restarted (pid 20996) sample of .../apache2/logs/error/rt.crusty [Sat Jun 26 02:06:13 2004] [error] [client 192.168.1.42] FastCGI: comm with (dynamic) server "/opt/rt3/bin/mason_handler.fcgi" aborted: (first read) idle timeout (30 sec) [Sat Jun 26 02:06:14 2004] [error] [client 192.168.1.42] FastCGI: incomplete headers (0 bytes) received from server "/opt/rt3/bin/mason_handler.fcgi" ________________________________________________________________________________________________________ Have I provided enough information? If I have missed something, please let me know and I will get it asap... I did successfully install an RT2 about 1 year ago on a FreeBSD box but it broke when we updated our MySQL Any help would be appreciated, I am not expecting anybody to do this for me but my head is getting sore from the brick wall in front of me Thank you for your time John From jesse at bestpractical.com Fri Jun 25 12:33:08 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Fri, 25 Jun 2004 12:33:08 -0400 Subject: [rt-users] RT Crash... possible bug? (/tmp directory) In-Reply-To: References: <89724513-C5E0-11D8-86F4-000393CE1AF0@idworld.net> <200406240925.07068.jeff@theorbitor.com> <1EF11B1A-C62E-11D8-B0C0-000393CE1AF0@idworld.net> <20040624223608.GI32580@pallas.eruditorum.org> <601C1793-C630-11D8-B0C0-000393CE1AF0@idworld.net> <20040624225148.GJ32580@pallas.eruditorum.org> <7ACE467E-C631-11D8-B0C0-000393CE1AF0@idworld.net> <20040624230931.GK32580@pallas.eruditorum.org> Message-ID: <20040625163308.GW32580@pallas.eruditorum.org> On Thu, Jun 24, 2004 at 04:11:50PM -0700, Chad Scott wrote: > Unfortunately, no. :( Chad, How's your perl? If I point you in the right direction to triage this one can you poke around? Jesse On Jun 24, 2004, at 4:09 PM, Jesse Vincent wrote: > > >Next question. If you shutdown apache, do the tempfiles go away? -- From bobg at uic.edu Fri Jun 25 12:56:02 2004 From: bobg at uic.edu (Bob Goldstein) Date: Fri, 25 Jun 2004 11:56:02 -0500 Subject: [rt-users] Internal Server Error with a FastCGI install In-Reply-To: Your message of "Sat, 26 Jun 2004 02:13:26 +1000." <40DC4F26.7020703@no1.net.au> Message-ID: <200406251656.i5PGu3ZO028601@shark.cc.uic.edu> You only showed us one virtual host section, and it controls /opt/rt3/bin/mason_handler.fcgi I believe each virtual host will have to control a *differently named* mason_handler.fcgi I have a wiki article showing how I manage multiple fcgi servers on a single apache, using different databases. I don't happen to use virtual hosts, but the idea is the same: http://wiki.bestpractical.com/index.cgi?MultipleInstances bobg >Sorry to bother you kind folks with a boring issue... but I am in dire >need and will really appreciate any input... even point me in the right >direction and I can research more would be appreciated.... I have been >slogging this out for over a week now with gradual success... it is time >to ask for help... > >I have successfully installed Apache/2.0.49 (Unix) DAV/2 >mod_fastcgi/2.4.2 Server, along with MySQL and Postfix on an OpenBSD box. >All perl dependancies are now sorted (thanks to CPAN my new friend!!!) > >Reason for Fastcgi was because we want 2 or 3 installs for different >companies on the one server. > > >>Present predicament<< >When I go to the url, I simply get a generic "Internal Server Error" >message (I did, for a short time et the login screen but could not log >in, it went to a 404 screen and the logo was missing, but that is all >gone now) > >I am expecting this all has something to do with my Apache config...so >the following snips are what I have in the httpd.conf file >########>> Section for RT bits <<##################### ># >LoadModule fastcgi_module modules/mod_fastcgi.so ># AddModule mod_fastcgi.c ># LoadModule perl_module libexec/libperl.so ># AddModule mod_perl.c >AddHandler fastcgi-script fcgi ># FastCgiServer /opt/rt3/bin/mason_handler.fcgi > >(btw the username and group settings are listed before my RT bits >section - I found this to be important with permissions) > >#############<< Virtual Host >>############### > >ServerName rt.crusty.no1.com.au >DocumentRoot /opt/rt3/share/html >AddDefaultCharset UTF-8 > >ErrorLog logs/error/rt.crusty >CustomLog logs/xfer/rt.crusty combined > ># this line applies to Apache2+mod_perl2 only # PerlModule Apache2 >Apache::compat > ># PerlModule Apache::DBI ># PerlRequire /opt/rt3/bin/webmux.pl > >ScriptAlias / /opt/rt3/bin/mason_handler.fcgi >Alias /NoAuth/images/rt.jpg /opt/rt3/share/html/NoAuth/images/rt.jpg > ># ># SetHandler perl-script ># PerlHandler RT::Mason ># > > >:::::::::::::::::::::Processes Running >root 8898 0.0 0.4 1056 228 ?? Ss 1:14AM 0:00.24 >/usr/local/apache2/bin/httpd -k start >www 27077 0.0 0.8 1056 520 ?? S 1:14AM 0:00.08 >/usr/local/apache2/bin/fcgi- -k start (httpd) >(more Apaches) >www 16976 38.4 11.9 6096 7716 ?? R 2:05AM 0:01.01 >/usr/bin/perl /opt/rt3/bin/mason_handler.fcgi >(up to 10 of these spawn) > >::::::::::::::::::::::Logs >sample of .../apache2/logs/error_logs >[Sat Jun 26 02:05:17 2004] [warn] FastCGI: (dynamic) server >"/opt/rt3/bin/mason_handler.fcgi" (pid 10459) termination signaled >[Sat Jun 26 02:05:17 2004] [warn] FastCGI: (dynamic) server >"/opt/rt3/bin/mason_handler.fcgi" (pid 10459) terminated due to uncaught >signal '15' (Terminated) >[Sat Jun 26 02:05:42 2004] [warn] FastCGI: (dynamic) server >"/opt/rt3/bin/mason_handler.fcgi" restarted (pid 20996) > >sample of .../apache2/logs/error/rt.crusty >[Sat Jun 26 02:06:13 2004] [error] [client 192.168.1.42] FastCGI: comm >with (dynamic) server "/opt/rt3/bin/mason_handler.fcgi" aborted: (first >read) idle timeout (30 sec) >[Sat Jun 26 02:06:14 2004] [error] [client 192.168.1.42] FastCGI: >incomplete headers (0 bytes) received from server >"/opt/rt3/bin/mason_handler.fcgi" >______________________________________________________________________________ >__________________________ > > >Have I provided enough information? If I have missed something, please >let me know and I will get it asap... > >I did successfully install an RT2 about 1 year ago on a FreeBSD box but >it broke when we updated our MySQL > >Any help would be appreciated, I am not expecting anybody to do this for >me but my head is getting sore from the brick wall in front of me > >Thank you for your time > >John >_______________________________________________ >http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > >RT Developer and Administrator training is coming to LA, DC and Frankfurt this > spring and summer. >http://bestpractical.com/services/training.html > >Sign up early, as class space is limited. > > > >!DSPAM:40dc51e9284451996290111! > > From bobg at uic.edu Fri Jun 25 13:01:04 2004 From: bobg at uic.edu (Bob Goldstein) Date: Fri, 25 Jun 2004 12:01:04 -0500 Subject: [rt-users] Customer access to own tickets In-Reply-To: Your message of "Fri, 25 Jun 2004 00:05:49 MDT." <1111.172.159.227.177.1088143549.squirrel@mail1.vexcel.com> Message-ID: <200406251701.i5PH149B028684@shark.cc.uic.edu> Under Configuration->Global->Group Rights, you can give "Requestor" the right to "Show Ticket" and if you like "Reply to Ticket". So a customer does not have be privileged, but he automatically has the role "requestor" for his own tickets. bobg >I am setting up a customer support system based on RT, and also want to >allow customers access to their own tickets without letting them see other >customers' tickets. Is there any way to do this apart from having each >customer have their own queue? Or is there a way to create queues that >are a customer-specific view selected from a common queue? >Thanks for any advice you can give me. >Joe. > > >_______________________________________________ >http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > >RT Developer and Administrator training is coming to LA, DC and Frankfurt this > spring and summer. >http://bestpractical.com/services/training.html > >Sign up early, as class space is limited. > > > >!DSPAM:40dbc1dc260411172882450! > > From jesse at bestpractical.com Fri Jun 25 13:32:46 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Fri, 25 Jun 2004 13:32:46 -0400 Subject: [rt-users] Postgres Users: DBIx::SearchBuilder 1.00_06 In-Reply-To: References: <20040618061644.GX26100@pallas.eruditorum.org> Message-ID: <20040625173246.GA32580@pallas.eruditorum.org> On Wed, Jun 23, 2004 at 04:56:12PM +0300, Jussi Hamalainen wrote: > On Fri, 18 Jun 2004, Jesse Vincent wrote: > > > I've just uploaded DBIx::SearchBuilder 1.00_06 to CPAN. This release > > includes additional query-builder enhancements for PostgreSQL (and > > Oracle). One heavy test site reports a significant performance > > improvement across the board. I'd love to hear how folks do with this > > release. > > After installing the package RT barfs (HTTP error 500) and I get this > error in the log file: > > [Wed Jun 23 13:45:22 2004] [error] Can't locate object method "new" > via package "RT::Handle" at /opt/RT/lib/RT.pm line 147.\n That looks somewhat surprising. in your lib/RT/Handle.pm, can you alter the code at the beginning to read: eval "use DBIx::SearchBuilder::Handle::$RT::DatabaseType; \@ISA= qw(DBIx::SearchBuilder::Handle::$RT::DatabaseType);"; if ($@) { die "Unable to load DBIx::SearchBuilder database handle for '$RT::DatabaseType'.". "\n". "Perhaps you've picked an invalid database type or spelled it incorrectly.". "\n". $@; } and then retest. That will get us a better error message. > Reinstalling version 0.99 fixes the problem. I'm using Perl 5.8.4. > > -- > -=[ Count Zero / TBH - Jussi H?m?l?inen - email count at theblah.fi ]=- -- From erikerik at gmail.com Fri Jun 25 13:59:59 2004 From: erikerik at gmail.com (Erik Anderson) Date: Fri, 25 Jun 2004 12:59:59 -0500 Subject: [rt-users] Message not recorded when replying to autoreply message In-Reply-To: <4E13BD0442DACA4D9606CAD98924F09A1FDFF8@srv-nap-atlas-1.net-aptitude.fr> References: <4E13BD0442DACA4D9606CAD98924F09A1FDFF8@srv-nap-atlas-1.net-aptitude.fr> Message-ID: I'm having the same issue - the root of the issue is that you need to make sure that RT puts the right From: field in its emails. I'm still trying to figure out how to do that. On Fri, 25 Jun 2004 18:08:13 +0200, Sivan DERAY wrote: > > I'm getting an email from RT with : > > subject : Message not recorded > a body : Permission denied > > after i reply to an autoreply email generated by RT. > > Any idea ? > > > > noname - 1K Download > From les at futuresource.com Fri Jun 25 14:21:17 2004 From: les at futuresource.com (Les Mikesell) Date: Fri, 25 Jun 2004 13:21:17 -0500 Subject: [rt-users] Message not recorded when replying to autoreply message In-Reply-To: <4E13BD0442DACA4D9606CAD98924F09A1FDFF8@srv-nap-atlas-1.net-aptitude.fr> References: <4E13BD0442DACA4D9606CAD98924F09A1FDFF8@srv-nap-atlas-1.net-aptitude.fr> Message-ID: <1088187677.15756.9.camel@moola.futuresource.com> On Fri, 2004-06-25 at 11:08, Sivan DERAY wrote: > I'm getting an email from RT with : > > subject : Message not recorded > a body : Permission denied > > after i reply to an autoreply email generated by RT. Does the 'everybody' group have the rights: CreateTicket ReplyToTicket CommentOnTicket in the queue where you want email to work? --- Les Mikesell les at futuresource.com From rt at chaka.net Fri Jun 25 13:44:37 2004 From: rt at chaka.net (Todd) Date: Fri, 25 Jun 2004 13:44:37 -0400 Subject: [rt-users] Re: [Rt-devel] Is it possible to merge RT with another website? In-Reply-To: References: Message-ID: <20040625174437.GN28862@chaka.net> I would examine how RTFM integrates with RT for some inspiration. -Todd On Fri, Jun 25, 2004 at 12:54:18PM +0300, Wilson Abigaba wrote: > Hey rt users, > > In our comapny, we have rt and another web interface i developed in php that > reports all call details from our 3com nbx telephony system. I'm thinking > of merging the two. I'm ready to convert the php site html-mason if need > arises. > > My thinking is that on the RT left menu bar, there should be a link to the > call detail reports page, and during the display of the CDR(call detail > report), the RT headers, left menu and footers should be mantained. > Any ideas? > Regards, > Wilso > > _______________________________________________ > Rt-devel mailing list > Rt-devel at lists.bestpractical.com > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel From erikerik at gmail.com Fri Jun 25 14:39:49 2004 From: erikerik at gmail.com (Erik Anderson) Date: Fri, 25 Jun 2004 13:39:49 -0500 Subject: [rt-users] Message not recorded when replying to autoreply message In-Reply-To: <1088187677.15756.9.camel@moola.futuresource.com> References: <4E13BD0442DACA4D9606CAD98924F09A1FDFF8@srv-nap-atlas-1.net-aptitude.fr> <1088187677.15756.9.camel@moola.futuresource.com> Message-ID: On Fri, 25 Jun 2004 13:21:17 -0500, Les Mikesell wrote: > Does the 'everybody' group have the rights: > > CreateTicket > ReplyToTicket > CommentOnTicket > > in the queue where you want email to work? That was it, Les. Thanks! From jesse at bestpractical.com Fri Jun 25 14:57:45 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Fri, 25 Jun 2004 14:57:45 -0400 Subject: [rt-users] CFP: RT 3.0 user manual moved to wiki. Message-ID: <20040625185745.GM32580@pallas.eruditorum.org> After several months of casting about looking for a tool to nicely translate the RTF source of the draft manual for RT 3.0 to WikiText, I gave up and have uploaded the raw text from the draft manual to http://wiki.bestpractical.com/index.cgi?UserManual The manual needs your contributions, whether they're taking the existing content and cleaning up the markup, correcting spelling errors, adding new content or just making notes about things its missing. Thanks! Jesse -- From i at mindlace.net Fri Jun 25 15:23:05 2004 From: i at mindlace.net (emf) Date: Fri, 25 Jun 2004 15:23:05 -0400 Subject: [rt-users] Is there a RT3-Hackers document? Message-ID: <15199ACA-C6DD-11D8-A63F-000A959B1F9A@mindlace.net> Is there anything like the Hackers document for RT3? Something describing API, interfaces, or anything else about RT3 from the customization perspective? Thanks, -- honi soit qui mal y pense ~mindlace http://mindlace.net From briddle at velosel.com Fri Jun 25 19:38:10 2004 From: briddle at velosel.com (Barry Riddle) Date: Fri, 25 Jun 2004 16:38:10 -0700 Subject: [rt-users] request tracker has stopped sending autoreply Message-ID: <30CC26FFF8F1D711881000902771E59CED2719@tango.velosel.com> Hi, I have rt3 up and running with people able to submit email requests into a queue. The messages get entered into the appropriate queue in RT. The requestor use to get an autoreply message sent to them, but this stopped working all of a sudden. I have also noticed that if I open one of the tickets in request tracker and reply to it, the reply never reaches the requestor. It is running on RedHat 9 with Sendmail version 8. Unfortunately, I am not the only one with administrative access to this system, so I don't know what could have recently changed. Any suggestions on where to look for the cause of this problem? Barry From les at futuresource.com Fri Jun 25 19:44:36 2004 From: les at futuresource.com (Les Mikesell) Date: Fri, 25 Jun 2004 18:44:36 -0500 Subject: [rt-users] request tracker has stopped sending autoreply In-Reply-To: <30CC26FFF8F1D711881000902771E59CED2719@tango.velosel.com> References: <30CC26FFF8F1D711881000902771E59CED2719@tango.velosel.com> Message-ID: <1088207076.23876.28.camel@moola.futuresource.com> On Fri, 2004-06-25 at 18:38, Barry Riddle wrote: > I have also noticed that if I open one of the > tickets in request tracker and reply to it, the reply never reaches the > requestor. It is running on RedHat 9 with Sendmail version 8. > Unfortunately, I am not the only one with administrative access to this > system, so I don't know what could have recently changed. Any suggestions > on where to look for the cause of this problem? Sendmail should be logging in /var/log/maillog as messages are submitted and delivered. If RT is still trying to send you should be able to follow the trail in the logs. --- Les Mikesell les at futuresource.com From cubic at acronis.ru Sat Jun 26 03:29:35 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Sat, 26 Jun 2004 11:29:35 +0400 Subject: [rt-users] Is there a RT3-Hackers document? In-Reply-To: <15199ACA-C6DD-11D8-A63F-000A959B1F9A@mindlace.net> References: <15199ACA-C6DD-11D8-A63F-000A959B1F9A@mindlace.net> Message-ID: <40DD25DF.10709@acronis.ru> emf wrote: > Is there anything like the Hackers document for RT3? Something > describing API, interfaces, or anything else about RT3 from the > customization perspective? Nothing describe API better then source code and POD around it. > > Thanks, > -- > honi soit qui mal y pense > ~mindlace http://mindlace.net > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and > Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From fw at deneb.enyo.de Sat Jun 26 05:45:27 2004 From: fw at deneb.enyo.de (Florian Weimer) Date: Sat, 26 Jun 2004 11:45:27 +0200 Subject: [rt-users] Postgres Users: DBIx::SearchBuilder 1.00_06 In-Reply-To: (Jussi Hamalainen's message of "Wed, 23 Jun 2004 16:56:12 +0300 (EEST)") References: <20040618061644.GX26100@pallas.eruditorum.org> Message-ID: <87smciirew.fsf@deneb.enyo.de> * Jussi Hamalainen: > After installing the package RT barfs (HTTP error 500) and I get this > error in the log file: > > [Wed Jun 23 13:45:22 2004] [error] Can't locate object method "new" > via package "RT::Handle" at /opt/RT/lib/RT.pm line 147.\n > > Reinstalling version 0.99 fixes the problem. I'm using Perl 5.8.4. Newer DBIx::SearchBuilder versions require the Want Perl module from CPAN. -- Current mail filters: many dial-up/DSL/cable modem hosts, and the following domains: bigpond.com, di-ve.com, fuorissimo.com, hotmail.com, jumpy.it, libero.it, netscape.net, postino.it, simplesnet.pt, spymac.com, tiscali.co.uk, tiscali.cz, tiscali.it, voila.fr, yahoo.com. From bobg at uic.edu Sat Jun 26 11:57:21 2004 From: bobg at uic.edu (Bob Goldstein) Date: Sat, 26 Jun 2004 10:57:21 -0500 Subject: [rt-users] Is there a RT3-Hackers document? In-Reply-To: Your message of "Sat, 26 Jun 2004 11:29:35 +0400." <40DD25DF.10709@acronis.ru> Message-ID: <200406261557.i5QFvL1L002076@shark.cc.uic.edu> >emf wrote: >> Is there anything like the Hackers document for RT3? Something >> describing API, interfaces, or anything else about RT3 from the >> customization perspective? >Nothing describe API better then source code and POD around it. Well, true, but RTFSC is a bit abrupt, no? When I started (about RT 3.0.5), I found the Hacker's guide to RT2 very useful. Outdated and incomplete, but it did help orient me to RT-think. I think I know what emf wants (or what I wanted :-) -- an organized overview of the schema, objects and basic SearchBuilder, major subsystems (e.g. email, web, cli, scrips, privileges), hacking techniques (e.g. Dirk Pape's wiki on "CleanlyCustomizeRT"), even things like preferred coding style and patch creation. The API for a specific Class is well enough described in the code/pod, but the overall RT meta-schema is not. (At least, it's not organized in one place. Many of these items are scattered about.) The wiki, itself, it a big step forward. But it's not yet mature enough for what emf needs. bobg > >> >> Thanks, >> -- >> honi soit qui mal y pense >> ~mindlace http://mindlace.net >> >> _______________________________________________ >> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users >> >> RT Developer and Administrator training is coming to LA, DC and >> Frankfurt this spring and summer. >> http://bestpractical.com/services/training.html >> >> Sign up early, as class space is limited. > >_______________________________________________ >http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > >RT Developer and Administrator training is coming to LA, DC and Frankfurt this > spring and summer. >http://bestpractical.com/services/training.html > >Sign up early, as class space is limited. > > > >!DSPAM:40dd27e35993240419589! > > From jesse at bestpractical.com Sat Jun 26 12:03:19 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Sat, 26 Jun 2004 12:03:19 -0400 Subject: [rt-users] Is there a RT3-Hackers document? In-Reply-To: <200406261557.i5QFvL1L002076@shark.cc.uic.edu> References: <40DD25DF.10709@acronis.ru> <200406261557.i5QFvL1L002076@shark.cc.uic.edu> Message-ID: <20040626160319.GD32580@pallas.eruditorum.org> On Sat, Jun 26, 2004 at 10:57:21AM -0500, Bob Goldstein wrote: > >emf wrote: > >> Is there anything like the Hackers document for RT3? Something > >> describing API, interfaces, or anything else about RT3 from the > >> customization perspective? > >Nothing describe API better then source code and POD around it. > > Well, true, but RTFSC is a bit abrupt, no? > > When I started (about RT 3.0.5), I found the Hacker's > guide to RT2 very useful. Outdated and incomplete, but it > did help orient me to RT-think. Ok. That content is still (again) sitting at fsck.com/rtfm. Feel free to import it into the wiki and start hacking ;) > I think I know what emf wants (or what I wanted :-) -- an > organized overview of the schema, objects and basic > SearchBuilder, major subsystems (e.g. email, web, cli, scrips, > privileges), hacking techniques (e.g. Dirk Pape's wiki on > "CleanlyCustomizeRT"), even things like preferred coding style > and patch creation. The API for a specific Class is > well enough described in the code/pod, but the overall > RT meta-schema is not. (At least, it's not organized in one place. > Many of these items are scattered about.) We are working on it, in the form of a book to be published sometime around the end of the year. The book is an much-expanded version of our daylong RT developer training program which covers all the things you just mentioned. But writing books is slow going and takes a long time :/ Jesse -- From jesse at bestpractical.com Sat Jun 26 12:40:32 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Sat, 26 Jun 2004 12:40:32 -0400 Subject: [rt-users] RT Crash... possible bug? (/tmp directory) In-Reply-To: <9B252D6D-C78E-11D8-A03F-003065C37B6A@idworld.net> References: <200406240925.07068.jeff@theorbitor.com> <1EF11B1A-C62E-11D8-B0C0-000393CE1AF0@idworld.net> <20040624223608.GI32580@pallas.eruditorum.org> <601C1793-C630-11D8-B0C0-000393CE1AF0@idworld.net> <20040624225148.GJ32580@pallas.eruditorum.org> <7ACE467E-C631-11D8-B0C0-000393CE1AF0@idworld.net> <20040624230931.GK32580@pallas.eruditorum.org> <20040625163308.GW32580@pallas.eruditorum.org> <9B252D6D-C78E-11D8-A03F-003065C37B6A@idworld.net> Message-ID: <20040626164032.GE32580@pallas.eruditorum.org> On Sat, Jun 26, 2004 at 09:33:50AM -0700, Chad Scott wrote: > I'm not a master hacker like yourself, but I hold my own. > > Point away and I'll do what I can. Ok. so the first thing we want to do is figure out _which_ tempfile is hanging around. Have a look in lib/RT/EmailParser.pm and lib/RT/Interface/Email.pm (particularly sub Gateway). Each time RT creates or asks to create a tempfile, log the name of that file and where in the code it's creating it. Once we know which tempfile isn't being cleaned, then we can see how to whack it. J > On Jun 25, 2004, at 9:33 AM, Jesse Vincent wrote: > > > > > > > > >On Thu, Jun 24, 2004 at 04:11:50PM -0700, Chad Scott wrote: > >>Unfortunately, no. :( > > > >Chad, > > How's your perl? If I point you in the right direction to triage > >this one can you poke around? > > > > Jesse > >On Jun 24, 2004, at 4:09 PM, Jesse Vincent wrote: > >> > >>>Next question. If you shutdown apache, do the tempfiles go away? > > > >-- -- From fw at deneb.enyo.de Sat Jun 26 16:06:07 2004 From: fw at deneb.enyo.de (Florian Weimer) Date: Sat, 26 Jun 2004 22:06:07 +0200 Subject: [rt-users] Postgres Users: DBIx::SearchBuilder 1.00_06 In-Reply-To: <20040625173246.GA32580@pallas.eruditorum.org> (Jesse Vincent's message of "Fri, 25 Jun 2004 13:32:46 -0400") References: <20040618061644.GX26100@pallas.eruditorum.org> <20040625173246.GA32580@pallas.eruditorum.org> Message-ID: <871xk2hyog.fsf@deneb.enyo.de> * Jesse Vincent: >> [Wed Jun 23 13:45:22 2004] [error] Can't locate object method "new" >> via package "RT::Handle" at /opt/RT/lib/RT.pm line 147.\n > > That looks somewhat surprising. Well, actually no. If DBIx::SearchBuilder fails to load some of the database-specific code, it tends to fail silently, without printing a proper error message. I learnt that the hard way when I had to look a foreign system for two hours before I noticed that the permissions on some of the Perl files were wrong (so that they weren't readable for the web server process). From jesse at bestpractical.com Sat Jun 26 16:15:12 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Sat, 26 Jun 2004 16:15:12 -0400 Subject: [rt-users] Postgres Users: DBIx::SearchBuilder 1.00_06 In-Reply-To: <871xk2hyog.fsf@deneb.enyo.de> References: <20040618061644.GX26100@pallas.eruditorum.org> <20040625173246.GA32580@pallas.eruditorum.org> <871xk2hyog.fsf@deneb.enyo.de> Message-ID: <20040626201512.GI32580@pallas.eruditorum.org> On Sat, Jun 26, 2004 at 10:06:07PM +0200, Florian Weimer wrote: > > That looks somewhat surprising. > > Well, actually no. If DBIx::SearchBuilder fails to load some of the > database-specific code, it tends to fail silently, without printing a > proper error message. Right. That's something we've already fixed for 3.2. > I learnt that the hard way when I had to look a foreign system for two > hours before I noticed that the permissions on some of the Perl files > were wrong (so that they weren't readable for the web server process). -- From fmml at cedval.org Sun Jun 27 10:54:51 2004 From: fmml at cedval.org (fmml at cedval.org) Date: Sun, 27 Jun 2004 10:54:51 -0400 (EDT) Subject: [rt-users] SSL support... Message-ID: <2394.192.168.41.52.1088348091.squirrel@whoami3.cedval.org> Hi all, I have just figured out (I think)the mod-perl and virtual host configuration for RT. It is working for normal web access, but can't make it work for ssl, when I do https://rt.mysite I see folders list of my root server. Here are my virtual host configuration for rt with ssl: ## ## SSL Virtual Host Context ## ServerName rt.mysite DocumentRoot /usr/local/rt3/share/html AddDefaultCharset UTF-8 PerlModule Apache::DBI PerlRequire /usr/local/rt3/bin/webmux.pl ErrorLog logs/ssl-error_log TransferLog logs/ssl-access_log SSLEngine on SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLCertificateFile conf/ssl/server.crt SSLCertificateKeyFile conf/ssl/server.key CustomLog logs/ssl_request_log \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" RewriteEngine On RewriteOptions inherit SetHandler perl-script PerlHandler RT::Mason For normal access the following works just fine... ServerName rt.mysite DocumentRoot /usr/local/rt3/share/html AddDefaultCharset UTF-8 PerlModule Apache::DBI PerlRequire /usr/local/rt3/bin/webmux.pl SetHandler perl-script PerlHandler RT::Mason Any suggestions??? Thanks in advance, Francois From cerion at open-works.co.uk Sun Jun 27 11:05:26 2004 From: cerion at open-works.co.uk (Cerion Armour-Brown) Date: Sun, 27 Jun 2004 17:05:26 +0200 Subject: [rt-users] SSL support... In-Reply-To: <2394.192.168.41.52.1088348091.squirrel@whoami3.cedval.org> References: <2394.192.168.41.52.1088348091.squirrel@whoami3.cedval.org> Message-ID: <200406271705.26011.cerion@open-works.co.uk> On Sunday 27 June 2004 16:54, fmml at cedval.org wrote: > I have just figured out (I think)the mod-perl and virtual host > configuration for RT. It is working for normal web access, but can't make > it work for ssl, when I do https://rt.mysite I see folders list of my root > server. ... > Any suggestions??? Have you changed the WebBaseURL in RT_SiteConfig.pm to https://...? Cerion From cerion at open-works.co.uk Sun Jun 27 11:07:25 2004 From: cerion at open-works.co.uk (Cerion Armour-Brown) Date: Sun, 27 Jun 2004 17:07:25 +0200 Subject: [rt-users] SSL support... In-Reply-To: <2394.192.168.41.52.1088348091.squirrel@whoami3.cedval.org> References: <2394.192.168.41.52.1088348091.squirrel@whoami3.cedval.org> Message-ID: <200406271707.25861.cerion@open-works.co.uk> On Sunday 27 June 2004 16:54, fmml at cedval.org wrote: > I have just figured out (I think)the mod-perl and virtual host > configuration for RT. It is working for normal web access, but can't make > it work for ssl, when I do https://rt.mysite I see folders list of my root > server. Also, have you set the apache 'LISTEN' directive to include 443? Cerion From rt_mail_lists at no1.net.au Sun Jun 27 20:45:06 2004 From: rt_mail_lists at no1.net.au (John) Date: Mon, 28 Jun 2004 10:45:06 +1000 Subject: [rt-users] Make Install issues RT3.0.11 - Error code 1 (ignore) Message-ID: <40DF6A12.7060502@no1.net.au> Unsure of the importance but know it must be important cause my install sure does not work :( This is an extract from Make Install - all dependancies are good and no other errors. cp: ./local/html/*: No such file or directory *** Error code 1 (ignored) cp -rp ./local/po/* //opt/rt3/local/po cp: ./local/po/*: No such file or directory *** Error code 1 (ignored) cp -rp ./local/etc/* //opt/rt3/local/etc cp: ./local/etc/*: No such file or directory *** Error code 1 (ignored) # RT 3.0.0 - RT 3.0.2 would accidentally create a file instead of a dir [ -f //opt/rt3/share/doc ] && rm //opt/rt3/share/doc *** Error code 1 (ignored) Not really sure where to start digging. Any help, ideas, anything at all would be appreciated. Thanks in advance Regards, John Environment for install OpenBSD current MySQL current Apache2 using fastcgi for RT From jesse at bestpractical.com Sun Jun 27 20:58:40 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Sun, 27 Jun 2004 20:58:40 -0400 Subject: [rt-users] Make Install issues RT3.0.11 - Error code 1 (ignore) In-Reply-To: <40DF6A12.7060502@no1.net.au> References: <40DF6A12.7060502@no1.net.au> Message-ID: <20040628005840.GQ32580@pallas.eruditorum.org> On Mon, Jun 28, 2004 at 10:45:06AM +1000, John wrote: > Unsure of the importance but know it must be important cause my install > sure does not work :( Nope. it's ignoring errors copying files that don't exist in the distribution or creating directories that already exist. > This is an extract from Make Install - all dependancies are good and no > other errors. > > > cp: ./local/html/*: No such file or directory > *** Error code 1 (ignored) > cp -rp ./local/po/* //opt/rt3/local/po > cp: ./local/po/*: No such file or directory > *** Error code 1 (ignored) > cp -rp ./local/etc/* //opt/rt3/local/etc > cp: ./local/etc/*: No such file or directory > *** Error code 1 (ignored) > # RT 3.0.0 - RT 3.0.2 would accidentally create a file instead of a dir > [ -f //opt/rt3/share/doc ] && rm //opt/rt3/share/doc > *** Error code 1 (ignored) > > > Not really sure where to start digging. > > Any help, ideas, anything at all would be appreciated. > > Thanks in advance > > Regards, > > John > > Environment for install > OpenBSD current > MySQL current > Apache2 > using fastcgi for RT > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt > this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From rt_mail_lists at no1.net.au Sun Jun 27 21:00:07 2004 From: rt_mail_lists at no1.net.au (John) Date: Mon, 28 Jun 2004 11:00:07 +1000 Subject: [rt-users] Make Install issues RT3.0.11 - Error code 1 (ignore) In-Reply-To: <20040628005840.GQ32580@pallas.eruditorum.org> References: <40DF6A12.7060502@no1.net.au> <20040628005840.GQ32580@pallas.eruditorum.org> Message-ID: <40DF6D97.6090307@no1.net.au> Thanks for quick reply, I can now move on in my problem solving, Truly appreciated. Regards, John Jesse Vincent wrote: > >On Mon, Jun 28, 2004 at 10:45:06AM +1000, John wrote: > > >>Unsure of the importance but know it must be important cause my install >>sure does not work :( >> >> > >Nope. it's ignoring errors copying files that don't exist in the >distribution or creating directories that already exist. > > > >>This is an extract from Make Install - all dependancies are good and no >>other errors. >> >> >>cp: ./local/html/*: No such file or directory >>*** Error code 1 (ignored) >>cp -rp ./local/po/* //opt/rt3/local/po >>cp: ./local/po/*: No such file or directory >>*** Error code 1 (ignored) >>cp -rp ./local/etc/* //opt/rt3/local/etc >>cp: ./local/etc/*: No such file or directory >>*** Error code 1 (ignored) >># RT 3.0.0 - RT 3.0.2 would accidentally create a file instead of a dir >>[ -f //opt/rt3/share/doc ] && rm //opt/rt3/share/doc >>*** Error code 1 (ignored) >> >> >>Not really sure where to start digging. >> >>Any help, ideas, anything at all would be appreciated. >> >>Thanks in advance >> >>Regards, >> >>John >> >>Environment for install >>OpenBSD current >>MySQL current >>Apache2 >>using fastcgi for RT >> >>_______________________________________________ >>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users >> >>RT Developer and Administrator training is coming to LA, DC and Frankfurt >>this spring and summer. >>http://bestpractical.com/services/training.html >> >>Sign up early, as class space is limited. >> >> > > > From jens at cyber.com.au Sun Jun 27 22:07:49 2004 From: jens at cyber.com.au (Jens Porup) Date: Mon, 28 Jun 2004 12:07:49 +1000 Subject: [rt-users] Debian setup: postgres problem? In-Reply-To: <20040625123132.GC9299@computing-services.oxford.ac.uk> References: <20040625064803.GA433@vanilla.office.cyber.com.au> <20040625123132.GC9299@computing-services.oxford.ac.uk> Message-ID: <20040628020749.GE10245@vanilla.office.cyber.com.au> On Fri, Jun 25, 2004 at 01:31:32PM +0100, Stephen Quinney wrote: > On Fri, Jun 25, 2004 at 04:48:03PM +1000, Jens Porup wrote: > > > > G'day, > > > > I am trying to install Request Tracker on Debian testing. > > > > Have you read all the information in the README.Debian.gz and > INSTALL.Debian.gz located in the /usr/share/doc/request-tracker3/? > > They are the best place to start and may well already answer your > questions. > > Stephen Quinney > Yes! I have read, re-read, and re-read INSTALL.Debian and README.Debian backwards, forwards, and upside down, and I still can't get RT installed! To recap my troubles: I can successfully connect to the freshly installed postgres installation like so: root at request-tracker:~# psql -d template1 -U rtuser -W Password: Welcome to psql 7.4.2, the PostgreSQL interactive terminal. Type: \copyright for distribution terms \h for help with SQL commands \? for help on internal slash commands \g or terminate with semicolon to execute query \q to quit template1=> \q But when I try and run the RT setup script for the RT database, I get: root at request-tracker:~# /usr/sbin/rt-setup-database --action init --dba rtuser --prompt-for-dba-password In order to create a new database and grant RT access to that database, this script needs to connect to your Pg instance on localhost as rtuser. Please specify that user's database password below. If the user has no database password, just press return. Password: DBI connect('dbname=template1;host=localhost','rtuser',...) failed: could not connect to server: Connection refused at /usr/sbin/rt-setup-database line 110 Failed to connect to dbi:Pg:dbname=template1;host=localhost as rtuser: could not connect to server: Connection refused at /usr/sbin/rt-setup-database line 110, line 1. So let's make sure postgres is running: root at request-tracker:~# /etc/init.d/postgresql restart Stopping PostgreSQL database server: autovacuumNo pg_autovacuum found running; none killed. postmaster. Starting PostgreSQL database server: postmaster autovacuum. root at request-tracker:~# But if I tail the logs during the server restart, this line pops up just after the restart finishes: root at request-tracker:~# tail -f /var/log/postgresql/postgres.log ...... LOG: unexpected EOF on client connection But a simple Perl script connects to the database without dying, like so: use DBI; my $dsn = "dbi:Pg:dbname=template1"; ### ### But this dsn fails!! ### my $dsn = "dbi:Pg:dbname=template1:host:localhost"; ### ### For some reason adding host:localhost makes everything die!!! my $dbh = DBI->connect($dsn, "rtuser", "wibble") or die "doh!\n"; And yes, I do have the correct lines in my /etc/postgresql/pg_hba.conf -- except for that didn't work, for some reason postgres was actually reading my /var/lib/postgres/data/pg_hba.conf instead, so I've symlinked the /etc conf file to the /var/lib file. Please, please. I HAVE rtfm'ed, and I'm absolutely stumped on this one. A thoughtful ponder of what's wrong would be very, very much appreciated. Thanks, Jens From jens at cyber.com.au Mon Jun 28 00:16:08 2004 From: jens at cyber.com.au (Jens Porup) Date: Mon, 28 Jun 2004 14:16:08 +1000 Subject: [rt-users] Debian setup: postgres problem? In-Reply-To: <20040628020749.GE10245@vanilla.office.cyber.com.au> References: <20040625064803.GA433@vanilla.office.cyber.com.au> <20040625123132.GC9299@computing-services.oxford.ac.uk> <20040628020749.GE10245@vanilla.office.cyber.com.au> Message-ID: <20040628041608.GH10245@vanilla.office.cyber.com.au> curiouser and curiouser. RT installs perfectly out of the box on my desktop, running Debian unstable. I'm trying to install RT on a virtual server, a user-mode linux "machine". Could this have anything to do with my problem? Jens From nate at natetech.com Mon Jun 28 01:53:27 2004 From: nate at natetech.com (Nate Duehr) Date: Sun, 27 Jun 2004 23:53:27 -0600 Subject: [rt-users] thanks to the Debian maintainers and of course BestPractical Message-ID: <40DFB257.20000@natetech.com> I noticed RT 3.0.11 showed up during an apt-get session on my one machine running Debian "Testing" tonight. Looks like all the dependencies got met and it's in there now. Thanks for the hard work, so far it appears to be working great. Thanks also to Jesse and the gang at BestPractical! The small group of volunteers that uses this particular RT system to keep ourselves out of each other's hair when helping folks out on their Linux machines really appreciates all the hard work of everyone on RT. Thanks! Nate Duehr, nate at natetech.com From stephen.quinney at computing-services.oxford.ac.uk Mon Jun 28 04:52:55 2004 From: stephen.quinney at computing-services.oxford.ac.uk (Stephen Quinney) Date: Mon, 28 Jun 2004 09:52:55 +0100 Subject: [rt-users] Debian setup: postgres problem? In-Reply-To: <20040628020749.GE10245@vanilla.office.cyber.com.au> References: <20040625064803.GA433@vanilla.office.cyber.com.au> <20040625123132.GC9299@computing-services.oxford.ac.uk> <20040628020749.GE10245@vanilla.office.cyber.com.au> Message-ID: <20040628085255.GA1143@computing-services.oxford.ac.uk> On Mon, Jun 28, 2004 at 12:07:49PM +1000, Jens Porup wrote: > > But if I tail the logs during the server restart, this line pops up just after > the restart finishes: > > root at request-tracker:~# tail -f /var/log/postgresql/postgres.log > ...... > LOG: unexpected EOF on client connection > > But a simple Perl script connects to the database without dying, like so: > > use DBI; > my $dsn = "dbi:Pg:dbname=template1"; > > ### > ### But this dsn fails!! > ### my $dsn = "dbi:Pg:dbname=template1:host:localhost"; > > ### > ### For some reason adding host:localhost makes everything die!!! > > my $dbh = DBI->connect($dsn, "rtuser", "wibble") or die "doh!\n"; > > And yes, I do have the correct lines in my /etc/postgresql/pg_hba.conf > -- except for that didn't work, for some reason postgres was actually > reading my /var/lib/postgres/data/pg_hba.conf instead, so I've symlinked > the /etc conf file to the /var/lib file. Which version of the Debian postgresql package do you have installed? If this is the case it is a bug in the packaging of postgres. It sounds to me from your description of the problem that there is something odd going on with your pg_hba.conf. Could you reply with all the non-comment lines so I can see what you've got there at the moment. Stephen Quinney From cerion at open-works.co.uk Mon Jun 28 05:23:28 2004 From: cerion at open-works.co.uk (Cerion Armour-Brown) Date: Mon, 28 Jun 2004 11:23:28 +0200 Subject: [rt-users] SSL support... In-Reply-To: <3295.192.168.41.52.1088373046.squirrel@sec.whoami3.cedval.org> References: <2394.192.168.41.52.1088348091.squirrel@whoami3.cedval.org> <200406271707.25861.cerion@open-works.co.uk> <3295.192.168.41.52.1088373046.squirrel@sec.whoami3.cedval.org> Message-ID: <200406281123.28117.cerion@open-works.co.uk> On Sunday 27 June 2004 23:50, fmml at cedval.org wrote: > Could not use rt with ssl and vhost, finally got it to work with straight > alias and it is now fine. Wonder what advantages there are in using > vhosts? The advantage is simply being able to run more than one site on your server. You can't have more that one ssl vhost (name resolution doesn't work with ssl, so you can only resolve on the vhost being on port 443)... but you can have other, non-ssl vhosts at the same time. I did set this up last year, if you're interested, but I've since moved back to a non-ssl setup, and instead forward http connections through ssh. Cerion From iqbala-rt-users at qwestip.net Mon Jun 28 05:30:52 2004 From: iqbala-rt-users at qwestip.net (Asif Iqbal) Date: Mon, 28 Jun 2004 05:30:52 -0400 Subject: [rt-users] Performance with Reply In-Reply-To: <20040624093925.GK15708@qwestip.net> References: <20040624093925.GK15708@qwestip.net> Message-ID: <20040628093052.GN7092@qwestip.net> Asif Iqbal wrote: > Hi All > > I noticed the RT performance considerably faster with 3.0.11 for most of > the time. The only time I see a delay about may be 15/20secs when I > click on the reply button first time (for new ticket) > > Has this issue been addressed before specific to reply delay? I like to > see some suggestions that I should try to improve the reply time > I am assuming no one experienced delay while trying to reply using the repky button. I am hoping that RT 3.2 will perform better. Looking forward to the new release on Wednesday > Thanks for any help/feedback > > -- > Asif Iqbal > PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu > There's no place like 127.0.0.1 > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu There's no place like 127.0.0.1 From iqbala-rt-users at qwestip.net Mon Jun 28 05:32:06 2004 From: iqbala-rt-users at qwestip.net (Asif Iqbal) Date: Mon, 28 Jun 2004 05:32:06 -0400 Subject: [rt-users] Is there a RT3-Hackers document? In-Reply-To: <20040626160319.GD32580@pallas.eruditorum.org> References: <40DD25DF.10709@acronis.ru> <200406261557.i5QFvL1L002076@shark.cc.uic.edu> <20040626160319.GD32580@pallas.eruditorum.org> Message-ID: <20040628093206.GO7092@qwestip.net> Jesse Vincent wrote: > > > > On Sat, Jun 26, 2004 at 10:57:21AM -0500, Bob Goldstein wrote: > > >emf wrote: > > >> Is there anything like the Hackers document for RT3? Something > > >> describing API, interfaces, or anything else about RT3 from the > > >> customization perspective? > > >Nothing describe API better then source code and POD around it. > > > > Well, true, but RTFSC is a bit abrupt, no? > > > > When I started (about RT 3.0.5), I found the Hacker's > > guide to RT2 very useful. Outdated and incomplete, but it > > did help orient me to RT-think. > > Ok. That content is still (again) sitting at fsck.com/rtfm. Feel free > to import it into the wiki and start hacking ;) > > > > I think I know what emf wants (or what I wanted :-) -- an > > organized overview of the schema, objects and basic > > SearchBuilder, major subsystems (e.g. email, web, cli, scrips, > > privileges), hacking techniques (e.g. Dirk Pape's wiki on > > "CleanlyCustomizeRT"), even things like preferred coding style > > and patch creation. The API for a specific Class is > > well enough described in the code/pod, but the overall > > RT meta-schema is not. (At least, it's not organized in one place. > > Many of these items are scattered about.) > > We are working on it, in the form of a book to be published sometime > around the end of the year. The book is an much-expanded version of our > daylong RT developer training program which covers all the things you I am looking forward to this book. Would be much appreciated > just mentioned. But writing books is slow going and takes a > long time :/ > > Jesse > > -- > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu There's no place like 127.0.0.1 From matt at mediaburst.co.uk Mon Jun 28 07:00:54 2004 From: matt at mediaburst.co.uk (Matthew Harris) Date: Mon, 28 Jun 2004 12:00:54 +0100 Subject: [rt-users] Default refresh interval Message-ID: <329CCAB7FC75B74AAC3AFEC9B424F66825FCCC@mediaexch02.mediaburst.co.uk> I've been trying to change default refresh interval for the home page (From Don't refresh this page). I've tried changing values in /Elements/Refresh but to no avail. Could anyone help point me in the right direction. Regards Matt From Anders.Hansen-Ovre at contra.no Mon Jun 28 07:10:53 2004 From: Anders.Hansen-Ovre at contra.no (=?iso-8859-1?Q?Anders_Hansen-=D8vre?=) Date: Mon, 28 Jun 2004 13:10:53 +0200 Subject: [rt-users] Default refresh interval Message-ID: <73738191AEA93C408AFE10A980177EF211DB96@konsulentdc01.konsulenthuset.as> Open index.html in share/html/ and change line 24 to the value you want as default. <& /Elements/Header, Title=>loc("RT at a glance"), Refresh => '120' &> --- mvh/yours Anders Hansen-?vre, Seniorkonsulent Mail : anders.hansen-ovre at contra.no Cell : (+47) 90 98 17 78 Konsulenthuset Contra as http://www.contra.no -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Matthew Harris Sent: 28. juni 2004 13:01 To: rt-users at lists.bestpractical.com Subject: [rt-users] Default refresh interval I've been trying to change default refresh interval for the home page (From Don't refresh this page). I've tried changing values in /Elements/Refresh but to no avail. Could anyone help point me in the right direction. Regards Matt _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. http://bestpractical.com/services/training.html Sign up early, as class space is limited. From les at futuresource.com Mon Jun 28 09:35:11 2004 From: les at futuresource.com (Les Mikesell) Date: Mon, 28 Jun 2004 08:35:11 -0500 Subject: [rt-users] SSL support... In-Reply-To: <200406281123.28117.cerion@open-works.co.uk> References: <2394.192.168.41.52.1088348091.squirrel@whoami3.cedval.org> <200406271707.25861.cerion@open-works.co.uk> <3295.192.168.41.52.1088373046.squirrel@sec.whoami3.cedval.org> <200406281123.28117.cerion@open-works.co.uk> Message-ID: <1088429711.10777.3.camel@les-home.futuresource.com> On Mon, 2004-06-28 at 04:23, Cerion Armour-Brown wrote: > On Sunday 27 June 2004 23:50, fmml at cedval.org wrote: > > Could not use rt with ssl and vhost, finally got it to work with straight > > alias and it is now fine. Wonder what advantages there are in using > > vhosts? > The advantage is simply being able to run more than one site on your server. > You can't have more that one ssl vhost (name resolution doesn't work with ssl, > so you can only resolve on the vhost being on port 443)... but you can have > other, non-ssl vhosts at the same time. You can do IP-based vhosts with https if you can assign more than one address to the server. The problem with name-based vhosts is simply that the hostname header isn't passed until after the browser/server have agreed on the certificate(s) involved. --- Les Mikesell les at futuresource.com From erikerik at gmail.com Mon Jun 28 11:13:10 2004 From: erikerik at gmail.com (Erik Anderson) Date: Mon, 28 Jun 2004 10:13:10 -0500 Subject: [rt-users] Allowing non logged-in users to view tickets Message-ID: I've been playing around with user rights, and can't seem to hit on anything... Is there a way to allow users to click a link like this: http://helpdesk.foo.com/Ticket/Display.html?id=13 and get a read-only view of their ticket without having to log in? I don't really care about access control...I know that a user could substitute another value for the id number and see someone else's ticket. Thanks! From fclaros at capside.com Mon Jun 28 11:24:51 2004 From: fclaros at capside.com (Fernando Claros) Date: Mon, 28 Jun 2004 17:24:51 +0200 Subject: [rt-users] Is it possible to assign a value in hours to the due date? Message-ID: <20040628162144.GA852@mail21a.london21-verio.com> Hi, I would need some tickets to be worked in within hours, sometimes. Though I am using the method shown in manual (thanks Luke Hankins), I still need to track some tickets closer, so I really would like to know if it is possible to assign a value lesser than a day (let's say, 12 hours) to the "Request should be due in" field in the Queue settings? Thanks a lot Fernando Claros de Luna CAPSiDE fclaros at capside.com Phone +34 934 266 731 -------------- next part -------------- An HTML attachment was scrubbed... URL: From sivan.deray at net-aptitude.fr Mon Jun 28 11:28:15 2004 From: sivan.deray at net-aptitude.fr (Sivan DERAY) Date: Mon, 28 Jun 2004 17:28:15 +0200 Subject: [rt-users] RFTM : custom field problem Message-ID: <4E13BD0442DACA4D9606CAD98924F09A1FDFFB@srv-nap-atlas-1.net-aptitude.fr> Hi, When I extract an article I cannot select in the listbox the custom field I creat and assign to the class. What's more, I gave the full right to everything on everything so to be sure there is not a right problem ... I follow the pdf explanations, but it doesn't seem to be working. I'm using RT v3.0.10 and RTFM 2.0.4 Thanks From jesse at bestpractical.com Mon Jun 28 11:29:19 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Mon, 28 Jun 2004 11:29:19 -0400 Subject: [rt-users] RFTM : custom field problem In-Reply-To: <4E13BD0442DACA4D9606CAD98924F09A1FDFFB@srv-nap-atlas-1.net-aptitude.fr> References: <4E13BD0442DACA4D9606CAD98924F09A1FDFFB@srv-nap-atlas-1.net-aptitude.fr> Message-ID: <20040628152919.GQ17481@pallas.eruditorum.org> On Mon, Jun 28, 2004 at 05:28:15PM +0200, Sivan DERAY wrote: > Hi, > > When I extract an article I cannot select in the listbox the custom field I creat and assign to the class. What kinds of custom fields? > What's more, I gave the full right to everything on everything so to be sure there is not a right problem ... > I follow the pdf explanations, but it doesn't seem to be working. > > I'm using RT v3.0.10 and RTFM 2.0.4 > > Thanks > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From crazypheel at hotmail.com Mon Jun 28 11:34:15 2004 From: crazypheel at hotmail.com (Phil Shon) Date: Mon, 28 Jun 2004 10:34:15 -0500 Subject: [rt-users] Email filtering Message-ID: I am an intern using RT to manage emails that come into abuse at some_isp.com I have some scripts that read the abuse reports and retrieve the pertinant information. How would I hook these scripts into RT so that it reads the emails before the tickets are created? I can't seem to find it in the documentation, unless I'm looking for the wrong thing. -Phil _________________________________________________________________ Watch the online reality show Mixed Messages with a friend and enter to win a trip to NY http://www.msnmessenger-download.click-url.com/go/onm00200497ave/direct/01/ From sivan.deray at net-aptitude.fr Mon Jun 28 11:35:20 2004 From: sivan.deray at net-aptitude.fr (Sivan DERAY) Date: Mon, 28 Jun 2004 17:35:20 +0200 Subject: =?utf-8?Q?RE=C2=A0=3A_=5Brt-users=5D_RFTM_=3A_custom_fi?= =?utf-8?Q?eld_problem?= Message-ID: <4E13BD0442DACA4D9606CAD98924F09A1FDFFC@srv-nap-atlas-1.net-aptitude.fr> I had created a custom field that is associated with class A. So, After i select a ticket in RT, i extract it, i select the class i want to put it in and on the next page, where i can see the ticket history, there's no custom field to select ... ? thanks a lot -------- Message d'origine-------- De: Jesse Vincent [mailto:jesse at bestpractical.com] Date: lun. 28/06/2004 17:29 ?: Sivan DERAY Cc: rt-users at lists.bestpractical.com Objet: Re: [rt-users] RFTM : custom field problem On Mon, Jun 28, 2004 at 05:28:15PM +0200, Sivan DERAY wrote: > Hi, > > When I extract an article I cannot select in the listbox the custom field I creat and assign to the class. What kinds of custom fields? > What's more, I gave the full right to everything on everything so to be sure there is not a right problem ... > I follow the pdf explanations, but it doesn't seem to be working. > > I'm using RT v3.0.10 and RTFM 2.0.4 > > Thanks > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From jesse at bestpractical.com Mon Jun 28 11:44:08 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Mon, 28 Jun 2004 11:44:08 -0400 Subject: [rt-users] Re: RE In-Reply-To: <4E13BD0442DACA4D9606CAD98924F09A1FDFFC@srv-nap-atlas-1.net-aptitude.fr> References: <4E13BD0442DACA4D9606CAD98924F09A1FDFFC@srv-nap-atlas-1.net-aptitude.fr> Message-ID: <20040628154408.GR17481@pallas.eruditorum.org> On Mon, Jun 28, 2004 at 05:35:20PM +0200, Sivan DERAY wrote: > I had created a custom field that is associated with class A. > So, After i select a ticket in RT, i extract it, i select the class i want to put it in and on the next page, where i can see the ticket history, there's no custom field to select ... ? That was't the question I asked: > What kinds of custom fields? -- From cubic at acronis.ru Mon Jun 28 11:45:27 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Mon, 28 Jun 2004 19:45:27 +0400 Subject: [rt-users] Email filtering In-Reply-To: References: Message-ID: <40E03D17.6070103@acronis.ru> Phil Shon wrote: > I am an intern using RT to manage emails that come into abuse at some_isp.com > > I have some scripts that read the abuse reports and retrieve the > pertinant information. How would I hook these scripts into RT so that > it reads the emails before the tickets are created? I can't seem to > find it in the documentation, unless I'm looking for the wrong thing. As variant in the same way as rt-mailgate script. There is also some infrastructure in RT for mail filters, but I didn't use it and don't know how mush you can do with it. Look into mail interface. Best regards. Ruslan. > > -Phil > > _________________________________________________________________ > Watch the online reality show Mixed Messages with a friend and enter to > win a trip to NY > http://www.msnmessenger-download.click-url.com/go/onm00200497ave/direct/01/ > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and > Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From jesse at bestpractical.com Mon Jun 28 11:53:38 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Mon, 28 Jun 2004 11:53:38 -0400 Subject: [rt-users] Re: RE In-Reply-To: <4E13BD0442DACA4D9606CAD98924F09A1FDFFD@srv-nap-atlas-1.net-aptitude.fr> References: <4E13BD0442DACA4D9606CAD98924F09A1FDFFD@srv-nap-atlas-1.net-aptitude.fr> Message-ID: <20040628155338.GS17481@pallas.eruditorum.org> On Mon, Jun 28, 2004 at 05:52:28PM +0200, Sivan DERAY wrote: > Scuse me, > it's about single and multiple choice From the README: Within RT, you should now see an "Extract to article" button in the upper right hand corner of RT's UI when working with tickets. When you click that button, RTFM will ask you which Class to create your new article in. Once you click on a class name, the Ticket's transactions will be displayed, along with a set of select boxes. For each transaction, you can pick which TextSingle that transaction should be extracted to. From rjansen at vub.ac.be Mon Jun 28 12:33:12 2004 From: rjansen at vub.ac.be (Jansen Robert) Date: Mon, 28 Jun 2004 18:33:12 +0200 Subject: [rt-users] Allowing non logged-in users to view tickets In-Reply-To: References: Message-ID: >I've been playing around with user rights, and can't seem to hit on >anything... > >Is there a way to allow users to click a link like this: > >http://helpdesk.foo.com/Ticket/Display.html?id=13 > >and get a read-only view of their ticket without having to log in? I >don't really care about access control...I know that a user could >substitute another value for the id number and see someone else's >ticket. > >Thanks! >_______________________________________________ >http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > >RT Developer and Administrator training is coming to LA, DC and >Frankfurt this spring and summer. >http://bestpractical.com/services/training.html > >Sign up early, as class space is limited. Sort of,... via the SelfService interface. You could use the "guest" account to do something like that. What I did is to send a requestor a so called "AutoReplyWebTicketStub" on a one-shot basis, so they get a one-shot additional email with their personal ticket URL. It's a queue specific Scrip, not a global one. via a Scrip "SendWebTicketStib" with: Condition: On Create, Action: Autoreply To Requestors, Stage: TransactionCreate, Template: AutoReplyWebTicketStub on a queue where guests can see tickets. (most likely one would use a general "incoming" queue) AutoReplyWebTicketStub template here: (shameless rip from internal templates as examples) ------------------ RT-Attach-Message: no Subject: WebURL: {$Ticket->Subject} Greetings, This message has been automatically generated in response to the creation of a trouble ticket regarding: "{$Ticket->Subject()}", You can also consult your Ticket via a Web browser at the following URL: {$RT::WebURL}SelfService/Display.html?id={$Ticket->id}&user=guest&pass=guest Thank you, {$Ticket->QueueObj->CorrespondAddress()} ------------------ Hope this helps. -- -------------------------- Brussels University Pleinlaan 2 Computer Center VUB/ULB (VUBnet) Ing. Robert Jansen B-1050 Brussels Belgium (Europe) email: rjansen at vub.ac.be Tel: +32-2-650.36.94 Secr: +32-2-650.37.38 Fax: +32-2-650.37.40 -------------------------- From russj at dimstar.net Mon Jun 28 13:54:27 2004 From: russj at dimstar.net (Russ Johnson) Date: Mon, 28 Jun 2004 10:54:27 -0700 Subject: [rt-users] Obfuscate data in a ticket Message-ID: <40E05B53.7020500@dimstar.net> I have a customer that emailed some data to me, but now I want to obfuscate the data in the ticket. I'm running RT2. Is it possible to edit the content of a message in a ticket? TIA Russ From jesse at bestpractical.com Mon Jun 28 13:56:12 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Mon, 28 Jun 2004 13:56:12 -0400 Subject: [rt-users] Obfuscate data in a ticket In-Reply-To: <40E05B53.7020500@dimstar.net> References: <40E05B53.7020500@dimstar.net> Message-ID: <20040628175612.GV17481@pallas.eruditorum.org> On Mon, Jun 28, 2004 at 10:54:27AM -0700, Russ Johnson wrote: > I have a customer that emailed some data to me, but now I want to > obfuscate the data in the ticket. > > I'm running RT2. > > Is it possible to edit the content of a message in a ticket? http://download.bestpractical.com/pub/rt/contrib/2.0/rt-addons/Censorware > > TIA > > Russ > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt > this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. -- From Joseph_Micciche at Progressive.com Mon Jun 28 14:41:46 2004 From: Joseph_Micciche at Progressive.com (Joseph_Micciche at Progressive.com) Date: Mon, 28 Jun 2004 14:41:46 -0400 Subject: [rt-users] Requests due in hours instead of days? Message-ID: We're running RT3.0.7_01. When configuring a queue there is an option "Requests should be due in x days". I'd like to set up a queue where requests due are in 2 or 4 hours - not days. Is there any way to accomplish this? Thanks. Joe Micciche From russj at dimstar.net Mon Jun 28 15:10:26 2004 From: russj at dimstar.net (Russ Johnson) Date: Mon, 28 Jun 2004 12:10:26 -0700 Subject: [rt-users] Obfuscate data in a ticket In-Reply-To: <20040628175612.GV17481@pallas.eruditorum.org> References: <40E05B53.7020500@dimstar.net> <20040628175612.GV17481@pallas.eruditorum.org> Message-ID: <40E06D22.7070908@dimstar.net> Jesse Vincent wrote: > >On Mon, Jun 28, 2004 at 10:54:27AM -0700, Russ Johnson wrote: > > >>I have a customer that emailed some data to me, but now I want to >>obfuscate the data in the ticket. >> >>I'm running RT2. >> >>Is it possible to edit the content of a message in a ticket? >> >> > >http://download.bestpractical.com/pub/rt/contrib/2.0/rt-addons/Censorware > That's just it. I don't want to remove the transaction or the ticket. I just want to edit one word. From the description, it appears that the tool you've suggested removes the whole transaction, and I'd rather not do that. Russ From crazypheel at hotmail.com Mon Jun 28 15:18:41 2004 From: crazypheel at hotmail.com (Phil Shon) Date: Mon, 28 Jun 2004 14:18:41 -0500 Subject: [rt-users] Accessing Attachments Message-ID: I'm writing a Scrip that reads the attachment on a ticket, what object should I use to access it? I've been searching through Ticket.pm and Ticket_Overlay.pm and I can't seem to find it. -Phil _________________________________________________________________ Make the most of your family vacation with tips from the MSN Family Travel Guide! http://dollar.msn.com From fw at deneb.enyo.de Mon Jun 28 15:37:15 2004 From: fw at deneb.enyo.de (Florian Weimer) Date: Mon, 28 Jun 2004 21:37:15 +0200 Subject: [rt-users] Obfuscate data in a ticket In-Reply-To: <40E06D22.7070908@dimstar.net> (Russ Johnson's message of "Mon, 28 Jun 2004 12:10:26 -0700") References: <40E05B53.7020500@dimstar.net> <20040628175612.GV17481@pallas.eruditorum.org> <40E06D22.7070908@dimstar.net> Message-ID: <87r7rzjwyc.fsf@deneb.enyo.de> * Russ Johnson: > That's just it. I don't want to remove the transaction or the > ticket. I just want to edit one word. In this case, just change the transaction contents right in the database, using a suitable SQL statement. 8-) You probably can use some GUI to make the task a bit easier. If you only change the transaction contents, it should be pretty safe. From kerrboy at gmail.com Mon Jun 28 15:41:38 2004 From: kerrboy at gmail.com (brianBOFH) Date: Mon, 28 Jun 2004 15:41:38 -0400 Subject: [rt-users] Migration from RT 2.0.15 to 3.0.11 using rt2-to-rt3-1.23 *failing* Message-ID: Hi, I've tried various versions of the rt2-to-rt3 export/import process and always seem to hit the same snag. Exports using rt-2.0-to-dumpfile are successful with no warnings. After successfully installing 3.0 components and app(dependency check is successful) I run a make initialize-database and verify I can login successfully with generic credentials. Sidenote: My 2.x database was the product of a 1.x system previously. This is where the problem comes in. When I start the import using dumpfile-to-rt-3.0, there are numerous errors. After doing a make initialize-database: [root at rt3 rt2-to-rt3-1.23]# ./dumpfile-to-rt-3.0 /u1/rt2_dump_20040623 > import.txt 2&>1 [root at habanero rt2-to-rt3-1.23]# more 1 Importing users Importing groups gCouldn't find user with RT2 userid 16 - not adding to AllRepsCouldn't find user with RT2 userid 27 - not adding to AllRepsCouldn't find user with RT2 userid 28 - not adding to AllRepsCouldn't find user with RT2 userid 29 - not adding to AllRepsCouldn't find user with RT2 userid 32 - not adding to AllRepsCouldn't find user with RT2 userid 35 - not adding to AllRepsCouldn't find user with RT2 userid 36 - not adding to AllRepsCouldn't find user with RT2 userid 39 - not adding to AllRepsCouldn't find user with RT2 userid 40 - not adding to AllRepsCouldn't find user with RT2 userid 42 - not adding to AllRepsCouldn't find user with RT2 userid 55 - not adding to AllRepsCouldn't find user with RT2 userid 1237 - not adding to AllRepsCouldn't find user with RT2 userid 1537 - not adding to AllRepsCouldn't find user with RT2 userid 1538 - not adding to AllRepsCouldn't find user with RT2 userid 1539 - not adding to AllRepsCouldn't find user with RT2 userid 1540 - not adding to AllRepsggCouldn't find user with RT2 userid 5 - not adding to LeadsAdminCouldn't find user with RT2 userid 8 - not adding to LeadsAdminCouldn't find user with RT2 userid 14 - not adding to LeadsAdminCouldn't find user with RT2 userid 56 - not adding to LeadsAdminCouldn't find user with RT2 userid 899 - not adding to LeadsAdminCouldn't find user with RT2 userid 1521 - not adding to LeadsAdmingrCouldn't load principal to grant them CommentOnTicket globally $VAR1 = { 'PrincipalType' => 'User', 'PrincipalId' => '20', 'Name' => 'CommentOnTicket' }; [Fri Jun 25 22:36:29 2004] [crit]: 1 (/opt/rt3/lib/RT/ACE_Overlay.pm:884) [Fri Jun 25 22:36:29 2004] [crit]: Can't load a principal for id (/opt/rt3/lib/RT/ACE_Overlay.pm:885) rCouldn't load principal to grant them ModifySelf globally $VAR1 = { 'PrincipalType' => 'User', 'PrincipalId' => '281984', 'Name' => 'ModifySelf' }; [Fri Jun 25 22:36:29 2004] [crit]: 1 (/opt/rt3/lib/RT/ACE_Overlay.pm:884) [Fri Jun 25 22:36:29 2004] [crit]: Can't load a principal for id (/opt/rt3/lib/RT/ACE_Overlay.pm:885) rCouldn't load principal to grant them OwnTicket globally $VAR1 = { 'PrincipalType' => 'User', 'PrincipalId' => '20', 'Name' => 'OwnTicket' }; [Fri Jun 25 22:36:29 2004] [crit]: 1 (/opt/rt3/lib/RT/ACE_Overlay.pm:884) [Fri Jun 25 22:36:29 2004] [crit]: Can't load a principal for id (/opt/rt3/lib/RT/ACE_Overlay.pm:885) rCouldn't load principal to grant them ReplyToTicket globally $VAR1 = { 'PrincipalType' => 'User', 'PrincipalId' => '20', 'Name' => 'ReplyToTicket' }; [Fri Jun 25 22:36:29 2004] [crit]: 1 (/opt/rt3/lib/RT/ACE_Overlay.pm:884) [Fri Jun 25 22:36:29 2004] [crit]: Can't load a principal for id (/opt/rt3/lib/RT/ACE_Overlay.pm:885) rCouldn't load principal to grant them SeeQueue globally $VAR1 = { 'PrincipalType' => 'User', 'PrincipalId' => '20', 'Name' => 'SeeQueue' And so on. Then the Ticket imports start, and those import without any errors or warnings. One more problem: When the Users table is populated, there is barely any user info transferred, including the password. Here is an example: >From the 3.x database: mysql> select * from Users where Name = 'bhouse'; +-----+-------------------------+---------------+----------------------------------------------------------------------------------------+-----------+-------------------------+---------------------+--------------+-------------------------+----------+------+---------------+-------------+-----------------------+-------------------+----------------+------------+-------+-----------+-----------+-------------+------------+----------+----------+------+-------+------+---------+----------+--------+---------+---------------------+---------------+---------------------+ | id | Name | Password | Comments | Signature | EmailAddress | FreeformContactInfo | Organization | RealName | NickName | Lang | EmailEncoding | WebEncoding | ExternalContactInfoId | ContactInfoSystem | ExternalAuthId | AuthSystem | Gecos | HomePhone | WorkPhone | MobilePhone | PagerPhone | Address1 | Address2 | City | State | Zip | Country | Timezone | PGPKey | Creator | Created | LastUpdatedBy | LastUpdated | +-----+-------------------------+---------------+----------------------------------------------------------------------------------------+-----------+-------------------------+---------------------+--------------+-------------------------+----------+------+---------------+-------------+-----------------------+-------------------+----------------+------------+-------+-----------+-----------+-------------+------------+----------+----------+------+-------+------+---------+----------+--------+---------+---------------------+---------------+---------------------+ | 164 | bhouse at domain.com | *NO-PASSWORD* | Autocreated when added as a watcher | NULL | bhouse at domain.com | NULL | NULL | bhouse at domain.com | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL >From the 2.x database: mysql> use rt2; Database changed mysql> select * from Users where Name='bhouse'; +----+--------+---------------+----------+-----------+--------------------+---------------------+--------------+------------+---------------+----------+------+---------------+-------------+-----------------------+-------------------+----------------+------------+--------+-----------+-----------+-------------+------------+----------+----------+------+-------+------+---------+---------+---------------------+---------------+---------------------+----------+ | id | Name | Password | Comments | Signature | EmailAddress | FreeformContactInfo | Organization | Privileged | RealName | Nickname | Lang | EmailEncoding | WebEncoding | ExternalContactInfoId | ContactInfoSystem | ExternalAuthId | AuthSystem | Gecos | HomePhone | WorkPhone | MobilePhone | PagerPhone | Address1 | Address2 | City | State | Zip | Country | Creator | Created | LastUpdatedBy | LastUpdated | Disabled | +----+--------+---------------+----------+-----------+--------------------+---------------------+--------------+------------+---------------+----------+------+---------------+-------------+-----------------------+-------------------+----------------+------------+--------+-----------+-----------+-------------+------------+----------+----------+------+-------+------+---------+---------+---------------------+---------------+---------------------+----------+ | 9 | bhouse | [SNIP password /SNIP] | | NULL | bhouse at domain.com | NULL | NULL | 1 | Carolyn House | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | chouse | NULL | | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | 1 | 2002-09-22 18:35:08 | 5 | 2002-09-24 14:29:20 | 0 | +----+--------+---------------+----------+-----------+--------------------+---------------------+--------------+------------+---------------+----------+------+---------------+-------------+-----------------------+-------------------+----------------+------------+--------+-----------+-----------+-------------+------------+----------+----------+------+-------+------+---------+---------+---------------------+---------------+---------------------+----------+ 1 row in set (0.01) Any help would be greatly appreciated. Cheers, Brian From linux at trusoft.co.za Mon Jun 28 16:30:06 2004 From: linux at trusoft.co.za (Andre Truter) Date: Mon, 28 Jun 2004 22:30:06 +0200 Subject: [rt-users] Apache2 Alias setup for rt3 Message-ID: <1088454606.3959.8.camel@ruth.trusoft.co.za> Does anybody have a working example of the Apache 2 configuration to use rt3 as an Alias? I am trying to get rt3 to work on Fedora Core1, but I am having difficulties. So far I have only set up RT on Apache 1.x and all the examples that I can find in the documentation is for Virtual Host setup, which we don't want to do. I have used a similar setup as for Apache 1.3: Alias /rt /opt/rt3/share/html PerlRequire /opt/rt3/bin/webmux.pl SetHandler perl-script PerlHandler RT::Mason Thanks -- Andre Truter | Software Engineer | Registered Linux user #185282 ICQ #40935899 | AIM: trusoftzaf | http://www.trusoft.co.za ~ The box said: "Windows 95 or better", so I installed Linux ~ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From maxb at ukf.net Mon Jun 28 18:26:26 2004 From: maxb at ukf.net (Max Bowsher) Date: Mon, 28 Jun 2004 23:26:26 +0100 Subject: [rt-users] Apache2 Alias setup for rt3 References: <1088454606.3959.8.camel@ruth.trusoft.co.za> Message-ID: <001f01c45d5e$f5bd2820$6608a8c0@robinson.cam.ac.uk> Andre Truter wrote: > Does anybody have a working example of the Apache 2 configuration to use > rt3 as an Alias? > > I am trying to get rt3 to work on Fedora Core1, but I am having > difficulties. > So far I have only set up RT on Apache 1.x and all the examples that I > can find in the documentation is for Virtual Host setup, which we don't > want to do. This is what I'm using to run rt3.2.0 release candidates on Fedora Core 2. # I think you know what this does :-) Alias /rt /opt/rt31/share/html # This is because I didn't want to install RT's required perl modules # into the system perl library area. use lib '/home/mob22/perl/lib'; # These next 2 lines are straight from documentation. PerlModule Apache2 Apache::DBI PerlRequire /opt/rt31/bin/webmux.pl # I seem to need this to work around an error. # "Cannot find 'RT/Mason.pm' in include path" $INC{'RT/Mason.pm'} = 1; # Mostly straight from documentation Order allow,deny Allow from all Options All AllowOverride All AddDefaultCharset UTF-8 # Except this. This is an alternative to the Rewrite* directives # in the documentation. The reason for them is because the # standard DirectoryIndex behaviour is suppressed by SetHandler # I had problems getting the Rewrite solution to work, and # arrived at this alternate method. SetHandler perl-script PerlHandler RT::Mason # Catch a few things needed as well as the Files *.* above SetHandler perl-script PerlHandler RT::Mason SetHandler perl-script PerlHandler RT::Mason SetHandler perl-script PerlHandler RT::Mason Hope that helps. Max. From russj at dimstar.net Mon Jun 28 20:16:32 2004 From: russj at dimstar.net (Russ Johnson) Date: Mon, 28 Jun 2004 17:16:32 -0700 Subject: [rt-users] Obfuscate data in a ticket In-Reply-To: <20040628175612.GV17481@pallas.eruditorum.org> References: <40E05B53.7020500@dimstar.net> <20040628175612.GV17481@pallas.eruditorum.org> Message-ID: <40E0B4E0.1030702@dimstar.net> Jesse Vincent wrote: > >On Mon, Jun 28, 2004 at 10:54:27AM -0700, Russ Johnson wrote: > > >>I have a customer that emailed some data to me, but now I want to >>obfuscate the data in the ticket. >> >>I'm running RT2. >> >>Is it possible to edit the content of a message in a ticket? >> >> > >http://download.bestpractical.com/pub/rt/contrib/2.0/rt-addons/Censorware > > OK, another question. How do I determine what the transaction ID is? I could delete the whole ticket, but we'd like to keep the rest of the history. TIA! Russ From jens at cyber.com.au Mon Jun 28 22:53:53 2004 From: jens at cyber.com.au (Jens Porup) Date: Tue, 29 Jun 2004 12:53:53 +1000 Subject: [rt-users] Debian setup: postgres problem? In-Reply-To: <20040628085255.GA1143@computing-services.oxford.ac.uk> References: <20040625064803.GA433@vanilla.office.cyber.com.au> <20040625123132.GC9299@computing-services.oxford.ac.uk> <20040628020749.GE10245@vanilla.office.cyber.com.au> <20040628085255.GA1143@computing-services.oxford.ac.uk> Message-ID: <20040629025353.GE29557@vanilla.office.cyber.com.au> On Mon, Jun 28, 2004 at 09:52:55AM +0100, Stephen Quinney wrote: > On Mon, Jun 28, 2004 at 12:07:49PM +1000, Jens Porup wrote: > > > > But if I tail the logs during the server restart, this line pops up just after > > the restart finishes: > > > > root at request-tracker:~# tail -f /var/log/postgresql/postgres.log > > ...... > > LOG: unexpected EOF on client connection > > > > And yes, I do have the correct lines in my /etc/postgresql/pg_hba.conf > > -- except for that didn't work, for some reason postgres was actually > > reading my /var/lib/postgres/data/pg_hba.conf instead, so I've symlinked > > the /etc conf file to the /var/lib file. > > Which version of the Debian postgresql package do you have installed? > If this is the case it is a bug in the packaging of postgres. > > It sounds to me from your description of the problem that there is > something odd going on with your pg_hba.conf. Could you reply with all > the non-comment lines so I can see what you've got there at the > moment. Version is: root at request-tracker:~# psql --version psql (PostgreSQL) 7.4.2 contains support for command-line editing root at request-tracker:~# and root at request-tracker:~# apt-cache show postgresql Package: postgresql Priority: optional Section: misc Installed-Size: 9160 Maintainer: Oliver Elphick Architecture: i386 Version: 7.4.2-4 <...> And my pg_hba.conf: host template1 rtuser 127.0.0.1 255.255.255.255 password local template1 rtuser password host rtdb rtuser 127.0.0.1 255.255.255.255 password local rtdb rtuser password local all postgres ident sameuser local all all ident sameuser host all all 127.0.0.1 255.255.255.255 ident sameuser host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff ident sameuser host all all ::ffff:127.0.0.1/128 ident sameuser host all all 0.0.0.0 0.0.0.0 reject Thanks for your help, Stephen. Jens From les at futuresource.com Mon Jun 28 23:48:52 2004 From: les at futuresource.com (Les Mikesell) Date: Mon, 28 Jun 2004 22:48:52 -0500 Subject: [rt-users] Debian setup: postgres problem? In-Reply-To: <20040629025353.GE29557@vanilla.office.cyber.com.au> References: <20040625064803.GA433@vanilla.office.cyber.com.au> <20040625123132.GC9299@computing-services.oxford.ac.uk> <20040628020749.GE10245@vanilla.office.cyber.com.au> <20040628085255.GA1143@computing-services.oxford.ac.uk> <20040629025353.GE29557@vanilla.office.cyber.com.au> Message-ID: <1088480932.7074.5.camel@les-home.futuresource.com> On Mon, 2004-06-28 at 21:53, Jens Porup wrote: > root at request-tracker:~# psql --version > psql (PostgreSQL) 7.4.2 > contains support for command-line editing > root at request-tracker:~# I don't know about the debian packaging, but postgresql defaults to using a unix domain socket and you have to either start postmaster with the -i option or put tcpip_socket=true in postgresql.conf to make it use tcp sockets like perl/DBI want. --- Les Mikesell les at futuresource.com From jens at cyber.com.au Mon Jun 28 23:54:51 2004 From: jens at cyber.com.au (Jens Porup) Date: Tue, 29 Jun 2004 13:54:51 +1000 Subject: [rt-users] Debian setup: postgres problem? In-Reply-To: <1088480932.7074.5.camel@les-home.futuresource.com> References: <20040625064803.GA433@vanilla.office.cyber.com.au> <20040625123132.GC9299@computing-services.oxford.ac.uk> <20040628020749.GE10245@vanilla.office.cyber.com.au> <20040628085255.GA1143@computing-services.oxford.ac.uk> <20040629025353.GE29557@vanilla.office.cyber.com.au> <1088480932.7074.5.camel@les-home.futuresource.com> Message-ID: <20040629035451.GG29557@vanilla.office.cyber.com.au> On Mon, Jun 28, 2004 at 10:48:52PM -0500, Les Mikesell wrote: > On Mon, 2004-06-28 at 21:53, Jens Porup wrote: > > root at request-tracker:~# psql --version > > psql (PostgreSQL) 7.4.2 > > contains support for command-line editing > > root at request-tracker:~# > > I don't know about the debian packaging, but postgresql > defaults to using a unix domain socket and you have to > either start postmaster with the -i option or put > tcpip_socket=true in postgresql.conf to make it use > tcp sockets like perl/DBI want. Both of these lines are uncommented in my /etc/postgresql/postgresql.conf: tcpip_socket = true port = 5432 Jens From jotto at intercall.com Tue Jun 29 02:40:28 2004 From: jotto at intercall.com (Jonathan Otto) Date: Tue, 29 Jun 2004 02:40:28 -0400 Subject: [rt-users] navigation menu in header template Message-ID: <5699BA6863DAC543BFA662E821AC1792AC2DA2@icwpex10.icallinc.com> > Just a request mainly, but it would be highly functional to have a > navigational drop-down menu for the various created queues, located in the > header area (to the left so not to confuse with the new ticket menu). One > thing about any system is easy of navigation functionality, to which > having one area for navigation as a shortcut to the standard 2-4 clicks > would be a very positive thing. > > Jonathan Otto -------------- next part -------------- An HTML attachment was scrubbed... URL: From hwagener at hamburg.fcb.com Tue Jun 29 04:09:23 2004 From: hwagener at hamburg.fcb.com (Harald Wagener) Date: Tue, 29 Jun 2004 10:09:23 +0200 Subject: [rt-users] navigation menu in header template In-Reply-To: <5699BA6863DAC543BFA662E821AC1792AC2DA2@icwpex10.icallinc.com> References: <5699BA6863DAC543BFA662E821AC1792AC2DA2@icwpex10.icallinc.com> Message-ID: Am 29.06.2004 um 08:40 schrieb Jonathan Otto: > Just a request mainly, but it would be highly functional to have a > navigational drop-down menu for the various created queues, You can easily navigate to the queues by either clicking on them in the 'QuickSearch' box or by entering a queue name into the search field located on the top right. The last one is one of the 'magic' things that is not really documented except in this mailing list. Regards, Harald From stephen.quinney at computing-services.oxford.ac.uk Tue Jun 29 04:41:01 2004 From: stephen.quinney at computing-services.oxford.ac.uk (Stephen Quinney) Date: Tue, 29 Jun 2004 09:41:01 +0100 Subject: [rt-users] Debian setup: postgres problem? In-Reply-To: <20040628020749.GE10245@vanilla.office.cyber.com.au> References: <20040625064803.GA433@vanilla.office.cyber.com.au> <20040625123132.GC9299@computing-services.oxford.ac.uk> <20040628020749.GE10245@vanilla.office.cyber.com.au> Message-ID: <20040629084101.GA16845@computing-services.oxford.ac.uk> On Mon, Jun 28, 2004 at 12:07:49PM +1000, Jens Porup wrote: > But a simple Perl script connects to the database without dying, like so: > > use DBI; > my $dsn = "dbi:Pg:dbname=template1"; > > ### > ### But this dsn fails!! > ### my $dsn = "dbi:Pg:dbname=template1:host:localhost"; > > ### > ### For some reason adding host:localhost makes everything die!!! > > my $dbh = DBI->connect($dsn, "rtuser", "wibble") or die "doh!\n"; Having looked at the perldoc for DBD::Pg I can see that the $dsn which died on connecting in this script is wrong. You want something like: $dsn = "dbi:Pg:dbname=template1;host=localhost;" Try it again with that dsn and see if you can connect to the database. Stephen From bmursec at hotmail.com Tue Jun 29 04:42:18 2004 From: bmursec at hotmail.com (Bojan Muršec) Date: Tue, 29 Jun 2004 10:42:18 +0200 Subject: [rt-users] Encoding of outgoing email messages Message-ID: Hi, we encountered a problem with character encoding of outgoing autoreplay email message. They are stored as UTF-8 locally, but we want to send them as ISO-8859-2. Setting the $EmailOutputEncoding to 'iso-8859-2' in RT_SiteConfig.pm results only in mail's subject being converted to some form of ISO-8859-2 (e.g. "Subject: =?ISO-8859-2?B?W3NvZGlzY2Uuc2kgIzE4ODhdIEF1dG9SZXBseTogVGVzdCC56Oa+8KnIxq7Q?="), but the rest of the message appears untoched. Mail headers of interest: Content-Type: text/plain; charset="iso-8859-2" X-RT-Original-Encoding: utf-8 System configuration: Mandrake Linux 9.2 Apache 2.x Perl 5.8.3 mod_perl2 mySQL 4.x Any suggestions? Thanks, Bojan. _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail From jonas.lindvall at alltele.se Tue Jun 29 04:44:44 2004 From: jonas.lindvall at alltele.se (Jonas Lindvall (AllTele)) Date: Tue, 29 Jun 2004 10:44:44 +0200 Subject: [rt-users] Inserting tickets directly to database Message-ID: <007001c45db5$555da240$3c08a8c0@alltele.se> Is there any good way to do this. I have a set of about 4000 tickets from our old text based simple system. And importing thoose to RT is probably pretty simple if i just could figure out how to add a ticket manually, anyone can help?? ./Jonas Lindvall -------------- next part -------------- An HTML attachment was scrubbed... URL: From wilson at cfi.co.ug Tue Jun 29 04:58:01 2004 From: wilson at cfi.co.ug (Wilson Abigaba) Date: Tue, 29 Jun 2004 11:58:01 +0300 Subject: [rt-users] Inserting tickets directly to database In-Reply-To: <007001c45db5$555da240$3c08a8c0@alltele.se> Message-ID: Use a perl script or even php The table for ticket headers and details is "Tickets" And for the content(message body and attachments) is "Attachments". Actually for me i play with that database alot....I have a system where tickets are resolved automatically and sends a confirmation mail but the logic is just mysql> update Tickets set Status='Resolved' where Id=$TicketId; assinging Tickets owners and owners sent mail, mysql> update Tickets set Owner=$UserId where id=$Tickeid; And so on...just get fluent with your scripting languages but don't delete some initial database info like the system group, the system users, etc. If you do, then go to /path/to/rt/etc/initialdata and do the necessary. Guys at work also refused to always login to Our RT so they just send mail (and tickets are created), then resolve by also sendiing mail. -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com]On Behalf Of Jonas Lindvall (AllTele) Sent: Tuesday, June 29, 2004 11:45 AM To: rt-users at lists.bestpractical.com Subject: [rt-users] Inserting tickets directly to database Is there any good way to do this. I have a set of about 4000 tickets from our old text based simple system. And importing thoose to RT is probably pretty simple if i just could figure out how to add a ticket manually, anyone can help?? ./Jonas Lindvall -------------- next part -------------- An HTML attachment was scrubbed... URL: From sivan.deray at net-aptitude.fr Tue Jun 29 05:50:39 2004 From: sivan.deray at net-aptitude.fr (Sivan DERAY) Date: Tue, 29 Jun 2004 11:50:39 +0200 Subject: [rt-users] RTIR - Where is RTIR ?? Message-ID: <4E13BD0442DACA4D9606CAD98924F09A1FE003@srv-nap-atlas-1.net-aptitude.fr> After RTIR installation, Queues and new template had been created, but I don't see an RTIR heading like RT or RTFM ? Any ideas ? In addition are there documentations ? Thanks. From Bruce.Rodger at strath.ac.uk Tue Jun 29 06:02:30 2004 From: Bruce.Rodger at strath.ac.uk (Bruce Rodger) Date: Tue, 29 Jun 2004 11:02:30 +0100 (BST) Subject: [rt-users] RTIR - Where is RTIR ?? In-Reply-To: <4E13BD0442DACA4D9606CAD98924F09A1FE003@srv-nap-atlas-1.net-aptitude.fr> References: <4E13BD0442DACA4D9606CAD98924F09A1FE003@srv-nap-atlas-1.net-aptitude.fr> Message-ID: On Tue, 29 Jun 2004, Sivan DERAY wrote: > After RTIR installation, Queues and new template had been created, but I don't see an RTIR heading like RT or RTFM ? > Any ideas ? > > In addition are there documentations ? We had the same problem - it's a file permissions thing. find /usr/local/rt3/share/html/Callbacks -type d -exec chmod 755 {} \; (or something similar) should fix it. Draft manual is on http://bestpractical.com/rtir/usingrtir.pdf Bruce. > > Thanks. > -- Bruce Rodger |Bruce.Rodger at strath.ac.uk PGP key available Network Manager, IT Services |http://www.strath.ac.uk/IT/People/bruce.html The University of Strathclyde | +44 (0)141 548 3300 Glasgow G4 0LN, Scotland. | Fax 553 4100 From seph at directionless.org Tue Jun 29 07:21:11 2004 From: seph at directionless.org (seph) Date: Tue, 29 Jun 2004 07:21:11 -0400 Subject: [rt-users] Re: Inserting tickets directly to database In-Reply-To: (Wilson Abigaba's message of "Tue, 29 Jun 2004 11:58:01 +0300") References: Message-ID: >> And importing thoose to RT is probably pretty >> simple if i just could figure out how to add a >> ticket manually, anyone can help?? > > The table for ticket headers and details is "Tickets" While you can directly edit the database, it's not recommended. Using the RT api (perl libraries) or writing a wrapper around the command line client will be less error prone. seph From jonas.lindvall at alltele.se Tue Jun 29 07:54:03 2004 From: jonas.lindvall at alltele.se (Jonas Lindvall (AllTele)) Date: Tue, 29 Jun 2004 13:54:03 +0200 Subject: [rt-users] Re: Inserting tickets directly to database References: Message-ID: <00e801c45dcf$c69259f0$3c08a8c0@alltele.se> Is there any way to insert a ticket using the command line libary and giving it a certain id number?? ./Jonas ----- Original Message ----- From: "seph" To: "Wilson Abigaba" Cc: "Jonas Lindvall (AllTele)" ; Sent: Tuesday, June 29, 2004 1:21 PM Subject: Re: Inserting tickets directly to database > >> And importing thoose to RT is probably pretty > >> simple if i just could figure out how to add a > >> ticket manually, anyone can help?? > > > > The table for ticket headers and details is "Tickets" > > While you can directly edit the database, it's not recommended. Using > the RT api (perl libraries) or writing a wrapper around the command > line client will be less error prone. > > seph > From cubic at acronis.ru Tue Jun 29 08:26:44 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Tue, 29 Jun 2004 16:26:44 +0400 Subject: [rt-users] Accessing Attachments In-Reply-To: References: Message-ID: <40E16004.5080103@acronis.ru> Attachments is a part of transaction. You can start from $TicketObj->Transactions->First->Attachments. Phil Shon wrote: > I'm writing a Scrip that reads the attachment on a ticket, what object > should I use to access it? > > I've been searching through Ticket.pm and Ticket_Overlay.pm and I can't > seem to find it. > > -Phil > > _________________________________________________________________ > Make the most of your family vacation with tips from the MSN Family > Travel Guide! http://dollar.msn.com > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and > Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From cubic at acronis.ru Tue Jun 29 08:32:05 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Tue, 29 Jun 2004 16:32:05 +0400 Subject: [rt-users] Obfuscate data in a ticket In-Reply-To: <40E0B4E0.1030702@dimstar.net> References: <40E05B53.7020500@dimstar.net> <20040628175612.GV17481@pallas.eruditorum.org> <40E0B4E0.1030702@dimstar.net> Message-ID: <40E16145.5090208@acronis.ru> In the left of all transactions in ticket's history anchor mark '#' For eg: http://support.acronis.com/Ticket/Display.html?id=54472#txn-409048 It's link for ticket #54472 transaction #409048 Each trx consist from attachments on the right of history there is link for all attachments marked as 'download(...)' For eg: http://support.acronis.com/Ticket/Attachment/409048/227508/ atachment id is #227508. So you should get id of attachment from history page and change 'Content' field in Attachments table for record with that id. Russ Johnson wrote: > Jesse Vincent wrote: > >> >> On Mon, Jun 28, 2004 at 10:54:27AM -0700, Russ Johnson wrote: >> >> >>> I have a customer that emailed some data to me, but now I want to >>> obfuscate the data in the ticket. >>> >>> I'm running RT2. >>> >>> Is it possible to edit the content of a message in a ticket? >>> >> >> >> http://download.bestpractical.com/pub/rt/contrib/2.0/rt-addons/Censorware >> >> > OK, another question. How do I determine what the transaction ID is? > > I could delete the whole ticket, but we'd like to keep the rest of the > history. > > TIA! > > Russ > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and > Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From crazypheel at hotmail.com Tue Jun 29 09:21:28 2004 From: crazypheel at hotmail.com (Phil Shon) Date: Tue, 29 Jun 2004 08:21:28 -0500 Subject: [rt-users] "Tutorial on Creating ScripConditions" in RT Hacker Guide Message-ID: Is the "Tutorial on Creating ScripConditions" in the RT Hacker Guide still valid for RT 3.0? -Phil _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar ? get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ From bobg at uic.edu Tue Jun 29 10:25:45 2004 From: bobg at uic.edu (Bob Goldstein) Date: Tue, 29 Jun 2004 09:25:45 -0500 Subject: [rt-users] "Tutorial on Creating ScripConditions" in RT Hacker Guide In-Reply-To: Your message of "Tue, 29 Jun 2004 08:21:28 CDT." Message-ID: <200406291425.i5TEPkBH022969@shark.cc.uic.edu> I'm just a beginner myself, in this regard of scrips. But see: http://wiki.bestpractical.com/index.cgi?WriteCustomCondition and http://wiki.bestpractical.com/index.cgi?NotResolved It seems there are two methods -- one writing some new code into the underlying libraries, and one sticking code into the database via web pages. The way I read it (*please* -- someone correct me if I'm wrong!) if you want to make a standalone ScripCondition, that could be used (maybe with arguments) in more than one Scrip, then you need to write the code as in the Hacker's guide or the NotResolved wiki article. (Mind you, I don't know if the Hacker's guide is correct for v3, but the sql tables look similar, so it's probably close). But if you just want to make a single new Scrip (the full combo of condition-action-template) and you want this single new Scrip to have a custom condition (and/or custom action), you can fill in the code in the web page under New Scrip. If I'm right, then using the database is simpler, and easier when you upgrade RT versions. But it only applies to a single scrip, so you don't get any code reuse for other scrips. bobg >Is the "Tutorial on Creating ScripConditions" in the RT Hacker Guide still >valid for RT 3.0? > >-Phil > >_________________________________________________________________ >FREE pop-up blocking with the new MSN Toolbar ? get it now! >http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ > >_______________________________________________ >http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > >RT Developer and Administrator training is coming to LA, DC and Frankfurt this > spring and summer. >http://bestpractical.com/services/training.html > >Sign up early, as class space is limited. > > > >!DSPAM:40e16d67226242067419432! > > From scott at xs4all.net Tue Jun 29 10:25:50 2004 From: scott at xs4all.net (Scott A. McIntyre) Date: Tue, 29 Jun 2004 16:25:50 +0200 Subject: [rt-users] RT2: Ill effects of removing "RT-Originator"? Message-ID: <18109DBE82555F0C375E39DA@vla.gotsiedikkie.nl> Hello, In RTHOME/lib/Action/SendEmail.pm, the following exists in RT2: SendEmail.pm: $self->SetHeader('RT-Originator', $self->TransactionObj->CreatorObj->EmailAddress); Would there be any ill effects to how RT works by commenting this out or removing it (or setting it to some global default)? As far as I can tell, the answer is no, but I'm not sure about any unintended consequences. Some of our users are concerned that this is a privacy leak that they'd prefer to avoid if possible. Thanks, Scott From christopher.l.hood at verizon.com Tue Jun 29 10:32:02 2004 From: christopher.l.hood at verizon.com (christopher.l.hood at verizon.com) Date: Tue, 29 Jun 2004 09:32:02 -0500 Subject: [rt-users] Change text in look and feel Message-ID: I have successfully removed the header and placed my own instead, I have successfully changed the colors of the page, however there is a part of the page that is right above the "RT at a glance" line that says "RT for localhost.localdomain". I have ensured that the RT_SiteConfig.pm has the proper hostname.domainname in the $rtname variable, I have also ensured that the /etc/hosts file of this machine is correct. I cannot find where to edit this property, text, or variable. ALSO The menu on the left of the pages, has a link color of "grey" where would I go to change that as well. Chris Hood Investigator Verizon Global Security Operations Center Email: christopher.l.hood at verizon.com Desk: 972.399.5900 Verizon Proprietary NOTICE - This message and any attached files may contain information that is confidential and/or subject of legal privilege intended only for the use by the intended recipient. If you are not the intended recipient or the person responsible for delivering the message to the intended recipient, be advised that you have received this message in error and that any dissemination, copying or use of this message or attachment is strictly forbidden, as is the disclosure of the information therein. If you have received this message in error please notify the sender immediately and delete the message. -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexmv at MIT.EDU Tue Jun 29 10:54:24 2004 From: alexmv at MIT.EDU (Alex Vandiver) Date: Tue, 29 Jun 2004 10:54:24 -0400 Subject: [rt-users] Change text in look and feel In-Reply-To: References: Message-ID: <1088520864.11039.7.camel@zoq-fot-pik.mit.edu> On Tue, 2004-06-29 at 10:32, christopher.l.hood at verizon.com wrote: > I have ensured that the RT_SiteConfig.pm has the proper > hostname.domainname in the $rtname variable, I have also ensured that > the /etc/hosts file of this machine is correct. That is indeed controlled by the $rtname variable. Did you remember to restart Apache after changing RT_SiteConfig.pm? > The menu on the left of the pages, has a link color of ?grey? where > would I go to change that as well. I don't know where you're seeing "grey", but you can adjust the colors of nearly all of the RT interface by editing the CSS in /opt/rt3/share/html/NoAuth/webrt.css In this case, look for the "topnav" class. - Alex -- Networking -- one letter away from not working From dolphio at gmail.com Tue Jun 29 11:03:51 2004 From: dolphio at gmail.com (Randy Oswald) Date: Tue, 29 Jun 2004 11:03:51 -0400 Subject: [rt-users] RT-Mailgate fill in Global Custom Fields from e-mail Message-ID: <5faa9d1004062908031c5ba657@mail.gmail.com> I was wondering if anybody knew a way for rt-mailgate to fill in global custom fields on a new ticket from information in the e-mail. For instance, say the e-mail had a line: Room: 123 when RT-mailgate would create the ticket, it would enter '123' into the 'Room number' global custom field. Extracting the information from the e-mail is not a problem. That can be done with a simple perl script. What I am wondering is if there's any feature, perhaps 'undocumented' in the call to mailgate, perhaps something like rt-mailgate --queue general --action comment --url http://localhost/ --custom::roomnum If not, perhaps someone could give me an idea of if this could be done with a source code 'hack', and where to start looking to insert this. I'm not sure if this list, or the development list is the correct place for this question. Thanks for your help, Randy Oswald From cubic at acronis.ru Tue Jun 29 11:10:13 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Tue, 29 Jun 2004 19:10:13 +0400 Subject: [rt-users] RT-Mailgate fill in Global Custom Fields from e-mail In-Reply-To: <5faa9d1004062908031c5ba657@mail.gmail.com> References: <5faa9d1004062908031c5ba657@mail.gmail.com> Message-ID: <40E18655.5040708@acronis.ru> You can do it with simple Scrip, but if you wish something more generic there is contribution 'ExtractCustomFieldValues' at http://wiki.bestpractical.com/index.cgi?Contributions Best regards. Ruslan. Randy Oswald wrote: > I was wondering if anybody knew a way for rt-mailgate to fill in > global custom fields on a new ticket from information in the e-mail. > > For instance, say the e-mail had a line: > Room: 123 > when RT-mailgate would create the ticket, it would enter '123' into > the 'Room number' global custom field. > > Extracting the information from the e-mail is not a problem. That can > be done with a simple perl script. What I am wondering is if there's > any feature, perhaps 'undocumented' in the call to mailgate, perhaps > something like > > rt-mailgate --queue general --action comment --url http://localhost/ > --custom::roomnum > > If not, perhaps someone could give me an idea of if this could be done > with a source code 'hack', and where to start looking to insert this. > > I'm not sure if this list, or the development list is the correct > place for this question. > > Thanks for your help, > > Randy Oswald > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From prlawrence at Lehigh.EDU Tue Jun 29 11:14:53 2004 From: prlawrence at Lehigh.EDU (Phil Lawrence) Date: Tue, 29 Jun 2004 11:14:53 -0400 Subject: [rt-users] FreeBSD Apache port questions Message-ID: <40E1876D.2080106@lehigh.edu> Before making the rt3 port, I have found out I need to: - make the Perl port (done) - make the MySQL server port (done) Now I wonder about Apache with statically compiled mod_perl and mod_ssl. If I go ahead and simply build the rt3 port, apache is built with mod_perl as a DSO, supposedly a big no-no with RT. And I don't think mod_ssl is used at all. So, do I need to install apache/mod_perl/ssl by hand, or is there a port that can build what I want given the right parameters? I do see ports for apache+mod_perl, apache+mod_ssl, and apache+ssl (? whats the diff ?)... Thanks, Phil From russj at dimstar.net Tue Jun 29 13:04:49 2004 From: russj at dimstar.net (Russ Johnson) Date: Tue, 29 Jun 2004 10:04:49 -0700 Subject: [Fwd: Re: [rt-users] Obfuscate data in a ticket] Message-ID: <40E1A131.1030609@dimstar.net> Jesse Vincent wrote: > >On Mon, Jun 28, 2004 at 10:54:27AM -0700, Russ Johnson wrote: > > >>I have a customer that emailed some data to me, but now I want to >>obfuscate the data in the ticket. >> >>I'm running RT2. >> >>Is it possible to edit the content of a message in a ticket? >> >> > >http://download.bestpractical.com/pub/rt/contrib/2.0/rt-addons/Censorware > > OK, another question. How do I determine what the transaction ID is? I could delete the whole ticket, but we'd like to keep the rest of the history. TIA! Russ From rcrews at intercall.com Tue Jun 29 14:55:32 2004 From: rcrews at intercall.com (Richie Crews) Date: Tue, 29 Jun 2004 14:55:32 -0400 Subject: [rt-users] Attachment issues. Message-ID: We are experiencing an weird issues with attachments as of late. If I send in a 1mb excel spreadsheet into RT it comes into the mail daemon and is run properly. RT creates the files and directories in /tmp. However the ID is created in the DB but the attachment is never imported into the DB. Now if I send a smaller file of like 100KB of excel it puts it into the DB fine. I see the same directories/files in /tmp and the attachment is visible via the ticket. If I attempt a manual attachment it still does not work. I am currently running RT 3.0.11 with perl 5.8.3 on Redhat Linux. Richie Crews Team Lead of Unix Systems and Technologies Red Hat Certified Engineer Email: rcrews at intercall.com Cell: (706) 773 - 3436 Desk: (706) 634 - 3681 Fax: (706) 634 - 3831 -------------- next part -------------- An HTML attachment was scrubbed... URL: From crazypheel at hotmail.com Tue Jun 29 16:25:13 2004 From: crazypheel at hotmail.com (Philip Shon) Date: Tue, 29 Jun 2004 15:25:13 -0500 Subject: [rt-users] User defined conditions Message-ID: When does RT know when to check the user defined conditions? To clarify, When you select the condition "On Status Change", when the status of the ticket changes, the action is performed, (in my example case an increase in priority). I attempted to perform a user defined condition, where the condition is when the ticket is "not resolved" below is the code I placed in the custom condition box my $self = shift; my $ticket = $self->TicketObj; if($ticket->Status ne 'resolved') { return 1; } else { return undef; } I leave the custom action the same, (increase the priority). When will this scrip execute? -Phil -------------- next part -------------- An HTML attachment was scrubbed... URL: From rt at chaka.net Tue Jun 29 15:45:14 2004 From: rt at chaka.net (Todd Chapman) Date: Tue, 29 Jun 2004 15:45:14 -0400 Subject: [rt-users] User defined conditions In-Reply-To: References: Message-ID: <20040629194514.GX28862@chaka.net> Your scrip will run everytime an event happens in RT on a ticket that has the status 'resolved'. Your problem is that you need to identify which 'event(s)' will trigger your scrip. Status changes? New Tickets? Ticket comments? -Todd On Tue, Jun 29, 2004 at 03:25:13PM -0500, Philip Shon wrote: > When does RT know when to check the user defined conditions? > > To clarify, When you select the condition "On Status Change", when the status of the ticket changes, the action is performed, (in my example case an increase in priority). > > I attempted to perform a user defined condition, where the condition is when the ticket is "not resolved" below is the code I placed in the custom condition box > > my $self = shift; > my $ticket = $self->TicketObj; > > if($ticket->Status ne 'resolved') { > return 1; > } else { > return undef; > } > > > I leave the custom action the same, (increase the priority). > > When will this scrip execute? > > -Phil > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From mrz at intelenet.net Tue Jun 29 17:52:14 2004 From: mrz at intelenet.net (matthew zeier) Date: Tue, 29 Jun 2004 14:52:14 -0700 Subject: [rt-users] rt cli tool errors, 3.0.11 Message-ID: <01c501c45e23$56ce8d60$88180a0a@MRZTP> Am I not using this tool right? root at help1 (/opt/rt3/bin/) 274> ./rt version Variable "%help" is not imported at ./rt line 139. (Did you mean &help instead?) Variable "%help" is not imported at ./rt line 144. (Did you mean &help instead?) Variable "%help" is not imported at ./rt line 155. (Did you mean &help instead?) Variable "%help" is not imported at ./rt line 166. (Did you mean &help instead?) Global symbol "$type" requires explicit package name at ./rt line 136. Global symbol "%help" requires explicit package name at ./rt line 139. Global symbol "$key" requires explicit package name at ./rt line 139. Global symbol "$key" requires explicit package name at ./rt line 141. Global symbol "%help" requires explicit package name at ./rt line 144. Global symbol "$key" requires explicit package name at ./rt line 144. Global symbol "$type" requires explicit package name at ./rt line 149. Global symbol "$key" requires explicit package name at ./rt line 150. Global symbol "$type" requires explicit package name at ./rt line 150. Global symbol "$key" requires explicit package name at ./rt line 152. Global symbol "$type" requires explicit package name at ./rt line 152. Global symbol "%help" requires explicit package name at ./rt line 155. Global symbol "$key" requires explicit package name at ./rt line 155. Global symbol "$type" requires explicit package name at ./rt line 156. Global symbol "$key" requires explicit package name at ./rt line 157. Global symbol "$type" requires explicit package name at ./rt line 157. Global symbol "$key" requires explicit package name at ./rt line 157. Global symbol "$key" requires explicit package name at ./rt line 158. Global symbol "$key" requires explicit package name at ./rt line 158. Global symbol "$type" requires explicit package name at ./rt line 158. Global symbol "$key" requires explicit package name at ./rt line 159. Global symbol "$key" requires explicit package name at ./rt line 162. Global symbol "%help" requires explicit package name at ./rt line 166. Global symbol "$key" requires explicit package name at ./rt line 166. Unmatched right curly bracket at ./rt line 167, at end of line ./rt has too many errors. -- matthew zeier, Sr. Network Engineer | "Nothing in life is to be feared. InteleNet Communications, Inc. | It is only to be understood." (949) 784-7904 | - Marie Curie From jason at kavi.com Tue Jun 29 19:17:48 2004 From: jason at kavi.com (Jason Grigsby) Date: Tue, 29 Jun 2004 16:17:48 -0700 Subject: [rt-users] Overriding Precedence Header Message-ID: <890CB7E8-CA22-11D8-92CB-000393D541EC@kavi.com> RT sends it's mail out with a mail header specifying the Precedence as being "bulk." We're now running into issues where customer's mail server (and all EZMLM lists by default) drop any mail with the precedence set to bulk as being junk mail or in the case of EZMLM autoresponders. I'd like to override the precedence. I found the relevant code, but I had a couple of questions: 1. Is there any problem with changing the precedence? I see several places that look like RT evaluates the precedence of incoming email. I'm concerned that RT may be expecting it's own mail to have precedence or bulk as a safeguard against mail loops or something. Am I being paranoid? 2. Is there a way to set the precedence without editing a local copy of the mail subroutine? Is it a configuration option somewhere I missed? Can I set it in the scripts? 3. Has anyone done this before who can share with me how you set it up? I apologize if this has been answered in the past. HTDig doesn't appear to be working right now so I was unable to search the mailing list archives. Thank You, Jason From MikeHamilton at clovisusd.k12.ca.us Tue Jun 29 18:47:50 2004 From: MikeHamilton at clovisusd.k12.ca.us (MikeHamilton at clovisusd.k12.ca.us) Date: Tue, 29 Jun 2004 15:47:50 -0700 Subject: [rt-users] Request for comments: Configurable Status Message-ID: Although I generally find the current working model fine, I have received feedback from others in our organization stating that they would like some kind of access control to keep techs from making the status "stalled" as there can be a tendency to lose or forget about tickets that are stalled. We really haven't seen the need at all however for custom values. -------------- next part -------------- An HTML attachment was scrubbed... URL: From psilver at ultrafast.com.au Tue Jun 29 19:37:51 2004 From: psilver at ultrafast.com.au (Peter Silver) Date: Wed, 30 Jun 2004 09:37:51 +1000 Subject: [rt-users] Inserting tickets directly to database In-Reply-To: <007001c45db5$555da240$3c08a8c0@alltele.se> References: <007001c45db5$555da240$3c08a8c0@alltele.se> Message-ID: <1088552270.12889.64.camel@pete> On Tue, 2004-06-29 at 18:44, Jonas Lindvall (AllTele) wrote: > Is there any good way to do this. I have a set of > about 4000 tickets from our old text based simple system. > > And importing thoose to RT is probably pretty > simple if i just could figure out how to add a > ticket manually, anyone can help?? Surely the easiest way would be to disable any auto-responding Scrips, then write a simple script to loop through each ticket and; 1. Extract the ticket info from the old data source 2. Compile an email containing the ticket body & attachments, and set the From: address to that of the original sender. 3. Insert a header containing the ticket ID of the original ticket (so you have a way of mapping the old ticket to the new ticket) 4. Send the email to the destination queue address. That way you wouldn't need to worry about adding the correct info to each RT table -- each imported ticket would be handled exactly like a new ticket. The only lost info might be the creation date of each ticket, though you could easily loop through each ticket again and correct the Created date of each transaction associated with the ticket. Peter -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From alexmv at MIT.EDU Tue Jun 29 20:36:48 2004 From: alexmv at MIT.EDU (Alex Vandiver) Date: Tue, 29 Jun 2004 20:36:48 -0400 Subject: [rt-users] Overriding Precedence Header In-Reply-To: <890CB7E8-CA22-11D8-92CB-000393D541EC@kavi.com> References: <890CB7E8-CA22-11D8-92CB-000393D541EC@kavi.com> Message-ID: <1088555808.11032.50.camel@zoq-fot-pik.mit.edu> On Tue, 2004-06-29 at 19:17, Jason Grigsby wrote: > 1. Is there any problem with changing the precedence? I see several > places that look like RT evaluates the precedence of incoming email. > I'm concerned that RT may be expecting it's own mail to have precedence > or bulk as a safeguard against mail loops or something. Am I being > paranoid? RT, ironically, does the same thing as EZLM -- it uses the Precedence: header to drop mail from autoresponders and the like. It uses a separate flag for loop detection, X-RT-Loop-Prevention. Hence, changing the precedence of outgoing mail won't break anything. > 2. Is there a way to set the precedence without editing a local copy of > the mail subroutine? Is it a configuration option somewhere I missed? > Can I set it in the scripts? It can be set in the templates; simply add a Precedence: line to the headers. This will override the default value of "bulk" that is set in RT::Actions::SendMail. This is probably preferable to having to apply a local patch to the code. - Alex -- Networking -- one letter away from not working From jesse at bestpractical.com Tue Jun 29 20:59:17 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Tue, 29 Jun 2004 20:59:17 -0400 Subject: [rt-users] Overriding Precedence Header In-Reply-To: <1088555808.11032.50.camel@zoq-fot-pik.mit.edu> References: <890CB7E8-CA22-11D8-92CB-000393D541EC@kavi.com> <1088555808.11032.50.camel@zoq-fot-pik.mit.edu> Message-ID: <20040630005917.GC17481@pallas.eruditorum.org> On Tue, Jun 29, 2004 at 08:36:48PM -0400, Alex Vandiver wrote: > On Tue, 2004-06-29 at 19:17, Jason Grigsby wrote: > > 1. Is there any problem with changing the precedence? I see several > > places that look like RT evaluates the precedence of incoming email. > > I'm concerned that RT may be expecting it's own mail to have precedence > > or bulk as a safeguard against mail loops or something. Am I being > > paranoid? > RT, ironically, does the same thing as EZLM -- it uses the Precedence: > header to drop mail from autoresponders and the like. It uses a > separate flag for loop detection, X-RT-Loop-Prevention. Hence, changing > the precedence of outgoing mail won't break anything. No. That's not actually quite right. RT _doesn't respond_ to incoming mail with a precendece of bulk. Other than that it continues to act on it. Setting the precedence header to "bulk" is a pretty widely honored convention for saying "This email message was generated by a machine, not a human. If you're a machine (like a vacation autoresponder), you don't want to reply to the sender, as you're likely to generate a loop. -- From cerion at open-works.co.uk Tue Jun 29 21:02:47 2004 From: cerion at open-works.co.uk (Cerion Armour-Brown) Date: Wed, 30 Jun 2004 03:02:47 +0200 Subject: [rt-users] Inserting tickets directly to database In-Reply-To: <1088552270.12889.64.camel@pete> References: <007001c45db5$555da240$3c08a8c0@alltele.se> <1088552270.12889.64.camel@pete> Message-ID: <200406300302.47515.cerion@open-works.co.uk> On Wednesday 30 June 2004 01:37, Peter Silver wrote: > On Tue, 2004-06-29 at 18:44, Jonas Lindvall (AllTele) wrote: > > Is there any good way to do this. I have a set of > > about 4000 tickets from our old text based simple system. > > > > And importing thoose to RT is probably pretty > > simple if i just could figure out how to add a > > ticket manually, anyone can help?? > > Surely the easiest way would be to disable any auto-responding Scrips, > then write a simple script to loop through each ticket and; > > 1. Extract the ticket info from the old data source > 2. Compile an email containing the ticket body & attachments, and set > the From: address to that of the original sender. > 3. Insert a header containing the ticket ID of the original ticket > (so you have a way of mapping the old ticket to the new ticket) > 4. Send the email to the destination queue address. > > That way you wouldn't need to worry about adding the correct info to > each RT table -- each imported ticket would be handled exactly like a > new ticket. This is pretty much what I did when I wanted to import a bunch of (2k5) emails into RT - wrote a script to take them from a mail dir, thread them (message-id, ref), sort by date and piped them through rt-mailgate. I also enabled the enhanced-mailgate functionality, so I could resolve, set owner etc via following emails. Worked well, but just for reference, it took around 10 hours to feed them all in - slow machine, but even so... I'm pretty new to perl, so they're messy, but still, if anyone's interested my scripts, they're welcome to them. As a side, from time to time people ask if anyone uses the enhanced-mailgate. Well, yes it's insecure, but I don't mind at this point, and I couldn't wait for RT3.2++, so I set it up. It seems to work fine... if anyone wants my diffs, yell. > The only lost info might be the creation date of each ticket, though you > could easily loop through each ticket again and correct the Created date > of each transaction associated with the ticket. Good point, didn't think of this - Would you do this via the cli, or would you use the RT api, and maybe take advantage of 'RecordTransaction=0'...? Cerion From bobg at uic.edu Tue Jun 29 21:22:01 2004 From: bobg at uic.edu (Bob Goldstein) Date: Tue, 29 Jun 2004 20:22:01 -0500 Subject: [rt-users] Request for comments: Configurable Status In-Reply-To: Your message of "Tue, 29 Jun 2004 15:47:50 PDT." Message-ID: <200406300122.i5U1M2XD026661@shark.cc.uic.edu> We have used the status "hold" in other systems. Same as "stalled", except a date was attached, at which time it would become open again. Basically a "don't bother me for a few weeks" status. bobg >This is a multipart message in MIME format. >--===============1060147551== >Content-Type: multipart/alternative; > boundary="=_alternative 007E583588256EC2_=" > >This is a multipart message in MIME format. >--=_alternative 007E583588256EC2_= >Content-Type: text/plain; charset="US-ASCII" > >Although I generally find the current working model fine, I have received >feedback from others in our organization stating that they would like some >kind of access control to keep techs from making the status "stalled" as >there can be a tendency to lose or forget about tickets that are stalled. >We really haven't seen the need at all however for custom values. > >!DSPAM:40e1fdbf261948134112560! > >--=_alternative 007E583588256EC2_= >Content-Type: text/html; charset="US-ASCII" > > >
Although I generally find the current >working model fine, I have received feedback from others in our organization >stating that they would like some kind of access control to keep techs >from making the status "stalled" as there can be a tendency to >lose or forget about tickets that are stalled. We really haven't seen the >need at all however for custom values. > >!DSPAM:40e1fdbf261948134112560! > >--=_alternative 007E583588256EC2_=-- > >--===============1060147551== >Content-Type: text/plain; charset="us-ascii" >MIME-Version: 1.0 >Content-Transfer-Encoding: 7bit >Content-Disposition: inline > >_______________________________________________ >http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > >RT Developer and Administrator training is coming to LA, DC and Frankfurt this > spring and summer. >http://bestpractical.com/services/training.html > >Sign up early, as class space is limited. > > >!DSPAM:40e1fdbf261948134112560! > >--===============1060147551==-- > > > From psilver at ultrafast.com.au Tue Jun 29 21:46:15 2004 From: psilver at ultrafast.com.au (Peter Silver) Date: Wed, 30 Jun 2004 11:46:15 +1000 Subject: [rt-users] Inserting tickets directly to database In-Reply-To: <200406300302.47515.cerion@open-works.co.uk> References: <007001c45db5$555da240$3c08a8c0@alltele.se> <1088552270.12889.64.camel@pete> <200406300302.47515.cerion@open-works.co.uk> Message-ID: <1088559974.12889.96.camel@pete> On Wed, 2004-06-30 at 11:02, Cerion Armour-Brown wrote: > On Wednesday 30 June 2004 01:37, Peter Silver wrote: > > > The only lost info might be the creation date of each ticket, though you > > could easily loop through each ticket again and correct the Created date > > of each transaction associated with the ticket. > > Good point, didn't think of this - Would you do this via the cli, or would you > use the RT api, and maybe take advantage of 'RecordTransaction=0'...? If I were doing this as a once-off type thing, I'd write a script that accesses the DB directly (because I haven't played with the RT API). The script would need to do the following; 1. Grab the TicketId & create date of the ticket from the original data source. 2. Perform a query on the Attachments table for something like; select TransactionId from Attachments where (Headers like '%\nX-Orig-TicketId: \n%'); (this could be a bit slow on a large RT db) 3. Use the TransactionId to get the new TicketId; select Ticket from Transactions where (id = ); 4. Update the Created date of the transactions; update Transactions set Created= where (Ticket = 'New TicketId'); Someone with RT API experience could probably come up with a safer method for achieving this, assuming the API lets you modify the create date of transactions associated with a ticket. Peter -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From iqbala-rt-users at qwestip.net Tue Jun 29 22:26:24 2004 From: iqbala-rt-users at qwestip.net (Asif Iqbal) Date: Tue, 29 Jun 2004 22:26:24 -0400 Subject: [rt-users] No Graph in the Statistics page In-Reply-To: <20040604180628.GA12322@qwestip.net> References: <20040530050132.GA23613@qwestip.net> <20040604180628.GA12322@qwestip.net> Message-ID: <20040630022624.GK13036@qwestip.net> Asif Iqbal wrote: > Asif Iqbal wrote: > > Hi All > > > > I did follow the instructions on > > http://wiki.bestpractical.com/index.cgi?RT3StatisticsPackage page > > > > I expanded the archive on my /opt/rt3/local page. I am running RT-3-10 > > with Apache 1.x and mod_perl1. I did install GD::Graph using CPAN tool > > > > perl -MCPAN -e shell > > cpan> install GD::Graph > > > > I don't see any graphs. Here is the source page looks like > > > > > > > > Is that mean I need to install Apache::GD::Graph? > > > > Anyone else seen this symptom? Where should I look for to debug this > issue? I had to install RTFM latest release for the STAT page to work. Thanks to a non-subscriber--Bryan Pennington--who pointed me to that direction Thanks again for all the help -- Asif Iqbal From jason at kavi.com Tue Jun 29 22:43:10 2004 From: jason at kavi.com (Jason Grigsby) Date: Tue, 29 Jun 2004 19:43:10 -0700 Subject: [rt-users] Overriding Precedence Header In-Reply-To: <20040630005917.GC17481@pallas.eruditorum.org> References: <890CB7E8-CA22-11D8-92CB-000393D541EC@kavi.com> <1088555808.11032.50.camel@zoq-fot-pik.mit.edu> <20040630005917.GC17481@pallas.eruditorum.org> Message-ID: <3947B4B8-CA3F-11D8-A5AF-000393D541EC@kavi.com> On Jun 29, 2004, at 5:59 PM, Jesse Vincent wrote: > On Tue, Jun 29, 2004 at 08:36:48PM -0400, Alex Vandiver wrote: >> On Tue, 2004-06-29 at 19:17, Jason Grigsby wrote: >>> 1. Is there any problem with changing the precedence? I see several >>> places that look like RT evaluates the precedence of incoming email. >>> I'm concerned that RT may be expecting it's own mail to have >>> precedence >>> or bulk as a safeguard against mail loops or something. Am I being >>> paranoid? >> RT, ironically, does the same thing as EZLM -- it uses the Precedence: >> header to drop mail from autoresponders and the like. It uses a >> separate flag for loop detection, X-RT-Loop-Prevention. Hence, >> changing >> the precedence of outgoing mail won't break anything. > > No. That's not actually quite right. RT _doesn't respond_ to incoming > mail with a precendece of bulk. Other than that it continues to act on > it. Setting the precedence header to "bulk" is a pretty widely honored > convention for saying "This email message was generated by a machine, > not a human. If you're a machine (like a vacation autoresponder), you > don't want to reply to the sender, as you're likely to generate a loop. Jesse, to clarify, are when you say "Other than that it continues to act on it" are you saying that Alex's statement that RT will use the X-RT-Loop-Prevention header is incorrect? Or are you saying that it doesn't respond to the messages but it still puts them in the queue? The core question for me is whether changing the precedence header to "Normal" will cause problems. Unfortunately, it appears that I've got both EZMLM and a customer's MTA that are silently dropping mail with the bulk precedence. Alex: Thanks for the tips on the templates! I much prefer that to localizing the routine. Thank You, Jason From jesse at bestpractical.com Tue Jun 29 22:44:45 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Tue, 29 Jun 2004 22:44:45 -0400 Subject: [rt-users] Overriding Precedence Header In-Reply-To: <3947B4B8-CA3F-11D8-A5AF-000393D541EC@kavi.com> References: <890CB7E8-CA22-11D8-92CB-000393D541EC@kavi.com> <1088555808.11032.50.camel@zoq-fot-pik.mit.edu> <20040630005917.GC17481@pallas.eruditorum.org> <3947B4B8-CA3F-11D8-A5AF-000393D541EC@kavi.com> Message-ID: <20040630024445.GE17481@pallas.eruditorum.org> On Tue, Jun 29, 2004 at 07:43:10PM -0700, Jason Grigsby wrote: > >No. That's not actually quite right. RT _doesn't respond_ to incoming > >mail with a precendece of bulk. Other than that it continues to act on > >it. Setting the precedence header to "bulk" is a pretty widely honored > >convention for saying "This email message was generated by a machine, > >not a human. If you're a machine (like a vacation autoresponder), you > >don't want to reply to the sender, as you're likely to generate a loop. > > Jesse, to clarify, are when you say "Other than that it continues to > act on it" are you saying that Alex's statement that RT will use the > X-RT-Loop-Prevention header is incorrect? Or are you saying that it > doesn't respond to the messages but it still puts them in the queue? RT should use the X-RT-Loop-Prevention header to stop RT from talking to itself. But ezmlm and your customer's MTA are broken in such a way that by catering to them, RT could get itself stuck in a loop with another poorly behaved MTA. From jens at cyber.com.au Tue Jun 29 22:59:59 2004 From: jens at cyber.com.au (Jens Porup) Date: Wed, 30 Jun 2004 12:59:59 +1000 Subject: [rt-users] Debian setup: postgres problem? In-Reply-To: <20040629084101.GA16845@computing-services.oxford.ac.uk> References: <20040625064803.GA433@vanilla.office.cyber.com.au> <20040625123132.GC9299@computing-services.oxford.ac.uk> <20040628020749.GE10245@vanilla.office.cyber.com.au> <20040629084101.GA16845@computing-services.oxford.ac.uk> Message-ID: <20040630025959.GC17525@vanilla.office.cyber.com.au> On Tue, Jun 29, 2004 at 09:41:01AM +0100, Stephen Quinney wrote: > On Mon, Jun 28, 2004 at 12:07:49PM +1000, Jens Porup wrote: > > > But a simple Perl script connects to the database without dying, like so: > > > > use DBI; > > my $dsn = "dbi:Pg:dbname=template1"; > > > > ### > > ### But this dsn fails!! > > ### my $dsn = "dbi:Pg:dbname=template1:host:localhost"; This was a typo in my original post, it *did* fail with host=localhost (That stray colon was a typo in my post, but not in my test script) > > > > ### > > ### For some reason adding host:localhost makes everything die!!! > > > > my $dbh = DBI->connect($dsn, "rtuser", "wibble") or die "doh!\n"; > > Having looked at the perldoc for DBD::Pg I can see that the $dsn which > died on connecting in this script is wrong. You want something like: > > $dsn = "dbi:Pg:dbname=template1;host=localhost;" > > Try it again with that dsn and see if you can connect to the database. Here is the nub of the problem. I can connect with: $dsn = "dbi:Pg:dbname=template1;"; but not with $dsn = "dbi:Pg:dbname=template1;host=localhost;"; (or with the following, I assumed that semicolon was a typo of yours) $dsn = "dbi:Pg:dbname=template1:host=localhost;"; And of course it is the latter that rt-setup-database wants to use. The database error I get on my DBI->connect() or die is: root at request-tracker:~# perl test.pl DBI connect('dbname=template1;host=localhost;','rtuser',...) failed: could not connect to server: Connection refused at test.pl line 13 and also: root at request-tracker:~# perl test.pl DBI connect('dbname=template1:host=localhost;','rtuser',...) failed: FATAL: IDENT authentication failed for user "rtuser" at test.pl line 13 By the way, there was a typo in my previous post. That extra colon was, in fact an = in my script. I have thoroughly double checked everything. It connects without the host specified, and dies if host=localhost is in the $dsn. Jens From jens at cyber.com.au Tue Jun 29 23:30:53 2004 From: jens at cyber.com.au (Jens Porup) Date: Wed, 30 Jun 2004 13:30:53 +1000 Subject: [rt-users] Debian setup: postgres problem? In-Reply-To: <20040630025959.GC17525@vanilla.office.cyber.com.au> References: <20040625064803.GA433@vanilla.office.cyber.com.au> <20040625123132.GC9299@computing-services.oxford.ac.uk> <20040628020749.GE10245@vanilla.office.cyber.com.au> <20040629084101.GA16845@computing-services.oxford.ac.uk> <20040630025959.GC17525@vanilla.office.cyber.com.au> Message-ID: <20040630033053.GD17525@vanilla.office.cyber.com.au> Worth mentioning: An apt-get upgrade on my Debian testing server brought down a new version of request-tracker3 and rt3-clients. This has had no effect on my problem: root at request-tracker:~# /usr/sbin/rt-setup-database --action init --dba rtuser \ > --prompt-for-dba-password In order to create a new database and grant RT access to that database, this script needs to connect to your Pg instance on localhost as rtuser. Please specify that user's database password below. If the user has no database password, just press return. Password: DBI connect('dbname=template1;host=localhost','rtuser',...) failed: could not connect to server: Connection refused at /usr/sbin/rt-setup-database line 110 Failed to connect to dbi:Pg:dbname=template1;host=localhost as rtuser: could not connect to server: Connection refused at /usr/sbin/rt-setup-database line 110, line 1. Thanks for your help, Jens From darren at dazza.org Tue Jun 29 23:44:28 2004 From: darren at dazza.org (Darren Nickerson) Date: Tue, 29 Jun 2004 23:44:28 -0400 Subject: [rt-users] Overriding Precedence Header References: <890CB7E8-CA22-11D8-92CB-000393D541EC@kavi.com><1088555808.11032.50.camel@zoq-fot-pik.mit.edu> <20040630005917.GC17481@pallas.eruditorum.org> Message-ID: <033c01c45e54$d67a7570$090a000a@dazzalap> On Tue, Jun 29, Jesse Vincent wrote: > No. That's not actually quite right. RT _doesn't respond_ to incoming > mail with a precendece of bulk. Other than that it continues to act on > it. Setting the precedence header to "bulk" is a pretty widely honored > convention for saying "This email message was generated by a machine, > not a human. If you're a machine (like a vacation autoresponder), you > don't want to reply to the sender, as you're likely to generate a loop. Not sure if this has been covered yet (I'm a little late to this thread), but we've had several customers call us complaining that then never received correspondence from us. After some digging, it turns out their spam filters had interpreted the bulk precedence header as a sure sign that our correspondence was spam-tastic. -Darren From jesse at bestpractical.com Tue Jun 29 23:59:50 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Tue, 29 Jun 2004 23:59:50 -0400 Subject: [rt-users] Overriding Precedence Header In-Reply-To: <033c01c45e54$d67a7570$090a000a@dazzalap> References: <20040630005917.GC17481@pallas.eruditorum.org> <033c01c45e54$d67a7570$090a000a@dazzalap> Message-ID: <20040630035950.GG17481@pallas.eruditorum.org> On Tue, Jun 29, 2004 at 11:44:28PM -0400, Darren Nickerson wrote: > Not sure if this has been covered yet (I'm a little late to this thread), > but we've had several customers call us complaining that then never received > correspondence from us. After some digging, it turns out their spam filters > had interpreted the bulk precedence header as a sure sign that our > correspondence was spam-tastic. Right. Which is just wrong. When picking between "possibly get caught in users' overzealous mail filters" and "get into mail loops with other autoresponders", we chose the former. (We chose the default before people really had spam filters, actually ;) Precedence: bulk is the closest we have to an internet standard for "I've been sent by a machine. Machines should not autoreply to me." > -Darren -- From rspier at pobox.com Wed Jun 30 00:12:07 2004 From: rspier at pobox.com (Robert Spier) Date: Tue, 29 Jun 2004 21:12:07 -0700 Subject: [rt-users] Overriding Precedence Header In-Reply-To: <20040630035950.GG17481@pallas.eruditorum.org> References: <20040630005917.GC17481@pallas.eruditorum.org> <033c01c45e54$d67a7570$090a000a@dazzalap> <20040630035950.GG17481@pallas.eruditorum.org> Message-ID: > Right. Which is just wrong. When picking between "possibly get caught in > users' overzealous mail filters" and "get into mail loops with other > autoresponders", we chose the former. (We chose the default before > people really had spam filters, actually ;) Precedence: bulk is the > closest we have to an internet standard for "I've been sent by a > machine. Machines should not autoreply to me." If you need something different, you can modify the Templates on your system. -R From justin at internode.com.au Wed Jun 30 01:50:24 2004 From: justin at internode.com.au (Justin Hawkins) Date: Wed, 30 Jun 2004 15:20:24 +0930 Subject: [rt-users] FreeBSD Apache port questions In-Reply-To: <40E1876D.2080106@lehigh.edu> References: <40E1876D.2080106@lehigh.edu> Message-ID: <20040630055024.GU59206@internode.com.au> On Tue, Jun 29, 2004 at 11:14:53AM -0400, Phil Lawrence wrote: > > Before making the rt3 port, I have found out I need to: > - make the Perl port (done) > - make the MySQL server port (done) > > Now I wonder about Apache with statically compiled mod_perl and mod_ssl. I'm not convinced that the old mantra 'mod_perl as a DSO is bad' is still true. I'm also not convinced if it was *ever* true under FreeBSD. I've certainly never had any problem with mod_perl compiled out of ports, as a DSO. I have an RT implementation in production under it right now. - Justin -- Justin Hawkins Email: justin at internode.com.au (W) Systems Programmer Email: justin at hawkins.id.au (H) Internode Systems Pty Ltd Phone: +61-8-82282999 "Sometimes I can hardly see the mirrors for the smoke" From maxcere at gmail.com Wed Jun 30 03:21:50 2004 From: maxcere at gmail.com (Massimo Cereda) Date: Wed, 30 Jun 2004 09:21:50 +0200 Subject: [rt-users] Attachment issues. In-Reply-To: References: Message-ID: <4675c82a04063000215f166cce@mail.gmail.com> Look at mysql config file (my.cnf) and increased the MaxAttachmentSize option. ----- Original Message ----- From: Richie Crews Date: Tue, 29 Jun 2004 14:55:32 -0400 Subject: [rt-users] Attachment issues. To: rt-users at lists.fsck.com We are experiencing an weird issues with attachments as of late. If I send in a 1mb excel spreadsheet into RT it comes into the mail daemon and is run properly. RT creates the files and directories in /tmp. However the ID is created in the DB but the attachment is never imported into the DB. Now if I send a smaller file of like 100KB of excel it puts it into the DB fine. I see the same directories/files in /tmp and the attachment is visible via the ticket. If I attempt a manual attachment it still does not work. I am currently running RT 3.0.11 with perl 5.8.3 on Redhat Linux. Richie Crews Team Lead of Unix Systems and Technologies Red Hat Certified Engineer Email: rcrews at intercall.com Cell: (706) 773 - 3436 Desk: (706) 634 - 3681 Fax: (706) 634 - 3831 noname - 1K Download From stephen.quinney at computing-services.oxford.ac.uk Wed Jun 30 04:23:01 2004 From: stephen.quinney at computing-services.oxford.ac.uk (Stephen Quinney) Date: Wed, 30 Jun 2004 09:23:01 +0100 Subject: [rt-users] Debian setup: postgres problem? In-Reply-To: <20040630025959.GC17525@vanilla.office.cyber.com.au> References: <20040625064803.GA433@vanilla.office.cyber.com.au> <20040625123132.GC9299@computing-services.oxford.ac.uk> <20040628020749.GE10245@vanilla.office.cyber.com.au> <20040629084101.GA16845@computing-services.oxford.ac.uk> <20040630025959.GC17525@vanilla.office.cyber.com.au> Message-ID: <20040630082301.GB29817@computing-services.oxford.ac.uk> On Wed, Jun 30, 2004 at 12:59:59PM +1000, Jens Porup wrote: > and also: > > root at request-tracker:~# perl test.pl > DBI connect('dbname=template1:host=localhost;','rtuser',...) failed: FATAL: > IDENT authentication failed for user "rtuser" at test.pl line 13 > ok, the problem is definitely something to do with your pg_hba.conf file, I do not know what though as it looked ok to me before. The IDENT failure shows that it is trying to use ident authentication when a host is specified, it is working when you connect locally as that is allowing password authentication. The key to this problem is that the order of the lines in the pg_hba.conf does matter, it will take the first one that matches and use that, if it fails there is no drop through to other lines. It should be picking up the lines at the top mentioning the database template1 with user rtuser but for some reason it isn't. Maybe those IPV6 lines lower down are confusing matters? Stephen From lists at flothow.de Wed Jun 30 07:17:36 2004 From: lists at flothow.de (Sebastian Flothow) Date: Wed, 30 Jun 2004 13:17:36 +0200 Subject: [rt-users] Debian setup: postgres problem? In-Reply-To: <20040630025959.GC17525@vanilla.office.cyber.com.au> References: <20040625064803.GA433@vanilla.office.cyber.com.au> <20040625123132.GC9299@computing-services.oxford.ac.uk> <20040628020749.GE10245@vanilla.office.cyber.com.au> <20040629084101.GA16845@computing-services.oxford.ac.uk> <20040630025959.GC17525@vanilla.office.cyber.com.au> Message-ID: <1760DE82-CA87-11D8-863D-000393B2BB20@flothow.de> Am 30. Jun 2004 um 04:59 Uhr schrieb Jens Porup: > Here is the nub of the problem. > > I can connect with: > > $dsn = "dbi:Pg:dbname=template1;"; > > but not with > > $dsn = "dbi:Pg:dbname=template1;host=localhost;"; > > (or with the following, I assumed that semicolon was a typo of yours) > $dsn = "dbi:Pg:dbname=template1:host=localhost;"; > > And of course it is the latter that rt-setup-database wants to use. What happens when you set the hostname to "" (empty string) instead of "localhost"? Sebastian -- Sebastian Flothow sebastian at flothow.de Because it reverses the logical flow of conversation. > Why is top posting frowned upon? From sivan.deray at net-aptitude.fr Wed Jun 30 08:33:07 2004 From: sivan.deray at net-aptitude.fr (Sivan DERAY) Date: Wed, 30 Jun 2004 14:33:07 +0200 Subject: [rt-users] About the default queue Message-ID: <4E13BD0442DACA4D9606CAD98924F09A1FE00C@srv-nap-atlas-1.net-aptitude.fr> Hi; The autoreply message is coming from the default queue, and i'd like it the be coming from the name of the general queue or from the name of the campany. How could i do ? thanks From bpennington at trevorn.com Wed Jun 30 09:09:25 2004 From: bpennington at trevorn.com (Bryan Pennington) Date: Wed, 30 Jun 2004 08:09:25 -0500 Subject: [rt-users] Upgrade broke RT Message-ID: <20040630130917.5A32F84C05F@pallas.eruditorum.org> Let me say first, I know I was stupid and am solely at fault for this. I should have been more careful when reading the README. But, nevertheless, I need some help. I had a perfectly good install of RT 3.0.5 working with the latest RTFM and RTStats. I am using Apache2 with FastCGI. And so, last night I decided to upgrade to 3.0.11 and failed to see the note in the README about it requiring Perl 5.8.3. Since I am using RH 9, I only had 5.8.0. So...I ran the make upgrade, restarted apache and I get Error 500. I then saw the Perl requirement, reinstalled perl from source with 5.8.4 and reinstalled all the perl modules, successfully, or at least I thought. Still Error 500. So I reinstalled FastCGI. Still Error 500. When I start apache I get a couple: [error] Can't locate Apache.pm in @INC.... [error] Can't locate Apache.pm in @INC.... I'm trying to install the Apache Bundle now from CPAN, but having problems. When I try to go to RT I get: [error] [client 137.218.6.19] FastCGI: comm with server "/opt/rt3/bin/mason_handler.fcgi" aborted: idle timeout (30 sec) [error] [client 137.218.6.19] FastCGI: incomplete headers (0 bytes) received from server "/opt/rt3/bin/mason_handler.fcgi" What's going on?? I need RT back up badly. Thanks, Bryan -------------- next part -------------- An HTML attachment was scrubbed... URL: From christopher.l.hood at verizon.com Wed Jun 30 09:09:57 2004 From: christopher.l.hood at verizon.com (christopher.l.hood at verizon.com) Date: Wed, 30 Jun 2004 08:09:57 -0500 Subject: [rt-users] Custom Field Deletion Message-ID: Ok it is obvious that I can disable a custom field, but can I delete a custom field? I don't want it to ever show up again, so I don't want to just disable I want it gone. Is that possible? Can I even do it by hand, removing it from the database or removing some files that were created when I made the custom field? All help is greatly appreciated. Chris Hood Investigator Verizon Global Security Operations Center Email: christopher.l.hood at verizon.com Desk: 972.399.5900 Verizon Proprietary NOTICE - This message and any attached files may contain information that is confidential and/or subject of legal privilege intended only for the use by the intended recipient. If you are not the intended recipient or the person responsible for delivering the message to the intended recipient, be advised that you have received this message in error and that any dissemination, copying or use of this message or attachment is strictly forbidden, as is the disclosure of the information therein. If you have received this message in error please notify the sender immediately and delete the message. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bpennington at trevorn.com Wed Jun 30 09:31:47 2004 From: bpennington at trevorn.com (Bryan Pennington) Date: Wed, 30 Jun 2004 08:31:47 -0500 Subject: [rt-users] Upgrade broke RT In-Reply-To: <20040630130917.5A32F84C05F@pallas.eruditorum.org> Message-ID: <20040630133136.E984184C05F@pallas.eruditorum.org> I also get a: [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operations Can't locate /opt/rt3/etc/RT_SiteConfig.pm in @INC (@INC contains: /opt/rt3/local/lib /opt/rt3/lib /usr/local/lib/perl5 /5.8.4/i686-linux /usr/local/lib/perl5/5.8.4 /usr/local/lib/perl5/site_perl/5.8.4/i686-linux /usr/local/lib/perl5/site_ perl/5.8.4 /usr/local/lib/perl5/site_perl .) at /opt/rt3/lib/RT.pm line 105. Compilation failed in require at /opt/rt3/bin/mason_handler.fcgi line 28. _____ From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Bryan Pennington Sent: Wednesday, June 30, 2004 8:09 AM To: RT-Users at lists.bestpractical.com Subject: [rt-users] Upgrade broke RT Let me say first, I know I was stupid and am solely at fault for this. I should have been more careful when reading the README. But, nevertheless, I need some help. I had a perfectly good install of RT 3.0.5 working with the latest RTFM and RTStats. I am using Apache2 with FastCGI. And so, last night I decided to upgrade to 3.0.11 and failed to see the note in the README about it requiring Perl 5.8.3. Since I am using RH 9, I only had 5.8.0. So...I ran the make upgrade, restarted apache and I get Error 500. I then saw the Perl requirement, reinstalled perl from source with 5.8.4 and reinstalled all the perl modules, successfully, or at least I thought. Still Error 500. So I reinstalled FastCGI. Still Error 500. When I start apache I get a couple: [error] Can't locate Apache.pm in @INC.... [error] Can't locate Apache.pm in @INC.... I'm trying to install the Apache Bundle now from CPAN, but having problems. When I try to go to RT I get: [error] [client 137.218.6.19] FastCGI: comm with server "/opt/rt3/bin/mason_handler.fcgi" aborted: idle timeout (30 sec) [error] [client 137.218.6.19] FastCGI: incomplete headers (0 bytes) received from server "/opt/rt3/bin/mason_handler.fcgi" What's going on?? I need RT back up badly. Thanks, Bryan -------------- next part -------------- An HTML attachment was scrubbed... URL: From cubic at acronis.ru Wed Jun 30 11:01:29 2004 From: cubic at acronis.ru (Ruslan U. Zakirov) Date: Wed, 30 Jun 2004 19:01:29 +0400 Subject: [rt-users] Upgrade broke RT In-Reply-To: <20040630133136.E984184C05F@pallas.eruditorum.org> References: <20040630133136.E984184C05F@pallas.eruditorum.org> Message-ID: <40E2D5C9.1030703@acronis.ru> Your apache process doesn't have rights to read RT_SiteConfig.pm while upgrade you've done mistake with '--with-web-user' and '--with-web-group' conigure options. Bryan Pennington wrote: > I also get a: > > [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal > operations > Can't locate /opt/rt3/etc/RT_SiteConfig.pm in @INC (@INC contains: > /opt/rt3/local/lib /opt/rt3/lib /usr/local/lib/perl5 > /5.8.4/i686-linux /usr/local/lib/perl5/5.8.4 > /usr/local/lib/perl5/site_perl/5.8.4/i686-linux /usr/local/lib/perl5/site_ > perl/5.8.4 /usr/local/lib/perl5/site_perl .) at /opt/rt3/lib/RT.pm line 105. > Compilation failed in require at /opt/rt3/bin/mason_handler.fcgi line 28. > > > ------------------------------------------------------------------------ > *From:* rt-users-bounces at lists.bestpractical.com > [mailto:rt-users-bounces at lists.bestpractical.com] *On Behalf Of *Bryan > Pennington > *Sent:* Wednesday, June 30, 2004 8:09 AM > *To:* RT-Users at lists.bestpractical.com > *Subject:* [rt-users] Upgrade broke RT > > Let me say first, I know I was stupid and am solely at fault for this. I > should have been more careful when reading the README. But, > nevertheless, I need some help. > > I had a perfectly good install of RT 3.0.5 working with the latest RTFM > and RTStats. I am using Apache2 with FastCGI. > > And so, last night I decided to upgrade to 3.0.11 and failed to see the > note in the README about it requiring Perl 5.8.3. Since I am using RH 9, > I only had 5.8.0. > > So...I ran the make upgrade, restarted apache and I get Error 500. I > then saw the Perl requirement, reinstalled perl from source with 5.8.4 > and reinstalled all the perl modules, successfully, or at least I thought. > > Still Error 500. So I reinstalled FastCGI. Still Error 500. > > When I start apache I get a couple: > > [error] Can't locate Apache.pm in @INC.... > [error] Can't locate Apache.pm in @INC.... > > I'm trying to install the Apache Bundle now from CPAN, but having problems. > > When I try to go to RT I get: > > [error] [client 137.218.6.19] FastCGI: comm with server > "/opt/rt3/bin/mason_handler.fcgi" aborted: idle timeout (30 sec) > [error] [client 137.218.6.19] FastCGI: incomplete headers (0 bytes) > received from server "/opt/rt3/bin/mason_handler.fcgi" > What's going on?? I need RT back up badly. > > Thanks, > Bryan > > > > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From david.falkenburger at rbc.com Wed Jun 30 11:54:50 2004 From: david.falkenburger at rbc.com (david.falkenburger at rbc.com) Date: Wed, 30 Jun 2004 11:54:50 -0400 Subject: [rt-users] lasttran anchor not working from updated date field. Message-ID: <1AA4003F8D264140917F84EDBF6ED8590B2955@sew01063.maple.fg.rbc.com> The anchor "#lasttrans" does not work for me. I don't believe the generated html is correct. In /html/Ticket/Elements/ShowHistory the line: $m->out('') if ( $Transactions->IsLast ); places the anchor floating in the table, without any
or ') if ( $Transactions->IsLast ); to make it consistent with the other transaction anchors and it works ok now. I also had to add the "#" character otherwise it would not work with IE. Is this what was intended? Thanks. Dave ------------------------------------------------------------This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately. Ce courrier ?lectronique est confidentiel et prot?g?. L'exp?diteur ne renonce pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) d?sign?(s) est interdite. Si vous recevez ce courrier ?lectronique par erreur, veuillez m'en aviser imm?diatement, par retour de courrier ?lectronique ou par un autre moyen. ============================================================ -------------- next part -------------- An HTML attachment was scrubbed... URL: From jason at kavi.com Wed Jun 30 12:32:09 2004 From: jason at kavi.com (Jason Grigsby) Date: Wed, 30 Jun 2004 09:32:09 -0700 Subject: [rt-users] Overriding Precedence Header In-Reply-To: <033c01c45e54$d67a7570$090a000a@dazzalap> References: <890CB7E8-CA22-11D8-92CB-000393D541EC@kavi.com><1088555808.11032.50.camel@zoq-fot-pik.mit.edu> <20040630005917.GC17481@pallas.eruditorum.org> <033c01c45e54$d67a7570$090a000a@dazzalap> Message-ID: <084C6160-CAB3-11D8-A5AF-000393D541EC@kavi.com> Darren, That's exactly the issue I'm running into. :-) -Jason On Jun 29, 2004, at 8:44 PM, Darren Nickerson wrote: > On Tue, Jun 29, Jesse Vincent wrote: >> No. That's not actually quite right. RT _doesn't respond_ to incoming >> mail with a precendece of bulk. Other than that it continues to act on >> it. Setting the precedence header to "bulk" is a pretty widely honored >> convention for saying "This email message was generated by a machine, >> not a human. If you're a machine (like a vacation autoresponder), you >> don't want to reply to the sender, as you're likely to generate a >> loop. > > Not sure if this has been covered yet (I'm a little late to this > thread), > but we've had several customers call us complaining that then never > received > correspondence from us. After some digging, it turns out their spam > filters > had interpreted the bulk precedence header as a sure sign that our > correspondence was spam-tastic. > > -Darren > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and > Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. From jason at kavi.com Wed Jun 30 12:33:06 2004 From: jason at kavi.com (Jason Grigsby) Date: Wed, 30 Jun 2004 09:33:06 -0700 Subject: [rt-users] Overriding Precedence Header In-Reply-To: <20040630024445.GE17481@pallas.eruditorum.org> References: <890CB7E8-CA22-11D8-92CB-000393D541EC@kavi.com> <1088555808.11032.50.camel@zoq-fot-pik.mit.edu> <20040630005917.GC17481@pallas.eruditorum.org> <3947B4B8-CA3F-11D8-A5AF-000393D541EC@kavi.com> <20040630024445.GE17481@pallas.eruditorum.org> Message-ID: <2A7F4057-CAB3-11D8-A5AF-000393D541EC@kavi.com> Thanks Jesse. This is exactly the information that I needed. :-) -Jason On Jun 29, 2004, at 7:44 PM, Jesse Vincent wrote: > On Tue, Jun 29, 2004 at 07:43:10PM -0700, Jason Grigsby wrote: >>> No. That's not actually quite right. RT _doesn't respond_ to incoming >>> mail with a precendece of bulk. Other than that it continues to act >>> on >>> it. Setting the precedence header to "bulk" is a pretty widely >>> honored >>> convention for saying "This email message was generated by a machine, >>> not a human. If you're a machine (like a vacation autoresponder), you >>> don't want to reply to the sender, as you're likely to generate a >>> loop. >> >> Jesse, to clarify, are when you say "Other than that it continues to >> act on it" are you saying that Alex's statement that RT will use the >> X-RT-Loop-Prevention header is incorrect? Or are you saying that it >> doesn't respond to the messages but it still puts them in the queue? > > RT should use the X-RT-Loop-Prevention header to stop RT from talking > to > itself. But ezmlm and your customer's MTA are broken in such a way that > by catering to them, RT could get itself stuck in a loop with another > poorly behaved MTA. > From Kris.Boutilier at scrd.bc.ca Wed Jun 30 12:59:14 2004 From: Kris.Boutilier at scrd.bc.ca (Kris Boutilier) Date: Wed, 30 Jun 2004 09:59:14 -0700 Subject: [rt-users] Forgotten password reminder options? Message-ID: <1174450A1968D111AAAF00805FC162AE01206D9B@deep_thought.secure.scrd.bc.ca> We're using the default RT3 integrated authentication mechanism. Some time ago we implemented the custom 'On Create User Defined with template RT_PasswordChange' scrip, but many people didn't follow the prompts to change their password away from the random one that was issued. Now we're starting to get reqests for password resets on a regular basis... Has anyone developed a 'tell me my password' button/feature? Thanks. Kris Boutilier Information Systems Coordinator Sunshine Coast Regional District From dimitry.faynerman at hypermediasystems.com Wed Jun 30 13:21:57 2004 From: dimitry.faynerman at hypermediasystems.com (Dimitry Faynerman) Date: Wed, 30 Jun 2004 10:21:57 -0700 Subject: [rt-users] Forgotten password reminder options? In-Reply-To: <1174450A1968D111AAAF00805FC162AE01206D9B@deep_thought.secure.scrd.bc.ca> Message-ID: <000001c45ec6$bf659e60$1f01140a@DimitryFaynerman> If you're using MySQL, there's probably no way to remind password since it's MD5 encrypted. But here's how you can reset it and send to the user: Dimitry ========================================================================= <%INIT> my $customMessage; if ($email) { my $UserObj = RT::User->new($RT::SystemUser); $UserObj->LoadByEmail($email); if (defined($UserObj->Id)) { my ($val, $str) = ResetPassword($UserObj, $email); $customMessage = $str; } else { $customMessage = "No account matches that email address"; } } else { $customMessage = "Please enter an email address"; } sub ResetPassword { my $self = shift; my $email = shift; unless ( $self->CurrentUserCanModify('Password') ) { return ( 0, $self->loc("Permission Denied") ); } my ( $status, $pass ) = $self->SetRandomPassword(); unless ($status) { return ( 0, "$pass" ); } my $template = RT::Template->new( $self->CurrentUser ); $template->LoadGlobalTemplate('Password Change'); $T::RealName = $self->RealName; $T::Username = $self->Name; $T::Password = $pass; my $parsed = $template->_ParseContent(); my $entity = MIME::Entity->build( From => "dti-support\@dtiserv2.com", To => $email, Subject => loc("Trouble Ticket New Password"), 'X-RT-Loop-Prevention' => $RT::rtname, Type => "text/plain", Charset => "UTF-8", Data => [$parsed] ); open (MAIL, "|$RT::SendmailPath $RT::SendmailArguments") || return(0); print MAIL $entity->as_string; close(MAIL); return ( 1, 'New password notification sent'); } <%ARGS> $email => undef From jesse at bestpractical.com Wed Jun 30 15:59:13 2004 From: jesse at bestpractical.com (Jesse Vincent) Date: Wed, 30 Jun 2004 15:59:13 -0400 Subject: [rt-users] [Rt-announce] RT 3.2.0 now available Message-ID: <20040630195913.GU17481@pallas.eruditorum.org> I'm pleased to announce the public release of RT 3.2.0. RT 3.2 represents over 15 months of new development and includes a number of new features and improvements, as well as streamlined installation and upgrade procedures. This version of RT features a major overhaul to RT's searching system, including support for saved searches, direct download of search results to Microsoft Excel and a powerful new query builder. You can find a brief summary of many of the major changes since RT 3.0 at the end of this announcement. We always look forward to hearing your feedback about this or any release on the rt-users mailing list. (http://lists.bestpractical.com/lists/rt-users) For commercial support, please contact us at sales at bestpractical.com. RT 3.2.0 is immediately available from: http://download.bestpractical.com/pub/rt/release/rt-3.2.0.tar.gz http://download.bestpractical.com/pub/rt/release/rt-3.2.0.tar.gz.sig MD5 sums for this release: 42952688a95e301556e0f520216bdf17 rt-3.2.0.tar.gz 1b3bad77be243b8623901208d1942380 rt-3.2.0.tar.gz.sig Jesse Vincent Best Practical Solutions, LLC Abbreviated Changelog --------------------- Email handling * Preview who will receive email about new ticket updates before you send your message * You can disable notification to individual users on a per-ticket basis * RT provides a full historical view of each message RT sends including all message headers * HTML email and image attachments are now displayed inline when viewing a ticket Searching * RT now sports a brand-new search user interface, retooled to make it easier to build much more complex queries * Now you can save searches and optionally to share them with groups of your coworkers * Search results can be displayed in a per-query customizable format. * Search results are now downloadable as tab-delimited data, perfect for importing into Microsoft Excel(tm). * Search results can now be syndicated as RSS feeds * Search results can be downloaded in a simple text format, modified and re-uploaded later Web interface * The homepage has been overhauled to provide a "quick ticket creation" form and a list of the newest unowned tickets * The user interface has received a minor facelift * Every 'box' in RT can now be opened or closed on the fly Database * RT now supports single-user installations on the SQLite embedded database engine instead of a full database server Web server * RT now supports single-user installations with a stand-alone HTTP server instead of an external web server like Apache Internals * RT now provides an 'Attributes' table, which allows local developers to easily extend all of RT's database tables with new read/write attributes without needing to modify RT's core schema * Code has been refactored, cleaned up and more extensively tested throughout the system -- _______________________________________________ RT-Announce mailing list RT-Announce at lists.bestpractical.com http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-announce From kevins at zumiez.com Wed Jun 30 16:56:50 2004 From: kevins at zumiez.com (Kevin Sonney) Date: Wed, 30 Jun 2004 13:56:50 -0700 Subject: [rt-users] Error Upgrading 3.2.0 Schema Message-ID: <8858F7B4353CDD4F98E28CCF88FD399201F7AD04@madison> I'm upgrading to 3.2.0 from 3.1.10 and I'm running into a problem when updating the RT schema. When running: /opt/rt3/sbin/rt-setup-database --prompt-for-dba-password --action schema --datadir etc/upgrade/3.1.15/ I get the following error: Creating database schema. Couldn't find schema file for mysql Specs: Redhat 9.0 Apache 2.0.40 Modperl 1 Mysql 3.54 Any ideas? Thanks and I'm excited for the new version! Kevin -------------- next part -------------- An HTML attachment was scrubbed... URL: From joe at BUILDERadius.com Wed Jun 30 16:37:05 2004 From: joe at BUILDERadius.com (Joe Masters) Date: Wed, 30 Jun 2004 16:37:05 -0400 Subject: [rt-users] Installation: apachectl ConfigTest just hangs Message-ID: <40E32471.9030501@BUILDERadius.com> After installing all the relevant modules and putting the appropriate lines in my httpd.conf, when I run apachectl configtest, it does not return. If I comment out the PerlRequire /opt/rt3/bin/webmux.pl line, configtest returns with "Syntax OK". If I run /opt/rt3/bin/webmux.pl as the web user, it returns without any output. I have searched this mailing list and google and groups.google.com for answers, but couldn't find anything referencing what I'm experiencing. All I know about PerlRequire is what I've read in the reference ("At server start-up and restart, this directive reads in and evaluates a Perl script (usually standard Perl files ending in .pl), much like Perl's built-in require command")... But clearly if I can execute it on the command line, then it shouldn't hang...? Any help would be much appreciated! --joe From mrz at intelenet.net Wed Jun 30 17:18:03 2004 From: mrz at intelenet.net (matthew zeier) Date: Wed, 30 Jun 2004 14:18:03 -0700 Subject: [rt-users] Error Upgrading 3.2.0 Schema References: <8858F7B4353CDD4F98E28CCF88FD399201F7AD04@madison> Message-ID: <01fa01c45ee7$babbc260$88180a0a@MRZTP> Ignore - there isn't a schema update in 3.1.15 (nor for 3.1.17). ----- Original Message ----- From: "Kevin Sonney" To: Sent: Wednesday, June 30, 2004 1:56 PM Subject: [rt-users] Error Upgrading 3.2.0 Schema I'm upgrading to 3.2.0 from 3.1.10 and I'm running into a problem when updating the RT schema. When running: /opt/rt3/sbin/rt-setup-database --prompt-for-dba-password --action schema --datadir etc/upgrade/3.1.15/ I get the following error: Creating database schema. Couldn't find schema file for mysql Specs: Redhat 9.0 Apache 2.0.40 Modperl 1 Mysql 3.54 Any ideas? Thanks and I'm excited for the new version! Kevin ---------------------------------------------------------------------------- ---- > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer. > http://bestpractical.com/services/training.html > > Sign up early, as class space is limited. > From iqbala-rt-users at qwestip.net Wed Jun 30 18:11:36 2004 From: iqbala-rt-users at qwestip.net (Asif Iqbal) Date: Wed, 30 Jun 2004 18:11:36 -0400 Subject: [rt-users] RT 3.2.0 / Mason compile error Message-ID: <20040630221136.GP13036@qwestip.net> Hi All I am trying to compile HTML::Mason 1.26 as part of the upgrade from RT 3.0.11 to 3.2.0 using make fixdeps and it is failing. I tried to install it manually and got the same error. All the other deps and compiled in fine. Here is the error I get (root)@webrt:/root/src/webrt/rt-3.2.0/HTML-Mason-1.26# make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" " \$ENV{PORT}=8228; \$ENV{APACHE_DIR}=q^^; \$ENV{MASON_MAINTAINER}=0; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01-syntax...........ok t/02-sections.........ok t/02a-filter..........ok t/04-misc.............ok t/05-request..........ok t/06-compiler.........ok t/06a-compiler_obj....ok t/07-interp...........ok t/08-ah...............skipped all skipped: no reason given t/09-component........ok t/09a-comp_content....ok t/10-cache............FAILED test 6 Failed 1/18 tests, 94.44% okay t/10a-cache-1.0x......ok t/11-inherit..........ok t/12-taint............ok t/13-errors...........ok t/14-cgi..............ok t/14a-fake_apache.....ok t/15-subclass.........ok t/16-live_cgi.........skipped all skipped: no reason given t/17-print............ok t/18-leak.............ok t/19-subrequest.......ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/10-cache.t 18 1 5.56% 6 2 tests skipped. Failed 1/23 test scripts, 95.65% okay. 1/386 subtests failed, 99.74% okay. make: *** [test_dynamic] Error 29 Shoudl I skip the make test and go ahead and install it? I am running it with perl 5.8.4/mysql4.0.13/apache 1.3.26/solaris 8 Thanks for any help -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu There's no place like 127.0.0.1 From leon at iwa-solutions.com Wed Jun 30 19:10:33 2004 From: leon at iwa-solutions.com (Leon Sonntag) Date: Wed, 30 Jun 2004 17:10:33 -0600 Subject: [rt-users] Permission denied on comment email Message-ID: <6.0.1.1.0.20040630165813.0540e5f0@iwapps4.iwapps.com> I'm getting a strange error on my email gateway comments. When any email is sent to the "queueName"-comment address it quietly dies. The correspond address works fine. (Both setup as per the install guide) The maillog shows it being properly delivered. The RT log show NOTHING. My syslog has the following error: Jun 30 16:46:36 RTserver RT: Permission Denied (/opt/rt3/lib/RT/Interface/Email.pm:724) File permissions don't seem to be a problem. Line 724 of Email.pm is: #Warn the sender that we couldn't actually submit the comment. MailError( To => $ErrorsTo, Subject => "Message not recorded", Explanation => $msg, MIMEObj => $Message ); SETUP: Redhat 8 RT 3.0.6 Perl 5.8.0 Any ideas would be appreciated.... Most anything is easy after you've done it successfully a few times Leon Sonntag Innovative Web Applications leon at iwa-solutions dot com From iqbala-rt-users at qwestip.net Wed Jun 30 23:51:08 2004 From: iqbala-rt-users at qwestip.net (Asif Iqbal) Date: Wed, 30 Jun 2004 23:51:08 -0400 Subject: [rt-users] RT 3.2.0 / Mason compile error In-Reply-To: <20040630221136.GP13036@qwestip.net> References: <20040630221136.GP13036@qwestip.net> Message-ID: <20040701035108.GA3451@qwestip.net> Asif Iqbal wrote: > Hi All > > I am trying to compile HTML::Mason 1.26 as part of the upgrade from RT > 3.0.11 to 3.2.0 using make fixdeps and it is failing. I tried to install > it manually and got the same error. All the other deps and compiled in > fine. Here is the error I get > > t/09a-comp_content....ok > t/10-cache............FAILED test 6 > Failed 1/18 tests, 94.44% okay After running the make test three times manually at different times it finally successfully passed all the tests I am running RT 3.2.0 now Thanks for this update. > Failed 1/23 test scripts, 95.65% okay. 1/386 subtests failed, 99.74% > okay. > make: *** [test_dynamic] Error 29 > -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu There's no place like 127.0.0.1 From cwfox at fujitsu.com Wed Jun 30 20:27:50 2004 From: cwfox at fujitsu.com (Camron W. Fox) Date: Wed, 30 Jun 2004 14:27:50 -1000 Subject: [rt-users] Mason Handler Error after 3.2.0 installation. Message-ID: Alles, I've just done a scratch install of RT3.2.0 on RHEL3, Perl 5.8.3, Apache 2.0.46, FCGI 2.4.0. All required perl mods are installed. After starting the apache server, I get the following errors in /var/log/httpd/error_log: Can't locate /usr/local/rt3/etc/RT_SiteConfig.pm in @INC (@INC contains: /usr/local/rt3/local/lib /usr/local/rt3/lib /usr/local/lib/perl5/5.8.3/i686-linux /usr/local/lib/perl5/5.8.3 /usr/local/lib/perl5/site_perl/5.8.3/i686-linux /usr/local/lib/perl5/site_perl/5.8.3 /usr/local/lib/perl5/site_perl .) at /usr/local/rt3/lib/RT.pm line 105. Compilation failed in require at /usr/local/rt3/bin/mason_handler.fcgi line 28. [Wed Jun 30 14:12:12 2004] [warn] FastCGI: server "/usr/local/rt3/bin/mason_handler.fcgi" (pid 18385) terminated by calling exit with status '13' Here is my rt setup in httpd.conf: LoadModule fastcgi_module modules/mod_fastcgi.so FastCgiServer /usr/local/rt3/bin/mason_handler.fcgi -idle-timeout 300 -processes 10 DocumentRoot /usr/local/rt3/share/html AddDefaultCharset UTF-8 Alias /NoAuth/images/ /usr/local/rt3/share/html/NoAuth/images/ ScriptAlias / /usr/local/rt3/bin/mason_handler.fcgi/ Any help would be appreciated. Best Regards, Camron Camron W. Fox Hilo Office High Performance Computing Group Fujitsu America, INC. E-mail: cwfox at fujitsu.com
tags, it ends up floating to the top of the table. When clicking on the link in the dates field it does not take you to last transaction, just takes you to the top of the table. I am assuming that this is not was intended, rather it should take you to the last transaction entered. I modified the line to $m->out('
#