destr0yr.com
Advanced
Welcome to destr0yr's asylum
Saturday, July 04 2009 @ 04:36 AM PDT
     Google Search   
Google
Web destr0yr.com

     Topics   
Home
cPanel (4/0)
GeekLog (2/0)
Linux (17/0)
Gentoo (6/0)
Personal (2/0)
IT News (1/0)
Windows (15/0)
Ubuntu (3/0)
General News (1/0)

     User Functions   
:

:

Don't have an account yet? Sign up as a New User
Lost your password?

     Older Stories   

Sunday 21-Jan

  • Ubuntu: X: client 2 rejected from local host (0)

  • Tuesday 16-Jan

  • Microsoft CRM: Application Error (8004022c) SOAP Server Application Faulted (0)

  • Thursday 07-Dec

  • Linux: SMTP Mail Relay, Moxy SMTP Proxy, Qmail and Exim (0)

  • Monday 20-Nov

  • Windows: The current time on this computer and the current time (5)

  • Wednesday 15-Nov

  • Apache: [notice] child pid 13628 exit signal File size limit exceeded (25) (0)

  • Monday 06-Nov

  • Ubuntu: tsclient, rdesktop NOT IMPLEMENTED: System pointer message 0x7f00 (1)

  • Thursday 02-Nov

  • cPanel: su: cannot set user id: Resource temporarily unavailable (0)
  • Linux: CentOS and Out of socket memory (0)
  • Ubuntu: My move from Gentoo to Ubuntu (0)

  • Tuesday 24-Oct

  • Windows: AutoEnrollment Event ID 13 (0)


  •    Windows: OpsMgr Root Connector bad packets  
     
    Tuesday, November 18 2008 @ 07:57 AM PST
    Contributed by:
    Views:: 147

    Windows

    Event Type: Warning
    Event Source: OpsMgr Connector
    Event Category: None
    Event ID: 20058
    Date: 11/18/2008
    Time: 7:15:20 AM
    User: N/A
    Computer: SCOMSRV01
    Description:
    The Root Connector has received bad packets which have been dropped. It received 1605 such packet(s) in the last five minutes


    The solution was to put the Root Management Server (RMS) into Maintenance Mode, then take it back out again. This would have worked; however, I recall a bug (cannot find reference) where not all components are properly removed from Maintence mode. To correct this, open the Diagram view on your RMS and expand all objects to find the component still stuck in Maintenance mode. Stop Maintenance mode for that object and restart the HealthService.


     View Printable Version

      
    Most Recent Post: 06/29 07:57AM by Anonymous

    Comments (1) Trackbacks (0)
     
             

       Windows: Kerberos Event ID 4 Replication Failed  
     
    Friday, January 18 2008 @ 01:49 PM PST
    Contributed by:
    Views:: 1,689

    WindowsOne of my Domain Controllers started producing the following errors:

    Event Type:    Error
    Event Source:    Kerberos
    Event Category:    None
    Event ID:    4
    Date:        1/18/2008
    Time:        10:52:39 AM
    User:        N/A
    Computer:    FOO
    Description:
    The kerberos client received a KRB_AP_ERR_MODIFIED error from the server host/foo2.bar.domain.com.  The target name used was LDAP/FOO2. This indicates that the password used to encrypt the kerberos service ticket is different than that on the target server. Commonly, this is due to identically named  machine accounts in the target realm (BAR.DOMAIN.COM), and the client realm.   Please contact your system administrator.


    Replication seemed to be disabled and the server was not able to contact the FOO (foo.domain.com) domain. To correct the issue, two commands were run:


     View Printable Version

    read more (100 words)    Post a comment

    Comments (0) Trackbacks (0)
     
             

       Windows: Microsoft Office Outlook cannot provide form scripting support  
     
    Wednesday, December 12 2007 @ 03:16 PM PST
    Contributed by:
    Views:: 1,330

    WindowsStarting Office Outlook 2007 in a Terminal Services environment, many of my users reported receiving the following error:

    Microsoft Office Outlook cannot provide form scripting support. This feature is not available. To make this feature available, run Setup again, click "Add or remove Features" and change the feature to "Run from My Computer"

    The solution for the issue is really quite simple. You must copy the file Outlvbs.dll from a non-terminal services install of Office Enterprise 2007, typically in C:\Program Files\Microsoft Office\Office12\ to the same directory on the Terminal Server. Once there, copy/paste the following lines into a reg file and import it:

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\D5F662842F9AB9B43AC8199855FE5B0C] "00002109030000000000000000F01FEC"="C:\\Program Files\\Microsoft Office\\Office12\\OUTLVBS.DLL"


    Re-open Outlook and the error should be gone!

    Source: Google Groups


     View Printable Version

       Post a comment

    Comments (0) Trackbacks (0)
     
             

       Exchange 2007: ASP.NET Web Event 1310  
     
    Tuesday, December 11 2007 @ 10:07 AM PST
    Contributed by:
    Views:: 2,692

    WindowsLast night I performed some Windows Updates on my Exchange 2007 Server with Windows 2003 Standard R2 x64.  The update seemed to break ActiveSync with errors repeating in my Application log every 10-20 seconds, such as:

    Event Type:    Warning
    Event Source:    ASP.NET 2.0.50727.0
    Event Category:    Web Event
    Event ID:    1310
    Date:        12/11/2007
    Time:        9:38:20 AM
    User:        N/A
    Computer:    CALVIN
    Description:
    Event code: 3008
    Event message: A configuration error has occurred.
    Event time: 12/11/2007 9:38:20 AM
    Event time (UTC): 12/11/2007 5:38:20 PM
    Event ID: 14bcfeecf45a444fb846b8a62a87d674
    Event sequence: 1
    Event occurrence: 1
    Event detail code: 0


     View Printable Version

    read more (246 words)    Most Recent Post: 12/22 10:21PM by Anonymous

    Comments (4) Trackbacks (0)
     
             

       Windows: Manually uninstall Intelligent Message Filter v1 - Exchange Server 2003  
     
    Thursday, May 10 2007 @ 02:01 PM PDT
    Contributed by:
    Views:: 3,058

    WindowsI was unable to load the Intelligent Mail Filter version 2 (IMFv2) that is included with Exchange Service 2003 Service Pack 2 (SP2) since IMFv1 was still present.  Since I had not originally installed IMFv1, I could not see it in the list of Add/Remove Programs and a manual uninstall was required.  The following article at Microsoft describes how to do this: http://technet.microsoft.com/en-us/library/aa995865.aspx


    The specific event ID I received is also listed on the site:

    Event ID: 7514

    Severity=Error

    Text:

    An error occurred while loading Microsoft Exchange Intelligent Message Filter.

    The error code is <error code>.


    To manually remove Intelligent Message Filter v1:


     View Printable Version

    read more (124 words)    Post a comment

    Comments (0) Trackbacks (0)
     
             

       Windows 2003: Cannot upgrade to R2. ADPrep fails.  
     
    Tuesday, May 01 2007 @ 03:36 PM PDT
    Contributed by:
    Views:: 1,238

    WindowsRecently I attempted to upgrade a domain from Windows 2003 Server Standard SP1 to Windows 2003 Server R2.  Before running the update, Schema changes are required for Active Directory make it "R2-ready".  Attempting to run adprep /forestPrep from CD2 of the R2 release, I was greeted with a significant number of errors:




    =============================================================================

    "attributeId" attribute value for objects defined in Windows 2000 schema and ext

    ended schema do not match.


    A previous schema extension has defined the attribute value as "1.2.840.113556.1

    .4.7000.187.70" for object "CN=uidNumber,CN=Schema,CN=Configuration,DC=domain

    DC=tld" differently than the schema extension needed for Windows 2003 se

    rver .

    [Status/Consequence]

    Adprep cannot extend your existing schema

    [User Action]

    Contact the vendor of the application that previously extended the schema to res

    olve the inconsistency. Then run adprep again.


     View Printable Version

    read more (236 words)    Post a comment

    Comments (0) Trackbacks (0)
     
             

       Project Server 2003: Sync with Active Directory  
     
    Thursday, April 12 2007 @ 03:49 PM PDT
    Contributed by:
    Views:: 1,469

    WindowsOn the same server as in my previous post, I received other errors (10 of them) for each user that would be added to the Project Server via the Active Directory Synchronization process. Here's the error:

    Event Type: Warning
    Event Source: Microsoft Project Server Tracing Eventlog Provider
    Event Category: None
    Event ID: 1
    Date: 4/12/2007
    Time: 3:44:09 PM
    User: NT AUTHORITYLOCAL SERVICE
    Computer: SERVER01
    Description:
    Component: AD Connector
    File: AutoADProcess
    Line: -1
    Description: <Description><![CDATA[AD Res Pool Sync - PDS ADD Res failed : Firstname Lastname]]></Description>


    Googling around suggest various KB articles - none of which worked. I began searching Google Groups which lead me to various posts regarding the Project Server username & the Active Directory (AD) username.

    On a whim, I navigated to Start > All Programs > Microsoft Office Project Server 2003 > Configure Microsoft Office Project Server. In the Project Server Admin section, Actions > Manage users and groups. In the Project user list, each user was listed by their AD username, ie: "jsmith".

    I changed each user manually to their full name as displayed in AD, for example "John Smith". Running a manual update through Project Admin, Actions > Server configuration > Update only when specified > Update Now, allowed the synchronization with zero errors in the Event Viewer.


     View Printable Version

       Post a comment

    Comments (0) Trackbacks (0)
     
             

       Microsoft: WSUS 3.0, Sharepoint Self-update is not working  
     
    Thursday, April 12 2007 @ 11:07 AM PDT
    Contributed by:
    Views:: 6,446

    WindowsThis particular server has the following software installed: Sharepoint Portal Server 2003, Windows SharePoint Services 2.0, Project Server 2003 and Windows Server Update Services (WSUS) 3.0 Beta 2. Checking the Eventlog's, I found the following error:

    Event Type: Error
    Event Source: Windows Server Update Services
    Event Category: Clients
    Event ID: 13042
    Date: 4/12/2007
    Time: 9:08:45 AM
    User: N/A
    Computer: SERVER01
    Description:
    Self-update is not working.

    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.


     View Printable Version

    read more (100 words)    Post a comment

    Comments (0) Trackbacks (0)
     
             

       Linux: OpenNMS 1.3.2 on CentOS 4.4  
     
    Tuesday, March 06 2007 @ 12:01 PM PST
    Contributed by:
    Views:: 5,961

    LinuxNote:Some visitors have reported errors following these steps. Please see the comments at the bottom of the page before proceeding. I would recommend testing this in a Virtual Environment using any Virtualization software such as SWSoft's Virtuozzo, Microsoft Virtual Server 2003 R2 SP1, VMWare, etc. You have been warned!

    The following describes my successful installation of the following applications on a CentOS 4.4 virtual environment running under Virtuozzo 3.0.0:

    JRE 1.5.0 Update 11
    JDK 1.5.0 Update 11
    Tomcat 5.5.20
    Postgresql 7.4.16
    rrdtool 1.2.18
    OpenNMS 1.3.2
    Install Java: Head on over to http://java.sun.com and download JRE & JDK 5.  You'll need at least JDK 5.0 & JRE 5.0 Update 6 (I assume earlier and later versions work - I just happened to use these).

    Download the files to any directory you like.  I personally prefer /usr/local/src/

    # mkdir /usr/local/java
    # cd /usr/local/src
    # cp jdk-1_5_0_11-linux-i586.bin /usr/local/java
    # cp jre-1_5_0_11-linux-i586.bin /usr/local/java
    # cd /usr/local/java // (UPDATE!)
    # chmod +x j*.bin
    # ./jdk-1_5_0_11-linux-i586.bin
    ...
    Creating jdk1.5.0_11/jre/lib/jsse.jar
    Creating jdk1.5.0_11/jre/lib/charsets.jar
    Creating jdk1.5.0_11/jre/lib/ext/localedata.jar
    Creating jdk1.5.0_11/jre/lib/plugin.jar
    Creating jdk1.5.0_11/jre/lib/javaws.jar
    Creating jdk1.5.0_11/jre/lib/deploy.jar

    Done.
    # ./jre-1_5_0_11-linux-i586.bin
        linking: jre1.5.0_11/javaws/javaws  -> ../bin/javaws
    Creating jre1.5.0_11/lib/rt.jar
    Creating jre1.5.0_11/lib/jsse.jar
    Creating jre1.5.0_11/lib/charsets.jar
    Creating jre1.5.0_11/lib/ext/localedata.jar
    Creating jre1.5.0_11/lib/plugin.jar
    Creating jre1.5.0_11/lib/javaws.jar
    Creating jre1.5.0_11/lib/deploy.jar

    Done.
    # chown -R root:root jdk1.5.0_11
    # chown -R root:root jre1.5.0_11 // I had a typo here.
    # ln -s jdk1.5.0_11 j2sdk
    # ln -s jre1.5.0_11 j2jre // I hade a typo here too!

    Here's what the directory looks like:

    [root@opennms java]# pwd
    /usr/local/java
    [root@opennms java]# ls -FGg
    total 65216
    lrwxrwxrwx  1       11 Apr 20 12:35 j2jre -> jre1.5.0_11/
    lrwxrwxrwx  1       11 Apr 20 12:34 j2sdk -> jdk1.5.0_11/
    -rwxr-xr-x  1 49574613 Apr 20 12:22 jdk-1_5_0_11-linux-i586.bin*
    drwxr-xr-x  9     4096 Dec 15 04:36 jdk1.5.0_11/
    -rwxr-xr-x  1 17115102 Apr 20 12:22 jre-1_5_0_11-linux-i586.bin*
    drwxr-xr-x  7     4096 Dec 15 04:34 jre1.5.0_11/

    Continuing on...
    # rm *.bin
    # vi /etc/profile

    In /etc/profile, look for:

    if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ]; then
        INPUTRC=/etc/inputrc
    fi

    export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC


    Between it (above "export" and below "fi"), add:


     View Printable Version

    read more (984 words)    Most Recent Post: 06/21 03:34AM by Anonymous

    Comments (8) Trackbacks (0)
     
             

       Linux: rdesktop and AIGXL (Beryl) = translucent rather than opaque  
     
    Saturday, February 10 2007 @ 05:35 PM PST
    Contributed by:
    Views:: 2,136

    LinuxThis has been driving my crazy for a while. Whenever I switch from MetaCity to Beryl and open tsclient, which ultimately loads rdesktop, the window is translucent and unusable when connecting to the remote server with the colours set at anything other than 8bit. Today I figured I'd Google it. Low and behold, the Gentoo Wiki had the answer:

    Open a console and type:
    $ export XLIB_SKIP_ARGB_VISUALS=1

    Then run the app from there or prepend "XLIB_SKIP_ARGB_VISUALS=1" before the command.

    Source: http://gentoo-wiki.com/HOWTO_XGL/Troubleshooting#...translucent


     View Printable Version

       Post a comment

    Comments (0) Trackbacks (0)
     
             

         What's New   

    Stories

    No new stories

    Comments last 2 days

    No new comments

    Trackbacks last 2 days

    No new trackback comments

    Links last 2 weeks

    No recent new links

         /.   
  • Behind the First Secure Quantum Crypto Network
  • Generating Power From Ocean Buoys and Kites
  • UK Police Told To Use Wikipedia When Preparing For Court
  • Hawking Says Humans Have Entered a New Stage of Evolution
  • Amazon Wants Patent For Inserting Ads Into Books

  •      SF News   
  • News: FTC persuades court to shutter rogue ISP
  • News: Obama launches cybersecurity initiative
  • News: Browsers bashed first in hacking contest
  • News: Experts: U.S. needs to defend its "cyber turf"
  • Brief: Researcher aims to tweet Month of Bugs

  •      xkcd   
  • Extrapolating
  • Qwertial Aphasia
  • Idiocracy
  • Overstimulated

  •      SF Vulnerabilities   
  • Vuln: phpMyAdmin SQL bookmark HTML Injection Vulnerability
  • Vuln: Pidgin OSCAR Protocol Web Message Denial of Service Vulnerability
  • Vuln: Drupal Cross-Site Scripting, Code Injection and Information Disclosure Vulnerabilities
  • Vuln: LibTIFF 'tif_lzw.c' Remote Buffer Underflow Vulnerability
  • Bugtraq: Re: Cross-Site Scripting vulnerabilities in Mozilla, Internet Explorer, Opera and Chrome

  •      Flare