Since some time the pulse-session script has been removed from pulseaudio 
package. Quote from the pulseaudio changelog:  
 [ Luke Yelavich ]
  * Remove wrapper scripts and accessibility special case, to help with the
    desktop startup time. The accessibility case should be solved in
    speech-dispatcher by the time lucid ships.
[..]
    - debian/pulse-session: Removed
[..]
 -- Daniel T Chen <[email protected]>  Wed, 25 Nov 2009 16:34:54 -0500

As Ubuntu 9.04 has reached end-of-life for some time, this bug has been
overcome by events. As this is not a status, I choose fix released, as
up to date versions are not affected by it.

** Changed in: pulseaudio (Ubuntu)
       Status: Incomplete => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/429533

Title:
  pulseaudio hangs, prevents login, home as cifs

Status in pulseaudio package in Ubuntu:
  Fix Released

Bug description:
  We are using an up to date Ubuntu 9.04 with an cifs home directory for
  the users. When a user tries to login, the login hangs, until the
  pulseaudio daemon gets killed or the broken symlinks in ~/.pulse/ get
  removed. If the user has no dead symlinks in $HOME/.pulse the login
  does not hang.

  To solve this situation we edited /usr/bin/pulse-session as follows:

  --- pulse-session.orig  2009-09-14 17:10:49.000000000 +0200
  +++ pulse-session       2009-09-14 17:23:57.000000000 +0200
  @@ -9,6 +9,7 @@
   if [ -x /usr/bin/start-pulseaudio-x11 ] && \
      [ $PULSEAUDIO_SYSTEM_START -eq 0 ] && \
      [ ! -f $HOME/.pulse_a11y_nostart ]; then
  +        /usr/bin/find -L $HOME/.pulse -maxdepth 1 -type l -delete
          /usr/bin/start-pulseaudio-x11
   fi

  This patch ensures, that broken symlinks and only those are remove from 
~/.pulse dir before the pulseaudio daemon starts up.
  Symlinks on cifs are known for not working very well. That getent term 
ensures that the find term gets the home directory independent of where they 
are stored. 

  
  Description:    Ubuntu 9.04
  Release:        9.04

  pulseaudio:
    Installiert: 1:0.9.14-0ubuntu20.2
    Kandidat: 1:0.9.14-0ubuntu20.2
    Versions-Tabelle:
   *** 1:0.9.14-0ubuntu20.2 0

  
  This is not duplicate of 
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/330766 because, over 
there home dir is on ntfs. For more informations read my comment over there.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/429533/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to