[pulseaudio-discuss] Failed to create secure directory with ACL

2014-04-07 Thread Prunk Dump
Hello ! The home folders of my users are shared through a CIFS server that support Access Control Lists. Pulse audio won't start in those folders complaining "Failed to create secure directory: Permission denied". $strace -v pulseaudio ... mkdir("/home/teachers/pellegrb/.pulse", 0700) = 0 umask(0

Re: [pulseaudio-discuss] Failed to create secure directory with ACL

2014-04-07 Thread Michael DePaulo
On Mon, Apr 7, 2014 at 8:11 AM, Prunk Dump wrote: > Hello ! > > The home folders of my users are shared through a CIFS server that > support Access Control Lists. Pulse audio won't start in those folders > complaining "Failed to create secure directory: Permission denied". I have info that may be

Re: [pulseaudio-discuss] Failed to create secure directory with ACL

2014-04-07 Thread Prunk Dump
2014-04-07 14:11 GMT+02:00 Prunk Dump : > Hello ! > > The home folders of my users are shared through a CIFS server that > support Access Control Lists. Pulse audio won't start in those folders > complaining "Failed to create secure directory: Permission denied". > > $strace -v pulseaudio > ... > m

Re: [pulseaudio-discuss] Failed to create secure directory with ACL

2014-04-09 Thread Michael DePaulo
On Apr 8, 2014 1:17 AM, "Prunk Dump" wrote: > > 2014-04-07 14:11 GMT+02:00 Prunk Dump : > > Hello ! > > > > The home folders of my users are shared through a CIFS server that > > support Access Control Lists. Pulse audio won't start in those folders > > complaining "Failed to create secure directo

Re: [pulseaudio-discuss] Failed to create secure directory with ACL

2014-04-09 Thread Prunk Dump
2014-04-09 17:55 GMT+02:00 Michael DePaulo : > > On Apr 8, 2014 1:17 AM, "Prunk Dump" wrote: >> >> 2014-04-07 14:11 GMT+02:00 Prunk Dump : >> > Hello ! >> > >> > The home folders of my users are shared through a CIFS server that >> > support Access Control Lists. Pulse audio won't start in those f

Re: [pulseaudio-discuss] Failed to create secure directory with ACL

2014-04-17 Thread Tanu Kaskinen
On Mon, 2014-04-07 at 14:11 +0200, Prunk Dump wrote: > Hello ! > > The home folders of my users are shared through a CIFS server that > support Access Control Lists. Pulse audio won't start in those folders > complaining "Failed to create secure directory: Permission denied". > > $strace -v pulse

Re: [pulseaudio-discuss] Failed to create secure directory with ACL

2014-04-17 Thread Alexander E. Patrakov
17.04.2014 17:15, Tanu Kaskinen wrote: On Mon, 2014-04-07 at 14:11 +0200, Prunk Dump wrote: But the following commands in terminal : $mkdir /home/teachers/pellegrb/.pulse $chown 3000137:338 /home/teachers/pellegrb/.pulse $chmod 0700 /home/teachers/pellegrb/.pulse $ls -al /home/teachers/pell

Re: [pulseaudio-discuss] Failed to create secure directory with ACL

2014-04-20 Thread Prunk Dump
2014-04-07 14:11 GMT+02:00 Prunk Dump : >>> $mkdir /home/teachers/pellegrb/.pulse >>> $chown 3000137:338 /home/teachers/pellegrb/.pulse >>> $chmod 0700 /home/teachers/pellegrb/.pulse >>> $ls -al /home/teachers/pellegrb >>> >>> drwxrwx---+ 2 pellegrb teachers 0 avril 7 14:02 .pulse 2014-0

Re: [pulseaudio-discuss] Failed to create secure directory with ACL

2014-04-20 Thread Alexander E. Patrakov
20.04.2014 16:04, Prunk Dump wrote: 2014-04-17 14:09 GMT+02:00 Alexander E. Patrakov : Well, the problem here is that the CIFS server gives extra unwanted access rights to the directory. So PulseAudio rightfully complains. However, in some cases (e.g. on CIFS and other non-native filesystems), t

Re: [pulseaudio-discuss] Failed to create secure directory with ACL

2014-04-20 Thread Alexander E. Patrakov
I have prepared two conflicting patches and believe that applying any of them will work around your bug (which is really in the CIFS server). Please use your own judgement to pick one of the patches. My own preference would be: [PATCH] Remove redundant check of directory permissions ...but this i

Re: [pulseaudio-discuss] Failed to create secure directory with ACL

2014-04-22 Thread Prunk Dump
2014-04-20 17:58 GMT+02:00 Alexander E. Patrakov : > I have prepared two conflicting patches and believe that applying any > of them will work around your bug (which is really in the CIFS server). > Please use your own judgement to pick one of the patches. > > My own preference would be: > [PATCH]