[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [win-pv-devel] xen pv drivers 8.2 creating eventid 6 error on 2012 R1
Hi Paul, Thanks for the quick update and good to hear. B From: Paul Durrant [mailto:Paul.Durrant@xxxxxxxxxx] Sent: Wednesday, August 02, 2017 9:13 AM To: 'Brandon Shoemaker' <brandon.shoemaker@xxxxxxxxx>; win-pv-devel@xxxxxxxxxxxxxxxxxxxx Subject: RE: [win-pv-devel] xen pv drivers 8.2 creating eventid 6 error on 2012 R1 Hi Brandon, I can reproduce easily, with just XENBUS installed. As I suspected, it is because we are calling ZwFlushKey() early in boot. The fact that it fails is not necessarily a problem (which is why the code ignores the return value of the function) but the fact that it logs is annoying. I have found a (somewhat hacky) way to detect early boot so I can prevent the log entry from appearing. I’ll post patches soon, but these will only go into master. The log entry does not indicate any breakage in the 8.2 drivers though so you can safely ignore it. Paul Hi Paul, I have not seen any issues yet but I have not started using the drivers in production on anything meaningful. I've just been running it on test VPS. I'm a stickler for clean logs and try to resolve any recurring errors as I can so I noticed this one which appears to be coming from the xen 8.2 drivers and wanted to report it. Thanks for checking on it when you get time. B Hi Brandon, It’s possible that we’re trying to delete a registry key too early in boot and that’s what’s causing the event. Does this event cause you any particular problem, or is it something that you just happened to notice? It seems like a very easy repro so I’ll check it out myself when I get a chance. Cheers, Paul Hi list, I wanted to report a recurring issue I see with the xen pv drivers 8.2. I have clean installed a VPS three times to confirm this problem. After installing Windows 2012 R1 and then the 8.2 drivers there is a recurring event id 6 error every reboot only after installing the drivers. Event ID 6 error "An I/O operation initiated by the Registry failed unrecoverably. The Registry could not flush hive (file): ''." Steps to reproduce: - Install Windows 2012 R1 (I added .net 3.5 and telnet client features right after install also)
- Fully update
- Check Event Viewer logs before installing drivers and you will not see any Event ID 6 error, clear logs
- Install Xen PV 8.2 Drivers
- Reboot
- Event ID 6 error will now recur every reboot
I do not know if the same error happens on 2012 R2 as I’m using R1 still for specific reasons. |
_______________________________________________
win-pv-devel mailing list
win-pv-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/cgi-bin/mailman/listinfo/win-pv-devel
|