#539: pulseaudio doesn't work on ntfs $HOME ------------------------+--------------------------------------------------- Reporter: joshsmith | Owner: lennart Type: defect | Status: closed Priority: normal | Milestone: Component: daemon | Severity: normal Resolution: wontfix | Keywords: ------------------------+---------------------------------------------------
Comment(by coling): Actually, Unix sockets in $TMPDIR IIRC, falling back to /tmp if $TMPDIR is not set. As a workaround, create some loopback file of a few megs (16 or so is ample) and mount it as ~/.pulse prior to starting pulseaudio. Just do something like: {{{ dd if=/dev/zero of=$HOME/posix.img bs=1M count=16 mke2fs -F $HOME/posix.img sudo mount -o loop $HOME/posix.img $HOME/.pulse }}} You'll have to do some trickery to make this work properly but it should allow things to work provided $TMPDIR is set to a location that allows sockets... -- Ticket URL: <http://pulseaudio.org/ticket/539#comment:2> PulseAudio <http://pulseaudio.org/> The PulseAudio Sound Server _______________________________________________ pulseaudio-tickets mailing list pulseaudio-tickets@mail.0pointer.de https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets