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

Does libevent2 break forked-daapd? #38

Closed LarsFronius closed 6 years ago

LarsFronius commented 13 years ago

Hi, I am using forked-daapd on Arch Linux which I think is one of the first distributions that switched from libevent1.4 to libevent2. Unfortunately forked-daapd stopped working after the switch to libevent2. Is it possible, that there is a coherence between those two events? Or is this impossible and my forked-daapd server stopped working for other reasons?

niQo commented 13 years ago

I can confirm that forked-daapd does not work with libevent 2.0.10, but fine with libevent 1.4.14b.

with libevent 2.0 I have this line in log file, and clients can not access to forked_daapd library : event: event_del: event has no event_base set.

tallship commented 13 years ago

I'm getting this when I first open tmux at the very top of the screen. Same message: "[warn] event_del: event has no event_base set.", with libevent-2.0.10-x86_64-1_SBo

tmux is working at this point, although I have concerns about the stability of some important tasks I'll be attending to. Are my tmux sessions likely to crash on me in the middle of big mozilla (i.e., non-trivial) compiles and such?

Should I just be forgetting about tmux and going back to screen?

Thanks :)