Displaying 20 results from an estimated 32 matches for "errorcontroller".
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
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 11/07/2015 20:01, Ruzsinszky Attila wrote:
> The error line is: *** STOP: 0x0000007B (0xF789AA94, 0xC0000034,
> 0x00000000, 0x00000000)
Perfect, this is what was expected. This should be easy to fix.
>>> I don't want Virtio. I want to boot my image first. As I
>>> mentioned I can't use the mergeide.req on the
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
>>
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,\
2012 Mar 02
0
server signing = mandatory aix 6.1 (abridged debug)
Using samba 3.5.12 on aix 6.1 when I set "server signing = mandatory"
nothing can connect to my server. Included the smb.conf followed by errors
showing up in the level 10 debug output.
Thanks,
>cat /usr/local/samba/lib/smb.conf
[global]
workgroup = somename
netbios name = someserver
server string = somename Samba Server %v
security = user
2015 Jul 12
1
Re: Migrate Win2k3 to KVM
Hi Pierre,
On 11/07/2015 20:01, Ruzsinszky Attila wrote:
> > The error line is: *** STOP: 0x0000007B (0xF789AA94, 0xC0000034,
> > 0x00000000, 0x00000000)
>
> Perfect, this is what was expected. This should be easy to fix.
>
Good news! ;-)
> Great, then, it opens possibilities. Let's try the following:
> - - Install chntpw
>
Is that a Linux program? I use
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
There are registry entries that are needed to add some other drivers.
Extracting them into a function will help adding SUSE VMDP support.
---
v2v/windows_virtio.ml | 311 ++++++++++++++++++++++++++++----------------------
1 file changed, 176 insertions(+), 135 deletions(-)
diff --git a/v2v/windows_virtio.ml b/v2v/windows_virtio.ml
index 14ffc51..8a0b529 100644
--- a/v2v/windows_virtio.ml
+++
2008 Mar 10
2
The server is configured to refuse --iconv
I've just tried upgrading to cwrsync 2.1.0 (Rsync version 3.0.0 protocol
version 30) between 2 Windows XP Pro sp2 machine across the Internet.
I used:
SET CYGWIN=nontsec
SET HOME=c:\cwrsync\bin
C:\cwrsync\bin\rsync -za -u -P --delete --recursive /cygdrive/c/test2/
stuart@test.address.co.uk::test/
When I run the above batch script on the remote machine I get this odd output.
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
SUSE VMDP comes with a replacement for rhsrvany.exe named pvvxsvc.exe.
Check for either one of them instead of only rhsrvany.
---
builder/virt-builder.pod | 13 +++-
customize/firstboot.ml | 169 +++++++++++++++++++++++--------------------
customize/virt-customize.pod | 6 ++
sysprep/virt-sysprep.pod | 6 ++
v2v/virt-v2v.pod | 6 ++
5 files changed, 117
2020 Jul 13
10
Problem with network browsing
I'm trying to diagnose why my windows 10 clients can't do network browsing.
The network neighborhood doesn't show any of my machines running samba.
I've verified that all of my samba hosts are running nmbd!
I've reached the end of my ability to debug this, so I could really use
some help from the list to figure out why this isn't working.
I've isolated the situation
2010 May 06
1
[PATCH v2v] Pre-convert Windows guests.
This is my lightly tested patch which allows pre-conversion
of Windows guests.
You also need to supply rhsrvany.exe and firstboot scripts.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
2020 Jul 13
0
Problem with network browsing
SMBv1 (the anonymous thing behind network neighborhood) because of the massive
security problems it caused was decprecated. Microsoft came up with network
neighborhood and they've shut it down due to their bad implementation.
Samba, likewise, doesn't support SMBv1 by default.
On 7/12/20 10:29 PM, Michael Jones via samba wrote:
> I'm trying to diagnose why my windows 10 clients
2020 Jul 13
0
Problem with network browsing
If you have 1 member server, you could enabe nmbd in that server.
Or install : llmnrd on linux and/or avahi-deamon if you dont have a member.
And make sure you can use "proxy dns" as in,
The primary DNS domain on linux should match (see in windows) CMD: ipconfig /all
The :
- primay dns suffix
- DNS Suffix search order
Then you are able to use \\hostname or \\hostname.FQ.DN.TLD
2008 May 03
2
Trouble loading TVersity service
TVersity seems to have no problem running under Wine, but when I try to load the service, there is a message saying the service cannot be found:
andy at Zoso:~/.wine/drive_c/Program Files/TVersity/Media Server$ wine "C:\Program Files\TVersity\Media Server\MediaServer.exe" -start
preloader: Warning: failed to reserve range 00000000-00010000
fixme:mixer:ALSA_MixerInit No master control
2020 Jul 13
1
Problem with network browsing
A reasonable alternative is to run Christgau's excellent Web Service Discovery host daemon (wsdd) on the samba server and make sure
the Function Discovery Provider Host and Function Discovery Resource Publication services are running on the Windows 10 machines.
Get wsdd from here: https://github.com/christgau/wsdd.git
You can then stop and disable the nmbd on the samba machines as it's
2016 May 12
0
[PATCH 05/11] customize: add support for pvvxsvc
SUSE VMDP comes with a replacement for rhsrvany.exe named pvvxsvc.exe.
Check for either one of them instead of only rhsrvany.
---
builder/virt-builder.pod | 11 +++++++++--
customize/firstboot.ml | 38 +++++++++++++++++++++++---------------
customize/virt-customize.pod | 6 ++++++
sysprep/virt-sysprep.pod | 6 ++++++
v2v/virt-v2v.pod | 6 ++++++
5 files changed, 50
2016 May 18
0
[PATCH v2 05/11] customize: add support for pvvxsvc
SUSE VMDP comes with a replacement for rhsrvany.exe named pvvxsvc.exe.
Check for either one of them instead of only rhsrvany.
---
builder/virt-builder.pod | 11 +++++++++--
customize/firstboot.ml | 36 +++++++++++++++++++++---------------
customize/virt-customize.pod | 6 ++++++
sysprep/virt-sysprep.pod | 6 ++++++
v2v/virt-v2v.pod | 6 ++++++
5 files changed, 48
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