<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Howto setup Request-Tracker 3.6 on Debian Etch</title>
	<atom:link href="http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:01:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: rasik</title>
		<link>http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html/comment-page-1#comment-8343</link>
		<dc:creator>rasik</dc:creator>
		<pubDate>Fri, 01 Apr 2011 11:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html#comment-8343</guid>
		<description>hi all,

 can anyone please give me a system configuration for Request tracker.

Thanks in advance..</description>
		<content:encoded><![CDATA[<p>hi all,</p>
<p> can anyone please give me a system configuration for Request tracker.</p>
<p>Thanks in advance..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html/comment-page-1#comment-8327</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 28 Mar 2011 21:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html#comment-8327</guid>
		<description>Hello and thanks for your great guide. 
I got stuck on setting up fetchmailrc with the mail gateway. when i restart fetchmail it says: 

i installed 3.8

mda “/usr/bin/rt-mailgate-3.8 --queue support --action comment --url http://support.example.org/rt/”
no keep

Starting mail retriever agent: fetchmailfetchmail:/etc/fetchmailrc:11: syntax error at --queue
failed!

This howto assumes the mailboxes are created on the email gateway, it’s going beyond the scope of this article though.

the amail gateway, what do you mean?

thanks

/Martin</description>
		<content:encoded><![CDATA[<p>Hello and thanks for your great guide.<br />
I got stuck on setting up fetchmailrc with the mail gateway. when i restart fetchmail it says: </p>
<p>i installed 3.8</p>
<p>mda “/usr/bin/rt-mailgate-3.8 --queue support --action comment --url <a href="http://support.example.org/rt/”" rel="nofollow">http://support.example.org/rt/”</a><br />
no keep</p>
<p>Starting mail retriever agent: fetchmailfetchmail:/etc/fetchmailrc:11: syntax error at --queue<br />
failed!</p>
<p>This howto assumes the mailboxes are created on the email gateway, it’s going beyond the scope of this article though.</p>
<p>the amail gateway, what do you mean?</p>
<p>thanks</p>
<p>/Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clarence</title>
		<link>http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html/comment-page-1#comment-8314</link>
		<dc:creator>Clarence</dc:creator>
		<pubDate>Thu, 24 Mar 2011 09:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html#comment-8314</guid>
		<description>I&#039;m about to install it and I hope it works
Kind regards

Clarence</description>
		<content:encoded><![CDATA[<p>I&#8217;m about to install it and I hope it works<br />
Kind regards</p>
<p>Clarence</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maindotc</title>
		<link>http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html/comment-page-1#comment-4929</link>
		<dc:creator>maindotc</dc:creator>
		<pubDate>Sun, 25 Apr 2010 15:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html#comment-4929</guid>
		<description>I followed the tutorial and successfully installed!  Thank you so much!  However, there are some changes I&#039;d like to submit and please verify them if you have time:

When issuing the command:
&lt;code&gt;#aptitude install request-tracker3.6&lt;/code&gt;
and a blue setup screen asks if you want to use dbconfig-common, do not select this option in order to adhere to the tutorial.  It will configure the database but it eliminates the use of the command:
&lt;code&gt;# /usr/sbin/rt-setup-database-3.6 --action init --dba root --prompt-for-dba-password&lt;/code&gt;

Also, you state in the tutorial &quot;Enable mod rewrite&quot;.  I was assuming this was an entry to be pasted in /etc/apache2/sites-available/000-default per the previous lines that said &quot;put this in the 000-default file&quot;.  I advise you change it to say:

&quot;Enable the mod rewrite module by typing:&quot;
&lt;code&gt; a2enmod rewrite&lt;/code&gt;

I just got to the point where I can login to RT and thought I&#039;d make those suggestions.  In any event thank you for putting this up.</description>
		<content:encoded><![CDATA[<p>I followed the tutorial and successfully installed!  Thank you so much!  However, there are some changes I&#8217;d like to submit and please verify them if you have time:</p>
<p>When issuing the command:<br />
<code>#aptitude install request-tracker3.6</code><br />
and a blue setup screen asks if you want to use dbconfig-common, do not select this option in order to adhere to the tutorial.  It will configure the database but it eliminates the use of the command:<br />
<code># /usr/sbin/rt-setup-database-3.6 --action init --dba root --prompt-for-dba-password</code></p>
<p>Also, you state in the tutorial &#8220;Enable mod rewrite&#8221;.  I was assuming this was an entry to be pasted in /etc/apache2/sites-available/000-default per the previous lines that said &#8220;put this in the 000-default file&#8221;.  I advise you change it to say:</p>
<p>&#8220;Enable the mod rewrite module by typing:&#8221;<br />
<code> a2enmod rewrite</code></p>
<p>I just got to the point where I can login to RT and thought I&#8217;d make those suggestions.  In any event thank you for putting this up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maindotc</title>
		<link>http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html/comment-page-1#comment-4924</link>
		<dc:creator>maindotc</dc:creator>
		<pubDate>Sun, 25 Apr 2010 07:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html#comment-4924</guid>
		<description>I keep getting the following when restarting apache:

&lt;code&gt; ... waiting Syntax error on line 44 of /etc/apache2/sites-enabled/000-default:
Invalid command &#039;Enable&#039;, perhaps misspelled or defined by a module not included in the server configuration
 failed!&lt;/code&gt;

and line 44 is:

&lt;code&gt;Enable mod rewrite&lt;/code&gt;

What should it say?  Could you please modify the tutorial to reflect this?  Thanks!</description>
		<content:encoded><![CDATA[<p>I keep getting the following when restarting apache:</p>
<p><code> ... waiting Syntax error on line 44 of /etc/apache2/sites-enabled/000-default:<br />
Invalid command 'Enable', perhaps misspelled or defined by a module not included in the server configuration<br />
 failed!</code></p>
<p>and line 44 is:</p>
<p><code>Enable mod rewrite</code></p>
<p>What should it say?  Could you please modify the tutorial to reflect this?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julio</title>
		<link>http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html/comment-page-1#comment-4436</link>
		<dc:creator>Julio</dc:creator>
		<pubDate>Mon, 15 Feb 2010 16:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html#comment-4436</guid>
		<description>Hi

Could somebody tell me how assign a default group to user when the user is automaticaly created in your first login through SelfService screen?

Thank you very much

Julio</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Could somebody tell me how assign a default group to user when the user is automaticaly created in your first login through SelfService screen?</p>
<p>Thank you very much</p>
<p>Julio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Rogers</title>
		<link>http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html/comment-page-1#comment-4241</link>
		<dc:creator>Joshua Rogers</dc:creator>
		<pubDate>Fri, 01 Jan 2010 00:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html#comment-4241</guid>
		<description>Great write up!  Its really appreciated.

It&#039;d be nice if you could include an alternative to fetchmail (ie, if the server runs its own mail server)</description>
		<content:encoded><![CDATA[<p>Great write up!  Its really appreciated.</p>
<p>It&#8217;d be nice if you could include an alternative to fetchmail (ie, if the server runs its own mail server)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nyx</title>
		<link>http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html/comment-page-1#comment-3662</link>
		<dc:creator>Nyx</dc:creator>
		<pubDate>Wed, 16 Sep 2009 09:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html#comment-3662</guid>
		<description>Everybody getting the &quot;Invalid command ‘PerlModule’, perhaps misspelled or defined by a module not included in the server configuration
failed! &quot; error has to activate the perlmod module. 

This is done by:

&gt; cd /etc/apache2/mods-enabled
&gt; ln -s /etc/apache2/mods-available/perl.load

After that (re)start the apache with the modified &#039;000-default&#039; file and everything should be fine.</description>
		<content:encoded><![CDATA[<p>Everybody getting the &#8220;Invalid command ‘PerlModule’, perhaps misspelled or defined by a module not included in the server configuration<br />
failed! &#8221; error has to activate the perlmod module. </p>
<p>This is done by:</p>
<p>&gt; cd /etc/apache2/mods-enabled<br />
&gt; ln -s /etc/apache2/mods-available/perl.load</p>
<p>After that (re)start the apache with the modified &#8217;000-default&#8217; file and everything should be fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: v</title>
		<link>http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html/comment-page-1#comment-3531</link>
		<dc:creator>v</dc:creator>
		<pubDate>Fri, 14 Aug 2009 20:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html#comment-3531</guid>
		<description>Claudio,
For the saving of settings, make sure you can log into your mysql/whatever database with the user and password you used in the setup of RT.  probably 
#mysql -u rtuser -p 
then hit enter and you will be prompted for a password.. enter the password, and you (hopefully) will see a 
mysql&gt;
at which point you are in the database.  To exit, use
quit;

for the apache, use www-data, not root

I&#039;d venture to say it may be simpler for you to completely remove and reinstall RT:
apt-get --purge remove rtfm-3.6 request-tracker3.6
and then do a reinstall.
Good luck.
V</description>
		<content:encoded><![CDATA[<p>Claudio,<br />
For the saving of settings, make sure you can log into your mysql/whatever database with the user and password you used in the setup of RT.  probably<br />
#mysql -u rtuser -p<br />
then hit enter and you will be prompted for a password.. enter the password, and you (hopefully) will see a<br />
mysql&gt;<br />
at which point you are in the database.  To exit, use<br />
quit;</p>
<p>for the apache, use www-data, not root</p>
<p>I&#8217;d venture to say it may be simpler for you to completely remove and reinstall RT:<br />
apt-get --purge remove rtfm-3.6 request-tracker3.6<br />
and then do a reinstall.<br />
Good luck.<br />
V</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudio</title>
		<link>http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html/comment-page-1#comment-3337</link>
		<dc:creator>Claudio</dc:creator>
		<pubDate>Thu, 09 Jul 2009 21:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html#comment-3337</guid>
		<description>hello, i got 2 problems.

 - directly after install RT te webserver will run and i become the login promt, very fine !! but .. after the Login it is impossible to save any settings :( 

 - after a reboot, apache cannot start cause the rights of the webserver and the file &quot;/etc/request-tracker3.6/RT_SiteConfig.pm&quot; are different. What is the right way ?? www-data or root ?

Please help me, i find its a mess that RT makes so big trouble. Im not a great Linux-Guru, bit i mean it should be easyer to install a software in this time. But your Description is really good until my to problems :(

waiting for helpfully feedback!

best Regards!!</description>
		<content:encoded><![CDATA[<p>hello, i got 2 problems.</p>
<p> - directly after install RT te webserver will run and i become the login promt, very fine !! but .. after the Login it is impossible to save any settings <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </p>
<p> - after a reboot, apache cannot start cause the rights of the webserver and the file &#8220;/etc/request-tracker3.6/RT_SiteConfig.pm&#8221; are different. What is the right way ?? www-data or root ?</p>
<p>Please help me, i find its a mess that RT makes so big trouble. Im not a great Linux-Guru, bit i mean it should be easyer to install a software in this time. But your Description is really good until my to problems <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>waiting for helpfully feedback!</p>
<p>best Regards!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html/comment-page-1#comment-2887</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 07 May 2009 00:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html#comment-2887</guid>
		<description>Your instructions to insert
Include “/etc/request-tracker3.6/apache2-modperl2.conf”
into /etc/apache2/sites-enabled/000-default, did not work on my vanilla Ubuntu 8.04 64-Bit Server (+LAMP, +SSDD) install.

The quotation marks needed to be removed leaving
Include /etc/request-tracker3.6/apache2-modperl2.conf</description>
		<content:encoded><![CDATA[<p>Your instructions to insert<br />
Include “/etc/request-tracker3.6/apache2-modperl2.conf”<br />
into /etc/apache2/sites-enabled/000-default, did not work on my vanilla Ubuntu 8.04 64-Bit Server (+LAMP, +SSDD) install.</p>
<p>The quotation marks needed to be removed leaving<br />
Include /etc/request-tracker3.6/apache2-modperl2.conf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent</title>
		<link>http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html/comment-page-1#comment-2415</link>
		<dc:creator>Brent</dc:creator>
		<pubDate>Wed, 18 Feb 2009 16:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html#comment-2415</guid>
		<description>I get the same problem as Mamun:

&lt;blockquote&gt;
Starting web server: apache2Syntax error on line 16 of /etc/request-tracker3.6/apache2-modperl2.conf:
Invalid command &#039;PerlModule&#039;, perhaps misspelled or defined by a module not included in the server configuration
 failed!
&lt;/blockquote&gt;

Line 16 is:
&lt;code&gt;PerlModule Apache2::RequestRec Apache2::compat&lt;/code&gt;

So the command &quot;PerlModule&quot; doesn&#039;t work.  I double-checked that the &#039;mod-perl&#039; package was installed, then (re) added a symlink from /etc/apache2/mods-enabled to ../mods-available/perl.load.  That fixed the &#039;PerlModule&#039; error, but a DBI one came up.

It turns out that libapache-dbi-perl somehow became de-installed (man I hate debian), so I reinstalled it, and that did the trick.</description>
		<content:encoded><![CDATA[<p>I get the same problem as Mamun:</p>
<blockquote><p>
Starting web server: apache2Syntax error on line 16 of /etc/request-tracker3.6/apache2-modperl2.conf:<br />
Invalid command &#8216;PerlModule&#8217;, perhaps misspelled or defined by a module not included in the server configuration<br />
 failed!
</p></blockquote>
<p>Line 16 is:<br />
<code>PerlModule Apache2::RequestRec Apache2::compat</code></p>
<p>So the command &#8220;PerlModule&#8221; doesn&#8217;t work.  I double-checked that the &#8216;mod-perl&#8217; package was installed, then (re) added a symlink from /etc/apache2/mods-enabled to ../mods-available/perl.load.  That fixed the &#8216;PerlModule&#8217; error, but a DBI one came up.</p>
<p>It turns out that libapache-dbi-perl somehow became de-installed (man I hate debian), so I reinstalled it, and that did the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaco</title>
		<link>http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html/comment-page-1#comment-2034</link>
		<dc:creator>Jaco</dc:creator>
		<pubDate>Thu, 18 Dec 2008 13:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html#comment-2034</guid>
		<description>Hi

I got it to work, but when I setup the superuser I must have done something wrong. I can&#039;t see the configuration menu anymore. I can&#039;t add any users or change any settings. How canI get it back to defaults?

Regards,
Jaco</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I got it to work, but when I setup the superuser I must have done something wrong. I can&#8217;t see the configuration menu anymore. I can&#8217;t add any users or change any settings. How canI get it back to defaults?</p>
<p>Regards,<br />
Jaco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owain73</title>
		<link>http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html/comment-page-1#comment-2032</link>
		<dc:creator>Owain73</dc:creator>
		<pubDate>Wed, 26 Nov 2008 15:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html#comment-2032</guid>
		<description>Great article, worked for me. thanks - any chance of doing one for rtfm on the same system?</description>
		<content:encoded><![CDATA[<p>Great article, worked for me. thanks - any chance of doing one for rtfm on the same system?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mamun</title>
		<link>http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html/comment-page-1#comment-2033</link>
		<dc:creator>mamun</dc:creator>
		<pubDate>Wed, 26 Nov 2008 14:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html#comment-2033</guid>
		<description>root@ASL-GW:~# pico /etc/apache2/sites-enabled/000-default
root@ASL-GW:~# /etc/init.d/apache restart
 * Restarting web server apache2                                                 * We failed to correctly shutdown apache, so we&#039;re now killing all running apache processes. This is almost certainly suboptimal, so please make sure your system is working as you&#039;d expect now!
Syntax error on line 17 of /etc/request-tracker3.6/apache2-modperl2.conf:
Invalid command &#039;PerlModule&#039;, perhaps misspelled or defined by a module not included in the server configuration
                                                                         [fail]

what to do?</description>
		<content:encoded><![CDATA[<p>root@ASL-GW:~# pico /etc/apache2/sites-enabled/000-default<br />
root@ASL-GW:~# /etc/init.d/apache restart<br />
 * Restarting web server apache2                                                 * We failed to correctly shutdown apache, so we&#8217;re now killing all running apache processes. This is almost certainly suboptimal, so please make sure your system is working as you&#8217;d expect now!<br />
Syntax error on line 17 of /etc/request-tracker3.6/apache2-modperl2.conf:<br />
Invalid command &#8216;PerlModule&#8217;, perhaps misspelled or defined by a module not included in the server configuration<br />
                                                                         [fail]</p>
<p>what to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Goins</title>
		<link>http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html/comment-page-1#comment-2031</link>
		<dc:creator>Adrian Goins</dc:creator>
		<pubDate>Thu, 20 Nov 2008 09:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html#comment-2031</guid>
		<description>@michal:  it&#039;s the attachments table that&#039;s broken.  this is an old bug in RT that has yet to be properly resolved.  change the Content field in the Attachments table to &#039;longblob&#039; and your attachments will work.

&lt;code&gt;
mysql&gt; alter table Attachments change Content Content longblob;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@michal:  it&#8217;s the attachments table that&#8217;s broken.  this is an old bug in RT that has yet to be properly resolved.  change the Content field in the Attachments table to &#8216;longblob&#8217; and your attachments will work.</p>
<p><code><br />
mysql&gt; alter table Attachments change Content Content longblob;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelvalok</title>
		<link>http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html/comment-page-1#comment-2030</link>
		<dc:creator>Kelvalok</dc:creator>
		<pubDate>Wed, 08 Oct 2008 10:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html#comment-2030</guid>
		<description>Hi,

thank you very much for this usefull manual! it has worked perfectly for me!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thank you very much for this usefull manual! it has worked perfectly for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal Kolesar</title>
		<link>http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html/comment-page-1#comment-2029</link>
		<dc:creator>Michal Kolesar</dc:creator>
		<pubDate>Thu, 07 Aug 2008 12:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-request-tracker-36-on-debian-etch.html#comment-2029</guid>
		<description>Hi all,

I tried to install all stuff on Debian Etch. It looks all works fine but attachments not. I create a new ticket attach a file (fe .jpg) and save it. Then i can see new ticket with attachment link. But after link click it redirect to url (http://myserver/rt/Ticket/Attachment/122/62/flv.jpg) there is no content - corrupted image ikon.

Note that the source file before upload isn&#039;t corrupted. Any suggestions? I checked the database &quot;Attachments&quot; table. I can see the binary content of uploaded image. Of course I don&#039;t know the binary content in database is ok. I guess it is :-)</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>I tried to install all stuff on Debian Etch. It looks all works fine but attachments not. I create a new ticket attach a file (fe .jpg) and save it. Then i can see new ticket with attachment link. But after link click it redirect to url (<a href="http://myserver/rt/Ticket/Attachment/122/62/flv.jpg" rel="nofollow">http://myserver/rt/Ticket/Attachment/122/62/flv.jpg</a>) there is no content - corrupted image ikon.</p>
<p>Note that the source file before upload isn&#8217;t corrupted. Any suggestions? I checked the database &#8220;Attachments&#8221; table. I can see the binary content of uploaded image. Of course I don&#8217;t know the binary content in database is ok. I guess it is <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

