You are not logged in.

#1 2011-02-15 08:37:26

unkn0wn
Member
Registered: 2010-11-17
Posts: 3

DeaDBeeF problem [SOLVED]

hey guys..

i have a problem with deadbeef on openbox..
if i try to open it as a user i get this:

.............
INFO: loading playlist Default
INFO: from file /home/skmpz/.config/deadbeef/playlists/0.dbpl
server_start
INFO: unlink socket: Permission denied
bind: Address already in use

as root everything works ok...

any thoughts? thx in advance!!

Last edited by unkn0wn (2011-02-21 20:51:40)

Offline

#2 2011-02-15 16:01:15

whitethorn
Member
Registered: 2010-05-02
Posts: 153

Re: DeaDBeeF problem [SOLVED]

Are you in the audio group? Check with

groups

If not then add yourself to the group log out and back in then try again

Maybe you have something else using the sound device. You can check with

lsof |grep snd

Offline

#3 2011-02-15 16:50:30

unkn0wn
Member
Registered: 2010-11-17
Posts: 3

Re: DeaDBeeF problem [SOLVED]

thx for the answer whitethorn but my user is already added to the audio group.
Also

lsof | grep snd

gives me no results :S .. I've searched a lot to fix
this problem and unfortunately i found no solution.

any more ideas ?

Offline

#4 2011-02-16 01:55:05

stqn
Member
Registered: 2010-03-19
Posts: 1,191
Website

Re: DeaDBeeF problem [SOLVED]

Check if ~/.config/deadbeef/socket is owned by root?

Other stabs in the dark:

- look inside the playlist file and/or delete it
- search for socket files owned by root that may have a link to deadbeef and change their owner or delete them (be careful what you delete though...) Hint: "sudo find / -type s"
- get deadbeef's source code, look for the "INFO: unlink socket" message, and see what it's trying to "unlink" (I think it means "delete".)

Offline

#5 2011-02-21 20:50:50

unkn0wn
Member
Registered: 2010-11-17
Posts: 3

Re: DeaDBeeF problem [SOLVED]

thx a lot stqn..
actually the problem was that all files in ~/.config/deadbeef were owned by root..

Offline

Board footer

Powered by FluxBB