Windows error 0x00000457, 1111

Detailed Error Information

BUS_RESET[1]

MessageThe I/O bus was reset.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x80070457.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code1111 (0x0457)

Questions

4votes
1answer

DC Replication Issues

I seem to be having an issue with replication between our domain controllers, the setup is as follows; One domain two domain controllers (2008) one is virtulised one is physical same site ping between domain controllers is fine. Ok, so basically I had to do a bios upgrade to the [...] read more
windows-server-2008
active-directory
domain
4votes
6answers

SBS 2008 can browse shares, but not connect to any

I have an SBS 2008 machine which is causing me headaches. For Windows shares, it seems to be living in its own little isolated world. It can browse a list of network shares just fine (NET VIEW), but it refuses to connect to any, with: > \\storage\shared is not accessible. [...] read more
windows-sbs-2008
network-share
3votes
1answer

SBS 2011 "All GC's are down" after migration

I had an SBS 2008 server that was on its last legs, so I did a migration from SBS 2008 to SBS 2011. Everything was going great, until I got to the last step and did a dcpromo on the old SBS 2008 machine to take it off the network. [...] read more
windows-sbs-2011
2votes
1answer

A Global Catalog Server could not be located - All GC's are down

I seem to be having a number of issues with our SBS. I believe this was originally domain was previously on a SBS 2003 box before being moved to this SBS 2011 box last year, it has been running fine until yesterday. I cant see anything that has changed then [...] read more
domain-name-system
active-directory
windows-sbs-2011
2votes
2answers

BAD DC transfering FSMO Roles to ADC

I have a DC (FQDN:server.icmcpk.local) and an ADC (FQDN:file-server.icmcpk.local). Recently my DC is facing a bad sector problem so I changed the Operation Masters to file-server for all five roles. but when ever i turn off the OLD DC the file-server also stops wroking with AD and GPMC further i [...] read more
domain-controller
0votes
1answer

MIPS/Assembly: How do I find register value by hand after an instruction is executed?

I was hoping someone could point me in the right direction. I have an instruction to find the content of a register after an executed instruction. The instruction: add $s1, $s5, $t9 Register $s1 contents before the instruction: 0x00000457 How would I go about doing this by hand? I know [...] read more
assembly
mips
instructions
0votes
2answers

Why is the string specified in `LD_PRELOAD` loaded on the memory of setuid executables in RedHat 6.2?

First of all, let me tell you the context. I'm solving problems of the wargame called The lord of the BoF, which is based on RedHat Linux 6.2, which has no address space layout randomization(ASLR), NX bit, ASCII armor, etc.. And the gcc there does not make any dummy when [...] read more
linux
security
memory
ld-preload

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0