Displaying 11 results from an estimated 11 matches for "497b".
Did you mean:
  497
  
2016 Mar 21
1
Permission denied on GPT.ini (Event ID 1058)
Hai, 
Today i had a "about" same problem. 
Check the following. 
1) Get the Policy id  ( like ":  {78732DBF-5381-497B-9B25-00A278270A1F} from
 PATH_TO_SYSVOL_FOLDER/Policies/ 
2) run getfacl on the folder like : 
 getfacl \{78751DBF-5381-497B-9B25-00A278270A1F\}/ 
here  in my case i noticed the following. 
I had a user set on one specific policie, i changed that users to a newly created group. 
After looking wit...
2016 Mar 19
3
Permission denied on GPT.ini (Event ID 1058)
Le 18/03/2016 20:58, lingpanda101 at gmail.com a écrit :
> On 3/18/2016 2:15 PM, Sébastien Le Ray wrote:
>>
>>
>>>
>>> Are you using Item level targeting in your GPO?
>>>
>>
>> No
>
> When this error happens, can you confirm if you can manually navigate 
> to the file? Open file explorer and enter the UNC path.
>
> ie.
2010 May 05
1
[PATCH 1/1] staging: hv: Add Time Sync feature to hv_utils module
...X_MSG_TYPES                    2
+#define MAX_NUM_DEVICE_CLASSES_SUPPORTED 6
 
 static const struct hv_guid
 	gSupportedDeviceClasses[MAX_NUM_DEVICE_CLASSES_SUPPORTED] = {
@@ -81,6 +81,14 @@ static const struct hv_guid
 			0x81, 0x8B, 0x38, 0XD9, 0x0C, 0xED, 0x39, 0xDB
 		}
 	},
+	/* {9527E630-D0AE-497b-ADCE-E80AB0175CAF} */
+	/* TimeSync */
+	{
+		.data = {
+			0x30, 0xe6, 0x27, 0x95, 0xae, 0xd0, 0x7b, 0x49,
+			0xad, 0xce, 0xe8, 0x0a, 0xb0, 0x17, 0x5c, 0xaf
+		}
+	},
 };
 
 
@@ -191,6 +199,18 @@ struct hyperv_service_callback hv_cb_utils[MAX_MSG_TYPES] = {
 		.callback = chn_cb_negotiate,
 		.lo...
2010 May 05
1
[PATCH 1/1] staging: hv: Add Time Sync feature to hv_utils module
...X_MSG_TYPES                    2
+#define MAX_NUM_DEVICE_CLASSES_SUPPORTED 6
 
 static const struct hv_guid
 	gSupportedDeviceClasses[MAX_NUM_DEVICE_CLASSES_SUPPORTED] = {
@@ -81,6 +81,14 @@ static const struct hv_guid
 			0x81, 0x8B, 0x38, 0XD9, 0x0C, 0xED, 0x39, 0xDB
 		}
 	},
+	/* {9527E630-D0AE-497b-ADCE-E80AB0175CAF} */
+	/* TimeSync */
+	{
+		.data = {
+			0x30, 0xe6, 0x27, 0x95, 0xae, 0xd0, 0x7b, 0x49,
+			0xad, 0xce, 0xe8, 0x0a, 0xb0, 0x17, 0x5c, 0xaf
+		}
+	},
 };
 
 
@@ -191,6 +199,18 @@ struct hyperv_service_callback hv_cb_utils[MAX_MSG_TYPES] = {
 		.callback = chn_cb_negotiate,
 		.lo...
2013 Jul 19
12
Rails 4 "belongs_to: record" association doesn't work
Hi,
I discovered a weird behavior when using a "belongs_to: record" association 
in Rails 4.
Given two models A and B:
class A < ActiveRecord::Base
  belongs_to :record, class_name: ''B'', foreign_key: ''b_id''
end
class B < ActiveRecord::Base
end
When creating A, it inserts a record in B and returns A with id of nil:
irb(main):001:0>
2011 Sep 08
25
[PATCH 0000/0025] Staging: hv: Driver cleanup
Address Greg's VmBus audit comments:
	1) Leverage driver_data field in struct hv_vmbus_device_id to
	   simplify driver code.
	2) Make the util driver conform to the Linux Driver Model.
	3) Get rid of the ext field in struct hv_device by using the
	   driver specific data functionality.
	4) Other general cleanup.
Regards,
K. Y
2011 Sep 08
25
[PATCH 0000/0025] Staging: hv: Driver cleanup
Address Greg's VmBus audit comments:
	1) Leverage driver_data field in struct hv_vmbus_device_id to
	   simplify driver code.
	2) Make the util driver conform to the Linux Driver Model.
	3) Get rid of the ext field in struct hv_device by using the
	   driver specific data functionality.
	4) Other general cleanup.
Regards,
K. Y
2011 Aug 25
56
[PATCH 0000/0059] Staging: hv: Driver cleanup
Further cleanup of the hv drivers. 
	1) Implement code for autoloading the vmbus drivers without using PCI or DMI
	   signatures. I have implemented this based on Greg's feedback on my earlier
	   implementation.
	2) Cleanup error handling across the board and use standard Linux error codes.
	3) General cleanup
Regards,
K. Y
2011 Aug 25
56
[PATCH 0000/0059] Staging: hv: Driver cleanup
Further cleanup of the hv drivers. 
	1) Implement code for autoloading the vmbus drivers without using PCI or DMI
	   signatures. I have implemented this based on Greg's feedback on my earlier
	   implementation.
	2) Cleanup error handling across the board and use standard Linux error codes.
	3) General cleanup
Regards,
K. Y
2011 Jul 15
122
[PATCH 0000/0117] Staging: hv: Driver cleanup
Further cleanup of the hv drivers. Back in June I had sent two patch
sets to address these issues. I have addressed the comments I got from
the community on my earlier patches here:
	1) Implement code for autoloading the vmbus drivers without using PCI or DMI
	   signatures. I have implemented this based on Greg's feedback on my earlier
	   implementation.
	2) Cleanup error handling across
2011 Jul 15
122
[PATCH 0000/0117] Staging: hv: Driver cleanup
Further cleanup of the hv drivers. Back in June I had sent two patch
sets to address these issues. I have addressed the comments I got from
the community on my earlier patches here:
	1) Implement code for autoloading the vmbus drivers without using PCI or DMI
	   signatures. I have implemented this based on Greg's feedback on my earlier
	   implementation.
	2) Cleanup error handling across