[Trac] Re: TRAC on Solaris 10

2008-02-11 Thread Joshua Preston
Ditto here, however, I will say we had some trouble with SQL Lite and
high loads/accesses and have since migrated to Postgresql which works
flawlessly.


On Mon, 2008-02-11 at 15:42 -0500, Bryan Allen wrote:

 +--
 | On 2008-02-11 14:38:18, Losson Rhonda wrote:
 | 
 | We are considering installing trac at my company and would like to hear
 | from any of you that have installed and used this on Solaris 10.
 
 Yes. Works fine.
 
 We installed it out of pkgsrc, but there's no reason it won't
 work if you prefer to compile your own source.

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] RE: TRAC on Solaris 10

2008-02-11 Thread Losson Rhonda

Hi,

We are considering installing trac at my company and would like to hear
from any of you that have installed and used this on Solaris 10.

Thanks,
Rhonda Losson

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: TRAC on Solaris 10

2008-02-11 Thread Axton
Works well in my environment.  Compiled the entire stack from source, as I
do not have root access.  Had some trouble compiling some versions of some
packages using Sun's cc (SUNWspro), but just backtracked in versions until I
found one that worked.

Axton Grams

On Feb 11, 2008 3:38 PM, Losson Rhonda [EMAIL PROTECTED] wrote:


 Hi,

 We are considering installing trac at my company and would like to hear
 from any of you that have installed and used this on Solaris 10.

 Thanks,
 Rhonda Losson

 


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Subversion repos visibility in trac browser

2008-02-11 Thread Chuvke

Hi,

Thank Rupert for your response.
I thought about that solution too, but the problem i have with it is
that I have to exclude all
directories. If a user creates a new folder in the root (by mistake or
so) then this code will be exposed to 'the world'.

I was expecting to be able to view only the directories the user has
access too within Trac, but this seems not possible :(

I've also tried to use the FineGrainedPermissions using the
AuthzPolicy , but there something like :

[source:trunk/]
user1 =

doesn't seem to exclude the trunk for user1.

Greetings,
 Chuvke


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac-admin

2008-02-11 Thread alexus

i'm sorry, i actually was wrong, after restarting apache i found
following in my logs

Feb 11 17:41:51 dd Trac[loader] ERROR: Skipping pysqlite 2.4.1
(version conflict: (pysqlite 2.4.0
(/usr/local/lib/python2.5/site-packages),
Requirement.parse('pysqlite==2.4.1')))
Feb 11 17:41:51 dd kernel: Feb 11 17:41:51 dd Trac[loader] ERROR:
Skipping pysqlite 2.4.1 (version conflict: (pysqlite 2.4.0
(/usr/local/lib/python2.5/site-packages),
Requirement.parse('pysqlite==2.4.1')))
Feb 11 17:41:51 dd Trac[api] DEBUG: Updating wiki page index
Feb 11 17:41:51 dd Trac[loader] ERROR: Skipping pysqlite 2.4.1
(version conflict: (pysqlite 2.4.0
(/usr/local/lib/python2.5/site-packages),
Requirement.parse('pysqlite==2.4.1')))
Feb 11 17:41:51 dd kernel: Feb 11 17:41:51 dd Trac[loader] ERROR:
Skipping pysqlite 2.4.1 (version conflict: (pysqlite 2.4.0
(/usr/local/lib/python2.5/site-packages),
Requirement.parse('pysqlite==2.4.1')))
Feb 11 17:41:52 dd Trac[main] WARNING: 404 Not Found (404 Not Found
(No handler matched request to %s))
Feb 11 17:42:54 dd Trac[loader] ERROR: Skipping pysqlite 2.4.1
(version conflict: (pysqlite 2.4.0
(/usr/local/lib/python2.5/site-packages),
Requirement.parse('pysqlite==2.4.1')))
Feb 11 17:42:54 dd kernel: Feb 11 17:42:54 dd Trac[loader] ERROR:
Skipping pysqlite 2.4.1 (version conflict: (pysqlite 2.4.0
(/usr/local/lib/python2.5/site-packages),
Requirement.parse('pysqlite==2.4.1')))

dd# ls -ld /usr/local/lib/python2.5/site-packages/pysqlite*
-rw-r--r--  1 root  wheel  1078 Feb 11 17:53
/usr/local/lib/python2.5/site-packages/pysqlite-2.4.1-py2.5.egg-info
-rw-r--r--  1 root  wheel  1078 Jan 17 21:41
/usr/local/lib/python2.5/site-packages/pysqlite-2.4.0-py2.5.egg-info

i moved 2.4.0 out of that dir, and restarted apache again and i'm no
longer seeing that conflicts in the logs, but i'm seeing this line
Feb 11 17:55:32 dd Trac[main] WARNING: 404 Not Found (404 Not Found
(No handler matched request to %s))

any help would be appreciate it
thanks


On Feb 11, 2008 12:36 PM, alexus [EMAIL PROTECTED] wrote:
 i'm adding myself a TRAC_ADMIN permission, when I do permission list,
 i can see myself having this permission, yet when i login through web
 (apache, not tracd) i'm not seeing admin button

 i dont know what to do, i even turn on loggin and i'm not seeing any
 errors at all.





 On Feb 6, 2008 2:21 PM, Noah Kantrowitz [EMAIL PROTECTED] wrote:
 
 
  On Feb 6, 2008, at 2:19 PM, [EMAIL PROTECTED] wrote:
 
  
   If you are executing the command from the command line, you will
   need to cycle the trac daemon to effect the change. If you implement
   the ADMIN GUI, I believe you need to cycle trac.
 
  This is not that case for permission changes. To the OP, please post
  your current permission list, and what exactly you think you should
  see but are not.
 
  --Noah
 
   
 



 --
 http://alexus.org/




-- 
http://alexus.org/

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac-admin

2008-02-11 Thread alexus

i'm adding myself a TRAC_ADMIN permission, when I do permission list,
i can see myself having this permission, yet when i login through web
(apache, not tracd) i'm not seeing admin button

i dont know what to do, i even turn on loggin and i'm not seeing any
errors at all.




On Feb 6, 2008 2:21 PM, Noah Kantrowitz [EMAIL PROTECTED] wrote:


 On Feb 6, 2008, at 2:19 PM, [EMAIL PROTECTED] wrote:

 
  If you are executing the command from the command line, you will
  need to cycle the trac daemon to effect the change. If you implement
  the ADMIN GUI, I believe you need to cycle trac.

 This is not that case for permission changes. To the OP, please post
 your current permission list, and what exactly you think you should
 see but are not.

 --Noah

 




-- 
http://alexus.org/

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Auth Required Plugin and 0.11 question

2008-02-11 Thread JoeNMDA

I'd like to move to 0.11 but I rely on Auth Required Plugin.

Does anybody have it working with 0.11?
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Problem with incorrect blockers showing up

2008-02-11 Thread J. Ryan Earl

Oh wow,

I inherited this system and didn't even realize we were using a plugin 
for that functionality. 

Thanks for the quick response!
-ryan

Noah Kantrowitz wrote:
 That disclaimer on the MasterTickets wiki page that says The 0.10  
 version of this plugin suffers from many systemic design flaws. isn't  
 for giggles. Do not use it. If you want to use MasterTickets, upgrade  
 to 0.11dev.

 --Noah

 On Feb 11, 2008, at 4:05 PM, J. Ryan Earl wrote:

   
 Hello list,

 I searched the list archives, but didn't see anything about this
 particular problem we're having.  In fact, I think we found an error  
 in
 Trac.

 We have a weird situation where blockers are being associated with
 incorrect tickets, but the numbers of the tickets are related at a
 lexical level.  For example:
 https://svn.enthought.com/enthought/ticket/1234 blocks
 https://svn.enthought.com/enthought/ticket/1235, however,
 https://svn.enthought.com/enthought/ticket/235 is also showing up as
 being blocked by ticket:1234.  This problem is also manifesting itself
 on some newer (2 week old) internal project Tracs.

 Has anyone seen behavior like this before?  Any idea what may be a
 solution for it?  Any help would be appreciated.

 Thanks in advance,

 J. Ryan Earl
 IT Administrator
 Enthought, Inc.
 512.536.1057


 


 
   


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: TRAC on Solaris 10

2008-02-11 Thread Bryan Allen

+--
| On 2008-02-11 14:38:18, Losson Rhonda wrote:
| 
| We are considering installing trac at my company and would like to hear
| from any of you that have installed and used this on Solaris 10.

Yes. Works fine.

We installed it out of pkgsrc, but there's no reason it won't
work if you prefer to compile your own source.
-- 
bda
Cyberpunk is dead.  Long live cyberpunk.
http://mirrorshades.org

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac-admin

2008-02-11 Thread Noah Kantrowitz


On Feb 11, 2008, at 9:36 AM, alexus wrote:


 i'm adding myself a TRAC_ADMIN permission, when I do permission list,
 i can see myself having this permission, yet when i login through web
 (apache, not tracd) i'm not seeing admin button

 i dont know what to do, i even turn on loggin and i'm not seeing any
 errors at all.




 On Feb 6, 2008 2:21 PM, Noah Kantrowitz [EMAIL PROTECTED] wrote:


 On Feb 6, 2008, at 2:19 PM, [EMAIL PROTECTED] wrote:


 If you are executing the command from the command line, you will
 need to cycle the trac daemon to effect the change. If you implement
 the ADMIN GUI, I believe you need to cycle trac.

 This is not that case for permission changes. To the OP, please post
 your current permission list, and what exactly you think you should
 see but are not.

^

--Noah

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: TRAC on Solaris 10

2008-02-11 Thread Alexander Coles

Hi Rhona,

It works just great. I am running TRAC on Solaris 10 with no issues -  
and even have written a SMF for it. I run Trac as tracd, and proxy to  
it from Apache.

You might want to take a look at these instructions:
http://wiki.joyent.com/accelerators:kb:trac

I wrote these for a company that provides Solaris Zone containers  
(Joyent) that I use for my business - but a generic Solaris setup  
should be pretty much the same.

Alex

On 11 Feb 2008, at 21:38, Losson Rhonda wrote:


 Hi,

 We are considering installing trac at my company and would like to  
 hear
 from any of you that have installed and used this on Solaris 10.

 Thanks,
 Rhonda Losson

 

Alexander Coles
[EMAIL PROTECTED]
www.alexcolesportfolio.com


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Email Formatting

2008-02-11 Thread Noah Kantrowitz

No. HTML email is a source of much annoyance to many nerds, so we have  
avoided it. The need for a table is getting somewhat compelling  
though.

--Noah

On Feb 11, 2008, at 5:28 PM, Michael Morrissey wrote:

 Are than any hacks that permit the formatting of Trac Email
 Notifications as HTML rather than text?

 
 This email and any attachments are confidential and may be legally
 privileged. If you are not the intended recipient you must not use,
 reproduce, disclose or distribute the information contained in this
 email. If you have received this email in error please notify us
 immediately by return email or contact Great Southern Limited on
 1800 258 348, and promptly delete the email and any attachments.
 All emails are also automatically filtered and may be examined at the
 discretion of management, without prior notification to the sender or
 recipient.  Great Southern Limited ACN 052 046 536 and its related
 entities accept no liability for any damage caused by this email or  
 its
 attachments due to unauthorised use, computer viruses or other
 conditions which may damage or interfere with data, hardware or
 software with which it might be used.



--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Email Formatting

2008-02-11 Thread Michael Morrissey
Are than any hacks that permit the formatting of Trac Email
Notifications as HTML rather than text?

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---

This email and any attachments are confidential and may be legally
 privileged. If you are not the intended recipient you must not use, 
reproduce, disclose or distribute the information contained in this 
email. If you have received this email in error please notify us 
immediately by return email or contact Great Southern Limited on 
1800 258 348, and promptly delete the email and any attachments. 
All emails are also automatically filtered and may be examined at the
discretion of management, without prior notification to the sender or 
recipient.  Great Southern Limited ACN 052 046 536 and its related
entities accept no liability for any damage caused by this email or its 
attachments due to unauthorised use, computer viruses or other 
conditions which may damage or interfere with data, hardware or 
software with which it might be used. 



[Trac] Re: Problem with incorrect blockers showing up

2008-02-11 Thread Noah Kantrowitz

That disclaimer on the MasterTickets wiki page that says The 0.10  
version of this plugin suffers from many systemic design flaws. isn't  
for giggles. Do not use it. If you want to use MasterTickets, upgrade  
to 0.11dev.

--Noah

On Feb 11, 2008, at 4:05 PM, J. Ryan Earl wrote:


 Hello list,

 I searched the list archives, but didn't see anything about this
 particular problem we're having.  In fact, I think we found an error  
 in
 Trac.

 We have a weird situation where blockers are being associated with
 incorrect tickets, but the numbers of the tickets are related at a
 lexical level.  For example:
 https://svn.enthought.com/enthought/ticket/1234 blocks
 https://svn.enthought.com/enthought/ticket/1235, however,
 https://svn.enthought.com/enthought/ticket/235 is also showing up as
 being blocked by ticket:1234.  This problem is also manifesting itself
 on some newer (2 week old) internal project Tracs.

 Has anyone seen behavior like this before?  Any idea what may be a
 solution for it?  Any help would be appreciated.

 Thanks in advance,

 J. Ryan Earl
 IT Administrator
 Enthought, Inc.
 512.536.1057


 



--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Enabling modules for any env

2008-02-11 Thread Reynier Perez Mira

Hi every:
I have compiled LDAP Plugin as WikiTrac said but now I want enable this plugin 
to every env not just only for a few. How can I do this?
Cheers and thanks in advance
Ing Reynier Pérez Mira
Grupo Soporte al Desarrollo - Dirección Técnica IP 

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Multiple WIki's inside Trac, writeup presented for comment

2008-02-11 Thread Daniel Hahn
A while back my company decided to add a few more Wiki instances inside our
Trac setup.  Here is what I came up with after a bit of trial and error as a
nice striaght forward way of setting them up.   Our environment is Windows
Server 2003, Apache, and Python 2.4

To set up a new wiki inside the current instance

In a command promt box cd to C:\Python24\Scripts and Initialize the new Trac
environment
Run  Trac-admin C:\Python24\Scripts\trac\name of new wiki initenv

Trac will first ask a few questions about your environment in order to
initialize and prepare the project database.

Please enter the name of your project. This name will be used in page titles
and descriptions.
Project Name [My Project] project name

Please specify the connection string for the database to use. By default, a
local SQLite database is created in the environment directory. It is also
possible to use an already existing PostgreSQL database (check the Trac
documentation for the exact connection string syntax).
Database connection string [sqlite:db/trac.db] accept default

Please specify the type of version control system, By default, it will be
svn. If you don't want to use Trac with version control integration, choose
the default here and don't specify a repository directory. in the next
question.
Repository type [svn] accept default

Please specify the absolute path to the version control repository, or leave
it blank to use Trac without a repository. You can also set the repository
location later.
Path to repository [/path/to/repos] 

Add your TRAC_ADMIN
Run trac-admin C:\Python24\Scripts\trac\project name permission add user
name TRAC_ADMIN 

Add the apache Location details to allow access to the new project
(I add these at the bottom of the httpd.conf file)

Location /Projectname
SetHandler mod_python
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv C:\Python24\Scripts\trac\Projectname
PythonOption TracUriRoot /Projectname
AuthType Digest
AuthName name chosen
AuthDigestDomain http server name here/Projectname
AuthUserFile C:\Python24\Scripts\trac\my-project\conf\name of file
Require valid-user
/Location


Restart Apache

 
Daniel Hahn
Twin Techs - Senior Systems Engineer
[EMAIL PROTECTED]
509-416-2136
www.twintechs.com http://www.twintechs.com/ 

 

 


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Problem with incorrect blockers showing up

2008-02-11 Thread J. Ryan Earl

Hello list,

I searched the list archives, but didn't see anything about this 
particular problem we're having.  In fact, I think we found an error in 
Trac.

We have a weird situation where blockers are being associated with 
incorrect tickets, but the numbers of the tickets are related at a 
lexical level.  For example: 
https://svn.enthought.com/enthought/ticket/1234 blocks 
https://svn.enthought.com/enthought/ticket/1235, however, 
https://svn.enthought.com/enthought/ticket/235 is also showing up as 
being blocked by ticket:1234.  This problem is also manifesting itself 
on some newer (2 week old) internal project Tracs.

Has anyone seen behavior like this before?  Any idea what may be a 
solution for it?  Any help would be appreciated.

Thanks in advance,

J. Ryan Earl
IT Administrator
Enthought, Inc.
512.536.1057


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: TRAC on Solaris 10

2008-02-11 Thread Peter Wright

On 11/02 14:38:18, Losson Rhonda wrote:
 Hi,
 
 We are considering installing trac at my company and would like to
 hear from any of you that have installed and used this on Solaris 10.

I installed and used 0.10.4 on Solaris 10 at a company in 2006 - I
didn't have admin privileges on the machine, so built from source and
ran using the standalone (tracd) server, running off an arbitrary high
port (8000). When I left, it was in active use (both as a wiki and a
bugtracker) by about 30 people.

It worked very nicely, though it was a bit of a pain installing 0.10.4
from source. I'd recommend using either pkgsrc (as Bryan suggested) or
Blastwave if you're planning to use 0.10.4:

http://www.blastwave.org/packages.php

...although I've since found 0.11 is approximately a billion times
easier to install from source, so you might want to lean in that
direction. :)

I'd note that if you need to build C stuff, you're likely to find it
easier if you have gcc installed (as opposed to Sun's C/C++ compiler).

 Thanks,
 Rhonda Losson

Pete.
-- 
Very funny, Scotty.  Now beam down my clothes.

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---