Inappropriate error message when attempting to execute daemon while another daemon process is running
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| PulseAudio |
Won't Fix
|
Unknown
|
||
| pulseaudio (Ubuntu) |
Wishlist
|
Unassigned |
Bug Description
Binary package hint: pulseaudio
alan@wopr64:~/iso$ pulseaudio
W: main.c: D-Bus name org.pulseaudio.
Lacks a touch of professionalism, that error message.
ProblemType: Bug
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/
/dev/snd/pcmC0D0p: alan 2959 F...m pulseaudio
/dev/snd/
Card0.Amixer.info:
Card hw:0 'XFi'/'Creative X-Fi 20K1 Unknown'
Mixer name : '20K1'
Components : ''
Controls : 30
Simple ctrls : 11
Card1.Amixer.info:
Card hw:1 'Headset'
Mixer name : 'USB Mixer'
Components : 'USB047f:0ca1'
Controls : 8
Simple ctrls : 6
Date: Tue Oct 6 10:37:08 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelMo
Package: pulseaudio 1:0.9.18-0ubuntu3
ProcEnviron:
PATH=(custom, user)
LANG=en_GB.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: pulseaudio
Uname: Linux 2.6.31-11-generic x86_64
Changed in pulseaudio: | |
status: | Unknown → New |
Daniel T Chen (crimsun) wrote : | #3 |
(The irony of putting such an "inappropriate" error message in the bug title is not lost on me.)
Right, pretty straightforward to patch out. Anyhow, we need to be cognizant of string freeze here...
Changed in pulseaudio (Ubuntu): | |
importance: | Undecided → Wishlist |
status: | Confirmed → Triaged |
summary: |
- "Weird shit!" in error message inappropriate + Inappropriate error message when attempting to execute daemon while + another daemon process is running |
Changed in pulseaudio: | |
status: | New → Won't Fix |
Changed in pulseaudio (Ubuntu): | |
status: | Triaged → Fix Committed |
Launchpad Janitor (janitor) wrote : | #4 |
This bug was fixed in the package pulseaudio - 1:0.99.1-0ubuntu1
---------------
pulseaudio (1:0.99.1-0ubuntu1) oneiric; urgency=low
[ Daniel T Chen ]
* 0017-Make-
add anything to the error message (LP: #444400).
[ David Henningsson ]
* New upstream release, remaining patches:
* Add build dependency on libjson0-dev
* Dropped patches (implemented upstream):
0001-
0009-
0015-
0200-gold.patch
0201-
0202-
0203-
0204-
0205-
0206-
0207-
0208-
_smoother-
0209-
* Refreshed patches:
0005-
0012-
0013-
0014-
0017-
* Upstream has removed libpulsebrowse, replace with dummy packages for the
time being.
* Updated shlibs files and debian/rules with new version number
* Add new modules to the pulseaudio package
* Initial pulseaudio support for jack detection
[ Luke Yelavich ]
* debian/control: Remove the libpulse-browse0 package, and add set
pulseaudio to replace that package until after the next LTS
* Add symbols files for libpulse0 and libpulse-
other shlibs files as necessary
-- Luke Yelavich <email address hidden> Thu, 11 Aug 2011 14:30:44 +1000
Changed in pulseaudio (Ubuntu): | |
status: | Fix Committed → Fix Released |
if (dbus_error_ is_set( &error) )
pa_log_ warn("Failed to acquire org.pulseaudio. Server: %s: %s", error.name, error.message);
pa_log_ warn("D- Bus name org.pulseaudio. Server already taken. Weird shit!");
else
/* PA cannot be started twice by the same user and hence we can Server is already
* ignore mostly the case that org.pulseaudio.
* taken. */
Marking as confirmed.