On Sat, May 27, 2006 at 12:12:40PM +0200, Bartosz Fenski aka fEnIo wrote: > I wanted to skip currently played song and I didn't remember exact option > to do so and I wrote: > > mocp -nexr > > Yes, that was typo by the way. Music stopped playing.
It stopped, bacause you used -x which means exit. Typing -nexr is valid: you enabled 4 options: -n - next -e - recursively -x - exit (stop the server) -r - previous > and when I tried to > launch moc again I got: > > ([EMAIL PROTECTED])~$mocp > Running the server... > Trying JACK... > Trying ALSA... > mocp: relocation error: mocp: symbol snd_pcm_hw_params_get_channels_min, > version ALSA_0.9.0rc4 not defined in file libasound.so.2 with link time > reference Sounds like linking issue - you probably have libasound.so.2 older than MOC was compiled with or something like that. It appeard after you used -x because only the server uses libasound.so.2, so after -x another mocp command tried to run the servcer again. -- Damian Pietras -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

