FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Nightlies Feedback › svn-1655 on SuSE Linux
- This topic has 2 replies, 3 voices, and was last updated 17 years, 3 months ago by evans02472.
-
AuthorPosts
-
07/09/2007 at 11:46 PM #1694stefan.muriGuest
I have tried to use the new nightly 1655. I can compile without errors, but when i start mt-daapd i get the “Bus Error”.
Here is the debug output:
Loading config file /etc/mt-daapd.conf
Opening file:///etc/mt-daapd.conf?ascii=1
Checking handler for file
opening /etc/mt-daapd.conf
Config file open
Got general/web_root, convert to general/web_root (/usr/share/mt-daapd/admin-root)
Found existing section
Got general/port, convert to general/port (3689)
Found existing section
Got general/admin_pw, convert to general/admin_pw (111111)
Found existing section
Got general/db_dir, convert to general/db_dir (/var/cache/mt-daapd)
Found existing section
Got general/mp3_dir, convert to general/mp3_dir (/storage/002/hgr-multimedia/Audio)
Found existing section
Found 1 tokens in /storage/002/hgr-multimedia/Audio
Token 1: /storage/002/hgr-multimedia/Audio
Got general/servername, convert to general/servername (hgr-slnx002)
Found existing section
Got general/runas, convert to general/runas (nobody)
Found existing section
Got general/playlist, convert to general/playlist (/etc/mt-daapd.playlist)
Found existing section
Got general/extensions, convert to general/extensions (.mp3,.m4a,.m4p)
Found existing section
Got general/logfile, convert to general/logfile (/var/log/mt-daapd.log)
Found existing section
Expanding precomments to 2048
Got general/rescan_interval, convert to general/rescan_interval (300)
Found existing section
Got general/always_scan, convert to general/always_scan (0)
Found existing section
Got general/scan_type, convert to general/scan_type (2)
Found existing section
Got general/compress, convert to general/compress (0)
Found existing section
Bus errorWhat can I do?
And is there a version with upnp-support?Thx
08/09/2007 at 9:35 PM #12411gmichelsonParticipantGot same error on openSUSE 10.2 64 bit …
I configured compilation with following switches :
./configure –enable-sqlite –enable-oggvorbis –enable-flac –enable-rsp –enable-upnp -enable-=avahi
Let me know if I should try something different. Meanwhile rolling back to old version …
Thanks !
George
08/09/2007 at 9:46 PM #12412evans02472Participant@gmichelson wrote:
Got same error on openSUSE 10.2 64 bit …
I configured compilation with following switches :
./configure –enable-sqlite –enable-oggvorbis –enable-flac –enable-rsp –enable-upnp -enable-=avahi
Let me know if I should try something different. Meanwhile rolling back to old version …
Thanks !
George
I think this is the same issue that I am having (also 64 bit platform):
Posted: Sat Sep 08, 2007 3:03 pm Post subject: svn-1655 – Crash reading config file ….
I am getting a crash when reading the config file, specifically on line 915 of io.c.numread is 0 in my case and buf[numread-1] is not so cool ….
I put in a simple check in the if to make sure that nothing happens in the numread ==0 case.
modifed the line to be:
if(numread > 0 && buf[numread-1] == ‘n’) {
…tom
-
AuthorPosts
- The forum ‘Nightlies Feedback’ is closed to new topics and replies.