Re: [Freevo-users] Error on startup and shutdown.

2005-09-23 Thread Evan Hisey
Ashley-
  Thanks for good news. The ossmixer issue seems to relate to the
python 2.4 in Slackware. I have not exactly figured out what it is. I
think I am going ot just set the ossmixer plugin as a default option
for the next set of packages.
  I keep Mplayer with the CPU auto-detect so that it will get good
performance on all CPUs. Though I had the MGA driver built. I will
need to go back and check that.

Evan


On 9/20/05, Ashley Dawkins [EMAIL PROTECTED] wrote:
 Hi Evan, I am using your packages in this instance for all bar MPlayer, for
 which I downloaded the source and compiled myself ( mainly as MPlayer was
 giving me a message about runtime CPU detection not being optimal, and as I
 have now acquired a G400 card I wanted the mga_vid driver/support). I have
 liitle Python knowledge, I am a 4GL and Kornshell man myself, but I
 initially thought I had removed an option in the kernel re-compile that
 os.py was trying to query as there seemed to be some conditional stuff based
 on OS detection in the code, but as I said, I'm no expert.

 Just for info, I had the same issue with the mixer plugin, on both the 10.1
 and 10.2 versions and had to use the ossmixer plugin to be able to adjust
 the volume, although sound output was working, but only at the default
 level. I had assumed it was a problem with my setup, even though all /dev
 devices were fine and apps outside of Freevo did not seem to have an issue.

 I would also like to take this opportunity to thank you for the Slackware
 packages, they eased my installation no end and removed my hair pulling
 sessions where I did not have a dependency installed after hours of
 compiling.

 Regards,

 Ashley.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Evan Hisey
 Sent: 19 September 2005 20:11
 To: freevo-users@lists.sourceforge.net
 Subject: Re: [Freevo-users] Error on startup and shutdown.

 Ashley-
  Not tested it yet on a 10.2 box, but are you using my .tgzs or your
 own? Off hand it looks like a Python issue. I had something similiar
 happening with the default mixer plugin and had to switch to the
 ossmixer plugin to fix it. also made sound work right :)

 Evan

 On 9/17/05, Ashley Dawkins [EMAIL PROTECTED] wrote:
 
 
 
  Hi, have installed Freevo on a new Slackware 10.2 box. I have 'tweaked'
 the
  kernel, which is 2.4.31. Freevo is functioning as expected, but I have a
  strange error when starting and stopping Freevo. It does not appear in the
  log (DEBUG and CHILDAPP_DEBUG both turned on) and mailing list/Google
 search
  does not shed any light. The output to the screen is :
 
 
 
  Traceback (most recent call last):
 
File /usr/bin/freevo, line 473, in ?
 
  start(name, python + proc , bg, check)
 
File /usr/bin/freevo, line 270, in start
 
  os.execvp(arg[0], arg)
 
File /usr/lib/python2.4/os.py, line 348, in execvp
 
  _execvpe(file, args)
 
File /usr/lib/python2.4/os.py, line 386, in _execvpe
 
  func(fullname, *argrest)
 
  OSError: [Errno 2] No such file or directory
 
  Traceback (most recent call last):
 
File /usr/bin/freevo, line 473, in ?
 
  start(name, python + proc , bg, check)
 
File /usr/bin/freevo, line 270, in start
 
  os.execvp(arg[0], arg)
 
File /usr/lib/python2.4/os.py, line 348, in execvp
 
  _execvpe(file, args)
 
File /usr/lib/python2.4/os.py, line 386, in _execvpe
 
  func(fullname, *argrest)
 
  OSError: [Errno 2] No such file or directory
 
 
 
  Have I removed something from the kernel I should not have or is something
  else amiss?
 
 
 
  Many thanks, snickwad.


 ---
 SF.Net email is sponsored by:
 Tame your development challenges with Apache's Geronimo App Server.
 Download it for free - -and be entered to win a 42 plasma tv or your very
 own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users



 ---
 SF.Net email is sponsored by:
 Tame your development challenges with Apache's Geronimo App Server.
 Download it for free - -and be entered to win a 42 plasma tv or your very
 own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42 plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users

RE: [Freevo-users] Error on startup and shutdown.

2005-09-20 Thread Ashley Dawkins
Hi Evan, I am using your packages in this instance for all bar MPlayer, for
which I downloaded the source and compiled myself ( mainly as MPlayer was
giving me a message about runtime CPU detection not being optimal, and as I
have now acquired a G400 card I wanted the mga_vid driver/support). I have
liitle Python knowledge, I am a 4GL and Kornshell man myself, but I
initially thought I had removed an option in the kernel re-compile that
os.py was trying to query as there seemed to be some conditional stuff based
on OS detection in the code, but as I said, I'm no expert.

Just for info, I had the same issue with the mixer plugin, on both the 10.1
and 10.2 versions and had to use the ossmixer plugin to be able to adjust
the volume, although sound output was working, but only at the default
level. I had assumed it was a problem with my setup, even though all /dev
devices were fine and apps outside of Freevo did not seem to have an issue.

I would also like to take this opportunity to thank you for the Slackware
packages, they eased my installation no end and removed my hair pulling
sessions where I did not have a dependency installed after hours of
compiling.

Regards,

Ashley.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Evan Hisey
Sent: 19 September 2005 20:11
To: freevo-users@lists.sourceforge.net
Subject: Re: [Freevo-users] Error on startup and shutdown.

Ashley-
 Not tested it yet on a 10.2 box, but are you using my .tgzs or your
own? Off hand it looks like a Python issue. I had something similiar
happening with the default mixer plugin and had to switch to the
ossmixer plugin to fix it. also made sound work right :)

Evan

On 9/17/05, Ashley Dawkins [EMAIL PROTECTED] wrote:
  
  
 
 Hi, have installed Freevo on a new Slackware 10.2 box. I have 'tweaked'
the
 kernel, which is 2.4.31. Freevo is functioning as expected, but I have a
 strange error when starting and stopping Freevo. It does not appear in the
 log (DEBUG and CHILDAPP_DEBUG both turned on) and mailing list/Google
search
 does not shed any light. The output to the screen is : 
 
   
 
 Traceback (most recent call last): 
 
   File /usr/bin/freevo, line 473, in ? 
 
 start(name, python + proc , bg, check) 
 
   File /usr/bin/freevo, line 270, in start 
 
 os.execvp(arg[0], arg) 
 
   File /usr/lib/python2.4/os.py, line 348, in execvp 
 
 _execvpe(file, args) 
 
   File /usr/lib/python2.4/os.py, line 386, in _execvpe 
 
 func(fullname, *argrest) 
 
 OSError: [Errno 2] No such file or directory 
 
 Traceback (most recent call last): 
 
   File /usr/bin/freevo, line 473, in ? 
 
 start(name, python + proc , bg, check) 
 
   File /usr/bin/freevo, line 270, in start 
 
 os.execvp(arg[0], arg) 
 
   File /usr/lib/python2.4/os.py, line 348, in execvp 
 
 _execvpe(file, args) 
 
   File /usr/lib/python2.4/os.py, line 386, in _execvpe 
 
 func(fullname, *argrest) 
 
 OSError: [Errno 2] No such file or directory 
 
   
 
 Have I removed something from the kernel I should not have or is something
 else amiss? 
 
   
 
 Many thanks, snickwad.


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42 plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42 plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Error on startup and shutdown.

2005-09-19 Thread Evan Hisey
Ashley-
 Not tested it yet on a 10.2 box, but are you using my .tgzs or your
own? Off hand it looks like a Python issue. I had something similiar
happening with the default mixer plugin and had to switch to the
ossmixer plugin to fix it. also made sound work right :)

Evan

On 9/17/05, Ashley Dawkins [EMAIL PROTECTED] wrote:
  
  
 
 Hi, have installed Freevo on a new Slackware 10.2 box. I have 'tweaked' the
 kernel, which is 2.4.31. Freevo is functioning as expected, but I have a
 strange error when starting and stopping Freevo. It does not appear in the
 log (DEBUG and CHILDAPP_DEBUG both turned on) and mailing list/Google search
 does not shed any light. The output to the screen is : 
 
   
 
 Traceback (most recent call last): 
 
   File /usr/bin/freevo, line 473, in ? 
 
 start(name, python + proc , bg, check) 
 
   File /usr/bin/freevo, line 270, in start 
 
 os.execvp(arg[0], arg) 
 
   File /usr/lib/python2.4/os.py, line 348, in execvp 
 
 _execvpe(file, args) 
 
   File /usr/lib/python2.4/os.py, line 386, in _execvpe 
 
 func(fullname, *argrest) 
 
 OSError: [Errno 2] No such file or directory 
 
 Traceback (most recent call last): 
 
   File /usr/bin/freevo, line 473, in ? 
 
 start(name, python + proc , bg, check) 
 
   File /usr/bin/freevo, line 270, in start 
 
 os.execvp(arg[0], arg) 
 
   File /usr/lib/python2.4/os.py, line 348, in execvp 
 
 _execvpe(file, args) 
 
   File /usr/lib/python2.4/os.py, line 386, in _execvpe 
 
 func(fullname, *argrest) 
 
 OSError: [Errno 2] No such file or directory 
 
   
 
 Have I removed something from the kernel I should not have or is something
 else amiss? 
 
   
 
 Many thanks, snickwad.


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42 plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Error on startup and shutdown.

2005-09-17 Thread Ashley Dawkins








Hi, have installed Freevo on a new Slackware 10.2 box. I
have tweaked the kernel, which is 2.4.31. Freevo is functioning
as expected, but I have a strange error when starting and stopping Freevo. It
does not appear in the log (DEBUG and CHILDAPP_DEBUG both turned on) and
mailing list/Google search does not shed any light. The output to the screen is
:



Traceback (most recent call
last):

 File /usr/bin/freevo,
line 473, in ?


start(name, python + proc , bg, check)

 File /usr/bin/freevo,
line 270, in start


os.execvp(arg[0], arg)

 File /usr/lib/python2.4/os.py,
line 348, in execvp


_execvpe(file, args)

 File
/usr/lib/python2.4/os.py, line 386, in _execvpe


func(fullname, *argrest)

OSError: [Errno 2] No such
file or directory

Traceback (most recent call
last):

 File /usr/bin/freevo,
line 473, in ?


start(name, python + proc , bg, check)

 File /usr/bin/freevo,
line 270, in start


os.execvp(arg[0], arg)

 File
/usr/lib/python2.4/os.py, line 348, in execvp


_execvpe(file, args)

 File
/usr/lib/python2.4/os.py, line 386, in _execvpe


func(fullname, *argrest)

OSError: [Errno 2] No such
file or directory



Have I removed something from the kernel I should not have
or is something else amiss?



Many thanks, snickwad.