Re: [Trac] more melodrama

2013-10-15 Thread Stuart Cracraft
Thankyou. I will do so. 

--Stuart




>> On Oct 15, 2013, at 4:40 PM, Olemis Lang  wrote:
>> 
>> On 10/15/13, Stuart Cracraft  wrote:
>> # trac-admin /home/trac permission add admin TRAC_ADMIN
>> 
>> Error: TimeoutError: Unable to get database connection within 0 seconds.
>> (OperationalError: no pg_hba.conf entry for host "10.1.2.3", user
>> "trac_db_admin", database "trac_db", SSL off
> 
> These are the kind of tiny details we have documented in Bloodhound
> install procedure . Please read this page , maybe you'll find a few
> hints for installation and configuration of the PostgreSQL cluster
> (this ain't even related to Trac)
> 
> https://issues.apache.org/bloodhound/wiki/BloodhoundInstall
> 
> 
> -- 
> Regards,
> 
> Olemis - @olemislc
> 
> Apache™ Bloodhound contributor
> http://issues.apache.org/bloodhound
> http://blood-hound.net
> 
> Blog ES: http://simelo-es.blogspot.com/
> Blog EN: http://simelo-en.blogspot.com/
> 
> Featured article:
> 
> -- 
> You received this message because you are subscribed to a topic in the Google 
> Groups "Trac Users" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/trac-users/I5lemh3QMsY/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> trac-users+unsubscr...@googlegroups.com.
> To post to this group, send email to trac-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/trac-users.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] more melodrama

2013-10-15 Thread Olemis Lang
On 10/15/13, Stuart Cracraft  wrote:
> # trac-admin /home/trac permission add admin TRAC_ADMIN
>
> Error: TimeoutError: Unable to get database connection within 0 seconds.
> (OperationalError: no pg_hba.conf entry for host "10.1.2.3", user
> "trac_db_admin", database "trac_db", SSL off
>

These are the kind of tiny details we have documented in Bloodhound
install procedure . Please read this page , maybe you'll find a few
hints for installation and configuration of the PostgreSQL cluster
(this ain't even related to Trac)

https://issues.apache.org/bloodhound/wiki/BloodhoundInstall


-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


[Trac] more melodrama

2013-10-15 Thread Stuart Cracraft
# trac-admin /home/trac permission add admin TRAC_ADMIN
 
Error: TimeoutError: Unable to get database connection within 0 seconds. 
(OperationalError: no pg_hba.conf entry for host "10.1.2.3", user 
"trac_db_admin", database "trac_db", SSL off
 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


[Trac] the current melodrama

2013-10-15 Thread Stuart Cracraft
Now, when I attempt to login to:
 
  http://someservername/trac/login
 
where someservername is the one with the other stuff I've been writing 
about, it says:
 

 The webpage cannot be found  HTTP 404 
   Most likely causes:
   
   - There might be a typing error in the address.
   - If you clicked on a link, it may be out of date.

   What you can try:
  Retype 
the address.
 *Go back to the previous page.* 
Go back to the previous page.   

  Go to the main site and look for the information you want.
  [image: 
More information]  )

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] problem with trac - thoughts anyone?

2013-10-15 Thread Stuart Cracraft
More to the point:
 
  telnet localhost 5432
 
on the box works to connect to port 5432 and postgres.
 
However,
 
 telnet fully-qualified-name-of-localhost 5432 
 
gets a Connection Refused.
 
The fix here was in postgresql.conf to update the 
 
  listen_addresses = '*' 
 
(for development only)
 
field appropriately (uncommenting it) and port = 5432 lines
and restarting postgresql with
 
  /etc/init.d/postgresql restart
 
then retesting with the above telnets...
 
Stuart
 

On Tuesday, October 15, 2013 2:32:10 PM UTC-7, Stuart Cracraft wrote:

> Notes with ++ are inlined.
>
> On Tuesday, October 15, 2013 11:18:49 AM UTC-7, Matthew Caron wrote:
>
>> On 10/15/2013 01:42 PM, Stuart Cracraft wrote: 
>> > TimeoutError: Unable to get database connection within 0 seconds. 
>> (OperationalError: could not connect to server: Connection refused 
>> > Is the server running on host "ca-sna-pm01" and accepting 
>> > TCP/IP connections on port 5432? 
>>
>> Have you answered its question? 
>>
>  
> Matthew: Of course. And to the affirmative. Stuart
>  
>
>> -- 
>> Matthew Caron, Software Build Engineer 
>> Red Lion Controls | www.redlion.net 
>> +1 (518) 877-5173 x138 office 
>>
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] problem with trac - thoughts anyone?

2013-10-15 Thread Stuart Cracraft
Notes with ++ are inlined.

On Tuesday, October 15, 2013 11:18:49 AM UTC-7, Matthew Caron wrote:

> On 10/15/2013 01:42 PM, Stuart Cracraft wrote: 
> > TimeoutError: Unable to get database connection within 0 seconds. 
> (OperationalError: could not connect to server: Connection refused 
> > Is the server running on host "ca-sna-pm01" and accepting 
> > TCP/IP connections on port 5432? 
>
> Have you answered its question? 
>
 
Matthew: Of course. And to the affirmative. Stuart
 

> -- 
> Matthew Caron, Software Build Engineer 
> Red Lion Controls | www.redlion.net 
> +1 (518) 877-5173 x138 office 
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


[Trac] Re: problems with Trac

2013-10-15 Thread Stuart Cracraft
Call me at 949-285-6573 to discuss Trac and my concerns.
 
My goal is to have it up and running.

On Monday, October 14, 2013 1:44:18 PM UTC-7, Stuart Cracraft wrote:

> Having numerous major problems with this layered system..
>  
> If you are willing to advise on getting it online successfully,
> contact me at smcracr...@icloud.com.
>  
> The issues surround installation, database configuration,
> security/authentication, and test.
>  
> Thanks.
>  
> --Stuart
>  
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Dummy question: no handler request

2013-10-15 Thread Olemis Lang
On 10/15/13, Olemis Lang  wrote:
> On 10/15/13, Renger van Nieuwkoop  wrote:
>
[...]
>> However, if I want to access the wiki at  https://modelworks.ch/Parking

Considering this https://modelworks.ch/wiki/Parking the web server is
serving a single environment directly at https://modelworks.ch/

>> I
>> get the following:
>> - Error: Not found
>> - No handler matched to request /Parking
>>
>> Any help would be appreciated.
>>
>
> How are you running Trac ? Maybe this is a single env vs multiple env
> tracd (or whatever other server) issue.
>

So this is it
;)

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Dummy question: no handler request

2013-10-15 Thread Olemis Lang
On 10/15/13, Renger van Nieuwkoop  wrote:
> Hi
>

:)

> I just started using trac on a hosted subversion and trac (1.0) system.
> I have been working with svn for quite a while and want to use trac with
> it.
> I gave myself trac admin rights and wanted to add the svn project
> "Parking". For this I issued: trac-admin Parking.

"trac-admin Parking" or "trac-admin Parking initenv" ?

> There is now a directory .\trac\Parking.

is there anything inside that folder ?

> However, if I want to access the wiki at  https://modelworks.ch/Parking I
> get the following:
> - Error: Not found
> - No handler matched to request /Parking
>
> Any help would be appreciated.
>

How are you running Trac ? Maybe this is a single env vs multiple env
tracd (or whatever other server) issue.

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] problem with trac - thoughts anyone?

2013-10-15 Thread Matthew Caron

On 10/15/2013 01:42 PM, Stuart Cracraft wrote:

TimeoutError: Unable to get database connection within 0 seconds. 
(OperationalError: could not connect to server: Connection refused
Is the server running on host "ca-sna-pm01" and accepting
TCP/IP connections on port 5432?


Have you answered its question?
--
Matthew Caron, Software Build Engineer
Red Lion Controls | www.redlion.net
+1 (518) 877-5173 x138 office

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] problems with Trac

2013-10-15 Thread Stuart Cracraft
 
Of course not.

On Tuesday, October 15, 2013 10:48:01 AM UTC-7, renger wrote:

>  You mean that it is better to use one system for all projects? 
> Tanks
> Renger
>
> sent from my iPad
>
> Am 15.10.2013 um 19:44 schrieb "Stuart Cracraft" 
> 
> >:
>
>   Having numerous major problems with this layered system..
>  
> If you are willing to advise on getting it online successfully,
> contact me at smcra...@icloud.com .
>  
> The issues surround installation, database configuration,
> security/authentication, and test.
>  
> Thanks.
>  
> --Stuart
>  
>  
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Trac Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to trac-users+...@googlegroups.com .
> To post to this group, send email to trac...@googlegroups.com
> .
> Visit this group at http://groups.google.com/group/trac-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] problems with Trac

2013-10-15 Thread Renger van Nieuwkoop
You mean that it is better to use one system for all projects?
Tanks
Renger

sent from my iPad

Am 15.10.2013 um 19:44 schrieb "Stuart Cracraft" 
mailto:smcracr...@gmail.com>>:

Having numerous major problems with this layered system..

If you are willing to advise on getting it online successfully,
contact me at smcracr...@icloud.com.

The issues surround installation, database configuration,
security/authentication, and test.

Thanks.

--Stuart


--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to 
trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


[Trac] Dummy question: no handler request

2013-10-15 Thread Renger van Nieuwkoop
Hi

I just started using trac on a hosted subversion and trac (1.0) system.
I have been working with svn for quite a while and want to use trac with it.
I gave myself trac admin rights and wanted to add the svn project 
"Parking". For this I issued: trac-admin Parking.
There is now a directory .\trac\Parking.
However, if I want to access the wiki at  https://modelworks.ch/Parking I 
get the following:
- Error: Not found 
- No handler matched to request /Parking

Any help would be appreciated.

Cheers

Renger

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


[Trac] problems with Trac

2013-10-15 Thread Stuart Cracraft
Having numerous major problems with this layered system..
 
If you are willing to advise on getting it online successfully,
contact me at smcracr...@icloud.com.
 
The issues surround installation, database configuration,
security/authentication, and test.
 
Thanks.
 
--Stuart
 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


[Trac] problem with trac - thoughts anyone?

2013-10-15 Thread Stuart Cracraft


Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/web/api.py", 
line 514, in send_error
data, 'text/html')
  File 
"/usr/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/web/chrome.py", 
line 968, in render_template
message = Markup(req.session.pop('chrome.%s.%d'
  File "/usr/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/web/api.py", 
line 316, in __getattr__
value = self.callbacks[name](self)
  File 
"/usr/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/web/main.py", line 
268, in _get_session
return Session(self.env, req)
  File 
"/usr/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/web/session.py", 
line 206, in __init__
self.get_session(sid)
  File 
"/usr/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/web/session.py", 
line 229, in get_session
super(Session, self).get_session(sid, authenticated)
  File 
"/usr/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/web/session.py", 
line 76, in get_session
with self.env.db_query as db:
  File "/usr/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/db/api.py", 
line 174, in __enter__
db = self.dbmgr.get_connection(readonly=True)
  File "/usr/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/db/api.py", 
line 262, in get_connection
db = self._cnx_pool.get_cnx(self.timeout or None)
  File "/usr/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/db/pool.py", 
line 213, in get_cnx
return _backend.get_cnx(self._connector, self._kwargs, timeout)
  File "/usr/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/db/pool.py", 
line 134, in get_cnx
raise TimeoutError(errmsg)
TimeoutError: Unable to get database connection within 0 seconds. 
(OperationalError: could not connect to server: Connection refused
Is the server running on host "ca-sna-pm01" and accepting
TCP/IP connections on port 5432?
)

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.