Labels

Donnerstag, 21. Juli 2011

Firefox 5 final release und ePO 4.6 Konsole

Da der ePolicy Orchestrator 4.6 im Firefox 5 noch nicht laufen will hoffe ich, dass sich das heute oder in kurzer Zeit ändern wird. Ich habe gelesen, dass die ePO-Konsole nur in Releaseversionen funktioniert. Im Wiki von Mozilla habe ich gelesen, dass heute das final Release erscheint.
Wir werden sehen =)

Edit:
Na klasse! Was ist eigentlich mit Firefox los? Kaum ist Version 5 draußen kommt schon Version 6 als Release heraus. Wollen die jetzt mit der Version des Internet Explorers aufschließen? Hat das irgendwelche Marktvorteile? Am ePO Support hat sich nach wie vor nichts geändert. Schuld hierfür ist warscheinlich ein Teil des PageLoad-Skriptes:
 
   "    function validateBrowser()
        {
            var message = checkBrowserFeatures();

            if (message != "")
            {
                // if the browser check fails, don't 
                   let them log in..
                $("userLoginUI").style.display = "none";
                $("login.button").style.display = "none";

                // BZ 526984: If the browser is unsupported, hide 
                   the messages.
                if($('loginMessages')) {
                   $j('#loginMessages').hide();
                }

                $("errorMessageContent").innerHTML = message;
                $("errorMessageContent").style.display = "";

                return false;
            }                                                     "
Hat Jemand eine Idee dies zu umgehen? Ich möchte gerne wieder alle 
WebApps in ein einem Browser öffnen können.
 
Edit: 
OK, my first Workaround:
Change on your own risk /Änderung auf eigene Gefahr!
Found it at http://support.mozilla.com/de/questions/750405 
Firefox
About:Config  -> New -> String
general.useragent.override
Value:
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 
 
Edit:
OK, there's an other Workaround Add-On at 
https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/ 
this works for me. Just insert the parameters for the useragent version.
 
Greetings / Gruß Sascha

Freitag, 15. Juli 2011

WSUS again! Update Service won't get started. Damn!

Again, WSUS is in Version: 3.2.7600.226 on a Windows Server 2003 mashine.
The problem was that the UpdateService didn't start. Very important for me was to not reinstall WSUS, ISS or some frameworks.
In Eventlog I got the Error Message:

Faulting application wsusservice.exe, version 3.1.7600.226, stamp 4a7b8655, faulting module unknown, version 0.0.0.0, stamp 00000000, debug? 0, fault address 0x1449603e.
Weitere Informationen über die Hilfe- und Supportdienste erhalten Sie unter http://go.microsoft.com/fwlink/events.asp.


I tried a lot but my solution was to registrate all WSUS important DLLs new.
I copied the following in a .bat file and executed it.


regsvr32 c:\windows\system32\vbscript.dll /s
 regsvr32 c:\windows\system32\mshtml.dll /s
 regsvr32 c:\windows\system32\msjava.dll /s
 regsvr32 c:\windows\system32\jscript.dll /s
 regsvr32 c:\windows\system32\msxml.dll /s
 regsvr32 c:\windows\system32\actxprxy.dll /s
 regsvr32 c:\windows\system32\shdocvw.dll /s
 regsvr32 wuapi.dll /s
 regsvr32 wuaueng1.dll /s
 regsvr32 wuaueng.dll /s
 regsvr32 wucltui.dll /s
 regsvr32 wups2.dll /s
 regsvr32 wups.dll /s
 regsvr32 wuweb.dll /s
 regsvr32 Softpub.dll /s
 regsvr32 Mssip32.dll /s
 regsvr32 Initpki.dll /s
 regsvr32 softpub.dll /s
 regsvr32 wintrust.dll /s
 regsvr32 initpki.dll /s
 regsvr32 dssenh.dll /s
 regsvr32 rsaenh.dll /s
 regsvr32 gpkcsp.dll /s
 regsvr32 sccbase.dll /s
 regsvr32 slbcsp.dll /s
 regsvr32 cryptdlg.dll /s
 regsvr32 Urlmon.dll /s
 regsvr32 Shdocvw.dll /s
 regsvr32 Msjava.dll /s
 regsvr32 Actxprxy.dll /s
 regsvr32 Oleaut32.dll /s
 regsvr32 Mshtml.dll /s
 regsvr32 msxml.dll /s
 regsvr32 msxml2.dll /s
 regsvr32 msxml3.dll /s
 regsvr32 Browseui.dll /s
 regsvr32 shell32.dll /s
 regsvr32 wuapi.dll /s
 regsvr32 wuaueng.dll /s
 regsvr32 wuaueng1.dll /s
 regsvr32 wucltui.dll /s
 regsvr32 wups.dll /s
 regsvr32 wuweb.dll /s
 regsvr32 jscript.dll /s
 regsvr32 atl.dll /s
 regsvr32 Mssip32.dll /s

Mittwoch, 6. Juli 2011

Can I help? You Need My Help! You wont pay? Then I will kill you!

What I mean are Drive-by-Downloads. It's not nice to be attacked in this way. First you will be shocked by an unknown anti-virus programm. The reports are piling up. Mostly they can not even be close or hide. System programs are blocked or hidden.

What's going on here?
Why did my own antivirus program not warn me?
* Plop * "You have a virus"
lol "OK"
click "Delete"
After a reboot, the problem occurs again.
"Damn it" xD


Ok, long story short traded.
So, I first took the Process Explorer from Microsofts Sysinternal tools. With its help, and the detector window I could finish the entire process structure.



After that I could work a bit better then before.


The next Step was to make a Windows Systemrecovery from the day before. 


After finishing the Maleware was fortunately removed. But it left some brandings. Some hidden directorys. But the work could go on.