Jump to content

Tripredacus

Supervisor
  • Posts

    13,112
  • Joined

  • Last visited

  • Days Won

    24
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. I would really like to play it. If I was a smart spender, I would have a computer at home able to play it... man I can't save money if I try.
  2. I agree. There are some memtest versions that do not work properly. My favorite is the one that looks like it is testing the memory, and finds no errors and does this even on a board with bad memory in it!
  3. It is definately possible. Especially if the drivers make any calls to Windows components that are not loaded, or perhaps specific .NET assemblies, COM+ or any other thing that may not be enabled or a part of the WinPE by default.
  4. I'm pretty sure that this version you speak of is illegal. http://www.msfn.org/comments.php?shownews=22955
  5. Based on this thread, it would appear you are SOL atm. Best to only use certified drivers in your unattended install, although I would recommend altogether. You can dig through WSIM to see if it gives you an option. My WSIM doesn't have an image to associate with the unattend.xml I have on it, so I can't view all of the available options.
  6. New topic next time huh? The fact that PEIMG said it went in doesn't mean it will work. It does not test for compatibility when installing this way, but it just puts it in the folder. Since no hardware profile is loaded when you do offline editing. You'll have to test it out yourself to see if it works.
  7. I don't believe you can. You can, alternatively, mount the WIM, put the updates in a folder someplace, and edit your SYSPREP.INF (or load the registry hive to use RunOnce) to install the updates when the computer boots up after redeploy. Then you could have an additional program (if you so desired) that would delete the updates after you can confirm that they were run, idea script: IF reg entry exists for kb_x THEN del c:\updates\kb_x
  8. Are you trying to inject these into an XP image or a WinPE?
  9. Changed Identity back to NETWORK SERVICE (default). Attempted to install hotfix, but it failed (newer version already installed). Made cross-post in 2003 forum. Made cross-forum post on DevShed's IIS forum. I am effectively waiting for help at this point, unless I dream up something over the weekend, i'm spent on this issue.
  10. Does your RAID controller have software that records array errors at all?
  11. You might want to run Filemon and then open Outlook to see what its doing. You can specify to just monitor outlook.exe as a filter so it won't show you everything else.
  12. SO you have a program that makes the changes in MSCONFIG? What happens if you go into MSCONFIG yourself and switch it to normal startup?
  13. On any systems where I've had the chance to do an SP3 upgrade (rather than an install with SP3 built-in) I did notice an increase during the boot process. No other things tho. We decided not to continue evaluating SP3 so I haven't done a lot of testing with it.
  14. I believe that there hasn't been sufficient time or usage of Vista 64bit to determine whether or not its truly more stable than 32bit. We do, however, know that x64 is more stable than x86 in prior versions of Windows, like XP, 2000, 2003, etc. I still believe that Vista x64 adoption isn't as high as it should be, since all further Windows releases will be 64bit. You'd figure that besides merely offering 64bit for each type, that only certain versions (like Business for example) would be 64bit only, in an attempt to get companies and developers to start adopting it. It is going to be a major problem when 64 suddenly becomes the only option, and I don't think the period of time offered by the Downgrade Rights program is long enough for a reliable development cycle. Sorry to derail.
  15. Wasn't there a reghack you could do to fool Windows Update to think you already had an update installed when you didn't? I seem to remember reading it because someone had an update that was installed already and kept showing up to be updated...
  16. Well you could also get those bootleg cars from China. I forget the name of the company now, but I do know the story behind them. A few years back, GM closed a bunch of plants in China. The workers there had kept copies of all the designs and duplicated all the machinery and re-opened the plants. They then started making bootleg GM cars. Like they looked like the same model as current or near-current GM cars but they had their company name on them. They said they had an SUV (it looked like the big Cadillac one) that got 60mpg (converted estimate) and they were showcasing them at a car show in Singapore or someplace. They were showing them off and one guy from the company said they are selling pretty well in China but they can't export them because the car makers in the US are blocking their attempts to sell them in the US. The guy laughed saying how they were too much competition for them to handle or something.
  17. After much troubleshooting, I have determined that my install of PHP is causing IIS to crash on either boot or a service restart. My original problem(s) did not (always) include this issue but I found it to be the source the further I went. I am out of troubleshooting options that I can find online, so I am reaching out here. I have installed the Hotfix for this issue but it said it can't install because my Service Pack version (its 2 not 1 as in that thread) it newer and there is no need to do the install. There are two behaviours I am experiencing: 1. If the PHP.INI is in the correct folder, IIS crashes when it tries to start the service. IIS then resumes but only ASP and HTML works. 2. If the PHP.INI is NOT in the correct folder, IIS does NOT crash. PHP works but only on default settings. Any ideas?
  18. Back again after a great conversation about Vista commercials... Its a nice day outside today! It's 77 degrees at my desk! AHHH! unremark doc_root in PHP.ini. Restart IIS. Take PHP.ini into dev folder again. Restart IIS. PHP is working with no INI file again... So I can confirm that now IIS is looking for the correct place for the PHP.ini, but it can't start properly. Looking over the file itself, there isn't anything that appears wrong with it, and if so I've documented all changes I've made to it in this thread. Filled out the MySQL credential information. restart IIS. PHP failed. Moved file to DEV. Disabled SSL extension. Restart IIS. Added override for all websites (even though there are only 1) for Execute Permissions to Scripts Only. restart IIS. Changed this line: extension_dir="c:\program files\php\ext\" restart IIS. run PHP. Commented out all the extensions that PHP said it couldn't load. restart iis. Running PHP from the command prompt now does not give any errors but PHP still isn't working. Each time I'm restarting IIS, W3SVC is crashing still. There are no new Crash Dumps reported by the debugger. On to troubleshooting the event. Oops my bad, the debugger was disabled. Turned it back on and restart IIS... This bug is referenced here: http://bugs.php.net/bug.php?id=38111 Hotfix available (can't find it) http://support.microsoft.com/kb/892988 Changed Local App Pool to Local Service. Restart IIS. No user dump created. Service Unavailable message in IE. Change to Local System. Restart IIS. Blank PHP. New event: Specify Account: IWAM_DS1-SKYLYNX. Crash Dump created... Specify as Administrator... I'm going home...
  19. Hmmm well PHP is totally down right now and I've got a lot of errors. Some came back from before. Here we go again! Error_01 Application Error Faulting application w3wp.exe, version 6.0.3790.3959, faulting module w3core.dll, version 6.0.3790.3959, fault address 0x000201b4. Error_06 W3SVC (1009) A process serving application pool 'DefaultAppPool' terminated unexpectedly. The process id was '3492'. The process exit code was '0xC0000005'. That's it in the Event Viewer. Obviously the W3SVC is causing an error again, that had previously gone away. I am to examine the crash dumps now to see what they have in store for me. There are 3 new IIS mini-dumps that were created since last time I checked this, but they are all from yesterday, not since the last reboot. For a hunch (so far 1-2 on hunches) I am going to take out the php.ini from the PHP folder to see if PHP comes back or not. If you remember, when I put the php.ini in the Windows folder, PHP also did not work again. I stuck it in PHP\DEV for now. Restart IIS. RESULT = PHP works again... There was another thing I saw mentioned on another website before I rebooted. I forgot to bookmark it but I think I can do it again. Comment out this line in PHP.ini and put back into PHP folder. ;doc_root = C:\Inetpub\wwwroot Restart IIS. Now PHP still works and the php.ini is in the correct folder. No config was loaded and config file is looking in the wrong place. Test, put php.ini into c:\windows. Restart IIS. Change Environment variable for PHPRC to C:\WINDOWS. Restart IIS. Verify no change in Firefox. Firefox shows nothing. Only IE shows this or any PHP page. Verified localhost is a Trusted Site. Add everyone read permissions on c:\windows\php.ini. Restart IIS. Modify the following registry entry to: restart IIS. PHP is broken. Remove PHP.INI from C:\Windows and reset environment variable. restart IIS. issue: IE was caching the page. PHP had stopped working and I had not known it... PHP still broken... No IIS crashes or hangs. Need to backtrack now. Taking a short break.
  20. Another hunch. Disable Trend Firewall. Nope. Re-enable Firewall. Verified that ICF is disabled. Unable to turn on ICF for reasons: Add the EXT path (C:\Program Files\PHP\ext) to Environment PATH variable. Found a typo in there, appeared to have been created by the MSSQL 2003 install. Restart IIS. Change extension_dir to ./ext/. restart IIS. Change extension_dir to .\ext\. restart IIS. Examining Mambo source. Example: install.php does not work. It redirects to the site (mambo) index.php. The images do not appear on the index.php. Image path Source of install.php (which is supposed to do a pre-installation check) includes: if (file_exists( '../configuration.php' ) && filesize( '../configuration.php' ) > 10) { header( 'Location: ../index.php' ); exit(); I can confirm that there is a configuration.php, however this was because originally the first instruction was to rename a file to this before starting the installer. Renamed to x_configuration.php. This allows me to see the license aggreement. The first step (pre-installation check) is not available. Using installation/index.php, I can now see the pre-installation check. I can confirm that MySQL is not using strict mode. PHP.INI shows this var: The actual full name of the profile is cut off. A new Administrator account was created when this server was unpromoted! Changing to another folder for now, ie. E:\install_temp. Setting appropriate NTFS permissions. Restart IIS. Refresh installation\index.php, now PHP error: This refers to the following code: $filename = "langconfig.php"; if(is_writable($filename)) {} IIS_WPG and IUSR_DS1-SKYLYNX to permissions on folder. Add everyone full control to installation folder. Error resolved. Session Save Path is still not writeable. PHPInfo() shows session.save_path as having no value. This may be because PHP is looking for the PHP.INI in the wrong folder. HOWEVER it is obviously loading it from the PHP folder (not c:\windows) because SOME changes I do make to it actually work... So let's return to that issue to start with. PHP.net has a suspended bug report for this issue. http://bugs.php.net/bug.php?id=42849 Created the following registry keys HKEY_LOCAL_MACHINE\SOFTWARE\PHP\5\IniFilePath -> C:\Program Files\PHP\php.ini HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath -> C:\Program Files\PHP\php.ini restart iis. Another bug report: http://bugs.php.net/bug.php?id=37919 extension_dir is also incorrect, hence why MySQL isn't loading. Adding NEW environment variable called PHPRC to PHP folder. restart iis. restarting server. LUNCH TIME! I think i'm on the right path finally. I remember trying to get PHP to work with IIS6 and Server 2003 a few years ago. I ended up scrapping PHP and using ASP.NET exclusively. Now I know why!
  21. Changed Application Mapping to: C:\Progra~1\php5\php5isapi.dll. Restarted IIS. Got 404 error. Changed back to original path. Added PHP ISAPI DLL (C:\Program Files\PHP\php5isapi.dll) to ISAPI Filters. Restarted IIS. Changed PHP.INI: extension_dir="C:\Progra~1\PHP\ext". Reorganized php.ini's extensions as follows: [PHP_MBSTRING] extension=php_mbstring.dll [PHP_EXIF] extension=php_exif.dll END OF THE DAY CURRENT ISSUES: 1. MySQL information (besides PATH variable info) is not showing up in PHPINFO() results 2. Mambo getting blank page on install2.php (where it is supposed to be connecting to MySQL to populate the database) 3. Unable to install PEAR
  22. Added MySQL login information into mambo\configuration.php. Normally the installer script is supposed to do this for you. Created an empty database in MySQL called test. IIS Web Service Extensions. Enabled Server Side Includes. Enabled All Unknown CGI Extensions. Added MySQL\bin to Environment Variables PATH. Changed Application Extension Mapping for .php to C:\Program Files\PHP\php-cgi.exe. restarted IIS. Changed Application mapping back to php5isapi.dll. MySQL now appears in the PHPinfo, but only as the path environment variable. install2.php is still blank. Changed this in php.ini extension_dir="C:\Program Files\PHP\ext" Installed PEAR. About 30 other failures. I have tried ./ext, .\ext, \ext and the full path above. I confirmed that these files actually exist. Granted Everyone access to this folder.
  23. On a hunch, removed php.ini from c:\windows and restarted the server. OK now PHP is working again. PHPinfo still does not show any MySQL information. Mambo install2.php is still blank. Back to working on that problem...
  24. Changed php.ini line: doc_root = C:\Inetpub\wwwroot In both default location (from start menu) and c:\windows Restarted IIS. No input error is gone. Now PHP pages appear as blank! Error and And Error and
  25. I installed Microsoft's IIS Debugger but I am unable to recreate the error from before. I am reverting back to the "no input file specified" issue. In IIS, Web Sites Properties, ISAPI Filters, add php with php\php5isapi.dll as the source. Restart IIS. Error after resumed: Still unable to view PHP. ASP working with debugger file which opened in IE. Results: And
×
×
  • Create New...