From kimura at ctc.ad.jp Wed Nov 1 01:11:00 2000 From: kimura at ctc.ad.jp (Kazu Kimura) Date: Wed, 01 Nov 2000 15:11:00 +0900 Subject: [rt-users] Re: definition on rt-mailgate Message-ID: <20001101142614.39BC.KIMURA@ctc.ad.jp> Hello Eric, Thank you for the clarification. However, concerning the usage, it is still vague to me. Will somebody answer to me with following example. In fact, the use of mail is not yet successful. I cannot say if my understanding is wrong or my RT installation is wrong. Assumption: to make it simple, I set /etc/aliases for rt as follows. # use for RT comment: "|/opt/rt/bin/rt-mailgate CTCN comment" action: "|/opt/rt/bin/rt-mailgate CTCN action" correspond: "|/opt/rt/bin/rt-mailgate CTCN correspond" (1)To open a request, is following valid. host% mailx correspond at red.stf.ctc.ad.jp Subject: test 1 %rt user kimura %rt pass kimura test if new request is opened. . EOT Result:Two message are sent back. (i)Thank you for taking some action: > %rt user kimura RT: Username kimura noticed. > pass ***** RT: You are now authenticated as kimura. -------------------------------------------- Managed by Request Tracker (ii)There has been an error: There has been an error with your request: You don't have permission to create requests in this queue Your message is reproduced below: test if new request is opened. . Q1. With Web interface, user "kimura" is designated as Admin. Why is this rejected? (2)To add a comment, is following valid? host% mailx comment at red.stf.ctc.ad.jp Subject: router crash %rt user kimura %rt pass kimura %rt open 3 Need vendor investigation. . Result:Two messages are sent back. (i) -------------------------------------------- Managed by Request Tracker (no contents) (ii)There has been an error: You did not specify a ticket number for these comments. Please resubmit them with a ticket number. Your comments appear below. Need vendor investigation. . Q2. It seems the way to specify ticket number was wrong. How ? There are more things that are vague or not accepted by RT. But today, I will restrict up to these. I think mail interface is important. If somebody knows examples of how to use mail interface, I need it or would like to know where I can get it. Thanks and best regards, - - - - - - - - - - - - - - - - - - - Kazu Kimura IP Network Engineering, CTC Phone +81-52-740-8101 Fax +81-52-740-8935 - - - - - - - - - - - - - - - - - - - - From ericg at cats.ucsc.edu Wed Nov 1 13:28:51 2000 From: ericg at cats.ucsc.edu (Eric Goodman) Date: Wed, 1 Nov 2000 10:28:51 -0800 Subject: [rt-users] Re: definition on rt-mailgate In-Reply-To: <20001101142614.39BC.KIMURA@ctc.ad.jp> References: <20001101142614.39BC.KIMURA@ctc.ad.jp> Message-ID: In response to Q1: I don't think the correspond queue uses the username/password you give it for the correspondence. That is, the %RT USER kimura %RT PASS kimura only authenticates you for further %RT commands. I think the new request is still tying to be created by an anonymous user, and you probably have "allow anyone to create requests in this queue" turned off. In Q2 it's the same thing. The sequence %RT USER kimura %RT PASS kimura %RT OPEN 3 sets the "status" of item 3 to open; it does not "open up" item 3 for "further manipulation". Specifically, it does not cause the following email to be associated with request #3. As I understand it, the only way to get the plain text comment associated to request 3 is to use the subject line. E.g.: # mail comment at ... Subject: [RT Request #4] (CTCN) Transaction (kimura) %RT USER kimura %RT PASS kimura %RT OPEN 3 [Opens ticket 3 as user kimura] Test comment [This comment will be associated w/ticket #4 because of the subject line of the message]. --- Eric At 3:11 PM +0900 11/1/2000, Kazu Kimura wrote: >Hello Eric, > >Thank you for the clarification. >However, concerning the usage, it is still vague to me. > >Will somebody answer to me with following example. In fact, the use of >mail is not yet successful. I cannot say if my understanding is wrong >or my RT installation is wrong. > >Assumption: to make it simple, I set /etc/aliases for rt as follows. > ># use for RT >comment: "|/opt/rt/bin/rt-mailgate CTCN comment" >action: "|/opt/rt/bin/rt-mailgate CTCN action" >correspond: "|/opt/rt/bin/rt-mailgate CTCN correspond" > >(1)To open a request, is following valid. > >host% mailx correspond at red.stf.ctc.ad.jp >Subject: test 1 >%rt user kimura >%rt pass kimura > >test if new request is opened. > >. > >EOT > >Result:Two message are sent back. >(i)Thank you for taking some action: > >> %rt user kimura >RT: Username kimura noticed. >> pass ***** RT: You are now authenticated as kimura. > >-------------------------------------------- Managed by Request Tracker >(ii)There has been an error: >There has been an error with your request: >You don't have permission to create requests in this queue > >Your message is reproduced below: > > >test if new request is opened. > >. > >Q1. With Web interface, user "kimura" is designated as Admin. Why is >this rejected? > >(2)To add a comment, is following valid? >host% mailx comment at red.stf.ctc.ad.jp >Subject: router crash >%rt user kimura >%rt pass kimura >%rt open 3 > >Need vendor investigation. >. > >Result:Two messages are sent back. >(i) >-------------------------------------------- Managed by Request Tracker >(no contents) > >(ii)There has been an error: > >You did not specify a ticket number for these comments. Please resubmit them >with a ticket number. Your comments appear below. > > >Need vendor investigation. >. >Q2. It seems the way to specify ticket number was wrong. How ? > > >There are more things that are vague or not accepted by RT. But today, >I will restrict up to these. > >I think mail interface is important. If somebody knows examples of how >to use mail interface, I need it or would like to know where I can get >it. > >Thanks and best regards, >- - - - - - - - - - - - - - - - - - - >Kazu Kimura >IP Network Engineering, CTC >Phone +81-52-740-8101 >Fax +81-52-740-8935 >- - - - - - - - - - - - - - - - - - - - > > >_______________________________________________ >rt-users mailing list >rt-users at lists.fsck.com >http://lists.fsck.com/mailman/listinfo/rt-users From rotman at inode.at Wed Nov 1 15:17:31 2000 From: rotman at inode.at (robert rotman) Date: Wed, 1 Nov 2000 21:17:31 +0100 (CET) Subject: [rt-users] Re: definition on rt-mailgate In-Reply-To: Message-ID: Hello, a genneral question on this topic: what ist this mailgate good for? if i issue "%rt help" i see that there is no option to list open tickets or transaction content. to take the example "%RT OPEN 3": how should i decide which ticket nr. to be opend if i don't know the content? robert On Wed, 1 Nov 2000, Eric Goodman wrote: > > In response to Q1: > > I don't think the correspond queue uses the username/password you > give it for the correspondence. That is, the > > %RT USER kimura > %RT PASS kimura > > only authenticates you for further %RT commands. I think the new > request is still tying to be created by an anonymous user, and you > probably have "allow anyone to create requests in this queue" turned > off. > > > In Q2 it's the same thing. > > The sequence > > %RT USER kimura > %RT PASS kimura > %RT OPEN 3 > > sets the "status" of item 3 to open; it does not "open up" item 3 for > "further manipulation". Specifically, it does not cause the following > email to be associated with request #3. As I understand it, the only > way to get the plain text comment associated to request 3 is to use > the subject line. > > E.g.: > > # mail comment at ... > > Subject: [RT Request #4] (CTCN) Transaction (kimura) > %RT USER kimura > %RT PASS kimura > %RT OPEN 3 [Opens ticket 3 as user kimura] > > Test comment [This comment will be associated w/ticket > #4 because of the subject line of the message]. > > > --- Eric > > At 3:11 PM +0900 11/1/2000, Kazu Kimura wrote: > >Hello Eric, > > > >Thank you for the clarification. > >However, concerning the usage, it is still vague to me. > > > >Will somebody answer to me with following example. In fact, the use of > >mail is not yet successful. I cannot say if my understanding is wrong > >or my RT installation is wrong. > > > >Assumption: to make it simple, I set /etc/aliases for rt as follows. > > > ># use for RT > >comment: "|/opt/rt/bin/rt-mailgate CTCN comment" > >action: "|/opt/rt/bin/rt-mailgate CTCN action" > >correspond: "|/opt/rt/bin/rt-mailgate CTCN correspond" > > > >(1)To open a request, is following valid. > > > >host% mailx correspond at red.stf.ctc.ad.jp > >Subject: test 1 > >%rt user kimura > >%rt pass kimura > > > >test if new request is opened. > > > >. > > > >EOT > > > >Result:Two message are sent back. > >(i)Thank you for taking some action: > > > >> %rt user kimura > >RT: Username kimura noticed. > >> pass ***** RT: You are now authenticated as kimura. > > > >-------------------------------------------- Managed by Request Tracker > >(ii)There has been an error: > >There has been an error with your request: > >You don't have permission to create requests in this queue > > > >Your message is reproduced below: > > > > > >test if new request is opened. > > > >. > > > >Q1. With Web interface, user "kimura" is designated as Admin. Why is > >this rejected? > > > >(2)To add a comment, is following valid? > >host% mailx comment at red.stf.ctc.ad.jp > >Subject: router crash > >%rt user kimura > >%rt pass kimura > >%rt open 3 > > > >Need vendor investigation. > >. > > > >Result:Two messages are sent back. > >(i) > >-------------------------------------------- Managed by Request Tracker > >(no contents) > > > >(ii)There has been an error: > > > >You did not specify a ticket number for these comments. Please resubmit them > >with a ticket number. Your comments appear below. > > > > > >Need vendor investigation. > >. > >Q2. It seems the way to specify ticket number was wrong. How ? > > > > > >There are more things that are vague or not accepted by RT. But today, > >I will restrict up to these. > > > >I think mail interface is important. If somebody knows examples of how > >to use mail interface, I need it or would like to know where I can get > >it. > > > >Thanks and best regards, > >- - - - - - - - - - - - - - - - - - - > >Kazu Kimura > >IP Network Engineering, CTC > >Phone +81-52-740-8101 > >Fax +81-52-740-8935 > >- - - - - - - - - - - - - - - - - - - - > > > > > >_______________________________________________ > >rt-users mailing list > >rt-users at lists.fsck.com > >http://lists.fsck.com/mailman/listinfo/rt-users > > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users > --- di. robert rotman inode.graz phone -> ++43-(0)316 813141 ++43-(0)316 818600/15 <- fax rotman at inode.at http://www.graz.inode.at/ -- while (!sleep) { $sheep++ } From vlove at beachouse.org Wed Nov 1 20:24:03 2000 From: vlove at beachouse.org (Valerio Romano) Date: Wed, 1 Nov 2000 17:24:03 -0800 (PST) Subject: [rt-users] rt installation Message-ID: Dont know what is going on: I am not able to install RT. I am running FreeBSD-stable 4.1 This is perl, version 5.005_03 built for i386-freebsd I configured the makefile and read the documentation. When I try and do the initial make install as described in the README I get the following error: root at klingon: 05:20:41 -> make install "Makefile", line 212: Need an operator "Makefile", line 214: Need an operator "Makefile", line 216: Need an operator make: fatal errors encountered -- cannot continue I am installing rt version 1.04. I am sure I am missing something obvious, for anyone to point me in the right direction would be great. Thanks many, Valerio Romano Unix Fan From vlove at beachouse.org Wed Nov 1 20:36:10 2000 From: vlove at beachouse.org (Valerio Romano) Date: Wed, 1 Nov 2000 17:36:10 -0800 (PST) Subject: [rt-users] Re: rt installation In-Reply-To: Message-ID: One last bit: Those lines are located below the user defined options. #################################################################### # No user servicable parts below this line. Frob at your own risk # #################################################################### ifdef DBADMIN_MYSQL_PASS <-----line 212 DBADMIN_MYSQL_PASS_STRING = -p$(DBADMIN_MYSQL_PASS) else DBADMIN_MYSQL_PASS_STRING = endif Valerio Romano Unix Fan On Wed, 1 Nov 2000, Valerio Romano wrote: > Dont know what is going on: > I am not able to install RT. > I am running FreeBSD-stable 4. > This is perl, version 5.005_03 built for i386-freebsd > > I configured the makefile and read the documentation. > > When I try and do the initial make install as described in the README I > get the following error: > > root at klingon: 05:20:41 -> make install > "Makefile", line 212: Need an operator > "Makefile", line 214: Need an operator > "Makefile", line 216: Need an operator > make: fatal errors encountered -- cannot continue > > I am installing rt version 1.04. I am sure I am missing something > obvious, for anyone to point me in the right direction would be great. > > Thanks many, > > Valerio Romano > Unix Fan > > From stephen at mendel.ucsc.edu Wed Nov 1 20:49:54 2000 From: stephen at mendel.ucsc.edu (Stephen Hauskins) Date: Wed, 1 Nov 2000 17:49:54 -0800 (PST) Subject: [rt-users] rt installation Message-ID: <200011020149.RAA14088@mendel.ucsc.edu> I think you need gmake right? Just a quick shot into the wormhole... greetings from deepspace 1 --From rt-users-admin at lists.fsck.com Wed Nov 1 17:43 PST 2000 --Delivered-To: rt-users at lists.fsck.com --To: rt-users at lists.fsck.com --MIME-Version: 1.0 --Subject: [rt-users] rt installation --X-BeenThere: rt-users at lists.fsck.com --X-Mailman-Version: 2.0beta5 --List-Id: For users of RT: Request Tracker -- --Dont know what is going on: --I am not able to install RT. --I am running FreeBSD-stable 4.1 --This is perl, version 5.005_03 built for i386-freebsd -- --I configured the makefile and read the documentation. -- --When I try and do the initial make install as described in the README I --get the following error: -- --root at klingon: 05:20:41 -> make install --"Makefile", line 212: Need an operator --"Makefile", line 214: Need an operator --"Makefile", line 216: Need an operator --make: fatal errors encountered -- cannot continue -- --I am installing rt version 1.04. I am sure I am missing something --obvious, for anyone to point me in the right direction would be great. -- --Thanks many, -- --Valerio Romano --Unix Fan -- -- --_______________________________________________ --rt-users mailing list --rt-users at lists.fsck.com --http://lists.fsck.com/mailman/listinfo/rt-users -- From allbery at ece.cmu.edu Wed Nov 1 20:45:49 2000 From: allbery at ece.cmu.edu (Brandon S. Allbery KF8NH) Date: Wed, 01 Nov 2000 20:45:49 -0500 Subject: [rt-users] rt installation In-Reply-To: Message-ID: <2448940303.973111549@pyanfar> On Wednesday, November 01, 2000 17:24 -0800, Valerio Romano wrote: +----- | root at klingon: 05:20:41 -> make install | "Makefile", line 212: Need an operator | "Makefile", line 214: Need an operator | "Makefile", line 216: Need an operator | make: fatal errors encountered -- cannot continue +--->8 Build gmake out of ports; BSD make won't work with RT's makefile. From jesse at fsck.com Wed Nov 1 20:50:44 2000 From: jesse at fsck.com (Jesse) Date: Wed, 1 Nov 2000 20:50:44 -0500 Subject: [rt-users] rt installation In-Reply-To: ; from vlove@beachouse.org on Wed, Nov 01, 2000 at 05:24:03PM -0800 References: Message-ID: <20001101205044.C11159@pallas.eruditorum.org> You need to use gnu make. On Wed, Nov 01, 2000 at 05:24:03PM -0800, Valerio Romano wrote: > Dont know what is going on: > I am not able to install RT. > I am running FreeBSD-stable 4.1 > This is perl, version 5.005_03 built for i386-freebsd > > I configured the makefile and read the documentation. > > When I try and do the initial make install as described in the README I > get the following error: > > root at klingon: 05:20:41 -> make install > "Makefile", line 212: Need an operator > "Makefile", line 214: Need an operator > "Makefile", line 216: Need an operator > make: fatal errors encountered -- cannot continue > > I am installing rt version 1.04. I am sure I am missing something > obvious, for anyone to point me in the right direction would be great. > > Thanks many, > > Valerio Romano > Unix Fan > > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users > -- jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 Linux is like a Vorlon. It is incredibly powerful, gives terse, cryptic answers and has a lot of things going on in the background. From clark at desktop.com Wed Nov 1 20:54:43 2000 From: clark at desktop.com (Clark Shishido) Date: Wed, 1 Nov 2000 17:54:43 -0800 Subject: [rt-users] rt installation In-Reply-To: ; from vlove@beachouse.org on Wed, Nov 01, 2000 at 05:24:03PM -0800 References: Message-ID: <20001101175443.A28041@desktop.com> On Wed, Nov 01, 2000 at 05:24:03PM -0800, Valerio Romano emailed: > I am not able to install RT. > I am running FreeBSD-stable 4.1 are you using gmake, instead of make? also you'll need to replace the "chgrp -R root" commands in the Makefile to chgrp wheel since it's FreeBSD. the only other FreeBSD gotcha is determining which mailer you'll be using since FreeBSD4 uses a mailwrapper and /etc/mail/mailer.conf now instead of using sendmail by default. that's all I remember off the top of my head. --clark From vlove at beachouse.org Wed Nov 1 21:21:49 2000 From: vlove at beachouse.org (Valerio Romano) Date: Wed, 1 Nov 2000 18:21:49 -0800 (PST) Subject: [rt-users] Re: rt installation In-Reply-To: Message-ID: Yes gmake! I saw that I needed GNU make but assumed thats what I was using with make. Duh. Thanks a lot for those that answered! Valerio Romano Unix Fan On Wed, 1 Nov 2000, Valerio Romano wrote: > One last bit: > Those lines are located below the user defined options. > #################################################################### > # No user servicable parts below this line. Frob at your own risk # > #################################################################### > > ifdef DBADMIN_MYSQL_PASS <-----line 212 > DBADMIN_MYSQL_PASS_STRING = -p$(DBADMIN_MYSQL_PASS) > else > DBADMIN_MYSQL_PASS_STRING = > endif > > > Valerio Romano > Unix Fan > > On Wed, 1 Nov 2000, Valerio Romano wrote: > > > Dont know what is going on: > > I am not able to install RT. > > I am running FreeBSD-stable 4. > > This is perl, version 5.005_03 built for i386-freebsd > > > > I configured the makefile and read the documentation. > > > > When I try and do the initial make install as described in the README I > > get the following error: > > > > root at klingon: 05:20:41 -> make install > > "Makefile", line 212: Need an operator > > "Makefile", line 214: Need an operator > > "Makefile", line 216: Need an operator > > make: fatal errors encountered -- cannot continue > > > > I am installing rt version 1.04. I am sure I am missing something > > obvious, for anyone to point me in the right direction would be great. > > > > Thanks many, > > > > Valerio Romano > > Unix Fan > > > > > > From vlove at beachouse.org Wed Nov 1 21:54:11 2000 From: vlove at beachouse.org (Valerio Romano) Date: Wed, 1 Nov 2000 18:54:11 -0800 (PST) Subject: [rt-users] creating users with rtadmin In-Reply-To: Message-ID: Another one, I am having trouble with the rtadmin utility: This command: ./rtadmin queue -create opsrequest produces this: DBD::mysql object version 2.0415 does not match bootstrap parameter 2.0414 at /usr/libdata/perl/5.00503/DynaLoader.pm line 188. BEGIN failed--compilation aborted at /usr/local/rt/lib/rt/database.pm line 8 I went to CPAN and my DBD::mysql is now up to date but I still have the problem. I am running FreeBSD-stable 4.1 This is perl, version 5.005_03 built for i386-freebsd Thanks many, Valerio Romano Unix Fan From kimura at ctc.ad.jp Wed Nov 1 21:45:53 2000 From: kimura at ctc.ad.jp (Kazu Kimura) Date: Thu, 02 Nov 2000 11:45:53 +0900 Subject: [rt-users] Re: definition on rt-mailgate In-Reply-To: References: <20001101142614.39BC.KIMURA@ctc.ad.jp> Message-ID: <20001102111519.13EB.KIMURA@ctc.ad.jp> On Wed, 1 Nov 2000 10:28:51 -0800 Eric Goodman wrote: > > In response to Q1: > > I don't think the correspond queue uses the username/password you > give it for the correspondence. That is, the > > %RT USER kimura > %RT PASS kimura > > only authenticates you for further %RT commands. I think the new > request is still tying to be created by an anonymous user, and you > probably have "allow anyone to create requests in this queue" turned > off. I already turned on. Without username/password, it reject my request because of no permission. So, still NG. > > > In Q2 it's the same thing. > > The sequence > > %RT USER kimura > %RT PASS kimura > %RT OPEN 3 > > sets the "status" of item 3 to open; it does not "open up" item 3 for > "further manipulation". Specifically, it does not cause the following > email to be associated with request #3. As I understand it, the only > way to get the plain text comment associated to request 3 is to use > the subject line. > > E.g.: > > # mail comment at ... > > Subject: [RT Request #4] (CTCN) Transaction (kimura) > %RT USER kimura > %RT PASS kimura > %RT OPEN 3 [Opens ticket 3 as user kimura] > > Test comment [This comment will be associated w/ticket > #4 because of the subject line of the message]. > > I made a mistake. Yes, you are correct. Subject requires [Queue-name #request number]. RT seems to check if this matches current request. This works fine. And there is no need to add "%rt open 3". - - - - - - - - - - - - - - - - - - - Kazu Kimura IP Network Engineering. CTC Phone +81-52-740-8101 Fax +81-52-740-8935 - - - - - - - - - - - - - - - - - - - - From root at desktop.com Wed Nov 1 22:39:04 2000 From: root at desktop.com (root) Date: Wed, 1 Nov 2000 19:39:04 -0800 Subject: [rt-users] creating users with rtadmin In-Reply-To: ; from vlove@beachouse.org on Wed, Nov 01, 2000 at 06:54:11PM -0800 References: Message-ID: <20001101193904.A32464@desktop.com> On Wed, Nov 01, 2000 at 06:54:11PM -0800, Valerio Romano wrote: > > I am running FreeBSD-stable 4.1 > This is perl, version 5.005_03 built for i386-freebsd > the other thing about FreeBSD 4-STABLE is that you have to reinstall any perl modules if you have upgraded to STABLE since you need to relink to the new perl. --clark From vlove at beachouse.org Thu Nov 2 00:22:21 2000 From: vlove at beachouse.org (Valerio Romano) Date: Wed, 1 Nov 2000 21:22:21 -0800 (PST) Subject: [rt-users] creating users with rtadmin In-Reply-To: <20001101193904.A32464@desktop.com> Message-ID: OKay I got hard core and upgraded perl to 5.6 and redid the bundle from CPAN. I removed the databse and reinstalled rt. I am getting a slightly different error. I wonder what I am missing: root at klingon: 09:17:45 -> ./rtadmin queue -create opsrequest DBD::mysql object version 2.0415 does not match bootstrap parameter 2.0414 at /usr/local/lib/perl5/5.6.0/i386-freebsd/DynaLoader.pm line 219. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Mysql.pm line 13. Compilation failed in require at /usr/local/rt/lib/rt/database.pm line 8. BEGIN failed--compilation aborted at /usr/local/rt/lib/rt/database.pm line 8. Compilation failed in require at /usr/local/rt/lib/rt/database/admin.pm line 8. Compilation failed in require at /usr/local/rt/bin/rtmux.pl line 40. Thanks for any input, Valerio Romano Unix Fan On Wed, 1 Nov 2000, root wrote: > On Wed, Nov 01, 2000 at 06:54:11PM -0800, Valerio Romano wrote: > > > > I am running FreeBSD-stable 4.1 > > This is perl, version 5.005_03 built for i386-freebsd > > > > the other thing about FreeBSD 4-STABLE is that you have to > reinstall any perl modules if you have upgraded to STABLE > since you need to relink to the new perl. > > --clark > From vlove at beachouse.org Thu Nov 2 00:55:55 2000 From: vlove at beachouse.org (Valerio Romano) Date: Wed, 1 Nov 2000 21:55:55 -0800 (PST) Subject: [rt-users] creating users with rtadmin In-Reply-To: <20001101214512.A40409@desktop.com> Message-ID: I sure do appreciate the time. Looks like it is looking for the right version of perl now, but similar error. Check it out: root at klingon: 09:45:52 -> ./rtadmin queue -create opsrequest DBD::mysql object version 2.0415 does not match bootstrap parameter 2.0414 at /usr/local/lib/perl5/5.6.0/i386-freebsd/DynaLoader.pm line 219. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.6.0/i386-freebsd/Mysql.pm line 13. Compilation failed in require at /usr/local/rt/lib/rt/database.pm line 8. BEGIN failed--compilation aborted at /usr/local/rt/lib/rt/database.pm line 8. Compilation failed in require at /usr/local/rt/lib/rt/database/admin.pm line 8. Compilation failed in require at /usr/local/rt/bin/rtmux.pl line 40. Kick me another clue and I bet I can jump another hurdle, Thanks, Valerio Romano Unix Fan On Wed, 1 Nov 2000, Clark Shishido wrote: > On Wed, Nov 01, 2000 at 09:22:21PM -0800, Valerio Romano emailed: > > OKay I got hard core and upgraded perl to 5.6 and redid the bundle from > > CPAN. > > I removed the databse and reinstalled rt. > > I am getting a slightly different error. > > I wonder what I am missing: > > > > root at klingon: 09:17:45 -> ./rtadmin queue -create opsrequest > > DBD::mysql object version 2.0415 does not match bootstrap parameter 2.0414 > > at /usr/local/lib/perl5/5.6.0/i386-freebsd/DynaLoader.pm line 219. > > Compilation failed in require at > > /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Mysql.pm line 13. > > Compilation failed in require at /usr/local/rt/lib/rt/database.pm line 8. > > BEGIN failed--compilation aborted at /usr/local/rt/lib/rt/database.pm line > > 8. > > Compilation failed in require at /usr/local/rt/lib/rt/database/admin.pm > > line 8. > > Compilation failed in require at /usr/local/rt/bin/rtmux.pl line 40. > > On Wed, 1 Nov 2000, root wrote: > > all the other perl modules are freshly installed? > I haven't had any installation problems besides what I've noted > since FreeBSD 3.1-RELEASE. > > looks like Mysql.pm is still looking for perl 5.005 > all relevant perl modules need to be reinstalled. > it's a pain, but necessary. > > --clark > From kimura at ctc.ad.jp Thu Nov 2 00:44:42 2000 From: kimura at ctc.ad.jp (Kazu Kimura) Date: Thu, 02 Nov 2000 14:44:42 +0900 Subject: [rt-users] Re: definition on rt-mailgate In-Reply-To: <20001102111519.13EB.KIMURA@ctc.ad.jp> References: <20001102111519.13EB.KIMURA@ctc.ad.jp> Message-ID: <20001102144113.9778.KIMURA@ctc.ad.jp> Now I succeeded in creating new ticket with definitely new subject and no RT commands in the contents sending to correspond. Thanks Eric. - - - - - - - - - - - - - - - - - - - Kazu Kimura IP Network Engineering CTC Phone +81-52-740-8101 Fax +81-52-740-8935 - - - - - - - - - - - - - - - - - - - - From clark at desktop.com Thu Nov 2 00:45:12 2000 From: clark at desktop.com (Clark Shishido) Date: Wed, 1 Nov 2000 21:45:12 -0800 Subject: [rt-users] creating users with rtadmin In-Reply-To: ; from vlove@beachouse.org on Wed, Nov 01, 2000 at 09:22:21PM -0800 References: <20001101193904.A32464@desktop.com> Message-ID: <20001101214512.A40409@desktop.com> On Wed, Nov 01, 2000 at 09:22:21PM -0800, Valerio Romano emailed: > OKay I got hard core and upgraded perl to 5.6 and redid the bundle from > CPAN. > I removed the databse and reinstalled rt. > I am getting a slightly different error. > I wonder what I am missing: > > root at klingon: 09:17:45 -> ./rtadmin queue -create opsrequest > DBD::mysql object version 2.0415 does not match bootstrap parameter 2.0414 > at /usr/local/lib/perl5/5.6.0/i386-freebsd/DynaLoader.pm line 219. > Compilation failed in require at > /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Mysql.pm line 13. > Compilation failed in require at /usr/local/rt/lib/rt/database.pm line 8. > BEGIN failed--compilation aborted at /usr/local/rt/lib/rt/database.pm line > 8. > Compilation failed in require at /usr/local/rt/lib/rt/database/admin.pm > line 8. > Compilation failed in require at /usr/local/rt/bin/rtmux.pl line 40. > On Wed, 1 Nov 2000, root wrote: all the other perl modules are freshly installed? I haven't had any installation problems besides what I've noted since FreeBSD 3.1-RELEASE. looks like Mysql.pm is still looking for perl 5.005 all relevant perl modules need to be reinstalled. it's a pain, but necessary. --clark From vlove at beachouse.org Thu Nov 2 01:17:07 2000 From: vlove at beachouse.org (Valerio Romano) Date: Wed, 1 Nov 2000 22:17:07 -0800 (PST) Subject: [rt-users] creating users with rtadmin In-Reply-To: <20001101214512.A40409@desktop.com> Message-ID: OKay might call it for the night unless someone has a great answer for me. All the modules are freshly installed: I get this error: root at klingon: 10:11:09 -> ./rtadmin queue -create opsrequest DBD::mysql object version 2.0415 does not match bootstrap parameter 2.0414 at /usr/local/lib/perl5/5.6.0/i386-freebsd/DynaLoader.pm line 219. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.6.0/i386-freebsd/Mysql.pm line 13. Compilation failed in require at /usr/local/rt/lib/rt/database.pm line 8. BEGIN failed--compilation aborted at /usr/local/rt/lib/rt/database.pm line 8. Compilation failed in require at /usr/local/rt/lib/rt/database/admin.pm line 8. Compilation failed in require at /usr/local/rt/bin/rtmux.pl line 40. It knows about the right version of perl it seems. Let me know, Valerio Romano Unix Fan On Wed, 1 Nov 2000, Clark Shishido wrote: > On Wed, Nov 01, 2000 at 09:22:21PM -0800, Valerio Romano emailed: > > OKay I got hard core and upgraded perl to 5.6 and redid the bundle from > > CPAN. > > I removed the databse and reinstalled rt. > > I am getting a slightly different error. > > I wonder what I am missing: > > > > root at klingon: 09:17:45 -> ./rtadmin queue -create opsrequest > > DBD::mysql object version 2.0415 does not match bootstrap parameter 2.0414 > > at /usr/local/lib/perl5/5.6.0/i386-freebsd/DynaLoader.pm line 219. > > Compilation failed in require at > > /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Mysql.pm line 13. > > Compilation failed in require at /usr/local/rt/lib/rt/database.pm line 8. > > BEGIN failed--compilation aborted at /usr/local/rt/lib/rt/database.pm line > > 8. > > Compilation failed in require at /usr/local/rt/lib/rt/database/admin.pm > > line 8. > > Compilation failed in require at /usr/local/rt/bin/rtmux.pl line 40. > > On Wed, 1 Nov 2000, root wrote: > > all the other perl modules are freshly installed? > I haven't had any installation problems besides what I've noted > since FreeBSD 3.1-RELEASE. > > looks like Mysql.pm is still looking for perl 5.005 > all relevant perl modules need to be reinstalled. > it's a pain, but necessary. > > --clark > From vlove at beachouse.org Thu Nov 2 01:56:46 2000 From: vlove at beachouse.org (Valerio Romano) Date: Wed, 1 Nov 2000 22:56:46 -0800 (PST) Subject: [rt-users] creating users with rtadmin In-Reply-To: Message-ID: Nevermind. I found it and figured it out. Ignore my last couple mails, seems I got past that. Thanks for all your help! Until next time... Valerio Romano Unix Fan On Wed, 1 Nov 2000, Valerio Romano wrote: > OKay might call it for the night unless someone has a great answer for me. > > > All the modules are freshly installed: > I get this error: > root at klingon: 10:11:09 -> ./rtadmin queue -create opsrequest > DBD::mysql object version 2.0415 does not match bootstrap parameter 2.0414 > at /usr/local/lib/perl5/5.6.0/i386-freebsd/DynaLoader.pm line 219. > Compilation failed in require at > /usr/local/lib/perl5/site_perl/5.6.0/i386-freebsd/Mysql.pm line 13. > Compilation failed in require at /usr/local/rt/lib/rt/database.pm line 8. > BEGIN failed--compilation aborted at /usr/local/rt/lib/rt/database.pm line > 8. > Compilation failed in require at /usr/local/rt/lib/rt/database/admin.pm > line 8. > Compilation failed in require at /usr/local/rt/bin/rtmux.pl line 40. > > > It knows about the right version of perl it seems. > > Let me know, > > Valerio Romano > Unix Fan > > On Wed, 1 Nov 2000, Clark Shishido wrote: > > > On Wed, Nov 01, 2000 at 09:22:21PM -0800, Valerio Romano emailed: > > > OKay I got hard core and upgraded perl to 5.6 and redid the bundle from > > > CPAN. > > > I removed the databse and reinstalled rt. > > > I am getting a slightly different error. > > > I wonder what I am missing: > > > > > > root at klingon: 09:17:45 -> ./rtadmin queue -create opsrequest > > > DBD::mysql object version 2.0415 does not match bootstrap parameter 2.0414 > > > at /usr/local/lib/perl5/5.6.0/i386-freebsd/DynaLoader.pm line 219. > > > Compilation failed in require at > > > /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Mysql.pm line 13. > > > Compilation failed in require at /usr/local/rt/lib/rt/database.pm line 8. > > > BEGIN failed--compilation aborted at /usr/local/rt/lib/rt/database.pm line > > > 8. > > > Compilation failed in require at /usr/local/rt/lib/rt/database/admin.pm > > > line 8. > > > Compilation failed in require at /usr/local/rt/bin/rtmux.pl line 40. > > > On Wed, 1 Nov 2000, root wrote: > > > > all the other perl modules are freshly installed? > > I haven't had any installation problems besides what I've noted > > since FreeBSD 3.1-RELEASE. > > > > looks like Mysql.pm is still looking for perl 5.005 > > all relevant perl modules need to be reinstalled. > > it's a pain, but necessary. > > > > --clark > > > > From eoinokane at e-merge.ie Thu Nov 2 10:12:37 2000 From: eoinokane at e-merge.ie (eOin) Date: Thu, 2 Nov 2000 15:12:37 -0000 Subject: [rt-users] Question Message-ID: <010f01c044df$568a64c0$d160180a@eircell.ie> Hello Is it possible to Change the layout or RT? thanks eOk -------------- next part -------------- An HTML attachment was scrubbed... URL: From jesse at fsck.com Fri Nov 3 15:44:03 2000 From: jesse at fsck.com (Jesse) Date: Fri, 3 Nov 2000 15:44:03 -0500 Subject: [rt-users] RT 1.0.5pre4 Message-ID: <20001103154403.F11159@pallas.eruditorum.org> Is available in ftp://ftp.fsck.com/pub/rt/devel/ This will likely become 1.0.5 by monday unless someone complains before mondya. Relative to 1.0.5pre3, it contains a fix for merging merged tickets and now properly doesn't send mail to a message's sender if the message came in with Precedence: bulk or Precedence: junk. This patch should have been in there a _long_ time ago. I'm really sorry it wasn't. This should fix a lot of the worst loops that RT gets into. -Jesse -- jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 "Bother," said Pooh, "Eeyore, ready two photon torpedoes and lock phasers on the Heffalump, Piglet, meet me in transporter room three" From adulau-rt at colorado.g-inter.net Sun Nov 5 06:43:16 2000 From: adulau-rt at colorado.g-inter.net (adulau-rt at colorado.g-inter.net) Date: Sun, 5 Nov 2000 12:43:16 +0100 (CET) Subject: [rt-users] Postfix and rt-1.0.4 Message-ID: Hello All, If you want to use postfix instead of sendmail for rt. You need to do two little things : 1)- ln -s /usr/bin/sendmail /usr/lib/sendmail 2)- and put only the option "-t" in $mail_options of ./etc/config.pm. Rt is really a good software. Alexandre Dulaunoy --- Alexandre Dulaunoy http://unix.be.EU.org/ From rt at ghost.ntelos.net Sun Nov 5 15:56:19 2000 From: rt at ghost.ntelos.net (rt at ghost.ntelos.net) Date: Sun, 5 Nov 2000 15:56:19 -0500 (EST) Subject: [rt-users] open and close email only Message-ID: Hey Guys, Is there an option or a way that I can make RT email users only when a ticket is opened and closed? I like the idea about email, but sending on every comment and transaction goes a little too far. Thanks so much! RT Admin From kimura at ctc.ad.jp Mon Nov 6 05:34:37 2000 From: kimura at ctc.ad.jp (Kazu Kimura) Date: Mon, 06 Nov 2000 19:34:37 +0900 Subject: [rt-users] change of due date via mailgate Message-ID: <20001106192930.A2EC.KIMURA@ctc.ad.jp> Hello, I am checking mailgate interface and found strange thing. - - - - - - - - - return from RT - - - - - - - - - Thank you for taking some action: > %rt user kimura RT: Username kimura noticed. > pass ***** RT: You are now authenticated as kimura. > %rt set due 4 11/09/00 RT: Date due changed to Thu, Jan 1 1970 09:00:00 (53) This is regarded as Unix's start date, I believe. So, the input will be wrong with FreeBSD4.1. This also happens in the format 11/09/2000. Does somebody know correct date format for this? TIA Kazu From eoinokane at e-merge.ie Mon Nov 6 06:44:39 2000 From: eoinokane at e-merge.ie (eOin) Date: Mon, 6 Nov 2000 11:44:39 -0000 Subject: [rt-users] Postfix and rt-1.0.4 References: Message-ID: <005801c047e6$f1e65c30$d160180a@eircell.ie> Hello I installed qmail and used its sendmail instead, what would the flags be then ? any ideas Eoin ----- Original Message ----- From: To: Sent: Sunday, November 05, 2000 11:43 AM Subject: [rt-users] Postfix and rt-1.0.4 > Hello All, > > If you want to use postfix instead of sendmail for rt. > You need to do two little things : > > 1)- ln -s /usr/bin/sendmail /usr/lib/sendmail > 2)- and put only the option "-t" in $mail_options of ./etc/config.pm. > > Rt is really a good software. > > Alexandre Dulaunoy > > --- > Alexandre Dulaunoy > http://unix.be.EU.org/ > > > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users > From adulau-rt at colorado.g-inter.net Mon Nov 6 09:33:10 2000 From: adulau-rt at colorado.g-inter.net (Alexandre Dulaunoy) Date: Mon, 6 Nov 2000 15:33:10 +0100 (CET) Subject: [rt-users] Postfix and rt-1.0.4 In-Reply-To: <005801c047e6$f1e65c30$d160180a@eircell.ie> Message-ID: you can use qmail-inject(8) without any option. Maybe -f for the From header ? alx On Mon, 6 Nov 2000, eOin wrote: > Hello > > I installed qmail and used its sendmail instead, what would the flags be > then ? > > any ideas > > Eoin > ----- Original Message ----- > From: > To: > Sent: Sunday, November 05, 2000 11:43 AM > Subject: [rt-users] Postfix and rt-1.0.4 > > > > Hello All, > > > > If you want to use postfix instead of sendmail for rt. > > You need to do two little things : > > > > 1)- ln -s /usr/bin/sendmail /usr/lib/sendmail > > 2)- and put only the option "-t" in $mail_options of ./etc/config.pm. > > > > Rt is really a good software. > > > > Alexandre Dulaunoy > > > > --- > > Alexandre Dulaunoy > > http://unix.be.EU.org/ > > > > > > > > _______________________________________________ > > rt-users mailing list > > rt-users at lists.fsck.com > > http://lists.fsck.com/mailman/listinfo/rt-users > > > > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users > From rt at ghost.ntelos.net Mon Nov 6 11:24:48 2000 From: rt at ghost.ntelos.net (rt at ghost.ntelos.net) Date: Mon, 6 Nov 2000 11:24:48 -0500 (EST) Subject: [rt-users] new queue column Message-ID: Hey Users, I did not get a response back to my last post regarding email configuration options, but I will try again with another question. We are using RT in a NOC and want to know if there is a way to program extra 'columns' into the main queue screen. What I actually want to do is put a column for Outage Notification and Ins Notification. So we don't have to put that into the many comments and it can be seen clearly. Hey, how many people are on this list? Write soon! Ashby Gochenour From op at atnet.at Mon Nov 6 11:45:05 2000 From: op at atnet.at (Othmar Pasteka) Date: Mon, 6 Nov 2000 17:45:05 +0100 Subject: [rt-users] queues grouped monthly Message-ID: <20001106174505.D3344@office.atnet.at> hi, we have a queue here at work which has about 2000 entries already (old ones, resolved). is there a way how to group them monthly? and also browse them ? solong Othmar From rt at ghost.ntelos.net Mon Nov 6 12:10:40 2000 From: rt at ghost.ntelos.net (rt at ghost.ntelos.net) Date: Mon, 6 Nov 2000 12:10:40 -0500 (EST) Subject: [rt-users] open and close email only In-Reply-To: <200011061650.IAA19776@mendel.ucsc.edu> Message-ID: Hey Stephen, Thank you for the reply. > Comments are not sent to the end user that made the original request. Right... but it seems that comments are being sent to all the other users. For example, I have ten people that are using the system and when a comment is made on a ticket, it email the comment. > Therefore, if you only do comments during the process then when the > transaction is closed the user will be notified. In addition, you > can have the automatic notification in place so that they get > emailed when they open the transaction. Right... what I want to do is have the an email sent to all users that belong to the particular queue when the ticket is opened and when it is closed. I don't want comments to be mailed. In the members email option I see: Queue members Send email notification of each transaction Send copies of all correspondence Send copies of all comments Which none are really what I am looking for. Does that make sense? Thanks a lot! Ashby From jeff.covey at pobox.com Mon Nov 6 13:26:30 2000 From: jeff.covey at pobox.com (jeff covey) Date: Mon, 6 Nov 2000 13:26:30 -0500 Subject: [rt-users] "Loading webrt.cgi"... forever... In-Reply-To: <20001029211422.C27883@pallas.eruditorum.org>; from jesse@fsck.com on Sun, Oct 29, 2000 at 09:14:22PM -0500 References: <20001029210946.O29915@jeffcovey.net> <20001029211422.C27883@pallas.eruditorum.org> Message-ID: <20001106132630.O12782@jeffcovey.net> on Sun, Oct 29, 2000 at 09:14:22PM -0500%, Jesse said: jesse> I suspect that it's an RT/sendmail interaction. ok, thanks; we'll look for problems with sendmail. jesse> FWIW, the debian package is _very_ out of date. thanks; i just emailed the deb package maintainer about it. -- |----------------------------------------------------------------------------| | jeff covey jeff.covey at pobox.com http://pobox.com/~jeff.covey/ 410-669-4926 | |----------------------------------------------------------------------------| | "i feel that despite the recent devaluation of the pound, i..." | |----------------------------------------------------------------------------| -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available URL: From mks at raistlin.min.ov.com Mon Nov 6 15:17:52 2000 From: mks at raistlin.min.ov.com (Mark Steiger) Date: Mon, 6 Nov 2000 14:17:52 -0600 (CST) Subject: [rt-users] Column arrangement In-Reply-To: <010f01c044df$568a64c0$d160180a@eircell.ie> Message-ID: Hello. My manager is wanting to setup RT so that he can see the owner of the ticket, and the subject. This would be just for his reference. Is there a script to do this, or is there someone who has made up a customizable interface for rt? I'm running a 0.9x version. Thanks Mark --- Mark Steiger Systems Administrator 651-604-7890 Veritas Software "Duct tape is like the force. It has a light side, a dark side, and holds the universe together." From jesse at fsck.com Mon Nov 6 13:20:59 2000 From: jesse at fsck.com (Jesse) Date: Mon, 6 Nov 2000 13:20:59 -0500 Subject: [rt-users] [rt-announce] RT 1.0.5 released. Message-ID: <20001106132059.R29919@pallas.eruditorum.org> This morning, I released RT 1.0.5. It contains a number of fixes and enhancements, including one fairly major security fix. All users are urged to upgrade as soon as possible. ftp://ftp.fsck.com/pub/rt/release/rt-1.0.5.tar.gz Changes: * RT setuid wrapper now properly traps bogus environment variables. On some OSes, LD_PRELOAD was not properly stripped by the OS for setuid scripts. * testdeps.pl was backported from RT2. It should ease installation for novice users. * Several merge-related bugfixes. (merging merged tickets should now work better. * CLI and web ui should now properly display merged tickets when queried with the old ticket ID. * mail gateway now properly does not reply to messages sent as Precedence: Bulk or Precedence: Junk. This should take care of most folks' looping problems. Jesse Vincent -- jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 the point is that words were exchanged. neurolinguistic programming will do the rest. they should be showing up at my house any day now. _______________________________________________ Rt-announce mailing list Rt-announce at lists.fsck.com http://lists.fsck.com/mailman/listinfo/rt-announce From russj at dimstar.net Tue Nov 7 01:07:54 2000 From: russj at dimstar.net (Russ Johnson) Date: Mon, 6 Nov 2000 22:07:54 -0800 Subject: [rt-users] Data Format Error In-Reply-To: Message-ID: When a comment is made, I'm getting the following: Nov 6 21:47:17 stargate sendmail[15346]: VAA15346: from=rt, size=2427, class=0, pri=62427, nrcpts=2, msgid=<200011070547.VAA15346 at stargate.dimstar.net>, relay= rt at localhost Nov 6 21:47:18 stargate sendmail[15349]: VAA15349: from=rt, size=2348, class=0, pri=62348, nrcpts=2, msgid=<200011070547.VAA15349 at stargate.dimstar.net>, relay= rt at localhost Nov 6 21:47:19 stargate sendmail[15348]: VAA15346: to=user at earthlink.net , ct laddr=rt (1021/1021), delay=00:00:02, xdelay=00:00:02, mailer=esmtp, relay=mx08. earthlink.net. [207.217.121.98], stat=Data format error Nov 6 21:47:19 stargate sendmail[15351]: VAA15349: to=user at earthlink.net , ct laddr=rt (1021/1021), delay=00:00:01, xdelay=00:00:01, mailer=esmtp, relay=mx08. earthlink.net. [207.217.121.98], stat=Data format error Nov 6 21:47:19 stargate sendmail[15348]: VAA15346: to=russj at dimstar.net, ctladd r=rt (1021/1021), delay=00:00:02, xdelay=00:00:00, mailer=local, stat=Sent Nov 6 21:47:19 stargate sendmail[15348]: VAA15346: VAA15348: DSN: Data format e rror Nov 6 21:47:20 stargate sendmail[15348]: VAA15348: to=|"/usr/local/rt/bin/rt-ma ilgate fidobox correspond", delay=00:00:01, xdelay=00:00:01, mailer=prog, stat=S ent Nov 6 21:47:27 stargate sendmail[15351]: VAA15349: to=russj at dimstar.net, ctladd r=rt (1021/1021), delay=00:00:09, xdelay=00:00:08, mailer=local, stat=Sent Nov 6 21:47:27 stargate sendmail[15351]: VAA15349: VAA15351: DSN: Data format e rror Nov 6 21:47:28 stargate sendmail[15351]: VAA15351: to=|"/usr/local/rt/bin/rt-ma ilgate fidobox correspond", delay=00:00:01, xdelay=00:00:01, mailer=prog, stat=S ent I changed the username, since it's not my own, and I don't know if he wants his email address sent over the wire. Any ideas why I'm getting "Data format error"? Russ From wouter at blub.net Tue Nov 7 06:49:28 2000 From: wouter at blub.net (Wouter Hanegraaff) Date: Tue, 7 Nov 2000 12:49:28 +0100 Subject: [rt-users] Logging in doesn't work Message-ID: <20001107124927.A9903@duckman.blub.net> Hi, I am having serious trouble logging into the web interface. I set warn on all cookies in my browser (netscape 4.75) to track what's going on. First, I log in, and wants to set two cookies, RT_PASSWORD and RT_USERNAME. I allow the cookies, and am presented with the queue screen. Then, I click on one of the serial numbers to view the events. Now, I get again two cookie requests, again for RT_PASSWORD and RT_USERNAME. But now both are *reset* to the empty string, and consequently I end up at the login screen. One sort of workaround seems to be pressing shift-reload directly after logging in. Now the cookies are set to the correct values, and from then I am able to view requests. When I'm using webrt, I also noted that the pages are not always refreshed: sometimes, when opening a request, the latest changes are not visible until I shift-reload that page. What's going on? Wouter From jesse at fsck.com Tue Nov 7 10:45:12 2000 From: jesse at fsck.com (Jesse) Date: Tue, 7 Nov 2000 10:45:12 -0500 Subject: [rt-users] Logging in doesn't work In-Reply-To: <20001107124927.A9903@duckman.blub.net>; from wouter@blub.net on Tue, Nov 07, 2000 at 12:49:28PM +0100 References: <20001107124927.A9903@duckman.blub.net> Message-ID: <20001107104512.B29919@pallas.eruditorum.org> I suspect you're referencing the server by http://foo/ instead of http://foo.bar.com/ that can definitely mess with the cookie parsing. On Tue, Nov 07, 2000 at 12:49:28PM +0100, Wouter Hanegraaff wrote: > > Hi, > > I am having serious trouble logging into the web interface. I set warn > on all cookies in my browser (netscape 4.75) to track what's going on. > > First, I log in, and wants to set two cookies, RT_PASSWORD and > RT_USERNAME. I allow the cookies, and am presented with the queue > screen. Then, I click on one of the serial numbers to view the events. > Now, I get again two cookie requests, again for RT_PASSWORD and > RT_USERNAME. But now both are *reset* to the empty string, and > consequently I end up at the login screen. > > One sort of workaround seems to be pressing shift-reload directly after > logging in. Now the cookies are set to the correct values, and from then > I am able to view requests. > > When I'm using webrt, I also noted that the pages are not always > refreshed: sometimes, when opening a request, the latest changes are not > visible until I shift-reload that page. > > What's going on? > > Wouter > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users > -- jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 There are no supercomputer applications that are solvable that cannot be solved in finite time using a fucking TRS-80 with approprite disk/tape drives. Zero. -Tanj From wouter at blub.net Tue Nov 7 10:49:45 2000 From: wouter at blub.net (Wouter Hanegraaff) Date: Tue, 7 Nov 2000 16:49:45 +0100 Subject: [rt-users] Logging in doesn't work In-Reply-To: <20001107104512.B29919@pallas.eruditorum.org>; from jesse@fsck.com on Tue, Nov 07, 2000 at 10:45:12AM -0500 References: <20001107124927.A9903@duckman.blub.net> <20001107104512.B29919@pallas.eruditorum.org> Message-ID: <20001107164945.A11645@duckman.blub.net> On Tue, Nov 07, 2000 at 10:45:12AM -0500, Jesse wrote: > I suspect you're referencing the server by http://foo/ instead of http://foo.bar.com/ that can definitely mess with the cookie parsing. No, I'm not doing that. Wouter From etalavera at vertex.ca Tue Nov 7 13:15:58 2000 From: etalavera at vertex.ca (Eric Talavera) Date: Tue, 07 Nov 2000 13:15:58 -0500 Subject: [rt-users] Permission problem under Apache 1.3.14-3 Message-ID: <3A0846DE.9D4FCCA1@vertex.ca> Hi, and sorry for my english ... I have only one experience with rt 1.0.3 under RedHat 6.2 , and everything work fine. But now, i make a fresh new install under RedHat 7. I take care about some warnings on the site of RedHat, and upgrade Apache to 1.3.14-3. I follow the README file of the rt package 1.0.5 , and use "testdeps.pl" for check if all I need is OK. The installation seem good, i make the modification inside the "httpd.conf" for Alias and ScriptAlias, and i restart Apache. And when i try to log on rt with a browser, i receive the "Forbidden You don't have permission to acces /rt/admin-webrt.cgi on this server ". I check the logs files of Apache, and i don't see any problems. I'm sure your know what kind of permissions to give at every files in your software (i see you take care about this in the Makefile), so i try to look in the Apache side. I take the time to browse the mailing list to, with no result. So, if someboby have a idea ... Thank for your time ... From vlove at mail1.xoom.com Tue Nov 7 13:17:13 2000 From: vlove at mail1.xoom.com (Valerio Romano) Date: Tue, 7 Nov 2000 10:17:13 -0800 (PST) Subject: [rt-users] permission to create requests Message-ID: I can create request with the web interface. I can follow up on them and add to the requests via email. But I cannot create requests via email. Although the user sending the mail is specified as being able to create requests in that queue I always get the same error: There has been an error: There has been an error with your request: You don't have permission to create requests in this queue Your message is reproduced below: opstest Any suggestions would be great. Over and out, Valerio Romano grasshopper & unix fan From kimura at ctc.ad.jp Tue Nov 7 20:08:41 2000 From: kimura at ctc.ad.jp (Kazu Kimura) Date: Wed, 08 Nov 2000 10:08:41 +0900 Subject: [rt-users] permission to create requests In-Reply-To: References: Message-ID: <20001108100109.609B.KIMURA@ctc.ad.jp> As far as I investigated, you would try following. (1)Creating a new ticket mail to correspond at your.domain.com Subject: new item Content: No RT command. Only comment. (2)Adding a comment mail to comment at your.doain.com Subject: [your_queue_name #n] n will be the queue number. Content: your comment (3)Some action to ticket mail to action at your.domain.com Subject: [your_queue_name #n] Content: %rt user your_user_id %rt pass your_password %rt command I have not yet done all the test. %rt set due command still fails to understand the date. Regards, Kazu On Tue, 7 Nov 2000 10:17:13 -0800 (PST) Valerio Romano wrote: > I can create request with the web interface. I can follow up on them and > add to the requests via email. > > But I cannot create requests via email. > > Although the user sending the mail is specified as being able to create > requests in that queue I always get the same error: > > There has been an error: > There has been an error with your request: > You don't have permission to create requests in this queue > > Your message is reproduced below: > > opstest > > > Any suggestions would be great. > > Over and out, > > > Valerio Romano > grasshopper & unix fan > > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users From stephany at xigo.com Tue Nov 7 20:11:30 2000 From: stephany at xigo.com (Stephany Burge) Date: Tue, 07 Nov 2000 17:11:30 -0800 Subject: [rt-users] auto assign on creation Message-ID: <3A08A842.D643A962@xigo.com> Does anyone know how to automatically assign a new request to a certain userid? This would be done on a queue by queue basis. -Stephany From sysop at summit.net.au Tue Nov 7 20:14:01 2000 From: sysop at summit.net.au (Matthew) Date: Wed, 8 Nov 2000 12:14:01 +1100 Subject: [rt-users] Test message Message-ID: Hi, Just a test to ensure that I have subscribed to the list ok. Thanks, Matt From sysop at summit.net.au Tue Nov 7 21:09:16 2000 From: sysop at summit.net.au (Matthew) Date: Wed, 8 Nov 2000 13:09:16 +1100 Subject: [rt-users] Multiple instances of WebRT Message-ID: Hi, I am looking at setting up 'multiple' WebRT configurations. What I mean by this is that, currently we have it configured for domain.com.au, and now want to be able to configure it for say company.com.au. I am able to setup new queues, which is quite easily accomplished, but would like to be able to setup the above so in the actual subject line, you do not get the same domain name occuring, and is the correct one for the correct list. Has anyone actually done this without having to a) install again in a seperate directory, and b) without having to setup a new database? Setting up a new database should be ok if it has to be done, but I would like to not have to reinstall WebRT again, and use the existing details. If anyone can be of any assistance, this would be greatly appreciated. Cheers, Matt From J.P.Russell at acriter.com Wed Nov 8 04:10:48 2000 From: J.P.Russell at acriter.com (John P. Russell) Date: Wed, 08 Nov 2000 10:10:48 +0100 Subject: [rt-users] Implementing External Authentication Message-ID: <773744D935A.AAA27B9@dev-snsv-1.houten.acriter.nl> Hi Jesse and all, I would like to try changing my rt configuration to use external authentication. Browsing through the archives I came across the below included response from you (Jesse), but unfortanately there are no instructions at ftp://ftp.fsck.com/pub/rt/contrib as you suggested. In the yahoo* file it is only mentioned that they started using mod_mysql, but no further info. Could you point me to whatever file it was where the instructions were included, or does someone else have info on how to implement the external authentication. Thanks, John ------ To: Thomas Dunn Subject: Re: [rt-users] authentification problems From: Jesse Date: Wed, 9 Feb 2000 17:48:09 -0500 Cc: "'rt-users at lists.fsck.com'" As far as I know, external authentication only works with apache's mod_mysql authentication. Instructions for how to do this are in ftp://ftp.fsck.com/pub/rt/contrib jesse On Wed, Feb 09, 2000 at 05:43:31PM -0500, Thomas Dunn wrote: > Hello all, > > I am trying to get RT going. I got the Makefile configured correct and > built it ok. Set up httpd.com to see the cgis. > The question is how does the authentification work? I choose not to use > cookies in the Makefile by doing: > WEB_AUTH_MECHANISM = external > Does it involve using .htaccess and .htpasswd? I tried this by creating > a .htpasswd and putting it in the cgi directory. When I log in, its > says: > You are currently authenticated as rtadmin. > But when I follow a link to the next page, I get: > You are currently authenticated as . > I'm doubtful I'm are heading in the right area. All the user names and > passwords are in the users table of the rt database. How does the cgi > use this data to authenticate the user when they go to the page? It > doesnt seem to be using it at all. I created an RT administrator > (rtadmin) using rtadmin, a test_user, and there is root. I also created > a queue called test_queue. When I go to add users or queues (using > rtadmin user) I get You do not have privileges to add users to RT. I am > not logged in anymore at this point it seems. > > Thanks for any help, > TomD From Jens.Mattfeld at atmel-wm.com Wed Nov 8 03:18:40 2000 From: Jens.Mattfeld at atmel-wm.com (Jens.Mattfeld at atmel-wm.com) Date: Wed, 8 Nov 2000 09:18:40 +0100 Subject: [rt-users] which field contains the comments or replies Message-ID: <4120627C8D64D211B67F00A0C949BA7A0350CC27@heather.temic.de> Hello, which field in which table contains the comments and replies made to a request? If I open a request I can see that comments were made. But the text of the comments is not longer there. Thanks, Jens Jens Mattfeld IT-Operations Atmel Germany GmbH Theresienstr. 2 74072 Heilbronn Tel. +49 (0)7131 672613 Fax +49 (0)7131 672210 email: jens.mattfeld at atmel-wm.com web: www.atmel-wm.com From sysadmin at ff-muenchen.de Wed Nov 8 05:01:44 2000 From: sysadmin at ff-muenchen.de (Christian Schwarz, UNIX-Admin) Date: Wed, 8 Nov 2000 11:01:44 +0100 (CET) Subject: [rt-users] which field contains the comments or replies In-Reply-To: <4120627C8D64D211B67F00A0C949BA7A0350CC27@heather.temic.de> Message-ID: On Wed, 8 Nov 2000 Jens.Mattfeld at atmel-wm.com wrote: > Hello, > > which field in which table contains the comments and replies made to a > request? If I open a request I can see that comments were made. But the text > of the comments is not longer there. The body of the comments + replies is stored in the filesystem, not in the database. Check out the subdirectory "transactions" in your RT installation directory. Hope this helps, CS -- Christian Schwarz, F&F UNIX/Linux System Administrator F&F Computer Anwendungen Tel: 089/51727-0 und Unternehmensberatung GmbH Fax: 089/51727-111 Westendstr. 195 Mail:C.Schwarz at ff-muenchen.de D-80686 Muenchen http://www.ff-muenchen.de From adam at live-networks.net Wed Nov 8 18:01:27 2000 From: adam at live-networks.net (Adam Maurice) Date: Wed, 08 Nov 2000 23:01:27 +0000 Subject: [rt-users] Non-Queue Member Access etc. Message-ID: <5.0.0.25.2.20001108225608.034992d0@mail.live-networks.net> Hey. Ive setup RT to the best of my knowledge correctly, yet I am having trouble creating tickets from users outside the members list. When I send in a request, I get: There has been an error: There has been an error with your request: You don't have permission to create requests in this queue. Either you're not a queue member or non-members aren't allowed to create requests in this queue. I have triple checked, and then triple checked again that the tickbox in the queue admin window says:Allow non-members to create requests -- IT IS TICKED !! Mysqldump shows: CREATE TABLE queues ( queue_id char(40) DEFAULT '' NOT NULL, mail_alias char(40), comment_alias char(40), m_owner_trans int(11), m_members_trans int(11), m_user_trans int(11), m_user_create int(11), m_members_corresp int(11), m_members_comment int(11), m_user_resolve int(11), allow_user_create int(11), default_prio int(11), default_final_prio int(11), default_due_in int(11), PRIMARY KEY (queue_id) ); # # Dumping data for table 'queues' # INSERT INTO queues VALUES ('LiveNet','support at live-networks.net',NULL,1,1,1,1,1,1,NULL,1,0,0,NULL); # It all looks fine to me, but it just aint working.. I'd be interested to hear any comments as I need to set this thing up and get it working asap. Thanks very much in advance, Yours sincerely, -Adam Maurice -- Adam Maurice, E-mail: adam at live-networks.co.uk Executive Technical Director, Tel: +44 (0)20 8208 2425 Live-Networks Fax: +44 (0)20 8450 7744 Millenium Business Centre, Staples Corner, London NW2 6DW -------------- next part -------------- An HTML attachment was scrubbed... URL: From vlove at mail1.xoom.com Wed Nov 8 18:06:11 2000 From: vlove at mail1.xoom.com (Valerio Romano) Date: Wed, 8 Nov 2000 15:06:11 -0800 (PST) Subject: [rt-users] sendmail service unavailable In-Reply-To: <4120627C8D64D211B67F00A0C949BA7A0350CC27@heather.temic.de> Message-ID: Hello all, RT passed QA with flying colors on my test box. Now I have installed it on what will be in the production environment and got a new error I have never seen before: Nov 8 14:56:53 tps sendmail[1595]: OAA01594: to=|"/usr/local/rt/bin/rt-mailgate opsrequest correspond", delay=00:00:00, xdelay=00:00:00, mailer=prog, stat=Service unavailable Nov 8 14:56:53 tps sendmail[1595]: OAA01594: OAA01595: DSN: Service unavailable I would very much like to ditch our old worthless ticketing system- so any help would be great. Thanks, Valerio Romano grasshopper From russj at stargate.dimstar.net Wed Nov 8 18:59:13 2000 From: russj at stargate.dimstar.net (Russ Johnson) Date: Wed, 8 Nov 2000 15:59:13 -0800 Subject: [rt-users] sendmail service unavailable Message-ID: <200011082359.PAA17915@stargate.dimstar.net> I just ran into this problem exactly. Newer versions of sendmail have a security feature in them that won't allow them to run arbitrary executables. What you need to do to fix this is make a link in the /etc/smrsh folder to the rt- mailgate executable. This will fix the problem. Russ ---- Original Message ---- From: Valerio Romano Date: Wed 11/8/00 15:12 To: rt-users at lists.fsck.com Subject: [rt-users] sendmail service unavailable Hello all, RT passed QA with flying colors on my test box. Now I have installed it on what will be in the production environment and got a new error I have never seen before: Nov 8 14:56:53 tps sendmail[1595]: OAA01594: to=|"/usr/local/rt/bin/rt-mailgate opsrequest correspond", delay=00:00:00, xdelay=00:00:00, mailer=prog, stat=Service unavailable Nov 8 14:56:53 tps sendmail[1595]: OAA01594: OAA01595: DSN: Service unavailable I would very much like to ditch our old worthless ticketing system- so any help would be great. Thanks, Valerio Romano grasshopper _______________________________________________ rt-users mailing list rt-users at lists.fsck.com http://lists.fsck.com/mailman/listinfo/rt-users From vlove at mail1.xoom.com Wed Nov 8 19:05:21 2000 From: vlove at mail1.xoom.com (Valerio Romano) Date: Wed, 8 Nov 2000 16:05:21 -0800 (PST) Subject: [rt-users] Non-Queue Member Access etc. In-Reply-To: <5.0.0.25.2.20001108225608.034992d0@mail.live-networks.net> Message-ID: Thanks many all. Worked like a charm! I had even read through that a week ago my first time around and now had forgotten about it. Valerio Romano grasshopper On Wed, 8 Nov 2000, Adam Maurice wrote: > Hey. > > Ive setup RT to the best of my knowledge correctly, yet I am having trouble > creating tickets from users outside the members list. > > When I send in a request, I get: > > There has been an error: > There has been an error with your request: > You don't have permission to create requests in this queue. Either you're > not a queue member or non-members aren't allowed to create requests in this > queue. > > > > I have triple checked, and then triple checked again that the tickbox in > the queue admin window says:Allow non-members to create requests > -- IT IS TICKED !! > > Mysqldump shows: > > CREATE TABLE queues ( > queue_id char(40) DEFAULT '' NOT NULL, > mail_alias char(40), > comment_alias char(40), > m_owner_trans int(11), > m_members_trans int(11), > m_user_trans int(11), > m_user_create int(11), > m_members_corresp int(11), > m_members_comment int(11), > m_user_resolve int(11), > allow_user_create int(11), > default_prio int(11), > default_final_prio int(11), > default_due_in int(11), > PRIMARY KEY (queue_id) > ); > > # > # Dumping data for table 'queues' > # > > INSERT INTO queues VALUES > ('LiveNet','support at live-networks.net',NULL,1,1,1,1,1,1,NULL,1,0,0,NULL); > > # > > It all looks fine to me, but it just aint working.. > > I'd be interested to hear any comments as I need to set this thing up and > get it working asap. > > Thanks very much in advance, > > > Yours sincerely, > > > -Adam Maurice > > > -- > Adam Maurice, E-mail: adam at live-networks.co.uk > Executive Technical Director, Tel: +44 (0)20 8208 2425 > Live-Networks Fax: +44 (0)20 8450 7744 > Millenium Business Centre, Staples Corner, London NW2 6DW > > > From allbery at ece.cmu.edu Wed Nov 8 19:11:41 2000 From: allbery at ece.cmu.edu (Brandon S. Allbery KF8NH) Date: Wed, 08 Nov 2000 19:11:41 -0500 Subject: [rt-users] sendmail service unavailable In-Reply-To: Message-ID: <3048092145.973710701@pyanfar> On Wednesday, November 08, 2000 15:06 -0800, Valerio Romano wrote: +----- | Hello all, | | RT passed QA with flying colors on my test box. | | Now I have installed it on what will be in the production environment and | got a new error I have never seen before: | | Nov 8 14:56:53 tps sendmail[1595]: OAA01594: | to=|"/usr/local/rt/bin/rt-mailgate opsrequest correspond", delay=00:00:00, | xdelay=00:00:00, mailer=prog, stat=Service unavailable +--->8 Look in /etc/sendmail.cf (or /etc/mail/sendmail.cf, as appropriate) and see if the "prog" mailer uses smrsh. If so, you need to put a symlink to rt-mailgate in the /etc/smrsh. -- brandon s. allbery [os/2][linux][solaris][japh] allbery at kf8nh.apk.net system administrator [WAY too many hats] allbery at ece.cmu.edu electrical and computer engineering KF8NH carnegie mellon university ["better check the oblivious first" -ke6sls] From adam at live-networks.net Wed Nov 8 19:17:15 2000 From: adam at live-networks.net (Adam Maurice) Date: Thu, 09 Nov 2000 00:17:15 +0000 Subject: [rt-users] Non-Queue Member Access etc. In-Reply-To: References: <5.0.0.25.2.20001108225608.034992d0@mail.live-networks.net> Message-ID: <5.0.0.25.2.20001109001626.034fed90@mail.live-networking.co.uk> Wow ! It worked perfectly !! Thanks to Valerio for figuring it out !! Cheers, -Adam Maurice At 16:05 08/11/00 -0800, Valerio Romano wrote: >Thanks many all. > >Worked like a charm! > >I had even read through that a week ago my first time around and now had >forgotten about it. > >Valerio Romano >grasshopper > >On Wed, 8 Nov 2000, Adam Maurice wrote: > > > Hey. > > > > Ive setup RT to the best of my knowledge correctly, yet I am having > trouble > > creating tickets from users outside the members list. > > > > When I send in a request, I get: > > > > There has been an error: > > There has been an error with your request: > > You don't have permission to create requests in this queue. Either you're > > not a queue member or non-members aren't allowed to create requests in > this > > queue. > > > > > > > > I have triple checked, and then triple checked again that the tickbox in > > the queue admin window says:Allow non-members to create requests > > -- IT IS TICKED !! > > > > Mysqldump shows: > > > > CREATE TABLE queues ( > > queue_id char(40) DEFAULT '' NOT NULL, > > mail_alias char(40), > > comment_alias char(40), > > m_owner_trans int(11), > > m_members_trans int(11), > > m_user_trans int(11), > > m_user_create int(11), > > m_members_corresp int(11), > > m_members_comment int(11), > > m_user_resolve int(11), > > allow_user_create int(11), > > default_prio int(11), > > default_final_prio int(11), > > default_due_in int(11), > > PRIMARY KEY (queue_id) > > ); > > > > # > > # Dumping data for table 'queues' > > # > > > > INSERT INTO queues VALUES > > ('LiveNet','support at live-networks.net',NULL,1,1,1,1,1,1,NULL,1,0,0,NULL); > > > > # > > > > It all looks fine to me, but it just aint working.. > > > > I'd be interested to hear any comments as I need to set this thing up and > > get it working asap. > > > > Thanks very much in advance, > > > > > > Yours sincerely, > > > > > > -Adam Maurice > > > > > > -- > > Adam Maurice, E-mail: adam at live-networks.co.uk > > Executive Technical Director, Tel: +44 (0)20 8208 2425 > > Live-Networks Fax: +44 (0)20 8450 7744 > > Millenium Business Centre, Staples Corner, London NW2 6DW > > > > > > -- Adam Maurice, E-mail: adam at live-networks.co.uk Executive Technical Director, Tel: +44 (0)20 8208 2425 Live-Networks Fax: +44 (0)20 8450 7744 Millenium Business Centre, Staples Corner, London NW2 6DW -------------- next part -------------- An HTML attachment was scrubbed... URL: From jesse at fsck.com Thu Nov 9 11:08:47 2000 From: jesse at fsck.com (Jesse) Date: Thu, 9 Nov 2000 11:08:47 -0500 Subject: [rt-users] [admin] Server issues Message-ID: <20001109110847.B1142@fsck.com> We had a disk die on us last night. I've got fsck.com mostly back on its feet, but if you see anything screwy, please send mail to jesse at fsck.com ASAP. ftp and cvs downloads should be just fine now. There will be a ~1 hour outage sometime in the next day or two when the server gets dropped back in the datacenter. Jesse -- jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 From jesse at fsck.com Tue Nov 14 11:22:54 2000 From: jesse at fsck.com (Jesse) Date: Tue, 14 Nov 2000 11:22:54 -0500 Subject: [rt-users] [admin] Ack. sorry Message-ID: <20001114112254.D3459@pallas.fsck.com> Part of the transition to a new OS over the weekend caused some of the aliases for rt-users and rt-devel to stop working. Things should be better now. If you sent a message to rt-users or rt-devel over the weekend and it failed to get through, you should give it another shot now. If you have any more trouble, please write me personally. Sorry, Jesse -- jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 that's security the same way that asking for directions to topeka and being told that a seal is a mammal is informative -robin at apocalypse.org From ericg at cats.ucsc.edu Tue Nov 14 12:42:32 2000 From: ericg at cats.ucsc.edu (Eric Goodman) Date: Tue, 14 Nov 2000 09:42:32 -0800 Subject: [rt-users] change of due date via mailgate Message-ID: [Resend now that Jesse points out that mail is again working --- Eric] >Hello, > >I am checking mailgate interface and found strange thing. >- - - - - - - - - return from RT - - - - - - - - - >Thank you for taking some action: > >> %rt user kimura >RT: Username kimura noticed. >> pass ***** RT: You are now authenticated as kimura. >> %rt set due 4 11/09/00 >RT: Date due changed to Thu, Jan 1 1970 09:00:00 (53) > > >This is regarded as Unix's start date, I believe. So, the input >will be wrong with FreeBSD4.1. This also happens in the format >11/09/2000. > >Does somebody know correct date format for this? > >TIA > >Kazu I've sent this out a couple of times on this list, but I haven't been good enough to actually post a patch. I should have checked with Jesse as to whether this fix is in 1.0.5 when he called for comments, but I was out (offline) sick. Here's the deal with date due in at least the older RT versions: >There is a bug in rt/lib/rt/ui/mail/manipulate.pm in the "SET due" >handler. The function call > > ($trans, $message)= > &rt::change_due_date($serial_no, $date_due, $current_user); > >is wrong. The second argument should be "$due_date", not "$date_due". > >Also, there's another minor error in the "date_parse" routine in >rt/lib/rt/support/utils.pm. This routine will parse, e.g., 4/30/00 >to $month=4, $day=30, $year=2000, but timelocal (to which this value >is later passed) expects months counting from 0, so most of the >"$month = $n" statements should really be "$month = $n - 1". If someone will point me to a primer on creating "patch" utils (I'm sure it's easy but I just haven't done it before), and if Jesse says it's not fixed in 1.0.5, I can spend some time to create and submit a more formal patch. I know that these problems are being addressed in 2.0, I just don't know about versions of 1.0.x. --- Eric From eoinokane at e-merge.ie Tue Nov 14 13:15:59 2000 From: eoinokane at e-merge.ie (eOin) Date: Tue, 14 Nov 2000 18:15:59 -0000 Subject: [rt-users] Perl scripts ? References: Message-ID: <004901c04e66$f0c66b20$d160180a@eircell.ie> Hey all I am writing a series of PERL script to help out our support people and I am wondering if it is possible to search the body of a request for a given string, and if so how, I am afraid I am not very familiar with mysql and have been unable to find the information thanks eOin ----- Original Message ----- From: "Valerio Romano" To: "Adam Maurice" Cc: Sent: Thursday, November 09, 2000 12:05 AM Subject: Re: [rt-users] Non-Queue Member Access etc. > Thanks many all. > > Worked like a charm! > > I had even read through that a week ago my first time around and now had > forgotten about it. > > Valerio Romano > grasshopper > > On Wed, 8 Nov 2000, Adam Maurice wrote: > > > Hey. > > > > Ive setup RT to the best of my knowledge correctly, yet I am having trouble > > creating tickets from users outside the members list. > > > > When I send in a request, I get: > > > > There has been an error: > > There has been an error with your request: > > You don't have permission to create requests in this queue. Either you're > > not a queue member or non-members aren't allowed to create requests in this > > queue. > > > > > > > > I have triple checked, and then triple checked again that the tickbox in > > the queue admin window says:Allow non-members to create requests > > -- IT IS TICKED !! > > > > Mysqldump shows: > > > > CREATE TABLE queues ( > > queue_id char(40) DEFAULT '' NOT NULL, > > mail_alias char(40), > > comment_alias char(40), > > m_owner_trans int(11), > > m_members_trans int(11), > > m_user_trans int(11), > > m_user_create int(11), > > m_members_corresp int(11), > > m_members_comment int(11), > > m_user_resolve int(11), > > allow_user_create int(11), > > default_prio int(11), > > default_final_prio int(11), > > default_due_in int(11), > > PRIMARY KEY (queue_id) > > ); > > > > # > > # Dumping data for table 'queues' > > # > > > > INSERT INTO queues VALUES > > ('LiveNet','support at live-networks.net',NULL,1,1,1,1,1,1,NULL,1,0,0,NULL); > > > > # > > > > It all looks fine to me, but it just aint working.. > > > > I'd be interested to hear any comments as I need to set this thing up and > > get it working asap. > > > > Thanks very much in advance, > > > > > > Yours sincerely, > > > > > > -Adam Maurice > > > > > > -- > > Adam Maurice, E-mail: adam at live-networks.co.uk > > Executive Technical Director, Tel: +44 (0)20 8208 2425 > > Live-Networks Fax: +44 (0)20 8450 7744 > > Millenium Business Centre, Staples Corner, London NW2 6DW > > > > > > > > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users > From jesse at fsck.com Tue Nov 14 13:19:18 2000 From: jesse at fsck.com (Jesse) Date: Tue, 14 Nov 2000 13:19:18 -0500 Subject: [rt-users] change of due date via mailgate In-Reply-To: ; from ericg@cats.ucsc.edu on Tue, Nov 14, 2000 at 09:42:32AM -0800 References: Message-ID: <20001114131918.F3459@pallas.fsck.com> 1.0.5 didn't fix this, but I just built 1.0.6pre2 which should. If you could test it out, that would be tres cool. -Jesse On Tue, Nov 14, 2000 at 09:42:32AM -0800, Eric Goodman wrote: > [Resend now that Jesse points out that mail is again working --- Eric] > > >Hello, > > > >I am checking mailgate interface and found strange thing. > >- - - - - - - - - return from RT - - - - - - - - - > >Thank you for taking some action: > > > >> %rt user kimura > >RT: Username kimura noticed. > >> pass ***** RT: You are now authenticated as kimura. > >> %rt set due 4 11/09/00 > >RT: Date due changed to Thu, Jan 1 1970 09:00:00 (53) > > > > > >This is regarded as Unix's start date, I believe. So, the input > >will be wrong with FreeBSD4.1. This also happens in the format > >11/09/2000. > > > >Does somebody know correct date format for this? > > > >TIA > > > >Kazu > > I've sent this out a couple of times on this list, but I haven't been > good enough to actually post a patch. I should have checked with > Jesse as to whether this fix is in 1.0.5 when he called for comments, > but I was out (offline) sick. Here's the deal with date due in at > least the older RT versions: > > > >There is a bug in rt/lib/rt/ui/mail/manipulate.pm in the "SET due" > >handler. The function call > > > > ($trans, $message)= > > &rt::change_due_date($serial_no, $date_due, $current_user); > > > >is wrong. The second argument should be "$due_date", not "$date_due". > > > >Also, there's another minor error in the "date_parse" routine in > >rt/lib/rt/support/utils.pm. This routine will parse, e.g., 4/30/00 > >to $month=4, $day=30, $year=2000, but timelocal (to which this value > >is later passed) expects months counting from 0, so most of the > >"$month = $n" statements should really be "$month = $n - 1". > > If someone will point me to a primer on creating "patch" utils (I'm > sure it's easy but I just haven't done it before), and if Jesse says > it's not fixed in 1.0.5, I can spend some time to create and submit a > more formal patch. > > I know that these problems are being addressed in 2.0, I just don't > know about versions of 1.0.x. > > --- Eric > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users > -- jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 They'll take my private key when they pry it from my cold dead fingers! From jesse at fsck.com Tue Nov 14 13:21:14 2000 From: jesse at fsck.com (Jesse) Date: Tue, 14 Nov 2000 13:21:14 -0500 Subject: [rt-users] Perl scripts ? In-Reply-To: <004901c04e66$f0c66b20$d160180a@eircell.ie>; from eoinokane@e-merge.ie on Tue, Nov 14, 2000 at 06:15:59PM -0000 References: <004901c04e66$f0c66b20$d160180a@eircell.ie> Message-ID: <20001114132114.G3459@pallas.fsck.com> In RT 1.0, you'll need to run grep or glimpse over rt/transactions/*/*/*/* as the RT user. On Tue, Nov 14, 2000 at 06:15:59PM -0000, eOin wrote: > Hey all > > I am writing a series of PERL script to help out our support people and I am > wondering if it is possible to search the body of a request for a given > string, and if so how, I am afraid I am not very familiar with mysql and > have been unable to find the information > > thanks > > eOin > > > ----- Original Message ----- > From: "Valerio Romano" > To: "Adam Maurice" > Cc: > Sent: Thursday, November 09, 2000 12:05 AM > Subject: Re: [rt-users] Non-Queue Member Access etc. > > > > Thanks many all. > > > > Worked like a charm! > > > > I had even read through that a week ago my first time around and now had > > forgotten about it. > > > > Valerio Romano > > grasshopper > > > > On Wed, 8 Nov 2000, Adam Maurice wrote: > > > > > Hey. > > > > > > Ive setup RT to the best of my knowledge correctly, yet I am having > trouble > > > creating tickets from users outside the members list. > > > > > > When I send in a request, I get: > > > > > > There has been an error: > > > There has been an error with your request: > > > You don't have permission to create requests in this queue. Either > you're > > > not a queue member or non-members aren't allowed to create requests in > this > > > queue. > > > > > > > > > > > > I have triple checked, and then triple checked again that the tickbox in > > > the queue admin window says:Allow non-members to create requests > > > -- IT IS TICKED !! > > > > > > Mysqldump shows: > > > > > > CREATE TABLE queues ( > > > queue_id char(40) DEFAULT '' NOT NULL, > > > mail_alias char(40), > > > comment_alias char(40), > > > m_owner_trans int(11), > > > m_members_trans int(11), > > > m_user_trans int(11), > > > m_user_create int(11), > > > m_members_corresp int(11), > > > m_members_comment int(11), > > > m_user_resolve int(11), > > > allow_user_create int(11), > > > default_prio int(11), > > > default_final_prio int(11), > > > default_due_in int(11), > > > PRIMARY KEY (queue_id) > > > ); > > > > > > # > > > # Dumping data for table 'queues' > > > # > > > > > > INSERT INTO queues VALUES > > > > ('LiveNet','support at live-networks.net',NULL,1,1,1,1,1,1,NULL,1,0,0,NULL); > > > > > > # > > > > > > It all looks fine to me, but it just aint working.. > > > > > > I'd be interested to hear any comments as I need to set this thing up > and > > > get it working asap. > > > > > > Thanks very much in advance, > > > > > > > > > Yours sincerely, > > > > > > > > > -Adam Maurice > > > > > > > > > -- > > > Adam Maurice, E-mail: adam at live-networks.co.uk > > > Executive Technical Director, Tel: +44 (0)20 8208 2425 > > > Live-Networks Fax: +44 (0)20 8450 7744 > > > Millenium Business Centre, Staples Corner, London NW2 6DW > > > > > > > > > > > > > > > _______________________________________________ > > rt-users mailing list > > rt-users at lists.fsck.com > > http://lists.fsck.com/mailman/listinfo/rt-users > > > > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users > -- jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 Any e-mail sent to the SLA will immediately become the intellectual property of the SLA and the author of said message will enter into a period of indentured servitude which will last for a period of time no less than seven years. From tomk at vqorthocare.com Tue Nov 14 16:19:45 2000 From: tomk at vqorthocare.com (Tom Klump) Date: Tue, 14 Nov 2000 13:19:45 -0800 Subject: [rt-users] Problem... Message-ID: <80F29E673862D211B60100609763E12D42460C@Sandaker2.Oslo.NO.EU.net> I have sucessfully setup RT previously with Slackware but now I'm trying to set it up on a Redhat v7 system. I am getting an error from sendmail on mail coming into the 'rt' alias. Here is what I'm getting back in the mail logs. Nov 14 13:49:42 vqlinux sendmail[1504]: eAELngY01504: from=, size=327, class=0, nrcpts=1, msgid=, proto=ESMTP, relay=tomk at localhost Nov 14 13:49:42 vqlinux smrsh: uid 8: attempt to use rt-mailgate VQ correspond Nov 14 13:49:42 vqlinux sendmail[1505]: eAELngY01504: to=|"/opt/rt/bin/rt-mailgate VQ correspond", ctladdr= (8/0), delay=00:00:00, xdelay=00:00:00, mailer=prog, pri=30042, dsn=5.0.0, stat=Service unavailable Nov 14 13:49:42 vqlinux sendmail[1505]: eAELngY01504: eAELngY01505: DSN: Service unavailable Nov 14 13:49:42 vqlinux sendmail[1505]: eAELngY01505: to=, delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30142, dsn=2.0.0, stat=Sent Thanks for any help. Tom Klump tomk at vqorthocare.com From deejoe at iastate.edu Tue Nov 14 19:03:39 2000 From: deejoe at iastate.edu (D. Joe Anderson) Date: Tue, 14 Nov 2000 18:03:39 -0600 (CST) Subject: [rt-users] Problem... In-Reply-To: <80F29E673862D211B60100609763E12D42460C@Sandaker2.Oslo.NO.EU.net> Message-ID: On Tue, 14 Nov 2000, Tom Klump wrote: > I have sucessfully setup RT previously with Slackware but now I'm trying to > set it up on a Redhat v7 system. I am getting an error from sendmail on mail > coming into the 'rt' alias. Here is what I'm getting back in the mail logs. > > Nov 14 13:49:42 vqlinux sendmail[1504]: eAELngY01504: > from=, size=327, class=0, nrcpts=1, > msgid=, > proto=ESMTP, relay=tomk at localhost > > Nov 14 13:49:42 vqlinux smrsh: uid 8: attempt to use rt-mailgate VQ > correspond > > Nov 14 13:49:42 vqlinux sendmail[1505]: eAELngY01504: > to=|"/opt/rt/bin/rt-mailgate VQ correspond", > ctladdr= (8/0), delay=00:00:00, xdelay=00:00:00, > mailer=prog, pri=30042, dsn=5.0.0, stat=Service unavailable > > Nov 14 13:49:42 vqlinux sendmail[1505]: eAELngY01504: eAELngY01505: DSN: > Service unavailable > > Nov 14 13:49:42 vqlinux sendmail[1505]: eAELngY01505: > to=, delay=00:00:00, xdelay=00:00:00, > mailer=local, pri=30142, dsn=2.0.0, stat=Sent > Q5.1 from the FAQ might be relevant: http://www.fsck.com/projects/rt/docs/FAQ.html _____________________________________________________________________________________ Q5.1 Sendmail won't let me run rt-mailgate If you get an error like the following: ----- The following addresses had permanent fatal errors ----- |"/usr/local/rt/bin/rt-mailgate general action" (expanded from: ) ----- Transcript of session follows ----- sh: rt-mailgate not available for sendmail programs 554 |"/usr/local/rt/bin/rt-mailgate general action"... Service unavailable then, the following information from Jesse should help: Sendmail has a program called smrsh. smrsh restricts what binaries can be run from sendmail aliases. I think it keeps the programs in /etc/smrsh on redhat6. add a symlink from /usr/local/rt/bin/rt-mailgate to /etc/smrsh/rt-mailgate and things should work better. _____________________________________________________________________________________ --Joe ___________________________________________________________________________ D. Joe Anderson, Ph.D Computing Support for Botany, ZG, & BBMB. botsupport at iastate.edu | zgsupport at iastate.edu | bbsupport at iastate.edu 1210 MBB, ISU, Ames, IA 5001 http://molebio.iastate.edu/support bcbsupport at iastate.edu .............. http://www.bcb.iastate.edu/bcblab From russj at dimstar.net Wed Nov 15 01:42:19 2000 From: russj at dimstar.net (Russ Johnson) Date: Tue, 14 Nov 2000 22:42:19 -0800 Subject: [rt-users] Another Problem... In-Reply-To: Message-ID: Here's my problem... When I make any change to a record, or add a new one, mail to my own address goes fine. However, mail to another user of RT is killed by sendmail. The error message given by sendmail is, "Data format error". This results in me getting the email message, and the other user getting nothing. I've tried changing the user to a new email address, and removing and adding back the user. Neither of these made any difference. If needed, I can get the whole message from my logs. Any ideas would be appreciated. Thanks! Russ Johnson Stargate Online telnet://telnet.dimstar.net http://www.dimstar.net ICQ: 3739685:Airneil From kimura at ctc.ad.jp Wed Nov 15 03:49:12 2000 From: kimura at ctc.ad.jp (Kazu Kimura) Date: Wed, 15 Nov 2000 17:49:12 +0900 Subject: [rt-users] Questions on RT Message-ID: <20001115174426.DAC3.KIMURA@ctc.ad.jp> Hello, Just a few questions concerning RT. (1)As for the transaction display on Web interface, transactions are displayed from up to down. Is it possible to change the order? In other words, Can we observe the latest transaction on the top? (2)Is it possible to calculate the MTTR of the tickets of the month? (3)Does anybody have ISO 9000 certification with RT? Regards, - - - - - - - - - - - - - - - - - - - Kazu Kimura IP Network Engineering, CTC Phone +81-52-740-8101 Fax +81-52-740-8935 - - - - - - - - - - - - - - - - - - - - From kimura at ctc.ad.jp Wed Nov 15 03:58:28 2000 From: kimura at ctc.ad.jp (Kazu Kimura) Date: Wed, 15 Nov 2000 17:58:28 +0900 Subject: [rt-users] change of due date via mailgate In-Reply-To: References: Message-ID: <20001115175155.DAC6.KIMURA@ctc.ad.jp> Thanks for the follow up. On Tue, 14 Nov 2000 09:42:32 -0800 Eric Goodman wrote: > [Resend now that Jesse points out that mail is again working --- Eric] > > >Hello, > > > >I am checking mailgate interface and found strange thing. > >- - - - - - - - - return from RT - - - - - - - - - > >Thank you for taking some action: > > > >> %rt user kimura > >RT: Username kimura noticed. > >> pass ***** RT: You are now authenticated as kimura. > >> %rt set due 4 11/09/00 > >RT: Date due changed to Thu, Jan 1 1970 09:00:00 (53) > > > > > >This is regarded as Unix's start date, I believe. So, the input > >will be wrong with FreeBSD4.1. This also happens in the format > >11/09/2000. > > > >Does somebody know correct date format for this? > > > >TIA > > > >Kazu > > I've sent this out a couple of times on this list, but I haven't been > good enough to actually post a patch. I should have checked with > Jesse as to whether this fix is in 1.0.5 when he called for comments, > but I was out (offline) sick. Here's the deal with date due in at > least the older RT versions: > > > >There is a bug in rt/lib/rt/ui/mail/manipulate.pm in the "SET due" > >handler. The function call > > > > ($trans, $message)= > > &rt::change_due_date($serial_no, $date_due, $current_user); > > > >is wrong. The second argument should be "$due_date", not "$date_due". > > > >Also, there's another minor error in the "date_parse" routine in > >rt/lib/rt/support/utils.pm. This routine will parse, e.g., 4/30/00 > >to $month=4, $day=30, $year=2000, but timelocal (to which this value > >is later passed) expects months counting from 0, so most of the > >"$month = $n" statements should really be "$month = $n - 1". > > If someone will point me to a primer on creating "patch" utils (I'm > sure it's easy but I just haven't done it before), and if Jesse says > it's not fixed in 1.0.5, I can spend some time to create and submit a > more formal patch. > > I know that these problems are being addressed in 2.0, I just don't > know about versions of 1.0.x. > > --- Eric > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users From eoinokane at e-merge.ie Wed Nov 15 04:50:56 2000 From: eoinokane at e-merge.ie (eOin) Date: Wed, 15 Nov 2000 09:50:56 -0000 Subject: [rt-users] Changing the From Feild in the autoreply References: Message-ID: <00d201c04ee9$8cdc2cc0$d160180a@eircell.ie> Hello Where is the from field set for the autoreply and replies ? cheers Eoin ----- Original Message ----- From: "Valerio Romano" To: Sent: Wednesday, November 08, 2000 11:06 PM Subject: [rt-users] sendmail service unavailable > Hello all, > > RT passed QA with flying colors on my test box. > > Now I have installed it on what will be in the production environment and > got a new error I have never seen before: > > Nov 8 14:56:53 tps sendmail[1595]: OAA01594: > to=|"/usr/local/rt/bin/rt-mailgate opsrequest correspond", delay=00:00:00, > xdelay=00:00:00, mailer=prog, stat=Service unavailable > > > Nov 8 14:56:53 tps sendmail[1595]: OAA01594: OAA01595: DSN: Service > unavailable > > I would very much like to ditch our old worthless ticketing system- so any > help would be great. > > Thanks, > > Valerio Romano > grasshopper > > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users > From tapio.lehtonen at tellabs.com Wed Nov 15 05:53:47 2000 From: tapio.lehtonen at tellabs.com (Tapio Lehtonen) Date: Wed, 15 Nov 2000 12:53:47 +0200 Subject: [rt-users] Questions on RT References: <20001115174426.DAC3.KIMURA@ctc.ad.jp> Message-ID: <3A126B3B.1CB9BB45@tellabs.com> kimura at ctc.ad.jp wrote: > > Hello, > > Just a few questions concerning RT. > > (1)As for the transaction display on Web interface, transactions are > displayed from up to down. Is it possible to change the order? In > other words, Can we observe the latest transaction on the top? > Yes, fiddle with the queue filters at the bottom of the page and when you get them the way you like, bookmark that. Or copy the resulting URL to some webpage. Example: http://your-webrt-server/cgi-bin/webrt.cgi?q_sort=number&q_reverse=1& > (2)Is it possible to calculate the MTTR of the tickets of the month? > Probably, with a suitable SQL code. If you have someone cabable of doing SQL queries, he/she might be able to write this for you. > (3)Does anybody have ISO 9000 certification with RT? > I doubt it. Or do you mean "is there a company X that uses RT and has ISO 9000 for the process that uses RT?" That there might be. > Regards, > - - - - - - - - - - - - - - - - - - - > Kazu Kimura > IP Network Engineering, CTC > Phone +81-52-740-8101 > Fax +81-52-740-8935 > - - - - - - - - - - - - - - - - - - - - > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users -- "Mary had a crypto key / She kept it in escrow And everything that Mary said / The Feds were sure to know" -- Sam Simpson =================================================================== Tapio Lehtonen tel: +358 9 4131 2206 Tellabs Oy fax: +358 9 4131 2030 Sinim?entie 6 email: tapio at Tellabs.fi FIN-02630 ESPOO URL http://www.Tellabs.com/ Finland Senior Systems Specialist =================================================================== -------------- next part -------------- A non-text attachment was scrubbed... Name: tapio.lehtonen.vcf Type: text/x-vcard Size: 346 bytes Desc: Card for Tapio Lehtonen URL: From rainer at rainer.informatik.uni-stuttgart.de Wed Nov 15 06:07:07 2000 From: rainer at rainer.informatik.uni-stuttgart.de (Rainer Dorsch) Date: Wed, 15 Nov 2000 12:07:07 +0100 (CET) Subject: [rt-users] Enhanced email gateway Message-ID: I just got the new Debian package of RT1.05 (the latest Debian package before was 1.01). I found in the NEWS file July 18 2000 ------------ Enhanced mail gateway functionality for a paying customer ;) Is there more documentation about the enhanced functionality? Thanks. Rainer. -- Rainer Dorsch Abt. Rechnerarchitektur e-mail:rainer.dorsch at informatik.uni-stuttgart.de Uni Stuttgart Tel.: +49-711-7816-215 / Fax: +49-711-7816-288 Breitwiesenstr. 20-22 D-70565 Stuttgart From tapio.lehtonen at tellabs.com Wed Nov 15 06:48:22 2000 From: tapio.lehtonen at tellabs.com (Tapio Lehtonen) Date: Wed, 15 Nov 2000 13:48:22 +0200 Subject: [rt-users] Enhanced email gateway References: Message-ID: <3A127806.31FD0BA9@tellabs.com> I don't know about the extra documentation, but where did you get that Debian package? The Debian site has only 1.0.1-4 version, I just checked. rainer at rainer.informatik.uni-stuttgart.de wrote: > > I just got the new Debian package of RT1.05 (the latest Debian package > before was 1.01). I found in the NEWS file > > July 18 2000 > ------------ > > Enhanced mail gateway functionality for a paying customer ;) > > Is there more documentation about the enhanced functionality? > > Thanks. > > Rainer. > > -- > Rainer Dorsch > Abt. Rechnerarchitektur e-mail:rainer.dorsch at informatik.uni-stuttgart.de > Uni Stuttgart Tel.: +49-711-7816-215 / Fax: +49-711-7816-288 > Breitwiesenstr. 20-22 D-70565 Stuttgart > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users -- "Mary had a crypto key / She kept it in escrow And everything that Mary said / The Feds were sure to know" -- Sam Simpson =================================================================== Tapio Lehtonen tel: +358 9 4131 2206 Tellabs Oy fax: +358 9 4131 2030 Sinim?entie 6 email: tapio at Tellabs.fi FIN-02630 ESPOO URL http://www.Tellabs.com/ Finland Senior Systems Specialist =================================================================== -------------- next part -------------- A non-text attachment was scrubbed... Name: tapio.lehtonen.vcf Type: text/x-vcard Size: 346 bytes Desc: Card for Tapio Lehtonen URL: From rainer at rai16.informatik.uni-stuttgart.de Wed Nov 15 06:59:02 2000 From: rainer at rai16.informatik.uni-stuttgart.de (Rainer Dorsch) Date: Wed, 15 Nov 2000 12:59:02 +0100 Subject: [rt-users] Enhanced email gateway In-Reply-To: Your message of "Wed, 15 Nov 2000 13:48:22 +0200." <3A127806.31FD0BA9@tellabs.com> Message-ID: <200011151159.MAA10114@rai16.informatik.uni-stuttgart.de> I got it directly from the package maintainer. It will be uploaded to the debian server after being tested somewhat. Should I forward you the .deb file? Rainer. > I don't know about the extra documentation, but where did you get that > Debian package? The Debian site has only 1.0.1-4 version, I just > checked. > > rainer at rainer.informatik.uni-stuttgart.de wrote: > > > > I just got the new Debian package of RT1.05 (the latest Debian package > > before was 1.01). I found in the NEWS file > > > > July 18 2000 > > ------------ > > > > Enhanced mail gateway functionality for a paying customer ;) > > > > Is there more documentation about the enhanced functionality? > > > > Thanks. > > > > Rainer. > > > > -- > > Rainer Dorsch > > Abt. Rechnerarchitektur e-mail:rainer.dorsch at informatik.uni-stuttgart.de > > Uni Stuttgart Tel.: +49-711-7816-215 / Fax: +49-711-7816-288 > > Breitwiesenstr. 20-22 D-70565 Stuttgart > > > > _______________________________________________ > > rt-users mailing list > > rt-users at lists.fsck.com > > http://lists.fsck.com/mailman/listinfo/rt-users > > -- > "Mary had a crypto key / She kept it in escrow > And everything that Mary said / The Feds were sure to know" -- Sam > Simpson > =================================================================== > Tapio Lehtonen tel: +358 9 4131 2206 > Tellabs Oy fax: +358 9 4131 2030 > Sinim?entie 6 email: tapio at Tellabs.fi > FIN-02630 ESPOO URL http://www.Tellabs.com/ > Finland Senior Systems Specialist > =================================================================== > > begin:vcard > n:Lehtonen;Tapio > tel;cell:+358 40 590 1324 > tel;fax:+358 9 4131 2030 > tel;work:+358 9 4131 2206 > x-mozilla-html:FALSE > url:http://www.tellabs.com/ > org:Tellabs Oy;Design Framework > adr:;;Sinim?entie 6;Espoo;;FI-02630;Finland > version:2.1 > email;internet:Tapio.Lehtonen at Tellabs.com > title:Senior Systems Specialist > fn:Tapio Lehtonen > end:vcard > From jesse at fsck.com Wed Nov 15 09:02:41 2000 From: jesse at fsck.com (Jesse) Date: Wed, 15 Nov 2000 09:02:41 -0500 Subject: [rt-users] Enhanced email gateway In-Reply-To: <200011151159.MAA10114@rai16.informatik.uni-stuttgart.de>; from rainer@rai16.informatik.uni-stuttgart.de on Wed, Nov 15, 2000 at 12:59:02PM +0100 References: <3A127806.31FD0BA9@tellabs.com> <200011151159.MAA10114@rai16.informatik.uni-stuttgart.de> Message-ID: <20001115090241.P3459@pallas.fsck.com> rt-mailgate --help On Wed, Nov 15, 2000 at 12:59:02PM +0100, Rainer Dorsch wrote: > > I got it directly from the package maintainer. It will be uploaded to the > debian server after being tested somewhat. > > Should I forward you the .deb file? > > Rainer. > > > I don't know about the extra documentation, but where did you get that > > Debian package? The Debian site has only 1.0.1-4 version, I just > > checked. > > > > rainer at rainer.informatik.uni-stuttgart.de wrote: > > > > > > I just got the new Debian package of RT1.05 (the latest Debian package > > > before was 1.01). I found in the NEWS file > > > > > > July 18 2000 > > > ------------ > > > > > > Enhanced mail gateway functionality for a paying customer ;) > > > > > > Is there more documentation about the enhanced functionality? > > > > > > Thanks. > > > > > > Rainer. > > > > > > -- > > > Rainer Dorsch > > > Abt. Rechnerarchitektur e-mail:rainer.dorsch at informatik.uni-stuttgart.de > > > Uni Stuttgart Tel.: +49-711-7816-215 / Fax: +49-711-7816-288 > > > Breitwiesenstr. 20-22 D-70565 Stuttgart > > > > > > _______________________________________________ > > > rt-users mailing list > > > rt-users at lists.fsck.com > > > http://lists.fsck.com/mailman/listinfo/rt-users > > > > -- > > "Mary had a crypto key / She kept it in escrow > > And everything that Mary said / The Feds were sure to know" -- Sam > > Simpson > > =================================================================== > > Tapio Lehtonen tel: +358 9 4131 2206 > > Tellabs Oy fax: +358 9 4131 2030 > > Sinim?entie 6 email: tapio at Tellabs.fi > > FIN-02630 ESPOO URL http://www.Tellabs.com/ > > Finland Senior Systems Specialist > > =================================================================== > > > > begin:vcard > > n:Lehtonen;Tapio > > tel;cell:+358 40 590 1324 > > tel;fax:+358 9 4131 2030 > > tel;work:+358 9 4131 2206 > > x-mozilla-html:FALSE > > url:http://www.tellabs.com/ > > org:Tellabs Oy;Design Framework > > adr:;;Sinim?entie 6;Espoo;;FI-02630;Finland > > version:2.1 > > email;internet:Tapio.Lehtonen at Tellabs.com > > title:Senior Systems Specialist > > fn:Tapio Lehtonen > > end:vcard > > > > > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users > -- jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 Transporters are so ungodly. if god had wanted us to travel great distances instantaneously, he would have given us an internal materialisation/dematerialisation control. -- Shoshe Cole From rainer at rai16.informatik.uni-stuttgart.de Wed Nov 15 10:15:55 2000 From: rainer at rai16.informatik.uni-stuttgart.de (Rainer Dorsch) Date: Wed, 15 Nov 2000 16:15:55 +0100 Subject: [rt-users] Enhanced email gateway In-Reply-To: Message from Jesse of "Wed, 15 Nov 2000 09:02:41 EST." <20001115090241.P3459@pallas.fsck.com> References: <3A127806.31FD0BA9@tellabs.com> <200011151159.MAA10114@rai16.informatik.uni-stuttgart.de> <20001115090241.P3459@pallas.fsck.com> Message-ID: <200011151515.QAA16657@rai16.informatik.uni-stuttgart.de> Hmm, maybe I should have asked more detailed: I am wondering, if it is possible to send a mail to a queue of RT with the content Owner: abc Priority: 75 Due: 2000-11-22 Subject: xyz Content: bla bla It could work via rt-mailgate's action mode, but I did not find documentation. Does anybody know, if that works and if it is documented somewhere? Thanks. Rainer. > rt-mailgate --help > > > On Wed, Nov 15, 2000 at 12:59:02PM +0100, Rainer Dorsch wrote: > > > > I got it directly from the package maintainer. It will be uploaded to the > > debian server after being tested somewhat. > > > > Should I forward you the .deb file? > > > > Rainer. > > > > > I don't know about the extra documentation, but where did you get that > > > Debian package? The Debian site has only 1.0.1-4 version, I just > > > checked. > > > > > > rainer at rainer.informatik.uni-stuttgart.de wrote: > > > > > > > > I just got the new Debian package of RT1.05 (the latest Debian package > > > > before was 1.01). I found in the NEWS file > > > > > > > > July 18 2000 > > > > ------------ > > > > > > > > Enhanced mail gateway functionality for a paying customer ;) > > > > > > > > Is there more documentation about the enhanced functionality? > > > > > > > > Thanks. > > > > > > > > Rainer. > > > > > > > > -- > > > > Rainer Dorsch > > > > Abt. Rechnerarchitektur e-mail:rainer.dorsch at informatik.uni-stuttgart.de > > > > Uni Stuttgart Tel.: +49-711-7816-215 / Fax: +49-711-7816-288 > > > > Breitwiesenstr. 20-22 D-70565 Stuttgart > > > > > > > > _______________________________________________ > > > > rt-users mailing list > > > > rt-users at lists.fsck.com > > > > http://lists.fsck.com/mailman/listinfo/rt-users > > > > > > -- > > > "Mary had a crypto key / She kept it in escrow > > > And everything that Mary said / The Feds were sure to know" -- Sam > > > Simpson > > > ???????????????????????> > Tapio Lehtonen tel: +358 9 4131 2206 > > > Tellabs Oy fax: +358 9 4131 2030 > > > Sinim?entie 6 email: tapio at Tellabs.fi > > > FIN-02630 ESPOO URL http://www.Tellabs.com/ > > > Finland Senior Systems Specialist > > > ??????????????????????> > > > > begin:vcard > > > n:Lehtonen;Tapio > > > tel;cell:+358 40 590 1324 > > > tel;fax:+358 9 4131 2030 > > > tel;work:+358 9 4131 2206 > > > x-mozilla-html:FALSE > > > url:http://www.tellabs.com/ > > > org:Tellabs Oy;Design Framework > > > adr:;;Sinim?entie 6;Espoo;;FI-02630;Finland > > > version:2.1 > > > email;internet:Tapio.Lehtonen at Tellabs.com > > > title:Senior Systems Specialist > > > fn:Tapio Lehtonen > > > end:vcard > > > > > > > > > > > _______________________________________________ > > rt-users mailing list > > rt-users at lists.fsck.com > > http://lists.fsck.com/mailman/listinfo/rt-users > > > > -- > jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com > 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 > > Transporters are so ungodly. if god had wanted us to travel great distances > instantaneously, he would have given us an internal > materialisation/dematerialisation control. > -- Shoshe Cole > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users From eoinokane at e-merge.ie Wed Nov 15 10:31:53 2000 From: eoinokane at e-merge.ie (eOin) Date: Wed, 15 Nov 2000 15:31:53 -0000 Subject: [rt-users] Portability References: <3A127806.31FD0BA9@tellabs.com> <200011151159.MAA10114@rai16.informatik.uni-stuttgart.de> <20001115090241.P3459@pallas.fsck.com> Message-ID: <01c201c04f19$2eb90cf0$d160180a@eircell.ie> Hey Is RT portable to Tru64 40f ? cheers Eoin ----- Original Message ----- From: "Jesse" To: Cc: "Tapio Lehtonen" ; Sent: Wednesday, November 15, 2000 2:02 PM Subject: Re: [rt-users] Enhanced email gateway rt-mailgate --help On Wed, Nov 15, 2000 at 12:59:02PM +0100, Rainer Dorsch wrote: > > I got it directly from the package maintainer. It will be uploaded to the > debian server after being tested somewhat. > > Should I forward you the .deb file? > > Rainer. > > > I don't know about the extra documentation, but where did you get that > > Debian package? The Debian site has only 1.0.1-4 version, I just > > checked. > > > > rainer at rainer.informatik.uni-stuttgart.de wrote: > > > > > > I just got the new Debian package of RT1.05 (the latest Debian package > > > before was 1.01). I found in the NEWS file > > > > > > July 18 2000 > > > ------------ > > > > > > Enhanced mail gateway functionality for a paying customer ;) > > > > > > Is there more documentation about the enhanced functionality? > > > > > > Thanks. > > > > > > Rainer. > > > > > > -- > > > Rainer Dorsch > > > Abt. Rechnerarchitektur e-mail:rainer.dorsch at informatik.uni-stuttgart.de > > > Uni Stuttgart Tel.: +49-711-7816-215 / Fax: +49-711-7816-288 > > > Breitwiesenstr. 20-22 D-70565 Stuttgart > > > > > > _______________________________________________ > > > rt-users mailing list > > > rt-users at lists.fsck.com > > > http://lists.fsck.com/mailman/listinfo/rt-users > > > > -- > > "Mary had a crypto key / She kept it in escrow > > And everything that Mary said / The Feds were sure to know" -- Sam > > Simpson > > =================================================================== > > Tapio Lehtonen tel: +358 9 4131 2206 > > Tellabs Oy fax: +358 9 4131 2030 > > Sinim?entie 6 email: tapio at Tellabs.fi > > FIN-02630 ESPOO URL http://www.Tellabs.com/ > > Finland Senior Systems Specialist > > =================================================================== > > > > begin:vcard > > n:Lehtonen;Tapio > > tel;cell:+358 40 590 1324 > > tel;fax:+358 9 4131 2030 > > tel;work:+358 9 4131 2206 > > x-mozilla-html:FALSE > > url:http://www.tellabs.com/ > > org:Tellabs Oy;Design Framework > > adr:;;Sinim?entie 6;Espoo;;FI-02630;Finland > > version:2.1 > > email;internet:Tapio.Lehtonen at Tellabs.com > > title:Senior Systems Specialist > > fn:Tapio Lehtonen > > end:vcard > > > > > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users > -- jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 Transporters are so ungodly. if god had wanted us to travel great distances instantaneously, he would have given us an internal materialisation/dematerialisation control. -- Shoshe Cole _______________________________________________ rt-users mailing list rt-users at lists.fsck.com http://lists.fsck.com/mailman/listinfo/rt-users From jesse at fsck.com Wed Nov 15 10:52:43 2000 From: jesse at fsck.com (Jesse) Date: Wed, 15 Nov 2000 10:52:43 -0500 Subject: [rt-users] Enhanced email gateway In-Reply-To: <200011151515.QAA16657@rai16.informatik.uni-stuttgart.de>; from rainer@rai16.informatik.uni-stuttgart.de on Wed, Nov 15, 2000 at 04:15:55PM +0100 References: <3A127806.31FD0BA9@tellabs.com> <200011151159.MAA10114@rai16.informatik.uni-stuttgart.de> <20001115090241.P3459@pallas.fsck.com> <200011151515.QAA16657@rai16.informatik.uni-stuttgart.de> Message-ID: <20001115105243.S3459@pallas.fsck.com> There isn't currently a way to do that. On Wed, Nov 15, 2000 at 04:15:55PM +0100, Rainer Dorsch wrote: > > Hmm, maybe I should have asked more detailed: > > I am wondering, if it is possible to send a mail to a queue of RT with the > content > > Owner: abc > Priority: 75 > Due: 2000-11-22 > Subject: xyz > Content: > bla bla > > It could work via rt-mailgate's action mode, but I did not find documentation. > > Does anybody know, if that works and if it is documented somewhere? > > Thanks. > > Rainer. > > > > rt-mailgate --help > > > > > > On Wed, Nov 15, 2000 at 12:59:02PM +0100, Rainer Dorsch wrote: > > > > > > I got it directly from the package maintainer. It will be uploaded to the > > > debian server after being tested somewhat. > > > > > > Should I forward you the .deb file? > > > > > > Rainer. > > > > > > > I don't know about the extra documentation, but where did you get that > > > > Debian package? The Debian site has only 1.0.1-4 version, I just > > > > checked. > > > > > > > > rainer at rainer.informatik.uni-stuttgart.de wrote: > > > > > > > > > > I just got the new Debian package of RT1.05 (the latest Debian package > > > > > before was 1.01). I found in the NEWS file > > > > > > > > > > July 18 2000 > > > > > ------------ > > > > > > > > > > Enhanced mail gateway functionality for a paying customer ;) > > > > > > > > > > Is there more documentation about the enhanced functionality? > > > > > > > > > > Thanks. > > > > > > > > > > Rainer. > > > > > > > > > > -- > > > > > Rainer Dorsch > > > > > Abt. Rechnerarchitektur e-mail:rainer.dorsch at informatik.uni-stuttgart.de > > > > > Uni Stuttgart Tel.: +49-711-7816-215 / Fax: +49-711-7816-288 > > > > > Breitwiesenstr. 20-22 D-70565 Stuttgart > > > > > > > > > > _______________________________________________ > > > > > rt-users mailing list > > > > > rt-users at lists.fsck.com > > > > > http://lists.fsck.com/mailman/listinfo/rt-users > > > > > > > > -- > > > > "Mary had a crypto key / She kept it in escrow > > > > And everything that Mary said / The Feds were sure to know" -- Sam > > > > Simpson > > > > ???????????????????????> > Tapio Lehtonen tel: +358 9 4131 2206 > > > > Tellabs Oy fax: +358 9 4131 2030 > > > > Sinim?entie 6 email: tapio at Tellabs.fi > > > > FIN-02630 ESPOO URL http://www.Tellabs.com/ > > > > Finland Senior Systems Specialist > > > > ??????????????????????> > > > > > begin:vcard > > > > n:Lehtonen;Tapio > > > > tel;cell:+358 40 590 1324 > > > > tel;fax:+358 9 4131 2030 > > > > tel;work:+358 9 4131 2206 > > > > x-mozilla-html:FALSE > > > > url:http://www.tellabs.com/ > > > > org:Tellabs Oy;Design Framework > > > > adr:;;Sinim?entie 6;Espoo;;FI-02630;Finland > > > > version:2.1 > > > > email;internet:Tapio.Lehtonen at Tellabs.com > > > > title:Senior Systems Specialist > > > > fn:Tapio Lehtonen > > > > end:vcard > > > > > > > > > > > > > > > > _______________________________________________ > > > rt-users mailing list > > > rt-users at lists.fsck.com > > > http://lists.fsck.com/mailman/listinfo/rt-users > > > > > > > -- > > jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com > > 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 > > > > Transporters are so ungodly. if god had wanted us to travel great distances > > instantaneously, he would have given us an internal > > materialisation/dematerialisation control. > > -- Shoshe Cole > > > > _______________________________________________ > > rt-users mailing list > > rt-users at lists.fsck.com > > http://lists.fsck.com/mailman/listinfo/rt-users > > > -- jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 And I'm told we do share some common rituals. Our "flame war" is apparently held in person in their land and called "project meeting". -Alan Cox [on "Suits"] From jesse at fsck.com Wed Nov 15 10:53:16 2000 From: jesse at fsck.com (Jesse) Date: Wed, 15 Nov 2000 10:53:16 -0500 Subject: [rt-users] Portability In-Reply-To: <01c201c04f19$2eb90cf0$d160180a@eircell.ie>; from eoinokane@e-merge.ie on Wed, Nov 15, 2000 at 03:31:53PM -0000 References: <3A127806.31FD0BA9@tellabs.com> <200011151159.MAA10114@rai16.informatik.uni-stuttgart.de> <20001115090241.P3459@pallas.fsck.com> <01c201c04f19$2eb90cf0$d160180a@eircell.ie> Message-ID: <20001115105316.T3459@pallas.fsck.com> should run just fine. On Wed, Nov 15, 2000 at 03:31:53PM -0000, eOin wrote: > Hey > > Is RT portable to Tru64 40f ? > > cheers > > Eoin > ----- Original Message ----- > From: "Jesse" > To: > Cc: "Tapio Lehtonen" ; > Sent: Wednesday, November 15, 2000 2:02 PM > Subject: Re: [rt-users] Enhanced email gateway > > > rt-mailgate --help > > > On Wed, Nov 15, 2000 at 12:59:02PM +0100, Rainer Dorsch wrote: > > > > I got it directly from the package maintainer. It will be uploaded to the > > debian server after being tested somewhat. > > > > Should I forward you the .deb file? > > > > Rainer. > > > > > I don't know about the extra documentation, but where did you get that > > > Debian package? The Debian site has only 1.0.1-4 version, I just > > > checked. > > > > > > rainer at rainer.informatik.uni-stuttgart.de wrote: > > > > > > > > I just got the new Debian package of RT1.05 (the latest Debian package > > > > before was 1.01). I found in the NEWS file > > > > > > > > July 18 2000 > > > > ------------ > > > > > > > > Enhanced mail gateway functionality for a paying customer ;) > > > > > > > > Is there more documentation about the enhanced functionality? > > > > > > > > Thanks. > > > > > > > > Rainer. > > > > > > > > -- > > > > Rainer Dorsch > > > > Abt. Rechnerarchitektur > e-mail:rainer.dorsch at informatik.uni-stuttgart.de > > > > Uni Stuttgart Tel.: +49-711-7816-215 / Fax: > +49-711-7816-288 > > > > Breitwiesenstr. 20-22 D-70565 Stuttgart > > > > > > > > _______________________________________________ > > > > rt-users mailing list > > > > rt-users at lists.fsck.com > > > > http://lists.fsck.com/mailman/listinfo/rt-users > > > > > > -- > > > "Mary had a crypto key / She kept it in escrow > > > And everything that Mary said / The Feds were sure to know" -- Sam > > > Simpson > > > =================================================================== > > > Tapio Lehtonen tel: +358 9 4131 2206 > > > Tellabs Oy fax: +358 9 4131 2030 > > > Sinim?entie 6 email: tapio at Tellabs.fi > > > FIN-02630 ESPOO URL http://www.Tellabs.com/ > > > Finland Senior Systems Specialist > > > =================================================================== > > > > > > begin:vcard > > > n:Lehtonen;Tapio > > > tel;cell:+358 40 590 1324 > > > tel;fax:+358 9 4131 2030 > > > tel;work:+358 9 4131 2206 > > > x-mozilla-html:FALSE > > > url:http://www.tellabs.com/ > > > org:Tellabs Oy;Design Framework > > > adr:;;Sinim?entie 6;Espoo;;FI-02630;Finland > > > version:2.1 > > > email;internet:Tapio.Lehtonen at Tellabs.com > > > title:Senior Systems Specialist > > > fn:Tapio Lehtonen > > > end:vcard > > > > > > > > > > > _______________________________________________ > > rt-users mailing list > > rt-users at lists.fsck.com > > http://lists.fsck.com/mailman/listinfo/rt-users > > > > -- > jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com > 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 > > Transporters are so ungodly. if god had wanted us to travel great distances > instantaneously, he would have given us an internal > materialisation/dematerialisation control. > -- Shoshe Cole > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users > > > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users > -- jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 Linux is like a Vorlon. It is incredibly powerful, gives terse, cryptic answers and has a lot of things going on in the background. From pareilly at tcd.ie Wed Nov 15 11:05:59 2000 From: pareilly at tcd.ie (Paul Reilly) Date: Wed, 15 Nov 2000 16:05:59 +0000 (GMT) Subject: [rt-users] Re: areas + default q In-Reply-To: <20001115105243.S3459@pallas.fsck.com> Message-ID: Hi - a few q's * How can I change the default q which is displayed when entering the web interface? * Would it be easy to add a "list by area" button to the RT interface? * Will the "area" concept be retained in RT 2? Thanks Paul From jesse at fsck.com Wed Nov 15 11:33:48 2000 From: jesse at fsck.com (Jesse) Date: Wed, 15 Nov 2000 11:33:48 -0500 Subject: [rt-users] Re: areas + default q In-Reply-To: ; from pareilly@tcd.ie on Wed, Nov 15, 2000 at 04:05:59PM +0000 References: <20001115105243.S3459@pallas.fsck.com> Message-ID: <20001115113348.U3459@pallas.fsck.com> On Wed, Nov 15, 2000 at 04:05:59PM +0000, Paul Reilly wrote: > > Hi - a few q's > > * How can I change the default q which is displayed when entering the web > interface? Well, the default is "display all queues the user has access to" I'd suggest bookmarking the URL of the search you want RT to start off with. > * Would it be easy to add a "list by area" button to the RT interface? You mean "select areas to search for"? Not easily, as different queues have different areas. > * Will the "area" concept be retained in RT 2? It's going to be expanded into a more general "keywords" system that, in the degenerate case, can be used just like areas. You won't, however, be limited to one keyword per ticket. > Thanks > > Paul > > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users > -- jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 "If IBM _wanted_ to make clones, we could make them cheaper and faster than anyone else!" - An IBM Rep. visiting Vassar College's Comp Sci Department. From kimura at ctc.ad.jp Wed Nov 15 19:45:08 2000 From: kimura at ctc.ad.jp (Kazu Kimura) Date: Thu, 16 Nov 2000 09:45:08 +0900 Subject: [rt-users] Questions on RT In-Reply-To: <3A126B3B.1CB9BB45@tellabs.com> References: <20001115174426.DAC3.KIMURA@ctc.ad.jp> <3A126B3B.1CB9BB45@tellabs.com> Message-ID: <20001116094014.A9E6.KIMURA@ctc.ad.jp> On Wed, 15 Nov 2000 12:53:47 +0200 Tapio Lehtonen wrote: > > > kimura at ctc.ad.jp wrote: > > > > Hello, > > > > Just a few questions concerning RT. > > > > (1)As for the transaction display on Web interface, transactions are > > displayed from up to down. Is it possible to change the order? In > > other words, Can we observe the latest transaction on the top? > > > > Yes, fiddle with the queue filters at the bottom of the page and when > you get them the way you like, bookmark that. Or copy the resulting URL > to some webpage. > > Example: > http://your-webrt-server/cgi-bin/webrt.cgi?q_sort=number&q_reverse=1& Tapio, This will reverse the order of ticket list. What I want is to reverse the order of transactions of each ticket when I see web interface. > > > (2)Is it possible to calculate the MTTR of the tickets of the month? > > > > Probably, with a suitable SQL code. If you have someone cabable of doing > SQL queries, he/she might be able to write this for you. You may be right. > > > (3)Does anybody have ISO 9000 certification with RT? > > > > I doubt it. Or do you mean "is there a company X that uses RT and has > ISO 9000 for the process that uses RT?" That there might be. Yeah, your description will be more appropriate. Regards, - - - - - - - - - - - - - - - - - - - Kazu Kimura IP Network Engineering, CTC Phone +81-52-740-8101 Fax +81-52-740-8935 - - - - - - - - - - - - - - - - - - - From kimura at ctc.ad.jp Wed Nov 15 20:07:46 2000 From: kimura at ctc.ad.jp (Kazu Kimura) Date: Thu, 16 Nov 2000 10:07:46 +0900 Subject: [rt-users] Enhanced email gateway In-Reply-To: <20001115105243.S3459@pallas.fsck.com> References: <200011151515.QAA16657@rai16.informatik.uni-stuttgart.de> <20001115105243.S3459@pallas.fsck.com> Message-ID: <20001116100337.A9E9.KIMURA@ctc.ad.jp> Jesse, I agree with the function Rainer considers when the Web interface is not disclosed and somebody who cannot access wants to know the latest status. Regards, Kazu On Wed, 15 Nov 2000 10:52:43 -0500 Jesse wrote: > There isn't currently a way to do that. > > > On Wed, Nov 15, 2000 at 04:15:55PM +0100, Rainer Dorsch wrote: > > > > Hmm, maybe I should have asked more detailed: > > > > I am wondering, if it is possible to send a mail to a queue of RT with the > > content > > > > Owner: abc > > Priority: 75 > > Due: 2000-11-22 > > Subject: xyz > > Content: > > bla bla > > > > It could work via rt-mailgate's action mode, but I did not find documentation. > > > > Does anybody know, if that works and if it is documented somewhere? > > > > Thanks. > > > > Rainer. > > > > From jesse at fsck.com Wed Nov 15 20:09:26 2000 From: jesse at fsck.com (Jesse) Date: Wed, 15 Nov 2000 20:09:26 -0500 Subject: [rt-users] Enhanced email gateway In-Reply-To: <20001116100337.A9E9.KIMURA@ctc.ad.jp>; from kimura@ctc.ad.jp on Thu, Nov 16, 2000 at 10:07:46AM +0900 References: <200011151515.QAA16657@rai16.informatik.uni-stuttgart.de> <20001115105243.S3459@pallas.fsck.com> <20001116100337.A9E9.KIMURA@ctc.ad.jp> Message-ID: <20001115200926.E3459@pallas.fsck.com> Things like this will be addressed in RT2...though for 2.0, the answer will be a web-based user interface for requestors, rather than an enhanced mail mode. On Thu, Nov 16, 2000 at 10:07:46AM +0900, Kazu Kimura wrote: > Jesse, > > I agree with the function Rainer considers when the Web interface is not > disclosed and somebody who cannot access wants to know the latest > status. > > Regards, > > Kazu > > > On Wed, 15 Nov 2000 10:52:43 -0500 > Jesse wrote: > > > There isn't currently a way to do that. > > > > > > On Wed, Nov 15, 2000 at 04:15:55PM +0100, Rainer Dorsch wrote: > > > > > > Hmm, maybe I should have asked more detailed: > > > > > > I am wondering, if it is possible to send a mail to a queue of RT with the > > > content > > > > > > Owner: abc > > > Priority: 75 > > > Due: 2000-11-22 > > > Subject: xyz > > > Content: > > > bla bla > > > > > > It could work via rt-mailgate's action mode, but I did not find documentation. > > > > > > Does anybody know, if that works and if it is documented somewhere? > > > > > > Thanks. > > > > > > Rainer. > > > > > > > > > -- jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 "If IBM _wanted_ to make clones, we could make them cheaper and faster than anyone else!" - An IBM Rep. visiting Vassar College's Comp Sci Department. From wozz+rt at wookie.net Wed Nov 15 20:25:27 2000 From: wozz+rt at wookie.net (Wozz) Date: Wed, 15 Nov 2000 18:25:27 -0700 Subject: [rt-users] Enhanced email gateway In-Reply-To: <20001115200926.E3459@pallas.fsck.com>; from jesse@fsck.com on Wed, Nov 15, 2000 at 08:09:26PM -0500 References: <200011151515.QAA16657@rai16.informatik.uni-stuttgart.de> <20001115105243.S3459@pallas.fsck.com> <20001116100337.A9E9.KIMURA@ctc.ad.jp> <20001115200926.E3459@pallas.fsck.com> Message-ID: <20001115182527.C3910@luvewe.bonch.org> On Wed, Nov 15, 2000 at 08:09:26PM -0500, Jesse wrote: > Things like this will be addressed in RT2...though for 2.0, the answer > will be a web-based user interface for requestors, rather than an > enhanced mail mode. > Speaking of 2.0, is there an idea of a timetable for a feature-complete version of 2.0 to be released, whether a beta or whatever? From vd at econnex.de Thu Nov 16 06:40:55 2000 From: vd at econnex.de (Volker Dose) Date: Thu, 16 Nov 2000 12:40:55 +0100 Subject: [rt-users] notifications to requestors who are members of the queue Message-ID: <3A13C7C7DC.0590VD@mail.econnex.de> Hi everybody. I have installed rt and are trying around with this really nice piece of software. But I am wondering about one fact: When I am creating a job via the web interface as a user and queue member, I am getting an autoreply from the system, that's fine. But I also want to have copies of the correspondenc under that subject, this is not working. I have read in an older posting in this mailing list (from Sep. 12th, Subject: webrt replies not mailed to requestor), Jesse wrote: "You should know that if the requestor is a queue member, they won't get the requestor copy." Does anyone have any idea how to change this? (My perl skills are to low on this moment for understanding rt) Regards, Volker ___________________________________ eCONNEX AG Volker Dose D?nische Stra?e 15 - 24103 Kiel fon 0431 59 369 0 - fax 0431 59 369 19 ___________________________________ From jesse at fsck.com Thu Nov 16 09:13:53 2000 From: jesse at fsck.com (Jesse) Date: Thu, 16 Nov 2000 09:13:53 -0500 Subject: [rt-users] Portability In-Reply-To: <02e201c04fc2$d2a8ee30$d160180a@eircell.ie>; from eoinokane@e-merge.ie on Thu, Nov 16, 2000 at 11:46:14AM -0000 References: <3A127806.31FD0BA9@tellabs.com> <200011151159.MAA10114@rai16.informatik.uni-stuttgart.de> <20001115090241.P3459@pallas.fsck.com> <01c201c04f19$2eb90cf0$d160180a@eircell.ie> <20001115105316.T3459@pallas.fsck.com> <02e201c04fc2$d2a8ee30$d160180a@eircell.ie> Message-ID: <20001116091353.N3459@pallas.fsck.com> transaction id On Thu, Nov 16, 2000 at 11:46:14AM -0000, eOin wrote: > Quick question for you > > int the /transactions/2000/Nov/15/ (for example) > > there are files for example > > 34.142 > > the 34 is obviously the ticket ID, what is the 142 ? > ----- Original Message ----- > From: "Jesse" > To: "eOin" > Cc: > Sent: Wednesday, November 15, 2000 3:53 PM > Subject: Re: [rt-users] Portability > > > should run just fine. > > > On Wed, Nov 15, 2000 at 03:31:53PM -0000, eOin wrote: > > Hey > > > > Is RT portable to Tru64 40f ? > > > > cheers > > > > Eoin > > ----- Original Message ----- > > From: "Jesse" > > To: > > Cc: "Tapio Lehtonen" ; > > > Sent: Wednesday, November 15, 2000 2:02 PM > > Subject: Re: [rt-users] Enhanced email gateway > > > > > > rt-mailgate --help > > > > > > On Wed, Nov 15, 2000 at 12:59:02PM +0100, Rainer Dorsch wrote: > > > > > > I got it directly from the package maintainer. It will be uploaded to > the > > > debian server after being tested somewhat. > > > > > > Should I forward you the .deb file? > > > > > > Rainer. > > > > > > > I don't know about the extra documentation, but where did you get that > > > > Debian package? The Debian site has only 1.0.1-4 version, I just > > > > checked. > > > > > > > > rainer at rainer.informatik.uni-stuttgart.de wrote: > > > > > > > > > > I just got the new Debian package of RT1.05 (the latest Debian > package > > > > > before was 1.01). I found in the NEWS file > > > > > > > > > > July 18 2000 > > > > > ------------ > > > > > > > > > > Enhanced mail gateway functionality for a paying customer ;) > > > > > > > > > > Is there more documentation about the enhanced functionality? > > > > > > > > > > Thanks. > > > > > > > > > > Rainer. > > > > > > > > > > -- > > > > > Rainer Dorsch > > > > > Abt. Rechnerarchitektur > > e-mail:rainer.dorsch at informatik.uni-stuttgart.de > > > > > Uni Stuttgart Tel.: +49-711-7816-215 / Fax: > > +49-711-7816-288 > > > > > Breitwiesenstr. 20-22 D-70565 Stuttgart > > > > > > > > > > _______________________________________________ > > > > > rt-users mailing list > > > > > rt-users at lists.fsck.com > > > > > http://lists.fsck.com/mailman/listinfo/rt-users > > > > > > > > -- > > > > "Mary had a crypto key / She kept it in escrow > > > > And everything that Mary said / The Feds were sure to know" -- > Sam > > > > Simpson > > > > =================================================================== > > > > Tapio Lehtonen tel: +358 9 4131 2206 > > > > Tellabs Oy fax: +358 9 4131 2030 > > > > Sinim?entie 6 email: tapio at Tellabs.fi > > > > FIN-02630 ESPOO URL http://www.Tellabs.com/ > > > > Finland Senior Systems Specialist > > > > =================================================================== > > > > > > > > begin:vcard > > > > n:Lehtonen;Tapio > > > > tel;cell:+358 40 590 1324 > > > > tel;fax:+358 9 4131 2030 > > > > tel;work:+358 9 4131 2206 > > > > x-mozilla-html:FALSE > > > > url:http://www.tellabs.com/ > > > > org:Tellabs Oy;Design Framework > > > > adr:;;Sinim?entie 6;Espoo;;FI-02630;Finland > > > > version:2.1 > > > > email;internet:Tapio.Lehtonen at Tellabs.com > > > > title:Senior Systems Specialist > > > > fn:Tapio Lehtonen > > > > end:vcard > > > > > > > > > > > > > > > > _______________________________________________ > > > rt-users mailing list > > > rt-users at lists.fsck.com > > > http://lists.fsck.com/mailman/listinfo/rt-users > > > > > > > -- > > jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com > > 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 > > > > Transporters are so ungodly. if god had wanted us to travel great > distances > > instantaneously, he would have given us an internal > > materialisation/dematerialisation control. > > -- Shoshe Cole > > > > _______________________________________________ > > rt-users mailing list > > rt-users at lists.fsck.com > > http://lists.fsck.com/mailman/listinfo/rt-users > > > > > > > > _______________________________________________ > > rt-users mailing list > > rt-users at lists.fsck.com > > http://lists.fsck.com/mailman/listinfo/rt-users > > > > -- > jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com > 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 > > Linux is like a Vorlon. It is incredibly powerful, gives terse, > cryptic answers and has a lot of things going on in the background. > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users > > > -- jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 I admit that X is the second worst windowing system in the world, but all the others I've used are tied for first. From vd at econnex.de Thu Nov 16 09:25:48 2000 From: vd at econnex.de (Volker Dose) Date: Thu, 16 Nov 2000 15:25:48 +0100 Subject: [rt-users] final priority Message-ID: <3A13EE6C348.0596VD@mail.econnex.de> Hi. Can anybody tell me, what this means? Is there a mechanism, that count the prioriy up in some way? Regards, Volker. ___________________________________ eCONNEX AG Volker Dose D?nische Stra?e 15 - 24103 Kiel fon 0431 59 369 0 - fax 0431 59 369 19 ___________________________________ From awettste at bent.cait.org Fri Nov 17 09:13:09 2000 From: awettste at bent.cait.org (Andrew Wettstein) Date: Fri, 17 Nov 2000 08:13:09 -0600 (CST) Subject: [rt-users] turnaround times Message-ID: hi, we're testing out RT, and we would like to know if there is any way to generate a report the tells the turnaround time of a request. the db only stores the create date and the date the request was last touched. so if the request is ever reopened the time would be skewed. thanks andy From allbery at ece.cmu.edu Fri Nov 17 10:33:14 2000 From: allbery at ece.cmu.edu (Brandon S. Allbery KF8NH) Date: Fri, 17 Nov 2000 10:33:14 -0500 Subject: [rt-users] turnaround times In-Reply-To: Message-ID: <3794585781.974457194@pyanfar> On Friday, November 17, 2000 08:13 -0600, Andrew Wettstein wrote: +----- | we're testing out RT, and we would like to know if there is any way | to generate a report the tells the turnaround time of a request. +--->8 Sure. Look at the transactions table as well as each_req; you have a timestamp for every change to the request. So your turnaround time is figured between a create or status change resolved->open to the next status change to resolved. RT doesn't come with much of anything in the way of reports itself, so you'll have to write it. It shouldn't be that difficult with DBI. -- brandon s. allbery [os/2][linux][solaris][japh] allbery at kf8nh.apk.net system administrator [WAY too many hats] allbery at ece.cmu.edu electrical and computer engineering KF8NH carnegie mellon university ["better check the oblivious first" -ke6sls] From randy at wine.com Sat Nov 18 12:02:17 2000 From: randy at wine.com (Randy Shaw) Date: Sat, 18 Nov 2000 09:02:17 -0800 Subject: [rt-users] (no subject) Message-ID: subscribe -------------- next part -------------- An HTML attachment was scrubbed... URL: From bgunn at InterAdNet.com Wed Nov 22 09:19:43 2000 From: bgunn at InterAdNet.com (Gunn, Billy) Date: Wed, 22 Nov 2000 09:19:43 -0500 Subject: [rt-users] rt-mailgate Message-ID: <7DBC96804E87D311A3A300062950CB16700017@thetick.interadnet.com> Good Morning. I am trying to set up RT for the first time and have run in to a problem with the mail gateway. I have added the line: rt: |"/path/to/lrt/bin/rt-mailgate general correspond" to /etc/aliases as per the readme. /etc/sendmail.cf is set to look at /etc/aliases. When I send mail to rt at myhost.mydomain.com it is returned undeliverable with the following message: ----- The following addresses had permanent fatal errors ----- |"/opt/rt/bin/rt-mailgate general correspond" (expanded from: ) ----- Transcript of session follows ----- sh: rt-mailgate not available for sendmail programs 554 |"/opt/rt/bin/rt-mailgate general correspond"... Service unavailable Any ideas as to what I am missing? Thanks, Billy Gunn Unix Sys Admin Interadnet, Inc. 919-657-4350 From bgunn at InterAdNet.com Wed Nov 22 09:24:34 2000 From: bgunn at InterAdNet.com (Gunn, Billy) Date: Wed, 22 Nov 2000 09:24:34 -0500 Subject: [rt-users] Rrad the FAQ! Message-ID: <7DBC96804E87D311A3A300062950CB16700018@thetick.interadnet.com> Sorry all. The question I just posted was starring right at me in the FAQ. What a rookie move ) Cheers, Billy Gunn Unix Sys Admin Interadnet, Inc. 919-657-4350 From eoinokane at e-merge.ie Wed Nov 22 11:03:34 2000 From: eoinokane at e-merge.ie (eOin) Date: Wed, 22 Nov 2000 16:03:34 -0000 Subject: [rt-users] font size ? References: <20001106132059.R29919@pallas.eruditorum.org> Message-ID: <02db01c0549d$c4f8c410$d160180a@eircell.ie> Hello Doesnt anyone know where I can change the font size in the body of each of the transactions Cheers Eoin From allbery at ece.cmu.edu Wed Nov 22 11:12:30 2000 From: allbery at ece.cmu.edu (Brandon S. Allbery KF8NH) Date: Wed, 22 Nov 2000 11:12:30 -0500 Subject: [rt-users] font size ? In-Reply-To: <02db01c0549d$c4f8c410$d160180a@eircell.ie> Message-ID: <18160000.974909550@tully> On Wednesday, November 22, 2000 16:03:34 +0000, eOin wrote: +----- | Doesnt anyone know where I can change the font size in the body of each of | the transactions +--->8 Near the top of lib/rt/ui/web/manipulate.pm are the variables which control this; $MESSAGE_FONT is the one you want. -- brandon s. allbery [os/2][linux][solaris][japh] allbery at kf8nh.apk.net system administrator [WAY too many hats] allbery at ece.cmu.edu electrical and computer engineering KF8NH carnegie mellon university ["better check the oblivious first" -ke6sls] From max at mediaworks.com.br Wed Nov 22 12:47:59 2000 From: max at mediaworks.com.br (Max Mismetti) Date: Wed, 22 Nov 2000 15:47:59 -0200 Subject: [rt-users] config.pm Message-ID: Can't locate /opt/rt/etc/config.pm in @INC (@INC contains: /usr/lib/perl5/5.0050 2/i686-linux /usr/lib/perl5/5.00502 /usr/lib/perl5/site_perl/5.005/i686-linux /u sr/lib/perl5/site_perl/5.005 /opt/rt/lib) at /opt/rt/bin/rtmux.pl line 20. any ideas of how to solve this? my system is running on Slackware, Apache 1.3.14, Perl 5.005 it's been several days i've been trying to install RT and so far i haven't seen even the face of the web interface.... PS: oh and as you must have guessed. i'm a newbie, so go easy on me. thanks mAX From bgunn at InterAdNet.com Wed Nov 22 13:03:41 2000 From: bgunn at InterAdNet.com (Gunn, Billy) Date: Wed, 22 Nov 2000 13:03:41 -0500 Subject: [rt-users] config.pm Message-ID: <7DBC96804E87D311A3A300062950CB16700027@thetick.interadnet.com> I had the same issue when I first tried setting up RT. my problem is that I screwed around with the permissions. Deleting the RT installation directory and re-running make install corrected the issue. Good Luck. Cheers, Billy Gunn Unix Sys Admin Interadnet, Inc. 919-657-4350 -----Original Message----- From: Max Mismetti [mailto:max at mediaworks.com.br] Sent: Wednesday, November 22, 2000 12:48 PM To: rt-users at lists.fsck.com Subject: [rt-users] config.pm Can't locate /opt/rt/etc/config.pm in @INC (@INC contains: /usr/lib/perl5/5.0050 2/i686-linux /usr/lib/perl5/5.00502 /usr/lib/perl5/site_perl/5.005/i686-linux /u sr/lib/perl5/site_perl/5.005 /opt/rt/lib) at /opt/rt/bin/rtmux.pl line 20. any ideas of how to solve this? my system is running on Slackware, Apache 1.3.14, Perl 5.005 it's been several days i've been trying to install RT and so far i haven't seen even the face of the web interface.... PS: oh and as you must have guessed. i'm a newbie, so go easy on me. thanks mAX _______________________________________________ rt-users mailing list rt-users at lists.fsck.com http://lists.fsck.com/mailman/listinfo/rt-users From allbery at ece.cmu.edu Wed Nov 22 13:02:06 2000 From: allbery at ece.cmu.edu (Brandon S. Allbery KF8NH) Date: Wed, 22 Nov 2000 13:02:06 -0500 Subject: [rt-users] config.pm In-Reply-To: Message-ID: <4235517504.974898126@pyanfar> On Wednesday, November 22, 2000 15:47 -0200, Max Mismetti wrote: +----- | Can't locate /opt/rt/etc/config.pm in @INC (@INC contains: +--->8 This usually indicates incorrect permissions: /opt/rt/etc and/or /opt/rt/etc/config.pm aren't searchable/readable by the RT user, or suid_wrapper isn't setuid. -- brandon s. allbery [os/2][linux][solaris][japh] allbery at kf8nh.apk.net system administrator [WAY too many hats] allbery at ece.cmu.edu electrical and computer engineering KF8NH carnegie mellon university ["better check the oblivious first" -ke6sls] From max at mediaworks.com.br Wed Nov 22 13:12:21 2000 From: max at mediaworks.com.br (Max Mismetti) Date: Wed, 22 Nov 2000 16:12:21 -0200 Subject: [rt-users] thanks for help and one more question Message-ID: the problem i just emailed about was really permissions. i'm so confused after all these days compiling and installing stuff for the 1st time... i had already dealt with permissions but forgot about it. anyway, the problem i WAS trying to solve when i created that one was that when i try to access either webrt.cgi and admin-webrt.cgi i get a "500 internal server error". i read some old archives of this mailing list (btw, where are the new ones) on the web that it was a matter of upgrading the CGI.pm. well, so i did and still i get the 500 error... PS: also, if someone can give me some sorts of hints as how to use RT, cuz despite seeing the "Welcome to Request Tracker 1.0.4" message and setting the alias on /etc i can't get it to work, and i'm sure it's just a matter of configuring... mAX From allbery at ece.cmu.edu Wed Nov 22 13:20:16 2000 From: allbery at ece.cmu.edu (Brandon S. Allbery KF8NH) Date: Wed, 22 Nov 2000 13:20:16 -0500 Subject: [rt-users] thanks for help and one more question In-Reply-To: Message-ID: <4236607170.974899216@pyanfar> On Wednesday, November 22, 2000 16:12 -0200, Max Mismetti wrote: +----- | anyway, the problem i WAS trying to solve when i created that one was that | when i try to access either webrt.cgi and admin-webrt.cgi i get a "500 | internal server error". +--->8 Look in the server's error log to see if there are Perl errors in it. If all it reports is "premature end of headers" or something like that, install the Log::STDERR module from CPAN and point it to a suitable email address, which will have Perl errors mailed to it: fs1# head -2 /home/rt/bin/rtmux.pl #!/usr/bin/perl -wT use Log::STDERR 'allbery at ece.cmu.edu'; fs1# -- brandon s. allbery [os/2][linux][solaris][japh] allbery at kf8nh.apk.net system administrator [WAY too many hats] allbery at ece.cmu.edu electrical and computer engineering KF8NH carnegie mellon university ["better check the oblivious first" -ke6sls] From eoinokane at e-merge.ie Thu Nov 23 05:56:22 2000 From: eoinokane at e-merge.ie (eOin) Date: Thu, 23 Nov 2000 10:56:22 -0000 Subject: [rt-users] sending the comments to the requestor References: <200011151515.QAA16657@rai16.informatik.uni-stuttgart.de> <20001115105243.S3459@pallas.fsck.com> <20001116100337.A9E9.KIMURA@ctc.ad.jp> <20001115200926.E3459@pallas.fsck.com> Message-ID: <000e01c0553c$222d0b70$d160180a@eircell.ie> Hello Is it possible to alter RT so as to include the requestor on all comments ? regards Eoin From max at mediaworks.com.br Thu Nov 23 06:44:22 2000 From: max at mediaworks.com.br (Max Mismetti) Date: Thu, 23 Nov 2000 09:44:22 -0200 Subject: [rt-users] today's problems In-Reply-To: Message-ID: well it's a new day and it's time for more problems, if you guys can help me... i was getting a server error trying to access the CGIs, right? well i decided to run the CGI from the command line on the actual server and it was far better explained than "500 server error": Can't locate object method "new" via package "Digest::MD5" at /opt/rt/lib/rt/ui/ web/auth.pm line 36. anyone knows what this means and what to do to solve it. thanks in advance and sorry for being SO newbie mAX From jesse at fsck.com Thu Nov 23 10:27:41 2000 From: jesse at fsck.com (Jesse) Date: Thu, 23 Nov 2000 10:27:41 -0500 Subject: [rt-users] today's problems In-Reply-To: ; from max@mediaworks.com.br on Thu, Nov 23, 2000 at 09:44:22AM -0200 References: Message-ID: <20001123102741.U26140@pallas.fsck.com> perl -MCPAN -e'install Digest::MD5' should fix that. On Thu, Nov 23, 2000 at 09:44:22AM -0200, Max Mismetti wrote: > well it's a new day and it's time for more problems, if you guys can help > me... > > i was getting a server error trying to access the CGIs, right? > > well i decided to run the CGI from the command line on the actual server and > it was far better explained than "500 server error": > > Can't locate object method "new" via package "Digest::MD5" at > /opt/rt/lib/rt/ui/ > web/auth.pm line 36. > > anyone knows what this means and what to do to solve it. > > thanks in advance and sorry for being SO newbie > > > mAX > > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users > -- jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 This is scary. I'm imagining tracerouting you and seeing links like "Route 84" and "Route 9, Exit 14". Obviously, this is illness induced. --Cana McCoy From jesse at fsck.com Thu Nov 23 10:29:05 2000 From: jesse at fsck.com (Jesse) Date: Thu, 23 Nov 2000 10:29:05 -0500 Subject: [rt-users] sending the comments to the requestor In-Reply-To: <000e01c0553c$222d0b70$d160180a@eircell.ie>; from eoinokane@e-merge.ie on Thu, Nov 23, 2000 at 10:56:22AM -0000 References: <200011151515.QAA16657@rai16.informatik.uni-stuttgart.de> <20001115105243.S3459@pallas.fsck.com> <20001116100337.A9E9.KIMURA@ctc.ad.jp> <20001115200926.E3459@pallas.fsck.com> <000e01c0553c$222d0b70$d160180a@eircell.ie> Message-ID: <20001123102905.V26140@pallas.fsck.com> It is, of course, possible, to hack the code to do anything you want, but that is explicitly something taht RT was designed _not_ to do. If you want the requestor CCed, use "reply", rather than comment. On Thu, Nov 23, 2000 at 10:56:22AM -0000, eOin wrote: > Hello > > Is it possible to alter RT so as to include the requestor on all comments ? > > regards > > Eoin > > > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users > -- jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 After all, it's not every day you meet up with an evil power -M. Bulgakov From bgunn at InterAdNet.com Thu Nov 23 10:33:15 2000 From: bgunn at InterAdNet.com (Gunn, Billy) Date: Thu, 23 Nov 2000 10:33:15 -0500 Subject: [rt-users] today's problems Message-ID: <7DBC96804E87D311A3A300062950CB1692011C@thetick.interadnet.com> Check to be sure that you have the perl module Digest::MD5 installed. Cheers, Billy Gunn -----Original Message----- From: Max Mismetti [mailto:max at mediaworks.com.br] Sent: Thursday, November 23, 2000 6:44 AM To: rt-users at lists.fsck.com Subject: [rt-users] today's problems well it's a new day and it's time for more problems, if you guys can help me... i was getting a server error trying to access the CGIs, right? well i decided to run the CGI from the command line on the actual server and it was far better explained than "500 server error": Can't locate object method "new" via package "Digest::MD5" at /opt/rt/lib/rt/ui/ web/auth.pm line 36. anyone knows what this means and what to do to solve it. thanks in advance and sorry for being SO newbie mAX _______________________________________________ rt-users mailing list rt-users at lists.fsck.com http://lists.fsck.com/mailman/listinfo/rt-users From arclight at jump.net Thu Nov 23 10:49:55 2000 From: arclight at jump.net (arclight at jump.net) Date: Thu, 23 Nov 2000 09:49:55 -0600 Subject: [rt-users] today's problems In-Reply-To: References: Message-ID: <3A1CE843.25592.11B89328@localhost> Hi, Check to see if Digest::MD5 is installed (the module was once known as just MD5 and changed names with time). Navigating the perl lib/site_perl directories can be confusing and is installation-dependent. Here are a couple ways to check: # this should fail $ perl -MDigest::Scooby -e 'print "Hi!\n";' Can't locate Digest/Scooby.pm in @INC (@INC contains: /usr/local/lib/perl5/5.00503/sun4-solaris /usr/local/lib/perl5/5.00503 /usr/local/lib/perl5/site_perl/5.005/sun4-solaris /usr/local/lib/perl5/site_perl/5.005 .). BEGIN failed--compilation aborted. zsh: 24509 exit 2 perl -MDigest::Scooby -e print "Hi!\n"; # this should succeed if Digest::MD5 is installed $ perl -MDigest::MD5 -e 'print "Hi!\n";' Hi! # this is probably a better test: $ perl -MDigest::MD5 -e 'print $Digest::MD5::VERSION, "\n";' 2.11 Also, "perldoc Digest::MD5" is an easy way to check but it only verifies that the documentation is installed. Unless you've upgraded perl a number of times, the presence of documentation usually indicates the module is installed. Not always, though, so it's best to use a functional test like the ones above. Finally, if you're really bored you can do something like: $ find /usr/local/lib/perl5/site_perl -name MD5.pm -print /usr/local/lib/perl5/site_perl/MD5.pm /usr/local/lib/perl5/site_perl/5.005/sun4-solaris/Digest/MD5.pm /usr/local/lib/perl5/site_perl/5.005/sun4-solaris/MD5.pm This doesn't tell you if perl can find the module (the real problem; who cares if the library is installed but perl can't find it?). If the functional test fails, this might help explain why (from the results, we expect that 'use MD5;' and 'use Digest::MD5;' should be available. If the funcitonal tests don't agree, we may need to reinstall Digest::MD5). Anyway, enough about detecting problems. The easiest long-term fix is to get perl communicating with CPAN. If you've never done it before, it's tedious but easy (slightly less easy if you're sitting behind a firewall). # As root: perl -MCPAN -e shell # answer all the questions if you've never done this before, then cpan> install Digest::MD5 # another cool trick is cpan> r # which tells you which perl modules you have that need upgrading hth, -- Bob On 23 Nov 2000, at 9:44, Max Mismetti wrote: > well it's a new day and it's time for more problems, if you guys can > help me... > > i was getting a server error trying to access the CGIs, right? > > well i decided to run the CGI from the command line on the actual > server and it was far better explained than "500 server error": > > Can't locate object method "new" via package "Digest::MD5" at > /opt/rt/lib/rt/ui/ > web/auth.pm line 36. > > anyone knows what this means and what to do to solve it. > > thanks in advance and sorry for being SO newbie > > > mAX > > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users > From max at mediaworks.com.br Thu Nov 23 10:58:12 2000 From: max at mediaworks.com.br (Max Mismetti) Date: Thu, 23 Nov 2000 13:58:12 -0200 Subject: [rt-users] today's problems In-Reply-To: <3A1CE843.25592.11B89328@localhost> Message-ID: thanks a lot for the tip! here's the result of the test: correio:/usr/lib/perl5/5.00502/CPAN# perl -MDigest::MD5 -e 'print "Hi!\n";' Hi! but the version test shows me nothing (weird huh?) anyway, i need to know how to reinstall CPAN from scratch cuz: 1) i think i did some newbinesses (ha!) when i first installed it 2) since hope was the last to die, i set it up for a brazilian server and it's not finding it (damn this country, never again i'll trust our servers). now i gotta do the right thing and select a *US* server as always: thank you all for all the help i've been getting here! mAX From jelle at West.NL Fri Nov 24 10:19:04 2000 From: jelle at West.NL (Jelle van Zeijl) Date: Fri, 24 Nov 2000 16:19:04 +0100 (MET) Subject: [rt-users] User wrong when creating request via mailgate Message-ID: <200011241519.QAA09825@athens.West.NL> Hi, We're using RT for managing support requests but now we've got a problem when creating requests via email. We're in the process of moving from 1.0.1 to 1.0.5 (still testing our local changes) but I've tested the problem we have with a vanilla 1.0.5 installation. All our users have an RT user name of their firstname and all operations via the Web interface work fine. The problem: If a user wants to create a new request by sending email to the queue specific email address (that pipes it in the rt-mailgate command) it will complain via return-email that they have no permission to create requests in that queue. The user is allowed to manipulate the queue (so create requests) but is recognised as "user at domain.com" instead of just "user" although the email address of "user" is set to "user at domain.com". I suspected that there should be a conversion from email address to RT user name somewhere down the line. So I added that to lib/rt/ui/mail/manipulate.pm::parse_headers(). Ok, that works, the user can create requests! But now the requestor of the new request is set to "user@" probably because $current_user and $requestors are set the same somewhere and the call to lib/rt/support/utils.pm::norm_requestors() in add_new_request() which tries to append "@rt::domain" but "rt::domain" is never set... Then I gave up and now I turn to you. Should I: - just rename all our users to their email address, or - move the conversion of email address to RT user to some other place, or - turn on the option for allowing non-members to create requests - wait for RT 2 - have a nice weekend Any ideas or suggestions? Thanks, -- Jelle van Zeijl - jelle at west.nl - West Consulting B.V. -- From josh at saratoga.lib.ny.us Fri Nov 24 13:30:49 2000 From: josh at saratoga.lib.ny.us (Josh Kuperman) Date: Fri, 24 Nov 2000 13:30:49 -0500 Subject: [rt-users] e-mail address syntax in webrt Message-ID: <20001124133049.A25685@saratoga.lib.ny.us> I have a semi-public user for the staff to use. They have to put in their real e-mail addresses if they have one. There are two problems. 1. Sometimes they put in something that is not a valid e-mail address. Often just their name. 2. Sometimes they will put in a valid e-mail address, but the template will add a "@" at the end which converts it into an invalid e-mail address. I created a default e-mail address for the staff account which should take care of the absence of any, but I would still like to be able to use, local inside my subnet adresses, i.e. use "josh" instead of "josh at saratoga.lib.ny.us" since this is valid with my mail server. At the same time I'd like to overwrite invalid addresses by checking my users and aliases. Then eliminating anything other than username at some.valid.domain. Has anyone added anything like that. BTW. I just upgraded to 1.0.5 and noticed that somehow the strings for the aliases that passed date to the mailgate program got over stringified and commified as well. Anyone ever have a similar experience? I saw someone commenting on the same error message I got a while back. i.e. rt: "| /usr/local/rt/bin/rt-mailgate general action" was rt: "| "/usr/local/rt/bin/rt-mailgate" general, action" -- Josh Kuperman josh at saratoga.lib.ny.us From mda at discerning.com Fri Nov 24 13:35:18 2000 From: mda at discerning.com (Mark D. Anderson) Date: Fri, 24 Nov 2000 10:35:18 -0800 Subject: [rt-users] final priority implemented? Message-ID: <032001c05645$4d9a64b0$0201a8c0@wwc.com> i can find no indication in the 1.05 code base that the "final priority" logic is implemented. i'm not sure what the logic is even supposed to be -- some vague sort of thing like "increase to this value as due date approaches". this is just as well, since actually the reason i was checking was because i was thinking about taking over the essentially useless field and replacing it with an "importance" or "severity" field. i'd just use the same schema, but change the templates. so i'd want to disable any special logic that might mess up my alternative use of that INT column. it is generally useful to have distinct concepts of urgency and importance.... -mda From jesse at fsck.com Fri Nov 24 15:12:10 2000 From: jesse at fsck.com (Jesse) Date: Fri, 24 Nov 2000 15:12:10 -0500 Subject: [rt-users] final priority implemented? In-Reply-To: <032001c05645$4d9a64b0$0201a8c0@wwc.com>; from mda@discerning.com on Fri, Nov 24, 2000 at 10:35:18AM -0800 References: <032001c05645$4d9a64b0$0201a8c0@wwc.com> Message-ID: <20001124151210.A26140@pallas.fsck.com> There is in fact no logic implemented for final priority. > it is generally useful to have distinct concepts of urgency and importance.... *nod* it's something that will likely get folded in down the line. thanks, j On Fri, Nov 24, 2000 at 10:35:18AM -0800, Mark D. Anderson wrote: > i can find no indication in the 1.05 code base that the "final priority" logic is implemented. > i'm not sure what the logic is even supposed to be -- some vague sort of thing like "increase to this > value as due date approaches". > > this is just as well, since actually the reason i was checking was because i was thinking > about taking over the essentially useless field and replacing it with an "importance" or > "severity" field. i'd just use the same schema, but change the templates. > so i'd want to disable any special logic that might mess up my alternative use of that INT column. > > > -mda > > > > _______________________________________________ > rt-users mailing list > rt-users at lists.fsck.com > http://lists.fsck.com/mailman/listinfo/rt-users > -- jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 Any e-mail sent to the SLA will immediately become the intellectual property of the SLA and the author of said message will enter into a period of indentured servitude which will last for a period of time no less than seven years. From jaffray at pobox.com Sat Nov 25 23:10:22 2000 From: jaffray at pobox.com (Alan Jaffray) Date: Sat, 25 Nov 2000 23:10:22 -0500 (EST) Subject: [rt-users] patch to make links Message-ID: I just started experimenting with RT 1.0.5 and StripMIME. Here's a quick and minimally tested patch to make links out of any appropriate http://blahblah.com/blah/blah text (in message bodies, in stripmime commments, etc) in the web interface. Comments or corrections welcome. Alan -------------- next part -------------- *** /tmp/rt-1.0.5/lib/rt/ui/web/support.pm Sat Nov 25 23:10:04 2000 --- support.pm Sat Nov 25 21:48:42 2000 *************** *** 58,63 **** --- 58,66 ---- my ($value) = shift; $value =~ s//>/g; + my $hostname_regexp = q{[\w\-]+(?:\.[\w\-]+)+}; + my $url_regexp = q{http://} . $hostname_regexp . q{(?:[^\s\>]*[^\s\>\.\,\"\'])}; + $value =~ s,($url_regexp),$1,g; print "$value"; } *************** *** 113,119 **** } $body =~ s/(.{76})\s+/$1\n/g; ! $body =~ s/(.{100})/$1\n/g; print "
";
      &print_html($body);
--- 116,122 ----
      }
  
       $body =~ s/(.{76})\s+/$1\n/g;                                             
!      # $body =~ s/(.{100})/$1\n/g;   
      
      print "
";
      &print_html($body);

From floor.c at vvtp.nl  Sun Nov 26 08:39:57 2000
From: floor.c at vvtp.nl (Floor Plikaar)
Date: Sun, 26 Nov 2000 14:39:57 +0100
Subject: [rt-users] RT HOWTO
Message-ID: <20001126143957.A8244@vvtp.nl>

Goodday to all of you,

Over the past year I have installed and run Request Tracker on several
UNIX systems. RT has proved to be very great and incredibly useful.
But to get RT installed and running can still be a tricky event.

Therefore I intend to write an RT HOWTO document to easy use and
installation. I would like your thought on this, and perhaps hear if
people are working on something like this already.

Floor Plikaar

-- 
floor.c at vvtp.nl		Floor Plikaar

Linux is like a wigwam - no windows, no gates and apache inside.




From jdfalk at mail-abuse.org  Sun Nov 26 16:18:52 2000
From: jdfalk at mail-abuse.org (J.D. Falk)
Date: Sun, 26 Nov 2000 13:18:52 -0800
Subject: [rt-users] RT HOWTO
In-Reply-To: <20001126143957.A8244@vvtp.nl>; from floor.c@vvtp.nl on Sun, Nov 26, 2000 at 02:39:57PM +0100
References: <20001126143957.A8244@vvtp.nl>
Message-ID: <20001126131851.B51392@mail-abuse.org>

On 11/26/00, Floor Plikaar  wrote: 

> Therefore I intend to write an RT HOWTO document to easy use and
> installation. I would like your thought on this, and perhaps hear if
> people are working on something like this already.

	You might want to wait until RT2 is finished, so that there
	aren't conflicting HOWTO documents floating around.

-- 
J.D. Falk                                             "Laughter is the sound
Product Manager                          that knowledge makes when it's born."
Mail Abuse Prevention System LLC                  -- The Cluetrain Manifesto



From martin at schapendonk.org  Mon Nov 27 06:51:35 2000
From: martin at schapendonk.org (Martin Schapendonk)
Date: Mon, 27 Nov 2000 12:51:35 +0100 (CET)
Subject: [rt-users] Quiet around RT 2
Message-ID: 

Hi,

I don't want to annoy anyone :-), but I'm going to ask it anyway...

Is there already more info on the release date of RT2? Jesse mentioned
that the db-scheme is fixed and announced a pre-alfa-test-version, but
I'm curious to know where we are standing right now.

Are we weeks, months or years away from the final release of RT2, or am
I asking the impossible?

Martin

-- 
  Martin Schapendonk, martin at schapendonk.org, Phone: +31 (0)6 55770237
  Student Information Management and Technology at Tilburg University
  WEBMaster of the Students-WWW-server stuwww.kub.nl / PGP on request





From jesse at fsck.com  Mon Nov 27 14:19:25 2000
From: jesse at fsck.com (Jesse)
Date: Mon, 27 Nov 2000 14:19:25 -0500
Subject: [rt-users] Quiet around RT 2
In-Reply-To: ; from martin@schapendonk.org on Mon, Nov 27, 2000 at 12:51:35PM +0100
References: 
Message-ID: <20001127141925.K4061@pallas.fsck.com>

On Mon, Nov 27, 2000 at 12:51:35PM +0100, Martin Schapendonk wrote:

> Is there already more info on the release date of RT2? Jesse mentioned
> that the db-scheme is fixed and announced a pre-alfa-test-version, but
> I'm curious to know where we are standing right now.

Like much opensource software, RT isn't tied to a particular corporation's
business plan.  We've set a basic set of features for the 2.0 release.
When we get those features implemented and stable, we'll roll the release.
I think we're getting very close to the criteria set up for
Alpha 2 in http://www.fsck.com/projects/rt/status.html.


 
> Are we weeks, months or years away from the final release of RT2, or am
> I asking the impossible?

We're months from 2.0.0.  Not _many_ months from release, but it's more than
a couple of weeks off.
 
> Martin
> 
> -- 
>   Martin Schapendonk, martin at schapendonk.org, Phone: +31 (0)6 55770237
>   Student Information Management and Technology at Tilburg University
>   WEBMaster of the Students-WWW-server stuwww.kub.nl / PGP on request
> 
> 
> 
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
> 

-- 
jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

"It's buried in the desert, got sand in it, melts Nazis. You know,
the Ark of the Covenant"   -- siva



From phirose at sac.verio.net  Mon Nov 27 20:02:43 2000
From: phirose at sac.verio.net (Paul Hirose)
Date: Mon, 27 Nov 100 17:02:07 -0800 (PST)
Subject: [rt-users] Q: Multiple Requestors per Ticket?
Message-ID: <200011280102.RAA09565@destroyer.sac.verio.net>

In short...Is there a way to have multiple "Requestor" email-addresses
for one ticket in RT-1.0.5?

In a bit more detail...We have a web-based form which we have our various
non-support-staff fill out, on behalf of our various customers.  The contents
are sent via email to RT and assigned to a support-staff member.  The
difficulty here is, we would like to have both the "non-support-staff" person
*AND* the "actual customer" to be a "Requestor" and have *BOTH* folks
get email which is generated as Correspondence occurs on this ticket.

We don't want to make every non-support-staff member a member of the
support queue.  Certainly, we don't want the customer to be a member of
the support queue either.  We only want them to get the email as our
support staff respond and handle the ticket.

I've tried a variety of things...I've set our CGI Script (in Perl) which
takes the form and turns it in to email to have our Reply-To: header
contain *both* the email address of our non-support-staff and the
customer.  I've tried entering one as Reply-To: and the other as a CC:.
I've tried entering both as CC: and Reply-To: and so on.  

Judging by its actions, it appears that RT collects from the various
mail headers, the first address that it sees, using Reply-To: as its
first preference, then From:, then Sender:.  I don't mind its priorities,
I just want it to handle more than one entry in its database for Requestor.

Has anyone made a change for this, or am I missing some configuration option?
I'll be happy to hack out some code if that's what it takes (I'm guessing)
if someone could point me in roughly the right direction :)

I know this was possible using Req-1.2.7...most likely out of sheer
coincidence, but possible nonetheless (we constructed the header as
 "Reply-To: nonsupportstaff,customer" and it worked w/Req-1.2.7)

Willing to experiment...please feel free to drop me a note and I'll be
happy to summarize for general archival to the list (or just reply to
the list, I just subscribed.)

Thanks all...
PH

-- 
_____________________________________________________________________
Paul Hirose -- phirose at sac.verio.net		Voice: 916-856-1530
Verio, the new world of business	 	Fax:   916-856-1540



From stephen at mendel.ucsc.edu  Mon Nov 27 20:10:58 2000
From: stephen at mendel.ucsc.edu (Stephen Hauskins)
Date: Mon, 27 Nov 2000 17:10:58 -0800 (PST)
Subject: [rt-users] Q: Multiple Requestors per Ticket?
Message-ID: <200011280110.RAA26047@mendel.ucsc.edu>

Have you just changed the requestor via the web page to include 
multiple email addresses?




From jesse at fsck.com  Mon Nov 27 20:11:03 2000
From: jesse at fsck.com (Jesse)
Date: Mon, 27 Nov 2000 20:11:03 -0500
Subject: [rt-users] Q: Multiple Requestors per Ticket?
In-Reply-To: <200011280102.RAA09565@destroyer.sac.verio.net>; from phirose@sac.verio.net on Mon, Nov 27, 2000 at 05:02:07PM -0800
References: <200011280102.RAA09565@destroyer.sac.verio.net>
Message-ID: <20001127201103.O4061@pallas.fsck.com>

Paul,
	you should be able to simply set up "Requestor" as a comma delimited
list of email addresses.

RT2 contains more explicit support for multiple Requestors, Ccs and
Administrative Ccs.


On Mon, Nov 27, 2000 at 05:02:07PM -0800, Paul Hirose wrote:
> In short...Is there a way to have multiple "Requestor" email-addresses
> for one ticket in RT-1.0.5?
> 
> In a bit more detail...We have a web-based form which we have our various
> non-support-staff fill out, on behalf of our various customers.  The contents
> are sent via email to RT and assigned to a support-staff member.  The
> difficulty here is, we would like to have both the "non-support-staff" person
> *AND* the "actual customer" to be a "Requestor" and have *BOTH* folks
> get email which is generated as Correspondence occurs on this ticket.
> 
> We don't want to make every non-support-staff member a member of the
> support queue.  Certainly, we don't want the customer to be a member of
> the support queue either.  We only want them to get the email as our
> support staff respond and handle the ticket.
> 
> I've tried a variety of things...I've set our CGI Script (in Perl) which
> takes the form and turns it in to email to have our Reply-To: header
> contain *both* the email address of our non-support-staff and the
> customer.  I've tried entering one as Reply-To: and the other as a CC:.
> I've tried entering both as CC: and Reply-To: and so on.  
> 
> Judging by its actions, it appears that RT collects from the various
> mail headers, the first address that it sees, using Reply-To: as its
> first preference, then From:, then Sender:.  I don't mind its priorities,
> I just want it to handle more than one entry in its database for Requestor.
> 
> Has anyone made a change for this, or am I missing some configuration option?
> I'll be happy to hack out some code if that's what it takes (I'm guessing)
> if someone could point me in roughly the right direction :)
> 
> I know this was possible using Req-1.2.7...most likely out of sheer
> coincidence, but possible nonetheless (we constructed the header as
>  "Reply-To: nonsupportstaff,customer" and it worked w/Req-1.2.7)
> 
> Willing to experiment...please feel free to drop me a note and I'll be
> happy to summarize for general archival to the list (or just reply to
> the list, I just subscribed.)
> 
> Thanks all...
> PH
> 
> -- 
> _____________________________________________________________________
> Paul Hirose -- phirose at sac.verio.net		Voice: 916-856-1530
> Verio, the new world of business	 	Fax:   916-856-1540
> 
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
> 

-- 
jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

A REAL sysadmin challenge is "resurrect five dead mailserver while so ripped
to the gills on mdma that you can't focus on any given line of text for more 
than 10 seconds continuously."
					-Nathan Mehl



From phirose at sac.verio.net  Mon Nov 27 20:20:21 2000
From: phirose at sac.verio.net (Paul Hirose)
Date: Mon, 27 Nov 100 17:19:45 -0800 (PST)
Subject: [rt-users] Q: Multiple Requestors per Ticket?
Message-ID: <200011280119.RAA09838@destroyer.sac.verio.net>

> you should be able to simply set up "Requestor" as a comma delimited
> list of email addresses.

Is "Requestor" a Header I can use in the email-msg that I create and send
to the queue to generate a ticket?

I take it, if I "Create requests in queue" via the "/rt/webrt.cgi" script,
I can simply enter multiple email-addresses as I see fit, comma-delimited.

Is there an equivalent field/data-source when the Request is generated
via an incoming email-msg?

PH

-- 
_____________________________________________________________________
Paul Hirose -- phirose at sac.verio.net		Voice: 916-856-1530
Verio, the new world of business	 	Fax:   916-856-1540



From jesse at fsck.com  Mon Nov 27 20:27:54 2000
From: jesse at fsck.com (Jesse)
Date: Mon, 27 Nov 2000 20:27:54 -0500
Subject: [rt-users] Q: Multiple Requestors per Ticket?
In-Reply-To: <200011280119.RAA09838@destroyer.sac.verio.net>; from phirose@sac.verio.net on Mon, Nov 27, 2000 at 05:19:45PM -0800
References: <200011280119.RAA09838@destroyer.sac.verio.net>
Message-ID: <20001127202754.P4061@pallas.fsck.com>

It pulls it from the "Reply-To" header. Failing that, it tries the From
header and then the Sender header.


On Mon, Nov 27, 2000 at 05:19:45PM -0800, Paul Hirose wrote:
> > you should be able to simply set up "Requestor" as a comma delimited
> > list of email addresses.
> 
> Is "Requestor" a Header I can use in the email-msg that I create and send
> to the queue to generate a ticket?
> 
> I take it, if I "Create requests in queue" via the "/rt/webrt.cgi" script,
> I can simply enter multiple email-addresses as I see fit, comma-delimited.
> 
> Is there an equivalent field/data-source when the Request is generated
> via an incoming email-msg?
> 
> PH
> 
> -- 
> _____________________________________________________________________
> Paul Hirose -- phirose at sac.verio.net		Voice: 916-856-1530
> Verio, the new world of business	 	Fax:   916-856-1540
> 
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
> 

-- 
jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

Transporters are so ungodly.  if god had wanted us to travel great distances
instantaneously, he would have given us an internal 
materialisation/dematerialisation control.
			  -- Shoshe Cole



From max at mediaworks.com.br  Tue Nov 28 11:06:04 2000
From: max at mediaworks.com.br (Max Mismetti)
Date: Tue, 28 Nov 2000 14:06:04 -0200
Subject: [rt-users] at last!
In-Reply-To: <3A1CE843.25592.11B89328@localhost>
Message-ID: 

thank to you guys' help, my RT is (apparently) fully functional!

is there anyway to customize web pages?

like the font it's using for displaying the message (on the web interface)
seems to be a Courier, but it's pretty small, i'm wondering if i could
increase the size of that.


mAX




From phirose at sac.verio.net  Tue Nov 28 20:39:55 2000
From: phirose at sac.verio.net (Paul Hirose)
Date: Tue, 28 Nov 100 17:39:17 -0800 (PST)
Subject: [rt-users] Q: Multiple Requestors per Ticket?
Message-ID: <200011290139.RAA28817@destroyer.sac.verio.net>

Ok, now that I've realized (thanks all) multiple-requestors *is* possible,
I've gone digging through the code to see why it is *NOT* working.  

The upshot (in short), I think is as follows:
          ($serial_num,$transaction_num, $message) = &rt::add_new_request(
                       $in_queue, $area, $current_user,'','', $subject,
                       $rt::queues{"$in_queue"}{'default_final_prio'},
                               $rt::queues{"$in_queue"}{'default_prio'},'open',
                               $rt::time, 0, 0, $content, $current_user,
                       $squelch_replies);
at approximately line 121 in file ui/mail/manipulate.pm in sub activate{}
should probably have, as its 3rd argument $replyto, and not $current_user.

Actually, that's not quite true, it just works for me :)  Details follow:

What I wanted was multiple-requestors, and in-and-of-itself, that's fine
with RT.  A simple comma-separated list is accepted if you enter it in
on the web-page.

The problem came actually because I was generating tickets via Email.
I was using the Reply-To: header and after careful examination, realized
that my sendmail binary was putting a " " in between my list of Reply-To:
addresses.  While my Perl code has "Reply-To: $email1,$email2" sendmail
was "nice" enough to change it to "Reply-To: addr1 at addr1.com, addr2 at addr2.com".
The " " in there breaks things.  

In the file ui/mail/manipulate.pm the following line exists:
    #Get the real name of the current user from the replyto/from/sender/etc
    $name_temp  = $current_user;
    if ($current_user =~/(\S*\@\S*)/) {
        $current_user =$1;
    }
and the matching statement (if ($current_user =~/(\S*\@\S*)/) {) drops
everything after the space.  So at this point, $current_user looks like
"addr1 at addr1.com,"  This is later cleaned up in norm_requestor() function
and eventually is ok to use.

So another quick change that would also make what I want to work would be
to simply add:
	$current_user =~ s/\s*,\s*/,/g;
right below this line:
	$current_user = $replyto || $from || $sender;

Not really the ideal solution, and I haven't checked all the ramifications
of it.  But I know what I'm looking for in ReplyTo and I figure changing
a set of addresses from "a, b" to "a,b" probably won't be too bad.

It'd be ncie if I could use the "SET user XXXXX" command, and I looked
at that, but that's kinda chicken-and-egg.  I can't set the requestor
for a ticket that doesn't yet exist :)

I do look forward to a more elegant solution though, if anyone would
be willing to keep working on it.  For now, this appears to work for me :)

Phew :)  Not as bad as I thought it'd be, just took some time :)

PH
-- 
_____________________________________________________________________
Paul Hirose -- phirose at sac.verio.net		Voice: 916-856-1530
Verio, the new world of business	 	Fax:   916-856-1540



From daves at xetron.com  Wed Nov 29 11:11:42 2000
From: daves at xetron.com (Steele, David S.)
Date: Wed, 29 Nov 2000 11:11:42 -0500
Subject: [rt-users] Directory permissions/user setup
Message-ID: <7D72C1B2F7A3D21191F8006097149AC0011A0AA1@s3.xetron.com>

I'm getting the following error from the email interface to RT:

Couldn't open /var/rt/transactions/2000/Nov/29/21.117 for writing:
Permission denied
554 "|/usr/local/rt/bin/rt-mailgate public correspond"... unknown mailer
error 13

The file permissions in the rt directory tree are messed up. But I'm not
sure how to fix it. Apache is "nobody", sendmail is "nobody", RT is "rt",
yet directories in /var/rt are showing up as "root". What gives?

On a Linux box, what is the best way to set up the user accounts so that
everybody is happy?



From jesse at fsck.com  Wed Nov 29 11:19:49 2000
From: jesse at fsck.com (Jesse)
Date: Wed, 29 Nov 2000 11:19:49 -0500
Subject: [rt-users] Directory permissions/user setup
In-Reply-To: <7D72C1B2F7A3D21191F8006097149AC0011A0AA1@s3.xetron.com>; from daves@xetron.com on Wed, Nov 29, 2000 at 11:11:42AM -0500
References: <7D72C1B2F7A3D21191F8006097149AC0011A0AA1@s3.xetron.com>
Message-ID: <20001129111949.A8688@pallas.fsck.com>

cd into your rt installation directory and type:

	make fixperms




On Wed, Nov 29, 2000 at 11:11:42AM -0500, Steele, David S. wrote:
> I'm getting the following error from the email interface to RT:
> 
> Couldn't open /var/rt/transactions/2000/Nov/29/21.117 for writing:
> Permission denied
> 554 "|/usr/local/rt/bin/rt-mailgate public correspond"... unknown mailer
> error 13
> 
> The file permissions in the rt directory tree are messed up. But I'm not
> sure how to fix it. Apache is "nobody", sendmail is "nobody", RT is "rt",
> yet directories in /var/rt are showing up as "root". What gives?
> 
> On a Linux box, what is the best way to set up the user accounts so that
> everybody is happy?
> 
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
> 

-- 
jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

There are no supercomputer applications that are solvable that cannot be solved
in finite time using a fucking TRS-80 with approprite disk/tape drives.  Zero.
									-Tanj



From jesse at fsck.com  Wed Nov 29 23:11:10 2000
From: jesse at fsck.com (Jesse)
Date: Wed, 29 Nov 2000 23:11:10 -0500
Subject: [rt-users] Linux Journal mention
Message-ID: <20001129231110.P12896@pallas.fsck.com>

http://www2.linuxjournal.com/lj-issues/issue80/4371.html


-- 
jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

As I sit here alone looking at green text on a laptop in a mostly bare room listening 
to loud music wearing all black, I realize that that it is much less cool in real life :)
			--Richard Tibbets
	



From aesser at netcologne.de  Thu Nov 30 10:55:09 2000
From: aesser at netcologne.de (Andre Esser)
Date: Thu, 30 Nov 2000 16:55:09 +0100
Subject: [rt-users] RT deletes header information from body of messages
Message-ID: <20001130165509.B55395@spielwiese.netcologne.net>

Hi,

I am using rt-1.0.4, sendmail and stripmime for handling
incoming mails to our abuse department.

I have the following problem:

mostly the queue receives mails about mail relaying/spam, the
body of these complaint mails includes the headers from these
spam mails.

Unfortunately RT seems to discard the header information that
is supposed to be in the body of the message to the abuse queue.

This does not happen all the time but only with some mails, I can't
find any regularity. 

I do receive copies of these complaint mails in a regular POP3 account too.
When I send a copy from the POP3 account to RT, the necessary headers are
included - soooooooo this seems to be a problem with certain mail clients?

Or maybe not ? Any idea ?

Thanx for help


Andre Esser
-- 
Andre Esser
NetCologne GmbH
aesser at netcologne.de







From jesse at fsck.com  Thu Nov 30 11:28:44 2000
From: jesse at fsck.com (Jesse)
Date: Thu, 30 Nov 2000 11:28:44 -0500
Subject: [rt-users] RT deletes header information from body of messages
In-Reply-To: <20001130165509.B55395@spielwiese.netcologne.net>; from aesser@netcologne.de on Thu, Nov 30, 2000 at 04:55:09PM +0100
References: <20001130165509.B55395@spielwiese.netcologne.net>
Message-ID: <20001130112844.Z12896@pallas.fsck.com>

That's rather weird.  RT shouldn't be truncating any of the message body.
Maybe it's stripmime?




On Thu, Nov 30, 2000 at 04:55:09PM +0100, Andre Esser wrote:
> Hi,
> 
> I am using rt-1.0.4, sendmail and stripmime for handling
> incoming mails to our abuse department.
> 
> I have the following problem:
> 
> mostly the queue receives mails about mail relaying/spam, the
> body of these complaint mails includes the headers from these
> spam mails.
> 
> Unfortunately RT seems to discard the header information that
> is supposed to be in the body of the message to the abuse queue.
> 
> This does not happen all the time but only with some mails, I can't
> find any regularity. 
> 
> I do receive copies of these complaint mails in a regular POP3 account too.
> When I send a copy from the POP3 account to RT, the necessary headers are
> included - soooooooo this seems to be a problem with certain mail clients?
> 
> Or maybe not ? Any idea ?
> 
> Thanx for help
> 
> 
> Andre Esser
> -- 
> Andre Esser
> NetCologne GmbH
> aesser at netcologne.de
> 
> 
> 
> 
> 
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
> 

-- 
jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

"It's buried in the desert, got sand in it, melts Nazis. You know,
the Ark of the Covenant"   -- siva



From jdfalk at mail-abuse.org  Thu Nov 30 14:07:01 2000
From: jdfalk at mail-abuse.org (J.D. Falk)
Date: Thu, 30 Nov 2000 11:07:01 -0800
Subject: [rt-users] Linux Journal mention
In-Reply-To: <20001129231110.P12896@pallas.fsck.com>; from jesse@fsck.com on Wed, Nov 29, 2000 at 11:11:10PM -0500
References: <20001129231110.P12896@pallas.fsck.com>
Message-ID: <20001130110701.E76707@mail-abuse.org>

On 11/29/00, Jesse  wrote: 

> http://www2.linuxjournal.com/lj-issues/issue80/4371.html

	So...which wines go best with RT?

-- 
J.D. Falk                                             "Laughter is the sound
Product Manager                          that knowledge makes when it's born."
Mail Abuse Prevention System LLC                  -- The Cluetrain Manifesto



From garyy at valint.net  Thu Nov 30 15:10:30 2000
From: garyy at valint.net (Gary Young)
Date: Thu, 30 Nov 2000 12:10:30 -0800
Subject: [rt-users] Startup problem
Message-ID: 

I've just set up RT 1.05 and I believe I have all of the correct Perl
modules installed. I'm using the Cooking with Linux article from the latest
Linux Journal as a guide. Everything has gone ok until I try to login to the
system from a web browser. Look at my http.error_log, I get the following
error - 
httpd: [Thu Nov 30 12:24:37 2000] [error] [client 192.168.1.2]
(13)Permission denied: mod_mime_magic : can't read
`/opt/rt/bin/cgi/webrt.cgi'

Any help would be appreciated.




From bhami at cypress.West.Sun.COM  Thu Nov 30 17:03:47 2000
From: bhami at cypress.West.Sun.COM (Bruce A. Hamilton)
Date: Thu, 30 Nov 2000 14:03:47 -0800
Subject: [rt-users] Mail loop
Message-ID: <3A26CEC3.15B3D08A@cypress.west.sun.com>

I inherited an RT 0.9.14 system and know very little about it.

Is there a simple way to specify a list of addresses that RT should *never*
reply to? E.g. we have a user name which is the same as an RT queue name, so
mail from that user can generate a mail loop.

Thanks,

--Bruce  
# Bruce Hamilton, Senior System Administrator
# Sun Microsystems, ULAX01, Los Angeles CA, USA



From jesse at fsck.com  Thu Nov 30 17:08:37 2000
From: jesse at fsck.com (Jesse)
Date: Thu, 30 Nov 2000 17:08:37 -0500
Subject: [rt-users] Mail loop
In-Reply-To: <3A26CEC3.15B3D08A@cypress.west.sun.com>; from bhami@cypress.West.Sun.COM on Thu, Nov 30, 2000 at 02:03:47PM -0800
References: <3A26CEC3.15B3D08A@cypress.west.sun.com>
Message-ID: <20001130170837.M534@pallas.fsck.com>

First up, you really. really. desperately want to upgrade to 1.0.5.

If you're a little bit handy with perl, you can 
modify  $RTROOT/lib/rt/ui/mail/manipulate.  Look for "postmaster"
and add another regexp.   If you need help, I can cons up an 
example.




On Thu, Nov 30, 2000 at 02:03:47PM -0800, Bruce A. Hamilton wrote:
> I inherited an RT 0.9.14 system and know very little about it.
> 
> Is there a simple way to specify a list of addresses that RT should *never*
> reply to? E.g. we have a user name which is the same as an RT queue name, so
> mail from that user can generate a mail loop.
> 
> Thanks,
> 
> --Bruce  
> # Bruce Hamilton, Senior System Administrator
> # Sun Microsystems, ULAX01, Los Angeles CA, USA
> 
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
> 

-- 
jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

Pelcgb-serrqbz abj!



From garyy at valint.net  Thu Nov 30 19:13:29 2000
From: garyy at valint.net (Gary Young)
Date: Thu, 30 Nov 2000 16:13:29 -0800
Subject: [rt-users] Startup problem
In-Reply-To: 
Message-ID: 

I installed on a different server and I'm getting the same error. Both are
SuSE systems - one 6.1 and the other 7.0. It looks like the problem is with
'mod_mime_magic'. What is this?

> From: Gary Young 
> Date: Thu, 30 Nov 2000 12:10:30 -0800
> To: 
> Subject: [rt-users] Startup problem
> 
> I've just set up RT 1.05 and I believe I have all of the correct Perl
> modules installed. I'm using the Cooking with Linux article from the latest
> Linux Journal as a guide. Everything has gone ok until I try to login to the
> system from a web browser. Look at my http.error_log, I get the following
> error - 
> httpd: [Thu Nov 30 12:24:37 2000] [error] [client 192.168.1.2]
> (13)Permission denied: mod_mime_magic : can't read
> `/opt/rt/bin/cgi/webrt.cgi'
> 
> Any help would be appreciated.
> 
> 
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
> 




From jh at byteaction.de  Thu Nov 30 19:37:11 2000
From: jh at byteaction.de (=?iso-8859-1?Q?J=FCrgen_Hoffmann?=)
Date: Fri, 1 Dec 2000 01:37:11 +0100
Subject: [rt-users] Startup problem
References: 
Message-ID: <000501c05b2e$d7fa4420$0200a8c0@luenecom.de>

Hi,

what are the permissions on `/opt/rt/bin/cgi/webrt.cgi' and on the pathe to
the cgi?

kind regards

J?rgen Hoffmann

----- Original Message -----
From: Gary Young 
To: 
Sent: Friday, December 01, 2000 1:13 AM
Subject: Re: [rt-users] Startup problem


> I installed on a different server and I'm getting the same error. Both are
> SuSE systems - one 6.1 and the other 7.0. It looks like the problem is
with
> 'mod_mime_magic'. What is this?
>
> > From: Gary Young 
> > Date: Thu, 30 Nov 2000 12:10:30 -0800
> > To: 
> > Subject: [rt-users] Startup problem
> >
> > I've just set up RT 1.05 and I believe I have all of the correct Perl
> > modules installed. I'm using the Cooking with Linux article from the
latest
> > Linux Journal as a guide. Everything has gone ok until I try to login to
the
> > system from a web browser. Look at my http.error_log, I get the
following
> > error -
> > httpd: [Thu Nov 30 12:24:37 2000] [error] [client 192.168.1.2]
> > (13)Permission denied: mod_mime_magic : can't read
> > `/opt/rt/bin/cgi/webrt.cgi'
> >
> > Any help would be appreciated.
> >
> >
> > _______________________________________________
> > rt-users mailing list
> > rt-users at lists.fsck.com
> > http://lists.fsck.com/mailman/listinfo/rt-users
> >
>
>
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
>




From hermann at wecke.com  Thu Nov 30 19:39:34 2000
From: hermann at wecke.com (Hermann Wecke)
Date: Thu, 30 Nov 2000 22:39:34 -0200
Subject: [rt-users] Handling foreign characters
Message-ID: <5.0.1.4.0.20001130222507.0333fad0@mail.wecke.com>

As most of my transactions are written in a foreign language, every time an 
user sends a message with a foreign character, the RT is "changing" the 
subject to a lot of garbage that begins with "ISO-8859-1".

How can I strip this out? Either converting the subject to a plain text or 
doing something to avoid this garbage being recorded.

I have a RegEx to handle this "job":

$subject=~tr/????????????????????????????????????????????????/aeiouaeiouaeiouaeiouaocnAEIOUAEIOUAEIOUAEIOUAOCN/;

Where is the correct place to include it? Maybe I found a good place: at 
/lib/rt/database.pm...

Or should I use the stripmime, from David Troy???

Thanks,


Hermann
(using RT 1.0.5) 




From garyy at valint.net  Thu Nov 30 20:27:43 2000
From: garyy at valint.net (Gary Young)
Date: Thu, 30 Nov 2000 17:27:43 -0800
Subject: [rt-users] Startup problem
In-Reply-To: <000501c05b2e$d7fa4420$0200a8c0@luenecom.de>
Message-ID: 

Thanks for the reply. The permissions are below:

dr-xr-xr-x   2 root     root         1024 Nov 30 10:44 cgi

---s--x--x   3 rt       root        35435 Nov 30 10:44 admin-webrt.cgi
---s--x--x   3 rt       root        35435 Nov 30 10:44 webrt.cgi



> From: J?rgen Hoffmann 
> Date: Fri, 1 Dec 2000 01:37:11 +0100
> To: "Gary Young" , 
> Subject: Re: [rt-users] Startup problem
> 
> Hi,
> 
> what are the permissions on `/opt/rt/bin/cgi/webrt.cgi' and on the pathe to
> the cgi?
> 
> kind regards
> 
> J?rgen Hoffmann
> 
> ----- Original Message -----
> From: Gary Young 
> To: 
> Sent: Friday, December 01, 2000 1:13 AM
> Subject: Re: [rt-users] Startup problem
> 
> 
>> I installed on a different server and I'm getting the same error. Both are
>> SuSE systems - one 6.1 and the other 7.0. It looks like the problem is
> with
>> 'mod_mime_magic'. What is this?
>> 
>>> From: Gary Young 
>>> Date: Thu, 30 Nov 2000 12:10:30 -0800
>>> To: 
>>> Subject: [rt-users] Startup problem
>>> 
>>> I've just set up RT 1.05 and I believe I have all of the correct Perl
>>> modules installed. I'm using the Cooking with Linux article from the
> latest
>>> Linux Journal as a guide. Everything has gone ok until I try to login to
> the
>>> system from a web browser. Look at my http.error_log, I get the
> following
>>> error -
>>> httpd: [Thu Nov 30 12:24:37 2000] [error] [client 192.168.1.2]
>>> (13)Permission denied: mod_mime_magic : can't read
>>> `/opt/rt/bin/cgi/webrt.cgi'
>>> 
>>> Any help would be appreciated.
>>> 
>>> 
>>> _______________________________________________
>>> rt-users mailing list
>>> rt-users at lists.fsck.com
>>> http://lists.fsck.com/mailman/listinfo/rt-users
>>> 
>> 
>> 
>> _______________________________________________
>> rt-users mailing list
>> rt-users at lists.fsck.com
>> http://lists.fsck.com/mailman/listinfo/rt-users
>> 
> 
> 
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
> 




From garyy at valint.net  Thu Nov 30 21:37:04 2000
From: garyy at valint.net (Gary Young)
Date: Thu, 30 Nov 2000 18:37:04 -0800
Subject: [rt-users] Startup problem
In-Reply-To: <000501c05b2e$d7fa4420$0200a8c0@luenecom.de>
Message-ID: 

I figured it out. I finally looked at the database and found the correct
root password. The article had a different one. Now I can get started.

> From: J?rgen Hoffmann 
> Date: Fri, 1 Dec 2000 01:37:11 +0100
> To: "Gary Young" , 
> Subject: Re: [rt-users] Startup problem
> 
> Hi,
> 
> what are the permissions on `/opt/rt/bin/cgi/webrt.cgi' and on the pathe to
> the cgi?
> 
> kind regards
> 
> J?rgen Hoffmann
> 
> ----- Original Message -----
> From: Gary Young 
> To: 
> Sent: Friday, December 01, 2000 1:13 AM
> Subject: Re: [rt-users] Startup problem
> 
> 
>> I installed on a different server and I'm getting the same error. Both are
>> SuSE systems - one 6.1 and the other 7.0. It looks like the problem is
> with
>> 'mod_mime_magic'. What is this?
>> 
>>> From: Gary Young 
>>> Date: Thu, 30 Nov 2000 12:10:30 -0800
>>> To: 
>>> Subject: [rt-users] Startup problem
>>> 
>>> I've just set up RT 1.05 and I believe I have all of the correct Perl
>>> modules installed. I'm using the Cooking with Linux article from the
> latest
>>> Linux Journal as a guide. Everything has gone ok until I try to login to
> the
>>> system from a web browser. Look at my http.error_log, I get the
> following
>>> error -
>>> httpd: [Thu Nov 30 12:24:37 2000] [error] [client 192.168.1.2]
>>> (13)Permission denied: mod_mime_magic : can't read
>>> `/opt/rt/bin/cgi/webrt.cgi'
>>> 
>>> Any help would be appreciated.
>>> 
>>> 
>>> _______________________________________________
>>> rt-users mailing list
>>> rt-users at lists.fsck.com
>>> http://lists.fsck.com/mailman/listinfo/rt-users
>>> 
>> 
>> 
>> _______________________________________________
>> rt-users mailing list
>> rt-users at lists.fsck.com
>> http://lists.fsck.com/mailman/listinfo/rt-users
>> 
> 
> 
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
> 




From jesse at fsck.com  Thu Nov 30 23:48:51 2000
From: jesse at fsck.com (Jesse)
Date: Thu, 30 Nov 2000 23:48:51 -0500
Subject: [rt-users] Handling foreign characters
In-Reply-To: <5.0.1.4.0.20001130222507.0333fad0@mail.wecke.com>; from hermann@wecke.com on Thu, Nov 30, 2000 at 10:39:34PM -0200
References: <5.0.1.4.0.20001130222507.0333fad0@mail.wecke.com>
Message-ID: <20001130234851.P534@pallas.fsck.com>

http://lists.fsck.com/pipermail/rt-users/2000-August/000818.html

or http://www.fsck.com/pub/rt/contrib/subject-encoding.README




On Thu, Nov 30, 2000 at 10:39:34PM -0200, Hermann Wecke wrote:
> As most of my transactions are written in a foreign language, every time an 
> user sends a message with a foreign character, the RT is "changing" the 
> subject to a lot of garbage that begins with "ISO-8859-1".
> 
> How can I strip this out? Either converting the subject to a plain text or 
> doing something to avoid this garbage being recorded.
> 
> I have a RegEx to handle this "job":
> 
> $subject=~tr/????????????????????????????????????????????????/aeiouaeiouaeiouaeiouaocnAEIOUAEIOUAEIOUAEIOUAOCN/;
> 
> Where is the correct place to include it? Maybe I found a good place: at 
> /lib/rt/database.pm...
> 
> Or should I use the stripmime, from David Troy???
> 
> Thanks,
> 
> 
> Hermann
> (using RT 1.0.5) 
> 
> 
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
> 

-- 
jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

Any e-mail sent to the SLA will immediately become the intellectual property
of the SLA and the author of said message will enter into a period of
indentured servitude which will last for a period of time no less than seven
years.