Jump to content

Tripredacus

Supervisor
  • Posts

    13,343
  • Joined

  • Last visited

  • Days Won

    26
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. This information IS available, but only if you have access to it. For example, I have access to MSOpen and the OCE, most people don't. Which is why when I talk about things like OfficeReady, people can't find information about it. Its the same idea. Its out there but sometimes you need an account to see it.
  2. Do you mean the back button on the browser or the mouse? What happens if you use the backspace key?
  3. Yea it doesn't like using two different credential sets to log into one server. You shouldn't need to do it that way, just make a new user with access to the other folder or adjust the permissions on the one you are using already. Good to see you've fixed it. I hadn't set a password like that before.
  4. It appears that DllNXOptions key is a list of DLLs known to be incompatible with DEP. As a test, adding the above registry keys, setting to 0, that w3wp.exe had tried to locate before. Now, again receiving Access Denied warning for w3svc. This happens before the event logging the stop portion of the IIS Restart occurs. This error may be a false positive. Here is a timestamp comparison: 11/11/2008 - 15:46:50 - W3SVC: DefaultAppPool terminated unexpectedly, access denied 11/11/2008 - 15:46:50 - W3WP: crashes with w3core.dll 11/11/2008 - 15:46:58 - IISCTLS: stop command logged (iis restart) 11/11/2008 - 15:47:03 - IISCTLS: start command logged (iis restart) Based on just these event logs, it would appear that when you use the IIS CPL to restart IIS, it does not properly stop servicing the Application Pools. When the listener suddenly finds that the resources it requires have gone missing (because Windows is restarting IIS) the application crashes. Note, that it does actually start up again without a problem, so this specific message might be possible to ignore altogether. So using ProcMon data when trying to view a PHP page in IE, after these changes have been made. There is no page being displayed, but there are more events logged by ProcMon. w3wp.exe now is able to find the new registry entry that was added, of course the value is 0. All other keys in that section have a 1 as their value, and it does actually start reading the php5ts.dll. Changing this value to 1. Now it appears that it doesn't read the files as much, in fact only once. New dump information. Adding kernel32.dll to ProcMon. Additional infos from ProcMon: w3wp.exe NAME_NOT_FOUND c:\windows\system32\inetsrv\w3wp.exe.Local w3wp.exe NAME_NOT_FOUND HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\DllNXOptions\kernel32.dll w3wp.exe NAME_NOT_FOUND HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\w3wp.exe\RpcThreadPoolThrottle To continue fighting this blasted thing... yes I am now realising that I could possibly be destroying my computer here. I might add at this point that I've been trying to get this IIS and PHP working on my production computer. Not one of the test machines that I have discussed in the Unclesocks thread. Nope this computer (SKYLYNX) is my regular one... At least all my data is kept on a separate drive hee hee. Going to add the RPCThreadPoolThrottle settings. As a default, using these: http://support.microsoft.com/kb/267255 Is there ever a time where ANYWHERE in the Windows Registry, you found a helper key to show you how to do something? In the Image File Execution Options key, there is another that says "Your Image File Name Here without a path". Well adding these options came up with a WHOLE bunch of other stuff it couldn't find... w3wp.exe NAME_NOT_FOUND HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\w3wp.exe\ExecuteOptions w3wp.exe NAME_NOT_FOUND HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\w3wp.exe\DisableHeapLookaside w3wp.exe NAME_NOT_FOUND HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\w3wp.exe\ShutdownFlags w3wp.exe NAME_NOT_FOUND HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\w3wp.exe\MinimumStackCommitInBytes w3wp.exe NAME_NOT_FOUND HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\w3wp.exe\GlobalFlag w3wp.exe NAME_NOT_FOUND HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\w3wp.exe\ShowRecursiveDllLOads w3wp.exe NAME_NOT_FOUND HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\w3wp.exe\BreakOnRecursiveDllLoads w3wp.exe NAME_NOT_FOUND HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\w3wp.exe\ShowLoaderErrors w3wp.exe NAME_NOT_FOUND HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\w3wp.exe\BreakOnInitializeProcessFailure w3wp.exe NAME_NOT_FOUND HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\w3wp.exe\KeepActivationContextsAlive w3wp.exe NAME_NOT_FOUND HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\w3wp.exe\TrackActivationContextReleases w3wp.exe NAME_NOT_FOUND HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\w3wp.exe\MaxDeadActivationContexts w3wp.exe NAME_NOT_FOUND HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\w3wp.exe\DebugProcessHeapOnly That's it for today!
  5. I tried posting on DevShed (my old hangout before here) but have found they aren't as good as they used to be. This place is much better. I gots a couple new errors to deal with here. Source: Application Error Event ID: 1004 Description: Reporting queuing error: faulting application php.exe, version 5.2.5.5, faulting module php5ts.dll, version 5.2.5.5, fault address 0x0009a0fd. Source: W3SVC Event ID: 1009 Description: A process serving application pool 'DefaultAppPool' terminated unexpectedly. The process id was '600'. The process exit code was '0xffffffff'. A possible lead: http://support.microsoft.com/kb/918041/en-us Added NETWORK SERVICE account to the IIS_WPG User Group. Now running Filemon on php.exe and w3svc.exe. Added permissions for IIS_WPG to PHP regkeys. Restart IIS. Added php5ts.dll, w3wp.exe, w3core.dll to filemon include list. Removed W3svc.exe. Restart IIS. Remarked out PHP_APC (Alterative PHP Cache) which has been reported to having a problem with multi-threaded environments. [PHP_APC] ;extension=php_apc.dll http://bugs.php.net/bug.php?id=41471 After trying to view the page in IE8, I am getting a couple NAME_NOT_FOUND messages in ProcMon. Both are RegQueryValue. In this regkey (DllNXOptions) there is no line for either of these items. This was executed by the w3wp.exe process. Added c:\windows\system32\inetsrv\w3wp.exe to the DEP exception list. This adds an 'IIS Worker Process' option to the list. Adding PHP.exe to the DEP exception list, which appears as CLI. Restarting to see if DEP changes require it.
  6. I wish I could. Is there a mirror for this article somewhere? I can't go to that site right now. I was surprised late last week when I discovered there was such a thing as a Dual Core Celeron... Hopefully Intel's new idea is better than that one.
  7. Has anyone determined if the WinPE supports the Application Compatibility Toolkit? http://forums.microsoft.com/TechNet/ShowPo...0&SiteID=17
  8. Two NICs are showing up. Make sure you have the correct one connected. The first, I can tell just by looking at it: VEN_10EC&DEV_8169 is the Realtek RTL8169 gigabit controller. The second, VEN_8086&DEV_1038 is an Intel NIC. DriverPacks shows that the INF used for this device is e100b325.inf. However you probably shouldn't use the one from the XP DriverPacks (the one that I have downloaded) but use the Vista driver. To be safe, peimg both drivers into your WinPE.
  9. Here's a starter. It refers to the serial number, but I am sure you can do it for the asset tag instead. http://www.msfn.org/board/scripting-comput...na-t110732.html
  10. Whether it is formatted or not, you will need to have the Mass Storage driver in your Windows install. Having it formatted ahead of time doesn't change this requirement. It is so Windows can see the drive in the first place.
  11. This isn't necessarily true. There are certain aspects of AD that will apply without a reboot. Perhaps it isn't supposed to do that, but some permissions do not require a reboot. An example would be to change a user into the Remote Desktop group without a logoff, it will allow the user to logon to Remote Desktop if previously disabled.
  12. I do know that your script will always generate an error if there is no username given. You need to make it so if no username is given, then it doesn't attempt to connect to the share that requires it. You can set up audit rules for both the client and the server. Have it audit failed logon attempts. Of course you can only do this if you have access to the Group Policy Object Editor, which only is in Vista Ultimate and Business, but should be in 2003 or any other OS you might have on the server.
  13. I have also seen this problem in Vista in another configuration. Any computer with 2 Lite-On dvd burners in it... Although, sometimes it does work.
  14. I use Yahoo mail since 1997. I have unlimited space and the spam filter is great. It also has a virus scan in it. I never bit on Gmail, It doesn't offer anything i don't already have.
  15. Why do You have two different default gateways.... Are you using a router?
  16. And to help you out, this message you are getting simply means that the computer has lost it's IP address, or it can't see the router or the network cable.
  17. If you have the ability to view an offline NTFS disk, you might try enabling boot-logging.
  18. This may be something that needs to be done after the reboot or after the image is loaded. You will have write access to the drive after the image is deployed, so you can batch something together that way. The only real method I know is to use a management program, such as Altiris, which you pre-qualify the device (computer) and it labels it properly. The other option is to insert the Asset Tag into the DMI in the BIOS, which can then be read by Windows in System Information. Your logon scripts can take that number and do whatever is needed with it, such as renaming the computer. I wouldn't recommend that your users have a direct input into your inventory system.
  19. Make sure to use the 32bit Devcon if it exists! Regular Devcon won't work in WinPE 2.1. It will say it can't find the file because its a 16bit app!
  20. Have you already tested it in the WinPE 2.0? Its not exactly Vista, so it might work just fine.
  21. Using an unattend, you can specify whether or not to format the drive, so yes.
  22. What we do for XP is an unattended install, then during the GUI Mode Setup, we map a drive and execute a batch file on the server that installs our updates that way.
  23. Check this out too: http://www.msfn.org/board/WinPE-20-GimageX-based-t97512.html
  24. If it crashes again, hopefully it can give you a different error.
  25. Your computer has requested an IP address from the DHCP server. Your computer is telling you that you did not get a valid response (but a response was sent). This can be caused by various reasons. - The container object (aka the Computer as it has been registered in AD) is corrupted. You can delete this object (in Active Directory users and computers) and wait 5 minutes and try again. - there is an IP reservation for the client's computer name and the IP is already in use. Check for IP reservations in the DHCP cpl. Also you can delete the lease for that computer if you find it. There is also another issue. I originally couldn't get DHCP and PXE working on the same computer. If you see the guide in my signature, I had used two computers to handle the PXE boot process because I was not able to solve the PXE-E55 error when using 1 server. Since then, with no cfg changes being made, the computer I used for DHCP had died and I merely changed my WDS Server to be authorized to use DHCP and it magically worked, so I don't know. Anyways, here's this also: http://support.microsoft.com/kb/257579
×
×
  • Create New...