From chrisherrmann7 at gmail.com Mon Dec 2 02:18:31 2013 From: chrisherrmann7 at gmail.com (Chris Herrmann) Date: Mon, 2 Dec 2013 18:18:31 +1100 Subject: [rt-users] Fwd: trying to calculate time worked per transaction / ticket using SQL In-Reply-To: References: Message-ID: Hi all, Just bumping this one - does anyone have any suggestions? Am I approaching this the wrong way? Using MySQL btw if that makes a difference. Thanks, Chris ---------- Forwarded message ---------- From: Chris Herrmann Date: 24 November 2013 22:11 Subject: trying to calculate time worked per transaction / ticket using SQL To: rt-users at lists.bestpractical.com Hi all, I'm trying to put together a SQL query to present a view, that allows summaries of data to be performed in reporting tools. I have a feeling that this question has been asked before and answered, but my google-fu is failing me, so apologies in advance... I've only found questions about using RT-REST, for example (which I don't want to do). I'm using RT 3.8.7 (yes I know it's old and it's in the pipeline to upgrade but we have a bunch of other systems that are integrated with RT and so it's not a simple "just upgrade RT" project for us. Anyway, what I want to end up with is the following fields: Tickets.EffectiveID Queues.Name Tickets.Owner Transactions.Creator Transactions.TimeTaken Transactions.Created Tickets.Status Tickets.Started Tickets.Resolved Tickets.Created Transactions.Type So i can easily point various reports at it and work from there. the sql I'm using is... SELECT Tickets.EffectiveId AS TicketID, Queues.`Name` AS Queue, Tickets.`Owner` AS OwnerID, Transactions.Creator AS TransactionCreatorID, Transactions.TimeTaken AS TimeTaken, Transactions.Created AS TransactionCreated, Tickets.`Status` AS TicketStatus, Tickets.Started AS TicketStarted, Tickets.Resolved AS TicketResolved, Tickets.Created AS TicketCreated, Transactions.Type AS TransactionType FROM ((((Tickets JOIN Transactions ON ((Transactions.ObjectId = Tickets.id))) JOIN Queues ON ((Queues.id = Tickets.Queue))))) but I'm not getting the results I expect... or even something far simpler like: SELECT Transactions.Creator, sum(Transactions.TimeTaken/60) AS TimeInHours, Month(Transactions.Created) AS TransactionMonth, Year(Transactions.Created) AS TransactionYear FROM Tickets JOIN Transactions ON Transactions.ObjectId = Tickets.id where Transactions.Created > "2013-10-01" group by Creator, Month(Transactions.Created), Year(Transactions.Created) just to try and compare the numbers... that I'm seeing with timeworked.pl... Now my problem is that the numbers I'm getting don't match those returned by REST - for example using the timeworked.pl script.. Is there a definitive SQL somewhere that I should use to return these?... and any pointers on what transaction types I should be avoiding or how to avoid double counting merged transactions I would be very grateful... Thankyou! Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: From andrius.kulbis at gmail.com Mon Dec 2 02:38:23 2013 From: andrius.kulbis at gmail.com (andkulb) Date: Sun, 1 Dec 2013 23:38:23 -0800 (PST) Subject: [rt-users] RT 4.2.1 RSS feed of articles Message-ID: <1385969903582-55950.post@n7.nabble.com> Hello, Is it possible to make a RSS feed from articles like with the tickets? -- View this message in context: http://requesttracker.8502.n7.nabble.com/RT-4-2-1-RSS-feed-of-articles-tp55950.html Sent from the Request Tracker - User mailing list archive at Nabble.com. From ms at fv-berlin.de Mon Dec 2 05:38:50 2013 From: ms at fv-berlin.de (ms at fv-berlin.de) Date: Mon, 02 Dec 2013 11:38:50 +0100 Subject: [rt-users] Having trouble upgrading: Unknown column 'm.LastUpdatedBy' in 'on clause' at /usr/sbin/rt-validator Message-ID: <529C633A.1020604@fv-berlin.de> Hi, I'm trying to upgrade a 3.6.1-4 (don't ask) RT to 4.0.4-2 and I ran into issues. First of all: I am doing this upgrade (test) on a duplicate of the actual production system, so no worries. As part of the preparation before running the actual database upgrade, I ran rt-validator --check Which produced messages for about 20 occurrences like "Record #175 in Groups has the same set of values as 191" ... but. After that, its also saying this: [warning]: DBD::mysql::st execute failed: Unknown column 'm.LastUpdatedBy' in 'on clause' at /usr/sbin/rt-validator line 1078. (/usr/sbin/rt-validator:1078) [crit]: DBD::mysql::st execute failed: Unknown column 'm.LastUpdatedBy' in 'on clause' at /usr/sbin/rt-validator line 1078. (/usr/share/request-tracker4/lib/RT.pm:351) DBD::mysql::st execute failed: Unknown column 'm.LastUpdatedBy' in 'on clause' at /usr/sbin/rt-validator line 1078. It is entirely possible, that I have missed an essential upgrade step, but I couldn't find anything in UPGRADE-3.8 or UPGRADE-4.0 mentioning LastUpdatedBy...? Now, this warning+error also occur when trying to run --check --resolve, so I assume it doesn't actually resolve these conflicts. At least that's how I explained the following error, that occurs when running the actual database upgrade afterwards: [...] Processing 3.7.81 Now populating database schema. [crit]: DBD::mysql::st execute failed: Duplicate key name 'CachedGroupMembers3' at /usr/share/request-tracker4/lib/RT/Handle.pm line 515. (/usr/share/request-tracker4/lib/RT.pm:351) DBD::mysql::st execute failed: Duplicate key name 'CachedGroupMembers3' at /usr/share/request-tracker4/lib/RT/Handle.pm line 515. Any pointers towards fixing this would be greatly appreciated! Regards, ms From matthias.peplow at s-f.com Mon Dec 2 08:54:02 2013 From: matthias.peplow at s-f.com (Matthias Peplow) Date: Mon, 2 Dec 2013 14:54:02 +0100 Subject: [rt-users] Scrips not accessible in 4.2 anymore Message-ID: <02991FB8-02CF-4449-ACC1-C9BF350B5880@s-f.com> Hi, after upgrading from 4.016 to 4.2 I cannot select Scrips anymore via Admin->Scrips->Select. The UI says An internal RT error has occurred. Your administrator can find more details in RT's log files. an in the logs I find rt4 RT-4: [13778] RT::Scrip::Queue Unimplemented in HTML::Mason::Commands. (/opt/rt4m/share/html/Elements/RT__Scrip/ColumnMap line 64) Stack: [/usr/bin/perl5.16/lib/site_perl/5.16.1/DBIx/SearchBuilder/Record.pm:494] [/opt/rt4m/share/html/Elements/RT__Scrip/ColumnMap:64] [/opt/rt4m/share/html/Elements/CollectionAsTable/Row:128] [/opt/rt4m/share/html/Elements/CollectionList:152] [/opt/rt4m/share/html/Admin/Scrips/index.html:51] [/opt/rt4m/share/html/Admin/autohandler:49] [/opt/rt4m/sbin/../lib/RT/Interface/Web.pm:680] [/opt/rt4m/sbin/../lib/RT/Interface/Web.pm:368] [/opt/rt4m/share/html/autohandler:53] How can we fix that? Regards, Matthias Matthias Peplow IT Director Scholz & Friends Berlin GmbH Tel.: +49 30/70 01 86-532 Fax: +49 30/70 01 86-599 matthias.peplow at s-f.com Litfa?-Platz 1 10178 Berlin Germany Scholz & Friends The Orchestra of Ideas http://www.s-f.com From matthias.peplow at s-f.com Mon Dec 2 09:01:17 2013 From: matthias.peplow at s-f.com (Matthias Peplow) Date: Mon, 2 Dec 2013 15:01:17 +0100 Subject: [rt-users] RT 4.2 Set($ShowHistory, 'delay') does not work Message-ID: <51B4927D-E253-4171-8499-04936046C6A7@s-f.com> Hi, after the Upgrade from 4.016 to 4.2 the history of tickets was not shown anymore. The label ?loading? was shown forever but the history never appeared. We solved this issue by restoring the RT 4.0 behavior with Set($ShowHistory, 'always?); How can we get the delayed ticket history working as intended? Regards, Matthias From alexmv at bestpractical.com Mon Dec 2 11:31:01 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Mon, 02 Dec 2013 11:31:01 -0500 Subject: [rt-users] RT 4.2 Set($ShowHistory, 'delay') does not work In-Reply-To: <51B4927D-E253-4171-8499-04936046C6A7@s-f.com> References: <51B4927D-E253-4171-8499-04936046C6A7@s-f.com> Message-ID: <1386001861.6948.3.camel@umgah.localdomain> On Mon, 2013-12-02 at 15:01 +0100, Matthias Peplow wrote: > after the Upgrade from 4.016 to 4.2 the history of tickets was not > shown anymore. The label ?loading? was shown forever but the history > never appeared. > > > We solved this issue by restoring the RT 4.0 behavior with > > Set($ShowHistory, 'always?); > > > How can we get the delayed ticket history working as intended? What browser? Was there anything of note in your logfiles from that time? - Alex From alexmv at bestpractical.com Mon Dec 2 11:41:21 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Mon, 02 Dec 2013 11:41:21 -0500 Subject: [rt-users] Scrips not accessible in 4.2 anymore In-Reply-To: <02991FB8-02CF-4449-ACC1-C9BF350B5880@s-f.com> References: <02991FB8-02CF-4449-ACC1-C9BF350B5880@s-f.com> Message-ID: <1386002481.6948.5.camel@umgah.localdomain> On Mon, 2013-12-02 at 14:54 +0100, Matthias Peplow wrote: > after upgrading from 4.016 to 4.2 I cannot select Scrips anymore via Admin->Scrips->Select. Please try the following patch, which should be in 4.2.2: https://github.com/bestpractical/rt/commit/d9c1d3a.patch - Alex From alexmv at bestpractical.com Mon Dec 2 11:45:24 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Mon, 02 Dec 2013 11:45:24 -0500 Subject: [rt-users] Having trouble upgrading: Unknown column 'm.LastUpdatedBy' in 'on clause' at /usr/sbin/rt-validator In-Reply-To: <529C633A.1020604@fv-berlin.de> References: <529C633A.1020604@fv-berlin.de> Message-ID: <1386002724.6948.9.camel@umgah.localdomain> On Mon, 2013-12-02 at 11:38 +0100, ms at fv-berlin.de wrote: > Hi, > > I'm trying to upgrade a 3.6.1-4 (don't ask) RT to 4.0.4-2 and I ran into > issues. > > First of all: I am doing this upgrade (test) on a duplicate of the > actual production system, so no worries. > > As part of the preparation before running the actual database upgrade, I ran > > rt-validator --check RT 3.6.1 didn't ship an rt-validator -- it appeared in 3.8. Because the schemas are different, you cannot simply run a current rt-validator against the 3.6 schema, either. > At least that's how I explained the following error, that occurs when > running the actual database upgrade afterwards: This is orthogonal. > [...] > Processing 3.7.81 > Now populating database schema. > [crit]: DBD::mysql::st execute failed: Duplicate key name > 'CachedGroupMembers3' at /usr/share/request-tracker4/lib/RT/Handle.pm > line 515. (/usr/share/request-tracker4/lib/RT.pm:351) > DBD::mysql::st execute failed: Duplicate key name 'CachedGroupMembers3' > at /usr/share/request-tracker4/lib/RT/Handle.pm line 515. The 3.6 -> 3.8 upgrade steps attempt to create an index named 'CachedGroupMembers3', which you appear to already have added by hand locally. If you run 'DROP INDEX CachedGroupMembers3' the upgrade steps should run correctly. - Alex From alexmv at bestpractical.com Mon Dec 2 11:54:30 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Mon, 02 Dec 2013 11:54:30 -0500 Subject: [rt-users] Upgrading from 4.0.8 to 4.2.1 missing dashboards In-Reply-To: References: Message-ID: <1386003270.6948.14.camel@umgah.localdomain> On Thu, 2013-11-28 at 11:48 -0800, Chris Black wrote: > I just upgraded from 4.0.8 to 4.2.1 this morning and when I log in > with my username which was full admin. When I log in now, I am only > seeing my list of "open tickets". I can't find any dashboard options, > admin options, etc. Please show a screenshot -- as .jpg and not overly large, soas to be polite to folks' inboxes. Do you have any local customizations or extensions installed? Is there anything of note in RT's logs? - Alex From alexmv at bestpractical.com Mon Dec 2 11:56:24 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Mon, 02 Dec 2013 11:56:24 -0500 Subject: [rt-users] changing Organization In-Reply-To: <52989289.9030207@ebi.ac.uk> References: <52989289.9030207@ebi.ac.uk> Message-ID: <1386003384.6948.16.camel@umgah.localdomain> On Fri, 2013-11-29 at 13:11 +0000, Jenny Martin wrote: > I would like to change our Organization name to avoid confusion with > another RT instance? Does anyone have a script to fixup the RT database > so that I can change the Organization name without breaking the RT > ticket links? RT 4.2's sbin/rt-validator has a --links-only which, in conjunction with --resolve, will fix links after an Organization change. - Alex From alexmv at bestpractical.com Mon Dec 2 12:11:04 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Mon, 02 Dec 2013 12:11:04 -0500 Subject: [rt-users] AD domains with RT::Authen::ExternalAuth In-Reply-To: <52989885.9050001@roaima.co.uk> References: <52989885.9050001@roaima.co.uk> Message-ID: <1386004264.6948.18.camel@umgah.localdomain> On Fri, 2013-11-29 at 13:37 +0000, Chris Davies wrote: > I've finally got around to making some changes to > RT::Authen::ExternalAuth that allows me to define the Windows domain. > [snip] > Are the patches something that would be useful to share here? I've tried > emailing the contact in the RT::Authen::ExternalAuth but heard nothing back. Feel free to file a pull request on github[1], and we'll take a look. - Alex [1] https://github.com/bestpractical/rt-authen-externalauth/ From alexmv at bestpractical.com Mon Dec 2 12:12:32 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Mon, 02 Dec 2013 12:12:32 -0500 Subject: [rt-users] RT 4.2.1 RSS feed of articles In-Reply-To: <1385969903582-55950.post@n7.nabble.com> References: <1385969903582-55950.post@n7.nabble.com> Message-ID: <1386004352.6948.20.camel@umgah.localdomain> On Sun, 2013-12-01 at 23:38 -0800, andkulb wrote: > Is it possible to make a RSS feed from articles like with the tickets? Not currently; patches accepted. - Alex From wendi413 at gmail.com Mon Dec 2 12:35:16 2013 From: wendi413 at gmail.com (Wendi M.) Date: Mon, 2 Dec 2013 11:35:16 -0600 Subject: [rt-users] Custom Status Setup Problems Message-ID: I am running RT4 and trying to setup a new custom status for "pending" for the developers. I have added the following to the RT_SiteConfig, did the update, and restarted Apache. #Set Custom Statuses #Attemping to add a "Pending" status Set( %Lifecycles, default_pending => { initial => [ 'new' ], active => [ 'open', 'stalled', 'pending' ], inactive => [ 'resolved', 'rejected', 'deleted' ], }); I can then add this Custom Status setting to a particular queue, and it all looks good. My problem.. I can't resolve the ticket or do anything other than leave it in the "new" status? Am I missing something obvious here? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: From craymond at bu.edu Mon Dec 2 12:37:53 2013 From: craymond at bu.edu (Raymond, Cynthia Jean) Date: Mon, 2 Dec 2013 17:37:53 +0000 Subject: [rt-users] Please unsubscribe me Message-ID: <14F019BD5A99DE45B3F1602DD99132626722E56F@IST-EX10MBX-2.ad.bu.edu> From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Wendi M. Sent: Monday, December 02, 2013 12:35 PM To: rt-users at lists.bestpractical.com Subject: [rt-users] Custom Status Setup Problems I am running RT4 and trying to setup a new custom status for "pending" for the developers. I have added the following to the RT_SiteConfig, did the update, and restarted Apache. #Set Custom Statuses #Attemping to add a "Pending" status Set( %Lifecycles, default_pending => { initial => [ 'new' ], active => [ 'open', 'stalled', 'pending' ], inactive => [ 'resolved', 'rejected', 'deleted' ], }); I can then add this Custom Status setting to a particular queue, and it all looks good. My problem.. I can't resolve the ticket or do anything other than leave it in the "new" status? Am I missing something obvious here? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: From SJC at qvii.com Mon Dec 2 12:49:44 2013 From: SJC at qvii.com (Cena, Stephen (ext. 300)) Date: Mon, 2 Dec 2013 17:49:44 +0000 Subject: [rt-users] Upgrade from 4.0.x to 4.2.x - Fresh install with DB upgrade ok? Message-ID: <0CE56AE307C0BC4B950BF05F3759DF4314D05FED@MailStore2010.ogp.qvii.com> I'm getting ready to do an upgrade from 4.0.18 to 4.2.1 here on two servers. When I try the upgrade in a test environment, I get a bunch of errors that fly by (I don't have them, sorry :( ) but the site appears to be working. My question is, is it safe to do a "fresh install" of 4.2.1 and then use the 'make upgrade-database- script against the current database, use my current RT_SiteConfig.pm file & spin up the site? -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexmv at bestpractical.com Mon Dec 2 12:56:27 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Mon, 02 Dec 2013 12:56:27 -0500 Subject: [rt-users] bug in HTML::FormatText::WithLinks::AndTables stops scrips working In-Reply-To: <037601ceede5$2368fda0$6a3af8e0$@payam124.com> References: <037601ceede5$2368fda0$6a3af8e0$@payam124.com> Message-ID: <1386006987.6948.26.camel@umgah.localdomain> On Sat, 2013-11-30 at 16:59 +0100, Payam Poursaied wrote: > In the past weeks, we received considerable complaints from our staff > that their comments and corresponds are not delivered to the > requestors (i.e. on correspond notify requestors). >[snip] > Working more, I found that, when > HTML::FormatText::WithLinks::AndTables could not parse the message and > returned error, the scrips stop working > > In this special case, the problem could be generated very easy. > Consider having 2 empty html tables which one of them enclosed in the > other: > [snip] Excellent debugging. > First, does anybody else faced with such problem? i.e. > incorrect/incompatible html mail from a customer and/or staff which > causes scrips fail to run scrips? I could not figure it out if this > exists in 3.8. or not. RT 4.2 is the first to attempt to automatically provide downgraded text/plain alternatives to text/html mail; as such, this did not exist in RT 3.8. > Second, is that rational behavior for RT? I believe even if such > module failed, at lease scrips should continue working. (maybe it > should be submitted to rt-bugs) Absolutely a bug; we should be at least sending the HTML part. Please try https://github.com/bestpractical/rt/commit/8807f0d.patch How are your staff generating the problematic HTML, out of curiosity? Is the CKeditor generating that, or are you pasting in from Word or some other source? - Alex From andoon2 at gmail.com Mon Dec 2 17:34:29 2013 From: andoon2 at gmail.com (Andrew Chung) Date: Tue, 3 Dec 2013 09:34:29 +1100 Subject: [rt-users] RT 4.2.1 Enter/return key does not work in Safari on OS X Message-ID: I've got a couple of users who are having problems with using the enter/return key when using RT 4.2.1 with Safari. Ctrl-Enter works, but that is not a good work around for our users. I've replicated this on Safari 6 and Safari 7 on both OS X 10.8/10.9. Is this happening for others? Regards, Andrew -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexmv at bestpractical.com Mon Dec 2 17:48:22 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Mon, 02 Dec 2013 17:48:22 -0500 Subject: [rt-users] RT 4.2.1 Enter/return key does not work in Safari on OS X In-Reply-To: References: Message-ID: <1386024502.6948.33.camel@umgah.localdomain> On Tue, 2013-12-03 at 09:34 +1100, Andrew Chung wrote: > I've got a couple of users who are having problems with using the > enter/return key when using RT 4.2.1 with Safari. Using the return key in what context? - Alex From andoon2 at gmail.com Mon Dec 2 17:52:59 2013 From: andoon2 at gmail.com (Andrew Chung) Date: Tue, 3 Dec 2013 09:52:59 +1100 Subject: [rt-users] RT 4.2.1 Enter/return key does not work in Safari on OS X In-Reply-To: <1386024502.6948.33.camel@umgah.localdomain> References: <1386024502.6948.33.camel@umgah.localdomain> Message-ID: Just typing in a comment/reply and hitting enter in the message box, it doesn't do anything. You need to use Ctrl-Enter. On 3 December 2013 09:48, Alex Vandiver wrote: > On Tue, 2013-12-03 at 09:34 +1100, Andrew Chung wrote: > > I've got a couple of users who are having problems with using the > > enter/return key when using RT 4.2.1 with Safari. > > Using the return key in what context? > - Alex > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tlahti at dmsolutions.com Mon Dec 2 19:07:17 2013 From: tlahti at dmsolutions.com (Tom Lahti) Date: Tue, 3 Dec 2013 00:07:17 +0000 Subject: [rt-users] trying to calculate time worked per transaction / ticket using SQL In-Reply-To: References: Message-ID: <7B349CCE-851D-457E-9893-7B99CD628FFC@dmsolutions.com> Why don?t use you want to use REST? You?re shooting yourself in the foot; when you upgrade RT, your queries will no longer work and will have to be updated. If you use the REST interface, you can upgrade with impunity and not have to worry about your queries not working anymore. ? Tom On Dec 1, 2013, at 11:18 PM, Chris Herrmann > wrote: Hi all, Just bumping this one - does anyone have any suggestions? Am I approaching this the wrong way? Using MySQL btw if that makes a difference. Thanks, Chris ---------- Forwarded message ---------- From: Chris Herrmann > Date: 24 November 2013 22:11 Subject: trying to calculate time worked per transaction / ticket using SQL To: rt-users at lists.bestpractical.com Hi all, I'm trying to put together a SQL query to present a view, that allows summaries of data to be performed in reporting tools. I have a feeling that this question has been asked before and answered, but my google-fu is failing me, so apologies in advance... I've only found questions about using RT-REST, for example (which I don't want to do). I'm using RT 3.8.7 (yes I know it's old and it's in the pipeline to upgrade but we have a bunch of other systems that are integrated with RT and so it's not a simple "just upgrade RT" project for us. Anyway, what I want to end up with is the following fields: Tickets.EffectiveID Queues.Name Tickets.Owner Transactions.Creator Transactions.TimeTaken Transactions.Created Tickets.Status Tickets.Started Tickets.Resolved Tickets.Created Transactions.Type So i can easily point various reports at it and work from there. the sql I'm using is... SELECT Tickets.EffectiveId AS TicketID, Queues.`Name` AS Queue, Tickets.`Owner` AS OwnerID, Transactions.Creator AS TransactionCreatorID, Transactions.TimeTaken AS TimeTaken, Transactions.Created AS TransactionCreated, Tickets.`Status` AS TicketStatus, Tickets.Started AS TicketStarted, Tickets.Resolved AS TicketResolved, Tickets.Created AS TicketCreated, Transactions.Type AS TransactionType FROM ((((Tickets JOIN Transactions ON ((Transactions.ObjectId = Tickets.id))) JOIN Queues ON ((Queues.id = Tickets.Queue))))) but I'm not getting the results I expect... or even something far simpler like: SELECT Transactions.Creator, sum(Transactions.TimeTaken/60) AS TimeInHours, Month(Transactions.Created) AS TransactionMonth, Year(Transactions.Created) AS TransactionYear FROM Tickets JOIN Transactions ON Transactions.ObjectId = Tickets.id where Transactions.Created > "2013-10-01" group by Creator, Month(Transactions.Created), Year(Transactions.Created) just to try and compare the numbers... that I'm seeing with timeworked.pl... Now my problem is that the numbers I'm getting don't match those returned by REST - for example using the timeworked.pl script.. Is there a definitive SQL somewhere that I should use to return these?... and any pointers on what transaction types I should be avoiding or how to avoid double counting merged transactions I would be very grateful... Thankyou! Chris This e-mail message is confidential and is intended solely for the use of the addressee(s) named above. If you are not the intended recipient, or the person responsible to deliver it to the recipient, you are hereby advised that any dissemination, distribution or copying of this communication is prohibited. If you have received this e-mail in error, please notify the sender by return e-mail. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mathew.snyder at gmail.com Mon Dec 2 21:45:20 2013 From: mathew.snyder at gmail.com (Mathew Snyder) Date: Mon, 2 Dec 2013 16:45:20 -1000 Subject: [rt-users] RT Domain Message-ID: In the past, when setting up RT 3.4, 3.6, and 3.8 I used the base domain for our company when configuring RT and postfix. For instance, example.com. We configured Exchange (2007) to relay email destined for rt-comment at example.com and rt at example.com to the RT server. This worked fine. I am now setting up a new RT server for another company using 4.2 and have once again configured the domain as example.com. I have asked the admins with whom I'm working to configure Exchange (2010) to relay all email for rt at example.com to the RT server. They are telling me this is not working and instead I should be configuring RT to use rt.example.com. I have found online in the RT wiki that this is a documented method of configuring things, but I'm a little confused. It doesn't seem like it should be necessary if Exchange is configured to relay properly and as long as the domain is within that of the Exchange server it shouldn't be an issue. Am I wrong? Is it absolutely necessary to configure a subdomain that only RT belongs to? -Mathew "When you do things right, people won't be sure you've done anything at all." - God; Futurama "We'll get along much better once you accept that you're wrong and neither am I." - Me -------------- next part -------------- An HTML attachment was scrubbed... URL: From matthias.peplow at s-f.com Tue Dec 3 03:21:49 2013 From: matthias.peplow at s-f.com (Matthias Peplow) Date: Tue, 3 Dec 2013 09:21:49 +0100 Subject: [rt-users] Scrips not accessible in 4.2 anymore In-Reply-To: References: Message-ID: Hi, we had the Set(%AdminSearchResultFormat,? section in our RT_Site_config and it looks like some paths have changed. So replacing Scrips => q{'__id__/TITLE:#'} .q{,'__Description__/TITLE:Description'} .q{,__Stage__, __Condition__, __Action__, __Template__}, by Scrips => q{'__id__/TITLE:#'} .q{,'__Description__/TITLE:Description'} .q{,__Condition__, __Action__, __Template__, __Disabled__}, from the new RT_Config solved the problem. This change probably should be mentioned in the UPGRADING notes. Regards, Matthias > On Mon, 2013-12-02 at 14:54 +0100, Matthias Peplow wrote: >> after upgrading from 4.016 to 4.2 I cannot select Scrips anymore via Admin->Scrips->Select. > > Please try the following patch, which should be in 4.2.2: > https://github.com/bestpractical/rt/commit/d9c1d3a.patch > > - Alex From matthias.peplow at s-f.com Tue Dec 3 04:38:08 2013 From: matthias.peplow at s-f.com (Matthias Peplow) Date: Tue, 3 Dec 2013 10:38:08 +0100 Subject: [rt-users] RT 4.2 Set($ShowHistory, 'delay') does not In-Reply-To: References: Message-ID: <2F696A22-6A94-4E5F-8B87-C5EFF9E2C495@s-f.com> Hi, same result with Safari 7.0 and Chrome 31.0.1650.57 no events in the logs Matthias Am 02.12.2013 um 18:00 schrieb rt-users-request at lists.bestpractical.com: >> after the Upgrade from 4.016 to 4.2 the history of tickets was not >> shown anymore. The label ?loading? was shown forever but the history >> never appeared. >> >> >> We solved this issue by restoring the RT 4.0 behavior with >> >> Set($ShowHistory, 'always?); >> >> >> How can we get the delayed ticket history working as intended? > > What browser? Was there anything of note in your logfiles from that > time? > - Alex From takase at axlbit.net Tue Dec 3 04:55:59 2013 From: takase at axlbit.net (Hajime Takase) Date: Tue, 3 Dec 2013 18:55:59 +0900 Subject: [rt-users] Queue view-permission on "New ticket" for non-privileged users Message-ID: Hi, I have several customers(which is the group of non-privileged users) and want to set different queues for each customers. However,I found that when those non-privileged user try to create on "New ticket" button of the dashboard,the user could see every queues on the service while the belonged group is not on the watcher of the queues. I know that if the user is privileged then I can control the rights of viewing queues. Does anyone know how to control the rights of viewing queues for the non-privileged users? Hajime -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexmv at bestpractical.com Tue Dec 3 12:50:37 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Tue, 03 Dec 2013 12:50:37 -0500 Subject: [rt-users] Custom Status Setup Problems In-Reply-To: References: Message-ID: <1386093037.24408.3.camel@umgah.localdomain> On Mon, 2013-12-02 at 11:35 -0600, Wendi M. wrote: > I can then add this Custom Status setting to a particular queue, and > it all looks good. My problem.. I can't resolve the ticket or do > anything other than leave it in the "new" status? Am I missing > something obvious here? Thanks! You're missing the transitions: http://docs.bestpractical.com/RT_Config#Transitions-between-statuses-and-UI-actions - Alex From alexmv at bestpractical.com Tue Dec 3 12:54:35 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Tue, 03 Dec 2013 12:54:35 -0500 Subject: [rt-users] Upgrade from 4.0.x to 4.2.x - Fresh install with DB upgrade ok? In-Reply-To: <0CE56AE307C0BC4B950BF05F3759DF4314D05FED@MailStore2010.ogp.qvii.com> References: <0CE56AE307C0BC4B950BF05F3759DF4314D05FED@MailStore2010.ogp.qvii.com> Message-ID: <1386093275.24408.7.camel@umgah.localdomain> On Mon, 2013-12-02 at 17:49 +0000, Cena, Stephen (ext. 300) wrote: > I'm getting ready to do an upgrade from 4.0.18 to 4.2.1 here on two > servers. When I try the upgrade in a test environment, I get a bunch > of errors that fly by (I don't have them, sorry :( ) Get them and look at them. It may well solve you large amounts of time and data loss later. > but the site appears to be working. My question is, is it safe to do > a "fresh install" of 4.2.1 and then use the 'make upgrade-database- > script against the current database, use my current RT_SiteConfig.pm > file & spin up the site? That's the recommended set of steps to upgrade, yes. Though it was written for 3.8 -> 4.0, you may find http://blog.bestpractical.com/2011/07/upgrading-to-rt-4.html helpful. - Alex From alexmv at bestpractical.com Tue Dec 3 12:55:17 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Tue, 03 Dec 2013 12:55:17 -0500 Subject: [rt-users] RT 4.2.1 Enter/return key does not work in Safari on OS X In-Reply-To: References: <1386024502.6948.33.camel@umgah.localdomain> Message-ID: <1386093317.24408.8.camel@umgah.localdomain> On Tue, 2013-12-03 at 09:52 +1100, Andrew Chung wrote: > Just typing in a comment/reply and hitting enter in the message box, > it doesn't do anything. You need to use Ctrl-Enter. It's a text box. I don't understand why one would expect pressing enter in such a context to do anything other than add a newline. - Alex From alexmv at bestpractical.com Tue Dec 3 13:03:18 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Tue, 03 Dec 2013 13:03:18 -0500 Subject: [rt-users] Scrips not accessible in 4.2 anymore In-Reply-To: References: Message-ID: <1386093798.24408.13.camel@umgah.localdomain> On Tue, 2013-12-03 at 09:21 +0100, Matthias Peplow wrote: > Set(%AdminSearchResultFormat,? > > section in our RT_Site_config and it looks like some paths have changed. So replacing It sounds like you copied all of %AdminSearchResultFormat into your RT_SiteConfig. This is unnecessary, and leads to problems like this one. If you wish to customize an admin format, you need only specify the one you wish to change: # customize the Queues list Set(%%AdminSearchResultFormat, Queues => '....' ); > This change probably should be mentioned in the UPGRADING notes. We'll add an UPGRADING note. - Alex From alexmv at bestpractical.com Tue Dec 3 13:04:46 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Tue, 03 Dec 2013 13:04:46 -0500 Subject: [rt-users] RT 4.2 Set($ShowHistory, 'delay') does not In-Reply-To: <2F696A22-6A94-4E5F-8B87-C5EFF9E2C495@s-f.com> References: <2F696A22-6A94-4E5F-8B87-C5EFF9E2C495@s-f.com> Message-ID: <1386093886.24408.14.camel@umgah.localdomain> On Tue, 2013-12-03 at 10:38 +0100, Matthias Peplow wrote: > same result with Safari 7.0 and Chrome 31.0.1650.57 I can't reproduce with either. You'll need to examine the javascript logs (probably easier in chrome) to see what's happening. - Alex From alexmv at bestpractical.com Tue Dec 3 13:09:43 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Tue, 03 Dec 2013 13:09:43 -0500 Subject: [rt-users] AD domains with RT::Authen::ExternalAuth In-Reply-To: <529DD01E.706@roaima.co.uk> References: <52989885.9050001@roaima.co.uk> <1386004264.6948.18.camel@umgah.localdomain> <529DD01E.706@roaima.co.uk> Message-ID: <1386094183.24408.15.camel@umgah.localdomain> On Tue, 2013-12-03 at 12:35 +0000, Chris Davies wrote: > On 02/12/13 17:11, Alex Vandiver wrote: > > Feel free to file a pull request on github[1], and we'll take a look. > > - Alex > > > > [1] https://github.com/bestpractical/rt-authen-externalauth/ > > You've lost me already. If you can send a unified diff patch, we'll start there. - Alex From me at payam124.com Tue Dec 3 16:20:20 2013 From: me at payam124.com (Payam Poursaied) Date: Tue, 3 Dec 2013 22:20:20 +0100 Subject: [rt-users] bug in HTML::FormatText::WithLinks::AndTables stops scrips working In-Reply-To: <1386006987.6948.26.camel@umgah.localdomain> References: <037601ceede5$2368fda0$6a3af8e0$@payam124.com> <1386006987.6948.26.camel@umgah.localdomain> Message-ID: <0afc01cef06d$79e81f00$6db85d00$@payam124.com> > -----Original Message----- > From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users- > > On Sat, 2013-11-30 at 16:59 +0100, Payam Poursaied wrote: > > In the past weeks, we received considerable complaints from our staff [snip] > > Absolutely a bug; we should be at least sending the HTML part. Please > try https://github.com/bestpractical/rt/commit/8807f0d.patch > > How are your staff generating the problematic HTML, out of curiosity? > Is the CKeditor generating that, or are you pasting in from Word or some > other source? Hi Thank you for the patch. I forwarded it to my colleague to apply and test it. Regarding your question, it had been not generated through CKeditor. I had develop a small code and put it in the Ticket page which shows up 2 links for comment and correspond. They are "mailto:" links with appropriate properties which bring up outlook with subject tag and subject to the correspond/comment email address of the associated queue. To my team could easily outlook to reply and comment. Some of my colleagues did not create their signature according to our internal manuals, and just copied it from others and that caused extra table. In addition when we faced with this issue, I analyzed all the logs and found that this happed from other sources as well. Some of them were spam (which their format are usually weird) and others by few of our customers .... From uce_mike at yahoo.com Tue Dec 3 22:37:34 2013 From: uce_mike at yahoo.com (Mike W) Date: Tue, 03 Dec 2013 21:37:34 -0600 Subject: [rt-users] upgrade issues 4.0.17 -> 4.2.1 Message-ID: <529EA37E.7010400@yahoo.com> Upgrade from 4.0.17 and having some issues with email notices. It seems to be connected to scrips. I did run the "make upgrade-database" [11794] [Wed Dec 4 03:20:20 2013] [warning]: DBD::mysql::st execute failed: Table 'rt4.ObjectScrips' doesn't exist at sbin/rt-validator line 1300. (sbin/rt-validator:1300) [11794] [Wed Dec 4 03:20:20 2013] [critical]: DBD::mysql::st execute failed: Table 'rt4.ObjectScrips' doesn't exist at sbin/rt-validator line 1300. (/usr/local/rt4/sbin/../lib/RT.pm:391) DBD::mysql::st execute failed: Table 'rt4.ObjectScrips' doesn't exist at sbin/rt-validator line 1300. Is there a way I can manually correct this missing rt4.ObjectScrips entry? Or better yet script I can run in the upgrade area? -- Mike Wilson From andoon2 at gmail.com Tue Dec 3 23:01:44 2013 From: andoon2 at gmail.com (Andrew Chung) Date: Wed, 4 Dec 2013 15:01:44 +1100 Subject: [rt-users] RT 4.2.1 Enter/return key does not work in Safari on OS X In-Reply-To: <1386093317.24408.8.camel@umgah.localdomain> References: <1386024502.6948.33.camel@umgah.localdomain> <1386093317.24408.8.camel@umgah.localdomain> Message-ID: Alex, I think you have misunderstood - Yes it is a text box and I would expect I can press enter twice to get a new paragraph. In this case, using Safari, 99% of the time, using "Comment" or "Reply", I cannot press enter. I have to press Ctrl Enter to get a new line. This seems to be a problem only in 4.2.1 though. Andrew On 4 December 2013 04:55, Alex Vandiver wrote: > On Tue, 2013-12-03 at 09:52 +1100, Andrew Chung wrote: > > Just typing in a comment/reply and hitting enter in the message box, > > it doesn't do anything. You need to use Ctrl-Enter. > > It's a text box. I don't understand why one would expect pressing enter > in such a context to do anything other than add a newline. > - Alex > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexmv at bestpractical.com Tue Dec 3 23:09:30 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Tue, 03 Dec 2013 23:09:30 -0500 Subject: [rt-users] upgrade issues 4.0.17 -> 4.2.1 In-Reply-To: <529EA37E.7010400@yahoo.com> References: <529EA37E.7010400@yahoo.com> Message-ID: <1386130170.18847.3.camel@umgah.localdomain> On Tue, 2013-12-03 at 21:37 -0600, Mike W wrote: > Upgrade from 4.0.17 and having some issues with email notices. It seems > to be connected to scrips. I did run the "make upgrade-database" The errors below imply that it if you did run it, it did not complete. Show the "RT Upgrade History" section of Admin ? Tools ? System Configuration. - Alex From alexmv at bestpractical.com Tue Dec 3 23:15:04 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Tue, 03 Dec 2013 23:15:04 -0500 Subject: [rt-users] FW: Serious problem with mime/html format email containing attachments In-Reply-To: <0b0301cef070$1dbea5c0$593bf140$@payam124.com> References: <0b0301cef070$1dbea5c0$593bf140$@payam124.com> Message-ID: <1386130504.18847.7.camel@umgah.localdomain> On Tue, 2013-12-03 at 22:39 +0100, Payam Poursaied wrote: > First thank you for your feedback in the list regarding the bug in > html parser Do not reply off-list. I believe Tom previously corrected you on that in the email you quote below. > First time I point this case in 2011 > http://lists.bestpractical.com/pipermail/rt-users/2011-January/068219.html > > Later in 2012 > http://lists.bestpractical.com/pipermail/rt-users/2012-October/078179.html > > And also submit it through the bug tracker: > http://issues.bestpractical.com/Ticket/Display.html?id=21267 This is related to RT's algorithm for detecting which part to quote, which has known bugs -- namely, not being sufficiently recursive. This is the same bug as http://issues.bestpractical.com/Ticket/Display.html?id=17769 I've merged your bug report into that one. I believe there is at least one patch you can try applying to see if it resolves your problem. - Alex From uce_mike at yahoo.com Tue Dec 3 23:35:10 2013 From: uce_mike at yahoo.com (Mike W) Date: Tue, 03 Dec 2013 22:35:10 -0600 Subject: [rt-users] upgrade issues 4.0.17 -> 4.2.1 In-Reply-To: <1386130170.18847.3.camel@umgah.localdomain> References: <529EA37E.7010400@yahoo.com> <1386130170.18847.3.camel@umgah.localdomain> Message-ID: <529EB0FE.2080109@yahoo.com> On 12/3/2013 10:09 PM, Alex Vandiver wrote: > On Tue, 2013-12-03 at 21:37 -0600, Mike W wrote: >> Upgrade from 4.0.17 and having some issues with email notices. It seems >> to be connected to scrips. I did run the "make upgrade-database" > > The errors below imply that it if you did run it, it did not complete. > > Show the "RT Upgrade History" section of Admin ? Tools ? System > Configuration. > - Alex > Aha! I found: Upgrade from 4.1.0 to 4.1.1 (Incomplete) Fixed that and got things rolling properly. Thanks for telling me about that. Had no idea it logged that there. -- Mike Wilson From alexmv at bestpractical.com Wed Dec 4 00:01:35 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Wed, 04 Dec 2013 00:01:35 -0500 Subject: [rt-users] upgrade issues 4.0.17 -> 4.2.1 In-Reply-To: <529EB0FE.2080109@yahoo.com> References: <529EA37E.7010400@yahoo.com> <1386130170.18847.3.camel@umgah.localdomain> <529EB0FE.2080109@yahoo.com> Message-ID: <1386133295.18847.8.camel@umgah.localdomain> On Tue, 2013-12-03 at 22:35 -0600, Mike W wrote: > Aha! I found: > > Upgrade from 4.1.0 to 4.1.1 (Incomplete) > > Fixed that and got things rolling properly. Thanks for telling me about > that. Had no idea it logged that there. It's new in 4.2. However, it is no substitute for reading the 'make upgrade-database' output itself. - Alex From chrisherrmann7 at gmail.com Wed Dec 4 02:09:15 2013 From: chrisherrmann7 at gmail.com (Chris Herrmann) Date: Wed, 4 Dec 2013 18:09:15 +1100 Subject: [rt-users] trying to calculate time worked per transaction / ticket using SQL In-Reply-To: <7B349CCE-851D-457E-9893-7B99CD628FFC@dmsolutions.com> References: <7B349CCE-851D-457E-9893-7B99CD628FFC@dmsolutions.com> Message-ID: Hi Tom, Thanks for your reply. A couple of reasons why I've started this way - primarily probably familiarity. But also: - Speed - database access is significantly faster than REST - I can run queries against a replica of the database, thereby not interfering with the production system - It fits better with how we access and aggregate data from other systems (i.e. SQL is the only common language that they all share) - We already have several systems pulling data from RT via SQL since 2002 - My SQL skills are significantly better than my (non-existent) Perl skills so trying to access data as data makes more sense to me - I've been stymied before by Perl when trying to query using RTs built-in query engine for example. I don't know but I would guess that REST will also use perl syntax for querying? If using REST is it possible to make use of query caches etc? I realise that "under the hood" the sql engine will still have it's own indexes / query caches / etc, but curious if REST also has any of this? Regards, Chris On 3 December 2013 11:07, Tom Lahti wrote: > Why don?t use you want to use REST? You?re shooting yourself in the > foot; when you upgrade RT, your queries will no longer work and will have > to be updated. If you use the REST interface, you can upgrade with > impunity and not have to worry about your queries not working anymore. > > ? > Tom > > On Dec 1, 2013, at 11:18 PM, Chris Herrmann > wrote: > > Hi all, > > Just bumping this one - does anyone have any suggestions? Am I > approaching this the wrong way? Using MySQL btw if that makes a difference. > > Thanks, > > Chris > > ---------- Forwarded message ---------- > From: Chris Herrmann > Date: 24 November 2013 22:11 > Subject: trying to calculate time worked per transaction / ticket using SQL > To: rt-users at lists.bestpractical.com > > > Hi all, > > I'm trying to put together a SQL query to present a view, that allows > summaries of data to be performed in reporting tools. I have a feeling that > this question has been asked before and answered, but my google-fu is > failing me, so apologies in advance... I've only found questions about > using RT-REST, for example (which I don't want to do). > > I'm using RT 3.8.7 (yes I know it's old and it's in the pipeline to > upgrade but we have a bunch of other systems that are integrated with RT > and so it's not a simple "just upgrade RT" project for us. > > Anyway, what I want to end up with is the following fields: > > Tickets.EffectiveID > Queues.Name > Tickets.Owner > Transactions.Creator > Transactions.TimeTaken > Transactions.Created > Tickets.Status > Tickets.Started > Tickets.Resolved > Tickets.Created > Transactions.Type > > So i can easily point various reports at it and work from there. > > the sql I'm using is... > SELECT > Tickets.EffectiveId AS TicketID, > Queues.`Name` AS Queue, > Tickets.`Owner` AS OwnerID, > Transactions.Creator AS TransactionCreatorID, > Transactions.TimeTaken AS TimeTaken, > Transactions.Created AS TransactionCreated, > Tickets.`Status` AS TicketStatus, > Tickets.Started AS TicketStarted, > Tickets.Resolved AS TicketResolved, > Tickets.Created AS TicketCreated, > Transactions.Type AS TransactionType > FROM > ((((Tickets > JOIN Transactions ON ((Transactions.ObjectId = Tickets.id))) > JOIN Queues ON ((Queues.id = Tickets.Queue))))) > > but I'm not getting the results I expect... > > or even something far simpler like: > SELECT > Transactions.Creator, > sum(Transactions.TimeTaken/60) AS TimeInHours, > Month(Transactions.Created) AS TransactionMonth, > Year(Transactions.Created) AS TransactionYear > FROM > Tickets JOIN Transactions ON Transactions.ObjectId = Tickets.id > where Transactions.Created > "2013-10-01" > group by Creator, Month(Transactions.Created), Year(Transactions.Created) > > just to try and compare the numbers... that I'm seeing with > timeworked.pl... > > Now my problem is that the numbers I'm getting don't match those > returned by REST - for example using the timeworked.pl script.. > > Is there a definitive SQL somewhere that I should use to return > these?... and any pointers on what transaction types I should be avoiding > or how to avoid double counting merged transactions I would be very > grateful... > > Thankyou! > > Chris > > > > > This e-mail message is confidential and is intended solely for the use of > the addressee(s) named above. If you are not the intended recipient, or the > person responsible to deliver it to the recipient, you are hereby advised > that any dissemination, distribution or copying of this communication is > prohibited. If you have received this e-mail in error, please notify the > sender by return e-mail. Thank you. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From niraj.vara at gmail.com Wed Dec 4 04:38:36 2013 From: niraj.vara at gmail.com (niraj) Date: Wed, 4 Dec 2013 01:38:36 -0800 (PST) Subject: [rt-users] System admin not getting ticket generated e-mail Message-ID: <1386149916430-55990.post@n7.nabble.com> Hi I have installed the RT. In that right e-mail scenario is when user logged the ticket its getting the e-mail that he has created the ticket. I am not able to understand why user is getting the e-mail ???? I want that when user created a ticket then system admin(user) will get the e-mail for the same. how to do the same ??? -- View this message in context: http://requesttracker.8502.n7.nabble.com/System-admin-not-getting-ticket-generated-e-mail-tp55990.html Sent from the Request Tracker - User mailing list archive at Nabble.com. From jenny at ebi.ac.uk Wed Dec 4 04:47:24 2013 From: jenny at ebi.ac.uk (Jenny Martin) Date: Wed, 04 Dec 2013 09:47:24 +0000 Subject: [rt-users] changing Organization In-Reply-To: <1386003384.6948.16.camel@umgah.localdomain> References: <52989289.9030207@ebi.ac.uk> <1386003384.6948.16.camel@umgah.localdomain> Message-ID: <529EFA2C.7080700@ebi.ac.uk> On 02/12/13 16:56, Alex Vandiver wrote: > On Fri, 2013-11-29 at 13:11 +0000, Jenny Martin wrote: >> I would like to change our Organization name to avoid confusion with >> another RT instance? Does anyone have a script to fixup the RT database >> so that I can change the Organization name without breaking the RT >> ticket links? > RT 4.2's sbin/rt-validator has a --links-only which, in conjunction with > --resolve, will fix links after an Organization change. > - Alex > Many thanks. We are still on 4.0.17, so perhaps I will wait to change Organization until we upgrade to 4.2. From ms at fv-berlin.de Wed Dec 4 07:45:13 2013 From: ms at fv-berlin.de (ms at fv-berlin.de) Date: Wed, 04 Dec 2013 13:45:13 +0100 Subject: [rt-users] RES: RE: RES: Sphinx fulltext index v4.0.4 In-Reply-To: <529EFA2C.7080700@ebi.ac.uk> References: <52989289.9030207@ebi.ac.uk> <1386003384.6948.16.camel@umgah.localdomain> <529EFA2C.7080700@ebi.ac.uk> Message-ID: <529F23D9.6040007@fv-berlin.de> On Jan 5 09:55:28 EST 2012, Luciano Ernesto da Silva wrote: Hi, did you ever receive an answer to your problem because I am encountering the same thing (searchd running on 0.0.0.0:3312 but RT reporting it cant connect to it / resolve localhost). Additionally to what you already posted, I made sure /etc/hosts connects 127.0.0.1 to "localhost" and commented out the ::1 line because I suspected RT4 might not be IPv6-aware, but that didnt help. KR > Hello, > > This is my configuration on sphinx.conf, seems that even I change the > name of sql_host, RT still says : "failed to resolve searchd host > (name=localhost"). Seems that RT isn't looking to the right connection. > > > Luciano > > > vi /etc/sphinxsearch/sphinx.conf > > > source rt { > type = mysql > > sql_host = localhost > sql_db = rt4 > sql_user = rt4 > sql_pass = secret > > sql_query_pre = SET NAMES utf8 > sql_query = \ > SELECT a.id, a.content FROM Attachments a \ > JOIN Transactions txn ON a.TransactionId = txn.id AND > txn.ObjectType = 'RT::Ticket' \ > JOIN Tickets t ON txn.ObjectId = t.id \ > WHERE a.ContentType = 'text/plain' AND t.Status != 'deleted' > sql_query_info = SELECT * FROM Attachments WHERE id=$id > } > > index rt { > source = rt > path = /opt/rt4/var/sphinx/index > docinfo = extern > charset_type = utf-8 > } > > indexer { > mem_limit = 32M > } > > searchd { > port = 3312 > log = /opt/rt4/var/sphinx/searchd.log > query_log = /opt/rt4/var/sphinx/query.log > read_timeout = 5 > max_children = 30 > pid_file = /opt/rt4/var/sphinx/searchd.pid > max_matches = 10000 > seamless_rotate = 1 > preopen_indexes = 1 > unlink_old = 1 > compat_sphinxql_magics = 0 > } > > Sphinx is running OK: > > netstat -ntlp | grep searchd > tcp 0 0 0.0.0.0:3312 0.0.0.0:* > LISTEN 10762/searchd > > ps -eaf |grep searchd > root 10762 1 0 09:17 pts/0 00:00:00 searchd > > The table AttachmentsIndex seems OK: > > mysql> show create table AttachmentsIndex; > +------------------+---------------------------------------------------- > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > -------------------------------------------+ > | Table | Create Table > | > +------------------+---------------------------------------------------- > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > -------------------------------------------+ > | AttachmentsIndex | CREATE TABLE `AttachmentsIndex` ( > `id` int(10) unsigned NOT NULL, > `weight` int(11) NOT NULL, > `query` varchar(3072) NOT NULL, > KEY `query` (`query`(1024)) > ) ENGINE=SPHINX DEFAULT CHARSET=utf8 > CONNECTION='sphinx://localhost:3312/rt' | > +------------------+---------------------------------------------------- > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > -------------------------------------------+ > 1 row in set (0.00 sec) > > -----Mensagem original----- > De: Poulter, Dale [mailto:dale.poulter at Vanderbilt.Edu] > Enviada em: quinta-feira, 5 de janeiro de 2012 10:50 > Para: Luciano Ernesto da Silva; rt-users at lists.bestpractical.com > Assunto: RE: [rt-users] RES: Sphinx fulltext index v4.0.4 > > Sounds like it cannot connect to the sphinx server. Can you confirm > that sphinx is running (ps -eaf |grep searchd ) and that it is running > on the port specified in the attachmentsindex create statement (mysql> > show create table AttachmentsIndex; )? I believe the default port is > 9312 but the documents at > http://blog.bestpractical.com/2011/06/full-text-searching.html indicate > that the port is 3312. > > -----Original Message----- > From: rt-users-bounces at lists.bestpractical.com > [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Luciano > Ernesto da Silva > Sent: Thursday, January 05, 2012 5:24 AM > To: rt-users at lists.bestpractical.com > Subject: [rt-users] RES: Sphinx fulltext index v4.0.4 > > Hello, > > I installed everything as described here by Dale/ documentation from > docs/full_text_indexing.podc , documentarion by sphinxsearch but i got > this error: > > RT: DBD::mysql::st execute failed: Unable to connect to foreign data > source: failed to resolve searchd host (name=localhost) at > /usr/local/share/perl/5.10.1/DBIx/SearchBuilder/Handle.pm line 587. > (/usr/local/share/perl/5.10.1/DBIx/SearchBuilder/Handle.pm:587) > Jan 5 08:45:16 rt4 RT: RT::Handle=HASH(0x7faacbf8ec58) couldn't execute > the query 'SELECT COUNT(DISTINCT main.id) FROM Tickets main JOIN > Transactions Transactions_1 ON ( Transactions_1.ObjectType = > 'RT::Ticket' ) AND ( Transactions_1.ObjectId = main.id ) JOIN > Attachments Attachments_2 ON ( Attachments_2.TransactionId = > Transactions_1.id ) JOIN AttachmentsIndex AttachmentsIndex_3 ON ( > AttachmentsIndex_3.id = Attachments_2.id ) WHERE (main.Status != > 'deleted') AND (main.Queue = '23' AND ( AttachmentsIndex_3.query = > 'ESEF;limit=10000;maxmatches=10000' ) ) AND (main.Type = 'ticket') AND > (main.EffectiveId = main.id) ' at > /usr/local/share/perl/5.10.1/DBIx/SearchBuilder/Handle.pm line 600 > > The Mysql server is running on localhost and the firewall is off(Devel > server) and SELINUX is disabled. > > DBIx::SearchBuilder is up to date. > > > Any ideas? > > > Luciano From uce_mike at yahoo.com Wed Dec 4 10:51:29 2013 From: uce_mike at yahoo.com (Mike W) Date: Wed, 04 Dec 2013 09:51:29 -0600 Subject: [rt-users] upgrade issues 4.0.17 -> 4.2.1 In-Reply-To: <1386133295.18847.8.camel@umgah.localdomain> References: <529EA37E.7010400@yahoo.com> <1386130170.18847.3.camel@umgah.localdomain> <529EB0FE.2080109@yahoo.com> <1386133295.18847.8.camel@umgah.localdomain> Message-ID: <529F4F81.5060708@yahoo.com> On 12/3/2013 11:01 PM, Alex Vandiver wrote: > On Tue, 2013-12-03 at 22:35 -0600, Mike W wrote: >> Aha! I found: >> >> Upgrade from 4.1.0 to 4.1.1 (Incomplete) >> >> Fixed that and got things rolling properly. Thanks for telling me about >> that. Had no idea it logged that there. > > It's new in 4.2. However, it is no substitute for reading the 'make > upgrade-database' output itself. > - Alex > > Fair point, unfortunately I mis-understood just where it broke down (thought it died in 4.1.1, not 4.1.0 because it was in the 4.1.1 section where I saw the errors). The new log feature definitely helps. -- Mike Wilson From chris.lasater at oracle.com Wed Dec 4 11:39:15 2013 From: chris.lasater at oracle.com (Chris Lasater) Date: Wed, 04 Dec 2013 11:39:15 -0500 Subject: [rt-users] Display Owner in SelfService Message-ID: <1386175155.12566.0.camel@W04263.local> Is it possible to have the owner displayed in the Self Service page, so that people know who owns their ticket? Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: From matthias.peplow at s-f.com Wed Dec 4 15:51:25 2013 From: matthias.peplow at s-f.com (Matthias Peplow) Date: Wed, 4 Dec 2013 21:51:25 +0100 Subject: [rt-users] RT 4.2 Set($ShowHistory, 'delay') does not In-Reply-To: <2F696A22-6A94-4E5F-8B87-C5EFF9E2C495@s-f.com> References: <2F696A22-6A94-4E5F-8B87-C5EFF9E2C495@s-f.com> Message-ID: Hi, Javascript debugging and some googling pointed to some potential jsmin problems. After rebuilding jsmin from within the rt 4.2 installation the ShowHistory,'delay' works. Regards, Matthias 2013/12/3 Matthias Peplow > Hi, > > same result with Safari 7.0 and Chrome 31.0.1650.57 > > no events in the logs > > Matthias > Am 02.12.2013 um 18:00 schrieb rt-users-request at lists.bestpractical.com: > > >> after the Upgrade from 4.016 to 4.2 the history of tickets was not > >> shown anymore. The label ?loading? was shown forever but the history > >> never appeared. > >> > >> > >> We solved this issue by restoring the RT 4.0 behavior with > >> > >> Set($ShowHistory, 'always?); > >> > >> > >> How can we get the delayed ticket history working as intended? > > > > What browser? Was there anything of note in your logfiles from that > > time? > > - Alex > > -- Matthias Peplow IT Director Scholz & Friends Berlin GmbH Tel.: +49 (0) 30/70 01 86 -532 Fax: +49 (0) 30/70 01 86-599 matthias.peplow at s-f.com Litfa?-Platz 1 10178 Berlin Germany Scholz & Friends The Orchestra of Ideas http://www.s-f.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From falcone at bestpractical.com Thu Dec 5 14:50:33 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Thu, 5 Dec 2013 14:50:33 -0500 Subject: [rt-users] RT 4.2.1 Enter/return key does not work in Safari on OS X In-Reply-To: References: <1386024502.6948.33.camel@umgah.localdomain> <1386093317.24408.8.camel@umgah.localdomain> Message-ID: <20131205195033.GJ1829@jibsheet.com> On Wed, Dec 04, 2013 at 03:01:44PM +1100, Andrew Chung wrote: > I think you have misunderstood - > Yes it is a text box and I would expect I can press enter twice to get a new paragraph. > In this case, using Safari, 99% of the time, using "Comment" or "Reply", I cannot press enter. > I have to press Ctrl Enter to get a new line. > This seems to be a problem only in 4.2.1 though. Works great on Safari for me (you can click the login as guest button on issues.bestpractical.com and confirm with your browser). You should provide your Safari version. -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Thu Dec 5 15:04:50 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Thu, 5 Dec 2013 15:04:50 -0500 Subject: [rt-users] Display Owner in SelfService In-Reply-To: <1386175155.12566.0.camel@W04263.local> References: <1386175155.12566.0.camel@W04263.local> Message-ID: <20131205200450.GK1829@jibsheet.com> On Wed, Dec 04, 2013 at 11:39:15AM -0500, Chris Lasater wrote: > Is it possible to have the owner displayed in the Self Service page, so that people know who > owns their ticket? Update your config to include the owner? http://bestpractical.com/docs/rt/latest/RT_Config.html#DefaultSelfServiceSearchResultFormat (many people dislike showing the owner to SelfService users since SelfService users start pestering the owner out-of-band on the phone). -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From chris.lasater at oracle.com Fri Dec 6 09:17:10 2013 From: chris.lasater at oracle.com (Christopher Lasater) Date: Fri, 06 Dec 2013 09:17:10 -0500 Subject: [rt-users] Display Owner in SelfService In-Reply-To: <20131205200450.GK1829@jibsheet.com> References: <1386175155.12566.0.camel@W04263.local> <20131205200450.GK1829@jibsheet.com> Message-ID: <52A1DC66.8000305@oracle.com> Hey Kevin, That seems to be for Search Results, not the ticket, and by default that includes the OwnerName. I went to the ticket section of your link and there does not seem to be anything similar Set($DefaultSelfServiceSearchResultFormat, qq{ '__id__/TITLE:#', '__Subject__/TITLE:Subject', Status, Requestors, OwnerName}); On 12/05/2013 03:04 PM, Kevin Falcone wrote: > On Wed, Dec 04, 2013 at 11:39:15AM -0500, Chris Lasater wrote: >> Is it possible to have the owner displayed in the Self Service page, so that people know who >> owns their ticket? > Update your config to include the owner? > http://bestpractical.com/docs/rt/latest/RT_Config.html#DefaultSelfServiceSearchResultFormat > > (many people dislike showing the owner to SelfService users since > SelfService users start pestering the owner out-of-band on the phone). > > -kevin -- Oracle Chris Lasater | IT Consultant Phone: +1.904.520.6046 Mobile: +1.407.902.6183 Email: Chris.Lasater at Oracle.com Oracle Product Development - Taleo Cloud Services | Cloud Technologies and Insight 7660 Centurion Parkway Suite 100 Jacksonville, FL US 32256 Green Oracle Oracle is committed to developing practices and products that help protect the environment -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: green-sig-275518.gif Type: image/gif Size: 356 bytes Desc: not available URL: From falcone at bestpractical.com Fri Dec 6 09:22:55 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Fri, 6 Dec 2013 09:22:55 -0500 Subject: [rt-users] Display Owner in SelfService In-Reply-To: <52A1DC66.8000305@oracle.com> References: <1386175155.12566.0.camel@W04263.local> <20131205200450.GK1829@jibsheet.com> <52A1DC66.8000305@oracle.com> Message-ID: <20131206142255.GL1829@jibsheet.com> On Fri, Dec 06, 2013 at 09:17:10AM -0500, Christopher Lasater wrote: > That seems to be for Search Results, not the ticket, and by > default that includes the OwnerName. I went to the ticket section > of your link and there does not seem to be anything similar You didn't specify what/where/how you wanted the Owner displayed. If you want it on the SelfService/Display.html page you'll need to use a callback or otherwise modify the Display page. -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From martin at avbrief.com Fri Dec 6 09:36:29 2013 From: martin at avbrief.com (martinm) Date: Fri, 6 Dec 2013 06:36:29 -0800 (PST) Subject: [rt-users] No mailgate tickets on new 4.18 install Message-ID: <1386340589130-56000.post@n7.nabble.com> Debian Squeeze, Postgres 8.4. Had v3.8 running ok until something odd happened last night. v4.2 was not going to install without a big fight, so installed 4.18 (which only put a struggle :) ). I'm not getting any tickets via email though. entry in aliases, mail has been restarted: support: "|/opt/rt4/bin/rt-mailgate --queue support --action correspond --url http://helpdesk.myurl.com/rt" support-comment: "|/opt/rt4/bin/rt-mailgate --queue support --action comment --url http://helpdesk.myurl.com/rt" These worked fine with /opt/rt3 - what have I missed? Is there a config option somewhere? My /RT_SiteConfig.pm is empty. Thanks. -- View this message in context: http://requesttracker.8502.n7.nabble.com/No-mailgate-tickets-on-new-4-18-install-tp56000.html Sent from the Request Tracker - User mailing list archive at Nabble.com. From eje at panix.com Fri Dec 6 12:31:30 2013 From: eje at panix.com (Eleanor J. Evans [Panix Staff]) Date: Fri, 6 Dec 2013 12:31:30 -0500 Subject: [rt-users] original date from email bounced to RT Message-ID: <20131206173130.GA846@panix.com> Most of our incoming support queries go directly to the ticketing system, but some wind up in mailboxes and are then bounced to the correct queue. Occasionally, the queries are time-sensitive, and we need to know when they came in without having to look at the full ticket history. I had to dig a bit to figure out how to get to the correct header so I thought I'd share this tip, to save anyone else the work: To add a Date: header to your template body with the original date of the transaction, when it may have been bounced from a received inbox to the ticketing system at a later time (defaults to transaction create date): Date: {$Transaction->Attachments->First->GetHeader('Date') || $Transaction->CreatedAsString} -- Eleanor J. Piglet Evans, eje at panix.com Customer Support, (212) 741-4400 From pritpal at tech-guides.co.uk Fri Dec 6 19:35:02 2013 From: pritpal at tech-guides.co.uk (Pritpal Sabharwal) Date: Sat, 07 Dec 2013 00:35:02 +0000 Subject: [rt-users] Get QueueName in External CustomField Message-ID: <52A26D36.4010204@tech-guides.co.uk> Hi, I am trying to create a CustomField with data obtained from a database. I need to pass the current queue name as a where clause into the External Source script. A little background: * Multiple customers, each customer has their own queue. * Each customer has a a different set of products which they are supported for. The product list will be stored on a database referenced with the queue name for that particular customer. When you try and create a ticket in one of these queues, I want to populate the data in the CustomField by passing the queue name to the external source script. This is what I have tried so far: === sub ExternalValues { my $self = shift; my $queue = $self->TicketObj->QueueObj; [..] } When I run the above, I get the following message: "Can't locate object method "TicketObj" via package..." Any help here would be appreciated. Kind Regards, Pritpal From martin at avbrief.com Sun Dec 8 06:02:17 2013 From: martin at avbrief.com (martinm) Date: Sun, 8 Dec 2013 03:02:17 -0800 (PST) Subject: [rt-users] No mailgate tickets on new 4.18 install In-Reply-To: <1386340589130-56000.post@n7.nabble.com> References: <1386340589130-56000.post@n7.nabble.com> Message-ID: <1386500537668-56003.post@n7.nabble.com> The message finally bounced with this message: *: temporary failure. Command output: An Error Occurred ================= 403 Forbidden* Is this an apache config issue or something else? -- View this message in context: http://requesttracker.8502.n7.nabble.com/No-mailgate-tickets-on-new-4-18-install-tp56000p56003.html Sent from the Request Tracker - User mailing list archive at Nabble.com. From jnyhuis at uw.edu Mon Dec 9 21:50:36 2013 From: jnyhuis at uw.edu (John Nyhuis) Date: Mon, 09 Dec 2013 18:50:36 -0800 Subject: [rt-users] Q: adding ticket count to Autoreply template Message-ID: <52A6817C.6060400@uw.edu> I would like to customize my RT (ver 4.0.17) autoreply template to include a count of all tickets that are open or new and owned by Nobody. It looks like I should build this around: { $Tickets->Count() } I was wondering if anyone had already done something similar and would be willing to share an example? -- Thanks, John Nyhuis IT Manager, Stam Lab 2211 Elliott Avenue 6th Floor, 6S139 Seattle, WA 98121 O: (206)-267-1097 ext 220 F: (206)-441-3033 From bart at pleh.info Tue Dec 10 10:41:57 2013 From: bart at pleh.info (Bart) Date: Tue, 10 Dec 2013 16:41:57 +0100 Subject: [rt-users] RT 4.2.1 - Weird issue with HTML comments/correspondense - RT always registers plain text with HTML tags Message-ID: Hi, As the subject states, when I place a comment or correspondence to a ticket it registers it all as plain text with HTML tags. E.g. Hello world in bold would look like this in the ticket history:
Hello world
  On top of that, outgoing mails also look like this.... My first thought would be that the templates we're broken since the update, but after updating the correspondense template for HTML (which it already was, but I copied the example HTML correspondense template just in case). Here's how the template looks: RT-Attach-Message: yes Content-Type: text/html {$Transaction->Content( Type => "text/html")} But, even with this template it keeps regisgtering HTML code as plain text and sending out the same code as outgoing mails. I can'f find any errors regarding this within the system/apache logs, so I'm kinde lost at where to begin with fixing this problem. Especially since I had a testing environment (copy of production) which seemed to work just fine..... So does anyone know where I should start for fixing this? I could imagine that some perl module got broken, but I really don't know which one I should reinstall or update... Thanks in advance! -- Bart G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bart at pleh.info Tue Dec 10 10:53:03 2013 From: bart at pleh.info (Bart) Date: Tue, 10 Dec 2013 16:53:03 +0100 Subject: [rt-users] RT 4.2.1 - Weird issue with HTML comments/correspondense - RT always registers plain text with HTML tags In-Reply-To: References: Message-ID: Hi again, Even though I've tested it all, I've found a new piece of information/cause: - Initially I've done testing with RT 4.2.0 on a copy of my production installation, all tests with this version went perfect - After upgrading to version 4.2.1 I have this same issue in my testing environment, seems that I didn't test properly after doing this update or atleast I didnt look at this specific case! So basically, this worked just fine with version 4.2.0 and somehow got broken in version 4.2.1. Is there something I need to configure / install / patch before this problem is fixed within version 4.2.0 ? Thanks in advance! 2013/12/10 Bart > Hi, > > As the subject states, when I place a comment or correspondence to a > ticket it registers it all as plain text with HTML tags. > > E.g. Hello world in bold would look like this in the ticket history: > >
Hello world
  > > On top of that, outgoing mails also look like this.... > > My first thought would be that the templates we're broken since the > update, but after updating the correspondense template for HTML (which it > already was, but I copied the example HTML correspondense template just in > case). Here's how the template looks: > > RT-Attach-Message: yes > Content-Type: text/html > > {$Transaction->Content( Type => "text/html")} > > But, even with this template it keeps regisgtering HTML code as plain text > and sending out the same code as outgoing mails. > > I can'f find any errors regarding this within the system/apache logs, so > I'm kinde lost at where to begin with fixing this problem. Especially since > I had a testing environment (copy of production) which seemed to work just > fine..... > > So does anyone know where I should start for fixing this? I could imagine > that some perl module got broken, but I really don't know which one I > should reinstall or update... > > Thanks in advance! > > > -- > Bart G. > -- Bart G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mamir at ucdavis.edu Tue Dec 10 13:16:44 2013 From: mamir at ucdavis.edu (mamir) Date: Tue, 10 Dec 2013 10:16:44 -0800 (PST) Subject: [rt-users] EX_TEMPFAIL Message-ID: <1386699400501-56007.post@n7.nabble.com> I am seeking desperately some help to figure out the issue I am having after upgrading from RT 4.0.7 to 4.2.1. New RT seems to working fine other than mail gate cannot forward outside email to queues. I can send out the mail from RT web interface without problems. Here is the tail from sendmail's log file Dec 4 10:17:11 rt-dev sm-mta[13877]: rB4IHA97013875: to="|/opt/rt4/bin/rt-mailgate --debug --queue mamirtest --action correspond --url https://rt-dev.myrt.com", ctladdr= (8/0), delay=00:00:00, xdelay=00:00:00, mailer=prog, pri=35334, dsn=4.0.0, stat=Deferred: prog mailer (/bin/sh) exited with EX_TEMPFAIL Here is the result of make testdeps and RT gatemail breaks after I run make fixdeps. users: rt group (www-data) ...found bin owner (root) ...found libs owner (root) ...found libs group (bin) ...found web owner (www-data) ...found web group (www-data) ...found CLI dependencies: Text::ParseWords ...found Term::ReadKey ...found Getopt::Long >= 2.24 ...found HTTP::Request::Common ...found Term::ReadLine ...found LWP ...found CORE dependencies: Storable >= 2.08 ...found Encode >= 2.39 ...found Crypt::Eksblowfish ...MISSING Module::Versions::Report >= 1.05 ...found List::MoreUtils ...found Errno ...found DBI >= 1.37 ...found Devel::StackTrace >= 1.19 ...found HTTP::Message >= 6.0 ...MISSING Text::Password::Pronounceable ...found Devel::GlobalDestruction ...found Time::ParseDate ...found IPC::Run3 ...found Tree::Simple >= 1.04 ...found HTML::Scrubber >= 0.08 ...found HTML::Quoted ...found Sys::Syslog >= 0.16 ...found Mail::Mailer >= 1.57 ...found Data::GUID ...MISSING HTML::Mason >= 1.43 ...found HTML::Entities ...found LWP::Simple ...found Symbol::Global::Name >= 0.04 ...MISSING DateTime::Format::Natural >= 0.67 ...MISSING Plack >= 1.0002 ...MISSING File::Glob ...found Class::Accessor >= 0.34 ...found Text::Wrapper ...found Regexp::Common::net::CIDR ...found Log::Dispatch >= 2.30 ...MISSING HTML::FormatText::WithLinks::AndTables ...MISSING DateTime >= 0.44 ...found CGI::Emulate::PSGI ...found Text::Quoted >= 2.07 ...MISSING Regexp::IPv6 ...found CGI >= 3.38 ...found CSS::Squish >= 0.06 ...found DateTime::Locale >= 0.40 ...found CGI::PSGI >= 0.12 ...found Apache::Session >= 1.53 ...found Date::Extract >= 0.02 ...MISSING Digest::SHA ...found HTML::Mason::PSGIHandler >= 0.52 ...found MIME::Entity >= 5.504 ...MISSING Locale::Maketext::Lexicon >= 0.32 ...found Module::Refresh >= 0.03 ...MISSING Role::Basic >= 0.12 ...MISSING Digest::base ...found File::Temp >= 0.19 ...found Date::Manip ...MISSING Locale::Maketext >= 1.06 ...found HTML::RewriteAttributes >= 0.05 ...MISSING Text::Template >= 1.44 ...found CGI::Cookie >= 1.20 ...found Scalar::Util ...found XML::RSS >= 1.05 ...found File::Spec >= 0.8 ...found Text::WikiFormat >= 0.76 ...found DBIx::SearchBuilder >= 1.65 ...MISSING File::ShareDir ...found Regexp::Common ...found Digest::MD5 >= 2.27 ...found HTML::FormatText::WithLinks >= 0.14 ...MISSING Mail::Header >= 2.12 ...MISSING Locale::Maketext::Fuzzy >= 0.11 ...MISSING Time::HiRes ...found Email::Address::List ...MISSING Net::CIDR ...found JSON ...found UNIVERSAL::require ...found Email::Address >= 1.897 ...MISSING Plack::Handler::Starlet ...found DASHBOARDS dependencies: URI::QueryParam ...found URI >= 1.59 ...found MIME::Types ...found FASTCGI dependencies: FCGI::ProcManager ...found FCGI >= 0.74 ...found GD dependencies: GD::Text ...found GD ...found GD::Graph >= 1.47 ...MISSING GPG dependencies: File::Which ...MISSING PerlIO::eol ...found GnuPG::Interface ...found ICAL dependencies: Data::ICal ...found MAILGATE dependencies: Pod::Usage ...found LWP::UserAgent >= 6.0 ...MISSING Crypt::SSLeay ...MISSING Getopt::Long ...found Net::SSL ...MISSING LWP::Protocol::https ...found Mozilla::CA ...MISSING PG dependencies: DBD::Pg >= 1.43 ...found SMIME dependencies: String::ShellQuote ...MISSING File::Which ...MISSING Crypt::X509 ...MISSING USERLOGO dependencies: Convert::Color ...found SOME DEPENDENCIES WERE MISSING. MAILGATE missing dependencies: LWP::UserAgent >= 6.0 ...MISSING Mozilla::CA ...MISSING Net::SSL ...MISSING Crypt::SSLeay ...MISSING SMIME missing dependencies: Crypt::X509 ...MISSING File::Which ...MISSING String::ShellQuote ...MISSING GPG missing dependencies: File::Which ...MISSING GD missing dependencies: GD::Graph >= 1.47 ...MISSING CORE missing dependencies: Text::Quoted >= 2.07 ...MISSING DBIx::SearchBuilder >= 1.65 ...MISSING Crypt::Eksblowfish ...MISSING Data::GUID ...MISSING MIME::Entity >= 5.504 ...MISSING Date::Extract >= 0.02 ...MISSING Symbol::Global::Name >= 0.04 ...MISSING HTML::FormatText::WithLinks >= 0.14 ...MISSING DateTime::Format::Natural >= 0.67 ...MISSING Plack >= 1.0002 ...MISSING Module::Refresh >= 0.03 ...MISSING Role::Basic >= 0.12 ...MISSING Mail::Header >= 2.12 ...MISSING Locale::Maketext::Fuzzy >= 0.11 ...MISSING Email::Address::List ...MISSING HTTP::Message >= 6.0 ...MISSING Log::Dispatch >= 2.30 ...MISSING HTML::FormatText::WithLinks::AndTables ...MISSING Date::Manip ...MISSING HTML::RewriteAttributes >= 0.05 ...MISSING Email::Address >= 1.897 ...MISSING Perl library path for /usr/bin/perl: /etc/perl /usr/local/lib/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl . -- View this message in context: http://requesttracker.8502.n7.nabble.com/EX-TEMPFAIL-tp56007.html Sent from the Request Tracker - User mailing list archive at Nabble.com. From mamir at ucdavis.edu Tue Dec 10 13:28:53 2013 From: mamir at ucdavis.edu (mamir) Date: Tue, 10 Dec 2013 10:28:53 -0800 (PST) Subject: [rt-users] mailgate cannot forward emails to queses after upgrade from 4.0.7 to 4.2.1 EX_TEMPFAIL error Message-ID: <1386700126123-56008.post@n7.nabble.com> I am seeking desperately some help to figure out the issue I am having after upgrading from RT 4.0.7 to 4.2.1. New RT seems to working fine other than mailgate cannot forward outside email to queues. I can send out the mail from RT web interface without problems. Rt debug is not giving any useful logs. Here is the tail from sendmail's log file Dec 4 10:17:11 rt-dev sm-mta[13877]: rB4IHA97013875: to="|/opt/rt4/bin/rt-mailgate --debug --queue mamirtest --action correspond --url https://rt-dev.myrt.com", ctladdr= (8/0), delay=00:00:00, xdelay=00:00:00, mailer=prog, pri=35334, dsn=4.0.0, stat=Deferred: prog mailer (/bin/sh) exited with EX_TEMPFAIL Here is the result of make testdeps RT mailgate stop working after I run make fixdeps. users: rt group (www-data) ...found bin owner (root) ...found libs owner (root) ...found libs group (bin) ...found web owner (www-data) ...found web group (www-data) ...found CLI dependencies: Text::ParseWords ...found Term::ReadKey ...found Getopt::Long >= 2.24 ...found HTTP::Request::Common ...found Term::ReadLine ...found LWP ...found CORE dependencies: Storable >= 2.08 ...found Encode >= 2.39 ...found Crypt::Eksblowfish ...MISSING Module::Versions::Report >= 1.05 ...found List::MoreUtils ...found Errno ...found DBI >= 1.37 ...found Devel::StackTrace >= 1.19 ...found HTTP::Message >= 6.0 ...MISSING Text::Password::Pronounceable ...found Devel::GlobalDestruction ...found Time::ParseDate ...found IPC::Run3 ...found Tree::Simple >= 1.04 ...found HTML::Scrubber >= 0.08 ...found HTML::Quoted ...found Sys::Syslog >= 0.16 ...found Mail::Mailer >= 1.57 ...found Data::GUID ...MISSING HTML::Mason >= 1.43 ...found HTML::Entities ...found LWP::Simple ...found Symbol::Global::Name >= 0.04 ...MISSING DateTime::Format::Natural >= 0.67 ...MISSING Plack >= 1.0002 ...MISSING File::Glob ...found Class::Accessor >= 0.34 ...found Text::Wrapper ...found Regexp::Common::net::CIDR ...found Log::Dispatch >= 2.30 ...MISSING HTML::FormatText::WithLinks::AndTables ...MISSING DateTime >= 0.44 ...found CGI::Emulate::PSGI ...found Text::Quoted >= 2.07 ...MISSING Regexp::IPv6 ...found CGI >= 3.38 ...found CSS::Squish >= 0.06 ...found DateTime::Locale >= 0.40 ...found CGI::PSGI >= 0.12 ...found Apache::Session >= 1.53 ...found Date::Extract >= 0.02 ...MISSING Digest::SHA ...found HTML::Mason::PSGIHandler >= 0.52 ...found MIME::Entity >= 5.504 ...MISSING Locale::Maketext::Lexicon >= 0.32 ...found Module::Refresh >= 0.03 ...MISSING Role::Basic >= 0.12 ...MISSING Digest::base ...found File::Temp >= 0.19 ...found Date::Manip ...MISSING Locale::Maketext >= 1.06 ...found HTML::RewriteAttributes >= 0.05 ...MISSING Text::Template >= 1.44 ...found CGI::Cookie >= 1.20 ...found Scalar::Util ...found XML::RSS >= 1.05 ...found File::Spec >= 0.8 ...found Text::WikiFormat >= 0.76 ...found DBIx::SearchBuilder >= 1.65 ...MISSING File::ShareDir ...found Regexp::Common ...found Digest::MD5 >= 2.27 ...found HTML::FormatText::WithLinks >= 0.14 ...MISSING Mail::Header >= 2.12 ...MISSING Locale::Maketext::Fuzzy >= 0.11 ...MISSING Time::HiRes ...found Email::Address::List ...MISSING Net::CIDR ...found JSON ...found UNIVERSAL::require ...found Email::Address >= 1.897 ...MISSING Plack::Handler::Starlet ...found DASHBOARDS dependencies: URI::QueryParam ...found URI >= 1.59 ...found MIME::Types ...found FASTCGI dependencies: FCGI::ProcManager ...found FCGI >= 0.74 ...found GD dependencies: GD::Text ...found GD ...found GD::Graph >= 1.47 ...MISSING GPG dependencies: File::Which ...MISSING PerlIO::eol ...found GnuPG::Interface ...found ICAL dependencies: Data::ICal ...found MAILGATE dependencies: Pod::Usage ...found LWP::UserAgent >= 6.0 ...MISSING Crypt::SSLeay ...MISSING Getopt::Long ...found Net::SSL ...MISSING LWP::Protocol::https ...found Mozilla::CA ...MISSING PG dependencies: DBD::Pg >= 1.43 ...found SMIME dependencies: String::ShellQuote ...MISSING File::Which ...MISSING Crypt::X509 ...MISSING USERLOGO dependencies: Convert::Color ...found SOME DEPENDENCIES WERE MISSING. MAILGATE missing dependencies: LWP::UserAgent >= 6.0 ...MISSING Mozilla::CA ...MISSING Net::SSL ...MISSING Crypt::SSLeay ...MISSING SMIME missing dependencies: Crypt::X509 ...MISSING File::Which ...MISSING String::ShellQuote ...MISSING GPG missing dependencies: File::Which ...MISSING GD missing dependencies: GD::Graph >= 1.47 ...MISSING CORE missing dependencies: Text::Quoted >= 2.07 ...MISSING DBIx::SearchBuilder >= 1.65 ...MISSING Crypt::Eksblowfish ...MISSING Data::GUID ...MISSING MIME::Entity >= 5.504 ...MISSING Date::Extract >= 0.02 ...MISSING Symbol::Global::Name >= 0.04 ...MISSING HTML::FormatText::WithLinks >= 0.14 ...MISSING DateTime::Format::Natural >= 0.67 ...MISSING Plack >= 1.0002 ...MISSING Module::Refresh >= 0.03 ...MISSING Role::Basic >= 0.12 ...MISSING Mail::Header >= 2.12 ...MISSING Locale::Maketext::Fuzzy >= 0.11 ...MISSING Email::Address::List ...MISSING HTTP::Message >= 6.0 ...MISSING Log::Dispatch >= 2.30 ...MISSING HTML::FormatText::WithLinks::AndTables ...MISSING Date::Manip ...MISSING HTML::RewriteAttributes >= 0.05 ...MISSING Email::Address >= 1.897 ...MISSING Perl library path for /usr/bin/perl: /etc/perl /usr/local/lib/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl -- View this message in context: http://requesttracker.8502.n7.nabble.com/mailgate-cannot-forward-emails-to-queses-after-upgrade-from-4-0-7-to-4-2-1-EX-TEMPFAIL-error-tp56008.html Sent from the Request Tracker - User mailing list archive at Nabble.com. From eriks at centritech.net Tue Dec 10 22:26:13 2013 From: eriks at centritech.net (Eriks Goodwin-Pfister) Date: Wed, 11 Dec 2013 03:26:13 +0000 (UTC) Subject: [rt-users] Invitation to connect on LinkedIn Message-ID: <126571917.12717211.1386732373765.JavaMail.app@ela4-app4299.prod> LinkedIn ------------ I'd like to add you to my professional network on LinkedIn. - Eriks Eriks Goodwin-Pfister Chief Information Technology Officer & Vice President of Technology Governance at CarePoint Medical Richmond, Virginia Area Confirm that you know Eriks Goodwin-Pfister: https://www.linkedin.com/e/663294-hp20nfn8-2v/isd/18615564785/cXZ7QZ63/?hs=false&tok=0zeVTPm7keGC01 -- You are receiving Invitation to Connect emails. Click to unsubscribe: http://www.linkedin.com/e/663294-hp20nfn8-2v/Ahgcv_k4ZOleYkUmL2UxomKSUwrJ1-W9LidDOsDJ6chNpvZN/goo/rt-users%40lists%2Ebestpractical%2Ecom/20061/I6076302853_1/?hs=false&tok=1oSWDRQV4eGC01 (c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043, USA. -------------- next part -------------- An HTML attachment was scrubbed... URL: From niraj.vara at gmail.com Wed Dec 11 02:13:50 2013 From: niraj.vara at gmail.com (niraj) Date: Tue, 10 Dec 2013 23:13:50 -0800 (PST) Subject: [rt-users] search option not work Message-ID: <1386746030572-56010.post@n7.nabble.com> Hi I am searching the open,closed ticket with the root login in queue and other search parameter but not able to get any result. the same happened with user also. Please guide how can search my old tickets. -- View this message in context: http://requesttracker.8502.n7.nabble.com/search-option-not-work-tp56010.html Sent from the Request Tracker - User mailing list archive at Nabble.com. From bart at pleh.info Wed Dec 11 03:20:42 2013 From: bart at pleh.info (Bart) Date: Wed, 11 Dec 2013 09:20:42 +0100 Subject: [rt-users] RT 4.2.1 - Weird issue with HTML comments/correspondense - RT always registers plain text with HTML tags In-Reply-To: References: Message-ID: Hi again, After some testing/searching I still haven't found the exact cause for this issue... The only workaround that I could find was disabling the Rich Text editor by default or manually, after that everything worked as intended. But, without HTML / text formatting.... In the end I've reinstalled version 4.2.0 on top of version 4.2.1 in the test environment (without applying the DB patches, so the DB is still up to the level of version 4.2.1). After applying the 4.2.0 installation RT shows (as intended) itself as version 4.2.0 and this issue with the rich text editor is gone and everything works immediatly as before. So for production I also went back to version 4.2.0 without applying the database patches.... Overall, this downgrade fixed my problem, but I still have no clue as to where I should look for the problem. When I summarize what I've found so far: - Issue exists only in version 4.2.1, version 4.2.0 works just fine. - Something specific for my rich text editor, I have a custom config in this location: - /opt/rt4/local/static/RichText/config.js - (though, removing this doesn't fix the problem, even with all defaults it doesn't work) - At first I assumed this issue was with the RichText editor itself, so I copied the RichText editor from version 4.2.0 to the 4.2.1 installation. This however had no effect (made no difference): - I've copied/replaced this directory: /opt/rt4/share/static/RichText - For as far as I can verify this problem isn\t with the templates. The problem exists with both plaintext and html for the correspondense template. Also, the same templates work just fine under version 4.2.0. - The system and apache logs don't tell me anything either, I can't find any errors in there that could even remotely indicate a problem... So at this point I have no clue as where to look further, I would assume somewhere in the code that handles the comment/correspondense but that's not exactly my cup of tea... Any insight would be nice! I really would like to solve this. But for now I'm sticking with version 4.2.0. Though I do hope that I can get version 4.2.1 to work, or maybe version 4.2.2 when it becomes available (hopefully that version doesn't have the same issue) -- Bart G. 2013/12/10 Bart > Hi again, > > Even though I've tested it all, I've found a new piece of > information/cause: > > - Initially I've done testing with RT 4.2.0 on a copy of my production > installation, all tests with this version went perfect > - After upgrading to version 4.2.1 I have this same issue in my testing > environment, seems that I didn't test properly after doing this update or > atleast I didnt look at this specific case! > > So basically, this worked just fine with version 4.2.0 and somehow got > broken in version 4.2.1. > > Is there something I need to configure / install / patch before this > problem is fixed within version 4.2.0 ? > > Thanks in advance! > > > > 2013/12/10 Bart > >> Hi, >> >> As the subject states, when I place a comment or correspondence to a >> ticket it registers it all as plain text with HTML tags. >> >> E.g. Hello world in bold would look like this in the ticket history: >> >>
Hello world
  >> >> On top of that, outgoing mails also look like this.... >> >> My first thought would be that the templates we're broken since the >> update, but after updating the correspondense template for HTML (which it >> already was, but I copied the example HTML correspondense template just in >> case). Here's how the template looks: >> >> RT-Attach-Message: yes >> Content-Type: text/html >> >> {$Transaction->Content( Type => "text/html")} >> >> But, even with this template it keeps regisgtering HTML code as plain >> text and sending out the same code as outgoing mails. >> >> I can'f find any errors regarding this within the system/apache logs, so >> I'm kinde lost at where to begin with fixing this problem. Especially since >> I had a testing environment (copy of production) which seemed to work just >> fine..... >> >> So does anyone know where I should start for fixing this? I could imagine >> that some perl module got broken, but I really don't know which one I >> should reinstall or update... >> >> Thanks in advance! >> >> >> -- >> Bart G. >> > > > > -- > Bart G. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From g.mason at fairfx.com Wed Dec 11 05:03:11 2013 From: g.mason at fairfx.com (saxmad) Date: Wed, 11 Dec 2013 02:03:11 -0800 (PST) Subject: [rt-users] RT4.0.7 bulk updater issue In-Reply-To: <1384439488867-55821.post@n7.nabble.com> References: <1384439488867-55821.post@n7.nabble.com> Message-ID: <1386756190964-56012.post@n7.nabble.com> I know I have a pretty unique bunch of people using RT here, but are they really the only ones that have come across this ? They have picked up a number of functional changes using 4.0.7 compared to the years they spent working on 3.6.7, which I guess is to be expected, but I can't work out whether this is the expected action or whether the older version just let you get away with so much more. -- View this message in context: http://requesttracker.8502.n7.nabble.com/RT4-0-7-bulk-updater-issue-tp55821p56012.html Sent from the Request Tracker - User mailing list archive at Nabble.com. From bart at pleh.info Wed Dec 11 07:21:40 2013 From: bart at pleh.info (Bart) Date: Wed, 11 Dec 2013 13:21:40 +0100 Subject: [rt-users] RT4.0.7 bulk updater issue In-Reply-To: <1386756190964-56012.post@n7.nabble.com> References: <1384439488867-55821.post@n7.nabble.com> <1386756190964-56012.post@n7.nabble.com> Message-ID: I believe this is as intended. I think the idea is that you can update multiple sets of tickets with the remembered settings (e.g. the first 50 tickets, then the second batch of 50 tickets, etc.). As to "changing" the way this works, I don't believe there's a proper way other then maybe creating a bookmark for them? (I believe those parameters are stored in the URL) 2013/12/11 saxmad > I know I have a pretty unique bunch of people using RT here, but are they > really the only ones that have come across this ? > > They have picked up a number of functional changes using 4.0.7 compared to > the years they spent working on 3.6.7, which I guess is to be expected, but > I can't work out whether this is the expected action or whether the older > version just let you get away with so much more. > > > > > -- > View this message in context: > http://requesttracker.8502.n7.nabble.com/RT4-0-7-bulk-updater-issue-tp55821p56012.html > Sent from the Request Tracker - User mailing list archive at Nabble.com. > -- Bart G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bart at pleh.info Wed Dec 11 07:24:05 2013 From: bart at pleh.info (Bart) Date: Wed, 11 Dec 2013 13:24:05 +0100 Subject: [rt-users] search option not work In-Reply-To: <1386746030572-56010.post@n7.nabble.com> References: <1386746030572-56010.post@n7.nabble.com> Message-ID: Could you first maybe post your search querie (the one under the Advanced tab)? That should give us an idea at what your trying to achieve. Also, which version of RT are you using? and are you using the search builder? 2013/12/11 niraj > Hi > I am searching the open,closed ticket with the root login in queue and > other search parameter but not able to get any result. > > the same happened with user also. > > Please guide how can search my old tickets. > > > > -- > View this message in context: > http://requesttracker.8502.n7.nabble.com/search-option-not-work-tp56010.html > Sent from the Request Tracker - User mailing list archive at Nabble.com. > -- Bart G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From lzs at zitseng.com Wed Dec 11 07:28:07 2013 From: lzs at zitseng.com (Lai Zit Seng) Date: Wed, 11 Dec 2013 20:28:07 +0800 Subject: [rt-users] Problem with HTML tags appearing in correspondence Message-ID: I seem to be experiencing the same problem as mentioned in: http://requesttracker.8502.n7.nabble.com/RT-4-2-1-Weird-issue-with-HTML-comments-correspondense-RT-always-registers-plain-text-with-HTML-tags-td56005.html I don?t have custom templates. The HTML tags are only appearing when replying through the web interface. Disabling the Rich Text Editor avoids this problem. Hope this can be fixed? Regards, .lzs -------------- next part -------------- An HTML attachment was scrubbed... URL: From bart at pleh.info Wed Dec 11 07:28:18 2013 From: bart at pleh.info (Bart) Date: Wed, 11 Dec 2013 13:28:18 +0100 Subject: [rt-users] mailgate cannot forward emails to queses after upgrade from 4.0.7 to 4.2.1 EX_TEMPFAIL error In-Reply-To: <1386700126123-56008.post@n7.nabble.com> References: <1386700126123-56008.post@n7.nabble.com> Message-ID: Seems your missing allot of dependencies, using make fixdeps can help fixing those but to my experience at some point you have to just manually resolve/install those dependencies. To do so you use this command: coan -i LWP::UserAgent coan -i Mozilla::CA coan -i Net::SSL coan -i Crypt::SSLeay When executing these, one by one, you might find that there are other dependencies missing before perl installs the packet you need. So basically, this takes time and in between you need to run make testdeps to see which other dependencies you need to manually install. Or try make fixdeps to see if it can go further then before, but I found just duing this by hand is the more succesful method. EIther way, trial and error, keep at it untill all dependencies are resolved. Good luck! 2013/12/10 mamir > I am seeking desperately some help to figure out the issue I am having > after > upgrading from RT 4.0.7 to 4.2.1. New RT seems to working fine other > than > mailgate cannot forward outside email to queues. I can send out the mail > from RT web interface without problems. Rt debug is not giving any useful > logs. > > Here is the tail from sendmail's log file > > Dec 4 10:17:11 rt-dev sm-mta[13877]: rB4IHA97013875: > to="|/opt/rt4/bin/rt-mailgate --debug --queue mamirtest --action correspond > --url https://rt-dev.myrt.com", ctladdr= (8/0), > delay=00:00:00, xdelay=00:00:00, mailer=prog, pri=35334, dsn=4.0.0, > stat=Deferred: prog mailer (/bin/sh) exited with EX_TEMPFAIL > > Here is the result of make testdeps RT mailgate stop working after I run > make fixdeps. > users: > rt group (www-data) ...found > bin owner (root) ...found > libs owner (root) ...found > libs group (bin) ...found > web owner (www-data) ...found > web group (www-data) ...found > CLI dependencies: > Text::ParseWords ...found > Term::ReadKey ...found > Getopt::Long >= 2.24 ...found > HTTP::Request::Common ...found > Term::ReadLine ...found > LWP ...found > CORE dependencies: > Storable >= 2.08 ...found > Encode >= 2.39 ...found > Crypt::Eksblowfish ...MISSING > Module::Versions::Report >= 1.05 ...found > List::MoreUtils ...found > Errno ...found > DBI >= 1.37 ...found > Devel::StackTrace >= 1.19 ...found > HTTP::Message >= 6.0 ...MISSING > Text::Password::Pronounceable ...found > Devel::GlobalDestruction ...found > Time::ParseDate ...found > IPC::Run3 ...found > Tree::Simple >= 1.04 ...found > HTML::Scrubber >= 0.08 ...found > HTML::Quoted ...found > Sys::Syslog >= 0.16 ...found > Mail::Mailer >= 1.57 ...found > Data::GUID ...MISSING > HTML::Mason >= 1.43 ...found > HTML::Entities ...found > LWP::Simple ...found > Symbol::Global::Name >= 0.04 ...MISSING > DateTime::Format::Natural >= 0.67 ...MISSING > Plack >= 1.0002 ...MISSING > File::Glob ...found > Class::Accessor >= 0.34 ...found > Text::Wrapper ...found > Regexp::Common::net::CIDR ...found > Log::Dispatch >= 2.30 ...MISSING > HTML::FormatText::WithLinks::AndTables ...MISSING > DateTime >= 0.44 ...found > CGI::Emulate::PSGI ...found > Text::Quoted >= 2.07 ...MISSING > Regexp::IPv6 ...found > CGI >= 3.38 ...found > CSS::Squish >= 0.06 ...found > DateTime::Locale >= 0.40 ...found > CGI::PSGI >= 0.12 ...found > Apache::Session >= 1.53 ...found > Date::Extract >= 0.02 ...MISSING > Digest::SHA ...found > HTML::Mason::PSGIHandler >= 0.52 ...found > MIME::Entity >= 5.504 ...MISSING > Locale::Maketext::Lexicon >= 0.32 ...found > Module::Refresh >= 0.03 ...MISSING > Role::Basic >= 0.12 ...MISSING > Digest::base ...found > File::Temp >= 0.19 ...found > Date::Manip ...MISSING > Locale::Maketext >= 1.06 ...found > HTML::RewriteAttributes >= 0.05 ...MISSING > Text::Template >= 1.44 ...found > CGI::Cookie >= 1.20 ...found > Scalar::Util ...found > XML::RSS >= 1.05 ...found > File::Spec >= 0.8 ...found > Text::WikiFormat >= 0.76 ...found > DBIx::SearchBuilder >= 1.65 ...MISSING > File::ShareDir ...found > Regexp::Common ...found > Digest::MD5 >= 2.27 ...found > HTML::FormatText::WithLinks >= 0.14 ...MISSING > Mail::Header >= 2.12 ...MISSING > Locale::Maketext::Fuzzy >= 0.11 ...MISSING > Time::HiRes ...found > Email::Address::List ...MISSING > Net::CIDR ...found > JSON ...found > UNIVERSAL::require ...found > Email::Address >= 1.897 ...MISSING > Plack::Handler::Starlet ...found > DASHBOARDS dependencies: > URI::QueryParam ...found > URI >= 1.59 ...found > MIME::Types ...found > FASTCGI dependencies: > FCGI::ProcManager ...found > FCGI >= 0.74 ...found > GD dependencies: > GD::Text ...found > GD ...found > GD::Graph >= 1.47 ...MISSING > GPG dependencies: > File::Which ...MISSING > PerlIO::eol ...found > GnuPG::Interface ...found > ICAL dependencies: > Data::ICal ...found > MAILGATE dependencies: > Pod::Usage ...found > LWP::UserAgent >= 6.0 ...MISSING > Crypt::SSLeay ...MISSING > Getopt::Long ...found > Net::SSL ...MISSING > LWP::Protocol::https ...found > Mozilla::CA ...MISSING > PG dependencies: > DBD::Pg >= 1.43 ...found > SMIME dependencies: > String::ShellQuote ...MISSING > File::Which ...MISSING > Crypt::X509 ...MISSING > USERLOGO dependencies: > Convert::Color ...found > > SOME DEPENDENCIES WERE MISSING. > MAILGATE missing dependencies: > LWP::UserAgent >= 6.0 ...MISSING > Mozilla::CA ...MISSING > Net::SSL ...MISSING > Crypt::SSLeay ...MISSING > SMIME missing dependencies: > Crypt::X509 ...MISSING > File::Which ...MISSING > String::ShellQuote ...MISSING > GPG missing dependencies: > File::Which ...MISSING > GD missing dependencies: > GD::Graph >= 1.47 ...MISSING > CORE missing dependencies: > Text::Quoted >= 2.07 ...MISSING > DBIx::SearchBuilder >= 1.65 ...MISSING > Crypt::Eksblowfish ...MISSING > Data::GUID ...MISSING > MIME::Entity >= 5.504 ...MISSING > Date::Extract >= 0.02 ...MISSING > Symbol::Global::Name >= 0.04 ...MISSING > HTML::FormatText::WithLinks >= 0.14 ...MISSING > DateTime::Format::Natural >= 0.67 ...MISSING > Plack >= 1.0002 ...MISSING > Module::Refresh >= 0.03 ...MISSING > Role::Basic >= 0.12 ...MISSING > Mail::Header >= 2.12 ...MISSING > Locale::Maketext::Fuzzy >= 0.11 ...MISSING > Email::Address::List ...MISSING > HTTP::Message >= 6.0 ...MISSING > Log::Dispatch >= 2.30 ...MISSING > HTML::FormatText::WithLinks::AndTables ...MISSING > Date::Manip ...MISSING > HTML::RewriteAttributes >= 0.05 ...MISSING > Email::Address >= 1.897 ...MISSING > > Perl library path for /usr/bin/perl: > /etc/perl > /usr/local/lib/perl/5.10.1 > /usr/lib/perl5 > /usr/share/perl5 > /usr/lib/perl/5.10 > /usr/share/perl/5.10 > /usr/local/lib/site_perl > > > > -- > View this message in context: > http://requesttracker.8502.n7.nabble.com/mailgate-cannot-forward-emails-to-queses-after-upgrade-from-4-0-7-to-4-2-1-EX-TEMPFAIL-error-tp56008.html > Sent from the Request Tracker - User mailing list archive at Nabble.com. > -- Bart G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bart at pleh.info Wed Dec 11 07:33:58 2013 From: bart at pleh.info (Bart) Date: Wed, 11 Dec 2013 13:33:58 +0100 Subject: [rt-users] Problem with HTML tags appearing in correspondence In-Reply-To: References: Message-ID: Hi, As mentioned in that thread, I resolved it by installing version 4.2.0 again using these steps: # Download and unpack version 4.2.0 wget wget http://download.bestpractical.com/pub/rt/release/rt-4.2.0.tar.gz tar -xvzf rt-4.2.0.tar.gz cd rt-4.2.0 # Only go up to the make upgrade, don't do the upgrade-database parts ./configure make upgrade # Restart RT service apache2 stop rm -rf /opt/rt4/var/mason_data/obj/* service apache2 start Unfortunately I don't know if there's a "real" fix for this problem, for now I'm satisfied with the downgrade to version 4.2.0 which seems to work just fine (even with the 4.2.1 database changes, apparently they have no affect on the functionality of RT 4.2.0). 2013/12/11 Lai Zit Seng > I seem to be experiencing the same problem as mentioned in: > > > http://requesttracker.8502.n7.nabble.com/RT-4-2-1-Weird-issue-with-HTML-comments-correspondense-RT-always-registers-plain-text-with-HTML-tags-td56005.html > > I don?t have custom templates. The HTML tags are only appearing when > replying through the web interface. Disabling the Rich Text Editor avoids > this problem. Hope this can be fixed? > > Regards, > > .lzs > -- Bart G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jose.fernandez at naxos.fr Wed Dec 11 08:04:10 2013 From: jose.fernandez at naxos.fr (Naxos : jose fernandez) Date: Wed, 11 Dec 2013 14:04:10 +0100 Subject: [rt-users] Fetchmail error Message-ID: Hello, I have a problem with Fetchmail to create tickets by email to Request-Tracker 4.0. In fact I have a problem when retrieving emails. A little help would be welcome. Thank you Here is the error message when retrieving emails : Dec 11 12:36:45 machine fetchmail[18226]: 2 messages pour toto dans mail.domaine.com. Dec 11 12:36:46 machine fetchmail[18226]: lecture du message toto at mail.domaine.com:1 parmi 2 (2767 octets dans l'en-t?te) (3172 octets dans le corps) (message de trace incomplet) Dec 11 12:36:46 machine fetchmail[18226]: MDA a retourn? un ?tat non nul (75) Dec 11 12:36:46 machine fetchmail[18226]: non ?limin? The contents of my fetchmailrc file: set daemon 60 set no bouncemail defaults: antispam -1 batchlimit 100 set invisible # Example server section. # #poll foo.bar.org with protocol pop3 # user baka there is localbaka here smtphost smtp.foo.bar.org; poll mail.domaine.com with protocol IMAP username 'toto' there with password 'pass' no keep mda "/path/rt-mailgate --url http://www.monsite.mondomaine.fr/ --queue General --action correspond" poll mail.domaine.com with protocol IMAP username 'toto' there with password 'pass' no keep mda "/path/rt-mailgate --url http://www.monsite.mondomaine.fr/ --queue General --action comment" -------------- next part -------------- An HTML attachment was scrubbed... URL: From falcone at bestpractical.com Wed Dec 11 10:54:23 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Wed, 11 Dec 2013 10:54:23 -0500 Subject: [rt-users] Get QueueName in External CustomField In-Reply-To: <52A26D36.4010204@tech-guides.co.uk> References: <52A26D36.4010204@tech-guides.co.uk> Message-ID: <20131211155423.GM1829@jibsheet.com> On Sat, Dec 07, 2013 at 12:35:02AM +0000, Pritpal Sabharwal wrote: > I am trying to create a CustomField with data obtained from a database. > I need to pass the current queue name as a where clause into the > External Source script. > > > sub ExternalValues { > my $self = shift; > > my $queue = $self->TicketObj->QueueObj; > [..] > > } > > When I run the above, I get the following message: > > "Can't locate object method "TicketObj" via package..." This is because $self isa RT::CustomFieldValues::External, RT::CustomFIeldValues, RT::SearchBuilder, none of which have any ticket data. Unfortunately, I'm not aware of any way to currently get the information you want inside ExternalValues. Keep in mind that during Ticket Creation, you wouldn't even have a ->TicketObj to use (since it hasn't been created yet). Patches that pass more context through to ExternalValues would be welcome, but will likely be complex. -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Wed Dec 11 10:55:35 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Wed, 11 Dec 2013 10:55:35 -0500 Subject: [rt-users] No mailgate tickets on new 4.18 install In-Reply-To: <1386500537668-56003.post@n7.nabble.com> References: <1386340589130-56000.post@n7.nabble.com> <1386500537668-56003.post@n7.nabble.com> Message-ID: <20131211155535.GN1829@jibsheet.com> On Sun, Dec 08, 2013 at 03:02:17AM -0800, martinm wrote: > The message finally bounced with this message: > > *: temporary failure. Command output: An Error Occurred > ================= 403 Forbidden* > Is this an apache config issue or something else? Have you looked in your apache logs? If you searched the mailing lists for rt-mailgate and 403, you'd see that I normally reply that this sounds like you're telling rt-mailgate to connect via http while apache forces https and you need to tell rt-mailgate to use https (or allow rt-mailgate another connection option). -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Wed Dec 11 10:59:06 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Wed, 11 Dec 2013 10:59:06 -0500 Subject: [rt-users] RT4.0.7 bulk updater issue In-Reply-To: <1384439488867-55821.post@n7.nabble.com> References: <1384439488867-55821.post@n7.nabble.com> Message-ID: <20131211155906.GO1829@jibsheet.com> On Thu, Nov 14, 2013 at 06:31:28AM -0800, saxmad wrote: > Having recently updated to v4.0.7 from v3.6.7, my users have noticed a small > but fundamental change in the way the bulk updater screen works for them. > > When they do more than one bulk update at once, ie without coming out of the > bulk update screen, then the settings have been remembered from the previous > update. If they don't notice this, or forget, they then apply the wrong > update settings to the tickets. > > The old version did not exhibit this, but cleared all the settings as though > coming in fresh each time. This has been fixed multiple times throughout 3.8 and 4.0 and 4.2, and the behavior you described is the desired RT behavior and I find it unlikely that it will revert back to what you were seeing in 3.6. -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From marko.cupac at mimar.rs Wed Dec 11 11:33:42 2013 From: marko.cupac at mimar.rs (Marko =?UTF-8?B?Q3VwYcSH?=) Date: Wed, 11 Dec 2013 17:33:42 +0100 Subject: [rt-users] apache segfaults with 4.2 Message-ID: <20131211173342.79d7b6fbb833f6ccd3c1a1b9@mimar.rs> I have just upgraded rt from 4.0.18 to 4.2.1 on FreeBSD 9.2. Everything looks ok except for the fact that apache dumps core twice every time I restart it. It does not happen when I comment out rt-related stuff from httpd.conf Any help would be appretiated. -- Marko Cupa? From g.mason at fairfx.com Wed Dec 11 11:37:09 2013 From: g.mason at fairfx.com (saxmad) Date: Wed, 11 Dec 2013 08:37:09 -0800 (PST) Subject: [rt-users] RT4.0.7 bulk updater issue In-Reply-To: <20131211155906.GO1829@jibsheet.com> References: <1384439488867-55821.post@n7.nabble.com> <20131211155906.GO1829@jibsheet.com> Message-ID: <1386779829627-56023.post@n7.nabble.com> Thanks for the clarification Kevin. -- View this message in context: http://requesttracker.8502.n7.nabble.com/RT4-0-7-bulk-updater-issue-tp55821p56023.html Sent from the Request Tracker - User mailing list archive at Nabble.com. From lstewart at iweb.com Wed Dec 11 14:15:44 2013 From: lstewart at iweb.com (Landon Stewart) Date: Wed, 11 Dec 2013 11:15:44 -0800 Subject: [rt-users] Looking for flattened ticket data - De-normalized RT Views originally by Kenneth Crocker KFCrocker at lbl.gov Message-ID: Hello, Hopefully Kenneth Crocker is still on the mailing list since he originally posted about this in 2009. I?ve been digging around for a way to have a flattened representation of ticket data including customfields for statistical purposes. I think what it is I?m looking for is a to use MySQL Views (stored queries that when invoked produce a result set and act as a virtual table) but I can?t figure out how to build one that includes CustomField data from the ObjectCustomFieldValues table with proper names of fields instead of numbers and Usernames instead of UIDs etc? I find the joins required for the RT data a little extreme to figure out in my head. I know it?s a complex thing to do but it would make generating statistics and digging through the data very easy without having to code something in perl from scratch every time a new statistical report is requested. -- Landon Stewart :: lstewart at iweb.com Lead Specialist, Abuse and Security Management Sp?cialiste principal, gestion des abus et s?curit? http://iweb.com :: +1 (888) 909-4932 -------------- next part -------------- An HTML attachment was scrubbed... URL: From adam at cs.pitt.edu Wed Dec 11 15:41:45 2013 From: adam at cs.pitt.edu (pittcs_adam) Date: Wed, 11 Dec 2013 12:41:45 -0800 (PST) Subject: [rt-users] make fixdeps error In-Reply-To: References: Message-ID: <1386794505323-56025.post@n7.nabble.com> I am having this same problem as below on CentOS 6 and a "yum update" CentOS 6.5. I did the script command to record both "make testdeps" and "make fixdeps." I have posted it on my work web space here, http://people.cs.pitt.edu/~adam/rtbug. Any help figuring this out would be appreciated. A suggestion that I saw from a previous email in this thread was to install YAML and to install mysql-devel. I already had mysql-devel installed and installed YAML with no luck. Thank you Adam ----------------- I am starting a new install on RHEL6 and getting this error after running make fixdeps. I've already installed all dependencies via CPAN as best I can tell. I looked at the line generating the error in the script and can't easily tell what it's doing. Test Summary Report ------------------- t/01plack-test.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/02graceful.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/03post.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/04-bumpy-life.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/05server-header.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/06harakiri.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/07remote_port.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/08chunked_req.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/09chunked_zero_length.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=10, Tests=1, 0 wallclock secs ( 0.02 usr 0.03 sys + 0.44 cusr 0.08 csys = 0.57 CPU) Result: FAIL Failed 9/10 test programs. 0/1 subtests failed. make[1]: *** [test_dynamic] Error 2 make[1]: Leaving directory `/root/.cpan/build/Starlet-0.20-Cis82r' KAZUHO/Starlet-0.20.tar.gz /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports KAZUHO/Starlet-0.20.tar.gz Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install make test had returned bad status, won't install without force SMTP dependencies: Net::SMTP ...found USERLOGO dependencies: Convert::Color ...found Can't exec "./sbin/rt-test-dependencies": No such file or directory at ./sbin/rt-test-dependencies line 419. -- View this message in context: http://requesttracker.8502.n7.nabble.com/make-fixdeps-error-tp55124p56025.html Sent from the Request Tracker - User mailing list archive at Nabble.com. From lzs at zitseng.com Wed Dec 11 17:45:10 2013 From: lzs at zitseng.com (Lai Zit Seng) Date: Thu, 12 Dec 2013 06:45:10 +0800 Subject: [rt-users] Problem with HTML tags appearing in correspondence In-Reply-To: References: Message-ID: Hi Bart, I was hoping to not have to downgrade. :P I can live without the rich text editor for now. Regards, .lzs On 11 December, 2013 at 8:33:59 pm, Bart (bart at pleh.info) wrote: Hi, As mentioned in that thread, I resolved it by installing version 4.2.0 again using these steps: # Download and unpack version 4.2.0 wget wget http://download.bestpractical.com/pub/rt/release/rt-4.2.0.tar.gz tar -xvzf rt-4.2.0.tar.gz cd rt-4.2.0 # Only go up to the make upgrade, don't do the upgrade-database parts ./configure make upgrade # Restart RT service apache2 stop rm -rf /opt/rt4/var/mason_data/obj/* service apache2 start Unfortunately I don't know if there's a "real" fix for this problem, for now I'm satisfied with the downgrade to version 4.2.0 which seems to work just fine (even with the 4.2.1 database changes, apparently they have no affect on the functionality of RT 4.2.0). 2013/12/11 Lai Zit Seng I seem to be experiencing the same problem as mentioned in: http://requesttracker.8502.n7.nabble.com/RT-4-2-1-Weird-issue-with-HTML-comments-correspondense-RT-always-registers-plain-text-with-HTML-tags-td56005.html I don?t have custom templates. The HTML tags are only appearing when replying through the web interface. Disabling the Rich Text Editor avoids this problem. Hope this can be fixed? Regards, .lzs -- Bart G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From niraj.vara at gmail.com Thu Dec 12 05:37:44 2013 From: niraj.vara at gmail.com (niraj) Date: Thu, 12 Dec 2013 02:37:44 -0800 (PST) Subject: [rt-users] GMT+5:30 Timezone not shows in settings Message-ID: <1386844664371-56029.post@n7.nabble.com> Hi I want to set the Indian time in ticket but when I trying change in setting it now showing option for india like GMT+5:30. Please guide what I required to do the same. -- View this message in context: http://requesttracker.8502.n7.nabble.com/GMT-5-30-Timezone-not-shows-in-settings-tp56029.html Sent from the Request Tracker - User mailing list archive at Nabble.com. From adam at cs.pitt.edu Thu Dec 12 09:11:37 2013 From: adam at cs.pitt.edu (pittcs_adam) Date: Thu, 12 Dec 2013 06:11:37 -0800 (PST) Subject: [rt-users] make fixdeps error In-Reply-To: <577RLkVPD1008S06.1386796563@web06.cms.usa.net> References: <1386794505323-56025.post@n7.nabble.com> <577RLkVPD1008S06.1386796563@web06.cms.usa.net> Message-ID: <1386857497135-56030.post@n7.nabble.com> Thank you. I didn't know that EPEL had a bunch of perl modules. I installed this one, perl-Crypt-Eksblowfish and perl-Log-Dispatch. Now make testdeps works just fine. Thanks! //adam ------ You are trying to compile the Params::Classify module and it is failing. That package is in EPEL repo. Just configure the EPEL repo ( https://fedoraproject.org/wiki/EPEL ) and then: # yum install perl-Params-Classify Then try your install again. HTH Forrest -- View this message in context: http://requesttracker.8502.n7.nabble.com/make-fixdeps-error-tp55124p56030.html Sent from the Request Tracker - User mailing list archive at Nabble.com. From kristian.davies at gmail.com Thu Dec 12 09:28:22 2013 From: kristian.davies at gmail.com (Kristian Davies) Date: Thu, 12 Dec 2013 14:28:22 +0000 Subject: [rt-users] Users timezone Message-ID: RT v4.0.6 MySQL 5.1.50 Can a users timezone be set via REST/rt script or is it safe just to set it manually via Users table in the database? Cheers, Kristian -------------- next part -------------- An HTML attachment was scrubbed... URL: From mamir at ucdavis.edu Thu Dec 12 18:28:33 2013 From: mamir at ucdavis.edu (mamir) Date: Thu, 12 Dec 2013 15:28:33 -0800 (PST) Subject: [rt-users] RT4.2 with Ubuntu13.10 and Postfix In-Reply-To: <1384443372529-55822.post@n7.nabble.com> References: <1384301037064-55783.post@n7.nabble.com> <1384312237697-55786.post@n7.nabble.com> <1384319749306-55788.post@n7.nabble.com> <1384362238671-55798.post@n7.nabble.com> <52849C37.3040407@netcologne.de> <1384443372529-55822.post@n7.nabble.com> Message-ID: <1386890913342-56032.post@n7.nabble.com> Your post helped to fix my same exact problem , thanks. -- View this message in context: http://requesttracker.8502.n7.nabble.com/RT4-2-with-Ubuntu13-10-and-Postfix-tp55783p56032.html Sent from the Request Tracker - User mailing list archive at Nabble.com. From bennettk9999 at gmail.com Fri Dec 13 09:02:49 2013 From: bennettk9999 at gmail.com (Kenroy Bennett) Date: Fri, 13 Dec 2013 10:02:49 -0400 Subject: [rt-users] Validating Custom fields against an external datasource Message-ID: I have a auto-complete custom field with its data coming from an web service The reason for the auto-complete is to prevent users from searching through the long list of data. I would like to know if custom validation can be created to validate the entry in the custom field against an external data source such as a web service and display a error message. Is this type of validation possible ? Thanks, Kenroy -------------- next part -------------- An HTML attachment was scrubbed... URL: From plessis.benoit at gmail.com Fri Dec 13 10:06:20 2013 From: plessis.benoit at gmail.com (benoit plessis) Date: Fri, 13 Dec 2013 16:06:20 +0100 Subject: [rt-users] RT (4.0.18) search engine is leaking informations about unallowed tickets Message-ID: Hi, I'm experiencing something weird with the latest 4.0.xx release, when some low privileges users search for tickets RT give away of unwanted informations. Example: the default dashboard search for unowned tickets display "70 tickets found" in the title part, include a two-pages navigation, but only display 1 ticket, the only one the user is allowed to see. This also break the dashboard view, since the first ten tickets aren't accessible the view is empty. I'm not sure if it's a recent change or not since up to now all of our users had at least readonly access to all of the queues/tickets. Is it a known problem ? Regards, benoit -------------- next part -------------- An HTML attachment was scrubbed... URL: From falcone at bestpractical.com Fri Dec 13 10:29:21 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Fri, 13 Dec 2013 10:29:21 -0500 Subject: [rt-users] Users timezone In-Reply-To: References: Message-ID: <20131213152921.GA2151@jibsheet.com> On Thu, Dec 12, 2013 at 02:28:22PM +0000, Kristian Davies wrote: > Can a users timezone be set via REST/rt script or is it safe just to set it manually via Users > table in the database? REST doesn't allow it (but should be easy to patch in). To do it in using an RT script, you'd use the perl API: http://bestpractical.com/docs/rt/latest/RT/User.html#SetTimezone-VALUE Make sure you use a valid string. -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Fri Dec 13 10:40:52 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Fri, 13 Dec 2013 10:40:52 -0500 Subject: [rt-users] apache segfaults with 4.2 In-Reply-To: <20131211173342.79d7b6fbb833f6ccd3c1a1b9@mimar.rs> References: <20131211173342.79d7b6fbb833f6ccd3c1a1b9@mimar.rs> Message-ID: <20131213154052.GB2151@jibsheet.com> On Wed, Dec 11, 2013 at 05:33:42PM +0100, Marko Cupa? wrote: > I have just upgraded rt from 4.0.18 to 4.2.1 on FreeBSD 9.2. Everything > looks ok except for the fact that apache dumps core twice every time I > restart it. It does not happen when I comment out rt-related stuff from > httpd.conf > > Any help would be appretiated. You've not provided anywhere near enough information to even try guessing. You didn't say how you're running RT under Apache. You didn't say anything about what other options you have turned on (ssl, etc). -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Fri Dec 13 10:49:20 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Fri, 13 Dec 2013 10:49:20 -0500 Subject: [rt-users] GMT+5:30 Timezone not shows in settings In-Reply-To: <1386844664371-56029.post@n7.nabble.com> References: <1386844664371-56029.post@n7.nabble.com> Message-ID: <20131213154920.GC2151@jibsheet.com> On Thu, Dec 12, 2013 at 02:37:44AM -0800, niraj wrote: > I want to set the Indian time in ticket but when I trying change in > setting it now showing option for india like GMT+5:30. > Please guide what I required to do the same. RT uses the DateTime::TimeZone module to provide a list pulled from the Olsen file: https://metacpan.org/pod/DateTime::TimeZone It provides Asia/Kolkata which is +5:30 and appears equivalent to IST. Were you looking for something different? -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Fri Dec 13 10:50:17 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Fri, 13 Dec 2013 10:50:17 -0500 Subject: [rt-users] Validating Custom fields against an external datasource In-Reply-To: References: Message-ID: <20131213155017.GD2151@jibsheet.com> On Fri, Dec 13, 2013 at 10:02:49AM -0400, Kenroy Bennett wrote: > I have a auto-complete custom field with its data coming from an web service > The reason for the auto-complete is to prevent users from searching through the long list of > data. > I would like to know if custom validation can be created to validate the entry in the custom > field against an external data source such as a web service and display a error message. You may find it easier to source the data externally first: http://bestpractical.com/docs/rt/latest/extending/external_custom_fields.html But you could also validate on submission, there are callbacks in place. -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Fri Dec 13 10:50:53 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Fri, 13 Dec 2013 10:50:53 -0500 Subject: [rt-users] RT (4.0.18) search engine is leaking informations about unallowed tickets In-Reply-To: References: Message-ID: <20131213155053.GE2151@jibsheet.com> On Fri, Dec 13, 2013 at 04:06:20PM +0100, benoit plessis wrote: > I'm experiencing something weird with the latest 4.0.xx release, when some low privileges > users search for tickets RT give away of unwanted informations. > > Example: the default dashboard search for unowned tickets display "70 tickets found" in the > title part, include a two-pages navigation, but only display 1 ticket, the only one the user > is allowed to see. > > This also break the dashboard view, since the first ten tickets aren't accessible the view is > empty. > I'm not sure if it's a recent change or not since up to now all of our users had at least > readonly access to all of the queues/tickets. http://bestpractical.com/docs/rt/latest/RT_Config.html#UseSQLForACLChecks Off on 4.0, on on 4.2. You sound like you want to turn it on. -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Fri Dec 13 11:10:17 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Fri, 13 Dec 2013 11:10:17 -0500 Subject: [rt-users] Problem with HTML tags appearing in correspondence In-Reply-To: References: Message-ID: <20131213161017.GF2151@jibsheet.com> Having attempted to Reply using the Rich Text Editor on a clean RT 4.2.1 install, I cannot replicate this at all. Since you see literal HTML tags being recorded in ticket history, this points to something broken in your use of the RichText editor. Can one of the reporters please provide show a test correspondence with the problem with Show Full Headers, and then with Download with headers for each of the pieces. Thanks -kevin On Thu, Dec 12, 2013 at 06:45:10AM +0800, Lai Zit Seng wrote: > I seem to be experiencing the same problem as mentioned in: > [4]http://requesttracker.8502.n7.nabble.com/RT-4-2-1-Weird-issue-with-HTML-comments-correspondense-RT-always-registers-plain-text-with-HTML-tags-td56005.html > I don't have custom templates. The HTML tags are only appearing when replying through the > web interface. Disabling the Rich Text Editor avoids this problem. Hope this can be fixed? > Regards, -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From johnmill at brandeis.edu Fri Dec 13 11:36:41 2013 From: johnmill at brandeis.edu (John Miller) Date: Fri, 13 Dec 2013 11:36:41 -0500 Subject: [rt-users] RT 3.8.8: Which users have privileges on which queues? Message-ID: <52AB3799.5090100@brandeis.edu> Hello everyone, We're running RT 3.8.8 (yes, I know it's old....). We're managing our group and queue privileges via RT itself, rather than LDAP. How can we generate a report that shows us per queue which users have rights? I dug through the database schema for about an hour; decided it was better to ask than to keep digging. John -- John Miller Systems Engineer Brandeis University johnmill at brandeis.edu (781) 736-4619 From kenn.crocker at gmail.com Fri Dec 13 14:11:37 2013 From: kenn.crocker at gmail.com (Kenneth Crocker) Date: Fri, 13 Dec 2013 11:11:37 -0800 Subject: [rt-users] RT 3.8.8: Which users have privileges on which Message-ID: <-6199649996007516693@unknownmsgid> queues? MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Have you tried Rights Matrix? Kenn Sent from my Windows Phone From: John Miller Sent: =E2=80=8E12/=E2=80=8E13/=E2=80=8E2013 8:37 AM To: rt-users at lists.bestpractical.com Subject: [rt-users] RT 3.8.8: Which users have privileges on which queues? Hello everyone, We're running RT 3.8.8 (yes, I know it's old....). We're managing our=20 group and queue privileges via RT itself, rather than LDAP. How can we=20 generate a report that shows us per queue which users have rights? I dug through the database schema for about an hour; decided it was=20 better to ask than to keep digging. John --=20 John Miller Systems Engineer Brandeis University johnmill at brandeis.edu (781) 736-4619 From SJC at qvii.com Fri Dec 13 16:04:24 2013 From: SJC at qvii.com (Cena, Stephen (ext. 300)) Date: Fri, 13 Dec 2013 21:04:24 +0000 Subject: [rt-users] Global Custom Fields only visible for search by "root"? Message-ID: <0CE56AE307C0BC4B950BF05F3759DF4314D0C5EA@MailStore2010.ogp.qvii.com> I've got RT 4.0.18 running for our Service Dept. Somehow, I've prevented them from accessing Custom Fields when doing Searches. They can enter them into tickets and view them, but when they go to perform a Search none of the Fields are selectable/searchable. However, if I log in as "root" and do a Search, the fields are selectable. I know I've misconfigured something but I'm just not seeing it. Is there a permission that needs to be set for Global Custom Fields to show up in Search? -------------- next part -------------- An HTML attachment was scrubbed... URL: From support at pureview.com Fri Dec 13 19:56:37 2013 From: support at pureview.com (Support) Date: Fri, 13 Dec 2013 19:56:37 -0500 Subject: [rt-users] Installing RT with Oracle 11g: ERROR: as user 'rt': ORA-01017 Message-ID: <00f601cef867$5df1a300$19d4e900$@com> I need help installing RT with Oracle 11g as a backend database. Also I have set the env for oracle. I was able to to logon to Oracle using sqlplus using rt user name and rt password. Any one can help me to initialize rt with oracle. ERROR: Failed to connect to dbi:Oracle:sid=rt;host=IP Address;port=1530 as user 'rt': ORA-01017: invalid username/password; logon denied (DBD ERROR: OCISessionBeg I know I testedfd the user fine and logon to sqlplus fine. Thanks My Server Info RH 6 64bit RT-4.2.1 --with-db-type=Oracle \ --with-db-database=rt \ --with-db-host=IP Address \ --with-db-port=1530 \ --with-db-dba=system \ --with-db-rt-user=rt \ --with-db-rt-pass=password at rt \ --with-web-user=apache \ --with-web-group=apache \ --with-rt-group=rt \ --prefix=/opt/rt4 \ --enable-graphviz \ --enable-gd \ --enable-gpg [root at toldav:rt-4.2.1]# make initialize-database /usr/bin/perl -I/opt/rt4/local/lib -I/opt/rt4/lib sbin/rt-setup-database --action init --prompt-for-dba-password In order to create or update your RT database, this script needs to connect to your Oracle instance on IP Adddress (port '1530') as rt Please specify that user's database password below. If the user has no database password, just press return. Password: Working with: Type: Oracle Host: IP address ( Also I have try with localhost, fqdn and no host and it did not work) Port: 1530 Name: rt User: rt DBA: rt Failed to connect to dbi:Oracle:sid=rt;host=IP Address;port=1530 as user 'rt': ORA-01017: invalid username/password; logon denied (DBD ERROR: OCISessionBeg -------------- next part -------------- An HTML attachment was scrubbed... URL: From jvdwege at xs4all.nl Sat Dec 14 02:26:15 2013 From: jvdwege at xs4all.nl (Joop) Date: Sat, 14 Dec 2013 08:26:15 +0100 Subject: [rt-users] Installing RT with Oracle 11g: ERROR: as user 'rt': ORA-01017 In-Reply-To: <00f601cef867$5df1a300$19d4e900$@com> References: <00f601cef867$5df1a300$19d4e900$@com> Message-ID: <52AC0817.907@xs4all.nl> Support wrote: > > > > [root at toldav:rt-4.2.1]# make initialize-database > > /usr/bin/perl -I/opt/rt4/local/lib -I/opt/rt4/lib > sbin/rt-setup-database --action init --prompt-for-dba-password > > In order to create or update your RT database, this script needs to > connect to your Oracle instance on IP Adddress (port '1530') as rt > > Please specify that user's database password below. If the user has no > database > > password, just press return. > > > > Password: > > Working with: > > Type: Oracle > > Host: IP address ( Also I have try with localhost, fqdn and no host > and it did not work) > > Port: 1530 > > Name: rt > > User: rt > > DBA: rt > > Failed to connect to dbi:Oracle:sid=rt;host=IP Address;port=1530 as > user 'rt': ORA-01017: invalid username/password; logon denied (DBD > ERROR: OCISessionBeg > From this I suspect that RT wants the system account and pw to create the rt user. Could you try and see if that works? Joop -------------- next part -------------- An HTML attachment was scrubbed... URL: From support at pureview.com Sat Dec 14 18:43:33 2013 From: support at pureview.com (support at pureview.com) Date: Sat, 14 Dec 2013 18:43:33 -0500 Subject: [rt-users] Installing RT with Oracle 11g: ERROR: as user 'rt': ORA-01017 In-Reply-To: <52AC0817.907@xs4all.nl> References: <00f601cef867$5df1a300$19d4e900$@com> <52AC0817.907@xs4all.nl> Message-ID: Joop, Thanks for the replay. I already created the user in Oracle like this: CREATE USER rt IDENTIFIED BY rtpassword DEFAULT TABLESPACE rtdata TEMPORARY TABLESPACE temp QUOTA 0 ON system PROFILE default; GRANT CONNECT,RESOURCE TO rt; GRANT ALL PRIVILEGES TO rt; See the error below: ERROR: Couldn't create user RT identified by password. Error: ORA-01920: user name 'RT' conflicts with another user or role name (DBD ERROR: error possibly near <*> indicator at char 12 in 'CREATE USER <*>RT IDENTIFIED BY password default tablespace USERS temporary tablespace TEMP quota unlimited on USERS') Could I still install with rt Oracle user in place already. If that is true what would be the new configuration file? What options should I omit...! Thank you, > Support wrote: >> >> >> >> [root at toldav:rt-4.2.1]# make initialize-database >> >> /usr/bin/perl -I/opt/rt4/local/lib -I/opt/rt4/lib >> sbin/rt-setup-database --action init --prompt-for-dba-password >> >> In order to create or update your RT database, this script needs to >> connect to your Oracle instance on IP Adddress (port '1530') as rt >> >> Please specify that user's database password below. If the user has no >> database >> >> password, just press return. >> >> >> >> Password: >> >> Working with: >> >> Type: Oracle >> >> Host: IP address ( Also I have try with localhost, fqdn and no host >> and it did not work) >> >> Port: 1530 >> >> Name: rt >> >> User: rt >> >> DBA: rt >> >> Failed to connect to dbi:Oracle:sid=rt;host=IP Address;port=1530 as >> user 'rt': ORA-01017: invalid username/password; logon denied (DBD >> ERROR: OCISessionBeg >> > > From this I suspect that RT wants the system account and pw to create > the rt user. > Could you try and see if that works? > > Joop > > From plessis.benoit at gmail.com Sun Dec 15 09:11:33 2013 From: plessis.benoit at gmail.com (benoit plessis) Date: Sun, 15 Dec 2013 15:11:33 +0100 Subject: [rt-users] RT (4.0.18) search engine is leaking informations about unallowed tickets In-Reply-To: <20131213155053.GE2151@jibsheet.com> References: <20131213155053.GE2151@jibsheet.com> Message-ID: Oh yes thanks. 2013/12/13 Kevin Falcone > On Fri, Dec 13, 2013 at 04:06:20PM +0100, benoit plessis wrote: > > I'm experiencing something weird with the latest 4.0.xx release, when > some low privileges > > users search for tickets RT give away of unwanted informations. > > > > Example: the default dashboard search for unowned tickets display "70 > tickets found" in the > > title part, include a two-pages navigation, but only display 1 > ticket, the only one the user > > is allowed to see. > > > > This also break the dashboard view, since the first ten tickets > aren't accessible the view is > > empty. > > I'm not sure if it's a recent change or not since up to now all of > our users had at least > > readonly access to all of the queues/tickets. > > http://bestpractical.com/docs/rt/latest/RT_Config.html#UseSQLForACLChecks > > Off on 4.0, on on 4.2. You sound like you want to turn it on. > > -kevin > -------------- next part -------------- An HTML attachment was scrubbed... URL: From marko.cupac at mimar.rs Mon Dec 16 03:21:06 2013 From: marko.cupac at mimar.rs (Marko =?UTF-8?B?Q3VwYcSH?=) Date: Mon, 16 Dec 2013 09:21:06 +0100 Subject: [rt-users] apache segfaults with 4.2 In-Reply-To: <20131213154052.GB2151@jibsheet.com> References: <20131211173342.79d7b6fbb833f6ccd3c1a1b9@mimar.rs> <20131213154052.GB2151@jibsheet.com> Message-ID: <20131216092106.9d9beb83809f86fdd76649ac@mimar.rs> On Fri, 13 Dec 2013 10:40:52 -0500 Kevin Falcone wrote: > You didn't say how you're running RT under Apache. I run rt42-4.2.1_2 on apache22-2.2.26 with ap22-mod_perl2-2.0.8,3. I run it on virtual ssl-enabled host under /tiketing subdirectory. Document root serves wordpress, there are also additional subdirectories (phpmyadmin and racktables). There is no segfault on restart when I comment out rt-related sections. There were no segfaults before upgrade to 4.2. Here's relevant apache config: ServerName server.example.com Redirect permanent / https://server.example.com/ ServerName server.example.com DocumentRoot /usr/local/www/wordpress SSLEngine on SSLProtocol all -SSLv2 SSLCipherSuite HIGH:MEDIUM SSLCertificateFile "/etc/ssl/certs/server.crt" SSLCertificateKeyFile "/etc/ssl/certs/server.key" Options FollowSymLinks AllowOverride All Order Allow,Deny Allow from all Alias /dbadmin /usr/local/www/phpMyAdmin Options none AllowOverride Limit Order Allow,Deny Allow from all Alias /tiketing /usr/local/share/rt42/html Options FollowSymLinks AllowOverride All Order allow,deny Allow from all AddDefaultCharset UTF-8 SetHandler modperl PerlResponseHandler Plack::Handler::Apache2 PerlSetVar psgi_app /usr/local/sbin/rt-server use Plack::Handler::Apache2; Plack::Handler::Apache2->preload("/usr/local/sbin/rt-server"); Alias /racktables /usr/local/www/racktables/wwwroot Options Indexes FollowSymlinks MultiViews AllowOverride Limit Order Allow,Deny Allow from all -- Marko Cupa? From koen at galaxystudios.com Mon Dec 16 06:10:09 2013 From: koen at galaxystudios.com (koendb) Date: Mon, 16 Dec 2013 03:10:09 -0800 (PST) Subject: [rt-users] Tickets stuck in Approvals Message-ID: <1387192209845-56049.post@n7.nabble.com> Hi I am having troubles with a few tickets. Behaviour is that the Responses to 2 tickets always end up in the Approval list, but at the same time, the message is recorded in the proper ticket. Has anyone seen this behaviour? and how do I fix this ? All other tickets behave OK. Regards, Koen -- View this message in context: http://requesttracker.8502.n7.nabble.com/Tickets-stuck-in-Approvals-tp56049.html Sent from the Request Tracker - User mailing list archive at Nabble.com. From romansteve at gmail.com Mon Dec 16 07:27:59 2013 From: romansteve at gmail.com (Roman Steven) Date: Mon, 16 Dec 2013 07:27:59 -0500 Subject: [rt-users] Scrip question Message-ID: Hi RT 3.8.7 MySQL I have been asked to do the following: when updating a ticket and a specific User is selected as the new Owner, I will Force that User to be the new Owner. We have several Users which I need to Force as new Owners. Is it possible to create a Scrip to do this? Should I use the TransactionObj or the TicketObj? I am thinking I should use the TransactionCreate Stage. Thanks, Roman -------------- next part -------------- An HTML attachment was scrubbed... URL: From Henrik.G.Jacobsson at astrazeneca.com Mon Dec 16 08:58:07 2013 From: Henrik.G.Jacobsson at astrazeneca.com (Jacobsson, Henrik G) Date: Mon, 16 Dec 2013 13:58:07 +0000 Subject: [rt-users] Excessive communication between RT and postgresql Message-ID: <29334c5289c64171994dc2716aa57676@DB4PR04MB281.eurprd04.prod.outlook.com> After upgrading to RT 4.2.1, the postgresql database is producing massive volumes of WAL files around the clock with peaks during office hours. Before the upgrade - we had very limited volumes of WAL files produced, and nothing at all during non work hours. Now - at least 32MB, but usually 64MB of WAL is written every minute, when the system is supposed to be quiet. The pattern of volume of WAL produced closely match up to the graph of network traffic between the RT server and the database server. Should there be any traffic at all between the RT server and database server when the system is not in use? Apart from occasional handshakes etc. Any clues on what this might be caused by? We are running RT 4.2.1 and Apache 2.2.15 on CentOS 6.4 Postgresql 9.3 on CentOS 5.10 Kind regards //Henrik -------------------------------------------------------------------------- Confidentiality Notice: This message is private and may contain confidential and proprietary information. If you have received this message in error, please notify us and remove it from your system and note that you must not copy, distribute or take any action in reliance on it. Any unauthorized use or disclosure of the contents of this message is not permitted and may be unlawful. ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From zbigniew00 at verizon.net Mon Dec 16 10:28:23 2013 From: zbigniew00 at verizon.net (zbigniew00 at verizon.net) Date: Mon, 16 Dec 2013 09:28:23 -0600 (CST) Subject: [rt-users] RTv4.2.1: Uninitialized value in concatenation in Web.pm Message-ID: <30983069.160674.1387207703227.JavaMail.root@vznit170132> An HTML attachment was scrubbed... URL: From mamir at ucdavis.edu Mon Dec 16 13:07:04 2013 From: mamir at ucdavis.edu (Muhammad Amir) Date: Mon, 16 Dec 2013 18:07:04 +0000 Subject: [rt-users] RT sending emais www-data ; on behalf of; test@rt-dev.com in RT 4.2.1 Message-ID: <527C27DBAFB252408E6D829BE42C267F30868398@exmbx12.ex.ad3.ucdavis.edu> Hi, when I send an email to test queue to my RT the response email showing up in Outlook look like this: www-data ; on behalf of; test at rt-dev.com. I would like to get rid of "www-data ; on behalf of;" so only test at rt-dev.com shows up in Outlook. My RT is 4.21 running on Ubuntu 11.04 Natty. Sendmail version 8.14.4, Apache2 version 2.2.17, Postgres 8.4. Can someone guide where to change the RT setting to change the email response from RT. Thank Maimr -------------- next part -------------- An HTML attachment was scrubbed... URL: From rob at lonap.net Mon Dec 16 13:57:54 2013 From: rob at lonap.net (Rob Lister) Date: Mon, 16 Dec 2013 18:57:54 +0000 Subject: [rt-users] RT sending emais www-data ; on behalf of; test@rt-dev.com in RT 4.2.1 In-Reply-To: <527C27DBAFB252408E6D829BE42C267F30868398@exmbx12.ex.ad3.ucdavis.edu> References: <527C27DBAFB252408E6D829BE42C267F30868398@exmbx12.ex.ad3.ucdavis.edu> Message-ID: <837875829.20131216185754@lonap.net> On Mon, Dec 16 at 6:07:04 PM, Muhammad Amir wrote: > when I send an email to test queue to my RT the response email > showing up in Outlook look like this: www-data ; on behalf of; test at rt-dev.com. > > I would like to get rid of ?www-data ; on behalf > of;? so only test at rt-dev.com shows up in Outlook. You need to convince your MTA to allow the www-data user to set the "Sender:" and "From:" headers to be the same thing. In exim this is done in trusted_users = www-data sendmail is set using -f I think, plus adding the user to a particular group? Rob From zbigniew00 at verizon.net Mon Dec 16 17:07:15 2013 From: zbigniew00 at verizon.net (zbigniew00 at verizon.net) Date: Mon, 16 Dec 2013 16:07:15 -0600 (CST) Subject: [rt-users] RTv4.2.1: Uninitialized value in concatenation in Web.pm Message-ID: <4088858.207135.1387231635624.JavaMail.root@vznit170132> An HTML attachment was scrubbed... URL: From alexmv at bestpractical.com Mon Dec 16 17:08:24 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Mon, 16 Dec 2013 17:08:24 -0500 Subject: [rt-users] Installing RT with Oracle 11g: ERROR: as user 'rt': ORA-01017 In-Reply-To: References: <00f601cef867$5df1a300$19d4e900$@com> <52AC0817.907@xs4all.nl> Message-ID: <1387231704.2195.32.camel@umgah.localdomain> On Sat, 2013-12-14 at 18:43 -0500, support at pureview.com wrote: > Could I still install with rt Oracle user in place already. If that is > true what would be the new configuration file? What options should I > omit...! sbin/rt-setup-database --action init --skip-create - Alex From alexmv at bestpractical.com Mon Dec 16 17:17:03 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Mon, 16 Dec 2013 17:17:03 -0500 Subject: [rt-users] Excessive communication between RT and postgresql In-Reply-To: <29334c5289c64171994dc2716aa57676@DB4PR04MB281.eurprd04.prod.outlook.com> References: <29334c5289c64171994dc2716aa57676@DB4PR04MB281.eurprd04.prod.outlook.com> Message-ID: <1387232223.2195.38.camel@umgah.localdomain> On Mon, 2013-12-16 at 13:58 +0000, Jacobsson, Henrik G wrote: > After upgrading to RT 4.2.1, the postgresql database is producing > massive volumes of WAL files around the clock with peaks during office > hours. And what version were you upgrading from? > Before the upgrade ? we had very limited volumes of WAL files > produced, and nothing at all during non work hours. Now ? at least > 32MB, but usually 64MB of WAL is written every minute, when the system > is supposed to be quiet. Does that output cease if you temporarily turn off the webserver? What about if you disable your incoming MTA? > Should there be any traffic at all between the RT server and database > server when the system is not in use? Apart from occasional handshakes > etc. Depends what you mean by "in use." RT has no long-running programs aside from the web front-end; as such, requests to the database are only generated by requests to Apache, or the cron jobs. At times when there are no Apache requests and no cron jobs, there should be no significant database traffic. Bear in mind that even if no _users_ are accessing the website, incoming email gets POST'ed to the mail gateway endpoint, which may account for some of the activity when you believe the system is not in use. It may be enlightening to examine the generated WAL logs using http://www.postgresql.org/docs/current/static/pgxlogdump.html - Alex From johnmill at brandeis.edu Mon Dec 16 17:24:52 2013 From: johnmill at brandeis.edu (John Miller) Date: Mon, 16 Dec 2013 17:24:52 -0500 Subject: [rt-users] RT 3.8.8: Which users have privileges on which In-Reply-To: <-6199649996007516693@unknownmsgid> References: <-6199649996007516693@unknownmsgid> Message-ID: Hi Kenn, No--hadn't heard of Rights Matrix before--will give it a shot. John On Fri, Dec 13, 2013 at 2:11 PM, Kenneth Crocker wrote: > queues? > MIME-Version: 1.0 > Content-Type: text/plain; charset="utf-8" > Content-Transfer-Encoding: quoted-printable > > Have you tried Rights Matrix? > > Kenn > > Sent from my Windows Phone From: John Miller > Sent: =E2=80=8E12/=E2=80=8E13/=E2=80=8E2013 8:37 AM > To: rt-users at lists.bestpractical.com > Subject: [rt-users] RT 3.8.8: Which users have privileges on which > queues? > Hello everyone, > > We're running RT 3.8.8 (yes, I know it's old....). We're managing our=20 > group and queue privileges via RT itself, rather than LDAP. How can we=20 > generate a report that shows us per queue which users have rights? > > I dug through the database schema for about an hour; decided it was=20 > better to ask than to keep digging. > > John > --=20 > John Miller > Systems Engineer > Brandeis University > johnmill at brandeis.edu > (781) 736-4619 > -- John Miller Systems Engineer Brandeis University johnmill at brandeis.edu (781) 736-4619 -------------- next part -------------- An HTML attachment was scrubbed... URL: From johnmill at brandeis.edu Mon Dec 16 18:06:08 2013 From: johnmill at brandeis.edu (John Miller) Date: Mon, 16 Dec 2013 18:06:08 -0500 Subject: [rt-users] RT 3.8.8: Which users have privileges on which In-Reply-To: <-6199649996007516693@unknownmsgid> References: <-6199649996007516693@unknownmsgid> Message-ID: Just gave Rights Matrix a look. Is there a way to do a more generalized query--to say look at all groups simultaneously, rather than one at a time? I'd also like to join against the users table, and roll the whole thing up into a report. Ideally if someone can point me toward some SQL that would do the job, that'd work as well. John On Fri, Dec 13, 2013 at 2:11 PM, Kenneth Crocker wrote: > queues? > MIME-Version: 1.0 > Content-Type: text/plain; charset="utf-8" > Content-Transfer-Encoding: quoted-printable > > Have you tried Rights Matrix? > > Kenn > > Sent from my Windows Phone From: John Miller > Sent: =E2=80=8E12/=E2=80=8E13/=E2=80=8E2013 8:37 AM > To: rt-users at lists.bestpractical.com > Subject: [rt-users] RT 3.8.8: Which users have privileges on which > queues? > Hello everyone, > > We're running RT 3.8.8 (yes, I know it's old....). We're managing our=20 > group and queue privileges via RT itself, rather than LDAP. How can we=20 > generate a report that shows us per queue which users have rights? > > I dug through the database schema for about an hour; decided it was=20 > better to ask than to keep digging. > > John > --=20 > John Miller > Systems Engineer > Brandeis University > johnmill at brandeis.edu > (781) 736-4619 > -- John Miller Systems Engineer Brandeis University johnmill at brandeis.edu (781) 736-4619 -------------- next part -------------- An HTML attachment was scrubbed... URL: From zbigniew00 at verizon.net Mon Dec 16 17:31:41 2013 From: zbigniew00 at verizon.net (zbigniew00 at verizon.net) Date: Mon, 16 Dec 2013 16:31:41 -0600 (CST) Subject: [rt-users] [RESOLVED] RTv4.2.1: Uninitialized value in concatenation in Web.pm Message-ID: <10020738.209334.1387233101339.JavaMail.root@vznit170132> An HTML attachment was scrubbed... URL: From support at pureview.com Mon Dec 16 19:37:12 2013 From: support at pureview.com (support at pureview.com) Date: Mon, 16 Dec 2013 19:37:12 -0500 Subject: [rt-users] Installing RT with Oracle 11g: ERROR: as user 'rt': ORA-01017 In-Reply-To: <1387231704.2195.32.camel@umgah.localdomain> References: <00f601cef867$5df1a300$19d4e900$@com> <52AC0817.907@xs4all.nl> <1387231704.2195.32.camel@umgah.localdomain> Message-ID: <81065731f8c98cf96d18a5740f32fc4a.squirrel@mail.pureview.com> Alex, It works!! Thanks a lot. -David > On Sat, 2013-12-14 at 18:43 -0500, support at pureview.com wrote: >> Could I still install with rt Oracle user in place already. If that is >> true what would be the new configuration file? What options should I >> omit...! > > sbin/rt-setup-database --action init --skip-create > > - Alex > > From Michael.Polenske at skm-skyline.de Tue Dec 17 03:56:01 2013 From: Michael.Polenske at skm-skyline.de (Michael Polenske) Date: Tue, 17 Dec 2013 09:56:01 +0100 Subject: [rt-users] Problem with HTML tags appearing in correspondence In-Reply-To: <20131213161017.GF2151@jibsheet.com> References: <20131213161017.GF2151@jibsheet.com> Message-ID: <<642 11111>> Good morning, we also have this problem, that since 4.2.1 we have html tags in some (not in all, but I have no idea why sometimes and sometimes not ..) replies. So, I opened a ticket in testqueue: -------------------------------------cut-------------------------------- ----- Subject: 11111 MIME-Version: 1.0 X-Mailer: MIME-tools 5.504 (Entity 5.504) Content-Disposition: inline X-RT-Interface: Web Message-ID: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: binary X-RT-Original-Encoding: utf-8 Content-Length: 19 2222222222222222222 -------------------------------------cut-------------------------------- ----- And then I do a reply via webinterface, now we have html tags in reply -------------------------------------cut-------------------------------- ----- MIME-Version: 1.0 In-Reply-To: X-Mailer: MIME-tools 5.504 (Entity 5.504) Content-Disposition: inline X-RT-Interface: Web References: Content-Type: text/plain; charset="utf-8" Message-ID: Content-Transfer-Encoding: binary X-RT-Original-Encoding: utf-8 RT-Send-CC: Content-Length: 150 On Tue Dec 17 09:42:23 2013, mpolenske wrote:
> 2222222222222222222

-- 
Viele Grüße
Michael Polenske -------------------------------------cut-------------------------------- ----- >From my point of view the headers seem to be identical ... Attached a screenshot how it look like in webinterface Cheers - Michael -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Kevin Falcone Sent: Freitag, 13. Dezember 2013 17:10 To: rt-users at lists.bestpractical.com Subject: Re: [rt-users] Problem with HTML tags appearing in correspondence Having attempted to Reply using the Rich Text Editor on a clean RT 4.2.1 install, I cannot replicate this at all. Since you see literal HTML tags being recorded in ticket history, this points to something broken in your use of the RichText editor. Can one of the reporters please provide show a test correspondence with the problem with Show Full Headers, and then with Download with headers for each of the pieces. Thanks -kevin On Thu, Dec 12, 2013 at 06:45:10AM +0800, Lai Zit Seng wrote: > I seem to be experiencing the same problem as mentioned in: > [4]http://requesttracker.8502.n7.nabble.com/RT-4-2-1-Weird-issue-with-HT ML-comments-correspondense-RT-always-registers-plain-text-with-HTML-tags -td56005.html > I don't have custom templates. The HTML tags are only appearing when replying through the > web interface. Disabling the Rich Text Editor avoids this problem. Hope this can be fixed? > Regards, -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 2013_12_17_09_53_49_642_11111.png Type: image/png Size: 20379 bytes Desc: 642 11111 URL: From martin at avbrief.com Tue Dec 17 04:27:56 2013 From: martin at avbrief.com (martinm) Date: Tue, 17 Dec 2013 01:27:56 -0800 (PST) Subject: [rt-users] SOLVED Re: No mailgate tickets on new 4.18 install In-Reply-To: <20131211155535.GN1829@jibsheet.com> References: <1386340589130-56000.post@n7.nabble.com> <1386500537668-56003.post@n7.nabble.com> <20131211155535.GN1829@jibsheet.com> Message-ID: <1387272476038-56063.post@n7.nabble.com> I had a Linux expert have a look - there were a couple of directories missing and a couple of other small conf issues. All working now, thanks. -- View this message in context: http://requesttracker.8502.n7.nabble.com/No-mailgate-tickets-on-new-4-18-install-tp56000p56063.html Sent from the Request Tracker - User mailing list archive at Nabble.com. From marius at ksat.no Tue Dec 17 09:56:19 2013 From: marius at ksat.no (Marius Flage) Date: Tue, 17 Dec 2013 15:56:19 +0100 Subject: [rt-users] How to create a new condition through the web gui Message-ID: <52B06613.8030302@ksat.no> Hi! I'm wondering how to create a new condition, spesifically I want to set up a new condition OnCreateFromEmail, as specified here: http://requesttracker.wikia.com/wiki/OnCreateFromEmail . I found the instructions here: http://requesttracker.wikia.com/wiki/WriteCustomCondition , but that doesn't mention how to actually add the scrip. So my question is basically how I add the new condition? - Marius From AlexYoung at HousingPartners.co.uk Tue Dec 17 10:36:30 2013 From: AlexYoung at HousingPartners.co.uk (Alex Young) Date: Tue, 17 Dec 2013 15:36:30 +0000 Subject: [rt-users] RTIR for RT 4.2.x Message-ID: <17635527f83a4be8baad69e122605aa7@AM3PR06MB161.eurprd06.prod.outlook.com> I'm assuming that the current 3.0 version of RTIR isn't compatible with RT 4.2.x at the moment. When can we expect to see a release of RTIR compatible with the currently version of RT? Thanks. From marius at ksat.no Tue Dec 17 10:53:36 2013 From: marius at ksat.no (Marius Flage) Date: Tue, 17 Dec 2013 15:53:36 +0000 Subject: [rt-users] Reply text box slow to load Message-ID: Hi! I have exactly the same problem. I've investigated the loading of the page with the WYSIWYG-editor and got the following results: http://s22.postimg.org/wqo1j42r5/wysiwyg.png Maybe this will help debugging this further? After the initial load the future loads of that js will be cached and therefore much slower. And after the cache expiry (typically the next workday) you have to wait for another 30 seconds to get the WYSIWYG editor back up again. - Marius -------------- next part -------------- An HTML attachment was scrubbed... URL: From lstewart at iweb.com Tue Dec 17 12:13:57 2013 From: lstewart at iweb.com (Landon Stewart) Date: Tue, 17 Dec 2013 09:13:57 -0800 Subject: [rt-users] How to create a new condition through the web gui In-Reply-To: <52B06613.8030302@ksat.no> References: <52B06613.8030302@ksat.no> Message-ID: You input custom conditions in while creating or editing Scrips. ?Custom condition? is one of the text boxes you are presented and the Scrip will use the code in that box if you select User Defined from the drop-down instead of one of the pre-written conditions provided by bestpractical. Screenshot attached. On 17 December 2013 06:56, Marius Flage wrote: > Hi! > > I'm wondering how to create a new condition, spesifically I want to set > up a new condition OnCreateFromEmail, as specified here: > http://requesttracker.wikia.com/wiki/OnCreateFromEmail . I found the > instructions here: > http://requesttracker.wikia.com/wiki/WriteCustomCondition , but that > doesn't mention how to actually add the scrip. So my question is > basically how I add the new condition? > > - Marius > > -- Landon Stewart :: lstewart at iweb.com Lead Specialist, Abuse and Security Management Sp?cialiste principal, gestion des abus et s?curit? http://iweb.com :: +1 (888) 909-4932 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screen Shot 2013-12-17 at 9.13.21 AM.png Type: image/png Size: 58975 bytes Desc: not available URL: From falcone at bestpractical.com Tue Dec 17 14:19:17 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Tue, 17 Dec 2013 14:19:17 -0500 Subject: [rt-users] How to create a new condition through the web gui In-Reply-To: <52B06613.8030302@ksat.no> References: <52B06613.8030302@ksat.no> Message-ID: <20131217191917.GA1977@jibsheet.com> On Tue, Dec 17, 2013 at 03:56:19PM +0100, Marius Flage wrote: > I'm wondering how to create a new condition, spesifically I want to set > up a new condition OnCreateFromEmail, as specified here: > http://requesttracker.wikia.com/wiki/OnCreateFromEmail . I found the > instructions here: > http://requesttracker.wikia.com/wiki/WriteCustomCondition , but that > doesn't mention how to actually add the scrip. So my question is > basically how I add the new condition? You may find it easier to use the new extension we blogged about, instead of User Defined scrips/actions http://blog.bestpractical.com/2013/12/new-web-ui-for-rt-actions-and-conditions.html -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From lstewart at iweb.com Tue Dec 17 14:25:16 2013 From: lstewart at iweb.com (Landon Stewart) Date: Tue, 17 Dec 2013 11:25:16 -0800 Subject: [rt-users] How to create a new condition through the web gui In-Reply-To: <20131217191917.GA1977@jibsheet.com> References: <52B06613.8030302@ksat.no> <20131217191917.GA1977@jibsheet.com> Message-ID: On 17 December 2013 11:19, Kevin Falcone wrote: > You may find it easier to use the new extension we blogged about, > instead of User Defined scrips/actions > > > http://blog.bestpractical.com/2013/12/new-web-ui-for-rt-actions-and-conditions.html Ooooh shiny. I?m going to add this soon. Thanks Kevin! -- Landon Stewart :: lstewart at iweb.com Lead Specialist, Abuse and Security Management Sp?cialiste principal, gestion des abus et s?curit? http://iweb.com :: +1 (888) 909-4932 -------------- next part -------------- An HTML attachment was scrubbed... URL: From falcone at bestpractical.com Tue Dec 17 14:26:51 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Tue, 17 Dec 2013 14:26:51 -0500 Subject: [rt-users] Reply text box slow to load In-Reply-To: References: Message-ID: <20131217192651.GB1977@jibsheet.com> On Tue, Dec 17, 2013 at 03:53:36PM +0000, Marius Flage wrote: > I have exactly the same problem. I've investigated the loading of the page with the > WYSIWYG-editor and got the following results: > > [1]http://s22.postimg.org/wqo1j42r5/wysiwyg.png > > Maybe this will help debugging this further? > > After the initial load the future loads of that js will be cached and therefore much slower. > And after the cache expiry (typically the next workday) you have to wait for another 30 > seconds to get the WYSIWYG editor back up again. While this confirms that something is taking a long time to load, the consistent 15 seconds on each request is quite odd, especially since larger files take mere milliseconds to download. Are you using JSMin? How is your RT configured, etc, etc. If you can replicate these timings on issues.bestpractical.com it would be interesting. -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Tue Dec 17 14:27:54 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Tue, 17 Dec 2013 14:27:54 -0500 Subject: [rt-users] RTIR for RT 4.2.x In-Reply-To: <17635527f83a4be8baad69e122605aa7@AM3PR06MB161.eurprd06.prod.outlook.com> References: <17635527f83a4be8baad69e122605aa7@AM3PR06MB161.eurprd06.prod.outlook.com> Message-ID: <20131217192754.GC1977@jibsheet.com> On Tue, Dec 17, 2013 at 03:36:30PM +0000, Alex Young wrote: > I'm assuming that the current 3.0 version of RTIR isn't compatible with RT 4.2.x at the moment. As answered a few times on the RTIR mailing list, it is not. > When can we expect to see a release of RTIR compatible with the currently version of RT? When it's ready. -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From adam at cs.pitt.edu Tue Dec 17 14:53:53 2013 From: adam at cs.pitt.edu (Adam Hobaugh) Date: Tue, 17 Dec 2013 14:53:53 -0500 Subject: [rt-users] any page showing a user drop down in a ticket is loading slow Message-ID: <52B0ABD1.3080606@cs.pitt.edu> Hello, I just updated from 4.0.10 to 4.2.1 and it seems to be working well except when I am in a ticket, any page that shows a user drop down, ie display and people load incredible slowly. I enabled slow query logging and below are the two queries that appear to be causing the problem. I appreciate any help in resolving this. 10 second load times is rough. Please let me know what further information is needed. Thanks! //adam # Time: 131217 14:42:38 # User at Host: rt_user[rt_user] @ ticket.cs.pitt.edu [136.142.23.83] # Query_time: 9 Lock_time: 0 Rows_sent: 5 Rows_examined: 175403 SELECT DISTINCT main.* FROM Users main CROSS JOIN ACL ACL_3 JOIN Principals Principals_1 ON ( Principals_1.id = main.id ) JOIN CachedGroupMembers CachedGroupMembers_2 ON ( CachedGroupMembers_2.MemberId = Principals_1.id ) JOIN CachedGroupMembers CachedGroupMembers_4 ON ( CachedGroupMembers_4.MemberId = Principals_1.id ) WHERE ((ACL_3.ObjectType = 'RT::Queue' AND ACL_3.ObjectId = 3) OR (ACL_3.ObjectType = 'RT::System') OR (ACL_3.ObjectType = 'RT::Queue' AND ACL_3.ObjectId = 3) OR (ACL_3.ObjectType = 'RT::System')) AND (ACL_3.PrincipalId = CachedGroupMembers_4.GroupId) AND (ACL_3.PrincipalType = 'Group') AND (ACL_3.RightName = 'OwnTicket' OR ACL_3.RightName = 'SuperUser') AND (CachedGroupMembers_2.Disabled = '0') AND (CachedGroupMembers_2.GroupId = '4') AND (CachedGroupMembers_4.Disabled = '0') AND (Principals_1.Disabled = '0') AND (Principals_1.PrincipalType = 'User') AND (Principals_1.id != '1') ORDER BY main.Name ASC; # Time: 131217 14:42:48 # User at Host: rt_user[rt_user] @ ticket.cs.pitt.edu [136.142.23.83] # Query_time: 8 Lock_time: 0 Rows_sent: 5 Rows_examined: 175403 SELECT DISTINCT main.* FROM Users main CROSS JOIN ACL ACL_3 JOIN Principals Principals_1 ON ( Principals_1.id = main.id ) JOIN CachedGroupMembers CachedGroupMembers_2 ON ( CachedGroupMembers_2.MemberId = Principals_1.id ) JOIN CachedGroupMembers CachedGroupMembers_4 ON ( CachedGroupMembers_4.MemberId = Principals_1.id ) WHERE ((ACL_3.ObjectType = 'RT::Ticket' AND ACL_3.ObjectId = 35402) OR (ACL_3.ObjectType = 'RT::Queue' AND ACL_3.ObjectId = 3) OR (ACL_3.ObjectType = 'RT::System') OR (ACL_3.ObjectType = 'RT::Ticket' AND ACL_3.ObjectId = 35402) OR (ACL_3.ObjectType = 'RT::Queue' AND ACL_3.ObjectId = 3) OR (ACL_3.ObjectType = 'RT::System')) AND (ACL_3.PrincipalId = CachedGroupMembers_4.GroupId) AND (ACL_3.PrincipalType = 'Group') AND (ACL_3.RightName = 'OwnTicket' OR ACL_3.RightName = 'SuperUser') AND (CachedGroupMembers_2.Disabled = '0') AND (CachedGroupMembers_2.GroupId = '4') AND (CachedGroupMembers_4.Disabled = '0') AND (Principals_1.Disabled = '0') AND (Principals_1.PrincipalType = 'User') AND (Principals_1.id != '1') ORDER BY main.Name ASC; From lstewart at iweb.com Tue Dec 17 16:11:54 2013 From: lstewart at iweb.com (Landon Stewart) Date: Tue, 17 Dec 2013 13:11:54 -0800 Subject: [rt-users] any page showing a user drop down in a ticket is loading slow In-Reply-To: <52B0ABD1.3080606@cs.pitt.edu> References: <52B0ABD1.3080606@cs.pitt.edu> Message-ID: On 17 December 2013 11:53, Adam Hobaugh wrote: > Hello, > > I just updated from 4.0.10 to 4.2.1 and it seems to be working well except > when I am in a ticket, any page that shows a user drop down, ie display and > people load incredible slowly. I enabled slow query logging and below are > the two queries that appear to be causing the problem. I appreciate any > help in resolving this. 10 second load times is rough. Please let me know > what further information is needed. > Hi Adam, I?m not sure if this applies but we had this issue and it was an RT ACL issue. I remember that it was an issue with granting or not-granting rights to special groups "Everyone" or ?Unprivileged? but the details of which I cannot recall exactly. I do remember there were large ACL joins in the database whenever we would try to load pages with these drop downs just like you?ve described in your post. -- Landon Stewart :: lstewart at iweb.com Lead Specialist, Abuse and Security Management Sp?cialiste principal, gestion des abus et s?curit? http://iweb.com :: +1 (888) 909-4932 -------------- next part -------------- An HTML attachment was scrubbed... URL: From rgm at ast.cam.ac.uk Tue Dec 17 16:12:17 2013 From: rgm at ast.cam.ac.uk (Richard McMahon) Date: Tue, 17 Dec 2013 21:12:17 +0000 (GMT) Subject: [rt-users] Chart and Show Results not showing correct query Message-ID: Hello, I have been using the Chart option in RT 3.8. When I click on Show Results a different query is shown e.g. the most recent other saved query. Also, it would be useful if the Total result in the table on the Chart executed the full query. See attached chart. Related to the above is the ability to edit the query than creates a chart. I get inconsistent results so it looks like the query linked to a saved Chart might be a clone of the query run when the Chart is saved. thanks Richard -------------- next part -------------- A non-text attachment was scrubbed... Name: RT_ToldMonthly.png Type: application/octet-stream Size: 28938 bytes Desc: URL: From lstewart at iweb.com Tue Dec 17 16:29:45 2013 From: lstewart at iweb.com (Landon Stewart) Date: Tue, 17 Dec 2013 13:29:45 -0800 Subject: [rt-users] any page showing a user drop down in a ticket is loading slow In-Reply-To: <52B0BFE2.3090000@cs.pitt.edu> References: <52B0ABD1.3080606@cs.pitt.edu> <52B0BFE2.3090000@cs.pitt.edu> Message-ID: On 17 December 2013 13:19, Adam Hobaugh wrote: > Hi Adam, > > I?m not sure if this applies but we had this issue and it was an RT ACL > issue. I remember that it was an issue with granting or not-granting > rights to special groups "Everyone" or ?Unprivileged? but the details of > which I cannot recall exactly. I do remember there were large ACL joins in > the database whenever we would try to load pages with these drop downs just > like you?ve described in your post. > > Hello Landon, > > I removed the rights from Everyone and we had nothing on Unprivileged and > I still see the issue. Thanks for the suggestion though. > Maybe you need to go the other way with it and grant something? Maybe you need to grant some simple rights for showing users or something to Privileged. I just checked ours and I have ?Privileged? under ?General Rights? allowed to "View custom field values? configured in each queue. In the Global -> Group Rights the "View custom fields? is not granted. I wish I could remember the details of what solved it for us. I do remember some things were changed which caused the issue and then had to be rolled back. I just don?t recall what was changed that caused it. -- Landon Stewart :: lstewart at iweb.com Lead Specialist, Abuse and Security Management Sp?cialiste principal, gestion des abus et s?curit? http://iweb.com :: +1 (888) 909-4932 -------------- next part -------------- An HTML attachment was scrubbed... URL: From lstewart at iweb.com Tue Dec 17 16:46:58 2013 From: lstewart at iweb.com (Landon Stewart) Date: Tue, 17 Dec 2013 13:46:58 -0800 Subject: [rt-users] any page showing a user drop down in a ticket is loading slow In-Reply-To: <52B0BFE2.3090000@cs.pitt.edu> References: <52B0ABD1.3080606@cs.pitt.edu> <52B0BFE2.3090000@cs.pitt.edu> Message-ID: On 17 December 2013 13:19, Adam Hobaugh wrote: > Hi Adam, > > I?m not sure if this applies but we had this issue and it was an RT ACL > issue. I remember that it was an issue with granting or not-granting > rights to special groups "Everyone" or ?Unprivileged? but the details of > which I cannot recall exactly. I do remember there were large ACL joins in > the database whenever we would try to load pages with these drop downs just > like you?ve described in your post. > > Hello Landon, > > I removed the rights from Everyone and we had nothing on Unprivileged and > I still see the issue. Thanks for the suggestion though. > Maybe you need to go the other way with it and grant something? Maybe you need to grant some simple rights for showing users or something to Privileged. I just checked ours and I have ?Privileged? under ?General Rights? allowed to "View custom field values? configured in each queue. In the Global -> Group Rights the "View custom fields? is not granted. I wish I could remember the details of what solved it for us. I do remember some things were changed which caused the issue and then had to be rolled back. I just don?t recall what was changed that caused it. -- Landon Stewart :: lstewart at iweb.com Lead Specialist, Abuse and Security Management Sp?cialiste principal, gestion des abus et s?curit? http://iweb.com :: +1 (888) 909-4932 -------------- next part -------------- An HTML attachment was scrubbed... URL: From marius at ksat.no Tue Dec 17 16:49:49 2013 From: marius at ksat.no (Marius Flage) Date: Tue, 17 Dec 2013 22:49:49 +0100 Subject: [rt-users] How to create a new condition through the web gui In-Reply-To: <20131217191917.GA1977@jibsheet.com> References: <52B06613.8030302@ksat.no> <20131217191917.GA1977@jibsheet.com> Message-ID: <52B0C6FD.7080600@ksat.no> Den 17.12.2013 20:19, skrev Kevin Falcone: > You may find it easier to use the new extension we blogged about, > instead of User Defined scrips/actions > > http://blog.bestpractical.com/2013/12/new-web-ui-for-rt-actions-and-conditions.html > > -kevin > Hi! This extension looks very nice and shiny and I just added it to my RT, but I still have no idea how to use it :) And especially not for my example. The example I found uses raw perl code that returns 0/1 depending on some variables, but recreating this using just the five text input fields provided by the extension seems impossible.. ? What should I enter for "Condition Module", "Parameters to Pass" and "Applicable Transaction Types"? The Perl snippet seems to first check TransactionObj if the transaction type is "Create", if not it'll return 0. Then it will check if it's the first transaction and finally it'll check for a header "Received". Replicating this in 5 text input fields seems impossible :) - Marius From kai at xs4all.nl Tue Dec 17 17:00:35 2013 From: kai at xs4all.nl (Kai Storbeck) Date: Tue, 17 Dec 2013 23:00:35 +0100 Subject: [rt-users] ExecuteCode by Queue AdminCc groups on RT::System Message-ID: <52B0C983.9040902@xs4all.nl> Hello, My production system contains a few ACL's that do not dump correctly using rt-dump-metadata. They end up multiple times in our dump as: { "Right" : "ExecuteCode", "GroupDomain" : "RT::System-Role", "GroupType" : "AdminCc" }, (In JSON for readability) These are in reality applied to the AdminCC group principal of queues. What is the bug here? Is it that I should be able to see such a right in the Global rights page, or should the right not have been granted since the upgrade step (3.9.1 iirc)? (It is a bit of a weird delegation of rights, but a few of our AdminCc groups have indeed the right to edit templates). Thanks, Kai -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 906 bytes Desc: OpenPGP digital signature URL: From ms at fv-berlin.de Tue Dec 17 17:11:24 2013 From: ms at fv-berlin.de (ms at fv-berlin.de) Date: Tue, 17 Dec 2013 23:11:24 +0100 Subject: [rt-users] RES: RE: RES: Sphinx fulltext index v4.0.4 In-Reply-To: <529F23D9.6040007@fv-berlin.de> References: <52989289.9030207@ebi.ac.uk> <1386003384.6948.16.camel@umgah.localdomain> <529EFA2C.7080700@ebi.ac.uk> <529F23D9.6040007@fv-berlin.de> Message-ID: <52B0CC0C.3040605@fv-berlin.de> Hi, didn't get a response there. Is there a way to solve this? Possibly through debugging RT4 to see how its actually trying to connect to searchd instead of how the config looks like it should? Regards On 04/12/2013 13:45, ms at fv-berlin.de wrote: > On Jan 5 09:55:28 EST 2012, Luciano Ernesto da Silva wrote: > > Hi, > > did you ever receive an answer to your problem because I am encountering > the same thing (searchd running on 0.0.0.0:3312 but RT reporting it cant > connect to it / resolve localhost). > > Additionally to what you already posted, I made sure /etc/hosts connects > 127.0.0.1 to "localhost" and commented out the ::1 line because I > suspected RT4 might not be IPv6-aware, but that didnt help. > > KR > >> Hello, >> >> This is my configuration on sphinx.conf, seems that even I change the >> name of sql_host, RT still says : "failed to resolve searchd host >> (name=localhost"). Seems that RT isn't looking to the right connection. >> >> >> Luciano >> >> >> vi /etc/sphinxsearch/sphinx.conf >> >> >> source rt { >> type = mysql >> >> sql_host = localhost >> sql_db = rt4 >> sql_user = rt4 >> sql_pass = secret >> >> sql_query_pre = SET NAMES utf8 >> sql_query = \ >> SELECT a.id, a.content FROM Attachments a \ >> JOIN Transactions txn ON a.TransactionId = txn.id AND >> txn.ObjectType = 'RT::Ticket' \ >> JOIN Tickets t ON txn.ObjectId = t.id \ >> WHERE a.ContentType = 'text/plain' AND t.Status != 'deleted' >> sql_query_info = SELECT * FROM Attachments WHERE id=$id >> } >> >> index rt { >> source = rt >> path = /opt/rt4/var/sphinx/index >> docinfo = extern >> charset_type = utf-8 >> } >> >> indexer { >> mem_limit = 32M >> } >> >> searchd { >> port = 3312 >> log = /opt/rt4/var/sphinx/searchd.log >> query_log = /opt/rt4/var/sphinx/query.log >> read_timeout = 5 >> max_children = 30 >> pid_file = /opt/rt4/var/sphinx/searchd.pid >> max_matches = 10000 >> seamless_rotate = 1 >> preopen_indexes = 1 >> unlink_old = 1 >> compat_sphinxql_magics = 0 >> } >> >> Sphinx is running OK: >> >> netstat -ntlp | grep searchd >> tcp 0 0 0.0.0.0:3312 0.0.0.0:* >> LISTEN 10762/searchd >> >> ps -eaf |grep searchd >> root 10762 1 0 09:17 pts/0 00:00:00 searchd >> >> The table AttachmentsIndex seems OK: >> >> mysql> show create table AttachmentsIndex; >> +------------------+---------------------------------------------------- >> ------------------------------------------------------------------------ >> ------------------------------------------------------------------------ >> -------------------------------------------+ >> | Table | Create Table >> | >> +------------------+---------------------------------------------------- >> ------------------------------------------------------------------------ >> ------------------------------------------------------------------------ >> -------------------------------------------+ >> | AttachmentsIndex | CREATE TABLE `AttachmentsIndex` ( >> `id` int(10) unsigned NOT NULL, >> `weight` int(11) NOT NULL, >> `query` varchar(3072) NOT NULL, >> KEY `query` (`query`(1024)) >> ) ENGINE=SPHINX DEFAULT CHARSET=utf8 >> CONNECTION='sphinx://localhost:3312/rt' | >> +------------------+---------------------------------------------------- >> ------------------------------------------------------------------------ >> ------------------------------------------------------------------------ >> -------------------------------------------+ >> 1 row in set (0.00 sec) >> >> -----Mensagem original----- >> De: Poulter, Dale [mailto:dale.poulter at Vanderbilt.Edu] >> Enviada em: quinta-feira, 5 de janeiro de 2012 10:50 >> Para: Luciano Ernesto da Silva; rt-users at lists.bestpractical.com >> Assunto: RE: [rt-users] RES: Sphinx fulltext index v4.0.4 >> >> Sounds like it cannot connect to the sphinx server. Can you confirm >> that sphinx is running (ps -eaf |grep searchd ) and that it is running >> on the port specified in the attachmentsindex create statement (mysql> >> show create table AttachmentsIndex; )? I believe the default port is >> 9312 but the documents at >> http://blog.bestpractical.com/2011/06/full-text-searching.html indicate >> that the port is 3312. >> >> -----Original Message----- >> From: rt-users-bounces at lists.bestpractical.com >> [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Luciano >> Ernesto da Silva >> Sent: Thursday, January 05, 2012 5:24 AM >> To: rt-users at lists.bestpractical.com >> Subject: [rt-users] RES: Sphinx fulltext index v4.0.4 >> >> Hello, >> >> I installed everything as described here by Dale/ documentation from >> docs/full_text_indexing.podc , documentarion by sphinxsearch but i got >> this error: >> >> RT: DBD::mysql::st execute failed: Unable to connect to foreign data >> source: failed to resolve searchd host (name=localhost) at >> /usr/local/share/perl/5.10.1/DBIx/SearchBuilder/Handle.pm line 587. >> (/usr/local/share/perl/5.10.1/DBIx/SearchBuilder/Handle.pm:587) >> Jan 5 08:45:16 rt4 RT: RT::Handle=HASH(0x7faacbf8ec58) couldn't execute >> the query 'SELECT COUNT(DISTINCT main.id) FROM Tickets main JOIN >> Transactions Transactions_1 ON ( Transactions_1.ObjectType = >> 'RT::Ticket' ) AND ( Transactions_1.ObjectId = main.id ) JOIN >> Attachments Attachments_2 ON ( Attachments_2.TransactionId = >> Transactions_1.id ) JOIN AttachmentsIndex AttachmentsIndex_3 ON ( >> AttachmentsIndex_3.id = Attachments_2.id ) WHERE (main.Status != >> 'deleted') AND (main.Queue = '23' AND ( AttachmentsIndex_3.query = >> 'ESEF;limit=10000;maxmatches=10000' ) ) AND (main.Type = 'ticket') AND >> (main.EffectiveId = main.id) ' at >> /usr/local/share/perl/5.10.1/DBIx/SearchBuilder/Handle.pm line 600 >> >> The Mysql server is running on localhost and the firewall is off(Devel >> server) and SELINUX is disabled. >> >> DBIx::SearchBuilder is up to date. >> >> >> Any ideas? >> >> >> Luciano > > > > > From alexmv at bestpractical.com Tue Dec 17 17:28:56 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Tue, 17 Dec 2013 17:28:56 -0500 Subject: [rt-users] RES: RE: RES: Sphinx fulltext index v4.0.4 In-Reply-To: <52B0CC0C.3040605@fv-berlin.de> References: <52989289.9030207@ebi.ac.uk> <1386003384.6948.16.camel@umgah.localdomain> <529EFA2C.7080700@ebi.ac.uk> <529F23D9.6040007@fv-berlin.de> <52B0CC0C.3040605@fv-berlin.de> Message-ID: <1387319336.2195.85.camel@umgah.localdomain> On Tue, 2013-12-17 at 23:11 +0100, ms at fv-berlin.de wrote: > didn't get a response there. Is there a way to solve this? Possibly > through debugging RT4 to see how its actually trying to connect to > searchd instead of how the config looks like it should? This lies firmly in the domain of having to debug MySQL and the SphinxSE plugin, and not in debugging RT itself. From recent testing locally, using 127.0.0.1 instead of localhost works acceptably. Future versions of RT may default to 127.0.0.1 instead of localhost in the Sphinx connection parameters -- though I would be much more comfortable making that change if the underlying reason for the 'localhost' failure were clear. Unfortunately, debugging mysql is rather complex. You can drop and re-create your SphinxSE table by running 'DROP TABLE AttachmentsIndex' at a mysql prompt, re-running rt-setup-fulltext-index, and providing sphinx://127.0.0.1:3312/rt as the URL of the Sphinx server. - Alex From startrekcafe at gmail.com Wed Dec 18 18:54:23 2013 From: startrekcafe at gmail.com (Marvin Hunkin) Date: Wed, 18 Dec 2013 15:54:23 -0800 Subject: [rt-users] installing rt tracker with a screen reader Message-ID: <000701cefc4c$7dc43dd0$794cb970$@gmail.com> Hi. A it student. And using this software. And using the jaws for windows screen reader from http://www.freedomscientific.com Now. How do I install this software and then configure. Using windows 7 pro 32 bit, firefox 25, and internet explorer 11. Marvin. -------------- next part -------------- An HTML attachment was scrubbed... URL: From support at pureview.com Wed Dec 18 02:15:05 2013 From: support at pureview.com (support at pureview.com) Date: Wed, 18 Dec 2013 02:15:05 -0500 Subject: [rt-users] rt 4.2.1 error: Internal Server Error Message-ID: <0d457f054ee36e8255dc8d48a535b393.squirrel@mail.pureview.com> All, Any one can help me to find the issues here. RH6 Oracle as DB fastcgi Can't locate RT_Config.pm in @INC (@INC contains: /opt/rt4/local/etc /opt/rt4/etc /opt/rt4/sbin/../local/lib /opt/rt4/sbin/../lib /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /opt/rt4/sbin/../lib/RT/Config.pm line 1063. [Wed Dec 18 02:05:41 2013] [warn] FastCGI: (dynamic) server "/opt/rt4/sbin/rt-server.fcgi" (pid 31300) terminated by calling exit with status '255' [Wed Dec 18 02:05:41 2013] [warn] FastCGI: (dynamic) server "/opt/rt4/sbin/rt-server.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds [Wed Dec 18 02:05:42 2013] [warn] FastCGI: (dynamic) server "/opt/rt4/sbin/rt-server.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds [Wed Dec 18 02:05:45 2013] [warn] FastCGI: (dynamic) server "/opt/rt4/sbin/rt-server.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds [Wed Dec 18 02:05:48 2013] [warn] FastCGI: (dynamic) server "/opt/rt4/sbin/rt-server.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds [Wed Dec 18 02:05:51 2013] [warn] FastCGI: (dynamic) server "/opt/rt4/sbin/rt-server.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds [Wed Dec 18 02:05:54 2013] [warn] FastCGI: (dynamic) server "/opt/rt4/sbin/rt-server.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds [Wed Dec 18 02:05:57 2013] [warn] FastCGI: (dynamic) server "/opt/rt4/sbin/rt-server.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds [Wed Dec 18 02:06:00 2013] [error] [client 128.122.120.154] FastCGI: comm with (dynamic) server "/opt/rt4/sbin/rt-server.fcgi" aborted: (first read) idle timeout (30 sec) [Wed Dec 18 02:06:00 2013] [error] [client 128.122.120.154] FastCGI: incomplete headers (0 bytes) received from server "/opt/rt4/sbin/rt-server.fcgi" [Wed Dec 18 02:06:00 2013] [warn] FastCGI: (dynamic) server "/opt/rt4/sbin/rt-server.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds From matthias.peplow at s-f.com Wed Dec 18 03:03:37 2013 From: matthias.peplow at s-f.com (Matthias Peplow) Date: Wed, 18 Dec 2013 09:03:37 +0100 Subject: [rt-users] RT 4.2 mysql/postgres migration In-Reply-To: References: Message-ID: <12E79972-B83D-434C-BA99-477233DB0954@s-f.com> Hi, I am curious if somebody already tried a mysql/postgres migration in RT 4.2. From what I read in the docs the intended way to accomplish this task is to dump the mysql database using the rt-serializer command and importing the dump using rt-importer to a new instance. In detail I would try the following: apachectl stop; service fetchmaild stop rt-validator --check && rt-serializer ?clone --directory path/to/export/directory making appropriate changes to RT_SiteConfig.pm (changing Database engine from mysql to pgsql) rt-importer path/to/export/directory apachectl start checking if everything looks as before service fetchmaild start Am I missing something or should the migration basically work as described? Regards, Matthias Matthias Peplow IT Director Scholz & Friends Berlin GmbH Tel.: +49 30/70 01 86-532 Fax: +49 30/70 01 86-599 matthias.peplow at s-f.com Litfa?-Platz 1 10178 Berlin Germany Scholz & Friends The Orchestra of Ideas http://www.s-f.com From marius at ksat.no Wed Dec 18 04:05:36 2013 From: marius at ksat.no (Marius Flage) Date: Wed, 18 Dec 2013 10:05:36 +0100 Subject: [rt-users] Reply text box slow to load In-Reply-To: <20131217192651.GB1977@jibsheet.com> References: <20131217192651.GB1977@jibsheet.com> Message-ID: <52B16560.8090502@ksat.no> On 12/17/2013 08:26 PM, Kevin Falcone wrote: > While this confirms that something is taking a long time to load, > the consistent 15 seconds on each request is quite odd, especially > since larger files take mere milliseconds to download. > > Are you using JSMin? How is your RT configured, etc, etc. If you > can replicate these timings on issues.bestpractical.com it would be > interesting. I'm not sure if I'm using JSMin.. What is it? How do I determine that? Basically what I did was upgrade from version 4.0.7 (the version that's included in Debian Squeeze) to 4.2.1 from source. So I then just took the database from that Debian installation and upgraded that. The package installed is installed system-wide and the source code is installed in /opt/rt4 . The web is configured with the following configuration: FastCgiServer /opt/rt4/sbin/rt-server.fcgi -processes 5 -idle-timeout 300 Servername ServerAdmin webmaster@ AddDefaultCharset UTF-8 ScriptAlias / /opt/rt4/sbin/rt-server.fcgi/ DocumentRoot "/opt/rt4/share/html" Order allow,deny Allow from all Options +ExecCGI AddHandler fastcgi-script fcgi CustomLog /var/log/apache2/_access.log combined ErrorLog /var/log/apache2/_error.log Here's the /opt/rt4/etc/RT_SiteConfig.pm: Set( $Timezone, 'Europe/Oslo'); Set( $rtname, ''); Set( $Organization, ''); Set( $WebDomain, ''); Set( $CorrespondAddress, ''); Set( $CommentAddress, ''); Set( $WebPath, ""); Set( $WebBaseURL, "http://"); Set ($MessageBoxRichText, 1); Set( $PreferRichText, true); Set( $MaxInlineBody, 0); Set( $DatabaseName, "rtdb"); Set( $DatabaseUser, "rt"); Set( $DatabasePassword, ""); Set( $DatabaseHost, "localhost"); Set( %GnuPG, Enable => 1, ); # You must install Plugins on your own, this is only an example # of the correct syntax to use when activating them. # Plugin( "RT::Extension::QuickDelete" ); # Plugin( "RT::Extension::CommandByMail" ); Set(@Plugins, qw(RT::Extension::AdminConditionsAndActions)); Regarding the rest of the environment this is then running on Debian Squeeze 6.0.7 in a virtual environment. Do you need anything else? - Marius From AlexYoung at HousingPartners.co.uk Wed Dec 18 06:15:21 2013 From: AlexYoung at HousingPartners.co.uk (Alex Young) Date: Wed, 18 Dec 2013 11:15:21 +0000 Subject: [rt-users] RTIR for RT 4.2.x Message-ID: <7fffe1f5f717418ba1d18e1bfc9c8a72@AM3PR06MB161.eurprd06.prod.outlook.com> I'm assuming that the current 3.0 version of RTIR isn't compatible with RT 4.2.x at the moment. When can we expect to see a release of RTIR compatible with the currently version of RT? Thanks. From AlexYoung at HousingPartners.co.uk Wed Dec 18 06:14:50 2013 From: AlexYoung at HousingPartners.co.uk (Alex Young) Date: Wed, 18 Dec 2013 11:14:50 +0000 Subject: [rt-users] RTIR for RT 4.2.x Message-ID: I'm assuming that the current 3.0 version of RTIR isn't compatible with RT 4.2.x at the moment. When can we expect to see a release of RTIR compatible with the currently version of RT? Thanks. From Henrik.G.Jacobsson at astrazeneca.com Wed Dec 18 07:44:48 2013 From: Henrik.G.Jacobsson at astrazeneca.com (Jacobsson, Henrik G) Date: Wed, 18 Dec 2013 12:44:48 +0000 Subject: [rt-users] Excessive communication between RT and postgresql In-Reply-To: <1387232223.2195.38.camel@umgah.localdomain> References: <29334c5289c64171994dc2716aa57676@DB4PR04MB281.eurprd04.prod.outlook.com> <1387232223.2195.38.camel@umgah.localdomain> Message-ID: <7e5356535c3f4c918e2fd8c72cde4b7b@DB4PR04MB281.eurprd04.prod.outlook.com> We upgraded from 4.0.17. Yes. Stopping RT stopped the WAL generation. Continued as if nothing happened when started up again. The mail into the system should be quite negligible in this case since that would make the database grow in roughly the same pace as the WAL log generation, but the database has grown only 200M while there has been written more than 500G of WAL. pg_xlogdump shows that more than 99% of the activity is due to inserts, deletes and subsequent vacuuming on rt4.sessions and corresponding toast tables. Regards //Henrik -------------------------------------------------------------------------- Confidentiality Notice: This message is private and may contain confidential and proprietary information. If you have received this message in error, please notify us and remove it from your system and note that you must not copy, distribute or take any action in reliance on it. Any unauthorized use or disclosure of the contents of this message is not permitted and may be unlawful. ? -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Alex Vandiver Sent: den 16 december 2013 23:17 To: rt-users at lists.bestpractical.com Subject: Re: [rt-users] Excessive communication between RT and postgresql On Mon, 2013-12-16 at 13:58 +0000, Jacobsson, Henrik G wrote: > After upgrading to RT 4.2.1, the postgresql database is producing > massive volumes of WAL files around the clock with peaks during office > hours. And what version were you upgrading from? > Before the upgrade ? we had very limited volumes of WAL files > produced, and nothing at all during non work hours. Now ? at least > 32MB, but usually 64MB of WAL is written every minute, when the system > is supposed to be quiet. Does that output cease if you temporarily turn off the webserver? What about if you disable your incoming MTA? > Should there be any traffic at all between the RT server and database > server when the system is not in use? Apart from occasional handshakes > etc. Depends what you mean by "in use." RT has no long-running programs aside from the web front-end; as such, requests to the database are only generated by requests to Apache, or the cron jobs. At times when there are no Apache requests and no cron jobs, there should be no significant database traffic. Bear in mind that even if no _users_ are accessing the website, incoming email gets POST'ed to the mail gateway endpoint, which may account for some of the activity when you believe the system is not in use. It may be enlightening to examine the generated WAL logs using http://www.postgresql.org/docs/current/static/pgxlogdump.html - Alex From falcone at bestpractical.com Wed Dec 18 10:54:28 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Wed, 18 Dec 2013 10:54:28 -0500 Subject: [rt-users] RTIR for RT 4.2.x In-Reply-To: References: Message-ID: <20131218155428.GD1977@jibsheet.com> On Wed, Dec 18, 2013 at 11:14:50AM +0000, Alex Young wrote: > I'm assuming that the current 3.0 version of RTIR isn't compatible with RT 4.2.x at the moment. When can we expect to see a release of RTIR compatible with the currently version of RT? This is now the third time you've sent this mail to the list. I answered it the first time. -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From Albert.Shih at obspm.fr Wed Dec 18 11:19:16 2013 From: Albert.Shih at obspm.fr (Albert Shih) Date: Wed, 18 Dec 2013 17:19:16 +0100 Subject: [rt-users] Owner mail on login page. Message-ID: <20131218161916.GA13071@pcjas.obspm.fr> Hi all, I would like to known how can I disable the Owner mail on login page (new in 4.2.x) It's very important for us because with this information 50% of the user going to send a email directly to this address. Regards. JAS -- Albert SHIH DIO b?timent 15 Observatoire de Paris 5 Place Jules Janssen 92195 Meudon Cedex France T?l?phone : +33 1 45 07 76 26/+33 6 86 69 95 71 xmpp: jas at obspm.fr Heure local/Local time: mer 18 d?c 2013 17:18:04 CET From Albert.Shih at obspm.fr Wed Dec 18 11:29:07 2013 From: Albert.Shih at obspm.fr (Albert Shih) Date: Wed, 18 Dec 2013 17:29:07 +0100 Subject: [rt-users] RT 4.2.1 problem with "Preference" Message-ID: <20131218162907.GB13071@pcjas.obspm.fr> Hi, I got a bug with preferences pages. When I go into (I have all right) I got this message on the web interface : General Default queue Remember default queue Yes No Use default (No) Username format Use autocomplete to find owners? Yes No Use default (No) Replaces the owner dropdowns with textboxes Theme Include time in iCal feed events? Yes No Use default (No) Formats iCal feed events with date and time Search results refresh interval An internal RT error has occurred. Your administrator can find more details in RT's log files. and inside log I got this message : Dec 18 17:26:09 my_hostname RT: [3489] Invalid offset: FR Stack: [/usr/local/lib/perl5/site_perl/5.16/DateTime/TimeZone/OffsetOnly.pm:27] [/usr/local/lib/perl5/site_perl/5.16/DateTime/TimeZone.pm:64] [/usr/local/lib/perl5/site_perl/5.16/mach/DateTime.pm:232] [/usr/local/lib/perl5/site_perl/5.16/mach/DateTime.pm:206] [/usr/local/lib/perl5/site_perl/5.16/RT/Date.pm:793] [/usr/local/lib/perl5/site_perl/5.16/RT/Date.pm:637] [/usr/local/lib/perl5/site_perl/5.16/RT/Config.pm:469] [/usr/local/share/rt42/html/Widgets/FinalizeWidgetArguments:51] [/usr/local/share/rt42/html/Prefs/Other.html:58] [/usr/local/share/rt42/html/Widgets/TitleBox:56] [/usr/local/share/rt42/html/Prefs/Other.html:67] [/usr/local/lib/perl5/site_perl/5.16/RT/Interface/Web.pm:680] [/usr/local/lib/perl5/site_perl/5.16/RT/Interface/Web.pm:368] [/usr/local/share/rt42/html/autohandler:53] I'm running RT 4.2.1 on FreeBSD upgraded from RT 4.0.18 without any error. Regards. JAS -- Albert SHIH DIO b?timent 15 Observatoire de Paris 5 Place Jules Janssen 92195 Meudon Cedex France T?l?phone : +33 1 45 07 76 26/+33 6 86 69 95 71 xmpp: jas at obspm.fr Heure local/Local time: mer 18 d?c 2013 17:26:43 CET From falcone at bestpractical.com Wed Dec 18 11:43:45 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Wed, 18 Dec 2013 11:43:45 -0500 Subject: [rt-users] any page showing a user drop down in a ticket is loading slow In-Reply-To: <52B0ABD1.3080606@cs.pitt.edu> References: <52B0ABD1.3080606@cs.pitt.edu> Message-ID: <20131218164345.GH1977@jibsheet.com> On Tue, Dec 17, 2013 at 02:53:53PM -0500, Adam Hobaugh wrote: > I just updated from 4.0.10 to 4.2.1 and it seems to be working well > except when I am in a ticket, any page that shows a user drop down, > ie display and people load incredible slowly. I enabled slow query > logging and below are the two queries that appear to be causing the > problem. I appreciate any help in resolving this. 10 second load > times is rough. Please let me know what further information is > needed. The slow query logs are most helpful when you then run EXPLAIN on the query so you know why the database is having trouble. Since your list is short (5 rows sent) rather than 500, you're unlikely to have the common error someone else was pointing you at where you grant OwnTicket too widely. RT 4.2 also has a workaround for this case. Do you grant your OwnTicket rights out to groups per queue, roles per queue. Do you assign lots of Ticket level use groups (adminccs/ccs, etc) which then pick up OwnTicket? -kevin > > # Time: 131217 14:42:38 > # User at Host: rt_user[rt_user] @ ticket.cs.pitt.edu [136.142.23.83] > # Query_time: 9 Lock_time: 0 Rows_sent: 5 Rows_examined: 175403 > SELECT DISTINCT main.* FROM Users main CROSS JOIN ACL ACL_3 JOIN > Principals Principals_1 ON ( Principals_1.id = main.id ) JOIN > CachedGroupMembers CachedGroupMembers_2 ON ( > CachedGroupMembers_2.MemberId = Principals_1.id ) JOIN > CachedGroupMembers CachedGroupMembers_4 ON ( > CachedGroupMembers_4.MemberId = Principals_1.id ) WHERE > ((ACL_3.ObjectType = 'RT::Queue' AND ACL_3.ObjectId = 3) OR > (ACL_3.ObjectType = 'RT::System') OR (ACL_3.ObjectType = 'RT::Queue' > AND ACL_3.ObjectId = 3) OR (ACL_3.ObjectType = 'RT::System')) AND > (ACL_3.PrincipalId = CachedGroupMembers_4.GroupId) AND > (ACL_3.PrincipalType = 'Group') AND (ACL_3.RightName = 'OwnTicket' > OR ACL_3.RightName = 'SuperUser') AND (CachedGroupMembers_2.Disabled > = '0') AND (CachedGroupMembers_2.GroupId = '4') AND > (CachedGroupMembers_4.Disabled = '0') AND (Principals_1.Disabled = > '0') AND (Principals_1.PrincipalType = 'User') AND (Principals_1.id > != '1') ORDER BY main.Name ASC; > # Time: 131217 14:42:48 > # User at Host: rt_user[rt_user] @ ticket.cs.pitt.edu [136.142.23.83] > # Query_time: 8 Lock_time: 0 Rows_sent: 5 Rows_examined: 175403 > SELECT DISTINCT main.* FROM Users main CROSS JOIN ACL ACL_3 JOIN > Principals Principals_1 ON ( Principals_1.id = main.id ) JOIN > CachedGroupMembers CachedGroupMembers_2 ON ( > CachedGroupMembers_2.MemberId = Principals_1.id ) JOIN > CachedGroupMembers CachedGroupMembers_4 ON ( > CachedGroupMembers_4.MemberId = Principals_1.id ) WHERE > ((ACL_3.ObjectType = 'RT::Ticket' AND ACL_3.ObjectId = 35402) OR > (ACL_3.ObjectType = 'RT::Queue' AND ACL_3.ObjectId = 3) OR > (ACL_3.ObjectType = 'RT::System') OR (ACL_3.ObjectType = > 'RT::Ticket' AND ACL_3.ObjectId = 35402) OR (ACL_3.ObjectType = > 'RT::Queue' AND ACL_3.ObjectId = 3) OR (ACL_3.ObjectType = > 'RT::System')) AND (ACL_3.PrincipalId = > CachedGroupMembers_4.GroupId) AND (ACL_3.PrincipalType = 'Group') > AND (ACL_3.RightName = 'OwnTicket' OR ACL_3.RightName = 'SuperUser') > AND (CachedGroupMembers_2.Disabled = '0') AND > (CachedGroupMembers_2.GroupId = '4') AND > (CachedGroupMembers_4.Disabled = '0') AND (Principals_1.Disabled = > '0') AND (Principals_1.PrincipalType = 'User') AND (Principals_1.id > != '1') ORDER BY main.Name ASC; > -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Wed Dec 18 11:45:08 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Wed, 18 Dec 2013 11:45:08 -0500 Subject: [rt-users] installing rt tracker with a screen reader In-Reply-To: <000701cefc4c$7dc43dd0$794cb970$@gmail.com> References: <000701cefc4c$7dc43dd0$794cb970$@gmail.com> Message-ID: <20131218164508.GI1977@jibsheet.com> On Wed, Dec 18, 2013 at 03:54:23PM -0800, Marvin Hunkin wrote: > And using this software. > > And using the jaws for windows screen reader from [1]http://www.freedomscientific.com > > Now. > > How do I install this software and then configure. > > Using windows 7 pro 32 bit, firefox 25, and internet explorer 11. You cannot install RT using just a web browser. The RT README in the tarball and available on the web here cover basic installation instructions. http://bestpractical.com/docs/rt/latest/README.html Your screen reader will need to be compatible with the terminal emulator you choose to use to connect to your installation source (RT does not install onto Windows). -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Wed Dec 18 11:39:02 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Wed, 18 Dec 2013 11:39:02 -0500 Subject: [rt-users] ExecuteCode by Queue AdminCc groups on RT::System In-Reply-To: <52B0C983.9040902@xs4all.nl> References: <52B0C983.9040902@xs4all.nl> Message-ID: <20131218163902.GG1977@jibsheet.com> On Tue, Dec 17, 2013 at 11:00:35PM +0100, Kai Storbeck wrote: > My production system contains a few ACL's that do not dump correctly > using rt-dump-metadata. They end up multiple times in our dump as: > > { > "Right" : "ExecuteCode", > "GroupDomain" : "RT::System-Role", > "GroupType" : "AdminCc" > }, > > (In JSON for readability) > > These are in reality applied to the AdminCC group principal of queues. > > What is the bug here? > > Is it that I should be able to see such a right in the Global rights > page, or should the right not have been granted since the upgrade step > (3.9.1 iirc)? > (It is a bit of a weird delegation of rights, but a few of our AdminCc > groups have indeed the right to edit templates). Looking briefly in the ACL dumping code, it says this: elsif ( /^RT::Group$/ ) { # No support for RT::Group ACLs in RT::Handle yet. next OBJECT; } which implies to me that it has no idea how to handle your rights. -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Wed Dec 18 11:45:53 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Wed, 18 Dec 2013 11:45:53 -0500 Subject: [rt-users] rt 4.2.1 error: Internal Server Error In-Reply-To: <0d457f054ee36e8255dc8d48a535b393.squirrel@mail.pureview.com> References: <0d457f054ee36e8255dc8d48a535b393.squirrel@mail.pureview.com> Message-ID: <20131218164553.GJ1977@jibsheet.com> On Wed, Dec 18, 2013 at 02:15:05AM -0500, support at pureview.com wrote: > Any one can help me to find the issues here. > > RH6 > Oracle as DB > fastcgi Does RT_Config.pm exist in /opt/rt4/etc Is it readable by the web user (su to the web user and try to read it) Do you have anything like SELinux which would prevent reading of the file. -kevin > Can't locate RT_Config.pm in @INC (@INC contains: /opt/rt4/local/etc > /opt/rt4/etc /opt/rt4/sbin/../local/lib /opt/rt4/sbin/../lib > /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl > /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at > /opt/rt4/sbin/../lib/RT/Config.pm line 1063. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Wed Dec 18 11:48:35 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Wed, 18 Dec 2013 11:48:35 -0500 Subject: [rt-users] RT 4.2 mysql/postgres migration In-Reply-To: <12E79972-B83D-434C-BA99-477233DB0954@s-f.com> References: <12E79972-B83D-434C-BA99-477233DB0954@s-f.com> Message-ID: <20131218164835.GK1977@jibsheet.com> On Wed, Dec 18, 2013 at 09:03:37AM +0100, Matthias Peplow wrote: > Hi, > > I am curious if somebody already tried a mysql/postgres migration in RT 4.2. > > From what I read in the docs the intended way to accomplish this task is to dump the mysql database using the rt-serializer command and importing the dump using rt-importer to a new instance. > > In detail I would try the following: > > apachectl stop; service fetchmaild stop > > rt-validator --check && rt-serializer ?clone --directory path/to/export/directory You may also need to rt-validator --check --resolve if it finds anything. > making appropriate changes to RT_SiteConfig.pm (changing Database engine from mysql to pgsql) > > rt-importer path/to/export/directory > > apachectl start > > checking if everything looks as before > > service fetchmaild start I've made a number of bug fixes which we are in the process of merging. I suspect that the tip of 4.2 trunk and/or 4.2.2 will perform better and deal with potentially bad data lurking in your MySQL database better than the Migrator available in 4.2.1 right now. We do have reports of people successfully running it, but you may run into bugs I've already fixed. -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Wed Dec 18 11:31:37 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Wed, 18 Dec 2013 11:31:37 -0500 Subject: [rt-users] Chart and Show Results not showing correct query In-Reply-To: References: Message-ID: <20131218163137.GE1977@jibsheet.com> On Tue, Dec 17, 2013 at 09:12:17PM +0000, Richard McMahon wrote: > > I have been using the Chart option in RT 3.8. When I click on Show > Results a different query is shown e.g. the most recent other saved > query. RT 3.8 is no longer receiving anything other than security bugfixes. You also don't specify which version of 3.8 you're running, but it's quite likely that some of your complaints have been addressed in the new charting in 4.2. If you can replicate these bugs on 4.2, please let us know. -kevin > Also, it would be useful if the Total result in the table on the > Chart executed the full query. See attached chart. > > Related to the above is the ability to edit the query than creates > a chart. I get inconsistent results so it looks like the query > linked to a saved Chart might be a clone of the query run when the > Chart is saved. > > thanks Richard > -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Wed Dec 18 11:34:09 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Wed, 18 Dec 2013 11:34:09 -0500 Subject: [rt-users] How to create a new condition through the web gui In-Reply-To: <52B0C6FD.7080600@ksat.no> References: <52B06613.8030302@ksat.no> <20131217191917.GA1977@jibsheet.com> <52B0C6FD.7080600@ksat.no> Message-ID: <20131218163409.GF1977@jibsheet.com> On Tue, Dec 17, 2013 at 10:49:49PM +0100, Marius Flage wrote: > Den 17.12.2013 20:19, skrev Kevin Falcone: > > >You may find it easier to use the new extension we blogged about, > >instead of User Defined scrips/actions > > > >http://blog.bestpractical.com/2013/12/new-web-ui-for-rt-actions-and-conditions.html > > This extension looks very nice and shiny and I just added it to my > RT, but I still have no idea how to use it :) And especially not for > my example. The example I found uses raw perl code that returns 0/1 > depending on some variables, but recreating this using just the five > text input fields provided by the extension seems impossible.. ? If you wish to be able to copy/paste the code you found, you'll use a User Defined condition as explained by someone else in this thread. If you want to use this extension, you'll need to review the blog post and the documentation of the extension. -kevin > What should I enter for "Condition Module", "Parameters to Pass" and > "Applicable Transaction Types"? The Perl snippet seems to first > check TransactionObj if the transaction type is "Create", if not > it'll return 0. Then it will check if it's the first transaction and > finally it'll check for a header "Received". Replicating this in 5 > text input fields seems impossible :) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From Albert.Shih at obspm.fr Wed Dec 18 12:12:41 2013 From: Albert.Shih at obspm.fr (Albert Shih) Date: Wed, 18 Dec 2013 18:12:41 +0100 Subject: [rt-users] RT 4.2.1 problem with "Preference" In-Reply-To: <20131218162907.GB13071@pcjas.obspm.fr> References: <20131218162907.GB13071@pcjas.obspm.fr> Message-ID: <20131218171241.GA13279@pcjas.obspm.fr> Le 18/12/2013 ? 17:29:07+0100, Albert Shih a ?crit > Hi, > > I got a bug with preferences pages. When I go into (I have all right) I got > this message on the web interface : > > General > > Default queue > Remember default queue Yes No Use default (No) > Username format > Use autocomplete to find owners? Yes No Use default (No) Replaces the > owner dropdowns with textboxes > Theme > Include time in iCal feed events? Yes No Use default (No) Formats iCal > feed events with date and time > Search results refresh interval > > > An internal RT error has occurred. Your administrator can find more details > in RT's log files. > > and inside log I got this message : > > Dec 18 17:26:09 my_hostname RT: [3489] Invalid offset: FR Stack: > [/usr/local/lib/perl5/site_perl/5.16/DateTime/TimeZone/OffsetOnly.pm:27] > [/usr/local/lib/perl5/site_perl/5.16/DateTime/TimeZone.pm:64] > [/usr/local/lib/perl5/site_perl/5.16/mach/DateTime.pm:232] > [/usr/local/lib/perl5/site_perl/5.16/mach/DateTime.pm:206] > [/usr/local/lib/perl5/site_perl/5.16/RT/Date.pm:793] > [/usr/local/lib/perl5/site_perl/5.16/RT/Date.pm:637] > [/usr/local/lib/perl5/site_perl/5.16/RT/Config.pm:469] > [/usr/local/share/rt42/html/Widgets/FinalizeWidgetArguments:51] > [/usr/local/share/rt42/html/Prefs/Other.html:58] > [/usr/local/share/rt42/html/Widgets/TitleBox:56] > [/usr/local/share/rt42/html/Prefs/Other.html:67] > [/usr/local/lib/perl5/site_perl/5.16/RT/Interface/Web.pm:680] > [/usr/local/lib/perl5/site_perl/5.16/RT/Interface/Web.pm:368] > [/usr/local/share/rt42/html/autohandler:53] > > I'm running RT 4.2.1 on FreeBSD upgraded from RT 4.0.18 without any error. > Find the problem, It's because I use old configuration of RT (4.0.18) and Set($Timezone , 'FR'); is not correct. It should be (maybe since the begining) : Set($Timezone , 'CET'); Regards. -- Albert SHIH DIO b?timent 15 Observatoire de Paris 5 Place Jules Janssen 92195 Meudon Cedex France T?l?phone : +33 1 45 07 76 26/+33 6 86 69 95 71 xmpp: jas at obspm.fr Heure local/Local time: mer 18 d?c 2013 18:11:33 CET From adam at cs.pitt.edu Wed Dec 18 12:29:05 2013 From: adam at cs.pitt.edu (Adam Hobaugh) Date: Wed, 18 Dec 2013 12:29:05 -0500 Subject: [rt-users] any page showing a user drop down in a ticket is loading slow In-Reply-To: <20131218164345.GH1977@jibsheet.com> References: <52B0ABD1.3080606@cs.pitt.edu> <20131218164345.GH1977@jibsheet.com> Message-ID: <52B1DB61.9050202@cs.pitt.edu> On 12/18/2013 11:43 AM, Kevin Falcone wrote: > On Tue, Dec 17, 2013 at 02:53:53PM -0500, Adam Hobaugh wrote: >> I just updated from 4.0.10 to 4.2.1 and it seems to be working well >> except when I am in a ticket, any page that shows a user drop down, >> ie display and people load incredible slowly. I enabled slow query >> logging and below are the two queries that appear to be causing the >> problem. I appreciate any help in resolving this. 10 second load >> times is rough. Please let me know what further information is >> needed. > The slow query logs are most helpful when you then run EXPLAIN on the > query so you know why the database is having trouble. Here is the EXPLAIN for the two queries. mysql> EXPLAIN SELECT DISTINCT main.* FROM Users main CROSS JOIN ACL ACL_3 JOIN Principals Principals_1 ON ( Principals_1.id = main.id ) JOIN CachedGroupMembers CachedGroupMembers_2 ON ( CachedGroupMembers_2.MemberId = Principals_1.id ) JOIN CachedGroupMembers CachedGroupMembers_4 ON ( CachedGroupMembers_4.MemberId = Principals_1.id ) WHERE ((ACL_3.ObjectType = 'RT::Queue' AND ACL_3.ObjectId = 3) OR (ACL_3.ObjectType = 'RT::System') OR (ACL_3.ObjectType = 'RT::Queue' AND ACL_3.ObjectId = 3) OR (ACL_3.ObjectType = 'RT::System')) AND (ACL_3.PrincipalId = CachedGroupMembers_4.GroupId) AND (ACL_3.PrincipalType = 'Group') AND (ACL_3.RightName = 'OwnTicket' OR ACL_3.RightName = 'SuperUser') AND (CachedGroupMembers_2.Disabled = '0') AND (CachedGroupMembers_2.GroupId = '4') AND (CachedGroupMembers_4.Disabled = '0') AND (Principals_1.Disabled = '0') AND (Principals_1.PrincipalType = 'User') AND (Principals_1.id != '1') ORDER BY main.Name ASC; +----+-------------+----------------------+--------+----------------------------------------------------+---------------------+---------+---------------------------------------+------+-----------------------------------------------------------+ | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | +----+-------------+----------------------+--------+----------------------------------------------------+---------------------+---------+---------------------------------------+------+-----------------------------------------------------------+ | 1 | SIMPLE | CachedGroupMembers_2 | range | DisGrouMem,CachedGroupMembers3,cachedgroupmembers1 | DisGrouMem | 10 | NULL | 264 | Using where; Using index; Using temporary; Using filesort | | 1 | SIMPLE | main | eq_ref | PRIMARY | PRIMARY | 4 | rt4_2_1.CachedGroupMembers_2.MemberId | 1 | | | 1 | SIMPLE | Principals_1 | eq_ref | PRIMARY | PRIMARY | 4 | rt4_2_1.main.id | 1 | Using where; Distinct | | 1 | SIMPLE | CachedGroupMembers_4 | ref | DisGrouMem,CachedGroupMembers3,cachedgroupmembers1 | CachedGroupMembers3 | 5 | rt4_2_1.CachedGroupMembers_2.MemberId | 1 | Using where; Distinct | | 1 | SIMPLE | ACL_3 | range | ACL1 | ACL1 | 85 | NULL | 13 | Using where; Using index; Distinct | +----+-------------+----------------------+--------+----------------------------------------------------+---------------------+---------+---------------------------------------+------+-----------------------------------------------------------+ 5 rows in set (0.01 sec) mysql> EXPLAIN SELECT DISTINCT main.* FROM Users main CROSS JOIN ACL ACL_3 JOIN Principals Principals_1 ON ( Principals_1.id = main.id ) JOIN CachedGroupMembers CachedGroupMembers_2 ON ( CachedGroupMembers_2.MemberId = Principals_1.id ) JOIN CachedGroupMembers CachedGroupMembers_4 ON ( CachedGroupMembers_4.MemberId = Principals_1.id ) WHERE ((ACL_3.ObjectType = 'RT::Ticket' AND ACL_3.ObjectId = 35402) OR (ACL_3.ObjectType = 'RT::Queue' AND ACL_3.ObjectId = 3) OR (ACL_3.ObjectType = 'RT::System') OR (ACL_3.ObjectType = 'RT::Ticket' AND ACL_3.ObjectId = 35402) OR (ACL_3.ObjectType = 'RT::Queue' AND ACL_3.ObjectId = 3) OR (ACL_3.ObjectType = 'RT::System')) AND (ACL_3.PrincipalId = CachedGroupMembers_4.GroupId) AND (ACL_3.PrincipalType = 'Group') AND (ACL_3.RightName = 'OwnTicket' OR ACL_3.RightName = 'SuperUser') AND (CachedGroupMembers_2.Disabled = '0') AND (CachedGroupMembers_2.GroupId = '4') AND (CachedGroupMembers_4.Disabled = '0') AND (Principals_1.Disabled = '0') AND (Principals_1.PrincipalType = 'User') AND (Principals_1.id != '1') ORDER BY main.Name ASC; +----+-------------+----------------------+--------+----------------------------------------------------+---------------------+---------+---------------------------------------+------+-----------------------------------------------------------+ | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | +----+-------------+----------------------+--------+----------------------------------------------------+---------------------+---------+---------------------------------------+------+-----------------------------------------------------------+ | 1 | SIMPLE | CachedGroupMembers_2 | range | DisGrouMem,CachedGroupMembers3,cachedgroupmembers1 | DisGrouMem | 10 | NULL | 264 | Using where; Using index; Using temporary; Using filesort | | 1 | SIMPLE | main | eq_ref | PRIMARY | PRIMARY | 4 | rt4_2_1.CachedGroupMembers_2.MemberId | 1 | | | 1 | SIMPLE | Principals_1 | eq_ref | PRIMARY | PRIMARY | 4 | rt4_2_1.main.id | 1 | Using where; Distinct | | 1 | SIMPLE | CachedGroupMembers_4 | ref | DisGrouMem,CachedGroupMembers3,cachedgroupmembers1 | CachedGroupMembers3 | 5 | rt4_2_1.CachedGroupMembers_2.MemberId | 1 | Using where; Distinct | | 1 | SIMPLE | ACL_3 | range | ACL1 | ACL1 | 85 | NULL | 15 | Using where; Using index; Distinct | +----+-------------+----------------------+--------+----------------------------------------------------+---------------------+---------+---------------------------------------+------+-----------------------------------------------------------+ 5 rows in set (0.00 sec) > Since your list is short (5 rows sent) rather than 500, you're > unlikely to have the common error someone else was pointing you at > where you grant OwnTicket too widely. RT 4.2 also has a workaround > for this case. > > Do you grant your OwnTicket rights out to groups per queue, roles per > queue. Do you assign lots of Ticket level use groups (adminccs/ccs, > etc) which then pick up OwnTicket? We have our users who can own tickets in groups and then assign those groups to the queue and give them OwnTicket. We have at max 3 groups per queue. We don't assign permissions on any role. We also have some individuals added but those are there so that managers only watch the tickets but can't own them. Thanks! //adam From falcone at bestpractical.com Wed Dec 18 13:07:40 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Wed, 18 Dec 2013 13:07:40 -0500 Subject: [rt-users] any page showing a user drop down in a ticket is loading slow In-Reply-To: <52B1DB61.9050202@cs.pitt.edu> References: <52B0ABD1.3080606@cs.pitt.edu> <20131218164345.GH1977@jibsheet.com> <52B1DB61.9050202@cs.pitt.edu> Message-ID: <20131218180740.GL1977@jibsheet.com> On Wed, Dec 18, 2013 at 12:29:05PM -0500, Adam Hobaugh wrote: > >The slow query logs are most helpful when you then run EXPLAIN on the > >query so you know why the database is having trouble. > Here is the EXPLAIN for the two queries. > > mysql> EXPLAIN SELECT DISTINCT main.* FROM Users main CROSS JOIN ACL > ACL_3 JOIN Principals Principals_1 ON ( Principals_1.id = main.id ) > JOIN CachedGroupMembers CachedGroupMembers_2 ON ( > CachedGroupMembers_2.MemberId = Principals_1.id ) JOIN > CachedGroupMembers CachedGroupMembers_4 ON ( > CachedGroupMembers_4.MemberId = Principals_1.id ) WHERE > ((ACL_3.ObjectType = 'RT::Queue' AND ACL_3.ObjectId = 3) OR > (ACL_3.ObjectType = 'RT::System') OR (ACL_3.ObjectType = 'RT::Queue' > AND ACL_3.ObjectId = 3) OR (ACL_3.ObjectType = 'RT::System')) AND > (ACL_3.PrincipalId = CachedGroupMembers_4.GroupId) AND > (ACL_3.PrincipalType = 'Group') AND (ACL_3.RightName = 'OwnTicket' > OR ACL_3.RightName = 'SuperUser') AND (CachedGroupMembers_2.Disabled > = '0') AND (CachedGroupMembers_2.GroupId = '4') AND > (CachedGroupMembers_4.Disabled = '0') AND (Principals_1.Disabled = > '0') AND (Principals_1.PrincipalType = 'User') AND (Principals_1.id > != '1') ORDER BY main.Name ASC; > +----+-------------+----------------------+--------+----------------------------------------------------+---------------------+---------+---------------------------------------+------+-----------------------------------------------------------+ > | id | select_type | table | type | possible_keys > | key | key_len | ref > | rows | Extra | > +----+-------------+----------------------+--------+----------------------------------------------------+---------------------+---------+---------------------------------------+------+-----------------------------------------------------------+ > | 1 | SIMPLE | CachedGroupMembers_2 | range | > DisGrouMem,CachedGroupMembers3,cachedgroupmembers1 | DisGrouMem > | 10 | NULL | 264 | Using > where; Using index; Using temporary; Using filesort | > | 1 | SIMPLE | main | eq_ref | PRIMARY > | PRIMARY | 4 | > rt4_2_1.CachedGroupMembers_2.MemberId | 1 | > | > | 1 | SIMPLE | Principals_1 | eq_ref | PRIMARY > | PRIMARY | 4 | rt4_2_1.main.id > | 1 | Using where; Distinct | > | 1 | SIMPLE | CachedGroupMembers_4 | ref | > DisGrouMem,CachedGroupMembers3,cachedgroupmembers1 | > CachedGroupMembers3 | 5 | > rt4_2_1.CachedGroupMembers_2.MemberId | 1 | Using where; Distinct > | > | 1 | SIMPLE | ACL_3 | range | ACL1 > | ACL1 | 85 | NULL > | 13 | Using where; Using index; Distinct | > +----+-------------+----------------------+--------+----------------------------------------------------+---------------------+---------+---------------------------------------+------+-----------------------------------------------------------+ > 5 rows in set (0.01 sec) Your query here says that MySQL is looking at a pretty tiny dataset and running the same query on multiple databases here shows a wildly different explain and very quick results. This usually points to you having some enormous tables (although the explain doesn't indicate that) or a badly tuned mysql. Can you download and run http://mysqltuner.pl on your database. It would also be interesting to see SELECT TABLE_ROWS, TABLE_NAME FROM information_schema.tables WHERE TABLE_SCHEMA = 'rt4'; changing your database name where needed. -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From lstewart at iweb.com Wed Dec 18 13:27:21 2013 From: lstewart at iweb.com (Landon Stewart) Date: Wed, 18 Dec 2013 10:27:21 -0800 Subject: [rt-users] any page showing a user drop down in a ticket is loading slow In-Reply-To: <20131218180740.GL1977@jibsheet.com> References: <52B0ABD1.3080606@cs.pitt.edu> <20131218164345.GH1977@jibsheet.com> <52B1DB61.9050202@cs.pitt.edu> <20131218180740.GL1977@jibsheet.com> Message-ID: On 18 December 2013 10:07, Kevin Falcone wrote: > Can you download and run http://mysqltuner.pl on your database. > Fun tip. You can download that with just ?wget mysqltuner.pl?. There?s some redirection magic that makes it work with just that command. -- Landon Stewart :: lstewart at iweb.com Lead Specialist, Abuse and Security Management Sp?cialiste principal, gestion des abus et s?curit? http://iweb.com :: +1 (888) 909-4932 -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at thezimmermans.org Wed Dec 18 14:01:56 2013 From: lists at thezimmermans.org (JZ) Date: Wed, 18 Dec 2013 11:01:56 -0800 Subject: [rt-users] RT-Extension-Assets link Message-ID: <89fc2a8461da6afe61704133a0513168@greattechhelp.com> I am trying to figure out the best way to get a link created to an asset at the time a ticket is created. I am using RT-Extension-Assets in RT 4.2, and am having trouble finding information regarding this extension and doing what I want to do. I am having trouble making the connection from the requester to the asset. I am hoping somebody can give me an idea how to proceed. jgz From adam at cs.pitt.edu Wed Dec 18 14:15:06 2013 From: adam at cs.pitt.edu (Adam Hobaugh) Date: Wed, 18 Dec 2013 14:15:06 -0500 Subject: [rt-users] any page showing a user drop down in a ticket is loading slow In-Reply-To: <20131218180740.GL1977@jibsheet.com> References: <52B0ABD1.3080606@cs.pitt.edu> <20131218164345.GH1977@jibsheet.com> <52B1DB61.9050202@cs.pitt.edu> <20131218180740.GL1977@jibsheet.com> Message-ID: <52B1F43A.6060208@cs.pitt.edu> On 12/18/2013 01:07 PM, Kevin Falcone wrote: > Your query here says that MySQL is looking at a pretty tiny dataset > and running the same query on multiple databases here shows a wildly > different explain and very quick results. This usually points to you > having some enormous tables (although the explain doesn't indicate > that) or a badly tuned mysql. > > Can you download and run http://mysqltuner.pl on your database. I will have to go through this script and consult with a colleague before running that as our database contains more than just our ticket system. > It would also be interesting to see > SELECT TABLE_ROWS, TABLE_NAME > FROM information_schema.tables > WHERE TABLE_SCHEMA = 'rt4'; > changing your database name where needed. mysql> SELECT TABLE_ROWS, TABLE_NAME -> FROM information_schema.tables -> WHERE TABLE_SCHEMA = 'rt4_2_1'; +------------+-------------------------+ | TABLE_ROWS | TABLE_NAME | +------------+-------------------------+ | 579 | ACL | | 0 | Articles | | 1436268 | Attachments | | 5708 | Attributes | | 353565 | CachedGroupMembers | | 0 | Classes | | 36 | CustomFieldValues | | 4 | CustomFields | | 107281 | GroupMembers | | 157020 | Groups | | 1579 | Links | | 0 | ObjectClasses | | 14357 | ObjectCustomFieldValues | | 4 | ObjectCustomFields | | 45 | ObjectScrips | | 0 | ObjectTopics | | 162308 | Principals | | 16 | Queues | | 21 | ScripActions | | 22 | ScripConditions | | 45 | Scrips | | 35 | Templates | | 35232 | Tickets | | 0 | Topics | | 578000 | Transactions | | 10340 | Users | | 4518 | sessions | +------------+-------------------------+ 27 rows in set, 1 warning (0.43 sec) Thanks! //adam From falcone at bestpractical.com Wed Dec 18 14:39:31 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Wed, 18 Dec 2013 14:39:31 -0500 Subject: [rt-users] Owner mail on login page. In-Reply-To: <20131218161916.GA13071@pcjas.obspm.fr> References: <20131218161916.GA13071@pcjas.obspm.fr> Message-ID: <20131218193931.GM1977@jibsheet.com> On Wed, Dec 18, 2013 at 05:19:16PM +0100, Albert Shih wrote: > I would like to known how can I disable the Owner mail on login page (new > in 4.2.x) > > It's very important for us because with this information 50% of the user > going to send a email directly to this address. Hide it with css (the div has a class of login-help) or make a small mason overlay of share/html/Elements/LoginHelp -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Wed Dec 18 14:42:47 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Wed, 18 Dec 2013 14:42:47 -0500 Subject: [rt-users] any page showing a user drop down in a ticket is loading slow In-Reply-To: <52B1F43A.6060208@cs.pitt.edu> References: <52B0ABD1.3080606@cs.pitt.edu> <20131218164345.GH1977@jibsheet.com> <52B1DB61.9050202@cs.pitt.edu> <20131218180740.GL1977@jibsheet.com> <52B1F43A.6060208@cs.pitt.edu> Message-ID: <20131218194247.GN1977@jibsheet.com> On Wed, Dec 18, 2013 at 02:15:06PM -0500, Adam Hobaugh wrote: > On 12/18/2013 01:07 PM, Kevin Falcone wrote: > >Your query here says that MySQL is looking at a pretty tiny dataset > >and running the same query on multiple databases here shows a wildly > >different explain and very quick results. This usually points to you > >having some enormous tables (although the explain doesn't indicate > >that) or a badly tuned mysql. > > > >Can you download and run http://mysqltuner.pl on your database. > I will have to go through this script and consult with a colleague > before running that as our database contains more than just our > ticket system. We'll see what it returns. Nothing in your data set is particularly large, which points more and more to MySQL problems. -kevin > >It would also be interesting to see > > SELECT TABLE_ROWS, TABLE_NAME > > FROM information_schema.tables > > WHERE TABLE_SCHEMA = 'rt4'; > >changing your database name where needed. > mysql> SELECT TABLE_ROWS, TABLE_NAME > -> FROM information_schema.tables > -> WHERE TABLE_SCHEMA = 'rt4_2_1'; > +------------+-------------------------+ > | TABLE_ROWS | TABLE_NAME | > +------------+-------------------------+ > | 579 | ACL | > | 0 | Articles | > | 1436268 | Attachments | > | 5708 | Attributes | > | 353565 | CachedGroupMembers | > | 0 | Classes | > | 36 | CustomFieldValues | > | 4 | CustomFields | > | 107281 | GroupMembers | > | 157020 | Groups | > | 1579 | Links | > | 0 | ObjectClasses | > | 14357 | ObjectCustomFieldValues | > | 4 | ObjectCustomFields | > | 45 | ObjectScrips | > | 0 | ObjectTopics | > | 162308 | Principals | > | 16 | Queues | > | 21 | ScripActions | > | 22 | ScripConditions | > | 45 | Scrips | > | 35 | Templates | > | 35232 | Tickets | > | 0 | Topics | > | 578000 | Transactions | > | 10340 | Users | > | 4518 | sessions | > +------------+-------------------------+ > 27 rows in set, 1 warning (0.43 sec) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From tjg at ucsc.edu Wed Dec 18 18:17:15 2013 From: tjg at ucsc.edu (Tim Gustafson) Date: Wed, 18 Dec 2013 15:17:15 -0800 Subject: [rt-users] RT 4.2 Segfaults on FreeBSD 9.2 Message-ID: I've upgraded from RT 4.0.16 to 4.2 on a FreeBSD 9.2 system. I'm using Perl 5.16.3. When I try to start Apache, it segfaults with the following information in /var/log/httpd-error.log: [Tue Dec 17 11:42:38 2013] [error] [client 128.114.49.22] Can't locate RT/Action/SendEmail.pm in @INC (you may need to install the RT::Action::SendEmail module) (@INC contains: /usr/local/share/rt40/lib /usr/local/share/rt40/plugins/RT-Authen-ExternalAuth/lib /usr/local/share/rt40/plugins/RT-Extension-MergeUsers/lib /usr/local/lib/perl5/site_perl/5.18 /usr/local/lib/perl5/5.18/BSDPAN /usr/local/lib/perl5/site_perl/5.18/mach /usr/local/lib/perl5/5.18/mach /usr/local/lib/perl5/5.18 . /usr/local) at /usr/local/lib/perl5/site_perl/5.18/RT/Interface/Web/Handler.pm line 181.\n [Tue Dec 17 11:42:38 2013] [error] [client 128.114.49.22] Can't locate RT/Action/SendEmail.pm in @INC (you may need to install the RT::Action::SendEmail module) (@INC contains: /usr/local/share/rt40/lib /usr/local/share/rt40/plugins/RT-Authen-ExternalAuth/lib /usr/local/share/rt40/plugins/RT-Extension-MergeUsers/lib /usr/local/lib/perl5/site_perl/5.18 /usr/local/lib/perl5/5.18/BSDPAN /usr/local/lib/perl5/site_perl/5.18/mach /usr/local/lib/perl5/5.18/mach /usr/local/lib/perl5/5.18 . /usr/local) at /usr/local/lib/perl5/site_perl/5.18/RT/Interface/Web/Handler.pm line 181.\n [Wed Dec 18 13:26:02 2013] [error] [client 128.114.49.22] Can't locate URI/_foreign.pm in @INC (you may need to install the URI::_foreign module) (@INC contains: /usr/local/share/rt40/lib /usr/local/share/rt40/plugins/RT-Authen-ExternalAuth/lib /usr/local/share/rt40/plugins/RT-Extension-MergeUsers/lib /usr/local/lib/perl5/site_perl/5.18 /usr/local/lib/perl5/5.18/BSDPAN /usr/local/lib/perl5/site_perl/5.18/mach /usr/local/lib/perl5/5.18/mach /usr/local/lib/perl5/5.18 . /usr/local) at /usr/local/lib/perl5/site_perl/5.18/URI.pm line 60.\n [Wed Dec 18 13:26:02 2013] [error] [client 128.114.49.22] Can't locate URI/_foreign.pm in @INC (you may need to install the URI::_foreign module) (@INC contains: /usr/local/share/rt40/lib /usr/local/share/rt40/plugins/RT-Authen-ExternalAuth/lib /usr/local/share/rt40/plugins/RT-Extension-MergeUsers/lib /usr/local/lib/perl5/site_perl/5.18 /usr/local/lib/perl5/5.18/BSDPAN /usr/local/lib/perl5/site_perl/5.18/mach /usr/local/lib/perl5/5.18/mach /usr/local/lib/perl5/5.18 . /usr/local) at /usr/local/lib/perl5/site_perl/5.18/URI.pm line 60.\n I've confirmed that those files do exist for Perl 5.16: root at rt-dev.soe.ucsc.edu: locate RT/Action/SendEmail.pm /usr/local/lib/perl5/site_perl/5.16/RT/Action/SendEmail.pm root at rt-dev.soe.ucsc.edu: locate RT/Action/SendEmail.pm /usr/local/lib/perl5/site_perl/5.16/RT/Action/SendEmail.pm root at rt-dev.soe.ucsc.edu: locate URI/_foreign.pm /usr/local/lib/perl5/site_perl/5.16/URI/_foreign.pm root at rt-dev.soe.ucsc.edu: locate URI/_foreign.pm /usr/local/lib/perl5/site_perl/5.16/URI/_foreign.pm Why is RT looking for them in a non-existant 5.18 folder? Should I just create a symlink for now to get past this? -- Tim Gustafson tjg at ucsc.edu 831-459-5354 Baskin Engineering, Room 313A From tjg at ucsc.edu Wed Dec 18 18:38:47 2013 From: tjg at ucsc.edu (Tim Gustafson) Date: Wed, 18 Dec 2013 15:38:47 -0800 Subject: [rt-users] RT 4.2 Segfaults on FreeBSD 9.2 In-Reply-To: <1E324B7C-ECB0-4AD1-850A-67F82E8B6D84@ultra-secure.de> References: <1E324B7C-ECB0-4AD1-850A-67F82E8B6D84@ultra-secure.de> Message-ID: > Can you show what?s in /etc/make.conf? WRKDIRPREFIX=/var/ports DISTDIR=/var/ports/distfiles PACKAGES=/var/ports/packages > Perl 5.16 should be the default. > > http://svnweb.freebsd.org/ports/head/Mk/bsd.default-versions.mk?view=log > > Where did your modules come from? I installed everything from FreeBSD's /usr/ports -- Tim Gustafson tjg at ucsc.edu 831-459-5354 Baskin Engineering, Room 313A From rainer at ultra-secure.de Wed Dec 18 18:34:32 2013 From: rainer at ultra-secure.de (Rainer Duffner) Date: Thu, 19 Dec 2013 00:34:32 +0100 Subject: [rt-users] RT 4.2 Segfaults on FreeBSD 9.2 In-Reply-To: References: Message-ID: <1E324B7C-ECB0-4AD1-850A-67F82E8B6D84@ultra-secure.de> > > Why is RT looking for them in a non-existant 5.18 folder? Should I > just create a symlink for now to get past this? Can you show what?s in /etc/make.conf ? Perl 5.16 should be the default. http://svnweb.freebsd.org/ports/head/Mk/bsd.default-versions.mk?view=log Where did your modules come from? From rainer at ultra-secure.de Wed Dec 18 18:44:45 2013 From: rainer at ultra-secure.de (Rainer Duffner) Date: Thu, 19 Dec 2013 00:44:45 +0100 Subject: [rt-users] RT 4.2 Segfaults on FreeBSD 9.2 In-Reply-To: References: <1E324B7C-ECB0-4AD1-850A-67F82E8B6D84@ultra-secure.de> Message-ID: <53EB898E-3577-446A-936E-9BA7C1859FF7@ultra-secure.de> Am 19.12.2013 um 00:38 schrieb Tim Gustafson : >> Can you show what?s in /etc/make.conf? > > WRKDIRPREFIX=/var/ports > DISTDIR=/var/ports/distfiles > PACKAGES=/var/ports/packages So, it?s a jail. Did you actually install perl? pkg_info |grep ^perl or pkg info |grep ^perl (in case you are already using pkgng). > >> Perl 5.16 should be the default. >> >> http://svnweb.freebsd.org/ports/head/Mk/bsd.default-versions.mk?view=log >> >> Where did your modules come from? > > I installed everything from FreeBSD's /usr/ports At this point, I would advise anybody who is on a semi-recent version of FreeBSD to use poudriere and build one?s own packages (preferably from a ?frozen? ports-tree). But it?s OK, if reproducibility is not an issue. From tjg at ucsc.edu Wed Dec 18 19:00:26 2013 From: tjg at ucsc.edu (Tim Gustafson) Date: Wed, 18 Dec 2013 16:00:26 -0800 Subject: [rt-users] RT 4.2 Segfaults on FreeBSD 9.2 In-Reply-To: <53EB898E-3577-446A-936E-9BA7C1859FF7@ultra-secure.de> References: <1E324B7C-ECB0-4AD1-850A-67F82E8B6D84@ultra-secure.de> <53EB898E-3577-446A-936E-9BA7C1859FF7@ultra-secure.de> Message-ID: > So, it?s a jail. Yes, sorry, I forgot to mention that. > Did you actually install perl? Of course, it's a dependency of RT: root at rt-dev.soe.ucsc.edu: pkg_info |grep ^perl perl5-5.16.3_4 Practical Extraction and Report Language > But it?s OK, if reproducibility is not an issue. For what it's worth, I originally tried to do this as an upgrade from 4.0.16 to 4.2, but that failed with this same error, so I uninstalled Perl, and all its dependencies, removed everything from /var/db/ports/ to make sure that all the default options were used while building, and then re-installed 4.2. If it helps, I can kill the whole jail and install a totally clean one and then try again. -- Tim Gustafson tjg at ucsc.edu 831-459-5354 Baskin Engineering, Room 313A From rainer at ultra-secure.de Wed Dec 18 19:04:26 2013 From: rainer at ultra-secure.de (Rainer Duffner) Date: Thu, 19 Dec 2013 01:04:26 +0100 Subject: [rt-users] RT 4.2 Segfaults on FreeBSD 9.2 In-Reply-To: References: <1E324B7C-ECB0-4AD1-850A-67F82E8B6D84@ultra-secure.de> <53EB898E-3577-446A-936E-9BA7C1859FF7@ultra-secure.de> Message-ID: Am 19.12.2013 um 01:00 schrieb Tim Gustafson : >> So, it?s a jail. > > Yes, sorry, I forgot to mention that. > >> Did you actually install perl? > > Of course, it's a dependency of RT: > > root at rt-dev.soe.ucsc.edu: pkg_info |grep ^perl > perl5-5.16.3_4 Practical Extraction and Report Language > >> But it?s OK, if reproducibility is not an issue. > > For what it's worth, I originally tried to do this as an upgrade from > 4.0.16 to 4.2, but that failed with this same error, so I uninstalled > Perl, and all its dependencies, removed everything from /var/db/ports/ > to make sure that all the default options were used while building, > and then re-installed 4.2. > > If it helps, I can kill the whole jail and install a totally clean one > and then try again. > That is really strange. I recently did a test-install (of 4.0.x) - with packages from my own repository (which is unfortunately not public) and that did work. Didn?t get around trying 4.2 yet. Do you actually have a 5.18 site_perl directory? From rainer at ultra-secure.de Wed Dec 18 19:09:05 2013 From: rainer at ultra-secure.de (Rainer Duffner) Date: Thu, 19 Dec 2013 01:09:05 +0100 Subject: [rt-users] RT 4.2 Segfaults on FreeBSD 9.2 In-Reply-To: References: <1E324B7C-ECB0-4AD1-850A-67F82E8B6D84@ultra-secure.de> <53EB898E-3577-446A-936E-9BA7C1859FF7@ultra-secure.de> Message-ID: > > Do you actually have a 5.18 site_perl directory? Ah, sorry. You answered that before. I missed it. Something thinks you have perl 5.18. Is the perl outside the jail also 5.16? From tjg at ucsc.edu Wed Dec 18 21:00:14 2013 From: tjg at ucsc.edu (Tim Gustafson) Date: Wed, 18 Dec 2013 18:00:14 -0800 Subject: [rt-users] RT 4.2 Segfaults on FreeBSD 9.2 In-Reply-To: References: <1E324B7C-ECB0-4AD1-850A-67F82E8B6D84@ultra-secure.de> <53EB898E-3577-446A-936E-9BA7C1859FF7@ultra-secure.de> Message-ID: > Something thinks you have perl 5.18. > Is the perl outside the jail also 5.16? I believe its 5.16, but what difference should that make? The jail has no access to view any aspect of the root system. -- Tim Gustafson tjg at ucsc.edu 831-459-5354 Baskin Engineering, Room 313A From bart at pleh.info Thu Dec 19 03:53:36 2013 From: bart at pleh.info (Bart) Date: Thu, 19 Dec 2013 09:53:36 +0100 Subject: [rt-users] Problem with HTML tags appearing in correspondence In-Reply-To: References: <20131213161017.GF2151@jibsheet.com> Message-ID: Hi, I've done some additional testing in my testing environment and I seem to have fixed everything by doing a semi fresh installation. This means that I've movede the /opt/rt4 directory to a back-up location and from there did a ./configure & make install for RT 4.2.1 (I skipped the DB step since I've already applied the 4.2.1 changes) After installation I reinstalled all extensions that I use, put back my original RT_SiteConfig.pm, reapplied all other customizations under /opt/rt4/local/ and after that I've started everything back up again. Once all of that was done my testing environment was working perfectly again! Or I should say, version 4.2.1 works and the weird HTML stuff is fixed. I'm guessing that "one" of my customizations was the cause, but doing this reinstallation also fixed some other issues we were seeing. I'll make a separate post about this or even file a bug report for the left over problems that we are still seeing with the simplified recepient list. Anyways, for me this was the fix and we're planning a moment for doing this fix in production pretty soon. 2013/12/17 Michael Polenske > <<642 11111>> Good morning, > > we also have this problem, that since 4.2.1 we have html tags in some (not > in all, but I have no idea why sometimes and sometimes not ..) replies. > > > So, I opened a ticket in testqueue: > > -------------------------------------cut------------------------------------- > Subject: 11111 > MIME-Version: 1.0 > X-Mailer: MIME-tools 5.504 (Entity 5.504) > Content-Disposition: inline > X-RT-Interface: Web > Message-ID: > Content-Type: text/plain; charset="utf-8" > Content-Transfer-Encoding: binary > X-RT-Original-Encoding: utf-8 > Content-Length: 19 > > 2222222222222222222 > > -------------------------------------cut------------------------------------- > > And then I do a reply via webinterface, now we have html tags in reply > > > -------------------------------------cut------------------------------------- > MIME-Version: 1.0 > In-Reply-To: > X-Mailer: MIME-tools 5.504 (Entity 5.504) > Content-Disposition: inline > X-RT-Interface: Web > References: > > Content-Type: text/plain; charset="utf-8" > Message-ID: > Content-Transfer-Encoding: binary > X-RT-Original-Encoding: utf-8 > RT-Send-CC: > Content-Length: 150 > > On Tue Dec 17 09:42:23 2013, mpolenske wrote:
> > 2222222222222222222
>
> -- 
> Viele Grüße
> Michael Polenske > > -------------------------------------cut------------------------------------- > > From my point of view the headers seem to be identical ... Attached a > screenshot how it look like in webinterface > > > Cheers - Michael > > > > > > > -----Original Message----- > From: rt-users-bounces at lists.bestpractical.com [ > mailto:rt-users-bounces at lists.bestpractical.com] > On Behalf Of Kevin Falcone > Sent: Freitag, 13. Dezember 2013 17:10 > To: rt-users at lists.bestpractical.com > Subject: Re: [rt-users] Problem with HTML tags appearing in correspondence > > Having attempted to Reply using the Rich Text Editor on a clean RT > 4.2.1 install, I cannot replicate this at all. > > Since you see literal HTML tags being recorded in ticket history, this > points to something broken in your use of the RichText editor. > > Can one of the reporters please provide show a test correspondence with > the problem with Show Full Headers, and then with Download with headers for > each of the pieces. > > Thanks > > -kevin > > On Thu, Dec 12, 2013 at 06:45:10AM +0800, Lai Zit Seng wrote: > > I seem to be experiencing the same problem as mentioned in: > > [4] > http://requesttracker.8502.n7.nabble.com/RT-4-2-1-Weird-issue-with-HTML-comments-correspondense-RT-always-registers-plain-text-with-HTML-tags-td56005.html > > I don't have custom templates. The HTML tags are only appearing > when replying through the > > web interface. Disabling the Rich Text Editor avoids this > problem. Hope this can be fixed? > > Regards, > > -- Bart G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From rgm at ast.cam.ac.uk Thu Dec 19 04:22:11 2013 From: rgm at ast.cam.ac.uk (Richard McMahon) Date: Thu, 19 Dec 2013 09:22:11 +0000 (GMT) Subject: [rt-users] Chart and Show Results not showing correct query In-Reply-To: <20131218163137.GE1977@jibsheet.com> References: <20131218163137.GE1977@jibsheet.com> Message-ID: I meant to say that we are using RT 4.0.17. On Wed, 18 Dec 2013, Kevin Falcone wrote: > Date: Wed, 18 Dec 2013 11:31:37 -0500 > From: Kevin Falcone > Reply-To: rt-users at lists.bestpractical.com > To: rt-users at lists.bestpractical.com > Subject: Re: [rt-users] Chart and Show Results not showing correct query > > On Tue, Dec 17, 2013 at 09:12:17PM +0000, Richard McMahon wrote: >> >> I have been using the Chart option in RT 3.8. When I click on Show >> Results a different query is shown e.g. the most recent other saved >> query. > > RT 3.8 is no longer receiving anything other than security bugfixes. > You also don't specify which version of 3.8 you're running, but it's > quite likely that some of your complaints have been addressed in the > new charting in 4.2. > > If you can replicate these bugs on 4.2, please let us know. > > -kevin > >> Also, it would be useful if the Total result in the table on the >> Chart executed the full query. See attached chart. >> >> Related to the above is the ability to edit the query than creates >> a chart. I get inconsistent results so it looks like the query >> linked to a saved Chart might be a clone of the query run when the >> Chart is saved. >> >> thanks Richard >> > > > ------------------------------------------------------------------- Prof Richard G. McMahon | Phone (office) 44-(0)-1223-337519 Kavli Institute for Cosmology | (secretary) 1223-337516 Institute of Astronomy | (switchboard) 1223-337548 University of Cambridge | Madingley Rd | FAX 1223-337523 Cambridge, CB3 OHA, UK. | mobile 7885-409019 Office: Kavli 22 | ------------------------------------------------------------------- email: rgm at ast.cam.ac.uk | WWW: http://www.ast.cam.ac.uk/~rgm richardgmcmahon at gmail.com | skype: richardgmcmahon ------------------------------------------------------------------- From bart at pleh.info Thu Dec 19 05:07:03 2013 From: bart at pleh.info (Bart) Date: Thu, 19 Dec 2013 11:07:03 +0100 Subject: [rt-users] Check boxes - simplified recipient list - broken Message-ID: Hi, I've done an upgrade from RT 4.0.18 to 4.2.1, and eventually even did a fresh install of 4.2.1 to solve some issues I was having. One of the issues I was having had to do with the simplified recipient list and the one-time cc/bcc check boxes. *1) One-time CC/BCC check boxes* With my upgraded installation these were broken. When selecting someone from the available names related to a ticket, it would not add those persons to the input field (it would stay blank) + when sending a reply that person wouldn't receive an e-mail. When I manually enter a persons name for the one-time cc, then it worked. After doing a fresh installation this problem was resolved, so something in my upgraded installation caused this problem but I'm glad it's now fixed! *2) simplified recipient list* In addition to the above I have a problem with the simplified recipient list. Since it's simple to understand this is the default I serve to our RT users. By default it selects the people linked to a ticket (requestor/cc) and when sending emails to them it all just works. The problem however is that when you want to "uncheck" a person, that it still sends e-mails to that person... Even when unchecking all people, entering 1 new person in the one-time cc, it would send an e-mail to everyone including the one-time cc person.... To do some more testing I've started using the "extended" revipient list, and while doing so I noticed that that one works just fine. You can uncheck either the To or Cc and RT honors this setting and everything works. So as a workaround I've made sure that everyone now uses the "extended" revipient list instead of the simple one (default has been changed as well). All of this is perfectly checkable by looking at the outgoing mail records in the RT ticket histroy. But, even after a fresh installation of version 4.2.1 this still seems to be broken. Is anyone else experiencing this problem with RT 4.2.1? In the RT for RT I couldn't find a buglisting for this specific issue, so if more people are experiencing this. If it's reproducable then I'll file the bug, but right now I'm uncertain if it's a bug or still a problem with my installation. -- Bart *P.s.* Due to having to check the RT outgoing mail records I've noticed a layout issue, the header is overlapping with the actual e-mail record making it sometimes impossible to read the CC field. I've done this simple, but not so nice, hack to properly show the e-mail record so that all e-mail headers are viewable: mkdir -p /opt/rt4/local/html/Ticket/ cp /opt/rt4/share/html/Ticket/ShowEmailRecord.html /opt/rt4/local/html/Ticket/ShowEmailRecord.html nano -w /opt/rt4/local/html/Ticket/ShowEmailRecord.html Change the following: Old: $m->out('
'); New: $m->out('

'); This adds a few line breaks so that it moves the actual content down making the top e-mail header visible. -------------- next part -------------- An HTML attachment was scrubbed... URL: From marius at ksat.no Thu Dec 19 07:52:11 2013 From: marius at ksat.no (Marius Flage) Date: Thu, 19 Dec 2013 13:52:11 +0100 Subject: [rt-users] Incoming mail with .eml attachments Message-ID: <52B2EBFB.4040305@ksat.no> Hi there! We have a security queue where we want our users to forward suspicious emails to. We want them to forward the eml file itself, so we can get the whole email message, including headers and attachments. The problem is that RT tries to parse this and then embeds the contents into the ticket instead of adding it as a attachment. This means that the important part of the forwarded messages, namely the headers, are stripped away. How can we avoid this behaviour? - Marius From Horst.Kriegers at loro.ch Thu Dec 19 09:46:02 2013 From: Horst.Kriegers at loro.ch (Kriegers Horst) Date: Thu, 19 Dec 2013 14:46:02 +0000 Subject: [rt-users] Lifecycle : Reply Action changes the status Message-ID: <49BFBF371580BE4A921A738E1E1C95C51996E541@PSDAG02.office.loro.swiss> Hello, I?ve created a new Lifecyle with 2 new status ?To test? and ?Tested? When a ticket's status is set to ?To test? or ?Tested? and I use the ?Reply? action, the status will change automatically to ?Open? instead of staying on "To test" or "Tested" Here my lifecycle definition : Set(%Lifecycles, igs => { ## Cycle de vie pour file file IGS initial => [ 'new' ], active => [ 'open', 'stalled', 'ToTest', 'IsTested' ], inactive => [ 'resolved', 'rejected', 'deleted' ], # Default order statuses for certain actions defaults => { on_create => 'new', }, # Transitions d'un statut vers un autre transitions => { '' => [qw(new open resolved)], # from => [ to list ], new => [qw(open ToTest IsTested stalled resolved rejected deleted )], open => [qw(new ToTest IsTested stalled resolved rejected deleted )], stalled => [qw(open ToTest rejected resolved deleted )], resolved => [qw(open ToTest rejected deleted )], rejected => [qw(new open ToTest resolved deleted )], deleted => [qw(open ToTest stalled rejected resolved )], ToTest => [qw(open stalled rejected resolved IsTested)], IsTested => [qw(open stalled rejected resolved ToTest)], }, # Actions actions => [ 'new -> ToTest' => { label => 'ToTest', update => 'Comment' }, 'open -> ToTest' => { label => 'ToTest', update => 'comment' }, 'ToTest -> IsTested' => { label => 'IsTested', update => 'Comment' }, 'IsTested -> resolved' => { label => 'Resolve', update => 'Respond' }, 'IsTested -> ToTest' => { label => 'ToTest', update => 'Comment' }, ], }, # Status mapping __maps__ => { 'default -> igs' => { 'new' => 'new', 'open' => 'open', 'stalled' => 'stalled', 'resolved' => 'resolved', 'rejected' => 'rejected', 'deleted' => 'deleted', }, 'igs -> default' => { 'new' => 'new', 'open' => 'open', 'stalled' => 'stalled', 'resolved' => 'resolved', 'rejected' => 'rejected', 'deleted' => 'deleted', 'ToTest' => 'open', 'IsTested' => 'open', }, }, ); Thanks a lot, Horst ________________________________ Note Importante: Le contenu de ce courriel est uniquement r?serv? ? la personne ou l'organisme ? qui il est destin?. Si vous n'?tes pas le destinataire pr?vu, veuillez nous en informer au plus vite et d?truire le pr?sent courriel. Dans ce cas, il ne vous est pas permis de copier ce courriel, de le distribuer ou de l'utiliser de quelque mani?re que ce soit. ________________________________ Important Notice: The content of this e-mail is intended only and solely for the use of the named recipient or organization. If you are not the named recipient, please inform us immediately and delete the present e-mail. In this case, you are not allowed to copy, distribute or use this e-mail in any way. ________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexander.reintzsch at netsystem.de Thu Dec 19 09:47:01 2013 From: alexander.reintzsch at netsystem.de (Alexander Reintzsch) Date: Thu, 19 Dec 2013 15:47:01 +0100 Subject: [rt-users] skip all next scrips Message-ID: <52B306E5.60706@netsystem.de> Hello, I want to write a scrip. This script is the first to run on a ticket-creation. Under certain conditions, I don't want to run any other scrip. So how can I do that? Is there a way to make the script checking abort the execution of the next scrips or make their condition-checking throw a 0 as return value? Thanks for your help. Cheers, Alex -------------- next part -------------- A non-text attachment was scrubbed... Name: alexander_reintzsch.vcf Type: text/x-vcard Size: 373 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 555 bytes Desc: OpenPGP digital signature URL: From jim.h.berry at frb.gov Thu Dec 19 11:09:49 2013 From: jim.h.berry at frb.gov (Jim Berry) Date: Thu, 19 Dec 2013 16:09:49 +0000 Subject: [rt-users] Lifecycle : Reply Action changes the status In-Reply-To: <49BFBF371580BE4A921A738E1E1C95C51996E541@PSDAG02.office.loro.swiss> References: <49BFBF371580BE4A921A738E1E1C95C51996E541@PSDAG02.office.loro.swiss> Message-ID: <328C311131899241A0CD6A885762A630114A25AF@m1-mailbox03> Horst, Almost for sure you are running the scrip ?On Correspond Open Tickets?. You could disable this scrip entirely. You could then (optionally) write your own condition which ignores tickets which have a certain status. For example, we want the Open Tickets On Correspond action to take place only under this user defined condition: # Check for Transaction is Correspond and Ticket Status = "new" # Otherwise a Correspond will leave status as is. my $trans = $self->TransactionObj; my $ticket = $self->TicketObj; return ($trans->Type eq "Correspond" && $ticket->Status eq "new"); Jim From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Kriegers Horst Sent: Thursday, December 19, 2013 9:46 AM To: 'ML - rt-users' Subject: [rt-users] Lifecycle : Reply Action changes the status Hello, I?ve created a new Lifecyle with 2 new status ?To test? and ?Tested? When a ticket's status is set to ?To test? or ?Tested? and I use the ?Reply? action, the status will change automatically to ?Open? instead of staying on "To test" or "Tested" Here my lifecycle definition : Set(%Lifecycles, igs => { ## Cycle de vie pour file file IGS initial => [ 'new' ], active => [ 'open', 'stalled', 'ToTest', 'IsTested' ], inactive => [ 'resolved', 'rejected', 'deleted' ], # Default order statuses for certain actions defaults => { on_create => 'new', }, # Transitions d'un statut vers un autre transitions => { '' => [qw(new open resolved)], # from => [ to list ], new => [qw(open ToTest IsTested stalled resolved rejected deleted )], open => [qw(new ToTest IsTested stalled resolved rejected deleted )], stalled => [qw(open ToTest rejected resolved deleted )], resolved => [qw(open ToTest rejected deleted )], rejected => [qw(new open ToTest resolved deleted )], deleted => [qw(open ToTest stalled rejected resolved )], ToTest => [qw(open stalled rejected resolved IsTested)], IsTested => [qw(open stalled rejected resolved ToTest)], }, # Actions actions => [ 'new -> ToTest' => { label => 'ToTest', update => 'Comment' }, 'open -> ToTest' => { label => 'ToTest', update => 'comment' }, 'ToTest -> IsTested' => { label => 'IsTested', update => 'Comment' }, 'IsTested -> resolved' => { label => 'Resolve', update => 'Respond' }, 'IsTested -> ToTest' => { label => 'ToTest', update => 'Comment' }, ], }, # Status mapping __maps__ => { 'default -> igs' => { 'new' => 'new', 'open' => 'open', 'stalled' => 'stalled', 'resolved' => 'resolved', 'rejected' => 'rejected', 'deleted' => 'deleted', }, 'igs -> default' => { 'new' => 'new', 'open' => 'open', 'stalled' => 'stalled', 'resolved' => 'resolved', 'rejected' => 'rejected', 'deleted' => 'deleted', 'ToTest' => 'open', 'IsTested' => 'open', }, }, ); Thanks a lot, Horst ________________________________ Note Importante: Le contenu de ce courriel est uniquement r?serv? ? la personne ou l'organisme ? qui il est destin?. Si vous n'?tes pas le destinataire pr?vu, veuillez nous en informer au plus vite et d?truire le pr?sent courriel. Dans ce cas, il ne vous est pas permis de copier ce courriel, de le distribuer ou de l'utiliser de quelque mani?re que ce soit. ________________________________ Important Notice: The content of this e-mail is intended only and solely for the use of the named recipient or organization. If you are not the named recipient, please inform us immediately and delete the present e-mail. In this case, you are not allowed to copy, distribute or use this e-mail in any way. ________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From kenn.crocker at gmail.com Thu Dec 19 13:34:01 2013 From: kenn.crocker at gmail.com (Kenneth Crocker) Date: Thu, 19 Dec 2013 10:34:01 -0800 Subject: [rt-users] skip all next scrips Message-ID: <5407993054009207773@unknownmsgid> Alex, Scrips run in a named (alphabetical) sequence. Write a scrip and name it 1a something and in the scrip set the value of a specific CF on or off and have the scrips that follow check the value of that CF. I've done that many times. Kenn Sent from my Windows Phone From: Alexander Reintzsch Sent: 12/19/2013 6:47 AM To: rt-users at lists.bestpractical.com Subject: [rt-users] skip all next scrips Hello, I want to write a scrip. This script is the first to run on a ticket-creation. Under certain conditions, I don't want to run any other scrip. So how can I do that? Is there a way to make the script checking abort the execution of the next scrips or make their condition-checking throw a 0 as return value? Thanks for your help. Cheers, Alex From bbaker at copesan.com Thu Dec 19 13:28:24 2013 From: bbaker at copesan.com (Bryon Baker) Date: Thu, 19 Dec 2013 18:28:24 +0000 Subject: [rt-users] Remove Message Message-ID: I would like to get rid of the following message User could not be created: Must specify 'Name' attribute This happens when trying to create users and on some emails when the auto create is enabled. Can someone give me a little direction to get rid of this? Thanks Bryon Baker Network Operations Manager Copesan - Specialists in Pest Solutions 800-267-3726 * 262-783-6261 ext. 2296 bbaker at copesan.com www.copesan.com "Servicing North America with Local Care" -------------- next part -------------- An HTML attachment was scrubbed... URL: From Horst.Kriegers at loro.ch Fri Dec 20 03:05:12 2013 From: Horst.Kriegers at loro.ch (Kriegers Horst) Date: Fri, 20 Dec 2013 08:05:12 +0000 Subject: [rt-users] Lifecycle : Reply Action changes the status In-Reply-To: <328C311131899241A0CD6A885762A630114A25AF@m1-mailbox03> References: <49BFBF371580BE4A921A738E1E1C95C51996E541@PSDAG02.office.loro.swiss> <328C311131899241A0CD6A885762A630114A25AF@m1-mailbox03> Message-ID: <49BFBF371580BE4A921A738E1E1C95C51996F659@PSDAG02.office.loro.swiss> Jim, Thank you for your answer. I?ve disabled this scrip and all is OK. Horst De : Jim Berry [mailto:jim.h.berry at frb.gov] Envoy? : jeudi 19 d?cembre 2013 17:10 ? : Kriegers Horst; 'ML - rt-users' Objet : RE: Lifecycle : Reply Action changes the status Horst, Almost for sure you are running the scrip ?On Correspond Open Tickets?. You could disable this scrip entirely. You could then (optionally) write your own condition which ignores tickets which have a certain status. For example, we want the Open Tickets On Correspond action to take place only under this user defined condition: # Check for Transaction is Correspond and Ticket Status = "new" # Otherwise a Correspond will leave status as is. my $trans = $self->TransactionObj; my $ticket = $self->TicketObj; return ($trans->Type eq "Correspond" && $ticket->Status eq "new"); Jim From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Kriegers Horst Sent: Thursday, December 19, 2013 9:46 AM To: 'ML - rt-users' Subject: [rt-users] Lifecycle : Reply Action changes the status Hello, I?ve created a new Lifecyle with 2 new status ?To test? and ?Tested? When a ticket's status is set to ?To test? or ?Tested? and I use the ?Reply? action, the status will change automatically to ?Open? instead of staying on "To test" or "Tested" Here my lifecycle definition : Set(%Lifecycles, igs => { ## Cycle de vie pour file file IGS initial => [ 'new' ], active => [ 'open', 'stalled', 'ToTest', 'IsTested' ], inactive => [ 'resolved', 'rejected', 'deleted' ], # Default order statuses for certain actions defaults => { on_create => 'new', }, # Transitions d'un statut vers un autre transitions => { '' => [qw(new open resolved)], # from => [ to list ], new => [qw(open ToTest IsTested stalled resolved rejected deleted )], open => [qw(new ToTest IsTested stalled resolved rejected deleted )], stalled => [qw(open ToTest rejected resolved deleted )], resolved => [qw(open ToTest rejected deleted )], rejected => [qw(new open ToTest resolved deleted )], deleted => [qw(open ToTest stalled rejected resolved )], ToTest => [qw(open stalled rejected resolved IsTested)], IsTested => [qw(open stalled rejected resolved ToTest)], }, # Actions actions => [ 'new -> ToTest' => { label => 'ToTest', update => 'Comment' }, 'open -> ToTest' => { label => 'ToTest', update => 'comment' }, 'ToTest -> IsTested' => { label => 'IsTested', update => 'Comment' }, 'IsTested -> resolved' => { label => 'Resolve', update => 'Respond' }, 'IsTested -> ToTest' => { label => 'ToTest', update => 'Comment' }, ], }, # Status mapping __maps__ => { 'default -> igs' => { 'new' => 'new', 'open' => 'open', 'stalled' => 'stalled', 'resolved' => 'resolved', 'rejected' => 'rejected', 'deleted' => 'deleted', }, 'igs -> default' => { 'new' => 'new', 'open' => 'open', 'stalled' => 'stalled', 'resolved' => 'resolved', 'rejected' => 'rejected', 'deleted' => 'deleted', 'ToTest' => 'open', 'IsTested' => 'open', }, }, ); Thanks a lot, Horst ________________________________ Note Importante: Le contenu de ce courriel est uniquement r?serv? ? la personne ou l'organisme ? qui il est destin?. Si vous n'?tes pas le destinataire pr?vu, veuillez nous en informer au plus vite et d?truire le pr?sent courriel. Dans ce cas, il ne vous est pas permis de copier ce courriel, de le distribuer ou de l'utiliser de quelque mani?re que ce soit. ________________________________ Important Notice: The content of this e-mail is intended only and solely for the use of the named recipient or organization. If you are not the named recipient, please inform us immediately and delete the present e-mail. In this case, you are not allowed to copy, distribute or use this e-mail in any way. ________________________________ ________________________________ Note Importante: Le contenu de ce courriel est uniquement r?serv? ? la personne ou l'organisme ? qui il est destin?. Si vous n'?tes pas le destinataire pr?vu, veuillez nous en informer au plus vite et d?truire le pr?sent courriel. Dans ce cas, il ne vous est pas permis de copier ce courriel, de le distribuer ou de l'utiliser de quelque mani?re que ce soit. ________________________________ Important Notice: The content of this e-mail is intended only and solely for the use of the named recipient or organization. If you are not the named recipient, please inform us immediately and delete the present e-mail. In this case, you are not allowed to copy, distribute or use this e-mail in any way. ________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From aharrison at gmail.com Fri Dec 20 09:45:13 2013 From: aharrison at gmail.com (Andy Harrison) Date: Fri, 20 Dec 2013 09:45:13 -0500 Subject: [rt-users] RT 3.8.8: Which users have privileges on which queues? In-Reply-To: <52AB3799.5090100@brandeis.edu> References: <52AB3799.5090100@brandeis.edu> Message-ID: I have something you can probably use, if you promise not to laugh... ;) It's really not ready for human consumption, just something I banged out a while back to basically do what you're asking. Though it doesn't enumerate all the way down to the user level, just to the group level. I haven't ever assigned any rights at the user level so this isn't an issue for me. Just run it all by itself and (depending on your rt size) you'll get a giant, fixed width matrix of all the queues with group names and right names. You can search for specifics with the commandline options (--groups --queues --rights) but they have have to be exact, case sensitive matches. It might be more presentable if you did a fixed width import into a spreadsheet. Otherwise I wouldn't view it without piping the results to 'less -niS' because line wrap makes it pretty useless. I *think* it will probably work with 3.8.8. I didn't get cute or anything, it's just using the standard api methods. I at least stripped out most of the cruft and checked it in at https://github.com/AHinMaine/bin/blob/master/rt_rights.pl Here's at least one example: $ sudo /perl/bin/perl rt_rights.pl --queues 'Tech Support' Outages 'NOC - General' --groups NetOps NOC Users --rights CreateTicket DeleteTicket Queue Group CreateTicket DeleteTicket ------------- ------ ------------ ------------ NOC - General NetOps NOC - General NOC 1 NOC - General Users Outages NetOps Outages NOC 1 Outages Users Tech Support NetOps Tech Support NOC 1 Tech Support Users -- Andy Harrison public key: 0x67518262 On Fri, Dec 13, 2013 at 11:36 AM, John Miller wrote: > Hello everyone, > > We're running RT 3.8.8 (yes, I know it's old....). We're managing our > group and queue privileges via RT itself, rather than LDAP. How can we > generate a report that shows us per queue which users have rights? > > I dug through the database schema for about an hour; decided it was better > to ask than to keep digging. > > John > -- > John Miller > Systems Engineer > Brandeis University > johnmill at brandeis.edu > (781) 736-4619 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmc at cs.rit.edu Fri Dec 20 09:57:37 2013 From: jmc at cs.rit.edu (James Craig) Date: Fri, 20 Dec 2013 09:57:37 -0500 (EST) Subject: [rt-users] Upgrade problems (seems to be between 4.0.18 and 4.1.0) Message-ID: I am in the process of doing a long-needed upgrade, but have hit a stumbling block. Any help would be appreciated! /usr/bin/perl -I/opt/rt4/local/lib -I/opt/rt4/lib sbin/rt-setup-database --action upgrade --prompt-for-dba-password In order to create or update your RT database, this script needs to connect to your mysql instance on localhost (port '') as root Please specify that user's database password below. If the user has no database password, just press return. Password: Working with: Type: mysql Host: localhost Port: Name: rt3 User: root DBA: root Enter RT version you're upgrading from: 3.8.7 Going to apply following upgrades: * 3.8.8 * 3.8.9 * 3.9.1 * 3.9.2 * 3.9.3 * 3.9.5 * 3.9.6 * 3.9.7 * 3.9.8 * 4.0.0rc2 * 4.0.0rc4 * 4.0.0rc7 * 4.0.1 * 4.0.3 * 4.0.4 * 4.0.6 * 4.0.9 * 4.0.12 * 4.0.13 * 4.0.18 * 4.1.0 * 4.1.1 * 4.1.4 * 4.1.5 * 4.1.6 * 4.1.7 * 4.1.8 * 4.1.9 * 4.1.10 * 4.1.11 * 4.1.12 * 4.1.13 * 4.1.14 * 4.1.15 * 4.1.16 * 4.1.17 * 4.1.18 * 4.1.19 * 4.1.20 * 4.1.21 * 4.1.22 * 4.1.23 * 4.2.1 Enter RT version if you want to stop upgrade at some point, or leave it blank if you want apply above upgrades: IT'S VERY IMPORTANT TO BACK UP BEFORE THIS STEP Proceed [y/N]:y Processing 3.8.8 Now inserting data. Processing 3.8.9 Now inserting data. [7072] [Thu Dec 19 21:15:26 2013] [warning]: Use of uninitialized value in string eq at /local/linroot/rt-4.2.1/sbin/../lib/RT/Template.pm line 750, <> line 4. (/local/linroot/rt-4.2.1/sbin/../lib/RT/Template.pm:750) [7072] [Thu Dec 19 21:15:26 2013] [warning]: Use of uninitialized value in string eq at /local/linroot/rt-4.2.1/sbin/../lib/RT/Template.pm line 750, <> line 4. (/local/linroot/rt-4.2.1/sbin/../lib/RT/Template.pm:750) Processing 3.9.1 Now inserting data. Processing 3.9.2 Now inserting data. Processing 3.9.3 Now populating database schema. Processing 3.9.5 Now populating database schema. Processing 3.9.6 Now populating database schema. Processing 3.9.7 Now populating database schema. Now inserting data. Processing 3.9.8 Now populating database schema. Now inserting data. Processing 4.0.0rc2 Now populating database schema. Processing 4.0.0rc4 Now populating database schema. Processing 4.0.0rc7 Now inserting data. Processing 4.0.1 Now inserting data. [7072] [Thu Dec 19 21:15:44 2013] [error]: Invalid right. Couldn't canonicalize right 'DelegateRights' (/local/linroot/rt-4.2.1/sbin/../lib/RT/ACE.pm:456) [7072] [Thu Dec 19 21:15:44 2013] [error]: Invalid right. Couldn't canonicalize right 'DelegateRights' (/local/linroot/rt-4.2.1/sbin/../lib/RT/ACE.pm:456) [7072] [Thu Dec 19 21:15:44 2013] [error]: Invalid right. Couldn't canonicalize right 'DelegateRights' (/local/linroot/rt-4.2.1/sbin/../lib/RT/ACE.pm:456) Processing 4.0.3 Now inserting data. Processing 4.0.4 Now inserting data. Processing 4.0.6 Now populating database schema. Now inserting data. Processing 4.0.9 Now inserting data. Processing 4.0.12 Now populating database schema. Processing 4.0.13 Now populating database schema. Processing 4.0.18 Now inserting data. Processing 4.1.0 Now inserting data. Couldn't finish 'upgrade' step. ERROR: One of initial functions failed: Can't call method "Content" on an undefined value at ./etc/upgrade/4.1.0/content line 35, <> line 18. make: *** [upgrade-database] Error 255 James Craig -- James Craig, Department of Computer Science, RIT 102 Lomb Memorial Drive, Rochester, NY 14623 mailto:jmc at cs.rit.edu, voice: (585) 475-5254 CONFIDENTIALITY NOTE: The information transmitted, including attachments, is intended only for the person(s) 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 destroy any copies of this information. From falcone at bestpractical.com Fri Dec 20 10:29:02 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Fri, 20 Dec 2013 10:29:02 -0500 Subject: [rt-users] RT 4.2 Segfaults on FreeBSD 9.2 In-Reply-To: References: <1E324B7C-ECB0-4AD1-850A-67F82E8B6D84@ultra-secure.de> <53EB898E-3577-446A-936E-9BA7C1859FF7@ultra-secure.de> Message-ID: <20131220152902.GO1977@jibsheet.com> On Wed, Dec 18, 2013 at 06:00:14PM -0800, Tim Gustafson wrote: > > Something thinks you have perl 5.18. > > Is the perl outside the jail also 5.16? > > I believe its 5.16, but what difference should that make? The jail > has no access to view any aspect of the root system. He's asking because your original error message says 5.18 [Tue Dec 17 11:42:38 2013] [error] [client 128.114.49.22] Can't locate RT/Action/SendEmail.pm in @INC (you may need to install the RT::Action::SendEmail module) (@INC contains: /usr/local/share/rt40/lib /usr/local/share/rt40/plugins/RT-Authen-ExternalAuth/lib /usr/local/share/rt40/plugins/RT-Extension-MergeUsers/lib /usr/local/lib/perl5/site_perl/5.18 /usr/local/lib/perl5/5.18/BSDPAN /usr/local/lib/perl5/site_perl/5.18/mach /usr/local/lib/perl5/5.18/mach /usr/local/lib/perl5/5.18 . /usr/local) at /usr/local/lib/perl5/site_perl/5.18/RT/Interface/Web/Handler.pm line 181.\n The error "Can't locate RT/Action/SendEmail.pm" can indicate lack of file on filesystem, but it could also mean that RT couldn't load dependencies. I'm going to guess you're using a mod_perl built against a perl-5.18 which causes different site_libs to be searched. -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Fri Dec 20 10:30:49 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Fri, 20 Dec 2013 10:30:49 -0500 Subject: [rt-users] apache segfaults with 4.2 In-Reply-To: <20131216092106.9d9beb83809f86fdd76649ac@mimar.rs> References: <20131211173342.79d7b6fbb833f6ccd3c1a1b9@mimar.rs> <20131213154052.GB2151@jibsheet.com> <20131216092106.9d9beb83809f86fdd76649ac@mimar.rs> Message-ID: <20131220153049.GP1977@jibsheet.com> Don't reply to me directly, please obey the Reply-To that I set. On Mon, Dec 16, 2013 at 09:21:06AM +0100, Marko Cupa? wrote: > on restart when I comment out rt-related sections. There were no > segfaults before upgrade to 4.2. Try commenting out the SSL settings and see if Apache will start up with RT but without SSL. Alternatively, this is almost certainly some sort of shared library conflict and you can work around it by running RT with fastcgi instead of mod_perl. Please test the SSL thing before switching to fastcgi though. -kevin > Here's relevant apache config: > > > ServerName server.example.com > Redirect permanent / https://server.example.com/ > > > > > ServerName server.example.com > DocumentRoot /usr/local/www/wordpress > > SSLEngine on > SSLProtocol all -SSLv2 > SSLCipherSuite HIGH:MEDIUM > SSLCertificateFile "/etc/ssl/certs/server.crt" > SSLCertificateKeyFile "/etc/ssl/certs/server.key" > > > Options FollowSymLinks > AllowOverride All > Order Allow,Deny > Allow from all > > > Alias /dbadmin /usr/local/www/phpMyAdmin > > > Options none > AllowOverride Limit > Order Allow,Deny > Allow from all > > > Alias /tiketing /usr/local/share/rt42/html > > > Options FollowSymLinks > AllowOverride All > Order allow,deny > Allow from all > > > > AddDefaultCharset UTF-8 > SetHandler modperl > PerlResponseHandler Plack::Handler::Apache2 > PerlSetVar psgi_app /usr/local/sbin/rt-server > > > > use Plack::Handler::Apache2; > Plack::Handler::Apache2->preload("/usr/local/sbin/rt-server"); > > > Alias /racktables /usr/local/www/racktables/wwwroot > > > Options Indexes FollowSymlinks MultiViews > AllowOverride Limit > Order Allow,Deny > Allow from all > > > > -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Fri Dec 20 10:35:26 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Fri, 20 Dec 2013 10:35:26 -0500 Subject: [rt-users] Check boxes - simplified recipient list - broken In-Reply-To: References: Message-ID: <20131220153526.GQ1977@jibsheet.com> On Thu, Dec 19, 2013 at 11:07:03AM +0100, Bart wrote: > 1) One-time CC/BCC check boxes > With my upgraded installation these were broken. This implies you did your upgrade improperly, either you didn't clear the mason cache or you have a local customization that copied the broken code and served it instead. I'm deleting and ignore this part. > 2) simplified recipient list > > In addition to the above I have a problem with the simplified recipient list. > Since it's simple to understand this is the default I serve to our RT users. > > By default it selects the people linked to a ticket (requestor/cc) and when sending emails to > them it all just works. > > The problem however is that when you want to "uncheck" a person, that it still sends e-mails > to that person... Even when unchecking all people, entering 1 new person in the one-time cc, > it would send an e-mail to everyone including the one-time cc person.... I'm surprised you didn't notice the JS error in your browser console which is the source of this bug. I'll be forwarding your report along to the bug tracker. > Due to having to check the RT outgoing mail records I've noticed a layout issue, the header is > overlapping with the actual e-mail record making it sometimes impossible to read the CC field. > > I've done this simple, but not so nice, hack to properly show the e-mail record so that all > e-mail headers are viewable: > > mkdir -p /opt/rt4/local/html/Ticket/ > cp /opt/rt4/share/html/Ticket/ShowEmailRecord.html > /opt/rt4/local/html/Ticket/ShowEmailRecord.html > nano -w /opt/rt4/local/html/Ticket/ShowEmailRecord.html > > Change the following: This was fixed on 4.2-trunk with CSS rather than adding in some
s You can download and apply 1ed7b0181cce7f39c6057f9cec9106eadb0fa06a -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Fri Dec 20 10:46:22 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Fri, 20 Dec 2013 10:46:22 -0500 Subject: [rt-users] Upgrade problems (seems to be between 4.0.18 and 4.1.0) In-Reply-To: References: Message-ID: <20131220154622.GS1977@jibsheet.com> On Fri, Dec 20, 2013 at 09:57:37AM -0500, James Craig wrote: > > I am in the process of doing a long-needed upgrade, but have hit > a stumbling block. Any help would be appreciated! > Processing 4.1.0 > Now inserting data. > Couldn't finish 'upgrade' step. > > ERROR: One of initial functions failed: Can't call method "Content" on an > undefined value at ./etc/upgrade/4.1.0/content line 35, <> line 18. This implies you don't have a default homepage setting. I'm not sure how the front page of your RT works without it (presumably all of your privileged users have a customized one, but you must have errors when adding new privileged users who log in for the first time). Examine the results of select id, Name, Description, Creator from Attributes where Name like '%HomepageSettings%'; using sbin/rt-attributes-viewer as needed to peek inside those that exist. The upgrade script expects that one exists at the system, not user level, it would look like this: 6 | HomepageSettings | HomepageSettings | 1 -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Fri Dec 20 10:47:34 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Fri, 20 Dec 2013 10:47:34 -0500 Subject: [rt-users] Incoming mail with .eml attachments In-Reply-To: <52B2EBFB.4040305@ksat.no> References: <52B2EBFB.4040305@ksat.no> Message-ID: <20131220154734.GT1977@jibsheet.com> On Thu, Dec 19, 2013 at 01:52:11PM +0100, Marius Flage wrote: > We have a security queue where we want our users to forward suspicious > emails to. We want them to forward the eml file itself, so we can get > the whole email message, including headers and attachments. The problem > is that RT tries to parse this and then embeds the contents into the > ticket instead of adding it as a attachment. This means that the > important part of the forwarded messages, namely the headers, are > stripped away. You really have to provide a sample email with complete mime structure for anyone to comment. It doesn't have to contain malicious contents, but it does have to show how your users attach eml files. -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Fri Dec 20 10:48:35 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Fri, 20 Dec 2013 10:48:35 -0500 Subject: [rt-users] Remove Message In-Reply-To: References: Message-ID: <20131220154835.GU1977@jibsheet.com> On Thu, Dec 19, 2013 at 06:28:24PM +0000, Bryon Baker wrote: > I would like to get rid of the following message > > User could not be created: Must specify 'Name' attribute > > This happens when trying to create users and on some emails when the auto create is enabled. > > Can someone give me a little direction to get rid of this? This is an error, RT users must have a username (a unique username). I don't know how you're autocreating users, but you may wish to emulate what RT does with users created via email and set Name equal to the email address as well as EmailAddress equal to the email. -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From jmc at cs.rit.edu Fri Dec 20 11:15:08 2013 From: jmc at cs.rit.edu (James Craig) Date: Fri, 20 Dec 2013 11:15:08 -0500 (EST) Subject: [rt-users] Upgrade problems (seems to be between 4.0.18 and 4.1.0) In-Reply-To: <20131220154622.GS1977@jibsheet.com> References: <20131220154622.GS1977@jibsheet.com> Message-ID: On Fri, 20 Dec 2013, Kevin Falcone wrote: > On Fri, Dec 20, 2013 at 09:57:37AM -0500, James Craig wrote: >> >> I am in the process of doing a long-needed upgrade, but have hit >> a stumbling block. Any help would be appreciated! >> Processing 4.1.0 >> Now inserting data. >> Couldn't finish 'upgrade' step. >> >> ERROR: One of initial functions failed: Can't call method "Content" on an >> undefined value at ./etc/upgrade/4.1.0/content line 35, <> line 18. > > This implies you don't have a default homepage setting. > I'm not sure how the front page of your RT works without it > (presumably all of your privileged users have a customized one, but > you must have errors when adding new privileged users who log in for > the first time). With our very old version, we didn't have any errors of any sort that I saw or was aware of. (the hardware we were running died, and so we opted to do an upgrade of hardware and software, hoping to import a cold file of the database) I was hoping that getting it to upgrade from our version would put stuff that was missing into place. > > Examine the results of > select id, Name, Description, Creator from Attributes where Name like '%HomepageSettings%'; > > using sbin/rt-attributes-viewer as needed to peek inside those that > exist. > > The upgrade script expects that one exists at the system, not user > level, it would look like this: > > 6 | HomepageSettings | HomepageSettings | 1 > I will admit that I do very little database stuff; It'll take me a bit of time to figure this out. Thank you for the quick response! James Craig -- James Craig, Department of Computer Science, RIT 102 Lomb Memorial Drive, Rochester, NY 14623 mailto:jmc at cs.rit.edu, voice: (585) 475-5254 CONFIDENTIALITY NOTE: The information transmitted, including attachments, is intended only for the person(s) 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 destroy any copies of this information. From bbaker at copesan.com Fri Dec 20 11:22:08 2013 From: bbaker at copesan.com (Bryon Baker) Date: Fri, 20 Dec 2013 16:22:08 +0000 Subject: [rt-users] Remove Message In-Reply-To: <20131220154835.GU1977@jibsheet.com> References: <20131220154835.GU1977@jibsheet.com> Message-ID: Thanks for the response Kevin. This is happening when RT creates users from incoming emails. I am also using the external auth plugin. Where in the config would I equate name to email address? Thanks Bryon Baker Network Operations Manager Copesan - Specialists in Pest Solutions 800-267-3726? .? 262-783-6261 ext. 2296 bbaker at copesan.com www.copesan.com "Servicing North America with Local Care" -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Kevin Falcone Sent: Friday, December 20, 2013 9:49 AM To: rt-users at lists.bestpractical.com Subject: Re: [rt-users] Remove Message On Thu, Dec 19, 2013 at 06:28:24PM +0000, Bryon Baker wrote: > I would like to get rid of the following message > > User could not be created: Must specify 'Name' attribute > > This happens when trying to create users and on some emails when the auto create is enabled. > > Can someone give me a little direction to get rid of this? This is an error, RT users must have a username (a unique username). I don't know how you're autocreating users, but you may wish to emulate what RT does with users created via email and set Name equal to the email address as well as EmailAddress equal to the email. -kevin From rainer at ultra-secure.de Fri Dec 20 11:54:02 2013 From: rainer at ultra-secure.de (Rainer Duffner) Date: Fri, 20 Dec 2013 17:54:02 +0100 Subject: [rt-users] RT 4.2 Segfaults on FreeBSD 9.2 In-Reply-To: <20131220152902.GO1977@jibsheet.com> References: <1E324B7C-ECB0-4AD1-850A-67F82E8B6D84@ultra-secure.de> <53EB898E-3577-446A-936E-9BA7C1859FF7@ultra-secure.de> <20131220152902.GO1977@jibsheet.com> Message-ID: <20131220175402.69f8ed8b@suse3> Am Fri, 20 Dec 2013 10:29:02 -0500 schrieb Kevin Falcone : > On Wed, Dec 18, 2013 at 06:00:14PM -0800, Tim Gustafson wrote: > > > Something thinks you have perl 5.18. > > > Is the perl outside the jail also 5.16? > > > > I believe its 5.16, but what difference should that make? The jail > > has no access to view any aspect of the root system. > > He's asking because your original error message says 5.18 > > [Tue Dec 17 11:42:38 2013] [error] [client 128.114.49.22] Can't > locate RT/Action/SendEmail.pm in @INC (you may need to install > the RT::Action::SendEmail module) (@INC > contains: /usr/local/share/rt40/lib > /usr/local/share/rt40/plugins/RT-Authen-ExternalAuth/lib > /usr/local/share/rt40/plugins/RT-Extension-MergeUsers/lib > /usr/local/lib/perl5/site_perl/5.18 /usr/local/lib/perl5/5.18/BSDPAN > /usr/local/lib/perl5/site_perl/5.18/mach > /usr/local/lib/perl5/5.18/mach /usr/local/lib/perl5/5.18 . /usr/local) > at /usr/local/lib/perl5/site_perl/5.18/RT/Interface/Web/Handler.pm > line 181.\n > > The error "Can't locate RT/Action/SendEmail.pm" can indicate lack of > file on filesystem, but it could also mean that RT couldn't load > dependencies. > > I'm going to guess you're using a mod_perl built against a perl-5.18 > which causes different site_libs to be searched. According to Tim, he has build everything from source - which would make this error-messages even more puzzling. As I said, anybody doing anything serious with FreeBSD these days should switch to pkgng. Yesterday. My remark about perl 5.18 outside the jail does not make much sense, admittedly. From jbrandt at bestpractical.com Fri Dec 20 15:20:13 2013 From: jbrandt at bestpractical.com (Jim Brandt) Date: Fri, 20 Dec 2013 15:20:13 -0500 Subject: [rt-users] Chart and Show Results not showing correct query In-Reply-To: References: <20131218163137.GE1977@jibsheet.com> Message-ID: <52B4A67D.3040504@bestpractical.com> On 12/19/13 4:22 AM, Richard McMahon wrote: > > I meant to say that we are using RT 4.0.17. I'm not completely clear on the issue you're seeing, but we did fix a bug with the subnav links: https://github.com/bestpractical/rt/commit/c1db68602 It's a simple patch. From jbrandt at bestpractical.com Fri Dec 20 15:39:16 2013 From: jbrandt at bestpractical.com (Jim Brandt) Date: Fri, 20 Dec 2013 15:39:16 -0500 Subject: [rt-users] RT-Extension-Assets link In-Reply-To: <89fc2a8461da6afe61704133a0513168@greattechhelp.com> References: <89fc2a8461da6afe61704133a0513168@greattechhelp.com> Message-ID: <52B4AAF4.4080708@bestpractical.com> On 12/18/13 2:01 PM, JZ wrote: > I am trying to figure out the best way to get a link created to an asset > at the time a ticket is created. I am using RT-Extension-Assets in RT > 4.2, and am having trouble finding information regarding this extension > and doing what I want to do. I am having trouble making the connection > from the requester to the asset. I am hoping somebody can give me an > idea how to proceed. If you're working with the new RT-Extension-Assets release candidate mentioned here: http://blog.bestpractical.com/2013/09/rt-420rc5-released-assets-extension.html then there are a few ways. The easiest is to search for the asset first. Then from the asset display page the Actions menu has a "Create linked ticket" action that will handle the linking. If you already have a ticket, you can go to the links page and in Refers To (or other) type "asset:4" and it will link to asset with the id 4. As for connecting the requestor to the asset, they will likely have a role on the asset like "Held By". If you add the UserAssets portlet to the User Summary page, the assets will show up there. Details on this config are in the README. We'll have more docs when the official release comes out. -- From mamir at ucdavis.edu Fri Dec 20 16:28:17 2013 From: mamir at ucdavis.edu (mamir) Date: Fri, 20 Dec 2013 13:28:17 -0800 (PST) Subject: [rt-users] RT sending emails on behalf of Message-ID: <1387574897097-56137.post@n7.nabble.com> Hi, This is how the email looks like in Outlook sent by RT (4.2.1): rt-dev at rt-dev.org on behalf of test at rt-dev.org Greetings, bla bla bla Here is my Autoreply template: Sender: rt-dev Subject: {$Ticket->Subject} RT-Attach-Message: yes How can I get rid of "rt-dev at rt-dev.org on behalf of" so only the test at rt-dev.org appears in email. Thanks -- View this message in context: http://requesttracker.8502.n7.nabble.com/RT-sending-emails-on-behalf-of-tp56137.html Sent from the Request Tracker - User mailing list archive at Nabble.com. From lstewart at iweb.com Fri Dec 20 16:42:07 2013 From: lstewart at iweb.com (Landon Stewart) Date: Fri, 20 Dec 2013 13:42:07 -0800 Subject: [rt-users] RT sending emails on behalf of In-Reply-To: <1387574897097-56137.post@n7.nabble.com> References: <1387574897097-56137.post@n7.nabble.com> Message-ID: On 20 December 2013 13:28, mamir wrote: > Hi, > This is how the email looks like in Outlook sent by RT (4.2.1): > rt-dev at rt-dev.org on behalf of test at rt-dev.org > Greetings, > bla bla bla > > Here is my Autoreply template: > Sender: rt-dev > Subject: {$Ticket->Subject} > RT-Attach-Message: yes How can I get rid of "rt-dev at rt-dev.org on behalf of" so only the test at rt-dev.org appears in email. > It?s basically how services like Hotmail/Live/Outlook and Gmail alert people that the email was sent from a mail server that?s not explicitly authorized to send mail for that domain. Add SPF and DKIM records for the sending domain (from domain). Also? I?d use these headers instead of the Sender header: From: "Some Friendly Name" Subject: {$Ticket->Subject} RT-Attach-Message: yes -- Landon Stewart :: lstewart at iweb.com Lead Specialist, Abuse and Security Management Sp?cialiste principal, gestion des abus et s?curit? http://iweb.com :: +1 (888) 909-4932 -------------- next part -------------- An HTML attachment was scrubbed... URL: From falcone at bestpractical.com Fri Dec 20 16:58:34 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Fri, 20 Dec 2013 16:58:34 -0500 Subject: [rt-users] Remove Message In-Reply-To: References: <20131220154835.GU1977@jibsheet.com> Message-ID: <20131220215834.GW1977@jibsheet.com> Don't send me personal email, I read the list, obey my Reply-To header and send your mail to the list. On Fri, Dec 20, 2013 at 04:22:08PM +0000, Bryon Baker wrote: > Thanks for the response Kevin. > > This is happening when RT creates users from incoming emails. > > I am also using the external auth plugin. Where in the config would I equate name to email address? The default config shipped with RT::Authen::ExternalAuth sets the Name parameter, you must have removed that, but since you've not shown actual errors or a config, all anyone can do is guess. https://metacpan.org/pod/RT::Authen::ExternalAuth::LDAP -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Fri Dec 20 17:00:31 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Fri, 20 Dec 2013 17:00:31 -0500 Subject: [rt-users] RT 4.2 Segfaults on FreeBSD 9.2 In-Reply-To: <20131220175402.69f8ed8b@suse3> References: <1E324B7C-ECB0-4AD1-850A-67F82E8B6D84@ultra-secure.de> <53EB898E-3577-446A-936E-9BA7C1859FF7@ultra-secure.de> <20131220152902.GO1977@jibsheet.com> <20131220175402.69f8ed8b@suse3> Message-ID: <20131220220031.GX1977@jibsheet.com> On Fri, Dec 20, 2013 at 05:54:02PM +0100, Rainer Duffner wrote: > > According to Tim, he has build everything from source - which would > make this error-messages even more puzzling. > > As I said, anybody doing anything serious with FreeBSD these days should > switch to pkgng. Yesterday. > > My remark about perl 5.18 outside the jail does not make much sense, > admittedly. Yep - there's a distinct lack of information and all we're doing is guessing, I just wanted him to realize that a mod_perl which searches 5.18's site_lib for perl modules installed in 5.16's site_lib has no prayer of ever working. -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Fri Dec 20 17:01:25 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Fri, 20 Dec 2013 17:01:25 -0500 Subject: [rt-users] Upgrade problems (seems to be between 4.0.18 and 4.1.0) In-Reply-To: References: <20131220154622.GS1977@jibsheet.com> <20131220163701.GV1977@jibsheet.com> Message-ID: <20131220220125.GY1977@jibsheet.com> On Fri, Dec 20, 2013 at 02:57:36PM -0500, James Craig wrote: > > Just to follow up, > > it turns out the documentation I had was wrong; the old version was > 3.4.2 > > your comment about the HomepageSettings made me question the notes I > was working from. > > Once I started the upgrade from 3.4.2 instead of 3.8.7, > the make upgrade-database completed. Glad to hear it was something that simple. -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From bbaker at copesan.com Fri Dec 20 17:22:48 2013 From: bbaker at copesan.com (Bryon Baker) Date: Fri, 20 Dec 2013 22:22:48 +0000 Subject: [rt-users] Remove Message In-Reply-To: <20131220215834.GW1977@jibsheet.com> References: <20131220154835.GU1977@jibsheet.com> <20131220215834.GW1977@jibsheet.com> Message-ID: <1e8d8681b8a4482f951460fa91cab416@BLUPR05MB788.namprd05.prod.outlook.com> This is the message when RT tries to create a user with incoming email User could not be created: User creation failed in mailgateway: Must specify 'Name' attribute (/opt/rt4/sbin/../lib/RT/Interface/Email.pm:245) This is the message when I try and create a user manually using Admin > User > Create User could not be created: Must specify 'Name' attribute You sent me information related to external auth. Does RT use the parameters in that area? External Auth Config { 'Connect_LDAP' => { 'base' => 'DC=copesan,DC=local', 'pass' => 'Password not printed', 'net_ldap_args' => [ 'version', 3 ], 'filter' => '(&(ObjectCategory=User)(ObjectClass=Person))', 'attr_match_list' => [ 'Name', 'EmailAddress' ], 'tls' => 0, 'd_filter' => '(userAccountControl:1.2.840.113556.1.4.803:=2)', 'user' => 'CN=RQ Tracker,OU=Users_Special,OU=Copesan,DC=Copesan,DC=local', 'type' => 'ldap', 'server' => '192.168.250.49', 'attr_map' => { 'City' => 'l', 'RealName' => 'cn', 'State' => 'st', 'EmailAddress' => 'mail', 'Gecos' => 'sAMAccountName', 'Country' => 'co', 'Address1' => 'streetAddress', 'Zip' => 'postalCode', 'WorkPhone' => 'telephoneNumber', 'Name' => 'sAMAccountName', 'Organization' => 'physicalDeliveryOfficeName', 'ExternalAuthId' => 'sAMAccountName' } }, 'Connect_MSSQL' => { 'pass' => 'Password not printed', 'table' => 'ReqTracker_HelpDesk', 'attr_match_list' => [ 'Name', 'Gecos' ], 'p_field' => 'password', 'port' => '1433', 'p_check' => sub { "DUMMY" }, 'u_field' => 'Email', 'database' => 'RapidTrax6a;Driver=SQLServer;DSN=SQLServer', 'dbi_driver' => 'ODBC', 'user' => 'HelpDeskOTRS', 'type' => 'db', 'server' => '192.168.250.29', 'attr_map' => { 'City' => 'City', 'RealName' => 'Realname', 'State' => 'State', 'EmailAddress' => 'Email', 'Gecos' => 'Email', 'Address1' => 'Address', 'Zip' => 'Zip', 'Name' => 'Email', 'Organization' => 'Organization', 'ExternalAuthId' => 'Email' } } } Bryon Baker Network Operations Manager Copesan - Specialists in Pest Solutions 800-267-3726? .? 262-783-6261 ext. 2296 bbaker at copesan.com www.copesan.com "Servicing North America with Local Care" -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Kevin Falcone Sent: Friday, December 20, 2013 3:59 PM To: rt-users at lists.bestpractical.com Subject: Re: [rt-users] Remove Message Don't send me personal email, I read the list, obey my Reply-To header and send your mail to the list. On Fri, Dec 20, 2013 at 04:22:08PM +0000, Bryon Baker wrote: > Thanks for the response Kevin. > > This is happening when RT creates users from incoming emails. > > I am also using the external auth plugin. Where in the config would I equate name to email address? The default config shipped with RT::Authen::ExternalAuth sets the Name parameter, you must have removed that, but since you've not shown actual errors or a config, all anyone can do is guess. https://metacpan.org/pod/RT::Authen::ExternalAuth::LDAP -kevin From bbaker at copesan.com Fri Dec 20 17:25:11 2013 From: bbaker at copesan.com (Bryon Baker) Date: Fri, 20 Dec 2013 22:25:11 +0000 Subject: [rt-users] Remove Message In-Reply-To: <1e8d8681b8a4482f951460fa91cab416@BLUPR05MB788.namprd05.prod.outlook.com> References: <20131220154835.GU1977@jibsheet.com> <20131220215834.GW1977@jibsheet.com> <1e8d8681b8a4482f951460fa91cab416@BLUPR05MB788.namprd05.prod.outlook.com> Message-ID: By the way for the Emails it does not happen all the time. It is very sporadic and I cannot figure out the pattern. Thanks Bryon Baker Network Operations Manager Copesan - Specialists in Pest Solutions 800-267-3726? .? 262-783-6261 ext. 2296 bbaker at copesan.com www.copesan.com "Servicing North America with Local Care" -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Bryon Baker Sent: Friday, December 20, 2013 4:23 PM To: rt-users at lists.bestpractical.com Subject: Re: [rt-users] Remove Message This is the message when RT tries to create a user with incoming email User could not be created: User creation failed in mailgateway: Must specify 'Name' attribute (/opt/rt4/sbin/../lib/RT/Interface/Email.pm:245) This is the message when I try and create a user manually using Admin > User > Create User could not be created: Must specify 'Name' attribute You sent me information related to external auth. Does RT use the parameters in that area? External Auth Config { 'Connect_LDAP' => { 'base' => 'DC=copesan,DC=local', 'pass' => 'Password not printed', 'net_ldap_args' => [ 'version', 3 ], 'filter' => '(&(ObjectCategory=User)(ObjectClass=Person))', 'attr_match_list' => [ 'Name', 'EmailAddress' ], 'tls' => 0, 'd_filter' => '(userAccountControl:1.2.840.113556.1.4.803:=2)', 'user' => 'CN=RQ Tracker,OU=Users_Special,OU=Copesan,DC=Copesan,DC=local', 'type' => 'ldap', 'server' => '192.168.250.49', 'attr_map' => { 'City' => 'l', 'RealName' => 'cn', 'State' => 'st', 'EmailAddress' => 'mail', 'Gecos' => 'sAMAccountName', 'Country' => 'co', 'Address1' => 'streetAddress', 'Zip' => 'postalCode', 'WorkPhone' => 'telephoneNumber', 'Name' => 'sAMAccountName', 'Organization' => 'physicalDeliveryOfficeName', 'ExternalAuthId' => 'sAMAccountName' } }, 'Connect_MSSQL' => { 'pass' => 'Password not printed', 'table' => 'ReqTracker_HelpDesk', 'attr_match_list' => [ 'Name', 'Gecos' ], 'p_field' => 'password', 'port' => '1433', 'p_check' => sub { "DUMMY" }, 'u_field' => 'Email', 'database' => 'RapidTrax6a;Driver=SQLServer;DSN=SQLServer', 'dbi_driver' => 'ODBC', 'user' => 'HelpDeskOTRS', 'type' => 'db', 'server' => '192.168.250.29', 'attr_map' => { 'City' => 'City', 'RealName' => 'Realname', 'State' => 'State', 'EmailAddress' => 'Email', 'Gecos' => 'Email', 'Address1' => 'Address', 'Zip' => 'Zip', 'Name' => 'Email', 'Organization' => 'Organization', 'ExternalAuthId' => 'Email' } } } Bryon Baker Network Operations Manager Copesan - Specialists in Pest Solutions 800-267-3726? .? 262-783-6261 ext. 2296 bbaker at copesan.com www.copesan.com "Servicing North America with Local Care" -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Kevin Falcone Sent: Friday, December 20, 2013 3:59 PM To: rt-users at lists.bestpractical.com Subject: Re: [rt-users] Remove Message Don't send me personal email, I read the list, obey my Reply-To header and send your mail to the list. On Fri, Dec 20, 2013 at 04:22:08PM +0000, Bryon Baker wrote: > Thanks for the response Kevin. > > This is happening when RT creates users from incoming emails. > > I am also using the external auth plugin. Where in the config would I equate name to email address? The default config shipped with RT::Authen::ExternalAuth sets the Name parameter, you must have removed that, but since you've not shown actual errors or a config, all anyone can do is guess. https://metacpan.org/pod/RT::Authen::ExternalAuth::LDAP -kevin From alexmv at bestpractical.com Sat Dec 21 00:00:55 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Sat, 21 Dec 2013 00:00:55 -0500 Subject: [rt-users] RES: RE: RES: Sphinx fulltext index v4.0.4 In-Reply-To: <1387319336.2195.85.camel@umgah.localdomain> References: <52989289.9030207@ebi.ac.uk> <1386003384.6948.16.camel@umgah.localdomain> <529EFA2C.7080700@ebi.ac.uk> <529F23D9.6040007@fv-berlin.de> <52B0CC0C.3040605@fv-berlin.de> <1387319336.2195.85.camel@umgah.localdomain> Message-ID: <1387602055.7107.10.camel@umgah.localdomain> On Tue, 2013-12-17 at 17:28 -0500, Alex Vandiver wrote: > This lies firmly in the domain of having to debug MySQL and the SphinxSE > plugin, and not in debugging RT itself. From recent testing locally, > using 127.0.0.1 instead of localhost works acceptably. I have confirmed that this is a bug in sphinxsearch. mysql 5.5.15 and above removed a codepath that SphinxSE was using to do name resolution, and the re-implementation of it that SphinxSE uses could never have worked. The work-around is to use an IP address (rather than a hostname like localhost) in the sphinx:// URL that rt-setup-fulltext-index prompts for. Alternately, the two attached patches can be applied to the storage/sphinx/ directory. The issue has been reported to sphinxsearch as bug 1815. RT may work around this issue in a future release by defaulting to suggesting 127.0.0.1 instead of localhost when running on MySQL 5.5. - Alex -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-getaddrinfo-returns-0-on-success.patch Type: text/x-patch Size: 764 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-Copy-out-the-correct-part-of-the-addrinfo-response.patch Type: text/x-patch Size: 1145 bytes Desc: not available URL: From Michael.Polenske at skm-skyline.de Mon Dec 23 03:50:22 2013 From: Michael.Polenske at skm-skyline.de (Michael Polenske) Date: Mon, 23 Dec 2013 09:50:22 +0100 Subject: [rt-users] Problem with HTML tags appearing in correspondence In-Reply-To: References: <20131213161017.GF2151@jibsheet.com> Message-ID: Good morning, thanks Bart for your test - I've done the same this morning, and I can confirm that the problem is gone on a fresh installation of RT-4.2.1. I wonder if this is _really_ coming from your customization. We only have installed two extensions ("mandatory on transition" and "command by mail"), but in general we use a more or less "default" installation. I guess it is an issue by updating from 4.2.0 to 4.2.1 - but this is only my suspicion, without deeper knowledge. @RT: I've done backup before new installation - do you want the archive for some tests ? Cheers - Michael BTW: merry christmas everyone on this list and a happy new year J From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Bart Sent: Donnerstag, 19. Dezember 2013 09:54 To: rt-users at lists.bestpractical.com Subject: Re: [rt-users] Problem with HTML tags appearing in correspondence Hi, I've done some additional testing in my testing environment and I seem to have fixed everything by doing a semi fresh installation. This means that I've movede the /opt/rt4 directory to a back-up location and from there did a ./configure & make install for RT 4.2.1 (I skipped the DB step since I've already applied the 4.2.1 changes) After installation I reinstalled all extensions that I use, put back my original RT_SiteConfig.pm, reapplied all other customizations under /opt/rt4/local/ and after that I've started everything back up again. Once all of that was done my testing environment was working perfectly again! Or I should say, version 4.2.1 works and the weird HTML stuff is fixed. I'm guessing that "one" of my customizations was the cause, but doing this reinstallation also fixed some other issues we were seeing. I'll make a separate post about this or even file a bug report for the left over problems that we are still seeing with the simplified recepient list. Anyways, for me this was the fix and we're planning a moment for doing this fix in production pretty soon. 2013/12/17 Michael Polenske <<642 11111>> Good morning, we also have this problem, that since 4.2.1 we have html tags in some (not in all, but I have no idea why sometimes and sometimes not ..) replies. So, I opened a ticket in testqueue: -------------------------------------cut-------------------------------- ----- Subject: 11111 MIME-Version: 1.0 X-Mailer: MIME-tools 5.504 (Entity 5.504) Content-Disposition: inline X-RT-Interface: Web Message-ID: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: binary X-RT-Original-Encoding: utf-8 Content-Length: 19 2222222222222222222 -------------------------------------cut-------------------------------- ----- And then I do a reply via webinterface, now we have html tags in reply -------------------------------------cut-------------------------------- ----- MIME-Version: 1.0 In-Reply-To: X-Mailer: MIME-tools 5.504 (Entity 5.504) Content-Disposition: inline X-RT-Interface: Web References: Content-Type: text/plain; charset="utf-8" Message-ID: Content-Transfer-Encoding: binary X-RT-Original-Encoding: utf-8 RT-Send-CC: Content-Length: 150 On Tue Dec 17 09:42:23 2013, mpolenske wrote:
> 2222222222222222222

-- 
Viele Grüße
Michael Polenske -------------------------------------cut-------------------------------- ----- >From my point of view the headers seem to be identical ... Attached a screenshot how it look like in webinterface Cheers - Michael -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Kevin Falcone Sent: Freitag, 13. Dezember 2013 17:10 To: rt-users at lists.bestpractical.com Subject: Re: [rt-users] Problem with HTML tags appearing in correspondence Having attempted to Reply using the Rich Text Editor on a clean RT 4.2.1 install, I cannot replicate this at all. Since you see literal HTML tags being recorded in ticket history, this points to something broken in your use of the RichText editor. Can one of the reporters please provide show a test correspondence with the problem with Show Full Headers, and then with Download with headers for each of the pieces. Thanks -kevin On Thu, Dec 12, 2013 at 06:45:10AM +0800, Lai Zit Seng wrote: > I seem to be experiencing the same problem as mentioned in: > [4]http://requesttracker.8502.n7.nabble.com/RT-4-2-1-Weird-issue-with-HT ML-comments-correspondense-RT-always-registers-plain-text-with-HTML-tags -td56005.html > I don't have custom templates. The HTML tags are only appearing when replying through the > web interface. Disabling the Rich Text Editor avoids this problem. Hope this can be fixed? > Regards, -- Bart G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From am at fiskistofa.is Mon Dec 23 10:23:26 2013 From: am at fiskistofa.is (ali mobli) Date: Mon, 23 Dec 2013 15:23:26 -0000 Subject: [rt-users] Centos 6,5 upgrade Message-ID: <010a01cefff2$ed861900$c8924b00$@fiskistofa.is> Hi I recently upgraded my Centos 6.4 to 6.5 and am currently running RT 4.0.13. After this upgrade My subjects in the emails are corrupt. We use Icelandic Char so I have default UTF-8 both in the ssl.conf and http.conf and RT_SiteConfig.pm. After the upgrade of the OS this is happening. Any Idea why that is? From osipov.i at gmail.com Mon Dec 23 11:05:47 2013 From: osipov.i at gmail.com (Ivan Osipov) Date: Mon, 23 Dec 2013 20:05:47 +0400 Subject: [rt-users] Request tracker and Lighttpd Message-ID: <52B85F5B.7000705@gmail.com> Hello all. I'm trying to set up Request Tracker 4.2.1 and Lighttpd (1.4.28-2ubuntu4) on Ubuntu 12.04 LTS with all updates. RT has been installed from sources. When I try get http://rt.domain.tld/ I see error-message "500 - Internal Server Error". In web-server error log: --- 2013-12-23 19:34:50: (log.c.166) server started 2013-12-23 19:34:59: (mod_fastcgi.c.2568) unexpected end-of-file (perhaps the fastcgi process died): pid: 21743 socket: unix:/var/run/lighttpd/rt4.socket-3 2013-12-23 19:34:59: (mod_fastcgi.c.3356) response not received, request sent: 1173 on socket: unix:/var/run/lighttpd/rt4.socket-3 for ?, closing connection 2013-12-23 19:37:05: (mod_fastcgi.c.1734) connect failed: Connection refused on unix:/var/run/lighttpd/rt4.socket-3 2013-12-23 19:37:05: (mod_fastcgi.c.3027) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 2013-12-23 19:37:07: (mod_fastcgi.c.2568) unexpected end-of-file (perhaps the fastcgi process died): pid: 21936 socket: unix:/var/run/lighttpd/rt4.socket-3 2013-12-23 19:37:07: (mod_fastcgi.c.3356) response not received, request sent: 1144 on socket: unix:/var/run/lighttpd/rt4.socket-3 for ?, closing connection --- Also I tried remove directory /opt/rt4/var/mason_data/ but it did not help. BTW, RT via stand-alone web-server works correctly. Lighttpd and RT configs attached. -- Best regards, Ivan Osipov -------------- next part -------------- server.modules = ( "mod_access", "mod_alias", "mod_compress", "mod_redirect", # "mod_rewrite", ) server.document-root = "/var/www" server.upload-dirs = ( "/var/cache/lighttpd/uploads" ) server.errorlog = "/var/log/lighttpd/error.log" server.pid-file = "/var/run/lighttpd.pid" server.username = "www-data" server.groupname = "www-data" index-file.names = ( "index.php", "index.html", "index.htm", "default.htm", " index.lighttpd.html" ) url.access-deny = ( "~", ".inc" ) static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" ) ## Use ipv6 if available #include_shell "/usr/share/lighttpd/use-ipv6.pl" dir-listing.encoding = "utf-8" server.dir-listing = "enable" compress.cache-dir = "/var/cache/lighttpd/compress/" compress.filetype = ( "application/x-javascript", "text/css", "text/html", "text/plain" ) include_shell "/usr/share/lighttpd/create-mime.assign.pl" include_shell "/usr/share/lighttpd/include-conf-enabled.pl" include "rt.domain.tld" -------------- next part -------------- server.modules += ("mod_fastcgi") $HTTP["host"] == "rt.domain.tld" { server.document-root = "/opt/rt4/share/html" # index.file-names = ( "index.html" ) fastcgi.server = ( "/" => (( "bin-path" => "/opt/rt4/sbin/rt-server.fcgi", "socket" => "/var/run/lighttpd/rt4.socket", "check-local" => "disable", "fix-root-scriptname" => "enable" )), ) } -------------- next part -------------- # Any configuration directives you include here will override # RT's default configuration file, RT_Config.pm # # To include a directive here, just copy the equivalent statement # from RT_Config.pm and change the value. We've included a single # sample value below. # # This file is actually a perl module, so you can include valid # perl code, as well. # # The converse is also true, if this file isn't valid perl, you're # going to run into trouble. To check your SiteConfig file, use # this command: # # perl -c /path/to/your/etc/RT_SiteConfig.pm # # You must restart your webserver after making changes to this file. # You must install Plugins on your own, this is only an example # of the correct syntax to use when activating them. # Plugin( "RT::Extension::QuickDelete" ); # Plugin( "RT::Extension::CommandByMail" ); Set( $CommentAddress, 'support-comment at domain.tld' ); Set( $CorrespondAddress, 'support at domain.tld' ); Set( $DatabaseHost, 'localhost' ); Set( $DatabaseName, 'basename' ); Set( $DatabasePassword, 'pwd' ); Set( $DatabasePort, '' ); Set( $DatabaseRequireSSL, '' ); Set( $DatabaseType, 'mysql' ); Set( $DatabaseUser, 'username' ); Set( $Organization, 'rt.domain.tld' ); Set( $OwnerEmail, 'ivan at domain.tld' ); Set( $SendmailPath, '/usr/sbin/sendmail' ); Set( $WebDomain, 'rt.domain.tld' ); Set( $WebPort, '81' ); Set($Timezone, 'Europe/Moscow'); Set( $rtname, 'my_rtname' ); 1; From alexmv at bestpractical.com Mon Dec 23 12:32:06 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Mon, 23 Dec 2013 12:32:06 -0500 Subject: [rt-users] Centos 6,5 upgrade In-Reply-To: <010a01cefff2$ed861900$c8924b00$@fiskistofa.is> References: <010a01cefff2$ed861900$c8924b00$@fiskistofa.is> Message-ID: <1387819926.9257.0.camel@umgah.localdomain> On Mon, 2013-12-23 at 15:23 +0000, ali mobli wrote: > I recently upgraded my Centos 6.4 to 6.5 and am currently running RT 4.0.13. > After this upgrade My subjects in the emails are corrupt. We use Icelandic > Char so I have default UTF-8 both in the ssl.conf and http.conf and > RT_SiteConfig.pm. > After the upgrade of the OS this is happening. Likely due to too recent a version of the Encode module. RT 4.0.18 inclues a fix. - Alex From osipov.i at gmail.com Mon Dec 23 12:47:39 2013 From: osipov.i at gmail.com (Ivan Osipov) Date: Mon, 23 Dec 2013 21:47:39 +0400 Subject: [rt-users] Request tracker and Lighttpd In-Reply-To: <52B85F5B.7000705@gmail.com> References: <52B85F5B.7000705@gmail.com> Message-ID: <52B8773B.4000800@gmail.com> When I try start RT via Apache 2 with mod_fastcgi (http://www.bestpractical.com/docs/rt/4.2/web_deployment.html#mod_fastcgi) in Apache error-log: --- [Mon Dec 23 21:24:54 2013] [warn] FastCGI: server "/opt/rt4/sbin/rt-server.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds [Mon Dec 23 21:24:54 2013] [warn] FastCGI: server "/opt/rt4/sbin/rt-server.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds [23549] [Mon Dec 23 17:24:54 2013] [critical]: Something went wrong while trying to run RT's standalone web server: Can't locate FCGI/ProcManager.pm in @INC (@INC contains: /opt/rt4/sbin/../local/lib /opt/rt4/sbin/../lib /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at /usr/local/share/perl/5.14.2/Plack/Util.pm line 23. (/opt/rt4/sbin/../lib/RT.pm:391) Something went wrong while trying to run RT's standalone web server: Can't locate FCGI/ProcManager.pm in @INC (@INC contains: /opt/rt4/sbin/../local/lib /opt/rt4/sbin/../lib /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at /usr/local/share/perl/5.14.2/Plack/Util.pm line 23. [Mon Dec 23 21:24:54 2013] [warn] FastCGI: server "/opt/rt4/sbin/rt-server.fcgi" (pid 23549) terminated by calling exit with status '2' --- 23.12.2013 20:05, Ivan Osipov ?????: > Hello all. > I'm trying to set up Request Tracker 4.2.1 and Lighttpd > (1.4.28-2ubuntu4) on Ubuntu 12.04 LTS with all updates. > RT has been installed from sources. > When I try get http://rt.domain.tld/ I see error-message "500 - > Internal Server Error". In web-server error log: > --- > 2013-12-23 19:34:50: (log.c.166) server started > 2013-12-23 19:34:59: (mod_fastcgi.c.2568) unexpected end-of-file > (perhaps the fastcgi process died): pid: 21743 socket: > unix:/var/run/lighttpd/rt4.socket-3 > 2013-12-23 19:34:59: (mod_fastcgi.c.3356) response not received, > request sent: 1173 on socket: unix:/var/run/lighttpd/rt4.socket-3 for > ?, closing connection > 2013-12-23 19:37:05: (mod_fastcgi.c.1734) connect failed: Connection > refused on unix:/var/run/lighttpd/rt4.socket-3 > 2013-12-23 19:37:05: (mod_fastcgi.c.3027) backend died; we'll disable > it for 1 seconds and send the request to another backend instead: > reconnects: 0 load: 1 > 2013-12-23 19:37:07: (mod_fastcgi.c.2568) unexpected end-of-file > (perhaps the fastcgi process died): pid: 21936 socket: > unix:/var/run/lighttpd/rt4.socket-3 > 2013-12-23 19:37:07: (mod_fastcgi.c.3356) response not received, > request sent: 1144 on socket: unix:/var/run/lighttpd/rt4.socket-3 for > ?, closing connection > --- > Also I tried remove directory /opt/rt4/var/mason_data/ but it did not > help. > BTW, RT via stand-alone web-server works correctly. > Lighttpd and RT configs attached. > -- ? ?????????, ???? ?????? From alexmv at bestpractical.com Mon Dec 23 13:13:31 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Mon, 23 Dec 2013 13:13:31 -0500 Subject: [rt-users] Request tracker and Lighttpd In-Reply-To: <52B8773B.4000800@gmail.com> References: <52B85F5B.7000705@gmail.com> <52B8773B.4000800@gmail.com> Message-ID: <1387822411.9257.20.camel@umgah.localdomain> On Mon, 2013-12-23 at 21:47 +0400, Ivan Osipov wrote: > When I try start RT via Apache 2 with mod_fastcgi > (http://www.bestpractical.com/docs/rt/4.2/web_deployment.html#mod_fastcgi) > in Apache error-log: > [snip] Sounds like you didn't configure with --with-web-handler=fastcgi, so 'make testdeps' didn't check the dependencies that that deployment adds. - Alex From osipov.i at gmail.com Tue Dec 24 05:16:14 2013 From: osipov.i at gmail.com (Ivan Osipov) Date: Tue, 24 Dec 2013 14:16:14 +0400 Subject: [rt-users] Request tracker and Lighttpd In-Reply-To: <52B8773B.4000800@gmail.com> References: <52B85F5B.7000705@gmail.com> <52B8773B.4000800@gmail.com> Message-ID: <52B95EEE.7010203@gmail.com> Thank you, everything works. From Albert.Shih at obspm.fr Tue Dec 24 11:37:22 2013 From: Albert.Shih at obspm.fr (Albert Shih) Date: Tue, 24 Dec 2013 17:37:22 +0100 Subject: [rt-users] Start Message-ID: <20131224163722.GA72842@pcjas.obspm.fr> Hi In 4.0.x I use inside my search something like and Starts < 'Today' to specify the starting date of this ticket is < than today. After ugrading to 4.2.1 it's not working anymore. Anyone can tell me what's is the new syntax ? Thanks lot. merry christmas Regards. -- Albert SHIH DIO b?timent 15 Observatoire de Paris 5 Place Jules Janssen 92195 Meudon Cedex France T?l?phone : +33 1 45 07 76 26/+33 6 86 69 95 71 xmpp: jas at obspm.fr Heure local/Local time: mar 24 d?c 2013 17:32:50 CET From alexmv at bestpractical.com Tue Dec 24 12:27:35 2013 From: alexmv at bestpractical.com (Alex Vandiver) Date: Tue, 24 Dec 2013 12:27:35 -0500 Subject: [rt-users] Start In-Reply-To: <20131224163722.GA72842@pcjas.obspm.fr> References: <20131224163722.GA72842@pcjas.obspm.fr> Message-ID: <1387906055.9257.34.camel@umgah.localdomain> On Tue, 2013-12-24 at 17:37 +0100, Albert Shih wrote: > In 4.0.x I use inside my search something like > > and Starts < 'Today' > > to specify the starting date of this ticket is < than today. > > After ugrading to 4.2.1 it's not working anymore. In RT 4.0, this search also found tickets where Starts was not set; this is no longer true in RT 4.2. Unfortunately, as this was an almost-unintended change, there is currently no way to search for tickets which have no Starts date set. I've pushed a branch for 4.2.2 which will resolve this; the ticketsql syntax will be 'Starts IS NULL' - Alex From Albert.Shih at obspm.fr Tue Dec 24 15:49:34 2013 From: Albert.Shih at obspm.fr (Albert Shih) Date: Tue, 24 Dec 2013 21:49:34 +0100 Subject: [rt-users] Start In-Reply-To: <1387906055.9257.34.camel@umgah.localdomain> References: <20131224163722.GA72842@pcjas.obspm.fr> <1387906055.9257.34.camel@umgah.localdomain> Message-ID: <20131224204934.GB73738@pcjas.obspm.fr> Le 24/12/2013 ? 12:27:35-0500, Alex Vandiver a ?crit > On Tue, 2013-12-24 at 17:37 +0100, Albert Shih wrote: > > In 4.0.x I use inside my search something like > > > > and Starts < 'Today' > > > > to specify the starting date of this ticket is < than today. > > > > After ugrading to 4.2.1 it's not working anymore. > > In RT 4.0, this search also found tickets where Starts was not set; this > is no longer true in RT 4.2. Unfortunately, as this was an > almost-unintended change, there is currently no way to search for > tickets which have no Starts date set. I've pushed a branch for 4.2.2 OK. > which will resolve this; the ticketsql syntax will be 'Starts IS NULL' I take this moment to say, RT is very very good software.....work like a charm, very few bug, and when a bug appear they are always someone to answer. So thanks you very much and Merry Christmas. Regards. JAS -- Albert SHIH DIO b?timent 15 Observatoire de Paris 5 Place Jules Janssen 92195 Meudon Cedex France T?l?phone : +33 1 45 07 76 26/+33 6 86 69 95 71 xmpp: jas at obspm.fr Heure local/Local time: mar 24 d?c 2013 21:47:21 CET From Albert.Shih at obspm.fr Tue Dec 24 15:54:35 2013 From: Albert.Shih at obspm.fr (Albert Shih) Date: Tue, 24 Dec 2013 21:54:35 +0100 Subject: [rt-users] RT 4.2 Segfaults on FreeBSD 9.2 In-Reply-To: References: Message-ID: <20131224205435.GC73738@pcjas.obspm.fr> Le 18/12/2013 ? 15:17:15-0800, Tim Gustafson a ?crit > I've upgraded from RT 4.0.16 to 4.2 on a FreeBSD 9.2 system. I'm > using Perl 5.16.3. When I try to start Apache, it segfaults with the > following information in /var/log/httpd-error.log: Me too, and work like a charm. Have you done 20131023 tag (in /usr/ports/UPDATING) ? You really need it. And you need to do : portupgrade -fr lang/perl5.16 until every ports is update2date, no errors. I think portupgrade don't manage very good all dependency on p5- packages so I need to run 3 times to complete all update. Well in fact you don't need to do exactly 3 times portupgrade -fr lang/perl5.16 but after the first time if you got some "unknown build error" just update those ports and all depend on it. Regards. JAS -- Albert SHIH DIO b?timent 15 Observatoire de Paris 5 Place Jules Janssen 92195 Meudon Cedex France T?l?phone : +33 1 45 07 76 26/+33 6 86 69 95 71 xmpp: jas at obspm.fr Heure local/Local time: mar 24 d?c 2013 21:50:17 CET From guadagnino.cristiano at creval.it Fri Dec 27 04:23:40 2013 From: guadagnino.cristiano at creval.it (Guadagnino Cristiano) Date: Fri, 27 Dec 2013 09:23:40 +0000 Subject: [rt-users] Take in menu of an already taken ticket Message-ID: <52BD4734.7080201@creval.it> Hi all, we have a minor problem with our production RT 4.2.1. We see a "take" action in the "Actions" menu of already taken tickets. I never noticed something like this in previous RT releases. Is this normal? Bye Cris From guadagnino.cristiano at creval.it Fri Dec 27 05:05:31 2013 From: guadagnino.cristiano at creval.it (Guadagnino Cristiano) Date: Fri, 27 Dec 2013 10:05:31 +0000 Subject: [rt-users] HTML templates in RT 4.2.1 Message-ID: <52BD5102.3080805@creval.it> While upgrading to RT 4.2.1 (from RT 4.0.17) I had to change a few of our HTML templates. Previously, we had two quite complex html templates for the Take and the Resolve actions. I am attaching them here so you can examine them. Basically they where full html pages with tables and embedded perl code. After upgrade to RT 4.2.1 we started seeing errors in the log, like this: [6885] [Mon Dec 23 20:37:52 2013] [error]: Scrip Prepare 10 died. - Can't call method "content" on an undefined value at /usr/local/share/perl5/HTML/FormatText/W ithLinks/AndTables.pm line 217. Stack: [/usr/local/share/perl5/HTML/FormatText/WithLinks/AndTables.pm:217] [/usr/local/share/perl5/HTML/FormatText/WithLinks/AndTables.pm:101] [/usr/local/share/perl5/HTML/FormatText/WithLinks/AndTables.pm:83] [/opt/rt4/sbin/../lib/RT/Interface/Email.pm:1777] [/opt/rt4/sbin/../lib/RT/Template.pm:666] [/opt/rt4/sbin/../lib/RT/Template.pm:421] [/opt/rt4/sbin/../lib/RT/Action/SendEmail.pm:139] [/opt/rt4/sbin/../lib/RT/Action/Notify.pm:69] [/opt/rt4/sbin/../lib/RT/ScripAction.pm:222] [/opt/rt4/sbin/../lib/RT/Scrip.pm:561] [/opt/rt4/sbin/../lib/RT/Scrips.pm:358] [/opt/rt4/sbin/../lib/RT/Scrips.pm:291] [/opt/rt4/sbin/../lib/RT/Ticket.pm:2555] [/opt/rt4/sbin/../lib/RT/Ticket.pm:2526] [/opt/rt4/sbin/../lib/RT/Ticket.pm:2596] [/usr/local/share/perl5/HTML/Mason/Request.pm:1295] [/opt/rt4/share/html/Ticket/autohandler:66] [/opt/rt4/sbin/../lib/RT/Interface/Web.pm:680] [/opt/rt4/sbin/../lib/RT/Interface/Web.pm:368] [/opt/rt4/share/html/autohandler:53] (/opt/rt4/sbin/../lib/RT/Scrip.pm:564) I got a hard time figuring out what the problem was, but after a lot of debugging I found that it was the html code that was giving us problems. A simple text version of our template was working well. So I tried to re-add html code step by step. At last I found I could use simple html tags like

,

,
,
, , etc. but I could not add e.g. tables. We are now using much simpler html templates (which is not bad in itself), but I'd like to know if this incompatibility is something that was planned or not, and if we can somehow restore the layout of our previous templates and how. Thank you in advance. Cristiano -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: autoreply_on_take_template.txt URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: resolved_template.txt URL: From jim.h.berry at frb.gov Fri Dec 27 08:17:57 2013 From: jim.h.berry at frb.gov (Jim Berry) Date: Fri, 27 Dec 2013 13:17:57 +0000 Subject: [rt-users] Take in menu of an already taken ticket In-Reply-To: <52BD4734.7080201@creval.it> References: <52BD4734.7080201@creval.it> Message-ID: <328C311131899241A0CD6A885762A630114B5623@m1-mailbox03> Cris, In the 4.0.x version, I see "Steal" as an item in the Action menu. Jim -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Guadagnino Cristiano Sent: Friday, December 27, 2013 4:24 AM To: 'rt-users at lists.bestpractical.com' Subject: [rt-users] Take in menu of an already taken ticket Hi all, we have a minor problem with our production RT 4.2.1. We see a "take" action in the "Actions" menu of already taken tickets. I never noticed something like this in previous RT releases. Is this normal? Bye Cris -------------- next part -------------- An HTML attachment was scrubbed... URL: From guadagnino.cristiano at creval.it Fri Dec 27 08:30:30 2013 From: guadagnino.cristiano at creval.it (Guadagnino Cristiano) Date: Fri, 27 Dec 2013 13:30:30 +0000 Subject: [rt-users] Take in menu of an already taken ticket In-Reply-To: <328C311131899241A0CD6A885762A630114B5623@m1-mailbox03> References: <52BD4734.7080201@creval.it> <328C311131899241A0CD6A885762A630114B5623@m1-mailbox03> Message-ID: <52BD810E.9070102@creval.it> Hi Jim, thank you for your reply. I see "steal" too, if I'm not the one who took the ticket. But now, in 4.1.2, I see "take" even if I'm already the owner of the ticket. Bye Cris ________________________________ Da: Jim Berry Inviato: Fri Dec 27 2013 14:17:57 GMT+0100 (CET) A: Guadagnino Cristiano , 'rt-users at lists.bestpractical.com' Oggetto: Re: Take in menu of an already taken ticket Cris, In the 4.0.x version, I see "Steal" as an item in the Action menu. Jim -----Original Message----- From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Guadagnino Cristiano Sent: Friday, December 27, 2013 4:24 AM To: 'rt-users at lists.bestpractical.com' Subject: [rt-users] Take in menu of an already taken ticket Hi all, we have a minor problem with our production RT 4.2.1. We see a "take" action in the "Actions" menu of already taken tickets. I never noticed something like this in previous RT releases. Is this normal? Bye Cris -------------- next part -------------- An HTML attachment was scrubbed... URL: From falcone at bestpractical.com Fri Dec 27 17:55:55 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Fri, 27 Dec 2013 17:55:55 -0500 Subject: [rt-users] Problem with HTML tags appearing in correspondence In-Reply-To: References: <20131213161017.GF2151@jibsheet.com> Message-ID: <20131227225555.GA4702@jibsheet.com> On Mon, Dec 23, 2013 at 09:50:22AM +0100, Michael Polenske wrote: > thanks Bart for your test - I've done the same this morning, and I can confirm that the > problem is gone on a fresh installation of RT-4.2.1. > @RT: I've done backup before new installation - do you want the archive for some tests ? It would be interesting to see a diff -ur upgraded-install 4.2.1-clean-install to see what was actually different between the two. Depending on the size/sensitivity of the diff, you may want to send it to the bug tracker instead of the list. -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From falcone at bestpractical.com Fri Dec 27 18:03:38 2013 From: falcone at bestpractical.com (Kevin Falcone) Date: Fri, 27 Dec 2013 18:03:38 -0500 Subject: [rt-users] Take in menu of an already taken ticket In-Reply-To: <52BD810E.9070102@creval.it> References: <52BD4734.7080201@creval.it> <328C311131899241A0CD6A885762A630114B5623@m1-mailbox03> <52BD810E.9070102@creval.it> Message-ID: <20131227230338.GB4702@jibsheet.com> On Fri, Dec 27, 2013 at 01:30:30PM +0000, Guadagnino Cristiano wrote: > Hi Jim, > thank you for your reply. > > I see "steal" too, if I'm not the one who took the ticket. > But now, in 4.1.2, I see "take" even if I'm already the owner of the ticket. Definitely a bug, I've filed: http://issues.bestpractical.com/Ticket/Display.html?id=28211 -kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 235 bytes Desc: not available URL: From np121 at hotmail.com Sun Dec 29 15:48:09 2013 From: np121 at hotmail.com (Nick Price) Date: Sun, 29 Dec 2013 21:48:09 +0100 Subject: [rt-users] RT 4.2.1 Message-ID: I have installed fedora 20 32bit apache, mysql and CPAN I then run yum update. I downloaded rt-4.2.1 ./configure -with-web-user=apache -with-web-group=apache I ran fixdeps till it gave "all dependencies found" /etc/httpd/conf.d/rt4.conf AddDefaultCharset UTF-8 ScriptAlias /rt /opt/rt4/sbin/rt-server.fcgi Document root "/var/www" Order allow,deny Allow from all Options +ExecCGI AddHandler fastcgi-script fcgi If I run /opt/rt4/sbin/rt-server --port 8080 Then on firefox on the same PC as RT is installed and run URL 192.168.1.104:8080 I can login to RT and it works OK I then stop rt-server --port 8080 Change RT_SiteConfig.pm Set( $rtname, 'mydomain.com'); Set( $WebPath, '/rt'); Set ( $Webdomain, '192.168.1.104'); Restart httpd and then in firefox run URL 192.168.1.104/rt it opens rt-server.fcgi so I can read the document it doesn't run RT I need rt to run as /RT and not as / What am I doing wrong -------------- next part -------------- An HTML attachment was scrubbed... URL: From guadagnino.cristiano at creval.it Mon Dec 30 09:51:01 2013 From: guadagnino.cristiano at creval.it (Guadagnino Cristiano) Date: Mon, 30 Dec 2013 14:51:01 +0000 Subject: [rt-users] Take in menu of an already taken ticket In-Reply-To: <20131227230338.GB4702@jibsheet.com> References: <52BD4734.7080201@creval.it> <328C311131899241A0CD6A885762A630114B5623@m1-mailbox03> <52BD810E.9070102@creval.it> <20131227230338.GB4702@jibsheet.com> Message-ID: <52C1886C.6010207@creval.it> Kevin Falcone ha scritto: > On Fri, Dec 27, 2013 at 01:30:30PM +0000, Guadagnino Cristiano wrote: >> Hi Jim, >> thank you for your reply. >> >> I see "steal" too, if I'm not the one who took the ticket. >> But now, in 4.1.2, I see "take" even if I'm already the owner of the ticket. > Definitely a bug, I've filed: > http://issues.bestpractical.com/Ticket/Display.html?id=28211 > > -kevin Thank you Kevin, that's good to know. Bye Cris