There's also a problem with /dev/shm permission. /dev/shm was set to "drwxr-xr-t root root", no matter how it's permission was set when created in /lib/init/mount-functions.sh
This prevented pulseaudio to use shared memory. A quick fix was to set permission manually in /etc/rc.local by issuing "chmod a+rwx /dev/shm". This gives jar...@gandalf:/dev/shm$ ls -ld /dev/shm drwxrwxrwx 2 root root 60 2009-03-31 14:44 /dev/shm Which seem to work. My system was originally 8.04, which was upgraded to 8.10 and then to 9.04 when it's devel version was launced. Running apt-get update & dist- upgrade quite often. -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs