Jump to content

Xmms


Guest pinecone
 Share

Recommended Posts

Guest pinecone

I tried. I didnt help. btw, this usually happens to me if my computer has been on a while. Sometimes it happens after I play Quake 3, but i think it has heppende before i had quake3. I can only get it to work if i reboot.

Link to comment
Share on other sites

Next time it happens, open a term and type

ps auxf

 

find the sound server and relevent entries and type

kill -9 pid

 

you'll find the pid listed on the left, so if artsd had a pid of 1533, type

kill -9 1533

 

Then try to restart the server. You probably couldn't restart it because it thinks it's already running. I'd call it a runnaway proccess I guess. To find out next time it happens, take the command shown in ps auxf (which tells you it's "trying" to run), open a term and issue the command from the term

 

/usr/bin/artsd -F 10 -S 4096 -s 60 -m artsmessage -l 3 -f

 

then you'll probably get a message in the term that says arts is already running.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...