Hello,
This is my first time trying to install and run nghost on my Debian Lenny system. I have tried both the DEB packages and building the software myself and keep having the following problem:
I start nscan with "nscan -f -l4 -Fstdout" so I can see all of the debug info on my screen.
I then start nghost with "nghost -d5 -lstdout".
nghost seems to start up fine but then when it gets to the point where it wants to load the music list. It contacts nscan but nscan then segfaults with the following output (note the server address: 0.0.0.0):
03/15/2009 16:52:19 EDT:NOTICE - nghost.conf not found in ~/.nghost. Now looking in /usr/local/etc/nghost/.
03/15/2009 16:52:19 EDT

EBUG - found config nghost.conf at /usr/local/etc/nghost/
03/15/2009 16:52:19 EDT:NOTICE - nscan.conf not found in ~/.nghost. Now looking in /usr/local/etc/nghost/.
03/15/2009 16:52:19 EDT

EBUG - found config nscan.conf at /usr/local/etc/nghost/
03/15/2009 16:52:19 EDT:INFO - server address: 0.0.0.0
error: iNotifyClass::iNotifyClass(): couldn't get the fd
03/15/2009 16:52:19 EDT

EBUG - searching for libnghostdownload.so
03/15/2009 16:52:19 EDT

EBUG - settings.cpp:get_plugin_dir(127) - Failed to find 'libnghostdownload.so'
found: /usr/local/lib/nghost//libnghostdownload.so
03/15/2009 16:52:19 EDT:INFO - Loading plugin '/usr/local/lib/nghost//libnghostdownload.so'
03/15/2009 16:52:19 EDT:WARNING - populate.cpp:SearchDir(60) - Failed to create the artgrabber plugin
03/15/2009 16:52:19 EDT

EBUG - searching for libsqlitedatabase.so
03/15/2009 16:52:19 EDT

EBUG - settings.cpp:get_plugin_dir(127) - Failed to find 'libsqlitedatabase.so'
found: /usr/local/lib/nghost//libsqlitedatabase.so
03/15/2009 16:52:19 EDT:INFO - Loading plugin '/usr/local/lib/nghost//libsqlitedatabase.so'
03/15/2009 16:52:19 EDT:NOTICE - Using db/db-file: /root/.nghost/NGhost
03/15/2009 16:52:19 EDT

EBUG - searching for libsqlitequery.so
03/15/2009 16:52:19 EDT

EBUG - settings.cpp:get_plugin_dir(127) - Failed to find 'libsqlitequery.so'
found: /usr/local/lib/nghost//libsqlitequery.so
03/15/2009 16:52:19 EDT:INFO - Loading plugin '/usr/local/lib/nghost//libsqlitequery.so'
03/15/2009 16:52:19 EDT

EBUG - Populate: CREATE TABLE IF NOT EXISTS `ListboxSettings` (`id` INTEGER UNSIGNED AUTO_INCREMENT,`name` VARCHAR(200) NOT NULL,`alphapos` INTEGER UNSIGNED,`listposition` INTEGER UNSIGNED,`current_filter_index` INTEGER UNSIGNED,`filter_value` VARCHAR(100) NOT NULL, PRIMARY KEY (`id`))
03/15/2009 16:53:41 EDT:INFO - NSocket: Incoming connection detected. Negotiating contact...
03/15/2009 16:53:41 EDT

EBUG - NSocket: id received: id:nghost
03/15/2009 16:53:41 EDT:INFO - NSocket: Identified Plugin...nghost
03/15/2009 16:53:41 EDT:INFO - NSocket: Connection complete from: 127.0.0.1
03/15/2009 16:53:41 EDT

EBUG - NSocket::in(): ping:nghost
Segmentation fault
The screen comes up fine and I can navigate around I just don't see any media files to play.
Thanks for any help you can provide.
Scott