myDSL Extensions (deprecated) :: Nessus.dsl  and  Edna.dsl  MP3 serverMore



Edna Rocks!!

I just set it up on a junker pc in the lab down the hall and we are sharing the jukebox on our test subnet!

Thanks for setting this one up!

:D

???

Having a bit of trouble with nessus though.. I tried to login with user & pass 'damnsmall' but had no luck. Am I missing something?

You may need to set the password up yourself..
1.) 'sudo su' to root
2.) 'passwd damnsmall'
3.) follow prompts, settng password to whatever you choose.
4.) enjoy

73
ke4nt

Quote
If someone can post a solution to using roberts python install with the
Edna server, I will rewrite the Edna server without including the python files.


Quite simple: edna uses a startup script, /usr/bin/ednastart
Add the proper pathing like this:

export PYTHONPATH="/opt/python/bin"
export PATH="$PATH:PYTHONPATH"

So when you are done it should look like this:

#!/bin/sh
# This is a script to start the Edna MP3 server
#
export PYTHONPATH=/opt/python/bin
export PATH="$PATH:$PYTHONPATH"
cd /usr/share/edna
python edna.py

You make it look so simple...
SO many cups o' java I have had looking over these files..
Trying to find what to EDIT, or REPLACE,
and not knowing what to ADD....

Looking at the solution you posted makes so much sense.

I will add this in some fashion, either to a new script file or
as an addition to an existing one, and include this with a
rebuild of Edna without the included python...
the 'ednastart' script was my brainfart, but it worked... :p

I'd like to try to put edna in /opt as well..
Now that I can point it properly, I should have success.

Thanks,
ke4nt

Next Page...
original here.