Bug 78601
Summary: | XMMS runs as root, not user | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Rob Blomquist <rob.blomquist> |
Component: | xmms | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 8.0 | CC: | rvokal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i586 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2002-11-26 13:26:32 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Rob Blomquist
2002-11-26 06:56:05 UTC
As user, produce the following: First: What is your output plugin? Is it configured to use ESD? The enlightened sound daemon is the fundamental multiplexer for Gnome - I don't know if Red Hat's KDE is setup to invoke the esd daemon upon startup - KDE uses ARts to handle their sound multiplexing (esd can be patched to send all audio data to ARts, but I don't figure Red Hat would do this since it is kind of hokey). Configure XMMS, instead, to use the OSS driver (which works with most sound cards). Be default, it will send all audio data to /dev/dsp. I would not think that the configuration for XMMS would differ greatly from a normal user - but it's worth a look. Second, you should see if the permissions on your audio device can accomodate a normal user: $ ls -laF /dev/dsp crw------- 1 myohe root 14, 3 Aug 30 18:31 /dev/dsp $ ls -laF /dev/audio crw------- 1 myohe root 14, 4 Aug 30 18:31 /dev/audio Verify that your normal user has read/write permissions to the local device. These should be "transmogrified" when you login locally to the workstation. This is not an xmms issue; you need to: a) check the permissions on your sound device (/dev/dsp) b) make sure that your output plugin (esd, oss, arts) matches your environment I had all my permissions set to work. I found in /etc/security/console.perms that <sound> was only being configured for root, not other users. Yes, this is not an XMMS issue, its a RH issue though. Shame on RH for issuing a distro with problems like this. |