Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py (with patch)

2007-06-14 Thread John Molohan
Ryan Roth wrote:
> Tests out fine, thanks!
>
>
> Duncan Webb wrote:
>   
>> Ryan Roth wrote:
>>   
>> 
>>> Here is a patch to fix the issue,  thanks Adam:
>>>
>>>
>>> Index: src/config.py
>>> ===
>>> --- src/config.py   (revision 9690)
>>> +++ src/config.py   (working copy)
>>> @@ -115,7 +115,7 @@
>>> if isinstance(msg, unicode):
>>> msg = msg.encode(LOCALE)
>>> if DEBUG_STDOUT:
>>> -print >> sys.__stdout__, s
>>> +print >> sys.__stdout__, msg
>>> sys.__stdout__.flush
>>> #sys.__stdout__.write(msg)
>>> #self.fp.write(msg)
>>>
>>>
>>> 
>>>   
>> Thanks guys, silly error.
>>
>> Do you have time to check the latest svn r9691,
>>
>> These files have changed:
>> src/config.py
>> src/main.py
>> src/plugins/shutdown.py
>> src/helpers/recordserver.py
>>
>> This should fix the logging problem and tidy up the messaging a bit.
>>
>> Thanks
>> Duncan
>>
>> 
Yeah works fine, thanks.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py (with patch)

2007-06-14 Thread Ryan Roth
Tests out fine, thanks!


Duncan Webb wrote:
> Ryan Roth wrote:
>   
>> Here is a patch to fix the issue,  thanks Adam:
>>
>>
>> Index: src/config.py
>> ===
>> --- src/config.py   (revision 9690)
>> +++ src/config.py   (working copy)
>> @@ -115,7 +115,7 @@
>> if isinstance(msg, unicode):
>> msg = msg.encode(LOCALE)
>> if DEBUG_STDOUT:
>> -print >> sys.__stdout__, s
>> +print >> sys.__stdout__, msg
>> sys.__stdout__.flush
>> #sys.__stdout__.write(msg)
>> #self.fp.write(msg)
>>
>>
>> 
> Thanks guys, silly error.
>
> Do you have time to check the latest svn r9691,
>
> These files have changed:
> src/config.py
> src/main.py
> src/plugins/shutdown.py
> src/helpers/recordserver.py
>
> This should fix the logging problem and tidy up the messaging a bit.
>
> Thanks
> Duncan
>
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>   

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py (with patch)

2007-06-14 Thread Duncan Webb
Ryan Roth wrote:
> Here is a patch to fix the issue,  thanks Adam:
> 
> 
> Index: src/config.py
> ===
> --- src/config.py   (revision 9690)
> +++ src/config.py   (working copy)
> @@ -115,7 +115,7 @@
> if isinstance(msg, unicode):
> msg = msg.encode(LOCALE)
> if DEBUG_STDOUT:
> -print >> sys.__stdout__, s
> +print >> sys.__stdout__, msg
> sys.__stdout__.flush
> #sys.__stdout__.write(msg)
> #self.fp.write(msg)
> 
> 
Thanks guys, silly error.

Do you have time to check the latest svn r9691,

These files have changed:
src/config.py
src/main.py
src/plugins/shutdown.py
src/helpers/recordserver.py

This should fix the logging problem and tidy up the messaging a bit.

Thanks
Duncan


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py (with patch)

2007-06-14 Thread Ryan Roth
Here is a patch to fix the issue,  thanks Adam:


Index: src/config.py
===
--- src/config.py   (revision 9690)
+++ src/config.py   (working copy)
@@ -115,7 +115,7 @@
 if isinstance(msg, unicode):
 msg = msg.encode(LOCALE)
 if DEBUG_STDOUT:
-print >> sys.__stdout__, s
+print >> sys.__stdout__, msg
 sys.__stdout__.flush
 #sys.__stdout__.write(msg)
 #self.fp.write(msg)


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-14 Thread Adam Charrett
On Thu, 2007-06-14 at 07:50 +0200, Duncan Webb wrote:
> I'm pretty sure that the problem is something to do with config.py, if the

I managed to pin point the problem today at work (well lunch time), its
in the Logger class, line 118 in write() the variable s is being used
instead of msg.

Judicious use of the print 'Here' statement gave me an exception
traceback that I could follow to find the problem :-)

Sorry but I don't have time right now to create a patch, typing this in
between trying to feed and bath a little one.

Cheers

Adam


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-14 Thread Ryan Roth

> I'm pretty sure that the problem is something to do with config.py, if the
> last config.py that I sent doesn't help, then can you try this one from
> r9684. If this works then we can be certain that the problem is isolated
> to the changes there.
>
> BTW this will break the current recordserver
>
> Duncan
>   
That config.py did the trick

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Duncan Webb
> Duncan Webb wrote:
>> I'm sure that I don't understand the cause of this, yet. In my
>> local_conf.py there is:
>>
>> # Debugging settings
>> RECORDSERVER_DEBUG = 1
>> ENCODINGSERVER_DEBUG = 2
>> RSSSERVER_DEBUG = 1
>> CHILDAPP_DEBUG = 1
>> DEBUG = 1
>> LOGGING = logging.DEBUG
>> RECORDSERVER_LOGGING = logging.DEBUG
>
> With or without these settings make no difference on my machine
>
>> On all three systems I have no problem running freevo. There is some
>> funny output, coming from somewhere when freevo starts up. On two
>> machine there are a few lines of 'vob' and the other has lines of 'ts'.
>> which are either mplayer extensions.
>
> I only get the message that is in the subject line of the thread

You get this message because this is being run before the local_conf.py is
being loaded, if the message level of this _debug_ is changed to debug you
won't see this any more.

>> However this doesn't stop freevo starting.
>>
>> Can you check that the log directory is writeable by your freevo user.
>
> I am running as root and still no luck
>
>> Would you like to a proper clean up of the build and
>> site-packages/freevo directories, it may or may not help.
>>
> No luck with this either

I'm pretty sure that the problem is something to do with config.py, if the
last config.py that I sent doesn't help, then can you try this one from
r9684. If this works then we can be certain that the problem is isolated
to the changes there.

BTW this will break the current recordserver

Duncan
# -*- coding: iso-8859-1 -*-
# ---
# config.py - Handle the configuration file init. Also start logging.
# ---
# $Id: config.py 9649 2007-06-05 18:56:43Z duncan $
#
# Notes:
#
#   Try to find the freevo_config.py config file in the following places:
#   1) ~/.freevo/freevo_config.py   The user's private config
#   2) /etc/freevo/freevo_config.py Systemwide config
#   3) ./freevo_config.py   Defaults from the freevo dist
#
#   Customize freevo_config.py from the freevo dist and copy it to one
#   of the other places where it will not get overwritten by new
#   checkouts/installs of freevo.
#
#   The format of freevo_config.py might change, in that case you'll
#   have to update your customized version.
#
# Todo:
#
# ---
# Freevo - A Home Theater PC framework
# Copyright (C) 2002 Krister Lagerstrom, et al.
# Please see the file freevo/Docs/CREDITS for a complete list of authors.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MER-
# CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
# Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# ---


import sys, os, time, re, string, pwd
import setup_freevo
import traceback
import __builtin__
import version
import locale
import logging


locale.setlocale(locale.LC_TIME,'')

if float(sys.version[0:3]) >= 2.3:
import warnings
warnings.simplefilter("ignore", category=FutureWarning)
warnings.simplefilter("ignore", category=DeprecationWarning)

VERSION = version.__version__

LOGGING = logging.WARNING

# For Internationalization purpose
# an exception is raised with Python 2.1 if LANG is unavailable.
import gettext
try:
gettext.install('freevo', os.environ['FREEVO_LOCALE'], 1)
except: # unavailable, define '_' for all modules
import __builtin__
__builtin__.__dict__['_']= lambda m: m


# temp solution until this is fixed to True and False
# in all freevo modules
__builtin__.__dict__['TRUE']  = 1
__builtin__.__dict__['FALSE'] = 0


# String helper function. Always use this function to detect if the
# object is a string or not. It checks against str and unicode
def __isstring__(s):
return isinstance(s, str) or isinstance(s, unicode)

__builtin__.__dict__['isstring'] = __isstring__


class Logger:
"""
Class to create a logger object which will send messages to stdout
and log them into a logfile
"""
def __init__(self, logtype='(unknown)'):
self.lineno = 1
self.logtype = logtype
appname = os.path.splitext(os.path.basename(sys.argv[0]))[0]
logfile = '%s/%s-%s.log' % (LOGDIR, appname, os.getuid())
logging.basicConfig(level=LOGGING, \
#datefmt='%a, %H:%M:%S',
format='%(asctime

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Duncan Webb
> Try removing the log entries from your config

I did this first and it was fine.

I'm pretty sure that the problem is directly related to the changes that I
did to the _debug_ function, there could be several reasons for this and
would like, with your help to find out what is causing this problem.

Attached is a config.py with the old _debug_function_ can you try this
against the current svn and say if this works.

Thanks
Duncan# -*- coding: iso-8859-1 -*-
# ---
# config.py - Handle the configuration file init. Also start logging.
# ---
# $Id: config.py 789 2007-06-13 18:51:17Z duncan $
#
# Notes:
#
#   Try to find the freevo_config.py config file in the following places:
#   1) ~/.freevo/freevo_config.py   The user's private config
#   2) /etc/freevo/freevo_config.py Systemwide config
#   3) ./freevo_config.py   Defaults from the freevo dist
#
#   Customize freevo_config.py from the freevo dist and copy it to one
#   of the other places where it will not get overwritten by new
#   checkouts/installs of freevo.
#
#   The format of freevo_config.py might change, in that case you'll
#   have to update your customized version.
#
# Todo:
#
# ---
# Freevo - A Home Theater PC framework
# Copyright (C) 2002 Krister Lagerstrom, et al.
# Please see the file freevo/Docs/CREDITS for a complete list of authors.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MER-
# CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
# Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# ---


import sys, os, time, re, string, pwd, thread
import setup_freevo
import traceback
import __builtin__
import version
import locale
import logging


DINFO = 0
DWARNING = -1
DERROR = -2
DCRITICAL = -3

locale.setlocale(locale.LC_TIME,'')

if float(sys.version[0:3]) >= 2.3:
import warnings
warnings.simplefilter("ignore", category=FutureWarning)
warnings.simplefilter("ignore", category=DeprecationWarning)

VERSION = version.__version__

# For Internationalization purpose
# an exception is raised with Python 2.1 if LANG is unavailable.
import gettext
try:
gettext.install('freevo', os.environ['FREEVO_LOCALE'], 1)
except: # unavailable, define '_' for all modules
import __builtin__
__builtin__.__dict__['_']= lambda m: m


# temp solution until this is fixed to True and False
# in all freevo modules
__builtin__.__dict__['TRUE']  = 1
__builtin__.__dict__['FALSE'] = 0


# String helper function. Always use this function to detect if the
# object is a string or not. It checks against str and unicode
def __isstring__(s):
return isinstance(s, str) or isinstance(s, unicode)

__builtin__.__dict__['isstring'] = __isstring__


class Logger:
"""
Class to create a logger object which will send messages to stdout
and log them into a logfile
"""
def __init__(self, logtype='(unknown)'):
self.lineno = 1
self.logtype = logtype
appname = os.path.splitext(os.path.basename(sys.argv[0]))[0]
logfile = '%s/%s-%s.log' % (LOGDIR, appname, os.getuid())
logging.basicConfig(level=LOGGING, \
#datefmt='%a, %H:%M:%S',
format='%(asctime)s %(levelname)-8s %(message)s', \
filename=logfile, filemode='a')
self.logfile = logfile
#try:
#self.fp = open(logfile, 'a')
#except IOError:
#print 'Could not open logfile: %s' % logfile
#self.fp = open('/dev/null','a')

def write(self, msg):
global DEBUG_STDOUT
if isinstance(msg, unicode):
msg = msg.encode(LOCALE)
if DEBUG_STDOUT:
print >> sys.__stdout__, s
sys.__stdout__.flush
#sys.__stdout__.write(msg)
#self.fp.write(msg)
#self.fp.flush()
return

def log(self, msg):
#self.fp.write(msg)
#self.fp.flush()
return

def flush(self):
pass

def close(self):
logging.info('-' * 80)
logging.info('Log closed')
logging.info('=' * 80)


class VideoGroup:
"""
vdev: The video recording device, such as /dev/video0.
vvbi: The video vbi device, such as /dev/vbi0.
adev: 

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Ryan Roth
Duncan Webb wrote:
> I'm sure that I don't understand the cause of this, yet. In my
> local_conf.py there is:
>
> # Debugging settings
> RECORDSERVER_DEBUG = 1
> ENCODINGSERVER_DEBUG = 2
> RSSSERVER_DEBUG = 1
> CHILDAPP_DEBUG = 1
> DEBUG = 1
> LOGGING = logging.DEBUG
> RECORDSERVER_LOGGING = logging.DEBUG
>   
With or without these settings make no difference on my machine
> On all three systems I have no problem running freevo. There is some
> funny output, coming from somewhere when freevo starts up. On two
> machine there are a few lines of 'vob' and the other has lines of 'ts'.
> which are either mplayer extensions.
>   
I only get the message that is in the subject line of the thread
> However this doesn't stop freevo starting.
>
> Can you check that the log directory is writeable by your freevo user.
>   
I am running as root and still no luck
> Would you like to a proper clean up of the build and
> site-packages/freevo directories, it may or may not help.
>   
No luck with this either
> I need to track this down, but it's hard when I can't reproduce it.
>
> Duncan
>
>   

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Ryan Roth
Try removing the log entries from your config

Duncan Webb wrote:
> John Molohan wrote:
>   
>> Ryan Roth wrote:
>> 
>>> I take that back.  I did a SVN update and adding those lines no longer 
>>> fixes it.
>>>
>>> Ryan Roth wrote:
>>>   
>>>   
 If I add

 LOGGING=logging.DEBUG
 DEBUG=1

 It works, but without it it does not
 
 
>> Yeah I'm on revision 9690 and I can't get freevo to run with any 
>> combination of those settings. Any ideas? Guess I'll look for that post 
>> on how to revert to an older svn revision :)
>> 
>
> I'm sure that I don't understand the cause of this, yet. In my
> local_conf.py there is:
>
> # Debugging settings
> RECORDSERVER_DEBUG = 1
> ENCODINGSERVER_DEBUG = 2
> RSSSERVER_DEBUG = 1
> CHILDAPP_DEBUG = 1
> DEBUG = 1
> LOGGING = logging.DEBUG
> RECORDSERVER_LOGGING = logging.DEBUG
>
> On all three systems I have no problem running freevo. There is some
> funny output, coming from somewhere when freevo starts up. On two
> machine there are a few lines of 'vob' and the other has lines of 'ts'.
> which are either mplayer extensions.
>
> However this doesn't stop freevo starting.
>
> Can you check that the log directory is writeable by your freevo user.
>
> Would you like to a proper clean up of the build and
> site-packages/freevo directories, it may or may not help.
>
> I need to track this down, but it's hard when I can't reproduce it.
>
> Duncan
>
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>   

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Duncan Webb
John Molohan wrote:
> Ryan Roth wrote:
>> I take that back.  I did a SVN update and adding those lines no longer 
>> fixes it.
>>
>> Ryan Roth wrote:
>>   
>>> If I add
>>>
>>> LOGGING=logging.DEBUG
>>> DEBUG=1
>>>
>>> It works, but without it it does not
>>> 
> Yeah I'm on revision 9690 and I can't get freevo to run with any 
> combination of those settings. Any ideas? Guess I'll look for that post 
> on how to revert to an older svn revision :)

I'm sure that I don't understand the cause of this, yet. In my
local_conf.py there is:

# Debugging settings
RECORDSERVER_DEBUG = 1
ENCODINGSERVER_DEBUG = 2
RSSSERVER_DEBUG = 1
CHILDAPP_DEBUG = 1
DEBUG = 1
LOGGING = logging.DEBUG
RECORDSERVER_LOGGING = logging.DEBUG

On all three systems I have no problem running freevo. There is some
funny output, coming from somewhere when freevo starts up. On two
machine there are a few lines of 'vob' and the other has lines of 'ts'.
which are either mplayer extensions.

However this doesn't stop freevo starting.

Can you check that the log directory is writeable by your freevo user.

Would you like to a proper clean up of the build and
site-packages/freevo directories, it may or may not help.

I need to track this down, but it's hard when I can't reproduce it.

Duncan


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread John Molohan
John Molohan wrote:
> Ryan Roth wrote:
>   
>> I take that back.  I did a SVN update and adding those lines no longer 
>> fixes it.
>>
>> Ryan Roth wrote:
>>   
>> 
>>> If I add
>>>
>>> LOGGING=logging.DEBUG
>>> DEBUG=1
>>>
>>> It works, but without it it does not
>>> 
>>>   
> Yeah I'm on revision 9690 and I can't get freevo to run with any 
> combination of those settings. Any ideas? Guess I'll look for that post 
> on how to revert to an older svn revision :)
>
> John
>   
It was at revision 9685 that it happens if that helps. Versions previous 
to that are working.

John

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread John Molohan
Ryan Roth wrote:
> I take that back.  I did a SVN update and adding those lines no longer 
> fixes it.
>
> Ryan Roth wrote:
>   
>> If I add
>>
>> LOGGING=logging.DEBUG
>> DEBUG=1
>>
>> It works, but without it it does not
>> 
Yeah I'm on revision 9690 and I can't get freevo to run with any 
combination of those settings. Any ideas? Guess I'll look for that post 
on how to revert to an older svn revision :)

John

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Ryan Roth
I take that back.  I did a SVN update and adding those lines no longer 
fixes it.

Ryan Roth wrote:
> If I add
>
> LOGGING=logging.DEBUG
> DEBUG=1
>
> It works, but without it it does not
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>   

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Ryan Roth
If I add

LOGGING=logging.DEBUG
DEBUG=1

It works, but without it it does not

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Duncan Webb
Ryan Roth wrote:
> Tried it and it is still broke with the same message.
> 
> 
> Duncan Webb wrote:
>> Ryan Roth wrote:
>>   
>>> That fixed it, albeit we should fix the bug
>>>
>>> Duncan Webb wrote:
>>> 
 Justin Wetherell wrote:
   
   
> Try:
>
> LOGGING=DEBUG
> 
> 
 This won't work as the logging module is being used, you need:

 LOGGING=logging.DEBUG

 Having said this I don't yet see why the changes are causing any
 problem, you can check what I did from the svn list or click the view
 changes on http://www.linuxowl.com/trac/freevo-1/log/freevo
   
>> In revision 9686 I've added some code, will you do me a favour and break
>> it again :) and tell me if there are any messages, either to the console
>> or in the log?

What have you set for DEBUG and LOGGING?

LOGGING=DEBUG
DEBUG=1

Duncan


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Ryan Roth
Tried it and it is still broke with the same message.


Duncan Webb wrote:
> Ryan Roth wrote:
>   
>> That fixed it, albeit we should fix the bug
>>
>> Duncan Webb wrote:
>> 
>>> Justin Wetherell wrote:
>>>   
>>>   
 Try:

 LOGGING=DEBUG
 
 
>>> This won't work as the logging module is being used, you need:
>>>
>>> LOGGING=logging.DEBUG
>>>
>>> Having said this I don't yet see why the changes are causing any
>>> problem, you can check what I did from the svn list or click the view
>>> changes on http://www.linuxowl.com/trac/freevo-1/log/freevo
>>>   
>
> In revision 9686 I've added some code, will you do me a favour and break
> it again :) and tell me if there are any messages, either to the console
> or in the log?
>
> Thanks
> Duncan
>
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>   

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Duncan Webb
Ryan Roth wrote:
> That fixed it, albeit we should fix the bug
> 
> Duncan Webb wrote:
>> Justin Wetherell wrote:
>>   
>>> Try:
>>>
>>> LOGGING=DEBUG
>>> 
>> This won't work as the logging module is being used, you need:
>>
>> LOGGING=logging.DEBUG
>>
>> Having said this I don't yet see why the changes are causing any
>> problem, you can check what I did from the svn list or click the view
>> changes on http://www.linuxowl.com/trac/freevo-1/log/freevo

In revision 9686 I've added some code, will you do me a favour and break
it again :) and tell me if there are any messages, either to the console
or in the log?

Thanks
Duncan


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Ryan Roth
That fixed it, albeit we should fix the bug

Duncan Webb wrote:
> Justin Wetherell wrote:
>   
>> Try:
>>
>> LOGGING=DEBUG
>> 
>
> This won't work as the logging module is being used, you need:
>
> LOGGING=logging.DEBUG
>
> Having said this I don't yet see why the changes are causing any
> problem, you can check what I did from the svn list or click the view
> changes on http://www.linuxowl.com/trac/freevo-1/log/freevo
>
> Duncan
>
>   
>> DEBUG=5
>>
>> On 6/13/07, *Ryan Roth* <[EMAIL PROTECTED]
>> > wrote:
>>
>> I tried adding the LOGGING=DEBUG, but no luck.
>>
>> Justin Wetherell wrote:
>> > Yes but Freevo fails to load. I updated last night and had the same
>> > issue until I added "LOGGING=DEBUG" to me local_conf.py, it then
>> > started to work. I believe when I had "LOGGING=INFO" it did not work
>> > either. I did not try any other LOGGING options.
>> >
>> > On 6/13/07, *Duncan Webb* < [EMAIL PROTECTED]
>> 
>> > >> wrote:
>> >
>> > > I updated to current SVN and I get the error now
>> >
>> > Actually this is not an error, just an info message telling
>> you which
>> > local_conf.py you are using.
>> >
>> > Duncan
>> 
>
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>   

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Duncan Webb
Justin Wetherell wrote:
> Try:
> 
> LOGGING=DEBUG

This won't work as the logging module is being used, you need:

LOGGING=logging.DEBUG

Having said this I don't yet see why the changes are causing any
problem, you can check what I did from the svn list or click the view
changes on http://www.linuxowl.com/trac/freevo-1/log/freevo

Duncan

> DEBUG=5
> 
> On 6/13/07, *Ryan Roth* <[EMAIL PROTECTED]
> > wrote:
> 
> I tried adding the LOGGING=DEBUG, but no luck.
> 
> Justin Wetherell wrote:
> > Yes but Freevo fails to load. I updated last night and had the same
> > issue until I added "LOGGING=DEBUG" to me local_conf.py, it then
> > started to work. I believe when I had "LOGGING=INFO" it did not work
> > either. I did not try any other LOGGING options.
> >
> > On 6/13/07, *Duncan Webb* < [EMAIL PROTECTED]
> 
> > >> wrote:
> >
> > > I updated to current SVN and I get the error now
> >
> > Actually this is not an error, just an info message telling
> you which
> > local_conf.py you are using.
> >
> > Duncan


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Ryan Roth
Did not work either.  I'm just going to run one SVN version back until 
the patch is reversed or fixed.

Thanks

Justin Wetherell wrote:
> Try:
>
> LOGGING=DEBUG
> DEBUG=5
>
> On 6/13/07, *Ryan Roth* <[EMAIL PROTECTED] 
> > wrote:
>
> I tried adding the LOGGING=DEBUG, but no luck.
>
> Justin Wetherell wrote:
> > Yes but Freevo fails to load. I updated last night and had the same
> > issue until I added "LOGGING=DEBUG" to me local_conf.py, it then
> > started to work. I believe when I had "LOGGING=INFO" it did not work
> > either. I did not try any other LOGGING options.
> >
> > On 6/13/07, *Duncan Webb* < [EMAIL PROTECTED]
> 
> > >> wrote:
> >
> > > I updated to current SVN and I get the error now
> >
> > Actually this is not an error, just an info message telling
> you which
> > local_conf.py you are using.
> >
> > Duncan
> >
> >
> >
> -
> >
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and
> take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> 
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> 
> >  >
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> >
> >
> >
> 
> >
> >
> -
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> 
> >
> 
> >
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> 
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
>
> -
>
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> 
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
> 
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> 
>
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>   

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Justin Wetherell

Hmm... Strange, that got me around the error.

On 6/13/07, Ryan Roth <[EMAIL PROTECTED]> wrote:


Did not work either.  I'm just going to run one SVN version back until
the patch is reversed or fixed.

Thanks

Justin Wetherell wrote:
> Try:
>
> LOGGING=DEBUG
> DEBUG=5
>
> On 6/13/07, *Ryan Roth* <[EMAIL PROTECTED]
> > wrote:
>
> I tried adding the LOGGING=DEBUG, but no luck.
>
> Justin Wetherell wrote:
> > Yes but Freevo fails to load. I updated last night and had the
same
> > issue until I added "LOGGING=DEBUG" to me local_conf.py, it then
> > started to work. I believe when I had "LOGGING=INFO" it did not
work
> > either. I did not try any other LOGGING options.
> >
> > On 6/13/07, *Duncan Webb* < [EMAIL PROTECTED]
> 
> > >> wrote:
> >
> > > I updated to current SVN and I get the error now
> >
> > Actually this is not an error, just an info message telling
> you which
> > local_conf.py you are using.
> >
> > Duncan
> >
> >
> >
>
-
> >
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and
> take
> > control of your XML. No limits. Just data. Click to get it
now.
> > http://sourceforge.net/powerbar/db2/
> 
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> 
> >  >
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> >
> >
> >
>

> >
> >
>
-
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> 
> >
>

> >
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> 
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
>
>
-
>
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> 
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
> 
>
>
-
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> 
>
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Justin Wetherell

Try:

LOGGING=DEBUG
DEBUG=5

On 6/13/07, Ryan Roth <[EMAIL PROTECTED]> wrote:


I tried adding the LOGGING=DEBUG, but no luck.

Justin Wetherell wrote:
> Yes but Freevo fails to load. I updated last night and had the same
> issue until I added "LOGGING=DEBUG" to me local_conf.py, it then
> started to work. I believe when I had "LOGGING=INFO" it did not work
> either. I did not try any other LOGGING options.
>
> On 6/13/07, *Duncan Webb* <[EMAIL PROTECTED]
> > wrote:
>
> > I updated to current SVN and I get the error now
>
> Actually this is not an error, just an info message telling you
which
> local_conf.py you are using.
>
> Duncan
>
>
>
-
>
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> 
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
> 
>
>
-
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> 
>
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Ryan Roth
I tried adding the LOGGING=DEBUG, but no luck.

Justin Wetherell wrote:
> Yes but Freevo fails to load. I updated last night and had the same 
> issue until I added "LOGGING=DEBUG" to me local_conf.py, it then 
> started to work. I believe when I had "LOGGING=INFO" it did not work 
> either. I did not try any other LOGGING options.
>
> On 6/13/07, *Duncan Webb* <[EMAIL PROTECTED] 
> > wrote:
>
> > I updated to current SVN and I get the error now
>
> Actually this is not an error, just an info message telling you which
> local_conf.py you are using.
>
> Duncan
>
>
> -
>
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> 
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
> 
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> 
>
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>   

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Justin Wetherell

Yes but Freevo fails to load. I updated last night and had the same issue
until I added "LOGGING=DEBUG" to me local_conf.py, it then started to work.
I believe when I had "LOGGING=INFO" it did not work either. I did not try
any other LOGGING options.

On 6/13/07, Duncan Webb <[EMAIL PROTECTED]> wrote:


> I updated to current SVN and I get the error now

Actually this is not an error, just an info message telling you which
local_conf.py you are using.

Duncan


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-12 Thread Duncan Webb
> I updated to current SVN and I get the error now

Actually this is not an error, just an info message telling you which
local_conf.py you are using.

Duncan


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-12 Thread Ryan Roth
I tested different svn versions and it looks like 9685 is broken, but 
9684 back work fine.

Ryan Roth wrote:
> I updated to current SVN and I get the error now
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>   

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users