Displaying 20 results from an estimated 32 matches for "errorcontrol".
2015 Jul 11
8
Re: Migrate Win2k3 to KVM
Hi,
The error line is:
*** STOP: 0x0000007B (0xF789AA94, 0xC0000034, 0x00000000, 0x00000000)
Nothing more! (Of course there are some inrelevant text line about chkdsk,
etc.)
> Basically, what's required is the "STOP:" line + the image where it
> fails (so, the line below). Image being likely to be NTOSKRNL.EXE
>
Nothing about NTOSKRNL.EXE on the blue screen!
> >
2015 Jul 11
0
Re: Migrate Win2k3 to KVM
...'re done
with all the values of a key, to proceed for the others
- - cd .. (you're now in Control)
- - cd .. (you're now in ControlSet001)
- - cd Services
- - Check you have the following keys: atapi and intelide
- - Add the missing ones[2]. REG_DWORD type is 4 when doing nv. (like nv
4 ErrorControl)
- - You're done, so: q to quit chntpw (of course, reply 'y' to write hives)
Back to your linux term:
- - cd ../drivers/
- - Check you have atapi.sys and intelide.sys. In case you don't,
extract them from the cab file you can find in Windows\Driver Cache\i386
- - Umount
- - Try to b...
2015 Jul 25
0
Re: Migrate Win2k3 to KVM
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 25/07/2015 13:55, Ruzsinszky Attila wrote:
> Hi Pierre,
>
> I got enough inspiration typing in the needed reg. keys.
>
> Here is a difference: What you wrote me:
>
> intelide
>> { ErrorControl(REG_DWORD): 00000001 Group(REG_SZ): System Bus
>> Extender Start(REG_DWORD): 00000000 Tag(REG_DWORD): 00000004
>> Type(REG_DWORD): 00000001 ImagePath(REG_SZ):
>> system32\drivers\intelide.sys }
>>
>
> My reg. keys:
>
> \ControlSet001\Services\IntelIde> ls...
2008 May 15
1
Re-2: monitoring file access levels?
you disable the USB mass storage service in the windows registry.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
"Type"=dword:00000001
"Start"=dword:00000003 ------- Alter me to 1 I think
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\
52,00,49,00,56,00,45,00,52,00,53,00,5c,00,55,00,53,00,42,00,53,00,54,00,4f,\
00,52,00,2e,00,53,00,59,00,53,00,00,00
"DisplayName"="USB Mass Storage Driver"
----...
2012 Mar 02
0
server signing = mandatory aix 6.1 (abridged debug)
...t load module /usr/local/samba/lib/charset/ISO8859-1.so.
0509-026 System error: A file or directory in the path name does not
exist.
[2012/02/15 13:33:50.446324, 5] lib/charcnv.c:95(charset_name)
--
[2012/02/15 13:33:50.459984, 8]
registry/reg_backend_db.c:1567(regdb_unpack_values)
specific: [ErrorControl], len: 4
[2012/02/15 13:33:50.460034, 10]
registry/reg_backend_db.c:1620(regdb_fetch_values_internal)
--
[2012/02/15 13:33:50.460164, 8]
registry/reg_backend_db.c:1567(regdb_unpack_values)
specific: [ErrorControl], len: 4
[2012/02/15 13:33:50.460235, 10]
registry/reg_cachehook.c:97(reghook_cache...
2015 Jul 12
1
Re: Migrate Win2k3 to KVM
...es of a key, to proceed for the others
> - - cd .. (you're now in Control)
> - - cd .. (you're now in ControlSet001)
> - - cd Services
> - - Check you have the following keys: atapi and intelide
> - - Add the missing ones[2]. REG_DWORD type is 4 when doing nv. (like nv
> 4 ErrorControl)
> - - You're done, so: q to quit chntpw (of course, reply 'y' to write hives)
>
Maybe I'll have question with registry. Tomorrow morning I'll try your
steps.
Can I a backup file from the registy before I start the procedure? And how?
> Back to your linux term:
> -...
2007 Dec 01
5
specifying an HTTP status code
Hi all,
I''m just starting to work w/ RSpec, so I hope this question isn''t too
obvious or missing the point somehow: Is there a way in RSpec to
specify that a controller action should use a specific HTTP status
code? Specifically I want to test for the usage of 301 as opposed to
302, for a permanent redirection.
response.should be_redirect
looks like it calls
2016 Apr 05
0
[PATCH 4/7] v2v: extract reusable parts of viostor regedits
...uot; ];
- [ current_cs; "Services"; "viostor" ],
+ [ current_cs; "Services"; driver_name ],
[ "Type", REG_DWORD 0x1_l;
"Start", REG_DWORD 0x0_l;
"Group", REG_SZ "SCSI miniport";
"ErrorControl", REG_DWORD 0x1_l;
- "ImagePath", REG_EXPAND_SZ "system32\\drivers\\viostor.sys";
+ "ImagePath", REG_EXPAND_SZ ("system32\\drivers\\" ^ driver);
"Tag", REG_DWORD 0x21_l ];
- [ current_cs; "Services"; &quo...
2008 Mar 10
2
The server is configured to refuse --iconv
...n --no-detach
as a service.
Registry settings are:
------------------------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RsyncServer]
"Type"=dword:00000010
"Start"=dword:00000002
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):43,00,3a,00,5c,00,63,00,77,00,52,00,73,00,79,00,6e,00,63,00,\
5c,00,62,00,69,00,6e,00,5c,00,63,00,79,00,67,00,72,00,75,00,6e,00,73,00,72,\
00,76,00,2e,00,65,00,78,00,65,00,00,00
"DisplayName"="RsyncServer"
"ObjectName&qu...
2016 Apr 06
8
[PATCH 0/4] v2v: simplify Windows registry patching
The way we patch the Windows registry in order to allow it to boot off a
virtio-blk drive was initially conceived by comparing the state with
virtio-blk driver properly installed, to that without.
However, we don't want to replicate the Windows PnP system; rather we
need to apply just enough edits to make the system boot, and then let
the Windows PnP manager figure out the rest.
This series
2016 Apr 05
0
[PATCH 3/7] customize: add support for pvvxsvc
...* NB: All these edits are in the HKLM\SYSTEM hive. No other
- * hive may be modified here.
- *)
- let regedits = [
- [ current_cs; "services"; "firstboot" ],
- [ "Type", REG_DWORD 0x10_l;
- "Start", REG_DWORD 0x2_l;
- "ErrorControl", REG_DWORD 0x1_l;
- "ImagePath",
- REG_SZ (firstboot_dir_win ^ "\\rhsrvany.exe -s firstboot");
- "DisplayName", REG_SZ "Virt tools firstboot service";
- "ObjectName", REG_SZ "LocalSystem" ];
-
- [ c...
2020 Jul 13
10
Problem with network browsing
...t\Windows NT\CurrentVersion\Print\Printers]
regdb_unpack_values: value[0]: name[DefaultSpoolDirectory] len[70]
regdb_fetch_values: Looking for values of key
[HKLM\SYSTEM\CurrentControlSet\Services\Eventlog]
regdb_unpack_values: value[0]: name[DisplayName] len[20]
regdb_unpack_values: value[1]: name[ErrorControl] len[4]
regdb_fetch_values: Looking for values of key
[HKLM\SYSTEM\CurrentControlSet\Services\Eventlog]
regdb_unpack_values: value[0]: name[DisplayName] len[20]
regdb_unpack_values: value[1]: name[ErrorControl] len[4]
reghook_cache_add: Adding ops 0x7f3d43d831a0 for key
[\HKLM\SOFTWARE\Samba\smbcon...
2010 May 06
1
[PATCH v2v] Pre-convert Windows guests.
...f4]
+"Service"="viostor"
+"ClassGUID"="{4D36E97B-E325-11CE-BFC1-08002BE10318}"
+
+[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\viostor]
+"Type"=dword:00000001
+"Start"=dword:00000000
+"Group"="SCSI miniport"
+"ErrorControl"=dword:00000001
+"ImagePath"="system32\\drivers\\viostor.sys"
+"Tag"=dword:00000021
+
+[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\viostor\Parameters]
+"BusType"=dword:00000001
+
+[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\viostor\Parameters...
2020 Jul 13
0
Problem with network browsing
...on\Print\Printers]
> regdb_unpack_values: value[0]: name[DefaultSpoolDirectory] len[70]
> regdb_fetch_values: Looking for values of key
> [HKLM\SYSTEM\CurrentControlSet\Services\Eventlog]
> regdb_unpack_values: value[0]: name[DisplayName] len[20]
> regdb_unpack_values: value[1]: name[ErrorControl] len[4]
> regdb_fetch_values: Looking for values of key
> [HKLM\SYSTEM\CurrentControlSet\Services\Eventlog]
> regdb_unpack_values: value[0]: name[DisplayName] len[20]
> regdb_unpack_values: value[1]: name[ErrorControl] len[4]
> reghook_cache_add: Adding ops 0x7f3d43d831a0 for key
>...
2020 Jul 13
0
Problem with network browsing
...on\Print\Printers]
> regdb_unpack_values: value[0]: name[DefaultSpoolDirectory] len[70]
> regdb_fetch_values: Looking for values of key
> [HKLM\SYSTEM\CurrentControlSet\Services\Eventlog]
> regdb_unpack_values: value[0]: name[DisplayName] len[20]
> regdb_unpack_values: value[1]: name[ErrorControl] len[4]
> regdb_fetch_values: Looking for values of key
> [HKLM\SYSTEM\CurrentControlSet\Services\Eventlog]
> regdb_unpack_values: value[0]: name[DisplayName] len[20]
> regdb_unpack_values: value[1]: name[ErrorControl] len[4]
> reghook_cache_add: Adding ops 0x7f3d43d831a0 for key
>...
2008 May 03
2
Trouble loading TVersity service
...ry in the registry for this:
[System\\CurrentControlSet\\Services\\TVersityMediaServer] 1209849820
"DependOnGroup"=hex:00,00
"DependOnService"=hex:54,00,63,00,70,00,69,00,70,00,00,00,41,00,66,00,64,00,00,\
00,00,00
"DisplayName"="TVersityMediaServer"
"ErrorControl"=dword:00000000
"ImagePath"="C:\\Program Files\\TVersity\\Media Server\\MediaServer.exe"
"ObjectName"="LocalSystem"
"Start"=dword:00000002
"Type"=dword:00000110
and if I try to use net start I get:
andy at Zoso:~$ wine net start TVe...
2020 Jul 13
1
Problem with network browsing
...gt; regdb_unpack_values: value[0]: name[DefaultSpoolDirectory] len[70]
> > regdb_fetch_values: Looking for values of key
> > [HKLM\SYSTEM\CurrentControlSet\Services\Eventlog]
> > regdb_unpack_values: value[0]: name[DisplayName] len[20]
> > regdb_unpack_values: value[1]: name[ErrorControl] len[4]
> > regdb_fetch_values: Looking for values of key
> > [HKLM\SYSTEM\CurrentControlSet\Services\Eventlog]
> > regdb_unpack_values: value[0]: name[DisplayName] len[20]
> > regdb_unpack_values: value[1]: name[ErrorControl] len[4]
> > reghook_cache_add: Adding ops 0...
2016 May 12
0
[PATCH 05/11] customize: add support for pvvxsvc
...-" firstboot_dir_win in
+%s -s firstboot uninstall
+" firstboot_dir_win srvany in
g#write (firstboot_dir // "firstboot.bat") (unix2dos firstboot_script);
@@ -282,7 +290,7 @@ rhsrvany.exe -s firstboot uninstall
"Start", REG_DWORD 0x2_l;
"ErrorControl", REG_DWORD 0x1_l;
"ImagePath",
- REG_SZ (firstboot_dir_win ^ "\\rhsrvany.exe -s firstboot");
+ REG_SZ (sprintf "%s\\%s -s firstboot" firstboot_dir_win srvany);
"DisplayName", REG_SZ "Virt tools firstboot service&...
2016 May 18
0
[PATCH v2 05/11] customize: add support for pvvxsvc
...-" firstboot_dir_win in
+%s -s firstboot uninstall
+" firstboot_dir_win srvany in
g#write (firstboot_dir // "firstboot.bat") (unix2dos firstboot_script);
@@ -282,7 +288,7 @@ rhsrvany.exe -s firstboot uninstall
"Start", REG_DWORD 0x2_l;
"ErrorControl", REG_DWORD 0x1_l;
"ImagePath",
- REG_SZ (firstboot_dir_win ^ "\\rhsrvany.exe -s firstboot");
+ REG_SZ (sprintf "%s\\%s -s firstboot" firstboot_dir_win srvany);
"DisplayName", REG_SZ "Virt tools firstboot service&...
2019 Nov 21
7
[PATCH 0/2] Fixes and tweak to the installation of qemu-ga MSI
This, together with the changes to common repo are fixes to the installation
qemu-ga MSI.
There is still an issue that I did not figure yet how to fix. On Windows 10 it
fails to register the QEMU-GA service.
Tomáš Golembiovský (2):
windows: fix detection of qemu-ga installer on RHV
windows: small tweaks of qemu-ga firstboot script
v2v/convert_windows.ml | 8 +++++++-
v2v/windows_virtio.ml