Bug 825940
| Summary: | [virtio-win][viostor]Roll back driver for system disk,an not signed message pop up. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Min Deng <mdeng> | ||||
| Component: | virtio-win | Assignee: | Yvugenfi <yvugenfi> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.3 | CC: | acathrow, bcao, bsarathy, dawu, dfleytma, dyasny, juzhang, michen, rhod | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-08-22 13:22:54 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Min Deng
2012-05-29 07:13:12 UTC
Created attachment 587323 [details]
not signed
CLI /usr/libexec/qemu-kvm -cpu cpu64-rhel6,+x2apic,family=0xf -smp 2 -m 2G -device virtio-balloon-pci,id=balloon0 -k en-us -usb -device usb-tablet,id=tablet0 -device intel-hda,id=sound0 -device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -drive file=/home/win2k3-32-ide.raw,format=raw,cache=none,if=none,werror=stop,rerror=stop,id=drive-disk0,media=disk -device virtio-blk-pci,drive=drive-disk0,id=disk0,bootindex=2 -netdev tap,id=hostnet0,vhost=on,script=/etc/qemu-ifup -device virtio-net-pci,netdev=hostnet0,id=net0,mac=00:11:11:15:33:8a -device virtio-serial-pci,id=virtio-serial0,max_ports=16,vectors=4,bus=pci.0 -chardev socket,server,host=0.0.0.0,port=12346,id=channel0,nowait -device virtserialport,chardev=channel0,nr=1,id=serialport.1,name=com.redhat.rhevm.vdsm,bus=virtio-serial0.0 -rtc base=utc,clock=host,driftfix=slew -name winxp -spice port=5932,disable-ticketing -vga qxl -uuid `uuidgen` -monitor stdio -drive file=/home/virtio-win-1.4.0.iso,format=raw,if=none,media=cdrom,id=drive-ide0-1-0 -device ide-drive,drive=drive-ide0-1-0,id=ide-drive0,bootindex=1 -drive file=/usr/share/virtio-win/virtio-win-1.5.1.iso,media=cdrom,cache=none,werror=stop,format=raw -fda /home/virtio-win-1.5.1.vfd -drive file=diskdata.raw,if=none,format=raw,id=drive-virtio-data1,werror=stop,rerror=stop,readonly=on -device virtio-blk-pci,id=virtio-data1,drive=drive-virtio-data1 -chardev socket,id=111a,path=/tmp/monitor-2864,server,nowait -mon chardev=111a,mode=readline I cannot reproduce the issue on windows 2008 64/R2,thanks Tested this issue on winxp and win2k8-32,it also happened on winxp, not reproduced on win2k8-32 1. What's the version of the driver after rollback? 2. Please run sigverif.exe after rollback. (In reply to comment #7) > 1. What's the version of the driver after rollback? > After rollback the driver is changed to 1.4.0 > 2. Please run sigverif.exe after rollback. check the drivers in c:\windows\system32\drivers\viostor.sys and c:\windows\OemDir\viostor.* Both of them passed checking Thanks, Min This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux. This request was erroneously removed from consideration in Red Hat Enterprise Linux 6.4, which is currently under development. This request will be evaluated for inclusion in Red Hat Enterprise Linux 6.4. I've succeeded to reproduce this problem on freshly installed Windows server 2003 with 2 virtio-blk-pci devices.
The exact scenario is following:
Install driver 1.5.3 for both devices
Downgrade one of the devices to 1.4.0
Reboot
Downgrade second device to 1.4.0
Reboot
Try to run driver roll back for one of the devices
The problem can't be reproduced with one device.
System warns about unsigned driver however indicates that driver properly signed after rollback.
After second downgrade, system rollback cache contains inf and cat files from driver package 1.5.3
and sys file from driver package 1.4.0 which may point out a windows driver database problem.
All driver, cat and INF files on disk are properly signed (verified with sigverify) .
This is a Windows bug and it doesn't look like there is a work-around.
(In reply to comment #12) > I've succeeded to reproduce this problem on freshly installed Windows server > 2003 with 2 virtio-blk-pci devices. > The exact scenario is following: > Install driver 1.5.3 for both devices > Downgrade one of the devices to 1.4.0 > Reboot > Downgrade second device to 1.4.0 > Reboot > Try to run driver roll back for one of the devices > > The problem can't be reproduced with one device. > System warns about unsigned driver however indicates that driver properly > signed after rollback. > After second downgrade, system rollback cache contains inf and cat files > from driver package 1.5.3 Hi,Dmitry How to check the rollback cache inf and cat files version ? Thanks, Mike > and sys file from driver package 1.4.0 which may point out a windows driver > database problem. > > All driver, cat and INF files on disk are properly signed (verified with > sigverify) . > > This is a Windows bug and it doesn't look like there is a work-around. Hello, Mike Rollback files are stored at C:\WINDOWS\system32\ReinstallBackups. One can go there and see file properties for version number. Dmitry. |