[Trac] Re: No admin tab with WebAdmin

2007-05-23 Thread charles

Has anyone been able to figure out this problem?  I have the same
symptoms, and I can't for the life of me get that admin icon to show
up.  Similar to Karthik, I only occasionally see information in the
log about the webadmin component being loaded (saw it once, but still
no icon).

Thanks.

On May 17, 3:01 pm, "Albert Smerker" <[EMAIL PROTECTED]>
wrote:
> I had the same problem fixed it by adding the following in the trac.ini
> [components]
> webadmin.* = enabled
>
> -Original Message-
> From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
>
> On Behalf Of Karthik Krishnamurthy
> Sent: Monday, May 14, 2007 11:14 PM
> To: Trac Users
> Subject: [Trac] Re: No admin tab with WebAdmin
>
> But don't see the Admin tab with a user given TRAC_ADMIN.
> This from  my original mail.
>
> How do I go about troubleshooting ?
>
> /kk
>
> On May 14, 2:33 pm, Rainer Sokoll <[EMAIL PROTECTED]> wrote:
> > On Mon, May 14, 2007 at 02:23:37AM -0700, Karthik Krishnamurthy wrote:
> > >I have Trac 0.10.4  and TracWebAdmin-0.1.2dev_r4240-py2.3.egg
> > > installed with Python 2.3. I don't seem to be getting the Admin tab
> in
> > > my UI.
>
> > Do you have TRAC_ADMIN privileges?
>
> > Rainer


--~--~-~--~~~---~--~~
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: No admin tab with WebAdmin

2007-05-17 Thread Albert Smerker

I had the same problem fixed it by adding the following in the trac.ini
[components]
webadmin.* = enabled

-Original Message-
From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of Karthik Krishnamurthy
Sent: Monday, May 14, 2007 11:14 PM
To: Trac Users
Subject: [Trac] Re: No admin tab with WebAdmin



But don't see the Admin tab with a user given TRAC_ADMIN.
This from  my original mail.


How do I go about troubleshooting ?

/kk

On May 14, 2:33 pm, Rainer Sokoll <[EMAIL PROTECTED]> wrote:
> On Mon, May 14, 2007 at 02:23:37AM -0700, Karthik Krishnamurthy wrote:
> >I have Trac 0.10.4  and TracWebAdmin-0.1.2dev_r4240-py2.3.egg
> > installed with Python 2.3. I don't seem to be getting the Admin tab
in
> > my UI.
>
> Do you have TRAC_ADMIN privileges?
>
> Rainer






--~--~-~--~~~---~--~~
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: No admin tab with WebAdmin

2007-05-15 Thread Karthik Krishnamurthy

Did that and the result is the same. Here is my exact configuration
again.

[root trac]# ls -l /usr/lib/python2.3/site-packages/
TracWebAdmin-0.1.2dev_r4240-py2.3.egg/
total 16
drwxr-xr-x  2 root root 4096 May 15 22:57 EGG-INFO
drwxr-xr-x  4 root root 4096 May 15 22:57 webadmin

[root trac]# cat conf/trac.ini
[components]
webadmin.* = enabled

[logging]
log_type = file
log_file = /tmp/trac.log
log_level = DEBUG

[root trac]# trac-admin projects/projectx permission list

User Action
---
karthik  TRAC_ADMIN


and I still don't see the admin tab when logged in as karthik.

/kk


On May 15, 5:52 pm, David Chase <[EMAIL PROTECTED]> wrote:
> I also had trouble installing WebAdmin, and this is what worked for me:
>
> mkdir TracWebAdmin-0.1.2dev_r4240-py2.4.egg
> cd TracWebAdmin-0.1.2dev_r4240-py2.4.egg
> unzip ../TracWebAdmin-0.1.2dev_r4240-py2.4.egg.zip
> cd ../
> sudo easy_install TracWebAdmin-0.1.2dev_r4240-py2.4.egg
>
> Notice the incredibly cheesy "mkdir" step.  I think there is something
> wrong with this egg, because I didn't have to do this with any other
> plugin.
>
> If you are installing it as a Zipped egg (this method is not) you
> will need
> to be sure that Apache has a place to cache the expanded egg files.
> Notice
> the "SetEnv PYTHON_EGG_CACHE "/export/home/dc12360/Nobody/EggCache".
>
> Alias /trachtdocs/ "/opt/csw/share/trac/htdocs/"
> 
> SetHandler mod_python
> # Next line fixes funny crashes
> PythonInterpreter main_interpreter
> PythonHandler trac.web.modpython_frontend
> PythonOption TracUriRoot "/Projects"
> PythonOption TracEnvParentDir "/export/home/dc12360/Nobody/Trac"
> SetEnv PYTHON_EGG_CACHE "/export/home/dc12360/Nobody/EggCache"
> 
>
> The egg cache was necessary, so was the main_interpreter hack.
>
> David


--~--~-~--~~~---~--~~
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: No admin tab with WebAdmin

2007-05-15 Thread Karthik Krishnamurthy

Not Found
No handler matched request to /admin

and this in the log

2007-05-15 23:03:40,729 Trac[main] WARNING: 404 Not Found (No handler
matched request to /admin)

/kk

On May 15, 4:57 pm, Rainer Sokoll <[EMAIL PROTECTED]> wrote:
> On Tue, May 15, 2007 at 11:37:31AM -, Karthik Krishnamurthy wrote:
> > It was installed unzipped in both the locations (systemwide python
> > library dir and /usr/share/trac/plugins).
> > I tried with and without
>
> > [components]
> > webadmin.* = enabled
>
> > for both locations. In the former location ocassionally the log dir
> > would show the plugins being loaded, but the
> > ADMIN tab would not show up nevertheless for a user with TRAC_ADMIN
> > granted.
>
> What happens if you append admin to your url? 
> E.g.http://www.example.com/tracenv/admin
>
> Rainer


--~--~-~--~~~---~--~~
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: No admin tab with WebAdmin

2007-05-15 Thread David Chase

I also had trouble installing WebAdmin, and this is what worked for me:

mkdir TracWebAdmin-0.1.2dev_r4240-py2.4.egg
cd TracWebAdmin-0.1.2dev_r4240-py2.4.egg
unzip ../TracWebAdmin-0.1.2dev_r4240-py2.4.egg.zip
cd ../
sudo easy_install TracWebAdmin-0.1.2dev_r4240-py2.4.egg

Notice the incredibly cheesy "mkdir" step.  I think there is something
wrong with this egg, because I didn't have to do this with any other  
plugin.

If you are installing it as a Zipped egg (this method is not) you  
will need
to be sure that Apache has a place to cache the expanded egg files.   
Notice
the "SetEnv PYTHON_EGG_CACHE "/export/home/dc12360/Nobody/EggCache".

Alias /trachtdocs/ "/opt/csw/share/trac/htdocs/"

SetHandler mod_python
# Next line fixes funny crashes
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
PythonOption TracUriRoot "/Projects"
PythonOption TracEnvParentDir "/export/home/dc12360/Nobody/Trac"
SetEnv PYTHON_EGG_CACHE "/export/home/dc12360/Nobody/EggCache"


The egg cache was necessary, so was the main_interpreter hack.

David


--~--~-~--~~~---~--~~
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: No admin tab with WebAdmin

2007-05-15 Thread Rainer Sokoll

On Tue, May 15, 2007 at 11:37:31AM -, Karthik Krishnamurthy wrote:

> It was installed unzipped in both the locations (systemwide python
> library dir and /usr/share/trac/plugins).
> I tried with and without
> 
> [components]
> webadmin.* = enabled
> 
> for both locations. In the former location ocassionally the log dir
> would show the plugins being loaded, but the
> ADMIN tab would not show up nevertheless for a user with TRAC_ADMIN
> granted.

What happens if you append admin to your url? E.g.
http://www.example.com/tracenv/admin

Rainer

--~--~-~--~~~---~--~~
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: No admin tab with WebAdmin

2007-05-15 Thread Karthik Krishnamurthy

It was installed unzipped in both the locations (systemwide python
library dir and /usr/share/trac/plugins).
I tried with and without

[components]
webadmin.* = enabled

for both locations. In the former location ocassionally the log dir
would show the plugins being loaded, but the
ADMIN tab would not show up nevertheless for a user with TRAC_ADMIN
granted.

/kk

On May 15, 11:53 am, Christian van der Leeden <[EMAIL PROTECTED]>
wrote:
> You might want to try to install the .egg with easy_install -Z
> this will unzip it. Otherwise the webserver user has to have write
> permissions in the cache directory...
>
> http://trac.edgewall.org/wiki/TracPlugins
>
> Christian
>
> On May 15, 2007, at 7:13 AM, Karthik Krishnamurthy wrote:
>
>
>
> > But don't see the Admin tab with a user given TRAC_ADMIN.
> > This from  my original mail.
>
> > How do I go about troubleshooting ?
>
> > /kk
>
> > On May 14, 2:33 pm, Rainer Sokoll <[EMAIL PROTECTED]> wrote:
> >> On Mon, May 14, 2007 at 02:23:37AM -0700, Karthik Krishnamurthy
> >> wrote:
> >>>I have Trac 0.10.4  and TracWebAdmin-0.1.2dev_r4240-py2.3.egg
> >>> installed with Python 2.3. I don't seem to be getting the Admin
> >>> tab in
> >>> my UI.
>
> >> Do you have TRAC_ADMIN privileges?
>
> >> Rainer
>
> > >
>
>
>  smime.p7s
> 3KDownload


--~--~-~--~~~---~--~~
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: No admin tab with WebAdmin

2007-05-14 Thread Christian van der Leeden

You might want to try to install the .egg with easy_install -Z
this will unzip it. Otherwise the webserver user has to have write
permissions in the cache directory...

http://trac.edgewall.org/wiki/TracPlugins

Christian


On May 15, 2007, at 7:13 AM, Karthik Krishnamurthy wrote:




But don't see the Admin tab with a user given TRAC_ADMIN.
This from  my original mail.


How do I go about troubleshooting ?

/kk

On May 14, 2:33 pm, Rainer Sokoll <[EMAIL PROTECTED]> wrote:
On Mon, May 14, 2007 at 02:23:37AM -0700, Karthik Krishnamurthy  
wrote:

   I have Trac 0.10.4  and TracWebAdmin-0.1.2dev_r4240-py2.3.egg
installed with Python 2.3. I don't seem to be getting the Admin  
tab in

my UI.


Do you have TRAC_ADMIN privileges?

Rainer



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

-~--~~~~--~~--~--~---





smime.p7s
Description: S/MIME cryptographic signature


[Trac] Re: No admin tab with WebAdmin

2007-05-14 Thread Karthik Krishnamurthy


But don't see the Admin tab with a user given TRAC_ADMIN.
This from  my original mail.


How do I go about troubleshooting ?

/kk

On May 14, 2:33 pm, Rainer Sokoll <[EMAIL PROTECTED]> wrote:
> On Mon, May 14, 2007 at 02:23:37AM -0700, Karthik Krishnamurthy wrote:
> >I have Trac 0.10.4  and TracWebAdmin-0.1.2dev_r4240-py2.3.egg
> > installed with Python 2.3. I don't seem to be getting the Admin tab in
> > my UI.
>
> Do you have TRAC_ADMIN privileges?
>
> Rainer


--~--~-~--~~~---~--~~
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: No admin tab with WebAdmin

2007-05-14 Thread Rainer Sokoll

On Mon, May 14, 2007 at 02:23:37AM -0700, Karthik Krishnamurthy wrote:

>I have Trac 0.10.4  and TracWebAdmin-0.1.2dev_r4240-py2.3.egg
> installed with Python 2.3. I don't seem to be getting the Admin tab in
> my UI.

Do you have TRAC_ADMIN privileges?

Rainer

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---