Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Trac: Users

trac installation on Suse

 

 

Trac users RSS feed   Index | Next | Previous | View Threaded


sophisticateddigits at gmail

Jul 2, 2009, 9:31 AM

Post #1 of 8 (249 views)
Permalink
trac installation on Suse

I am still trying to get Trac up and running after hours at my job. My
boss first asked me to use Windows but that turned into a nightmare so
he agreed to let me use Suse Linux since one of our other offices is
using that platform.

I first made sure I had subversion 1.6.2 set up on the Linux box
first. That was very straightforward. On the client side the users
choose whatever tool they want for the client platform.

I am using python2.6 with no problems. I installed the sqlite3
database. I am not sure the pysqlite drivers are installed because I
cannot find them.

As it turns out Suse has a package for Trac 0.11.4. I gave that a
try.

Just to test I can run the tracd and one of the test projects shows up
but I cannot set up any users. I downloaded the account manager
plugin but I still do not seem to be able to configure any users. The
reference file I found for Suse Trac says use rctrac to invoke the
daemon?? We are using svnserve not apache.

I am just wondering if I should uninstall the Suse Trac and just
install the Trac packages and their dependents manually.

Cindy


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users+unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


cynthia.nelson at thermofisher

Jul 2, 2009, 1:46 PM

Post #2 of 8 (237 views)
Permalink
Re: trac installation on Suse [In reply to]

My apologies. It actually does not appear to be a problem with Trac nor svn. I am able to make tickets and they are stored correctly when I am just an anonymous user. However, I cannot login to Trac because my authentication is not setup correctly.

It appears the sqlite3 installation is not correct. I am suspecting that I don't have the drivers for the database since I cannot find them anywhere. Suse does not appear to have a package for pysqlite.

Cindy

-----Original Message-----
From: trac-users[at]googlegroups.com [mailto:trac-users[at]googlegroups.com] On Behalf Of Cinthia Nelson
Sent: Thursday, July 02, 2009 12:32 PM
To: Trac Users
Subject: [Trac] trac installation on Suse


I am still trying to get Trac up and running after hours at my job. My boss first asked me to use Windows but that turned into a nightmare so he agreed to let me use Suse Linux since one of our other offices is using that platform.

I first made sure I had subversion 1.6.2 set up on the Linux box first. That was very straightforward. On the client side the users choose whatever tool they want for the client platform.

I am using python2.6 with no problems. I installed the sqlite3 database. I am not sure the pysqlite drivers are installed because I cannot find them.

As it turns out Suse has a package for Trac 0.11.4. I gave that a try.

Just to test I can run the tracd and one of the test projects shows up but I cannot set up any users. I downloaded the account manager plugin but I still do not seem to be able to configure any users. The reference file I found for Suse Trac says use rctrac to invoke the daemon?? We are using svnserve not apache.

I am just wondering if I should uninstall the Suse Trac and just install the Trac packages and their dependents manually.

Cindy




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users+unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


pmalmsten at gmail

Jul 2, 2009, 2:03 PM

Post #3 of 8 (237 views)
Permalink
Re: trac installation on Suse [In reply to]

Cindy,
Hm. Since you mentioned that data can be stored by the anonymous user, then
it sounds like the database is functioning fine. Trac uses sqlite for
tickets and other data, but it does not directly use it for authentication.

Take a look at this page for instructions on how to set up authentication
(it assumes that you are using apache):
http://trac.edgewall.org/wiki/TracAuthenticationIntroduction
<http://trac.edgewall.org/wiki/TracAuthenticationIntroduction>
~Paul Malmsten


On Thu, Jul 2, 2009 at 1:46 PM, Nelson, Cynthia L. <
cynthia.nelson[at]thermofisher.com> wrote:

>
> My apologies. It actually does not appear to be a problem with Trac nor
> svn. I am able to make tickets and they are stored correctly when I am just
> an anonymous user. However, I cannot login to Trac because my authentication
> is not setup correctly.
>
> It appears the sqlite3 installation is not correct. I am suspecting that I
> don't have the drivers for the database since I cannot find them anywhere.
> Suse does not appear to have a package for pysqlite.
>
> Cindy
>
> -----Original Message-----
> From: trac-users[at]googlegroups.com [mailto:trac-users[at]googlegroups.com] On
> Behalf Of Cinthia Nelson
> Sent: Thursday, July 02, 2009 12:32 PM
> To: Trac Users
> Subject: [Trac] trac installation on Suse
>
>
> I am still trying to get Trac up and running after hours at my job. My boss
> first asked me to use Windows but that turned into a nightmare so he agreed
> to let me use Suse Linux since one of our other offices is using that
> platform.
>
> I first made sure I had subversion 1.6.2 set up on the Linux box first.
> That was very straightforward. On the client side the users choose whatever
> tool they want for the client platform.
>
> I am using python2.6 with no problems. I installed the sqlite3 database. I
> am not sure the pysqlite drivers are installed because I cannot find them.
>
> As it turns out Suse has a package for Trac 0.11.4. I gave that a try.
>
> Just to test I can run the tracd and one of the test projects shows up but
> I cannot set up any users. I downloaded the account manager plugin but I
> still do not seem to be able to configure any users. The reference file I
> found for Suse Trac says use rctrac to invoke the daemon?? We are using
> svnserve not apache.
>
> I am just wondering if I should uninstall the Suse Trac and just install
> the Trac packages and their dependents manually.
>
> Cindy
>
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users+unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


roger.oberholtzer at gmail

Jul 2, 2009, 11:06 PM

Post #4 of 8 (237 views)
Permalink
Re: trac installation on Suse [In reply to]

On Thu, 2009-07-02 at 16:46 -0400, Nelson, Cynthia L. wrote:
> My apologies. It actually does not appear to be a problem with Trac nor svn. I am able to make tickets and they are stored correctly when I am just an anonymous user. However, I cannot login to Trac because my authentication is not setup correctly.
>
> It appears the sqlite3 installation is not correct. I am suspecting that I don't have the drivers for the database since I cannot find them anywhere. Suse does not appear to have a package for pysqlite.

I run Trac on SUSE, but I installed it by hand, as I am using trac
0.12multirepos. I think there are a couple of python packages that are
not provided by SUSE. Odd about the missing pysql if there is a trac
rpm. I think you should report a bug on suse's bugzilla. That wat it
will get fixed.

I can say that it runs flawlessly on openSUSE 11.0, where mine is
hosted. I use apache as the server and for authentication. I would be
very interested to hear how you set up authentication. My SUSE machine
has joined the local MS Active Domain. I am planning on trying to get
the authentication against that via apache working when I have some free
time :)



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users+unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


cynthia.nelson at thermofisher

Jul 6, 2009, 6:44 AM

Post #5 of 8 (220 views)
Permalink
Re: trac installation on Suse [In reply to]

Thanks for the info Paul and Roger,

I tested sqlite this morning from a command line and it appears to be working correctly. I think I need to focus on the authentication for Trac. I think I need to read the docs again.

Cindy

________________________________
From: trac-users[at]googlegroups.com [mailto:trac-users[at]googlegroups.com] On Behalf Of Paul Malmsten
Sent: Thursday, July 02, 2009 5:04 PM
To: trac-users[at]googlegroups.com
Subject: [Trac] Re: trac installation on Suse

Cindy,

Hm. Since you mentioned that data can be stored by the anonymous user, then it sounds like the database is functioning fine. Trac uses sqlite for tickets and other data, but it does not directly use it for authentication.

Take a look at this page for instructions on how to set up authentication (it assumes that you are using apache): http://trac.edgewall.org/wiki/TracAuthenticationIntroduction
<http://trac.edgewall.org/wiki/TracAuthenticationIntroduction>
~Paul Malmsten


On Thu, Jul 2, 2009 at 1:46 PM, Nelson, Cynthia L. <cynthia.nelson[at]thermofisher.com<mailto:cynthia.nelson[at]thermofisher.com>> wrote:

My apologies. It actually does not appear to be a problem with Trac nor svn. I am able to make tickets and they are stored correctly when I am just an anonymous user. However, I cannot login to Trac because my authentication is not setup correctly.

It appears the sqlite3 installation is not correct. I am suspecting that I don't have the drivers for the database since I cannot find them anywhere. Suse does not appear to have a package for pysqlite.

Cindy

-----Original Message-----
From: trac-users[at]googlegroups.com<mailto:trac-users[at]googlegroups.com> [mailto:trac-users[at]googlegroups.com<mailto:trac-users[at]googlegroups.com>] On Behalf Of Cinthia Nelson
Sent: Thursday, July 02, 2009 12:32 PM
To: Trac Users
Subject: [Trac] trac installation on Suse


I am still trying to get Trac up and running after hours at my job. My boss first asked me to use Windows but that turned into a nightmare so he agreed to let me use Suse Linux since one of our other offices is using that platform.

I first made sure I had subversion 1.6.2 set up on the Linux box first. That was very straightforward. On the client side the users choose whatever tool they want for the client platform.

I am using python2.6 with no problems. I installed the sqlite3 database. I am not sure the pysqlite drivers are installed because I cannot find them.

As it turns out Suse has a package for Trac 0.11.4. I gave that a try.

Just to test I can run the tracd and one of the test projects shows up but I cannot set up any users. I downloaded the account manager plugin but I still do not seem to be able to configure any users. The reference file I found for Suse Trac says use rctrac to invoke the daemon?? We are using svnserve not apache.

I am just wondering if I should uninstall the Suse Trac and just install the Trac packages and their dependents manually.

Cindy









--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users+unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


cynthia.nelson at thermofisher

Jul 6, 2009, 12:41 PM

Post #6 of 8 (221 views)
Permalink
Re: trac installation on Suse [In reply to]

Hi Paul,

Another question. I spoke with one of the guys in our other office where they have been using Trac for quite some time. It turns out they are using the daemon tracd for everything. They do not use apache at all. Also it turns out they are using Postgres and not Sqlite. It seems that the users are authenticated against a users table in Postgres. I could probably do the same thing in Sqlite but I suppose I should try to stay complient with our other locations so I will use Postgres.

Now I am point of deciding between IDENT or md5 in the config file for Postgres. I saw a few tickets from a while back regarding a fix that was done to support IDENT.

Anyway I was really fishing at the end of last week since everybody seemed to be on vacation but me. I appreciate your help.

Thanks for your time.

Cindy

________________________________
From: trac-users[at]googlegroups.com [mailto:trac-users[at]googlegroups.com] On Behalf Of Paul Malmsten
Sent: Thursday, July 02, 2009 5:04 PM
To: trac-users[at]googlegroups.com
Subject: [Trac] Re: trac installation on Suse

Cindy,

Hm. Since you mentioned that data can be stored by the anonymous user, then it sounds like the database is functioning fine. Trac uses sqlite for tickets and other data, but it does not directly use it for authentication.

Take a look at this page for instructions on how to set up authentication (it assumes that you are using apache): http://trac.edgewall.org/wiki/TracAuthenticationIntroduction
<http://trac.edgewall.org/wiki/TracAuthenticationIntroduction>
~Paul Malmsten


On Thu, Jul 2, 2009 at 1:46 PM, Nelson, Cynthia L. <cynthia.nelson[at]thermofisher.com<mailto:cynthia.nelson[at]thermofisher.com>> wrote:

My apologies. It actually does not appear to be a problem with Trac nor svn. I am able to make tickets and they are stored correctly when I am just an anonymous user. However, I cannot login to Trac because my authentication is not setup correctly.

It appears the sqlite3 installation is not correct. I am suspecting that I don't have the drivers for the database since I cannot find them anywhere. Suse does not appear to have a package for pysqlite.

Cindy

-----Original Message-----
From: trac-users[at]googlegroups.com<mailto:trac-users[at]googlegroups.com> [mailto:trac-users[at]googlegroups.com<mailto:trac-users[at]googlegroups.com>] On Behalf Of Cinthia Nelson
Sent: Thursday, July 02, 2009 12:32 PM
To: Trac Users
Subject: [Trac] trac installation on Suse


I am still trying to get Trac up and running after hours at my job. My boss first asked me to use Windows but that turned into a nightmare so he agreed to let me use Suse Linux since one of our other offices is using that platform.

I first made sure I had subversion 1.6.2 set up on the Linux box first. That was very straightforward. On the client side the users choose whatever tool they want for the client platform.

I am using python2.6 with no problems. I installed the sqlite3 database. I am not sure the pysqlite drivers are installed because I cannot find them.

As it turns out Suse has a package for Trac 0.11.4. I gave that a try.

Just to test I can run the tracd and one of the test projects shows up but I cannot set up any users. I downloaded the account manager plugin but I still do not seem to be able to configure any users. The reference file I found for Suse Trac says use rctrac to invoke the daemon?? We are using svnserve not apache.

I am just wondering if I should uninstall the Suse Trac and just install the Trac packages and their dependents manually.

Cindy









--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users+unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


pmalmsten at gmail

Jul 6, 2009, 7:16 PM

Post #7 of 8 (217 views)
Permalink
Re: trac installation on Suse [In reply to]

Cindy,
That's interesting that they're using a database for authentication; Trac
doesn't seem to support it natively, so I imagine your coworkers are using a
plugin alongside tracd and PostgreSQL.

As for your question, I unfortunately don't have any experience with
configuring PostgreSQL, so I can't really help you decide between IDENT and
md5. Experimenting with PostgreSQL is still on my list of projects for this
summer.

Good luck,
~Paul Malmsten


On Mon, Jul 6, 2009 at 12:41 PM, Nelson, Cynthia L. <
cynthia.nelson[at]thermofisher.com> wrote:

> Hi Paul,
>
> Another question. I spoke with one of the guys in our other office where
> they have been using Trac for quite some time. It turns out they are using
> the daemon tracd for everything. They do not use apache at all. Also it
> turns out they are using Postgres and not Sqlite. It seems that the users
> are authenticated against a users table in Postgres. I could probably do
> the same thing in Sqlite but I suppose I should try to stay complient with
> our other locations so I will use Postgres.
>
> Now I am point of deciding between IDENT or md5 in the config file for
> Postgres. I saw a few tickets from a while back regarding a fix that was
> done to support IDENT.
>
> Anyway I was really fishing at the end of last week since everybody seemed
> to be on vacation but me. I appreciate your help.
>
> Thanks for your time.
>
> Cindy
>
> ------------------------------
> *From:* trac-users[at]googlegroups.com [mailto:trac-users[at]googlegroups.com] *On
> Behalf Of *Paul Malmsten
> *Sent:* Thursday, July 02, 2009 5:04 PM
> *To:* trac-users[at]googlegroups.com
> *Subject:* [Trac] Re: trac installation on Suse
>
> Cindy,
> Hm. Since you mentioned that data can be stored by the anonymous user, then
> it sounds like the database is functioning fine. Trac uses sqlite for
> tickets and other data, but it does not directly use it for authentication.
>
> Take a look at this page for instructions on how to set up authentication
> (it assumes that you are using apache):
> http://trac.edgewall.org/wiki/TracAuthenticationIntroduction
> <http://trac.edgewall.org/wiki/TracAuthenticationIntroduction>
> ~Paul Malmsten
>
>
> On Thu, Jul 2, 2009 at 1:46 PM, Nelson, Cynthia L. <
> cynthia.nelson[at]thermofisher.com> wrote:
>
>>
>> My apologies. It actually does not appear to be a problem with Trac nor
>> svn. I am able to make tickets and they are stored correctly when I am just
>> an anonymous user. However, I cannot login to Trac because my authentication
>> is not setup correctly.
>>
>> It appears the sqlite3 installation is not correct. I am suspecting that I
>> don't have the drivers for the database since I cannot find them anywhere.
>> Suse does not appear to have a package for pysqlite.
>>
>> Cindy
>>
>> -----Original Message-----
>> From: trac-users[at]googlegroups.com [mailto:trac-users[at]googlegroups.com] On
>> Behalf Of Cinthia Nelson
>> Sent: Thursday, July 02, 2009 12:32 PM
>> To: Trac Users
>> Subject: [Trac] trac installation on Suse
>>
>>
>> I am still trying to get Trac up and running after hours at my job. My
>> boss first asked me to use Windows but that turned into a nightmare so he
>> agreed to let me use Suse Linux since one of our other offices is using that
>> platform.
>>
>> I first made sure I had subversion 1.6.2 set up on the Linux box first.
>> That was very straightforward. On the client side the users choose whatever
>> tool they want for the client platform.
>>
>> I am using python2.6 with no problems. I installed the sqlite3 database.
>> I am not sure the pysqlite drivers are installed because I cannot find them.
>>
>> As it turns out Suse has a package for Trac 0.11.4. I gave that a try.
>>
>> Just to test I can run the tracd and one of the test projects shows up but
>> I cannot set up any users. I downloaded the account manager plugin but I
>> still do not seem to be able to configure any users. The reference file I
>> found for Suse Trac says use rctrac to invoke the daemon?? We are using
>> svnserve not apache.
>>
>> I am just wondering if I should uninstall the Suse Trac and just install
>> the Trac packages and their dependents manually.
>>
>> Cindy
>>
>>
>>
>>
>>
>>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users+unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


cynthia.nelson at thermofisher

Jul 7, 2009, 7:38 AM

Post #8 of 8 (210 views)
Permalink
Re: trac installation on Suse [In reply to]

Hi Paul,

I am going to contact my coworkers today. I will share any information I get with you since it is on your "to do" list. Unfortunately the one person who did most of the Trac installation is out of the country this week.

Cindy

________________________________
From: trac-users[at]googlegroups.com [mailto:trac-users[at]googlegroups.com] On Behalf Of Paul Malmsten
Sent: Monday, July 06, 2009 10:16 PM
To: trac-users[at]googlegroups.com
Subject: [Trac] Re: trac installation on Suse

Cindy,

That's interesting that they're using a database for authentication; Trac doesn't seem to support it natively, so I imagine your coworkers are using a plugin alongside tracd and PostgreSQL.

As for your question, I unfortunately don't have any experience with configuring PostgreSQL, so I can't really help you decide between IDENT and md5. Experimenting with PostgreSQL is still on my list of projects for this summer.

Good luck,
~Paul Malmsten


On Mon, Jul 6, 2009 at 12:41 PM, Nelson, Cynthia L. <cynthia.nelson[at]thermofisher.com<mailto:cynthia.nelson[at]thermofisher.com>> wrote:
Hi Paul,

Another question. I spoke with one of the guys in our other office where they have been using Trac for quite some time. It turns out they are using the daemon tracd for everything. They do not use apache at all. Also it turns out they are using Postgres and not Sqlite. It seems that the users are authenticated against a users table in Postgres. I could probably do the same thing in Sqlite but I suppose I should try to stay complient with our other locations so I will use Postgres.

Now I am point of deciding between IDENT or md5 in the config file for Postgres. I saw a few tickets from a while back regarding a fix that was done to support IDENT.

Anyway I was really fishing at the end of last week since everybody seemed to be on vacation but me. I appreciate your help.

Thanks for your time.

Cindy

________________________________
From: trac-users[at]googlegroups.com<mailto:trac-users[at]googlegroups.com> [mailto:trac-users[at]googlegroups.com<mailto:trac-users[at]googlegroups.com>] On Behalf Of Paul Malmsten
Sent: Thursday, July 02, 2009 5:04 PM
To: trac-users[at]googlegroups.com<mailto:trac-users[at]googlegroups.com>
Subject: [Trac] Re: trac installation on Suse

Cindy,

Hm. Since you mentioned that data can be stored by the anonymous user, then it sounds like the database is functioning fine. Trac uses sqlite for tickets and other data, but it does not directly use it for authentication.

Take a look at this page for instructions on how to set up authentication (it assumes that you are using apache): http://trac.edgewall.org/wiki/TracAuthenticationIntroduction
<http://trac.edgewall.org/wiki/TracAuthenticationIntroduction>
~Paul Malmsten


On Thu, Jul 2, 2009 at 1:46 PM, Nelson, Cynthia L. <cynthia.nelson[at]thermofisher.com<mailto:cynthia.nelson[at]thermofisher.com>> wrote:

My apologies. It actually does not appear to be a problem with Trac nor svn. I am able to make tickets and they are stored correctly when I am just an anonymous user. However, I cannot login to Trac because my authentication is not setup correctly.

It appears the sqlite3 installation is not correct. I am suspecting that I don't have the drivers for the database since I cannot find them anywhere. Suse does not appear to have a package for pysqlite.

Cindy

-----Original Message-----
From: trac-users[at]googlegroups.com<mailto:trac-users[at]googlegroups.com> [mailto:trac-users[at]googlegroups.com<mailto:trac-users[at]googlegroups.com>] On Behalf Of Cinthia Nelson
Sent: Thursday, July 02, 2009 12:32 PM
To: Trac Users
Subject: [Trac] trac installation on Suse


I am still trying to get Trac up and running after hours at my job. My boss first asked me to use Windows but that turned into a nightmare so he agreed to let me use Suse Linux since one of our other offices is using that platform.

I first made sure I had subversion 1.6.2 set up on the Linux box first. That was very straightforward. On the client side the users choose whatever tool they want for the client platform.

I am using python2.6 with no problems. I installed the sqlite3 database. I am not sure the pysqlite drivers are installed because I cannot find them.

As it turns out Suse has a package for Trac 0.11.4. I gave that a try.

Just to test I can run the tracd and one of the test projects shows up but I cannot set up any users. I downloaded the account manager plugin but I still do not seem to be able to configure any users. The reference file I found for Suse Trac says use rctrac to invoke the daemon?? We are using svnserve not apache.

I am just wondering if I should uninstall the Suse Trac and just install the Trac packages and their dependents manually.

Cindy











--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users+unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Trac users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.