jasonmc / forked-daapd

A re-write of the firefly media server (mt-daapd). It's released under GPLv2+. Please note that this git repository is a mirror of the official one at git://git.debian.org/~jblache/forked-daapd.git
http://blog.technologeek.org/2009/06/12/217
GNU General Public License v2.0
328 stars 45 forks source link

ERROR httpd: Could not bind INADDR_ANY:3689 #22

Closed nldirkz1 closed 13 years ago

nldirkz1 commented 13 years ago

Hi - I am using itunes 10 and ran in to a brick wall ... here the log file. Something is wrong not sure what it is missing installed without a glitch on debian squeeze. Any help appricated.

2010-11-18 22:39:36] main: Forked Media Server Version 0.11 taking off
[2010-11-18 22:39:36] main: Initialized with gcrypt 1.4.5
[2010-11-18 22:39:36] main: PID: 1903
[2010-11-18 22:39:36] main: mDNS init
[2010-11-18 22:39:36] mdns: Initializing Avahi mDNS
[2010-11-18 22:39:36] mdns: Avahi state change: Client running
[2010-11-18 22:39:36] mdns: Creating service group
[2010-11-18 22:39:36] mdns: No entries yet... skipping service create
[2010-11-18 22:39:36] main: Initializing database
[2010-11-18 22:39:36] db: Running query 'SELECT value FROM admin WHERE key = 'schemaversion';'
[2010-11-18 22:39:36] db: Running query 'SELECT COUNT(
) FROM files WHERE disabled = 0;'
[2010-11-18 22:39:36] db: Running query 'SELECT COUNT(_) FROM playlists WHERE disabled = 0;'
[2010-11-18 22:39:36] db: Database OK with 0 active files and 4 active playlists
[2010-11-18 22:39:36] db: Running query 'DELETE FROM inotify;'
[2010-11-18 22:39:36] db: Running query 'SELECT 1 FROM admin WHERE key = 'player:active-spk' AND value = '0000000000 000000';'
[2010-11-18 22:39:36] db: Running query 'DELETE FROM groups;'
[2010-11-18 22:39:36] db: Running query 'UPDATE files SET songalbumid = daap_songalbumid(album_artist, album);'
[2010-11-18 22:39:36] db: Running query 'SELECT value FROM admin WHERE key = 'player:volume';'
[2010-11-18 22:39:36] raop: Timing IPv6 port: 53402
[2010-11-18 22:39:36] raop: Timing IPv4 port: 60727
[2010-11-18 22:39:36] raop: Control IPv6 port: 52402
[2010-11-18 22:39:36] raop: Control IPv4 port: 49248
[2010-11-18 22:39:36] mdns: Adding service browser for type _raop._tcp
[2010-11-18 22:39:36] httpd: Could not bind IN6ADDR_ANY:3689 (that's OK)
[2010-11-18 22:39:36] httpd: Could not bind INADDR_ANY:3689
[2010-11-18 22:39:36] main: HTTPd thread failed to start
[2010-11-18 22:39:36] main: Player deinit
[2010-11-18 22:39:36] db: Running query 'DELETE FROM admin WHERE key = 'player:active-spk';'
[2010-11-18 22:39:36] main: File scanner deinit
[2010-11-18 22:39:36] main: Database deinit
[2010-11-18 22:39:36] main: mDNS deinit
[2010-11-18 22:39:36] main: Exiting.

nldirkz1 commented 13 years ago

rebooted and it flies. thx.