<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Pulseaudio fails to start with network down"
href="https://bugs.freedesktop.org/show_bug.cgi?id=98633#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Pulseaudio fails to start with network down"
href="https://bugs.freedesktop.org/show_bug.cgi?id=98633">bug 98633</a>
from <span class="vcard"><a class="email" href="mailto:tanuk@iki.fi" title="Tanu Kaskinen <tanuk@iki.fi>"> <span class="fn">Tanu Kaskinen</span></a>
</span></b>
<pre>It seems to be module-rtp-recv that fails:
( 0.486| 0.027) I: [pulseaudio] module-rtp-recv.c: Joining mcast group
failed: No such device
( 0.487| 0.000) E: [pulseaudio] module.c: Failed to load module
"module-rtp-recv" (argument: ""): initialization failed.
( 0.487| 0.000) E: [pulseaudio] main.c: Module load failed.
( 0.487| 0.000) E: [pulseaudio] main.c: Failed to initialize daemon.
If you don't need RTP, then the obvious workaround is to not load that module.
If you want to keep the module in your configuration but ignore errors, you can
use the .nofail and .fail directive in default.pa:
.nofail
load-module module-rtp-recv
.fail
It would be good if module-rtp-recv could detect when the network becomes
available. Patches welcome.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>