Displaying 2 results from an estimated 2 matches for "certainyl".
Did you mean:
  certainly
  
2004 Aug 18
1
Preexec on Profiles
I'm trying to get a preexec line to work on Profiles when a windows XP
system logs in.  The line and script are the same as we used to use on the
"homes" share with WIndows 98 clients on samba 2.  However I cannot seem to
make the preexec line trigger either on login or by explicitly mounting the
share.
Here's the bit from my smb.conf
[Profiles]
  path = /var/samba/profiles
 
2014 Jul 22
5
[PATCH 09/17] drm/radeon: use common fence implementation for fences
Am 22.07.2014 17:42, schrieb Daniel Vetter:
> On Tue, Jul 22, 2014 at 5:35 PM, Christian K?nig
> <christian.koenig at amd.com> wrote:
>> Drivers exporting fences need to provide a fence->signaled and a fence->wait
>> function, everything else like fence->enable_signaling or calling
>> fence_signaled() from the driver is optional.
>>
>> Drivers